diff options
| author | Eli Zaretskii | 2016-03-10 18:31:11 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-03-10 18:31:11 +0200 |
| commit | 985dacfa0f0186531fdae13718d720cf7e27425f (patch) | |
| tree | 0e5baeb54127fc45519993c85f2babc9da2397a9 | |
| parent | 741a6f8ed4286e36f0c64256d7eda79e9c394f62 (diff) | |
| download | emacs-985dacfa0f0186531fdae13718d720cf7e27425f.tar.gz emacs-985dacfa0f0186531fdae13718d720cf7e27425f.zip | |
; NEWS update for the last change in etags
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1925,7 +1925,7 @@ Those features have been deprecated in Gtk+ for a long time. | |||
| 1925 | +++ | 1925 | +++ |
| 1926 | *** etags no longer qualifies class members by default. | 1926 | *** etags no longer qualifies class members by default. |
| 1927 | 1927 | ||
| 1928 | By default, `etags' will not qualify class members for C-like | 1928 | By default, `etags' will not qualify class members for Perl and C-like |
| 1929 | object-oriented languages with their class names and namespaces, and | 1929 | object-oriented languages with their class names and namespaces, and |
| 1930 | will remove qualifications used explicitly in the code from the tag | 1930 | will remove qualifications used explicitly in the code from the tag |
| 1931 | names it puts in TAGS files. This is so the etags.el back-end for | 1931 | names it puts in TAGS files. This is so the etags.el back-end for |
| @@ -1933,8 +1933,8 @@ names it puts in TAGS files. This is so the etags.el back-end for | |||
| 1933 | positives. | 1933 | positives. |
| 1934 | 1934 | ||
| 1935 | Use --class-qualify (-Q) if you want the old default behavior of | 1935 | Use --class-qualify (-Q) if you want the old default behavior of |
| 1936 | qualifying class members in C++, Java, and Objective C. Note that | 1936 | qualifying class members in C++, Java, Objective C, and Perl. Note |
| 1937 | using -Q might make some class members become "unknown" to `M-.' | 1937 | that using -Q might make some class members become "unknown" to `M-.' |
| 1938 | (`xref-find-definitions'); if so, you can use `C-u M-.' to specify the | 1938 | (`xref-find-definitions'); if so, you can use `C-u M-.' to specify the |
| 1939 | qualified names by hand. | 1939 | qualified names by hand. |
| 1940 | 1940 | ||