Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9e2f9049
Commit
9e2f9049
authored
May 27, 2015
by
Eli Zaretskii
Browse files
; etc/NEWS: Document recent changes in 'etags'.
parent
401b4c40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
etc/NEWS
etc/NEWS
+16
-0
No files found.
etc/NEWS
View file @
9e2f9049
...
...
@@ -989,6 +989,22 @@ is strongly dedicated to its buffer.
** Tearoff menus and detachable toolbars for Gtk+ has been removed.
Those features have been deprecated in Gtk+ for a long time.
** Miscellaneous
*** etags no longer qualifies class members by default.
By default, `etags'
will
not
qualify
class
members
for
C
-
like
object
-
oriented
languages
with
their
class
names
and
namespaces
,
and
will
remove
qualifications
used
explicitly
in
the
code
from
the
tag
names
it
puts
in
TAGS
files
.
This
is
so
the
etags
.
el
back
-
end
for
`
xref
-
find
-
definitions
' is more accurate and produces less false
positives.
Use --class-qualify (-Q) if you want the old default behavior of
qualifying class members in C++, Java, and Objective C. Note that
using -Q might make some class members become "unknown" to `M-.'
(`
xref
-
find
-
definitions
'); if so, you can use `C-u M-.'
to
specify
the
qualified
names
by
hand
.
*
Changes
in
Emacs
25.1
on
Non
-
Free
Operating
Systems
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment