diff --git a/Documentation/.cvsignore b/Documentation/.cvsignore index f3c7a7c5d..b000fc2f7 100644 --- a/Documentation/.cvsignore +++ b/Documentation/.cvsignore @@ -1 +1,2 @@ Makefile +version.texi diff --git a/Documentation/advertisement.texi b/Documentation/advertisement.texi index 5849d0028..240da2d72 100644 --- a/Documentation/advertisement.texi +++ b/Documentation/advertisement.texi @@ -15,7 +15,7 @@ and C types to byte streams, ports for network packet transmission, distributed objects (remote object messaging), pseudo-random number generators, and time handling facilities. -@itemize +@itemize @bullet @item The heirarchy of collection objects are similar in spirit to Smalltalk's diff --git a/Documentation/gnustep-base.texi b/Documentation/gnustep-base.texi index c68b3b2ab..721578f53 100644 --- a/Documentation/gnustep-base.texi +++ b/Documentation/gnustep-base.texi @@ -26,7 +26,7 @@ END-INFO-DIR-ENTRY This file documents the features and implementation of The GNU Objective-C class library. -Copyright (C) 1993 Free Software Foundation, Inc. +Copyright (C) 1993, 1996 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice @@ -234,7 +234,7 @@ messaging support. @c There are several GNU protocols also. You can recognize the protocols @c by their name: they all end with ``ing''. -@itemize +@itemize @bullet @item The collection objects all conform to the @samp{Collecting} protocol. Reading @samp{./objects/Collecting.h} is a good place to @@ -284,7 +284,7 @@ threw them together because I needed them for remote object messaging. The library is built around several protocols: -@itemize +@itemize @bullet @item The protocol is root of the collection protocol heirarchy. @@ -455,7 +455,7 @@ Declared in @samp{coll/collstd.h} Objective-C is not Smalltalk. Differences that matter to the Collection heirarchy: -@itemize +@itemize @bullet @item There can be only one set of argument types with each selector. diff --git a/Documentation/libobjects.texi b/Documentation/libobjects.texi index c68b3b2ab..721578f53 100644 --- a/Documentation/libobjects.texi +++ b/Documentation/libobjects.texi @@ -26,7 +26,7 @@ END-INFO-DIR-ENTRY This file documents the features and implementation of The GNU Objective-C class library. -Copyright (C) 1993 Free Software Foundation, Inc. +Copyright (C) 1993, 1996 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice @@ -234,7 +234,7 @@ messaging support. @c There are several GNU protocols also. You can recognize the protocols @c by their name: they all end with ``ing''. -@itemize +@itemize @bullet @item The collection objects all conform to the @samp{Collecting} protocol. Reading @samp{./objects/Collecting.h} is a good place to @@ -284,7 +284,7 @@ threw them together because I needed them for remote object messaging. The library is built around several protocols: -@itemize +@itemize @bullet @item The protocol is root of the collection protocol heirarchy. @@ -455,7 +455,7 @@ Declared in @samp{coll/collstd.h} Objective-C is not Smalltalk. Differences that matter to the Collection heirarchy: -@itemize +@itemize @bullet @item There can be only one set of argument types with each selector. diff --git a/Documentation/news.texi b/Documentation/news.texi index e95e1da4c..ea06b358b 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -8,7 +8,7 @@ The currently released version of the library is @section Noteworthy changes since version @samp{0.1.14} -@itemize +@itemize @bullet @item Can be made as a shared library by passing @samp{--enabled-shared} to `configure'. Thanks to Jan Kybic and Bryan Headley @@ -48,7 +48,7 @@ places. @section Noteworthy changes since version @samp{0.1.13} -@itemize +@itemize @bullet @item NSProcessInfo class, thanks to Georg Tuparev. @@ -65,7 +65,7 @@ methods implemented. @section Noteworthy changes since version @samp{0.1.12} -@itemize +@itemize @bullet @item Bug fixes: installation; NSArray and NSDictionary copying; NSArray, NSDictionary, NSData, NSArchiver, NSUnarchiver concrete class @@ -76,7 +76,7 @@ more details. @section Noteworthy changes since version @samp{0.1.10} -@itemize +@itemize @bullet @item Now using @file{src}, @file{config} and @file{doc} directories to un-clutter the top-level directory. @@ -100,7 +100,7 @@ And several bug fixes. See the ChangeLog for details. @section Noteworthy changes since version @samp{0.1.9} -@itemize +@itemize @bullet @item Renamed "foundation" include file directory to "Foundation", in @@ -113,7 +113,7 @@ Several bug fixes, including a problem with a missing file in 0.1.9. @section Noteworthy changes since version @samp{0.1.8} -@itemize +@itemize @bullet @item Many new GNUStep classes: NSEnumerator, NSArrayEnumerator, NSCoder, @@ -159,7 +159,7 @@ implementations back in Collection.m. @section Noteworthy changes since version @samp{0.1.7} -@itemize +@itemize @bullet @item Thanks to Adam Fedor , classes NSBundle, @@ -185,7 +185,7 @@ and behavior adding. See the ChangeLog for details. @section Noteworthy changes since version @samp{0.1.5} -@itemize +@itemize @bullet @item Better string handling. NSString is now fleshed out, and I've @@ -233,7 +233,7 @@ write a test suite using dejagnu. Any volunteers? I made this release now in order to share the progress that is being made on GNUSTEP. -@itemize +@itemize @bullet @item New GNUSTEP implementations: NSObject, NSAutoreleasePool, NSZone. @@ -258,7 +258,7 @@ ConstantStrings using the @@"" syntax. @section Noteworthy changes since version @samp{0.1.0} -@itemize +@itemize @bullet @item New category: ObjectRetaining. New classes: AutoreleasePool, AutoreleaseStack. @@ -270,7 +270,7 @@ README.ULTRIX. Time.m patched for Solaris 2.4. test12.m free fix. @section Noteworthy changes in version @samp{0.1.0} -@itemize +@itemize @bullet @item Renamed the library from @samp{libcoll} to @samp{libobjects}. (See the end of the file @samp{DISCUSSION} for the background on this @@ -305,7 +305,7 @@ NeXT-compatible zone functions. @section Noteworthy changes in verion @samp{940524} -@itemize +@itemize @bullet @item A NeXT-compatible NXStringTable object, thanks to Adam Fedor . @@ -337,7 +337,7 @@ for better NeXT-compability. And more. @section Noteworthy changes in version @samp{931026} -@itemize +@itemize @bullet @item Installation using @samp{./configure} and @samp{autoconf} diff --git a/Documentation/objective-c.texi b/Documentation/objective-c.texi index f2e776bff..3957380b4 100644 --- a/Documentation/objective-c.texi +++ b/Documentation/objective-c.texi @@ -526,7 +526,7 @@ as an implementation detail. @node Directives, Declaring Methods, Language Summary, Language Summary @section Directives -@itemize +@itemize @bullet @item @@defs @item @@encode @item @@end diff --git a/Documentation/readme.texi b/Documentation/readme.texi index cb8fe8ded..ab6eb5bed 100644 --- a/Documentation/readme.texi +++ b/Documentation/readme.texi @@ -95,7 +95,7 @@ distributed object support. @c There are several GNU protocols also. You can recognize the protocols @c by their name: they all end with ``ing''. -@itemize +@itemize @bullet @item The collection objects all conform to the @samp{Collecting} protocol. Reading @samp{./objects/Collecting.h} is a good place to @@ -249,7 +249,7 @@ A few simple example programs can be found in @samp{./examples}. Read and enjoy. To compile them (after having compiled the library), type @samp{make} in the @samp{examples} directory. -@itemize +@itemize @bullet @item @samp{dictionary.m} demonstrates the basic features of the Dictionary object. @@ -287,7 +287,7 @@ takers? @section How can you help? -@itemize +@itemize @bullet @item Read the projects and questions in the @samp{TODO} file. If you can volunteer for any of the projects, or if you have any useful