diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-24 08:32:20 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-24 08:32:20 +0000 |
commit | cefbf2feab1cde75ed64df9fea227e37cdadde7e (patch) | |
tree | 4eaa43c1e4240068fc1f8b1b2bfce77f68d341df /editors/ted/files/patch-aa | |
parent | Add ruby-romp, the Ruby Object Message Proxy, a set of classes for (diff) |
Add ted-2.10
Ted is a text editor running under X Windows on Unix/Linux systems. Ted was
developed as an operating system accessory like Wordpad on MS-Windows.
Features
--------
* Wysiwyg rich text editing.
* Ted uses Microsoft RTF as its native file format.
* In line bitmap pictures.
* Postscript printing.
* Spelling checking in several Latin languages. (English, Dutch, German,
Portuguese, French and Spanish.)
* Directly mailing documents from Ted.
* Cut/Copy/Paste, also with other applications.
* Find/Replace.
* Ruler: Paragraph indentation, Indentation of first line, Tabs.
* Copy/Paste
Ruler.
* Page breaks.
* Tables: Insert Table, Row, Column. Changing the column width of tables
with their ruler.
* Symbols and accented characters are fully supported.
* Hyperlinks.
* Saving a document in HTML format.
Obtained from: OpenBSD
Diffstat (limited to 'editors/ted/files/patch-aa')
-rw-r--r-- | editors/ted/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/ted/files/patch-aa b/editors/ted/files/patch-aa new file mode 100644 index 000000000000..a7ef754706f0 --- /dev/null +++ b/editors/ted/files/patch-aa @@ -0,0 +1,12 @@ +$OpenBSD: patch-appFrame_appFileChooserMotif_c,v 1.2 2001/07/13 13:28:25 espie Exp $ +--- appFrame/appFileChooserMotif.c.orig Sun Apr 8 18:05:30 2001 ++++ appFrame/appFileChooserMotif.c Fri Jul 13 15:04:41 2001 +@@ -524,7 +524,7 @@ static int appMakeFileChooser( AppChoose + XtSetArg( al[ac], XmNuseAsyncGeometry, True ); ac++; + + XtSetArg( al[ac], XmNchildPlacement,XmPLACE_ABOVE_SELECTION ); ac++; +-# if XmVersion >= 2000 ++# if XmVersion >= 2000 && !defined(LESSTIF_VERSION) + XtSetArg( al[ac], XmNfileFilterStyle, + XmFILTER_HIDDEN_FILES ); ac++; + # endif |