diff options
| -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 | ||