/[global]/global/NEWS
ViewVC logotype

Diff of /global/NEWS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.110 by shigio, Thu Nov 11 05:35:33 2004 UTC revision 1.111 by shigio, Sat Feb 26 04:22:36 2005 UTC
# Line 4  ___________________________________ Line 4  ___________________________________
4  |  |   |  |  |  |  |     |     |  |  |  |   |  |  |  |  |     |     |  |
5  |  ~~  |   ~~|     |  ~  |  |  |   ~~|          for all hackers.  |  ~~  |   ~~|     |  ~  |  |  |   ~~|          for all hackers.
6  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7   Copyright (c) 2000, 2001, 2002, 2003, 2004 Tama Communications Corporation   Copyright (c) 2000, 2001, 2002, 2003, 2004, 2005
8            Tama Communications Corporation
9    
10   This file is free software; as a special exception the author gives   This file is free software; as a special exception the author gives
11   unlimited permission to copy and/or distribute it, with or without   unlimited permission to copy and/or distribute it, with or without
# Line 19  ___________________________________ Line 20  ___________________________________
20  GLOBAL NEWS - User visible changes.  GLOBAL NEWS - User visible changes.
21  At least, you had better search '[INCOMPATIBLE CHANGES]' for each version.  At least, you had better search '[INCOMPATIBLE CHANGES]' for each version.
22    
23    Version 4.8.3 - February 26 2005, by Shigio Yamaguchi
24    
25    [INCOMPATIBLE CHANGES]
26    * DOS and Windows 32 support ended.
27      But it doesn't mean the deletion of the code for DOS and Windows 32.
28      We leave the support to outside projects and accept the code
29      from them as is. Therefore, anything has not changed substantially
30      up to now.
31    * Command gctags(1) was renamed to gtags-parser(1) because some systems
32      have another 'gctags' which is not GLOBAL's.
33    * About gtags-parser(1), language type of source file is decided
34      only by the suffix. In older version, *.h file was considered
35      to be C++ source file if it includes token 'class'. But the new version
36      considers it always C source file. If you want to consider it C++
37      then you must redefine new config variable 'langmap'.
38      
39    [OTHER CHANGES]
40    Fixed bugs:
41    * htags: The --gtagsconf and --gtagslabel option didn't work correctly.
42    * htags: Buffer overflow occurred in dupindex.c:makedupindex().
43    * htags: Could not ignore path name which includes blank correctly.
44    New features:
45    * gtags,htags: New config variable 'langmap' added.
46      This variable is used for customizing the mapping of languages and the
47      parsers, and it includes the function of obsoleted 'suffixes' variable.
48      If you use 'suffixes' then it is effective else GLOBAL internally
49      generates the value of 'suffixes' from the 'langmap'.
50      The reason to continue 'suffixes' is that it is needed for plug-in parser.
51      If you don't use plug-in parser then you should use 'langmap' instead.
52    * htags: New config variable 'copy_files' added.
53      If the -f option is used then htags makes links of tag files in 'cgi-bin'
54      directory by default. With this variable, htags copy tag files instead of
55      linking.
56    
57  Version 4.8.2 - November 11 2004, by Shigio Yamaguchi  Version 4.8.2 - November 11 2004, by Shigio Yamaguchi
58    
59  [INCOMPATIBLE CHANGES]  [INCOMPATIBLE CHANGES]

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26