comparison etc/NEWS @ 46226:d6e8e4f90f8c

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 07 Jul 2002 21:28:23 +0000
parents e89fee6c4aea
children 097c4cba0759
comparison
equal deleted inserted replaced
46225:172a10dd044b 46226:d6e8e4f90f8c
928 mode-lines in inverse-video. 928 mode-lines in inverse-video.
929 929
930 930
931 * Lisp Changes in Emacs 21.4 931 * Lisp Changes in Emacs 21.4
932 932
933 ** The functions all-completions and try-completion now accept lists
934 of strings as well as hash-tables additionally to alists, obarrays
935 and functions. Furthermore, the function `test-completion' is now
936 exported to Lisp.
937
933 ** When pure storage overflows while dumping, Emacs now prints how 938 ** When pure storage overflows while dumping, Emacs now prints how
934 much pure storage it will approximately need. 939 much pure storage it will approximately need.
935 940
936 ** The new variable `auto-coding-functions' lets you specify functions 941 ** The new variable `auto-coding-functions' lets you specify functions
937 to examine a file being visited and deduce the proper coding system 942 to examine a file being visited and deduce the proper coding system
1451 1456
1452 This function returns the buffer-local binding of VARIABLE (a symbol) 1457 This function returns the buffer-local binding of VARIABLE (a symbol)
1453 in buffer BUFFER. If VARIABLE does not have a buffer-local binding in 1458 in buffer BUFFER. If VARIABLE does not have a buffer-local binding in
1454 buffer BUFFER, it returns the default value of VARIABLE instead. 1459 buffer BUFFER, it returns the default value of VARIABLE instead.
1455 1460
1456 ** The default value of `paragraph-start' and `indent-line-function' has
1457 been changed to reflect the one used in Text mode rather than the one
1458 used in Indented Text mode.
1459
1460 ** New function `text-clone-create'. Text clones are chunks of text 1461 ** New function `text-clone-create'. Text clones are chunks of text
1461 that are kept identical by transparently propagating changes from one 1462 that are kept identical by transparently propagating changes from one
1462 clone to the other. 1463 clone to the other.
1463 1464
1464 ** font-lock can manage arbitrary text-properties beside `face'. 1465 ** font-lock can manage arbitrary text-properties beside `face'.
1474 1475
1475 ** The new function `run-mode-hooks' and the new macro `delay-mode-hooks' 1476 ** The new function `run-mode-hooks' and the new macro `delay-mode-hooks'
1476 are used by define-derived-mode to make sure the mode hook for the 1477 are used by define-derived-mode to make sure the mode hook for the
1477 parent mode is run at the end of the child mode. 1478 parent mode is run at the end of the child mode.
1478 1479
1480 +++
1479 ** `provide' and `featurep' now accept an optional second argument 1481 ** `provide' and `featurep' now accept an optional second argument
1480 to test/provide subfeatures. Also `provide' now checks `after-load-alist' 1482 to test/provide subfeatures. Also `provide' now checks `after-load-alist'
1481 and run any code associated with the provided feature. 1483 and run any code associated with the provided feature.
1482 1484
1483 ** The variable `compilation-parse-errors-filename-function' can 1485 ** The variable `compilation-parse-errors-filename-function' can