Index: emacs/etc/NEWS diff -c emacs/etc/NEWS:1.1212 emacs/etc/NEWS:1.1213 *** emacs/etc/NEWS:1.1212 Fri Jun 17 14:42:39 2005 --- emacs/etc/NEWS Tue Jun 21 11:37:06 2005 *************** *** 1982,1988 **** The notion of "defun" has been augmented to include AWK pattern-action pairs. C-M-a (c-awk-beginning-of-defun) and C-M-e (c-awk-end-of-defun) ! recognise these pattern-action pairs, as well as user defined functions. **** Auto-newline Insertion and Clean-ups --- 1982,1988 ---- The notion of "defun" has been augmented to include AWK pattern-action pairs. C-M-a (c-awk-beginning-of-defun) and C-M-e (c-awk-end-of-defun) ! recognize these pattern-action pairs, as well as user defined functions. **** Auto-newline Insertion and Clean-ups *************** *** 2019,2025 **** ((inclass . 11) (topmost-intro . 13)) ! is now analysed as ((inclass 11) (topmost-intro 13)) --- 2019,2025 ---- ((inclass . 11) (topmost-intro . 13)) ! is now analyzed as ((inclass 11) (topmost-intro 13)) *************** *** 2542,2548 **** Previously, only the `template' and `class' keywords had this effect. ! **** The GCC __attribute__ keyword is now recognised and ignored. **** New language HTML. --- 2542,2548 ---- Previously, only the `template' and `class' keywords had this effect. ! **** The GCC __attribute__ keyword is now recognized and ignored. **** New language HTML. *************** *** 3942,3948 **** functions. *** Function `signal-process' now accepts a process object or process ! name in addition to a process id to identify the signalled process. *** Processes now have an associated property list where programs can maintain process state and other per-process related information. --- 3942,3948 ---- functions. *** Function `signal-process' now accepts a process object or process ! name in addition to a process id to identify the signaled process. *** Processes now have an associated property list where programs can maintain process state and other per-process related information. *************** *** 13309,13318 **** *** C++ member functions are now recognized as tags. *** Java is tagged like C++. In addition, "extends" and "implements" ! constructs are tagged. Files are recognised by the extension .java. *** Etags can now handle programs written in Postscript. Files are ! recognised by the extensions .ps and .pdb (Postscript with C syntax). In Postscript, tags are lines that start with a slash. *** Etags now handles Objective C and Objective C++ code. The usual C and --- 13309,13318 ---- *** C++ member functions are now recognized as tags. *** Java is tagged like C++. In addition, "extends" and "implements" ! constructs are tagged. Files are recognized by the extension .java. *** Etags can now handle programs written in Postscript. Files are ! recognized by the extensions .ps and .pdb (Postscript with C syntax). In Postscript, tags are lines that start with a slash. *** Etags now handles Objective C and Objective C++ code. The usual C and *************** *** 13320,13326 **** recognizes special Objective C syntax for classes, class categories, methods and protocols. ! *** Etags also handles Cobol. Files are recognised by the extension .cobol. The tagged lines are those containing a word that begins in column 8 and ends in a full stop, i.e. anything that could be a paragraph name. --- 13320,13326 ---- recognizes special Objective C syntax for classes, class categories, methods and protocols. ! *** Etags also handles Cobol. Files are recognized by the extension .cobol. The tagged lines are those containing a word that begins in column 8 and ends in a full stop, i.e. anything that could be a paragraph name.
_______________________________________________ Emacs-diffs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-diffs
