home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / g / gina15.zip / CHANGES-1.3 < prev    next >
Text File  |  1992-02-27  |  2KB  |  45 lines

  1. @(#)CHANGES-1.3    1.3 1/23/92
  2.  
  3. Changes since release 1.2
  4.  
  5. - Renamed class GnString to GnCharString
  6.  
  7. - The classes GnString, GnSubString and GnRegex were added.
  8.   These classes are from the GNU C++ library and have been
  9.   ported to AT&T V2.1 by GINA. See the gnulib documentation
  10.   for a full description.
  11.  
  12. - A bug in GnLinkedList::_put_right()  (resulting in corrupted lists) has been
  13.   fixed. Reported by hops@f3svb and klein@f3svb.
  14.  
  15. - A bug in GnSelection which causes a core dump when adding items after calling 
  16.   cretae() has been fixed.
  17.  
  18.   It is now possible to have selection lists where no item is selected.
  19.  
  20. - Eliminated all virtual base classes. This fixes some problems caused by bad 
  21.   code generated by the compiler. Code size is reduced by ca. 10% !!
  22.  
  23. - Cleaned up the double linked list class. It is no more possible to iterate
  24.   through a list without using an iterator. All member function names start with
  25.   an upper case letter now. Additionally, some functions have been renamed.
  26.   See the documentation for a full description of the GnLinkedList class.
  27.  
  28. - The functions GnShell::pop_up() and GnShell::pop_down() have been renamed to
  29.   Popup() and Popdown(), respectively.
  30.  
  31.   The functions GnDialogMixin::pop_down and GnDialogMixin::pop_up have been
  32.   removed. Clients should use Manage() and Unmanage() instead.
  33.  
  34. - The class GnSelection and its subclasses now handle objects of class 
  35.   GnPresentable (formerly GnObjects). GnSelection handles list classes
  36.   GnPresentableList and GnPresentableListIterator.
  37.  
  38. - The macro ConcatTokens has been renamed to _NAME2_.
  39.  
  40. - The functions
  41.  
  42.      GnSelection::Remove() and GnSelection::SetItemList() 
  43.      
  44.   have been implemented.
  45.