1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-01 02:31:23 -07:00
Commit graph

2191 commits

Author SHA1 Message Date
Pavel Janík
a8818eb978 Don't define max. 2001-10-24 06:32:53 +00:00
Pavel Janík
996fee11d7 Don't define max.
(create_process): Remove unused variable `buffer'.
2001-10-24 06:30:19 +00:00
Gerd Moellmann
496e1a5b3d (Finternal_set_lisp_face_attribute): Fix compilation
error.
2001-10-23 18:42:35 +00:00
Eli Zaretskii
5905ae8b23 *** empty log message *** 2001-10-23 17:27:23 +00:00
Gerd Moellmann
c51488cde5 *** empty log message *** 2001-10-23 16:16:06 +00:00
Pavel Janík
fc11dff097 Use more descriptive entries. 2001-10-23 15:09:09 +00:00
Gerd Moellmann
24db49fb9e *** empty log message *** 2001-10-23 14:09:20 +00:00
Eli Zaretskii
f0487f056a *** empty log message *** 2001-10-23 12:46:40 +00:00
Gerd Moellmann
f0a48a01ad (x_draw_glyphs): Remove parameters READ_START and
REAL_END.  Notice if cursor gets overwritten.
(notice_overwritten_cursor): Take X positions as parameters.
(x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
around call to x_draw_glyphs.
2001-10-23 12:05:01 +00:00
Pavel Janík
a50a10a02d (modify-syntax-entry): Fix argument names (use CHAR instead of C) and usage. 2001-10-23 12:01:58 +00:00
Gerd Moellmann
8738febd7b (display_line): For a tab continued to the next line,
set row's ends_in_middle_of_char_p.
2001-10-23 10:02:19 +00:00
Gerd Moellmann
653c329be8 (display_line): Fix computation of continuation lines
width for TABs.
2001-10-22 14:53:30 +00:00
Pavel Janík
7ba51063be (build_desired_tool_bar_string): Remove unused variable `Qlaplace'. 2001-10-22 13:24:08 +00:00
Pavel Janík
f958c5ac2f Remove unused code. 2001-10-22 06:26:52 +00:00
Miles Bader
eb3602912a (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
(DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
Remove `DOC_STRINGS_IN_COMMENTS' cases.
2001-10-22 01:10:13 +00:00
Jason Rumney
98515cf03b (x_erase_phys_cursor): Remove inverse_p. 2001-10-21 21:23:03 +00:00
Jason Rumney
4fdd691b32 *** empty log message *** 2001-10-21 18:49:20 +00:00
Gerd Moellmann
6aa97356aa *** empty log message *** 2001-10-21 17:41:43 +00:00
Eli Zaretskii
93026d88c2 (Fml_if, Fml_provide_prefix_argument)
(Finsert_string): Avoid the multi-line string literals warning.
2001-10-21 16:55:26 +00:00
Jason Rumney
c169b8f145 *** empty log message *** 2001-10-21 16:23:07 +00:00
Miles Bader
c9a95b7902 *** empty log message *** 2001-10-21 15:34:22 +00:00
Miles Bader
a3b10252a6 *** empty log message *** 2001-10-21 14:44:58 +00:00
Pavel Janík
888ebd132e (Finsert_file_contents): Remove unused variable `gap_size'. 2001-10-21 13:28:46 +00:00
Pavel Janík
c6f73eec53 *** empty log message *** 2001-10-21 12:23:10 +00:00
Jason Rumney
3cf3436ebc (Fx_file_dialog): Pass a filter to GetOpenFileName.
Sync with xfns.c:
(x_laplace_read_row, x_laplace_write_row): Removed.
(postprocess_image): New function.
(lookup_image): Call it for all image types except PostScript.
(x_kill_gs_process): Call postprocess_image.
(tiff_error_handler, tiff_warning_handler): New functions.
(tiff_load): Install them as handlers.
(x_kill_gs_process): Recognize if someone has cleared the image
cache under us.
(valid_image_p): Protect better against invalid image
specifications.  Previous code could signal an error.
(Fx_hide_tip, Fshow_tip): Doc fix.
(Fv_max_tooltip_size): New variable.
(syns_of_xfns): DEFVAR_LISP it.
(Fx_show_tip): Add parameter TEXT.  Set the tip frame's root
window buffer to *tip* right after creating the frame. Set frame's
window_width.  Use a maximum tooltip size specified by
Vx_max_tooltip_size, if that has valid contents.
(compute_tip_xy): Add parameters WIDTH and HEIGHT.
Make sure the tooltip is completely visible.
(x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
(Fx_create_frame): Adjust the frame's height for presence
of the tool bar before calling x_figure_window_size.
(x_set_tool_bar_lines): Clear the tool bar window's current matrix
when the window gets smaller.
(x_set_foreground_color): Set frame's cursor_pixel.
(x_set_foreground_color, x_set_background_color): Cleaned up.
(x_set_font): Handle case of x_new_fontset returning the same name
as before, although there was a change in fontsets.
2001-10-21 11:45:21 +00:00
Miles Bader
386ca3619c *** empty log message *** 2001-10-21 10:25:36 +00:00
Gerd Moellmann
71431a0ea1 *** empty log message *** 2001-10-21 09:04:46 +00:00
Pavel Janík
03be269465 (Finsert_abbrev_table_description): Reindent. 2001-10-21 08:52:17 +00:00
Pavel Janík
14ff1ee0a4 Change doc-string comments to new style' [w/doc:' keyword]. 2001-10-21 07:29:22 +00:00
Pavel Janík
fdb82f9337 Change doc-string comments to new style' [w/doc:' keyword]. 2001-10-20 20:56:10 +00:00
Pavel Janík
c0a53abba1 (invisible_text_between_p): Put prototype inside #if 0 because unused. 2001-10-20 20:52:22 +00:00
Pavel Janík
39f624fabd Change doc-string comments to new style' [w/doc:' keyword]. 2001-10-20 15:11:10 +00:00
Miles Bader
54800acbf3 (TN_standout_width, TF_xs, TN_magic_cookie_glitch_ul): Variables removed.
(term_init): Don't set them.
Turn off any standout/underline modes that require magic cookies.
(ins_del_lines, highlight_if_desired, background_highlight)
(turn_on_highlight, turn_off_highlight, reset_terminal_modes):
Remove special processing for magic-cookie standout modes.
(turn_off_face, turn_on_face): Remove special processing for
underline magic-cookie glitch.
2001-10-20 10:33:48 +00:00
Miles Bader
abcce93ae3 (IT_reassert_line_highlight, IT_change_line_highlight): Functions removed.
(internal_terminal_init): Don't set reassert_line_highlight_hook
or change_line_highlight_hook.
(highlight): Variable removed.
(IT_set_face, IT_update_begin, IT_update_end, IT_set_terminal_modes):
Don't set or use it.
2001-10-20 05:55:56 +00:00
Richard M. Stallman
0b5f679f6d *** empty log message *** 2001-10-19 23:33:29 +00:00
Gerd Moellmann
5a4a5bd47d *** empty log message *** 2001-10-19 11:31:35 +00:00
Miles Bader
b57c2708f0 (text_property_stickiness): Non-rear-non-stickiness doesn't take
precedence if the affected property's value is nil.

