comparison etc/NEWS @ 63612:df65ae1d9d1b

Fix spellings.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 21 Jun 2005 11:40:22 +0000
parents f3ed2587aecc
children 1707ee95a0b3
comparison
equal deleted inserted replaced
63611:e674f801b65f 63612:df65ae1d9d1b
1980 exceptions are M-a (c-beginning-of-statement) and M-e 1980 exceptions are M-a (c-beginning-of-statement) and M-e
1981 (c-end-of-statement) which haven't yet been adapted. 1981 (c-end-of-statement) which haven't yet been adapted.
1982 1982
1983 The notion of "defun" has been augmented to include AWK pattern-action 1983 The notion of "defun" has been augmented to include AWK pattern-action
1984 pairs. C-M-a (c-awk-beginning-of-defun) and C-M-e (c-awk-end-of-defun) 1984 pairs. C-M-a (c-awk-beginning-of-defun) and C-M-e (c-awk-end-of-defun)
1985 recognise these pattern-action pairs, as well as user defined 1985 recognize these pattern-action pairs, as well as user defined
1986 functions. 1986 functions.
1987 1987
1988 **** Auto-newline Insertion and Clean-ups 1988 **** Auto-newline Insertion and Clean-ups
1989 Auto-newline insertion hasn't yet been adapted for AWK. Some of 1989 Auto-newline insertion hasn't yet been adapted for AWK. Some of
1990 the clean-ups can actually convert good AWK code into syntactically 1990 the clean-ups can actually convert good AWK code into syntactically
2017 attaching more information. They are now lists instead of single cons 2017 attaching more information. They are now lists instead of single cons
2018 cells. E.g. a line that previously had the syntactic analysis 2018 cells. E.g. a line that previously had the syntactic analysis
2019 2019
2020 ((inclass . 11) (topmost-intro . 13)) 2020 ((inclass . 11) (topmost-intro . 13))
2021 2021
2022 is now analysed as 2022 is now analyzed as
2023 2023
2024 ((inclass 11) (topmost-intro 13)) 2024 ((inclass 11) (topmost-intro 13))
2025 2025
2026 In some cases there are more than one position given for a syntactic 2026 In some cases there are more than one position given for a syntactic
2027 symbol. 2027 symbol.
2540 2540
2541 **** The `::' qualifier triggers C++ parsing in C file. 2541 **** The `::' qualifier triggers C++ parsing in C file.
2542 2542
2543 Previously, only the `template' and `class' keywords had this effect. 2543 Previously, only the `template' and `class' keywords had this effect.
2544 2544
2545 **** The GCC __attribute__ keyword is now recognised and ignored. 2545 **** The GCC __attribute__ keyword is now recognized and ignored.
2546 2546
2547 **** New language HTML. 2547 **** New language HTML.
2548 2548
2549 Tags are generated for `title' as well as `h1', `h2', and `h3'. Also, 2549 Tags are generated for `title' as well as `h1', `h2', and `h3'. Also,
2550 when `name=' is used inside an anchor and whenever `id=' is used. 2550 when `name=' is used inside an anchor and whenever `id=' is used.
3940 These replace the old function `process-kill-without-query'. That 3940 These replace the old function `process-kill-without-query'. That
3941 function is still supported, but new code should use the new 3941 function is still supported, but new code should use the new
3942 functions. 3942 functions.
3943 3943
3944 *** Function `signal-process' now accepts a process object or process 3944 *** Function `signal-process' now accepts a process object or process
3945 name in addition to a process id to identify the signalled process. 3945 name in addition to a process id to identify the signaled process.
3946 3946
3947 *** Processes now have an associated property list where programs can 3947 *** Processes now have an associated property list where programs can
3948 maintain process state and other per-process related information. 3948 maintain process state and other per-process related information.
3949 3949
3950 Use the new functions `process-get' and `process-put' to access, add, 3950 Use the new functions `process-get' and `process-put' to access, add,
13307 not by default. Use --members to turn this feature on. 13307 not by default. Use --members to turn this feature on.
13308 13308
13309 *** C++ member functions are now recognized as tags. 13309 *** C++ member functions are now recognized as tags.
13310 13310
13311 *** Java is tagged like C++. In addition, "extends" and "implements" 13311 *** Java is tagged like C++. In addition, "extends" and "implements"
13312 constructs are tagged. Files are recognised by the extension .java. 13312 constructs are tagged. Files are recognized by the extension .java.
13313 13313
13314 *** Etags can now handle programs written in Postscript. Files are 13314 *** Etags can now handle programs written in Postscript. Files are
13315 recognised by the extensions .ps and .pdb (Postscript with C syntax). 13315 recognized by the extensions .ps and .pdb (Postscript with C syntax).
13316 In Postscript, tags are lines that start with a slash. 13316 In Postscript, tags are lines that start with a slash.
13317 13317
13318 *** Etags now handles Objective C and Objective C++ code. The usual C and 13318 *** Etags now handles Objective C and Objective C++ code. The usual C and
13319 C++ tags are recognized in these languages; in addition, etags 13319 C++ tags are recognized in these languages; in addition, etags
13320 recognizes special Objective C syntax for classes, class categories, 13320 recognizes special Objective C syntax for classes, class categories,
13321 methods and protocols. 13321 methods and protocols.
13322 13322
13323 *** Etags also handles Cobol. Files are recognised by the extension 13323 *** Etags also handles Cobol. Files are recognized by the extension
13324 .cobol. The tagged lines are those containing a word that begins in 13324 .cobol. The tagged lines are those containing a word that begins in
13325 column 8 and ends in a full stop, i.e. anything that could be a 13325 column 8 and ends in a full stop, i.e. anything that could be a
13326 paragraph name. 13326 paragraph name.
13327 13327
13328 *** Regexps in Etags now support intervals, as in ed or grep. The syntax of 13328 *** Regexps in Etags now support intervals, as in ed or grep. The syntax of