diff options
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 20 |
1 files changed, 15 insertions, 5 deletions
| @@ -159,6 +159,10 @@ in the other directories in `load-path'. (-L is short for --directory.) | |||
| 159 | ** The command line option --no-windows has been changed to | 159 | ** The command line option --no-windows has been changed to |
| 160 | --no-window-system. The old one still works, but is deprecated. | 160 | --no-window-system. The old one still works, but is deprecated. |
| 161 | 161 | ||
| 162 | --- | ||
| 163 | ** If the environment variable DISPLAY specifies an unreachable X display, | ||
| 164 | Emacs will now startup as if invoked with the --no-window-system option. | ||
| 165 | |||
| 162 | +++ | 166 | +++ |
| 163 | ** The -f option, used from the command line to call a function, | 167 | ** The -f option, used from the command line to call a function, |
| 164 | now reads arguments for the function interactively if it is | 168 | now reads arguments for the function interactively if it is |
| @@ -320,6 +324,11 @@ cycle for each frame, using the frame-local buffer list. | |||
| 320 | converts whitespace around point to N spaces. | 324 | converts whitespace around point to N spaces. |
| 321 | 325 | ||
| 322 | --- | 326 | --- |
| 327 | ** C-x 5 C-o displays a specified buffer in another frame | ||
| 328 | but does not switch to that frame. It's the multi-frame | ||
| 329 | analogue of C-x 4 C-o. | ||
| 330 | |||
| 331 | --- | ||
| 323 | ** New commands to operate on pairs of open and close characters: | 332 | ** New commands to operate on pairs of open and close characters: |
| 324 | `insert-pair', `delete-pair', `raise-sexp'. | 333 | `insert-pair', `delete-pair', `raise-sexp'. |
| 325 | 334 | ||
| @@ -873,11 +882,6 @@ fontification in Info, remove `turn-on-font-lock' from | |||
| 873 | `Info-mode-hook'. | 882 | `Info-mode-hook'. |
| 874 | 883 | ||
| 875 | +++ | 884 | +++ |
| 876 | *** font-lock-lines-before specifies a number of lines before the | ||
| 877 | current line that should be refontified when you change the buffer. | ||
| 878 | The default value is 1. | ||
| 879 | |||
| 880 | +++ | ||
| 881 | *** font-lock: in modes like C and Lisp where the fontification assumes that | 885 | *** font-lock: in modes like C and Lisp where the fontification assumes that |
| 882 | an open-paren in column 0 is always outside of any string or comment, | 886 | an open-paren in column 0 is always outside of any string or comment, |
| 883 | font-lock now highlights any such open-paren-in-column-zero in bold-red | 887 | font-lock now highlights any such open-paren-in-column-zero in bold-red |
| @@ -2597,6 +2601,12 @@ of BibTeX entry to kill ring (bound to C-c C-t). | |||
| 2597 | bibtex-autokey-expand-strings control the expansion of strings when | 2601 | bibtex-autokey-expand-strings control the expansion of strings when |
| 2598 | extracting the content of a BibTeX field. | 2602 | extracting the content of a BibTeX field. |
| 2599 | 2603 | ||
| 2604 | *** The variables `bibtex-autokey-name-case-convert' and | ||
| 2605 | `bibtex-autokey-titleword-case-convert' have been renamed to | ||
| 2606 | `bibtex-autokey-name-case-convert-function' and | ||
| 2607 | `bibtex-autokey-titleword-case-convert-function'. The old names are | ||
| 2608 | still available as aliases. | ||
| 2609 | |||
| 2600 | +++ | 2610 | +++ |
| 2601 | ** In Enriched mode, `set-left-margin' and `set-right-margin' are now | 2611 | ** In Enriched mode, `set-left-margin' and `set-right-margin' are now |
| 2602 | by default bound to `C-c [' and `C-c ]' instead of the former `C-c C-l' | 2612 | by default bound to `C-c [' and `C-c ]' instead of the former `C-c C-l' |