Version 0.5.0 release.

Minor bug fixes.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2773 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Scott Christley 1998-03-11 22:00:50 +00:00
parent 4b95b24298
commit b0a80fbf9d
11 changed files with 116 additions and 79 deletions

View file

@ -40,7 +40,7 @@ We currently do not have a mailing list setup explicitly for the
GNUstep GUI Library; however, you may wish to use the GNUstep
discussion mailing list for general questions and discussion. Look at
the GNUstep Web Pages for more information regarding GNUstep resources
@url{http://www.gnustep.org}
@url{http://www.gnustep.org/}
There are also companies which provide commercial support for the
GNUstep GUI Library, see the file @file{SUPPORT} for more
@ -91,32 +91,33 @@ Creators rejoice!@*
Scott Christley@*
@email{scottc@@net-community.com}@*
@noindent
*****
@section Obtaining GNU Software
Check out the GNUstep web site. (@url{http://www.gnustep.org})
Check out the GNU web site. (@url{http://www.gnu.org/})
Check out the GNUstep web site. (@url{http://www.gnustep.org/})
The GNUstep GUI Library was donated to the Free Software Foundation
as part of the On-line Community project of NET-Community. NET-Community is
a company that develops and supports free software. Check out
their web site to learn more. (@url{http://www.net-community.com})
their web site to learn more. (@url{http://www.net-community.com/})
Most GNU software is packed using the GNU `gzip' compression program.
Source code is available on most sites distributing GNU software.
[ Most GNU software is packed using the GNU `gzip' compression program.
Source code is available on most sites distributing GNU software.
For information on how to order GNU software on tape, floppy or cd-rom,
or printed GNU manuals, check the file etc/ORDERS in the GNU Emacs
distribution or in GNUinfo/ORDERS on prep, or e-mail a request to:
@email{gnu@@gnu.org}
For information on how to order GNU software on tape, floppy or cd-rom, or
printed GNU manuals, check the file etc/ORDERS in the GNU Emacs distribution
or in GNUinfo/ORDERS on prep, or e-mail a request to: @email{gnu@@prep.ai.mit.edu}
By ordering your GNU software from the FSF, you help us continue to
develop more free software. Media revenues are our primary source of
support. Donations to FSF are deductible on US tax returns.
By ordering your GNU software from the FSF, you help us continue to
develop more free software. Media revenues are our primary source of
support. Donations to FSF are deductible on US tax returns.
The above software will soon be at these ftp sites as well.
Please try them before @samp{ftp.gnu.org} as it is very busy!
The above software will soon be at these ftp sites as well.
Please try them before @samp{prep.ai.mit.edu} as @samp{prep} is very busy!
thanx @email{gnu@@prep.ai.mit.edu}
thanx @email{gnu@@gnu.org}
@table @strong

View file

@ -9,7 +9,7 @@
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
@section Noteworthy changes in version @samp{0.4.0}
@section Noteworthy changes in version @samp{0.5.0}
@itemize @bullet

View file

@ -5,7 +5,7 @@
@include version.texi
@end ifset
Last updated July 1997. The most up-to-date version of this status
Last updated March 1998. The most up-to-date version of this status
report is available at:
@example
@ -56,10 +56,9 @@ displayed; its possible that not all TIFF image types are handled yet as
the backend implementation must deal with each of them. No compression
nor generation of TIFF representations.
@item NSBox:: [8]
Many of the methods have code, but whether the class
is usable depends upon how much implementation has been done in the
backend.
@item NSBox:: [9]
Should be complete; will need some additional testing when view resizing
is implemented.
@item NSBrowser:: [9]
There is an odd display artifact; lists which are smaller than the
@ -68,6 +67,7 @@ versus the top of the column. This is actually an issue with NSMatrix
and will be remedied when flip views are implemented.
@item NSBrowserCell:: [9]
Should be complete.
@item NSButton:: [9]
Repeat intervals have been implemented.
@ -103,7 +103,7 @@ and writing color list files.
@item NSColorWell:: [9]
Implementation should be fairly complete; backend implementation required
for the actual drawing of the control.
for the actual drawing of the control. Needs drag-n-drop capability.
@item NSControl:: [8]
No field editor; doesn't know how to calculate its size.
@ -189,11 +189,10 @@ Usability greatly depends upon backend implementation.
@item NSPrinter:: [9]
The code was written but not tested very much. We also need to add printer
description files to the PrinterTypes directory inside the gnustep instalation
directory. Thanks to Simon Frankau for the implementation.
directory.
@item NSPrintinfo:: [9]
The code has been implemented but not tested. Thanks to Simon Frankau for the
implementation.
The code has been implemented but not tested.
@item NSPrintOperation:: [2]