1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00
Commit Graph

117 Commits

Author SHA1 Message Date
Richard M. Stallman
098199b1ab Say "graphical displays". 2006-05-03 23:21:02 +00:00
YAMAMOTO Mitsuharu
461a311802 (Standard Faces): Mention Mac OS port. 2006-02-13 10:10:25 +00:00
Luc Teirlinck
662286c324 (Text Display): Update xrefs. 2006-02-08 02:27:14 +00:00
Thien-Thi Nguyen
8d99e09d78 Update years in copyright notice; nfc. 2006-02-05 22:41:31 +00:00
Richard M. Stallman
174862cf6e (Font Lock): C mode no longer depends on (-in-col-0. 2006-02-02 04:24:31 +00:00
Richard M. Stallman
dc917bd9a9 (Scrolling, Horizontal Scrolling, Follow Mode): Nodes moved to top. 2006-01-31 18:39:00 +00:00
Richard M. Stallman
54952612bb Minor clarifications.
(Display): Rearrange menu.
(Standard Faces): Mention query-replace face.
(Faces): Simplify.
(Font Lock): Simplify face customization info.
(Highlight Changes): Node merged into Highlight Interactively.
(Highlight Interactively): Much rewriting and cleanup.
(Optional Mode Line): Narrowed line number not good for goto-line.
Simplify face customization advice.
(Text Display): Mention use of escape-glyph face.
Move ctl-arrow and tab-width here.
(Display Custom): Move no-redraw-on-reenter to end of node.
2006-01-31 18:37:23 +00:00
Richard M. Stallman
589a3f9f76 (Display Custom): Add xref to Variables.
(Optional Mode Line): eol-mnemonic-... vars moved here.
2006-01-29 16:54:49 +00:00
Juri Linkov
d545c9fd92 (Standard Faces): Add `mode-line-buffer-id'.
Move `mode-line-highlight' before `mode-line-buffer-id'.
2006-01-17 00:00:24 +00:00
Stefan Monnier
468160b799 (Displaying the Cursor): Mention visible-cursor. 2005-12-30 22:05:31 +00:00
Juri Linkov
630acdccb9 (Highlight Interactively): Use double space to separate sentences.
Replace C-p with M-p, and C-n with M-n.
2005-12-23 16:54:24 +00:00
Eli Zaretskii
cedf175b49 (Highlight Interactively): Include global-hi-lock-mode. Add miscellaneous
details and elaborations.
2005-12-10 11:49:56 +00:00
Richard M. Stallman
36c962505c (Font Lock): Delete the Global FL menu item. 2005-12-10 04:11:21 +00:00
Chong Yidong
c4e8acbcfa Font lock enabled by default. 2005-11-21 05:02:37 +00:00
Juri Linkov
a26126e7ea (Font Lock): Suggest more user-friendly method of
finding all Font Lock faces (M-x customize-group RET font-lock-faces).
2005-11-20 07:57:25 +00:00
Juri Linkov
b26533d6dd (Highlight Interactively): Put this font-lock based mode
near Font Lock node.
2005-11-17 07:30:40 +00:00
Juri Linkov
3b91a16de4 (Standard Faces): Merge the text from `(elisp)Standard Faces' into this node. 2005-08-22 21:35:07 +00:00
Thien-Thi Nguyen
b65d8176e6 Update years in copyright notice; nfc. 2005-08-10 15:40:54 +00:00
Juri Linkov
58f1b4d861 (Standard Faces): Describe vertical-border on window systems. 2005-08-09 21:51:54 +00:00
Eli Zaretskii
9e6bb19f87 (Standard Faces): Explain that customization of `menu' face has no effect
on w32 and with GTK.  Add cross-references.
2005-07-16 11:03:26 +00:00
Richard M. Stallman
6e3ca4bd0c (Display Custom): Don't mention mode-line-inverse-video. 2005-07-08 01:06:03 +00:00
Luc Teirlinck
01460f973f (Display Custom): Add anchor for `baud-rate'. 2005-07-07 22:48:46 +00:00
Richard M. Stallman
367aa52c6d (Text Display): Change index entries. 2005-06-25 02:31:31 +00:00
Richard M. Stallman
43d08eb988 (Text Display): Renamed show-nonbreak-escape
to nobreak-char-display and no-break-space to nobreak-space.
(Standard Faces): Split up the list of standard faces
and put it in a separate node.
Add nobreak-space and escape-glyph.
2005-06-23 21:46:06 +00:00
Richard M. Stallman
470a11a345 (Text Display): Renamed show-nonbreak-escape
to nobreak-char-display and no-break-space to nobreak-space.
2005-06-23 21:34:04 +00:00
Miles Bader
53abc3bfc0 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-438
Rename vertical-divider face to vertical-border

2005-06-22  Miles Bader  <miles@gnu.org>

   * lisp/faces.el (vertical-border): Renamed from `vertical-divider'.

2005-06-22  Miles Bader  <miles@gnu.org>

   * man/display.texi (Faces): Change `vertical-divider' to `vertical-border'.

2005-06-22  Miles Bader  <miles@gnu.org>

   * src/xfaces.c (Qvertical_border): Renamed from `Qvertical_divider'.
   (realize_basic_faces, syms_of_xfaces): Update references to it.
   * src/dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID'
   to `VERTICAL_BORDER_FACE_ID'.
   * src/dispnew.c (build_frame_matrix_from_leaf_window): Update references.
2005-06-22 01:22:42 +00:00
Miles Bader
b4e49aee84 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-435
Implement tty vertical-divider face

2005-06-20  Miles Bader  <miles@gnu.org>

   * lisp/faces.el (vertical-divider): New face.

2005-06-20  Miles Bader  <miles@gnu.org>

   * man/display.texi (Faces): Add `vertical-divider'.

2005-06-20  Miles Bader  <miles@gnu.org>

   * src/xfaces.c (Qvertical_divider): New variable.
   (realize_basic_faces): Realize its face.
   (syms_of_xfaces): Initialize it.

   * src/dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.

   * src/dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
   window-separator on ttys using `vertical-divider' face by default.
2005-06-20 10:45:31 +00:00
Juri Linkov
5309066b1c (Faces): Add `shadow' face. 2005-06-08 03:20:56 +00:00
Masatake YAMATO
24cca6f2c0 * display.texi (Faces): Write about mode-line-highlight. 2005-06-07 03:30:21 +00:00
Luc Teirlinck
c49edde42f (Display Custom): Correct typo. 2005-05-21 03:01:33 +00:00
Luc Teirlinck
d239287a8d Various minor changes.
(Faces): Delete text that is repeated in the next section.
2005-05-16 21:18:11 +00:00
Luc Teirlinck
23e3383d01 (Useless Whitespace): `indicate-unused-lines' is now called
`indicate-empty-lines'.
2005-04-09 16:18:51 +00:00
Eli Zaretskii
015a143ad9 (Text Display): Add index entries for how no-break characters are displayed. 2005-03-26 17:10:10 +00:00
Richard M. Stallman
b5cced4b79 (Text Display): Mention non-breaking spaces. 2005-03-26 01:46:55 +00:00
Richard M. Stallman
de4a4c41b3 (Font Lock): Put commas inside closequotes. 2005-03-23 14:40:30 +00:00
Richard M. Stallman
1b35090d68 (Faces): Delete "Emacs 21". 2005-03-06 17:13:21 +00:00
Richard M. Stallman
0015d6775b (Display): Reorder menu.
(Faces): Cleanup.
(Font Lock): Cleanup.  Mention Options menu.  Delete obsolete text.
(Scrolling): For C-l, don't presume text terminal.
(Horizontal Scrolling): Simplify intro.
(Follow Mode): Clarify.
(Cursor Display): Moved before Display Custom.
(Display Custom): Explain no-redraw-on-reenter is for text terminals.
Doc default-tab-width.  Doc line truncation more thoroughly.
2005-02-16 09:59:32 +00:00
Richard M. Stallman
bdc3b3be0f Don't say just "option" when talking about variables.
Other minor cleanups.
2005-01-30 11:20:14 +00:00
Richard M. Stallman
b6c735af3f (Faces): isearch-lazy-highlight-face renamed to lazy-highlight. 2005-01-09 01:58:58 +00:00
Richard M. Stallman
a0c283e67b (Scrolling): Correct scroll-preserve-screen-position. 2004-12-31 15:10:02 +00:00
Kim F. Storm
62ea61af7c (Display Custom) <indicate-buffer-boundaries>:
Align with new functionality.
2004-09-27 22:45:37 +00:00
Luc Teirlinck
2211e0c665 (Display Custom): Remove stray `@end defvar'. 2004-09-23 04:09:16 +00:00
Kim F. Storm
80174a9754 (Display Custom): Add `overflow-newline-into-fringe',
`indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
2004-09-22 23:11:12 +00:00
Luc Teirlinck
09139bc51a (Font Lock): Correct invalid @xref. 2004-08-24 03:45:41 +00:00
Eli Zaretskii
76dd369211 Replace @sc{ascii} and ASCII with @acronym{ASCII}. 2003-11-02 07:01:19 +00:00
Lute Kamstra
b213b76778 (Optional Mode Line): Document `size-indication-mode'. 2003-09-08 07:55:54 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Luc Teirlinck
a7b94a53d2 (Font Lock): Fix typo 2003-07-08 00:33:59 +00:00
Richard M. Stallman
cd77ce1336 (Font Lock): Add xref for format info on font-lock-remove-keywords. 2003-07-07 20:44:13 +00:00
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00