1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00
Commit Graph

31566 Commits

Author SHA1 Message Date
Gerd Moellmann
483de32b26 (set_iterator_to_next): Reset box start and flags of the
iterator at the beginning, so that they can be set later on, for
instance in reseat_at_next_visible_line_start without being
overwritten.
2000-10-16 21:05:03 +00:00
Gerd Moellmann
7ccd82bda0 (Other Image Types): Add description of :foreground
and :background properties of mono PBM images.
2000-10-16 20:11:41 +00:00
Gerd Moellmann
2b8e9c9143 Add description of :foreground and :background to PBM images. 2000-10-16 20:08:06 +00:00
Gerd Moellmann
a6801fd168 *** empty log message *** 2000-10-16 20:04:39 +00:00
Gerd Moellmann
be0b1fac0a (pbm_format): Add :foreground and :background keywords.
(PBM_FOREGROUND, PBM_BACKGROUND): New enumerators.
(xbm_load): Recoghnize foreground and background color
specifications.
2000-10-16 19:57:04 +00:00
Eli Zaretskii
dbf1fcc120 *** empty log message *** 2000-10-16 19:21:17 +00:00
Eli Zaretskii
8fcacf13ee (msdos-handle-reverse-video): Don't remove
reverse from the frame parameters, and don't invert foreground and
background colors.
2000-10-16 19:17:35 +00:00
Eli Zaretskii
546701f50f (IT_set_face): Compare highlighted face with the default
face, and invert colors if these faces' colors are identical.
(Fmsdos_remember_default_colors): Don't swap foreground and
background colors in initial_colors[].
(IT_set_frame_parameters): Don't swap frame's foreground and
background pixels.  If ALIST includes "(reverse . t)", swap
foreground-color and background-color properties in frame's
param_alist.  If the original frame's param_alist doesn't specify
the colors, store unspecified-fg and unspecified-bg, reversed if
required.
2000-10-16 19:16:20 +00:00
Eli Zaretskii
e1d0bbc974 (Fframe_parameters): If a tty's frame's param_alist says
the colors are unspecified and reversed, reverse fore- and back-
ground in the returned value.
(Fframe_parameter): Ditto.
2000-10-16 19:15:09 +00:00
Eli Zaretskii
c3c9847319 (unspecified_fg, unspecified_bg): Remove extern declaration. 2000-10-16 19:14:14 +00:00
Eli Zaretskii
f0ba2d22e1 (unspecified_fg, unspecified_bg): Declare. 2000-10-16 19:13:19 +00:00
Eli Zaretskii
997c7f714c Fix markup and chapter structure of the document. 2000-10-16 18:24:30 +00:00
Gerd Moellmann
3a6b59d900 *** empty log message *** 2000-10-16 16:01:13 +00:00
Gerd Moellmann
5fbeea7474 Provide `help' for the sake of define-minor-mode
which generates defcustoms with requires.
2000-10-16 15:56:32 +00:00
Gerd Moellmann
1ec185cb4a (find_last_unchanged_at_beg_row): Renamed from
get_last_unchanged_at_beg_row.
(find_first_unchanged_at_end_row): Renamed from
get_first_unchanged_at_end_row.
(find_first_unchanged_at_end_row): Convert assertions to
unconditional tests which abort.  When looking for a row in
unchanged text, don't go further back than first_text_row.
2000-10-16 15:39:59 +00:00
Miles Bader
313fe58a89 (Info-set-mode-line): Tweak string. 2000-10-16 15:25:21 +00:00
Miles Bader
ac62982394 *** empty log message *** 2000-10-16 14:55:17 +00:00
Miles Bader
836765981d Revert last change. 2000-10-16 14:45:44 +00:00
Gerd Moellmann
b41fe2c315 *** empty log message *** 2000-10-16 14:22:37 +00:00
Gerd Moellmann
c8ab5a1a90 (Distracting NSA): Change the example. 2000-10-16 14:22:29 +00:00
Miles Bader
918e364ae4 (Info-set-mode-line): Use `%b' instead of hardwired string "*Info*".
Call propertized-buffer-identification to spruce up the result.
2000-10-16 13:59:49 +00:00
Gerd Moellmann
b8a63ccb80 (try_scrolling) <cursor in scroll margin at the bottom>:
Don't add in the last line's height when deciding if the new
position is below the scroll margin.
2000-10-16 13:56:12 +00:00
Gerd Moellmann
7a1e3cece9 (jit-lock-after-change): If we're in text that
matches a multi-line font-lock pattern, make sure the whole text
will be redisplayed.
2000-10-16 13:04:34 +00:00
Gerd Moellmann
6569c3d3cd *** empty log message *** 2000-10-16 13:04:06 +00:00
Gerd Moellmann
9c1af54670 (authors-add): Don't add an entry if
author's name is unknown.
2000-10-16 12:52:19 +00:00
Gerd Moellmann
c2e0a61112 *** empty log message *** 2000-10-16 12:52:02 +00:00
Gerd Moellmann
76eebffc1e *** empty log message *** 2000-10-16 12:27:33 +00:00
Gerd Moellmann
7de5b4214e Add author information. 2000-10-16 12:27:09 +00:00
Miles Bader
9d1af64f7a (xpm_lookup_color):
Make h unsigned to avoid wackiness when the high bit gets set.
2000-10-16 11:48:31 +00:00
Gerd Moellmann
1e4d32f80e *** empty log message *** 2000-10-16 11:43:01 +00:00
Dave Love
5e0c8a235d custom types emacs-commentary-link, coding-system, color 2000-10-16 09:49:57 +00:00
Miles Bader
cf1e7b12ba Re-convert from full-color version (using the Gimp) to eliminate
dithering artifacts.
2000-10-16 08:42:22 +00:00
Miles Bader
f657bbf68b (Fconstrain_to_field): Check carefully for field boundaries if either
OLD_POS or NEW_POS has a non-nil field property, even if they're the same.
2000-10-16 07:28:24 +00:00
Miles Bader
bd9e92878b Update references to shell prompts and comint-prompt-regexp, etc. 2000-10-16 07:19:11 +00:00
Eli Zaretskii
6165b6e387 Changes from Richard M. Stallman. More items about Enriched Mode. 2000-10-16 06:04:04 +00:00
Stefan Monnier
3b9d5a55c7 (mm-util): Require CL when compiling. 2000-10-16 05:54:44 +00:00
Kenichi Handa
58e4fce895 (x_draw_box_rect): Fix the calculation of width and height for
XFillRectangle.
2000-10-16 04:20:36 +00:00
Kenichi Handa
c412cb7bc6 *** empty log message *** 2000-10-16 04:13:28 +00:00
Miles Bader
c6f01e00d1 Document that loading `jka-compr.el' doesn't turn on
auto-compression-mode automatically.
2000-10-16 02:12:34 +00:00
Stefan Monnier
5586f3ebef *** empty log message *** 2000-10-15 22:27:48 +00:00
Stefan Monnier
5299cb8e97 (font-lock-syntactic-keywords): Fix docstring. 2000-10-15 22:13:01 +00:00
Stefan Monnier
d671382e93 (describe_syntax): Add code for comment and string fences. 2000-10-15 22:12:01 +00:00
Stefan Monnier
a1a8827285 (syntax-flag-table, string-to-syntax): Remove. 2000-10-15 22:09:04 +00:00
Stefan Monnier
c65adb44b0 (Fstring_to_syntax): New function extracted from Fmodify_syntax_entry.
(Fmodify_syntax_entry): Use it and document the ! and | fences.
(skip_chars, Fforward_comment): Remove unused variables.
(syms_of_syntax): Add defsubr for string-to-syntax.
2000-10-15 21:42:41 +00:00
Dave Love
ad64a8881c *** empty log message *** 2000-10-15 17:29:48 +00:00
Dave Love
b756f5b43d Require mm-util. 2000-10-15 17:19:43 +00:00
Dave Love
d2d001277c Require skeleton and comint when
compiling.
2000-10-15 17:18:02 +00:00
Dave Love
5751b8f98a (pcomplete) <defgroup>: Add :version. 2000-10-15 17:13:58 +00:00
Dave Love
fc3337909b Doc fixes.
(top-level): Don't add hooks here.
(whitespace-running-emacs): Deleted.
(timer): Don't require.
(whitespace): Add back :version conditional on xemacs test.
(whitespace-spacetab-regexp, whitespace-indent-regexp)
(whitespace-ateol-regexp, whitespace-modes): Fix custom type.
(whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
(whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
Avoid specific xemacs test.
(whitespace-global-mode): New option.
(whitespace-global-mode): New command.
(whitespace-unload-hook): New function.
2000-10-15 17:07:55 +00:00
Dave Love
d1268e529b (Info-mouse-follow-nearest-node): Use mouse-set-point.
(Info-fontify-node, Info-goto-node, Info-mode-menu)
(Info-fontify-node): `Goto' goes to `Go to'.
(Info-fontify-node): Add help-echo to xref links.
2000-10-15 16:46:09 +00:00