comparison etc/NEWS @ 35297:e268b7b500f0

Changes for makefile support in etags.
author Francesco Potortì <pot@gnu.org>
date Sun, 14 Jan 2001 20:48:05 +0000
parents 80050ac10dbf
children f30feeecf1c1
comparison
equal deleted inserted replaced
35296:13441490c2f3 35297:e268b7b500f0
228 menu or the Edit menu if there is no major mode menu. 228 menu or the Edit menu if there is no major mode menu.
229 229
230 ** Variable `load-path' is no longer customizable because it contains 230 ** Variable `load-path' is no longer customizable because it contains
231 a version-dependent component. 231 a version-dependent component.
232 232
233 ** The new user-option `delete-key-deletes-forward' can be set to 233 ** The new user-option `delete-key-deletes-forward' can be set to
234 let the Delete function key delete forward instead of backward. 234 let the Delete function key delete forward instead of backward.
235 235
236 On window systems, the default value of this option is chosen 236 On window systems, the default value of this option is chosen
237 according to the keyboard used. If the keyboard has both a Backspace 237 according to the keyboard used. If the keyboard has both a Backspace
238 key and a Delete key, and both are mapped to their usual meanings, the 238 key and a Delete key, and both are mapped to their usual meanings, the
1446 *** In Java, tags are created for "interface". 1446 *** In Java, tags are created for "interface".
1447 1447
1448 *** In Lisp, "(defstruct (foo", "(defun (operator" and similar constructs 1448 *** In Lisp, "(defstruct (foo", "(defun (operator" and similar constructs
1449 are now tagged. 1449 are now tagged.
1450 1450
1451 *** In makefiles, tags the targets.
1452
1451 *** In Perl, the --globals option tags global variables. my and local 1453 *** In Perl, the --globals option tags global variables. my and local
1452 variables are tagged. 1454 variables are tagged.
1453 1455
1454 *** New language Python: def and class at the beginning of a line are tags. 1456 *** New language Python: def and class at the beginning of a line are tags.
1455 1457
1508 releases have 8859-15. There are new Latin-8 and Latin-9 prefix 1510 releases have 8859-15. There are new Latin-8 and Latin-9 prefix
1509 (only) and Polish slash input methods in Leim. 1511 (only) and Polish slash input methods in Leim.
1510 1512
1511 +++ 1513 +++
1512 ** New language environments `Dutch' and `Spanish'. 1514 ** New language environments `Dutch' and `Spanish'.
1513 These new environments mainly select appropriate translations 1515 These new environments mainly select appropriate translations
1514 of the tutorial. 1516 of the tutorial.
1515 1517
1516 +++ 1518 +++
1517 ** Fortran mode has a new command `fortran-strip-sequence-nos' to 1519 ** Fortran mode has a new command `fortran-strip-sequence-nos' to
1518 remove text past column 72. The syntax class of `\' in Fortran is now 1520 remove text past column 72. The syntax class of `\' in Fortran is now
2073 * Incompatible Lisp changes 2075 * Incompatible Lisp changes
2074 2076
2075 There are a few Lisp changes which are not backwards-compatible and 2077 There are a few Lisp changes which are not backwards-compatible and
2076 may require changes to existing code. Here is a list for reference. 2078 may require changes to existing code. Here is a list for reference.
2077 2079
2078 ** Since `format' preserves text properties, the idiom 2080 ** Since `format' preserves text properties, the idiom
2079 `(format %s foo)' no longer works to remove properties. 2081 `(format %s foo)' no longer works to remove properties.
2080 2082
2081 ** Since the `keymap' text property now has significance, some code 2083 ** Since the `keymap' text property now has significance, some code
2082 which uses both `local-map' and `keymap' properties (for portability) 2084 which uses both `local-map' and `keymap' properties (for portability)
2083 may, for instance, give rise to duplicate menus when the keymaps from 2085 may, for instance, give rise to duplicate menus when the keymaps from
3229 width specified by a face, then---within fonts with that width---tries 3231 width specified by a face, then---within fonts with that width---tries
3230 to find a best match for the specified font height, etc. 3232 to find a best match for the specified font height, etc.
3231 3233
3232 Setting `face-font-family-alternatives' allows the user to specify 3234 Setting `face-font-family-alternatives' allows the user to specify
3233 alternative font families to try if a family specified by a face 3235 alternative font families to try if a family specified by a face
3234 doesn't exist. 3236 doesn't exist.
3235 3237
3236 Setting `face-font-registry-alternatives' allows the user to specify 3238 Setting `face-font-registry-alternatives' allows the user to specify
3237 all alternative font registry names to try for a face speciying a 3239 all alternative font registry names to try for a face speciying a
3238 registry. 3240 registry.
3239 3241