diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 | ||||
| -rw-r--r-- | etc/etags.1 | 4 |
2 files changed, 9 insertions, 2 deletions
| @@ -214,7 +214,7 @@ C-h c, C-h k, C-h w, and C-h f now handle remapped interactive commands. | |||
| 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 |
| @@ -366,6 +366,11 @@ additionally by looking for package::sub. | |||
| 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 | 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. | ||
| 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. |
diff --git a/etc/etags.1 b/etc/etags.1 index 9ba7a064fa4..cba6f830232 100644 --- a/etc/etags.1 +++ b/etc/etags.1 | |||
| @@ -59,7 +59,9 @@ table (defaults: \fBTAGS\fP for \fBetags\fP, \fBtags\fP for | |||
| 59 | Files specified with relative file names will be recorded in the tag | 59 | Files specified with relative file names will be recorded in the tag |
| 60 | table with file names relative to the directory where the tag table | 60 | table with file names relative to the directory where the tag table |
| 61 | resides. Files specified with absolute file names will be recorded | 61 | resides. Files specified with absolute file names will be recorded |
| 62 | with absolute file names. | 62 | with absolute file names. Files generated from a source file\-\-like a C |
| 63 | file created by a source Yacc file\-\-will be recorded with the name of the | ||
| 64 | source file. | ||
| 63 | The programs recognize the language used in an input file based on its | 65 | The programs recognize the language used in an input file based on its |
| 64 | file name and contents. The \fB\-\-language\fP switch can be used to force | 66 | file name and contents. The \fB\-\-language\fP switch can be used to force |
| 65 | parsing of the file names following the switch according to the given | 67 | parsing of the file names following the switch according to the given |