comparison etc/NEWS @ 52089:0713c3d48620

Mention `compilation-environment'.
author John Paul Wallington <jpw@pobox.com>
date Thu, 31 Jul 2003 00:12:57 +0000
parents f3d2ca716f2c
children 2f8d4ec4e546
comparison
equal deleted inserted replaced
52088:25a82706af5e 52089:0713c3d48620
1373 +++ 1373 +++
1374 ** New user option `inhibit-startup-buffer-menu'. 1374 ** New user option `inhibit-startup-buffer-menu'.
1375 When loading many files, for instance with `emacs *', Emacs normally 1375 When loading many files, for instance with `emacs *', Emacs normally
1376 displays a buffer menu. This option turns the buffer menu off. 1376 displays a buffer menu. This option turns the buffer menu off.
1377 1377
1378 ** New user option `compilation-environment'.
1379 This option allows you to specify environment variables for inferior
1380 compilation processes without affecting the environment that all
1381 subprocesses inherit.
1382
1378 --- 1383 ---
1379 ** Rmail now displays 5-digit message ids in its summary buffer. 1384 ** Rmail now displays 5-digit message ids in its summary buffer.
1380 1385
1381 --- 1386 ---
1382 ** On MS Windows, the "system caret" now follows the cursor. 1387 ** On MS Windows, the "system caret" now follows the cursor.
1629 Emacs will still work on terminals that require magic cookies in order 1634 Emacs will still work on terminals that require magic cookies in order
1630 to use standout mode, however they will not be able to display 1635 to use standout mode, however they will not be able to display
1631 mode-lines in inverse-video. 1636 mode-lines in inverse-video.
1632 1637
1633 --- 1638 ---
1634 ** cplus-md.el has been removed to avoid problems with Custom. 1639 ** cplus-md.el has been removed to avoid problems with Custom.
1635 1640
1636 ** New package benchmark.el contains simple support for convenient 1641 ** New package benchmark.el contains simple support for convenient
1637 timing measurements of code (including the garbage collection component). 1642 timing measurements of code (including the garbage collection component).
1638 1643
1639 ** The default values of paragraph-start and indent-line-function have 1644 ** The default values of paragraph-start and indent-line-function have