1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 15:52:00 -08:00
Commit graph

14532 commits

Author SHA1 Message Date
Miles Bader
f66bd22011 *** empty log message *** 2001-10-25 01:09:20 +00:00
Miles Bader
f2f0a64423 (png_load): Make sure SPECIFIED_BG is a string.
(png_load): BG is a pointer to a structure, not a structure.
(gif_format, png_format): Add missing commas.
2001-10-25 00:53:48 +00:00
Richard M. Stallman
f6608d5cc8 (Fface_attributes_as_vector): New function.
(syms_of_xfaces): defsubr it.
2001-10-24 22:57:22 +00:00
Richard M. Stallman
d436d53865 *** empty log message *** 2001-10-24 22:57:07 +00:00
Ken Raeburn
84e70f7869 fix build problems with krb5 and hesiod support 2001-10-24 22:54:38 +00:00
Pavel Janík
075c507b42 (sync_window_with_frame_matrix_rows): Remove unused variable `area'. 2001-10-24 20:25:49 +00:00
Pavel Janík
d492b584fd (scan_newline): Remove unused variable `selective_display'. 2001-10-24 20:20:18 +00:00
Miles Bader
e2a57b3428 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
`IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background color
to use for image glyph reliefs.
2001-10-24 18:05:05 +00:00
Miles Bader
f20a3b7a24 (image_background, image_background_transparent)
(four_corners_best): New functions.
(xpm_format, png_format, jpeg_format, tiff_format, gif_format)
(gs_format): Add `:background' entry.
(lookup_image): Set IMG's background color if specified.
(pbm_load, xbm_load_image, png_load): Set IMG's background field
when appropriate.
(x_clear_image_1): Reset `background_valid' and
`background_transparent_valid' fields.
(x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
calculating it here.  Set IMG's background_transparent field.
(enum xpm_keyword_index): Add XPM_BACKGROUND.
(enum png_keyword_index): Add PNG_BACKGROUND.
(enum jpeg_keyword_index): Add JPEG_BACKGROUND.
(enum tiff_keyword_index): Add TIFF_BACKGROUND.
(enum gif_keyword_index): Add GIF_BACKGROUND.
(enum gs_keyword_index): Add GS_BACKGROUND.
(pbm_load, png_load, jpeg_load, tiff_load, gif_load):
Pre-calculate image background color where necessary.
2001-10-24 17:57:28 +00:00
Miles Bader
0ff7c0d413 (struct image): Add background', background_valid', and
`background_transparent' fields.
(image_background, image_background_transparent): New declarations.
(IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
2001-10-24 17:16:52 +00:00
Gerd Moellmann
d9e3b8c640 (x_draw_glyphs): Don't check for cursor overwriting
in full-width rows.
2001-10-24 16:05:41 +00:00
Gerd Moellmann
b547b6e89b (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
Fix clearing of area not covered by scroll bar.
2001-10-24 14:05:31 +00:00
Gerd Moellmann
bdbdebff20 *** empty log message *** 2001-10-24 11:12:23 +00:00
Gerd Moellmann
69d1f7c9db Change #ifdef GLYPH_DEBUG to #if. 2001-10-24 11:11:11 +00:00
Pavel Janík
2beb36f9bb (x_insert_glyphs): Remove unused variables real_end' and real_start'.
(x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
(glyph_rect): Remove unused variable `area'.
2001-10-24 10:29:11 +00:00
Gerd Moellmann
62e3398212 (fast_find_position): Call row_containing_pos
with additional argument.
2001-10-24 09:12:40 +00:00
Gerd Moellmann
0df56f4db7 (try_window_reusing_current_matrix): Use
row_containing_pos.
(row_containing_pos): Take additional argument DY.  Treat
rows ending in middle of char differently.
(display_line): Handle tabs on window systems differently.
2001-10-24 09:11:54 +00:00
Gerd Moellmann
229151baac (row_containing_pos): Adjust prototype. 2001-10-24 09:10:57 +00:00
Gerd Moellmann
76cb5e0695 (inhibit_try_window_id, inhibit_try_window_reusing)
(inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
(try_window_id, try_window_reusing_current_matrix)
(try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
(syms_of_xdisp) [GLYPH_DEBUG]:  DEFVAR_BOOL the variables.
2001-10-24 08:17:14 +00:00
Pavel Janík
c9e6062043 Spell the name of Emacs properly (GNU Emacs instead of gnuemacs).
(HAVE_BOXES): Fix typo in comment.
(push_menu_pane): Fix typo in comment.
2001-10-24 07:10:09 +00:00
Pavel Janík
3b552d56d4 (display_prop_string_p): Remove unused local declaration
of `Qwhen'.
(single_display_prop_string_p): Remove unused local declarations
of `Qwhen' and `Qmargin'.
(string_buffer_position): Remove unused variable `around'.
(store_frame_title): Remove unused variable `width'.
2001-10-24 07:05:01 +00:00
Pavel Janík
15c565acc1 Don't define max.
(coordinates_in_window): Remove unused variable `uy'.
2001-10-24 06:36:27 +00:00
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
Eli Zaretskii
96fbd2c612 (Finternal_set_lisp_face_attribute)
[HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
frame is on a windowed display.
2001-10-23 17:19:21 +00:00
Gerd Moellmann
c51488cde5 *** empty log message *** 2001-10-23 16:16:06 +00:00
Gerd Moellmann
5cb881112a (sync_window_with_frame_matrix_rows): Fix
handling of windows which aren't full-width, fix handling
of marginal areas.
2001-10-23 15:14:53 +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
Gerd Moellmann
990ff03c4d (syms_of_lread)<recursive-load-depth-limit>: Raise to
50.
2001-10-23 14:08:08 +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
Pavel Janík
03195c584d (Fx_show_tip): Remove unused variables buffer', top', left', max_width'
and `max_height'.
2001-10-23 12:00:13 +00:00
Pavel Janík
0628308181 (char-to-string): Fix argument names (use CHAR instead of C) and usage. 2001-10-23 11:58:29 +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
Eli Zaretskii
6acf9baf12 [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
From Andreas Schwab <schwab@suse.de>.
2001-10-23 09:05:27 +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
Jason Rumney
565153ffd3 Fix formatting for new function. 2001-10-21 18:35:35 +00:00
Gerd Moellmann
6aa97356aa *** empty log message *** 2001-10-21 17:41:43 +00:00
Jason Rumney
42bde733cf (struct w32_output): Use correct spelling of x_compatible.
(w32_display_info): Add mouse_face_overlay.
2001-10-21 16:57:22 +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