Mercurial > emacs
annotate etc/README @ 54144:02b649742717
(handle_single_display_prop): Handle left-fringe and
right-fringe similar to a display margin image. Specifically,
the characters having the fringe prop are no longer shown, and
we use IT_IMAGE/next_element_from_image with image_id = -1 to
do this. Set fringe bitmap face_id in it->face_id.
(produce_image_glyph): Handle image_id < 0 as "no image" case, but
still realize it->face (i.e. the fringe bitmap face).
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 25 Feb 2004 22:39:54 +0000 |
parents | 44d6fbf65a04 |
children | 3681678d3d86 |
rev | line source |
---|---|
580 | 1 This directory contains the architecture-independent files used by or |
2 with Emacs. This includes some text files of documentation for GNU | |
3 Emacs or of interest to Emacs users, and the file of dumped docstrings | |
4 for Emacs functions and variables. | |
5 | |
41452
09e762a010e0
Document the URLs where one can find special versions of TeX required for
Eli Zaretskii <eliz@gnu.org>
parents:
12680
diff
changeset
|
6 Some of the *.tex files need special versions of TeX to typeset them. |
09e762a010e0
Document the URLs where one can find special versions of TeX required for
Eli Zaretskii <eliz@gnu.org>
parents:
12680
diff
changeset
|
7 The files cs-*.tex and sk-*.tex need csTeX, a special version of TeX |
41684
44d6fbf65a04
Delete undesirable links.
Richard M. Stallman <rms@gnu.org>
parents:
41452
diff
changeset
|
8 tailored to typesetting Czech and Slovak documents. We provide |
44d6fbf65a04
Delete undesirable links.
Richard M. Stallman <rms@gnu.org>
parents:
41452
diff
changeset
|
9 PostScript files for these documents, so that you could print them |
44d6fbf65a04
Delete undesirable links.
Richard M. Stallman <rms@gnu.org>
parents:
41452
diff
changeset
|
10 without installing the modified TeX versions. |
41452
09e762a010e0
Document the URLs where one can find special versions of TeX required for
Eli Zaretskii <eliz@gnu.org>
parents:
12680
diff
changeset
|
11 |
12680
42efcb2955c8
Account for termcap file renaming.
David J. MacKenzie <djm@gnu.org>
parents:
617
diff
changeset
|
12 `termcap.src' is included mainly for VMS. It is a copy of the |
42efcb2955c8
Account for termcap file renaming.
David J. MacKenzie <djm@gnu.org>
parents:
617
diff
changeset
|
13 `/etc/termcap' file used on Unix. |