comparison etc/NEWS @ 43724:16affaf7292b

etags honours #line directives.
author Francesco Potortì <pot@gnu.org>
date Tue, 05 Mar 2002 11:42:46 +0000
parents a84483ed5134
children 877062848c63
comparison
equal deleted inserted replaced
43723:5cd450d9f443 43724:16affaf7292b
212 - C-h w and C-h f on a command which has been remapped now report the 212 - C-h w and C-h f on a command which has been remapped now report the
213 command it is remapped to, and the keys which can be used to run 213 command it is remapped to, and the keys which can be used to run
214 that command. 214 that command.
215 215
216 For example, if C-k is bound to kill-line, and kill-line is remapped 216 For example, if C-k is bound to kill-line, and kill-line is remapped
217 to new-kill-line, these commands now report: 217 to new-kill-line, these commands now report:
218 218
219 - C-h c and C-h k C-k reports: 219 - C-h c and C-h k C-k reports:
220 C-k runs the command new-kill-line 220 C-k runs the command new-kill-line
221 221
222 - C-h w and C-h f kill-line reports: 222 - C-h w and C-h f kill-line reports:
363 package. You can jump to sub tags as you did before, by the sub name, or 363 package. You can jump to sub tags as you did before, by the sub name, or
364 additionally by looking for package::sub. 364 additionally by looking for package::sub.
365 365
366 *** New language PHP: tags are functions, classes and defines. If 366 *** New language PHP: tags are functions, classes and defines. If
367 the --members option is specified to etags, tags are vars also. 367 the --members option is specified to etags, tags are vars also.
368
369 *** Honour #line directives. This is useful when dealing with C code
370 created from Yacc sources, or with any file created from Cweb source
371 files. When etags tags the generated file, it writes tags pointing to
372 the source file.
368 373
369 +++ 374 +++
370 ** The command line option --no-windows has been changed to 375 ** The command line option --no-windows has been changed to
371 --no-window-system. The old one still works, but is deprecated. 376 --no-window-system. The old one still works, but is deprecated.
372 377