/[global]/global/NEWS
ViewVC logotype

Diff of /global/NEWS

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

revision 1.115 by shigio, Thu May 12 01:41:18 2005 UTC revision 1.116 by shigio, Thu Sep 29 23:52:04 2005 UTC
# Line 20  ___________________________________ 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.7 - September 30 2005, by Shigio YAMAGUCHI
24    
25    New options:
26    * gtags: New --file file-list option added.
27      Gtags(1) accept a file list specified by --file option.
28    
29            % find . -type f -print >/tmp/list
30            % gtags --file=/tmp/list
31            or
32            % find . -type f -print | gtags --file=-
33    
34    * gtags: New --max-args option added.
35    
36    Improvement of efficiency:
37    * Gtags was improved of performance by changing algorithm of
38      incremental updating. Along with it, the verbose message was
39      greatly changed.
40    * Gtags was improved of performance by decreasing the frequency
41      of the parser invoking.
42      Under the influence of it, the verbose message is not necessarily
43      real-time. If you dislike this behavior, use the --max-args
44      option of gtags. You can control the frequency of the invoking
45      with the option. With --max-args=1, the program does the same
46      behavior as older version.
47    * Htags was improved of performance by decreasing the frequency
48      of the parser invoking.
49    * Htags was improved of performance by omiting flushing temporary
50      files to the disk.
51    
52    Fixed bugs:
53    * Htags didn't treat here document of PHP source code correctly.
54      (<<<WORD)
55    * Htags didn't treat HTML part of PHP source code correctly.
56    
57    Other facilities:
58    * Added 'Htags Hyper-text Reference Kit'.
59      The hyper-text generated by htags(1) is available from external
60      programs. This kit helps you to convert the path of the source
61      file into the URL in the hyper-text.
62    
63    * doc/global.txi: Added the usage of Doxygen using GLOBAL.
64    
65  Version 4.8.6 - May 12 2005, by Shigio YAMAGUCHI  Version 4.8.6 - May 12 2005, by Shigio YAMAGUCHI
66    
67  [INCOMPATIBLE CHANGES]  [INCOMPATIBLE CHANGES]

Legend:
Removed from v.1.115  
changed lines
  Added in v.1.116

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