From: Eli Zaretskii Date: Thu, 12 Jul 2001 07:18:18 +0000 (+0000) Subject: Mention antlr-mode. X-Git-Tag: emacs-pretest-21.0.104~13 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9540ec3fb474d488b2b280a4712dd449d8be13d2;p=emacs.git Mention antlr-mode. --- diff --git a/etc/NEWS b/etc/NEWS index a25516cfdc3..b0f00befba6 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2179,6 +2179,10 @@ facilities for Emacs, similar to what zsh and tcsh offer. The main difference is that completion functions are written in Lisp, meaning they can be profiled, debugged, etc. +*** antlr-mode is a new major mode for editing ANTLR grammar files. +It is automatically turned on for files whose names have the extension +`.g'. + +++ ** Refill minor mode provides preliminary support for keeping paragraphs filled as you modify them.