(Fencode_time): Escape a BOL paren in the doc-string.
2001-10-19 07:08:29 +00:00
Miles Bader
79f1f96cb1 *** empty log message *** 2001-10-19 06:26:06 +00:00
Stefan Monnier
ef879104ac (current_minor_maps): `override' only shadows its
correspondent in minor-mode-map-alist, not the whole tail.
2001-10-18 22:14:45 +00:00
Stefan Monnier
3090347973 *** empty log message *** 2001-10-18 22:13:21 +00:00
Andrew Innes
97f4db8c94 (fs_load_font) [WINDOWSNT && _MSC_VER]: Disable
optimization.  The fontp->encoding array was not being initialized
correctly when compiled with optimizations by MSVC.
2001-10-18 16:23:14 +00:00
Gerd Moellmann
e6b70fd82e (display_line): Indicate empty lines in active
mini-window.
2001-10-18 08:47:12 +00:00
Andrew Innes
0e804d381c (w32_encode_char): Get cached codepage from font_info,
rather than working it out by calling w32_codepage_for_font for
every glyph.
2001-10-17 17:48:44 +00:00
Andrew Innes
66e5868ae1 (w32_read_socket): Determine clipping rectangle for
the entire frame, including areas covered by scrollbars and the
menubar.  This avoids internal arguments about whether a frame is
fully obscured or not.
2001-10-17 17:19:27 +00:00
Gerd Moellmann
23e8bd8665 (try_window_id): Undo last change. Give up if
window ends in strings.
2001-10-17 15:29:12 +00:00
Gerd Moellmann
9c6ba6d10c (try_window_id): Don't display lines after the window
end if the rest of the window after the window end was already
blank.
2001-10-17 14:05:34 +00:00
Gerd Moellmann
15b00083c2 *** empty log message *** 2001-10-17 11:50:56 +00:00
Miles Bader
945220bdb2 *** empty log message *** 2001-10-17 03:33:11 +00:00
Miles Bader
142425283b *** empty log message *** 2001-10-16 13:09:06 +00:00
Gerd Moellmann
3ddf952f8b *** empty log message *** 2001-10-16 09:25:44 +00:00