home *** CD-ROM | disk | FTP | other *** search
- Wed Jun 3 15:18:45 1992 David Miller - The UNIX Guy in CATS (davidm at lynx)
-
- * Localize v2.9
- - Strings that are found in #define statements are now flagged
- as 'D' instead of 'E'. This is for the developers who have
- begun localization by moving all strings to an include file.
-
- Globally replacing 'D' with 'S' will localize the #defines.
-
- Beware of #defines used to initialize statically allocated
- structures.
-
-
- Thu May 28 17:20:19 1992 David Miller (davidm at lynx)
-
- * Localize v2.8
- - Fixed off-by-one error when generating localized source
-
-
- Thu May 21 16:32:38 1992 David Miller - The UNIX Guy in CATS (davidm at lynx)
-
- * Localize v2.7
- - Added string and function exclusion capability
-
- - Added support for nested comments
-
- - Null strings are not localized
-
- - minimum keyword sets minimum length for a string
- localize will not localize strings shorter than the
- minimum.
-
-
- Thu May 14 16:16:39 1992 David Miller (davidm at lynx)
-
- * Localize v2.6
- - clarified explanation of E vs S when the string is
- part of a #define
-
- - Added support for C++ style comments (//)
-
- - localize now complains of strings that are too long
- and tries to recover.
-
-
- Wed May 6 17:55:20 1992 David Miller (davidm at lynx)
-
- * Localize v2.4 released to Commodore testing
-
-