diff options
| author | Stefan Monnier | 2003-04-11 19:05:32 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-04-11 19:05:32 +0000 |
| commit | 0ec6b206d470e8067dabd705351bb88dd6392ab0 (patch) | |
| tree | df61c480b3b0fabd5e8b032728e3d017322b8c0a | |
| parent | b688ed4495da1a5055a7a15a90367fd19ce8d25f (diff) | |
| download | emacs-0ec6b206d470e8067dabd705351bb88dd6392ab0.tar.gz emacs-0ec6b206d470e8067dabd705351bb88dd6392ab0.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 9 insertions, 1 deletions
| @@ -96,6 +96,8 @@ from the locale. | |||
| 96 | You can now put the init files .emacs and .emacs_SHELL under | 96 | You 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 | ||
| 101 | Upgraded to MH-E version 7.2. There have been major changes since | 103 | Upgraded 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. | |||
| 311 | The variable `automatic-hscrolling' was renamed to | 313 | The 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 |
| 316 | by two new user options: `tex-start-options', which should hold | 319 | by two new user options: `tex-start-options', which should hold |
| 317 | command-line options to feed to TeX, and `tex-start-commands' which should hold | 320 | command-line options to feed to TeX, and `tex-start-commands' which should hold |
| 318 | TeX commands to use at startup. | 321 | TeX commands to use at startup. |
| 322 | *** verbatim environments are now highlighted in courier by font-lock | ||
| 323 | and 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 | |||
| 1964 | are used by define-derived-mode to make sure the mode hook for the | 1969 | are used by define-derived-mode to make sure the mode hook for the |
| 1965 | parent mode is run at the end of the child mode. | 1970 | parent mode is run at the end of the child mode. |
| 1966 | 1971 | ||
| 1972 | ** define-minor-mode now accepts arbitrary additional keyword arguments | ||
| 1973 | and 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. |
| 1968 | It does not copy abbrevs from the parent mode's abbrev table. | 1976 | It does not copy abbrevs from the parent mode's abbrev table. |
| 1969 | 1977 | ||