1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-21 06:11:50 -07:00
Commit graph

42302 commits

Author SHA1 Message Date
Stefan Monnier
a13fe4c517 (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks): New vars and functions.
(text-clone-maintain, text-clone-create): New functions.
2001-10-25 02:26:41 +00:00
Miles Bader
f66bd22011 *** empty log message *** 2001-10-25 01:09:20 +00:00
Miles Bader
1d792b181b (facemenu-add-new-face): Fix variable names. 2001-10-25 01:08:52 +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
Richard M. Stallman
7d8177cf90 (facemenu-unlisted-faces): Improve doc strings
of t and nil values.
(facemenu-set-face): Handle START and END interactively.
(facemenu-set-foreground): Don't use a face; specify color directly.
(facemenu-set-background): Likewise.
(facemenu-set-face-from-menu): Doc fix.
(facemenu-active-faces): Use face-attribute-vector
to handle bare attributes not in faces.
(facemenu-get-face): Don't handle face names fg:... and bg:... specially.
(facemenu-add-new-face): New argument MENU.
New way to handle adding colors to the color menus.
2001-10-24 22:53:45 +00:00
Richard M. Stallman
0209a386fb (substitute-env-vars): Quote the arg to rx. 2001-10-24 22:49:12 +00:00
Richard M. Stallman
b617a66b0f *** empty log message *** 2001-10-24 22:49:01 +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
Sam Steingold
7b611de008 (mouse-buffer-menu-mode-groups): Added "Version Control" group. 2001-10-24 20:02:16 +00:00
Eli Zaretskii
7ea0f4315a (RegText): Document append-to-register and prepend-to-register.
Suggested by Philip Lijnzaad <lijnzaad@ebi.ac.uk>.
Add index entries to all sections of the Registers chapter.
2001-10-24 18:51:31 +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
Stefan Monnier
c533fe40ec *** empty log message *** 2001-10-24 16:13:22 +00:00
Stefan Monnier
174acba338 (c-beginning-of-member-init-list):
Better handling of C++ template args to avoid confusion with `<'
and `>' used as operators in member init expressions.
From Martin Stjernholm  <bug-cc-mode@gnu.org>.
2001-10-24 16:07:06 +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
4aa6b95562 *** empty log message *** 2001-10-24 12:37:32 +00:00
Gerd Moellmann
8c8f9bc197 Adapt to change in perform-replace. 2001-10-24 12:37:08 +00:00
Gerd Moellmann
99a7559fb3 (perform-replace): Move START and END parameters
to the end of the argument list and make them optional.
2001-10-24 12:35:48 +00:00
Gerd Moellmann
f8f7ab5469 Use $MAKE for `make' if set. 2001-10-24 11:38:42 +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
Gerd Moellmann
4fbe2b13fc (x-must-resolve-font-name): New
function.
(x-complement-fontset-spec): Use it.
2001-10-24 11:06:30 +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
Eli Zaretskii
036cb5a216 Add information about debugging the tty version.
From Gerd Moellmann.
2001-10-24 09:50:06 +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
Stefan Monnier
e07777e6d6 (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0). 2001-10-23 22:01:17 +00:00
Gerd Moellmann
e7fd29af00 (srcs): Add gpl.texi and doclicense.texi. 2001-10-23 18:55:49 +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
Stefan Monnier
0033146f51 (compile-mouse-goto-error, compile-goto-error): Turn caadr into caar of cdr. 2001-10-23 16:57:15 +00:00
Gerd Moellmann
61fd8d32f4 (Info-fontify-node): Bind doun-mouse-{1,2} instead
of mouse-{1,2} since dragging is on the down event.
2001-10-23 16:24:40 +00:00
Gerd Moellmann
c51488cde5 *** empty log message *** 2001-10-23 16:16:06 +00:00
Gerd Moellmann
130b416e06 (make-doctor-variables): Remove a '($ please)'. 2001-10-23 16:15:39 +00:00
Gerd Moellmann
197a9dfdb5 (mh-recenter): Call `recenter' with arg t
if ARG is nil.
2001-10-23 15:50:29 +00:00
Sam Steingold
7901498008 mention html-xhtml 2001-10-23 15:46:01 +00:00