home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / 3_1EXAM1.DMS / in.adf / locale / locale.lha / Localize / ChangeLog next >
Encoding:
Text File  |  1993-11-04  |  1.3 KB  |  50 lines

  1. Wed Jun  3 15:18:45 1992  David Miller - The UNIX Guy in CATS  (davidm at lynx)
  2.  
  3.     * Localize v2.9
  4.       - Strings that are found in #define statements are now flagged
  5.         as 'D' instead of 'E'.  This is for the developers who have
  6.         begun localization by moving all strings to an include file.
  7.         
  8.         Globally replacing 'D' with 'S' will localize the #defines.
  9.  
  10.         Beware of #defines used to initialize statically allocated
  11.         structures.
  12.  
  13.  
  14. Thu May 28 17:20:19 1992  David Miller (davidm at lynx)
  15.  
  16.     * Localize v2.8
  17.       - Fixed off-by-one error when generating localized source
  18.  
  19.  
  20. Thu May 21 16:32:38 1992  David Miller - The UNIX Guy in CATS  (davidm at lynx)
  21.  
  22.     * Localize v2.7
  23.       - Added string and function exclusion capability
  24.  
  25.       - Added support for nested comments
  26.  
  27.       - Null strings are not localized
  28.       
  29.       - minimum keyword sets minimum length for a string
  30.         localize will not localize strings shorter than the
  31.         minimum.
  32.  
  33.  
  34. Thu May 14 16:16:39 1992  David Miller (davidm at lynx)
  35.  
  36.     * Localize v2.6
  37.       - clarified explanation of E vs S when the string is
  38.         part of a #define
  39.  
  40.       - Added support for C++ style comments (//)
  41.  
  42.       - localize now complains of strings that are too long
  43.         and tries to recover.
  44.  
  45.  
  46. Wed May 6 17:55:20 1992  David Miller (davidm at lynx)
  47.  
  48.     * Localize v2.4 released to Commodore testing 
  49.  
  50.