aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2003-04-11 19:05:32 +0000
committerStefan Monnier2003-04-11 19:05:32 +0000
commit0ec6b206d470e8067dabd705351bb88dd6392ab0 (patch)
treedf61c480b3b0fabd5e8b032728e3d017322b8c0a
parentb688ed4495da1a5055a7a15a90367fd19ce8d25f (diff)
downloademacs-0ec6b206d470e8067dabd705351bb88dd6392ab0.tar.gz
emacs-0ec6b206d470e8067dabd705351bb88dd6392ab0.zip
*** empty log message ***
-rw-r--r--etc/NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 38a32b628a4..e1c6715c61a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -96,6 +96,8 @@ from the locale.
96You can now put the init files .emacs and .emacs_SHELL under 96You can now put the init files .emacs and .emacs_SHELL under
97~/.emacs.d or directly under ~. Emacs will find them in either place. 97~/.emacs.d or directly under ~. Emacs will find them in either place.
98 98
99** partial-completion-mode now does partial completion on directory names.
100
99** MH-E changes. 101** MH-E changes.
100 102
101Upgraded to MH-E version 7.2. There have been major changes since 103Upgraded to MH-E version 7.2. There have been major changes since
@@ -311,11 +313,14 @@ gives the fraction of the window's width to scroll the window.
311The variable `automatic-hscrolling' was renamed to 313The variable `automatic-hscrolling' was renamed to
312`auto-hscroll-mode'. The old name is still available as an alias. 314`auto-hscroll-mode'. The old name is still available as an alias.
313 315
316** TeX:
314+++ 317+++
315** The user option `tex-start-options-string' has been replaced 318*** The user option `tex-start-options-string' has been replaced
316by two new user options: `tex-start-options', which should hold 319by two new user options: `tex-start-options', which should hold
317command-line options to feed to TeX, and `tex-start-commands' which should hold 320command-line options to feed to TeX, and `tex-start-commands' which should hold
318TeX commands to use at startup. 321TeX commands to use at startup.
322*** verbatim environments are now highlighted in courier by font-lock
323and super/sub-scripts are made into super/sub-scripts.
319 324
320+++ 325+++
321** New display feature: focus follows the mouse from one Emacs window 326** New display feature: focus follows the mouse from one Emacs window
@@ -1964,6 +1969,9 @@ or `bg:COLOR' has been removed. Lisp programs should use the
1964are used by define-derived-mode to make sure the mode hook for the 1969are used by define-derived-mode to make sure the mode hook for the
1965parent mode is run at the end of the child mode. 1970parent mode is run at the end of the child mode.
1966 1971
1972** define-minor-mode now accepts arbitrary additional keyword arguments
1973and simply passes them to defcustom, if applicable.
1974
1967** define-derived-mode by default creates a new empty abbrev table. 1975** define-derived-mode by default creates a new empty abbrev table.
1968It does not copy abbrevs from the parent mode's abbrev table. 1976It does not copy abbrevs from the parent mode's abbrev table.
1969 1977