From: pcg Date: Sun, 22 Feb 2004 08:36:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=5d0ab87301c237aaba5434f1487d2b41618243a8;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/autoconf/Make.common.in b/autoconf/Make.common.in index f1602751..d96412b4 100644 --- a/autoconf/Make.common.in +++ b/autoconf/Make.common.in @@ -3,14 +3,15 @@ DATE=@DATE@ LSMDATE=@LSMDATE@ VERSION=@VERSION@ -VERNAME=rxvt-unicode-$(VERSION)# -MAINT=Geoff Wing# -MAINTEMAIL=# -WEBMAINT=Oezguer Kesim# -WEBMAINTEMAIL=# -WEBPAGE=# -FTPSITENAME=ftp.rxvt.org# -FTPSITEDIR=/pub/rxvt# +VERNAME=rxvt-unicode-$(VERSION) +MAINT=Marc A. Lehmann +MAINTEMAIL= +WEBMAINT=Marc A. Lehmann +WEBMAINTEMAIL= +WEBPAGE= +FTPSITENAME=ftp.rxvt.org +FTPSITEDIR=/pub/rxvt + #------------------------------------------------------------------------- RXVTNAME=@RXVTNAME@ diff --git a/doc/yodl/rxvt-colours.yo b/doc/yodl/rxvt-colours.yo index 5ec9f537..3522e772 100644 --- a/doc/yodl/rxvt-colours.yo +++ b/doc/yodl/rxvt-colours.yo @@ -1,11 +1,7 @@ -COMMENT(-- $Id: rxvt-colours.yo,v 1.2 2003-11-24 17:31:27 pcg Exp $ --) +COMMENT(-- $Id: rxvt-colours.yo,v 1.3 2004-02-22 08:36:11 pcg Exp $ --) COMMENT(----------------------------------------------------------------------) manpagesection(COLORS AND GRAPHICS) -If graphics support was enabled at compile-time, bf(rxvt) can be queried -with ANSI escape sequences and can address individual pixels instead of -text characters. Note the graphics support is still considered beta code. - In addition to the default foreground and background colours, bf(rxvt) can display up to 16 colours (8 ANSI colours plus high-intensity bold/blink versions of the same). diff --git a/doc/yodl/rxvt-options.yo b/doc/yodl/rxvt-options.yo index bbf472d1..f9a06a82 100644 --- a/doc/yodl/rxvt-options.yo +++ b/doc/yodl/rxvt-options.yo @@ -1,4 +1,4 @@ -COMMENT(-- $Id: rxvt-options.yo,v 1.3 2003-12-18 00:38:07 pcg Exp $ --) +COMMENT(-- $Id: rxvt-options.yo,v 1.4 2004-02-22 08:36:11 pcg Exp $ --) COMMENT(----------------------------------------------------------------------) manpageoptions() @@ -67,11 +67,6 @@ startdit() pther fonts might be smaller, but not larger. A reasonable default list is appended. resource bf(font). - dit(bf(-grk) em(mode)) - Compile em(Greek): Greek keyboard translation; - bf(iso): ISO-8859 mapping. - bf(ibm): IBM-437 mapping; - resource bf(greek_keyboard). dit(bf(-name) em(name)) Specify the application name under which resources are to be obtained, rather than the default executable file name. diff --git a/doc/yodl/rxvt-resources.yo b/doc/yodl/rxvt-resources.yo index 1d3ca14c..ae3a999d 100644 --- a/doc/yodl/rxvt-resources.yo +++ b/doc/yodl/rxvt-resources.yo @@ -1,4 +1,4 @@ -COMMENT(-- $Id: rxvt-resources.yo,v 1.3 2003-12-18 00:38:07 pcg Exp $ --) +COMMENT(-- $Id: rxvt-resources.yo,v 1.4 2004-02-22 08:36:11 pcg Exp $ --) COMMENT(----------------------------------------------------------------------) manpagesection(RESOURCES (available also as long-options)) @@ -102,15 +102,6 @@ startdit() pther fonts might be smaller, but not larger. A reasonable default list is appended. option bf(-fn). - dit(bf(greek_keyboard:) em(mode)) - Set the Greek keyboard translation mode to be used; - bf(iso): ISO-8859 mapping (elot-928) [default]. - bf(ibm): IBM-437 mapping (DOS codepage 737); - option bf(-grk). - dit(bf(greektoggle_key:) em(keysym)) - Set the key to toggle keyboard input between no translation and - Greek translation [default bf(Mode_switch)]. - For more details, see the distributed file bf(README.greek). dit(bf(selectstyle:) em(mode)) Set mouse selection style to bf(old) which is 2.20, bf(oldword) which is xterm style with 2.20 old word selection, or anything else which diff --git a/doc/yodl/rxvt.yo b/doc/yodl/rxvt.yo index 17dc8af0..ac2a6e1a 100644 --- a/doc/yodl/rxvt.yo +++ b/doc/yodl/rxvt.yo @@ -1,4 +1,4 @@ -COMMENT(-- $Id: rxvt.yo,v 1.2 2003-11-24 17:31:27 pcg Exp $ --) +COMMENT(-- $Id: rxvt.yo,v 1.3 2004-02-22 08:36:11 pcg Exp $ --) includefile(versioninfo.yo) includefile(masonyodl.yo) mailto(gcw@pobox.com) @@ -105,13 +105,18 @@ startdit() dit(Rob Nation email()) very heavily modified Xvt and came up with Rxvt dit(Angelo Haritsis email()) - wrote the Greek Keyboard Input + wrote the Greek Keyboard Input (no longer in code) dit(mj olesen email()) Wrote the menu system. nl()\ Project Coordinator (changes.txt 2.11 to 2.21) dit(Oezguer Kesim email()) Project Coordinator (changes.txt 2.21a to 2.4.5) dit(Geoff Wing email()) - Rewrote screen display and text selection routines. nl()\ - Project Coordinator (changes.txt 2.4.6 - ) + Rewrote screen display and text selection routines. + Project Coordinator (changes.txt 2.4.6 - rxvt-unicode) + dit(Marc Alexander Lehman email()) + Rewrote most of the display code and internal character handling + to store text in unicode. Numerous other fixes and extensions. nl()\ + Project Coordinator (Changes 1.0 - ) enddit() + diff --git a/doc/yodl/rxvtRef-graphics.yo b/doc/yodl/rxvtRef-graphics.yo deleted file mode 100644 index d74d86f9..00000000 --- a/doc/yodl/rxvtRef-graphics.yo +++ /dev/null @@ -1,33 +0,0 @@ -COMMENT(-- $Id: rxvtRef-graphics.yo,v 1.2 2003-11-24 17:31:27 pcg Exp $ --) -label(Graphics) -nsect(Special Graphics Mode) - -Add more documentation here, em(if anyone actually cares.) - -startdl() - dl(bf(tt(ESC G Q))) - (query if graphics are available nl()\ - returns: bf(tt(ESC G 0)) no graphics available nl()\ - returns: bf(tt(ESC G 1)) graphics available (colour only)) -P()\ - dl(bf(tt(ESC G W <;x>;;;:))) - (create window) -P()\ - dl(bf(tt(ESC G C ))) - (clear window) -P()\ - dl(bf(tt(ESC G G :))) - (query window nl()\ - returns: bf(tt(ESC G ))) -P()\ - dl(bf(tt(ESC G L )nl()tt(ESC G P )nl()tt(ESC G F ))) - (start point nl()\ - start line nl()\ - start fill) -P()\ - dl(bf(tt(;;))) - (extend point/line/fill) -P()\ - dl(bf(tt(ESC G T ;;;;:))) - (place text) -enddl() diff --git a/doc/yodl/rxvtRef.yo b/doc/yodl/rxvtRef.yo index 415b7e88..c7a69dc4 100644 --- a/doc/yodl/rxvtRef.yo +++ b/doc/yodl/rxvtRef.yo @@ -1,4 +1,4 @@ -COMMENT(-- $Id: rxvtRef.yo,v 1.2 2003-11-24 17:31:27 pcg Exp $ --) +COMMENT(-- $Id: rxvtRef.yo,v 1.3 2004-02-22 08:36:11 pcg Exp $ --) mailto(gcw@pobox.com) htmlbodyopt(BGCOLOR)(#FFFFFF) notableofcontents() @@ -58,8 +58,5 @@ clearpage() includefile(rxvtRef-mouse.yo) link(Top)(toc) clearpage() -includefile(rxvtRef-graphics.yo) -link(Top)(toc) -clearpage() includefile(rxvtRef-keycodes.yo) link(Top)(toc)