annotate src/point.h @ 55421:5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Version 2.0.40 of Tramp released.
2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
Complete rework, based on review by Karl Berry <karl@gnu.org>.
* tramp.texi (Auto-save and Backup): Explain exploitation of new
variables `tramp-backup-directory-alist' and
`tramp-bkup-backup-directory-info'. (Overview, Connection types)
(External transfer methods, Default Method)
(Windows setup hints): Remove restriction of password entering
with external methods.
(Auto-save and Backup): Make file name example
(X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
and `auto-save-directory' must be used.
(Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
only "NT"). Remove doubled entry "What kinds of systems does
@tramp{} work on".
(tramp): Macro removed.
(Obtaining Tramp): Flag removed from title.
(all): "tramp-" and "-" removed from flag names. Flags `tramp'
and `trampver' used properly. Flag `tramp-inst' replaced by
`installchapter'. Installation related text adapted.
author |
Kai Großjohann <kgrossjo@eu.uu.net> |
date |
Fri, 07 May 2004 21:21:04 +0000 |
parents |
695cf19ef79e |
children |
375f2633d815 |
rev |
line source |
484
|
1 #define point_width 5
|
|
2 #define point_height 19
|
|
3 static char point_bits[] = {
|
|
4 0x1f, 0x0e, 0x0e, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
5 0x00, 0x00, 0x04, 0x04, 0x0e, 0x0e, 0x1f};
|
52401
|
6
|
|
7 /* arch-tag: a8dad510-7254-4964-b71e-bb6f81cce572
|
|
8 (do not change this comment) */
|