aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 91886c8b0a1..3e87ee70165 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -698,6 +698,9 @@ per line. Lines beginning with space or tab are ignored.
698 698
699*** New language parsing features 699*** New language parsing features
700 700
701**** The `::' qualifier triggers C++ parsing in C file.
702Previously, only the `template' and `class' keywords had this effect.
703
701**** In Perl, packages are tags. 704**** In Perl, packages are tags.
702Subroutine tags are named from their package. You can jump to sub tags 705Subroutine tags are named from their package. You can jump to sub tags
703as you did before, by the sub name, or additionally by looking for 706as you did before, by the sub name, or additionally by looking for