(scan_newline): Remove unused variable `selective_display'.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
d492b584
PJ
12001-10-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2
3 * search.c (scan_newline): Remove unused variable
4 `selective_display'.
5
e2a57b34
MB
62001-10-25 Miles Bader <miles@gnu.org>
7
8 * dispextern.h (struct image): Add `background',
9 `background_valid', and `background_transparent' fields.
10 (image_background, image_background_transparent): New declarations.
11 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
12 * xfns.c (image_background, image_background_transparent)
13 (four_corners_best): New functions.
14 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
15 (gs_format): Add `:background' entry.
16 (lookup_image): Set IMG's background color if specified.
17 (pbm_load, xbm_load_image, png_load): Set IMG's background field
18 when appropriate.
19 (x_clear_image_1): Reset `background_valid' and
20 `background_transparent_valid' fields.
21 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
22 calculating it here. Set IMG's background_transparent field.
23 (enum xpm_keyword_index): Add XPM_BACKGROUND.
24 (enum png_keyword_index): Add PNG_BACKGROUND.
25 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
26 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
27 (enum gif_keyword_index): Add GIF_BACKGROUND.
28 (enum gs_keyword_index): Add GS_BACKGROUND.
29 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
30 Pre-calculate image background color where necessary.
31 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
32 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
33 color to use for image glyph reliefs.
34
b547b6e8
GM
352001-10-24 Gerd Moellmann <gerd@gnu.org>
36
d9e3b8c6
GM
37 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
38 in full-width rows.
39
b547b6e8
GM
40 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
41 Fix clearing of area not covered by scroll bar.
42
2beb36f9
PJ
432001-10-24 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
44
45 * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'
46 and `real_start'.
47 (x_draw_image_foreground): Remove unused variables `mask' and
48 `xgcv'.
49 (glyph_rect): Remove unused variable `area'.
50
76cb5e06
GM
512001-10-24 Gerd Moellmann <gerd@gnu.org>
52
bdbdebff
GM
53 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
54
62e33982
GM
55 * xdisp.c (try_window_reusing_current_matrix): Use
56 row_containing_pos.
57 (row_containing_pos): Take additional argument DY. Treat
58 rows ending in middle of char differently.
59 (display_line): Handle tabs on window systems differently.
60
61 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
62 with additional argument.
63
64 * dispextern.h (row_containing_pos): Adjust prototype.
65
76cb5e06
GM
66 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
67 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
68 (try_window_id, try_window_reusing_current_matrix)
69 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
70 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
71
996fee11
PJ
722001-10-24 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
73
c9e60620
PJ
74 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
75 gnuemacs).
76 (HAVE_BOXES): Fix typo in comment.
77 (push_menu_pane): Fix typo in comment.
78
3b552d56
PJ
79 * xdisp.c: (display_prop_string_p): Remove unused local declaration
80 of `Qwhen'.
81 (single_display_prop_string_p): Remove unused local declarations
82 of `Qwhen' and `Qmargin'.
83 (string_buffer_position): Remove unused variable `around'.
84 (store_frame_title): Remove unused variable `width'.
85
15c565ac
PJ
86 * window.c: Don't define max.
87 (coordinates_in_window): Remove unused variable `uy'.
88
a8818eb9
PJ
89 * widget.c: Don't define max.
90
996fee11
PJ
91 * process.c: Don't define max.
92 (create_process): Remove unused variable `buffer'.
93
496e1a5b
GM
942001-10-23 Gerd Moellmann <gerd@gnu.org>
95
96 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation
97 error.
98
5905ae8b
EZ
992001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
100
101 * xfaces.c (Finternal_set_lisp_face_attribute)
102 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
103 frame is on a windowed display.
104
24db49fb
GM
1052001-10-23 Gerd Moellmann <gerd@gnu.org>
106
c51488cd
GM
107 * dispnew.c (sync_window_with_frame_matrix_rows): Fix
108 handling of windows which aren't full-width, fix handling
109 of marginal areas.
110
24db49fb
GM
111 * lread.c (syms_of_lread)<recursive-load-depth-limit>: Raise to
112 50.
113
f0487f05
EZ
1142001-10-23 Andreas Schwab <schwab@suse.de>
115
116 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
117 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
118
f0a48a01
GM
1192001-10-23 Gerd Moellmann <gerd@gnu.org>
120
121 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
122 REAL_END. Notice if cursor gets overwritten.
123 (notice_overwritten_cursor): Take X positions as parameters.
124 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
125 around call to x_draw_glyphs.
126
a50a10a0
PJ
1272001-10-23 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
128
fc11dff0
PJ
129 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
130 instead of C) and usage.
a50a10a0 131
fc11dff0
PJ
132 * editfns.c (char-to-string): Fix argument names (use CHAR instead
133 of C) and usage.
a50a10a0
PJ
134
135 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
136 `left', `max_width' and `max_height'.
137
8738febd
GM
1382001-10-23 Gerd Moellmann <gerd@gnu.org>
139
140 * xdisp.c (display_line): For a tab continued to the next line,
141 set row's ends_in_middle_of_char_p.
142
653c329b
GM
1432001-10-22 Gerd Moellmann <gerd@gnu.org>
144
145 * xdisp.c (display_line): Fix computation of continuation lines
146 width for TABs.
147
f958c5ac
PJ
1482001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
149
7ba51063
PJ
150 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
151 `Qlaplace'.
152
f958c5ac
PJ
153 * fileio.c: Remove unused code.
154
eb360291
MB
1552001-10-22 Miles Bader <miles@gnu.org>
156
157 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
158 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
159 Remove `DOC_STRINGS_IN_COMMENTS' cases.
160
98515cf0
JR
1612001-10-21 Jason Rumney <jasonr@gnu.org>
162
163 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
164
93026d88
EZ
1652001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
166
167 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
168 (Finsert_string): Avoid the multi-line string literals warning.
169
c9a95b79
MB
1702001-10-22 Miles Bader <miles@gnu.org>
171
172 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
173 (Fdocumentation): Don't use it.
174 (syms_of_doc): Don't initialize it.
175
176 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
177 * print.c (Fwith_output_to_temp_buffer): Likewise.
178 * window.c (Fsave_window_excursion): Likewise.
179 * editfns.c (Fsave_excursion, Fsave_current_buffer)
180 (Fsave_restriction): Likewise.
181 * eval.c (Frun_hooks, Frun_hook_with_args)
182 (Frun_hook_with_args_until_failure)
183 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
184 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
185 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
186 (Funwind_protect, Fcondition_case): Likewise.
187 * coding.c (Ffind_operation_coding_system): Likewise.
188 * keyboard.c (Ftrack_mouse): Likewise.
189
a3b10252
MB
1902001-10-21 Miles Bader <miles@gnu.org>
191
192 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
193 (Fmake_hash_table): Add usage: string to doc string.
194 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
195 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
196 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
197 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
198 (Fml_prefix_argument_loop): Likewise.
199
c6f73eec
PJ
2002001-10-21 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
201
888ebd13
PJ
202 * fileio.c (Finsert_file_contents): Remove unused variable
203 `gap_size'.
204
c6f73eec
PJ
205 * sysdep.c (init_sys_modes): Change doc-string comments to `new
206 style' [w/`doc:' keyword].
207
208 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
209 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
210 comments to `new style' [w/`doc:' keyword].
211
3cf3436e
JR
2122001-10-21 Jason Rumney <jasonr@gnu.org>
213
214 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
215
c169b8f1
JR
216 * w32term.c (remember_mouse_glyph): New function.
217 (w32_mouse_position): Use it.
218 (note_mouse_movement): If the mouse moved off the glyph, remember
219 its new position.
220
4fdd691b
JR
221 * w32term.h (struct w32_output): Correct spelling of x_compatible.
222 (w32_display_info): Add mouse_face_overlay.
223
c169b8f1
JR
224 * w32term.c (notice_overwritten_cursor): Renamed from
225 note_overwritten_text_cursor. Rewritten to take glyph widths into
226 account.
227 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
228 (fast_find_string_pos): New function.
229 (fast_find_position): Return the correct vpos. Add parameter
230 STOP. In the final row, stop before glyphs having STOP as object.
231 Don't consider glyphs that are not from a buffer.
232 (fast_find_position) [0]: Add a presumably more correct version
233 for after 21.1.
234 (expose_window_tree, expose_frame): Don't compute intersections here.
235 (expose_window): Do it here instead.
236 (expose_window_tree, expose_window, expose_line): Return 1 when
237 overwriting mouse-face.
238 (expose_window): If W is the window currently being updated, mark
239 the frame garbaged.
240 (expose_frame): If mouse-face was overwritten, redo it.
241 (x_use_underline_position_properties): New variable.
242 (syms_of_xterm): DEFVAR_BOOL it.
243 (x_draw_glyph_string): Add comment to use it in future.
244 (x_draw_glyph_string): Restore clipping after drawing box.
245 Fix a computation of the underline position.
246 (w32_get_glyph_string_clip_rect): Minor cleanup.
247 (x_fill_stretch_glyph_string): Remove an assertion.
248 (x_produce_glyphs): Don't convert multibyte characters
249 to unibyte characters in unibyte buffers.
250 (cursor_in_mouse_face_p): New function.
251 (x_draw_stretch_glyph_string): Use it to choose a different GC
252 when drawing a cursor within highlighted text. Don't draw
253 background again if it has already been drawn.
254 (x_draw_glyph_string_box): Don't draw a full-width
255 box just because the glyph row's full_width_p flag is set.
256 (x_draw_glyphs): Fix computation of rightmost x for
257 full-width rows.
258 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
259 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
260 change bottom shadow accordingly. Some cleanup.
261 (x_update_window_end): Handle overwritten mouse face
262 also for tool bar windows.
263 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
264 DRAW is DRAW_IMAGE_RAISED.
265 (clear_mouse_face): Return 1 if text with mouse face was
266 actually redrawn. Make the function static. Reset
267 dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
268 optimize away highlighting if we pass over that same overlay again.
269 (note_mouse_highlight): Call mouse_face_overlay_overlaps
270 to detect a case where we have to highlight a different region
271 despite not having left the currently highlighted region.
272 Set mouse_face_overlay in the x_display_info. Avoid changing the
273 mouse pointer shape when show_mouse_face has already done it, or
274 there is no need. Handle mouse-face and help-echo in strings.
275 (glyph_rect): New function.
276 (w32_mouse_position): Use it to raise the threshold for mouse
277 movement event generation.
278 (w32_initialize_display_info): Initialize the x_display_info's
279 mouse_face_overlay.
280 (w32_set_vertical_scroll_bar): Don't clear a zero height
281 or width area.
282 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
283 a widget to zero height.
284
3cf3436e 285 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
4fdd691b 286 Protect unibyte strings created by replacing their multibyte
3cf3436e
JR
287 equivalents in menu_items.
288 (w32_menu_show): Don't overwrite an item's name with its key
289 description in case the description is a multibyte string.
290 (single_submenu): Some cleanup.
291
292 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
293 (postprocess_image): New function.
294 (lookup_image): Call it for all image types except PostScript.
295 (x_kill_gs_process): Call postprocess_image.
296 (tiff_error_handler, tiff_warning_handler): New functions.
297 (tiff_load): Install them as handlers.
298 (x_kill_gs_process): Recognize if someone has cleared the image
299 cache under us.
300 (valid_image_p): Protect better against invalid image
301 specifications. Previous code could signal an error.
302 (Fx_hide_tip, Fshow_tip): Doc fix.
303 (Fv_max_tooltip_size): New variable.
304 (syns_of_xfns): DEFVAR_LISP it.
305 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
306 window buffer to *tip* right after creating the frame. Set frame's
307 window_width. Use a maximum tooltip size specified by
308 Vx_max_tooltip_size, if that has valid contents.
309 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
310 Make sure the tooltip is completely visible.
311 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
312 (Fx_create_frame): Adjust the frame's height for presence
313 of the tool bar before calling x_figure_window_size.
314 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
315 when the window gets smaller.
316 (x_set_foreground_color): Set frame's cursor_pixel.
317 (x_set_foreground_color, x_set_background_color): Cleaned up.
318 (x_set_font): Handle case of x_new_fontset returning the same name
319 as before, although there was a change in fontsets.
320
386ca361
MB
3212001-10-21 Miles Bader <miles@gnu.org>
322
323 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
324 (Flogxor): Add usage: string to doc string.
325 * charset.c (Fstring): Likewise.
326 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
327 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
328
14ff1ee0
PJ
3292001-10-21 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
330
03be2694
PJ
331 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
332
333 * alloc.c: Reindent DEFUNs with doc: keywords.
334
335 * abbrev.c (Finsert_abbrev_table_description): Reindent.
336
14ff1ee0
PJ
337 * frame.c: Change doc-string comments to `new style' [w/`doc:'
338 keyword].
339
71431a0e
GM
3402001-10-20 Gerd Moellmann <gerd@gnu.org>
341
6aa97356 342 * (Version 21.1 released.)
71431a0e 343
39f624fa
PJ
3442001-10-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
345
c0a53abb
PJ
346 * xfns.c (x_laplace_read_row, x_laplace_write_row): Prototypes
347 removed.
348
349 * xdisp.c (invisible_text_between_p): Put prototype inside #if
350 0 because unused.
351
352 * bytecode.c, callint.c, callproc.c, casefiddle.c, casetab.c
fdb82f93 353 * category.c, ccl.c, charset.c, process.c, syntax.c, window.c: Change
c0a53abb 354 doc-string comments to `new style' [w/`doc:' keyword].
39f624fa 355
abcce93a
MB
3562001-10-20 Miles Bader <miles@gnu.org>
357
358 The following changes remove the glyph_row `inverse_p' field,
359 which is never set anymore, due to other changes:
360
361 * dispextern.h (struct glyph_row): Remove `inverse_p' field.
362 (reassert_line_highlight, change_line_highlight): Declarations removed.
363 * dispnew.c (update_frame_line): Don't call reassert_line_highlight.
364 (line_hash_code, row_equal_p, fake_current_matrices)
365 (build_frame_matrix_from_leaf_window, update_frame_line)
366 (update_frame_line, update_frame_line, update_frame_line):
367 Don't use `inverse_p' field.
368 * xterm.c (x_initialize): Don't set reassert_line_highlight_hook or
369 change_line_highlight_hook.
370 (XTreassert_line_highlight, x_change_line_highlight):
371 Functions removed.
372 (x_fix_overlapping_area, x_write_glyphs, expose_area)
373 (expose_line, x_erase_phys_cursor): Don't use `inverse_p' field.
374 * xdisp.c (dump_glyph_row, display_mode_line): Don't use
375 `inverse_p' field.
376 * w32term.c (x_fix_overlapping_area, x_write_glyphs, expose_area)
377 (expose_line, x_erase_phys_cursor): Don't use `inverse_p' field.
378 (w32_reassert_line_highlight, x_change_line_highlight):
379 Functions removed.
380 * w32console.c (reassert_line_highlight, change_line_highlight):
381 Functions removed.
382 (initialize_w32_display): Don't set reassert_line_highlight_hook
383 or change_line_highlight_hook.
384 (hl_mode): Function removed.
385 (reset_terminal_modes, set_terminal_modes, update_begin)
386 (update_end, w32_face_attributes, initialize_w32_display):
387 (clear_frame, ins_del_lines): Don't call it.
388 * termhooks.h (reassert_line_highlight_hook)
389 (change_line_highlight_hook): Declarations removed.
390 * term.c (reassert_line_highlight_hook)
391 (change_line_highlight_hook): Variables removed.
392 (reassert_line_highlight, change_line_highlight): Functions removed.
393 * msdos.c (IT_reassert_line_highlight)
394 (IT_change_line_highlight): Functions removed.
395 (internal_terminal_init): Don't set reassert_line_highlight_hook
396 or change_line_highlight_hook.
397 (highlight): Variable removed.
398 (IT_set_face, IT_update_begin, IT_update_end)
399 (IT_set_terminal_modes): Don't set or use it.
400
401 The following changes remove inverse-video support for terminals
402 that use a `magic cookie' standout mode. Due to changes in the
403 way mode-lines are displayed, such support no longer works
404 anyway, and it's probable that almost no one uses such terminals
405 anymore:
406
407 * term.c (standout_requested): Variable removed.
408 (update_end, highlight_if_desired): Don't use it.
409 (chars_wasted, copybuf): Variables removed.
410 (write_standout_marker): Function removed.
411 (cursor_to, clear_to_end, clear_frame, clear_end_of_line_raw)
412 (clear_end_of_line_raw, write_glyphs, ins_del_lines):
413 Don't use `chars_wasted' or `copybuf'.
414 (calculate_costs): Don't allocate `chars_wasted' or `copybuf'.
415 Set `costs_set' to true.
416 (cursor_to, clear_end_of_line): Test `costs_set' instead of
417 `chars_wasted'.
418 (clear_end_of_line): Function removed.
419 (clear_end_of_line_raw): Renamed to `clear_end_of_line'.
420 (clear_to_end): Call `clear_end_of_line' instead of
421 `clear_end_of_line_raw'.
54800acb
MB
422 (TN_standout_width, TF_xs, TN_magic_cookie_glitch_ul): Vars removed.
423 (term_init): Don't set them.
424 Turn off any standout/underline modes that require magic cookies.
425 (ins_del_lines, highlight_if_desired, background_highlight)
426 (turn_on_highlight, turn_off_highlight, reset_terminal_modes):
427 Remove special processing for magic-cookie standout modes.
428 (turn_off_face, turn_on_face): Remove special processing for
429 underline magic-cookie glitch.
abcce93a 430
0b5f679f
RS
4312001-10-19 Richard M. Stallman <rms@gnu.org>
432
433 * eval.c (syms_of_eval): Doc fixes.
434
5a4a5bd4
GM
4352001-10-19 Gerd Moellmann <gerd@gnu.org>
436
437 * xdisp.c (redisplay_internal): Don't clear echo area if the
438 mini-window is selected.
439
79f1f96c
MB
4402001-10-19 Miles Bader <miles@gnu.org>
441
b57c2708
MB
442 * editfns.c (text_property_stickiness): Non-rear-non-stickiness
443 doesn't take precedence if the affected property's value is nil.
444
445 * editfns.c (Fencode_time): Escape a BOL paren in the doc-string.
446
79f1f96c
MB
447 * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify interaction
448 with fields and suggest using `forward-line' to avoid them.
449 * editfns.c (Fline_beginning_position, Fline_end_position):
450 Clarify documentation.
451
ef879104
SM
4522001-10-18 Stefan Monnier <monnier@cs.yale.edu>
453
454 * keymap.c (current_minor_maps): `override' only shadows its
455 correspondent in minor-mode-map-alist, not the whole tail.
456
97f4db8c
AI
4572001-10-18 Andrew Innes <andrewi@gnu.org>
458
459 * fontset.c (fs_load_font) [WINDOWSNT && _MSC_VER]: Disable
460 optimization. The fontp->encoding array was not being initialized
461 correctly when compiled with optimizations by MSVC.
462
e6b70fd8
GM
4632001-10-18 Gerd Moellmann <gerd@gnu.org>
464
30903479 465 * xdisp.c (display_line): Indicate empty lines in active mini-window.
e6b70fd8 466
0e804d38
AI
4672001-10-17 Andrew Innes <andrewi@gnu.org>
468
469 * fontset.h (struct font_info) [WINDOWSNT]: Add codepage field.
470
471 * w32fns.c (w32_load_system_font): Cache codepage for font, in
472 font_info.charset field.
473
474 * w32term.c (w32_encode_char): Get cached codepage from font_info,
475 rather than working it out by calling w32_codepage_for_font for
476 every glyph.
477
66e5868a
AI
4782001-10-17 Andrew Innes <andrewi@gnu.org>
479
480 * w32term.c (w32_read_socket): Determine clipping rectangle for
481 the entire frame, including areas covered by scrollbars and the
482 menubar. This avoids internal arguments about whether a frame is
483 fully obscured or not.
484
15b00083
GM
4852001-10-17 Gerd Moellmann <gerd@gnu.org>
486
23e8bd86
GM
487 * xdisp.c (try_window_id): Undo last change. Give up if
488 window ends in strings.
30903479 489
9c6ba6d1 490 * xdisp.c (try_window_id): Don't display lines after the window
30903479 491 end if the rest of the window after the window end was already blank.
23e8bd86 492
30903479 493 * xdisp.c (try_window_id): Remove code that was only there
9c6ba6d1
GM
494 for the release of 21.1.
495
30903479 496 * xdisp.c (display_line): Don't indicate empty lines in mini-windows.
15b00083 497
945220bd
MB
4982001-10-17 Miles Bader <miles@gnu.org>
499
500 * lisp.h (DEFUN): Remove `DOC_STRINGS_IN_COMMENTS' case.
501 * xmenu.c, xdisp.c, term.c, dispnew.c, abbrev.c, editfns.c, buffer.c
502 * xfns.c, alloc.c, minibuf.c, xterm.c, xfaces.c:
503 Change doc-string comments to `new style' [w/`doc:' keyword].
504 (DOC_STRINGS_IN_COMMENTS): Macro removed.
505 * minibuf.c: Remove old commented-out-DEFUN that was used to fake
506 out make-docfile.
507
14242528
MB
5082001-10-16 Miles Bader <miles@gnu.org>
509
510 * fns.c: Change doc-string comments to `new style' [w/`doc:' keyword].
511
3ddf952f
GM
5122001-10-16 Gerd Moellmann <gerd@gnu.org>
513
514 * buffer.c (Fset_buffer_major_mode): Use initial-major-mode for
515 *scratch*.
516
f3fbd155
KR
5172001-10-16 Ken Raeburn <raeburn@gnu.org>
518
519 Avoid the assumption that car and cdr slots of cons cells are
520 addressable lvalues; this allows for easier experimentation with
521 other lisp implementations that may not permit such accesses for
522 various reasons. Not quite complete -- buffer.c still needs some
523 work, and w32/mac files need rechecking -- so compile-time
524 enforcement is left disabled for now.
525
526 * lisp.h (LISP_MAKE_RVALUE): New macro, or function in the case of
30903479 527 gcc with a union-based Lisp object rep. Redefine as no-op for now.
f3fbd155
KR
528 (XCAR_AS_LVALUE, XCDR_AS_LVALUE): Rename from old XCAR, XCDR.
529 (XCAR, XCDR): Apply LISP_MAKE_RVALUE to the _AS_LVALUE versions.
530 (XSETCAR, XSETCDR): New macros.
531 (XSETCARFASTINT, XSETCDRFASTINT): New macros.
532 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): New macros.
533 * keyboard.h (POSN_BUFFER_SET_POSN): New macro.
534 * alloc.c (Fcons, pure_cons, Fgarbage_collect): Use XSETCAR and
535 XSETCDR.
536 (mark_buffer): Use XCAR_AS_LVALUE, XCDR_AS_LVALUE.
30903479
SM
537 * buffer.c (record_buffer, Fbury_buffer)
538 (swap_out_buffer_local_variables, recenter_overlay_lists)
539 (Foverlay_put): Use XSETCAR and XSETCDR to set the car and cdr
f3fbd155
KR
540 fields of a cons cell respectively.
541 * callint.c (quotify_args, Fcall_interactively): Likewise.
542 * ccl.c (Fregister_code_conversion_map): Likewise.
543 * coding.c (detect_coding_system): Likewise.
544 * composite.c (get_composition_id, make_composition_value_copy):
545 Likewise.
30903479
SM
546 * data.c (Fsetcar, Fsetcdr, swap_in_global_binding)
547 (swap_in_symval_forwarding, set_internal, Fset_default)
548 (Fmake_variable_buffer_local, Fmake_local_variable)
549 (Fmake_variable_frame_local): Likewise.
f3fbd155 550 * fns.c (concat, Fcopy_alist, Fwidget_put): Likewise.
30903479
SM
551 * keymap.c (Fset_keymap_parent, store_in_keymap)
552 (accessible_keymaps_1, where_is_internal_2, Fcopy_keymap):
f3fbd155
KR
553 Likewise.
554 * minibuf.c (get_minibuffer): Likewise.
555 * search.c (Fmatch_data): Likewise.
556 * textprop.c (extend_property_ranges): Likewise.
557 * undo.c (record_insert, Fundo_boundary, truncate_undo_list):
558 Likewise.
559 * w32fns.c (w32_msg_pump, Fw32_register_hot_key, w32_list_fonts):
560 Likewise.
561 * w32term.c (x_delete_display): Likewise.
562 * xfaces.c (remove_duplicates, Finternal_set_lisp_face_attribute):
563 Likewise.
564 * xterm.c (x_list_fonts, x_load_font, x_delete_display):
565 Likewise.
566 * doc.c (store_function_docstring): Use XSETCARFASTINT.
30903479 567 * fileio.c (Fdo_auto_save): Use XSETCARFASTINT and XSETCDRFASTINT.
f3fbd155
KR
568 (Fread_file_name): Use XSETCAR.
569 * fontset.c (Fset_fontset_font): Use CHECK_NUMBER_CAR and
570 CHECK_NUMBER_CDR.
571 (accumulate_font_info, Ffontset_info): Use XSETCAR and XSETCDR.
572 * frame.c (Fmake_terminal_frame): Use XSETCDR.
573 * indent.c (Fcompute_motion): Use CHECK_NUMBER_CAR and
574 CHECK_NUMBER_CDR.
575 * keyboard.c (read_char): Alter list traversal to avoid taking the
576 address of cons cell slots. Use POSN_BUFFER_SET_POSN.
577 (parse_menu_item): Use XSETCAR and XSETCDR.
578 (reach_char_x_menu_prompt): Use XSETCAR.
579 (read_key_sequence): Use POSN_BUFFER_SET_POSN.
580 (Fcommand_execute): Use XSETCDR.
581 * lread.c (Fload): Use XSETCARFASTINT and XSETCDRFASTINT.
582 (openp): Change list traversal to avoid using XCAR as lvalue.
583 (read_list): Use XSETCDR.
584 * process.c (wait_reading_process_input): Change wait_for_cell
585 handling to avoid taking addresses of cons cell slots.
30903479
SM
586 * xselect.c (x_own_selection, x_handle_selection_clear)
587 (x_clear_frame_selections): Use XSETCDR.
588 (wait_for_property_change): Use XSETCARFASTINT and XSETCDRFASTINT.
589 (x_handle_property_notify, x_get_foreign_selection)
590 (x_handle_selection_notify): Use XSETCAR.
f3fbd155 591
502150e5
PJ
5922001-10-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
593
018ba359
PJ
594 * buffer.c: Put doc strings in comments.
595
30903479 596 * sound.c: Include <sys/ioctl.h> also on systems without <soundcard.h>.
502150e5 597
b56ba8de
SS
5982001-10-15 Sam Steingold <sds@gnu.org>
599
600 * fns.c (Vafter_load_alist): Declare extern (w32 build problem).
601
6a0b793a
PJ
6022001-10-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
603
30903479
SM
604 * process.c (process-inherit-coding-system-flag)
605 (get-buffer-process): Do not confuse make-docfile with doc strings
e2ba787b
PJ
606 in comment.
607
a1f17501 608 * editfns.c (Fchar_to_string): Make doc string consistent with
30903479 609 arguments. Put doc strings in comments.
a65da641
PJ
610
611 * abbrev.c, minibuf.c: Put doc strings in comments.
6a0b793a 612
aa601ad0
GM
6132001-10-15 Gerd Moellmann <gerd@gnu.org>
614
30903479 615 * window.c (window_loop): Don't check for Fother_buffer returning nil.
b56ba8de 616
aa601ad0
GM
617 * window.c (select_window_1): Unfreeze window start. Remove a
618 doubled test for WINDOW being live.
619
288148a1
PJ
6202001-10-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
621
dd8d1e71
PJ
622 * fns.c (Fmapconcat): Fix typo in a doc string.
623
288148a1
PJ
624 * dispnew.c (Fsleep_for): Fix typo in a doc string.
625
9f5eb4a3
GM
6262001-10-15 Gerd Moellmann <gerd@gnu.org>
627
628 * xterm.c (x_draw_glyph_string): Restore clipping after
629 drawing box.
630
dbae44c8
PJ
6312001-10-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
632
30903479 633 * callint.c (prefix-arg, current-prefix-arg): Fix typo in a doc string.
dbae44c8 634
0c88c937
SM
6352001-10-14 Stefan Monnier <monnier@cs.yale.edu>
636
56378db4
GM
637 * indent.c (skip_invisible): Use new retval of
638 TEXT_PROP_MEANS_INVISIBLE.
91c067f4 639
845e4cf4
SM
640 * keymap.c (access_keymap): Unify handling of `t' and generic-char.
641 If a parent is reached and noinherit is set, exit immediately.
642 Use AREF and ASIZE macros. Call get_keyelt before checking KEYMAPP.
643
0c88c937
SM
644 * s/ms-w32.h (EXEC_SUFFIXES):
645 * s/msdos.h (EXEC_SUFFIXES):
646 * process.h (EXEC_SUFFIXES): Remove.
647
648 * callproc.c (syms_of_callproc): Init Vexec_suffixes to Qnil.
649 (decode_suffixes): Remove.
650
651 * intervals.h (TEXT_PROP_MEANS_INVISIBLE_WITH_ELLIPSIS)
91c067f4
SM
652 (TEXT_PROP_MEANS_INVISIBLE_NOELLIPSIS, invisible_noellipsis_p)
653 (invisible_ellipsis_p): Remove.
0c88c937
SM
654
655 * xdisp.c (DOLIST, LOOP_PROPVAL): Remove.
656 (invisible_p): Return 1 or 2 depending on whether an ellipsis is used.
657 (invisible_ellipsis_p, invisible_noellipsis_p): Remove.
91c067f4
SM
658 (in_ellipses_for_invisible_text_p, handle_invisible_prop):
659 Use new retval of TEXT_PROP_MEANS_INVISIBLE.
0c88c937 660
d19be8a9
PJ
6612001-10-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
662
04d7d066
PJ
663 * lisp.h (Ftop_level): Add prototype.
664
d624284c
PJ
665 * xterm.c: (xlwmenu_window_p, xlwmenu_redisplay): Add prototypes.
666 (XTread_socket): Improve style of comments to follow other
667 comments.
668
a87414f9
PJ
669 * keyboard.c (Fcommand_execute): Remove unnecessary prototype (it
670 is already prototyped in included lisp.h).
671
d19be8a9
PJ
672 * frame.c (Fset_mouse_position): Improve style of comment to
673 follow other comments.
674 (Fset_mouse_pixel_position): Improve style of comment to follow
675 other comments.
676 (Fmake_frame_visible): Doc fix and typo in comment.
677 (Fmake_frame_invisible): Doc fix and typo in comment.
678 (Ficonify_frame): Fix typo in comment.
679
c061c855
GM
6802001-10-14 Gerd Moellmann <gerd@gnu.org>
681
37f6b5b6 682 * xfns.c, dispnew.c, xterm.c, xdisp.c, xfaces.c, xmenu.c
228299fa 683 * term.c, alloc.c: Put doc strings in comments.
c061c855 684
e641b454
GM
6852001-10-13 Gerd Moellmann <gerd@gnu.org>
686
687 * lisp.h (DEFUN, DEFVAR_LISP, ...) [DOC_STRINGS_IN_COMMENTS]:
688 Provide definitions for doc strings in comments.
689
690 * fns.c: Put doc strings in comments.
691
51724e26
EZ
6922001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
693
694 * dired.c (file_name_completion): Ignore a candidate directory if
695 it matches an element in completion-ignored-extensions that ends
696 in a slash.
697 (syms_of_dired) <completion-ignored-extensions>: Mention the above
698 feature in the doc string.
699 (Ffile_name_completion): Ditto.
700
be5fc59b
SM
7012001-10-12 Stefan Monnier <monnier@cs.yale.edu>
702
5a1373f3
SM
703 * indent.c (skip_invisible): Don't skip "ellipsisized" text.
704
705 * xfns.c (syms_of_xfns): Update calls to Fprovide.
706
707 * lisp.h (Fprovide): Update prototype.
708 (Ffeaturep, invisible_p): Remove.
709
bbc4a3d3 710 * xdisp.c (init_iterator): Be more strict with bytepos and charpos.
5a1373f3
SM
711 (DOLIST, LOOP_PROPVAL): New macros.
712 (invisible_p, invisible_ellipsis_p): Use them.
713 (invisible_noellipsis_p): New function.
714 (syms_of_xdisp): Use empty_string.
715
716 * alloc.c (mark_interval_tree): Use traverse_intervals_noorder.
717
718 * lread.c (substitute_object_recurse): Use traverse_intervals_noorder.
719 (syms_of_lread) <Vafter_load_alist>: Update docstring.
720
721 * print.c (Fwith_output_to_temp_buffer): Align with
722 internal_with_output_to_temp_buffer.
723 (print_preprocess): Use traverse_intervals_noorder.
724 (print_object): Update call to traverse_intervals.
725
726 * intervals.h (TEXT_PROP_MEANS_INVISIBLE_NOELLIPSIS): New macro.
727 (traverse_intervals_noorder, invisible_noellipsis_p): New funs.
728
729 * intervals.c (traverse_intervals_noorder): New function.
730 (search_for_interval, count_intervals): Use it.
731 (traverse_intervals): Use less stack space and drop `depth' arg.
732
733 * fns.c (Ffeaturep): Add new `subfeature' arg.
734 (Fprovide): Add new `subfeatures' arg. Use `after-load-alist'.
735 (Qsubfeatures): New var.
736 (syms_of_fns): Initialize it.
737
026f408d
SM
738 * keymap.c (Fkey_description): Use empty_string.
739 (Fdescribe_bindings_internal, describe_buffer_bindings): Remove.
740 (syms_of_keymap): Setup inheritance between maps.
741 Don't export Sdescribe_bindings_internal any more.
742
be5fc59b
SM
743 * minibuf.c (keys_of_minibuf): Eliminate redundant bindings.
744
3365175e
GM
7452001-10-12 Gerd Moellmann <gerd@gnu.org>
746
747 * xterm.c (notice_overwritten_cursor): Renamed from
748 note_overwritten_text_cursor. Rewritten to take glyph widths into
749 account.
750
2ab7765c
EZ
7512001-10-12 Eli Zaretskii <eliz@is.elta.co.il>
752
753 * lread.c (syms_of_lread) <load-suffixes>: Fix last change:
754 multi-line strings without a trailing "\n\".
755
311346bb
PJ
7562001-10-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
757
758 * floatfns.c: float_error() is defined iff FLOAT_CATCH_SIGILL is
759 defined.
760
2168e04d
SM
7612001-10-11 Stefan Monnier <monnier@cs.yale.edu>
762
026f408d
SM
763 * callint.c (Fcall_interactively): Remove unused code. Use XCAR.
764
c0ec53ad
SM
765 * xfns.c (x_create_bitmap_from_file, x_find_image_file):
766 * w32proc.c (sys_spawnve):
767 * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
768 * w32.c (check_windows_init_file):
769 * sound.c (Fplay_sound):
026f408d 770 * emacs.c (init_cmdargs):
c0ec53ad
SM
771 * process.c (Fstart_process): Update calls to openp.
772
773 * callproc.c (Vexec_suffixes): New var.
774 (Fcall_process): Update call to openp.
775 (decode_suffixes): New function.
776 (syms_of_callproc): Init exec-suffixes.
777
778 * lread.c (Vload_suffixes, default_suffixes): New vars.
779 (openp): Take a lisp list of suffixes.
780 Check for file-name-handlers even if the file was absolute already.
781 (syms_of_lread): Declare load-suffixes.
782 (Fload): Fix up call to openp.
783 Don't bother checking for file-name-handler at the very beginning.
784
f6333468
SM
785 * keymap.h (Fcopy_keymap): Don't export.
786
787 * lisp.h (empty_string): Declare.
c0ec53ad
SM
788 (Vload_suffixes, Vexec_suffixes): Declare.
789 (openp): Update prototype.
f6333468
SM
790
791 * emacs.c (empty_string): New var.
792 (syms_of_emacs): Initialize it.
793
794 * search.c (wordify): Use it.
795
796 * buffer.c (Fbury_buffer): Don't try to remove the buffer from the
797 selected window if it's not displayed there. Handle the case
798 when the window is dedicated.
799 (syms_of_buffer): Fix docstrings not to mention "buffer-local" anymore.
800
801 * undo.c (Fprimitive_undo): Use XCAR/XCDR.
802
2168e04d
SM
803 * syntax.h (struct gl_state_s): Change the meaning of b_property.
804 Remove left_ok and right_ok.
805 (UPDATE_SYNTAX_TABLE_BACKWARD, UPDATE_SYNTAX_TABLE)
806 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT): Update to the
807 new meaning of b_property.
808
809 * syntax.c (update_syntax_table): Simplify.
810 (Fforward_comment): Don't skip quoted chars when going backward.
811
13d95cc0
GM
8122001-10-11 Gerd Moellmann <gerd@gnu.org>
813
beb0990f
GM
814 * lisp.h (FIXNUM_OVERFLOW_P): Cast I to EMACS_INT in comparisons
815 in case I is of some unsigned type, in which case
816 MOST_NEGATIVE_FIXNUM will be converted to unsigned, and the
817 comparison becomes bogus.
818
cb938d46
GM
819 * editfns.c (Fuser_uid, Fuser_real_uid): Use make_fixnum_or_float.
820 (Fuser_full_name): Fix bug treating a float as a fixnum.
821
822 * data.c (Fstring_to_number): Use make_fixnum_or_float.
823
824 * lisp.h (make_fixnum_or_float): New macro.
2168e04d 825
13d95cc0
GM
826 * lisp.h (circular_list_error): Add prototype.
827
828 * data.c (Qcircular_list): New variable.
829 (circular_list_error): New function.
830 (syms_of_data): Initialize it Qcircular_list.
831
e35f6ff7
SM
8322001-10-10 Stefan Monnier <monnier@cs.yale.edu>
833
834 * window.c, syntax.c, macros.c, frame.c, emacs.c, cmds.c, category.c,
835 casefiddle.c, buffer.c: Include keymap.h.
836
619632ac
GM
8372001-10-10 Gerd Moellmann <gerd@gnu.org>
838
839 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Add `-nointrinsics'
840 options. From Dave Love <d.love@dl.ac.uk>.
841
5e5388f6
GM
8422001-10-09 Gerd Moellmann <gerd@gnu.org>
843
844 * regex.c (WIDE_CHAR_SUPPORT): Do not use defined() in macro.
845 From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
846
14a3dff7
GM
847 * editfns.c (Fcurrent_time_zone): Cast isalnum() argument to
848 unsigned char.
849 From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
e35f6ff7 850
76ba8daf
AI
8512001-10-08 Andrew Innes <andrewi@gnu.org>
852
853 * lisp.h [max]: Undef min and max before redefining them.
854
855 * w32gui.h: Do not undef min and max.
856
857 * w32heap.h: Do not undef min and max.
858
859 * s/ms-w32.h: Do not undef min and max.
860
166253cb
SM
8612001-10-08 Stefan Monnier <monnier@cs.yale.edu>
862
863 * xdisp.c (handle_fontified_prop): Don't bind after-change-functions.
864
0c4d9527
SS
8652001-10-08 Sam Steingold <sds@gnu.org>
866
867 * keymap.c (current-active-maps): Quote newlines (compilation error).
868
14bfa771
EZ
8692001-10-08 Eli Zaretskii <eliz@is.elta.co.il>
870
871 * Makefile.in (lisp, shortlisp): Replace bindings.el with
872 bindings.elc, since otherwise doc strings in bindings.el get wrong
873 offsets in etc/DOC.
874
bdb7aa47
SM
8752001-10-08 Stefan Monnier <monnier@cs.yale.edu>
876
9985827f
SM
877 * lisp.h: Remove the entries for keymap.c (moved to keymap.h).
878
879 * keyboard.h (map_prompt): Remove.
880
881 * xterm.c, w32term.c, term.c, minibuf.c, keymap.c,
e6b3ceb6 882 * intervals.c, fns.c, doc.c, callint.c: Include keymap.h.
9985827f 883
bdb7aa47
SM
884 * xmenu.c (keymap_panes, Fx_popup_menu): Use Fkeymap_prompt.
885
886 * w32menu.c (keymap_panes, Fx_popup_menu): Use Fkeymap_prompt.
887
888 * keyboard.c (map_prompt): Remove.
889 (read_char_x_menu_prompt, read_char_minibuf_menu_prompt):
890 Use Fkeymap_prompt.
891
892 * keymap.h: New file. Extracted from lisp.h.
893
9985827f
SM
894 * keymap.c (Fkeymap_prompt, Fcurrent_active_maps): New funs.
895 (accessible_keymaps_1): New function.
896 (Faccessible_keymaps, accessible_keymaps_char_table): Use it.
897 (Fwhere_is_internal): Use Fcurrent_active_maps.
898 (Fdescribe_buffer_bindings): Renamed from describe_buffer_bindings.
899 Insert in current buffer rather than standard-output.
900 Don't call `help-mode'. Export to elisp.
901 (describe_buffer_bindings): New wrapper.
902 (syms_of_keymap): Defsubr Skeymap_prompt, Scurrent_active_maps
903 and Sdescribe_buffer_bindings.
904
402c9a51
GM
9052001-10-08 Gerd Moellmann <gerd@gnu.org>
906
9985827f 907 * atimer.c (alarm_signal_handler) [USG && !POSIX_SIGNALS]:
3ecd9cc3
GM
908 Remove code setting signal handler.
909
9985827f 910 * sysdep.c (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]:
402c9a51
GM
911 Clear ICRNL and INLCR. From Daiki Ueno <ueno@unixuser.org>.
912
3fe81fdf
PJ
9132001-10-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
914
915 * keyboard.c: Don't define min/max.
916
55fa7820
GM
9172001-10-08 Gerd Moellmann <gerd@gnu.org>
918
9985827f 919 * xterm.c, xmenu.c, xfns.c, xdisp.c, window.c:
32c82ac0 920 * w32term.c, w32menu.c, w32console.c, w32bdf.c, w32.c, term.c
9985827f 921 * sysdep.c, sound.c, search.c, scroll.c, minibuf.c, keymap.c
32c82ac0 922 * intervals.c, insdel.c, indent.c, fns.c, fileio.c, editfns.c
9985827f 923 * dispnew.c, dired.c, charset.c, xfaces.c, alloc.c, atimer.c:
32c82ac0
GM
924 Don't define min/max.
925
926 * lisp.h (min, max): New macros.
927
55fa7820
GM
928 * puresize.h (BASE_PURESIZE): Increase to 725000.
929
1aad31e4
PJ
9302001-10-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
931
9180dc8c
PJ
932 * xfaces.c (free_frame_menubar): Add prototype.
933
01f67d2c
PJ
934 * lisp.h (init_window): Add prototype.
935
936 * editfns.c: Include ctype.h.
937
938 * xterm.c: USE_LUCID can be defined iff USE_X_TOOLKIT is defined.
9985827f 939 (xm_scroll_callback) [USE_MOTIF]: Remove unused variable `percent'.
01f67d2c
PJ
940 (x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]: Remove unused
941 variable `sb'.
942
5f351ff1
PJ
943 * xfns.c (Fx_hide_tip): Fix typo in a doc string.
944 (Fx_file_dialog) [USE_MOTIF]: Remove unused variables
945 `popup_activated_flag' and `title'.
946
479dfe87
PJ
947 * doc.c (Fdocumentation_property): Fix typo in a doc string.
948
dff49fc8
PJ
949 * emacs.c (main): Remove extra `;'.
950
248ac615
PJ
951 * atimer.h (struct atimer): Fix typos in a comment.
952
953 * atimer.c: Fix typo.
954
af232c7d
PJ
955 * Makefile.in: Fix typo.
956
957 * README: Remove obsolete part mentioning removed VMS file.
1aad31e4 958
d876f455
MB
9592001-10-07 Miles Bader <miles@gnu.org>
960
961 * Makefile.in (lisp, shortlisp): Add `button.elc'.
962
0037e2f2
KR
9632001-10-07 Ken Raeburn <raeburn@gnu.org>
964
b056f36d
KR
965 * minibuf.c (Fminibuffer_prompt_end): Don't apply make_number to a
966 Lisp_Object.
967
0037e2f2
KR
968 * lisp.h (Ffield_end): Declare.
969
1a4372ef
GM
9702001-10-07 Gerd Moellmann <gerd@gnu.org>
971
a4a74e8c
GM
972 * keyboard.c (parse_modifiers, apply_modifiers): Use VALMASK.
973
974 * insdel.c (make_gap): Use MOST_POSITIVE_FIXNUM.
975
976 * floatfns.c (FLOAT_TO_INT2, FLOAT_TO_INT): Use FIXNUM_OVERFLOW_P.
977
978 * dired.c (Ffile_attributes): Use FIXNUM_OVERFLOW_P.
979
1a4372ef
GM
980 * bytecode.c (syms_of_bytecode) [BYTE_CODE_METER]: Doc fix.
981 (METER_CODE, Fbyte_code): Use MOST_POSITIVE_FIXNUM.
982
983 * alloc.c (inhibit_garbage_collection): Simplify.
984 (Fmemory_use_counts): Ditto.
985
9985827f 986 * data.c (most_positive_fixnum, most_negative_fixnum): New variables.
1a4372ef
GM
987 (syms_of_data): DEFVAR_INT most-positive-fixnum and
988 most-negative-fixnum.
989
9985827f 990 * lisp.h (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM)
1a4372ef
GM
991 (FIXNUM_OVERFLOW_P): New macros.
992
4650e362
MB
9932001-10-06 Miles Bader <miles@gnu.org>
994
995 * xterm.h (struct x_output): Add scroll_bar_top_shadow_pixel and
996 scroll_bar_bottom_shadow_pixel fields.
997 * xterm.c (x_create_toolkit_scroll_bar): Try to allocate colors
998 for the shadows, and tell the toolkit about them if we succeed.
999 (x_destroy_window) [USE_TOOLKIT_SCROLL_BARS]:
1000 Free scroll-bar shadow colors.
1001 * xfns.c (x_set_scroll_bar_background) [USE_TOOLKIT_SCROLL_BARS]:
1002 Free scroll-bar shadow colors when the background color changes.
1003 (Fx_create_frame, x_create_tip_frame) [USE_TOOLKIT_SCROLL_BARS]:
1004 Initialize scroll-bar shadow-color fields.
1005
ace64e0a
GM
10062001-10-05 Gerd Moellmann <gerd@gnu.org>
1007
1008 * fileio.c (Fcopy_file): If NEWNAME is a directory copy FILE there.
1009
ec66bdc7
MB
10102001-10-05 Miles Bader <miles@gnu.org>
1011
9985827f
SM
1012 * minibuf.c (Fminibuffer_prompt_end, Fminibuffer_contents)
1013 (Fminibuffer_contents_no_properties, Fdelete_minibuffer_contents):
ec66bdc7 1014 New functions (were in simple.el).
9985827f 1015 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
ec66bdc7
MB
1016 (read_minibuf, do_completion, Fminibuffer_completion_help): Use them.
1017 (syms_of_minibuf): Initialize them.
1018
a0fb4492
GM
10192001-10-05 Gerd Moellmann <gerd@gnu.org>
1020
1021 * xfns.c (tiff_error_handler, tiff_warning_handler): New functions.
1022 (tiff_load): Install them as error and warning handler.
1023
0bcf87c1
AI
10242001-10-04 Andrew Innes <andrewi@gnu.org>
1025
1026 * w32fns.c (x_to_w32_color): Fix argument to alloca.
1027 (w32_load_system_font): Don't believe what GetLanguageFontInfo
9985827f 1028 says; query codepage info directly to determine if font is double byte.
0bcf87c1
AI
1029 (x_to_w32_charset): Handle private format for unknown charsets.
1030 Handle wildcards in charset spec, by ignoring them.
1031 (w32_codepage_for_font): Fix argument to alloca. Don't remove
1032 "*-" prefix from charset.
1033 (x_to_w32_font): Enlarge remainder array for safety. Specifically
1034 handle the truncated font spec form constructed by font_list_1, so
1035 that we correctly identify the charset fields. Don't remove "*-"
1036 prefix from charset.
1037 (w32_list_synthesized_fonts): Fix argument to alloca.
1038
c89e4bc5
GM
10392001-10-04 Stefan Monnier <monnier@cs.yale.edu>
1040
1041 * window.h (MINI_WINDOW_P): Use NILP.
1042
1043 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM): Define also for non-NT.
1044
1045 * termhooks.h (struct input_event): Use proper type for `kind'.
1046
10472001-10-04 Gerd Moellmann <gerd@gnu.org>
1048
1049 This handles unknown keysyms better than before. For example,
1050 after `xmodmap -e 'keysym F5 = ccaron' in a Latin-1 environment,
1051 Emacs formerly completely ignored F5. With the change, it derives
1052 a key symbol from the name of the X keysym, `ccaron' in this case.
1053 Reported by Martin Buchholz.
1054
1055 * xterm.c (XTread_socket): Return a non_ascii_keystroke for
1056 unknown keysyms.
1057
1058 * keyboard.c (make_lispy_event) [HAVE_X_WINDOWS]: If we know
1059 that EVENT->code isn't a function key, use the keysym's name.
1060
10612001-10-04 Gerd Moellmann <gerd@gnu.org>
1062
1063 FOREACH is a macro that should make it easier to loop over Lisp
1064 lists with checks for cycles and proper lists.
1065
1066 * lisp.h (LIST_END_P, FOREACH): New macros.
1067
10682001-10-04 Gerd Moellmann <gerd@gnu.org>
1069
1070 On some systems, XtCloseDisplay seems to cause a SIGSEGV when
1071 called for a lost connection. Prevent dumping core in this case.
1072 Instead print the X error, and exit. On user request.
1073
1074 * xterm.c (error_msg): New variable.
1075 (x_fatal_error_signal): New function.
1076 (x_connection_closed): Set error_msg. Install x_fatal_error_signal
1077 as fatal_error_signal_hook around the call to XtCloseDisplay.
1078
1079 * emacs.c (fatal_error_signal_hook): New variable.
1080 (fatal_error_signal): Call that function.
1081
10822001-10-04 Gerd Moellmann <gerd@gnu.org>
1083
1084 With this, Emacs prints how much pure storage it will
1085 approximately need in case pure storage overflows while dumping.
1086
1087 * alloc.c (purebeg, pure_size, pure_bytes_used_before_overflow):
1088 New variables.
1089 (init_alloc_once): Initialize new variables.
1090 (PURE_POINTER_P): Use new variables.
1091 (pure_alloc): If pure storage overflows, allocate from the heap.
1092 (check_pure_size): New function.
1093 (Fgarbage_collect): Don't GC if pure storage has overflowed.
1094
1095 * lisp.h (pure_size) [HAVE_SHM]: Declare extern size_t.
1096 (check_pure_size): Add prototype.
1097
1098 * emacs.c (Fdump_emacs_data, Fdump_emacs): Call check_pure_size.
1099
11002001-10-04 Gerd Moellmann <gerd@gnu.org>
1101
1102 This adds a post-gc-hook that's run with GC inhibited.
1103 Requested by Francois Pinard. XEmacs has it. Added to NEWS.
1104
1105 * alloc.c (Vpost_gc_hook, Qpost_gc_hook): New variables.
1106 (syms_of_alloc): DEFVAR_LISP post-gc-hook, initialize Qpost_gc_hook.
1107 (Fgarbage_collect): Run post-gc-hook.
1108
11092001-10-04 Gerd Moellmann <gerd@gnu.org>
1110
1111 This adds `defvaralias' and `indirect-variable'. Changes not
1112 directly related to this feature are there to gain the same
1113 performance again as before variable aliases.
1114
1115 You must use the SYMBOL_VALUE and SET_SYMBOL_VALUE macros in C
1116 code to get and set symbol values, to take defvaralias into account.
1117
1118 (Note: the new `constant' bit-flag in symbols would make it
1119 possible to define arbitrary read-only variables, e.g. with
1120 `defconst'.)
1121
1122 Documentation is in lispref/variables.texi. Added to NEWS.
1123
1124 * lisp.h (enum symbol_interned): New enumeration.
1125 (struct Lisp_Symbol): Remove member `obarray', add
1126 `indirect_variable', `constant', and `interned'.
1127 (SYMBOL_INTERNED_P, SYMBOL_INTERNED_IN_INITIAL_OBARRAY_P)
1128 (SYMBOL_CONSTANT_P, SYMBOL_VALUE, SET_SYMBOL_VALUE): New macros.
1129 (indirect_variable): Add prototype.
1130
1131 * print.c (print_preprocess, print_object): Test internedness of
1132 symbols differently.
1133
1134 * lread.c (Fintern, Funintern): Set symbol's interned and constant
1135 bit-fields.
1136 (init_obarray): Likewise for t and nil.
1137
1138 * eval.c Use SYMBOL_VALUE/SET_SYMBOL_VALUE.
1139 (Fdefvaralias): New function.
1140 (specbind): Simplify the test if symbol is a constant.
1141 (syms_of_eval): Defsubr Fdefvaralias.
1142
1143 * data.c: Use SYMBOL_VALUE/SET_SYMBOL_VALUE.
1144 (Qcyclic_variable_indirection): New variable.
1145 (Fkeywordp): Check for internedness differently.
1146 (Fmakunbound): Simplify the test if symbol is a constant.
1147 (indirect_variable, Findirect_variable): New functions.
1148 (swap_in_symval_forwarding): If SYMBOL is an alias, use the
1149 aliased symbol.
1150 (let_shadows_buffer_binding_p): Check for variable aliases.
1151 (set_internal): Simplify the test if SYMBOL is a constant.
1152 If SYMBOL has a buffer-local value and is an alias, use the aliased
1153 symbol instead.
1154 (syms_of_data): Initialize Qcyclic_variable_indirection and defsubr
1155 Sindirect_variable.
1156
1157 * bytecode.c (Fbyte_code) <varref>: Use SYMBOL_VALUE.
1158 (Fbyte_code) <varset>: Simplify the test if symbol's value can be
1159 set directly.
1160
1161 * alloc.c (Fmake_symbol): Adapt to changes of struct Lisp_Symbol.
1162
1163 * abbrev.c, buffer.c, coding.c, fns.c, frame.c, keyboard.c:
1164 * minibuf.c, sunfns.c, w16select.c: Use SYMBOL_VALUE/
1165 SET_SYMBOL_VALUE macros instead of accessing symbol values directly.
1166
ab952a4f
GM
11672001-10-04 Gerd Moellmann <gerd@gnu.org>
1168
1169 * Branch for 21.1.
b56ba8de 1170
ba88ff28
MB
11712001-10-03 Miles Bader <miles@gnu.org>
1172
1173 * callproc.c (syms_of_callproc): Explicitly state in the
1174 documentation for `process-environment' that earlier entries take
1175 precedence over later ones.
1176
ae1a9581
MB
11772001-10-02 Miles Bader <miles@gnu.org>
1178
1179 * textprop.c (Fnext_char_property_change)
1180 (Fprevious_char_property_change): Remove reference to non-existant
1181 argument OBJECT from doc-string.
1182
257e3f57
GM
11832001-10-01 Gerd Moellmann <gerd@gnu.org>
1184
1185 * xdisp.c (display_line): Set row's ends_in_newline_from_string_p.
1186 (try_window_id): Skip back over lines ending in a newline from a
1187 string.
1188
1189 * dispextern.h (struct glyph_row) <ends_in_newline_from_string_p>:
1190 New bit flag
1191
c1f29759
RS
11922001-10-01 Richard M. Stallman <rms@gnu.org>
1193
1194 * search.c (Freplace_match): Doc fix.
1195
c30dce3d
AI
11962001-09-28 Andrew Innes <andrewi@gnu.org>
1197
1198 * w32menu.c (set_frame_menubar): Take into account that
1199 f->menu_bar_vector can be nil, and not a vector. From Ken Raeburn
1200 <raeburn@gnu.org>.
1201
03be5931
EZ
12022001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
1203
1204 * frame.c (syms_of_frame) <default-minibuffer-frame>: Doc fix.
1205
75bec752
PJ
12062001-09-28 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1207
1208 * s/gnu-linux.h: Fix a typo in comment.
1209
83100e0a
AS
12102001-09-28 Andreas Schwab <schwab@suse.de>
1211
1212 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Link temacs with -z
1213 nocombreloc, in case -z combreloc is the default.
1214
a74b48cf
GM
12152001-09-28 Gerd Moellmann <gerd@gnu.org>
1216
1217 * m/macppc.h [DATA_SEG_BITS]: Put in #if 0 until we know what's
1218 really going on here.
1219
09c4719e
SM
12202001-09-27 Stefan Monnier <monnier@cs.yale.edu>
1221
1222 * search.c (trivial_regexp_p): Catch \{N,M\} as well.
1223
f7d5d963
EZ
12242001-09-27 Eli Zaretskii <eliz@is.elta.co.il>
1225
1226 * Makefile.in (shortlisp): Resync with loadup.el: add backquote,
1227 utf-8, menu-bar, and latin-N.
1228 (SOME_MACHINE_LISP): Remove menu-bar, since it's loaded
1229 unconditionally now.
1230 (lisp): Add latin-N, since they are preloaded.
1231
9240e746
GM
12322001-09-27 Gerd Moellmann <gerd@gnu.org>
1233
14531065
GM
1234 * xterm.c (x_draw_relief_rect): Draw bottom relief 1 pixel more
1235 to the left. Some cleanup.
1236
9240e746
GM
1237 * xdisp.c (display_mode_element): One more case where a string's
1238 multibyteness should be used for display.
1239
edd1e654
GM
12402001-09-26 Gerd Moellmann <gerd@gnu.org>
1241
b02439c8
GM
1242 * fileio.c (Finsert_file_contents): If REPLACE is non-nil, stop
1243 reading at EOF.
1244
032906b1 1245 * xdisp.c (with_echo_area_buffer): Use echo_kboard instead
5b397024 1246 of the only temporarily set echoing flag for deciding when
032906b1
GM
1247 the cancel echoing.
1248
1249 * keyboard.c (echo_kboard): Make externally visible.
1250
1251 * lisp.h (echo_kboard): Declare extern.
1252
cb617e7c 1253 * xdisp.c (make_cursor_line_fully_visible): Return 0 and set
5b397024 1254 fonts_changed_p if we need larger matrices due to vscrolling.
cb617e7c
GM
1255 (try_scrolling, try_cursor_movement, redisplay_window): Give up on
1256 this round of redisplay if make_cursor_line_fully_visible fails.
1257 (CURSOR_MOVEMENT_*, SCROLLING_*): New enumerators.
09c4719e 1258 (try_cursor_movement, try_scrolling): Use them instead of integers.
cb617e7c
GM
1259
1260 * dispextern.h (required_matrix_width, required_matrix_height):
1261 Add prototypes.
1262
09c4719e
SM
1263 * dispnew.c (required_matrix_width, required_matrix_height):
1264 New functions.
cb617e7c 1265 (allocate_matrices_for_window_redisplay)
09c4719e
SM
1266 (allocate_matrices_for_frame_redisplay: Use them.
1267 Remove parameters CH_DIM.
cb617e7c 1268
edd1e654
GM
1269 * xdisp.c (display_mode_lines): Temporarily set selected_frame
1270 and selected_window to the frame of the window whose mode-lines
1271 are displayed, and to the window itself.
1272 (redisplay_window, redisplay_mode_lines): Don't set selected_frame
09c4719e 1273 here.
edd1e654 1274
924b604c
GM
12752001-09-25 Gerd Moellmann <gerd@gnu.org>
1276
daba7643
GM
1277 * xfns.c (x_kill_gs_process): Recognize if someone has cleared
1278 the image cache under us.
1279
b7a22712 1280 * xdisp.c (display_mode_element): If the mode element is a symbol
09c4719e 1281 with a string value, use that string's multibyteness for displaying.
b7a22712 1282
ad648212
GM
1283 * keyboard.c (read_char): Don't clear a message for a switch-frame
1284 event. From Stefan Monnier <monnier@cs.yale.edu>.
1285
9f8531e5
GM
1286 * xterm.c (fast_find_position) [0]: Add a presumably more correct
1287 version for after 21.1.
1288
1289 * xdisp.c (row_containing_pos): Make externally visible.
1290
1291 * dispextern.h (row_containing_pos): Add prototype.
1292
924b604c
GM
1293 * process.c (send_process): Disable composition if from_byte < 0.
1294 From Kenichi Handa <handa@etl.go.jp>.
1295
6f3f0db4
GM
12962001-09-24 Gerd Moellmann <gerd@gnu.org>
1297
c69c0ebc
GM
1298 * xterm.c (refreshicon): Function removed.
1299
d1182bc4
GM
1300 * Makefile.in (xterm.o): Remove references to sink.h and sinkmask.h.
1301
1302 * sink11.h, sink11mask.h, sink.h, sinkmask.h: Removed.
1303
1304 * xterm.c (toplevel): Remove includes in #if 0.
1305
6f3f0db4
GM
1306 * process.c (sigchld_handler) [LINUX]: Don't return from
1307 the signal handler at the end of the loop.
1308
59957f85
GM
13092001-09-21 Gerd Moellmann <gerd@gnu.org>
1310
09c4719e
SM
1311 * sysdep.c (wait_for_termination) [POSIX_SIGNALS]:
1312 Terminate only if kill returns -1, and errno is ESRCH.
59957f85 1313
a0528984
EZ
13142001-09-21 Markus Rost <rost@math.ohio-state.edu>
1315
1316 * Makefile.in (shortlisp): Add ../lisp/env.elc.
1317
db92b288
GM
13182001-09-20 Gerd Moellmann <gerd@gnu.org>
1319
3fed8ad5
GM
1320 * process.c (sigchld_handler): Use GC_CONSP, GC_INTEGERP, GC_EQ
1321 since this function can be called during GC.
1322
db92b288
GM
1323 * callproc.c (Fcall_process): Handle errors from pipe(2).
1324 (child_setup): Delete code in #ifdef vipc.
1325
7121b85a
GM
13262001-09-19 Gerd Moellmann <gerd@gnu.org>
1327
72f62cb5
GM
1328 * xdisp.c (decode_mode_spec): Add parameter MULTIBYTE.
1329 (display_mode_element): Display the string from decode_mode_spec
1330 depending on its multibyteness.
1331
a2697022
GM
1332 * s/netbsd.h (LD_SWITCH_SYSTEM, C_SWITCH_SYSTEM): Add /usr/pkg.
1333
7121b85a
GM
1334 * m/macppc.h (DATA_SEG_BITS): Also define for GCC 3.
1335
bfc97351
GM
13362001-09-18 Gerd Moellmann <gerd@gnu.org>
1337
c9063433
GM
1338 * keyboard.c (Frecursive_edit): Pass (BUFFER . SINGLE-KBOARD) to
1339 recursive_edit_unwind.
1340 (recursive_edit_unwind): Set kboard state according to
1341 SINGLE-KBOARD.
1342
3fbdba3e
GM
1343 * buffer.c (modify_overlay): Don't do nothing if START == END;
1344 This can still be a modification, for example when an overlay has
1345 a before-string or after-string.
1346 (Fdelete_overlay): Prevent redisplay optimizations when deleting
1347 an overlay with before-string or after-string.
1348
1270031d
GM
1349 * s/netbsd.h (C_SWITCH_SYSTEM): Add.
1350 (LD_SWITCH_SYSTEM): Include /usr/local/lib.
1351
bfc97351
GM
1352 * xdisp.c (try_window_id) [!GLYPH_DEBUG]: Give up if
1353 first_unchanged_at_end_row is in front of
1354 last_unchanged_at_beg_row. This code should be removed after the
1355 release of 21.1.
1356
d8a973aa
GM
13572001-09-17 Gerd Moellmann <gerd@gnu.org>
1358
e18c8b8d
GM
1359 * buffer.h (BUF_COMPUTE_UNCHANGED): Use BUF_MODIFF and
1360 BUF_OVERLAY_MODIFF instead of MODIFF and OVERLAY_MODIFF.
1361
d8a973aa
GM
1362 * m/macppc.h (DATA_SEG_BITS) [__linux__]: Define for GCC
1363 versions >= 2.95.
1364
ed7d6ba4
EZ
13652001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
1366
1367 * dired.c (Ffile_attributes): Doc fix.
1368
551629f9
GM
13692001-09-14 Gerd Moellmann <gerd@gnu.org>
1370
1371 * fileio.c (Ffile_symlink_p): Fix last change.
1372
1373 * filelock.c (current_lock_owner): Fix last change.
1374
4c8c7926
GM
13752001-09-13 Gerd Moellmann <gerd@gnu.org>
1376
620c4704
GM
1377 * filelock.c (current_lock_owner): If readlink returns ERANGE,
1378 take that to mean that the buffer is too small.
1379
81c3310d
GM
1380 * fileio.c (Ffile_symlink_p): If readlink returns ERANGE, take
1381 that to mean that the buffer is too small.
1382
06fd3792
GM
1383 * xdisp.c (reseat_1): Set IT's multibyte_p flag according to the
1384 current buffer's multibyteness when discarding the iterator's
1385 stack.
1386
4c8c7926
GM
1387 * xfns.c (Fx_window_property): Handle case that property gets
1388 deleted between the two calls to XGetWindowProperty.
1389
9a72e4c1
GM
13902001-09-11 Gerd Moellmann <gerd@gnu.org>
1391
bd819d14 1392 * minibuf.c (read_minibuf_unwind): Bind inhibit-modification-hooks.
b56ba8de 1393
a41edd99
GM
1394 * minibuf.c (read_minibuf): Bind inhibit-modification-hooks to t,
1395 in addition to read-only.
1396
1397 * xdisp.c (with_echo_area_buffer): Bind inhibit-modification-hooks
1398 to t in addition to read-only.
1399
1400 * lisp.h (Qinhibit_modification_hooks): Declare.
1401
1402 * insdel.c (Qinhibit_modification_hooks): New variable.
1403 (syms_of_insdel): Initialize and staticpro it.
1404
d4881c6a
GM
1405 * textprop.c (verify_interval_modification): Don't run
1406 modification-hooks if inhibit_modification_hooks.
1407
1408 * dispnew.c (set_window_cursor_after_update): Fix code
1409 finding glyph row containing cursor when cursor_in_echo_area
1410 is >= 0.
1411
9a72e4c1
GM
1412 * xdisp.c (init_from_display_pos): Put some code in #if 0.
1413 (add_to_log): Use bcopy instead of strcpy.
1414 (init_from_display_pos): Use an explicit loop over bytes in
1415 overlay strings instead of calling index.
1416
f4a374a1
GM
14172001-09-10 Gerd Moellmann <gerd@gnu.org>
1418
300e57bd
GM
1419 * alloc.c (allocate_buffer): Call VALIDATE_LISP_STORAGE.
1420
1421 * dispnew.c (direct_output_for_insert): Don't change IT's
1422 stop_charpos to something in front of its current position.
1423
f4a374a1
GM
1424 * xdisp.c (Ftrace_to_stderr) [GLYPH_DEBUG]: Take args like
1425 `format'.
1426
7e4cbc91
RS
14272001-09-10 Richard M. Stallman <rms@gnu.org>
1428
1429 * frame.c (Fmouse_position): Doc fix.
1430
6afad91e
GM
14312001-09-07 Gerd Moellmann <gerd@gnu.org>
1432
1433 * xdisp.c (init_from_display_pos): Don't compare the result
1434 of calling index with NULL.
1435
f76e0368
GM
14362001-09-06 Gerd Moellmann <gerd@gnu.org>
1437
1438 * xfns.c (x_set_background_color): Don't change the colors
1439 of the X window of scroll bar widgets.
1440
9ead1b60
AI
14412001-09-05 Andrew Innes <andrewi@gnu.org>
1442
1443 * w32fns.c (w32_createwindow): Undo last change.
1444
c3b497b3
GM
14452001-09-05 Gerd Moellmann <gerd@gnu.org>
1446
08e1d6df
GM
1447 * macros.c (store_kbd_macro_char): Fix computation of kbd_macro_end.
1448
c3b497b3
GM
1449 * xdisp.c (string_buffer_position): Use *single_char_property*
1450 functions instead of the *single_property* functions.
b56ba8de 1451
8f860180
AI
14522001-09-04 Andrew Innes <andrewi@gnu.org>
1453
9a72e4c1
GM
1454 * w32term.c (w32_read_socket): Add more information to debugging
1455 output.
8f860180
AI
1456
1457 * w32fns.c (w32_createwindow): Remove the WS_CLIPCHILDREN style
1458 from Emacs frames, so that calls to GetClipBox in w32term.c
1459 correctly report when part of a frame is visible (including
1460 scrollbars, etc). This prevents repeated redrawing of frames when
1461 only a scrollbar is visible.
1462 (w32_wnd_proc): Add more frame information to debugging output.
1463
2ee1aa00
SM
14642001-09-03 Stefan Monnier <monnier@cs.yale.edu>
1465
1466 * xdisp.c (handle_single_display_prop): Fix for int/Lisp_Object mixup.
1467
e3b22517
GM
14682001-09-03 Gerd Moellmann <gerd@gnu.org>
1469
7e376260
GM
1470 * xterm.c (note_mouse_highlight) <help-echo>: When looking for
1471 help-echo for a string which doesn't have help-echo itself, use
1472 get-char-property to obtain the help-echo from the string's buffer
1473 (note_mouse_highlight) <mouse-face>: When on a string that doesn't
1474 have mouse-face, look ``under'' the string for mouse-face from an
1475 overlay.
1476 (fast_find_position): Add parameter STOP. In the final row, stop
1477 before glyphs having STOP as object. Don't consider glyphs that
1478 are not from a buffer.
1479
e3b22517
GM
1480 * buffer.c (syms_of_buffer) <default-directory>: Doc fix.
1481
9a249bba
EZ
14822001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
1483
1484 * fns.c (Fmd5): Doc fix.
1485
c9979669
GM
14862001-08-31 Gerd Moellmann <gerd@gnu.org>
1487
1488 * composite.c (update_compositions): Do nothing if
1489 inhibit-modification-hooks is set.
1490
9584e63a
GM
14912001-08-30 Gerd Moellmann <gerd@gnu.org>
1492
986ec8f2 1493 * emacs.c (shut_down_emacs): Don't call check_glyph_memory
490468dc 1494 and check_message_stack if terminating abnormally. We want
986ec8f2
GM
1495 glyph matrices etc. in a core dump.
1496
92a25631
GM
1497 * xdisp.c (Qbuffer_position, Qposition, Qobject): New variables.
1498 (syms_of_xdisp): Initialize them.
1499 (handle_single_display_prop): Don't change point, bind `object',
1500 `position', and `buffer-position' instead to the object having the
2ee1aa00 1501 `display' property, position in the object and position in the buffer.
92a25631 1502
9584e63a
GM
1503 * fileio.c (Finsert_file_contents): Don't change the multibyteness
1504 of the buffer if REPLACE is non-nil.
1505
d38633a3
GM
15062001-08-29 Gerd Moellmann <gerd@gnu.org>
1507
1508 * fileio.c (Finsert_file_contents): Undo change of 2001-08-27.
1509
f4fccc1e
EZ
15102001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1511
1512 * w32term.c (x_set_glyph_string_background_width)
1513 (show_mouse_face): Track the last changes in xterm.c.
1514
eaaa65b0
GM
15152001-08-28 Gerd Moellmann <gerd@gnu.org>
1516
7b0870b2
GM
1517 * xterm.c (x_set_glyph_string_background_width): Set the glyph
1518 string's background width so that multi-line mouse-face is drawn
1519 to the right edge of the window.
1520 (show_mouse_face): Set the row's mouse_face_p flag after drawing
1521 glyphs.
1522
6b6e2422 1523 * dispnew.c (direct_output_for_insert): Set updated_area
5b52c296 1524 before inserting/writing glyphs.
6b6e2422 1525
eaaa65b0
GM
1526 * xdisp.c (display_mode_element): Use string_byte_to_char to
1527 determine character positions in strings, use chars_in_text
1528 instead of strwidth.
1529 (dump_glyph_row) [GLYPH_DEBUG]: Take a glyph row instead of
1530 a matrix as parameter; this is easier to use from GDB.
1531
9ad62cf8
MB
15322001-08-28 Miles Bader <miles@gnu.org>
1533
2ee1aa00
SM
1534 * textprop.c (Fprevious_single_char_property_change)
1535 (Fnext_single_char_property_change): Doc fixes.
9ad62cf8 1536
32171635
GM
15372001-08-27 Gerd Moellmann <gerd@gnu.org>
1538
47d57b22
GM
1539 * fileio.c (Finsert_file_contents): Allocate, restore, and
1540 free composition data in the case of REPLACE not being nil.
1541
1542 * xdisp.c (init_from_display_pos, init_to_row_end): Return 0 if
1543 there exist overlay strings with newlines at POS.
1544 (text_outside_line_unchanged_p): Return 0 if changes start at
1545 START and overlays exist at START. Likewise for END.
1546 (try_window_id): Give up if init_to_row_end returns 0.
1547
32171635
GM
1548 * fileio.c (Finsert_file_contents): Call Fset_buffer_multibyte
1549 unconditionally.
1550
e1249666
GM
15512001-08-24 Gerd Moellmann <gerd@gnu.org>
1552
33954c45
GM
1553 * keymap.c (access_keymap): Return the cdr of the binding of
1554 a generic character instead of its definition (KEY . BINDING).
1555
e1249666
GM
1556 * fileio.c (Finsert_file_contents): Set coding's dest_multibyte
1557 to 0 also in the REPLACE case.
1558
fb4c6c96
AC
15592001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1560
1561 * fileio.c (Ffile_readable_p) [macintosh]: Call access instead of
1562 open to determine whether file is readable (as for DOS_NT).
1563
59ecf80b
GM
15642001-08-23 Gerd Moellmann <gerd@gnu.org>
1565
1566 * fileio.c (Finsert_file_contents): If VISIT is non-nil, and
1567 coding.type is coding_type_no_conversion or coding_type_raw_text,
1568 use Fset_buffer_multibyte to make the buffer unibyte if REPLACE is
1569 non-nil instead of just setting enable_multibyte_characters in the
1570 buffer to nil.
1571
40e33037
GM
15722001-08-22 Gerd Moellmann <gerd@gnu.org>
1573
374388c3
GM
1574 * dispextern.h (struct face_cache): Add member
1575 menu_face_changed_p.
1576
1577 * xfaces.c (menu_face_changed_default): New variable.
1578 (menu_face_changed_count): Variable removed.
1579 (Finternal_set_lisp_face_attribute): Doc fix. If FRAME is t, set
1580 the menu_face_changed_default flag, otherwise set the FRAME's
1581 menu_face_changed_p flag if the `menu' face has been changed.
1582 Prevent calling set_font_frame_param if FRAME is t.
1583 (make_face_cache): Initialize cache's menu_face_changed_p
1584 from menu_face_changed_default.
1585 (realize_basic_faces): Look into the frame's face cache to
1586 determine if the menu appearance needs updating.
1587
40e33037
GM
1588 * keymap.c (access_keymap): Fix last change to not consider
1589 IDX when it has modifiers.
1590
859ea4b8
GM
15912001-08-21 Gerd Moellmann <gerd@gnu.org>
1592
1593 * keymap.c (access_keymap): If a binding of the form (GENERIC-CHAR
1594 . BINDING) exists, where GENERIC-CHAR is the generic character of
1595 the charset of IDX, return BINDING unless there exists a binding
1596 for IDX itself.
1597
e8660d73
GM
15982001-08-16 Gerd Moellmann <gerd@gnu.org>
1599
cca1b1d7
GM
1600 * xrdb.c (SYSV): Don't define on Solaris 2.
1601 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>.
1602
e8660d73 1603 * xdisp.c (move_it_by_lines) <DVPOS < 0>: Start at the beginning
2ee1aa00 1604 of the screen line, not text line, containing IT's current position.
e8660d73 1605
93aba6fc
GM
16062001-08-15 Gerd Moellmann <gerd@gnu.org>
1607
288d4e06
GM
1608 * window.c (window_scroll_pixel_based): Don't recenter if
1609 PT is partially visible in the window.
1610
3452efc2
SM
1611 * xterm.c (expose_window_tree, expose_window, expose_line):
1612 Return 1 when overwriting mouse-face.
82f053ab
GM
1613 (expose_frame): If mouse-face was overwritten, redo it.
1614
93aba6fc
GM
1615 * xfaces.c (x_update_menu_appearance): Don't call
1616 set_frame_menubar, let the next redisplay do it.
1617
858a55c1
AI
16182001-08-14 Andrew Innes <andrewi@gnu.org>
1619
1620 * w32term.c (x_draw_glyph_string): Draw relief (if any) before
1621 drawing glyph string.
1622
3a990b67
EZ
16232001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
1624
1625 * s/hiuxwe2.h: New file, for the HITACHI SR2001/SR2201 series
1626 running HI-UX/MPP.
1627
04386463
GM
16282001-08-14 Gerd Moellmann <gerd@gnu.org>
1629
1630 * xfaces.c (x_update_menu_appearance): Save and restore value of
1631 interrupt_input_blocked.
1632
3e6385a4
GM
16332001-08-13 Gerd Moellmann <gerd@gnu.org>
1634
b0e619b4
GM
1635 * xdisp.c (move_it_by_lines) <DVPOS < 0>: If not already on
1636 a line start, move back to the line start.
3452efc2 1637
0de73d5a
GM
1638 * xdisp.c (resize_echo_area_exactly): Don't resize the mini-window
1639 exactly when a mini-buffer is active.
1640
3e6385a4
GM
1641 * keyboard.c (make_lispy_event): Interpret double_click_fuzz
1642 in units of 1/8 character on non window-system frames.
1643 (syms_of_keyboard) <double-click-fuzz>: Doc fix.
1644
d1b5f629
EZ
16452001-08-10 Eli Zaretskii <eliz@is.elta.co.il>
1646
1647 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Fix a typo in
1648 a doc string.
1649
eaa2319f
GM
16502001-08-09 Gerd Moellmann <gerd@gnu.org>
1651
8e3189f0
GM
1652 * keyboard.c (Vpre_help_message): New variable.
1653 (syms_of_keyboard): Initialize and staticpro it.
1654 (show_help_echo): Record current message before displaying a
1655 help-echo, and restore that message when clearing the help.
1656
eaa2319f
GM
1657 * xfns.c (x_create_im): Remove prototype.
1658
1659 * xdisp.c (mark_window_display_accurate_1): Remove an assertion.
1660
1661 * dispnew.c (adjust_glyph_matrix): Undo last change.
3452efc2 1662
eaa2319f
GM
16632001-08-08 Gerd Moellmann <gerd@gnu.org>
1664
1665 * dispnew.c (adjust_glyph_matrix): In the optimization for
3452efc2 1666 windows whose height has changed, disable partially visible lines.
eaa2319f 1667
17fdcfc8
GM
16682001-08-07 Gerd Moellmann <gerd@gnu.org>
1669
22d01aed 1670 * window.c (Frecenter): If ARG < 0, and on a window system
3452efc2 1671 frame, count in some empty lines when we can't move -ARG lines down.
22d01aed 1672
17fdcfc8
GM
1673 * xdisp.c (start_display): Don't try to determine the continuation
1674 lines width if lines are truncated. It's superfluous and leads to
1675 incorrect results if POS is not visible in the window after
1676 reseating the iterator at the previous line start.
1677
8e3fe78e
GM
16782001-08-06 Gerd Moellmann <gerd@gnu.org>
1679
1680 * xterm.c (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
1681
98a8938c
GM
16822001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1683
1684 * alloc.c (init_stack): Remove declaration.
1685
18f9986a
GM
16862001-08-03 Gerd Moellmann <gerd@gnu.org>
1687
5e1f85e0
GM
1688 * keyboard.c (read_key_sequence): Check that key is an integer
1689 before comparing it with quit_char.
1690 (add_command_key): Use larger_vector.
1691 (read_char_x_menu_prompt): Instead of converting symbol and
1692 integer events into conses (EVENT . nil), use (EVENT . disabled)
3638868e 1693 which cannot be confused with valid events.
5e1f85e0
GM
1694 (read_char): When reading from Vunread_command_events, check for
1695 events of the form (EVENT . disabled) instead of
1696 (EVENT . nil).
1697
18f9986a
GM
1698 * xdisp.c (resize_mini_window): If Vmax_mini_window_height is
1699 a float, determine the max height from the frame's height.
1700
fbc7f2a6
GM
17012001-08-02 Gerd Moellmann <gerd@gnu.org>
1702
1703 * xdisp.c (redisplay_internal): Take message_cleared_p into
1704 account only if minibuf_level == 0.
1705
81b1a79d
GM
17062001-08-01 Gerd Moellmann <gerd@gnu.org>
1707
e5c60873
GM
1708 * xdisp.c (redisplay_internal): Add a check for the last
1709 displayed message.
3452efc2 1710
6e019995
GM
1711 * xdisp.c (message_cleared_p): New variable.
1712 (clear_message): Set message_cleared_p when clearing the current
1713 message.
1714 (redisplay_internal): Look at message_cleared_p to capture
1715 the case that the echo area should be cleared.
1716
308a74d8
GM
1717 * keyboard.c (command_loop_1): Fix spelling of
1718 resize_echo_area_exactly.
1719
3452efc2 1720 * dispextern.h (resize_echo_area_exactly): Fix typo in function name.
308a74d8
GM
1721
1722 * xdisp.c (resize_echo_area_exactly): Fix typo in function name.
1723
81b1a79d
GM
1724 * xfns.c (x_set_tool_bar_lines): Clear the tool bar window's
1725 current matrix when the window gets smaller.
1726
ada329e6
EZ
17272001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
1728
1729 * print.c (strout): Cast the character passed to insert_char to
1730 unsigned char, to avoid sign extension when it is promoted to int.
1731
ed86208c
GM
17322001-07-31 Gerd Moellmann <gerd@gnu.org>
1733
1734 * fileio.c (Finsert_file_contents): Don't treat a return value
1735 of 0 from emacs_read as an IO error.
1736
6594ac22
GM
17372001-07-30 Gerd Moellmann <gerd@gnu.org>
1738
cef68af5
GM
1739 * keyboard.c (abs): New macro.
1740 (double_click_fuzz): New variable.
1741 (make_lispy_event): Use it to determine what makes a double-click.
1742 (syms_of_keyboard): DEFVAR_INT it.
1743
6594ac22
GM
1744 * xmenu.c (set_frame_menubar): Take into account that
1745 f->menu_bar_vector can be nil, and not a vector. From Ken Raeburn
1746 <raeburn@gnu.org>.
1747
75c5350a
GM
17482001-07-27 Gerd Moellmann <gerd@gnu.org>
1749
1750 * xterm.c (x_get_glyph_string_clip_rect): Minor cleanup.
1751
1752 * dispnew.c (shift_glyph_matrix, blank_row): Fix computation
1753 of row's visible height.
1754
1755 * xdisp.c (init_from_display_pos): If POS is in an overlay string,
3452efc2
SM
1756 deal with the first overlay string having an image `display' property.
1757 (try_window_reusing_current_matrix, compute_line_metrics):
1758 Fix computation of row's visible height for the case that part of the
75c5350a
GM
1759 row is invisible above and part of the row is at the same time
1760 invisible below the window.
1761
ac49effe
GM
17622001-07-26 Gerd Moellmann <gerd@gnu.org>
1763
1764 * xfns.c (x-show-tip): Doc fix.
3452efc2 1765
ac49effe
GM
1766 * xfns.c (Vx_max_tooltip_size): New variable.
1767 (syms_of_xfns): DEFVAR_LISP it.
1768 (Fx_show_tip): Set frame's window_width to the width of the
1769 window. Use a maximum tooltip size specified by
1770 Vx_max_tooltip_size, if that has valid contents.
1771 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
3452efc2 1772
8c3b00cb
AI
17732001-07-26 Andrew Innes <andrewi@gnu.org>
1774
1775 * w32term.c (x_display_list): New variable.
1776 (w32_term_init): Set it.
1777
1778 * w32term.h (x_display_list): New extern.
1779
16098288
GM
17802001-07-26 Gerd Moellmann <gerd@gnu.org>
1781
1782 * xdisp.c (resize_mini_window): Give up when inhibit-redisplay
3452efc2
SM
1783 is non-nil, instead of when redisplaying_p is non-zero.
1784 See comment there.
16098288
GM
1785 (mark_window_display_accurate_1): Add an assertion.
1786
64c5be50
GM
17872001-07-25 Gerd Moellmann <gerd@gnu.org>
1788
e743f599
GM
1789 * dispextern.h (struct it): Increase size of ctl_chars to 16.
1790
563b384d
GM
1791 * xfns.c (Fx_file_dialog): Block/unblock input while processing
1792 events so that we get a chance of processing expose events.
1793
64c5be50
GM
1794 * xdisp.c (resize_mini_window): Don't resize while redisplaying.
1795
296808a5
GM
17962001-07-24 Gerd Moellmann <gerd@gnu.org>
1797
1798 * xfns.c (valid_image_p): Protect better against invalid image
1799 specifications. Previous code could signal an error.
1800
5247262a
GM
18012001-07-23 Gerd Moellmann <gerd@gnu.org>
1802
3452efc2 1803 * indent.c (current_column): Fix column computation in the
f1004faf
GM
1804 presence of display table entries.
1805 (current_column_1, Fmove_to_column, compute_motion): Likewise.
1806
dd42b31a
GM
1807 * dispnew.c (adjust_glyph_matrix): In the optimization for
1808 windows whose height has changed, use the new window height
1809 to compute which rows to invalidate.
1810
9e5a7f2a
GM
1811 * editfns.c (toplevel) [STDC_HEADERS]: Include float.h.
1812 (MAX_10_EXP): New macro.
1813 (Fformat): Use it.
1814
5247262a
GM
1815 * coding.c (code_convert_region): Handle the multibyte case if
1816 decoding ends with CODING_FINISH_INSUFFICIENT_SRC.
1817
177ab8ce
GM
18182001-07-20 Gerd Moellmann <gerd@gnu.org>
1819
6e07c0a5
GM
1820 * dispextern.h (struct face): Change type of `stipple' to
1821 int; it's an ID.
1822
177ab8ce
GM
1823 * xterm.c (x_fill_stretch_glyph_string): Remove an assertion.
1824
b5b80599
GM
18252001-07-19 Gerd Moellmann <gerd@gnu.org>
1826
4e2a256b
GM
1827 * dispnew.c (update_window): Don't set the cursor at the end
1828 of the update if display update has been paused.
1829
3452efc2 1830 * composite.h (syms_of_composite): Renamed from syms_of_composition.
b5b80599 1831
c1fd9232
KR
18322001-07-18 Ken Raeburn <raeburn@gnu.org>
1833
1834 * fns.c (Fset_char_table_default): Check that a charset is defined
1835 before checking its dimension.
1836
928a85c1
KR
18372001-07-17 Ken Raeburn <raeburn@gnu.org>
1838
1839 * coding.c (setup_coding_system): Don't do any designation based
1840 on reg_bits if charset is not yet defined.
1841
fb4c6c96 1842 * lisp.h (XVECTOR): Verify correct object type before returning a
232e274c
KR
1843 pointer, using eassert.
1844
de11c1ea
GM
18452001-07-17 Gerd Moellmann <gerd@gnu.org>
1846
3452efc2
SM
1847 * keyboard.c (KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]:
1848 Increase to 4096 because of paste problems reported on GNU/Linux.
de11c1ea 1849
467f1209
GM
18502001-07-17 Jan Nieuwenhuizen <janneke@gnu.org>
1851
1852 * emacs.c (USAGE1): Add +LINE:COLUMN option help.
1853
c3d6be34
GM
18542001-07-16 Gerd Moellmann <gerd@gnu.org>
1855
c1d61a7d
GM
1856 * fileio.c (unwind_read): Function removed.
1857 (read_non_regular, read_non_regular_quit): New functions.
1858 (Finsert_file_contents): When reading from non-regular files,
1859 arrange to catch a `quit' and terminate the loop. Rearrange
1860 code so that a `quit' when reading from a regular file doesn't
1861 insert text in the buffer.
1862
c3d6be34
GM
1863 * xfaces.c (clear_face_cache): Clear fonts on a display basis.
1864 Clear faces afterwards.
1865 (clear_font_table): Take a x_display_info parameter. Don't free
1866 fonts being the default font of any frame on the given display.
1867
e06aa1f9
GM
18682001-07-13 Gerd Moellmann <gerd@gnu.org>
1869
1870 * xdisp.c (get_next_display_element): Use CHAR_STRING_NO_SIGNAL
1871 instead of CHAR_STRING which can signal an error.
1872
1873 * charset.c (char_to_string_1): Extracted from char_to_string.
1874 Return -1 instead of signaling an error.
1875 (char_to_string): Use it.
1876
1877 * charset.h (CHAR_STRING_NO_SIGNAL): New macro.
1878
176c92e6
SM
18792001-07-12 Stefan Monnier <monnier@cs.yale.edu>
1880
1881 * coding.c (Ffind_coding_systems_region_internal): If safe_codings
1882 is t, don't try to append anything to it.
1883
1c56232f
EZ
18842001-07-12 Eli Zaretskii <eliz@is.elta.co.il>
1885
1886 * dired.c (file_name_completion): Pass dp->d_name to
1887 Fstring_match, not elt, which is always nil here.
1888
1d2b2268
GM
18892001-07-12 Gerd Moellmann <gerd@gnu.org>
1890
1891 * xselect.c (x_decline_selection_request): Handle errors
1892 caused by receivers that have vanished.
1893
1894 * xterm.c (XTread_socket) <PropertyNotify>: Put the code
1895 ignoring events on foreign windows in #if 0. Always dispatch
1896 the event after checking it with x_handle_property_notify.
1897
1898 * xselect.c (TRACE0, TRACE1, TRACE2): New macros, defined
176c92e6
SM
1899 depending on TRACE_SELECTION. Replace fprintfs in #if 0 with
1900 TRACE macros to facilitate debugging. Add additional trace statements.
1d2b2268
GM
1901 (toplevel): Add prototypes for file-local functions.
1902 (x_atom_to_symbol): Remove DPYINFO parameter.
1903
fe5a0162
SM
19042001-07-11 Stefan Monnier <monnier@cs.yale.edu>
1905
1906 * w32menu.c (menubar_selection_callback, w32_menu_show):
1907 Initialize `entry' to nil.
1908 (w32_dialog_show): Remove unused `save_wv' variable.
1909 (name_is_separator): Recognize "--:foo" and "--foo-bar".
1910
a777242c
GM
19112001-07-11 Gerd Moellmann <gerd@gnu.org>
1912
8ee5b6a3
GM
1913 * xdisp.c (try_cursor_movement): Prevent a warning from GCC 3.0.
1914
d0e2444e
GM
1915 * fileio.c (unwind_read): Print a message when discarding inserted
1916 text or switching the buffer to unibyte. Change parameter.
1917 (Finsert_file_contents): Don't pass VISIT to unwind_read.
fe5a0162 1918
a777242c
GM
1919 * fileio.c (unwind_read): New function.
1920 (Finsert_file_contents): Record it as unwind-function for
1921 the case that reading is interrupted by C-g.
1922
ae794295
GM
19232001-07-10 Gerd Moellmann <gerd@gnu.org>
1924
fe5a0162 1925 * dispnew.c (update_window): Don't skip the header-line
58f8612a
GM
1926 update when scrolling_window returns 0.
1927
6b05fae3
GM
1928 * xfaces.c (unload_color): Do nothing if PIXEL is -1.
1929
1930 * xfns.c (Fx_create_frame): Initialize frame colors to -1,
58f8612a 1931 for the case that x_decode_color signals an error.
6b05fae3 1932
ae794295
GM
1933 * xdisp.c (add_to_log): Do nothing if called asynchronously.
1934
bb6e8cee
GM
19352001-07-09 Gerd Moellmann <gerd@gnu.org>
1936
1937 * sound.c (toplevel): Include <signal.h> and "syssignal.h".
1938 (vox_configure, vox_close) [SIGIO]: Block/unblock SIGIO
1939 around ioctls.
1940
36b40a8a
EZ
19412001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
1942
24b97d4b
EZ
1943 * dosfns.c (syms_of_dosfns): Add \n\ at the end of a line in the
1944 doc string line for dos-timezone-offset.
1945
36b40a8a
EZ
1946 * msdos.c (do_visible_bell): Add \n\ at the end of each line of
1947 inline assembly, to avoid compiler warnings.
24b97d4b
EZ
1948 (syms_of_msdos): Add \n\ at the end of a line in the doc string
1949 line for dos-unsupported-char-glyph.
36b40a8a
EZ
1950
1951 * buffer.c (syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0.
1952
0967b4b0
GM
19532001-07-05 Gerd Moellmann <gerd@gnu.org>
1954
f25cfe53
GM
1955 * sound.c: Include Emacs' header files with #include "...".
1956
0967b4b0
GM
1957 * eval.c (specbind): Additionally record the buffer that was
1958 current when a buffer-local or frame-local variable was bound.
1959
c347a1c3
GM
19602001-07-04 Gerd Moellmann <gerd@gnu.org>
1961
1962 * xterm.c (x_produce_glyphs): Don't convert multibyte characters
1963 to unibyte characters in unibyte buffers.
1964
6332ca8a
GM
19652001-07-03 Gerd Moellmann <gerd@gnu.org>
1966
38472d44
GM
1967 * eval.c (specbind): If SYMBOL has a frame-local binding, record
1968 the frame on the binding stack. Change format of entries for
1969 local bindings on the binding stack to '(SYMBOL . WHERE)'.
1970 (unbind_to): Handle unbinding a frame-local variable.
1971
6332ca8a 1972 * xdisp.c (compute_line_metrics): On ttys, subtract continuation
fe5a0162 1973 glyphs and truncation glyphs at the end of a row from its pixel width.
6332ca8a
GM
1974 (dump_glyph_row): Print row's continuation_lines_width.
1975 (try_window_id): Take the shortcut if ZV is visible in the
1976 window, but there are actually no changes at ZV.
1977
63d1b174
GM
19782001-07-02 Gerd Moellmann <gerd@gnu.org>
1979
4c175203
GM
1980 * xterm.h (x_free_dpy_colors): Add prototype.
1981
1982 * xterm.c (cvt_pixel_dtor): Call x_free_dpy_colors with the
1983 right number of arguments.
1984
0b54ce28
GM
1985 * Makefile.in (tags): Depend on $(lwlibdir)/TAGS.
1986 ($(lwlibdir)TAGS): New target.
4c175203 1987 (TAGS): Fix dependency list.
0b54ce28 1988
63d1b174
GM
1989 * xterm.c (x_list_fonts): Make sure XFreeFont is called
1990 with input blocked.
1991
d827466c
GM
19922001-06-30 Gerd Moellmann <gerd@gnu.org>
1993
1994 * emacs.c (main): Remove extern declaration for sys_nerr, which
1995 isn't used and causes a compilation error with GCC 3.0 on
1996 FreeBSD 4.3.
1997
b5cb1ada
GM
19982001-06-27 Gerd Moellmann <gerd@gnu.org>
1999
a5d3ec3f 2000 * widget.c (EmacsFrameSetCharSize): Turn off atimers and block
3452efc2 2001 SIGIO around the code where Xt might wait for a ConfigureNotifyEvent.
a5d3ec3f
GM
2002 (toplevel): Include <signal.h> and syssignal.h.
2003
b5cb1ada
GM
2004 * sound.c (vox_configure, vox_close): Turn off atimers
2005 around ioctls.
2006
d9bad487
GM
20072001-06-26 Gerd Moellmann <gerd@gnu.org>
2008
fdbb67fe
GM
2009 * keyboard.c (read_char) <non_reread>: Record the previous idle
2010 start time before calling timer_stop_idle.
2011 (read_char) <reread_first>: After processing a help-echo event,
2012 restore the previous idle start time.
2013
d9bad487
GM
2014 * xdisp.c (handle_invisible_prop): Deal with overlay strings at
2015 the start of invisible text.
2016 (setup_for_ellipsis): New function.
2017 (next_overlay_string): After all overlay strings have been
2018 processed, display an ellipsis if necessary.
2019 (load_overlay_strings, get_overlay_strings): Add parameter CHARPOS.
2020 (push_it): Initialize display_ellipsis_p on the iterator's stack.
2021
2022 * dispextern.h (struct iterator_stack_entry): Add member
2023 display_ellipsis_p.
2024
2b9c25e0
GM
20252001-06-25 Gerd Moellmann <gerd@gnu.org>
2026
80de57df
GM
2027 * widget.c (EmacsFrameSetCharSize): Set XtNwaitForWm depending
2028 on the value of the wait-for-wm frame parameter.
2029
2030 * xterm.h (struct x_output): Add member wait_for_wm.
2031
2032 * xfns.c (Qwait_for_wm): New variable.
2033 (x_frame_parms): Add entry for `wait-for-wm".
2034 (x_set_wait_for_wm): New function.
2035 (Fx_create_frame): Call x_default_parameter for wait-for-wm.
2036 (syms_of_xfns): Initialize and staticpro Qwait_for_wm.
2037
2b9c25e0
GM
2038 * xdisp.c (try_window_id) <all changes below window end>: Don't
2039 take this shortcut if ZV is visible in the window.
2040 (try_window_id): When checking for window start being in changed
2041 text, don't check that the buffer's size has changed.
2042
f772775c
RS
20432001-06-23 Richard M. Stallman <rms@gnu.org>
2044
2045 * minibuf.c (Fcompleting_read): Doc fix.
2046
fa9090b8
GM
20472001-06-19 Gerd Moellmann <gerd@gnu.org>
2048
2049 * composite.c (Ffind_composition_internal): Accept ZV
2050 and a string's end position as POS.
2051
f6f1beba
GM
20522001-06-18 Gerd Moellmann <gerd@gnu.org>
2053
2054 * composite.c (Ffind_composition_internal): Check POS
2055 for validity.
2056
0ae83348
EZ
20572001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
2058
2059 * editfns.c (Fmessage_box): If the frame is not under a window
2060 system, output the message in the echo area.
2061
e4cdc335
RS
20622001-06-14 Richard M. Stallman <rms@gnu.org>
2063
2064 * xdisp.c (try_window_id): When EOB is visible, don't treat
2065 insertion at EOB as if it were "off the bottom of the screen."
2066
a55a5f3c
AI
20672001-06-11 Andrew Innes <andrewi@gnu.org>
2068
2069 * w32proc.c (create_child): Add new parameter is_gui_app.
2070 (w32_executable_type): Add new parameter is_gui_app.
2071 (sys_spawnve): Use it.
2072 (sys_kill): Fake ^C for SIGINT, and ^Break (if possible) for
2073 SIGQUIT. This matches better how the signals are interpreted by
2074 MSVC compiled programs.
2075 (syms_of_ntproc): Update docstring.
2076
1b85dc1c
SM
20772001-06-02 Stefan Monnier <monnier@cs.yale.edu>
2078
2079 * xterm.c (clear_mouse_face): Reset dpyinfo->mouse_face_overlay as
2080 well otherwise note_mouse_highlight might optimize away highlighting
2081 if we pass over that same overlay again.
2082
b75f8eab
EZ
20832001-06-02 Eli Zaretskii <eliz@is.elta.co.il>
2084
2085 * lread.c (Fload): Document that the argument is run via
2086 substitute-in-file-name.
2087
94843cc1
GM
20882001-05-31 Gerd Moellmann <gerd@gnu.org>
2089
b14659e6
GM
2090 * Makefile.in (bootstrap-doc): New target.
2091 (bootstrap-emacs): Depend on it.
2092
0894672f
GM
2093 * fileio.c (Fdo_auto_save): Don't try to create the directory of
2094 auto-save-list-file-name when shutting down Emacs, because
2095 creating the directory might signal an error, and leaves
2096 Emacs in a strange state.
2097
94843cc1
GM
2098 * term.c: (tty_cursor_hidden): New variable.
2099 (update_begin): Don't call tty_hide_cursor. Clean up.
2100 (update_end, set_terminal_window, set_scroll_region): Clean up.
2101 (ring_bell, reset_terminal_modes): Clean up.
2102 (tty_hide_cursor, tty_show_cursor): Hide/show cursor depending
2103 on tty_cursor_hidden.
2104 (write_glyphs): Call tty_hide_cursor.
2105
db3a49a6
SM
21062001-05-30 Stefan Monnier <monnier@cs.yale.edu>
2107
2108 * buffer.c (copy_overlays): Make ENABLE_CHECKING happy.
2109
8bd189fb
GM
21102001-05-30 Gerd Moellmann <gerd@gnu.org>
2111
6f1be3b9
GM
2112 * xfns.c (enum image_value_type): New enumerator
2113 IMAGE_STRING_OR_NIL_VALUE.
2114 (parse_image_spec): Handle it.
2115 (xbm_format, pbm_format): Use it for :foreground and :background.
2116 (xbm_load, pbm_load): Check for nil color names.
2117
8bd189fb
GM
2118 * xterm.c (note_mouse_highlight): If an overlapping overlay
2119 exists, but we find that we highlight the same overlay as before,
2120 don't do the highlighting again.
2121
7bdba03c
GM
21222001-05-29 Gerd Moellmann <gerd@gnu.org>
2123
4c329aa8
GM
2124 * xmenu.c (single_submenu, xmenu_show) [!HAVE_MULTILINGUAL_MENU]:
2125 Protect unibyte strings created by replacing their multibyte
2126 equivalents in menu_items.
2127
e15e2828
GM
2128 * keymap.c (Fsingle_key_description): NUL-terminate the string
2129 buffer before calling build_string.
2130
7bdba03c
GM
2131 * callproc.c (Fcall_process): Deal with decode_coding returning
2132 CODING_FINISH_INCONSISTENT_EOL.
2133
89c8dc6c
GM
21342001-05-28 Gerd Moellmann <gerd@gnu.org>
2135
db3a49a6 2136 * xmenu.c (xmenu_show) [!HAVE_MULTILINGUAL_MENU]: Don't overwrite
3d9d7a9b
GM
2137 an item's name with its key description in case the description
2138 is a multibyte string.
2139
2140 * keymap.c (Fsingle_key_description): Create a multibyte string
2141 only if necessary.
2142
eb04d6cd
GM
2143 * macros.c (Fstart_kbd_macro): Doc fix.
2144
8bd6307f
GM
2145 * xterm.c (cursor_in_mouse_face_p): New function.
2146 (x_draw_stretch_glyph_string): Use it to choose a different GC
2147 when drawing a cursor within highlighted text.
2148
e26c4089
GM
2149 * editfns.c (char_property_eq): Put in #if 0.
2150
2151 * indent.c (string_display_width): Put in #if 0.
2152
2153 * lread.c (Fload): Remove unused label.
2154
89c8dc6c
GM
2155 * termcap.c (speeds): Put in #if 0.
2156
9a1211f2
GM
21572001-05-18 Gerd Moellmann <gerd@gnu.org>
2158
29148a3f
GM
2159 * eval.c (call_debugger): Don't bind inhibit-eval-during-redisplay.
2160
9a1211f2
GM
2161 * xfaces.c (xlfd_point_size): Don't divide pixel size from
2162 transformation matrix by 10.
2163
09393d07
GM
21642001-05-16 Gerd Moellmann <gerd@gnu.org>
2165
2166 * xfns.c (x_set_foreground_color): Change frame's cursor_pixel
2167 only if it's equal to the former foreground pixel color.
db3a49a6 2168 (x_set_foreground_color, x_set_background_color)
09393d07
GM
2169 (x_set_mouse_color, x_set_cursor_color): Cleaned up.
2170
460e6bae
GM
21712001-05-16 Dave Love <fx@gnu.org>
2172
2173 * insdel.c (signal_before_change, signal_after_change): Consider a
2174 local change hook which changes the buffer.
99c78ce8
GM
2175
2176 * process.c (read_process_output): Don't call signal_after_change
2177 and update_compositions after insert_from_string_before_markers.
2178
dbcf3c03
GM
21792001-05-16 Gerd Moellmann <gerd@gnu.org>
2180
a90b3d3c
GM
2181 * xfaces.c (split_font_name): Use the right field when
2182 checking for `[...]' syntax.
2183
1b7818b4
GM
2184 * buffer.c (copy_overlays): New function.
2185 (clone_per_buffer_values): Use it.
2186
2187 * buffer.h (OVERLAY_PLIST): New macro.
2188
9bae8781
GM
2189 * keymap.c (Fsingle_key_description): Replace a build_string with
2190 a make_multibyte_string. From Kenichi Handa <handa@etl.go.jp>.
2191
dbcf3c03
GM
2192 * fontset.c (Ffontset_info): Check that face is non-null
2193 before accessing its fields.
2194
8a1ae4dd
GM
21952001-05-15 Gerd Moellmann <gerd@gnu.org>
2196
18a0a39e
GM
2197 * keyboard.c (read_key_sequence): Prevent generating a fake
2198 prefix key twice.
2199
e335b66a
GM
2200 * xfaces.c (split_font_name): Handle `[...]' for the right
2201 font name fields.
2202
8a1ae4dd
GM
2203 * ccl.c (ccl_driver): Don't copy remaining bytes in case
2204 of CCL_STAT_INVALID_CMD.
2205
3cf80731
SM
22062001-05-14 Stefan Monnier <monnier@cs.yale.edu>
2207
33568849
SM
2208 * eval.c (Fdefvar): Only record (defvar <var>) in the load-history
2209 in <var> has no default value yet.
2210
3cf80731
SM
2211 * xfaces.c (try_alternative_families): First try the FAMILY.
2212 And if nothing is found in the end, try again with scalable fonts.
2213 (try_font_list): Let try_alternative_families do a bit more of
2214 the work. Only use FAMILY if it is not nil.
2215 (syms_of_xfaces) <scalable-fonts-allowed>: Fix docstring.
2216
933b0249
GM
22172001-05-14 Gerd Moellmann <gerd@gnu.org>
2218
58e5af83
GM
2219 * xterm.c (note_mouse_highlight): Avoid changing the mouse
2220 pointer shape when show_mouse_face has already done it.
33568849 2221
58e5af83 2222 * xterm.c (x_draw_glyphs): Fix computation of rightmost x for
557f7c34
GM
2223 full-width rows.
2224
7b16a6bf
GM
2225 * xfaces.c (split_font_name): Make sure to leave the loop
2226 with the right value of `i'.
3cf80731 2227
933b0249
GM
2228 * xfaces.c (split_font_name): Handle matrix transformations
2229 in the pixel and point size fields of XLFD font names.
2230 (xlfd_point_size): Likewise.
2231
dddcbf00
EZ
22322001-05-12 Eli Zaretskii <eliz@is.elta.co.il>
2233
3cf80731 2234 * w32fns.c (w32_to_x_font): Change prototype to fit the declaration.
c7501041
EZ
2235 (x_to_w32_font): Add prototype.
2236
7689ef0b
EZ
2237 * regex.c (malloc, realloc, free) [emacs]: Undefine before
2238 redefining, to avoid compiler warnings.
2239
e7c15bba
EZ
2240 * w32proc.c: Include syssignal.h, to avoid compiler warnings.
2241
dddcbf00
EZ
2242 * w32bdf.c (search_file_line, set_bdf_font_info, seek_char)
2243 (w32_get_bdf_glyph): Cast between unsigned char and char when
2244 passing arguments to subroutines, to shut up compiler warnings.
2245 (w32_get_bdf_glyph): Don't mix signed and unsigned when calling
2246 GET_HEX_VAL.
2247
2248 * xfaces.c: Include keyboard.h before frame.h, not after it.
2249
2250 * widget.c: Include keyboard.h before frame.h.
2251
2252 * w32term.h (struct image, struct face): Forward declaration, to
2253 avoid compiler warnings.
2254
7bd2d083
GM
22552001-05-11 Gerd Moellmann <gerd@gnu.org>
2256
47e72862
GM
2257 * keyboard.c (read_key_sequence): Don't modify events when
2258 generating fake prefix keys (mode-line, scroll-bar, ...) since
2259 this prevents proper processing of such events when pushed back
2260 into unread-command-events.
2261
dd5f324b
GM
2262 * xterm.c (clear_mouse_face): Return 1 if text with mouse face was
2263 actually redrawn. Make the function static.
2264 (note_mouse_highlight): Fix a case where the mouse cursor
2265 was changed back to the text cursor.
2266
2267 * xterm.h (clear_mouse_face): Remove prototype.
2268
d88a79d4
GM
2269 * xdisp.c (try_window_id): Fix the fix and set the right
2270 window_end_vpos.
2271
2272 * xdisp.c (try_window_id): Fix computation of window end in the
2273 case that lines were deleted at the end of the window. Add some
2274 more debug_method_adds.
0416532f 2275
7bd2d083
GM
2276 * xfaces.c (try_alternative_families): New function.
2277 (try_font_list): Use it. If ATTRS specifies a family, check
2278 fonts from that family first.
2279 (choose_face_font): Remove code setting the family part of
2280 the pattern to nil.
2281
23fca891
GM
22822001-05-10 Gerd Moellmann <gerd@gnu.org>
2283
ff9aa2ca
GM
2284 * xdisp.c (try_window_id): Fix case of all changes before
2285 the window start.
7b2654b5 2286
23fca891
GM
2287 * xdisp.c (try_window_id): Add some xasserts.
2288
e9726794
GM
22892001-05-09 Gerd Moellmann <gerd@gnu.org>
2290
2291 * lisp.h (GLYPH_CHAR_VALID_P): Use CHAR_VALID_P.
2292
9e53a675
GM
22932001-05-09 Dave Love <fx@gnu.org>
2294
2295 * xdisp.c (GIVE_UP): Fix for K&R C.
2296
0d487c52
GM
22972001-05-09 Gerd Moellmann <gerd@gnu.org>
2298
fe88d421
GM
2299 * print.c (syms_of_print) <print-length, print-level>: Doc fix.
2300
0d487c52
GM
2301 * xterm.c (note_mouse_highlight): Don't change the mouse cursor
2302 back to the text cursor shape without need.
2303
1e9fc92e
GM
23042001-05-07 Gerd Moellmann <gerd@gnu.org>
2305
a2a6232e
GM
2306 * xfns.c (x_set_foreground_color): Set frame's cursor_pixel.
2307
2308 * dispextern.h (inverse_video): Declare extern.
2309
1e9fc92e
GM
2310 * keyboard.c (delete_kboard): Handle the case that selected_frame
2311 has been deleted in the course of x_connection_closed.
2312
12949a7f
EZ
23132001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2314
7b2654b5
SM
2315 * xterm.c (XTread_socket) <Expose> [!USE_TOOLKIT_SCROLL_BARS]:
2316 Fix the change from 2001-04-30.
12949a7f 2317
2fa2f461
GM
23182001-05-03 Gerd Moellmann <gerd@gnu.org>
2319
a779d213
GM
2320 * xfns.c (file_dialog_unmap_cb): New function.
2321 (Fx_file_dialog): Use it as XmNunmapCallback to capture the case
2322 where a dialog is closed via the window manager.
2323
7b2654b5 2324 * xdisp.c (try_window_id): Cases of changes all in front of
2fa2f461
GM
2325 the window start or all below the window end mostly rewritten.
2326 (redisplay_window): Move the tests if try_window_id is
2327 applicable to try_window_id.
2328 (GIVE_UP): New macro.
2329
3356df63
GM
23302001-05-02 Gerd Moellmann <gerd@gnu.org>
2331
a39202f6 2332 * xterm.c (expose_window): Return int. If W is the window
7b2654b5
SM
2333 currently being updated, mark the frame garbaged.
2334 Fix computation of rows intersecting the exposed rectangle.
a39202f6 2335 (expose_window_tree): Stop when expose_window returns 0.
7b2654b5 2336
3356df63
GM
2337 * xterm.c (x_draw_stretch_glyph_string): Don't draw background
2338 again if it has already been drawn.
2339
a9d2fd1d
SM
23402001-05-01 Stefan Monnier <monnier@cs.yale.edu>
2341
2342 * syntax.c (update_syntax_table): Check that oldi has the same
2343 properties as old_prop before deciding not to invalidate.
2344
c95fc5f1
GM
23452001-04-30 Gerd Moellmann <gerd@gnu.org>
2346
a9793e45
GM
2347 * undo.c (Fprimitive_undo): In a writable buffer, enable undoing
2348 read-only text that is so because of text properties.
2349
c95fc5f1 2350 * xterm.c (x_window_to_menu_bar) [USE_LUCID]: New function.
a9d2fd1d 2351 (XTread_socket) <Expose> [USE_LUCID]: Handle events for
c95fc5f1
GM
2352 windows that are components of a Lucid menu bar.
2353
5a5d9185
GM
23542001-04-27 Gerd Moellmann <gerd@gnu.org>
2355
2356 * term.c (turn_on_face): Fix reverse video handling on terminals
2357 that don't support colors.
2358
ba973f7a
GM
23592001-04-26 Gerd Moellmann <gerd@gnu.org>
2360
2361 * editfns.c (save_excursion_restore): Don't use XBUFFER on
2362 a non-buffer.
2363
8c56a983
GM
23642001-04-25 Gerd Moellmann <gerd@gnu.org>
2365
a728644c
GM
2366 * term.c (toggle_highlight): New function.
2367 (turn_on_face): Change handling of reverse video.
2368
7b2654b5
SM
2369 * process.c (wait_reading_process_input):
2370 Call record_asynch_buffer_change only if a timer really changed buffers.
c88164fe 2371
bfd8410f
GM
2372 * buffer.c (mouse_face_overlay_overlaps): Fix the computation
2373 of the number of overlays to check.
2374
be2488ca
GM
2375 * keyboard.c (command_loop_1): Redo change of 2001-03-12.
2376
8c56a983
GM
2377 * xdisp.c (try_window_id): Fix a case where window_end_pos
2378 and window_end_bytepos were not adjusted.
2379
522d42f7
GM
23802001-04-23 Gerd Moellmann <gerd@gnu.org>
2381
2382 * xfaces.c (compute_char_face): If buffer is unibyte, set CH to
2383 zero instead of -1.
2384
78c1afb6
EZ
23852001-04-21 Eli Zaretskii <eliz@is.elta.co.il>
2386
a9d2fd1d
SM
2387 * process.c (wait_reading_process_input) [!subprocesses]:
2388 Don't reference waiting_for_user_input_p, it's not defined in the
2389 branch without async subprocesses support.
78c1afb6 2390
a2fab450
GM
23912001-04-19 Gerd Moellmann <gerd@gnu.org>
2392
a122a38e
GM
2393 * keyboard.c (delete_kboard): Prevent a dangling reference
2394 from current_kboard to KB, which is freed.
2395
a9d2fd1d
SM
2396 * process.c (wait_reading_process_input):
2397 Call record_asynch_buffer_change after running timers, to make
a2fab450
GM
2398 read_key_sequence aware of buffer changes from under it.
2399
0f8d6dc7
GM
24002001-04-18 Gerd Moellmann <gerd@gnu.org>
2401
eeffb293
GM
2402 * xfaces.c (Qscalable_fonts_allowed): New variable.
2403 (realizing_basic_faces_p): Removed.
2fa2f461
GM
2404 (x_face_list_fonts): Special handling for realizing_basic_faces_p
2405 removed.
eeffb293 2406 (realize_basic_faces): Specbind Qscalable_fonts_allowed to t.
7b2654b5
SM
2407 (syms_of_xfaces): Initialize Qscalable_fonts_allowed. Change default
2408 for scalable-fonts-allowed to t.
eeffb293 2409
0f8d6dc7
GM
2410 * fileio.c (Finsert_file_contents): If the file size returned from
2411 stat is zero, set END to READ_BUF_SIZE. This makes sure we can
a9d2fd1d 2412 read from files on a procfs whose contents are generated dynamically.
0f8d6dc7 2413
eec2d1de
EZ
24142001-04-18 Eli Zaretskii <eliz@is.elta.co.il>
2415
2416 * gmalloc.c (__malloc_size_t) [__GNUC__]: If STDC_HEADERS is not
2417 defined, include stddef.h and use __SIZE_TYPE__ instead of size_t.
2418 (__memalign_hook): Make the two prototypes consistent.
2419
f4f480bd
GM
24202001-04-17 Gerd Moellmann <gerd@gnu.org>
2421
2422 * xdisp.c (redisplay_window): Make sure to clear the desired glyph
2423 matrix of mini-windows.
2424
52283633
SM
24252001-04-12 Stefan Monnier <monnier@cs.yale.edu>
2426
2427 * intervals.c (find_interval): Don't rebalance during signal handling.
2428
ec2423c9
GM
24292001-04-11 Gerd Moellmann <gerd@gnu.org>
2430
30cb0001 2431 * fns.c: Include blockinput.h.
52283633 2432
ec2423c9
GM
2433 * fns.c (Fplist_get): Don't QUIT if interrupt_input_blocked.
2434
719d83ad
GM
24352001-04-10 Gerd Moellmann <gerd@gnu.org>
2436
60f8d735
GM
2437 * fns.c (Fcompare_strings): Fix return values.
2438
afffeb57
GM
2439 * window.c (window_scroll): Change the meaning of N to mean
2440 N screen-fulls or N lines.
2441 (window_scroll_pixel_based, window_scroll_line_based)
2442 (scroll_command, Fscroll_other_window): Change accordingly.
2443
52283633
SM
2444 * window.c (window_scroll_pixel_based, Frecenter):
2445 Call window_box_height instead of using it.last_visible_y for the
afffeb57
GM
2446 height of the window.
2447
2448 * xdisp.c (redisplay_window) <recenter>: Call window_box_height
2449 instead of using it.last_visible_y for the height of the window.
52283633 2450
719d83ad 2451 * w32proc.c (sys_spawnve): Quote more chars for Cygwin.
8ddf3ee1 2452 From Dan Holmsand <dan@eyebee.com>.
719d83ad
GM
2453
2454 * w32.c (sys_open): Try to open file without _O_CREAT first, to be
8ddf3ee1
GM
2455 able to write to hidden and system files. From Dan Holmsand
2456 <dan@eyebee.com>.
719d83ad 2457
8ddf3ee1
GM
2458 * fileio.c (Fcopy_file) [WINDOWSNT]: Use CopyFile. From Dan
2459 Holmsand <dan@eyebee.com>.
719d83ad 2460
522ed7fb
GM
24612001-04-09 Gerd Moellmann <gerd@gnu.org>
2462
9170e5d4
GM
2463 * fns.c (Fplist_get, Fplist_put): Add QUITs.
2464
522ed7fb
GM
2465 * window.c (window_internal_height): Return 1 less if the
2466 window has a header line.
2467
2468 * xdisp.c (try_window_id): When scrolling on a terminal, take
2469 the change of window_internal_height into account.
2470
ceeb3d7d
EZ
24712001-04-09 Eli Zaretskii <eliz@is.elta.co.il>
2472
2473 * gmalloc.c (align): If the argument SIZE would overflow
2474 __malloc_ptrdiff_t, fail right away.
2475
63685b9d
GM
24762001-04-06 Gerd Moellmann <gerd@gnu.org>
2477
2478 * xfns.c (compute_tip_xy): Add parameters WIDTH and HEIGHT.
2479 Make sure the tooltip is completely visible.
2480 (x_make_gc): Use FRAME_X_SCREEN_NUMBER.
2481
2482 * xterm.h (FRAME_X_SCREEN_NUMBER): New macro.
2483
2484 * xmenu.c (xmenu_show): Use FRAME_X_SCREEN_NUMBER.
2485
3ffb33bb
DL
24862001-04-06 Dave Love <fx@gnu.org>
2487
52283633
SM
2488 * composite.c (update_compositions) <check_mask & CHECK_HEAD>:
2489 Fix test of `from'.
3ffb33bb 2490
869fb12c
GM
24912001-04-06 Gerd Moellmann <gerd@gnu.org>
2492
52283633 2493 * composite.h (COMPOSITION_VALID_P): Allow integers as cdrs of PROP.
afa3935f 2494
869fb12c
GM
2495 * xdisp.c (Qinhibit_eval_during_redisplay): Make it a Lisp_Object.
2496
441bf856
GM
24972001-04-05 Gerd Moellmann <gerd@gnu.org>
2498
4d664b04
GM
2499 * sysdep.c (getwd) [!HAVE_GETWD]: Unblock input before returning.
2500
52283633 2501 * editfns.c (Fcurrent_time_zone): Accept spaces in timezone names.
a55e4e68 2502
30ca89f5
GM
2503 * xfns.c (Vmotif_version_string) [USE_MOTIF]: New variable.
2504 (syms_of_xfns): DEFVAR_LISP it. Initialize from XmVERSION_STRING.
2505
2506 * xmenu.c (free_frame_menubar) [USE_MOTIF]: Preserve the
2507 shell widget's position only if it is non-null.
2508
52283633
SM
2509 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]:
2510 Set f->output_data.x->widget to null after destroying it.
30ca89f5 2511
81a81c0f
GM
2512 * fns.c (Frequire): Doc fix. Rename parameter FILE_NAME to
2513 FILENAME to bring it in synch with the documentation.
2514
441bf856
GM
2515 * xfaces.c (realizing_basic_faces_p): Renamed from
2516 realize_default_face_p.
2517 (realize_basic_faces): Set/clear realizing_basic_faces_p.
2518 (realize_default_face): Don't set the flag.
2519
702a1e8e
GM
25202001-04-04 Gerd Moellmann <gerd@gnu.org>
2521
1013f4e3
GM
2522 * lisp.h (echoing, echo_message_buffer, cancel_echoing): Declare.
2523
52283633
SM
2524 * keyboard.c (echoing, echo_message_buffer): Make externally visible.
2525
1013f4e3
GM
2526 * xdisp.c (with_echo_area_buffer): Avoid confusion from reusing
2527 the buffer that was used for echoing.
2528
702a1e8e
GM
2529 * xfaces.c (best_matching_font): Remove unused parameter PATTERN.
2530 (first_font_matching): Removed unused function.
2531 (x_face_list_fonts): Remove unused parameter SCALABLE_P.
2532 (may_use_scalable_font_p): Remove parameter FONT; rename
2533 parameter NAME to FONT.
2534 (x_face_list_fonts): Fix missing bounds check.
2535 (realizing_default_face_p): New variable.
2536 (realize_default_face): Set and clear that flag.
2537 (x_face_list_fonts): When called during the realization of the
2538 default face, and no matching fonts are found when ignoring
2539 scalable fonts and fonts matching a regexp from
2540 face-ignored-fonts, try without ignoring fonts.
2541
f9dbcda4
GM
25422001-04-03 Gerd Moellmann <gerd@gnu.org>
2543
ad18ffb1
GM
2544 * xfns.c (postprocess_image): New function.
2545 (lookup_image): Call it for all image types except PostScript.
2546 (x_kill_gs_process): Call postprocess_image.
2547
f9dbcda4
GM
2548 * xterm.c (x_use_underline_position_properties): New variable.
2549 (x_draw_glyph_string): Use it.
2550 (syms_of_xterm): DEFVAR_BOOL it.
2551
651f03b6
GM
25522001-04-02 Gerd Moellmann <gerd@gnu.org>
2553
2554 * xterm.c (x_alloc_nearest_color_1): New function.
2555 (x_alloc_nearest_color): Use it.
2556 (x_color_cells): Take a Display as argument, instead of a frame.
2557 (cvt_string_to_pixel_args, cvt_string_to_pixel_value): New variables.
2558 (cvt_string_to_pixel, cvt_pixel_dtor): New functions.
2559 (x_initialize): Register cvt_string_to_pixel as resource converter
2560 string -> Pixel and cvt_pixel_dtor as pixel resource destructor.
2561
73d75a62
GM
25622001-03-30 Gerd Moellmann <gerd@gnu.org>
2563
b2046df8
GM
2564 * xdisp.c (get_overlay_strings): Set iterator's end_charpos.
2565 (set_iterator_to_next): If a string from a display property ends,
2566 consider the case that this might also be the end of an
2567 overlay string having the display property.
2568
52283633 2569 * xdisp.c (handle_display_prop): Fix recognition of subproperty lists.
b2046df8 2570
87d8eba4
GM
2571 * xdisp.c (reseat_to_string): Undo last change.
2572
73d75a62
GM
2573 * dispnew.c (adjust_glyph_matrix): Don't try to reuse the current
2574 matrix of a window when the header line changes, when
2575 new rows are allocated, or when the width changes.
2576
911a2406
EZ
25772001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2578
52283633 2579 * print.c (Fprin1, Fprin1_to_string, Fprinc, Fprint): Fix last change.
911a2406 2580
aea51abe
EZ
25812001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
2582
2583 * fileio.c (syms_of_fileio) <directory-sep-char>: Warn that it is
2584 deprecated.
2585
176bc847
GM
25862001-03-29 Gerd Moellmann <gerd@gnu.org>
2587
ed31fabf
GM
2588 * data.c (Fsubr_interactive_form): New function.
2589 (syms_of_data): Defsubr it.
2590
176bc847
GM
2591 * alloc.c (live_string_p, live_cons_p, live_symbol_p)
2592 (live_float_p, live_misc_p): Return 1 only if the offset of the
2593 pointer in its block is >= 0.
2594
e59d0e9d
GM
25952001-03-28 Paul Eggert <eggert@twinsun.com>
2596
2597 * editfns.c (Ffloat_time): Fix off-by-factor-of-10 bug in the
2598 microseconds calcuation. Avoid double-rounding problem.
2599 In doc string, warn that the result is approximate.
2600
f827b862
GM
26012001-03-28 Gerd Moellmann <gerd@gnu.org>
2602
30a3f61c
GM
2603 * eval.c (call_debugger): Bind `inhibit-redisplay' to nil, and
2604 bind `inhibit-eval-during-redisplay' to t.
2605
2606 * lisp.h (Qinhibit_eval_during_redisplay): Declare extern.
2607
2608 * xdisp.c (inhibit_eval_during_redisplay)
2609 (Qinhibit_eval_during_redisplay): New variables.
2610 (safe_eval, safe_call): If inhibit_eval_during_redisplay is set,
2611 don't eval, return nil instead.
2612 (syms_of_xdisp): DEFVAR_BOOL inhibit-eval-during-redisplay.
2613 Initialize Qinhibit_eval_during_redisplay.
2614
e719f5ae
GM
2615 * xdisp.c (reseat_to_string): If STRING is multibyte, set
2616 the iterator's multibyte_p flag.
2617
deb2613a
GM
2618 * xfaces.c (realize_basic_faces): Decrement menu_face_change_count
2619 instead of setting it to zero; it's incremented for each frame
2620 where the menu face is changed.
2621
52283633
SM
2622 * xterm.c (x_draw_relief_rect): Extend left shadow to the bottom;
2623 change bottom shadow accordingly.
2624
2625 * xterm.c (expose_window_tree, expose_frame): Don't compute
a02f1be0
GM
2626 intersections here.
2627 (expose_window): Do it here instead.
52283633 2628 (x_draw_glyph_string): Fix a computation of the underline position.
a02f1be0 2629
f827b862
GM
2630 * bytecode.c (BYTE_CODE_QUIT): New macro.
2631 (Fbyte_code): Use BYTE_CODE_QUIT instead of QUIT.
2632
4bde0ebb
GM
26332001-03-27 Gerd Moellmann <gerd@gnu.org>
2634
607ec83c
GM
2635 * xdisp.c (try_window_reusing_current_matrix) <scrolling up>:
2636 Give up if matrix starts in an ellipsis.
2637 (init_from_display_pos): Do nothing if POS doesn't specify
2638 a dpvec_index but the iterator has such a position.
2639
0245398f
GM
2640 * xdisp.c (init_from_display_pos): Remove unwarranted assertion.
2641
aba25348
GM
2642 * xmenu.c (free_frame_menubar) [USE_MOTIF]: If the shell widget's
2643 x/y position is (0, 0) after destroying the menu bar, restore
2644 its original position.
2645
4bde0ebb
GM
2646 * xdisp.c (in_ellipses_for_invisible_text_p): New function.
2647 (init_from_display_pos): Use it.
2648 (try_window_reusing_current_matrix): Don't use cursor_row_p.
2649
8cdb267e
GM
26502001-03-26 Gerd Moellmann <gerd@gnu.org>
2651
2652 * xdisp.c (try_window_id): Undo last change.
2653
9948db79
EZ
26542001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
2655
2656 * print.c (Fprin1, Fprin1_to_string, Fprinc, Fprint): Doc fix.
2657
2658 * buffer.c (syms_of_buffer): Doc fix.
2659
2eddf899
GM
26602001-03-26 Gerd Moellmann <gerd@gnu.org>
2661
2662 * xfaces.c (x_update_menu_appearance): Use local variable
2663 popup_path for setting font resources.
2664
6c145d35
EZ
26652001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
2666
6a65b1b5
EZ
2667 * frame.c (Fframe_list): Don't reference tip_frame if
2668 HAVE_WINDOW_SYSTEM is not defined.
2669
6c145d35
EZ
2670 * emacs.c (main): Update the copyright year. From Werner LEMBERG
2671 <wl@gnu.org>.
2672
d74c1900
GM
26732001-03-25 Gerd Moellmann <gerd@gnu.org>
2674
20fbd925
GM
2675 * xdisp.c (init_from_display_pos): Test invisible property
2676 with TEXT_PROP_MEANS_INVISIBLE instead of NILP.
52283633 2677
927c5b3b
GM
2678 * xdisp.c (redisplay_internal) <update one window>: Make sure
2679 last_arrow_position and last_arrow_string are set.
2680
d74c1900
GM
2681 * frame.c (Fframe_list): Don't return a tooltip frame.
2682
091f8878
GM
26832001-03-23 Gerd Moellmann <gerd@gnu.org>
2684
52283633
SM
2685 * xdisp.c (mark_window_display_accurate_1): New function,
2686 extracted from mark_window_display_accurate.
2687 Compute BUF_UNCHANGED_MODIFIED, BUF_OVERLAY_UNCHANGED_MODIFIED,
43c09969
GM
2688 BUF_BEG_UNCHANGED, BUF_END_UNCHANGED.
2689 (mark_window_display_accurate): Use it.
2690 (redisplay_internal): Use it for the selected window.
2691 (redisplay_internal): Avoid duplicate mark_window_display_accurate
2692 for the selected frame.
2693
ac90c44f
GM
2694 * xdisp.c Use make_number, for readability.
2695 (try_window_id): Disable rows below the window end.
2696 (try_window_reusing_current_matrix): Use cursor_row_p.
2697 (try_window_reusing_current_matrix) <scrolling up>: Fix disabling
2698 of rows.
2699 (init_from_display_pos): If POS specifies a position in a display
2700 vector, maybe get the iterator set up for that ellipsis.
43c09969 2701
091f8878
GM
2702 * xdisp.c (dump_glyph_row): Fix output for NGLYPHS == 2.
2703
991786dd
EZ
27042001-03-23 Eli Zaretskii <eliz@is.elta.co.il>
2705
2706 * xmenu.c: Include widget.h only if USE_X_TOOLKIT is defined.
2707
6c29b43c
GM
27082001-03-23 Gerd Moellmann <gerd@gnu.org>
2709
2710 * xfaces.c (x_update_menu_appearance): Use a different path
2711 for Lucid popup menus.
2712
d8731202
SM
27132001-03-22 Stefan Monnier <monnier@cs.yale.edu>
2714
2715 * xterm.c (note_mouse_highlight): Dec the int, not the Lisp_Object.
2716
2717 * xdisp.c (init_iterator): Check WINDOWP before using XWINDOW.
2718 (string_buffer_position): Use `make_number'.
2719
f61a541b
GM
27202001-03-22 Gerd Moellmann <gerd@gnu.org>
2721
3c9e997b
GM
2722 * xfaces.c (x_update_menu_appearance): Renamed from
2723 x_set_menu_face_resources. Use different resources for popups.
2724
2725 * lisp.h (Vx_resource_name) [HAVE_X_WINDOWS]: Declare extern.
2726 (GC_CHECK_STRING_BYTES): Don't define.
2727
364cd450
GM
2728 * xfaces.c (x_set_menu_resources_from_menu_face) [USE_X_TOOLKIT]:
2729 Removed, together with subroutines.
2730 (x_set_menu_face_resources) [USE_X_TOOLKIT]: New function.
d8731202 2731 (realize_basic_faces) [USE_X_TOOLKIT]: Call x_set_menu_face_resources.
364cd450 2732
d8731202
SM
2733 * dispextern.h (x_set_menu_resources_from_menu_face):
2734 Remove prototype.
364cd450 2735
d8731202 2736 * xmenu.c (update_frame_menubar, set_frame_menubar, xmenu_show):
364cd450
GM
2737 Remove calls to x_set_menu_resources_from_menu_face.
2738
d8731202
SM
2739 * xfaces.c (xm_set_menu_resources_from_menu_face):
2740 Remove #ifndef LESSTIF_VERSION.
f61a541b
GM
2741
2742 * xmenu.c: Include widget.h.
2743 (single_submenu): Return int. Some cleanup.
2744 (set_frame_menubar): Call x_set_menu_resources_from_menu_face.
2745
140330de
GM
27462001-03-21 Gerd Moellmann <gerd@gnu.org>
2747
2748 * xterm.c (x_update_window_end): Handle overwritten mouse face
2749 also for tool bar windows.
2750 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
2751 DRAW is DRAW_IMAGE_RAISED.
2752
1741905c
GM
27532001-03-20 Gerd Moellmann <gerd@gnu.org>
2754
fa88947e
GM
2755 * print.c (syms_of_print): Doc fixes.
2756
1741905c
GM
2757 * fns.c (Fmd5): Doc fix.
2758
ade0bee1
GM
27592001-03-19 Gerd Moellmann <gerd@gnu.org>
2760
357e7376
GM
2761 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
2762 Clear area of the frame not occupied by the scroll bar.
2763
c2c097cc
GM
2764 * xfns.c (x_create_tip_frame): Add parameter TEXT. Set the
2765 tip frame's root window buffer to *tip* right after creating
2766 the frame.
2767
ade0bee1
GM
2768 * xdisp.c (highlight_trailing_whitespace): Glyphs whose object
2769 is an integer don't have to be for space characters.
2770
88c6e37e
GM
27712001-03-16 Gerd Moellmann <gerd@gnu.org>
2772
52283633
SM
2773 * indent.c (current_column, current_column_1, Fmove_to_column)
2774 (compute_motion): Handle characters from display vectors differently.
88c6e37e 2775
c62eed76
KH
27762001-03-15 Kenichi Handa <handa@etl.go.jp>
2777
2778 * xterm.c (x_draw_glyph_string): Draw relief (if any) before
2779 drawing glyph string.
2780
c899e7e6
GM
27812001-03-15 Gerd Moellmann <gerd@gnu.org>
2782
d0bbfc99
GM
2783 * keyboard.c (timer_check): Preserve the value of deactivate-mark.
2784 (command_loop_1): Undo last change.
2785
03d1a189
GM
2786 * xterm.c (fast_find_position): Return the correct vpos.
2787
c899e7e6 2788 * data.c (store_symval_forwarding): Add parameter BUF. If BUF is
52283633 2789 non-null, set a per-buffer value in BUF instead of the current buffer.
c899e7e6
GM
2790 (swap_in_global_binding, swap_in_symval_forwarding, Fset_default):
2791 Call store_symval_forwarding with BUF null.
2792 (set_internal): Call store_symval_forwarding with the BUF
2793 parameter passed to set_internal. Formerly, the value was always
2794 set in the current buffer; the buffer recorded in specbind for
2795 this case wasn't used.
2796 (arith_driver): Reindent.
2797
52283633
SM
2798 * buffer.c (swap_out_buffer_local_variables):
2799 Call store_symval_forwarding with BUF null.
c899e7e6
GM
2800
2801 * lisp.h (store_symval_forwarding): Change prototype.
2802
2803 * eval.c (specbind): Call store_symval_forwarding with BUF null.
2804
57ac7c81
GM
28052001-03-14 Gerd Moellmann <gerd@gnu.org>
2806
697617d9
GM
2807 * frame.c (do_switch_frame): Remove unused parameter NO_EVENT, add
2808 FOR_DELETION. Avoid resizing the mini-window of the selected
2809 frame if FOR_DELETION is set.
2810 (Fselect_frame, Fhandle_switch_frame, Fdelete_frame)
2811 (Fmake_frame_invisible): Change calls to do_switch_frame for new
2812 signature.
2813
2814 * window.c (Fset_window_configuration): Change call to
2815 do_switch_frame to new format.
2816
2817 * keyboard.c (quit_throw_to_read_char): Change call to
2818 do_switch_frame to new format.
2819
2820 * lisp.h (do_switch_frame): Change prototype.
2821
819dce0f
GM
2822 * frame.c (Fframe_parameters): In the `buffer-list' frame
2823 parameter, store the buffer list of FRAME, not the list of the
2824 selected frame.
2825
57ac7c81
GM
2826 * xterm.c (x_draw_glyph_string_box): Don't draw a full-width
2827 box just because the glyph row's full_width_p flag is set.
2828
65008712
GM
28292001-03-14 Eli Zaretskii <eliz@is.elta.co.il>
2830
2831 * xdisp.c (highlight_trailing_whitespace): On character terminals,
2832 skip the padding blanks inserted in extend_face_to_end_of_line,
2833 before checking for trailing whitespace.
2834
159cf431
GM
28352001-03-13 Gerd Moellmann <gerd@gnu.org>
2836
52283633 2837 * xmenu.c (popup_activate_callback, popup_deactivate_callback):
19b2bb80
GM
2838 Remove special handling for LessTif/Motif.
2839 (toplevel): Don't include Xm/Xm.h.
2840
52283633
SM
2841 * xterm.c (XTread_socket) <LeaveNotify, EnterNotify>:
2842 Remove workaround code for LessTif; it doesn't work anymore.
2843
2564ea1b 2844 * xterm.c [USE_TOOLKIT_SCROLL_BARS && USE_MOTIF]: Don't include
57ac7c81 2845 Xm/ScrollBarP.h.
afcdc0a1 2846
52283633
SM
2847 * xterm.c (x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]:
2848 Don't access private scroll bar data; it's no longer necessary with
23442ae4
GM
2849 contemporary LessTif.
2850
52283633
SM
2851 * xfaces.c (xm_set_menu_resources_from_menu_face):
2852 Change #if 0 to #ifndef LESSTIF_VERSION.
9faaaa52 2853
159cf431
GM
2854 * xmenu.c (xmenu_show) [LESSTIF_VERSION]: Take out the code
2855 removing button grabs.
2856
c6f7429a
KH
28572001-03-13 Kenichi Handa <handa@etl.go.jp>
2858
cb82d767
KH
2859 * fontset.c (syms_of_fontset): Describe highlight-wrong-size-font
2860 and clip-large-size-font as obsolete.
2861
c6f7429a
KH
2862 * lread.c (read_multibyte): Check the validity of multibyte
2863 sequence. If invalid, return the first byte.
2864
760cefb5
GM
28652001-03-12 Gerd Moellmann <gerd@gnu.org>
2866
2867 * keyboard.c (command_loop_1): Set Vdeactivate_mark to nil
2868 before running the command; timer functions or process
2869 filters may have set it.
2870
5141f9d0
EZ
28712001-03-12 Eli Zaretskii <eliz@is.elta.co.il>
2872
2873 * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
2874 Doc fix.
2875
b6a15240
GM
28762001-03-12 Gerd Moellmann <gerd@gnu.org>
2877
2878 * xrdb.c (x_load_resources) [USE_MOTIF]: Remove extraneous arg
2879 to sprintf.
2880
95522746
GM
28812001-03-09 Gerd Moellmann <gerd@gnu.org>
2882
db14cfc5
GM
2883 * dispextern.h (string_buffer_position): Add prototype.
2884
52283633 2885 * xdisp.c (string_buffer_position, display_prop_string_p)
db14cfc5
GM
2886 (single_display_prop_string_p): New functions.
2887
2888 * xterm.c (note_mouse_highlight): If there's no help-echo on
2889 a string, look at the buffer text ``under'' it.
2890
2891 * keyboard.c (make_lispy_event): Add string info to the event,
2892 analogous to what's done on mode lines.
2893 (read_key_sequence): For a click on a string, consider `local-map'
2894 and `keymap' of that string.
2895
52283633
SM
2896 * keyboard.c (make_lispy_event, make_lispy_movement):
2897 Adjust calls to buffer_posn_from_coords to new format.
3cfd8357
GM
2898
2899 * dispextern.h (buffer_posn_from_coords): Adjust prototype.
2900
2901 * dispnew.c (buffer_posn_from_coords): Add parameters OBJECT and
2902 POS; return void.
2903
95522746
GM
2904 * fileio.c (Fwrite_region) [DOS_NT]: Remove O_TRUNC from open
2905 flags argument to emacs_open; it seems to conflict with O_EXCL.
2906
898a399d
KH
29072001-03-09 Kenichi Handa <handa@etl.go.jp>
2908
28cd4910
KH
2909 * composite.h (struct composition): Change types of members;
2910 glyph_len to unsigned, width to unsigned short.
898a399d 2911
4cdf6a6c
AI
29122001-03-08 Andrew Innes <andrewi@gnu.org>
2913
2914 * w32menu.c (add_menu_item): Fix problems with using ownerdraw for
2915 menu titles.
2916
129004d3
GM
29172001-03-08 Gerd Moellmann <gerd@gnu.org>
2918
221dd3e7
GM
2919 * xdisp.c (handle_display_prop): Use it->w->buffer as object,
2920 instead of nil.
2921
52283633 2922 * xterm.c (note_mouse_highlight): Handle mouse-face and
5de7c6f2
GM
2923 help-echo in strings.
2924 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
2925 (fast_find_string_pos): New function.
2926
52283633
SM
2927 * xdisp.c (handle_face_prop, face_before_or_after_it_pos)
2928 (display_string): Call face_at_string_position with new parameter.
5de7c6f2
GM
2929
2930 * xfaces.c (face_at_string_position): Add parameter MOUSE_P.
2931 Handle `mouse-face'.
2932
2933 * dispextern.h (face_at_string_position): Change prototype.
2934
52283633 2935 * dired.c (directory_files_internal): Handle EAGAIN more efficiently.
e1fbabaf 2936
129004d3
GM
2937 * keyboard.c (make_lispy_event): Avoid generating drag events
2938 if the mouse hasn't actually moved to another buffer position.
52283633 2939
80c8ab8c
DL
29402001-03-08 Dave Love <fx@gnu.org>
2941
129004d3 2942 * eval.c (syms_of_eval) <debug-on-error>: Doc fix.
80c8ab8c 2943
989521fd
GM
29442001-03-08 Gerd Moellmann <gerd@gnu.org>
2945
2946 * process.c (Fset_process_window_size): Fix a typo.
2947
bb5c338d
KH
29482001-03-08 Kenichi Handa <handa@etl.go.jp>
2949
2950 * coding.c (detect_coding_sjis): Do more rigid check.
2951 (detect_coding_big5): Likewise.
2952 (decode_coding_sjis_big5): Likewise.
2953 (Fdetect_coding_region): Call detect_coding_system with tailing
2954 anchor byte `\0' for more rigid detection.
52283633 2955 (detect_coding_mask): Fix the incorrect handling of arg MULTIBYTEP.
bb5c338d
KH
2956 (Fdetect_coding_string): Likewise.
2957
8b8f9197
SM
29582001-03-07 Stefan Monnier <monnier@cs.yale.edu>
2959
2960 * bytecode.c (Fbyte_code) <Btemp_output_buffer_setup>: Check the arg is
2961 a string before extracting its data.
2962
3bdf2660
GM
29632001-03-07 Gerd Moellmann <gerd@gnu.org>
2964
2965 * window.c (Frecenter): Rewrite code handling negative values
2966 of ARG on graphical frames.
2967
29682001-03-07 Eli Zaretskii <a34785@is.elta.co.il>
2969
2970 * window.c (displayed_window_lines): If W->start is outside the
2971 accessible portion of the buffer, call start_display with BEGV or
2972 ZV instead of W->start.
2973
471f86b9
GM
29742001-03-07 Gerd Moellmann <gerd@gnu.org>
2975
2ab62c6c
GM
2976 * buffer.c (syms_of_buffer) <header-line-format>: Doc fix.
2977
471f86b9
GM
2978 * process.c (Fset_process_filter): Don't crash if the input
2979 file descriptor of PROCESS is closed.
2980 (Fset_process_window_size): Likewise.
2981
101922c3
GM
29822001-03-06 Kenichi Handa <handa@etl.go.jp>
2983
2984 * xterm.c (XTflash): Make the timeout of select shorter, and call
2985 select repeatedly until the desired time expires.
2986
45d051a7
GM
29872001-03-06 Gerd Moellmann <gerd@gnu.org>
2988
2989 * w32fns.c (Fx_create_frame): Clear Vwindow_list.
2990
2991 * xfns.c (Fx_create_frame): Clear Vwindow_list.
2992
2993 * lisp.h (Vwindow_list): Declare extern.
2994
8f372c46
EZ
29952001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
2996
2997 * dispnew.c (syms_of_display) <glyph-table>: Doc fix.
2998
f16a7aa5
GM
29992001-03-06 Gerd Moellmann <gerd@gnu.org>
3000
157ae273
GM
3001 * xterm.c (note_mouse_highlight): Call mouse_face_overlay_overlaps
3002 to detect a case where we have to highlight a different region
3003 despite not having left the currently highlighted region.
3004 Set mouse_face_overlay in the x_display_info.
45d051a7 3005 (x_term_init): Initialize the x_display_info's mouse_face_overlay.
157ae273
GM
3006
3007 * xterm.h (struct x_display_info): Add mouse_face_overlay.
3008
3009 * buffer.c (mouse_face_overlay_overlaps): New function.
3010
3011 * lisp.h (mouse_face_overlay_overlaps): Add prototype.
3012 (Qmouse_face): Declare extern.
3013
f16a7aa5
GM
3014 * xdisp.c (redisplay_internal): Set windows_or_buffers_changed
3015 if face_change_count is non-zero.
3016
827afcac
KH
30172001-03-06 Kenichi Handa <handa@etl.go.jp>
3018
3019 * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2>: Fix for the case
3020 that the source is unibyte.
3021
14c7242e
DL
30222001-03-05 Dave Love <fx@gnu.org>
3023
827afcac 3024 * xterm.c (XTmouse_position): Fix typo.
14c7242e 3025
c28b847b
GM
30262001-03-05 Gerd Moellmann <gerd@gnu.org>
3027
3028 * minibuf.c (read_minibuf): Clean up the binding stack if
3029 called noninteractively.
3030
b86644f2
KH
30312001-03-05 Kenichi Handa <handa@etl.go.jp>
3032
3033 * coding.c (syms_of_coding): Docstring modified.
3034
203682cc 30352001-03-05 Kenichi Handa <handa@etl.go.jp>
b86644f2
KH
3036
3037 * charset.c (char_to_string): If a single byte char has modifier
3038 bits that can't be reflected to the character code, ignore them
45d051a7 3039 instead of signaling an error.
b86644f2 3040
e30bd7b7
EZ
30412001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
3042
3043 * s/msdos.h: Update copyright notice.
3044
3045 * dosfns.h: Update copyright notice.
3046
3047 * dosfns.c: Update copyright notice.
3048
3049 * msdos.c: Update copyright notice.
3050
b52b65bd
GM
30512001-03-02 Gerd Moellmann <gerd@gnu.org>
3052
3053 * xterm.c (glyph_rect): New function.
3054 (XTmouse_position): Use it to raise the threshold for mouse
3055 movement event generation.
3056
53c4b1e6
EZ
30572001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
3058
3059 * msdos.c (Fmsdos_remember_default_colors): If default-frame-alist
3060 specifies (reverse . t), reverse the initial screen colors.
3061 (IT_set_frame_parameters): If the property is foreground-color,
52283633
SM
3062 but we are reversing the colors, set bg_set, not fg_set.
3063 Likewise for setting background-color and reversing: set fg_set.
3064 Set unspecified-fg and unspecified-bg correctly when (reverse . t) is
53c4b1e6
EZ
3065 in effect.
3066
3067 * xfaces.c (Finternal_set_lisp_face_attribute)
3068 [!HAVE_WINDOW_SYSTEM]: Record the new attribute in the frame's
3069 parameters alist.
3070
f964b4d7
GM
30712001-03-02 Gerd Moellmann <gerd@gnu.org>
3072
ef53d75e
GM
3073 * fileio.c (Fexpand_file_name): Collapse sequences of slashes
3074 to a single slash in the middle of file names.
3075
52283633 3076 * editfns.c (Fcurrent_time_zone) [HAVE_TM_ZONE || HAVE_TZNAME]:
cda0f4da
GM
3077 Accept only alphanumeric time zone names.
3078
f964b4d7
GM
3079 * xterm.c (XTset_vertical_scroll_bar): Don't clear a zero height
3080 or width area.
3081 (XTset_vertical_scroll_bar, x_scroll_bar_create): Don't configure
3082 a widget to zero height.
52283633 3083
c3c45f65
GM
30842001-03-01 Gerd Moellmann <gerd@gnu.org>
3085
3086 * window.c (Fwindow_end): Call move_it_past_eol only if
3087 ending up on a partially visible line.
3088
028d739a
DL
30892001-03-01 Dave Love <fx@gnu.org>
3090
3091 * ccl.c (Fccl_execute): Doc fix.
3092
57c5889c
GM
30932001-03-01 Gerd Moellmann <gerd@gnu.org>
3094
35f59f6b
GM
3095 * xfns.c (Fx_create_frame): Adjust the frame's height for presence
3096 of the tool bar before calling x_figure_window_size.
3097
f84ff02c
GM
3098 * xmenu.c (free_frame_menubar): Set the frame's menubar_widget to
3099 NULL after destroying it, otherwise XTread_socket can access a
3100 destroyed widget when input is unblocked.
3101
8b8f9197 3102 * xfns.c (x_set_foreground_color): Set the background of the cursor GC.
52283633 3103
57c5889c
GM
3104 * xfns.c (x_set_font): Handle case of x_new_fontset returning the
3105 same name as before, although there was a change in fontsets.
3106
224227d1
KR
31072001-02-28 Ken Raeburn <raeburn@gnu.org>
3108
4560730a
KR
3109 * lisp.h (Fframe_parameter): Declare.
3110
224227d1 3111 * window.c (set_window_buffer): Field vscroll is an int, not a
57c5889c 3112 Lisp_Object.
224227d1 3113
ece93c02
GM
31142001-02-28 Gerd Moellmann <gerd@gnu.org>
3115
11ef99b9
GM
3116 * xterm.c (x_set_window_size): Don't use `None' with widgets; use
3117 NULL instead.
3118
3119 * xfns.c (Fx_hide_tip): Don't use `None' with widgets; use
3120 NULL instead.
3121
ece93c02
GM
3122 * alloc.c (toplevel): Include process.h.
3123 (enum mem_type): Add MEM_TYPE_PROCESS, MEM_TYPE_HASH_TABLE,
3124 MEM_TYPE_FRAME, MEM_TYPE_WINDOW enumerators.
3125 (allocate_vectorlike): Make it a static function. Add parameter TYPE.
52283633
SM
3126 (allocate_vector, allocate_hash_table, allocate_window)
3127 (allocate_frame, allocate_process, allocate_other_vector):
3128 New functions.
ece93c02
GM
3129 (Fmake_vector): Call allocate_vector instead of allocate_vectorlike.
3130 (mark_maybe_pointer): New function.
52283633 3131 (mark_memory): Also mark Lisp data to which only pointers
ece93c02
GM
3132 remain and not Lisp_Objects.
3133 (min_heap_address, max_heap_address): New variables.
3134 (mem_find): Return MEM_NIL if START is below min_heap_address or
3135 above max_heap_address.
3136 (mem_insert): Compute min_heap_address and max_heap_address.
3137
3138 * process.c (make_process): Use allocate_process.
3139
3140 * frame.c (make_frame): Use allocate_frame.
3141
3142 * window.c (make_window, make_dummy_parent): Use allocate_window.
3143 (Fcurrent_window_configuration): Use allocate_other_vector.
3144
3145 * lisp.h (allocate_vectorlike): Remove prototype.
3146 (allocate_vector, allocate_other_vector, allocate_frame)
3147 (allocate_window, allocate_process, allocate_hash_table):
3148 Add prototypes.
3149
3150 * fns.c (Fdelete, larger_vector): Use allocate_vector.
3151 (make_hash_table, copy_hash_table): Use allocate_hash_table.
3152
063af457
KH
31532001-02-27 Kenichi Handa <handa@etl.go.jp>
3154
3155 * coding.c (ccl_coding_driver): If ccl->eight_bit_control is zero,
3156 treat the produced bytes as a valid multibyte sequence.
3157
3158 * ccl.c (CCL_WRITE_MULTIBYTE_CHAR): New macro.
52283633
SM
3159 (ccl_driver) <CCL_WriteMultibyteChar2>:
3160 Use CCL_WRITE_MULTIBYTE_CHAR instead of CCL_WRITE_CHAR.
063af457
KH
3161 <ccl_finish>: Set ccl->eight_bit_control properly.
3162
3163 * ccl.h (struct ccl_program): New member eight_bit_control.
3164
f58c6494
SM
31652001-02-26 Stefan Monnier <monnier@cs.yale.edu>
3166
3167 * keymap.c (Faccessible_keymaps): Pass `is_metized' to
3168 accessible_keymaps_char_table.
3169 (accessible_keymaps_char_table): Obey `is_metized'.
3170 (where_is_internal, Fwhere_is_internal): Don't confuse int and
3171 Lisp_Object.
3172
c596c392
GM
31732001-02-26 Gerd Moellmann <gerd@gnu.org>
3174
3175 * dispnew.c: Check HAVE_TERM_H before including term.h.
3176
425de386
AI
31772001-02-24 Andrew Innes <andrewi@gnu.org>
3178
3179 * makefile.w32-in: Update copyright notice.
3180
2ba11bbd
SM
31812001-02-24 Stefan Monnier <monnier@cs.yale.edu>
3182
3183 * keymap.c (where_is_internal): Accept non-ascii integer prefixes.
3184
66c56ed1
KH
31852001-02-24 Kenichi Handa <handa@etl.go.jp>
3186
4c1593ce
KH
3187 * Makefile.in (lisp): Add international/utf-8.elc.
3188
66c56ed1
KH
3189 * fontset.c (Fnew_fontset): Fix handling of the case that an
3190 element of FONTLIST is a cons of family and registry.
3191
796ead7e
JR
31922001-02-23 Jason Rumney <jasonr@gnu.org>
3193
3194 * w32fns.c (Fx_create_frame): Don't add FRAME_TOOL_BAR_LINES
3195 to height unconditionally.
3196
3197 * w32term.c (x_set_glyph_string_background_width): Extend the
52283633 3198 background face to the end of the drawing area in the text area, only.
796ead7e
JR
3199 (x_insert_glyphs): Call window_box_left to obtain the left
3200 x-coordinate of the area to shift.
3201
3202 * w32menu.c (set_frame_menubar): Run activate-menu-bar-hook with
3203 safe_run_hooks.
3204
f6839838
AI
32052001-02-22 Andrew Innes <andrewi@gnu.org>
3206
52283633 3207 * makefile.nt ($(BLD)\dired.obj): Remove reference to VMS header files.
f6839838
AI
3208 ($(BLD)\dispnew.obj):
3209 ($(BLD)\editfns.obj):
3210 ($(BLD)\fileio.obj):
3211 ($(BLD)\filelock.obj):
3212 ($(BLD)\keyboard.obj):
3213 ($(BLD)\w32proc.obj):
3214 ($(BLD)\process.obj):
3215 ($(BLD)\sysdep.obj): Ditto.
3216
3217 * makefile.w32-in ($(BLD)/dired.$(O)): Remove reference to VMS
3218 header files.
52283633
SM
3219 ($(BLD)/dispnew.$(O)):
3220 ($(BLD)/editfns.$(O)):
3221 ($(BLD)/fileio.$(O)):
3222 ($(BLD)/filelock.$(O)):
3223 ($(BLD)/keyboard.$(O)):
3224 ($(BLD)/w32proc.$(O)):
3225 ($(BLD)/process.$(O)):
f6839838
AI
3226 ($(BLD)/sysdep.$(O)): Ditto.
3227
c224f70b
GM
32282001-02-22 Gerd Moellmann <gerd@gnu.org>
3229
51695746
GM
3230 * xdisp.c (forward_to_next_line_start): When taking the shortcut
3231 at the start of the function, check that the \n in it->c is
3232 from the iterator's current position.
52283633 3233
a61b7058
GM
3234 * xdisp.c (handle_single_display_prop): Add parameter
3235 DISPLAY_REPLACED_BEFORE_P. If it is non-zero ignore display
3236 properties which replace the display of text with something else.
3237 (handle_display_prop): Call handle_single_display_prop with
3238 additional argument saying if we already replaced text display
3239 with something else. Use AREF.
52283633 3240 (with_echo_area_buffer_unwind_data, display_menu_bar)
a61b7058
GM
3241 (decode_mode_spec_coding): Use AREF and ASIZE.
3242
3473f362
GM
3243 * vms-pp.c, vmsdir.h, vmsmap.c, vmsproc.h, vms-pp.trans, vmsfns.c,
3244 * vmspaths.h, vmstime.c, vms-pwd.h, vmsgmalloc.c, vmsproc.c,
3245 * vmstime.h: Files removed.
52283633 3246
2bb58df3
GM
3247 * unexencap.c, unexfx2800.c: Files removed.
3248
c224f70b
GM
3249 * dispnew.c (direct_output_for_insert): Give up if we are showing
3250 a message or just cleared the message because we might need to
3251 resize the echo area window or display an empty echo area.
3252
ffc9ff0c
GM
32532001-02-21 Gerd Moellmann <gerd@gnu.org>
3254
0528abe1
GM
3255 * xdisp.c (redisplay_internal): Do the
3256 mark_window_display_accurate after all windows have been
3257 redisplayed because this call resets flags in buffers which are
3258 needed for proper redisplay.
3259
52283633
SM
3260 * keyboard.c, minibuf.c, lread.c, fns.c, eval.c:
3261 Use display_hourglass_p, start_hourglass, cancel_hourglass instead of
ffc9ff0c
GM
3262 the old names.
3263
52283633
SM
3264 * w32term.h (struct x_output): Rename busy_cursor to hourglass_cursor,
3265 busy_window to hourglass_window, busy_p to hourglass_p.
ffc9ff0c
GM
3266
3267 * msdos.h (struct x_output): Rename busy_window to
3268 hourglass_window, busy_p to hourglass_p.
3269
52283633
SM
3270 * xterm.h (struct x_output): Rename busy_cursor to hourglass_cursor,
3271 busy_window to hourglass_window, busy_p to hourglass_p.
ffc9ff0c
GM
3272
3273 * xfns.c: Rename everything containing *busy_cursor* and similar
3274 to *hourglass*.
3275 (syms_of_w32fns): Rename x-busy-pointer-shape to
3276 x-hourglass-pointer-shape, display-busy-cursor to
3277 display-hourglass, busy-cursor-delay to hourglass-delay.
3278
3279 * w32fns.c: Rename everything containing *busy_cursor* and similar
3280 to *hourglass*.
3281 (syms_of_w32fns): Rename x-busy-pointer-shape to
3282 x-hourglass-pointer-shape, display-busy-cursor to
3283 display-hourglass, busy-cursor-delay to hourglass-delay.
3284
3285 * xterm.c (XTread_socket): Test x_output's hourglass_p instead
3286 of its busy_p flag.
3287
3288 * dispextern.h (start_hourglass, cancel_hourglass)
3289 (display_hourglass_p): Renamed from *busy_cursor*.
3290
ab2c5f0a
GM
32912001-02-20 Gerd Moellmann <gerd@gnu.org>
3292
d17e49a8
GM
3293 * keyboard.c (read_char): When an event from unread-command-events
3294 is from the tool or menu bar, set *USE_MOUSE_MENU to 1.
3295
fa97adf6
GM
3296 * window.c (Fwindow_end): Handle case that WINDOW's buffer is not
3297 equal to the current buffer.
3298
ab2c5f0a
GM
3299 * xdisp.c (setup_echo_area_for_printing): Set truncate_lines to
3300 nil, otherwise we're left with truncate_lines t when a message
3301 is printed with message-truncate-lines bound to t.
3302
aeac019e
GM
33032001-02-19 Gerd Moellmann <gerd@gnu.org>
3304
c8bc6f65
GM
3305 * window.c (Fmove_to_window_line): Undo last change.
3306 (displayed_window_lines): Call line_bottom_y to determine
3307 the line's bottom position.
3308
3309 * dispextern.h (line_bottom_y): Add prototype.
3310
52283633 3311 * xdisp.c (line_bottom_y): New function extracted from pos_visible_p.
c8bc6f65
GM
3312 (pos_visible_p): Use it.
3313
980a2d69
GM
3314 * keyboard.c (recursive_edit_1): Bind `inhibit-redisplay' and
3315 set redisplaying_p to 0 here instead of in Frecursive_edit.
3316 (Frecursive_edit): Don't bind `inhibit-redisplay' and don't
3317 set redisplaying_p.
3318
52283633 3319 * xdisp.c (Qinhibit_menubar_update, inhibit_menubar_update):
184d2372
GM
3320 New variables.
3321 (syms_of_xdisp): Initialize new variables.
3322 (update_menu_bar): Do nothing if inhibit_menubar_update is set.
3323 Specbind `inhibit-menubar-update' when updating the menu bar.
3324
65048e97
GM
3325 * xmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
3326 safe_run_hooks.
3327
3328 * xdisp.c (update_menu_bar): Run activate-menu-bar-hook with
3329 safe_run_hooks.
3330
a57c4026
GM
3331 * emacs.c (malloc_initialize_hook): Handle case thet `environ'
3332 is null.
3333
aeac019e
GM
3334 * ralloc.c (__morecore) [!SYSTEM_MALLOC]: Move declaration
3335 to the start of the file.
3336
76846b31
GM
33372001-02-16 Gerd Moellmann <gerd@gnu.org>
3338
f3f053f3 3339 * window.c (set_window_buffer): Fix last change.
52283633 3340
f3f053f3
GM
3341 * window.c (set_window_buffer): Set window's vscroll to 0.
3342
dad75588
GM
3343 * window.c (coordinates_in_window): Increase width of area
3344 where the vertical line can be dragged.
3345
c220b753
GM
3346 * xterm.c (x_set_glyph_string_background_width): Extend the
3347 background face to the end of the drawing area in the text
3348 area, only.
3349
c56b1c1b
GM
3350 * xdisp.c (handle_single_display_prop): Set iterator's position
3351 to where the `display' property starts, like for images.
3352 (dump_glyph): New function.
3353 (dump_glyph_row): Use it. Dump info about marginal areas.
3354
3355 * dispnew.c (direct_output_for_insert): Recognize more cases where
3356 glyphs can be written instead of being inserted.
3357
3358 * xterm.c (x_insert_glyphs): Call window_box_left to obtain
3359 the left x-coordinate of the area to shift.
3360
76846b31
GM
3361 * dired.c (directory_files_internal): Set result list to nil
3362 before retrying.
3363
0fc71a77
KH
33642001-02-15 Kenichi Handa <handa@etl.go.jp>
3365
3366 * ccl.c (ccl_driver) [CCL_ReadMultibyteChar2]: If SRC points an
3367 invalid multibyte sequence, treat *SRC as a character of
3368 eight-bit-graphic.
3369
25078b54
EZ
33702001-02-15 Eli Zaretskii <eliz@is.elta.co.il>
3371
3372 * textprop.c (Fset_text_properties): Doc fix.
3373
8399f8a0
GM
33742001-02-15 Gerd Moellmann <gerd@gnu.org>
3375
3376 * dispnew.c (update_text_area): Undo change of 2001-01-12.
3377
9a2a6f73
DL
33782001-02-14 Dave Love <fx@gnu.org>
3379
3380 * coding.c: Doc and message fixes.
3381
bf853fee
AI
33822001-02-14 Andrew Innes <andrewi@gnu.org>
3383
3384 * w32fns.c (w32_wnd_proc) <WM_GETMINMAXINFO>: Allow resizing the
3385 Emacs frame above the screen size.
3386
78c663d8
GM
33872001-02-14 Gerd Moellmann <gerd@gnu.org>
3388
3389 * xdisp.c (reseat_1): Set iterator's end_charpos to ZV.
3390
7cc9f69f
GM
33912001-02-13 Gerd Moellmann <gerd@gnu.org>
3392
0a411995
GM
3393 * insdel.c (del_range_1, del_range_byte, del_range_both): Handle
3394 case that TO ends up beyond ZV after running before-change-functions.
3395
5ddc1b75
GM
3396 * window.c (window_loop) <GET_BUFFER_WINDOW>: Prefer to return
3397 the selected window if it is showing the buffer in question.
3398
7cc9f69f
GM
3399 * dired.c (directory_files_internal): Initialize errno.
3400 (toplevel): Include errno.h.
3401
2e6621ca
GM
34022001-02-13 Kenichi Handa <handa@etl.go.jp>
3403
3404 * xfaces.c (best_matching_font): New parameter width_ratio.
3405 Multiply avgwidth by width_ratio.
3406 (choose_face_font): Call best_matching_font with width_ratio
3407 calculated from the column width of C.
3408
60222d69
AI
34092001-02-12 Andrew Innes <andrewi@gnu.org>
3410
3411 The following changes are to draw box lines inside characters area
3412 if line-width is negative.
52283633 3413
60222d69
AI
3414 * w32term.c (x_produce_image_glyph): Pay attention to the case that
3415 face->box_line_width is negative.
3416 (x_produce_stretch_glyph): Likewise.
3417 (x_produce_glyphs): Likewise.
3418 (x_estimate_mode_line_height): Likewise.
3419 (x_draw_glyph_string_background): Likewise.
3420 (x_draw_glyph_string_foreground): Likewise.
3421 (x_draw_composite_glyph_string_foreground): Likewise.
3422 (x_draw_glyph_string_box): Likewise.
3423 (x_draw_image_foreground): Likewise.
3424 (x_draw_image_relief): Likewise.
3425 (x_draw_image_foreground_1): Likewise.
3426 (x_draw_image_glyph_string): Likewise.
3427
9804b846
KH
34282001-02-09 Kenichi Handa <handa@etl.go.jp>
3429
3430 The following changes are to draw box lines inside characters area
3431 if line-width is negative.
52283633 3432
9804b846
KH
3433 * xterm.c (x_produce_image_glyph): Pay attention to the case that
3434 face->box_line_width is negative.
3435 (x_produce_stretch_glyph): Likewise.
3436 (x_produce_glyphs): Likewise.
3437 (x_estimate_mode_line_height): Likewise.
3438 (x_draw_glyph_string_background): Likewise.
3439 (x_draw_glyph_string_foreground): Likewise.
3440 (x_draw_composite_glyph_string_foreground): Likewise.
3441 (x_draw_glyph_string_box): Likewise.
3442 (x_draw_image_foreground): Likewise.
3443 (x_draw_image_relief): Likewise.
3444 (x_draw_image_foreground_1): Likewise.
3445 (x_draw_image_glyph_string): Likewise.
3446
3447 * xfaces.c (Finternal_set_lisp_face_attribute): The value of :box
3448 and :line-width can be negative.
52283633 3449 (realize_x_face): The value of attrs[LFACE_BOX_INDEX] can be negative.
9804b846 3450
49be9f70
JR
34512001-02-09 Jason Rumney <jasonr@gnu.org>
3452
3453 * w32term.c (w32_encode_char): Treat eight bit graphic and control
3454 characters the same as ASCII and latin-1.
3455 (x_display_and_set_cursor): Check for the focus frame's selected
3456 window instead of selected_window.
3457 (x_after_update_window_line): Don't clear if frame's internal
3458 border width is zero.
3459 (x_new_font): Don't change a tooltip's size.
3460 (w32_initialize): Set char_ins_del_ok to 1.
3461
3462 * w32fns.c (Fx_show_tip): Fix calls to make_number.
3463 (x_set_font): If font hasn't changed, avoid recomputing
3464 faces and other things.
52283633
SM
3465 (x_set_tool_bar_lines): Do nothing if frame is minibuffer-only,
3466 (Fx_create_frame): Add the tool bar height to the frame height.
49be9f70
JR
3467 (x_create_tip_frame): Prevent changing the tooltip's
3468 background color by specifying a color for the default font
3469 in .Xdefaults.
3470 (Qcancel_timer): New variable.
3471 (syms_of_w32fns): Initialize and staticpro it.
3472 (Fx_hide_tip, Fx_show_tip): Use it.
3473 (Fx_show_tip): Make sure to set tip_timer to nil when canceling
3474 the timer.
3475 (toplevel): Lisp code for generating parts of syms_of_w32fns removed.
3476
3477 * w32.c (init_environment): Duplicate local string before putenv.
3478
555e35d2
SZ
34792001-02-09 ShengHuo ZHU <zsh@cs.rochester.edu>
3480
3481 * charset.c (Fstring): A typo.
3482
19c92c94
KH
34832001-02-09 Kenichi Handa <handa@etl.go.jp>
3484
e47a1c33
KH
3485 * charset.c (Fstring): If all arguments are less than 256, return
3486 a unibyte string.
3487
3488 * editfns.c (Fchar_to_string): If CHARACTER is less than 256,
3489 return a unibyte string.
3490
19c92c94
KH
3491 * coding.c (code_convert_region): After detecting a coding, if
3492 nothing found, set coding->composing to COMPOSITION_NO.
3493 (decode_coding_string): Likewise.
3494
d8e675f5
SM
34952001-02-08 Stefan Monnier <monnier@cs.yale.edu>
3496
3497 * w32term.c (w32_set_scroll_bar_thumb): Use `double' for `range'
3498 to avoid overflow.
3499
bd503487
KH
35002001-02-07 Kenichi Handa <handa@etl.go.jp>
3501
3502 * charset.c (parse_str_to_multibyte): New function.
3503
3504 * charset.h (parse_str_to_multibyte): Extern it.
3505
3506 * print.c (print_string): If we are going to print a unibyte
3507 string into a multibyte buffer, convert the string to multibyte by
3508 str_to_multibyte.
3509
a8370d72
AI
35102001-02-06 Andrew Innes <andrewi@gnu.org>
3511
3512 * w32xfns.c (select_palette): Do nothing if palette hasn't yet
3513 been created. It seems we can get sent window messages such as
3514 WM_ERASEBKGND before we properly update a frame.
3515
c363a1d6
GM
35162001-02-06 Gerd Moellmann <gerd@gnu.org>
3517
3518 * dispnew.c (update_frame_line): Rename parameter FRAME to F.
3519 Avoid some unnecessary cursor positioning.
3520
a08332c0
GM
35212001-02-05 Gerd Moellmann <gerd@gnu.org>
3522
52283633 3523 * xfaces.c (split_font_name): Compute numeric value of XLFD_AVGWIDTH.
a08332c0
GM
3524 (LFACE_AVGWIDTH): New macro.
3525 (LFACEP): Use AREF.
3526 (check_lface_attrs): Check LFACE_AVGWIDTH.
3527 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
3528 (set_lface_from_font_name): Set LFACE_AVGWIDTH.
3529 (merge_face_vectors): Check LFACE_AVGWIDTH.
3530 (Finternal_make_lisp_face): Use AREF.
3531 (xm_set_menu_resources_from_menu_face)
3532 (xl_set_menu_resources_from_menu_face): Check LFACE_AVGWIDTH.
3533 (Finternal_lisp_face_empty_p): Use AREF.
3534 (lface_same_font_attributes_p): Compare LFACE_AVGWIDTH.
3535 (better_font_p, exact_face_match_p): Add parameter AVGWIDTH.
3536 Compare average widths..
3537 (best_matching_font): Arrange for comparing average widths.
3538
52283633
SM
3539 * dispextern.h (enum lface_attribute_index):
3540 Add LFACE_AVGWIDTH_INDEX (invisible from Lisp).
3541
5cb3c8d4
DL
35422001-02-05 Dave Love <fx@gnu.org>
3543
3544 * puresize.h: Revert last change following loadup.el change.
3545
193fba87
AI
35462001-02-05 Andrew Innes <andrewi@gnu.org>
3547
3548 * makefile.w32-in ($(EMACS)): Use $(THISDIR) instead of . in
3549 invocation of temacs, to work with Windows 2000.
3550 (bootstrap-emacs): Ditto.
3551
e16f52ce
GM
35522001-02-05 Gerd Moellmann <gerd@gnu.org>
3553
7a58ab59
GM
3554 * xterm.c (x_display_and_set_cursor): Check for the focus
3555 frame's selected window instead of selected_window.
3556
e89aaabd
GM
3557 * xdisp.c (try_scrolling): If point is in the line below the
3558 window, make sure to move the iterator at least a canonical
3559 char height down.
3560
52283633 3561 * window.c (Fmove_to_window_line): Don't add 1 if window is vscrolled.
e16f52ce 3562
789ce875
KH
35632001-02-05 Kenichi Handa <handa@etl.go.jp>
3564
52283633
SM
3565 * ccl.c (CCL_WRITE_CHAR): Check if CH is valid or not.
3566 If invalid, execute CCL_INVALID_CMD.
789ce875
KH
3567 (ccl_driver): If the CCL program is terminated because of
3568 CCL_STAT_INVALID_CMD, copy the remaining source data to the
3569 destination instead of throwing them away.
3570
20b28f82
GM
35712001-02-02 Gerd Moellmann <gerd@gnu.org>
3572
79fb38c0
GM
3573 * xfns.c (x_set_font): If font hasn't changed, avoid recomputing
3574 faces and other things.
3575
20b28f82
GM
3576 * xdisp.c (get_next_display_element): Fix case of empty
3577 display table entry.
3578
5a72551e
EZ
35792001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3580
eb24d0bf
EZ
3581 * editfns.c (Fconstrain_to_field): Doc fix.
3582
6a3f48c7
EZ
3583 * xfaces.c (Fclear_face_cache): Rename the `thorougly' argument
3584 into `thoroughly', to make it consistent with the doc string.
3585
5a72551e
EZ
3586 * window.c (Fenlarge_window, Fshrink_window): Doc fix.
3587
01acdb05
GM
35882001-02-01 Gerd Moellmann <gerd@gnu.org>
3589
0353b28f
GM
3590 * search.c (search_buffer): Call set_search_regs with a byte
3591 position, not a character position.
3592
01acdb05
GM
3593 * xfns.c (x_set_tool_bar_lines): Do nothing if frame is
3594 minibuffer-only,
3595
e86b5133
EZ
35962001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
3597
3598 * frame.c (Fmodify_frame_parameters): Doc fix.
3599
7442878f
GM
36002001-01-31 Gerd Moellmann <gerd@gnu.org>
3601
01acdb05
GM
3602 * frame.h (EMACS_FRAME_H_INCLUDED): Use an include blocker
3603 identifier which is not reserved by Standard C.
52283633 3604
7442878f
GM
3605 * frame.h (FRAME_RIGHT_SCROLL_BAR_WIDTH): New define.
3606
3607 * window.c (enum window_part): New enumeration.
3608 (Qleft_fringe, Qright_fringe): Replace Qleft_bitmap_area and
3609 Qright_bitmap_area.
3610 (coordinates_in_window): Return an enumerator from enum
3611 window_part. Fix handling of right scroll bar.
3612 (Fcoordinates_in_window_p): Doc fix. Return `left-fringe' and
3613 `right-fringe' instead of `left-bitmap-area' and
3614 `right-bitmap-area'. Use enumerators from enum window_part
3615 instead of hard-coded integers.
52283633
SM
3616 (check_window_containing, window_from_coordinates):
3617 Use enumerators from enum window_part instead of hard-coded integers.
7442878f
GM
3618 (syms_of_window): Replace Qleft_bitmap_area and
3619 Qright_bitmap_area.with Qleft_fringe and Qright_fringe.
3620
7c132cba
EZ
36212001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
3622
3623 * editfns.c (Fformat_time_string): Doc fix.
3624
c359dd9e
SM
36252001-01-31 Stefan Monnier <monnier@cs.yale.edu>
3626
3627 * keymap.c (Fwhere_is_internal): Use the first valid binding
3628 if no ascii binding is found (when firstonly is t).
3629
ce070307
GM
36302001-01-31 Gerd Moellmann <gerd@gnu.org>
3631
b4f30ec5
GM
3632 * window.c (Fscroll_right, Fscroll_left): Use interactive_p
3633 instead of Finteractive_p.
3634
3635 * lisp.h (interactive_p): Add prototype.
3636
3637 * eval.c (interactive_p): New function.
3638 (Finteractive_p): Use it.
3639
ce070307
GM
3640 * alloc.c (Fmake_list): Add a QUIT in the loop; unroll the loop.
3641
f57b6e64
DL
36422001-01-31 Dave Love <fx@gnu.org>
3643
d61c7afe
DL
3644 * .gdbinit (hook-run): Define to run xreload.
3645
f57b6e64
DL
3646 * textprop.c (Fset_text_properties): Fix newline in doc string.
3647
eef93f99
GM
36482001-01-30 Gerd Moellmann <gerd@gnu.org>
3649
52283633
SM
3650 * xdisp.c (build_desired_tool_bar_string, syms_of_xdisp):
3651 Use DEFAULT_TOOL_BAR_BUTTON_MARGIN and DEFAULT_TOOL_BAR_BUTTON_RELIEF.
eef93f99
GM
3652
3653 * dispextern.h (Vtool_bar_button_margin:): Declare extern.
52283633 3654 (DEFAULT_TOOL_BAR_BUTTON_MARGIN, DEFAULT_TOOL_BAR_BUTTON_RELIEF)
eef93f99
GM
3655 (DEFAULT_TOOL_BAR_IMAGE_HEIGHT): New defines.
3656
3657 * xfns.c (Fx_create_frame): Add the tool bar height to the frame
3658 height.
3659
d9c1f6f9
DL
36602001-01-30 Dave Love <fx@gnu.org>
3661
3662 * bytecode.c (Fbyte_code) <Bgeq>: Add BEFORE_POTENTIAL_GC and
3663 AFTER_POTENTIAL_GC.
3664
e8f044a0
GM
36652001-01-29 Gerd Moellmann <gerd@gnu.org>
3666
52283633
SM
3667 * bytecode.c (Fbyte_code) <Bcurrent_column>:
3668 Add BEFORE_POTENTIAL_GC and AFTER_POTENTIAL_GC.
e8f044a0 3669
8e1db7b3
EZ
36702001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
3671
3672 * textprop.c (Fset_text_properties): Doc fix.
3673
4eefd9d2
GM
36742001-01-29 Gerd Moellmann <gerd@gnu.org>
3675
3676 * xdisp.c (forward_to_next_line_start): Remove xassert.
3677
fccb8288
EZ
36782001-01-29 Jason Rumney <jasonr@gnu.org>
3679
4eefd9d2 3680 * w32term.c (x_draw_row_bitmaps): Delay obtaining HDC to avoid
fccb8288
EZ
3681 returning without releasing it.
3682
76581eab
KH
36832001-01-29 Kenichi Handa <handa@etl.go.jp>
3684
3685 * w32fns.c (w32_font_match): Allocate three more bytes to regex
3686 for '^', '$', and '\0'.
3687
83a96b4d
AC
36882001-01-28 Andrew Choi <akochoi@i-cable.com>
3689
5604ec34
AC
3690 * fontset.c (fontset_pattern_regexp): Allocate three more bytes to
3691 regex for '^', '$', and '\0'.
3692
83a96b4d
AC
3693 * alloc.c (allocate_string) [macintosh]: Call check_string_bytes
3694 only if current_sblock has been initialized.
3695
3696 * frame.c (Fdelete_frame) [macintosh]: Allow deletion of initial
3697 terminal frame even if it is the only visible frame.
3698
c09a6440
KH
36992001-01-28 Kenichi Handa <handa@etl.go.jp>
3700
3701 * fontset.c (font_family_registry): Even if FONTNAME conform to
3702 XLFD, if it specifies other fields than family and registry,
52283633 3703 return FONTANME. New argument FORCE if nonzero cancel that feature.
c09a6440 3704 (fontset_font_pattern): Call font_family_registry with FORCE 1 for
52283633
SM
3705 a signle byte character. Don't set FAMILY part to nil here.
3706 It is handled by the caller choose_face_font.
c09a6440
KH
3707 (Fnew_fontset): Call font_family_registry with FORCE 0.
3708 (Fset_fontset_font): Likewise.
3709
4dcd74e6
GM
37102001-01-27 Gerd Moellmann <gerd@gnu.org>
3711
3712 * xdisp.c (display_line): Don't treat a newline as fitting
3713 on the line.
3714
d2906bf8
GM
37152001-01-26 Gerd Moellmann <gerd@gnu.org>
3716
0130fe1a
GM
3717 * window.c (size_window): Set the window's orig_top to nil when
3718 changing heights, so that a future shrink_mini_window won't
3719 restore a bogus height.
3720
550f0e6a
GM
3721 * frame.c (do_switch_frame): If selected frame has a mini-window,
3722 resize that to exact size.
3723
b7b20fbd
GM
3724 * dispnew.c (adjust_glyph_matrix): Always clear desired matrices.
3725
a47b7816
GM
3726 * xdisp.c (display_line): Simplify check for glyphs fitting
3727 entirely in the line.
3728
d2906bf8
GM
3729 * xfns.c (xic_style): New variable.
3730 (create_frame_xic): Move static variable to global scope for
550f0e6a 3731 the case that `static' gets defined away.
d2906bf8 3732
73df2b1e
KH
37332001-01-26 Kenichi Handa <handa@etl.go.jp>
3734
3735 * coding.c (decode_coding): Set a flag for inhibiting
3736 inconsistent eol.
3737 (code_convert_region): Always set saved_coding_symbol.
3738 (decode_coding_string): Likewise. Update coding->symbol when we
52283633 3739 encounter a inconsistent eol by the same way as code_convert_region.
73df2b1e 3740
6613cfc4
GM
37412001-01-25 Gerd Moellmann <gerd@gnu.org>
3742
c5e6e06b
GM
3743 * xfns.c (x_set_tool_bar_lines): Use x_clear_area instead of
3744 XClearArea.
3745
3746 * xterm.c (x_after_update_window_line): Don't clear if frame's
3747 internal border width is zero.
3748 (x_clear_area): New function.
3749 (x_after_update_window_line, x_clear_end_of_line)
3750 (x_scroll_bar_create, x_scroll_bar_set_handle)
3751 (XTset_vertical_scroll_bar, x_erase_phys_cursor): Use x_clear_area
3752 instead of XClearArea.
3753
3754 * xterm.h (x_clear_area): Add prototype.
3755
6613cfc4
GM
3756 * xfns.c (Fx_file_dialog): Remove a workaround for Lesstif
3757 which doesn't seem necessary anymore with Lesstif 0.92.
3758
650cc6cc
DL
37592001-01-25 Dave Love <fx@gnu.org>
3760
34ac3367
DL
3761 * puresize.h (BASE_PURESIZE): Up to 720000.
3762
650cc6cc
DL
3763 * keymap.c (Fwhere_is_internal): Declare gcpro3, gcpro4.
3764
5e37dc22
GM
37652001-01-25 Gerd Moellmann <gerd@gnu.org>
3766
e1e441f9
GM
3767 * xdisp.c (echo_area_display): Don't call redisplay_internal
3768 when Emacs is shutting down. We can't run hooks etc. that
3769 would be necessary to do a redisplay.
3770
5e37dc22
GM
3771 * lread.c (read_integer): Use type EMACS_INT instead of int.
3772
0fb94c7f
EZ
37732001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
3774
3775 * ccl.c (ccl_driver): Fix last change.
3776
e3778624
KH
37772001-01-25 Kenichi Handa <handa@etl.go.jp>
3778
3779 * ccl.h (sturct ccl_program): New member suppress_error.
3780
bb264518 3781 * ccl.c (ccl_driver): If ccl->suppress_error is nonzero, don't
e3778624
KH
3782 insert error message to the output.
3783 (setup_ccl_program): Initialize ccl->suppress_error to 0.
3784
3785 * coding.h (struct coding_system): New member suppress_error.
3786
3787 * coding.c (ccl_coding_driver): Setup ccl->suppress_error.
3788 (Fset_terminal_coding_system_internal): Set the member
3789 suppress_error to 1.
3790 (Fset_safe_terminal_coding_system_internal): Likewise.
3791
245ed2b1
SM
37922001-01-24 Stefan Monnier <monnier@cs.yale.edu>
3793
3794 * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
3795 as if it was a `charset'.
3796
f9aaedb6
GM
37972001-01-24 Gerd Moellmann <gerd@gnu.org>
3798
3799 * keymap.c (Fwhere_is_internal): Don't nreverse the cached
3800 value in where_is_cache; the next lookup in the cache returns
3801 something bogus if we do.
3802
c3902c3e
EZ
38032001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
3804
3805 * xdisp.c (syms_of_xdisp) <Stool_bar_lines_needed>: Don't defsubr
3806 if HAVE_WINDOW_SYSTEM isn't defined.
3807
3497f73e
GM
38082001-01-24 Gerd Moellmann <gerd@gnu.org>
3809
e7e41584
GM
3810 * fns.c (sweep_weak_table): Fix code taking items out of
3811 the hash collision chain. Some cleanup.
3812
3497f73e
GM
3813 * xterm.c (x_new_font): Don't change a tooltip's size.
3814
3815 * xfns.c (x_create_tip_frame): Prevent changing the tooltip's
3816 background color by specifying a color for the default font
3817 in .Xdefaults.
3818
3d48e687
KH
38192001-01-24 Kenichi Handa <handa@etl.go.jp>
3820
96531b20
KH
3821 * ccl.c (CCL_READ_CHAR): Change the argument name from r to REG as
3822 a workaround for SunOS 4's cc.
3823 (CCL_CALL_FOR_MAP_INSTRUCTION): Use "if (1)..." not "do {...".
3824 (CCL_SUCCESS, CCL_SUSPEND, CCL_INVALID_CMD): Likewise.
3825 (ccl_driver) <CCL_ReadMultibyteChar2>: Remove unnecessay "do"
3826 statement.
3d48e687 3827
a30629d2
GM
38282001-01-23 Gerd Moellmann <gerd@gnu.org>
3829
3830 * xterm.c (x_set_window_size_1): New function extracted from
3831 x_set_window_size.
3832 (x_set_window_size): Use it.
3833 (x_set_window_size) [USE_X_TOOLKIT]: Handle case that window
3834 doesn't have a widget, like tooltips.
3835
5a43decf
EZ
38362001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
3837
52283633 3838 * window.c (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
5a43decf 3839
b0e98867
KH
38402001-01-23 Kenichi Handa <handa@etl.go.jp>
3841
3842 * fns.c (Fset_char_table_default): Fix to make sub char-table
3843 correctly.
3844
50606b4c
GM
38452001-01-22 Gerd Moellmann <gerd@gnu.org>
3846
cb2ddc53 3847 * xdisp.c (build_desired_tool_bar_string): Make sure we have
52283633
SM
3848 a desired tool bar string, even if there are no tool bar items.
3849
57c28064
GM
3850 * xdisp.c (Ftool_bar_lines_needed): New function.
3851 (syms_of_xdisp): Defsubr it.
3852
50606b4c
GM
3853 * editfns.c (Fformat): Don't extend text properties from arguments
3854 to padding chars in the result.
3855
2f169c38
EZ
38562001-01-20 Eli Zaretskii <eliz@is.elta.co.il>
3857
3858 * s/msdos.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
3859
0f32f023
AI
38602001-01-20 Andrew Innes <andrewi@gnu.org>
3861
52283633 3862 * w32term.c (w32_ring_bell): Only support visible bell on w32 frames.
0f32f023
AI
3863 (w32_initialize): Don't set term hooks that aren't actually needed
3864 in windowed mode.
3865
3866 * xfaces.c (realize_default_face):
3867 (realize_face):
3868 (realize_tty_face): Remove references to FRAME_W32_CONSOLE_P.
3869
3870 * xdisp.c (handle_single_display_prop): Remove references to
3871 FRAME_W32_CONSOLE_P.
3872
52283633 3873 * dispnew.c (Fredraw_frame): Remove reference to FRAME_W32_CONSOLE_P.
0f32f023
AI
3874
3875 * frame.h (output_method): Remove output_w32_console method.
3876 (FRAME_W32_CONSOLE_P): Remove macro.
3877
3878 * frame.c (Qw32_console): Remove variable.
3879 (Fframep): Remove references to it.
3880 (syms_of_frame): Ditto.
3881 (Fframe_parameters): Remove references to FRAME_W32_CONSOLE_P.
3882
3883 * term.c (FRAME_TERMCAP_P) [WINDOWSNT]: Reinstate original
3884 redefinition.
3885
7173eada
KH
38862001-01-20 Kenichi Handa <handa@etl.go.jp>
3887
3888 * editfns.c (Fformat): Use lisp_string_width instead of strwidth.
3889
755b45ce
AI
38902001-01-19 Andrew Innes <andrewi@gnu.org>
3891
3892 * w32.c (init_environment): Add a version-independent site-lisp
3893 directory to EMACSLOADPATH, after the version dependent one.
3894
0a949811
GM
38952001-01-19 Gerd Moellmann <gerd@gnu.org>
3896
8501998a
GM
3897 * editfns.c (Fbuffer_substring): Doc fix.
3898
52283633
SM
3899 * xdisp.c (message_dolog, message2, message2_nolog):
3900 Rename parameter LEN to NBYTES.
0a949811 3901
e6ebcbbe
KH
39022001-01-19 Kenichi Handa <handa@etl.go.jp>
3903
200ecca2
KH
3904 * charset.c (strwidth): Use c_string_width.
3905 (c_string_width): New function.
3906 (lisp_string_width): New arguments PRECISION, NCHARS, NBYTES.
3907 Caller changed.
3908
3909 * charset.h (c_string_width, lisp_string_width): Extern them.
3910
52283633 3911 * doprnt.c (doprnt1): Get byte length of Lisp string correctly.
200ecca2 3912
e6ebcbbe
KH
3913 * indent.c (check_composition): Check validity of composition.
3914
200ecca2
KH
3915 * xdisp.c (store_frame_title): Pay attention to width of non-ASCII
3916 characters by calling c_string_width.
3917 (x_consider_frame_title): Get byte length of frame tile string
3918 correctly.
3919 (display_mode_element): Pay attention to width of non-ASCII
3920 characters by calling strwidth.
3921
8692ca92
GM
39222001-01-18 Gerd Moellmann <gerd@gnu.org>
3923
8962e303
GM
3924 * xfns.c (Qcancel_timer): New variable.
3925 (syms_of_xfns): Initialize and staticpro it.
3926 (Fx_hide_tip, Fx_show_tip): Use it.
3927 (Fx_show_tip): Make sure to set tip_timer to nil when canceling
3928 the timer.
3929 (toplevel): Lisp code for generating parts of syms_of_xfns removed.
3930
91523be9
GM
3931 * window.c (Fwindow_live_p): Use WINDOW_LIVE_P.
3932
3933 * window.h (WINDOW_LIVE_P): New macro.
3934
b0b7ed0e
GM
3935 * window.c (window_size_fixed): New variable.
3936 (syms_of_window): Add a DEFVAR_BOOL for window-size-fixed, for
3937 the doc string.
3938
06bccf8e
GM
3939 * eval.c (specbind): If binding a per-buffer variable which
3940 doesn't have a buffer-local value in the current buffer, change
3941 the global value by changing the value of the symbol bound in all
3942 buffers not having their own value, to make it consistent with
3943 what happens with other buffer-local variables.
3944
8692ca92
GM
3945 * xterm.c (x_initialize): Set char_ins_del_ok to 1.
3946
3947 * xdisp.c (forward_to_next_line_start): Stop at end of buffer
3948 when searching for a newline.
3949
bb3a3b50
KH
39502001-01-18 Kenichi Handa <handa@etl.go.jp>
3951
3952 * xdisp.c (display_string): Fix previous change.
3953
c2cc16fa
JR
39542001-01-18 Jason Rumney <jasonr@gnu.org>
3955
3956 * w32term.c (x_produce_stretch_glyph): Only use Qspace when
3957 GLYPH_DEBUG is defined.
3958 (x_produce_glyphs): Don't xassert `it->descent > 0'; this isn't
3959 true for images with `:ascent 100'.
3960 (x_set_mouse_face_gc): If the last used mouse face has gone in the
3961 meantime, use face MOUSE_FACE_ID.
3962 If first glyph isn't a character glyph, use the ASCII NUL
3963 character to determine the face.
3964 (expose_area): Do not treat left margin specially.
3965 (note_mode_line_highlight): If no local_map, check global keymap.
3966 (note_mouse_highlight): Initialize overlay.
52283633 3967 (clear_mouse_face): Don't return if tip_frame is non-nil.
c2cc16fa
JR
3968 (show_scroll_bars): Remove unused function.
3969 (w32_read_socket) [WM_KILLFOCUS]: Set help_echo to Qnil.
3970 (x_draw_bar_cursor): Remove extra test for out of bounds cursor.
3971 Clip to row.
52283633 3972 (x_erase_phys_cursor): Don't apply XWINDOW to variable that may be nil.
c2cc16fa
JR
3973 (x_free_frame_resources): Unload relief colors.
3974
9c11f79e
GM
39752001-01-17 Gerd Moellmann <gerd@gnu.org>
3976
3aec8722 3977 * xdisp.c (forward_to_next_line_start): Avoid calling
52283633
SM
3978 get_next_display_element when the newline is already found.
3979 This may change the iterator's position, when its current position is
3aec8722
GM
3980 equal to the iterator's stop_charpos.
3981
f3ffc2c3
GM
3982 * dispnew.c (direct_output_for_insert): If char_ins_del_ok is
3983 zero, use this method only at the end of a line.
3984
52283633 3985 * xfaces.c (x_face_list_fonts): Don't BLOCK_INPUT around the
a86110a8
GM
3986 call to x_list_fonts. Call x_list_fonts with SIZE -1 only
3987 if SCALABLE_FONTS_P is set.
52283633 3988
d26d6fd9
GM
3989 * xfaces.c (x_face_list_fonts): Call x_list_fonts with SIZE -1,
3990 so that scalable fonts are included.
3991
9c11f79e
GM
3992 * xterm.c (x_list_fonts): Allow scalable fonts if SIZE is < 0,
3993 In the cache, use a key containing the information if scalable
3994 fonts are included.
3995 (x_load_font): Adapt to change of keys in the font cache.
3996
39972001-01-17 Kim F. Storm <storm@filanet.dk>
52283633 3998
d26d6fd9
GM
3999 * xfaces.c (x_face_list_fonts): Use x_list_fonts instead of
4000 XListFonts to take advantage of font caching.
4001
9c11f79e
GM
4002 * xterm.c (x_list_fonts): Ensure caching font information when
4003 called for a null frame, which is the case frequently when Emacs
4004 starts.
4005
51446987
GM
40062001-01-17 Gerd Moellmann <gerd@gnu.org>
4007
f864120f
GM
4008 * xfns.c (QCconversion): Replaces QCalgorithm.
4009
4010 * w32fns.c (QCconversion): Replaces QCalgorithm. Update copyright.
4011
4012 * xdisp.c (build_desired_tool_bar_string): Use :conversion instead
4013 of :algorithm.
52283633 4014
e37d1417
GM
4015 * xdisp.c (redisplay_tool_bar): Change tool bar's height when
4016 not everything could be displayed.
4017
51446987
GM
4018 * line.h, x-list-font.c: Files removed because unused.
4019
9ad4f3e5
AI
40202001-01-17 Andrew Innes <andrewi@gnu.org>
4021
4022 * dired.c (directory_files_internal): Convert result from readdir
4023 to a unibyte string initially, to avoid possible misinterpretation
4024 of some bytes as the internal form of Emacs characters.
4025
2eda09b5
KH
40262001-01-17 Kenichi Handa <handa@etl.go.jp>
4027
4028 * fns.c (concat): Be sure to avoid putting the same `composition'
4029 property on the adjacent regions.
4030
826f3788
GM
40312001-01-16 Gerd Moellmann <gerd@gnu.org>
4032
52283633 4033 * window.c (Fset_window_hscroll): Don't set window's min_hscroll here.
f251459d
GM
4034 (Fscroll_right, Fscroll_left): Set it here instead, if called
4035 interactively.
4036
d57b83b3
GM
4037 * buffer.c (Fset_buffer_modified_p): Set buffer's
4038 prevent_redisplay_optimizations_p flag.
4039
826f3788 4040 * dispnew.c, callproc.c, fns.c, keyboard.c, process.c, sunfns.c,
52283633
SM
4041 * sysdep.c, vmsproc.c, xselect.c: Call redisplay_preserve_echo_area
4042 with additional arg.
4043
4044 * dispextern.h, lisp.h (redisplay_preserve_echo_area):
4045 Change prototype.
826f3788 4046
826f3788
GM
4047 * xdisp.c (redisplay_preserve_echo_area): Add parameter
4048 FROM_WHERE, for debugging.
4049
261d788b
KH
40502001-01-16 Kenichi Handa <handa@etl.go.jp>
4051
4052 * ccl.c (Fregister_ccl_program): Handle the return value of
4053 resolve_symbol_ccl_program correctly.
52283633 4054 (CCL_Extension): Fix typo (originally CCL_Extention). Caller changed.
261d788b 4055
bccee4f2
GM
40562001-01-15 Gerd Moellmann <gerd@gnu.org>
4057
e4ded23c
GM
4058 * xterm.c (x_set_mouse_face_gc): If the last used mouse face
4059 has gone in the meantime, use face MOUSE_FACE_ID.
52283633
SM
4060
4061 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]:
4062 If x_display_info_for_display returns null, don't try to close
ae24cb3b
GM
4063 the display; we didn't open it.
4064
bccee4f2
GM
4065 * dispnew.c (save_or_restore_current_matrices): Function removed.
4066 (save_current_matrix, restore_current_matrix): New functions.
4067 (adjust_frame_glyphs_for_frame_redisplay): Use them to save and
4068 restore the frame's current matrix. Due to the glyph pointer
4069 setup done in adjust_glyph_matrix, there is no easy way to make
4070 saving the current matrix in the desired matrix generally correct,
4071 so don't try it.
4072
ebeccffa
KH
40732001-01-15 Kenichi Handa <handa@etl.go.jp>
4074
4075 * xdisp.c (insert_left_trunc_glyphs): Overwrite padding glyphs by
4076 truncation glyphs.
4077 (display_line): Optimize for wide characters.
e4ded23c 4078 (display_string): Don't try to display a multi-column character
ebeccffa
KH
4079 partially. On ttys, produce more than one truncation glyph for
4080 multi-column characters that don't fit on the line.
4081
64388126
KH
40822001-01-13 Kenichi Handa <handa@etl.go.jp>
4083
52283633
SM
4084 * md5.c (WORDS_BIG_ENDIAN) [__BYTE_ORDER == __BIG_ENDIAN]:
4085 Define it instead of WORDS_BIGENDIAN. Caller changed.
64388126 4086
8edb0a6f
JR
40872001-01-13 Jason Rumney <jasonr@gnu.org>
4088
4089 * w32fns.c (Fimage_size, image_ascent, lookup_image)
4090 (IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR, parse_image_spec)
52283633
SM
4091 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
4092 (tiff_format, gif_format, gs_format): Adapt to change of image margins.
8edb0a6f 4093
52283633
SM
4094 * w32term.c (x_produce_image_glyph, x_draw_image_foreground)
4095 (x_draw_image_relief, x_draw_image_foreground_1)
8edb0a6f
JR
4096 (x_draw_image_glyph_string): Adapt to change of image margins.
4097
4098 * w32.c (init_environment, sys_shutdown, sys_pipe): Remove unused
4099 variables.
4100
4101 * w32bdf.c (search_file_line, get_cached_font_char)
4102 (cache_char_offset, create_offscreen_bitmap): Remove unused variables.
4103
4104 * w32inevt.c (w32_console_toggle_lock_key): Add parentheses.
4105
4106 * w32fns.c (x_to_w32_color, x_set_icon_name, xlfd_strip_height)
4107 (w32_list_synthesized_fonts, lookup_image, Fx_file_dialog)
4108 (Fw32_send_sys_command): Remove unused variables.
4109 (w32_msg_pump): Add parentheses.
4110
4111 * w32term.c (w32_fill_rect, w32_read_socket, x_bitmap_icon)
4112 (x_new_fontset, x_calc_absolute_position, x_iconify_frame):
4113 Add parentheses.
4114
4956d1ef
GM
41152001-01-12 Gerd Moellmann <gerd@gnu.org>
4116
b30623be
GM
4117 * xdisp.c (Vtool_bar_button_margin): Replaces tool_bar_button_margin.
4118 (build_desired_tool_bar_string): Handle Vtool_bar_button_margin
4119 being a pair of margins.
4120 (syms_of_xdisp): Change DEFVAR_INT of tool-bar-button-margins
4121 to DEFVAR_LISP. Extend doc.
4122
4123 * xfns.c (Fimage_size, image_ascent): Adapt to the change of image
4124 margins.
4125 (lookup_image): If `:margin MARGIN' is specified, and MARGIN is a
4126 pair of integers `(X . Y)', use X for the horizontal and Y for the
4127 vertical margin.
4128 (IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR): New enumerator.
4129 (parse_image_spec): Check it.
52283633
SM
4130 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
4131 (tiff_format, gif_format, gs_format):
4132 Use IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR for :margin.
b30623be 4133
52283633
SM
4134 * xterm.c (x_produce_image_glyph, x_draw_image_foreground)
4135 (x_draw_image_relief, x_draw_image_foreground_1)
b30623be
GM
4136 (x_draw_image_glyph_string): Adapt to the change of image margins.
4137
4138 * dispextern.h (struct image): Replace member `margin' with
4139 `hmargin' and `vmargin'.
4140
4554cc79
GM
4141 * xdisp.c (Fdump_tool_bar_row) [GLYPH_DEBUG]: Add parameters ROW
4142 and GLYPHS.
4143
4144 * dispnew.c (update_text_area): Put code which decrements the
4145 stop position when the row's face extends to the end of the
3bffc665 4146 line in #if 0.
4554cc79 4147
3cccce8d
GM
4148 * xfns.c (x_set_mouse_color): Fix color allocation.
4149
4956d1ef
GM
4150 * keyboard.c: Call get_local_map with new argument list.
4151
4152 * intervals.c (get_local_map): Change TYPE to Lisp_Object.
4153
4154 * intervals.h (enum map_property): Removed.
4155 (get_local_map): Change prototype.
4156
4157 * keymap.c: Call get_local_map with new argument list.
4158 (Fwhere_is_internal): Rename parameter XKEYMAP to KEYMAP.
4159
2c2ff7f2
GM
41602001-01-11 Gerd Moellmann <gerd@gnu.org>
4161
a23887b9
GM
4162 * xdisp.c (build_desired_tool_bar_string): Correct the computation
4163 of the size needed for the tool bar string. For the last image,
4164 use a `display' property that reaches to the end of the string.
4165
a7ee2d2e
GM
4166 * xselect.c (selection_request_dpyinfo): New variable.
4167 (x_handle_selection_request): Set it.
4168 (x_selection_request_lisp_error): Don't call
4169 x_decline_selection_request if selection request's display has
4170 been closed.
4171
52283633
SM
4172 * xfaces.c (x_free_colors, x_free_dpy_colors) [DEBUG_X_COLORS]:
4173 Do the unregister_colors before calling XFreeColors.
2c2ff7f2 4174
457b792c
GM
41752001-01-10 Dave Love <fx@gnu.org>
4176
4177 * Makefile.in (${etc}DOC): Depend on ${shortlisp} and
4178 ${SOME_MACHINE_LISP}, not ${lisp}.
4179
c1efd260
GM
41802001-01-10 Gerd Moellmann <gerd@gnu.org>
4181
52283633
SM
4182 * xdisp.c (display_line): On ttys, produce more than one truncation
4183 glyph for multi-column characters that don't fit on the line.
a98b5ed9 4184
ac95a621
GM
4185 * xselect.c (x_reply_selection_request): Add a comment.
4186
c1efd260
GM
4187 * xfns.c (Fx_backspace_delete_keys_p): Use XkbGetMap and
4188 XkbGetNames instead of XkbGetKeyboard.
4189
1bfb1345
DL
41902001-01-10 Dave Love <fx@gnu.org>
4191
4192 * sysdep.c (random): Revert the declaration.
4193
38119822
GM
41942001-01-09 Gerd Moellmann <gerd@gnu.org>
4195
52283633
SM
4196 * lisp.h (STRING_BYTES) [GC_CHECK_STRING_BYTES]:
4197 Call function string_bytes.
35f464a7
GM
4198 (GC_CHECK_STRING_BYTES): Moved here from alloc.c.
4199
4200 * alloc.c (CHECK_STRING_BYTES) [GC_CHECK_STRING_BYTES]: New macro.
4201 (check_sblock, string_bytes) [GC_CHECK_STRING_BYTES]: New functions.
4202 (check_string_bytes) [GC_CHECK_STRING_BYTES]: Add parameter ALL_P.
4203 (allocate_string) [GC_CHECK_STRING_BYTES]: Always check strings in
4204 the current sblock.
4205 (mark_object) [GC_CHECK_STRING_BYTES]: Use CHECK_STRING_BYTES.
4206 (gc_sweep) [GC_CHECK_STRING_BYTES]: Call check_string_bytes
4207 after sweeping strings, and at the end.
4208 (GC_CHECK_STRING_BYTES): Moved to lisp.h.
4209
38119822
GM
4210 * alloc.c (Fgarbage_collect): Use a record_unwind_protect to
4211 ensure that pop_message is called.
4212
4213 * keyboard.c (Fexecute_extended_command): Use a
4214 record_unwind_protect to ensure that pop_message is called.
4215
4216 * lisp.h (push_message_unwind): Add prototype.
4217
4218 * xdisp.c (push_message_unwind): New function.
4219
4220 * fileio.c (do_auto_save_unwind): Do the pop_message here
4221 instead of in Fdo_auto_save.
4222 (Fdo_auto_save): Don't call pop_message.
4223
f47a9ec4
KR
42242001-01-08 Ken Raeburn <raeburn@gnu.org>
4225
4226 * xfns.c (xpm_load) [!ALLOC_XPM_COLORS]: Declare local variable I
4227 in inner block.
4228
a758f97d
GM
42292001-01-08 Gerd Moellmann <gerd@gnu.org>
4230
6d0afc03
GM
4231 * window.c (window_scroll_pixel_based): Adjust glyph matrices
4232 when increasing window's vscroll.
4233
a758f97d
GM
4234 * macros.c (Qkbd_macro_termination_hook): New variable.
4235 (syms_of_macros): Initialize and staticpro it.
4236 (pop_kbd_macro): Run kbd-macro-termination-hook.
4237
4238 * xterm.c (XTread_socket) <LeaveNotify>: Set help_echo to nil.
4239
1bfb1345 42402001-01-07 Dave Love <fx@gnu.org>
64d4ec0f
DL
4241
4242 * keyboard.c (Fread_key_sequence_vector): Avoid newline in
4243 arglist, for documentation's sake.
4244
0dac6924
AI
42452001-01-06 Andrew Innes <andrewi@gnu.org>
4246
4247 * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead
4248 of *.pdb.
4249
8182406a
AI
42502001-01-05 Andrew Innes <andrewi@gnu.org>
4251
4252 * term.c (update_end): Don't check updating_frame; for some reason
4253 this can be 0 sometimes, such as after dismissing a popup menu,
4254 and isn't necessary given the explicit frame argument.
4255
3828218c
GM
42562001-01-05 Gerd Moellmann <gerd@gnu.org>
4257
4258 * sysdep.c: Don't prototype srandom; it takes an unsigned argument
4259 on some systems, and an unsigned long on others, like FreeBSD 4.1.
4260
2f5ded21
GM
42612001-01-04 Gerd Moellmann <gerd@gnu.org>
4262
52283633 4263 * xterm.c (clear_mouse_face): Don't return if tip_frame is non-nil.
2f5ded21
GM
4264
4265 * xfns.c (x_create_tip_frame): Preserve the value of
4266 face_change_count around the creation of the tip frame.
52283633 4267
2f5ded21
GM
4268 * xfns.c (last_show_tip_args): New variable.
4269 (compute_tip_xy): New function.
4270 (Fx_show_tip): Reuse an existing tip frame, if possible.
4271 (syms_of_xfns): Initialize and staticpro last_show_tip_args.
4272
dfad65fa
DL
42732001-01-04 Dave Love <fx@gnu.org>
4274
64d4ec0f
DL
4275 * editfns.c (Fformat): Doc fix.
4276
dfad65fa
DL
4277 * systime.h (set_file_times): Prototype.
4278
4279 * widget.h (EmacsFrameSetCharSize_): Prototype.
4280
4281 * sysdep.c (random, srandom): Declare explicitly.
4282
4283 * dispextern.h (move_it_vertically_backward): Declare.
4284
85fe3b5e
GM
42852001-01-04 Gerd Moellmann <gerd@gnu.org>
4286
0f2ac578
GM
4287 * xfns.c (x_create_tip_frame): Call face-set-after-frame-default,
4288 like in Fx_create_frame.
4289
482cca61
GM
4290 * xfaces.c (set_font_frame_param): Don't do anything for
4291 non-graphical frames.
4292
85fe3b5e
GM
4293 * window.c (Fdelete_other_windows): Set window's window_end_valid
4294 to nil when changing the window's start. Don't change the
4295 window's start when its top position hasn't changed. If we do,
4296 this will set the window's optional_new_start, which act's like a
4297 force_start during redisplay with C-x 1 M-> under particular
4298 circumstances (see report from Per Starback to emacs-pretest-bug
4299 from 2000-12-13.).
4300
3e99d3b4
GM
43012001-01-03 Gerd Moellmann <gerd@gnu.org>
4302
a77dc1ec
GM
4303 * xdisp.c (forward_to_next_line_start): Reset it->c if taking the
4304 short cut at the start of the function. Add an assertion.
4305 (reseat_at_next_visible_line_start): Add an assertion.
4306
2f3cad6c
GM
4307 * window.c (Frecenter): When changing the window start, set the
4308 window's window_end_valid to nil.
4309 (Fwindow_end): Fix window-end computation when UPDATE is non-nil.
4310
4311 * dispextern.h (move_it_past_eol): Add prototype.
4312
4313 * xdisp.c (move_it_past_eol): New function.
4314
3e99d3b4
GM
4315 * window.c (Fwindow_end): Doc fix.
4316
43172001-01-03 Dave Love <fx@gnu.org>
4318
52283633 4319 * dired.c (Ffile_attributes): Fix last change, removing BSD4_3 kluge.
3e99d3b4 4320
bafb434c
GM
43212001-01-03 Gerd Moellmann <gerd@gnu.org>
4322
4323 * xdisp.c (try_window_reusing_current_matrix): Fix bug setting
4324 the enabled_p flag of the glyph row at window_end_vpos to 0.
4325 (handle_single_display_prop): Fix last change.
4326
5297fb00
RS
43272001-01-02 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4328
4329 * window.c (Frecenter): Doc fix.
4330
13d6a61c
AI
43312001-01-02 Andrew Innes <andrewi@gnu.org>
4332
4333 * term.c (FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.
4334
4335 * frame.h (output_method): Add output_w32_console method.
4336 (FRAME_W32_CONSOLE_P): New macro.
4337
4338 * frame.c (make_terminal_frame) [WINDOWSNT]: Make terminal frames
4339 use output_w32_console method.
4340 (Qw32_console): New Lisp_Object.
4341 (Fframep): Return it.
4342 (syms_of_frame): Init it.
52283633 4343 (Fframe_parameters): Report w32console as font for w32_console frames.
13d6a61c
AI
4344
4345 * xfaces.c (realize_default_face): Set face foreground and
4346 background to unspecified for w32_console frames.
4347 (realize_face): Realize face cache for w32_console frames.
4348 (realize_tty_face): Accept w32_console frames.
4349
52283633 4350 * xdisp.c (handle_single_display_prop): Return if frame is w32_console.
13d6a61c
AI
4351 (init_iterator) [WINDOWSNT]: Initialize frame face cache if
4352 necessary, even if running interactively.
4353
4354 * dispnew.c (Fredraw_frame): Call set_terminal_modes for
4355 w32_console frames.
4356
52283633
SM
4357 * w32term.c (x_update_begin):
4358 (x_update_end):
4359 (x_clear_frame):
4360 (x_ins_del_lines):
4361 (x_change_line_highlight):
4362 (x_delete_glyphs):
4363 (w32_ring_bell):
4364 (x_update_begin):
4365 (x_update_end):
4366 (w32_reassert_line_highlight):
4367 (w32_frame_rehighlight):
13d6a61c
AI
4368 (w32_frame_raise_lower): Do nothing if not w32 frame.
4369
4370 * w32xfns.c (get_frame_dc): Abort if called on a non-w32 frame.
4371
4372 * w32fns.c (Fx_display_color_cells): Determine correct value, when
4373 system doesn't tell us directly.
4374 (Fx_display_visual_class): Implement properly.
4375
d6bb0c0d
GM
43762001-01-02 Gerd Moellmann <gerd@gnu.org>
4377
4378 * window.c (Frecenter): Handle centering in graphical frames
4379 specially. Centering on the basis of line counts doesn't work
4380 reliably with variable-height lines.
52283633 4381
315f5865
EZ
43822001-01-02 Eli Zaretskii <eliz@is.elta.co.il>
4383
4384 * widget.c (EmacsFrameSetCharSize): Remove unused variables `ac'
4385 and al[].
4386
52283633 4387 * composite.c (run_composition_function): Remove unused var `val'.
315f5865
EZ
4388 (update_compositions): Remove unused variable `hook'.
4389
4390 * intervals.c (get_local_map): Remove unused variable `tem'.
4391
4392 * doprnt.c (doprnt1): Remove unused variable `size'.
4393
4394 * fns.c (Flength): Remove unused variable `tail'.
4395 (Fdelete): Remove unused variable `size'.
4396
4397 * editfns.c (Ftranspose_regions): Remove unused variables `gcpro1'
4398 and `gcpro2'.
4399
52283633 4400 * doc.c (Fsnarf_documentation): Remove unused vars `fun' and `tem'.
315f5865
EZ
4401
4402 * data.c (find_symbol_value): Remove extra 3rd argument in the
4403 call to swap_in_symval_forwarding.
4404
52283633 4405 * undo.c (Fprimitive_undo): Remove unused block-scope variable `end'.
315f5865
EZ
4406
4407 * search.c (shrink_regexp_cache): Remove unused variable `cpp'.
4408 (trivial_regexp_p): Remove unused variable `c'.
4409 (boyer_moore): Remove unused variable `k'.
4410
4411 * indent.c (current_column): Remove unused variable `stopchar'.
4412 (Fcompute_motion): Remove unused variable `contin'.
4413
4414 * casefiddle.c (casify_object): Remove unused variable `tolen'.
4415
4416 * dired.c (directory_files_internal): Fix a typo in a comment.
4417 Remove an unused variable `handler'.
52283633 4418 (file_name_completion): Remove unused function-scope variable `dp'.
315f5865
EZ
4419 (Ffile_attributes) <dirname, sdir>: Make declarations conditioned
4420 on BSD4_2.
4421
52283633 4422 * fileio.c (e_write): Remove unused variable `require_encoding_p'.
315f5865
EZ
4423
4424 * marker.c (Fmarker_position): Remove unused variables `pos', `i',
4425 and `buf'.
4426 (Fmarker_insertion_type): Remove unused variable `buf'.
4427
4428 * insdel.c (make_gap): Remove unused variable `result'.
4429
52283633 4430 * keyboard.c (record_char): Remove unused function-scope var `help'.
315f5865
EZ
4431 (kbd_buffer_get_event): Remove unused block-scope variable `idx'.
4432 (menu_bar_items): Remove unused function-scope variable `tem'.
4433
4434 * fontset.c (fontset_ref): Remove unused variable `i'.
4435 (fontset_set): Remove unused variables `j' and `tmp'.
52283633 4436 (make_fontset): Remove unused variables `i', `j', `elt' and `base_elt'.
315f5865
EZ
4437 (make_fontset_for_ascii_face): Remove unused variable `name'.
4438 (fs_load_font): Remove unused variable `font_idx'.
52283633 4439 (fs_query_fontset): Remove unused function-local variable `fontset'.
315f5865
EZ
4440 (list_fontsets): Remove unused variable `tail'.
4441 (Fnew_fontset): Remove unused variables `family' and `registry'.
4442 (accumulate_font_info): Remove unused variable `tmp'.
4443 (Ffontset_font): Remove unused variable `id'.
4444 (syms_of_fontset): Remove unused variable `i'.
4445
4446 * xfns.c (x_display_info_for_name): Cast 0 to "char *" in the call
4447 to x_term_init.
4448 (lookup_image): Remove unused variable `file'.
4449 (xbm_load): Remove unused variables `bitmap_data', `height', and
4450 `width'. Remove function-local variable `i', leave the
4451 block-local one.
4452 (gif_load): Remove unused variable `inc'.
4453
52283633 4454 * xterm.c (XTread_socket): Remove unused variables `p' and `pend'.
315f5865
EZ
4455 (XTread_socket) <LeaveNotify>: Remove unused variable `frame',
4456 leave only the one in the inner block.
4457
4458 * xfaces.c (face_fontset, realize_default_face): Remove unused
4459 variable `fontset'.
4460 (face_at_buffer_position): Remove unused variable `multibyte_p'.
4461
4462 * term.c (encode_terminal_code): Remove unused variable `c'.
4463
4464 * ccl.c (Fccl_execute): Cast ccl_driver parameters to `unsigned
4465 char *' instead of `char *'.
4466
4467 * category.c (Fcategory_docstring): Remove unused variable `doc'.
52283633 4468 (Fget_unused_category): Remove unused variable `docstring_vector'.
315f5865
EZ
4469 (Fchar_category_set): Remove unused variables `val', `charset',
4470 `c1' and `c2'.
4471
52283633
SM
4472 * coding.c (detect_coding_iso2022, setup_coding_system):
4473 Remove unused variable `i'.
315f5865
EZ
4474 (detect_coding_mask): Remove unused variable `idx'.
4475 (detect_coding): Remove unused variable `i'.
4476 (ccl_coding_driver): Remove unused variable `result'.
4477 (run_pre_post_conversion_on_str): Remove unused variable `prev'.
52283633 4478 (decode_coding_string): Remove unused variables `to' and `gcpro1'.
315f5865
EZ
4479 (encode_coding_string): Remove unused variables `gcpro1' and
4480 `saved_coding_symbol'.
4481 (Ffind_coding_systems_region_internal): Remove function-local
4482 variable args[], leave only the block-local one.
4483 (code_convert_region1): Remove unused variable `len'.
4484
4485 * charset.c (char_printable_p): Remove unused variable `chars'.
4486 (Fsplit_char, Fchar_bytes): Remove unused variable `val'.
4487 (str_to_multibyte): Remove unused variable `c'.
4488
4489 * window.c (size_window): Remove block-local variable `min_size'.
4490
4491 * xdisp.c (make_cursor_line_fully_visible): Remove unused variable
4492 `header_line_height'.
4493 (append_space, extend_face_to_end_of_line): Declare `saved_what'
4494 enum display_element_type.
4495
1a8a9daf
GM
44962001-01-02 Gerd Moellmann <gerd@gnu.org>
4497
6dde6abc 4498 * xterm.c (x_connection_closed): Catch X errors around all
52283633
SM
4499 statements that call X. Save away the error message in a local copy.
4500
1883b2c6
GM
4501 * xterm.c (x_connection_closed): Set handling_signal to 0 at
4502 the start.
4503
a13be207
GM
4504 * xdisp.c (pos_visible_p): Take into account that CHARPOS maybe
4505 in or at the start of invisible text.
4506
1a8a9daf
GM
4507 * dispnew.c (update_window): Don't check_current_matrix_flags.
4508
3608c0f9
JR
45092001-01-01 Jason Rumney <jasonr@gnu.org>
4510
4511 * w32fns.c (x_figure_window_size): Do not allow new_height and
4512 new_width of frame to override specified values.
4513
abb1acc4
KH
45142000-12-30 Kenichi Handa <handa@etl.go.jp>
4515
52283633 4516 * composite.c (find_composition): Fix a code for searching backward.
abb1acc4 4517
762a68ec
GM
45182000-12-29 Gerd Moellmann <gerd@gnu.org>
4519
52283633 4520 * dispnew.c (check_current_matrix_flags) [GLYPH_DEBUG]: New function.
9c8b8382
GM
4521 (update_window) [GLYPH_DEBUG]: Call it.
4522 (scrolling_window): Prevent including current rows which are below
4523 what's displayed in the window.
4524
4525 * xdisp.c (try_window_reusing_current_matrix)
4526 <new start <= old start>: Disable rows in the current matrix
4527 which are below the window after scrolling.
52283633 4528
762a68ec
GM
4529 * xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P
4530 is zero. It's not worth the complexity.
4531 (invisible_text_between_p): Put in #if 0 because unused.
4532
2d5912c1
GM
45332000-12-28 Gerd Moellmann <gerd@gnu.org>
4534
46f6a258
GM
4535 * xfns.c (Fx_backspace_delete_keys_p): Check library and server
4536 XKB versions. Call XkbFreeKeyboard with 2nd arg 0.
4537
89f93679
GM
4538 * keyboard.c (echo_char): If C is an integer, always call
4539 push_key_description. Former code could signal an invalid
4540 character error.
4541
4542 * keymap.c (push_key_description): Add parameter FORCE_MULTIBYTE.
4543 If set, print multibyte text.
4544 (Fsingle_key_description): Call push_key_description with
4545 FORCE_MULTIBYTE set.
4546 (describe_buffer_bindings): Likewise.
4547
4548 * lisp.h (push_key_description): Add prototype.
4549
c06017fb
GM
4550 * xdisp.c (echo_area_display): Bind redisplay-dont-pause to t
4551 around the call to redisplay_internal.
4552
f1d2ce7f
GM
4553 * xfns.c: Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.
4554
2d5912c1
GM
4555 * dispnew.c: Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.
4556
9371f831
KH
45572000-12-28 Kenichi Handa <handa@etl.go.jp>
4558
4559 * ccl.c (CCL_WRITE_CHAR): Check variable `extra_bytes'.
4560 (ccl_driver): New local variable `extra_bytes'.
4561
4562 * ccl.h (struct ccl_spec): New member eight_bit_carryover.
4563
52283633
SM
4564 * coding.c (setup_coding_system):
4565 Initialize coding->spec.ccl.eight_bit_carryover.
9371f831
KH
4566 (ccl_coding_driver): Pay attention to carried over 8-bit bytes.
4567
0c80628a
KH
45682000-12-28 Kenichi Handa <handa@etl.go.jp>
4569
4570 * coding.c (SAFE_ONE_MORE_BYTE): New macro.
4571 (DECODE_EMACS_MULE_COMPOSITION_CHAR): New macro.
4572 (DECODE_EMACS_MULE_COMPOSITION_RULE): New macro.
4573 (decode_composition_emacs_mule): New function.
4574 (decode_coding_emacs_mule): Decode composition sequence by calling
4575 decode_composition_emacs_mule.
4576 (ENCODE_COMPOSITION_EMACS_MULE): New macro.
52283633
SM
4577 (encode_coding_emacs_mule): Changed from macro to function.
4578 If a text contains compositions, encode them correctly.
0c80628a
KH
4579 (setup_coding_system): Set coding->commong_flags for emacs-mule so
4580 that decoding and encoding are required.
4581
3e32cc27
GM
45822000-12-27 Gerd Moellmann <gerd@gnu.org>
4583
5e25feee
GM
4584 * xfaces.c (PT_PER_INCH): New macro.
4585 (xlfd_point_size): Compute real point size from font's pixel size.
4586 (pixel_point_size, build_scalable_font_name): Use PT_PER_INCH
4587 instead of 72.
4588
892d8fcd
GM
4589 * .gdbinit: Comment out the line pointing to the Lesstif source
4590 directory.
4591
12c8b416
GM
4592 * window.c (Frecenter): Use displayed_window_lines instead
4593 of window_internal_height.
4594
6061fbf0
GM
4595 * xterm.c (syms_of_xterm): DEFVAR_LISP x-toolkit-scroll-bars
4596 instead of x-toolkit-scroll-bars-p.
4597 (Vx_toolkit_scroll_bars): Renamed from x_toolkit_scroll_bars_p.
4598
4599 * w32term.c (syms_of_xterm): DEFVAR_LISP x-toolkit-scroll-bars
4600 instead of x-toolkit-scroll-bars-p.
4601 (Vx_toolkit_scroll_bars): Renamed from x_toolkit_scroll_bars_p.
52283633 4602
3e32cc27
GM
4603 * dispnew.c (struct redisplay_history) [GLYPH_DEBUG]: New.
4604 (REDISPLAY_HISTORY_SIZE) [GLYPH_DEBUG]: New macro.
52283633
SM
4605 (redisplay_history, history_idx, history_tick) [GLYPH_DEBUG]:
4606 New variables.
4607 (add_window_display_history, add_frame_display_history)
3e32cc27
GM
4608 (Fdump_redisplay_history) [GLYPH_DEBUG]: New functions.
4609 (build_frame_matrix_from_leaf_window): Remove unused code.
4610 (build_frame_matrix_from_leaf_window) [GLYPH_DEBUG]: Add to
4611 redisplay history.
4612 (update_frame) [GLYPH_DEBUG]: Add to redisplay history.
4613 (update_window) [GLYPH_DEBUG]: Likewise.
4614 (syms_of_display): Defsubr dump-redisplay-history.
4615
31798cfe
GM
46162000-12-23 Gerd Moellmann <gerd@gnu.org>
4617
f717c2ba
GM
4618 * keyboard.c (echo_prompt): Always set current_kboard->echoptr to
4619 the end of the prompt. Set echo_after_prompt to the offset
4620 of echoptr in echobuf.
4621
aeb2b8fc
GM
4622 * xdisp.c (init_from_display_pos): Pop until the iterator's
4623 stack is empty; there may be frames for stretch or images
4624 on the stack.
4625
31798cfe
GM
4626 * dispnew.c (save_frame_matrix, restore_frame_matrix): Removed.
4627 (save_or_restore_current_matrix): New function for the same
4628 purpose, but more efficient.
4629 (adjust_frame_glyphs_for_frame_redisplay): Use it.
4630
f8156156
EZ
46312000-12-23 Eli Zaretskii <eliz@is.elta.co.il>
4632
4633 * xdisp.c (syms_of_xdisp): Fix last change.
4634
bdd6d4e8
GM
46352000-12-23 Gerd Moellmann <gerd@gnu.org>
4636
4637 * xdisp.c (syms_of_xdisp): Doc fix.
4638
4639 * xdisp.c (redisplay_window): Remove label restore_buffers;
4640 use finish_scroll_bars instead to make sure that scroll bars
4641 are redeemed. If we don't do this, flickering can result from
4642 scroll bars being destroyed and recreated.
4643
9436cdf9
JR
46442000-12-22 Jason Rumney <jasonr@gnu.org>
4645
4646 * w32term.c (w32_draw_bitmap): Fix drawing so it does not appear
4647 in the wrong colors when the foreground is not black.
4648 (expose_window): Don't redraw the window that's currently being
4649 updated.
4650
951f9df5
GM
46512000-12-22 Gerd Moellmann <gerd@gnu.org>
4652
856ff7a7
GM
4653 * window.c (size_window): When setting the window's too_small_ok
4654 flag, compare old size with minimum size depending on WIDTH_P,
4655 don't compare with window_min_width.
52283633 4656
951f9df5
GM
4657 * window.c (delete_window): Simplify somewhat.
4658 (Fset_window_configuration): Don't SET_FRAME_GARBAGED after
4659 freeing window matrices. The flag windows_or_buffers_changed is
4660 set, so the next redisplay will consider all windows; this should
4661 suffice.
4662
886bc933
KH
46632000-12-22 Kenichi Handa <handa@etl.go.jp>
4664
4665 * coding.c (ccl_coding_driver): Initialize ccl->cr_consumed.
4666
4667 * ccl.h (struct ccl_program): New member cr_consumed.
4668
4669 * ccl.c (CCL_WRITE_CHAR): Don't handle EOL conversion here.
4670 (CCL_READ_CHAR): Handle EOL conversion here.
4671 (ccl_driver) <CCL_ReadMultibyteChar2>: Likewise.
4672
177f4e88
GM
46732000-12-21 Gerd Moellmann <gerd@gnu.org>
4674
52283633 4675 * xdisp.c (Fdump_glyph_row) [GLYPH_DEBUG]: Add optional arg GLYPHS.
6ba384dc
GM
4676
4677 * dispextern.h (GLYPH_EQUAL_P): Also compare pixel widths,
4678 otherwise tabs of different size compare equal.
4679
4680 * callint.c (Fcall_interactively): Prevent a compiler warning.
4681
4682 * print.c (print_unwind): Return nil.
4683 (PRINTDECLARE): Initialize all local variables.
4684 (print_preprocess): Add a default case.
4685
8e15274f
GM
4686 * lisp.h (Qinhibit_point_motion_hooks): Declare extern.
4687
4688 * undo.c (Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t.
4689
52283633 4690 * window.c (delete_window, Fsplit_window)
177f4e88
GM
4691 (Fset_window_configuration): Calls to ensure_frame_matrix removed.
4692
4693 * dispextern.h (ensure_frame_matrix): Function declaration removed.
4694
4695 * dispnew.c (ensure_frame_matrix): Removed.
4696 (save_frame_matrix, restore_frame_matrix): New functions.
4697 (adjust_frame_glyphs_for_frame_redisplay): Use them.
4698
4699 * xdisp.c (dump_glyph_row, dump_glyph_matrix, Fdump_glyph_matrix)
4700 [GLYPH_DEBUG]: Extended to dump glyphs in short form.
4701
99012074
AI
47022000-12-21 Andrew Innes <andrewi@gnu.org>
4703
4704 * w32term.c (x_update_begin): Regenerate the palette here, rather
4705 than for each window.
4706
4707 * w32xfns.c (select_palette): Avoid calling SelectPalette if
4708 palette is NULL, since this corrupts memory! Also get
4709 display_info reference from frame.
4710
29ef7d2d
JR
47112000-12-21 Jason Rumney <jasonr@gnu.org>
4712
4713 * w32bdf.c (w32_init_bdf_font): Fix test for valid bmp heap.
4714
4715 * w32term.c (x_draw_hollow_cursor): Delay obtaining the frame's DC
4716 to avoid returning without releasing it.
3e27fa1f 4717
3f9d67a6
KH
47182000-12-21 Kenichi Handa <handa@etl.go.jp>
4719
587fc3f9
KH
4720 * keymap.c (push_key_description): Don't convert eight-bit-control
4721 and eight-bit-graphic to multibyte character.
4722
3f9d67a6
KH
4723 * charset.c (Fmake_char_internal): If CHARSET doesn't have a
4724 generic character and CODE1 is nil, return the smallest character
4725 in CHARSET.
4726
774ba8c9
DL
47272000-12-20 Dave Love <fx@gnu.org>
4728
4729 * s/osf5-0.h (NSIG): Don't redefine.
4730
88416888
SM
47312000-12-20 Stefan Monnier <monnier@cs.yale.edu>
4732
4733 * keymap.c (where_is_internal): Check ascii_sequence_p rather than
4734 excluding menu-bar and tool-bar.
4735 (Fwhere_is_internal): Check ascii_sequence_p when looking up the cache.
4736 (menu_item_p): Remove.
4737 (where_is_internal_1): Don't ignore menu-items.
4738
a6426c6f
GM
47392000-12-20 Gerd Moellmann <gerd@gnu.org>
4740
03ff8aab
GM
4741 * xdisp.c (hscroll_window_tree): Take window's min_hscroll
4742 into account.
4743
4744 * window.c (make_window): Initialize window's min_hscroll.
4745 (Fset_window_hscroll): Set window's hscroll and min_hscroll.
4746 (set_window_buffer, temp_output_buffer_show): Set min_hscroll
4747 to zero.
4748 (struct saved_window): New member min_hscroll.
4749 (SAVED_WINDOW_VECTOR_SIZE): Set to 17.
4750 (Fset_window_configuration): Set window's min_hscroll.
4751 (save_window_save): Save window's min_hscroll.
4752 (compare_window_configurations): Compare min_hscroll values.
4753
4754 * window.h (struct window): New member min_hscroll.
4755
4756 * keyboard.c (echo_prompt): Prevent a compiler warning.
4757
8de4aaf8
GM
4758 * xdisp.c (try_cursor_movement): Fix last change. The real
4759 condition is that PT is at the end of the row, and should
4760 be displayed at the start of the next row.
52283633 4761
3f7e3031
GM
4762 * xdisp.c (try_cursor_movement): If we end on a partially
4763 visible line, end we already decided to scroll, return -1.
4764
a6426c6f
GM
4765 * dispextern.h (ensure_frame_matrix): Add prototype.
4766
4767 * window.c (delete_window, Fsplit_window)
4768 (Fset_window_configuration): Call ensure_frame_matrix.
4769
52283633
SM
4770 * dispnew.c (fake_current_matrices, ensure_frame_matrix):
4771 New functions.
a6426c6f
GM
4772 (adjust_frame_glyphs_for_frame_redisplay): If display has been
4773 completed, call fake_current_matrices instead of marking frame
4774 garbaged.
4775
57fa2774
JR
47762000-12-20 Jason Rumney <jasonr@gnu.org>
4777
4778 * w32fns.c (syms_of_w32fns): Initialize and staticpro tip_frame.
4779
d925df90
EZ
47802000-12-19 Eli Zaretskii <eliz@is.elta.co.il>
4781
4782 * fns.c (Frequire): Doc fix.
4783
7b93a85b
GM
47842000-12-19 Gerd Moellmann <gerd@gnu.org>
4785
52283633 4786 * window.c (window_scroll_pixel_based): Don't use move_it_vertically.
71d4497a 4787
c74e645b
GM
4788 * dispnew.c (direct_output_for_insert): Fix check for mini-window
4789 currently displaying a message.
4790
7b93a85b
GM
4791 * bytecode.c (toplevel) [CHECK_FRAME_FONT]: Include frame.h and
4792 xterm.h.
4793 (Fbyte_code) [CHECK_FRAME_FONT]: Check the selected frame's font.
4794
90d97e64
AI
47952000-12-18 Andrew Innes <andrewi@gnu.org>
4796
4797 * w32.c (w32_strerror): New function.
4798
4799 * w32.h (w32_strerror): New extern.
4800
4801 * w32fns.c (Fw32_shell_execute): Use it.
4802
91c9e6ce
GM
48032000-12-18 Gerd Moellmann <gerd@gnu.org>
4804
4805 * s/hpux10.h (_FILE_OFFSET_BITS): Undef again.
4806
6f4745e2
EZ
48072000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
4808
4809 * msdos.c (IT_set_face): Obey inverse_video.
4810
c9e088ce
KH
48112000-12-18 Kenichi Handa <handa@etl.go.jp>
4812
4813 * dired.c (directory_files_internal): Always return decoded filenames.
4814
c3695f5f
GM
48152000-12-18 Gerd Moellmann <gerd@gnu.org>
4816
52d8e4ff
GM
4817 * xterm.c (x_connection_closed): Prevent being called recursively
4818 because of an error condition in XtCloseDisplay.
52283633 4819
62be9979
GM
4820 * xdisp.c (init_iterator): If noninteractive, and the frame's
4821 face cache is null, make one.
4822
52283633 4823 * xfns.c (show_busy_cursor): Check for live frames more thoroughly.
5f7a1890 4824
c3695f5f
GM
4825 * process.c (wait_reading_process_input): Check for pending
4826 input when running timers.
4827
78555fbe
EZ
48282000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
4829
52283633 4830 * msdos.c (IT_write_glyphs): Compute the glyph face from str->face_id.
78555fbe 4831
b2b36264
KH
48322000-12-18 Kenichi Handa <handa@etl.go.jp>
4833
4834 * process.c (read_process_output): Don't run a filter if the code
4835 decoder produces nothing but carryover.
4836
9c543fbf
AI
48372000-12-17 Andrew Innes <andrewi@gnu.org>
4838
4839 * w32.c (sys_rename): Only check errno against EEXIST, and not
4840 EACCES, when determining whether rename failed because the target
4841 exists. This was resulting in indefinite looping on Windows 9x if
4842 the source file was locked by another process.
4843
4844 * w32fns.c (Ffile_system_info): New function.
4845 (syms_of_w32fns): Defsubr it.
4846
10c2b5a8
GM
48472000-12-17 Gerd Moellmann <gerd@gnu.org>
4848
b0228ace
GM
4849 * window.c (coordinates_in_window): Fix computation for
4850 position on vertical line between mode lines.
4851
10c2b5a8
GM
4852 * xfns.c (unwind_create_frame): Return t if frame was deleted.
4853 Don't alter tip_frame or tip_window.
4854 (unwind_create_tip_frame): Set tip_frame to nil only if frame
4855 was deleted.
4856
c844a81a
GM
4857 * w32fns.c (unwind_create_frame): Return t if frame was deleted.
4858 Don't alter tip_frame or tip_window.
4859 (unwind_create_tip_frame): Set tip_frame to nil only if frame
4860 was deleted.
4861
6c825f8e
EZ
48622000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4863
4864 * fileio.c (Fcopy_file): Rename the last argument to keep_time, to
4865 be consistent with the doc string. Reported by NAKAJIMA Mikio
4866 <minakaji@osaka.email.ne.jp>.
4867
af4bb4c8
KH
48682000-12-16 Kenichi Handa <handa@etl.go.jp>
4869
4870 * xfaces.c (Vface_ignored_fonts): New variable.
4871 (x_face_list_fonts): Ignore fonts matching Vface_ignored_fonts.
4872 (syms_of_xfaces): Declare Vface_ignored_fonts as a Lisp variable.
4873
8062e53a
GM
48742000-12-15 Gerd Moellmann <gerd@gnu.org>
4875
e87b8809
GM
4876 * dispnew.c (update_window): Detect pending input every nth line
4877 updated, i.e. do it depending on real work done, and not on the
4878 vpos of the line.
4879
4880 * xterm.c (expose_window): Don't redraw the window that's
4881 currently being updated.
4882
a6768cc5
GM
4883 * window.c (Fset_window_point): Remove test for
4884 cursor_in_non_selected_windows.
4885
4ea7fdca
GM
4886 * lread.c (read1): Recognize end of file after `\\'.
4887
8062e53a
GM
4888 * xfns.c (x_create_tip_frame): Use unwind_create_tip_frame,
4889 not unwind_create_frame.
4890
bb7959c1
GM
48912000-12-15 Dave Love <fx@gnu.org>
4892
4893 * s/usg5-4.h (bcopy) [IRIX6]: Don't special-case definition of
4894 bcopy & al.
4895
4896 * s/irix6-5.h: #undef bcopy & al here. Include strings.h.
4897
ced04c42
KH
48982000-12-15 Kenichi Handa <handa@etl.go.jp>
4899
c5443913
KH
4900 * coding.c (setup_coding_system): Clear all members of the struct
4901 coding_system at first.
bc137305
KH
4902 (detect_coding): Call detect_coding_mask with a correct MULTIBYTEP
4903 argument.
4904 (code_convert_region): Don't override coding->src_multibyte and
4905 coding->dst_multibyte.
c5443913 4906
ced04c42
KH
4907 * fns.c (Fmd5): Docstring improved.
4908
c2d7f289
MB
49092000-12-15 Miles Bader <miles@gnu.org>
4910
4911 * xdisp.c (window_box_height): Only use mode-line glyph-rows that
4912 are actually marked as mode-lines; otherwise use
4913 estimate_mode_line_height.
4914
9d7d9263
GM
49152000-12-14 Gerd Moellmann <gerd@gnu.org>
4916
4917 * editfns.c (Fformat): Prevent a buffer overrun when the format
4918 specifies a precision.
4919
7cf0153a
EZ
49202000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4921
4922 * msdos.c (Fmsdos_set_mouse_buttons): Signal an error if the
4923 argument is outside the range [2..3].
4924
1de0f662
AI
49252000-12-14 Andrew Innes <andrewi@gnu.org>
4926
4927 * w32fns.c (Fx_hide_tip): Avoid unnecessary work when there's
4928 nothing to do. Bind inhibit-quit.
4929 (tip_frame): Make it a Lisp_Object.
4930 (x_create_tip_frame): Set tip_frame after it has been added to
4931 Vframe_list.
4932 (Fx_show_tip): Don't set tip_frame here.
52283633 4933 (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]: New variables.
1de0f662
AI
4934 (unwind_create_frame, unwind_create_tip_frame): New functions.
4935 (Fx_create_frame, x_create_tip_frame): Handle errors signaled
4936 while a frame is only partially constructed.
4937
4938 * w32term.c (clear_mouse_face): Treat tip_frame as a Lisp_Object.
4939 (x_free_frame_resources): New function.
4940 (x_destroy_window): Use it.
4941
02387dcc
GM
49422000-12-14 Gerd Moellmann <gerd@gnu.org>
4943
4944 * xfns.c (Fx_backspace_delete_keys_p): New function.
4945 (syms_of_xfns): Defsubr it.
4946
4947 * config.in (HAVE_XKBGETKEYBOARD): Add.
4948
0544ef49
KH
49492000-12-14 Kenichi Handa <handa@etl.go.jp>
4950
98d62747
KH
4951 * keyboard.c (echo_prompt): Argument type changed to Lisp_Object.
4952 Always store string in multibyte representation in echobuf.
4953 (echo_char): Always store string in multibyte representation in
4954 echobuf.
4955 (echo_now): Call message2_nolog with the arg MULTIBYTE 1.
4956 (read_key_sequence): Adjusted for the change of echo_prompt.
4957
a20193cd
KH
4958 * fns.c (Fmd5): Docstring improved.
4959
191b83b6
KH
4960 * lisp.h (detect_coding_system): Prototype adjusted.
4961
0544ef49
KH
4962 * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro.
4963 (detect_coding_emacs_mule, detect_coding_iso2022,)
4964 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
52283633
SM
4965 (detect_coding_utf_16, detect_coding_ccl): Make them static.
4966 New argument MULTIBYTEP. Callers changed.
0544ef49
KH
4967 (detect_coding_mask, detect_coding_system): New argument
4968 MULTIBYTEP. Callers changed.
1da1bb05
KH
4969 (decode_coding_string): Set coding->src_multibyte and
4970 coding->dst_multibyte before calling detect_coding and detect_eol.
4971 Update them after some coding system is detected.
52283633 4972
d5b3eb1b
SM
49732000-12-13 Stefan Monnier <monnier@cs.yale.edu>
4974
4975 * keymap.c (get_keyelt): Only eval the filter if `autoload' is set.
4976
4977 * keyboard.c (menu_bar_items, tool_bar_items):
4978 Set `autoload' when looking up `tool-bar' or `menu-bar' submap.
4979
f7f8bb69
GM
49802000-12-13 Gerd Moellmann <gerd@gnu.org>
4981
52283633 4982 * xfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
19f71add
GM
4983 New variables.
4984 (unwind_create_frame, unwind_create_tip_frame): New functions.
4985 (Fx_create_frame, x_create_tip_frame): Handle errors signaled
4986 while a frame is only partially constructed.
4987
4988 * xterm.h (x_free_frame_resources): Declare.
4989
4990 * xterm.c (x_free_frame_resources): New function.
4991 (x_destroy_window): Use it.
4992
e10da507
GM
4993 * dispnew.c (update_window): If do_mouse_tracking is non-nil,
4994 don't interrupt the update for pending input initially, i.e.
4995 update at least some lines.
4996
4997 * keyboard.c (do_mouse_tracking): Make externally visible.
52283633 4998
d5b3eb1b 4999 * xterm.c (x_term_init): Declare gray_bitmap_bits as `extern char *'.
f7f8bb69
GM
5000
5001 * xfns.c (gray_bitmap_bits): Declare `char *'.
5002
90aa2856
GM
50032000-12-12 Gerd Moellmann <gerd@gnu.org>
5004
5005 * xdisp.c (display_tool_bar_line): Make sure that tool bar
5006 lines start with a relief line.
5007
a308c9cd
DL
50082000-12-12 Dave Love <fx@gnu.org>
5009
5010 * window.c (Fdisplay_buffer): Doc fix.
5011 (Fwindow_list): Remove unused var.
5012
5013 * buffer.h (mmap_set_vars): Declare.
5014
5015 * window.h (Fset_window_point): Declare.
5016
d575011f
EZ
50172000-12-12 Eli Zaretskii <eliz@is.elta.co.il>
5018
bf6282d2 5019 * msdos.c (fast_find_position): Don't overstep the last window row.
52283633
SM
5020 (IT_note_mouse_highlight): Initialize portion to -1. Remove unused
5021 variable `area'. When looking for a row under (X,Y), give up if some
5022 of the previous rows is not enabled.
d575011f 5023
ecf4d726
GM
50242000-12-12 Gerd Moellmann <gerd@gnu.org>
5025
2ebf6139
GM
5026 * window.c (Fset_window_point): If displaying cursors in windows
5027 other than the selected window, make sure redisplay updates
5028 other windows to show the new value of point in the window.
5029
5030 * dispextern.h (cursor_in_non_selected_windows): Declare extern.
5031
bfdb75ee
GM
5032 * buffer.c (Fkill_buffer): Don't Fset_buffer when testing if
5033 the buffer is the sole visible buffer when in the mini-buffer.
5034
52283633 5035 * xdisp.c (setup_echo_area_for_printing, with_echo_area_buffer):
4fdbd809
GM
5036 Bind `inhibit-read-only' to t.
5037 (unwind_with_echo_area_buffer): Use AREF.
5038
c0006262
GM
5039 * xfns.c (Fx_hide_tip): Simplified.
5040
52283633
SM
5041 * s/freebsd.h, s/netbsd.h (GC_MARK_STACK): Use GC_MAKE_GCPROS_NOOPS
5042 instead of `1'.
e9a59cad 5043
ecf4d726
GM
5044 * s/gnu-linux.h (GC_MARK_STACK): Define as GC_MAKE_GCPROS_NOOPS.
5045
e5959a9a
GM
50462000-12-11 Gerd Moellmann <gerd@gnu.org>
5047
a3642e49 5048 * xfns.c (Fx_hide_tip): Fix last change.
52283633 5049
44b5a125
GM
5050 * xfns.c (Fx_hide_tip): Avoid unnecessary work when there's
5051 nothing to do. Bind inhibit-quit.
5052 (tip_frame): Make it a Lisp_Object.
5053 (x_create_tip_frame): Set tip_frame after it has been added to
5054 Vframe_list.
5055 (Fx_show_tip): Don't set tip_frame here.
5056
5057 * xterm.c (clear_mouse_face): Treat tip_frame as a Lisp_Object.
5058
5059 * xdisp.c (prepare_menu_bars): Changes for tip_frame being a
5060 Lisp_Object.
5061
5062 * dispextern.h: Change external declaration of tip_frame.
5063
d990421f
GM
5064 * keymap.c (Fkey_description): If KEYS is an empty key sequence,
5065 return an empty string.
5066
4db87380
GM
5067 * xdisp.c (try_cursor_movement): Check update_mode_lines instead
5068 of the window's update_mode_line flag, since the former is set by
5069 force-mode-line-update, not the latter. This makes
5070 column-number-mode slightly faster.
52283633 5071
e5959a9a
GM
5072 * xdisp.c (try_window_id) <all changes above window start>:
5073 Set the cursor.
5074
169fe44e
GM
50752000-12-11 Paul Eggert <eggert@twinsun.com>
5076
5077 * config.in (HAVE_FTELLO): Remove.
5078 (HAVE_FSEEKO): Add.
5079 (_XOPEN_SOURCE): Remove; the large-file code no longer needs it.
5080 * lread.c (file_offset, file_tell): Depend on HAVE_FSEEKO, not
5081 HAVE_FTELLO.
5082 * s/hpux10.h (_FILE_OFFSET_BITS): Do not undef.
5083 * s/isc3-0.h, s/osf5-0.h: Update comment about _XOPEN_SOURCE.
52283633 5084
59ec59ae
MB
50852000-12-11 Miles Bader <miles@gnu.org>
5086
5087 * window.c (displayed_window_lines): Don't round up when
5088 converting empty space at bottom to lines.
ff904dd6
MB
5089 Handle non-newline-terminated final lines properly.
5090 (Fwindow_text_height): New function (used to be in lisp).
5091 (syms_of_window): Initialize it.
59ec59ae 5092
42ebfa31
SM
50932000-12-09 Stefan Monnier <monnier@cs.yale.edu>
5094
5095 * syntax.c (scan_lists): Check that the right quote char has the
5096 right Sstring syntax when jumping over strings.
5097 (init_syntax_once): Use Smax rather than 13.
5098
5cdb3cf3
MB
50992000-12-09 Miles Bader <miles@gnu.org>
5100
5101 * window.c (Fpos_visible_in_window_p): Replace FULLY parameter
5102 with PARTIALLY, inverting the sense.
5103 (window_scroll_pixel_based): Scroll partially visible lines into
5104 place if we hit the beginning or end of the buffer.
a12167c5
MB
5105 (displayed_window_lines): Don't include partially visible lines.
5106 (Fmove_to_window_line): Skip past any partially visible first line.
5cdb3cf3 5107
842b2a94
GM
51082000-12-08 Gerd Moellmann <gerd@gnu.org>
5109
5110 * keymap.c (current_minor_maps): Use malloc. Prevent a leak.
5111
5112 * tparam.c (tparam1): Change the way buffers are reallocated to be
5113 portable and less obfuscated.
5114
5115 * termcap.c (tgetent): Change the way buffers are reallocated to
5116 be portable and less obfuscated.
5117
5118 * macros.c (store_kbd_macro_char): Change the way buffers are
5119 reallocated to be portable and less obfuscated.
5120
5121 * lread.c (read1): Change the way buffers are reallocated to be
5122 portable and less obfuscated.
5123
5124 * doc.c (Fsubstitute_command_keys): Change the way buffers
5125 are reallocated so that it is portable.
5126
137cad7c
EZ
51272000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
5128
5129 * dosfns.c (Ffile_system_info): New function.
5130 (syms_of_dosfns): Defsubr it.
5131
5c7f629c
SM
51322000-12-07 Stefan Monnier <monnier@cs.yale.edu>
5133
5134 * alloc.c (gc_sweep): Add comment.
5135
959e647d
GM
51362000-12-07 Gerd Moellmann <gerd@gnu.org>
5137
52283633
SM
5138 * sound.c (vox_configure): Change order of ioctls.
5139 Don't set SNDCTL_DSP_SPEED from bps, don't set SNDCTL_DSP_SAMPLESIZE.
28fcb7dc
GM
5140 Ignore errors when changing volume.
5141 (vox_close): Don't reset the device.
5142
926b7e5e
GM
5143 * process.c (read_process_output): Make sure the process marker's
5144 position is valid when the process buffer is changed in
5145 after-change functions. W3 does that.
52283633 5146
959e647d
GM
5147 * xfns.c (x_free_gcs): New function.
5148
5149 * xterm.h (x_free_gcs): Add prototype.
5150
5151 * widget.c (EmacsFrameDestroy): Call x_free_gcs instead of
5152 freeing GCs here.
5153
5154 * xterm.c (x_destroy_window): Call x_free_gcs so that
5155 resources of non-toolkit X windows will be freed.
5156
478ea067
AI
51572000-12-07 Andrew Innes <andrewi@gnu.org>
5158
5159 * w32fns.c (xlfd_charset_of_font): Fix last change.
5160
fbee3231
DL
51612000-12-06 Dave Love <fx@gnu.org>
5162
67292061
DL
5163 * md5.h (__P): Don't define -- it comes from config.h.
5164
fbee3231
DL
5165 * strftime.c: Change some #if foo to #ifdef foo.
5166
4ee87dbb
AI
51672000-12-06 Andrew Innes <andrewi@gnu.org>
5168
5169 * w32term.h (CP_INVALID): Rename to CP_UNKNOWN.
5170
52283633 5171 * w32fns.c (xlfd_charset_of_font): Don't overwrite fontname argument.
4ee87dbb 5172 (w32_codepage_for_font): Rename CP_INVALID to CP_UNKNOWN.
52283633 5173 (w32_list_fonts): Don't choke if pattern doesn't specify a codepage.
4ee87dbb 5174
9765b4a4
GM
51752000-12-06 Gerd Moellmann <gerd@gnu.org>
5176
d285b373
GM
5177 * alloc.c (gc_sweep): Prevent symbols read during loadup
5178 from being freed.
5179
384333ee
GM
5180 * xdisp.c (underlying_face_id): New function.
5181 (handle_face_prop, face_before_or_after_it_pos): Use it
5182 to determine the face ``under'' a string. Let strings inherit
5183 the face of the buffer under them.
5184
5185 * xfaces.c (face_at_string_position): Update function comment.
52283633 5186
d4b72d58
GM
5187 * dispnew.c (adjust_glyph_matrix): Don't reuse a window's current
5188 matrix if the window's left position has changed; we need to
5189 redraw it in this case.
5190
5191 * dispextern.h (struct glyph_matrix): Add member window_left_x.
5192
e1d05387
GM
5193 * window.c (coordinates_in_window): Check mouse on mode-line or
5194 header-line first.
5195
eb1b0c74
GM
5196 * alloc.c (Fgarbage_collect): Dox fix. Return a list as
5197 advertized by the function documentation.
5198
d94d636f
GM
5199 * window.c (syms_of_window): Doc fix.
5200
3887b449
GM
5201 * sound.c (vox_configure): Set volume for left and right channel.
5202 (sound_cleanup): Return nil.
5203
efc8f57a
GM
5204 * xdisp.c (move_it_by_lines): Fix paren typo.
5205
9765b4a4
GM
5206 * xterm.c (x_load_font): Don't use the font's max_bounds for
5207 computing the height of the font. If max_bounds' ascent or
5208 descent are greater than the font's ascent or descent, this means
5209 glyphs overlap, which should be handled now by redisplay.
5210
6529ed87
GM
5211 * window.c (Veven_window_heights): New variable.
5212 (syms_of_window): DEFVAR_LISP it.
5213 (Fdisplay_buffer): Check Veven_window_heights before evening the
5214 window heights.
52283633 5215
0eb2ecde
MB
52162000-12-06 Miles Bader <miles@gnu.org>
5217
5218 * xfaces.c (Finternal_set_lisp_face_attribute): If FRAME is `t',
5219 update `default-frame-alist' instead of setting no frame parameters.
5220
03d7a167
KH
52212000-12-06 Kenichi Handa <handa@etl.go.jp>
5222
5223 * composite.c (update_compositions): Fix typo (use the correct
5224 variable).
5225
5f8803c2
JR
52262000-12-05 Jason Rumney <jasonr@gnu.org>
5227
5228 * md5.h: Remove underscores from function declarations.
5229 (__attribute__, __alignof__) [!__GNUC__]: Define.
5230
5231 * md5.c: Delay include of md5.h until after namespace cleaning.
5232
c28a075b
JR
5233 * makefile.w32-in (fns.o): Depend on md5.h
5234 (md5.o): New target.
5235 (sunfns.o): Remove.
5236
5237 * makefile.nt: Likewise.
5238
ff3c7056
JR
52392000-12-05 Jason Rumney <jasonr@altavista.net>
5240
5241 * w32term.c (expose_area): Complete last change.
5242
0c21eeeb
KR
52432000-12-05 Ken Raeburn <raeburn@gnu.org>
5244
5245 * minibuf.c: Include intervals.h.
5246
f201d732
JR
52472000-12-05 Jason Rumney <jasonr@gnu.org>
5248
5249 * w32term.c (x_produce_glyphs): If a font for a component of
5250 a composition is not found, use 1 pixel dot ascent and 0 dot
5251 descent value to avoid displaying terribly tall empty boxes.
5252 (expose_area): Pass x-coordinate relative to the exposed
5253 area to x_draw_glyphs instead of a window-relative coordinate.
5254
21999ab9
GM
52552000-12-05 Gerd Moellmann <gerd@gnu.org>
5256
4d2036e4
GM
5257 * xdisp.c (next_element_from_ellipsis): Save face before selective
5258 display in saved_face_id, and set face_before_selective_p.
5259 (reseat_1): Reset face_before_selective_p.
5260 (append_space, extend_face_to_end_of_line): If iterator's
5261 face_before_selective_p is set, use the face from saved_face_id.
5262 (extend_face_to_end_of_line): For tty frames, make sure to
5263 use the right face id when producing spaces at the end of
5264 the line.
5265
5266 * dispextern.h (struct it): Add face_before_selective_p.
5267
52be17cc
GM
5268 * keyboard.c (record_char): Don't record identical help-echo
5269 events in recent_keys.
5270
8a4f36cc
GM
5271 * xterm.c [USE_X_TOOLKIT]: Close the display.
5272 (xim_close_dpy): Handle case that the display has been closed.
5273
57d6e381
GM
5274 * xterm.c (x_destroy_window): Reset the frame's X window after
5275 destroying it.
5276
21999ab9
GM
5277 * dispnew.c (adjust_glyph_matrix): Make sure to initialize local
5278 variable window_width.
5279 (line_draw_cost): Fix code skipping over spaces at the end of the
5280 line when must_write_spaces is not set.
5281 (scrolling_window): Fix code inserting runs in list of all runs.
5282
91372bb7
KH
52832000-12-05 Kenichi Handa <handa@etl.go.jp>
5284
5285 * coding.c (setup_coding_system): Be sure to initialize
5286 coding->category_idx.
5287
6c083b4c
GM
52882000-12-04 Gerd Moellmann <gerd@gnu.org>
5289
0c68ce6f 5290 * xterm.c (PER_CHAR_METRIC): Removed because not used.
52283633 5291
6452929e
GM
5292 * xterm.c (expose_area): Pass x-coordinate relative to the exposed
5293 area to x_draw_glyphs instead of a window-relative coordinate.
5294
d7f31e22
GM
5295 * fileio.c (auto_save_error): Add parameter ERROR. Show the
5296 error in the message.
5297
ae18aa3b
GM
5298 * keyboard.c (Fread_key_sequence): Don't start the busy cursor
5299 timer after having read a key. It's not good for code reading
5300 several keys in a loop, like an input method.
5301
caa15ef7
GM
5302 * fileio.c (Finsert_file_contents): When VISIT is t, don't
5303 record undo information for format-decode.
5304
5305 * undo.c (Fprimitive_undo): Bind inhibit-read-only to t if
5306 current buffer is read-only, not if it isn't.
5307
6c083b4c
GM
5308 * keyboard.c (record_char): Record `help-echo' input events
5309 in recent_keys only if they display some help. Don't record
5310 `help-echo' events as macro char.
5311
caa15ef7
GM
53122000-12-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5313
5314 * editfns.c (save_excursion_restore): Don't move point
5315 in another window if it is showing the wrong buffer.
5316 Avoid the call to Fwindow_live_p, for speed.
5317
5a13529b
KH
53182000-12-04 Kenichi Handa <handa@etl.go.jp>
5319
e225faa7
KH
5320 * xfaces.c (struct font_name): New member registry_priority.
5321 (split_font_name): Initialize the above member to zero.
5322 (concat_font_list): New function.
5323 (font_list): Include fonts of all alternative registries.
5324 (FONT_POINT_SIZE_QUANTUM): New macro.
5325 (better_font_p): Ignore point size difference less than
5326 FONT_POINT_SIZE_QUANTUM. Use registry_prioprity as a last resort.
5327
e89648b4
KH
5328 * xterm.c (x_produce_glyphs): If a font for a component of
5329 a composition is not found, use 1 pixel dot ascent and 0 dot
5330 descent value to avoid displaying terribly tall empty boxes.
5331
5a13529b
KH
5332 * ccl.c (stack_idx_of_map_multiple): Don't use C initializier.
5333
d7935eb6
KR
53342000-12-03 Ken Raeburn <raeburn@gnu.org>
5335
5336 * coding.h (code_convert_string1): Declare.
5337
5338 * fns.c (Fmd5): Pass lisp objects, not integers, to call3.
5339
52283633 5340 * lisp.h (Fmake_variable_buffer_local, Fbuffer_file_name): Declare.
d7935eb6 5341
0dd5e255
JR
53422000-12-02 Jason Rumney <jasonr@gnu.org>
5343
5344 * w32term.c (w32_bdf_per_char_metric): Dereference pointer
5345 correctly for single byte character case.
5346 (w32_per_char_metric): Do not try to make any assumptions about
5347 the metrics of BDF fonts.
250cfece 5348 (x_estimate_mode_line_height): If `mode-line' face
52283633 5349 hasn't a font, use that of the frame, as drawing glyphs does.
250cfece
JR
5350 (note_mouse_highlight): Change the cursor shape on the vertical
5351 border between windows [not enabled].
5352
5353 * w32term.h (struct w32_output): Add member horizontal_drag_cursor.
5354
5355 * w32fns.c (Fx_create_frame): Reintroduce the call to
5356 face-set-after-frame-defaults.
5357 (Vx_window_horizontal_drag_shape): New variable.
5358 (syms_of_xfns): DEFVAR_LISP it.
5359 (x_set_mouse_color): Create frame's horizontal_drag_cursor [not
5360 enabled].
0dd5e255 5361
b5d8d2ca
GM
53622000-12-02 Simon Josefsson <simon@josefsson.org>
5363
5364 * fns.c (Fmd5): Use a different logic to decide the coding system
5365 to use.
5366
5367 * coding.h (Qwrite_region, Qcoding_system_error): Declare extern.
5368
fbb87147
EZ
53692000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5370
52283633 5371 * fileio.c (Fread_file_name) [DOS_NT]: Don't crash if homedir is NULL.
fbb87147 5372
447e9da0
GM
53732000-12-01 Gerd Moellmann <gerd@gnu.org>
5374
7708ced0
GM
5375 * xterm.c (x_calc_absolute_position): Don't subtract menubar's
5376 height for YNegative.
5377 (x_calc_absolute_position) [USE_MOTIF]: Use the column widget's
5378 height; also see comment there.
5379
447e9da0
GM
5380 * window.c (coordinates_in_window): Handle computations for
5381 positions on the vertical bar and fringes differently for
5382 window-system frames. Consider some pixels near the vertical bar
5383 as on the bar if the frame doesn't have vertical scroll bars.
5384 Associate positions between mode or header lines with the
5385 right window, the left one.
5386
86d1db20
JR
53872000-12-01 Jason Rumney <jasonr@gnu.org>
5388
5389 * w32term.c (w32_clear_window): Avoid clearing an invalid frame.
5390
5391 * w32xfns.c (get_frame_dc): Avoid changing the palette on an
5392 invalid frame.
5393
a1d58e5b
GM
53942000-12-01 Gerd Moellmann <gerd@gnu.org>
5395
52283633 5396 * window.c (struct saved_window): Add members orig_top and orig_height.
a1d58e5b
GM
5397 (SAVED_WINDOW_VECTOR_SIZE): Increment to 16.
5398 (save_window_save, Fset_window_configuration): Save/restore
5399 window's orig_top and orig_height.
5400
89c609af
JR
54012000-12-01 Jason Rumney <jasonr@gnu.org>
5402
4d177746 5403 * w32term.c (x_draw_vertical_border): Fix call to w32_fill_rect.
86d1db20 5404
89c609af
JR
5405 * w32fns.c (x_set_cursor_color): Fix last change.
5406
eccc05db
GM
54072000-11-30 Gerd Moellmann <gerd@gnu.org>
5408
31b6671b
GM
5409 * xdisp.c (echo_area_display): If cursor is in the echo area, make
5410 sure that the next redisplay displays the minibuffer, so that
5411 the cursor will be replaced with what the minibuffer wants.
5412
eccc05db
GM
5413 * xterm.c: Test USE_TOOLKIT_SCROLL_BARS everywhere with #ifdef and
5414 #ifndef instead of using #if.
5415 (XTread_socket) [USE_MOTIF] <KeyPress>: Call XmIsScrollBar only if
5416 USE_TOOLKIT_SCROLL_BARS is defined.
5417
162de750
JR
54182000-11-30 Jason Rumney <jasonr@gnu.org>
5419
5420 * w32fns.c (x_set_cursor_color): Use x_update_cursor instead of
5421 x_display_cursor.
5422
693c4692
GM
54232000-11-30 Gerd Moellmann <gerd@gnu.org>
5424
5425 * fns.c (Fmd5): Doc fix.
5426
b5d8d2ca 54272000-11-30 Simon Josefsson <simon@josefsson.org>
edfb795e
GM
5428
5429 * fns.c (Fmd5): New function.
5430 (syms_of_fns): Defsubr md5.
5431
5432 * Makefile.in (obj): Add md5.o
5433
b02cd40b
GM
54342000-11-30 Gerd Moellmann <gerd@gnu.org>
5435
edfb795e
GM
5436 * md5.h, md5.c: New files, taken from glibc.
5437
df3aedcf
GM
5438 * xmenu.c (popup_get_selection): Use xmalloc instead of malloc.
5439
b02cd40b 5440 * xterm.c (x_estimate_mode_line_height): If `mode-line' face
52283633 5441 hasn't a font, use that of the frame, as drawing glyphs does.
b02cd40b 5442
8b5176cd
SM
54432000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5444
5445 * eval.c (Frun_hooks): Allow 0 arguments.
5446
346598f1
GM
54472000-11-29 Gerd Moellmann <gerd@gnu.org>
5448
f9396e03
GM
5449 * xterm.c (XTmouse_position) [USE_X_TOOLKIT]: When the mouse
5450 is over the menu bar widget, say it's not on the frame.
5451
4a967a9b
GM
5452 * xfns.c (Fx_create_frame): Reintroduce the call to
5453 face-set-after-frame-defaults.
5454
346598f1
GM
5455 * eval.c (Fsignal): Reset handling_signal.
5456
222456a1
JR
54572000-11-28 Jason Rumney <jasonr@gnu.org>
5458
5459 * w32menu.c (add_menu_item): Reset menu item text when changing
5460 type to radio button.
5461
8049ddc0
GM
54622000-11-28 Gerd Moellmann <gerd@gnu.org>
5463
346598f1 5464 * xselect.c: Update copyright.
f4f4ee4d 5465
bebe4a2c
GM
5466 * window.c (coordinates_in_window): If on a mode or header line,
5467 but sufficiently close to its start, return ``on vertical
5468 border''. This gives us a way to drag windows horizontally when
5469 using toolkit scroll bars.
5470
5471 * xterm.c (note_mouse_highlight): Change the cursor shape
5472 on the vertical border between windows.
5473
5474 * xterm.h (struct x_output): Add member horizontal_drag_cursor.
5475
5476 * xfns.c (Vx_window_horizontal_drag_shape): New variable.
5477 (syms_of_xfns): DEFVAR_LISP it.
5478 (x_set_mouse_color): Create frame's horizontal_drag_cursor.
5479
8d2c2642
GM
5480 * textprop.c (text_read_only): New function.
5481 (verify_interval_modification): Use it instead of signaling
5482 `text-read-only'. This makes it easier to catch this error
52283633 5483 with a breakpoint.:
8d2c2642 5484
52283633 5485 * xdisp.c (forward_to_next_line_start): Check for newlines,
8049ddc0
GM
5486 not end of line, which includes CR.
5487
5a2bae6c
KH
54882000-11-28 Kenichi Handa <handa@etl.go.jp>
5489
5490 * coding.c (Ffind_coding_systems_region_internal): Be sure to
5491 include no-conversion.
5492
ae31f84d
JR
54932000-11-27 Jason Rumney <jasonr@gnu.org>
5494
5495 * w32fns.c (w32_load_system_font): Always mark font as double byte
5496 if codepage is unicode.
5497
67f1cf4c
GM
54982000-11-27 Gerd Moellmann <gerd@gnu.org>
5499
4a74d071 5500 * xdisp.c (forward_to_next_line_start): If already on a newline,
52283633 5501 just consume it to avoid unintended skipping over invisible text below.
4a74d071 5502
902ae620
GM
5503 * keyboard.c (lucid_event_type_list_p): Handle `help-echo',
5504 `vertical-line', `mode-line' and `header-line' events.
5505
5506 * xdisp.c (try_window_id): Avoid starting to display in the middle
67f1cf4c
GM
5507 of a character, a TAB for instance. This is easier than to set
5508 up the iterator exactly, and it's not a frequent case, so the
5509 additional effort wouldn't really pay off.
5510
c1e279c2
AC
55112000-11-26 Andrew Choi <akochoi@i-cable.com>
5512
67f1cf4c 5513 * emacs.c (main) [macintosh]: Call syms_of_frame before calling
c1e279c2
AC
5514 init_window_once.
5515
a609568a
JR
55162000-11-25 Jason Rumney <jasonr@gnu.org>
5517
52283633
SM
5518 * keyboard.c (make_lispy_event) [mouse_wheel, drag_n_drop]:
5519 Args to window_from_coordinates should be pixel coordinates.
48b21762 5520
a609568a
JR
5521 * w32fns.c (x_to_w32_font): Do not filter out italic fonts, as new
5522 redisplay handles them properly.
5523
a658d039
MB
55242000-11-25 Miles Bader <miles@gnu.org>
5525
5526 * indent.c (compute_motion): Keep pos_byte in sync with pos.
5527
d3416cca
JR
55282000-11-24 Jason Rumney <jasonr@gnu.org>
5529
5530 * w32.c (init_environment): Set LANG environment variable based on
5531 locale settings, if not set.
5532
5533 * w32fns.c (x_set_tool_bar_lines): Clear internal border when
5534 making tool bar smaller. When clearing the frame, also
5535 clear current matrices. Clear frame when tool bar disappears.
5536 Don't use more lines for the tool-bar than is available.
5537 (x_change_window_heights): New function.
5538
ba193890
GM
55392000-11-24 Gerd Moellmann <gerd@gnu.org>
5540
2be8f184
GM
5541 * xdisp.c (init_from_display_pos): If POS says we're already after
5542 an overlay string ending at POS, make sure to pop the iterator
5543 because it will be in front of that overlay string. When POS is
5544 ZV, we've thereby also ``processed'' overlay strings at ZV.
5545
ba193890
GM
5546 * xfaces.c (lface_from_face_name): Function comment fix.
5547
1862a24e
MB
55482000-11-24 Miles Bader <miles@gnu.org>
5549
5550 * xdisp.c (display_menu_bar, display_mode_line): Change the way we
5551 apply `mode-line-inverse-video' -- zero means force display using
5552 the default face, non-zero means display using the specialized face.
5553 (syms_of_xdisp): `mode-line-inverse-video' defaults to true again.
5554
f07fa1b8
KH
55552000-11-23 Kenichi Handa <handa@etl.go.jp>
5556
5557 * alloc.c (Fmake_string): Use MAX_MULTIBYTE_LENGTH, instead of
5558 hard coded `4'.
5559
2bcdf662
EZ
55602000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5561
5562 * coding.c (decode_coding_emacs_mule): Fix the case of
5563 CODING_EOL_LF, which used uninitialized value of c.
5564
ba8299ff
SM
55652000-11-23 Stefan Monnier <monnier@cs.yale.edu>
5566
5567 * xdisp.c (syms_of_xdisp): Make fontification-functions buffer-local.
5568
f4117c4d
GM
55692000-11-22 Gerd Moellmann <gerd@gnu.org>
5570
03e757c1
GM
5571 * buffer.c (Fmake_indirect_buffer): Don't treat nil as a
5572 buffer object.
5573
f4117c4d
GM
5574 * frame.h (struct frame): Replace desired_tool_bar_items,
5575 current_tool_bar_items, n_desired_tool_bar_items,
cc362d76 5576 n_current_tool_bar_items with tool_bar_items and n_tool_bar_items.
f4117c4d
GM
5577
5578 * frame.c (make_frame): Change initialization of tool bar
5579 items accordingly.
5580
5581 * xterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
cc362d76 5582 Change references to members deleted from struct frame to use the
f4117c4d
GM
5583 new ones.
5584
5585 * xdisp.c (update_tool_bar, build_desired_tool_bar_string): Change
52283633 5586 references to members deleted from struct frame to use the new ones.
f4117c4d 5587
52283633 5588 * dispnew.c (update_frame): Do nothing with frame's tool bar items.
f4117c4d
GM
5589
5590 * alloc.c (mark_object) <frame>: Mark tool bar items differently.
5591
5592 * w32term.c (x_tool_bar_item, w32_handle_tool_bar_click)
cc362d76 5593 (note_tool_bar_highlight): Change references to members deleted
f4117c4d
GM
5594 from struct frame to use the new ones.
5595
f8e2f3f2
MB
55962000-11-23 Miles Bader <miles@gnu.org>
5597
5598 * xdisp.c (display_menu_bar): Or `mode-line-inverse-video' with
5599 the face's inverse-video attribute, rather than overriding it.
5600
60e8e0a5
GM
56012000-11-22 Gerd Moellmann <gerd@gnu.org>
5602
5603 * xfns.c (x_set_tool_bar_lines): Clear internal border when
5604 making tool bar smaller.
5605
92dd1b29
DL
56062000-11-22 Dave Love <fx@gnu.org>
5607
5608 * s/sol2-5.h (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define.
5609
e672fdce
MB
56102000-11-22 Miles Bader <miles@gnu.org>
5611
3a17d6cc
MB
5612 * keyboard.c (Vminibuffer_message_timeout): New variable.
5613 (command_loop_1): Use it to determine message timeout.
5614 (syms_of_keyboard): Initialize it.
5615
60e8e0a5 5616 * xdisp.c (syms_of_xdisp): `mode-line-inverse-video' defaults to nil.
e672fdce 5617
e9655d81
KH
56182000-11-22 Kenichi Handa <handa@etl.go.jp>
5619
5620 * sysdep.c: Move the code for declaring h_errno after #include
5621 <netdb.h>.
5622
77270fac
GM
56232000-11-21 Gerd Moellmann <gerd@gnu.org>
5624
cd913aae
GM
5625 * xfns.c (Fx_hide_tip) [USE_LUCID]: Add a hack to redisplay
5626 the menu bar when the tooltip is unmapped.
5627
77270fac
GM
5628 * buffer.c (Fkill_buffer): Notice if the buffer to kill is the
5629 sole visible buffer when we're currently in the mini-buffer, and
5630 give up if so.
52283633 5631
556635d6
JR
56322000-11-21 Jason Rumney <jasonr@gnu.org>
5633
5634 * w32select.c (Fw32_set_clipboard_data): Save a copy of what is
5635 put on the clipboard.
5636 (Fw32_get_clipboard_data): Compare data on clipboard with saved
5637 copy of what Emacs last put there. If they are the same, do not
52283633 5638 use the clipboard copy to avoid losing data due to coding conversions.
556635d6 5639
5b7bde64
MB
56402000-11-22 Miles Bader <miles@gnu.org>
5641
5642 * minibuf.c (Vminibuffer_prompt_properties): New variable.
5643 (syms_of_minibuf): Initialize it.
5644 (read_minibuf): Add properties from Vminibuffer_prompt_properties
5645 to prompt, don't make read-only.
5646
ff23e1dd
GM
56472000-11-21 Gerd Moellmann <gerd@gnu.org>
5648
52283633
SM
5649 * bytecode.c (Fbyte_code) <Bvarbind, Bunwind_protect>:
5650 Add BEFORE/AFTER_POTENTIAL_GC.
3c64f287 5651
7aaf4388
GM
5652 * s/hpux10.h (_FILE_OFFSET_BITS): Undef.
5653
f5f47add 5654 * buffer.c (mmap_free_1): Avoid a compiler warning.
1a15cca0 5655
ff23e1dd
GM
5656 * term.c, cm.c: Don't try to include termcap.h; see comment there.
5657
37c35586
KH
56582000-11-21 Kenichi Handa <handa@etl.go.jp>
5659
5660 * s/sol2-5.h: Move #undef USE_MMAP_FOR_BUFFERS out of #if 0
5661 ... #endif scope.
5662
ff9ab414
GM
56632000-11-20 Gerd Moellmann <gerd@gnu.org>
5664
52283633 5665 * xfns.c (x_create_tip_frame): Use CWSaveUnder only if the
c51d2b5e
GM
5666 screen supports it.
5667
29a01b72
GM
5668 * s/gnu-linux.h: Don't use `#cpu'.
5669
09dfdf85
GM
5670 * buffer.c (MAP_FAILED): Define it as `((void *) -1)' if it's
5671 not defined in mman.h.
5672
52283633 5673 * xterm.c (scroll_bar_windows, scroll_bar_windows_size): New variables.
ff9ab414
GM
5674 (x_send_scroll_bar_event): Store the window in scroll_bar_windows
5675 and store an index in the XClientMessageEvent. Storing a
5676 Lisp_Object or pointer can fail on a 64 bit system, since X only
5677 transfers 32 bits.
52283633
SM
5678 (x_scroll_bar_to_input_event): Get the window from scroll_bar_windows.
5679
81459ac9
DL
56802000-11-20 Dave Love <fx@gnu.org>
5681
5682 * Makefile.in (LIBX): Reorder for -lX11 after -lXpm.
5683
56c13ae6
GM
56842000-11-20 Gerd Moellmann <gerd@gnu.org>
5685
5686 * s/sol2-5.h (USE_MMAP_FOR_BUFFERS): Undefine.
5687
495a6df3
KH
56882000-11-20 Kenichi Handa <handa@etl.go.jp>
5689
2bcf3714
KH
5690 * charset.c (get_new_private_charset_id): Don't limit CHARSET_ID
5691 by WIDTH.
5692
495a6df3
KH
5693 * alloc.c (make_string): Fix previous change. Be sure to make
5694 unibyte string correctly.
5695
6d950f4c
GM
56962000-11-19 Gerd Moellmann <gerd@gnu.org>
5697
39b39373
GM
5698 * window.c (Fwindow_list): Change parameter list to be XEmacs
5699 compatible.
5700 (window_list_1): New function.
5701 (window_loop): Use it instead of Fwindow_list.
5702
b95b34e5
GM
5703 * sysdep.c (emacs_ospeed): New variable.
5704 (toplevel): Don't declare ospeed extern.
5705 (init_baud_rate): Use emacs_ospeed instead of ospeed.
5706
5707 * termcap.c (ospeed): Remove.
5708 (tputs) [!emacs]: Remove unused code.
5709 (tgetent): Avoid a compiler warning.
5710
e83dc917
GM
5711 * xterm.c (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
5712 (x_scroll_bar_remove, XTset_vertical_scroll_bar): Call
b95b34e5 5713 SCROLL_BAR_X_WIDGET with additional argument DPY.
e83dc917
GM
5714
5715 * xterm.h (struct scroll_bar): Members x_widget_low, x_widget_high
5716 removed.
5717 (SCROLL_BAR_X_WIDGET): Get the widget via XtWindowToWidget.
5718 Take the X display as additional argument.
5719 (SET_SCROLL_BAR_X_WIDGET): Store the window of the widget, since
5720 `Widget' is a pointer type that's not easily stored in Lisp_Object
5721 form in a portable way.
52283633 5722
6d950f4c
GM
5723 * dispnew.c (update_text_area): Fix last change.
5724
e47306e6
GM
57252000-11-18 Gerd Moellmann <gerd@gnu.org>
5726
fb3cd89b
GM
5727 * xdisp.c: Use BINDING_STACK_SIZE throughout.
5728
5729 * xfns.c (x_set_tool_bar_lines): When clearing the frame, also
5730 clear current matrices.
5731
edaa9aed
GM
5732 * buffer.c (mmap_enlarge): Don't print a message on stderr
5733 if mapping new memory at the end of the existing region fails.
5734
e47306e6
GM
5735 * dispnew.c (update_text_area): Don't skip over equal glyphs
5736 when the last current glyph overlaps the glyph to its right.
5737
509633e3
MB
57382000-11-18 Miles Bader <miles@gnu.org>
5739
5740 * xdisp.c (message_log_check_duplicate): Let "..."-detection match
5741 lines that *end* with "..." too (that's the most common case!).
5742
d392e9c5
GM
57432000-11-18 Gerd Moellmann <gerd@gnu.org>
5744
67988445
GM
5745 * xdisp.c (resize_mini_window): Temporarily change to the
5746 mini-window's buffer if necessary.
1bfdbe43 5747
d392e9c5
GM
5748 * xfns.c (Fx_show_tip): Use default y-offset of -10 so that
5749 the tooltip obscures less text under it.
5750
57512000-11-17 Gerd Moellmann <gerd@gnu.org>
5752
5753 * puresize.h (BASE_PURESIZE): Increase to 700000.
5754
92bb977f
JR
57552000-11-18 Jason Rumney <jasonr@gnu.org>
5756
5757 * w32term.c (w32_draw_bitmap): Use face to set colors.
5758
26fbf20b
DL
57592000-11-17 Dave Love <fx@gnu.org>
5760
5761 * lread.c (Fload): Fix #ifdef for pcc.
5762
100b593b
GM
57632000-11-17 Gerd Moellmann <gerd@gnu.org>
5764
5765 * xdisp.c (pos_visible_p): Compute the default character height
5766 differently.
5767
a288d0d1
GM
57682000-11-16 Gerd Moellmann <gerd@gnu.org>
5769
cac94de6 5770 * xdisp.c (pos_visible_p): Handle case that we reach ZV without
52283633 5771 knowing the line's height; use the default font's height in that case.
cac94de6 5772
a288d0d1
GM
5773 * xfaces.c (weight_table): Add `demi' with the same meaning as
5774 `demibold'.
5775
981fb6f6
KH
57762000-11-16 Kenichi Handa <handa@etl.go.jp>
5777
2cca872d 5778 * dispnew.c (null_row): New global static variable.
981fb6f6
KH
5779 (clear_glyph_row): Delete local static variable null_row.
5780
e5fa381b
JR
57812000-11-15 Jason Rumney <jasonr@gnu.org>
5782
5783 * w32term.c (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New constant.
5784 (w32_alloc_lighter_color): Use new brightness calculations from
5785 xterm.c. Scale delta to be in the range expected by W32.
5786 (w32_draw_relief_rect): Use frame relief colors.
5787
8e42f043
GM
57882000-11-15 Gerd Moellmann <gerd@gnu.org>
5789
6d133d1f
GM
5790 * frame.c (syms_of_frame_1): Removed; code moved to syms_of_frame.
5791 (Qinhibit_default_face_x_resources): New variable.
5792 (syms_of_frame): Initialize it.
5793 (Fmodify_frame_parameters): Bind inhibit-default-face-x-resources.
5794
5795 * xdisp.c (pos_visible_p): Improve function comment.
5796
5797 * lisp.h (BINDING_STACK_SIZE): New macro.
5798
8e42f043
GM
5799 * dired.c (directory_files_internal) [EAGAIN || EINTR]: Retry
5800 reading the directory if readdir returns null and errno is EAGAIN
5801 or EINTR.
5802
e8c87124
SM
58032000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5804
5805 * xdisp.c (try_scrolling): Set scroll_max to max of scroll_* args
5806 so setting scroll-step to 1 doesn't defeat scroll-conservatively.
5807 Set amount_to_scroll to max of dx and scroll_step so that
5808 scroll-conservatively doesn't defeat scroll-step>1.
5809 (syms_of_xdisp): Add a hint in scroll-step's docstring to use
5810 scroll-conservatively for line-at-a-time scrolling.
5811
5f0c971d
GM
58122000-11-14 Gerd Moellmann <gerd@gnu.org>
5813
5814 * window.c (Fpos_visible_in_window_p): Call pos_visible with
5815 extra argument.
5816
5817 * xdisp.c (current_mode_line_height, current_header_line_height):
5818 New variables.
5819 (init_xdisp): Initialize them.
5820 (pos_visible_p): Add parameter EXACT_MODE_LINE_HEIGHTS_P. Compute
5821 and use exact mode line heights if it is set.
5822
5823 * lisp.h (pos_visible_p): Change prototype.
5824
5825 * dispextern.h (CURRENT_MODE_LINE_HEIGHT)
5826 (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height
5827 and current_header_line_height first.
52283633
SM
5828 (current_mode_line_height, current_header_line_height):
5829 Declare extern.
5f0c971d 5830
d7361edf
MB
58312000-11-14 Miles Bader <miles@lsi.nec.co.jp>
5832
5833 * xterm.c (x_alloc_lighter_color): Use real brightness calculation.
5834 Just use FACTOR/2 instead of HIGHLIGHT_COLOR_DARK_BOOST.
5835 (HIGHLIGHT_COLOR_DARK_BOOST): Macro removed.
5836
ee5e440a
MB
58372000-11-14 Miles Bader <miles@gnu.org>
5838
5839 * xterm.c (x_alloc_lighter_color): Include an additive component
5840 too for dark colors, because FACTOR isn't enough.
5841 (HIGHLIGHT_COLOR_DARK_BOOST, HIGHLIGHT_COLOR_DARK_BOOST_LIMIT):
5842 New macros.
5843
5ca020fc
GM
58442000-11-13 Gerd Moellmann <gerd@gnu.org>
5845
5846 * keyboard.c (show_help_echo): Call message3_nolog with number of
5847 bytes in the help string as 2nd parameter, instead of the number
5848 of characters.
5849
9d348294
MB
58502000-11-13 Miles Bader <miles@gnu.org>
5851
5852 * lread.c (openp): Return -2 instead of 0 for the `remote file' case.
5853 (Fload): Use new openp return protocol.
5854 Don't try to use Vload_source_file_function to load .elc files.
5855 * xfns.c (x_create_bitmap_from_file, x_find_image_file): Use new
5856 openp return protocol.
5857 * w32fns.c (x_create_bitmap_from_file, x_find_image_file): Likewise.
5858
1729bb9a
KH
58592000-11-11 Kenichi Handa <handa@etl.go.jp>
5860
4e677396
KH
5861 * syssignal.h: Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.
5862
5863 * m/ibmrs6000.h (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):
5864 Defined these macros.
5865 (NLIST_STRUCT): Avoid re-defining it.
5866
1729bb9a
KH
5867 * s/hpux10.h (C_SWITCH_X_SYSTEM): Include -I/usr/include/X11R6 and
5868 -I/usr/contrib/X11R6/include.
5869 (LD_SWITCH_X_DEFAULT): Include -L/usr/lib/X11R6.
5870
a82fe213
JR
58712000-11-10 Jason Rumney <jasonr@gnu.org>
5872
5873 * w32term.h (CP_8BIT, CP_UNICODE, CP_INVALID): New pseudo-codepages.
5874
5875 * w32term.c (w32_encode_char): Handle CP_UNICODE specially.
5876 (w32_use_unicode_for_codepage): Use new pseudo-codepages.
5877
5878 * w32fns.c (Qw32_charset_hangeul): Rename to match w32 headers.
5879 (Qw32_charset_vietnamese): New symbol.
5880 (xlfd_charset_of_font): New function.
5881 (w32_load_system_font): Use it.
5882 (x_to_w32_charset): Use Fassoc to find charset info. Special case
5883 when Vw32_charset_info_alist is nil to ensure default face always
5884 has font. Use Fcar and Fcdr for safety.
5885 (w32_to_x_charset): Use Vw32_charset_info_alist for mappings.
5886 (w32_codepage_for_font): Use xlfd_charset_of_font. Use new
5887 pseudo-codepages for special cases.
5888 (w32_to_x_font): New parameter to allow charset portion to be
5889 specified where there is many to one mapping. Callers changed.
5890 (w32_list_fonts): Avoid listing fonts that won't display.
5891
52d89894
GM
58922000-11-10 Gerd Moellmann <gerd@gnu.org>
5893
5894 * xfaces.c (Vface_alternative_font_registry_alist): New variable.
5895 (font_list_1): Renamed from font_list.
5896 (font_list): New function, trying alternative registries from
5897 Vface_alternative_font_registry_alist.
5898 (Finternal_set_alternative_font_registry_alist): New function.
5899 (syms_of_xfaces): Initialize and Staticpro
52283633
SM
5900 Vface_alternative_font_registry_alist.
5901 Defsubr Finternal_set_alternative_font_registry_alist.
52d89894 5902
651cd3da
KR
59032000-11-09 Ken Raeburn <raeburn@gnu.org>
5904
5905 * lisp.h (Flooking_at): Declare.
5906
388ac098
GM
59072000-11-09 Gerd Moellmann <gerd@gnu.org>
5908
778fbc46 5909 * dired.c (directory_files_internal): Fix a braino.
52283633 5910
388ac098
GM
5911 * dired.c (directory_files_internal): Add missing GCPRO's.
5912 Some cleanup.
5913
ecaedde1
GM
59142000-11-08 Gerd Moellmann <gerd@gnu.org>
5915
f7eb32aa
GM
5916 * xdisp.c (syms_of_xdisp): Change doc of max-mini-window-height.
5917 (resize_mini_window): Return quickly if Vresize_mini_window is
5918 nil. Don't return if Vmax_mini_window_height is nil.
5919
5920 * xdisp.c (Vresize_mini_window, Qgrow_only): New variables.
5921 (syms_of_xdisp): Initialize them.
5922 (resize_mini_window): Act according to the setting of
5923 Vresize_mini_window.
5924 (syms_of_xdisp): Initialize Vmenu_bar_update_hook to nil.
5925
ecaedde1
GM
5926 * xterm.c (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Map the
5927 scroll bar widget after configuring it, so that it will appear at
5928 the right position from the start.
5929 (XTredeem_scroll_bar): Cleaned up.
5930
3747ef2c
KH
59312000-11-08 Kenichi Handa <handa@etl.go.jp>
5932
5933 * xterm.c (VCENTER_BASELINE_OFFSET): Fix previous change. If the
5d16e624 5934 font is taller than the frame line, we don't have to bias the
3747ef2c
KH
5935 division by two.
5936
5937 * w32term.c (VCENTER_BASELINE_OFFSET): Likewise.
5938
03391420
DL
59392000-11-07 Dave Love <fx@gnu.org>
5940
7758f1c1 5941 * config.in (HAVE_MKSTEMP): Add.
03391420
DL
5942
5943 * callproc.c (Fcall_process_region) [HAVE_MKSTEMP]: Use it.
5944
b5de343d
GM
59452000-11-07 Gerd Moellmann <gerd@gnu.org>
5946
acad3c0b
GM
5947 * window.c (Fset_window_configuration): Don't try to preserve
5948 point in the current buffer, if that buffer is displayed in more
5949 than one window.
5950
b5de343d
GM
5951 * xfaces.c (lookup_named_face): If default face isn't realized,
5952 try to realize it. Return -1 if not successful.
5953 (Fx_list_fonts): Handle case that face cannot be determined.
5954 (Fface_font): Likewise.
5955
cdb1fe49
GM
59562000-11-06 Gerd Moellmann <gerd@gnu.org>
5957
5958 * window.c (displayed_window_lines): Detect partially
5959 visible lines at the bottom correctly.
5960
d3a67486
SM
59612000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5962
5963 * fileio.c (Fwrite_region): Use `visiting' rather than `visit'
5964 when ensuring we don't do visit in indirect buffer.
5965
ff8dd5d5
KH
59662000-11-06 Kenichi Handa <handa@etl.go.jp>
5967
5968 * composite.h (compose_chars_in_text): Add prototype.
5969
5970 * composite.c (Vcomposition_function_table): New variable.
5971 (Qcomposition_function_table): New variable.
5972 (run_composition_function): Call
5973 Vcompose_chars_after_function with three arguments.
5974 (compose_chars_in_text): New function.
5975 (syms_of_composite): Modified the doc-string of
5976 Vcompose_chars_after_function. Declare composition-function-table
5977 as a lisp variable, and initialize it.
5978
5979 * xfns.c (x_encode_text): Suppress producing escape sequences for
5980 composition.
5981
5982 * xselect.c: Include composite.h.
5983 (selection_data_to_lisp_data): Call compose_chars_in_text on STR.
5984
d1145f85
AI
59852000-11-05 Andrew Innes <andrewi@gnu.org>
5986
5987 * w32term.c (x_produce_glyphs): Fix typo in enum name.
5988
5989 * sysdep.c (read_input_waiting): Remove extraneous argument to
5990 read_socket_hook.
5991
5992 * w32fns.c (Fx_server_version): Include w32_build_number in the
5993 return list.
5994
5995 * w32heap.c (w32_build_number): New variable.
5996 (cache_system_info): Set it.
5997
5998 * w32heap.h (w32_build_number): Add extern.
5999
6000 * emacs.c (syms_of_emacs): Update docstring for
6001 system-configuration, to reflect the actual usage on MS-Windows.
6002
e85ee976
GM
60032000-10-31 Gerd Moellmann <gerd@gnu.org>
6004
26dcb81b
GM
6005 * keyboard.c (read_char) <wrong_kboard>: Make sure that we
6006 process idle timers while waiting for another event.
6007
52283633 6008 * dispnew.c (update_frame_line): Handle case where spaces in
0a894bad
GM
6009 the default face are colored.
6010
e85ee976
GM
6011 * xdisp.c (redisplay_tool_bar): Don't set fonts_changed_p if
6012 window height hasn't changed.
6013
01b220b6
JR
60142000-10-31 Jason Rumney <jasonr@gnu.org>
6015
6016 * w32term.c (x_produce_glyphs): Handle composite characters.
6017 (x_draw_glyph_string_foreground)
6018 (x_draw_composite_glyph_string_foreground): Restore old font.
6019
4e6b7204
MB
60202000-10-31 Miles Bader <miles@lsi.nec.co.jp>
6021
6022 * minibuf.c (read_minibuf): Reset the undo history just before
6023 starting the recursive-edit.
6024
d4358b37
GM
60252000-10-30 Gerd Moellmann <gerd@gnu.org>
6026
563f68f1
GM
6027 * xfaces.c (menu_face_change_count): New variable.
6028 (Finternal_set_lisp_face_attribute): Increment it for changes
6029 of the `menu' face.
6030 (realize_basic_faces): Reflect changes in the `menu' faces
6031 in menu bars.
6032
82e274d1
GM
6033 * xdisp.c (try_scrolling) <PT >= scroll_margin_pos>: Add 1 to the
6034 dy obtained from the iterator's y-position after moving from
6035 scroll_margin_pos to PT; see comment there.
52283633 6036
0dbf9fd2
GM
6037 * xdisp.c (safe_eval_handler): Call add_to_log.
6038
906b3b14
GM
6039 * xfaces.c (resolve_face_name): Handle case that FACE_NAME
6040 is not a symbol or string.
6041
d4358b37
GM
6042 * xdisp.c (echo_area_display): Don't perform a display update from
6043 inside redisplay. The update will happen anyway at the end of
6044 redisplay, and it can confuse redisplay (GC messages while
6045 redisplaying, for instance.)
6046
70c825df
SM
60472000-10-30 Stefan Monnier <monnier@cs.yale.edu>
6048
cf9b4b0b
SM
6049 * xrdb.c (x_load_resources): Use the class name in the defaults.
6050
70c825df
SM
6051 * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
6052 (regex_compile): Catch bogus \(\1\).
6053
a1d34b1e
GM
60542000-10-30 Gerd Moellmann <gerd@gnu.org>
6055
cae71efe
GM
6056 * xterm.c (x_alloc_nearest_color): Fix last change to compare
6057 RGB values.
52283633 6058
35efe0a1
GM
6059 * xterm.c (x_alloc_nearest_color): If allocation succeeds, and
6060 we have a color cache, check that the cached color equals the
6061 allocated color. If not, clear the color cache.
6062
1d3baf74
GM
6063 * window.c (displayed_window_lines): Change buffers if necessary.
6064 Fix computation of displayed lines.
6065
a1d34b1e
GM
6066 * keyboard.c (syms_of_keyboard): Change DEFVAR_LISP of
6067 update_menu_bindings to DEFVAR_BOOL.
6068
70737ea9
KH
60692000-10-30 Kenichi Handa <handa@etl.go.jp>
6070
70c825df 6071 * search.c (Fset_match_data): Be sure to make search_regs always sane.
80406070 6072
fa0cb51d
KH
6073 * puresize.h (BASE_PURESIZE): Increase to 680000.
6074
70737ea9
KH
6075 * fns.c (Foptimize_char_table): Fix arg for CHARSET_DIMENSION.
6076
0e4c08e8
JR
60772000-10-29 Jason Rumney <jasonr@gnu.org>
6078
6079 * w32term.h (FONT_DESCENT): Negate descent of BDF fonts.
6080
6081 * w32term.c (w32_bdf_per_char_metric): Negate descent.
6082 (w32_cache_char_metrics): Handle possibility that 'x' does not
6083 exist in a BDF font.
6084 (W32_TEXTOUT): w32_BDF_TextOut wants number of bytes not chars.
6085
6086 * w32bdf.h (bdffont): Add nchars.
6087
6088 * w32bdf.c (set_bdf_font_info): Set it.
6089 (w32_BDF_TextOut): Swap byte order of double byte characters.
6090 (w32_load_bdf_font): Set double_byte_p based on bdf_font->nchars.
6091
45b84006
EZ
60922000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6093
6094 * frame.c (Fframe_parameters): Fix the change from 2000-10-16:
6095 don't override the colors in frame's param_alist, unless they are
6096 unspecified.
6097
6098 * term.c (reassert_line_highlight): If inverse_video is non-zero,
6099 reverse the effect of the highlight flag.
6100
caf9deee
KR
61012000-10-27 Ken Raeburn <raeburn@gnu.org>
6102
6103 * window.h (Fwindow_live_p): Declare.
6104
ae0b9b46
KR
6105 * undo.c (record_delete): Check that last_undo_buffer is really a
6106 buffer before applying XBUFFER to it.
6107
6108 * keymap.c (where_is_internal): Pass lisp object, not integer, to
6109 Faref.
6110
02067692
SM
61112000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6112
6113 * lisp.h (KEYMAPP): New macro.
6114 (get_keymap): Remove.
6115 (get_keymap_1): Rename get_keymap.
6116
6117 * keyboard.h (get_keymap_1, Fkeymapp): Remove prototype.
6118
6119 * xterm.c (note_mode_line_highlight): Use KEYMAPP.
6120
6121 * xmenu.c (single_submenu): Use KEYMAPP.
6122 (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp.
6123 Use KEYMAPP rather than Fkeymapp.
6124
6125 * w32term.c (note_mode_line_highlight): Use KEYMAPP.
6126
6127 * w32menu.c (True, False): Remove (use TRUE and FALSE instead).
6128 (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp.
6129 Use KEYMAPP rather than Fkeymapp.
6130 (single_submenu): Use KEYMAPP.
6131 (w32_menu_show, w32_dialog_show): Use TRUE.
6132
6133 * minibuf.c (Fread_from_minibuffer): Update call to get_keymap.
6134
6135 * keymap.c (KEYMAPP): Remove (moved to lisp.h).
6136 (Fkeymapp): Use KEYMAPP.
6137 (get_keymap): Rename from get_keymap_1. Remove old def.
6138 Return t when autoload=0 and error=0 and the keymap needs autoloading.
6139 (Fcopy_keymap): Check (eq (car x) 'keymap) rather than using Fkeymapp.
6140 (Fminor_mode_key_binding): Don't raise an error if the binding
6141 is not a keymap.
6142 (Fuse_global_map, Fuse_local_map): Allow autoloading.
6143 (Faccessible_keymaps): Fetch keymaps rather than checking Fkeymapp.
6144
6145 * keyboard.c (read_char): get_keymap_1 -> get_keymap.
6146 Allow Vspecial_event_map to be autoloaded.
6147 (menu_bar_items): Fetch the keymap rather than using keymapp.
6148 (menu_bar_one_keymap): No need to follow func-indirect any more.
6149 (parse_menu_item): get_keymap_1 -> get_keymap.
6150 (tool_bar_items): Fetch the keymap rather than using keymapp.
6151 (read_key_sequence): Use KEYMAPP.
6152
6153 * intervals.c (get_local_map): Use get_keymap rather than following
6154 function-indirections explicitly.
6155
6156 * doc.c (Fsubstitute_command_keys): get_keymap_1 -> get_keymap.
6157
f9d80af3
JR
61582000-10-27 Jason Rumney <jasonr@gnu.org>
6159
6160 * w32fns.c (Fx_create_frame): Make default fontsize on w32 10
6161 point, as Windows has oversized fonts.
6162
6163 * fontset.c (syms_of_fontset) [WINDOWSNT]: Likewise.
6164
a3ba27da
GM
61652000-10-27 Gerd Moellmann <gerd@gnu.org>
6166
6167 * gmalloc.c [GC_MCHECK]: Add code from mcheck.c of glibc-1.09.1.
6168 (freehook, reallochook): Handle null pointer arguments.
6169 (__malloc_initialize) [GC_MCHECK]: Call mcheck.
6170
aa3b80cc
SM
61712000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6172
6173 * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
6174 (re_match_2_internal, re_match_2_internal, re_match_2_internal):
6175 Giving in to popular pressure to shut up the compiler with casts.
6176
e24e84cc
GM
61772000-10-27 Gerd Moellmann <gerd@gnu.org>
6178
6179 * xterm.c (x_draw_glyph_string): Treat XA_UNDERLINE_POSITION as a
6180 signed value, and use a default value computed from the font's
6181 maximum descent.
6182
05ea7ef2
MB
61832000-10-27 Miles Bader <miles@lsi.nec.co.jp>
6184
6185 * xterm.c (x_draw_glyph_string): Add a workaround so that fonts
6186 that specify a negative underline position can still use underlines.
6187
6188 * window.c (Fpos_visible_in_window_p): Make POS default to
6189 WINDOW's point, not the current buffer's point.
6190
0b95284b
DL
61912000-10-26 Dave Love <fx@gnu.org>
6192
6193 * s/sol2-5.h: Don't define SYSTEM_MALLOC so that we can find out
6194 when it's necessary.
6195
6c5b90af
GM
61962000-10-26 Gerd Moellmann <gerd@gnu.org>
6197
8b6d9dc9
GM
6198 * window.c (size_window): Compute size difference from sum of old
6199 child window sizes instead of from parent's size.
6200
6bc92b2e
GM
6201 * xdisp.c (pos_visible_p): Change current buffer if necessary.
6202 Handle obscured lines at the top of the window.
6203
6204 * frame.c (Fdelete_frame): Doc fix. Move running the hook
6205 down after the last error condition check.
6206
6c5b90af
GM
6207 * frame.c (Fdelete_frame): Run delete-frame-hook.
6208
42f92d4d
KH
62092000-10-26 Kenichi Handa <handa@etl.go.jp>
6210
6211 * coding.c (decode_coding): Fix previous change (check also
6212 CODING_MODE_LAST_BLOCK).
6213
d97151cb
SM
62142000-10-25 Stefan Monnier <monnier@cs.yale.edu>
6215
e7efc503
SM
6216 * regex.c: More `unsigned char' -> `re_char' changes.
6217 Also change several `int' into `re_wchar_t'.
6218 (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
6219 (PUSH_FAILURE_POINTER): Don't cast any more.
6220 (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
6221 We want GCC to complain, since this piece of code makes
6222 re_match non-reentrant, which *should* be fixed.
6223 (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
6224 (EXTEND_BUFFER): Use RETALLOC.
6225 (SET_LIST_BIT): Don't cast.
6226 (re_wchar_t): New type.
6227 (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
6228 that those two functions will always properly return.
6229 (IMMEDIATE_QUIT_CHECK): Cast to void.
6230 (analyse_first): Use recursion rather than an explicit stack.
6231 (re_compile_fastmap): Can't fail anymore.
6232 (re_search_2): Don't check re_compile_fastmap for failure.
6233 (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
6234 Now also sets the new value (passed in a new argument).
6235 (re_match_2_internal): Use it.
6236 Also, use a new var `reg' of type size_t when looping through regs
6237 rather than reuse the inappropriate `mcnt'.
6238
d97151cb
SM
6239 * keymap.c (where_is_cache, where_is_cache_keymaps): New vars.
6240 (Fset_keymap_parent, store_in_keymap): Flush the where-is cache.
6241 (where_is_internal): Renamed from Fwhere_is_internal.
6242 Don't DEFUN any more. Arg `xkeymap' replaced by `keymaps'.
6243 (Fwhere_is_internal): New function wrapping where_is_internal.
6244 (where_is_internal_1): Handle the case where we're filling the cache.
6245 (syms_of_keymap): Init and gcpro the where_is_cache(|_keymaps).
6246
d5789b65
MB
62472000-10-25 Miles Bader <miles@gnu.org>
6248
6249 * xdisp.c (pos_visible_p): Don't add `it.current_y' twice.
6250
4ecda532
GM
62512000-10-25 Gerd Moellmann <gerd@gnu.org>
6252
6253 * window.c (pos_fully_visible_p): Removed.
6254 (Fpos_visible_in_window_p): Use pos_visible_p to determine
6255 if position is visible and/or fully visible.
6256
6257 * lisp.h (pos_visible_p): Add prototype.
6258
6259 * xdisp.c (pos_visible_p): New function.
6260
68c3a137
KH
62612000-10-25 Kenichi Handa <handa@etl.go.jp>
6262
6263 * process.c (send_process): If OBJECT is t, it means that the data
6264 is from C string, but we should encode it. Before calling
6265 setup_raw_text_coding_system, be sure to flush out data by the
6266 previous coding system.
6267
7ae1c032
MB
62682000-10-25 Miles Bader <miles@lsi.nec.co.jp>
6269
ff4dcd4b
MB
6270 * buffer.c (overlays_at): Only let CHANGE_REQ inhibit an
6271 assignment of startpos to prev when startpos == pos.
6272
7ae1c032
MB
6273 * editfns.c (find_field): Set the field stickiness correctly from
6274 overlay fields. Use renamed `text_property_stickiness'.
6275 (text_property_stickiness): Renamed from `char_property_stickiness'.
ebe2a441 6276 Only check text properties, not overlays.
7ae1c032
MB
6277 * textprop.c (get_char_property_and_overlay): New function.
6278 (Fget_char_property): Use it.
6279 * intervals.h (get_char_property_and_overlay): Add declaration.
6280
49801145
SM
62812000-10-25 Stefan Monnier <monnier@cs.yale.edu>
6282
6283 * keymap.c: Use AREF, ASET and ASIZE macros.
6284 (Fmake_sparse_keymap): Docstring fix.
6285 (synkey): Remove.
6286 (shadow_lookup): Move up.
6287 Handle the case where lookup-key returns an integer.
6288 (where_is_internal_1): Drop arg `keymap'. Don't check shadowing.
6289 (where_is_internal_2): Adapt to fewer args for where_is_internal_1.
6290 (Fwhere_is_internal): Allow `xkeymap' to be a list of keymaps.
6291 Simplify/rewrite the keymap-finding code.
6292 Add check for command shadowing, using shadow_lookup.
6293
39e776cd
SM
62942000-10-24 Stefan Monnier <monnier@cs.yale.edu>
6295
6296 * keymap.c (fix_submap_inheritance): Use get_keymap_1 on parent_entry
6297 rather than KEYMAPP, to allow EQ to work correctly if parent_entry is
6298 a symbol.
6299
2488aba5
AI
63002000-10-24 Andrew Innes <andrewi@gnu.org>
6301
6302 * dired.c (directory_files_internal_unwind): New function.
6303 (directory_files_internal): Use it to ensure closedir is called
6304 even if expand-file-name or file-attributes throw, eg. because of
6305 a user interrupt. Also enable immediate_quit while calling
6306 re_search, so that matching can be interrupted as well.
6307
b94fdf61
AI
63082000-10-24 Andrew Innes <andrewi@gnu.org>
6309
6310 * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
6311 NT-Emacs only.
6312 (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
6313 so that re_search functions only quit when callers expect them to.
6314
63152000-10-24 Kenichi Handa <handa@etl.go.jp>
6316
6317 * regex.c (regex_compile): Change the way of handling a range from
6318 a char less than 256 to a char not less than 256.
6319
1946f901
GM
63202000-10-24 Gerd Moellmann <gerd@gnu.org>
6321
7ae2f10f
GM
6322 * window.c (size_window): Prevent setting window's width or
6323 height to a negative value (esp. with XSETFASTINT).
6324
5dcab13e
GM
6325 * gmalloc.c (state_protected_p, last_state_size, last_heapinfo)
6326 [GC_MALLOC_CHECK && GC_PROTECT_MALLOC_STATE]: New variables.
6327 (protect_malloc_state) [GC_MALLOC_CHECK &&
6328 GC_PROTECT_MALLOC_STATE]: New function.
6329 (PROTECT_MALLOC_STATE): New macro.
6330 (__malloc_initialize, morecore, _malloc_internal)
6331 (_free_internal) _realloc_internal): Use it to make _heapinfo
6332 read-only outside of gmalloc.
6333
63e1b552
GM
6334 * keymap.c: Update copyright.
6335
1946f901
GM
6336 * .gdbinit (xbacktrace): Handle case that $bt->function isn't
6337 a symbol.
6338
4fa09beb
GM
63392000-10-24 Colin Walters <walters@cis.ohio-state.edu>
6340
6341 * filelock.c (unlock_all_files): Use unlock_file to expand each
6342 buffer's file_truename before trying remove its lock file.
6343
23afac01
EZ
63442000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
6345
6346 * coding.c (decode_coding_emacs_mule): If coding->eol_type is CR
6347 or CRLF, decode EOLs.
6348
04448b95
KH
63492000-10-24 Kenichi Handa <handa@etl.go.jp>
6350
6351 * window.c (Fdisplay_buffer): Fix doc.
6352
3090a5a5
JR
63532000-10-23 Jason Rumney <jasonr@gnu.org>
6354
6355 * fontset.c (syms_of_fontset) [WINDOWSNT]: Special case for
6356 ASCII font of default fontset on Windows.
6357
6358 * w32term.c (VCENTER_BASELINE_OFFSET): Bias division (see
6359 xterm.c comment below).
6360
6361 * w32fns.c (x_to_w32_font): Initialize dpi from dpyinfo->resy.
6362
a83fee2c
GM
63632000-10-23 Gerd Moellmann <gerd@gnu.org>
6364
6365 * xterm.c (x_connection_closed): Reset handling_signal.
6366
52283633 6367 * alloc.c (emacs_blocked_free) [GC_MALLOC_CHECK]: Handle freeing null.
a83fee2c 6368
6ffdb539
MB
63692000-10-23 Miles Bader <miles@gnu.org>
6370
6371 * window.c (window_scroll_pixel_based, window_scroll_line_based):
6372 Pass nil for FULLY argument to Fpos_visible_in_window_p to
6373 maintain old behavior.
6374 * minibuf.c (Fminibuffer_complete): Likewise.
6375
7f1c969b
MB
63762000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6377
6378 * xterm.c (VCENTER_BASELINE_OFFSET): Bias the division by two, so
6379 that when a font can't be exactly centered, it errs up rather than
6380 down.
6381
23afac01 63822000-10-23 ShengHuo ZHU <zsh@cs.rochester.edu>
8ec118cd 6383
52283633 6384 * fns.c (Fbase64_decode_string): The decoded result should be unibyte.
8ec118cd 6385
1a578e9b
AC
63862000-10-23 Andrew Choi <akochoi@i-cable.com>
6387
6388 * dispextern.h [macintosh]: Include macgui.h instead of macterm.h.
6389
6390 * dispnew.c [macintosh]: Include macterm.h.
a83fee2c 6391 (init_display) [macintosh]: Initialization for window system.
1a578e9b
AC
6392
6393 * emacs.c (main) [macintosh]: Call syms_of_textprop,
6394 syms_of_macfns, syms_of_ccl, syms_of_fontset, syms_of_xterm,
6395 syms_of_search, x_term_init, and init_keyboard before calling
6396 init_window_once. Also, call syms_of_xmenu.
6397
6398 * fontset.c (syms_of_fontset) [macintosh]: Set ASCII font of
6399 default fontset to Monaco.
6400
6401 * frame.c [macintosh]: Include macterm.h. Remove declarations of
6402 NewMacWindow and DisposeMacWindow.
6403 (make_terminal_frame) [macintosh]: Call make_mac_terminal_frame
6404 instead of calling NewMacWindow and setting fields of
6405 f->output_data.mac directly. Call init_frame_faces.
6406 (Fdelete_frame) [macintosh]: Remove unused code.
6407 (Fmodify_frame_parameters) [macintosh]: Call
6408 x_set_frame_parameters instead of mac_set_frame_parameters.
6409
6410 * frame.h [macintosh]: Define menu_bar_lines field in struct
6411 frame. Define FRAME_EXTERNAL_MENU_BAR macro.
6412
6413 * keyboard.c [macintosh]: Include macterm.h.
6414 (kbd_buffer_get_event) [macintosh]: Generate delete_window_event
6415 and menu_bar_activate_event type events as for X and NT.
6416 (make_lispy_event) [macintosh]: Construct lisp events of type
6417 MENU_BAR_EVENT as for X and NT.
6418
6419 * sysdep.c [macintosh]: Remove declaration for sys_signal.
6420 Include stdlib.h. Remove definition of Vx_bitmap_file_path.
6421 (sys_subshell) [macintosh]: Remove definition entirely.
6422 (init_sys_modes) [macintosh]: Do not initialize Vwindow_system and
6423 Vwindow_system_version here. Remove initialization of
6424 Vx_bitmap_file_path.
6425 (read_input_waiting): Correct the number of parameters passed to
6426 read_socket_hook.
6427 Move all Macintosh functions to mac/mac.c.
6428
6429 * term.c [macintosh]: Include macterm.h.
6430
6431 * window.c [macintosh]: Include macterm.h.
6432
6433 * xdisp.c [macintosh]: Include macterm.h. Declare
6434 set_frame_menubar and pending_menu_activation.
6435 (echo_area_display) [macintosh]: Do not return if terminal frame
6436 is the selected frame.
6437 (update_menu_bar) [macintosh]: Check FRAME_EXTERNAL_MENU_BAR (f).
6438 Allow only the selected frame to set menu bar.
6439 (redisplay_window) [macintosh]: Obtain menu bar to redisplay by
6440 calling FRAME_EXTERNAL_MENU_BAR (f).
6441 (display_menu_bar) [macintosh]: Check FRAME_MAC_P (f).
6442
6443 * xfaces.c [macintosh]: Include macterm.h. Define x_display_info
6444 and check_x. Declare XCreateGC. Define x_create_gc and
6445 x_free_gc. Initialize font_sort_order.
6446 (x_face_list_fonts) [macintosh]: Use the same code as WINDOWSNT,
6447 but call x_list_fonts instead of w32_list_fonts.
6448 (Finternal_face_x_get_resource) [macintosh]: Do not call
6449 display_x_get_resource.
6450 (prepare_face_for_display) [macintosh]: Set xgcv.font.
6451 (realize_x_face) [macintosh]: Load the font if it is specified in
6452 ATTRS.
52283633 6453 (syms_of_xfaces) [macintosh]: Initialize Vscalable_fonts_allowed to Qt.
1a578e9b 6454
1ffbabe3
SM
64552000-10-22 Stefan Monnier <monnier@cs.yale.edu>
6456
6457 * keymap.c (fix_submap_inheritance): Don't do anything if parent_entry
6458 is nil: since we go to the end of submap anyway, we'd end up
6459 setting nil to nil.
6460 (access_keymap): Don't use KEYMAPP on meta_map since KEYMAPP
6461 doesn't obey autoload.
6462
bed43f1d
EZ
64632000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6464
1ffbabe3 6465 * msdos.c (dos_set_window_size): Update screen dimension variables.
bed43f1d 6466
ea4233a7
JR
64672000-10-21 Jason Rumney <jasonr@gnu.org>
6468
6469 * w32term.c (w32_cache_char_metrics): Double check that font is
6470 really fixed pitch before trusting tmPitchAndFamily.
6471
f3d3c491
AI
64722000-10-21 Andrew Innes <andrewi@gnu.org>
6473
6474 * w32gui.h (w32_char_font_type): Move enum from w32term.c
6475
6476 * w32term.h: Extern decl for w32_cache_char_metrics.
6477
6478 * w32bdf.c (w32_load_bdf_font): Call w32_cache_char_metrics.
6479
6480 * w32fns.c (w32_load_system_font): Call w32_cache_char_metrics.
6481 (w32_unload_font): Free per_char array if present.
6482
6483 * w32term.c (w32_per_char_metric): Remove HDC argument. Use
6484 cached information in emulated XFontStruct to handle common cases
6485 quickly. Do not allocate XCharStruct for return.
6486 (w32_native_per_char_metric): New function.
6487 (w32_bdf_per_char_metric): Fill in supplied XCharStruct instead of
6488 allocating one.
6489 (x_produce_glyphs): Don't get an HDC. Change calls to
6490 w32_per_char_metric to match arg change above. Remove calls to
6491 free results.
6492 (w32_get_glyph_overhangs): Ditto.
6493 (w32_cache_char_metrics): New function.
6494
6495 * makefile.w32-in: Change .obj to .$(O) in all dependencies.
6496 ($(BLD)/casefiddle.$(O)): Remove compile command.
6497 ($(BLD)/gmalloc.$(O)): Remove compile command.
52283633
SM
6498 ($(BLD)/dispnew.obj):
6499 ($(BLD)/keyboard.obj):
6500 ($(BLD)/w32inevt.obj):
6501 ($(BLD)/w32bdf.obj):
6502 ($(BLD)/alloc.obj):
6503 ($(BLD)/buffer.obj):
6504 ($(BLD)/editfns.obj):
6505 ($(BLD)/emacs.obj):
6506 ($(BLD)/fileio.obj):
6507 ($(BLD)/fns.obj):
6508 ($(BLD)/indent.obj):
6509 ($(BLD)/insdel.obj):
6510 ($(BLD)/intervals.obj):
6511 ($(BLD)/minibuf.obj):
6512 ($(BLD)/print.obj):
6513 ($(BLD)/scroll.obj):
6514 ($(BLD)/sysdep.obj):
6515 ($(BLD)/textprop.obj):
6516 ($(BLD)/widget.obj):
f3d3c491
AI
6517 ($(BLD)/xdisp.obj): Add dependency on w32gui.h.
6518 ($(BLD)/term.obj): Add dependency on dispextern.h.
6519
52283633
SM
6520 * makefile.nt ($(BLD)\dispnew.obj):
6521 ($(BLD)\keyboard.obj):
6522 ($(BLD)\w32inevt.obj):
6523 ($(BLD)\w32bdf.obj):
6524 ($(BLD)\alloc.obj):
6525 ($(BLD)\buffer.obj):
6526 ($(BLD)\editfns.obj):
6527 ($(BLD)\emacs.obj):
6528 ($(BLD)\fileio.obj):
6529 ($(BLD)\fns.obj):
6530 ($(BLD)\indent.obj):
6531 ($(BLD)\insdel.obj):
6532 ($(BLD)\intervals.obj):
6533 ($(BLD)\minibuf.obj):
6534 ($(BLD)\print.obj):
6535 ($(BLD)\scroll.obj):
6536 ($(BLD)\sysdep.obj):
6537 ($(BLD)\textprop.obj):
6538 ($(BLD)\widget.obj):
f3d3c491
AI
6539 ($(BLD)\xdisp.obj): Add dependency on w32gui.h.
6540 ($(BLD)\term.obj): Add dependency on dispextern.h
6541
18ad4821
EZ
65422000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6543
6544 * minibuf.c (Fminibuffer_complete): Call Fpos_visible_in_window_p
6545 with an additional argument of Qt.
6546
de54681a
MB
65472000-10-21 Miles Bader <miles@gnu.org>
6548
6549 * window.c (pos_fully_visible_in_window_p): New function.
6550 (Fpos_visible_in_window_p): Add FULLY argument.
6551 Use pos_fully_visible_in_window_p.
6552 (window_scroll_pixel_based, window_scroll_line_based): Update
6553 calls to Fpos_visible_in_window_p.
6554 * lisp.h (Fpos_visible_in_window_p): Update prototype
6555
13c844fb
GM
65562000-10-20 Gerd Moellmann <gerd@gnu.org>
6557
6558 * alloc.c (toplevel): Conditionalize compilation of mem_*
6559 functions differently.
52283633 6560
d9506268
JR
65612000-10-20 Jason Rumney <jasonr@gnu.org>
6562
6563 * alloc.c (toplevel): Move #ifdef GC_MARK_STACK back to above
6564 mem_init where it used to be. mem_z etc not defined otherwise.
6565
8094989b
GM
65662000-10-20 Gerd Moellmann <gerd@gnu.org>
6567
6568 * alloc.c (toplevel) [SYSTEM_MALLOC || DOUG_LEA_MALLOC]: Undef
6569 GC_MALLOC_CHECK.
6570 (toplevel) [GC_MARK_STACK || GC_MALLOC_CHECK]: Move mem_node
6571 structure definition and related variabled to the top of the file.
6572 Include this code when GC_MALLOC_CHECK is defined.
6573 (lisp_malloc, lisp_free) [GC_MALLOC_CHECK]: Don't
6574 register/unregister allocated region.
6575 (emacs_blocked_free) [GC_MALLOC_CHECK]: Check if freeing something
6576 which isn't allocated.
6577 (emacs_blocked_malloc) [GC_MALLOC_CHECK]: Check if returning
6578 something which is already in use.
6579 (emacs_blocked_realloc) [GC_MALLOC_CHECK]: Likewise.
6580 (mem_insert) [GC_MALLOC_CHECK]: Use _malloc_internal.
6581 (mem_delete) [GC_MALLOC_CHECK]: Use _free_internal.
6582 (init_alloc_once) [GC_MALLOC_CHECK]: Call mem_init.
6583
6584 * gmalloc.c (_malloc_internal) [GC_MALLOC_CHECK]: Use
6585 _malloc_internal instead of malloc.
6586 (_free_internal) [GC_MALLOC_CHECK]: Use _free_internal instead
6587 of free.
6588
ea456eb4
AI
65892000-10-20 Andrew Innes <andrewi@gnu.org>
6590
6591 * strftime.c [!WINDOWSNT]: Don't apply Solaris 2.5 work-around on
6592 Windows.
6593 (my_strftime) <macro>: Don't use macro arg list when redefining as
6594 _strftime_copytm.
6595 (my_strftime) <function>: Supply 0 as ut argument.
6596
e64c3a75
JR
65972000-10-19 Jason Rumney <jasonr@altavista.net>
6598
6599 * w32console.c: Do not undef HAVE_WINDOW_SYSTEM before
6600 including dispextern.h, as it stops faces from working.
6601
6602 * w32fns.c (Fx_create_frame): Don't bother calling
6603 face-set-after-frame-default since the caller does it for us
6604 anyway. Clean up calls to x_get_arg to be consistent with X.
6605
6606 * w32term.c (x_produce_glyphs): Handle
6607 unibyte_display_via_language_environment correctly.
6608 (w32_draw_box_rect): Fix the calculation of width and height.
6609
6610 * w32menu.c (add_menu_item): Do not use MF_OWNERDRAW for titles,
6611 as it has stopped working.
6612 (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar position like
6613 menu-bar.
6614
17401c97
GM
66152000-10-19 Gerd Moellmann <gerd@gnu.org>
6616
6617 * eval.c (skip_debugger): Prevent a compiler warning.
6618 (Fcondition_case): Likewise.
6619 (Fbacktrace_frame): Use a null interactive spec.
6620
773272d8
KH
66212000-10-19 Kenichi Handa <handa@etl.go.jp>
6622
6623 * xterm.c (x_find_ccl_program): Check also fontp->full_name.
6624
a42943e9
GM
66252000-10-18 Gerd Moellmann <gerd@gnu.org>
6626
e50517d9
GM
6627 * strftime.c: Sync with glibc, file version 1.78.
6628 (my_strftime) [HAVE_TZNAME]: Use `UTC' instead of `GMT' which
6629 should no longer be used according to ISO 8601.
6630
9035a35a
GM
6631 * keymap.c (access_keymap): If IDX has a meta prefix, and there's
6632 no map for meta_prefix_char, don't try to use it as a keymap.
6633 Instead, if T_OK is non-zero, look up a default binding, if any,
6634 otherwise, if T_OK is zero, return nil.
6635
a42943e9
GM
6636 * xfns.c (x_to_xcolors, x_set_mouse_color, lookup_pixel_color)
6637 (x_to_xcolors, png_load): Use x_query_color.
6638
52283633
SM
6639 * xterm.c (x_color_cells, x_query_colors, x_query_color):
6640 New functions.
a42943e9
GM
6641 (x_alloc_nearest_color): Use it to reduce calls to XQueryColors
6642 which can be slow.
6643 (x_copy_color, x_alloc_lighter_color): Likewise.
6644
6645 * xterm.h (struct x_display_info): Add color_cells and ncolor_cells.
6646 (x_query_color, x_query_colors): Add prototype.
6647
6648 * alloc.c (allocate_string) [GC_CHECK_STRING_BYTES]: Call
6649 check_string_bytes only if not noninteractive, increase count to 50.
6650
00de2987
MB
66512000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6652
6653 * insdel.c (adjust_markers_for_delete): Handle before-insertion
6654 markers correctly.
6655
54918e2b
GM
66562000-10-17 Gerd Moellmann <gerd@gnu.org>
6657
1f0b3fd2
GM
6658 * alloc.c (pure_bytes_used): Renamed from pureptr.
6659 (ALIGN): New macro.
6660 (pure_alloc): New function.
6661 (make_pure_string, pure_cons, make_pure_float, make_pure_vector):
6662 Use it.
6663 (Fpurecopy): Use PURE_POINTER_P.
6664
68c5d1db
GM
6665 * xdisp.c (try_cursor_movement): Use cursor_row_p also when
6666 PT has moved backward.
52283633 6667
9a038881
GM
6668 * xdisp.c (cursor_row_p): Take continued lines into account.
6669
361b097f
GM
6670 * alloc.c (mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
6671 string's size_byte.
6672 (check_string_bytes) [GC_CHECK_STRING_BYTES]: New function.
6673 (check_string_bytes_count) [GC_CHECK_STRING_BYTES]: New variable.
6674 (allocate_string) [GC_CHECK_STRING_BYTES]: Call it for every 10th
6675 string allocated.
6676
54918e2b
GM
6677 * xdisp.c (forward_to_next_line_start): Switch iterator's handling
6678 of selective display off while searching for the next line start.
6679
03ed0806
KH
66802000-10-17 Kenichi Handa <handa@etl.go.jp>
6681
6682 * Makefile.in (term.o): Depend on dispextern.h.
6683
7e05cdaf
SM
66842000-10-16 Stefan Monnier <monnier@cs.yale.edu>
6685
6686 * keymap.c (keymap_memberp): Ensure that nil is not a member.
6687
a6801fd1
GM
66882000-10-16 Gerd Moellmann <gerd@gnu.org>
6689
483de32b
GM
6690 * xdisp.c (set_iterator_to_next): Reset box start and end flags of
6691 the iterator at the beginning, so that they can be set later on,
6692 for instance in reseat_at_next_visible_line_start, without being
6693 overwritten.
6694
a6801fd1
GM
6695 * xfns.c (pbm_format): Add :foreground and :background keywords.
6696 (PBM_FOREGROUND, PBM_BACKGROUND): New enumerators.
52283633 6697 (xbm_load): Recognize foreground and background color specifications.
a6801fd1 6698
dbf1fcc1
EZ
66992000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6700
6701 * dispextern.h (unspecified_fg, unspecified_bg): Declare.
6702
52283633 6703 * dosfns.c (unspecified_fg, unspecified_bg): Remove extern declaration.
dbf1fcc1
EZ
6704
6705 * msdos.c (IT_set_face): Compare highlighted face with the default
6706 face, and invert colors if these faces' colors are identical.
6707 (Fmsdos_remember_default_colors): Don't swap foreground and
6708 background colors in initial_colors[].
6709 (IT_set_frame_parameters): Don't swap frame's foreground and
6710 background pixels. If ALIST includes "(reverse . t)", swap
6711 foreground-color and background-color properties in frame's
6712 param_alist. If the original frame's param_alist doesn't specify
6713 the colors, store unspecified-fg and unspecified-bg, reversed if
6714 required.
6715
6716 * frame.c (Fframe_parameters): If a tty's frame's param_alist says
6717 the colors are unspecified and reversed, reverse fore- and back-
6718 ground in the returned value.
6719 (Fframe_parameter): Ditto.
6720
b41fe2c3 67212000-10-16 Gerd Moellmann <gerd@gnu.org>
52283633 6722
3a6b59d9
GM
6723 * xdisp.c (find_last_unchanged_at_beg_row): Renamed from
6724 get_last_unchanged_at_beg_row.
6725 (find_first_unchanged_at_end_row): Renamed from
6726 get_first_unchanged_at_end_row.
6727 (find_first_unchanged_at_end_row): Convert assertions to
6728 unconditional tests which abort. When looking for a row in
6729 unchanged text, don't go further back than first_text_row.
6730
b41fe2c3
GM
6731 * xdisp.c (try_scrolling) <cursor in scroll margin at the bottom>:
6732 Don't add in the last line's height when deciding if the new
6733 position is below the scroll margin.
9d1af64f 6734
b41fe2c3 67352000-10-16 Miles Bader <miles@gnu.org>
f657bbf6
MB
6736
6737 * editfns.c (Fconstrain_to_field): Check carefully for field
6738 boundaries if either OLD_POS or NEW_POS has a non-nil field
6739 property, even if they're the same.
6740
c412cb7b
KH
67412000-10-16 Kenichi Handa <handa@etl.go.jp>
6742
6743 * xterm.c (x_draw_box_rect): Fix the calculation of width and
6744 height for XFillRectangle.
6745
5586f3eb
SM
67462000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6747
6748 * syntax.c (Fstring_to_syntax): New function extracted from
6749 Fmodify_syntax_entry.
6750 (Fmodify_syntax_entry): Use it and document the ! and | fences.
6751 (skip_chars, Fforward_comment): Remove unused variables.
6752 (syms_of_syntax): Add defsubr for string-to-syntax.
6753 (describe_syntax): Add code for comment and string fences.
6754
db785038
SM
67552000-10-14 Stefan Monnier <monnier@cs.yale.edu>
6756
6757 * keymap.c (access_keymap): Add AUTOLOAD parameter.
6758 Do the meta->esc mapping. Call get_keyelt before returning.
6759 Start scanning from the second element (the first is always `keymap')
6760 to make it easier to detect when we reach a parent map.
6761 Handle the case of inheriting from a symbol whose function is a map.
6762 (Fkeymap_parent): Also handle the `inherit from symbol' case.
6763 (fix_submap_inheritance, Fdefine_key): Update call to access_keymap.
6764 (get_keyelt, Flookup_key): Update call to access_keymap.
6765 Remove the meta->esc mappings.
6766 (define_as_prefix): Delete old disabled code.
6767 (menu_item_p): New function.
6768 (where_is_internal_1): Skip over the few remaining menu items.
6769 * lisp.h (access_keymap): Update prototype.
6770 * keyboard.c (read_char, menu_bar_items, tool_bar_items):
6771 Update call to access_keymap.
6772 (follow_key, read_key_sequence): Update calls to access_keymap.
6773 Remove the meta->esc mappings.
6774
cafafe0b
GM
67752000-10-13 Gerd Moellmann <gerd@gnu.org>
6776
a2e2a7f6
GM
6777 * dispnew.c (direct_output_for_insert): Call set_iterator_to_next
6778 with additional argument.
6779
cafafe0b
GM
6780 * xdisp.c (cursor_row_p): New function.
6781 (try_cursor_movement, display_line): Use it.
52283633 6782
cafafe0b
GM
6783 * xdisp.c (append_space): Also save/restore iterator's current
6784 character and its length.
6785
6786 * xdisp.c (init_from_display_pos): Add an assertion.
6787 (handle_stop): Don't set iterator's add_overlay_start.
6788 (handle_invisible_prop): Likewise.
6789 (load_overlay_strings): If text under an overlay is invisible,
6790 take both before- and after-strings into account when the iterator
6791 is positioned either at the start or at the end of the overlay.
6792 (forward_to_next_line_start): Rewritten.
6793 (reseat_at_next_visible_line_start): Rewritten.
6794 (set_iterator_to_next): Add parameter RESEAT_P.
6795
6796 * dispextern.h (struct it): Remove member add_overlay_start.
6797 (set_iterator_to_next): Change prototype.
6798
c744452b
KH
67992000-10-13 Kenichi Handa <handa@etl.go.jp>
6800
6801 * coding.c (code_convert_region): Be sure to initialize
6802 coding->category_idx.
e4a3f4e1
KH
6803 (decode_coding_string): Set coding->src_multibyte and
6804 coding->dst_multibyte before using CODING_REQUIRE_DECODING.
6805 (encode_coding_string): Set coding->src_multibyte and
6806 coding->dst_multibyte before using CODING_REQUIRE_ENCODING.
c744452b 6807
321fd26f
SM
68082000-10-12 Stefan Monnier <monnier@cs.yale.edu>
6809
6810 * xfns.c (Fx_create_frame): Don't bother calling
6811 face-set-after-frame-default since the caller does it for us anyway.
6812
76832439
EZ
68132000-10-12 Eli Zaretskii <eliz@is.elta.co.il>
6814
6815 * window.c (coordinates_in_window): Fix detection of vertical line
6816 on character terminals.
6817
2483cf58
GM
68182000-10-12 Gerd Moellmann <gerd@gnu.org>
6819
6820 * editfns.c (save_excursion_save): Additionally record the
6821 selected window.
6822 (save_excursion_restore): If buffer was visible in a window, and a
6823 different window was selected, and the old selected window is
6824 still live, restore point in that window.
6825
eb991b25
KH
68262000-10-12 Kenichi Handa <handa@etl.go.jp>
6827
8a0eba09
KH
6828 * xterm.c (x_produce_glyphs): Handle
6829 unibyte_display_via_language_environment correctly.
6830
20401fcc
KH
6831 * regex.c (regex_compile): Change the way of handling a range from
6832 unibyte char to multibyte char.
6833
6834 * syntax.c (skip_chars): Change the way of handling a range from
6835 unibyte char to multibyte char.
6836
eb991b25
KH
6837 * process.c (read_process_output): Cancel previous change.
6838
365dd325
EZ
68392000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6840
c1b096cb
EZ
6841 * search.c (Fsearch_backward, Fsearch_forward): Doc fix.
6842
365dd325
EZ
6843 * charset.c (Ffind_charset_string): Doc fix.
6844 (Ffind_charset_region): Doc fix.
6845
eb483c2b
KH
68462000-10-11 Kenichi Handa <handa@mule.m17n.org>
6847
6848 * process.c (read_process_output): Fix previous change. Adjust
6849 multibyteness of text to insert in a buffer by
52283633 6850 string_make_unibyte/multibyte instead of Fstring_as_unibyte/multibyte.
eb483c2b 6851
b40bfb99
AS
68522000-10-10 Andreas Schwab <schwab@suse.de>
6853
6854 * alloc.c (mark_object): Remove all workarounds installed on
6855 1993-08-08.
6856
caff31d4
KH
68572000-10-10 Kenichi Handa <handa@etl.go.jp>
6858
52283633 6859 * fns.c (READ_QUADRUPLET_BYTE): Set *NCHARS_RETURN before returning.
caff31d4
KH
6860 (base64_encode_1): Make it work for a text of multibyte form.
6861 (Fbase64_decode_region): Allocate sufficient memory for multibyte
6862 case. Don't call str_to_multibyte because base64_decode_1
6863 produces correct multibyte form for eight-bit codes.
52283633 6864 (Fbase64_decode_string): Adjusted for the change of base64_decode_1.
caff31d4
KH
6865 (base64_decode_1): New args MULTIBYTE and NCHARS_RETURN. If
6866 MULTIBYTE is nonzero, produce correct multibyte form for eight-bit
6867 codes.
6868
6869 * charset.h (CHAR_STRING): Optimized for single byte characters.
6870
cba026ef
AS
68712000-10-09 Andreas Schwab <schwab@suse.de>
6872
6873 * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S to
6874 -1 after socket is closed, to fall through to error processing.
6875
1e21fe48
EZ
68762000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6877
6878 * msdos.c (IT_set_frame_parameters): Don't initialize Lisp_Object
365dd325 6879 variables. If ALIST includes foreground-color or
1e21fe48
EZ
6880 background-color, change also the colors of the default face for
6881 this frame.
6882
a640322e
EZ
68832000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6884
6885 * msdos.c (top-level) <Qbackground_color, Qforeground_color>: Make
6886 them extern (they are defined on xfaces.c).
6887 (syms_of_msdos): Don't intern and don't staticpro
6888 Qbackground_color and Qforeground_color.
6889
a115794c
EZ
68902000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
6891
6892 * frame.c (Fframe_parameter): For non-windowed frames, if
6893 f->param_alist says foreground or background color is unspecified,
6894 call tty_color_name to return the color name computed from the
6895 frame's current colors.
6896
f5533b63
DL
68972000-10-06 Dave Love <fx@gnu.org>
6898
6899 * terminfo.c (ospeed): Don't declare.
6900
6901 * sysdep.c: Don't include string.h.
6902 (h_errno): Declare conditional also on TRY_AGAIN.
6903
6904 * charset.c (Ffind_charset_string): Doc fix.
6905
52283633 6906 * fns.c (Fbase64_encode_region, Fbase64_encode_string)
f5533b63
DL
6907 (Fbase64_decode_region, Fbase64_decode_string): More explicit
6908 error messages.
6909
2b06561a
DL
69102000-10-05 Dave Love <fx@gnu.org>
6911
6912 * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar
6913 position like menu-bar.
6914
ca839c85
GM
69152000-10-05 Gerd Moellmann <gerd@gnu.org>
6916
6917 * keyboard.c (Frecursive_edit): Make sure redisplay can happen.
6918
6919 * xdisp.c (handle_single_display_prop): Use safe_call1.
6920 (safe_call): Renamed from call_function.
6921 (safe_call1): New function.
6922 (handle_fontified_prop): Use safe_call1 instead of call1.
6923 (safe_eval): Renamed from eval_form.
6924 (safe_eval_handler): Renamed from eval_handler.
6925 (handle_single_display_prop, display_mode_element): Use safe_eval
6926 instead of eval_form.
6927
6928 * xfaces.c (merge_face_heights): Use safe_call instead of
6929 call_function.
6930
6931 * keyboard.c (show_help_echo): Use safe_call instead of
6932 call_function; use safe_eval instead of eval_form.
6933
6934 * lisp.h (safe_call): Renamed from call_function.
6935 (safe_eval): Renamed from eval_form.
6936 (safe_call1): Add prototype.
6937
a3489ece
MB
69382000-10-05 Miles Bader <miles@lsi.nec.co.jp>
6939
6940 * xfns.c (image_ascent): Rearrange ascent calculation for the
6941 has-a-font case.
6942
35810b6f
SM
69432000-10-04 Stefan Monnier <monnier@cs.yale.edu>
6944
6945 * keymap.c (Fwhere_is_internal): Ignore `menu-bar' and `tool-bar'.
6946 (where_is_internal_1): Don't bother ignoring menu-items any more.
6947
3dc78168
GM
69482000-10-04 Gerd Moellmann <gerd@gnu.org>
6949
6950 * keyboard.c (update_menu_bindings): New variable.
6951 (parse_menu_item): Use AREF. If update_menu_bindings
6952 is 0, don't update menu bindings.
6953 (syms_of_keyboard): New Lisp variable `update-menu-bindings'.
6954
1efc2bb9
EZ
69552000-10-03 Eli Zaretskii <eliz@is.elta.co.il>
6956
6957 * alloc.c (Fgarbage_collect): Prevent compiler warning for a call
6958 to `mark_object'.
6959
3f679f55
SM
69602000-10-02 Stefan Monnier <monnier@cs.yale.edu>
6961
6962 * syntax.c (forw_comment): Match nestedness of ender/starter.
6963 (Fforward_comment): Treat an unmatched \n comment-ender as whitespace.
6964 (prev_char_comstart_first): Remove.
6965 (back_comment): Check two-char comment markers more carefully
6966 to better handle overlapping cases like *//* or /* */* */ ...
6967 Match nestedness of ender/starter.
6968
2021ab61
DL
69692000-10-02 Dave Love <fx@gnu.org>
6970
6971 * config.in (HAVE_GAI_STRERROR): Add undef.
6972
6973 * process.c (Fopen_network_stream): Use it.
6974
6975 * m/alpha.h (NO_REMAP): Don't define.
6976
64e6cc18
GM
69772000-10-02 Gerd Moellmann <gerd@gnu.org>
6978
6979 * lisp.h (wrong_type_argument): Remove NO_RETURN, the function can
6980 return with a string converted to an integer or vice versa when
6981 Vmocklisp_arguments is t.
6982 (Fsignal): Likewise. The function can return for `quit'.
6983 (struct gcpro): Declare member `var' to point to a volatile
6984 Lisp_Object.
6985
6986 * eval.c (error): Prevent compiler warning.
6987
b1904cd9
SM
69882000-09-30 Stefan Monnier <monnier@cs.yale.edu>
6989
6990 * keymap.c (keymap_memberp): New function.
6991 (Fset_keymap_parent): Use it.
6992 (fix_submap_inheritance): Use get_keyelt, get_keymap_1 and KEYMAPP.
6993 Use keymap_memberp to avoid creating cycles.
6994 (access_keymap): Use KEYMAPP.
6995
71c9ec51
GM
69962000-09-30 Gerd Moellmann <gerd@gnu.org>
6997
6998 * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Use
64e6cc18
GM
6999 gai_strerror. Make sure xerrno is set if connect fails. Improve
7000 error recovery.
71c9ec51 7001
c70c6b58
JR
70022000-09-29 Jason Rumney <jasonr@gnu.org>
7003
7004 * w32term.c (w32_char_font_type, w32_encode_char)
7005 (x_produce_glyphs): Distinguish single and multibyte BDF fonts.
7006 (w32_bdf_per_char_metric): New function.
7007 (w32_per_char_metric): Use it.
7008 (x_draw_glyph_string_background): Always draw background for BDF
7009 glyphs.
7010
7011 * w32bdf.h (glyph_struct, cache_bitmap): Cache bitmap data, not
7012 GDI object which is a scarce resource.
7013
7014 * w32bdf.c (search_file_line): Fix skipping of whitespace.
7015 (get_quoted_string): Fix limit on memchr search.
7016 (set_bdf_font_info): Use unsigned chars. Negate yoffset.
7017 (w32_init_bdf_font): Initialize codepoint and bitmap heaps.
7018 (w32_free_bdf_font): Free bitmaps and codepoints on heaps.
7019 (get_cached_font_char, cache_char_offset): Use macro
7020 BDF_CODEPOINT_RANGE_COVER_P.
7021 (cache_char_offset): Use HeapAlloc to allocate codepoints on own heap.
7022 (clear_cached_bitmap_slots): New function.
7023 (GET_HEX_VALUE): G-Z, g-z are not hex.
7024 (w32_get_bdf_glyph): Convert to DIB format. Return bytes read.
7025 (get_bitmap_with_cache): Use new cache implementation.
7026 (create_offscreen_bitmap): New function.
7027 (w32_BDF_TextOut): Use it. Draw glyphs as DIBs.
7028
7029 * w32term.c (x_produce_glyphs): If the distance from the current
7030 position to the next tab stop is less than a canonical character
7031 width, use the tab stop after that.
7032 (x_draw_glyphs): Handle case START and END are out of bounds more
7033 carefully.
7034 (x_clear_mouse_face): Block/unblock input.
7035 (x_display_and_set_cursor): Don't show a hollow box cursor for
7036 buffers whose cursor_type is nil.
7037
fe01239f
GM
70382000-09-29 Gerd Moellmann <gerd@gnu.org>
7039
52283633 7040 * xfns.c (x_set_tool_bar_lines): Clear frame when tool bar disappears.
fe01239f
GM
7041
7042 * dispextern.h (updating_frame): Declare extern.
7043
e7c52f1f
AS
70442000-09-29 Andreas Schwab <schwab@suse.de>
7045
7046 * m/ia64.h: Remove hack of not prototyping bcopy, etc.
7047
de6e1f7c
GM
70482000-09-29 Gerd Moellmann <gerd@gnu.org>
7049
25126faa
GM
7050 * keyboard.c (menu_bar_one_keymap): If KEYMAP is a symbol,
7051 use its function definition.
7052 (tool_bar_items): Likewise.
7053
de6e1f7c 7054 * lisp.h (fatal): Declare NO_RETURN.
52283633 7055
454ee39b
KH
70562000-09-29 Kenichi Handa <handa@etl.go.jp>
7057
7058 * keymap.c: Remove the line "#undef NULL".
7059
96301c5f
GM
70602000-09-28 Gerd Moellmann <gerd@gnu.org>
7061
52283633 7062 * xterm.c (x_make_frame_visible): Try harder to make the frame visible.
96301c5f 7063
efffeeb4
DL
70642000-09-28 Dave Love <fx@gnu.org>
7065
ecb8b666
DL
7066 * s/osf5-0.h: Define USE_MMAP_FOR_BUFFERS, not REL_ALLOC_MMAP.
7067
dc3cd20f
DL
7068 * s/sunos413.h (USE_MMAP_FOR_BUFFERS): Define.
7069
7070 * .gdbinit (xreload): Note its need on GNU/Linux.
7071
efffeeb4
DL
7072 * m/alpha.h (XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare
7073 r_alloc, r_alloc_free.
7074
8610d903
KH
70752000-09-28 Kenichi Handa <handa@etl.go.jp>
7076
7077 * syntax.c (skip_chars): Handle negation correctly.
7078
8901d1ac
GM
70792000-09-27 Gerd Moellmann <gerd@gnu.org>
7080
6f22f1ad
GM
7081 * xfaces.c (realize_default_face): Call set_lface_from_font_name
7082 with non-zero FORCE_P argument.
7083
52283633 7084 * dispnew.c (adjust_glyph_matrix, enable_glyph_matrix_rows):
8901d1ac
GM
7085 Add assertions.
7086
7087 * xdisp.c (window_box_height): Add an assertion.
7088
7089 * xfns.c (x_set_tool_bar_lines): Don't use more lines for the
7090 tool-bar than is available.
7091 (x_change_window_heights): Renamed from x_set_menu_bar_lines_1.
7092
36f1966f
DL
70932000-09-27 Dave Love <fx@gnu.org>
7094
efffeeb4 7095 * s/irix6-5.h: Now works 64-bit. Tidied.
36f1966f 7096
31d929e5
GM
70972000-09-26 Gerd Moellmann <gerd@gnu.org>
7098
c98863bf
GM
7099 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND]: Use BITS_PER_EMACS_INT
7100 instead of BITS_PER_INT.
7101 (XINT, XUINT) [NO_UNION_TYPE]: Cast result to EMACS_INT and
7102 EMACS_UINT, respectively.
7103 (NO_UNION_TYPE) [USE_LISP_UNION_TYPE]: Undefine.
7104
7105 * m/sparc.h (BITS_PER_EMACS_INT) [__arch64__]: Don't define.
7106
7107 * unexelf.c (ELFSIZE) [__NetBSD__ && __sparc_v9__]: Define to 64.
7108
77072ab1
GM
7109 * window.c (freeze_window_starts): Construct last argument for
7110 foreach_window differently.
7111
7112 * xfns.c (x_decode_color): Don't return a Lisp_Object.
7113
7114 * lisp.h (union Lisp_Object) [!NO_UNION_TYPE]: Use EMACS_INT and
7115 EMACS_UINT instead of `int' and `unsigned int'.
7116 (XSET) [EXPLICIT_SIGN_EXTEND]: Use EMACS_INT instead of `int'.
7117
7118 * frame.h (struct frame): Make the `nothing' member of union
7119 output_data an EMACS_INT.
7120
52283633 7121 * alloc.c (GC_CHECK_STRING_BYTES): Temporarily define, for bug hunting.
31d929e5
GM
7122 (struct sdata) [GC_CHECK_STRING_BYTES]: Always record the string's
7123 size in the sdata structure.
7124 (SDATA_NBYTES, SDATA_DATA): New macros.
7125 (SDATA_OF_STRING, SDATA_SIZE) [GC_CHECK_STRING_BYTES]: Define
7126 differently for the different layout of the sdata structure.
7127 (allocate_string_data) [GC_CHECK_STRING_BYTES]: Record string size
7128 in sdata.
7129 (sweep_strings, compact_small_strings) [GC_CHECK_STRING_BYTES]:
7130 Check that size recorded in the string size and size recorded in
7131 the sdata structure agree.
7132
3e60b029
DL
71332000-09-25 Dave Love <fx@gnu.org>
7134
7135 * buffer.c: Include stdio.h.
7136
7137 Partly suggested by Eduardo Horvath <eeh@netbsd.org>.
52283633 7138
3e60b029
DL
7139 * ralloc.c (__malloc_extra_blocks): Declare as __malloc_size_t.
7140
7141 * alloc.c (__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it.
52283633 7142 (__malloc_size_t) [!DOUG_LEA_MALLOC]: Define unconditionally as size_t.
3e60b029
DL
7143 (__malloc_extra_blocks): Declare as __malloc_size_t.
7144
8ff16b4e
GM
71452000-09-25 Gerd Moellmann <gerd@gnu.org>
7146
755a2ccd
GM
7147 * alloc.c (mark_image): Use GC_NILP instead of NILP.
7148
d8b4516f
GM
7149 * keyboard.c (show_help_echo): Set help_echo_showing_p.
7150 (read_char): If help-echo is showing, preserve the echo area
7151 when redisplaying.
7152
7153 * xdisp.c (help_echo_showing_p): New variable.
7154 (set_message): Reset it to 0.
7155 (init_xdisp): Initialize help_echo_showing_p.
7156
7157 * dispextern.h (help_echo_showing_p): Declare extern.
7158
7159 * config.in: Fix typo in __GNUC_MINOR__.
7160
7161 * keyboard.h (quit_throw_to_read_char): Declare NO_RETURN.
7162
b11af2dd
GM
7163 * s/freebsd.h (POSIX_SIGNALS): Define.
7164
8ff16b4e
GM
7165 * xterm.c (x_clear_mouse_face): Block/unblock input.
7166
844eb643
DL
71672000-09-24 Dave Love <fx@gnu.org>
7168
7169 * fns.c (base64_encode_1): Fix last change.
7170
b30ab1b3
GM
71712000-09-22 Gerd Moellmann <gerd@gnu.org>
7172
7173 * dispnew.c (enable_glyph_matrix_rows): Remove xasserts.
7174
7175 * xdisp.c (try_window_reusing_current_matrix): More fixes
7176 for the case window has a header-line.
7177
c6cbe5f0
DL
71782000-09-22 Dave Love <fx@gnu.org>
7179
4c7c1f3f
DL
7180 * xdisp.c (syms_of_xdisp): Defvar Vmenu_bar_update_hook to provide
7181 a doc string.
7182
7183 * xterm.c [SOLARIS2]: Remove redundant include of string.h.
7184
c6cbe5f0
DL
7185 * fns.c (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix.
7186
550a625e
GM
71872000-09-21 Gerd Moellmann <gerd@gnu.org>
7188
4c7c1f3f 7189 * config.in (NO_RETURN): Define as `__attribute__((__noreturn__))'
fca99116
GM
7190 for GCC >= 2.5.
7191
52283633
SM
7192 * lisp.h (wrong_type_argument, Fthrow, Fsignal, error):
7193 Declare NO_RETURN.
fca99116 7194
80d26f99
GM
7195 * window.c, term.c, xmenu.c, xrdb.c, emacs.c, macros.c,
7196 * keymap.c, insdel.c, marker.c, minibuf.c, fileio.c, dired.c,
7197 * indent.c, search.c, alloc.c, data.c: Avoid some more compiler
7198 warnings.
52283633 7199
80d26f99
GM
7200 * marker.c (byte_char_debug_check): Return void.
7201
623a0aae
GM
7202 * xfns.c (Fx_create_frame): Set default frame parameter value
7203 for tool-bar-lines to 1.
7204
7205 * dispnew.c (scrolling_window): Compare y-positions of rows
7206 equal at the start. Some simplification.
7207
7208 * xdisp.c (try_window_reusing_current_matrix): Fix computation of
7209 reused rows' y-position in the case window has a header-line, and
7210 new window start is greater than old window start.
7211
42ac0ae5
GM
7212 * process.c (process_sent_to): New variable.
7213 (send_process): Workaround for a crash on sparc-sun-solaris-2.6
7214 with GCC 2.95.2 caused by a parameter being clobbered by longjmp.
7215 Declare more parameters volatile.
7216
550a625e
GM
7217 * lread.c (Vrecursive_load_depth_limit): New variable.
7218 (Fload): Check recursive loads whose recursion depth exceeds
7219 Vrecursive_load_depth_limit.
7220 (syms_of_lread): DERFAR_LISP recursive-load-depth-limit.
7221
8320414c
GM
72222000-09-20 Gerd Moellmann <gerd@gnu.org>
7223
f46c275e
GM
7224 * fileio.c (Fread_file_name): Doc fix.
7225
7226 * editfns.c (Fmessage_or_box): Doc fix.
7227
7228 * fns.c (Fy_or_n_p, Fyes_or_no_p): Doc fix.
7229
b7e11c5b 7230 * xfns.c (xbm_scan): Allow C-style comments.
52283633 7231
8320414c
GM
7232 * xfns.c (xpm_init_color_cache) [ALLOC_XPM_COLORS]: If color
7233 symbols are specified, add color translations to the cache.
52283633 7234 (xpm_color_bucket, xpm_cache_color) [ALLOC_XPM_COLORS]: New functions.
8320414c
GM
7235 (xpm_lookup_color) [ALLOC_XPM_COLORS]: Use xpm_color_bucket and
7236 xpm_cache_color.
7237 (xpm_load) [ALLOC_XPM_COLORS]: Pass frame and XPM attributes
7238 structures to xpm_init_color_cache.
7239
da1608d9
GM
72402000-09-19 Gerd Moellmann <gerd@gnu.org>
7241
52283633 7242 * dispnew.c (update_window_line): Make sure to always draw mode-lines.
da1608d9 7243
6badfa25
AI
72442000-09-19 Andrew Innes <andrewi@gnu.org>
7245
7246 * makefile.nt (bootstrap-emacs): Don't change directory.
7247
3a5f42bb
KH
72482000-09-19 Kenichi Handa <handa@etl.go.jp>
7249
1b7649bd
KH
7250 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change.
7251
3a5f42bb
KH
7252 * ccl.c (Fccl_execute_on_string): Make multibyte string correctly.
7253 If output buffer is too small, signal an appropriated error.
7254
9f83cf0b
DL
72552000-09-18 Dave Love <fx@gnu.org>
7256
52283633 7257 * keyboard.c (menu_bar_items, tool_bar_items)
9f83cf0b
DL
7258 (current_active_maps): Remove redundant get_local_map call.
7259
28c7826c
GM
72602000-09-18 Gerd Moellmann <gerd@gnu.org>
7261
5cefa566
GM
7262 * xterm.c (x_display_and_set_cursor): Don't show a hollow box
7263 cursor for buffers whose cursor_type is nil.
52283633 7264
6fed3546
GM
7265 * xterm.c (x_draw_image_glyph_string): Remove a comment describing
7266 a feature to implement that is already implemented.
7267 (note_mouse_highlight, x_find_ccl_program): Avoid some compiler
7268 warnings.
7269
7270 * xfns.c (x_clear_image_1): New function.
7271 (x_clear_image): Use it.
52283633 7272 (x_from_xcolors): Use x_clear_image_1; don't free the image's mask.
6fed3546 7273
05b1f851
GM
7274 * dispnew.c (update_window): Move test for invisible lines
7275 at the top to update_window_line.
7276 (update_window_line): Handle invisible lines here.
7277
f4779de9
GM
7278 * xfns.c (clear_image_cache): Clear current matrices of all
7279 frames sharing an image cache. Block input while freeing
7280 images. Fix timestamp comparison.
7281 (x_clear_image): Also free the mask.
7282
28c7826c
GM
7283 * xfns.c (lookup_image): Block input while loading the image so
7284 that we won't get interrupted in a state where the image isn't yet
7285 set up completely.
7286 (xbm_load_image, xbm_load, xpm_load, xpm_load, lookup_rgb_color)
7287 (lookup_pixel_color, x_to_xcolors, x_from_xcolors)
7288 (x_disable_image, x_build_heuristic_mask, pbm_load, png_load)
52283633 7289 (jpeg_load, tiff_load, gif_load, gs_load): Don't block/unblock input.
28c7826c 7290
b7412313
GM
72912000-09-16 Gerd Moellmann <gerd@gnu.org>
7292
7293 * dispnew.c (update_window): Make sure to make desired rows
7294 current even if they are completely invisible at the top
7295 of a window.
7296
47e351a3
GM
72972000-09-15 Gerd Moellmann <gerd@gnu.org>
7298
7f8f1edc
GM
7299 * xfns.c (lookup_image): Build mask before applying an algorithm.
7300 Recognize algorithm `disabled'.
7301 (cross_disabled_images): New variable.
7302 (COLOR_INTENSITY): New macro.
7303 (x_detect_edges): Use COLOR_INTENSITY.
7304 (x_disable_image): New function.
7305 (syms_of_xfns): DEFVAR_BOOL cross_disabled_images.
7306
7307 * xdisp.c (build_desired_tool_bar_string): For a toolbar item in
7308 disabled state, don't apply an image transformation algorithm if
7309 the user specified an image for the disabled state. Use
28c7826c 7310 `:algorithm disabled' for creating a disabled item's image if the
7f8f1edc
GM
7311 user hasn't specified an image.
7312
ebb8f116
GM
7313 * xfns.c (ALLOC_XPM_COLORS): Define if we can use Emacs' color
7314 allocation functions with the XPM lib.
7315 (struct xpm_cached_color) [ALLOC_XPM_COLORS]: New structure.
7316 (XPM_COLOR_CACHE_BUCKETS) [ALLOC_XPM_COLORS]: New macro.
7317 (xpm_color_cache) [ALLOC_XPM_COLORS]: New variable.
7318 (xpm_init_color_cache, xpm_free_color_cache, xpm_lookup_color)
52283633 7319 (xpm_alloc_color, xpm_free_colors) [ALLOC_XPM_COLORS]: New functions.
ebb8f116
GM
7320 (xpm_load) [ALLOC_XPM_COLORS]: Use Emacs' own color allocation
7321 functions, if possible, because these handle color allocation
7322 failure more gracefully.
7323 (Fimage_mask_p): New function.
7324
47e351a3
GM
7325 * xfns.c (QCmatrix, QCcolor_adjustment, QCmask, Qemboss)
7326 (Qedge_detection, Qheuristic): New symbols.
7327 (syms_of_xfns): Initialize new symbols.
7328 (lookup_image): Handle `:mask X', `:algorithm emboss', and
7329 `algorithm (edge-detection ...)'.
7330 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format):
7331 (tiff_format, gif_format, gs_format): Add `:mask'.
7332 (XBM_MASK, XPM_MASK, PBM_MASK, PNG_MASK, JPEG_MASK, TIFF_MASK)
7333 (GIF_MASK, GS_MASK): New enumerators.
7334 (x_laplace_read_row, x_laplace_write_row): Functions removed.
7335 (emboss_matrix, laplace_matrix): New variables.
7336 (x_to_xcolors, x_from_xcolors, x_detect_edges, x_emboss)
7337 (x_edge_detection): New functions.
7338 (x_laplace): Rewritten in terms of x_detect_edges.
7339 (x_build_heuristic_mask): If image has a mask, free it.
7340
fe83b953
AI
73412000-09-14 Andrew Innes <andrewi@gnu.org>
7342
7343 * makefile.w32-in: Revert to Unix line endings.
7344
3021e816
AI
73452000-09-14 Andrew Innes <andrewi@gnu.org>
7346
7347 * makefile.w32-in: Standardize indentation somewhat.
7348 (bootstrap-temacs): Use $(ARGQUOTE) instead of literal quotes, to
7349 cater for differences between shells.
7350
7351 * w32term.c (w32_per_char_metric): Handle non-TrueType fonts.
7352
2a32b5ea
GM
73532000-09-14 Gerd Moellmann <gerd@gnu.org>
7354
7355 * xterm.c (x_produce_glyphs): If the distance from the current
7356 position to the next tab stop is less than a canonical character
7357 width, use the tab stop after that.
7358
b4331e96
DL
73592000-09-14 Dave Love <fx@gnu.org>
7360
7361 * buffer.c (alloc_buffer_text): Fix xmalloc call.
7362
ef9e4345
GM
73632000-09-14 Gerd Moellmann <gerd@gnu.org>
7364
085536c2
GM
7365 * xdisp.c (handle_fontified_prop): While running fontification
7366 functions, bind `fontification-functions' and
7367 `after-change-functions' to nil.
7368
ef9e4345
GM
7369 * s/freebsd.h, s/irix-5.0.h, s/sol2.h, s/template.h
7370 (USE_MMAP_FOR_BUFFERS): Define instead of REL_ALLOC_MMAP.
7371
7372 * Makefile.in (mallocobj) [SYSTEM_MALLOC]: Don't add ralloc.o.
7373
7374 * emacs.c: Change conditional compilation on REL_ALLOC_MMAP to
7375 USE_MMAP_FOR_BUFFERS.
7376
7377 * insdel.c (make_gap): Use enlarge_buffer_text.
7378
7379 * buffer.c: Move allocation with mmap here, from ralloc.c. Change
7380 conditional compilation on REL_ALLOC_MMAP to USE_MMAP_FOR_BUFFERS.
7381 (mmap_alloc, mmap_free, mmap_realloc) [REL_ALLOC_MMAP]: Renamed
7382 from former r_alloc_* functions in ralloc.c.
52283633 7383 (mmap_page_size, mmap_initialized_p) [REL_ALLOC_MMAP]: New variables.
ef9e4345
GM
7384 (MEM_ALIGN) [REL_ALLOC_MMAP]: New macro.
7385 (mmap_init) [REL_ALLOC_MMAP]: New function.
7386 (alloc_buffer_text, enlarge_buffer_text, free_buffer_text): New
7387 functions replacing macros BUFFER_ALLOC, BUFFER_REALLOC, and
7388 BUFFER_FREE.
7389
7390 * buffer.h (BUFFER_ALLOC, BUFFER_REALLOC, BUFFER_FREE): Removed.
7391 (enlarge_buffer_text): Add prototype.
7392
7393 * ralloc.c: Remove everything having to do with the use of mmap.
7394
f8608968
GM
73952000-09-13 Gerd Moellmann <gerd@gnu.org>
7396
2a494b2d
GM
7397 * sound.c (Fplay_sound): Doc fix.
7398
8c907a56
GM
7399 * keyboard.c: Avoid some more compiler warnings.
7400 (parse_tool_bar_item): Ignore cached key bindings.
7401
f8608968
GM
7402 * alloc.c: Add some comments about DOUG_LEA_MALLOC's use of mmap
7403 and allocation of Lisp data.
7404
6ab70e9a
GM
74052000-09-12 Gerd Moellmann <gerd@gnu.org>
7406
d12d0a9b
GM
7407 * xfaces.c: Remove conditional compilation on SCALABLE_FONTS.
7408 (Finternal_set_lisp_face_attribute): If frame is 0, set new frame
7409 defaults first.
7410
6ab70e9a
GM
7411 * lread.c (Fload): Put code checking for recursive loads in #if 0.
7412
63c36c3c
KH
74132000-09-12 Miyashita Hisashi <himi@meadowy.org>
7414
7415 * ccl.c: Comment fixed.
7416 (MAX_MAP_SET_LEVEL): Increased to 30.
7417 (PUSH_MAPPING_STACK): Enclose with do-while block.
7418 (POP_MAPPING_STACK): Likewise.
7419 (stack_idx_of_map_multiple): New variable.
7420 (CCL_CALL_FOR_MAP_INSTRUCTION): New macro.
7421 (ccl_driver) <CCL_IterateMultipleMap>: If the content is a symbol,
52283633 7422 call the corresponding CCL program by CCL_CALL_FOR_MAP_INSTRUCTION.
63c36c3c
KH
7423 (ccl_driver) <CCL_MapSingle>: Likewise.
7424 (ccl_driver) <CCL_MapMultiple>: Rewritten to fix many bugs, deal
7425 with the case where looking up process reaches to the end of
7426 map-set, and call CCL programs as the above change.
7427
7ee3bd7b
GM
74282000-09-11 Gerd Moellmann <gerd@gnu.org>
7429
8ec8a5ec
GM
7430 * xfns.c (png_load, jpeg_load): Declare some variables volatile
7431 that might be clobbered by longjmp.
7432 (check_x_display_info, x_decode_color, create_frame_xic)
7433 (Fx_display_backing_store, Fx_display_visual_class)
52283633 7434 (x_build_heuristic_mask, pbm_scan_number): Avoid compiler warnings.
8ec8a5ec 7435
f74b0705
GM
7436 * lread.c (init_lread): Set Vloads_in_progress to nil.
7437 (Fload): Show list of recursively loaded files, when signaling an
7438 error.
7439
7ee3bd7b
GM
7440 * lread.c (Vloads_in_progress): New variable.
7441 (record_load_unwind): New function.
7442 (Fload): Check for recursive loads.
7443 (syms_of_lread): Initialize Vloads_in_progress.
7444 (read_integer, read1): Avoid some compiler warnings.
7445
7446 * fns.c (concat, Fsubstring, internal_equal, Fnconc): Avoid some
7447 compiler warnings.
7448
974e1e5b
MB
74492000-09-11 Miles Bader <miles@gnu.org>
7450
7451 * editfns.c (Fbuffer_string): Doc fix.
7452
9824c4e3
GM
74532000-09-10 Gerd Moellmann <gerd@gnu.org>
7454
7455 * ralloc.c (mmap_enlarge): Don't return 0 if successful.
7456
6a72fdd1
KR
74572000-09-09 Ken Raeburn <raeburn@gnu.org>
7458
7459 * s/netbsd.h: Use NOT_C_CODE, not NO_C_SOURCE, when deciding
7460 whether to include other header files.
7461
28e6fb66
GM
74622000-09-09 Gerd Moellmann <gerd@gnu.org>
7463
52283633 7464 * xfaces.c (CYCLE_CHECK): Don't use the Lisp_Object returned
9824c4e3 7465 by Fmemq as a boolean.
28e6fb66 7466
7f8b6551
SM
74672000-09-08 Stefan Monnier <monnier@cs.yale.edu>
7468
7469 * xfaces.c (Finternal_set_lisp_face_attribute): Minor thinko.
7470
a8710abf
GM
74712000-09-08 Gerd Moellmann <gerd@gnu.org>
7472
d1a02881
GM
7473 * ralloc.c (mmap_fd): Remove initializer which can make it
7474 read-only in a dumped Emacs.
7475 (mmap_fd_1): New variable.
7476 (mmap_set_vars): Remove local `fd'. Save mmap_fd in mmap_fd_1,
7477 restore it from there.
7478 (r_alloc, r_re_alloc, r_alloc_free): Call r_alloc_init
7479 unconditionally so that mmap_fd can be initialized there.
7480 (r_alloc_init_fd): Open-coded in r_alloc_init; function removed.
7481 (r_alloc_init) [REL_ALLOC_MMAP && !MAP_ANON]: Open /dev/zero.
7482 (r_alloc_init) [REL_ALLOC_MMAP && MAP_ANON]: Set mmap_fd to -1.
7483
c454aac1
GM
7484 * xfaces.c (Finternal_merge_in_global_face): Return a Lisp object.
7485
7486 * xdisp.c (dump_glyph_row): Fix printf format string.
52283633 7487 (display_line, move_it_in_display_line_to): Avoid compiler warnings.
c454aac1 7488
fc653ef2
GM
7489 * s/freebsd.h (GC_MARK_STACK, REL_ALLOC_MMAP): Define.
7490
3015eec0
GM
7491 * keymap.c (Fset_keymap_parent): Check for cycles in keymap
7492 inheritance.
7493
bfe0ee88
GM
7494 * xdisp.c (try_window_id): When trying to locate cursor in
7495 unchanged rows at the top, handle the case that we can't find it.
7496
a8710abf
GM
7497 * xterm.c (x_draw_glyphs): Handle case START and END are out
7498 of bounds more carefully.
7499
6b7d4ae4
DL
75002000-09-08 Dave Love <fx@gnu.org>
7501
423193c5
DL
7502 * s/sol2.h (REL_ALLOC_MMAP): Define.
7503 * s/irix5-0.h (REL_ALLOC_MMAP): Likewise.
7504
7505 * ralloc.c: Don't include string.h (redundant).
7506 (MAP_ANON) [REL_ALLOC_MMAP]: Ensure it's defined.
7507 [!MAP_ANON]: Include fcntl.h.
7508 (mmap_fd) [REL_ALLOC_MMAP]: New variable.
7509 (r_alloc, r_re_alloc, r_alloc_free)
7510 (mmap_enlarge, mmap_set_vars): Use it.
7511 (r_alloc_init_fd): New function.
7512 (__morecore) [SYSTEM_MALLOC]: Don't declare.
7513 (r_alloc_init): Call r_alloc_init_fd. Conditionalize stuff on
7514 malloc type.
7515
7516 * Makefile.in (allocaobj) [!SYSTEM_MALLOC && REL_ALLOC_MMAP]:
7517 Remove vm-limit.o.
7518
6b7d4ae4
DL
7519 * unexelf.c (SHT_MIPS_DEBUG, HDRR) [__mips__]: Really confine last
7520 change to __NetBSD__.
7521
44d31981
KH
75222000-09-08 Kenichi Handa <handa@etl.go.jp>
7523
7524 * search.c (compile_pattern): Check the multibyteness of cached
7525 string and PATTERN.
7526
aad40737
MB
75272000-09-08 Miles Bader <miles@gnu.org>
7528
7529 * xfaces.c (default_face_vector): Function removed.
7530 (Finternal_merge_in_global_face): Restore old global/local
7531 attribute override order. Use inline loop instead of calling
7532 default_face_vector.
7533
91a211b5
GM
75342000-09-07 Gerd Moellmann <gerd@gnu.org>
7535
7536 * ralloc.c (obtain, relinquish, relinquish, r_alloc_size_in_use)
7537 (get_bloc, relocate_blocs, update_heap_bloc_correspondence)
7538 (resize_bloc, r_alloc_sbrk, r_alloc_init): Add casts to `char *'
7539 where necessary, in case POINTER_TYPE is `void'.
7540
03419440
EZ
75412000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
7542
7543 * frame.c (make_terminal_frame): Initialize frame foreground and
7544 background colors to unspecified, for the initial instance of an
7545 MSDOS frame.
7546
f46f845b
GM
75472000-09-07 Gerd Moellmann <gerd@gnu.org>
7548
24f76fbf
GM
7549 * ralloc.c (mmap_find): Fix overlap computation.
7550 (mmap_enlarge): Compute nbytes before trying to find an
7551 overlapping region.
7552
f46f845b
GM
7553 * xfaces.c (smaller_face): Compare font heights with `<' and `>'
7554 instead of `!='.
7555
7556 * lread.c (syms_of_lread): Change value of regexp
7557 Vbytecomp_version_regexp to not match some XEmacs-compiled files.
7558
7559 * xmenu.c (xdialog_show): When looking up the selection in
7560 menu_items, take `quote' boundaries into account; this corresponds
7561 to a nil ITEM in x-popup-dialog.
7562
3c014385
KH
75632000-09-07 Kenichi Handa <handa@etl.go.jp>
7564
fd6f711b
KH
7565 * charset.h (MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80,
7566 not 0x81.
7567 (MIN_CHAR_OFFICIAL_DIMENSION1): Define it as ((0x81 - 0x70) << 7).
7568
3c014385 7569 * coding.c (encode_coding_sjis_big5): Use translation table for
ed254191
KH
7570 encoding, not decoding. Fix the handling of latin-jisx0201.
7571 Check for the charset katakana-jisx0201 too.
3c014385 7572 (ONE_MORE_CHAR): Call translate_char with CHARSET arg -1.
f46f845b 7573 (detect_coding_sjis): Check the byte sequence more rigidly.
3c014385 7574
0da3ecef
GM
75752000-09-07 Gerd Moellmann <gerd@gnu.org>
7576
ab0ee409
GM
7577 * xfaces.c (Vparam_value_alist): New variable.
7578 (syms_of_xfaces): Initialize it.
7579 (Finternal_set_lisp_face_attribute): Avoid more consing.
7580
7581 * frame.c (Fframe_parameter): Handle `name' and `background-mode'
7582 specially.
7583 (Fframe_parameter) [HAVE_X_WINDOWS]: Handle `display' specially.
7584 (Qbackground_mode): New variable.
7585 (syms_of_frame_1): Initialize Qbackground_mode.
7586
7587 * lisp.h (Qdisplay): Declare extern.
1091dd67 7588
0da3ecef
GM
7589 * xfaces.c (Finternal_set_lisp_face_attribute): If FRAME is 0,
7590 change face on all frames, and change the default for new frames.
7591
b14654b9
DL
75922000-09-07 Dave Love <fx@gnu.org>
7593
7594 * Makefile.in [!SYSTEM_MALLOC && REL_ALLOC_MMAP]: Set mallocobj.
7595
d24fd56f
KH
75962000-09-07 Kenichi Handa <handa@etl.go.jp>
7597
794f3670
KH
7598 * charset.h (MAKE_CHAR): Be sure to set MSB of C1 to 0.
7599
0fddd0dc
KH
7600 * charset.c: Include composite.h
7601 (lisp_string_width): New function.
7602 (Fstring_width): Call lisp_string_width instead of strwidth.
7603
7604 * Makefile.in (charset.o): Depends on composite.h.
7605
d24fd56f
KH
7606 * process.c (read_process_output): Before inserting the decoded
7607 text in the buffer, adjust the multibyteness.
7608
fa0b693c
GM
76092000-09-06 Gerd Moellmann <gerd@gnu.org>
7610
52283633 7611 * buffer.c (set_buffer_internal_1) [REL_ALLOC_MMAP]: If
73b77ee5
GM
7612 buffer's text buffer is null, map new memory.
7613
0a58f946
GM
7614 * ralloc.c (POINTER, SIZE) [emacs]: Define in terms of
7615 POINTER_TYPE and size_t.
7616 (struct mmap_region) [REL_ALLOC_MMAP]: New structure.
7617 (mmap_regions, mmap_regions_1) [REL_ALLOC_MMAP]: New variables.
7618 (ROUND, MMAP_REGION_STRUCT_SIZE, MMAP_REGION, MMAP_USER_AREA)
7619 [REL_ALLOC_MMAP]: New macros.
7620 (mmap_find, mmap_free, mmap_enlarge, mmap_set_vars)
7621 (mmap_mapped_bytes, r_alloc, r_re_alloc, r_alloc_free)
7622 [REL_ALLOC_MMAP]: New functions.
7623
7624 * emacs.c (Fdump_emacs) [REL_ALLOC_MMAP]: Call mmap_set_vars
7625 before and after unexec.
7626
7627 * buffer.c (init_buffer) [REL_ALLOC_MMAP]: Map new buffer
7628 text buffers if necessary.
7629
7630 * buffer.h (R_ALLOC_DECLARE): Removed because unused.
7631 (r_alloc, r_re_alloc, r_alloc_free): Use POINTER_TYPE and size_t
7632 in prototypes.
7633
fa0b693c
GM
7634 * config.in (HAVE_MMAP): Add #undef.
7635
877055f6
GM
76362000-09-05 Gerd Moellmann <gerd@gnu.org>
7637
08ba3862
GM
7638 * frame.c (Qdisplay_type): New variable.
7639 (syms_of_frame_1): Initialize it.
7640 (Fframe_parameter): New function that avoids consing.
7641 (syms_of_frame): Defsubr it.
7642
66ffe51c
GM
7643 * buffer.c (Fother_buffer): Consider buffers as invisible when
7644 they are displayed in a window on an invisible frame.
7645
877055f6
GM
7646 * window.c (window_loop) <GET_LARGEST_WINDOW>: Fix bug making
7647 get-largest-window always return nil.
7648
bb970e67
GM
76492000-09-04 Gerd Moellmann <gerd@gnu.org>
7650
7651 * lread.c (syms_of_lread): Make Vbytecomp_version_regexp a Lisp
7652 variable; recognize Emacs 19 elc files.
7653
7a3d0e0e
MB
76542000-09-04 Miles Bader <miles@gnu.org>
7655
7656 * xmenu.c (xmenu_show): Call x_set_menu_resources_from_menu_face
7657 before initially popping up the menu, so the menu doesn't flash
52283633 7658 when the face settings are significantly different from the defaults.
7a3d0e0e 7659
14473664
SM
76602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7661
7662 * regex.c (WIDE_CHAR_SUPPORT): New macro.
7663 (btowc, iswctype, wctype) [_LIBC]: Redefine to __<fun>.
7664 (BIT_ALPHA, BIT_ALNUM, BIT_ASCII, BIT_NONASCII, BIT_GRAPH, BIT_PRINT)
7665 (BIT_UNIBYTE): Remove.
7666 (re_match_2_internal): Delete corresponding code and streamline the
7667 BIT_MULTIBYTE case to not bother checking ISUNIBYTE.
7668 (CHAR_CLASS_MAX_LENGTH) [!WIDE_CHAR_SUPPORT]: Set to 9 rather than 6.
7669 (re_wctype_t): New type.
7670 (re_wctype, re_iswctype, re_wctype_to_bit): New functions.
7671 (regex_compile): Use them and fix handling of overly long char classes.
7672
c1174479
AI
76732000-09-03 Andrew Innes <andrewi@gnu.org>
7674
f8803e97
AI
7675 * makefile.w32-in: Change to DOS line endings.
7676
c1174479
AI
7677 * s/ms-w32.h (ORDINARY_LINK): New define.
7678
7679 * w32.c (_ANONYMOUS_UNION) [__GNUC__]: New define
7680 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
7681
7682 * makefile.w32-in (clean): Don't delete config.h and epaths.h.
7683 (distclean): Delete them here instead.
7684
44ef7cf6
AI
7685 * w32proc.c (compare_env): Convert to uppercase for comparison,
7686 not lowercase, to match how the native Windows shell works.
7687
49b3bd82
JR
76882000-09-03 Jason Rumney <jasonr@gnu.org>
7689
7690 * ChangeLog: Remove -unix from coding. Let Emacs autodetect, as
7691 CVS changes the line-ends when checking in/out on DOS/Windows.
7692
7693 * makefile.nt (emacs): Do not change directory to run temacs, as
7694 the load-path is set relative to current directory.
7695
a3d35a39
MB
76962000-09-03 Miles Bader <miles@gnu.org>
7697
7698 * xterm.c (x_alloc_lighter_color_for_widget): New function.
7699
d276b0cf
GM
77002000-09-02 Gerd Moellmann <gerd@gnu.org>
7701
715e84c9
GM
7702 * xdisp.c (redisplay_mode_lines): New function.
7703 (display_mode_lines): Return number of mode lines displayed.
7704 (echo_area_display): Use redisplay_mode_lines to draw garbaged
7705 mode lines. Don't temporarily bind redisplay-dont-pause to t.
7706
8892f40b
GM
7707 * emacs.c, callint.c, doc.c, editfns.c: Remove includes of
7708 string.h and strings.h.
7709 (index) [HAVE_INDEX]: Add prototype.
7710
d276b0cf
GM
7711 * unexelf.c (SHT_PROGBITS) [__NetBSD__ && !PT_LOAD]: Don't define.
7712 (SHT_MIPS_DEBUG, HDRR) [__NetBSD__ && __mips__]: Define.
7713
7714 * s/netbsd.h [!NO_C_SOURCE]: Include <signal.h>.
7715 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
7716
38404229
GM
77172000-09-01 Gerd Moellmann <gerd@gnu.org>
7718
7719 * lread.c (read1): Accept `?' as symbol constituent, for
7720 compatiblity with XEmacs.
7721
c0f9ea08
SM
77222000-08-31 Stefan Monnier <monnier@cs.yale.edu>
7723
7724 * regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
7725 (struct re_pattern_buffer): Remove newline_anchor.
7726 * regex.c: Keep namespace clean for GNU libc by renaming <fun>
7727 to __<fun> and using `weak_alias (__<fun>, <fun>)'.
7728 (re_max_failures, fail_stack): Use size_t rather than unsigned.
7729 (regex_compile): For ^ and $, choose between buffer and line (beg|end)
7730 depending on the new RE_NO_NEWLINE_ANCHOR syntax flag.
7731 (print_compiled_pattern, re_search_2, mutually_exclusive_p)
7732 (re_match_2_internal, re_compile_pattern, re_comp, regcomp):
7733 Get rid of references to newline_anchor.
7734 (regcomp): Allocate and precompute a fastmap.
7735
8c0f83fe
GM
77362000-08-31 Gerd Moellmann <gerd@gnu.org>
7737
7738 * lread.c (openp): GCPRO local variable `filename'.
7739
4bb91c68
SM
77402000-08-30 Stefan Monnier <monnier@cs.yale.edu>
7741
7742 * regex.h (struct re_pattern_buffer): Use size_t for used/allocated.
7743
7744 * regex.c: Merge some changes from GNU libc. Add prototypes.
7745 (bcopy, bcmp, REGEX_REALLOCATE, re_match_2_internal):
7746 Use memcmp and memcpy instead of bcopy and bcmp.
7747 (init_syntax_once): Use ISALNUM.
7748 (PUSH_FAILURE_POINT, re_match_2_internal): Remove failure_id.
7749 (REG_UNSET_VALUE): Remove. Use NULL instead.
7750 (REG_UNSET, re_match_2_internal): Use NULL.
7751 (SET_HIGH_BOUND, MOVE_BUFFER_POINTER, ELSE_EXTEND_BUFFER_HIGH_BOUND):
7752 New macros.
7753 (EXTEND_BUFFER): Use them (to work with BOUNDED_POINTERS).
7754 (GET_UNSIGNED_NUMBER): Don't use ISDIGIT.
7755 (regex_compile): In handle_interval, return an error rather than try to
7756 unfetch the interval if we can't find the closing brace.
7757 Obey the RE_NO_GNU_OPS syntax bit.
7758 (TOLOWER): New macro.
7759 (regcomp): Use it.
7760 (regexec): Allocate regs.start and regs.end as one block.
7761
5226a931
GM
77622000-08-30 Gerd Moellmann <gerd@gnu.org>
7763
868dd24b
GM
7764 * xdisp.c (echo_area_display): Check display_completed instead
7765 of calling detect_input_pending.
7766
7767 * dispnew.c (update_frame): Only set display_completed here; move
7768 the update_begin and update_end calls here from update_frame_1.
7769 (update_frame_1): Don't set display_completed here, don't call
7770 update_begin/update_end.
7771
5226a931
GM
7772 * xfaces.c (set_font_frame_param): Use Fmodify_frame_parameters
7773 instead of store_frame_param.
7774
2a8bd25f
GM
77752000-08-29 Gerd Moellmann <gerd@gnu.org>
7776
7777 * dispnew.c (build_frame_matrix_from_leaf_window): If a row of a
7778 desired window matrix hasn't been displayed, use the current row
7779 instead. Make sure that only those frame rows are updated for
7780 which there exists a corresponding enabled desired row.
52283633 7781
ba3478d9
MB
77822000-08-29 Miles Bader <miles@gnu.org>
7783
7784 * xfaces.c (default_face_vector): New function.
7785 (Finternal_merge_in_global_face): Use it instead of merge_face_vectors.
7786
87d0f685
GM
77872000-08-29 Gerd Moellmann <gerd@gnu.org>
7788
7789 * lread.c (openp): Prevent temporary string passed to
7790 Ffile_readable_p from being garbage collected.
7791
6fa86045
DL
77922000-08-28 Dave Love <fx@gnu.org>
7793
7794 * keymap.c (store_in_keymap): Add `static' to declaration.
7795
bb17930d
GM
77962000-08-28 Gerd Moellmann <gerd@gnu.org>
7797
7798 * emacs.c, callint.c, doc.c, editfns.c
7799 (toplevel) [HAVE_STRING_H]: Include string.h.
7800 (toplevel) [HAVE_STRINGS_H]: Include strings.h.
7801 (index): Remove prototypes which might conflict with non-standard
7802 definitions of index/strchr.
7803
7804 * s/usg5-3.h (index): Define only if not HAVE_INDEX.
7805 (rindex): Define only if !HAVE_RINDEX.
7806
7807 * s/sco5.h (bcopy, bzero, bcmp): Don't define.
7808
7809 * config.in (HAVE_INDEX, HAVE_RINDEX, HAVE_STRINGS_H): Add undefs.
7810
87188200
MB
78112000-08-28 Miles Bader <miles@gnu.org>
7812
7813 * xfaces.c (merge_face_vectors): Clear TO's :font attribute if
7814 made inconsistent by a font-related attribute in FROM.
7815 (merge_face_inheritance): Add function comment.
7816
41a68aef
KH
78172000-08-28 Kenichi Handa <handa@etl.go.jp>
7818
7819 * keyboard.c (read_char_minibuf_menu_prompt): Call read_char with
7820 the 4th arg (PREV_EVENT) Qt to suppress input method.
7821
f7c436c1
SM
78222000-08-27 Stefan Monnier <monnier@cs.yale.edu>
7823
0b32bf0e
SM
7824 * regex.c: Indent cpp directives and remove parens after `defined'.
7825 (PTR_TO_OFFSET, POS_AS_IN_BUFFER): Move to a better place.
7826 (ISDIGIT, ISCNTRL, ISXDIGIT) [!emacs]: Remove duplicate definition.
7827 (regex_compile): Use RE_FRUGAL instead of RE_ALL_GREEDY.
7828 (re_compile_pattern): Use size_t for length.
7829 (init_syntax_once): Move to a better place.
7830 * regex.h: Merge changes from GNU libc. Indent cpp directives.
7831 (RE_FRUGAL): Replaces RE_ALL_GREEDY (inverted meaning).
7832
f7c436c1
SM
7833 * syntax.c (back_comment): Detect cases where a comment-starter is
7834 actually inside another comment as in: /* a // b */ c // d \n.
7835 Make it clear that `comstart_pos' is unused for nested comments.
7836
7837 * keymap.c (store_in_keymap, fix_submap_inheritance): New prototypes.
7838 (KEYMAPP): New macro.
7839 (Fkeymap_parent, Fset_keymap_parent): Use it.
7840 (fix_submap_inheritance): Mark it static.
7841 (define_as_prefix, describe_buffer_bindings, describe_command)
7842 (describe_translation, describe_map): Complete prototypes.
7843
7844 * lisp.h (store_in_keymap, fix_submap_inheritance): Remove.
7845
7846 * keyboard.c (menu_bar_item): Detect duplicate entries for all items
7847 to better match the key-lookup behavior.
7848
6288c62f
GM
78492000-08-27 Gerd Moellmann <gerd@gnu.org>
7850
7851 * xfaces.c (lface_fully_specified_p): Handle :inherit.
7852 (Finternal_set_lisp_face_attribute): Fix typo in error message.
7853
e931344e
EZ
78542000-08-27 Eli Zaretskii <eliz@is.elta.co.il>
7855
7856 * Makefile.in (dispnew.o, indent.o, fontset.o, minibuf.o)
7857 (process.o, scroll.o, sysdep.o): Depend on keyboard.h.
7858 (xterm.o): Depend on coding.h
7859
d10dfeef
KH
78602000-08-26 Kenichi Handa <handa@etl.go.jp>
7861
7862 * cmds.c (internal_self_insert): Delete '#ifdef HAVE_FACES' and
7863 the corresponding '#endif'.
7864
2d73e8d3
MB
78652000-08-26 Miles Bader <miles@gnu.org>
7866
7867 * dispextern.h (enum lface_attribute_index): Add LFACE_INHERIT_INDEX.
7868 * xfaces.c (QCinherit): New variable.
7869 (syms_of_xfaces): Initialize it.
7870 (LFACE_INHERIT): New macro.
7871 (Finternal_get_lisp_face_attribute)
52283633 7872 (merge_face_vector_with_property)
2d73e8d3
MB
7873 (Finternal_set_lisp_face_attribute): Deal with :inherit attribute.
7874 (check_lface_attrs): Allow new types of face height. Check
7875 inherit attribute.
7876 (CYCLE_CHECK): New macro.
7877 (merge_face_inheritance): New function.
7878 (merge_face_vectors): Merge inherited faces too. Add F and
7879 CYCLE_CHECK arguments.
7880 (merge_face_vector_with_property, Finternal_merge_in_global_face)
7881 (lookup_named_face, lookup_derived_face, realize_named_face)
7882 (face_at_string_position, face_at_buffer_position): Supply
7883 new F and CYCLE_CHECK arguments to merge_face_vectors.
7884 (merge_face_heights): New function.
52283633 7885 (merge_face_vectors, merge_face_vector_with_property)
2d73e8d3
MB
7886 (Finternal_set_lisp_face_attribute): Call merge_face_heights to
7887 handle relative face heights.
7888 (lface_same_font_attributes_p): Compare heights using EQ.
7889
6ce974d4
KH
78902000-08-26 Kenichi Handa <handa@etl.go.jp>
7891
7892 * charset.c (char_to_string): Check the character validity.
52283633 7893 (char_valid_p): If C is not less than MAX_CHAR, be sure to return 0.
6ce974d4 7894
dc1e502d
SM
78952000-08-25 Stefan Monnier <monnier@cs.yale.edu>
7896
7897 * regex.c (PUSH_FAILURE_COUNT): New macro.
7898 (POP_FAILURE_REG_OR_COUNT): Renamed from POP_FAILURE_REG.
7899 Handle popping of a register's or a counter's data.
7900 (POP_FAILURE_POINT): Use the new name.
7901 (re_match_2_internal): Push counter data on the stack for succeed_n,
7902 jump_n and set_number_at and remove misleading dead code in succeed_n.
7903
bd9d0f3f
GM
79042000-08-25 Gerd Moellmann <gerd@gnu.org>
7905
7906 * xdisp.c (redisplay_internal): If considering all windows on all
7907 frames, update the display for each frame as soon as possible,
7908 instead of first building all desired matrices for all frames, and
7909 then updating them all.
7910 (try_cursor_movement): Handle case that last_cursor.vpos is -1.
7911
aa5b8e15
GM
79122000-08-24 Gerd Moellmann <gerd@gnu.org>
7913
17494071
GM
7914 * bytecode.c (mark_byte_stack): Add a comment.
7915
52283633
SM
7916 * frame.h (FRAME_FLAGS_AREA_COLS, FRAME_FLAGS_AREA_WIDTH)
7917 (FRAME_LEFT_FLAGS_AREA_WIDTH): Return 0 unless frame is
aa5b8e15
GM
7918 a graphical frame.
7919
c543db81
KH
79202000-08-24 Kenichi Handa <handa@etl.go.jp>
7921
d246d5f5
KH
7922 * minibuf.c (do_completion): Always use compare-string, not
7923 string-equal because the latter doesn't pay attention to
7924 multibyteness of strings.
7925
c543db81
KH
7926 * process.c (create_process): Don't setup raw-text coding here.
7927 (Fopen_network_stream): Don't set coding->src_multibyte and
7928 coding->dst_multibyte here.
7929 (read_process_output): For process filter, return unibyte string
7930 if default-enable-multibyte-characters is nil.
7931 (send_process): If OBJECT is multibyte text, be sure to encoded it
7932 by the specified coding system for the process. Otherwise, setup
7933 raw-text coding.
52283633 7934 (init_process): Don't initialize default-process-coding-system here.
c543db81 7935
9b47cfe0
EZ
79362000-08-23 Eli Zaretskii <eliz@is.elta.co.il>
7937
7938 * buffer.c (syms_of_buffer) <scroll-up-aggressively>: Doc fix.
7939 <scroll-down-aggressively>: Likewise.
7940
f5a36960
KH
79412000-08-23 Kenichi Handa <handa@etl.go.jp>
7942
7943 * coding.c (encode_eol): Fix bug for the case of dst_bytes being
7944 zero. Set coding->produced_char correctly.
7945
69a7ffa7
AI
79462000-08-22 Andrew Innes <andrewi@gnu.org>
7947
7948 * makefile.w32-in: New file.
7949
7950 * unexw32.c (unexec): Ignore old_name, and use the actual location
7951 of the current executable instead. Base new_name on this.
7952
7953 * w32proc.c (create_child): Remove reference to security
7954 descriptor, which isn't needed and doesn't compile with mingw32.
7955
7956 * w32term.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
7957 up dllimport attributes.
7958 (x_update_window_end): Update prototype.
7959
7960 * unexec.c (write_segment) [USE_CRT_DLL]: Remove unnecessary
7961 extern, which screws up dllimport attributes.
7962
7963 * sysdep.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
7964 up dllimport attributes.
7965
7966 * strftime.c [USE_CRT_DLL]: Remove unnecessary extern, which
7967 screws up dllimport attributes.
7968
7969 * process.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
7970 up dllimport attributes.
7971 (create_process) [USE_CRT_DLL]: Remove unnecessary extern, which
7972 screws up dllimport attributes.
7973
7974 * lread.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
7975 up dllimport attributes.
7976
7977 * keyboard.c [USE_CRT_DLL]: Remove unnecessary extern, which
7978 screws up dllimport attributes.
7979
7980 * floatfns.c [USE_CRT_DLL]: Remove unnecessary extern, which
7981 screws up dllimport attributes.
7982
7983 * fileio.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
7984 up dllimport attributes.
7985
7986 * emacs.c (malloc_initialize_hook) [USE_CRT_DLL]: Remove
7987 unnecessary extern, which screws up dllimport attributes.
7988 (main): Ditto.
7989
7990 * editfns.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
7991 up dllimport attributes.
7992
7993 * dispnew.c (window_change_signal) [USE_CRT_DLL]: Remove
7994 unnecessary extern, which screws up dllimport attributes.
7995
7996 * callproc.c [USE_CRT_DLL]: Remove unnecessary extern, which
7997 screws up dllimport attributes.
7998
7999 * buffer.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
8000 up dllimport attributes.
8001
8002 * w32proc.c (IsValidLocale): Extern missing from mingw32 headers.
8003
52283633
SM
8004 * w32bdf.c (search_file_line):
8005 (set_bdf_font_info):
8006 (seek_char):
8007 (w32_get_bdf_glyph):
69a7ffa7
AI
8008 (w32_BDF_to_x_font): Fix compile warnings.
8009
52283633 8010 * w32menu.c: Include keyboard.h before frame.h. Fix compile warnings.
69a7ffa7
AI
8011
8012 * w32select.c: Include keyboard.h before frame.h.
8013
8014 * w32fns.c (max): Define macro.
8015 (JOHAB_CHARSET): Define if not known.
8016 (MOD_ALT, MOD_CONTROL, MOD_SHIFT, MOD_WIN): Define if not known.
8017 (Fx_show_tip): Synch with X version.
8018
8019 * w32xfns.c: Include keyboard.h before frame.h.
8020
8021 * w32fns.c: Include keyboard.h before frame.h.
8022
8023 * w32term.c: Include keyboard.h before frame.h.
8024
8025 * fontset.c: Include keyboard.h before frame.h.
8026
8027 * w32inevt.c: Include keyboard.h before frame.h.
8028 (MOUSE_MOVED): Define if not known.
8029
8030 * minibuf.c: Include keyboard.h before frame.h.
8031
8032 * keyboard.c: Include keyboard.h before frame.h.
8033
8034 * indent.c: Include keyboard.h before frame.h.
8035
8036 * dispnew.c: Include keyboard.h before frame.h.
8037
8038 * buffer.c: Include keyboard.h before frame.h.
8039
8040 * alloc.c: Include keyboard.h before frame.h.
8041
8042 * print.c: Include keyboard.h before frame.h.
8043
8044 * process.c: Include keyboard.h before frame.h.
8045
8046 * scroll.c: Include keyboard.h before frame.h.
8047
8048 * sysdep.c: Include keyboard.h before frame.h.
8049
8050 * term.c: Include keyboard.h before frame.h.
8051
8052 * window.c: Include keyboard.h before frame.h.
8053
8054 * xdisp.c: Include keyboard.h before frame.h.
8055 Separate GLYPH_DEBUG and DEBUG_TRACE_MOVE.
8056
8057 * frame.c: Include keyboard.h before frame.h.
8058
8059 * w32heap.h: Undefine min, max.
8060
8061 * w32gui.h: Undefine min, max.
8062
8063 * unexw32.c: Change PUCHAR to PCHAR.
8064 (PTR_TO_OFFSET): Cast ptr to unsigned char *.
52283633
SM
8065 (relocate_offset):
8066 (get_section_info):
69a7ffa7
AI
8067 (copy_executable_and_dump_data): Remove unnecessary static defs.
8068 (copy_executable_and_dump_data): Fix compile warnings.
8069
8070 * sysdep.c (NULL) [WINDOWSNT]: Define NULL if not defined.
8071
8072 * w32console.c (min): Define macro.
8073 (clear_frame, write_glyphs): Fix compile warning.
8074
52283633 8075 * w32proc.c (compare_env):
69a7ffa7
AI
8076 (find_child_console): Fix compile warning.
8077
8078 * w32.c (sys_strerror): Use sys_nerr instead of _sys_nerr. Use
8079 sys_errlist instead of _sys_errlist.
8080 (get_emacs_configuration_options): New function.
8081
8082 * s/ms-w32.h (sys_nerr): Provide default definition.
8083 (strdup, strupr, strnicmp, stricmp, tzset, tzname): Map to same
8084 name with _ prepended.
8085 (NSIG): Define if not known.
8086 (get_emacs_configuration): Provide extern declaration.
8087 (get_emacs_configuration_options): Provide extern declaration.
8088 (EMACS_CONFIG_OPTIONS): Call get_emacs_configuration_options.
8089
8090 * w32.c (gettimeofday): Use struct timeb, not struct _timeb.
52283633 8091 (map_w32_filename):
69a7ffa7
AI
8092 (read_unc_volume): Fix compile warning.
8093
8094 * s/ms-w32.h (_WINSOCK_H): Define to prevent normal winsock
8095 definitions from being used.
8096
8097 * lisp.h [WINDOWSNT]: Don't declare externs for getenv, ctime and getwd.
8098
52283633 8099 * w32.c (unc_volume_file_attributes):
69a7ffa7
AI
8100 (open_unc_volume): Make arg const.
8101
8102 * sysdep.c [WINDOWSNT]: Remove extern decl of errno.
8103 (read_input_waiting): Remove excess parameter.
8104
8105 * w32.c (init_environment): Call _access.
8106 (check_windows_init_file): Call _close.
8107 (init_user_info): Call _putenv.
8108 (init_environment): Call _putenv and _strdup.
8109 (init_ntproc): Reset volume info cache on startup.
8110
8111 * s/ms-w32.h (malloc, free, realloc, calloc): Rename if
8112 USE_CRT_DLL is defined, so Emacs can use GNU malloc even though it
8113 cannot override the CRT malloc.
8114
8115 * makefile.nt (LOCAL_FLAGS): Define USE_CRT_DLL if requested.
8116 (LINK_FLAGS): Append to original value of LINK_FLAGS.
8117
8118 * w32heap.c [!USE_CRT_DLL]: Don't define _heap_init and _heap_term
8119 unless we are linking with a static CRT.
8120 (RVA_TO_PTR): Cast result to unsigned char*.
8121
8122 * w32.c (GetCachedVolumeInformation): Use xmalloc, xfree and xstrdup.
8123 (add_volume_info): Use xstrdup.
8124
25060080
SM
81252000-08-22 Stefan Monnier <monnier@cs.yale.edu>
8126
8127 * minibuf.c (Vcompletion_auto_help): Renamed from `auto_help'.
8128 (do_completion, Fminibuffer_complete_word): Use it.
8129 (syms_of_minibuf): Turn completion-auto-help into a proper Lisp
8130 var so it can take non-boolean values.
8131
6917e6bb
GM
81322000-08-21 Gerd Moellmann <gerd@gnu.org>
8133
acb7cc89 8134 * editfns.c (find_field): Formatting changes.
52283633 8135 (toplevel): Some old-style function forward declarations
acb7cc89
GM
8136 changed to prototypes, some new protypes added, some functions
8137 made static.
8138
8139 * lisp.h (set_time_zone_rule): Add prototype.
8140 (use_dialog_box): External declaration.
8141
0bbfdc25
GM
8142 * keyboard.c (gen_help_event): Add parameter SIZE.
8143 (kbd_buffer_events_waiting): Slightly rewritten.
8144 (clear_event): New function.
8145 (kbd_buffer_get_event): Use it, and clear the input_events of
8146 HELP_EVENTs.
8147 (init_keyboard): Remove duplicate creation of kbd_buffer_gcpro and
8148 don't fill the newly created array with nils.
8149 (toplevel): Convert some old-style function forward declarations
8150 to prototypes.
8151
8152 * keyboard.h (gen_help_event): Change prototype.
8153
8154 * xterm.c (XTread_socket): Change calls to gen_help_event.
8155
8156 * w32term.c (w32_read_socket): Change calls to gen_help_event.
8157
6917e6bb
GM
8158 * eval.c (Fmacroexpand): Doc fix.
8159
e5cd3d11
JR
81602000-08-20 Jason Rumney <jasonr@gnu.org>
8161
8162 * w32term.h (x_display_info_for_display): Remove as this function
8163 does not exist on W32.
8164
8165 * w32term.c (help_echo_window): New variable.
8166 (syms_of_w32term): staticpro it.
8167 (note_mode_line_highlight): Set it.
8168 (XTextExtents16): Removed as there is no equivalent on W32.
8169 (x_compute_glyph_string_overhangs): Incomplete body removed, as
8170 the X way of doing this will not work for W32.
8171 (w32_intersect_rectangles): Removed. Use IntersectRect API call.
8172 (x_draw_image_foreground): Avoid drawing outside of the clip area
8173 when image doesn't have a mask.
8174 (note_mouse_highlight): Process overlays in the right order of
8175 priority. Set help_echo_window.
8176 (x_draw_bar_cursor): If cursor is on an image, draw a box cursor
8177 because that's more visible for large images.
8178
8179 * w32menu.c (keymap_panes): Pass the keymap's prompt as the pane
8180 name to single_keymap_panes.
8181 (w32_menu_show): Set wv->title when dealing with titles.
8182 (w32_menu_display_help): Call show_help_echo with OBJECT and POS.
8183
6e69ab8c
MB
81842000-08-21 Miles Bader <miles@gnu.org>
8185
8186 * minibuf.c (do_completion): Try again if we rewrite the input
8187 string, but no completion was done, so that any completion message
8188 will be correct.
8189
511bd4eb
GM
81902000-08-20 Gerd Moellmann <gerd@gnu.org>
8191
8192 * xfaces.c (lface_equal_p): Compare strings differently.
8193 (Qtty_color_alist, Vtty_defined_color_alist): New variables.
8194 (realize_tty_face): Use them.
8195 (syms_of_xfaces): Initialize new variables.
8196 (map_tty_color): New function, extracted from realize_tty_face.
8197 (map_tty_color) [MSDOS || WINDOWSNT]: If using the frame's default
8198 foreground or background color, store the new color name in the
8199 realized face; previous code trying to do this had no effect.
8200 (realize_tty_face): Use map_tty_color.
8201 (Fclear_face_cache): Set face_change_count and ensure thorough
8202 redisplay.
8203
1433385f
GM
82042000-08-19 Gerd Moellmann <gerd@gnu.org>
8205
511bd4eb
GM
8206 * undo.c (record_first_change, record_marker_adjustment): Don't
8207 use XBUFFER on last_undo_buffer which might not be a buffer.
1433385f 8208
419ac0a2
KH
82092000-08-18 Kenichi Handa <handa@etl.go.jp>
8210
8211 * coding.c (decode_coding_string): Set members consumed,
8212 consumed_char, produced, produced_char of *coding correctly. If
8213 decode_coding doesn't consume any byte, don't try anymore.
8214 (encode_coding_string): Likewise.
8215
7eb9e30d
GM
82162000-08-18 Gerd Moellmann <gerd@gnu.org>
8217
511bd4eb
GM
8218 * lisp.h (CHECK) [ENABLE_CHECKING]: Make both sides of the
8219 conditional have void type, for Standard C compilers.
7eb9e30d
GM
8220
8221 * xdisp.c (redisplay_internal): Compare windows for equality with
8222 EQ, instead of applying XWINDOW to something that might not
8223 be a window.
52283633 8224
dd34a735
KH
82252000-08-18 Kenichi Handa <handa@etl.go.jp>
8226
8227 * fontset.c (Finternal_char_font): Search only the selected frame
8228 for a window of the current buffer.
8229
385ff9e3
GM
82302000-08-18 Gerd Moellmann <gerd@gnu.org>
8231
511bd4eb 8232 * minibuf.c (do_completion): Use EQ instead of `!=' to compare
01cce3e7
GM
8233 Lisp_Objects.
8234
385ff9e3
GM
8235 * keyboard.c (kbd_buffer_get_event): Handle the case that the
8236 second half of a HELP_EVENT is found at the start of kbd_buffer.
8237
d6abb4c7
MB
82382000-08-18 Miles Bader <miles@gnu.org>
8239
4618074a
MB
8240 * lisp.h (Lisp_String): Replace DECLARE_INTERVALS with real decl.
8241
d6abb4c7
MB
8242 * editfns.c (save_restriction_save): Rewrite to use markers.
8243 (save_restriction_restore): Rewrite to understand new form of data
8244 saved by save_restriction_save.
8245 (Fsave_restriction): Remove cautionary note in doc-string.
8246
a7b28523
GM
82472000-08-17 Gerd Moellmann <gerd@gnu.org>
8248
8249 * fileio.c (build_annotations): Add a comment explaining the
8250 return value of format-annotate-function. Replace a spurious call
8251 to Flength with a CONSP test. Call format-annotate-function with
8252 a fifth arg specifying how many times the function is been called
8253 in a row, to let it choose temporary buffers appropriately.
8254
03c9ed77
DL
82552000-08-17 Dave Love <fx@gnu.org>
8256
8257 * lisp.h: Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don't
8258 declare make_temp_name twice.
8259
52283633 8260 * lread.c: Prototype readevalloop, load_unwind, load_descriptor_unwind.
03c9ed77
DL
8261 (unreadpure): Give it an arg.
8262
8263 * unexalpha.c: Prototype fatal_unexec, mark_x,
8264 update_dynamic_symbols. Declare unexec as void.
8265
8266 * cm.c [HAVE_TERMCAP_H]: Include <termcap.h>.
8267 [!HAVE_TERMCAP_H]: Prototype tputs, tgoto.
8268
8269 * alloc.c (lisp_malloc): Declare with POINTER_TYPE.
52283633 8270 [SYSTEM_MALLOC]: Make decls in malloc.h conditional on DOUG_LEA_MALLOC.
03c9ed77
DL
8271
8272 * alloca.c: Use #error.
8273 [POINTER_TYPE]: Use it.
8274
8275 * eval.c (Fdefvar): Doc fix.
8276
8277 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Avoid
8278 INITIALIZE_INTERVAL.
8279
8280 * buffer.h: Avoid DECLARE_INTERVALS.
8281
8282 * config.in: Add size_t.
8283
aae41d97
EZ
82842000-08-17 Eli Zaretskii <eliz@is.elta.co.il>
8285
8286 * w16select.c (set_clipboard_data): If there's not enough memory
8287 to put text into clipboard, return 1, as Fw16_set_clipboard_data
8288 expects. In case of other failures, return 3.
8289 (system_error_msg): New error message.
8290 (Fw16_set_clipboard_data): If set_clipboard_data returns 3, print
8291 system_error_msg.
8292
65aa5e85
GM
82932000-08-16 Gerd Moellmann <gerd@gnu.org>
8294
8295 * term.c (write_glyphs): Also turn off inverse video after turning
8296 off other appearances in case TS_exit_attribute_mode is not equal
8297 to TS_end_standout_mode.
8298 (insert_glyphs): Turn inverse video on/off for each run of glyphs
8299 with the same face.
8300 (turn_off_face): Reset standout_mode only if
8301 TS_exit_attribute_mode has been output and TS_exit_attribute_mode
8302 is equal to TS_end_standout_mode.
8303
ece23901
KH
83042000-08-16 Kenichi Handa <handa@etl.go.jp>
8305
9d7bcb2e
KH
8306 * coding.c (encode_coding): Fix the bug of not flushing ISO escape
8307 sequence at the end of the source block.
8308
ece23901
KH
8309 * ccl.c (Fccl_program_p): Docstring modified.
8310 (Fccl_execute): Likewise.
8311 (Fccl_execute_on_string): Likewise.
8312
5e30eaa2
EZ
83132000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
8314
8315 * msdos.c (IT_write_glyphs): Convert cbp to unsigned char *.
8316
290602fd
KH
83172000-08-16 Kenichi Handa <handa@etl.go.jp>
8318
8319 The following changes are mainly to fix bugs of
8320 encode/decode-coding-string failing if encoding/decoding return
8321 CODING_FINISH_INSUFFICIENT_DST. In addition, delete the global
8322 variable conversion_buffer.
8323
8324 * ccl.c (CCL_WRITE_CHAR): If CH is eight-bit-control char,
8325 decrement dst_end to avoid buffer overflow in the later call of
8326 string_as_multibyte
8327
8328 * coding.h (conversion_buffer_size, conversion_buffer)
8329 (get_conversion_buffer): Extern deleted.
8330
8331 * coding.c (MINIMUM_CONVERSION_BUFFER_SIZE): Macro deleted.
8332 (conversion_buffer, conversion_buffer_size): Variables deleted.
8333 (get_conversion_buffer): Function deleted.
8334 (struct conversion_buffer): New structure.
8335 (MAX_ALLOCA): New macro.
8336 (allocate_conversion_buffer): New macro.
8337 (extend_conversion_buffer, free_conversion_buffer): New functions.
8338 (ccl_coding_driver): Set coding->result.
8339 (decode_coding): Set coding->result to CODING_FINISH_NORMAL if
8340 this is the last block of source.
8341 (encode_coding): Likewise. Handle the source block as the last
8342 one only when the whole source text is consumed.
8343 (decode_coding_string): Handle the case that the output buffer is
8344 too small to decode the whole source text. Use
8345 allocate_conversion_buffer, extend_conversion_buffer and
8346 free_conversion_buffer, not get_conversion_buffer.
8347 (encode_coding_string): Likewise.
8348 (init_coding): Function deleted.
52283633 8349 (init_coding_once): Delete code to initialize conversion_buffer_size.
290602fd
KH
8350
8351 * emacs.c (main): Don't call init_coding.
8352
52283633 8353 * msdos.c (IT_write_glyphs): Use a locally declared conversion_buffer.
290602fd
KH
8354
8355 * term.c (write_glyphs): Use a locally declared conversion_buffer.
8356 (insert_glyphs): Likewise.
8357
8358 * w32console.c (write_glyphs): Use a locally declared
8359 conversion_buffer.
8360
b9f80d41
EZ
83612000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
8362
8363 * msdos.c (IT_update_begin): Don't crash if mouse_face_mouse_frame
8364 member of display_info is NULL.
8365
32dc52f7
GM
83662000-08-15 Gerd Moellmann <gerd@gnu.org>
8367
52283633 8368 * alloc.c (compact_small_strings): Use safe_bcopy, add an assertion.
58ed0d3b 8369
32dc52f7 8370 * term.c (turn_off_face): Reset standout_mode when resetting
58ed0d3b 8371 appearances with capability `me'.
32dc52f7
GM
8372 (write_glyphs): Switch on inverse video before each face change.
8373
4eb22d33
DL
83742000-08-14 Dave Love <fx@gnu.org>
8375
8376 * alloc.c [HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk.
8377 [!HAVE_UNISTD_H]: Use POINTER_TYPE to declare sbrk.
8378 (lisp_free): Declare and make static.
8379
8380 * window.c: Fix embedded comment.
8381 (syms_of_window): Fix doc string.
8382
90cbf47e
GM
83832000-08-14 Gerd Moellmann <gerd@gnu.org>
8384
52283633 8385 * keymap.c (push_key_description): If C without modifiers is < 32,
90cbf47e
GM
8386 make sure to print `C-' before `M-', like in the manual.
8387
440fc135
GM
83882000-08-11 Gerd Moellmann <gerd@gnu.org>
8389
8390 * fns.c (hashfn_eq, hashfn_eql): Don't handle strings specially
8391 since they aren't relocated anymore.
52283633 8392 (sxhash_string): Make sure returned hash code fits in a Lisp integer.
440fc135
GM
8393
8394 * xdisp.c (try_cursor_movement): Fix handling of cursor in
52283633 8395 partially visible line which is smaller than the window's height.
440fc135 8396
6e264fad
KH
83972000-08-11 Kenichi Handa <handa@etl.go.jp>
8398
8399 * ccl.c (CCL_READ_CHAR): If source is multibyte, pay attention to
52283633 8400 the multibyte form of eight-bit-control characters.
6e264fad
KH
8401 (Fccl_execute_on_string): Initialize ccl->multibyte.
8402
8403 * ccl.h (struct ccl_program): New member multibyte.
8404
8405 * coding.c (ccl_coding_driver): Initialize ccl->multibyte.
8406
c371f69a
KH
84072000-08-11 Kenichi Handa <handa@etl.go.jp>
8408
8409 * regex.c (regex_compile) <normal_char>: Pay attention to
8410 multibyteness.
8411 (analyse_first) <exactn>: Setup fastmap correctly for
8412 eight-bit-control characters.
8413
84142000-08-11 Kenichi Handa <handa@etl.go.jp>
8415
52283633 8416 * termhooks.h (enum event_kind): New member multibyte_char_keystroke.
c371f69a
KH
8417
8418 * keyboard.c (make_lispy_event): Handle the new event type
8419 multibyte_char_keystroke.
8420
8421 * xterm.c: Include coding.h.
8422 (XTread_socket): Work around a bug of XmbLookupString. If the
8423 input is from XIM, decode it according to the current locale. In
8424 that case, generate multibyte_char_keystroke events.
8425
b8ddbe71
KH
84262000-08-11 Kenichi Handa <handa@etl.go.jp>
8427
8428 * xdisp.c (TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon.
8429 (TRACE_MOVE) [not GLYPH_DEBUG]: Define dummy.
8430
47589c8c
GM
84312000-08-10 Gerd Moellmann <gerd@gnu.org>
8432
8433 * xdisp.c (trace_move) [GLYPH_DEBUG]: New variable.
8434 (TRACE_MOVE) [GLYPH_DEBUG]: New macro.
8435 (move_it_in_display_line_to): Record iterator's ascent and descent
8436 before producing glyphs, and restore them when we know the glyph
8437 doesn't fit on the line.
8438 (move_it_to): Restructured so that it's easier to debug. If
8439 moving to a vpos, and not moving to an x or character position,
8440 stop as soon as the specified vpos is reached; don't move further
8441 into that line because that might change the computed line height.
8442 (try_cursor_movement): New function, extracted from the cursor
8443 movement branch of redisplay_window. If ending on a partially
8444 visible line, don't try to scroll if the cursor line is taller
8445 than the window.
8446 (redisplay_window): Use try_cursor_movement.
8447
8448 * window.c (Fwindow_end): Rewritten to not use Fvertical_motion,
8449 because that function doesn't cope with variable-height lines.
8450
8451 * xterm.c (x_draw_bar_cursor): If cursor is on an image, draw a
8452 box cursor because that's better visible for large images.
52283633 8453
c51bacd6
MB
84542000-08-10 Miles Bader <miles@gnu.org>
8455
8456 * w32term.c (note_mouse_highlight): Update calls to overlays_at.
8457
bea56df7
GM
84582000-08-10 Gerd Moellmann <gerd@gnu.org>
8459
8460 * xdisp.c (Vmessages_buffer_name): New variable.
8461 (message_dolog): Use it.
8462 (syms_of_xdisp): Initialize it.
8463
99cd7364
EZ
84642000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8465
52283633 8466 * msdos.c (IT_note_mouse_highlight): Update the calls to overlays_at.
99cd7364
EZ
8467 (toplevel) <kbd_buffer_store_event>: Remove prototype, it's
8468 redundant now that keyboard.h is included.
8469
7d093d56
EZ
84702000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
8471
8472 * keyboard.c (kbd_buffer_events_waiting): New function.
8473
8474 * keyboard.h (kbd_buffer_events_waiting): Add prototype.
8475
8476 * msdos.c: Include keyboard.h.
8477 (XMenuActivate): Empty no_event events from the event buffer. If
8478 no events are left after that, call clear_input_pending.
8479 (mouse_clear_clicks): New function, code moved from mouse_init.
8480 (mouse_init, XMenuActivate): Call mouse_clear_clicks to force the
8481 mouse driver to ``forget'' any past clicks.
8482
8483 * Makefile.in (msdos.o): Depend on keyboard.h.
8484
41e757a6
GM
84852000-08-09 Gerd Moellmann <gerd@gnu.org>
8486
8e7bd231
GM
8487 * lisp.h (input_pending): External declaration.
8488
8489 * dispextern.h (Qredisplay_dont_pause): Declare extern.
52283633 8490
8e7bd231
GM
8491 * xdisp.c (echo_area_display): Display thoroughly if input is
8492 pending. Bind redisplay-dont-pause to t during the redisplay.
8493 in case input is pending.
8494
8495 * dispnew.c (Qredisplay_dont_pause): New variable.
8496 (syms_of_display): Initialize and staticpro it.
8497 (update_frame_1): Don't interrupt the display for pending input if
8498 redisplay_dont_pause is set.
52283633 8499
43028b7e
GM
8500 * dispnew.c (mode_line_string): Declare parameter MODE_LINE_P.
8501
41e757a6
GM
8502 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
8503
2f2174fa
KH
85042000-08-09 Miles Bader <miles@lsi.nec.co.jp>
8505
8506 * callproc.c (Fcall_process): Terminate the unwind-protect around
8507 the post-read-conversion of coding system.
8508
0a6fd67e
MB
8509 * buffer.c (overlays_at): Add CHANGE_REQ parameter.
8510 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change): Use it.
8511 * buffer.h (overlays_at): Update prototype.
8512 * xdisp.c (next_overlay_change): Update call to overlays_at.
8513 * xfaces.c (face_at_buffer_position): Likewise.
8514 * textprop.c (Fget_char_property): Likewise.
8515 * xterm.c (note_mouse_highlight): Likewise.
8516
0c80756e
MB
8517 * minibuf.c (do_completion): Don't consider a simple change of
8518 case as `completion'.
8519
975f250a
KR
85202000-08-08 Ken Raeburn <raeburn@gnu.org>
8521
52283633 8522 * keyboard.c (syms_of_keyboard): Initialize last_point_position_buffer.
b347b3fd
KR
8523 * undo.c (record_delete): Make sure last_point_position_buffer is
8524 a buffer before comparing pointers.
8525
8526 * coding.h (decode_coding_string): Declare.
8527
8528 * intervals.h (Fprevious_single_char_property_change): Declare.
8529
8530 * textprop.c (Fprevious_single_char_property_change): Don't do
8531 arithmetic directly on lisp objects.
8532
52283633 8533 * editfns.c (find_field): Use EQ, not ==, to compare Lisp objects.
b347b3fd
KR
8534
8535 * keyboard.h (menu_item_eval_property): Declare.
8536
8537 * xdisp.c (message_dolog): Save and protect string "*Messages*" to
8538 reuse as buffer name, instead of recreating (and discarding) every
8539 time a message is logged.
8540 (with_echo_area_buffer): Make callback arg A2 a lisp object.
25ad1371
GM
8541 (current_message_1, truncate_message_1, set_message_1)
8542 (display_echo_area_1, resize_mini_window_1): Signatures changed.
8543 (current_message, truncate_echo_area, display_echo_area)
8544 (resize_echo_area_axactly): Changed calls.
b347b3fd 8545
975f250a 8546 * coding.c (find_safe_codings): CHAR_TABLE_SET index must be a
25ad1371 8547 Lisp object.
975f250a 8548 (Ffind_coding_systems_region_internal): First argument to Fappend
25ad1371 8549 must be an integer, not a Lisp object.
975f250a 8550
46dc9912
KH
85512000-08-08 Kenichi Handa <handa@etl.go.jp>
8552
8553 * charset.c (Fchar_width): Doc fix.
8554
9f6d1a6c
GM
85552000-08-08 Gerd Moellmann <gerd@gnu.org>
8556
8557 * charset.c (Fstring_width): Doc fix.
8558
ff3d9573
GM
85592000-08-07 Gerd Moellmann <gerd@gnu.org>
8560
41e757a6 8561 * xdisp.c (start_display): When starting display on a continuation
49ad1d99
GM
8562 line, clear ascent and descent members of the iterator structure;
8563 the height of the continued line does not affect the height of the
8564 continuation line.
8565 (make_cursor_line_fully_visible): Do nothing if cursor is on a
8566 line taller than the window.
8567 (redisplay_window) <forced window start>: Handle case that the
8568 middle of the window is not found in any row.
8569 (dump_glyph_row): Show more information.
8570 (compute_line_metrics): Use MATRIX_FIRST_TEXT_ROW to determine the
8571 first text line in a glyph matrix.
8572
8573 * xterm.c (x_draw_image_foreground): Avoid drawing outside
8574 of the clip area when image doesn't have a mask.
8575
70fc58b3
GM
8576 * fns.c (sweep_weak_table): Fix survival conditions for
8577 key-or-value and key-and-value weakness.
8578
8579 * .gdbinit (xhashtable): New command.
8580
ac0e96ee
GM
8581 * fns.c (sweep_weak_hash_tables): Fix the code taking unmarked
8582 tables out of the list of all weak hash tables.
8583
ff3d9573
GM
8584 * xdisp.c (ensure_echo_area_buffers): If a buffer was killed, and
8585 a new buffer is created, make sure echo_area_buffer[] references
8586 the new buffer.
8587
e0d8827b
EZ
85882000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
8589
8590 * msdos.c (Fmsdos_set_mouse_buttons): Add missing backslashes in
8591 the doc string.
8592
c6f35378
KH
85932000-08-07 Kenichi Handa <handa@etl.go.jp>
8594
8595 * syntax.c (skip_chars): Fix previous change. Make the handling
8596 of unibyte string consistent with that of regex search.
8597
1fd4c450
GM
85982000-08-05 Gerd Moellmann <gerd@gnu.org>
8599
e49aa397
GM
8600 * xmenu.c (popup_get_selection): Use xfree instead of free.
8601
8602 * fileio.c (Finsert_file_contents): Use xfree instead of free.
8603
8604 * editfns.c (Ftranspose_regions): Use xfree instead of free.
8605
8606 * callproc.c (child_setup): Use xfree instead of free.
8607
8608 * sysdep.c (opendir, GetTempDirName, run_mac_command): Use xmalloc
8609 instead of malloc.
8610 (run_mac_command, closedir): Use `xfree' instead of `free'.
8611
8612 * keymap.c (current_minor_maps): Use xmalloc instead of malloc.
8613
8614 * eval.c (error): Use xfree instead of free.
8615
1fd4c450
GM
8616 * xfaces.c, xfns.c, w32fns.c: Replace `illegal' with `invalid'.
8617
8618 * fns.c: Replace `illegal' with `invalid'.
e49aa397 8619 (Fmake_hash_table, make_hash_table): Allow table size of 0.
1fd4c450 8620
82d497fc
KH
86212000-08-05 Kenichi Handa <handa@etl.go.jp>
8622
8623 * syntax.c (skip_chars): Fix handling of multibyte<->unibyte
8624 conversion.
8625
59f953a2
NF
86262000-08-04 Noah Friedman <friedman@splode.com>
8627
8628 * fns.c (Fmake_hash_table): Add missing `\n\' to end of line in
8629 docstring.
8630
688351f2
GM
86312000-08-04 Gerd Moellmann <gerd@gnu.org>
8632
8633 * syntax.c (skip_chars): Fix typo in error message.
8634
2dad51cc
AS
86352000-08-04 Andreas Schwab <schwab@suse.de>
8636
8637 * m/ia64.h: Moved from s/ia64.h.
8638
99bb2c60
KH
86392000-08-04 Kenichi Handa <handa@etl.go.jp>
8640
082a1df2
KH
8641 * process.c (read_process_output): Big simplification. Handle
8642 composition and post-read-conversion of coding system correctly.
8643 (send_process): Handle composition correctly.
8644
8645 * callproc.c (Fcall_process): Handle post-read-conversion of
8646 coding system if any.
8647
99bb2c60
KH
8648 * coding.c (decode_coding_iso2022): More strict check for handling
8649 single shifting.
082a1df2
KH
8650 (coding_restore_composition): Pay attention to the case that
8651 cmp_data is not set properly (because of invalid code in the
8652 source text).
8653 (run_pre_post_conversion_on_str): Include text properties in the
8654 resulting string.
8655 (decode_coding_string): Set members of coding correctly.
99bb2c60 8656
f4988be7
GM
86572000-08-03 Gerd Moellmann <gerd@gnu.org>
8658
8659 * s/ia64.h: New file.
8660
8661 * widget.c (set_frame_size, update_wm_hints, EmacsFrameSetValues):
8662 Use NULL instead of 0 at the end of variable argument list of
8663 XtVaGetValues and XtVaSetValues, because 0 fails on systems where
8664 sizeof (int) < sizeof (void *).
8665
8666 * xmenu.c (update_frame_menubar): Use NULL instead of 0 at the end
8667 of variable argument lists of XtVaGetValues and XtVaSetValues.
8668
8669 * xfns.c (Fx_file_dialog): Use NULL instead of 0 at the end of
8670 variable argument lists of XtVaGetValues and XtVaSetValues.
8671
ead53494
GM
86722000-08-02 Gerd Moellmann <gerd@gnu.org>
8673
8674 * alloc.c (lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.
8675 (xrealloc, xmalloc): Use size_t. Some callers adjusted.
8676
8677 * lisp.h (Fsingle_key_description, xmalloc, xrealloc): Change
8678 prototype.
8679
8680 * keyboard.c (read_char_minibuf_menu_prompt): Add new parameter
8681 in call to Fsingle_key_description.
8682
8683 * keymap.c (Fsingle_key_description): Add parameter NO_ANGLES.
8684 Callers changed.
8685
86862000-08-02 Colin Walters <walters@cis.ohio-state.edu>
8687
8688 * window.c (display_buffer_reuse_frames): New variable.
8689 (Fdisplay_buffer): If display_buffer_reuse_frames is set, reuse
8690 frames displaying BUFFER.
52283633 8691 (syms_of_window): Define Lisp variable display-buffer-reuse-frames.
ead53494 8692
10b0f752
MB
86932000-08-01 Miles Bader <miles@gnu.org>
8694
8695 * editfns.c (Fconstrain_to_field): Fix the conditions for deciding
8696 when to constrain NEW_POS (they were pretty screwed up before).
8697
16425c4a
EZ
86982000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
8699
8700 * msdos.c (run_msdos_command): Save and restore the master
8701 environment, for the case that child_setup signals an error.
8702 When mirroring slashes in DOS shell commands, don't fail when
8703 argv[2] has embedded blanks.
da288c14
EZ
8704 (Fmsdos_set_mouse_buttons, mouse_setup_buttons): New functions.
8705 (syms_of_msdos): Defsubr Fmsdos_set_mouse_buttons.
8706 (dos_ttraw): Call mouse_setup_buttons.
16425c4a
EZ
8707
8708 * callproc.c (child_setup) [MSDOS]: malloc pwd_var instead of
8709 using alloca; free it after run_msdos_command returns.
8710
27f73852
DL
87112000-07-27 Dave Love <fx@gnu.org>
8712
52283633
SM
8713 * s/irix6-5.h (IRIX_FORCE_32_BITS, LD_SWITCH_SYSTEM): Don't define.
8714 [_MIPS_SZLONG == 64]: Set up for 64-bit mode -- not currently working.
27f73852
DL
8715
8716 * m/iris4d.h (XUINT, XSET, XUNMARK) [_LP64]: Don't define.
8717
c0261b5e
EZ
87182000-07-27 Eli Zaretskii <eliz@is.elta.co.il>
8719
8720 * editfns.c (lisp_time_argument): Fix last change.
8721
b548072f
GM
87222000-07-27 Gerd Moellmann <gerd@gnu.org>
8723
3ab82477
GM
8724 * fns.c (Fdelete): Make it work on vectors and strings in addition
8725 to lists.
8726
b548072f
GM
8727 * fns.c (Qkey_or_value, Qkey_and_value): New variables.
8728 (syms_of_fns): Initialize new variables.
52283633 8729 (sweep_weak_table): Handle weakness `key-or-value' and `key-and-value'.
b548072f
GM
8730 (Fmake_hash_table): Recognize `key-and-value' and `key-or-value'
8731 weakness, with t meaning the same as `key-and-value'.
8732
91ae8751
KH
87332000-07-27 Kenichi Handa <handa@etl.go.jp>
8734
8735 * coding.h (struct coding_system): Member safe_charset deleted.
8736
8737 * coding.c (Qsafe_charsets): This variable deleted.
52283633
SM
8738 (Qsafe_chars, Vchar_coding_system_table, Qchar_coding_system):
8739 New variables.
91ae8751
KH
8740 (coding_safe_chars): New function.
8741 (CODING_SAFE_CHAR_P): New macro.
8742 (CHARSET_OK): New arg C. Call CODING_SAFE_CHAR_P instead of
52283633 8743 checking safe_charsets member of the coding system. Caller changed.
91ae8751
KH
8744 (detect_coding_iso2022): New local variable safe_chars.
8745 (DECODE_DESIGNATION): Call CODING_SAFE_CHAR_P instead of checking
8746 safe_charsets member of the coding system.
8747 (decode_coding_iso2022): New local variable safe_chars.
8748 (ENCODE_ISO_CHARACTER_DIMENSION1): Don't check unsafe chars here.
8749 (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.
8750 (ENCODE_ISO_CHARACTER): Arguments changed. Caller changed.
8751 (ENCODE_UNSAFE_CHARACTER): New macro.
8752 (encode_coding_iso2022): New local variable safe_chars. Check
8753 unsafe chars.
8754 (setup_coding_system): Delete the code to initialize
8755 coding->safe_charses
8756 (intersection, find_safe_codings): New functions.
8757 (Ffind_coding_systems_region_internal): New function.
8758 (syms_of_coding): Defsubr it. Initialize Qsafe_chars,
8759 Qsafe_cding_system. Make Vchar_coding_system_table a Lisp
8760 variable and initialize it.
8761
8762 * fns.c (char_table_ref_and_index): New function.
8763
8764 * lisp.h (char_table_ref_and_index): Add prototype.
8765
34a7a267
SS
87662000-07-26 Sam Steingold <sds@gnu.org>
8767
8768 * editfns.c (lisp_time_argument): Added third argument `usec'.
3ab82477 8769 (Ffloat_time): New built-in Lisp function.
34a7a267 8770
a95cb10a
GM
87712000-07-26 Gerd Moellmann <gerd@gnu.org>
8772
3353ef5a
GM
8773 * dispextern.h (GLYPH_FROM_CHAR_GLYPH): Use CHARACTERBITS bits
8774 for the character code.
8775
8776 * config.in (HAVE_SOUND): Define only for FreeBSD, NetBSD and
8777 GNU/Linux.
8778
a95cb10a
GM
8779 * xmenu.c (menu_highlight_callback): Call show_help_echo directly
8780 if called for a popup menu.
8781 (xmenu_show): Store help string in widget values.
8782
b4a12321
DL
87832000-07-26 Dave Love <fx@gnu.org>
8784
8785 * syswait.h: Move some definitions.
8786 (HAVE_SYS_WAIT_H): Undef for HPUX7, Convex.
8787 [!HAVE_SYS_WAIT_H]: Define things unconditionally. More
8788 perspicuous definitions.
8789 (WTERMSIG): Fix bit pattern used.
8790
13f5ad37
KH
87912000-07-26 Kenichi Handa <handa@etl.go.jp>
8792
8793 * print.c (print_object): If vector printing is truncated, print
8794 "..." to indicate it as well as the case of list printing.
8795
070fe99c
GM
87962000-07-25 Gerd Moellmann <gerd@gnu.org>
8797
969065c3
GM
8798 * xdisp.c (next_element_from_display_vector): Improve comments.
8799
8800 * lisp.h (GLYPH_MASK_CHAR, GLYPH_MASK_FACE): Use 19 bits
8801 for the character code, and the rest for the face id as in 20.x.
8802 (FAST_GLYPH_FACE, FAST_MAKE_GLYPH): Changed accordingly.
8803
8804 * window.c (window_display_table): Cleaned up.
8805
070fe99c
GM
8806 * syntax.c (Fforward_word): Add last arg nil in call of
8807 Fconstrain_to_field.
8808
bad77ef7
EZ
88092000-07-25 Eli Zaretskii <eliz@is.elta.co.il>
8810
969065c3 8811 * fileio.c (Frename_file) [DOS_NT]: If the file names are
52283633
SM
8812 identical but for the letter-case, don't call
8813 barf_or_query_if_file_exists.
bad77ef7 8814
c28da489
MB
88152000-07-25 Miles Bader <miles@gnu.org>
8816
8817 * editfns.c (find_field): Honor special `boundary' fields.
8818 (Qboundary): New variables.
8819 (syms_of_editfns): Initialize Qboundary.
8820 (Fconstrain_to_field): Add the INHIBIT-CAPTURE-PROPERTY argument.
8821 Use scan_buffer instead of find_before_next_newline, because it
8822 allows us to detect the boundary case where there's a newline at
8823 the search limit.
8824 * lisp.h (Fconstrain_to_field): Update external declaration.
8825
e3c31fd5
GM
88262000-07-24 Gerd Moellmann <gerd@gnu.org>
8827
8828 * print.c (temp_output_buffer_setup): Don't call1 Vrun_hooks
8829 if that is nil.
c28da489 8830
c66c29a2
DL
88312000-07-24 Dave Love <fx@gnu.org>
8832
8833 * s/sunos4-0.h, s/sol2.h:
8834 (LIBS_TERMCAP): Move from m/sparc.h.
8835
8836 * m/sparc.h (TERMINFO): Moved to system files (probably only
8837 relevant for sunos4 judging by its vintage).
8838 (BITS_PER_LONG, BITS_PER_EMACS_INT, _LP64): Define conditional on
8839 __arch64__.
8840
fbe0a958
EZ
88412000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
8842
8843 * xmenu.c (keymap_panes): Pass the keymap's prompt as the pane
8844 name to single_keymap_panes.
8845
7d88e5c9
AS
88462000-07-24 Andreas Schwab <schwab@suse.de>
8847
8848 * fns.c (Fmakehash): Pass Qeql to Fmake_hash_table if TEST is nil.
8849
e024b101
GM
88502000-07-24 Gerd Moellmann <gerd@gnu.org>
8851
8852 * xdisp.c (with_echo_area_buffer): Take additional EMACS_INT
8853 parameters instead of using int parameters. Expect FN to accept
8854 EMACS_INT parameters.
8855 (display_echo_area, resize_echo_area_axactly, current_message)
8856 (truncate_echo_area, set_message_1): Call with_echo_area_buffer
8857 with new argument list.
8858 (resize_mini_window_1): New callback function.
8859 (current_message_1, truncate_message_1, set_message_1): Change
52283633 8860 parameter lists to the new format expected by with_echo_area_buffer.
e024b101 8861
25c1a9ce
KH
88622000-07-24 Kenichi Handa <handa@etl.go.jp>
8863
8864 * fontset.c (fontset_ref): Remove INLINE declaration.
8865 (fontset_ref_via_base): Likewise.
8866 (Fset_fontset_font): Convert FAMILY and REGISTRY specifications
8867 to downcase.
8868
7f987ac0
EZ
88692000-07-23 Eli Zaretskii <eliz@is.elta.co.il>
8870
8871 * msdos.c (IT_note_mouse_highlight): Process overlays in the
8872 correct order of priority. If help echo was found in an overlay,
8873 use that overlay as the object in which the help echo was found.
8874
e2db3069
MB
88752000-07-22 Miles Bader <miles@gnu.org>
8876
8877 * textprop.c (Fprevious_single_char_property_change): The initial
8878 property value should be from the position preceding POSITION, not
8879 following it.
8880
5e3203e4
EZ
88812000-07-22 Eli Zaretskii <eliz@is.elta.co.il>
8882
8883 * coding.c (syms_of_coding): Doc fix for
8884 inhibit-iso-escape-detection.
8885
62145073
GM
88862000-07-21 Gerd Moellmann <gerd@gnu.org>
8887
c20aeb83
GM
8888 * xterm.c (note_mouse_highlight): Process overlays in the right
8889 order of priority.
34a7a267 8890
743934db
GM
8891 * keyboard.c (show_help_echo, gen_help_event): Extend comments.
8892
8893 * xterm.c (note_mouse_highlight): If help-echo was found in an
52283633 8894 overlay, use that overlay as the object in which the help was found.
743934db 8895
d1dc7e43 8896 * window.c (foreach_window_1): Fix typo reversing an if-condition.
34a7a267 8897
62145073
GM
8898 * window.c (foreach_window): Instead of a fake variable argument
8899 list, take one USER_DATA argument.
8900 (foreach_window_1): Likewise, and call callback functions with two
8901 args, the window and USER_DATA.
8902 (struct check_window_data): New struct.
8903 (check_window_containing): Use it.
8904 (window_from_coordinates): Set up a struct check_window_data for
8905 foreach_window.
8906 (add_window_to_list, freeze_window_start): Change parameters
8907 according to new calling convention.
8908
8909 * window.h (foreach_window): Change prototype.
8910
8911 * buffer.c (Fprevious_overlay_change): Avoid memory leak.
8912
89132000-07-21 Eli Zaretskii <eliz@is.elta.co.il>
8914
8915 * xmenu.c (menu_help_callback): Call show_help_echo with
8916 additional arguments OBJECT and POS.
8917
11270583
KH
89182000-07-21 Kenichi Handa <handa@etl.go.jp>
8919
07b14857
KH
8920 * data.c (Faset): Allow storing any multibyte character in a
8921 string. Convert unibyte string to multibyte if necessary.
8922
11270583
KH
8923 * xfns.c (x_encode_text): New function.
8924 (x_set_name): Use x_encode_text.
8925 (x_set_title): Likewise.
8926
8927 * xselect.c (lisp_data_to_selection_data): Use x_encode_text.
8928
8929 * xterm.h (x_encode_text): Add prototype.
8930
bc75b4fd
DL
89312000-07-20 Dave Love <fx@gnu.org>
8932
8933 * ccl.c (Fccl_execute_on_string): Don't check xmalloc return. Use
8934 xfree, not free.
8935
48c14970
EZ
89362000-07-20 Eli Zaretskii <eliz@is.elta.co.il>
8937
8938 * msdos.c (help_echo_window): New variable.
8939 (syms_of_msdos): Initialize and staticpro it.
8940 (IT_note_mode_line_highlight): Set help_echo_window.
8941 (IT_note_mouse_highlight): Ditto.
8942 (dos_rawgetc): Store help_echo_window in the second event produced
8943 for HELP_EVENTs.
8944
8945 * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight):
8946 Record the object that generated the help echo and the position of
8947 that object in help_echo_object and help_echo_pos. Record that
8948 some glyphs in a row are displayed in mouse-face.
8949 (IT_update_begin): Don't clear mouse highlight unless one of the
8950 enabled glyph rows is marked as being displayed in mouse-face.
8951 (dos_rawgetc): Generate 2 events for HELP_EVENT. Pass the object
8952 and position recorded in help_echo_object and help_echo_pos to the
8953 event queue.
8954 (IT_menu_display): Accept a new argument PN: the pane number of
8955 the current menu pane. Record the pane number and the item
8956 number of the item which has associated help string.
8957 (XMenuActivate): Update the prototype for help_callback in
8958 function declaration. Call IT_menu_display with the current menu
8959 pane number as an additional argument. Call help_callback with
8960 two additional arguments: the pane number and the item number of
8961 the menu item associated with the help text.
8962 (help_echo_object, help_echo_pos): New variables.
8963 (syms_of_msdos): Initialize them and staticpro help_echo_object.
8964
8965 * msdos.h (XMenuActivate): Update prototype.
8966
4279296d
GM
89672000-07-19 Gerd Moellmann <gerd@gnu.org>
8968
47db06aa
GM
8969 * xdisp.c (with_echo_area_buffer): Call FN with more arguments.
8970 Add some more prototypes.
8971
8972 * xterm.c, xterm.h: Add some more prototypes.
8973
8974 * lisp.h (Fnext_single_char_property_change): Add prototype.
8975
8976 * dispnew.c (direct_output_for_insert): Remove confusing
8977 outer local variable mouse_face_overwritten_p.
8978 (glyph_row_slice_p): Put in #ifdef GLYPH_DEBUG.
8979
4279296d
GM
8980 * alloc.c (allocate_string_data): Don't copy old string contents.
8981
670acd62
KH
89822000-07-19 Kenichi Handa <handa@etl.go.jp>
8983
8984 * coding.c (code_convert_region): Delete text properties before
8985 shrinking the conversion region.
8986
7cea38bc
GM
89872000-07-18 Gerd Moellmann <gerd@gnu.org>
8988
dc1cac59
GM
8989 * dispnew.c (update_text_area): Write the whole row if it
8990 has mouse-face in it.
8991
85a8aca9
GM
8992 * xfaces.c (face-alternative-font-family-alist): Remove
8993 DEFVAR_LISP; staticpro instead.
8994
34a7a267 8995 * xmenu.c (menu_help_callback): Call show_help_echo with
7cea38bc
GM
8996 new arguments.
8997
8998 * keyboard.c (show_help_echo): Add parameter WINDOW.
8999 (read_char): Call show_help_echo with window extracted from Lisp
9000 help event.
9001 (gen_help_event): Add parameter WINDOW.
9002
9003 * keyboard.h (show_help_echo, gen_help_event): Change prototypes.
9004
9005 * xterm.c (help_echo_window): New variable.
52283633 9006 (note_mouse_highlight, note_tool_bar_highlight): Set help_echo_window.
7cea38bc
GM
9007 (XTread_socket): Pass help_echo_window to gen_help_event.
9008 (syms_of_xterm): Initialize and staticpro help_echo_window.
9009
f8276b77
DL
90102000-07-18 Dave Love <fx@gnu.org>
9011
52283633 9012 * Makefile.in: Fix dependencies of blockinput.h on atimer.h, systime.h.
f8276b77 9013
088831a6
GM
90142000-07-18 Gerd Moellmann <gerd@gnu.org>
9015
3d6cd763
GM
9016 * alloc.c (allocate_string_data): If string had already data
9017 assigned, copy old contents to new string data.
9018
9019 * coding.c (syms_of_coding): Fix typo in spelling of variable
9020 `inhibit-iso-escape-detection'.
9021
088831a6
GM
9022 * alloca.c (free) [emacs && EMACS_FREE]: Define as EMACS_FREE.
9023
9024 * Makefile.in: Add dependencies on dispextern.h.
9025 (alloca.o): Don't define malloc and define EMACS_FREE instead of
9026 `free'; both can conflict with system header files.
9027
bc8a8d55
KH
90282000-07-18 Kenichi Handa <handa@etl.go.jp>
9029
9030 * charset.h (MAKE_CHAR): Return reasonable code even if CHARSET is
9031 undefined.
9032
069f5950
DL
90332000-07-18 Dave Love <fx@gnu.org>
9034
9035 * window.c (Fwindow_list): Declare arg `window'.
9036
aa96c820
KH
90372000-07-18 Kenichi Handa <handa@etl.go.jp>
9038
9039 * coding.c (setup_coding_system): Don't override the explicitly
9040 specified designations.
9041
06be8d32
MB
90422000-07-15 Miles Bader <miles@gnu.org>
9043
9044 * editfns.c (char_property_eq, char_property_stickiness): Renamed
9045 from `text_property_eq' and `text_property_stickiness', respectively.
9046 (find_field, Fconstrain_to_field, char_property_eq)
9047 (char_property_stickiness): Changed to call char-property functions
9048 instead of text-property-only ones.
9049
9050 * textprop.c (Fnext_single_char_property_change): Made a subr (was
9051 `next_single_char_property_change'). Do more error checking, and
9052 cleanup limit behavior.
9053 (Fprevious_single_char_property_change): New function.
9054 (syms_of_textprop): Initialize new subrs.
9055
9056 * xdisp.c (display_prop_end, invisible_text_between_p):
9057 Call Fnext_single_char_property_change instead of
9058 next_single_char_property_change.
9059
3fddcdc3
JR
90602000-07-15 Jason Rumney <jasonr@gnu.org>
9061
9062 * w32menu.c (w32_menu_show): Call free_menubar_widget_value_tree
9063 after menu is finished with.
9064 (add_menu_item): Only consider wv->title as a menu title.
9065 (w32_menu_display_help): Add OBJECT and POS to show_help_echo.
9066
9067 * w32fns.c (w32_wnd_proc) [WM_DRAW_ITEM]: Do not try to draw a
9068 null title.
9069 (FONT_REGEXP): Remove unused macro, and its sub-components.
9070 (syms_of_w32fns): Replace underscore in w32-enable-synthesized-fonts.
9071
9072 * w32term.c (help_echo_object, help_echo_pos): New variables.
9073 (note_mode_line_highlight): Store additional information about the
9074 help-echo in help_echo_object and help_echo_pos. Check both
9075 `local-map' and `keymap' properties for changing the cursor
9076 (note_mouse_highlight): Store additional information about the
9077 help-echo in help_echo_object and help_echo_pos.
9078 (note_tool_bar_highlight): Set help_echo_object to nil and
9079 help_echo_pos to -1.
9080 (w32_read_socket): Use gen_help_event instead of filling
9081 input_events manually.
9082 (syms_of_w32term): Staticpro help_echo_object.
9083 (x_update_window_end): Add parameter MOUSE_FACE_OVERWRITTEN_P. If
52283633 9084 set, arrange for a mouse-highlight redisplay in XTframe_up_to_date.
3fddcdc3
JR
9085 (x_clear_mouse_face): New function.
9086 (w32_redisplay_interface): Add pointer to x_clear_mouse_face.
9087 (x_update_window_begin): No need to turn off the mouse
9088 highlight here.
9089 (show_mouse_face): Set the mouse_face_p flag of glyph rows
52283633 9090 depending on whether they contain glyphs highlighted in mouse-face.
3fddcdc3
JR
9091 (x_fill_stretch_glyph_string): Consume runs of stretch
9092 glyphs instead of a single one.
9093 (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string
9094 with new argument list.
9095 (x_set_glyph_string_gc): Make sure the face's GC is valid.
9096 (x_append_glyph, x_append_composite_glyph)
9097 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
9098 changes in struct glyph starting 1999-12-27. See comments for
9099 xterm.c on 2000-07-05.
9100
178c5d9c
SS
91012000-07-14 Sam Steingold <sds@gnu.org>
9102
9103 * xfaces.c (realize_x_face): Fix the last patch:
9104 check `default_face' before dereferencing.
9105
6fe533f6
DL
91062000-07-14 Dave Love <fx@gnu.org>
9107
069f5950 9108 * syntax.c (back_comment): Add null default in switch (for pcc).
6fe533f6 9109
dd7b81cf
KH
91102000-07-14 Kenichi Handa <handa@etl.go.jp>
9111
0693904a 9112 * xfaces.c (realize_x_face): Make fontset using the base of the
178c5d9c 9113 default_face's fontset, not using the default fontset.
0693904a 9114
dd7b81cf
KH
9115 * coding.c (inhibit_iso_escape_detection): New variable.
9116 (syms_of_coding): Make it a Lisp variable.
9117 (detect_coding_iso2022): If inhibit_iso_escape_detection is
9118 nonzero, ignore ISO2022's escape sequence.
9119
d5aa31d8
GM
91202000-07-14 Gerd Moellmann <gerd@gnu.org>
9121
e5acf0ca
GM
9122 * alloca.c (malloc) [emacs]: Define as xmalloc.
9123
bd23a692
GM
9124 * xfns.c (Fx_show_tip): If frame parameters contain a position,
9125 use that instead of the mouse position. Add parameters DX and DY.
9126
9127 * dispextern.h (Fx_show_tip): Adjust number of parameters
9128 in prototype.
9129
9662da0b
GM
9130 * keyboard.c (show_help_echo): Add parameters OBJECT and POS.
9131 if HELP is a function, call it with OBJECT and POS as parameters
9132 to get the help to display.
9133 (gen_help_event, kbd_buffer_store_help_event): New functions.
9134 (kbd_buffer_get_event): Construct the Lisp help-event differently.
9135 (read_char): Call show_help_echo with new parameters.
9136
178c5d9c 9137 * keyboard.h (gen_help_event, kbd_buffer_store_help_event):
9662da0b
GM
9138 Add prototypes.
9139
9140 * xterm.c (help_echo_object, help_echo_pos): New variables.
9141 (note_mode_line_highlight): Store additional information about the
9142 help-echo in help_echo_object and help_echo_pos. Check both
9143 `local-map' and `keymap' properties for changing the cursor
9144 (note_mouse_highlight): Store additional information about the
9145 help-echo in help_echo_object and help_echo_pos.
9146 (note_tool_bar_highlight): Set help_echo_object to nil and
9147 help_echo_pos to -1.
9148 (XTread_socket): Use gen_help_event instead of filling
9149 input_events manually.
9150 (syms_of_xterm): Staticpro help_echo_object.
9151
9152 * xmenu.c (menu_highlight_callback): Use
9153 kbd_buffer_store_help_event instead of setting up and input_event
9154 structure manually.
9155
9156 * xdisp.c (eval_form): GCPRO argument sexpr.
9157 (call_function): New function.
9158 (handle_single_display_prop): Use call_function and FUNCTIONP
9159 instead of checking whether if font_height is a symbol and
9160 using eval_form.
9161
9162 * eval.c (internal_condition_case_2): New function.
9163
9164 * lisp.h (FUNCTIONP): New macro.
9165 (internal_condition_case_2, call_function): Add prototypes.
9166
d5aa31d8
GM
9167 * xterm.c (construct_mouse_click, x_scroll_bar_to_input_event)
9168 (x_scroll_bar_handle_click, SET_SAVED_MENU_EVENT, XTread_socket):
9169 Always set `arg' member of input_events.
9170 (construct_menu_click): Unused function removed.
9171
9172 * msdos.c (dos_rawgetc): Always set `arg' member of input_events.
9173
9174 * w32term.c (construct_mouse_click, construct_mouse_wheel)
9175 (construct_drag_n_drop, x_scroll_bar_handle_click)
9176 (w32_read_socket): Always set `arg' member of input_events.
9177
9178 * keyboard.c (show_help_echo): Use eval_form. Add comment.
9179
9180 * lisp.h (eval_form): Add prototype.
9181
9182 * xdisp.c (eval_form): Make it externally visible.
9183
0f1a9b23
GM
91842000-07-13 Gerd Moellmann <gerd@gnu.org>
9185
9186 * xterm.c (x_handle_tool_bar_click): Store the frame in the
9187 frame_or_window slot of TOOL_BAR_EVENT input events instead of
9188 consing. For prefix events, store the frame in the `arg' slot of
9189 the event, otherwise store the key there.
9190 (XTread_socket): Instead of consing, use the frame_or_window slot
52283633 9191 of HELP_EVENTs for the frame, and the `arg' slot for the help string.
0f1a9b23
GM
9192
9193 * xmenu.c (menu_highlight_callback): Store help string in the
9194 `arg' member of the input event; don't cons.
9195 (menubar_selection_callback): Use the `arg' slot of input events
9196 to queue additional information, instead of consing.
9197
9198 * msdos.c (dos_rawgetc): Adapt to change of HELP_EVENTs.
9199
9200 * w32term.c (w32_handle_tool_bar_click): Adapt to changes in
9201 TOOL_BAR_EVENTs.
9202 (w32_read_socket): Adapt to changes in HELP_EVENTs.
9203
9204 * w32menu.c (menubar_selection_callback): Use the `arg' slot of
9205 input events to queue additional information, instead of consing.
9206
9207 * keyboard.c (kbd_buffer_gcpro): Renamed from
9208 kbd_buffer_frame_or_window. Now used for all Lisp objects
9209 referenced from the input queue.
9210 (kbd_buffer_store_event): Always use structure assignment for
9211 copying input events. Record all Lisp objects referenced from
9212 events in kbd_buffer_gcpro.
9213 (kbd_buffer_get_event): Construct Lisp `help-echo' events
9214 differently from input events. Test for prefix menu_bar_events
9215 and TOOL_BAR_EVENTs differently. Reset all slots used by an input
9216 event in kbd_buffer_gcpro to nil.
9217 (make_lispy_event) <TOOL_BAR_EVENT>: Treat an input event whose
9218 frame_or_window is equal to its arg member as prefix events.
9219 (stuff_buffered_input): Reset all slots in kbd_buffer_gcpro
9220 used by an input event to nil.
9221 (init_keyboard): Use two times the size of the input queue
9222 for kbd_buffer_gcpro.
9223 (syms_of_keyboard): Likewise.
9224
52283633
SM
9225 * emacs.c (handle_USR2_signal, handle_USR1_signal):
9226 Use USER_SIGNAL_EVENT.
0f1a9b23
GM
9227
9228 * termhooks.h (struct input_event): Add member `arg'.
9229 (MENU_BAR_EVENT): Renamed from menu_bar_event.
9230 (USER_SIGNAL_EVENT): Renamed from user_signal.
9231
9232 * xfaces.c (ASET): Remove definition.
9233
9234 * lisp.h (AREF, ASET, ASIZE): New macros.
9235
9236 * fontset.c (AREF, ASIZE): Remove definitions.
9237
9238 * fns.c (AREF): Remove definition.
178c5d9c 9239
0f1a9b23
GM
9240 * composite.c (AREF): Remove definition.
9241
712eaef2
GM
92422000-07-12 Gerd Moellmann <gerd@gnu.org>
9243
d8ee7803
GM
9244 * dispnew.c (redraw_overlapped_rows): Add missing local.
9245 (scrolling_window): Remove debug code.
9246
712eaef2
GM
9247 * xdisp.c (try_window_reusing_current_matrix, try_window_id):
9248 Before scrolling, turn off a mouse-highlight in the window
9249 being scrolled.
9250
9251 * xterm.c (x_update_window_end): Add parameter
9252 MOUSE_FACE_OVERWRITTEN_P. If set, arrange for a mouse-highlight
9253 redisplay in XTframe_up_to_date.
9254 (x_clear_mouse_face): New function.
9255 (x_redisplay_interface): Add pointer to x_clear_mouse_face.
9256
9257 * dispnew.c (make_current): Preserve the mouse_face_p flag of the
9258 current glyph row.
9259 (update_window_line): Add parameter MOUSE_FACE_OVERWRITTEN_P. Set
9260 it when any row is written to that contains glyphs highlighted in
9261 mouse-face.
9262 (update_window): Call the window update end hook with new
9263 parameter MOUSE_FACE_OVERWRITTEN_P.
9264 (direct_output_for_insert): Give up if row contains mouse-face.
9265
9266 * dispextern.h (struct redisplay_interface): Add parameter
9267 MOUSE_FACE_OVERWRITTEN_P to update_window_end_hook function.
9268 (clear_mouse_face): New function pointer member.
9269
02010917
SM
92702000-07-11 Stefan Monnier <monnier@cs.yale.edu>
9271
9272 * syntax.c (back_comment): Use one switch rather than a few `if's.
9273 Obey open_paren_in_column_0_is_defun_start.
9274 When reverting to the `slow' method, try to nicely handle the case
9275 of nested comments by checking that the comment-starter we found
9276 does indeed match the comment-ender.
9277 (scan_sexps_forward, scan_sexps_forward):
9278 Ignore excessive opening parenthesis rather than throwing an error.
9279
d76c03ea
GM
92802000-07-11 Gerd Moellmann <gerd@gnu.org>
9281
9282 * doc.c (Fsubstitute_command_keys): Handle case that a GC
9283 in Fwhere_is_internal or get_keymap_1 relocates string contents.
9284
9285 * dispnew.c (direct_output_forward_char): Give up if currently
9286 displaying a message instead of the minibuffer contents.
9287
9288 * xterm.c (x_update_window_begin): No need to turn off the mouse
9289 highlight here.
9290 (show_mouse_face): Set the mouse_face_p flag of glyph rows
52283633 9291 depending on whether they contain glyphs highlighted in mouse-face.
d76c03ea
GM
9292
9293 * dispnew.c (row_equal_p): Add parameter MOUSE_FACE_P. If set,
9294 compare the mouse_face_p flags of both rows.
9295
9296 * dispextern.h (struct glyph_row): Add flag mouse_face_p.
9297
d55ead18
EZ
92982000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
9299
9300 * keyboard.c (show_help_echo): Accept additional parameter
9301 ok_to_overwrite_keystroke_echo.
9302 (read_char): Call show_help_echo with a zero
9303 ok_to_overwrite_keystroke_echo argument.
52283633 9304 * keyboard.h (show_help_echo): Update prototype of show_help_echo.
d55ead18
EZ
9305 * xmenu.c (menu_help_callback): Call show_help_echo with non-zero
9306 ok_to_overwrite_keystroke_echo argument.
9307 * w32menu.c (w32_menu_display_help): Call show_help_echo with
9308 non-zero ok_to_overwrite_keystroke_echo argument.
9309
df75b1a3
GM
93102000-07-10 Gerd Moellmann <gerd@gnu.org>
9311
4b92c49a
GM
9312 * xdisp.c (try_window_id): If changes are all below what is
9313 displayed in the window, and point is in the window, we still
9314 might have to find point on the display.
9315
9316 * xterm.c (x_fill_stretch_glyph_string): Consume runs of stretch
9317 glyphs instead of a single one.
9318 (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string
9319 with new argument list.
9320 (x_set_glyph_string_gc): Make sure the face's GC is valid.
9321
df75b1a3
GM
9322 * keymap.c (get_keymap_1): Add comment that this function can GC.
9323 (where_is_internal_2, where_is_internal_1): Add GCPROs, add
9324 comment that functions can GC.
9325 (Fset_keymap_parent): GCPRO arg KEYMAP.
9326
4314cf3e
EZ
93272000-07-10 Eli Zaretskii <eliz@is.elta.co.il>
9328
9329 * msdos.c (XMenuActivate): After exiting the menu, restore the
9330 echo area message and erase it.
9331
ab49ce15
KH
93322000-07-10 Kenichi Handa <handa@etl.go.jp>
9333
9334 * fontset.c (Ffontset_info): Make the return value more compatible
9335 with that of Emacs 20.
9336
090a072f
GM
93372000-07-07 Gerd Moellmann <gerd@gnu.org>
9338
9339 * eval.c (Fsignal): Handle case that backtrace_list is null.
9340
f92de4a6
KH
93412000-07-07 Kenichi Handa <handa@etl.go.jp>
9342
9343 * ccl.c (Fccl_execute): Typo fixed.
9344
dd8888a1
GM
93452000-07-06 Gerd Moellmann <gerd@gnu.org>
9346
e5c81191 9347 * window.c (window_loop): Add missing gcpro1 local variable.
178c5d9c 9348
dd8888a1
GM
9349 * window.c (Fwindow_list): Reverse list at the end.
9350 (candidate_window_p): Add parameter OWINDOW. ALL_FRAMES nil
9351 means allow windows on OWINDOW's frame, only.
9352 (window_loop): Simplified; use Fwindow_list.
9353
9354 * Makefile.in (TAGS-LISP): Don't pass `$(lispsource)' to make.
9355
485266d0
GM
93562000-07-05 Gerd Moellmann <gerd@gnu.org>
9357
9358 * xterm.c (XTread_socket): Increment handling_signal at the start,
9359 decrement it at the end.
9360
9361 * eval.c (handling_signal): New variable.
9362 (Fsignal): Abort if handling_signal is non-zero.
9363
9364 * lisp.h (handling_signal): External declaration.
178c5d9c 9365
485266d0
GM
9366 * s/freebsd.h (WAITTYPE, WRETCODE): Put in #if 0.
9367
80fcd514
KR
93682000-07-05 Ken Raeburn <raeburn@gnu.org>
9369
9370 Sound support for NetBSD through "Linux emulation" support:
9371 * config.in (HAVE_SOUNDCARD_H): Undef.
9372 (HAVE_SOUND): Define if HAVE_SOUNDCARD_H.
9373 * Makefile.in (LIBSOUND): New variable.
9374 (LIBES): Include it.
52283633
SM
9375 * sound.c [HAVE_SOUNDCARD_H]: Include <sys/ioctl.h> and <soundcard.h>.
9376 (DEFAULT_SOUND_DEVICE): Define to "/dev/dsp" if not defined elsewhere.
80fcd514
KR
9377 (vox_open): Use DEFAULT_SOUND_DEVICE.
9378 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Define to /dev/audio.
9379
d5c5cddd
GM
93802000-07-05 Gerd Moellmann <gerd@gnu.org>
9381
9382 * print.c (print_error_message): If Vsignaling_function is set,
9383 show it in *Messages*.
9384
9385 * lisp.h (Vsignaling_function): External declaration.
9386
9387 * eval.c (Vsignaling_function): New variable.
9388 (Fsignal): Compute it.
9389 (syms_of_eval): Staticpro it.
9390
65171e3a
DL
93912000-07-05 Dave Love <fx@gnu.org>
9392
9393 * syswait.h: Use the autoconf recommended approach. Old code
9394 #if'd out in case we need to revert.
9395
178c5d9c 9396 * config.in (HAVE_SYS_WAIT_H): Added.
65171e3a 9397
e2c46326
AI
93982000-07-05 Andrew Innes <andrewi@gnu.org>
9399
9400 * vm-limit.c (check_memory_limits) [REL_ALLOC]: Use real_morecore
9401 when non-NULL instead of __morecore, to take account of buffer
9402 memory. This also solves a problem with spurious memory warnings
9403 on Windows.
9404
9405 * ralloc.c: Make real_morecore non-static.
9406
9407 * eval.c (internal_condition_case): Comment out abort if
9408 interrupt_input_blocked is not zero.
9409
9410 * makefile.nt: Add support for `bootstrap' and related targets.
9411 Include minimal debug info in emacs.exe in release build.
9412 Remove all dependencies on lisp.h, and fixup some others.
9413
9414 * w32.c (init_environment): Install code from 20.7 for providing
9415 default values for environment variables, based on the
9416 executable's own location.
52283633 9417 (map_w32_filename): Handle filenames that are longer than MAX_PATH.
e2c46326
AI
9418 (sys_socket): Install socket inheritance bug fix from 20.7.
9419
9420 * alloca.c [emacs]: Include lisp.h (needed by atimer.h included
9421 here via blockinput.h).
9422
a027a91b
SM
94232000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9424
e4b31601
SM
9425 * w32menu.c (w32_menu_display_help):
9426 * xmenu.c (menu_help_callback): Use show_help_echo.
a027a91b
SM
9427
9428 * keyboard.h (show_help_echo): Declare.
9429
9430 * keyboard.c (show_help_echo): New function, extracted from read_char.
9431 Feval its `msg' argument if it's a cons cell.
9432 (read_char): Use it.
4cf8d9d5 9433 (follow_key): Pass `autoload' to get_keyelt.
a027a91b 9434
178c5d9c 9435 * xterm.c (note_mode_line_highlight, note_mouse_highlight)
a027a91b 9436 (note_tool_bar_highlight, XTread_socket):
178c5d9c 9437 * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight)
a027a91b
SM
9438 (dos_rawgetc):
9439 * w32term.c (note_mode_line_highlight, note_mouse_highlight)
9440 (note_tool_bar_highlight, w32_read_socket):
9441 Do not gratuitously ignore non-string `help-echo' properties.
9442
88d75730
GM
94432000-07-05 Gerd Moellmann <gerd@gnu.org>
9444
969f7e79
GM
9445 * eval.c (Feval): Put check for interrupt_input_block in #if 0.
9446
71201b00
GM
9447 * window.c (delete_all_subwindows): Reset Vwindow_list.
9448
88d75730
GM
9449 * xterm.c (x_append_glyph, x_append_composite_glyph)
9450 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
9451 changes in struct glyph starting 1999-12-27. Some bit-fields of
9452 struct glyph were not set, which made glyphs unequal when compared
9453 with GLYPH_EQUAL_P. Redisplay outputs such glyphs, and flickering
9454 effects were the result. This also depended on the contents of
9455 memory returned by xmalloc. If flickering happens again, activate
9456 the code in clear_glyph_row that's in #if 0. If the flickering is
52283633 9457 gone with that, chances are that it is caused by something similar.
88d75730
GM
9458
9459 * dispnew.c (clear_glyph_row): Add debug code in #if 0.
178c5d9c 9460
88d75730
GM
9461 * dispextern.h: Add some comments.
9462
9463 * window.c (add_window_to_list): Add parameter LIST.
9464 (window_list): Order list so that, for each frame, windows are
9465 in canonical order, and so that frames appear in the list in
9466 the order given by Vframe_list.
9467 (next_window): Reverse the handling of NEXT_P.
9468
53654733
GM
94692000-07-04 Gerd Moellmann <gerd@gnu.org>
9470
87efd256
GM
9471 * window.c (Vwindow_list): New variable.
9472 (make_window, delete_window): Set Vwindow_list to nil.
9473 (check_window_containing): New function.
9474 (window_from_coordinates): Rewritten.
9475 (add_window_to_list, window_list, candidate_window_p)
9476 (decode_next_window_args, next_window): New functions.
52283633 9477 (Fnext_window, Fprevious_window): Rewritten in terms of next_window.
87efd256
GM
9478 (Fwindow_list): New function.
9479 (Fother_window): Cleaned up.
9480 (foreach_window): Add a longer "variable argument list". Let
9481 callback function return 0 to indicate that cycling over windows
9482 should stop.
9483 (foreach_window_1): Likewise.
9484 (freeze_window_start): Return int.
9485 (init_window): New function.
9486 (syms_of_window): Staticpro Vwindow_list and defsubr Swindow_list.
9487
9488 * emacs.c (handle_USR1_signal, handle_USR2_signal) Clear
9489 input_event with bzero.
9490 (main): Call init_window.
9491
53654733
GM
9492 * keymap.c (get_keyelt): Temporarily inhibit GC while evaluating
9493 a menu filter.
9494
4a8c194f
KH
94952000-07-04 Kenichi Handa <handa@etl.go.jp>
9496
9497 * composite.h (make_composition_value_copy): Extern it.
9498
9499 * composite.c (make_composition_value_copy): New function.
9500
9501 * editfns.c (Fformat): While copying text properties, make each
9502 composition property value a copy.
9503
9504 * fns.c (concat): While copying text properties, make each
9505 composition property value a copy.
9506
831a6cb0
GM
95072000-07-03 Gerd Moellmann <gerd@gnu.org>
9508
2f516940
GM
9509 * m/macppc.h (LINKER, LD_SWITCH_MACHINE) [LINUX]: Define.
9510
178c5d9c 9511 * fns.c (sweep_weak_table): Mark only objects that are not
aee625fa
GM
9512 marked already.
9513
831a6cb0
GM
9514 * frame.c (next_frame, prev_frame): If MINIBUF is a window,
9515 include those frames as candidates which have their focus
9516 redirected to the minibuffer frame.
9517
d9c4f922
SM
95182000-07-03 Stefan Monnier <monnier@cs.yale.edu>
9519
9520 * fns.c (Fputhash): Return `value' rather than nil.
9521
3780bc22
GM
95222000-06-30 Gerd Moellmann <gerd@gnu.org>
9523
97d176db
GM
9524 * frame.c (next_frame): Don't check focus redirection in case
9525 MINIBUF is a window. Doing so excludes frames using MINIBUF
3780bc22
GM
9526 unless their focus is redirected, which contradicts the
9527 specification of next-frame, and leads to infinite loops in
9528 certain situations when cycling through windows with next-window.
9529
dca9961d
KH
95302000-06-30 Kenichi Handa <handa@etl.go.jp>
9531
9532 * coding.c (code_convert_region): Even if the length of text is
9533 zero, try to convert it if coding->type is coding_type_ccl.
9534 (decode_coding_string, encode_coding_string): Likewise.
9535
d5483ab1
GM
95362000-06-28 Gerd Moellmann <gerd@gnu.org>
9537
af5c25e1 9538 * xdisp.c (try_window_reusing_current_matrix): Don't try to reuse
97d176db 9539 the display if windows_or_buffers_changed.
af5c25e1
GM
9540
9541 * dispnew.c (struct row_entry): New structure.
9542 (row_entry_pool, row_entry_pool_size, row_entry_idx, row_table)
9543 (row_table_size, old_lines, new_lines, old_lines_size)
9544 (new_lines_size, run_pool, runs_size, runs): New variables.
9545 (add_row_entry): New function.
9546 (scrolling_window): Use data structures allocated with xmalloc and
97d176db 9547 held in global variables, instead of allocating them with alloca and
af5c25e1
GM
9548 holding them in local variables. Use a larger hash table whose
9549 size depends on glyph matrix sizes. Don't use bzero to clear the
9550 hash table; instead, clear used slots only.
9551
9552 * fns.c (next_almost_prime): Make it externally visible.
9553
9554 * lisp.h (next_almost_prime): Add prototype.
9555
d5483ab1
GM
9556 * s/isc4-0.h (sigunblock): Define.
9557
9558 * s/sco5.h (sigunblock): Define.
9559
93e40f40
DL
95602000-06-27 Dave Love <fx@gnu.org>
9561
9562 * s/osf1.h (C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change
9563 (moved to osf5-0.h).
9564 [!NOT_C_CODE]: Protect string.h stuff.
9565
9566 * s/osf5-0.h (C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
9567 (sys_siglist, NSIG): Definitions moved here from osf1.h.
9568
3c4b7685
GM
95692000-06-27 Gerd Moellmann <gerd@gnu.org>
9570
97d176db 9571 * xdisp.c (resize_mini_window): Subtract the extra line spacing
3c4b7685
GM
9572 below the last line from the needed window height.
9573
32cad0aa
SM
95742000-06-26 Stefan Monnier <monnier@cs.yale.edu>
9575
9576 * fns.c (Fplist_member): Renamed from Fwidget_plist_member.
9577 (Fwidget_get): Use it.
9578 (syms_of_fns): Defsubr it.
9579
2c69ced2
GM
95802000-06-26 Gerd Moellmann <gerd@gnu.org>
9581
178c5d9c 9582 * xterm.c (xim_initialize) [!USE_XIM]: Don't set up the
1d36487c
GM
9583 display info for XIM.
9584 (xim_open_dpy): Likewise.
9585 (xim_close_dpy): Don't free the display info's XIM.
9586
9587 * xfns.c (x_window) [!USE_XIM]: Don't call create_frame_ic.
9588
9589 * config.in (USE_XIM): New define.
9590
3fc720e4
GM
9591 * keymap.c (get_keyelt): For menu-items containing a `:filter
9592 FILTER', apply FILTER to the menu-item's definition to get the
9593 real definition to use.
9594
9595 * lisp.h (QCfilter): External declaration.
9596
2c69ced2
GM
9597 * xfns.c (Fimage_size): New function.
9598 (syms_of_xfns): Defsubr it.
9599
f978b2a2
AS
96002000-06-26 Andreas Schwab <schwab@suse.de>
9601
9602 * coding.c (decode_coding_string): Re-fetch STRING_BYTES after
9603 Fstring_as_unibyte.
9604
94cc7892
DL
96052000-06-25 Dave Love <fx@gnu.org>
9606
52283633 9607 * term.c [!HAVE_TERMCAP_H]: Declare tputs, tgetent, tgetflag, tgetnum.
94cc7892
DL
9608
9609 * Makefile.in (blockinput.h): Depend on atimer.h.
9610 (atimer.h): Depend on systime.h.
9611
52283633 9612 * blockinput.h: Protect against multiple inclusion. Include atimer.h.
94cc7892 9613
52283633 9614 * atimer.h: Protect against multiple inclusion. Include systime.h.
94cc7892
DL
9615
9616 * lisp.h (swap_in_global_binding): Declare.
9617
b8c24556
KR
96182000-06-24 Ken Raeburn <raeburn@gnu.org>
9619
9620 * process.c (Fopen_network_stream): Turn off atimers for duration
9621 of call to connect. (Patch from Gerd.)
9622
8cf8560b
DL
96232000-06-23 Dave Love <fx@gnu.org>
9624
511c7541
DL
9625 * ralloc.c: Maybe include unistd.h
9626
8cf8560b
DL
9627 * emacs.c (setgrp): Undefine before defining.
9628 (malloc_warning, set_time_zone_rule, index): Prototype.
9629
9630 * systime.h (EMACS_GET_TIME) [!GETTIMEOFDAY_ONE_ARGUMENT]: Use
9631 HAVE_STRUCT_TIMEZONE.
9632
9633 * s/osf1.h: Move string.h hack here from alpha.h and make it
9634 conditional.
9635 (C_SWITCH_SYSTEM): Use _OSF_SOURCE, not -BSD, which clashes with
9636 _XOPEN_SOURCE.
9637 (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist, NSIG): Define.
9638 (SOCKLEN_TYPE): Don't define.
9639
9640 * m/alpha.h: Remove string.h hack.
9641
9642 * s/osf5-0.h: New file.
9643
9644 * filelock.c: Use feature tests for fcntl.h, string.h. Don't
9645 include time.h, done by systime.h.
9646 [__FreeBSD__]: Remove redundant includes.
9647
3fc720e4 9648 * callproc.c (setpgrp): Undefine before defining.
8cf8560b
DL
9649 (delete_temp_file): Return Qnil to avoid warning.
9650
9651 * config.in (HAVE_TERM_H, HAVE_STRUCT_TIMEZONE): Add.
9652
9653 * xfaces.c: Include fontset.h dependent on HAVE_WINDOW_SYSTEM, not
9654 HAVE_X_WINDOWS.
9655
9656 * fontset.h (free_face_fontset): Renamed from fs_free_face_fontset.
9657
9658 * composite.h (compose_text): Declare.
9659
9660 * xterm.c: Don't include sys/types.h unconditionally. Don't
9661 protect its inclusion with !USG (following xmenu.c).
9662
ea055732
GM
96632000-06-23 Gerd Moellmann <gerd@gnu.org>
9664
9665 * xfns.c (x_create_tip_frame): Initialize frame's colors like
9666 in x_create_frame.
9667
74b01b80
EZ
96682000-06-23 Eli Zaretskii <eliz@is.elta.co.il>
9669
9670 * coding.c (decode_eol_post_ccl): Special handling for undecided
9671 and inconsistent EOL types.
9672
64f3a166
GM
96732000-06-22 Gerd Moellmann <gerd@gnu.org>
9674
16cf31f7
GM
9675 * xrdb.c (x_load_resources): Add default resource for scroll bar's
9676 trough color and main window's background color.
9677
52283633 9678 * xfns.c (Fx_file_dialog) [HAVE_MOTIF_2_1]: Handle events differently.
16cf31f7
GM
9679
9680 * xterm.h (Xt_app_con): External declaration.
9681
9682 * widget.c (EmacsFrameRealize): Fix typo.
178c5d9c 9683
486a103d
GM
9684 * widget.c (EmacsFrameRealize): Remove SubstructureRedirectMask.
9685
64f3a166
GM
9686 * xdisp.c (handle_stop): Initialize it->add_overlay_start to zero.
9687 (handle_invisible_prop): Record the start of invisible text in
9688 it->add_overlay_start.
9689 (struct overlay_entry): Add member `overlay'.
9690 (handle_overlay_change): Simplify.
9691 (next_overlay_string): After having processed overlay strings at the
9692 end of the buffer, record that fact in
9693 it->overlay_strings_at_end_processed_p.
9694 (compare_overlay_entries): If before- and after-strings come
9695 from the same overlay, let before-strings come first.
9696 (RECORD_OVERLAY_STRING): Record the overlay that strings come from.
9697 (load_overlay_strings): Take it->add_overlay_start into account
9698 when adding overlay strings.
9699
9700 * dispextern.h (struct it): Add member add_overlay_start.
9701
bb746ea6
DL
97022000-06-22 Dave Love <fx@gnu.org>
9703
9704 * s/isc3-0.h (C_SWITCH_SYSTEM): Define _XOPEN_SOURCE=500.
9705
9706 * s/gnu-linux.h (C_SWITCH_SYSTEM): Don't define _XOPEN_SOURCE here.
9707
a8f573f3
KH
97082000-06-22 Kenichi Handa <handa@etl.go.jp>
9709
9710 * ccl.c (ccl_driver) <CCL_End>: Decrement stack_idx only when it
9711 is greater than 0.
9712
9f2bbc92
DL
97132000-06-21 Dave Love <fx@gnu.org>
9714
178c5d9c 9715 * Makefile.in (GETLOADAVG_OBJ): Removed -- LIBOBJS does it.
9f2bbc92 9716
3ee5041c
SM
97172000-06-21 Stefan Monnier <monnier@cs.yale.edu>
9718
9719 * syntax.c (back_comment): Simplify string-parity counting (with
9720 the added benefit of handling multiple string-styles as long as
9721 they are not intertwined).
9722 Jump to the slow code as soon as a comment starter is found in
9723 a "string_lossage" position. Fixes the case: " /* " /* " */.
9724
4c343001
DL
97252000-06-21 Dave Love <fx@gnu.org>
9726
9727 * Makefile.in: Use GETLOADAVG_LIBS.
9728
9729 * config.in: Add HAVE_FCNTL_H, _FILE_OFFSET_BITS,
9730 _LARGEFILE_SOURCE, _LARGE_FILES, _XOPEN_SOURCE.
9731
e6365855
SM
97322000-06-20 Stefan Monnier <monnier@cs.yale.edu>
9733
9734 * syntax.c (describe_syntax): Recognize the `n'estable bit.
9735 (Fforward_comment, scan_lists):
9736 Check the comstyle of single-char comment-starters.
9737 (scan_sexps_forward): Don't try to recognize `half comment-enders' if
9738 we're just at the beginning of the comment (f.ex with (*) ... (*)).
d355bd8a
SM
9739 Check the comstyle of single-char comment-starters.
9740 Clarify control-flow around the Scomment case.
e6365855 9741
5700d2cc
DL
97422000-06-20 Dave Love <fx@gnu.org>
9743
d355bd8a
SM
9744 * fns.c (make_hash_table, maybe_resize_hash_table):
9745 Cast arg of next_almost_prime.
5700d2cc 9746
178c5d9c 9747 * tparam.c [emacs]: Include lisp.h.
5700d2cc
DL
9748
9749 * termcap.c [emacs]: Test HAVE_FCNTL_H, not USG5. Include lisp.h
9750 and unistd.h.
9751
4a27bdfb
GM
97522000-06-20 Gerd Moellmann <gerd@gnu.org>
9753
a61d762c 9754 * keyboard.c (adjust_point_for_property): Check if display
52283633 9755 property should be treated as intangible by looking at its value.
a61d762c 9756
178c5d9c 9757 * xdisp.c (single_display_prop_intangible_p)
a61d762c
GM
9758 (display_prop_intangible_p): New functions.
9759
9760 * dispextern.h (display_prop_intangible_p): Add prototype.
9761
9762 * xdisp.c (dump_glyph_row): Show type of glyph->object.
178c5d9c 9763
4a27bdfb
GM
9764 * s/isc4-0.h (sigblock): Redefined to pass a pointer as second
9765 argument to sigprocmask.
9766
9767 * s/sco5.h (sigblock): Redefined to pass a pointer as second
9768 argument to sigprocmask.
9769
9770 * syssignal.h (sigblock, sigunblock) [USG5_4]: Set
9771 sigprocmask_set, and pass a pointer to it to sigprocmask.
9772
9773 * sysdep.c (sigprocmask_set): New variable.
9774
9775 * fileio.c (make_temp_name): Don't use `%s' in string passed to
9776 report_file_error.
9777
427ec082
SS
97782000-06-20 Sam Steingold <sds@gnu.org>
9779
9780 * xrdb.c: Don't declare xmalloc, xrealloc.
9781
8972fe79 97822000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8972fe79
SM
9783
9784 * regex.c (re_match, re_match_2): Protect calls to alloca (0).
9785 (re_comp): Cast gettext return value to avoid complaints when
9786 !HAVE_LIBINTL.
9787
074b6efe
DL
97882000-06-20 Dave Love <fx@gnu.org>
9789
52283633 9790 * m/stride.h, m/mips.h: Don't define HAVE_GETWD, HAVE_GETTIMEOFDAY.
f85c008a 9791
5700d2cc 9792 * m/ibmrt-aix.h: Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK.
f85c008a 9793
d355bd8a 9794 * m/ibmrs6000.h, m/ibmps2-aix.h, m/dpx2.h: Don't declare HAVE_GETWD.
f85c008a
DL
9795
9796 * m/alpha.h: Don't declare xmalloc, xrealloc.
9797
0af4f205
DL
9798 * s/ux4800.h: Don't declare GETTIMEOFDAY_ONE_ARGUMENT.
9799
9800 * s/usg5-4-2.h: Don't declare HAVE_GETWD, VFORK_RETURN_TYPE.
9801
9802 * s/umips.h: Don't declare HAVE_GETWD, HAVE_GETTIMEOFDAY.
9803
9804 * s/cxux.h, s/gnu-linux.h, s/iris3-6.h, s/irix3-3.h: Don't declare
9805 HAVE_GETWD.
9806
074b6efe
DL
9807 * keyboard.h (poll_for_input_1): Declare.
9808
9809 * getloadavg.c: Don't define NLIST_STRUCT (handled by configure).
9810
9811 * alloc.c (xmalloc, xrealloc, xfree): Define using POINTER_TYPE.
9812
9813 * doprnt.c: Don't declare xmalloc, xrealloc.
9814
9815 * lisp.h (x_set_tool_bar_lines, free_frame_xic, compose_text)
9816 (getenv, ctime, getwd): Removed.
9817 (xmalloc, xrealloc, xfree): Declare using POINTER_TYPE.
9818
9819 * xterm.h: Remove duplicate prototypes. Declare free_frame_xic,
9820 x_set_tool_bar_lines.
9821
9822 * config.in: Add HAVE_GETWD. Move some definitions above
9823 machine/system includes.
9824
68a5e97b
KH
98252000-06-20 Kenichi Handa <handa@etl.go.jp>
9826
95417e1e
KH
9827 * s/bsd386.h (HAVE_GETLOADAVG): Define it as 1.
9828
68a5e97b
KH
9829 * xfaces.c (font_list): Handle the case that REGISTRY doesn't
9830 contain information about ENCODING.
9831
9832 * fontset.c (FONTSET_ASCII): Use the first element of char table
9833 for an ASCII font, not defalt slot.
9834 (fontset_ref_via_base): If FONTSET doesn't contain information for
9835 C, try the default fontset.
9836 (make_fontset): Don't copy the default fontset.
9837 (fontset_font_pattern): Likewise.
9838 (accumulate_font_info): If ELT is nil, use the corresponding
9839 element in the default fontset.
9840
3b4fa1b2
DL
98412000-06-19 Dave Love <fx@gnu.org>
9842
943e731c
DL
9843 * syntax.c (Fparse_partial_sexp): Doc fix.
9844
9845 * regex.h: Test PROTOTYPES as well as __STDC__.
9846
3b4fa1b2
DL
9847 * unexalpha.c: Include errno.h, string.h, unistd.h. Don't declare
9848 errno, strerror. Put text after #endif in comment.
9849
52283633 9850 * xdisp.c (dump_glyph_matrix): Add `static' to declaration (for pcc).
3b4fa1b2
DL
9851
9852 * xterm.c (x_frame_of_widget): Likewise.
9853
cdf0357b
GM
98542000-06-19 Gerd Moellmann <gerd@gnu.org>
9855
9856 * abbrev.c (syms_of_abbrev): Set buffer_default's abbrev table
9857 to Vfundamental_mode_abbrev_table.
9858
9859 * alloc.c (mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no
9860 bogus objects are marked. This slows down GC by ~80 percent, but
9861 it might be worth trying when debugging GC-related problems.
9862 This feature requires conservative stack marking to be enabled.
9863
9864 * xterm.c (XTread_socket) <KeyPress>: In case XmbLookupString
9865 returns XLookupChars, reset `modifiers' to zero.
9866
998e9f8c
DL
98672000-06-19 Dave Love <fx@gnu.org>
9868
9869 * mktime.c: Unprotoized.
9870
18e21ce8 98712000-06-19 Richard Stallman <rms@gnu.org>
d1504184
GM
9872
9873 * data.c (set_internal): If variable is frame-local,
9874 store the new value immediately into the frame parameter alist.
9875
140c4ac6
KR
98762000-06-19 Ken Raeburn <raeburn@gnu.org>
9877
14358466
KR
9878 * xfns.c (jpeg_load): Fetch error-handling data first, then fill
9879 in the custom handler pointer.
9880
140c4ac6
KR
9881 * keyboard.c (follow_key, read_key_sequence): Use XUINT on key
9882 value, or checks for CHAR_META can fail when Lisp_Object is a
9883 union type.
9884 * keymap.c (get_keyelt): Likewise.
9885
10d7bf84
KH
98862000-06-19 Kenichi Handa <handa@etl.go.jp>
9887
9888 * ccl.h (struct ccl_program): New member eol_type.
9889 (struct ccl_spec): New member cr_carryover.
9890
9891 * ccl.c (CCL_WRITE_CHAR): Convert NL according to ccl->eol_type.
9892 (setup_ccl_program): Initialize ccl->eol_type to CODING_EOL_LF.
9893
9894 * coding.c (setup_coding_system) <4>: Reset member `cr_carryover'.
9895 (ccl_coding_driver): On encoding, initialize ccl->eol_type.
9896 (decode_eol_post_ccl): New function.
9897 (decode_coding): Don't detect EOL format here for CCL based coding
9898 systems.
9899 (decode_coding) <coding_type_ccl>: Handle carryovered CR. Call
9900 decode_eol_post_ccl after running the CCL program.
9901 (code_convert_region): Don't detect EOL format here for CCL based
9902 coding systems.
9903 (decode_coding_string): Likewise.
9904
52e386c2
KR
99052000-06-18 Ken Raeburn <raeburn@gnu.org>
9906
9907 * charset.c (update_charset_table): Use XINT on "iso_final_char"
9908 when treating it as an integer.
9909
9910 * coding.h (encode_coding_string): Declare.
9911
9912 * keyboard.c (read_key_sequence): Use XINT on "pos" when treating
9913 it as an integer.
9914
9915 * keymap.c (Fwhere_is_internal): Rename argument "keymap" to
9916 "xkeymap" to avoid shadowing the "enum map_type" value that needs
9917 to be passed to get_local_map.
9918
9919 * sound.c (Fplay_sound): Don't call make_number on
9920 Frun_hook_with_args count argument.
9921
9922 * xterm.c (x_send_scroll_bar_event): Fudge lisp object/integer
9923 for lisp objects in X event structure data field, when lisp
9924 objects are represented with unions.
9925 (x_scroll_bar_to_input_event): Ditto.
9926
b357b9d4
KR
99272000-06-16 Ken Raeburn <raeburn@gnu.org>
9928
9929 * xdisp.c (decode_mode_spec): In "no_value" case, do NUL
37d034d3
KR
9930 termination of string. Fix sense of test whether
9931 Vline_number_display_limit is an integer.
b357b9d4 9932
a871441d
GM
99332000-06-16 Gerd Moellmann <gerd@gnu.org>
9934
a9021acd
GM
9935 * xfaces.c (syms_of_xfaces) [DEBUG_X_COLORS]: Defsubr dump_colors
9936 only if HAVE_X_WINDOWS.
9937
6344985d
GM
9938 * keymap.c (describe_buffer_bindings): Add `\f\n' in front
9939 of titles.
9940
427ec082 9941 * dispnew.c (update_frame_1): Handle case that cursor vpos is
a871441d
GM
9942 out of bounds.
9943
228b083e
EZ
99442000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9945
9946 * unexec.c (toplevel): Fix last change, so as not to deprive MSDOS
9947 of its headers.
9948
c25b53a2
KH
99492000-06-15 Kenichi Handa <handa@etl.go.jp>
9950
9951 * coding.c (decode_coding_emacs_mule): Always set src_base at the
9952 start of the while loop.
9953
a6981b11
GM
99542000-06-15 Gerd Moellmann <gerd@gnu.org>
9955
e9924e52
GM
9956 * atimer.c (alarm_signal_handler): Add forward declaration.
9957
a6981b11
GM
9958 * data.c (set_internal): Remove debug code.
9959
25fa6deb
GM
99602000-06-14 Gerd Moellmann <gerd@gnu.org>
9961
dce6b995
GM
9962 * Makefile.in (bootstrap-temacs): Add `-I../src'.
9963
9f817ea4
GM
9964 * unexec.c (toplevel) [COFF]: Include coff.h.
9965
9966 * s/lynxos.h: New file.
9967
9968 * keymap.c (Fsingle_key_description): Enclose function key and
9969 event symbol names in angle brackets.
9970
8a4e3c0c
GM
9971 * xdisp.c (setup_echo_area_for_printing): Call
9972 message_log_maybe_newline if message_buf_print is not set.
9973
9974 * print.c (printchar, strout): Don't check message_buf_print
427ec082 9975 before calling setup_echo_area_for_printing because that
8a4e3c0c
GM
9976 function does something useful even when message_buf_print is
9977 already set.
9978
52283633
SM
9979 * xdisp.c (message_truncate_lines, Qmessage_truncate_lines):
9980 New variables.
25fa6deb
GM
9981 (ensure_echo_area_buffers): Initialize echo buffer's
9982 truncate lines setting to nil.
9983 (with_echo_area_buffer): Don't set the echo buffer's truncate
9984 lines setting here.
8a4e3c0c 9985 (set_message_1): Set it here instead, based on the value
25fa6deb
GM
9986 of message_truncate_lines.
9987 (resize_mini_window): Handle case that lines are truncated.
52283633
SM
9988 (syms_of_xdisp): Initialize Qmessage_truncate_lines.
9989 DEFVAR_BOOL message-truncate-lines.
25fa6deb
GM
9990
9991 * keyboard.c (read_char): Bind message-truncate-lines to t
9992 while displaying a help-echo.
9993
9994 * lisp.h (Qmessage_truncate_lines): External declaration.
9995
163dcff3
GM
99962000-06-13 Gerd Moellmann <gerd@gnu.org>
9997
1681ead6
GM
9998 * xdisp.c (Vline_number_display_limit): Renamed from
9999 line_number_display_limit.
10000 (syms_of_xdisp): Use DEFVAR_LISP for line-number-display-limit.
10001 Extend documentation string. Initialize
10002 Vline_number_display_limit to nil meaning no limit.
10003 (decode_mode_spec): Use Vline_number_display_limit with its new
10004 meaning.
10005
163dcff3
GM
10006 * xterm.c (x_check_font) [GLYPH_DEBUG]: Add prototype.
10007
18e21ce8 100082000-06-13 Richard Stallman <rms@gnu.org>
163dcff3
GM
10009
10010 * frame.c (Fmodify_frame_parameters): Doc fix.
427ec082 10011
163dcff3
GM
10012 * xfns.c (x_set_frame_parameters): Comment fix.
10013
10014 * frame.c (store_frame_param): Call swap_in_global_binding if the
10015 variable's current binding was chosen based on this frame.
10016
10017 * data.c (swap_in_global_binding): New function.
10018
a704139d
EZ
100192000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
10020
10021 * msdos.c (IT_write_glyphs): Don't use CODING_REQUIRE_ENCODING
10022 macro, instead AND with CODING_REQUIRE_ENCODING_MASK.
10023
9b6610db
EZ
100242000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
10025
10026 * msdos.h (EMACS_MSDOS_H): Renamed from MSDOS_H_.
10027
c68833d2
JR
100282000-06-12 Jason Rumney <jasonr@gnu.org>
10029
10030 * w32bdf.h (EMACS_W32BDF_H): Renamed from __W32BDF_H__
10031
10032 * w32.h (EMACS_W32_H): Renamed from _NT_H_
10033
10034 * w32gui.h (EMACS_W32GUI_H): Renamed from __W32GUI_H__
10035
10036 * w32inevt.h (EMACS_W32INEVT_H): Renamed from __NTINEVT_H__
10037
ed1056b3
GM
100382000-06-12 Gerd Moellmann <gerd@gnu.org>
10039
10040 * xfaces.c (Fdump_colors) [DEBUG_X_COLORS]: New function.
10041 (syms_of_xfaces): Defsubr Sdump_colors.
10042 (x_free_colors): Don't treat b&w specially on default visual.
10043 (x_free_dpy_colors): New function.
10044 (free_face_colors): Don't check visual class; it's done
10045 in x_free_colors.
10046
10047 * xterm.c (x_frame_of_widget): New function.
10048 (x_alloc_nearest_color_for_widget): Use it.
10049 (x_copy_dpy_color): New function.
10050 (x_destroy_window): Free various colors.
10051
5050a2ef
KH
100522000-06-12 Kenichi Handa <handa@etl.go.jp>
10053
10054 * ccl.h (EMACS_CCL_H): Renamed from _CCL_H.
10055
10056 * charset.h (EMACS_CHARSET_H): Renamed from _CHARSET_H.
10057
10058 * coding.h (EMASC_CODING_H): Renamed from _CODING_H.
10059
10060 * composite.h (EMACS_COMPOSITE_H): Renamed from _COMPOSITE_H.
10061
10062 * fontset.h (EMACS_FONTSET_H): Renamed from _FONTSET_H.
10063
fb1b041d
DL
100642000-06-11 Dave Love <fx@gnu.org>
10065
10066 * systime.h (EMACS_SYSTIME_H): Renamed from _SYSTIME_H.
10067
ff96b5f4
EZ
100682000-06-11 Eli Zaretskii <eliz@is.elta.co.il>
10069
10070 * msdos.h: Don't use _MSDOS_H_ as a symbol, use MSDOS_H_ instead.
10071
db8eeecd
GM
100722000-06-11 Gerd Moellmann <gerd@gnu.org>
10073
ed1056b3 10074 * xmenu.c (xmenu_show): Cast second parameter of lw_popup_menu
db8eeecd
GM
10075 to `XEvent *'.
10076
49b71c5f
KH
100772000-06-10 Kenichi Handa <handa@etl.go.jp>
10078
c479bd55
KH
10079 * regex.c (MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env.
10080 (regex_compile): Fix the code for handling the case of single byte
10081 char and multibyte char being mixed in a range within [...].
10082
ff6a65c2
KH
10083 * fileio.c (Finsert_file_contents): Be sure to setup src_multibyte
10084 and dst_multibyte members of coding.
10085
49b71c5f
KH
10086 * charset.c (update_charset_table): Update the table
10087 bytes_by_char_head.
10088 (init_charset_once): Initialize elements of bytes_by_char_head to
10089 1 except for leading codes for private charases.
10090
10091 * charset.h (CHARSET_8_BIT_GRAPHIC): Define as 0x80.
52283633 10092 (UNIBYTE_STR_AS_MULTIBYTE_P): Fix for an invalid multibyte sequence.
49b71c5f 10093
9e80b57d
KR
100942000-06-09 Ken Raeburn <raeburn@gnu.org>
10095
10096 * xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
10097 access the data it doesn't point to.
10098
f83fe4b4
GM
100992000-06-08 Gerd Moellmann <gerd@gnu.org>
10100
10101 * xterm.c (XTread_socket) <FocusIn>: Queue a FOCUS_IN_EVENT which
db8eeecd 10102 will be translated to a switch-frame event when reading the
f83fe4b4
GM
10103 event queue. This is necessary because Emacs otherwise won't
10104 perform a switch-frame to a new frame until some other event, for
10105 example a keystroke event, forces it to do so. This has various
10106 effects, one visible being that the cursor of a frame created with
10107 C-x 5 2 or switched to with a window manager key binding like
10108 A-TAB stays hollow because selected_window isn't on the newly
10109 focused frame until the switch-frame is performed.
10110
10111 * keyboard.c (kbd_buffer_get_event): Handle FOCUS_IN_EVENT by
10112 generating a switch-frame event if necessary.
10113
10114 * termhooks.h (enum event_kind): Add FOCUS_IN_EVENT.
10115
10116 * xdisp.c (handle_fontified_prop): Don't GCPRO local var `pos';
10117 it's an integer.
10118
0890801b
KH
101192000-06-08 Kenichi Handa <handa@etl.go.jp>
10120
52283633 10121 * fontset.c (Fset_fontset_font): The arg CHARACTER may be a charset.
0890801b 10122
173cbca8
GM
101232000-06-07 Gerd Moellmann <gerd@gnu.org>
10124
3091c2a6
GM
10125 * window.c (displayed_window_lines): Take empty lines at
10126 the bottom of a window into account.
427ec082 10127
f38952fe
GM
10128 * window.c (displayed_window_lines): New function.
10129 (Fmove_to_window_line): Use displayed_window_lines to determine
10130 the number of lines to move, instead of using the window's height.
10131
10132 * lread.c (readevalloop): If READCHARFUN sets point to ZV, arrange
10133 to stop reading, even if the form read sets point to a different
10134 value when evaluated.
10135
427ec082 10136 * xdisp.c (display_line): Fix code deciding in which line to
173cbca8
GM
10137 put the cursor.
10138
6ba6c818
KH
101392000-06-07 Kenichi Handa <handa@etl.go.jp>
10140
10141 * fileio.c (e_write): Free composition data if stored in
10142 coding->cmp_data.
10143
5f1aea9a
GM
101442000-06-06 Gerd Moellmann <gerd@gnu.org>
10145
666852af
GM
10146 * xdisp.c (display_line): Set row's and iterator's
10147 starts_in_middle_of_char_p and ends_in_middle_of_char_p flags.
10148 Set cursor even if row ends in the middle of a character.
10149 (dump_glyph_row): Print values of new flags.
10150 (redisplay_window) <cursor movement in unchanged window>: When
10151 point has been moved forward, and PT is at the end of the cursor
10152 row, don't place the cursor in the next row if the cursor row ends
10153 in the middle of a character or at ZV.
10154
10155 * dispextern.h (struct it): Add starts_in_middle_of_char_p.
10156 (struct glyph_row): Add starts_in_middle_of_char_p and
10157 ends_in_middle_of_char_p.
10158 (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P): Test row's
10159 ends_in_middle_of_char_p flag.
10160 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Likewise.
10161
d13f3e2e
GM
10162 * term.c (append_glyph): Revert change of 2000-06-06.
10163
10164 * xdisp.c (display_line): Revert change of 2000-06-06. Treat
10165 padding glyph not fitting on line as whole character not
10166 fitting on line.
10167
5f1aea9a
GM
10168 * xterm.c (x_produce_glyphs): Don't xassert `it->descent > 0';
10169 this isn't true for images with `:ascent 100'.
10170
10cda9b0
KH
101712000-06-06 Kenichi Handa <handa@etl.go.jp>
10172
ed00559d
KH
10173 * buffer.c (Fset_buffer_multibyte): Don't make the current buffer
10174 as modified if it is originally unmodified.
10175
10cda9b0
KH
10176 * term.c (encode_terminal_code): Change the way to check if
10177 terminal coding does any conversion.
10178 (append_glyph): Set glyph->pixel_width correctly.
10179
10180 * xdisp.c (display_line): While checking line continuation, pay
10181 attention to a padding glyph.
10182
1969fae2
GM
101832000-06-05 Gerd Moellmann <gerd@gnu.org>
10184
10185 * xdisp.c (redisplay_window): Always use set_buffer_internal_1.
10186
162ccef4
DL
101872000-06-05 Dave Love <fx@gnu.org>
10188
f19f32dd
DL
10189 * xdisp.c: Include fontset.h.
10190
10191 * xfns.c (x_real_positions): Declare tmp_nchildren as unsigned.
10192
10193 * xterm.c (x_calc_absolute_position): Declare nchildren unsigned.
10194
10195 * dispnew.c: Conditionally include term.h.
10196
10197 * coding.h: Declare code_convert_string_norecord.
10198
10199 * frame.h (struct frame): Use volatile unconditionally.
10200
10201 * buffer.h: Remove Vbefore_change_function, Vafter_change_function.
10202
10203 * xmenu.c (menu_item_selection): Declare volatile unconditionally.
10204
10205 * systime.h: Protect against multiple inclusion.
10206 (timezone) [USG5_4]: Define as time_t.
10207
10208 * lisp.h (DEFUN, EXFUN): Test PROTOTYPES.
10209 (Foptimize_char_table, make_temp_name): Declare.
10210
10211 * Makefile.in (xdisp.o): Depend on fontset.h.
10212
10213 * xterm.c (x_calc_absolute_position): Declare nchildren unsigned.
10214
10215 * lisp.h (DEFUN, EXFUN): Test PROTOTYPES.
10216 (Foptimize_char_table, make_temp_name): Declare.
10217
427ec082 10218 * s/irix4-0.h:
162ccef4
DL
10219 * s/irix5-0.h:
10220 * s/netbsd.h: Don't define autoconfiscated MATHERR.
10221
2082fe81
DL
102222000-06-02 Dave Love <fx@gnu.org>
10223
10224 * lread.c (_XOPEN_SOURCE, __EXTENSIONS__): Don't define.
10225
dcf671d2
GM
102262000-06-02 Gerd Moellmann <gerd@gnu.org>
10227
10228 * xfaces.c (realize_x_face): When copying BASE_FACE bitwise to the
1969fae2 10229 result face, set flags in that face indicating that colors may not
dcf671d2
GM
10230 be freed.
10231
10232 * xterm.c (x_set_mouse_face_gc): If first glyph isn't a character
10233 glyph, use the ASCII NUL character to determine the face.
10234
d42122a3
DL
102352000-06-02 Dave Love <fx@gnu.org>
10236
10237 * sysdep.c: Conditionally include stdlib.h, unistd.h.
10238 (VFORK_RETURN_TYPE): Remove.
427ec082 10239
d42122a3
DL
10240 * config.in: Add NO_MATHERR.
10241
dd432f16
DL
102422000-06-01 Dave Love <fx@gnu.org>
10243
90aa4ea8
DL
10244 * cmds.c (internal_self_insert): Don't check
10245 Vbefore_change_function, Vafter_change_function.
10246
10247 * insdel.c (signal_before_change, signal_after_change): Likewise.
10248
10249 * buffer.c (Vbefore_change_function, Vafter_change_function):
10250 Variables and their initializations deleted.
10251
2330c9d4
DL
10252 * callint.c (Fcall_interactively): Doc fix.
10253
dd432f16
DL
10254 * terminfo.c (ospeed) [HAVE_SPEED_T]: Don't declare extern.
10255
bf9e8804
DL
102562000-05-31 Dave Love <fx@gnu.org>
10257
10258 * textprop.c: Revert last change -- duplicated.
10259
3694b4ab
GM
102602000-05-31 Gerd Moellmann <gerd@gnu.org>
10261
10262 * dispnew.c (find_glyph_row_slice, swap_glyphs_in_rows): Put
10263 in #if 0.
10264
10265 * lisp.h (eassert) [!ENABLE_CHECKING]: Define as `(void) 0'.
10266
f14156cd
JR
102672000-05-31 Jason Rumney <jasonr@gnu.org>
10268
8119aab8
JR
10269 * search.c (Fre_search_forward, Fre_search_backward)
10270 (Fposix_search_backward, Fposix_search_forward): Fix newlines in docs.
10271
f14156cd
JR
10272 * w32select.c (Fw32_set_clipboard_data): Change QNil to Qnil.
10273
4aab9be3
JR
102742000-05-30 Jason Rumney <jasonr@gnu.org>
10275
10276 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: New macros.
10277 [WINDOWSNT]: Add extern for Vw32_system_coding_system.
10278
52283633 10279 * dispextern.h (struct glyph) [WINDOWSNT]: Add w32_font_type member.
4aab9be3
JR
10280
10281 * fileio.c (Fread_file_name) [HAVE_NTGUI]: Use file dialog.
10282 (Fread_file_name) [HAVE_NTGUI, USE_MOTIF]: Do not attempt to
10283 expand a nil default_filename.
10284
10285 * keyboard.c (make_lispy_event) [WINDOWS_NT]: Pass a window
10286 pointer to glyph_to_pixel_coords, not a frame.
10287
10288 * makefile.nt (w32fns.obj, w32menu.obj): Add charset.h and
10289 coding.h to dependencies.
10290
10291 * w32bdf.c (w32_load_bdf_font): Initialize font->double_byte_p.
10292
10293 * w32console.c (glyph_to_pixel_coords): Change first parameter to
10294 window pointer to be consistent with w32term.c and xterm.c.
10295
10296 * w32fns.c: Format and doc changes to bring closer to xfns.c.
10297 (VIETNAMESE_CHARSET): Define if not defined in system headers.
10298 (Qline_spacing, Qcenter): New variables.
10299 (Qw32_charset_*, w32_codepage_for_font): Moved from w32term.c.
10300 (x_set_line_spacing): New function.
52283633 10301 (x_set_frame_parameters): Use FRAME_NEW_WIDTH, FRAME_NEW_HEIGHT macros.
4aab9be3
JR
10302 (x_specified_cursor_type): New function.
10303 (x_set_cursor_type): Use it.
10304 (x_set_name, x_set_title): Use ENCODE_SYSTEM to encode titlebar
10305 and icon strings.
10306 (validate_x_resource_name, x_get_resource_string): Measure lengths
10307 of external strings in bytes.
10308 (w32_wnd_proc) [WM_MEASURE_ITEM]: Avoid calling
10309 GetTextExtentPoint32 with NULL title.
10310 (Fx_create_frame): Initialize Qline_spacing.
10311 (w32_load_system_font): Initialize font->double_byte_p.
10312 (x_to_w32_charset): Use Vw32_charset_info_alist.
10313 (Image, busy cursor, tooltip functions): Merged changes from
10314 xfns.c. Not yet functional on Windows.
10315
10316 * w32gui.h (W32FontStruct): Add double_byte_p member.
10317
10318 * w32inevt.c (NUM_TRANSLATED_MOUSE_BUTTONS): New constant.
10319 (emacs_button_translation): Use it.
10320 (do_mouse_event): Allow up to 32 mouse buttons by allowing any bit
10321 in `mask' to be set.
10322
10323 * w32menu.c (single_submenu, w32_menu_show): Call ENCODE_SYSTEM on
10324 menu strings.
10325
10326 * w32term.c: Format and doc changes to bring closer to xterm.c.
10327 (w32_char_font_type): New enum.
10328 (Qw32_charset_*, w32_codepage_for_font): Moved to w32fns.c.
10329 (w32_per_char_metric): Use w32_char_font_type instead of unicode_p.
10330 (w32_encode_char): New function.
10331 (x_encode_char): Removed.
10332 (x_get_glyph_and_face_encoding): Use w32_encode_char in place of
10333 x_encode_char and w32_font_is_double_byte.
10334 (x_produce_image_glyph): Use image_ascent.
10335 (x_produce_glyphs): Use new version of w32_per_char_metric and
10336 handle NULL return value. Allow extra line spacing.
10337 (W32_TEXTOUT): Distinguish between Unicode and DBCS text.
10338 (w32_get_glyph_overhangs): Remove unicode_p param. Use
10339 w32_font_type member of glyph instead.
10340 (x_draw_glyph_string): Draw underline and strike-out for BDF fonts.
10341 (fast_find_position): Make sure not to consider rows not visible
10342 in the window.
10343 (w32_read_socket) [WM_MENUSELECT]: Cannot call
10344 w32_menu_display_help with input blocked, as it can abort.
10345 (x_display_and_set_cursor): Choose cursor depending
10346 on buffer-local value of cursor_type.
10347 (x_draw_bar_cursor): Add parameter WIDTH.
10348
10349 * w32term.h (CP_DEFAULT): Define.
10350 (Fx_display_color_p, Fx_display_grayscale_p, image_ascent): Declare.
10351
10fc3187
GM
103522000-05-30 Gerd Moellmann <gerd@gnu.org>
10353
10354 * search.c (Fre_search_forward, Fre_search_backward)
10355 (Fposix_search_backward, Fposix_search_forward): Doc fix.
10356
d0555360
KH
103572000-05-30 Kenichi Handa <handa@etl.go.jp>
10358
10359 * coding.c (detect_coding_iso2022): Fix code for checking
10360 CODING_CATEGORY_MASK_ISO_8_2.
10361
f1ad044f
SM
103622000-05-29 Stefan Monnier <monnier@cs.yale.edu>
10363
10364 * regex.c (PREFETCH_NOLIMIT): New function.
10365 (re_match_2_internal): Use it and adjust the end_match_2 logic.
10366
84ec3b4b
GM
103672000-05-29 Gerd Moellmann <gerd@gnu.org>
10368
66254a13
GM
10369 * syntax.c (find_defun_start): Move test for
10370 open_paren_in_column_0_is_defun_start outside of the loop.
10371
49e70dec
GM
10372 * xdisp.c (redisplay_window): Really switch buffers when
10373 displaying mode lines, and temporarily set selected_frame to the
10374 frame of the window that's redisplayed.
10375
84ec3b4b
GM
10376 * xfaces.c (free_realized_faces): Block/unblock input.
10377 (free_realized_multibyte_face): Ditto.
10378
869a3a14
DL
103792000-05-29 Dave Love <fx@gnu.org>
10380
10381 * textprop.c (Qkeymap): New variable.
10382 (syms_of_textprop): Intern it.
10383
10384 * keymap.c: Include intervals.h.
10385 (Fkey_binding, Fwhere_is_internal): Deal with `keymap' property.
10386
10387 * Makefile.in (keymap.o): Depend on intervals.h.
10388
10389 * keyboard.c (menu_bar_items, tool_bar_items)
10390 (Fexecute_extended_command): Deal with `keymap' property.
10391 (read_key_sequence): Track map from `keymap' property as well as
10392 `local_map'.
10393
10394 * intervals.c (get_local_map): Extra arg to allow looking for
10395 `keymap' too.
10396
10397 * intervals.h (map_property): New enum.
10398 (get_local_map): Extra arg using it.
10399 (Qkeymap): Declare.
10400
84ec3b4b 10401 * lisp.h (get_local_map): Don't declare here.
869a3a14 10402
89d0c844
KH
104032000-05-29 Kenichi Handa <handa@etl.go.jp>
10404
10405 * Makefile.in (callproc.o): Depend on composite.h.
10406
10407 * callproc.c: Include composite.h.
10408 (Fcall_process): Handle composition correctly.
10409
10410 * coding.h (coding_allocate_composition_data): Extern it.
10411 (coding_restore_composition): Likewise.
10412
10413 * coding.c (DECODE_COMPOSITION_START): If coding->cmp_data is not
10414 yet allocated, finish decoding with result
10415 CODING_FINISH_INSUFFICIENT_CMP.
10416 (coding_allocate_composition_data): Make it non-static.
10417 (coding_restore_composition): Likewise.
10418
797a084a
EZ
104192000-05-29 Eli Zaretskii <eliz@is.elta.co.il>
10420
10421 * charset.c (syms_of_charset): Revert last change.
10422
cf872af5
EZ
104232000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10424
10425 * term.c (produce_glyphs): Treat characters from the eight-bit-*
d7d0dac0
SM
10426 charsets as unibyte, with 1-column screen width. Sent by Kenichi
10427 Handa.
cf872af5 10428
5b1ae051
EZ
104292000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10430
10431 * charset.c (syms_of_charset): Set width of character sets
10432 eight-bit-control and eight-bit-graphic to 1 column.
10433
34ec9ebe
GM
104342000-05-26 Gerd Moellmann <gerd@gnu.org>
10435
10436 * config.in (HAVE_SPEED_T): New define.
10437
10438 * sysdep.c, terminfo.c (ospeed) [HAVE_SPEED_T]: Declare as
10439 `extern speed_t'.
10440
dd854dc2
DL
104412000-05-26 Dave Love <fx@gnu.org>
10442
10443 * coding.c (shrink_decoding_region): Initialize eol_conversion.
10444
10445 * data.c (Qsubrp, Qmany, Qunevalled): New variables.
10446 (Fsubr_arity): New function.
10447 (syms_of_data): Install them.
10448
ba9f8f95
KH
104492000-05-26 Kenichi Handa <handa@etl.go.jp>
10450
0f3e0672
KH
10451 * charset.c (init_charset_once): Set the table bytes_by_char_head
10452 correctly.
10453
cebefb44
KH
10454 * fontset.c (syms_of_fontset): Adjust the font name for ascii of
10455 the default fontset to what Emacs uses by default.
0f3e0672
KH
10456 (check_registry_encoding): This function deleted.
10457 (Fset_fontset_font): Remove the adhoc condition for the default
10458 fontset. Allow cons in FONTNAME.
cebefb44 10459
0f3e0672
KH
10460 * fns.c (map_char_table): Ignore char-table entries for
10461 charsets eight-bit-control and eight-bit-graphic.
ba9f8f95 10462
7a18af49
KR
104632000-05-25 Ken Raeburn <raeburn@gnu.org>
10464
10465 * emacs.c (main): Initialize keyboard syms before initializing
10466 window code, so face names are available.
10467
d2af47df
SM
104682000-05-25 Stefan Monnier <monnier@cs.yale.edu>
10469
10470 * regex.c (at_begline_loc_p): Also recognize the \\(?:^ case
10471 of an anchor at the beginning of a shy-group.
10472
fc6a6a4e
GM
104732000-05-25 Gerd Moellmann <gerd@gnu.org>
10474
10475 * xdisp.c (handle_invisible_prop): Don't try to skip over
10476 invisible text if end of text is already reached.
10477
005f0d35
DL
104782000-05-25 Dave Love <fx@gnu.org>
10479
02513cdd
DL
10480 * xdisp.c (Fdump_glyph_matrix): Declare the arg.
10481
005f0d35
DL
10482 * coding.c (encode_eol): Add null statement after label.
10483
89f6ca4e
EZ
104842000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10485
10486 * w16select.c (Fw16_set_clipboard_data): Fix the change from
10487 2000-05-20.
10488
a4e1759e
KH
104892000-05-25 Kenichi Handa <handa@etl.go.jp>
10490
10491 * ccl.c (ccl_driver): Fix previous change.
10492
eacfd7fe
KH
104932000-05-25 Kenichi Handa <handa@etl.go.jp>
10494
46ab33a9
KH
10495 * coding.c (run_pre_post_conversion_on_str): Set point to the
10496 beginning of buffer before calling coding->post_read_conversion.
10497 (decode_coding_string): Give correct args to
10498 run_pre_post_conversion_on_str.
10499 (encode_coding_string): Likewise.
10500
eacfd7fe
KH
10501 * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2>
10502 <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and
10503 eight-bit-graphic correctly.
10504
f8569325
DL
105052000-05-24 Kenichi HANDA <handa@etl.go.jp>
10506
10507 * fileio.c (Finsert_file_contents): Even if a file is not found,
10508 execute codes for setting up coding system. Call
10509 after-insert-file-functions unconditionally.
10510
04545643
GM
105112000-05-24 Gerd Moellmann <gerd@gnu.org>
10512
10513 * callproc.c, emacs.c, sysdep.c (setpgrp): Don't define if USG and
10514 BSD_PGRPS are not defined.
10515
747d90ea
KH
105162000-05-24 Kenichi Handa <handa@etl.go.jp>
10517
10518 * charset.c (update_charset_table): Accept nil in LONG_NAME and
10519 DESCRIPTION.
10520 (syms_of_charset): Avoid building same strings.
10521
716e3b88
GM
105222000-05-23 Gerd Moellmann <gerd@gnu.org>
10523
10524 * lread.c (Fload): Add a comment about the meaning of
10525 Vuser_init_file being t.
10526
10527 * puresize.h (BASE_PURESIZE): Increase to 675000.
10528
10529 * s/gnu-linux.h (setpgrp): Don't define it here because this
10530 prevents compilation on GNU/Linux systems with glib 2.2.
10531
10532 * callproc.c, emacs.c, sysdep.c (setpgrp) [HAVE_SETPGID]: Define
10533 as setpgid.
427ec082 10534
9aeb39fa
EZ
105352000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
10536
10537 * Makefile.in (SOME_MACHINE_LISP): Add disp-table.elc,
10538 dos-vars.elc, ccl.elc, and codepage.elc, all loaded by the MS-DOS
10539 version.
10540 (MSDOS_SUPPORT): Add dos-vars.elc, ccl.elc, and codepage.elc.
10541
29ced61b
KH
105422000-05-23 Kenichi Handa <handa@etl.go.jp>
10543
52283633 10544 * syntax.c (skip_chars): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
0574a2ed 10545
3d80f24d
KH
10546 * msdos.c (IT_write_glyphs): Set coding->src_multibyte to 1.
10547
52283633 10548 * term.c (encode_terminal_code): Set coding->src_multibyte properly.
3d80f24d 10549
29ced61b
KH
10550 * coding.c (encode_eol): Fix a bug of DOS style EOL encoding.
10551
d7e00792
KH
105522000-05-22 Kenichi Handa <handa@etl.go.jp>
10553
c9d80d38
KH
10554 * keyboard.c (read_char): Allow character codes 128..255 to be
10555 handled by input-method-function.
10556
d7e00792
KH
10557 * insdel.c (adjust_markers_for_replace): Fix previous change.
10558 (adjust_after_replace): If PREV_TEXT is nil, call
10559 adjust_markers_for_insert, not adjust_markers_for_replace.
10560
087121cc 105612000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
427ec082 10562
087121cc
GM
10563 * s/gnu-linux.h (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
10564 (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF)
10565 [HAVE_GRANDPT]: Define.
10566 (C_SWITCH_SYSTEM): Add -D_XOPEN_SOURCE.
10567
10568 * sysdep.c (setup_pty): Treat case that UNIX98_PTYS is defined
10569 like SYSV_PTYS.
10570
10571 * config.in (HAVE_GRANDPT, HAVE_GETPT): New defines.
10572
10573 * process.c (toplevel) [UNIX98_PTYS]: Include stdlib.h.
10574
c9671f81
KH
105752000-05-20 Kenichi Handa <handa@etl.go.jp>
10576
10577 The following changes are to handle 8-bit characters in a
10578 multibyte buffer/string without facing with byte combining
10579 problem. Two new charsets eight-bit-control (for 0x80..0x9F) and
10580 eight-bit-graphic (for 0xA0..0xFF) are introduced.
10581
10582 * Makefile.in (fns.o): Depend on charset.h.
10583
10584 * alloc.c (Fmake_byte_code): If BYTECODE-STRING is multibyte,
10585 convert it to unibyte.
10586 (make_string): Use parse_str_as_multibyte, not chars_in_text.
10587
10588 * buffer.c (advance_to_char_boundary): Don't use DEC_POS to find a
10589 apparent char boundary.
10590 (Fset_buffer_multibyte): Convert 8-bit characters in the range
10591 0x80..0x9F to/from multibyte form.
10592
10593 * bytecode.c (Fbyte_code): If arg BYTESTR is multibyte, convert it
10594 to unibyte.
10595
10596 * callproc.c (Fcall_process): Always encode an argument string if
10597 it is multibyte. Setup src_multibyte and dst_multibyte members of
10598 process_coding properly.
ce75fd23 10599
c9671f81
KH
10600 * category.c (Fmodify_category_entry): Use SPLIT_CHAR, not
10601 SPLIT_NON_ASCII_CHAR.
10602
10603 * ccl.c (CCL_WRITE_CHAR): Be sure to write single byte characters
10604 as is.
10605 (CCL_MAKE_CHAR): Use MAKE_CHAR, not MAKE_NON_ASCII_CHAR.
10606
52283633 10607 * charset.c (Qeight_bit_control, Qeight_bit_graphic): New variables.
c9671f81 10608 (SPLIT_CHARACTER_SEQ): This macro deleted.
52283633 10609 (SPLIT_MULTIBYTE_SEQ): Assume that multibyte sequence at STR is valid.
c9671f81
KH
10610 (CHAR_COMPONENTS_VALID_P): Handle new charsets; eight-bit-control
10611 and eight-bit-graphic.
10612 (char_to_string): Likewise. Signal an error for too large
10613 character code.
10614 (char_printable_p): Return 0 for 8-bit characters.
10615 (update_charset_table): Update iso_charset_table only when a final
10616 character is non-negative.
10617 (find_charset_in_text): Renamed from find_charset_in_str.
10618 Arguments and return value changed. Callers changed.
10619 (Fdefine_charset): Args ISO-FINAL-CHAR and ISO-GRAPHIC-PLANE can
10620 be -1 if CHARSET is used only internally.
10621 (Fmake_char_internal): Handle new charsets; eight-bit-control and
10622 eight-bit-graphic.
10623 (Fcharset_after): Simplified.
10624 (char_valid_p): Use SPLIT_CHAR, not SPLIT_NON_ASCII_CHAR.
10625 (char_bytes): Return 2 for chars of the range 0xA0..0xFF.
10626 (multibyte_chars_in_text): Simplified by assuming there's no
10627 invalid multibyte sequence.
52283633
SM
10628 (parse_str_as_multibyte, str_as_multibyte, str_to_multibyte)
10629 (str_as_unibyte): New functions.
10630 (Fstring): Simpified by assuming that byte combining never happens.
c9671f81
KH
10631 (init_charset_once): Initialization for
10632 LEADING_CODE_8_BIT_CONTROL.
10633 (syms_of_charset): Intern and staticpro Qeight_bit_control and
10634 Qeight_bit_graphic. Include them in Vcharset_list. Make charsets
10635 eight-bit-control and eight-bit-graphic.
10636
52283633
SM
10637 * charset.h (LEADING_CODE_8_BIT_CONTROL, CHARSET_8_BIT_CONTROL)
10638 (CHARSET_8_BIT_GRAPHIC): New macros.
c9671f81
KH
10639 (SINGLE_BYTE_CHAR_P): Make it faster by using casting.
10640 (CHARSET_ISO_GRAPHIC_PLANE): Use XINT instead of XFASTINT.
10641 (CHARSET_REVERSE_CHARSET): Likewise.
10642 (CHARSET_VALID_P): Handle new charsets; eight-bit-control and
10643 eight-bit-graphic.
10644 (BYTES_BY_CHAR_HEAD, WIDTH_BY_CHAR_HEAD): Optimize for ASCII.
10645 (CHAR_CHARSET, MAKE_CHAR, SPLIT_CHAR, CHAR_BYTES): Likewise.
10646 (PARSE_MULTIBYTE_SEQ) [BYTE_COMBINING_DEBUG]: Abort if we
10647 encounter an invalid multibyte sequence.
10648 (PARSE_MULTIBYTE_SEQ) [not BYTE_COMBINING_DEBUG]: Assume multibyte
10649 sequence is always valid.
10650 (MAKE_NON_ASCII_CHAR, SPLIT_NON_ASCII_CHAR): These macros Deleted.
52283633 10651 (UNIBYTE_STR_AS_MULTIBYTE_P, MULTIBYTE_STR_AS_UNIBYTE_P): New macros.
c9671f81
KH
10652 (CHAR_STRING): For 8-bit characters, call char_to_string.
10653 (INC_POS) [not BYTE_COMBINING_DEBUG]: Faster version. Assume
10654 multibyte sequence is always valid.
10655 (BUF_INC_POS) [not BYTE_COMBINING_DEBUG]: Likewise.
52283633
SM
10656 (parse_str_as_multibyte, str_as_multibyte, str_to_multibyte)
10657 (str_as_unibyte): Extern them.
c9671f81 10658 (BCOPY_SHORT): Fix a bug.
52283633 10659 (CHAR_LEN): This macro deleted. Callers changed to use CHAR_BYTES.
c9671f81
KH
10660 (FETCH_STRING_CHAR_ADVANCE): Check multibyteness of STRING.
10661 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): New macro.
10662 (FETCH_CHAR_ADVANCE): Check multibyteness of the current buffer.
10663
bd4bde7f 10664 * coding.c (ONE_MORE_BYTE, TWO_MORE_BYTES): Set coding->result to
c9671f81 10665 CODING_FINISH_INSUFFICIENT_SRC if there's not enough source.
52283633
SM
10666 (ONE_MORE_CHAR, EMIT_CHAR, EMIT_ONE_BYTE, EMIT_TWO_BYTE)
10667 (EMIT_BYTES): New macros.
10668 (THREE_MORE_BYTES, DECODE_CHARACTER_ASCII)
10669 (DECODE_CHARACTER_DIMENSION1, DECODE_CHARACTER_DIMENSION2): These
c9671f81
KH
10670 macros deleted.
10671 (CHECK_CODE_RANGE_A0_FF): This macro deleted.
10672 (detect_coding_emacs_mule): Use UNIBYTE_STR_AS_MULTIBYTE_P to
10673 check the validity of multibyte sequence.
10674 (decode_coding_emacs_mule): New function.
10675 (encode_coding_emacs_mule): New macro.
10676 (detect_coding_iso2022): Use ONE_MORE_BYTE to fetch a byte from
10677 the source.
10678 (DECODE_ISO_CHARACTER): Just return a character code.
10679 (DECODE_COMPOSITION_START): Set coding->result instead of result.
10680 (decode_coding_iso2022, decode_coding_sjis_big5, decode_eol): Use
10681 EMIT_CHAR to produced decoded characters. Exit the loop only by
10682 macros ONE_MORE_BYTE or EMIT_CHAR. Don't handle the case of last
10683 block here.
10684 (ENCODE_ISO_CHARACTER): Don't translate character here. Produce
10685 only position codes for an invalid character.
10686 (encode_designation_at_bol): Return new destination pointer. 5th
10687 arg DSTP is changed to DST.
10688 (encode_coding_iso2022, decode_coding_sjis_big5): Get a character
10689 from the source by ONE_MORE_CHAR. Don't handle the case of last
10690 block here.
10691 (DECODE_SJIS_BIG5_CHARACTER, ENCODE_SJIS_BIG5_CHARACTER): These
10692 macros deleted.
52283633
SM
10693 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
10694 (detect_coding_utf_16, detect_coding_ccl): Use ONE_MORE_BYTE and
c9671f81
KH
10695 TWO_MORE_BYTES to fetch a byte from the source.
10696 (encode_eol): Pay attention to coding->src_multibyte.
10697 (detect_coding, detect_eol): Preserve members src_multibyte and
10698 dst_multibyte.
10699 (DECODING_BUFFER_MAG): Return 2 even for coding_type_raw_text.
10700 (encoding_buffer_size): Set magnification to 3 for all coding
10701 systems that require encoding.
10702 (ccl_coding_driver): For decoding, be sure that the result is
10703 valid multibyte sequence.
10704 (decode_coding): Initialize coding->errors and coding->result.
10705 For emacs-mule, call decode_coding_emacs_mule. For no-conversion
10706 and raw-text, always call decode_eol. Handle the case of last
10707 block here. If not coding->dst_multibyte, convert the resulting
10708 sequence to unibyte.
10709 (encode_coding): Initialize coding->errors and coding->result.
10710 For emacs-mule, call encode_coding_emacs_mule. For no-conversion
10711 and raw-text, always call encode_eol. Handle the case of last
10712 block here.
10713 (shrink_decoding_region, shrink_encoding_region): Detect cases
10714 that we can't skip data more rigidly.
10715 (code_convert_region): Setup src_multibyte and dst_multibyte
10716 members of coding. For decoding, if the buffer is multibyte,
10717 convert the source sequence to unibyte in advance. For encoding,
10718 if the buffer is multibyte, convert the resulting sequence to
10719 multibyte afterward.
10720 (run_pre_post_conversion_on_str): New function.
10721 (code_convert_string): Deleted and divided into the following two.
10722 (decode_coding_string, encode_coding_string): New functions.
10723 (code_convert_string1, code_convert_string_norecord): Call one of
10724 above.
10725 (Fdecode_sjis_char, Fdecode_big5_char): Use MAKE_CHAR instead of
10726 MAKE_NON_ASCII_CHAR.
52283633
SM
10727 (Fset_terminal_coding_system_internal)
10728 (Fset_safe_terminal_coding_system_internal): Setup src_multibyte
c9671f81
KH
10729 and dst_multibyte members.
10730 (init_coding_once): Initialize iso_code_class with new enum
10731 ISO_control_0 and ISO_control_1.
10732
10733 * coding.h (enum iso_code_class_type): Member ISO_control_code is
10734 devided into ISO_control_0 and ISO_control_1.
10735 (struct coding_system): New members src_multibyte, dst_multibyte,
10736 errors, and result. Delete member fake_multibyte.
10737 (CODING_REQUIRE_DECODING): Return 1 if coding->dst_multibyte is
10738 nonzero.
10739 (CODING_REQUIRE_ENCODING): Return 1 if coding->src_multibyte is
10740 nonzero.
10741
10742 * data.c (Faref): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.
10743 (Faset): Likewise.
10744
10745 * editfns.c (Fformat): Be sure to convert 8-bit characters to
10746 multibyte form.
10747 (Ftranspose_region) [BYTE_COMBINING_DEBUG]: Abort if byte
10748 combining occurs.
10749 (Ftranspose_region): Delete codes for handling byte combining.
10750
10751 * fileio.c (Finsert_file_contents): Setup src_multibyte and
10752 dst_multibyte members of coding. On handling REPLACE on unibyte
10753 buffer, convert the result of decode_coding to unibyte. On
10754 inserting into a mutibyte buffer, always call code_convert_region.
bd4bde7f 10755 (e_write): Setup coding->src_multibyte according to the
c9671f81
KH
10756 multibyteness of the source (buffer or string).
10757
10758 * fns.c (concat): Handle 8-bit characters correctly.
10759 (Fstring_as_unibyte): Be sure to make all 8-bit characters in
10760 unibyte in the result.
10761 (Fstring_as_multibyte): Be sure to make all 8-bit characters in
10762 valid multibyte form in the result.
10763 (map_char_table): Use MAKE_CHAR instead of MAKE_NON_ASCII_CHAR.
10764 (Fbase64_encode_region, Fbase64_encode_string): If base64_encode_1
10765 return -1, signal an error.
10766 (base64_encode_1): New arg MULTIBYTE. Get each character by
10767 CHAR_STRING_AND_LENGTH if MULTIBYTE is nonzero. If a multibyte
10768 character is found, return -1.
10769 (Fbase64_decode_region): Delete codes for handling byte-combining.
10770 Treat each decoded byte as a unibyte character.
10771 (Fbase64_decode_string): Return unibyte string.
10772 (Fcompare_strings, concat, string_byte_to_char): Use
10773 FETCH_STRING_CHAR_ADVANCE_NO_CHECK instead off
10774 FETCH_STRING_CHAR_ADVANCE.
10775 (Fstring_lessp): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
10776 (mapcar1): If SEQ is string, always use FETCH_STRING_CHAR_ADVANCE.
10777
10778 * fontset.c (fontset_ref): Use SPLIT_CHAR instead of
10779 SPLIT_NON_ASCII_CHAR.
10780 (fontset_ref_via_base, fontset_set): Likewise
10781
10782 * insdel.c (adjust_markers_for_record_delete): Deleted.
10783 (adjust_markers_for_insert): Argument changed. Caller changed.
10784 (adjust_markers_for_replace): Likewise.
52283633
SM
10785 (ADJUST_CHAR_POS, combine_bytes, byte_combining_error)
10786 (CHECK_BYTE_COMBINING_FOR_INSERT): Deleted.
c9671f81
KH
10787 (copy_text): Delete unused local varialbe c_save. For converting
10788 to multibyte, be sure to make all 8-bit characters in valid
10789 multibyte form.
10790 (count_size_as_multibyte): Handle 8-bit characters correctly.
52283633
SM
10791 (insert_1_both, insert_from_string_1, insert_from_buffer_1)
10792 (adjust_after_replace, replace_range, del_range_2)
c9671f81 10793 [BYTE_COMBINING_DEBUG]: Abort if byte combining occurs.
52283633
SM
10794 (insert_1_both, insert_from_string_1, insert_from_buffer_1)
10795 (adjust_after_replace, replace_range, del_range_2) Delete codes for
c9671f81
KH
10796 handling byte combining.
10797 (adjust_before_replace): Deleted.
427ec082 10798
c9671f81
KH
10799 * keymap.c (Fsingle_key_description): Use SPLIT_CHAR instead of
10800 SPLIT_NON_ASCII_CHAR.
10801 (describe_vector): Use MAKE_CHAR instead of MAKE_NON_ASCII_CHAR.
52283633 10802 (Faccessible_keymaps): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
c9671f81
KH
10803 (Fkey_description): Likewise.
10804
10805 * lread.c (read1): On reading multibyte string, be sure to make
10806 all 8-bit chararacters in valid multibyte form.
10807 (readchar): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
10808
10809 * print.c (print_object): Use FETCH_STRING_CHAR_ADVANCE
10810 unconditionally.
10811
10812 * process.c (Fstart_process): GCPRO current_dir before calling
10813 Ffind_operation_coding_system. Encode arguments here.
10814 (create_process): Don't encode arguments here. Setup
10815 src_multibyte and dst_multibyte members of struct coding.
10816 (read_process_output): Setup src_multibyte and dst_multibyte
10817 members of struct coding. If the output is to multibyte buffer,
10818 always decode the output of the process. Adjust the
52283633 10819 representation of 8-bit characters to the multibyteness of the output.
c9671f81
KH
10820 (send_process): Setup coding->src_multibyte according to the
10821 multibyteness of the source.
10822
52283633 10823 * search.c (wordify): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
c9671f81
KH
10824 (Freplace_match): Use FETCH_STRING_CHAR_ADVANCE and
10825 FETCH_STRING_CHAR_ADVANCE_NO_CHECK appropriately.
10826
52283633 10827 * term.c (produce_special_glyphs): Use CHAR_BYTES instead of CHAR_LEN.
c9671f81
KH
10828
10829 * w16select.c (Fw16_set_clipboard_data): Setup members
10830 src_multibyte and dst_multibyte of coding. Adjusted for the
10831 change for find_charset_in_str.
10832 (Fw16_get_clipboard_data): Likewise.
10833
10834 * w32fns.c (w32_to_x_font): Setup members src_multibyte and
10835 dst_multibyte of coding.
10836 (x_to_w32_font): Likewise.
10837
10838 * w32select.c (Fw32_set_clipboard_data): Setup members
10839 src_multibyte and dst_multibyte of coding. Adjusted for the
10840 change for find_charset_in_str.
10841 (Fw32_get_clipboard_data): Likewise.
10842
10843 * xdisp.c (get_next_display_element): Handle 8-bit characters
10844 correctly.
52283633
SM
10845 (next_element_from_display_vector): Use CHAR_BYTES instead of CHAR_LEN.
10846 (disp_char_vector): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.
c9671f81
KH
10847
10848 * xselect.c (selection_data_to_lisp_data): Setup members
10849 src_multibyte and dst_multibyte of coding. Adjusted for the
10850 change for find_charset_in_str.
10851 (lisp_data_to_selection_data): Likewise.
10852
5f64c9e0
GM
108532000-05-19 Gerd Moellmann <gerd@gnu.org>
10854
52283633 10855 * buffer.c (Fbury_buffer): Avoid trouble from burying a killed buffer.
2b63d473 10856
5f64c9e0
GM
10857 * dispextern.h (Vimage_types): Add extern declaration.
10858
10859 * xdisp.c (Vimage_types): Moved here from xfns.c.
10860 (syms_of_xdisp): Move `image-types' variable here from xfns.c.
10861
10862 * xfns.c (Vimages_types): Moved to xdisp.c.
10863 (syms_of_xfns): Move `image-types' to xdisp.c.
10864
10865 * w32fns.c (Vimage_types): Removed.
10866 (syms_of_w32fns): Remove `image-types'.
10867
813086ea
KH
108682000-05-18 Kenichi Handa <handa@etl.go.jp>
10869
10870 * fns.c (map_char_table): Pay attention to character number of
10871 charset. Check the validity of charset at the first level. For
10872 leaf nodes that has nil value, call C_FUNCTION or FUNCTION with
10873 the default value.
10874
10875 * fontset.c: Include "buffer.h".
10876 (fs_load_font): If the face has fontset, record the face ID in
10877 that fontset.
10878 (Finternal_char_font): New function.
10879 (accumulate_font_info): New function.
10880 (Ffontset_info): Rewritten for the new fontset implementation.
10881 (syms_of_fontset): Register Vdefault_fontset in the first element
10882 of Vfontset_table. Include Vdefault_fontset in
10883 Vfontset_alias_alist. Declare `internal-char-font' as a Lisp
10884 function.
10885
bdaebbf0
DL
108862000-05-16 Dave Love <fx@gnu.org>
10887
10888 * m/iris5d.h: Deleted -- unused.
10889
cb613bb8
GM
108902000-05-16 Gerd Moellmann <gerd@gnu.org>
10891
b15f3b77
GM
10892 * xdisp.c, w32.c, print.c, msdos.c, emacs.c: Use the term
10893 `invalid' instead of `illegal'.
10894
10895 * indent.c (Fmove_to_column): When ending within a tab, insert
10896 spaces first so that markers at the end of the tab get adjusted.
10897
835c1b36
GM
10898 * frame.c (frames_bury_buffer): Don't add a buffer to the frame's
10899 buffer list that wasn't selected in that frame.
10900
cb613bb8
GM
10901 * filelock.c (get_boot_time): To obtain an 8 char file name, which
10902 is needed on mescaline, use a 2 char prefix, and call
10903 make_temp_name with second arg non-zero.
10904
10905 * fileio.c (make_temp_name): New function, extracted from
10906 Fmake_temp_name.
10907 (Fmake_temp_name): Use it.
10908
f685bea9
EZ
109092000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10910
52283633 10911 * window.c (coordinates_in_window): Subtract 1 when computing right_x.
f685bea9 10912
a1b8d58b
GM
109132000-05-15 Gerd Moellmann <gerd@gnu.org>
10914
10915 * Makefile.in (lisp): Add env.elc.
10916
10917 * callproc.c (Fgetenv_internal): Renamed from Fgetenv.
10918
a265079f
GM
109192000-05-12 Gerd Moellmann <gerd@gnu.org>
10920
10921 * search.c (Freplace_match): Handle case of `\N' in the
10922 replacement when there's no group N.
10923
da4496b6
GM
109242000-05-11 Gerd Moellmann <gerd@gnu.org>
10925
0ace421a
GM
10926 * xdisp.c (add_to_log): Don't pass the terminating NUL byte
10927 of the message to message_dolog.
10928
1172eb8d
GM
10929 * keyboard.c (read_char): Don't clear current message for help
10930 events; let the code handling help events handle this. Change
10931 code detecting help events that should be ignored.
10932
da4496b6
GM
10933 * xdisp.c (handle_single_display_prop): Don't try to set PT if
10934 we're interating over a string.
10935
0623e40f
DL
109362000-05-09 Dave Love <fx@gnu.org>
10937
10938 * fileio.c (Fwrite_region): If APPEND arg is an integer, seek to
10939 that offset before writing. Move gcpro region past call of
10940 Ffile_regular_p.
10941
bae2503b
DL
109422000-05-04 Dave Love <fx@gnu.org>
10943
10944 * buffer.c (syms_of_buffer) [auto-fill-function]: Doc fix.
10945
ec82fb2f
GM
109462000-05-04 Gerd Moellmann <gerd@gnu.org>
10947
10948 * insdel.c (insert_from_buffer_1): Adjust FROM position by number
10949 of inserted characters when BUF equals the current buffer, and PT
10950 is in front of or equal to FROM.
10951
cbf18892
GM
109522000-05-03 Gerd Moellmann <gerd@gnu.org>
10953
4ff40dd0
GM
10954 * xdisp.c (handle_single_display_prop): If display property value
10955 is invalid, or something not supported on the frame, restore
10956 iterator's position to what it was initially. Make sure to return
10957 0 for invalid and unsupported property values.
10958
cbf18892
GM
10959 * xterm.c (x_produce_glyphs) <composite chars>: Handle case
10960 that x_per_char_metric returns null.
10961
1b0672c3
GM
109622000-05-02 Gerd Moellmann <gerd@gnu.org>
10963
576da55d
GM
10964 * xterm.h (struct face): Add forward declaration.
10965 (struct image): Ditto.
10966 (image_ascent): Add prototype.
10967
10968 * xterm.c (x_produce_image_glyph, x_draw_image_foreground)
10969 (x_draw_image_relief, x_draw_image_foreground_1): Call function
10970 image_ascent instead of using IMAGE_ASCENT.
10971
10972 * dispextern.h (DEFAULT_IMAGE_HEIGHT): New macro.
10973 (IMAGE_ASCENT): Removed.
10974
10975 * xfns.c (Qcenter): New variable.
10976 (enum image_value_type): Add IMAGE_ASCENT_VALUE.
10977 (parse_image_spec): Handle IMAGE_ASCENT_VALUE.
10978 (image_ascent): New function.
10979 (lookup_image): Recognize `:ascent center'.
10980 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
10981 (tiff_format, gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
10982 (xbm_load): Don't set image's ascent here.
10983 (xbm_image_p, xpm_image_p, pbm_image_p, png_image_p)
10984 (jpeg_image_p, tiff_image_p, gif_image_p, gs_image_p): Don't
10985 check ascent values here.
10986 (Fimagep, Flookup_image [GLYPH_DEBUG]: Removed.
10987 (syms_of_xfns) [GLYPH_DEBUG]: Don't defsubr removed functions.
10988 (syms_of_xfns): Initialize Qcenter.
10989
1b0672c3
GM
10990 * eval.c (Fsignal): If lisp_eval_depth or spepdl_size are near
10991 to the limits, increase the limits.
10992
0d7811ed
KH
109932000-05-01 Kenichi Handa <handa@etl.go.jp>
10994
10995 * fontset.c (fs_load_font): By default, use 0x00..0x7f for ASCII.
52283633 10996 Check Vfont_encoding_alist against the full name of the opened font.
0d7811ed 10997
a943a5ca
GM
109982000-04-28 Gerd Moellmann <gerd@gnu.org>
10999
11000 * xdisp.c (make_cursor_line_fully_visible): Handle case of rows
11001 taller than the window.
11002
5dba1e29
KH
110032000-04-28 Kenichi Handa <handa@etl.go.jp>
11004
11005 * xfaces.c (realize_x_face): Fix the argument of the second
11006 xassert. BASE_FACE may not be a face for ASCII.
11007
353964e3
GM
110082000-04-27 Gerd Moellmann <gerd@gnu.org>
11009
c76e04a8
GM
11010 * print.c (print_object): Treat print-length < 0 as nil.
11011
11012 * Makefile.in (termcapobj): Don't use TERMCAP_OBJ.
11013
11014 * s/freebsd.h (TERMCAP_OBJ): Removed.
11015 (LIBS_TERMCAP): Don't define for __FreeBSD_version >= 400000.
11016
11017 * lread.c (read1): Don't treat period followed by certain
11018 characters as symbol start.
11019
11020 * xfns.c (slurp_file): New function.
11021 (xbm_image_p): Handle case of in-memory XBM files.
11022 (xbm_scan): Rewritten to work on memory buffers instead of files.
11023 (xbm_read_bitmap_data): Renamed from xbm_read_bitmap_file_data.
11024 Work on memory buffers instead of files. If DATA is null test
11025 if buffer looks like an in-memory XBM file.
11026 (xbm_load_image): Renamed from xbm_load_image_file. Work on
11027 memory buffers instead of files.
11028 (xbm_file_p): New function.
11029 (xbm_load): Accept :data DATA where DATA is an in-memory XBM file.
11030
353964e3
GM
11031 * lread.c (end_of_file_error): New function.
11032 (read1): Call it instead of signaling `end-of-file' directly.
11033
427ec082 11034 * print.c (print_error_message): Print data of `end-of-file'
353964e3
GM
11035 with Fprinc instead of Fprin1.
11036
24d744ac
KR
110372000-04-26 Ken Raeburn <raeburn@gnu.org>
11038
11039 * window.c (freeze_window_start): Check that minibuffer scroll
11040 window isn't nil before extracting the window structure pointer
11041 from it.
11042
11043 * undo.c (record_delete): If we hit the end of the undo list, stop
11044 picking elements apart.
11045
7464346d
GM
110462000-04-26 Gerd Moellmann <gerd@gnu.org>
11047
11048 * xdisp.c (display_line): If lines are continued, restore
11049 iterator's ascent/descent information to the values before the
11050 first glyph not fitting on the line.
11051
612839b6
GM
110522000-04-25 Gerd Moellmann <gerd@gnu.org>
11053
11054 * xdisp.c (try_window_id) <all changes above window start>: Adjust
52283633 11055 positions in glyph matrix. Don't compute new window end positions.
612839b6
GM
11056
11057 * dispnew.c (increment_matrix_positions): Renamed from
11058 increment_glyph_matrix_buffer_positions.
11059 (increment_row_positions): Renamed from
11060 increment_glyph_row_buffer_positions.
11061
11062 * dispextern.h: Change names of renamed functions from dispnew.c
11063 in prototypes.
11064
cc181e95
GM
110652000-04-24 Gerd Moellmann <gerd@gnu.org>
11066
abfcc168
GM
11067 * fileio.c (Fdo_auto_save): Create directories for auto-save
11068 list file if necessary.
11069
cc181e95
GM
11070 * xdisp.c (init_iterator): Set iterator's extra_line_spacing
11071 from buffer or frame.
11072 (automatic_hscrolling_p): New variable.
11073 (hscroll_windows): Scroll windows horizontally only if automatic
11074 hscrolling is allowed.
11075 (syms_of_xdisp): New variable `automatic-hscrolling'.
11076
11077 * frame.h (struct frame): Add member extra_line_spacing.
11078
11079 * xfns.c (x_set_line_spacing): New function.
11080 (Fx_create_frame): Set line spacing from resources.
11081 (Qline_spacing): New variable.
11082 (syms_of_xfns): Initialize Qline_spacing.
427ec082 11083
cc181e95
GM
11084 * emacs.c (USAGE2): Add `--line-spacing' and `-lsp'.
11085
11086 * buffer.c (init_buffer_once): Handle extra_line_spacing.
11087 (syms_of_buffer): Add `default-line-spacing' and `line-spacing'.
abfcc168 11088 (reset_buffer): Don't initialize extra2 and extra3. Initialize
cc181e95
GM
11089 extra_line_spacing from default value.
11090 (init_buffer_once): Initialize default value of extra_line_spacing.
11091
11092 * buffer.h (struct buffer): Add extra_line_spacing, remove extra2
11093 and extra3.
11094
11095 * xterm.c (x_produce_glyphs): Remove reference to struct it's
11096 prompt_width. Add extra line spacing.
11097
11098 * term.c (produce_glyphs): Remove reference to struct it's
11099 prompt_width.
11100
11101 * dispextern.h (struct it): Remove member prompt_width, add
11102 extra_line_spacing.
11103
58827478
GM
111042000-04-22 Gerd Moellmann <gerd@gnu.org>
11105
11106 * dispnew.c (update_frame_line): When writing a whole line, make
11107 sure cursor is in the right row afterwards, otherwise a use of
11108 capability `ch' in cmgoto might leave the cursor in the row below.
11109
25a87f42
GM
111102000-04-21 Gerd Moellmann <gerd@gnu.org>
11111
11112 * lisp.h (struct Lisp_Buffer_Cons): Remove.
11113
11114 * keyboard.c (timer_check): Fix typo in comment.
11115
54edf5c2
KH
111162000-04-21 Kenichi Handa <handa@etl.go.jp>
11117
11118 * fontset.c (Fset_fontset_font): Fix docstring. Local variable
11119 name change: ch -> character.
11120
3a64eef5
GM
111212000-04-20 Gerd Moellmann <gerd@gnu.org>
11122
11123 * keyboard.c (echo_message_buffer): New variable.
11124 (echo_now): Set echo_message_buffer to the echo area buffer used
11125 to display the echo.
11126 (cancel_echoing): Reset echo_message_buffer to nil.
11127 (read_char): Code rewritten that handles canceling an echo or
11128 echoing a dash, respectively.
11129
11130 * fileio.c (Ffile_writable_p) [WINDOWSNT]: Return nil if parent
11131 directory doesn't exist.
11132
6142fdcb
DL
111332000-04-19 Dave Love <fx@gnu.org>
11134
11135 * fns.c (syms_of_fns): Defsubr mapc.
a9cacab7
DL
11136 (concat): Don't allow numeric args.
11137 (Fconcat): Doc change.
6142fdcb 11138
ac6b5352
SM
111392000-04-19 Stefan Monnier <monnier@cs.yale.edu>
11140
11141 * regex.c (re_match_2_internal): Don't shorten the strings anymore,
11142 instead define end_match(1|2) more carefully.
11143 Use GET_CHAR_BEFORE_2 for `begline'.
11144
cb9215e4
GM
111452000-04-19 Gerd Moellmann <gerd@gnu.org>
11146
5e3dac3f
GM
11147 * frame.h (SELECTED_FRAME): Change definition to compile cleanly
11148 on 64-bit systems where NULL is defined as `0'.
11149
11150 * xdisp.c (with_echo_area_buffer): Add more `int' parameters for
11151 the `variable argument list' to make it work on Alpha.
11152
cb9215e4
GM
11153 * m/alpha.h (_LP64) [!_LP64]: Define.
11154 (ORDINARY_LINK): Define for NetBSD.
11155
11156 * m/macppc.h (ORDINARY_LINK): Define for NetBSD.
427ec082 11157
f532dca0
DL
111582000-04-19 Dave Love <fx@gnu.org>
11159
c750667e
DL
11160 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Revert 2000-04-14
11161 change.
11162
11163 * Makefile.in (LIBS): Don't use.
11164 (GETLOADAVG_OBJ): Define again.
11165 (otherobj): Add GETLOADAVG_OBJ.
11166
f532dca0
DL
11167 * buffer.c (Fmake_indirect_buffer): Escape newline in doc.
11168
1c7e22fd
GM
111692000-04-18 Gerd Moellmann <gerd@gnu.org>
11170
f6d3257b
GM
11171 * lread.c (read_filtered_event): Cancel and start busy cursor.
11172
427ec082 11173 * xterm.c (x_produce_glyphs) <ASCII chars>: Take into account
1c7e22fd
GM
11174 that the per-character metrics may be null.
11175
e10f64e7
GM
111762000-04-17 Gerd Moellmann <gerd@gnu.org>
11177
0daee095
GM
11178 * buffer.c (clone_per_buffer_values): New function.
11179 (Fmake_indirect_buffer): Add optional argument CLONE. Call
11180 clone_per_buffer_values if CLONE is not nil.
11181
e10f64e7
GM
11182 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
11183
38687d43
DL
111842000-04-16 Dave Love <fx@gnu.org>
11185
11186 * Makefile.in: Remove obsolete localcpp stuff.
11187 (GETLOADAVG_OBJ): Don't define.
11188 (obj): Move LIBOBJS...
11189 (otherobj): ... to here.
11190 (MSDOS_OBJ): Convert to make variable -- preprocessing zapped
11191 whitespace-only lines after the continuation (Irix).
11192
c21c7262
GM
111932000-04-14 Gerd Moellmann <gerd@gnu.org>
11194
11195 * xfns.c (xpm_load) [DEBUG_X_COLORS]: Register colors.
11196
11197 * s/freebsd.h (LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'.
11198
314767c0
DL
111992000-04-14 Dave Love <fx@gnu.org>
11200
11201 * s/aix3-1.h, s/bsd4-2.h, s/bsd4-3.h, s/cxux.h, s/dgux.h, s/gnu.h:
11202 * s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/rtu.h:
11203 * s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h, s/usg5-2.h:
11204 * s/usg5-3.h, s/xenix.h, s/umax.h: Don't define autoconfiscated
11205 NLIST_STRUCT.
11206
11207 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Don't define
11208 autoconfiscated HAVE_GETLOADAVG.
11209
11210 * s/nextstep.h, s/sco4.h, s/sco5.h: Don't define autoconfiscated
11211 BROKEN_MKTIME.
11212
a2522dca
GM
112132000-04-14 Gerd Moellmann <gerd@gnu.org>
11214
11215 * filelock.c (MAKE_LOCK_NAME): Allocate 2 more bytes.
52283633 11216 (fill_in_lock_file_name): Avoid existing files that aren't links.
a2522dca 11217
33744b5d
DL
112182000-04-14 Dave Love <fx@gnu.org>
11219
c21c7262 11220 * Makefile.in (LIBS, LIBOBJS): New variable.
33744b5d
DL
11221 (INTERVAL_SRC): Convert to make variable.
11222 (INTERVAL_OBJ, MKTIME_OBJ, FLOAT_SUPPORT, FACE_SUPPORT)
11223 (HAVE_X_WINDOWS, OBJECTS_SYSTEM): Remove.
11224 (obj): Substitute INTERVAL_OBJ, add MKTIME_OBJ, GETLOADAVG_OBJ and
11225 add LIBOBJS.
11226 (SOME_MACHINE_OBJECTS): Remove interval stuff.
11227 (lisp): Substitute FACE_SUPPORT, FLOAT_SUP.
11228 (shortlisp): Add facemenu, float-sup, frame.
11229 (SOME_MACHINE_LISP): Remove them from here.
11230 (LIBES): Change unused LDLIBS to autoconf LIBS.
11231
11232 * config.in: Add BROKEN_MKTIME, NLIST_STRUCT, NLIST_NAME_UNION.
11233
9d3d5916
KH
112342000-04-14 Kenichi Handa <handa@etl.go.jp>
11235
11236 * composite.c (update_compositions): If FROM and TO are not in a
11237 valid range, do nothing.
11238
198e3c7a
GM
112392000-04-13 Gerd Moellmann <gerd@gnu.org>
11240
52283633 11241 * tparam.c (tparam1): Abort when encountering an unknown `%'-specifier.
198e3c7a 11242
52283633 11243 * s/freebsd.h (TERMCAP_OBJ) [__FreeBSD__ >= 4]: Define as terminfo.o.
198e3c7a
GM
11244
11245 * Makefile.in (termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define
11246 as TERMCAP_OBJ.
11247
055a28c9
EZ
112482000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
11249
11250 * fileio.c (a_write): Remove redundant semi-colons.
11251 (e_write): Return -1 if failed to write all the data.
11252 This fixes the changes made at 1999-12-15.
11253
f5c75033
DL
112542000-04-12 Dave Love <fx@gnu.org>
11255
11256 * fns.c (mapcar1): Test for null vals to support mapc.
11257 (Fmapc): New function.
11258
0c3cfc51
EZ
112592000-04-12 Eli Zaretskii <eliz@is.elta.co.il>
11260
11261 * msdos.c (NUM_MOUSE_BUTTONS): Define.
11262 (IT_frame_up_to_date): Support the buffer local value of
11263 cursor-type, if defined.
11264
33465a31
DL
112652000-04-10 Dave Love <fx@gnu.org>
11266
11267 * editfns.c (preceding-char, following-char): Doc fix.
11268
6ed56568
KR
112692000-04-10 Ken Raeburn <raeburn@gnu.org>
11270
11271 * Makefile.in (temacs): Revert 2000-03-12 change.
11272
7cf80d4e
JR
112732000-04-10 Jason Rumney <jasonr@gnu.org>
11274
11275 * xfaces.c (realize_face): Change FRAME_X_P to FRAME_WINDOW_P.
11276
34f3f342
GM
112772000-04-10 Gerd Moellmann <gerd@gnu.org>
11278
1a1b1895
GM
11279 * xdisp.c (setup_echo_area_for_printing): Choose an echo
11280 area buffer, if it's not set up yet.
11281
34f3f342
GM
11282 * indent.c (compute_motion): Set immediate_quit.
11283
be0dbdab
GM
112842000-04-09 Gerd Moellmann <gerd@gnu.org>
11285
52283633 11286 * xfaces.c (tty_suppress_bold_inverse_default_colors_p): New variable.
c45be9ac
GM
11287 (realize_tty_face): Suppress boldness if colors are the inverse of
11288 the default colors, and tty_suppress_bold_inverse_default_colors_p
11289 is set.
11290 (Ftty_suppress_bold_inverse_default_colors): New function.
11291 (syms_of_xfaces): Defsubr it.
11292
be0dbdab
GM
11293 * buffer.c (Frestore_buffer_modified_p): New function.
11294 (syms_of_buffer): Defsubr it.
11295
e8413c3b
KR
112962000-04-08 Ken Raeburn <raeburn@gnu.org>
11297
87f67317
KR
11298 * charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a
11299 charset id (int) argument, not a charset (Lisp_Object).
11300
e8413c3b
KR
11301 * coding.h (code_convert_string): Declare.
11302 * coding.c (code_convert_string_norecord): Pass an int, not a lisp
11303 object, as the fourth argument to code_convert_string.
11304
52283633 11305 * fontset.c (make_fontset_for_ascii_face): Use XINT on return value.
e8413c3b
KR
11306 (Fset_fontset_font): Use EQ to compare lisp objects.
11307
7c752c80
KR
113082000-04-05 Ken Raeburn <raeburn@gnu.org>
11309
c0333abc
KR
11310 * intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for
11311 a pointer that looks like a lisp object.
11312 (SET_INTERVAL_OBJECT): Don't explicitly compare the object with
11313 zero, instead see whether it's an integer object, since they can't
11314 have intervals.
11315 (GET_INTERVAL_OBJECT): Simply assign to the destination.
11316
52283633
SM
11317 * dispnew.c (allocate_matrices_for_frame_redisplay)
11318 (direct_output_forward_char): Use X(U)INT and make_number as needed
7c752c80
KR
11319 to convert between (unsigned) int values and lisp integers.
11320 * keyboard.c (read_key_sequence): Likewise.
11321 * lread.c (substitute_object_recurse): Likewise.
11322 * fns.c (concat, hash_lookup, hash_remove): Likewise.
52283633
SM
11323 * minibuf.c (do_completion, Fminibuffer_complete_word)
11324 (Fminibuffer_completion_help): Likewise.
7c752c80
KR
11325 * term.c (produce_special_glyphs): Likewise.
11326
11327 * fileio.c (Fwrite_region): Use EQ when comparing lisp objects.
11328 * print.c (print_preprocess, print_object): Likewise.
11329
11330 * search.c (compile_pattern): Use NILP when checking for nil.
11331
74e49b38
KR
11332 * lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 &&
11333 __OPTIMIZE__]: Provide a GNU C macro version that handles
11334 lisp-object unions.
11335 (XSET) [!NO_UNION_TYPE]: Set the value field first, then the type
11336 field, to better cope with ENABLE_CHECKING and calls that modify a
11337 Lisp_Object using its old value.
11338
685e5ed2
GM
113392000-04-04 Gerd Moellmann <gerd@gnu.org>
11340
c407c570
GM
11341 * window.c (compare_window_configurations): Signal an error
11342 if parameters C1 or C2 aren't window configurations.
11343
685e5ed2
GM
11344 * bytecode.c (Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/
11345 AFTER_POTENTIAL_GC calls around calls to functions that can
11346 signal an error and thus invoke the debugger.
11347
587a49ab
GM
113482000-04-03 Gerd Moellmann <gerd@gnu.org>
11349
62f20204
GM
11350 * fns.c (Fbase64_decode_region, Fbase64_decode_string): Signal
11351 an error if decoding fails.
11352
587a49ab
GM
11353 * keyboard.c (lispy_mouse_names): Variable removed.
11354 (Vlispy_mouse_stem): New variable.
11355 (syms_of_keyboard): Initialize Vlispy_mouse_stem.
11356 (make_lispy_event) <mouse_click, scroll_bar_click>: Don't abort
11357 for any mouse button number. Increase size of mouse_syms and
11358 button_down_location as needed. Call modify_event_symbol with
11359 different arguments.
11360 (make_lispy_event) <scroll_bar_click> [USE_TOOLKIT_SCROLL_BARS]:
11361 Call modify_event_symbol with different arguments.
11362 (make_lispy_event) <w32_scroll_bar_click> [WINDOWSNT]: Don't abort
11363 for any button number. Call modify_event_symbol with different
11364 arguments.
11365 (modify_event_symbol): Rename NAME_ALIST to NAME_ALIST_OR_STEM.
11366 Accept a string for NAME_ALIST_OR_STEM.
11367
11368 * lisp.h (larger_vector): Add prototype.
11369
11370 * fns.c (larger_vector): Make externally visible.
11371
11372 * termhooks.h (NUM_MOUSE_BUTTONS): Removed.
11373
2d1675e4
SM
113742000-04-02 Stefan Monnier <monnier@cs.yale.edu>
11375
11376 * regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
11377 (RE_MULTIBYTE_P, RE_STRING_CHAR_AND_LENGTH): New macros.
11378 (GET_CHAR_BEFORE_2): Moved from charset.h plus fixed minor bug when
11379 we are between str1 and str2.
11380 (MAX_MULTIBYTE_LENGTH, CHAR_STRING) [!emacs]: Provide trivial default.
11381 (PATFETCH): Use `TRANSLATE'.
11382 (PATFETCH_RAW): Fetch multibyte char if applicable.
11383 (PATUNFETCH): Remove.
11384 (regex_compile): Rely on PATFETCH to do most of the multibyte magic.
11385 When writing a char, write it directly into the pattern buffer rather
11386 than going needlessly through a temp char-array.
11387 (re_match_2_internal): Similarly, rely on RE_STRING_CHAR to do the
11388 multibyte magic and remove the useless `#ifdef emacs'.
11389 (bcmp_translate): Don't compare as multibyte chars when in a unibyte
11390 buffer.
11391
11392 * regex.h (struct re_pattern_buffer): Make field `multibyte'
11393 conditional on `emacs'.
11394
11395 * charset.h (GET_CHAR_BEFORE_2): Moved to regex.c.
11396
cc2d8c6b
KR
113972000-04-01 Ken Raeburn <raeburn@gnu.org>
11398
11399 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand
11400 non-union-type versions of XMARK and friends here, because XMARK
11401 and friends won't work on an integer field if NO_UNION_TYPE is not
11402 defined.
52283633 11403 (make_number): Define as a function if it's not defined as a macro.
cc2d8c6b 11404
52283633 11405 * composite.c (run_composite_function): Use NILP when checking for nil.
09654086
KR
11406 (syms_of_composite): Delete local var NARGS, pass an int as first
11407 argument to Fmake_hash_table.
11408
2387b382
KR
11409 * editfns.c (text_property_stickiness): Use NILP to test
11410 Lisp_Object boolean value.
11411 (Fmessage_or_box): Don't use NILP to test int variable.
c01fbf95
KR
11412 (Fformat): Use a temporary variable to avoid ENABLE_CHECKING
11413 problems reading from and changing the same lisp value in an
11414 XSETSTRING call.
11415
27660e89
GM
114162000-04-01 Gerd Moellmann <gerd@gnu.org>
11417
11418 * term.c (TN_no_color_video): New variable.
11419 (term_init): Intitialize TN_no_color_video.
11420 (enum no_color_bit): New enumeration.
11421 (MAY_USE_WITH_COLORS_P): New macro.
11422 (turn_on_face): Use it to determine if attributes may be used
11423 combined with colors.
11424
3578db3c
KR
114252000-04-01 Ken Raeburn <raeburn@gnu.org>
11426
11427 * window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
52283633 11428 with int lvalues via casts; instead, just yield lisp object lvalues.
3578db3c
KR
11429 (enlarge_window): Variable sizep now points to Lisp_Object. Use
11430 proper accessor macros.
11431 (shrink_window_lowest_first): w->top is Lisp_Object; use XINT.
11432 (grow_mini_window): Fix typo getting int value of root->height.
11433
6fc556fd
KR
11434 * xdisp.c (compute_string_pos): Fix order of arguments to
11435 string_pos_nchars_ahead.
11436 (handle_fontified_prop, add_to_log): Pass int, not Lisp_Object, as
11437 count arg to variable-arg routines like Frun_hook_with_args and
11438 Fformat.
587a49ab
GM
11439 (back_to_previous_visible_line_start)
11440 (build_desired_tool_bar_string): Pass Lisp_Object, not int, to
6fc556fd
KR
11441 fixed-arg routines like Fget_char_property and Fmake_string.
11442 (reconsider_clip_changes): Use XINT when comparing integer lisp
11443 objects, or passing them as int arguments.
587a49ab
GM
11444 (mark_window_display_accurate, insert_left_trunc_glyphs)
11445 (append_space, extend_face_to_end_of_line): Use make_number when
6fc556fd
KR
11446 storing or passing integer values as lisp objects.
11447 (set_cursor_from_row, highlight_trailing_whitespace): Use
11448 INTEGERP, not implicit test against zero, for glyph object.
11449 (try_window_id): Don't use make_number when we want an int value.
11450
11451 * xfaces.c (xlfd_symbolic_value): Make last argument a
11452 Lisp_Object, to be consistent with callers.
11453 (Fbitmap_spec_p): Use XINT to get numeric value of height.
11454 (lface_hash): Apply XFASTINT to lisp values before folding in.
11455
11456 * xfns.c (Fx_show_tip): Use make_number to get lisp objects to
11457 fill in window width and height. Pass an int, not a lisp object,
11458 as first arg to Finsert.
11459
6e7b2457
GM
114602000-04-01 Gerd Moellmann <gerd@gnu.org>
11461
610d841e
GM
11462 * xfaces.c (realize_basic_faces): Block input while realizing
11463 the faces.
11464
6e7b2457
GM
11465 * keyboard.c (lispy_mouse_names): Add additional mouse names.
11466
11467 * termhooks.h (NUM_MOUSE_BUTTONS): Increase to 15.
11468
aa110c0c
GM
114692000-03-31 Gerd Moellmann <gerd@gnu.org>
11470
11471 * xterm.c (x_produce_glyphs): When displaying unibyte text
610d841e 11472 or ASCII, handle case that per-char metric is null.
aa110c0c 11473
8801a864
KR
114742000-03-30 Ken Raeburn <raeburn@gnu.org>
11475
c6129d7e
KR
11476 * lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.
11477
52283633
SM
11478 * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW)
11479 (XSUBR, XBUFFER): Verify correct object type before returning
8801a864
KR
11480 pointer, using eassert.
11481 * frame.h (XFRAME): Likewise.
11482
52283633
SM
11483 * buffer.c (Frename_buffer, Fset_buffer_multibyte)
11484 (swap_out_buffer_local_variables, Fmove_overlay): Don't apply
11485 XSYMBOL, XBUFFER, etc, to values that may be nil or of the wrong type.
8801a864 11486 * data.c (set_internal): Likewise.
52283633
SM
11487 * dispextern.h (WINDOW_WANTS_MODELINE_P)
11488 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
8801a864
KR
11489 * fileio.c (auto_save_1): Likewise.
11490 * insdel.c (check_markers): Likewise.
11491 * marker.c (buf_charpos_to_bytepos, unchain_marker): Likewise.
11492 * undo.c (record_insert): Likewise.
11493 * vmsproc.c (child_sig): Likewise.
11494 * window.c (unshow_buffer, window_loop): Likewise.
11495 * xterm.c (x_erase_phys_cursor): Likewise.
11496
8e7af858
GM
114972000-03-30 Gerd Moellmann <gerd@gnu.org>
11498
11499 * xfns.c (free_image_cache): Free the cache structure itself
11500 last, after all its members have been freed.
11501
11502 * lisp.h (xstrdup): Add prototype.
11503
11504 * alloc.c (xstrdup): Moved here from xfaces.c.
11505 (allocating_for_lisp): Variable removed.
52283633 11506 (lisp_malloc): Block input around the calls to malloc and mem_insert.
8e7af858
GM
11507
11508 * xfaces.c (realize_tty_face): Use find_symbol_value instead
11509 of Fsymbol_value.
11510 (xstrdup): Moved to alloc.c.
11511
e0b8c689
KR
115122000-03-29 Ken Raeburn <raeburn@gnu.org>
11513
b96f9fb7
KR
11514 * scroll.c (CHECK_BOUNDS): Renamed from CHECK.
11515
11516 * emacs.c (main): Fix sense of no-loadup test.
11517
e0b8c689
KR
11518 * config.in (ENABLE_CHECKING): Undef.
11519
11520 * lisp.h (struct interval): Replace "parent" field with a union of
11521 interval pointer and Lisp_Object; add new bitfield to use as
11522 discriminant. Change other flag fields to bitfields.
11523 (CHECK): New macro for consistency checking. If ENABLE_CHECKING
52283633
SM
11524 is defined and the supplied test fails, print a message and abort.
11525 (eassert): New macro. Use CHECK to provide an assert-like facility.
e0b8c689
KR
11526
11527 * intervals.h (NULL_INTERVAL_P): Now applies only to real interval
11528 pointers; abort if the value looks like a lisp object.
52283633
SM
11529 (NULL_INTERVAL_P, NULL_PARENT, HAS_PARENT, HAS_OBJECT, SET_PARENT)
11530 (SET_OBJECT, INTERVAL_PARENT, GET_INTERVAL_OBJECT, COPY_PARENT):
e0b8c689
KR
11531 Modify for new interval parent definition.
11532
52283633
SM
11533 * alloc.c (mark_interval_tree, MARK_INTERVAL_TREE)
11534 (UNMARK_BALANCE_INTERVALS): Update references that need an
e0b8c689
KR
11535 addressable lisp object in the interval structure.
11536 (die): New function.
11537 (suppress_checking): New variable.
11538
11539 * intervals.c (interval_start_pos): Just return 0 if there's no
11540 parent object.
11541
f83c5440
GM
115422000-03-29 Gerd Moellmann <gerd@gnu.org>
11543
11544 * lread.c (read1): Accept `.' (period) as symbol start like in CL
11545 and earlier Emacs versions.
11546
11547 * keyboard.c (Ftop_level): Cancel busy-cursor.
11548
11549 * eval.c (call_debugger): Cancel busy-cursor.
11550
fdce64ff
KH
115512000-03-29 Kenichi Handa <handa@etl.go.jp>
11552
11553 * search.c (Freplace_match): Adjust multibyteness of the current
52283633 11554 buffer and NEWTEXT. Free allocated memory before signaling an error.
fdce64ff 11555
f6a3f532
SM
115562000-03-28 Stefan Monnier <monnier@cs.yale.edu>
11557
11558 * regex.c (analyse_first): New function obtained by ripping out most
11559 of re_compile_fastmap and generalizing it a little bit so that it
11560 can also just return whether a given (sub)pattern can match the empty
11561 string or not.
11562 (regex_compile): Use `analyse_first' to decide whether the loop-check
11563 needs to be done or not for *, +, *? and +? (the loop check is costly
11564 for non-greedy repetition).
11565 (re_compile_fastmap): Delegate the actual work to `analyse_first'.
11566
e9b309ac
DL
115672000-03-28 Dave Love <fx@gnu.org>
11568
52283633 11569 * s/gnu-linux.h (GC_SETJMP_WORKS): Define for i386, sparc, m68k, alpha.
bb15bd9a 11570
e9b309ac
DL
11571 * alloc.c: Include stdio.h. Test STDC_HEADERS, not __STDC__.
11572
ed0767d8
SM
115732000-03-27 Stefan Monnier <monnier@cs.yale.edu>
11574
11575 * regex.c (REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as
11576 an expression.
11577 (enum re_opcode_t): Update description of succeed_n.
11578 (PATFETCH): Always define.
11579 (regex_compile): Use lookahead rather than PATUNFETCH (for repetition
11580 operators, char classes, shy-groups and intervals).
11581 Optimize special cases of intervals so as to only use succeed_n and
11582 jump_n when really needed.
11583 (re_compile_fastmap): Simplify handling of jump_n and succeed_n now
11584 that we don't have to handle the special cases any more.
11585 Simplify on_failure_jump handling as well.
11586
e11e7e46
JR
115872000-03-28 Jason Rumney <jasonr@gnu.org>
11588
11589 * lread.c (Fload): Move safe_p definition to above #ifdef DOS_NT.
11590
88faab89
GM
115912000-03-27 Gerd Moellmann <gerd@gnu.org>
11592
182ff242
GM
11593 * s/freebsd.h (GC_SETJMP_WORKS): Define.
11594
11595 * s/msdos.h (GC_SETJMP_WORKS): Define.
427ec082 11596
182ff242
GM
11597 * alloc.c (mark_maybe_object): New function.
11598 (mark_memory): Use it.
11599 (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK): New macros.
11600 (setjmp_tested_p, longjmp_done): New variables.
11601 (test_setjmp): New function.
11602 (mark_stack) [!GC_SETJMP_WORKS]: Call test_setjmp.
11603 (init_alloc): Initialize setjmp_tested_p and longjmp_done.
11604
c1005d06
GM
11605 * xdisp.c (face_before_or_after_it_pos): Pass multibyteness
11606 to DEC_TEXT_POS and INC_TEXT_POS.
11607
11608 * dispnew.c (direct_output_for_insert): Use DEC_TEXT_POS
11609 with parameter MULTIBYTE_P.
11610
52283633 11611 * dispextern.h (INC_TEXT_POS, DEC_TEXT_POS): Add parameter MULTIBYTE_P.
c1005d06 11612
7439e5b9 11613 * editfns.c (Fsubst_char_in_region): Don't use INC_POS in unibyte
182ff242
GM
11614 buffers because it looks for multibyte character byte sequences
11615 which don't exist in unibyte text.
7439e5b9 11616
d9c545da
GM
11617 * xterm.h (x_specified_cursor_type, x_copy_color): Add prototypes.
11618
11fd416e 11619 * xfaces.c (register_color, unregister_color, unregister_colors)
d9c545da
GM
11620 [DEBUG_X_COLORS]: New functions.
11621 (x_free_colors) [DEBUG_X_COLORS]: Unregister colors.
11622
11623 * xfns.c (x_set_cursor_color): Get color reference counts right.
11624
11625 * xterm.c (x_copy_color): New function.
11626 (x_alloc_nearest_color) [DEBUG_X_COLORS]: Call register_color.
11627
11628 * buffer.h (MAX_PER_BUFFER_VARS): Renamed from MAX_BUFFER_LOCAL_VARS.
11629 (PER_BUFFER_VAR_OFFSET): Renamed from BUFFER_LOCAL_VAR_OFFSET.
11630 (PER_BUFFER_VAR_IDX): Renamed from BUFFER_LOCAL_VAR_IDX.
11631 (PER_BUFFER_VALUE_P): Renamed from BUFFER_HAS_LOCAL_VALUE_P.
11632 (SET_PER_BUFFER_VALUE_P): Renamed from SET_BUFFER_HAS_LOCAL_VALUE_P.
11633 (PER_BUFFER_IDX): Renamed from BUFFER_LOCAL_IDX.
11634 (PER_BUFFER_DEFAULT): Renamed from BUFFER_LOCAL_DEFAULT_VALUE.
11635 (PER_BUFFER_VALUE): Renamed from BUFFER_LOCAL_VALUE.
11636 (PER_BUFFER_SYMBOL): Renamed from BUFFER_LOCAL_SYMBOL.
11637 (PER_BUFFER_TYPE): Renamed from BUFFER_LOCAL_TYPE.
11638
11fd416e
GM
11639 * category.c, data.c, syntax.c, print.c, lread.c: Use new macro
11640 names for handling per-buffer variables.
d9c545da
GM
11641
11642 * buffer.c (buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARS
11643 instead of MAX_BUFFER_LOCAL_VARS.
11644 (last_per_buffer_idx): Renamed from max_buffer_local_idx.
11645
11646 * xfaces.c (lookup_face): Don't assert FACE_SUITABLE_FOR_CHAR_P.
11647
88faab89
GM
11648 * xfns.c (x_specified_cursor_type): New function.
11649 (x_set_cursor_type): Use it.
11650
11651 * buffer.h (struct buffer): Add cursor_type.
11652
d80f42b7
SM
116532000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11654
11655 * regex.c (enum re_opcode_t): New opcode on_failure_jump_nastyloop.
52283633
SM
11656 (print_partial_compiled_pattern, re_compile_fastmap):
11657 Handle new opcode.
d80f42b7
SM
11658 (regex_compile): Use on_failure_jump_nastyloop for non-greedy loops.
11659 (re_match_2_internal): Add code for on_failure_jump_nastyloop when
11660 executing it as well as when popping it off the stack to find infinite
11661 loops in non-greedy repetition operators.
11662
89e80928
GM
116632000-03-26 Gerd Moellmann <gerd@gnu.org>
11664
3d4ff2dd
GM
11665 * doc.c (Qfunction_documentation): New variable.
11666 (syms_of_doc): Initialize Qfunction_documentation.
11667 (Fdocumentation): If FUNCTION is a symbol with non-nil
11668 `function-documentation' property, return a documentation derived
11669 from that.
11670
bd96bd79
GM
11671 * buffer.c (syms_of_buffer): Add default-cursor-type.
11672 (init_buffer_once): Don't let cursor_type have a local value
11673 in every buffer.
11674
19d1bc27
GM
11675 * xterm.c (x_display_and_set_cursor): Choose cursor depending
11676 on buffer-local value of cursor_type.
11677 (x_draw_bar_cursor): Add parameter WIDTH.
11678
11679 * buffer.c (reset_buffer): Initialize buffer's cursor_type.
11680 (init_buffer_once): Set default cursor_type value to t.
11681 Mark cursor_type as local everywhere.
11682 (syms_of_buffer): New per-buffer variable cursor-type.
11683
89e80928
GM
11684 * buffer.h (struct buffer): Remove member local_var_flags,
11685 add local_flags.
11686 (MAX_BUFFER_LOCAL_VARS): New macro.
11687 (BUFFER_LOCAL_VAR_OFFSET, BUFFER_LOCAL_VAR_IDX)
11688 (BUFFER_HAS_LOCAL_VALUE_P, SET_BUFFER_HAS_LOCAL_VALUE_P)
11689 (BUFFER_LOCAL_IDX, BUFFER_LOCAL_DEFAULT_VALUE, BUFFER_LOCAL_VALUE)
11690 (BUFFER_LOCAL_SYMBOL, BUFFER_LOCAL_TYPE): New macros.
11691
52283633 11692 * print.c (print_object): Use new macros for per-buffer variables.
89e80928
GM
11693
11694 * category.c (Fset_category_table): Use new macros for per-buffer
11695 variables.
11696
11697 * buffer.c (buffer_permanent_local_flags): Make a char array.
11698 (max_buffer_local_idx): New variable.
11699 (reset_buffer_local_variables, Fbuffer_local_variables): Rewritten
11700 for new handling of per-buffer variables.
11701 (buffer_slot_type_mismatch): Use new macros for per-buffer vars.
11702 (init_buffer_once): Initialize per-buffer vars differently.
11703 Set max_buffer_local_idx.
11704
11705 * syntax.c (Fset_syntax_table): Use new macros for per-buffer
11706 variables.
11707
52283633 11708 * lread.c (defvar_per_buffer): Use new macros for per-buffer variables.
89e80928
GM
11709
11710 * data.c (do_symval_forwarding, store_symval_forwarding)
11711 (find_symbol_value, set_internal, default_value, Fset_default)
11712 (Fkill_local_variable, Flocal_variable_p): Use new macros for
11713 per-buffer variables.
11714
11715 * Makefile.in (bootstrap-emacs): Use `mv -f' instead of `mv'.
11716
9a0dd3dc
GM
117172000-03-24 Gerd Moellmann <gerd@gnu.org>
11718
b68c375f
GM
11719 * xterm.c (x_term_init): Unblock input around call1 of
11720 Qvendor_specific_keysyms.
11721
9a0dd3dc
GM
11722 * syntax.c (open_paren_in_column_0_is_defun_start): New variable.
11723 (find_defun_start): Consider an open parenthesis in column 0
11724 a defun start only if open_paren_in_column_0_is_defun_start is set.
11725 (syms_of_syntax): New variable open-paren-in-column-0-is-defun-start.
11726
7973e637
SM
117272000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11728
11729 * eval.c (Fautoload): Add entry in load-history (if after dump).
11730 * lread.c (load-history): Update docstring.
11731
39210e90
GM
117322000-03-24 Gerd Moellmann <gerd@gnu.org>
11733
11734 * indent.c (Fvertical_motion): Always use the current buffer.
11735 Temporarily change the window's buffer, if necessary.
11736
72db3ab5
GM
117372000-03-23 Gerd Moellmann <gerd@gnu.org>
11738
11739 * xterm.c (fast_find_position): Make sure not to consider rows
11740 not visible in the window.
11741
990b2375
SM
117422000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11743
11744 * regex.c (enum syntaxcode): Provide default for non-Emacs.
11745 (re_compile_fastmap, re_match_2_internal): Undo Dave's previous fix.
11746
ff4df011
JR
117472000-03-22 Jason Rumney <jasonr@gnu.org>
11748
11749 * w32menu.c (single_submenu): Set help string to NULL if none.
11750 (w32_menu_show): Set help string correctly.
11751 (add-menu-item): Set help string in MIIM_DATA for menu item.
11752 Load SetMenuItemInfoA explicitly.
11753 (w32_menu_display_help): New function.
427ec082 11754
ff4df011
JR
11755 * w32fns.c (w32_wnd_proc): Handle WM_MENUSELECT message.
11756 (QCdata): Moved to xdisp.c.
11757
11758 * w32term.c (w32_read_socket): Handle WM_MENUSELECT message.
11759 (Vw32_charset_to_codepage_alist): Removed.
11760 (Vw32_charset_info_alist): New variable.
52283633
SM
11761 (Qw32_charset_[ansi, default, symbol, shiftjis, hangul, gb2312)
11762 (chinesebig5, oem, easteurope, turkish, baltic, russian, arabic)
11763 (greek, hebrew, thai, johab, mac, unicode]): New symbols.
ff4df011
JR
11764 (x_produce_glyphs): Remove out of date #ifdef 0'd section. Replace
11765 with TODO comment.
11766 (w32_codepage_for_font): Use Vw32_charset_info_alist.
11767 (syms_of_w32term): Remove Vw32_charset_to_codepage_alist.
11768 Define Vw32_charset_info_alist and w32_charset symbols.
11769
117702000-03-22 Jason Rumney <jasonr@gnu.org>
11771
11772 * makefile.nt (w32bdf.obj): Update dependencies.
11773
11774 * w32bdf.c: Include frame.h and dispextern.h before fontset.h.
11775
11776 * w32fns.c: Include fontset.h after dispextern.h.
11777 (Fx_create_frame): Do not create fontset.
11778 (w32_load_system_font): Doc fix.
11779 (Fx_close_connection): Free full_name if it is not shared.
11780
11781 * w32term.c: Include fontset.h after dispextern.h.
52283633
SM
11782 (x_get_glyph_face_and_encoding): New parameter two_byte_p.
11783 Callers updated.
ff4df011
JR
11784 (w32_per_char_metric): If PCM is invalid, delete and return NULL.
11785 (x_get_char_and_face_encoding): Use FACE_FOR_CHAR to get face_id.
11786 (w32_font_is_double_byte): New function, needs body.
11787 (x_append_glyph): Set glyph->glyph_not_available_p.
11788 (x_produce_glyphs): Set it->glyph_not_available_p. Don't set
11789 it->charset. If it->multibyte_p is zero and it->c is a multibyte
11790 character, convert it to a unibyte character.
11791 (struct glyph_string): Delete member `charset'.
11792 (W32_TEXTOUT): Temporarily remove charset_dim until another way of
11793 calculating it is found.
11794 (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id. Handle
11795 the case that per char metric is not available correctly.
11796 (x_fill_glyph_string): Handle the case that the specific glyph is
11797 not available correctly.
11798 (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset.
11799 (BUILD_COMPOSITE_GLYPH_STRING): Likewise.
11800 (x_new_font): Call FS_LOAD_FONT, not fs_load_font.
11801 (x_new_fontset): Call fontset_ascii to get ASCII font name of the
11802 fontset. Don't call FS_LOAD_FONT.
11803
439d5cb4
KR
118042000-03-22 Ken Raeburn <raeburn@gnu.org>
11805
11806 * intervals.h (NULL_INTERVAL): Cast to INTERVAL type.
11807 (INT_LISPLIKE): New macro.
11808 (NULL_INTERVAL_P): Use it.
52283633
SM
11809 (INTERVAL_HAS_PARENT, INTERVAL_HAS_OBJECT, SET_INTERVAL_PARENT)
11810 (SET_INTERVAL_OBJECT, INTERVAL_PARENT, COPY_INTERVAL_PARENT)
11811 (GET_INTERVAL_OBJECT, INTERVAL_PARENT_OR_NULL): New macros.
439d5cb4
KR
11812
11813 * alloc.c (make_interval, gc_sweep): Use new macros; eliminate all
11814 explicit references to "parent" field of struct interval and
11815 associated unclean type conversions.
52283633
SM
11816 * intervals.c (create_root_interval, root_interval, rotate_right)
11817 (rotate_left, balance_possible_root_interval, split_interval_right)
11818 (split_interval_left, interval_start_pos, find_interval)
11819 (next_interval, previous_interval, update_interval)
11820 (adjust_intervals_for_insertion, delete_node, delete_interval)
11821 (adjust_intervals_for_deletion, merge_interval_right)
11822 (merge_interval_left, reproduce_tree, graft_intervals_into_buffer)
11823 (copy_intervals_to_string): Likewise.
439d5cb4
KR
11824 * intervals.h (AM_LEFT_CHILD, AM_RIGHT_CHILD, RESET_INTERVAL):
11825 Likewise.
11826 * syntax.c (update_syntax_table): Likewise.
11827
11828 * intervals.c (reproduce_tree_obj): New function, like
11829 reproduce_tree but takes a Lisp_Object for the parent. Declare
11830 with prototype.
11831 (graft_intervals_into_buffer): Use it when appropriate.
11832 (reproduce_tree): Declare with prototype.
11833 (balance_possible_root_interval): Check that the parent is a lisp
11834 object before trying to examine its type.
11835
ee1c5b21
GM
118362000-03-22 Gerd Moellmann <gerd@gnu.org>
11837
11838 * xfaces.c (lface_same_font_attributes_p): Compare font attributes
11839 as strings only if both are known to be strings.
11840
11841 * s/openbsd.h (LIBS_TERMCAP): Undef.
11842
1fb352e0
SM
118432000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11844
11845 * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE): Add default
11846 definitions for non-Emacs compilation.
11847 (enum re_opcode_t): Remove (not)wordchar and move (not)syntaxspec
11848 outside of `#ifdef emacs'.
11849 (print_partial_compiled_pattern): Update.
11850 (regex_compile): Use (not)syntaxspec(Sword) instead of (not)wordchar.
11851 (re_compile_fastmap): Merge handling of charset and charset_not (for
11852 emacs and non-emacs compilation as well).
11853 Similarly for (not)categoryspec and (not)syntaxspec.
11854 Don't use the fastmap when reaching `anychar' since the added
11855 complexity is not justified.
11856 (re_match_2_internal): Merge (not)wordchar (emacs and non-emacs)
11857 and (not)syntaxspec. Merge (not)categoryspec.
11858
fdaa1f77
KH
118592000-03-22 Kenichi Handa <handa@etl.go.jp>
11860
52283633
SM
11861 * dispextern.h [!HAVE_WINDOW_SYSTEM] (FACE_SUITABLE_FOR_CHAR_P)
11862 (FACE_FOR_CHAR): Define them differently for the configuration of
ff1a0d8e 11863 --without-x.
fdaa1f77 11864
d152fb46
DL
118652000-03-21 Dave Love <fx@gnu.org>
11866
11867 * fontset.c (Fset_fontset_font, Ffontset_font): Fix newlines in
11868 doc string.
11869
d2cafc8c
GM
118702000-03-21 Gerd Moellmann <gerd@gnu.org>
11871
11872 * xfaces.c (check_lface_attrs) [GLYPH_DEBUG]: Fix syntax error.
11873 (lface_fully_specified_p): Don't check contents of
11874 LFACE_FONT_INDEX because that attribute is optional.
11875 (realize_x_face): Remove now unwarranted xassert.
11876
9111d4b5
KH
118772000-03-21 Kenichi HANDA <handa@etl.go.jp>
11878
11879 The following changes are to make font selection based on
11880 characters, not charset. In addition, they recover fontset
11881 facilities while utilizing the new font selection mechanism.
11882
6c4bfdc0
KH
11883 * Makefile.in (fontset.o): Depend on dispextern.h.
11884
11885 * alloc.c (mark_face_cache): Don't mark face->registry.
11886
9111d4b5
KH
11887 * dispextern.h (struct glyph): New member glyph_not_available_p.
11888 Use 22 bits for face_id.
11889 (enum lface_attribute_index): Add LFACE_FONT_INDEX.
11890 (struct face): Delete member registry, new member ascii_face.
11891 (FACE_SUITABLE_FOR_CHAR_P): Renamed from
11892 FACE_SUITABLE_FOR_CHARSET_P. Caller changed.
11893 (FACE_FOR_CHAR): Renamed from FACE_FOR_CHARSET. Caller changed.
52283633 11894 (struct it): Delete member charset, new member glyph_not_available_p.
9111d4b5
KH
11895
11896 * fontset.h (FONT_NOT_OPENED, FONT_NOT_FOUND): Macros removed.
11897 (struct fontset_info, struct fontset_data): Structs removed.
52283633
SM
11898 (allloc_fontset_data, free_fontset_data, fs_regiser_fontset)
11899 (Vglobale_fontset_alist, font_idx_temp): Externs removed.
9111d4b5 11900 (fs_load_font, fs_query_fontset): Adjusted for new argument.
52283633
SM
11901 (fs_free_face_fontset, fontset_font_pattern)
11902 (face_suitable_for_char_p, face_for_char)
11903 (make_fontset_for_ascii_face): Extern them.
9111d4b5
KH
11904 (FS_LOAD_FONT): Adjusted for the change of fontset implementation.
11905 (FS_LOAD_FACE_FONT): New macro.
11906
11907 * fontset.c: All codes rewritten or adjusted for the change of
11908 fontset implementation. Now fontset is represented by char table.
52283633
SM
11909 (Vglobal_fontset_alist, font_idx_temp, my_strcasetbl):
11910 Variables removed.
9111d4b5 11911 (my_strcasecmp): Function removed.
52283633 11912 (Vfontset_table, next_fontset_id, Vdefault_fontset): New variables.
9111d4b5 11913 (AREF, ASIZE): New macros.
52283633
SM
11914 (FONTSET_FROM_ID, FONTSET_ID, FONTSET_NAME, FONTSET_FRAME)
11915 (FONTSET_ASCII, FONTSET_BASE, BASE_FONTSET_P, FONTSET_REF)
11916 (FONTSET_REF_VIA_BASE, FONTSET_SET): New macros.
11917 (fontset_ref, fontset_ref_via_base, fontset_set, make_fontset)
11918 (fontset_id_valid_p, font_family_registry, fontset_name)
11919 (fontset_ascii, free_face_fontset, face_suitable_for_char_p)
11920 (face_for_char, make_fontset_for_ascii_face, fontset_font_pattern):
9111d4b5
KH
11921 New functions.
11922 (fs_load_font): New arg FACE. Caller changed.
11923 (fs_query_fontset): Argument changed. Caller changed.
11924 (Fquery_fontset): call fs_query_fontset.
11925 (fs_register_fontset, alloc_fontset_data, free_fontset_data):
11926 Functions removed.
52283633
SM
11927 (clear_fontset_elements, check_registry_encoding)
11928 (check_fontset_name): New functions.
9111d4b5
KH
11929 (syms_of_fontset): Set char-table-extra-slots property of fontset
11930 to 3. Staticpro and initialize Vfontset_table and
11931 Vdefault_fontset. Defsubr fontset_font and fontset_list.
11932
11933 * frame.h (struct frame): Member `fontset_data' removed.
11934 (FRAME_FONTSET_DATA): Macro removed.
11935
11936 * frame.c (make_frame): Don't allocate f->fontset_data.
11937 (Fdelete_frame): Don't free f->fontset_data.
11938
6c4bfdc0
KH
11939 * msdos.c (XMenuActivate): Args to lookup_derived_face changed.
11940
9111d4b5
KH
11941 * xdisp.c (charset_at_position): Function removed.
11942 (init_iterator): Don't set member charset of struct `it'.
52283633
SM
11943 (handle_face_prop, reseat_to_string, set_iterator_to_next)
11944 (next_element_from_display_vector, insert_left_trunc_glyphs):
9111d4b5
KH
11945 Likewise.
11946 (face_before_or_after_it_pos): Call FACE_FOR_CHAR, not
11947 FACE_FOR_CHARSET.
52283633
SM
11948 (get_next_display_element, append_space)
11949 (extend_face_to_end_of_line): Likewise.
9111d4b5
KH
11950
11951 * xfaces.c (Qx_charset_registry, Vface_default_registry):
11952 Variables removed.
11953 (clear_font_table, frame_update_line_height, load_face_font):
11954 Adjusted for the change of fontset implementation.
11955 (load_face_fontset_font): Function removed.
11956 (pixel_point_size): New function.
11957 (font_list): Argument type changed. Caller changed.
11958 (LFACE_FONT): New macro.
11959 (check_lface_attrs): Check attr[LFACE_FONT_INDEX].
11960 (set_lface_from_font_name): Type of arg FONTNAME is changed to
11961 Lisp_Object. Determine the font name by actually loading a font
11962 by the specified pattern. Set LFACE_FONT (lface) to the specified
11963 pattern. Even if a font is not found, don't try alternatives.
11964 (Finternal_set_lisp_face_attribute): Handle `font' slot in lface.
11965 (set_font_frame_param): If `font' is specified in lface, use it.
11966 (Finternal_get_lisp_face_attribute): Handle `font' slot in lface.
11967 (lface_same_font_attributes_p): Likewise.
11968 (make_realized_face): Arguent changed. Caller changed. Set
11969 face->ascii_face to face itself.
11970 (free_realized_face): Free face->fontset if face is for ASCII.
52283633
SM
11971 (face_suitable_for_iso8859_1_p, face_suitable_for_charset_p)
11972 (deduce_unibyte_registry, x_charset_registry): Functions removed.
9111d4b5
KH
11973 (free_realized_multibyte_face): New function.
11974 (lookup_face, lookup_named_face, lookup_derived_face): Argument
11975 changed. Caller changed.
11976 (try_font_list): Argument type changed.
11977 (face_fontset): Check `font' slot of ATTRS, not `family' slot.
11978 (choose_face_font): Argument changed. Handle fontset properly.
11979 (choose_face_fontset_font): Function removed.
11980 (realize_default_face, realize_named_face): Don't remove the
11981 former face here.
11982 (realize_face): Argument changed. Caller changed. Remove face
52283633 11983 with the arg former_face_id in advance. Load font for the new face.
9111d4b5
KH
11984 (realize_x_face): Argument changed. Caller changed. For a
11985 multibyte character, share fontset with base_face. For a single
52283633 11986 byte character, make a new realized fontset. Don't load a font here.
9111d4b5
KH
11987 (realize_tty_face): Argument changed. Caller changed.
11988 (compute_char_face): Call FACE_FOR_CHAR, not FACE_FOR_CHARSET.
11989 (face_at_buffer_position): Don't check multibyte_p for returning
11990 DEFAULT_FACE_ID.
11991 (face_at_string_position): Call FACE_SUITABLE_FOR_CHAR_P, not
11992 FACE_SUITABLE_FOR_CHARSET_P.
11993 (syms_of_xfaces): Remove code for Qx_charset_registry and
11994 Vface_default_registry.
11995
6c4bfdc0
KH
11996 * xterm.c: Include fontset.h after dispextern.h. Undo the changes
11997 related to PER_CHAR_METRIC done by Gerd on 2000-03-03.
9111d4b5
KH
11998 (x_per_char_metric): Don't try FONT->default_char. Even if
11999 pcm->width is zero, glyph bits may exist.
12000 (x_encode_char): Always initialize char2b->byte1.
12001 (x_get_char_face_and_encoding): Call FACE_FOR_CHAR to get face_id.
52283633 12002 (x_get_glyph_face_and_encoding): New arg two_byte_p. Caller changed.
9111d4b5
KH
12003 (x_append_glyph): Set glyph->glyph_not_available_p.
12004 (x_produce_glyphs): Set it->glyph_not_available_p. Don't set
12005 it->charset. Handle the case that per char metric is not
12006 available. If it->multibyte_p is zero and it->c is a multibyte
12007 character, convert it to a unibyte character.
12008 (struct glyph_string): Delete member `charset'.
12009 (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id. Handle
12010 the case that per char metric is not available correctly.
12011 (x_fill_glyph_string): Handle the case that the specific glyph is
12012 not available correctly.
12013 (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset.
12014 (BUILD_COMPOSITE_GLYPH_STRING): Likewise.
12015 (x_new_font): Call FS_LOAD_FONT, not fs_load_font.
12016 (x_new_fontset): Call fontset_ascii to get ASCII font name of the
12017 fontset. Don't call FS_LOAD_FONT.
12018
12019 * xfns.c (Fx_create_frame): Don't cal fs_register_fontset.
12020 (x_create_tip_frame): Likewise.
12021 (Fx_close_connection): Free full_name of font_info.
12022
12023 * fns.c (optimize_sub_char_table): New function.
12024 (Foptimize_char_table): New function.
12025 (syms_of_fns): Defsubr Soptimize_char_table.
12026
b33dd3b0
GM
120272000-03-20 Gerd Moellmann <gerd@gnu.org>
12028
12029 * buffer.c (Fset_buffer_modified_p): Set update_mode_lines
12030 only if buffer is displayed in some window.
12031
12032 * xdisp.c (handle_single_display_prop): Initialize local `value'.
12033 (try_window_reusing_current_matrix): Don't call scroll run
12034 function if run's current and desired position are the same;
12035 this prevents cursor flickering.
12036
4e8a9132
SM
120372000-03-19 Stefan Monnier <monnier@cs.yale.edu>
12038
12039 * regex.h (RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c.
12040
12041 * regex.c (RE_STRING_CHAR): New macro.
12042 (GET_CHAR_AFER_2): Remove.
12043 (RE_TRANSLATE, RE_TRANSLATE_P): New macros moved from regex.h.
12044 (enum re_opcode_t): Remove on_failure_jump_exclusive.
12045 (print_partial_compiled_pattern, re_compile_fastmap)
12046 (re_match_2_internal): Remove on_failure_jump_exclusive.
12047 (regex_compile): Turn optimizable P+ loops into PP*, so that the
12048 optimization only need to work for * (ie. can use of_keep_string_jump).
12049 Remove the special case for .*\n since it is now covered by the general
12050 optimization.
12051 (re_search_2): Don't bother with `room'.
12052 (skip_one_char): New function.
12053 (skip_noops): Simplify since `memory' is not needed any more.
12054 (mutually_exclusive_p): Restructure slightly to use `switch' and
12055 add handling for "all" remaining cases.
12056 (re_match_2_internal): Change on_failure_jump_smart to use
12057 on_failure_keep_string_jump (and redirect the end-of-loop jump)
12058 rather than on_failure_jump_exclusive.
12059
2136fdd4
GM
120602000-03-19 Gerd Moellmann <gerd@gnu.org>
12061
12062 * xfns.c (select_visual): Don't set dpyinfo->n_planes to the
12063 number of bits per RGB because it's everywhere used as the depth
12064 of the visual.
12065
12066 * term.c (calculate_costs): Remove code dealing with X frames.
12067
18e21ce8 120682000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
12069
12070 * lread.c (syms_of_lread): Doc fix for load-convert-to-unibyte.
12071
d7b511c4
GM
120722000-03-18 Gerd Moellmann <gerd@gnu.org>
12073
12074 * lread.c (read_integer): Unread the last char not consumed.
12075
16b5d424
GM
120762000-03-17 Gerd Moellmann <gerd@gnu.org>
12077
12078 * xterm.c (x_update_window_cursor): Don't update in frames
d7b511c4 12079 which are in the process of being deleted.
16b5d424 12080
1fa28578
GM
120812000-03-16 Gerd Moellmann <gerd@gnu.org>
12082
83488cce
GM
12083 * Makefile.in (mostlyclean): Add `*.core'.
12084 (clean): Add `bootstrap-emacs'.
12085
1fa28578
GM
12086 * lread.c (read_integer): New function.
12087 (read1): Support read syntax #o, #x, #b, #r.
12088
99633e97
SM
120892000-03-15 Stefan Monnier <monnier@cs.yale.edu>
12090
1fa28578
GM
12091 * regex.c (re_match_2): Fix string shortening (to fit `stop') to
12092 make sure POINTER_TO_OFFSET gives the same value before and after
12093 PREFETCH. Use `dfail' to guarantee "atomic" matching.
99633e97
SM
12094 (PTR_TO_OFFSET): Use POINTER_TO_OFFSET.
12095 (debug): Now only active if > 0 rather than if != 0.
12096 (DEBUG_*): Update for the new meaning of `debug'.
1fa28578
GM
12097 (print_partial_compiled_pattern): Add missing `succeed' case. Use
12098 CHARSET_* macros in the charset(_not) branch. Fix off-by-two bugs
12099 in `succeed_n', `jump_n' and `set_number_at'.
99633e97
SM
12100 (store_op1, store_op2, insert_op1, insert_op2)
12101 (at_begline_loc_p, at_endline_loc_p): Add prototype.
1fa28578
GM
12102 (group_in_compile_stack): Move to after its arg's types are
12103 declared and add a prototype.
99633e97 12104 (PATFETCH): Define in terms of PATFETCH_RAW.
52283633 12105 (GET_UNSIGNED_NUMBER): Add the usual `do { ... } while(0)' wrapper.
99633e97 12106 (QUIT): Redefine as a nop except for NTemacs.
1fa28578
GM
12107 (regex_compile): Handle intervals {,M} as if it was {0,M}. Fix
12108 indentation of the greedy-op and shy-group code.
99633e97
SM
12109 (at_(beg|end)line_loc_p): Fix argument's types.
12110 (re_compile_fastmap): Ifdef out failure_stack_ptr to shut up gcc.
12111 (re_search_2): Use POS_AS_IN_BUFFER. Simplify `room' computation.
12112 (MATCHING_IN_FIRST_STRING): Remove.
1fa28578
GM
12113 (re_match_2): Use POS_AS_IN_BUFFER. Ifdef out failure_stack_ptr
12114 to shut up gcc. Use FIRST_STRING_P and POINTER_TO_OFFSET. Use
12115 QUIT unconditionally.
99633e97 12116
699238d9
GM
121172000-03-15 Gerd Moellmann <gerd@gnu.org>
12118
12119 * minibuf.c (Fminibuffer_complete): Set point to ZV if finding
12120 a sole completion.
12121
12122 * process.c (send_process): Add a hint that the function
12123 can call Lisp code to its comment.
12124
12125 * lread.c (load_dangerous_libraries): New variable.
12126 (Vbytecomp_version_regexp): New variable.
12127 (safe_to_load_p): New function.
12128 (Fload): Handle files not compiled with Emacs specially.
12129 (syms_of_lread): New Lisp variable load-dangerous-libraries.
12130
34e23e5a
GM
121312000-03-14 Gerd Moellmann <gerd@gnu.org>
12132
9c763cca
GM
12133 * lisp.h (free_frame_xic) [HAVE_X_I18N]: Add missing semicolon.
12134
12135 * xterm.c (xim_close_dpy, xim_initialize): Use X11R6-style XIM
12136 support functions only if HAVE_X11R6_XIM is defined.
12137 (xim_instantiate_callback): Define only if HAVE_X11R6_XIM.
12138
12139 * s/sol2.h (INHIBIT_X11R6_XIM): Define.
12140
12141 * xfns.c (X_I18N_INHIBITED): Don't define.
52283633 12142 (create_frame_xic): Remove conditional compilation on X_I18N_INHIBITED.
9c763cca
GM
12143 (x_kill_gs_process, x_window): Use FRAME_X_VISUAL.
12144
12145 * config.in (HAVE_X_I18N): Moved here from xterm.h.
12146 (HAVE_X11R6_XIM): Define.
12147
12148 * xterm.h (HAVE_X_I18N) [HAVE_X11R6]: Moved to config.in.
12149
34e23e5a
GM
12150 * xterm.c (x_term_init): Add support for X resource `synchronous'.
12151 If set, call XSynchronize.
12152
66f0296e
SM
121532000-03-13 Stefan Monnier <monnier@cs.yale.edu>
12154
34e23e5a
GM
12155 * regex.c: Declare a new type `re_char' used throughout the code
12156 for the string char type. It's `const unsigned char' to match the
12157 rest of Emacs. Consistently make sure all pointers to strings use
52283633 12158 it and make sure all pointers into the pattern use `unsigned char'.
66f0296e 12159 (re_match_2_internal): Use `PREFETCH+STRING_CHAR' instead of
34e23e5a
GM
12160 GET_CHAR_AFTER_2. Also merge wordbound and notwordbound to reduce
12161 code duplication.
66f0296e
SM
12162
12163 * charset.h (GET_CHAR_AFTER_2): Remove.
12164 (GET_CHAR_BEFORE_2): Use unsigned chars, like everywhere else.
12165
854a025c
KR
121662000-03-12 Ken Raeburn <raeburn@gnu.org>
12167
12168 * Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary
12169 variable before the invocation of YMF_PASS_LDFLAGS, in case both
12170 of them try to use backquotes.
12171
b9d2c7e2
DL
121722000-03-12 Dave Love <fx@gnu.org>
12173
12174 * unexelf.c: Restore changes of 1999-10-19.
12175 (unexec): Don't adjust bss for sbss type SHT_PROGBITS; otherwise
12176 fix its type and alignment; copy it from current process.
12177
5e5dff44
GM
121782000-03-12 Gerd Moellmann <gerd@gnu.org>
12179
9b2f3c38
GM
12180 * atimer.c (cancel_atimer): Break out of the loop as soon as timer
12181 has been found. Fix bug not computing timer's predecessor.
12182
427ec082 12183 * fileio.c (Fread_file_name): Handle case that DIR contains a
9172b88d
GM
12184 file name.
12185
e1cff360
GM
12186 * window.c (Fsave_window_excursion): Doc fix.
12187
52283633 12188 * xfns.c (x_defined_color): Rewritten to use x_allocate_nearest_color.
5e5dff44 12189
e411ce4b
EZ
121902000-03-12 Eli Zaretskii <eliz@is.elta.co.il>
12191
12192 * msdos.c (vga_installed): New function, code moved from
12193 dos_set_window_size.
12194 (Qbar, Qcursor_type, outside_cursor): New variables.
12195 (syms_of_msdos): Intern and staticpro them.
12196 (dos_ttraw) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Save the cursor
12197 shape used outside Emacs when called for the first time.
12198 (dos_ttcooked) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Restore the
12199 cursor shape used outside Emacs.
12200 (msdos_set_cursor_shape, IT_set_cursor_type): New functions.
12201 (IT_frame_up_to_date): Call IT_set_cursor_type, in case the cursor
12202 type has changed.
12203 (IT_set_frame_parameters): Call IT_set_cursor_type if the frame
12204 parameters specify the cursor. Make qreverse a global
12205 variable (renamed to Qreverse).
12206
80460654
GM
122072000-03-09 Gerd Moellmann <gerd@gnu.org>
12208
12209 * fns.c (Fy_or_n_p): Cancel busy-cursor.
12210
95cd4c40
SM
122112000-03-08 Stefan Monnier <monnier@cs.yale.edu>
12212
12213 This is a big redesign of failure-stack and register handling, prompted
12214 by bugs revealed when trying to add shy-groups. Overall, what happened
12215 is that loops are now structured a little differently, groups can be
12216 shy and the code is a little simpler.
12217
12218 * regex.h: Update the copyright.
12219 (RE_SHY_GROUPS): New value.
12220 (RE_UNMATCHED_RIGHT_PAREN_ORD): Renumber.
12221 (RE_SYNTAX_EMACS): Add RE_SHY_GROUPS.
12222
80460654
GM
12223 * regex.c (enum re_opcode_t): Remove jump_past_alt,
12224 maybe_pop_jump, push_dummy_failure and dumy_failure_jump. Add
12225 on_failure_jump_(exclusive, loop and smart). Also fix the comment
12226 for (start|stop)_memory since they now only take one argument (the
12227 second has becomes unnecessary).
52283633 12228 (print_partial_compiled_pattern): Adjust for changes in re_opcode_t.
80460654
GM
12229 (print_compiled_pattern): Use %ld to printf long ints and flush to
12230 make debugging a little easier.
95cd4c40
SM
12231 (union fail_stack_elt): Make the integer unsigned.
12232 (struct fail_stack_type): Add a `frame' element.
12233 (INIT_FAIL_STACK): Init `frame' as well.
12234 (POP_PATTERN_OP): New macro for re_compile_fastmap.
12235 (DEBUG_PUSH, DEBUG_POP): Remove.
12236 (NUM_REG_ITEMS): Remove.
12237 (NUM_NONREG_ITEMS): Adjust.
80460654
GM
12238 (FAILURE_PAT, FAILURE_STR, NEXT_FAILURE_HANDLE)
12239 (TOP_FAILURE_HANDLE): New macros for the cycle detection.
95cd4c40 12240 (ENSURE_FAIL_STACK): New macro for PUSH_FAILURE_(REG|POINT).
52283633
SM
12241 (PUSH_FAILURE_REG, POP_FAILURE_REG, CHECK_INFINITE_LOOP):
12242 New macros.
80460654
GM
12243 (PUSH_FAILURE_POINT): Don't push registers any more. The pattern
12244 address pushed is not the destination of the jump but the source
12245 of it instead.
95cd4c40
SM
12246 (NUM_FAILURE_ITEMS): Remove.
12247 (POP_FAILURE_POINT): Adapt to the new stack structure (i.e. pop
80460654
GM
12248 registers before the actual failure point). Don't hardcode any
12249 meaning for str==NULL anymore.
95cd4c40 12250 (union register_info_type, REG_MATCH_NULL_STRING_P, IS_ACTIVE)
80460654
GM
12251 (MATCHED_SOMETHING, EVER_MATCHED_SOMETHING, SET_REGS_MATCHED):
12252 Remove.
95cd4c40
SM
12253 (REG_UNSET_VALUE): Use NULL (why not?).
12254 (compile_range): Remove declaration since it doesn't exist.
12255 (struct compile_stack_elt_t): Remove inner_group_offset.
12256 (old_reg(start|end), reg_info, reg_dummy, reg_info_dummy): Remove.
12257 (regex_grow_registers): Remove dead code.
12258 (FIXUP_ALT_JUMP): New macro.
80460654
GM
12259 (regex_compile): Add shy-groups Change loops to use
12260 on_failure_jump_smart&jump instead of
12261 on_failure_jump&maybe_pop_jump. Change + loops to eliminate the
12262 initial (dummy_failure_)jump. Remove c1_base (looks like unused
12263 variable to me). Use `jump' instead of `jump_past_alt' and don't
12264 bother with push_dummy_failure in alternatives since it is now
12265 unnecessary. Use FIXUP_ALT_JUMP. Eliminate a useless `#ifdef
12266 emacs' for (re)allocating the stack.
12267 (re_compile_fastmap): Remove dead variables i and num_regs. Exit
12268 from loop when bufp->can_be_null rather than jumping to `done'.
12269 Avoid jumping backwards so as to ensure termination. Use
12270 PATTERN_STACK_EMPTY and POP_PATTERN_OP. Improved handling of
12271 backreferences. Remove dead code in handling of `anychar'.
95cd4c40 12272 (skip_noops, mutually_exclusive_p): New functions taken from the
80460654
GM
12273 handling of `maybe_pop_jump' in re_match_2_internal. Slightly
12274 improve mutually_exclusive_p to handle ".+\n".
52283633
SM
12275 (lowest_active_reg, highest_active_reg)
12276 (NO_(LOWEST|HIGHEST)_ACTIVE_REG) Remove.
80460654
GM
12277 (re_match_2_internal): Use %p instead of 0x%x when printf'ing
12278 ptrs. Don't SET_REGS_MATCHED anymore. Remove many dead
12279 variables. Push register (in `start_memory') on the stack rather
12280 than storing it in old_reg(start|end). Remove the cycle detection
12281 from `stop_memory', replaced by the use of on_failure_jump_loop
12282 for greedy loops. Add code for the new on_failure_jump_<foo>.
12283 Remove ad-hoc code in `on_failure_jump' to push more registers in
12284 the case of a loop. Take out code from `maybe_pop_jump' into
12285 separate functions and adapt it to the semantics of
12286 `on_failure_jump_smart'. Remove jump_past_alt, dummy_failure_jump
12287 and push_dummy_failure. Remove dummy_failure handling and
12288 handling of `failures to jump to on_failure_jump' (this last one
12289 was already dead code, it seems).
12290 (group_match_null_string_p, alt_match_null_string_p)
12291 (common_op_match_null_string_p): Remove.
95cd4c40 12292
7397acc4
DL
122932000-03-08 Dave Love <fx@gnu.org>
12294
12295 * config.in: Don't depend on __STDC__ for volatile.
12296 Add POINTER_TYPE, PTR, PROTOTYPES.
12297
12298 * hftctl.c, strftime.c: Use PROTOTYPES.
12299 * eval.c (find_handler_clause): Likewise.
12300
12301 * mem-limits.h: Use POINTER_TYPE.
12302
12303 * lisp.h (P_): Define based on PROTOTYPES, not __STDC__.
12304 (memory_warnings): Declare using POINTER_TYPE.
12305
5e91ff9e
GM
123062000-03-08 Gerd Moellmann <gerd@gnu.org>
12307
feab4fba
GM
12308 * xfns.c (x_set_cursor_type): If ARG is nil, give frame no cursor.
12309
52283633 12310 * xdisp.c (display_echo_area): Temporarily inhibit garbage collection.
25edb08f 12311
5e91ff9e
GM
12312 * xfns.c: Remove obsolete code in #if 0.
12313 (Fx_focus_frame): New function.
12314
a735b7e1
KH
123152000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
12316
12317 * coding.c (coding_category_name): Add coding-category-utf-8,
12318 coding-category-utf-16-be, coding-category-utf-16-le.
12319 (UTF_8_1_OCTET_P, UTF_8_EXTRA_OCTET_P, UTF_8_2_OCTET_LEADING_P,
12320 UTF_8_3_OCTET_LEADING_P, UTF_8_4_OCTET_LEADING_P,
12321 UTF_8_5_OCTET_LEADING_P, UTF_8_6_OCTET_LEADING_P): New macros.
12322 (detect_coding_utf_8): New function.
12323 (UTF_16_INVALID_P, UTF_16_HIGH_SURROGATE_P
12324 UTF_16_LOW_SURROGATE_P): New macros.
12325 (detect_coding_utf_16): New function
12326 (detect_coding_mask): When priorities are specified, skip any
12327 categories that have `nil' coding-system. Fix bug of returning
12328 wrong mask when PRIORITIES is specified and detect_coding_XXX()
12329 returns a mask not set in PRIORITIES.
12330 (detect_eol_type_in_2_octet_form): New function.
12331 (detect_eol): selects detect_eol_type_XXX to call according to
12332 cooding->category_idx.
12333 (detect_coding_system): Remove `nil' coding-system in the result.
12334 (Fupdate_coding_systems_internal): Update all coding-categories.
12335
52283633
SM
12336 * coding.h (CODING_CATEGORY_IDX_UTF_8)
12337 (CODING_CATEGORY_IDX_UTF_16_BE, CODING_CATEGORY_IDX_UTF_16_LE):
12338 New macros.
12339 (CODING_CATEGORY_IDX_RAW_TEXT, CODING_CATEGORY_IDX_BINARY)
12340 (CODING_CATEGORY_IDX_MAX): Adjusted for the above macros.
12341 (CODING_CATEGORY_IDX_UTF_16_LE)
12342 (CODING_CATEGORY_MASK_UTF_8, CODING_CATEGORY_MASK_UTF_16_BE)
12343 (CODING_CATEGORY_MASK_UTF_16_LE): New macros.
a735b7e1
KH
12344 (CODING_CATEGORY_MASK_ANY): Include the above macros.
12345 (CODING_CATEGORY_MASK_UTF_16_BE_LE): New macro.
12346
9994cc69
GM
123472000-03-07 Gerd Moellmann <gerd@gnu.org>
12348
e9b4e5ff
GM
12349 * doc.c (Fdocumentation_property): If value is not a string,
12350 and doesn't refer to etc/DOC, evaluate it to obtain a string.
12351
f7daf1e1
GM
12352 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Don't try to
12353 close the display with XtCloseDisplay. This caused a bus error
12354 on OpenWindows.
12355
9994cc69
GM
12356 * minibuf.c (Fminibuffer_complete): Move point to ZV when input is
12357 complete but not unique.
12358
4336c705
GM
123592000-03-06 Gerd Moellmann <gerd@gnu.org>
12360
18bb0684
GM
12361 * process.c (send_process): Remove local variable `procname' that
12362 might become invalid when a GC happens. Instead, access the
12363 process name slot directly.
12364
4336c705
GM
12365 * xfns.c (x_set_menu_bar_lines_1): Adjust window's orig_top and
12366 orig_height if set.
12367
12368 * frame.c (set_menu_bar_lines_1): Adjust window's orig_top and
12369 orig_height if set.
12370
515d0d0e
EZ
123712000-03-06 Eli Zaretskii <eliz@is.elta.co.il>
12372
12373 * msdos.c (IT_note_mouse_highlight): Return immediately if frame's
12374 glyph matrices have been freed.
12375
100b3cbb
GM
123762000-03-05 Gerd Moellmann <gerd@gnu.org>
12377
50df5e5a 12378 * Makefile.in (tags): Include ../lwlib/TAGS in TAGS.
6178bc23 12379 (bootstrap-temacs): Set LC_ALL to C like for temacs.
50df5e5a
GM
12380
12381 * xfns.c (QCdata): Moved to xdisp.c.
12382
12383 * xdisp.c (QCdata): Moved here from xfns.c.
12384 (syms_of_xdisp): Initialize QCdata.
12385
12386 * frame.h (FRAME_INTERNAL_BORDER_WIDTH) [!HAVE_X_WINDOWS]: Define.
12387
12388 * window.c (coordinates_in_window): Use
12389 FRAME_INTERNAL_BORDER_WIDTH_SAFE instead of
12390 FRAME_INTERNAL_BORDER_WIDTH.
12391
100b3cbb 12392 * xdisp.c (try_window_id): Recompute unchanged information if
4336c705 12393 it is obviously invalid.
100b3cbb
GM
12394
12395 * xterm.c (x_term_init): Create a colormap if not using the
12396 default visual.
12397
12398 * xterm.h (select_visual): Change prototype.
12399
12400 * xfns.c (select_visual): Rewritten. Recognize user-specified
12401 visual classes.
12402 (visual_classes): New variable.
12403
64d739c4
GM
124042000-03-04 Gerd Moellmann <gerd@gnu.org>
12405
12406 * xfns.c (x_defined_color, x_set_mouse_color, lookup_rgb_color)
12407 (lookup_pixel_color, x_laplace, x_build_heuristic_mask)
12408 (png_load): Access colormap of frame using FRAME_X_COLORMAP.
52283633 12409 (x_decode_color): Don't handle allocation of white and black specially.
64d739c4
GM
12410 (x_window) [USE_X_TOOLKIT]: Set XtNvisual, XtNdepth, and
12411 XtNcolormap resources.
12412 (x_window) [!USE_X_TOOLKIT]: Pass colormap to XCreateWindow.
12413 (Fx_create_frame): Initialize color members of x_output structure.
12414 (xpm_load): Pass colormap to XPM lib.
12415
12416 * xfaces.c (x_free_colors): Access colormap of frame using
12417 FRAME_X_COLORMAP. Be paranoid about freeing black and white
12418 when default colormap is used.
12419
12420 * xterm.c (x_term_init): Set Colormap member of x_display_info
12421 structure. Copy colormap if resource `privateColormap' is
12422 specified (PseudoColor only).
12423 (x_setup_relief_color): Access colormap of frame using
12424 FRAME_X_COLORMAP.
12425
12426 * xterm.h (struct x_display_info): Add Colormap member `cmap'.
12427 (FRAME_X_COLORMAP, FRAME_X_VISUAL): New macros.
12428
c3cee013
JR
124292000-03-04 Jason Rumney <jasonr@gnu.org>
12430
12431 * xfaces.c Change many FRAME_X... macros to FRAME_WINDOW... or
12432 other non-platform-specific equivalents.
64d739c4 12433 [WINDOWSNT]: Include w32term.h, fontset.h and define X
c3cee013
JR
12434 specific functions and macros as their w32 equivalents where
12435 non-platform-specifics are not available.
12436 [HAVE_X_WINDOWS]: Change most of these to HAVE_WINDOW_SYSTEM.
12437 (x_create_gc, x_free_gc) [WINDOWSNT]: Add W32 versions.
12438 (clear_font_table) [WINDOWSNT]: Call w32_unload_font.
12439 (frame_update_line_height): Use macros to access f->output_data.
12440 (defined_color): Remove FIXME comments; fixed.
12441 (x_face_list_fonts, prepare_face_for_display): Put X specifics
12442 into #ifdef blocks. Add WINDOWSNT blocks.
12443 (Fx_list_fonts): Use macros for accessing font data.
12444 (set_lface_from_font_name): Different default fonts for X and
12445 WINDOWSNT.
12446 (font_scalable_p) [WINDOWSNT]: Treat wildcard XLFD_AVGWIDTH as
12447 scalable for backward compatibility.
64d739c4 12448 (realize_tty_face) [MSDOS]: Do the same for WINDOWSNT.
c3cee013
JR
12449 (syms_of_xfaces) [WINDOWSNT]: Allow scalable fonts by default.
12450
64d739c4 12451 * emacs.c (main) [HAVE_NTGUI]: Call syms_of_xfaces instead of
c3cee013
JR
12452 syms_of_w32faces.
12453
12454 * makefile.nt (w32faces.obj): Remove.
12455 (xfaces.obj): Add.
12456
807cc41c
JR
124572000-03-03 Jason Rumney <jasonr@gnu.org>
12458
12459 * keyboard.c (make_lispy_event): Call buffer_posn_from_coords with
12460 correct parameters.
12461
0007072a
KR
124622000-03-03 Ken Raeburn <raeburn@gnu.org>
12463
12464 * unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
12465 standard ELF definitions here if the system header does not.
12466
71a6ba55
GM
124672000-03-03 Gerd Moellmann <gerd@gnu.org>
12468
12469 * xterm.c (PER_CHAR_METRIC): Removed.
12470 (x_per_char_metric_1, x_default_char): New functions.
12471 (x_per_char_metric): If font's default char is invalid, return
12472 metrics of a suitably chosen usable default char.
12473 (x_draw_glyph_string_foreground): If font has an invalid default
64d739c4
GM
12474 char, replace occurrences of unprintable chars with a suitably
12475 chosen usable default char.
71a6ba55 12476
900fa1f1
GM
124772000-03-02 Gerd Moellmann <gerd@gnu.org>
12478
42f55fe0
GM
12479 * xterm.c (note_mouse_highlight): Return quickly if frame's
12480 glyph matrices have been freed.
12481
12482 * dispnew.c (free_glyphs): Block input while freeing matrices.
12483
900fa1f1
GM
12484 * xfns.c (x_clear_image, x_kill_gs_process): Use x_free_colors.
12485
52283633
SM
12486 * xterm.c (x_alloc_lighter_color, x_setup_relief_color):
12487 Use x_free_colors.
900fa1f1
GM
12488
12489 * dispextern.h (x_free_colors): Add prototype.
12490
12491 * xfaces.c (x_free_colors): New function.
12492 (unload_color, free_face_colors): Use it.
12493
2f950292
EZ
124942000-03-02 Eli Zaretskii <eliz@is.elta.co.il>
12495
12496 * msdos.h (FRAME_INTERNAL_BORDER_WIDTH): Define to zero.
12497
12498 * window.c [MSDOS]: Include msdos.h.
12499
54d04320
DL
125002000-03-02 Dave Love <fx@gnu.org>
12501
12502 * m/powerpcle.h, m/sparc.h: Don't set C_OPTIMIZE_SWITCH.
12503
12504 * m/mips-siemens.h, m/news-r6.h, m/news-risc.h, m/tekxd88.h: Don't
12505 set C_OPTIMIZE_SWITCH for gcc.
12506
0ba93ac4
KH
125072000-03-02 Kenichi Handa <handa@etl.go.jp>
12508
12509 * coding.c (coding_save_composition): Be sure to allocate
12510 composition data area in coding even if there's no composition in
12511 the current run.
12512
a2bc11d4
JR
125132000-03-01 Jason Rumney <jasonr@gnu.org>
12514
12515 * w32term.c: Equivalent changes to those made to xterm.c on
12516 2000-02-25 and 2000-02-24.
12517
12518 * w32fns.c: Equivalent changes to those made to xfns.c on
12519 2000-02-25 and 2000-02-21.
12520
12521 * sysdep.c: [WINDOWSNT]: Use sys_read and sys_write to ensure
12522 correct line-end convention is followed.
12523
12524 * w32menu.c [HAVE_BOXES]: Remove #undef.
12525 (single_keymap_panes): Remove code for simulating checkmarks.
12526 (single_menu_item): Remove notbuttons_ptr argument. Callers changed.
12527 Remove code for drawing simulated checkmarks.
12528 (w32_menu_show): make unibyte help string correctly.
12529 (add_menu_item): draw standard Windows checkmarks. Draw radio
12530 buttons as radio buttons if possible.
12531
72d19d75
GM
125322000-03-01 Gerd Moellmann <gerd@gnu.org>
12533
2df636f4
GM
12534 * sysdep.c (start_of_text): Don't define this function for NetBSD
12535 with ELF.
12536
427ec082 12537 * m/pmax.h (START_FILES, CANNOT_DUMP) [__NetBSD__ || __OpenBSD__]:
2df636f4
GM
12538 Don't define.
12539 (UNEXEC) [__NetBSD__ || __OpenBSD__]: Define to unexelf.o.
12540 (LINKER): Don't undef if __NetBSD__ is defined.
12541
12542 * m/mips.h (LINKER) [__NetBSD__ || __OpenBSD__]: Don't define.
12543
12544 * fileio.c [__NetBSD__]: Define `unix'.
12545
72d19d75
GM
12546 * xfns.c (start_busy_cursor): Allow floats for busy-cursor-delay.
12547
ed4d0512
GM
125482000-02-29 Gerd Moellmann <gerd@gnu.org>
12549
50b1039f
GM
12550 * atimer.c (start_atimer): Don't abort when timers are stopped.
12551 (append_atimer_lists): New function.
12552 (cancel_atimer, stop_other_atimers, run_all_atimers): Handle
12553 arbitrary lists of stopped and running atimers.
12554
ed4d0512
GM
12555 * atimer.c (cancel_atimer): Handle canceling an atimer when
12556 some timers are stopped.
12557
12558 * xfns.c (cancel_busy_cursor): Set busy_cursor_atimer to null
12559 after canceling it.
12560
12561 * fns.c (maybe_resize_hash_table): Handle case of new size
12562 coming out as being the same as old size.
12563
387023ee
JR
125642000-02-27 Jason Rumney <jasonr@gnu.org>
12565
12566 * makefile.nt: Add atimer.h to dependencies.
12567 * w32.c (init_environment): Set Vw32_num_mouse_buttons here.
12568 * w32console.c: Only disable window system features for dispextern.h
12569 (initialize_w32_display): Build a display info for the console.
12570 * w32faces.c (tty_defined_color): Apply xfaces.c change from 02-17.
12571 * w32fns.c (w32_wnd_proc) [WM_LBUTTON_DOWN, WM_RBUTTON_DOWN,
12572 WM_LBUTTON_UP, WM_RBUTTON_UP]: Do not treat 4 or more button mice
12573 as 2 button mice.
12574 * w32gui.h (struct W32FontStruct): Revert last change after change
12575 to xdisp.c.
12576 * w32menu.c (single_submenu): Set up help string.
12577 [!HAVE_MULTILINGUAL_MENU]: Don't overwrite item_name with descrip.
12578 (w32_dialog_show): Set up help string.
12579 * w32term.c (w32_display_info_for_display): Remove unused function.
12580 (w32_draw_bitmap): Use pre-built bitmaps.
12581 (w32_initialize_display_info): New function to initialize parts of
12582 display info that are common to both GUI and console frames.
12583 (w32_term_init): Use w32_initialize_display_info. Do not set
12584 Vw32_num_mouse_buttons here, as it is not called for console
12585 frames. Build bitmaps for indicating truncated lines etc.
12586 (x_delete_display): Destroy pre-built bitmaps.
12587 * xdisp.c (handle_single_display_prop): Use FONT_HEIGHT macro.
12588 (echo_area_display): Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM.
12589
4516715a
DL
125902000-02-27 Dave Love <fx@gnu.org>
12591
12592 * lisp.h: Add a bunch of prototypes.
12593
171ca836
KH
125942000-02-26 Kenichi Handa <handa@etl.go.jp>
12595
12596 * keyboard.c (read_char): Set `usec' correctly.
12597
4013921d
KH
125982000-02-25 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
12599
12600 * ccl.c (ccl_driver) [CCL_MapMultiple]: When the mapped value is
12601 `lambda', set reg[RRR] to the map index.
12602 (ccl_driver) [CCL_MapSingle]: When the mapped value is found, set
12603 reg[RRR] to 0. Otherwise, set it to -1.
12604
9244a058
GM
126052000-02-25 Gerd Moellmann <gerd@gnu.org>
12606
2df636f4 12607 * emacs.c (main): Remove code snippet commented out with `//'.
9244a058 12608
18e21ce8 126092000-02-25 Richard M. Stallman <rms@gnu.org>
427ec082 12610
f43d79c1
GM
12611 * fileio.c (Ffile_symlink_p): If result starts with a `/'
12612 and contains a `:', prepend `/:'.
12613
12614 * window.c (select_window_1): If selected_window is nil,
12615 don't "swap out" the buffer's point.
12616 (Fset_window_configuration): Set selected_window to nil
12617 before calling Fselect_window.
12618 (unshow_buffer): Don't set point in buffer from window's point
12619 if another more recently selected window also shows the buffer.
12620
bed0c171
GM
126212000-02-25 Gerd Moellmann <gerd@gnu.org>
12622
449c3c52
GM
12623 * keyboard.c (recursive_edit_1): Cancel busy-cursor.
12624
f5b58615
GM
12625 * xfns.c (inhibit_busy_cursor, busy_count): Removed.
12626 (Fx_show_busy_cursor, Fx_hide_busy_cursor): Removed.
52283633
SM
12627 (busy_cursor_atimer, busy_cursor_shown_p, Vbusy_cursor_delay):
12628 New variables.
f5b58615
GM
12629 (DEFAULT_BUSY_CURSOR_DELAY): New define.
12630 (start_busy_cursor, cancel_busy_cursor, show_busy_cursor)
12631 (hide_busy_cursor): New functions.
12632 (syms_of_xfns): DEFVAR_LISP Vbusy_cursor_delay.
12633
12634 * minibuf.c (read_minibuf): Cancel busy-cursor.
12635
12636 * keyboard.c (command_loop_1): Call start_busy_cursor before
12637 Fcommand_execute and cancel_busy_cursor after it.
12638 (timer_check): Remove busy-cursor code.
12639 (Fread_key_sequence, Fread_key_sequence_vector): Start/cancel busy
12640 cursor timer.
12641
12642 * process.c (wait_reading_process_input): Remove busy-cursor code.
12643
12644 * eval.c (Fsignal): Call cancel_busy_cursor instead of
12645 Fx_hide_busy_cursor.
12646
12647 * dispextern.h (Fx_show_busy_cursor, Fx_hide_busy_cursor):
12648 Remove prototyoes.
12649 (start_busy_cursor, cancel_busy_cursor): Add prototypes.
12650
12651 * lisp.h (Fx_hide_busy_cursor): Remove prototype.
12652
12653 * xterm.c (XTread_socket): Remove busy-cursor code.
12654
4eb8436f
GM
12655 * dispnew.c (flush_stdout) [GLYPH_DEBUG]: New function.
12656 (build_frame_matrix_from_leaf_window): Put code handling
12657 glyph row's not being a slice of a frame row in #if 0.
12658 (sync_window_with_frame_matrix_rows): New function.
12659 (frame_row_to_window): New function.
12660 (mirror_line_dance): Handle copies between windows.
12661
3cb65b0e
GM
12662 * lread.c (Fload): Use `xfree' instead of `free'.
12663 (init_obarray): Use `xmalloc' instead of `malloc'.
12664
bed0c171
GM
12665 * window.c (Fset_window_buffer): Set WINDOW to the window
12666 after decoding.
2add4349
GM
12667 (coordinates_in_window): Take frame's internal border width
12668 into account.
bed0c171 12669
42088c12
GM
126702000-02-24 Gerd Moellmann <gerd@gnu.org>
12671
12672 * xterm.c (x_display_and_set_cursor): Display cursor of
12673 non-selected windows depending on the setting of
12674 cursor_in_non_selected_windows.
12675
12676 * xdisp.c (cursor_in_non_selected_windows): New variable.
12677 (syms_of_xdisp): DEFVAR_BOOL it.
12678
d1e103b2
GM
126792000-02-23 Gerd Moellmann <gerd@gnu.org>
12680
723e779c
GM
12681 * data.c (Fstring_to_number): If number is greater than what
12682 fits into an integer, return a float.
12683
d1e103b2
GM
12684 * eval.c (specbind): Remove references to
12685 keyword_symbols_constant_flag.
12686
12687 * data.c (keyword_symbols_constant_flag): Removed.
12688 (Fmakunbound, set_internal, syms_of_data): Remove references to
12689 keyword_symbols_constant_flag.
12690
12691 * bytecode.c (Fbyte_code): Remove keyword_symbols_constant_flag.
12692
214f877f
KH
126932000-02-23 Kenichi Handa <handa@etl.go.jp>
12694
12695 * syntax.c (multibyte_syntax_as_symbol): New variable.
12696 (syms_of_syntax): Declare it as a Lisp variable.
12697 (SYNTAX_WITH_MULTIBYTE_CHECK): New macro.
12698 (scan_lists): If both sexpflag and multibyte_syntax_as_symbol are
12699 nonzero, treat all multibyte characters as symbol.
52283633 12700 (init_syntax_once): Give syntax `word' to all multibyte characters.
214f877f 12701
130adcb7
EZ
127022000-02-22 Eli Zaretskii <eliz@is.elta.co.il>
12703
3cb65b0e 12704 * frame.c (Fdelete_frame): Don't let echo_area_window remain on
d7d0dac0 12705 a deleted frame.
130adcb7 12706
17cbbf95
GM
127072000-02-21 Gerd Moellmann <gerd@gnu.org>
12708
12709 * frame.c (Fmouse_position): GCPRO retval instead of x and y.
12710
12711 * xfns.c (x_window_to_frame, x_any_window_to_frame)
12712 (x_non_menubar_window_to_frame): Check the busy-cursor window.
12713
beb0bc36
DL
127142000-02-21 Dave Love <fx@gnu.org>
12715
12716 * frame.c (Vmouse_position_function): New variable.
12717 (Fmouse_position): Use it.
12718 (syms_of_frame): Install it.
12719
12720 * charset.c (find_charset_in_str): Fix use of `c' instead of `c1'.
12721
1d92afcd
GM
127222000-02-20 Gerd Moellmann <gerd@gnu.org>
12723
12724 * fileio.c (Finsert_file_contents): Unbind the binding of
12725 standard-output done by temp_output_buffer_setup.
329eed9f
GM
12726
12727 * eval.c (funcall_lambda): Don't bind Qmocklisp_arguments unless
12728 Vmocklisp_arguments is nil. Inline Fcar and Fcdr.
12729 (specbind, unbind_to): Handle most common case of non-constant
12730 symbol with trivial value specially.
12731
12732 * bytecode.c (Fbyte_code) <Bvarset>: Inline most common case.
12733
18e21ce8 127342000-02-20 Richard M. Stallman <rms@gnu.org>
2d06696f
RS
12735
12736 * data.c (Fmake_variable_buffer_local): Doc fix.
12737 Init found_for_buffer to 0.
12738 (Fmake_variable_frame_local): If the variable has already
12739 been buffer-local, set the check_frame field.
12740
1d4311c3
EZ
127412000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12742
12743 * msdos.c (IT_write_glyphs): Allocate a larger screen_buf as data
12744 produced for CODING_MODE_LAST_BLOCK requires.
12745
2dc95ddd
DL
127462000-02-18 Dave Love <fx@gnu.org>
12747
12748 * keyboard.c (echo_keystrokes): Remove declaration.
12749 (Vecho_keystrokes) New variable.
12750 (read_char, record_menu_key, read_key_sequence): Use it to allow
12751 use of float value.
12752 (syms_of_keyboard): Change Vecho_keystrokes declaration.
12753
12754 * lread.c: Undef feature selection macros before defining.
12755
f0930f35
GM
127562000-02-18 Gerd Moellmann <gerd@gnu.org>
12757
12758 * data.c (let_shadows_buffer_binding_p): Ignore specbindings
12759 for symbols other than the symbol in question.
12760
e3d4de90
DL
127612000-02-17 Dave Love <fx@gnu.org>
12762
12763 * s/sol2.h (C_DEBUG_SWITCH): Define to allow optimization.
12764
0b378936
GM
127652000-02-17 Gerd Moellmann <gerd@gnu.org>
12766
d621caf7
GM
12767 * emacs.c (main): Use #if GC_MARK_STACK instead of #ifdef.
12768
0b378936
GM
12769 * alloc.c (enum mem_type): Compile unconditionally.
12770
3b451f74
EZ
127712000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12772
12773 * xfaces.c (tty_defined_color): Don't return faulire indication
12774 for unspecified-fg and unspecified-bg pseudo-colors.
12775
10689a01
GM
127762000-02-17 Gerd Moellmann <gerd@gnu.org>
12777
1216f5e4
GM
12778 * alloc.c (mark_object): Don't mark symbol names in pure space.
12779 (gc_sweep): Don't unmark symbol names in pure space.
12780
12781 * lisp.h (GC_USE_GCPROS_AS_BEFORE, GC_MAKE_GCPROS_NOOPS)
12782 (GC_MARK_STACK_CHECK_GCPROS, GC_USE_GCPROS_CHECK_ZOMBIES)
12783 [GC_MARK_STACK]: New defines.
427ec082 12784 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, UNGCPRO)
1216f5e4
GM
12785 [GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS]: Define as no-ops.
12786
12787 * emacs.c (main) [GC_MARK_STACK]: Initialize stack_base.
12788
12789 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use
12790 allocate_buffer instead of xmalloc.
12791
12792 * alloc.c (toplevel): Include setjmp.h.
12793 (PURE_POINTER_P): New define.
12794 (enum mem_type) [GC_MARK_STACK]: New enumeration.
12795 (Vdead) [GC_MARK_STACK]: New variable.
12796 (lisp_malloc): Add parameter TYPE, call mem_insert if
12797 GC_MARK_STACK is defined.
12798 (allocate_buffer): New function.
427ec082 12799 (lisp_free) [GC_MARK_STACK]: Call mem_delete.
1216f5e4
GM
12800 (free_float) [GC_MARK_STACK]: Set type to Vdead.
12801 (free_cons) [GC_MARK_STACK]: Set car to Vdead.
12802 (stack_base, mem_root, mem_z) [GC_MARK_STACK]: New variables.
12803 (MEM_NIL) [GC_MARK_STACK]: New define.
12804 (struct mem_node) [GC_MARK_STACK]: New structure.
12805 (mem_init, mem_find, mem_insert, mem_delete, mem_insert_fixup)
12806 (mem_delete_fixup, mem_rotate_left, mem_rotate_right)
12807 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
12808 (live_misc_p, live_vector_p, live_buffer_p, mark_memory)
12809 (mark_stack) [GC_MARK_STACK]: New functions.
12810 (Fgarbage_collect) [GC_MARK_STACK]: Call mark_stack.
12811 (clear_marks): Removed.
12812 (gc_sweep): Set free conses' car, free floats' type, free
12813 symbols' function to Vdead. Use lisp_free to free buffers.
12814 (init_alloc_once): Initialize Vdead.
12815 (survives_gc_p): Return non-zero for pure objects.
12816
12817 * alloc.c: Add comments throughout the file.
12818
2503c8b1
GM
12819 * atimer.c (stop_other_atimers): Don't call cancel_atimer because
12820 that unblocks alarms.
12821
8389e1e2
GM
12822 * alloc.c, bytecode.c, data.c, dispnew.c, ecrt0.c, editfns.c,
12823 emacs.c, floatfns.c, fns.c, lread.c, print.c, config.in, lisp.h,
12824 Makefile.in: Remove `LISP_FLOAT_TYPE' and `standalone'.
12825
10689a01 12826 * frame.c (make_frame): Set frame initiallly to `garbaged'.
427ec082 12827
bfc17d18
KH
128282000-02-17 Kenichi Handa <handa@etl.go.jp>
12829
4a09dee0
KH
12830 * xdisp.c (decode_mode_spec_coding): Delete superfluous code to
12831 avoid infinite error signaling. Allocate sufficient memory for
12832 eol_str in the case that eoltype is Lisp_Int.
bfc17d18 12833
2b927d02
SM
128342000-02-17 Stefan Monnier <monnier@cs.yale.edu>
12835
12836 * syntax.c (Fforward_comment): Undo the previous change, since cc-mode
12837 depends on the previous behavior.
12838
b49cb764
GM
128392000-02-16 Gerd Moellmann <gerd@gnu.org>
12840
12841 * sysdep.c (vfork) [!HAVE_VFORK]: Removed.
12842
99e95407
GM
128432000-02-15 Gerd Moellmann <gerd@gnu.org>
12844
12845 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN): Define.
12846
12847 * process.c (send_process) [BROKEN_PTY_READ_AFTER_EAGAIN]:
b49cb764 12848 Workaround for FreeBSD bug. Clear output queue after EAGAIN in
99e95407
GM
12849 write(2).
12850
6ffd3cf7
RS
128512000-02-15 Richard M. Stallman <rms@gnu.org>
12852
12853 * data.c (set_internal): Don't make variable buffer-local
12854 if within a let-binding for the same buffer.
12855 (let_shadows_buffer_binding_p): New function.
12856
12857 * eval.c (specbind): For buffer-local value,
12858 record the current buffer also.
12859 (unbind_to): Cope with that change.
12860
cad53475
GM
128612000-02-15 Gerd Moellmann <gerd@gnu.org>
12862
12863 * window.c (Fsave_window_excursion): Doc fix.
12864
1aa963c8
SM
128652000-02-15 Stefan Monnier <monnier@cs.yale.edu>
12866
12867 * syntax.c (back_comment): Make sure we only consider comment-starters
12868 of the relevant style and return -1 in case of a failure to find the
12869 beginning of the comment.
12870 (Fforward_comment): If back_comment fails, go back to the position just
12871 after the comment-end.
12872 (scan_lists): Add comment describing a very minor bug.
12873
b9b84fd3
SM
128742000-02-14 Stefan Monnier <monnier@cs.yale.edu>
12875
12876 * minibuf.c (Ftry_completion, Fall_completions): Add a reference to
12877 `completion-regexp-list' in the docstring.
12878
3a28db80
DL
128792000-02-14 Dave Love <fx@gnu.org>
12880
12881 * xfaces.c (tty_defined_color): Declare color_idx unsigned long.
12882
fb4a568d
SM
128832000-02-14 Stefan Monnier <monnier@cs.yale.edu>
12884
12885 * regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
12886 to Emacs' syntax. Also fix the comment about set/not-set meanings
12887 since Emacs syntax is not the value 0 any more.
12888 * search.c (compile_pattern_1): Remove RE_CHAR_CLASSES from the syntax
12889 since it's now part of RE_SYNTAX_EMACS.
12890
1063ebb5
DL
128912000-02-12 Dave Love <fx@gnu.org>
12892
52283633 12893 * frame.h (SELECTED_FRAME): Use NULL, not 0 to avoid warnings on Alpha.
1063ebb5 12894
fb07a302
GM
128952000-02-12 Gerd Moellmann <gerd@gnu.org>
12896
12897 * xdisp.c (syms_of_xdisp): Doc fix for scroll-conservatively.
12898
aaf2320c
DL
128992000-02-12 Dave Love <fx@gnu.org>
12900
12901 * s/aix3-2.h, s/osf-1.h: Define C_DEBUG_SWITCH for non-gcc.
12902
12903 * s/ux4800.h, s/umips.h, s/umax.h, s/sol2.h, s/sco5.h, s/rtu.h:
fb07a302
GM
12904 * s/ptx4.h, s/umax.h, s/dgux.h, s/bsd4-2.h, s/bsd4-3.h:
12905 * s/hpux.h: Don't define HAVE_VFORK.
aaf2320c
DL
12906
12907 * s/gnu-linux.h: Don't define HAVE_VFORK or HAVE_SYS_SIGLIST.
12908
12909 * s/nextstep.h: Don't define HAVE_ALLOCA.
12910
12911 * config.in: Add vfork bits.
12912
eedf8bde
GM
129132000-02-12 Gerd Moellmann <gerd@gnu.org>
12914
12915 * process.c (Fopen_network_stream) [POLL_FOR_INPUT]: Register
12916 unwind function to undo the effect of stopping atimers.
12917
52283633 12918 * keyboard.c (bind_polling_period): Stop all timers except poll_timer.
eedf8bde
GM
12919
12920 * atimer.c (stopped_atimers): New variable.
12921 (stop_other_atimers, run_all_atimers, unwind_stop_other_atimers):
12922 New functions.
12923
12924 * atimer.h (stop_other_atimers, run_all_atimers)
12925 (unwind_stop_other_atimers): Add function prototypes.
427ec082 12926
eedf8bde
GM
12927 * s/hpux10.h (HAVE_XRMSETDATABASE): Define if not already defined.
12928
8476c2f8
KR
129292000-02-11 Ken Raeburn <raeburn@gnu.org>
12930
12931 * Makefile.in (LIBX): Link in tiff library before jpeg, since tiff
12932 library may depend on jpeg.
12933 (atimer.o): Depends on atimer.c.
12934
0e85e4a3
KH
129352000-02-11 Kenichi Handa <handa@etl.go.jp>
12936
12937 * insdel.c (del_range_1): Call update_compositions.
12938 (del_range_both): Call update_compositions just once..
12939
97fa0cc8
DL
129402000-02-10 Dave Love <fx@gnu.org>
12941
12942 * xfns.c (create_frame_xic): Fix initialization of automatic
12943 aggregates for pcc.
12944
25566a3c
KH
129452000-02-09 Kenichi Handa <handa@etl.go.jp>
12946
12947 * ccl.c (CCL_MAKE_CHAR): New macro.
12948 (ccl_driver) <CCL_TranslateCharacter>: Check the validity of
12949 registers by CCL_MAKE_CHAR before calling translate_char.
12950 <CCL_TranslateCharacterConstTbl> Likewise.
12951
69da54ba
DL
129522000-02-08 Dave Love <fx@gnu.org>
12953
12954 * lread.c (__EXTENSIONS__): Define.
12955
f7136ee8
GM
129562000-02-08 Gerd Moellmann <gerd@gnu.org>
12957
12958 * puresize.h (BASE_PURESIZE): Increase to 650000.
12959
7768790b
EZ
129602000-02-07 Eli Zaretskii <eliz@is.elta.co.il>
12961
12962 * msdos.c (XMenuActivate): Turn off the cursor after displaying
12963 the help message.
12964
38fd211b
EZ
129652000-02-07 Eli Zaretskii <eliz@is.elta.co.il>
12966
12967 * s/msdos.h (INTERNAL_TERMINAL): Add capabilities se, so, us, ue,
12968 md, mh, mb, mr, and me to the fake termcap entry.
12969
66e4690f
KR
129702000-02-06 Ken Raeburn <raeburn@gnu.org>
12971
12972 * sound.c (sound_cleanup): Don't call device close routine if the
12973 function pointer is null.
12974
a75dfea0
AI
129752000-02-06 Andrew Innes <andrewi@gnu.org>
12976
12977 * dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
12978 around image definitions and prototypes.
12979 (gamma_correct) [WINDOWSNT]: New prototype.
12980
12981 * w32term.c (x_make_frame_visible): Replace call to
12982 input_poll_signal with poll_for_input.
12983
12984 * window.c [WINDOWSNT]: Include w32term.h.
12985
12986 * xdisp.c [WINDOWSNT]: Include w32term.h.
12987
12988 * makefile.nt: Add dependencies on w32gui.h.
12989 (OBJ1): Include atimer.obj.
12990 ($(BLD)\atimer.obj): New dependency rule.
12991
12992 * w32.c (sigmask): New function (does nothing).
12993 (sigunblock): Ditto.
12994
12995 * frame.c [WINDOWSNT]: Include w32term.h.
12996
12997 * w32gui.h (struct W32FontStruct): Add ascent and descent slots.
12998
12999 * lread.c (syms_of_lread): Fix literal newlines.
13000
13001 * emacs.c (USAGE): Split into USAGE1 and USAGE2, to work-around
13002 the string constant limit (2048 bytes) in MSVC.
13003 (main): Ditto.
13004
59ddecde
GM
130052000-02-05 INOUE Seiichiro <inoue@ainet.or.jp>
13006
52283633 13007 * xterm.c (x_display_and_set_cursor) [HAVE_X_I18N]: Set pre-edit area.
59ddecde
GM
13008 (x_display_cursor) [HAVE_X_I18N]: Don't set it here.
13009 (XTread_socket) [HAVE_X_I18N]: <KeyPress, KeyRelease>: Don't
13010 dispatch the event.
13011
07590973
DL
130122000-02-04 Dave Love <fx@gnu.org>
13013
13014 * fileio.c: Remove some unused vars.
13015 (_GNU_SOURCE): Define (for euidaccess).
13016
13017 * lread.c (_XOPEN_SOURCE): Declare (for ftello).
13018
13019 * minibuf.c (read_minibuf_noninteractive): Remove undeclared
13020 gcpro1, gcpro2.
13021 (read_minibuf): Deal with allow_props correctly.
13022
649351f9
EZ
130232000-02-03 Eli Zaretskii <eliz@is.elta.co.il>
13024
13025 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Enlarge to 60000.
13026
66e4690f 130272000-02-03 Ken Raeburn <raeburn@gnu.org>
f1b9c7c1
KR
13028
13029 * search.c (compile_pattern): If a cache entry has a nil regexp,
13030 fill in that entry instead of clobbering a previously cached
13031 string regexp.
13032
66e4690f 130332000-02-02 Ken Raeburn <raeburn@gnu.org>
15c9cf81
KR
13034
13035 * puresize.h (BASE_PURESIZE): Increase to 610000.
13036
d240a249
GM
130372000-02-02 Gerd Moellmann <gerd@gnu.org>
13038
13039 * frame.c (Fframe_parameters): Add GCPRO because tty_color_name
13040 can GC.
13041
ca91fb26
KH
130422000-02-02 Kenichi Handa <handa@etl.go.jp>
13043
25660570
KH
13044 * ccl.c (ccl_driver) <CCL_WriteExprRegister>: Set jump_address
13045 instead of incrementing ic directly.
13046 <CCL_WriteExprConst> Likewise.
13047 <ccl_set_expr>: Set ic to jump_address.
13048
ca91fb26
KH
13049 * fileio.c (e_write): Fix the handling of
13050 CODING_FINISH_INSUFFICIENT_SRC.
13051
2ede9689
DL
130522000-02-01 Dave Love <fx@gnu.org>
13053
13054 * editfns.c (Fpropertize): Doc fix.
13055
13056 * process.c (Fstart_process): Doc fix.
13057
13058 * eval.c: Fix various doc strings not to duplicate information
13059 from help-manyarg-func-alist.
13060
52283633 13061 * window.c (Fset_window_margins): Don't make interactive. Doc fix.
2ede9689
DL
13062
13063 * doc.c (Vhelp_manyarg_func_alist): New variable.
13064 (Fdocumentation): Use it.
13065 (syms_of_doc): Define it.
13066
b6680a0e
GM
130672000-01-31 Gerd Moellmann <gerd@gnu.org>
13068
2cb750ba
GM
13069 * xterm.c (xim_open_dpy): Remove unused local variable.
13070
52283633 13071 * emacs.c (USAGE): Use term `display options' instead of `X options'.
74e9213b
GM
13072
13073 * xdisp.c (Ftrace_to_stderr) [GLYPH_DEBUG]: New function.
13074 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
13075
b6680a0e
GM
13076 * fns.c (sweep_weak_table): New function.
13077 (sweep_weak_hash_tables): Use it. Keep on marking until there
13078 is no more change.
13079
994c5afe
GM
130802000-01-30 Gerd Moellmann <gerd@gnu.org>
13081
13082 * xterm.c (x_delete_display): Update next_noop_dpyinfo to ensure
13083 that XTread_socket does not crash by trying to call XNoOp on a
13084 closed display.
427ec082 13085
f00276e3
JR
130862000-01-30 Jason Rumney <jasonr@gnu.org>
13087
13088 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to):
13089 Change selected_frame to SELECTED_FRAME ().
13090 (w32_console_mouse_position): Remove #ifndef MULE from around
13091 `insist' parameter.
13092
13093 * makefile.nt: Remove dosfns.obj.
13094
13095 * term.c (term_init) [WINDOWSNT]: Initialize TN_max_colors.
13096
13097 * w32fns.c (w32_defined_color): Check for valid frame before
13098 applying gamma correction. Eliminate dependency on frame elsewhere.
13099 (w32_load_system_font): Switch FIXED_PITCH and VARIABLE_PITCH.
13100 (w32_to_x_font): Use resx and resy not height_in and width_in.
13101 (x_to_w32_font): Doc fix.
13102 (xlfd_strip_height): New function to strip and return font height.
13103 (w32_font_match): Compare height separately from rest of xlfd
13104 spec, using xlfd_strip_height.
13105
13106 * w32term.c (w32_term_init): Swap resx and height_in, resy and
13107 width_in. Use w32_defined_color in place of defined_color.
13108
13109 * w32faces.c: Merge more of DOS and X specifics in preparation for
13110 merge with xfaces.c.
13111 (defined_color): Remove FIXME comment.
13112 (tty_color_name): Provide w32-specific function.
13113 (realize_tty_face): Handle FACE_TTY_DEFAULT*_COLOR specially.
13114
13115 * w32console.c (turn_on_face, turn_off_face): Removed.
13116 (w32_face_attributes): New function.
13117 (Global_variables): Reduce scope where possible.
13118 (clear_frame, ins_del_lines, scroll_line): Use char_attr_normal as
13119 fill attribute.
13120 (hl_mode): Don't modify text attributes.
13121 (write_glyphs): Don't do anything if len <= 0. Use
13122 w32_face_attributes to get attributes for drawing. Write
13123 terminating codes using char_attr_normal.
13124 (reset_terminal_modes, set_terminal_modes): Turn off highlight.
13125 (update_begin, update_end): Likewise.
13126 (vga_stdcolor_name): New function.
13127 (initialize_w32_display): Remove char_attr_reverse and char_attr.
13128 (Fset_screen_color): Remove char_attr_reverse.
13129
b08e8bb2
GM
131302000-01-29 Gerd Moellmann <gerd@gnu.org>
13131
13132 * xfns.c (xic_set_preeditarea): Take window parameter and
13133 window-relative pixel-positions.
13134
13135 * xterm.c (x_display_cursor): Set XIC pre-edit area only if window
13136 is its frame's selected window.
13137 (xim_instantiate_callback): Likewise.
13138
13139 * xfns.c (x_create_im): Removed.
13140 (DEFAULT_STYLE, DEFAULT_FONT): Removed.
13141 (supported_xim_styles): Renamed from supported_styles.
13142 (best_xim_style): Renamed from best_style.
13143 (create_frame_xic): Renamed from xic_create_frame.
13144 (free_frame_xic): Renamed from xic_destroy_frame.
427ec082 13145
b08e8bb2
GM
131462000-01-29 INOUE Seiichiro <inoue@ainet.or.jp>
13147
13148 * xterm.c (XTread_socket) [HAVE_X_I18N]: If event is for none of
13149 our frames, call XFilterEvent with 2nd parameter `None'.
13150 (XTread_socket) <KeyPress> [HAVE_X_I18N]: Handle XmbLookupString
13151 returning XBufferOverflow.
52283633 13152 (XTread_socket) <ConfigureNotify> [HAVE_X_I18N]: Set XIC status area.
b08e8bb2
GM
13153 (x_display_cursor) [HAVE_X_I18N]: Set XIC pre-edit area.
13154 (x_new_fontset) [HAVE_X_I18N]: Create XIC status area fontset.
13155 (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback)
13156 (xim_initialize, xim_close)
13157 [HAVE_X_I18N && HAVE_X11R6]: New functions.
13158 (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame.
13159 (x_term_init) [HAVE_X_I18N]: Call xim_initialize.
13160 (x_delete_display) [HAVE_X_I18N]: Call xim_close.
13161
13162 * xterm.h (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
13163 and `xim_styles'.
13164 (struct x_output) [HAVE_X_I18N]: Remove member `xim', add
13165 `xic_style' and `xic_xfs'.
13166 (FRAME_MENUBAR_HEIGHT, FRAME_X_XIM, FRAME_X_XIM_STYLES)
13167 (FRAME_XIC_STYLE, FRAME_XIC_FONTSET): New macros.
13168 (FRAME_XIM): Removed.
13169
13170 * xfns.c (supported_styles): New variable.
13171 (DEFAULT_STYLE, DEFAULT_FONT): New macros
13172 (xic_create_xfontset, best_style, xic_create_frame)
13173 (xic_destroy_frame, xic_set_preeditarea, xic_set_statusarea)
13174 (xic_set_xfontset): New functions.
13175
142e109c
DL
131762000-01-28 Dave Love <fx@gnu.org>
13177
13178 * s/irix6-5.h: Revert last change after change to irix5-0.h.
13179
13180 * m/iris4d.h (C_SWITCH_MACHINE): Don't use -G0.
13181
b02786f9
GM
131822000-01-28 Gerd Moellmann <gerd@gnu.org>
13183
d060bc9f
GM
13184 * buffer.c (Fother_buffer): Don't call Fset_buffer_major_mode
13185 for *scratch* if it already existed.
13186
b02786f9
GM
13187 * emacs.c (USAGE): New macro.
13188 (main): Use it to display usage information.
13189
2c52d7e4
EZ
131902000-01-27 Eli Zaretskii <eliz@is.elta.co.il>
13191
13192 Support for the menu-help feature:
13193
52283633 13194 * msdos.h: Change prototypes of XMenuAddSelection and XMenuActivate.
2c52d7e4
EZ
13195
13196 * msdos.c (IT_clear_end_of_line): Print the extent of the cleared
13197 part of the line to the termscript file.
13198 (IT_clear_to_end): Clear the entire line, not just its beginning.
13199 (menu_help_message, prev_menu_help_message): New variables.
13200 (IT_menu_make_room): Make room for the help_text member.
13201 (IT_menu_display): New argument disp_help; all callers changed.
13202 If disp_help is non-zero, store the help text of the active menu
13203 item in menu_help_message.
13204 (XMenuAddPane): Initialize the help_text member to NULL.
13205 (XMenuAddSelection): New argument help_text. Store it in the
13206 XMenu structure.
13207 (XMenuActivate): New argument help_callback. If the value of
13208 menu_help_message has changed since the last time, display the
13209 menu help message text while waiting for the mouse to move. Clear
13210 the echo area before exiting.
13211 (XMenuDestroy): Free the help_text member.
13212
ffe0bcd1
GM
132132000-01-27 Gerd Moellmann <gerd@gnu.org>
13214
13215 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT]: Pass help to
13216 XMenuAddSelection. Pass help callback to XMenuActivate.
13217 (menu_help_callback) [!USE_X_TOOLKIT]: New function.
13218
50dbd23f
EZ
132192000-01-27 Eli Zaretskii <eliz@is.elta.co.il>
13220
13221 * atimer.c (start_atimer) [!HAVE_SETITIMER]: Use EMACS_SET_SECS
13222 and EMACS_SET_USECS.
13223
f5941bf8
GM
132242000-01-26 Dave Love <fx@gnu.org>
13225
6c67ddee
DL
13226 * editfns.c (Fchar_after, Fchar_before): Doc fix.
13227
f5941bf8
GM
13228 * bytecode.c (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where
13229 an error may be signalled.
13230
9e49c990
GM
132312000-01-26 Gerd Moellmann <gerd@gnu.org>
13232
fc3cb460
GM
13233 * s/irix6-5.h [__GNUC__ && __GNUC_MINOR__ >= 95]: Undef
13234 LD_SWITCH_SYSTEM inherited from irix5-0.h.
13235
9e49c990
GM
13236 * bytecode.c (Fbyte_code) [BYTE_CODE_SAFE]: Fix typo.
13237
d0c037d8
GM
132382000-01-25 Gerd Moellmann <gerd@gnu.org>
13239
13240 * charset.c (Fstring): If there is a multibyte char among
13241 the args, always return a multibyte string.
13242
e12489f9
GM
132432000-01-25 Gerd Moellmann <gerd@gnu.org>
13244
13245 * sysdep.c (sys_select): Turn atimers off and on instead of
13246 recording and restoring old alarm handler
13247
13248 * process.c (toplevel): Include atimer.h.
13249 (create_process_1): Rewritten.
13250 (create_process): Use atimers instead of alarm.
13251 (wait_reading_process_input) [hpux]: Turn atimers off instead
13252 of turning off SIGALRM.
13253 (wait_reading_process_input): Turn off atimers instead off
13254 calling stop_polling.
13255
13256 * emacs.c (main): Call init_atimer.
13257
13258 * keyboard.c (toplevel): Include systime.h and atimer.h.
13259 (polling_for_input): Removed because unused.
13260 (input_poll_signal) [POLL_FOR_INPUT]: Removed.
13261 (poll_timer): New variable.
13262 (poll_for_input, poll_for_input_1): New functions.
13263 (start_polling, stop_polling): Rewritten.
13264
13265 * keyboard.h (polling_for_input): Removed.
427ec082 13266
e12489f9
GM
13267 * atimer.h, atimer.c: New files.
13268
13269 * Makefile.in (obj): Add atimer.o.
13270 (atimer.o): New target.
13271
13272 * blockinput.h (pending_atimers): Add extern declaration.
13273 (UNBLOCK_INPUT): Rewritten. Handle pending atimers.
13274
13275 * lisp.h (popup_activated_flag): Add extern declaration.
13276
13277 * xmenu.c (popup_activated_flag): Make externally visible.
52283633 13278 (popup_activate_callback) [USE_MOTIF]: Increment popup_activated_flag.
e12489f9
GM
13279 (popup_deactivate_callback) [USE_MOTIF]: Decrement it.
13280
13281 * xterm.c (toplevel): Include atimer.h.
13282 (toolkit_scroll_bar_interaction): New variable.
13283 (Fxt_process_timeouts): Removed.
13284 (x_process_timeouts): New function.
13285 (xt_action_hook): Clear toolkit_scroll_bar_interaction.
13286 (x_send_scroll_bar_event): Set toolkit_scroll_bar_interaction.
13287 (x_make_frame_visible): Call poll_for_input_1 instead of
13288 input_poll_signal. Don't call alarm.
13289 (x_initialize): Install timer calling x_process_timeouts.
427ec082 13290
1e5279b9
DL
132912000-01-24 Dave Love <fx@gnu.org>
13292
6c67ddee 13293 * s/irix5-0.h: Don't set LD_SWITCH_SYSTEM -- we use unexelf now.
1e5279b9
DL
13294 Don't use -cckr -- apparently not now necessary.
13295
edf6aeb8
EZ
132962000-01-24 Eli Zaretskii <eliz@is.elta.co.il>
13297
13298 * msdos.c (IT_menu_display): Truncate long menu lines at the right
13299 screen boundary.
13300
9badad41
JR
133012000-01-23 Jason Rumney <jasonr@gnu.org>
13302
13303 * w32fns.c (w32_defined_color): Apply gamma correction before
13304 trying to map to the palette.
13305 (w32_wnd_proc) [WM_ERASE_BACKGROUND]: Pass device context of frame
13306 to w32_clear_rect.
13307
13308 * w32term.c (w32_fill_rect): Do not try to deal with NULL hdc
13309 here. Callers changed to always pass real device context.
13310 (w32_draw_bitmap): Likewise.
13311 (w32_get_glyph_overhangs): Likewise.
52283633 13312 (w32_draw_box_rect): Make use of s->hdc rather than getting a new one.
9badad41
JR
13313 (w32_set_vertical_scroll_bar): Pass correct HWND parameters to
13314 pfnSetScrollInfo and SetScrollRange.
13315 (x_get_char_face_and_encoding): Don't turn iso8859-1 characters
13316 back into MULE characters after decoding them.
13317 (x_get_glyph_face_and_encoding): Likewise.
13318 (w32_per_char_metric): Use GetCharExtentPoint32W as fallback when
13319 GetCharABCWidthsW fails, since this is defined on Windows 9x.
13320 (x_produce_glyphs): Calculate per char metrics for a character
13321 that we know exists in default font when font_not_found_p is true.
13322
63bd786b
JR
133232000-01-22 Jason Rumney <jasonr@gnu.org>
13324
13325 * makefile.nt (intervals.obj, composite.obj): New modules.
13326 (composite.h): Added as dependency where appropriate.
13327
13328 * w32gui.h (XGCValue): New struct for emulating X GCs.
13329
13330 * w32term.h (XCharStruct): New struct for emulating X.
13331
13332 * w32console.c (turn_on_face, turn_off_face): New functions.
13333 (change_line_highlight): New prototype for new redisplay.
13334 (write_glyphs): Support multibyte text. Support faces.
13335
52283633 13336 * w32faces.c: Complete rewrite for new redisplay based on new xfaces.c.
63bd786b
JR
13337
13338 * w32fns.c: Use SELECTED_FRAME macro in place of selected_frame
13339 throughout. struct frame * in place of FRAME_PTR.
13340 Skeleton support for images, toolbars, tooltips from xfns.c.
52283633 13341 (Fx_create_frame): Use system default for default scroll bar width.
63bd786b
JR
13342 (w32_get_arg): Renamed from x_get_arg.
13343 (Fx_file_dialog): New function.
13344 (w32_list_fonts): Check cache before asking system.
13345 (Vw32_enable_synthesized_fonts): New variable.
13346 (Vw32_enable_italics): Obsolete, removed.
13347
13348 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to):
13349 Use SELECTED_FRAME macro.
13350
13351 * w32menu.c: Add skeleton support for help strings on menus.
13352 (add_menu_item): Native checkbox and radio support added, but not
13353 yet enabled due to bugs.
13354 (push_menu_item): Add parameters type, selection and help.
13355 Callers updated.
13356 Formatting changes to reduce unnecessary diffs with xmenu.c.
13357
13358 * w32select.c (Fw32_set_clipboard_data): Update call to
13359 find_charset_in_str.
13360
13361 * w32term.c: Complete rewrite for new redisplay based on new
13362 xterm.c with necessary sections merged back in from old w32term.c.
13363
6ffd3cf7 133642000-01-21 Richard M. Stallman <rms@gnu.org>
b50c9214
RS
13365
13366 * data.c (set_internal): Further fix in same criterion.
13367
6ffd3cf7 133682000-01-20 Richard M. Stallman <rms@gnu.org>
8cc95642
RS
13369
13370 * data.c (set_internal): Fix the criteria for whether
13371 to swap out the old cached binding.
13372
60af03f1
DL
133732000-01-19 Dave Love <fx@gnu.org>
13374
13375 * lread.c: (syms_of_lread) [user-init-file]: Doc change.
13376
f9be074f
KH
133772000-01-18 Kenichi Handa <handa@etl.go.jp>
13378
13379 * regex.c (re_compile_fastmap): While checking a range table for
13380 `charset', skip flag bits for a character class correctly.
13381
52b8dbf9
GM
133822000-01-17 Gerd Moellmann <gerd@gnu.org>
13383
d36100c9
GM
13384 * m/news-risc.h (LD_SWITCH_MACHINE): Define differently for GCC.
13385
52283633 13386 * xfns.c (x_window): Call lw_create_widget with new parameter list.
52b8dbf9
GM
13387
13388 * widget.c (EmacsFrameSetCharSize): Change size of children first
52283633 13389 because of problems with main window geometry management under Lesstif.
52b8dbf9
GM
13390
13391 * xmenu.c (enum menu_item_idx): New enumeration replacing defines
13392 MENU_ITEMS_ITEM_.*.
13393 (MENU_ITEMS_ITEM_HELP): New enumerator.
13394 (push_menu_item): Add parameter HELP. Record help in menu_items.
13395 (single_menu_item, single_submenu, list_of_items): Call
13396 push_menu_item with new parameter.
13397 (single_submenu): Set help string in widget value.
13398 (menu_highlight_callback): New function.
13399 (set_frame_menubar): Call lw_create_widget with new
13400 parameter list.
13401 (xmenu_show, xdialog_show): Ditto.
13402
3139018f
GM
134032000-01-13 Gerd Moellmann <gerd@gnu.org>
13404
13405 * sound.c (Fplay_sound): Improve doc string.
13406
83c8f461
RS
134072000-01-11 Richard M. Stallman <rms@gnu.org>
13408
13409 * lisp.h (set_internal): Enter the new arg.
13410
13411 * eval.c (specbind): Record buffer-local variables specially,
13412 indicating which buffer's binding was saved.
13413 (unbind_to): Restore buffer-local variables specially
13414 in the proper buffer.
13415
13416 * data.c (set_internal): New arg BUF.
427ec082 13417
83c8f461
RS
13418 * eval.c (specbind, unbind_to): Pass new arg to set_internal.
13419 * data.c (Fset): Pass new arg to set_internal.
13420 * bytecode.c (Fbyte_code): Pass new arg to set_internal.
427ec082 13421
1fab1775
GM
134222000-01-11 Gerd Moellmann <gerd@gnu.org>
13423
52283633 13424 * .gdbinit: Adapt to new strings. Add xbacktrace, xreload, xprintsym.
1fab1775 13425
83c8f461 134262000-01-11 Richard M. Stallman <rms@gnu.org>
6f59462e
RS
13427
13428 * minibuf.c (Ftry_completion): Doc fix.
13429
7a85e4df
GM
134302000-01-11 Gerd Moellmann <gerd@gnu.org>
13431
13432 * keyboard.c (Fclear_this_command_keys): Clear recent_keys
13433 vector, too.
13434
a970dae4
AS
134352000-01-11 Andreas Schwab <schwab@suse.de>
13436
13437 * coding.c (code_convert_region): Initialize total_skip.
13438
c65d14ee
DL
134392000-01-08 Dave Love <fx@gnu.org>
13440
13441 * eval.c (Fuser_variable_p): Check customizability too.
13442
834938d2
GM
134432000-01-07 Gerd Moellmann <gerd@gnu.org>
13444
13445 * minibuf.c (Fcompleting_read): Doc fix.
13446
e0303cd6
GM
134472000-01-05 Gerd Moellmann <gerd@gnu.org>
13448
8a26744b
GM
13449 * s/freebsd.h (C_SWITCH_SYSTEM): Add -I /usr/local/include and
13450 -L /usr/local/lib.
13451
e0303cd6
GM
13452 * xfns.c (x_create_im): New function to set IM and IC of a frame.
13453 Check that input style is supported before trying to create an
13454 IC for it.
13455 (x_window): Call x_create_im.
427ec082 13456
2e471eb5
GM
134572000-01-04 Gerd Moellmann <gerd@gnu.org>
13458
560a7bd2
GM
13459 * xfns.c (current_gif_memory_src): New variable.
13460 (gif_load): Record the address of the current memory source
13461 in current_gif_memory_src.
13462 (gif_read_from_memory): Use current_gif_memory_src.
13463
f9ee84a3
GM
13464 * systime.h (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME): Give
13465 macros statement form.
13466
d1299cde
GM
13467 * sound.c (struct sound): Renamed from struct sound_file.
13468 (struct sound): Add members `data' and `header_size'.
13469 (enum sound_attr): Add SOUND_DATA.
13470 (current_sound, current_sound_device): Variables renamed from
13471 sound_file and sound_device.
13472 (parse_sound): Parse :data.
13473 (parse_sound): Handle sound data in strings.
13474 (find_sound_type): Function renamed from find_sound_file_type.
427ec082 13475 (wav_init, au_init): Fail if sound's header_size is smaller than
d1299cde
GM
13476 needed header size.
13477 (wav_play, au_play): Play sounds from string data.
13478
2e471eb5
GM
13479 * puresize.h (BASE_PURE_SIZE): Increase to 600000.
13480
13481 * lisp.h: Add prototype for allocate_string_data.
13482
52283633 13483 * alloc.c (Fgarbage_collect): Return number of live and free strings.
2e471eb5
GM
13484
13485 * alloc.c (mark_buffer): Remove code in #if 0.
13486 (gc_sweep): Ditto.
13487 (UNMARK_BALANCE_INTERVALS): Give the macro statement form.
13488 (strings_consed): New variable.
13489 (allocate_string): Set it.
13490 (syms_of_alloc): Add DEFVAR_INT for strings_consed.
13491 (Fmemory_use_counts): Return strings_consed. Use Flist.
13492
13493 * alloc.c: General cleanup in comments etc. Remove conditional
13494 compilation for `standalone'.
13495
13496 * lisp.h (struct Lisp_String): Make DATA member `unsigned char *'.
13497
13498 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P):
13499 (GC_STRING_BYTES, GC_STRING_CHARS): New macros.
13500 (DONT_COPY_FLAG): Removed.
13501 (SBLOCK_SIZE, LARGE_STRING_BYTES): New macros.
13502 (struct sdata, struct sblock): New
13503 (struct string_block): Rewritten.
13504 (STRINGS_IN_STRING_BLOCK): New macro.
13505 (oldest_sblock, current_sblock, total_strings, total_free_strings)
13506 (large_sblocks, string_blocks, string_free_list): New variables.
13507 (NEXT_FREE_LISP_STRING, SDATA_OF_STRING, SDATA_SIZE): New macros.
13508 (init_strings): Rewritten.
13509 (allocate_string, allocate_string_data, compact_small_strings)
13510 (free_large_strings, sweep_strings): New functions.
13511 (STRING_BLOCK_SIZE, STRING_BLOCK_OUTSIZE)
13512 (struct string_block_head, current_string_block)
13513 (first_string_block, large_string_blocks, STRING_FULLSIZE)
13514 (STRING_PAD): Removed.
13515 (make_uninit_multibyte_string, make_pure_string): Rewritten.
13516 (Fgarbage_collect): Don't set mark bit in large strings.
13517 (mark_object): Mark strings differently. Mark symbol names
13518 differently.
13519 (survives_gc_p): Test marked strings differently.
427ec082 13520 (gc_sweep): Sweep strings differently, unmark strings in
2e471eb5
GM
13521 symbol names.
13522 (compact_strings): Removed.
13523
42608ba8
EZ
135242000-01-04 Eli Zaretskii <eliz@is.elta.co.il>
13525
13526 * xfaces.c (syms_of_xfaces): defsubr Scolor_gray_p and
13527 Scolor_supported_p even if HAVE_X_WINDOWS is not defined.
13528
e0a09e1a
KH
135292000-01-04 Kenichi Handa <handa@etl.go.jp>
13530
dd9f0750 13531 * fileio.c (Finsert_file_contents): Signal error if visiting file
427ec082 13532 in a non-empty buffer.
dd9f0750 13533
3c0f3b15 13534 * term.c (encode_terminal_code): Fix the previous change.
e0a09e1a 13535
44cd3ae5
GM
135362000-01-03 Gerd Moellmann <gerd@gnu.org>
13537
13538 * xfaces.c (syms_of_xfaces): Change Sface_color_gray_p to
13539 Scolor_gray_p, Sface_color_supported_p to Scolor_supported_p.
13540
13541 * s/hpux9.h (NO_EDITRES): Define even if HAVE_LIBXMU.
13542
c182a70f
EZ
135432000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13544
13545 * xdisp.c (handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: No
13546 need to test for MSDOS frames.
13547
24480d5b
EZ
135482000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13549
13550 * dosfns.c (unspecified_colors): Remove.
13551 (msdos_stdcolor_idx): Use global variables unspecified_fg and
13552 unspecified_bg.
13553 (msdos_stdcolor_name): Return strings for unspecified fore- and
13554 back-ground colors.
13555
13556 * xfaces.c (Qunspecified_fg, Qunspecified_bg): Remove.
aaf2320c 13557 (syms_of_xfaces): Remove their staticpro's.
24480d5b
EZ
13558 (tty_color_name): Return Lisp strings for unspecified fore- and
13559 back-ground colors.
13560 (Finternal_set_lisp_face_attribute): Remove the special treatment
13561 for Qunspecified_{f,b}g.
52283633 13562 (realize_default_face): Replace Qunspecified_{f,b}g with a Lisp string.
24480d5b 13563
047f434a
GM
135642000-01-03 Gerd Moellmann <gerd@gnu.org>
13565
13566 * xdisp.c (reseat_at_next_visible_line_start): Position before
13567 newline only if ending up on a newline.
13568 (next_element_from_ellipsis): Return success. Handle case of
52283633 13569 displaying no ellipsis. Fix case of ellipsis defined in display table.
047f434a
GM
13570 (next_element_from_buffer): Return 0 if next_element_from_ellipsis
13571 returns 0.
13572
d684c676
EZ
135732000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13574
13575 * xfaces.c (Fcolor_gray_p): Renamed from face-color-gray-p.
13576 (Fcolor_supported_p): Renamed from face-color-supported-p.
13577
5fe1d139
EZ
135782000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13579
13580 * xfaces.c (tty_defined_color): Pass frame to tty-color-desc. The
13581 list of colors renamed to tty-defined-color-alist.
13582 (tty_color_name): Pass the frame to tty-color-by-index.
13583 (realize_tty_face): tty-color-alist is now a function which
13584 accepts the frame as argument.
13585
52283633 13586 * term.c (Ftty_display_color_p): Accept an optional argument FRAME.
5fe1d139 13587
816be8b8
EZ
135882000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13589
13590 * term.c (insert_glyphs): Pass glyph, not &glyph, to
13591 encode_terminal_code.
13592
b635321e
EZ
135932000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13594
13595 * dispnew.c (mode_line_string): Support termcap frames as well.
13596
9b784e96
GM
135972000-01-01 Gerd Moellmann <gerd@gnu.org>
13598
27189709
GM
13599 * syntax.c (Fforward_word): Undo previous change.
13600
13601 * editfns.c (Fconstrain_to_field): Don't constrain if
13602 inhibit-field-text-motion is non-nil.
13603 (Fline_beginning_position): Undo previous change.
13604 (Fline_end_position): Ditto.
13605
13606 * syntax.c (Fforward_word): Notice field boundaries only if
13607 inhibit-field-text-motion is nil.
13608
13609 * lisp.h: Add extern declaration for Vinhibit_field_text_motion.
13610
13611 * editfns.c (Vinhibit_field_text_motion): New variable.
13612 (inhibit-field-text-motion): New DEFVAR_LISP.
13613 (Fline_beginning_position, Fline_end_position): Notice field
13614 boundaries only if inhibit-field-text-motion is nil.
13615
45158a91
GM
13616 * xfns.c (x_create_x_image_and_pixmap): Remove parameter FILE.
13617 All calls adjusted.
13618 (x_build_heuristic_mask): Likewise.
13619 (xbm_load_image_from_file): Change error output.
13620 (xbm_load, xpm_load, pbm_load, png_load, jpeg_load, tiff_load)
13621 (gif_load, gs_load, x_kill_gs_process): Ditto.
13622
9b784e96
GM
13623 * xfns.c (gif_load): Avoid sign extension and thus out of bounds
13624 color indices when accessing raster pixels.
63cec32f
GM
13625 (gif_image_p, png_image_p, jpeg_image_p, tiff_image_p): Allow only
13626 one of :file or :data.
13627 (enum pbm_keyword_index): Add PBM_DATA.
13628 (pbm_format): Add :data.
13629 (pbm_image_p): Allow either :file or :data.
13630 (pbm_read_file): New function.
13631 (pbm_scan_number): Rewritten to read from string.
13632 (pbm_load): Support :data.
9b784e96 13633
2cb085db 13634See ChangeLog.8 for earlier changes.
6922b018
KH
13635
13636;; Local Variables:
49b3bd82 13637;; coding: iso-2022-7bit
6922b018 13638;; End:
2a34a036
GM
13639
13640 Copyright (C) 2001 Free Software Foundation, Inc.
13641 Copying and distribution of this file, with or without modification,
13642 are permitted provided the copyright notice and this notice are preserved.