aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS20
1 files changed, 15 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b7d93fe51bb..02635fae29d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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,
164Emacs 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,
164now reads arguments for the function interactively if it is 168now reads arguments for the function interactively if it is
@@ -320,6 +324,11 @@ cycle for each frame, using the frame-local buffer list.
320converts whitespace around point to N spaces. 324converts whitespace around point to N spaces.
321 325
322--- 326---
327** C-x 5 C-o displays a specified buffer in another frame
328but does not switch to that frame. It's the multi-frame
329analogue 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
877current line that should be refontified when you change the buffer.
878The 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
882an open-paren in column 0 is always outside of any string or comment, 886an open-paren in column 0 is always outside of any string or comment,
883font-lock now highlights any such open-paren-in-column-zero in bold-red 887font-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).
2597bibtex-autokey-expand-strings control the expansion of strings when 2601bibtex-autokey-expand-strings control the expansion of strings when
2598extracting the content of a BibTeX field. 2602extracting 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
2608still 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
2602by default bound to `C-c [' and `C-c ]' instead of the former `C-c C-l' 2612by default bound to `C-c [' and `C-c ]' instead of the former `C-c C-l'