aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-12-21 09:13:56 +0000
committerGerd Moellmann1999-12-21 09:13:56 +0000
commit3476b54a0c4b081c406110a2efc710b2ac903120 (patch)
treeede88463d4cab0eae3efeabb9b817eb4552f1a26
parent2936437d104ffd8bd99252d669563c267c7d3d2e (diff)
downloademacs-3476b54a0c4b081c406110a2efc710b2ac903120.tar.gz
emacs-3476b54a0c4b081c406110a2efc710b2ac903120.zip
Font-lock changes by Anders Lindgren.
CWarn.
-rw-r--r--etc/NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a7234a11b6b..5f61fcfc048 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -305,6 +305,12 @@ specifies a number of lines. If nil, don't resize.
305 305
306Default is 0.25. 306Default is 0.25.
307 307
308** Changes in Font Lock
309
310*** The new function `font-lock-remove-keywords' can be used to remove
311font-lock keywords from the current buffer or from a specific major
312mode.
313
308** Comint (subshell) changes 314** Comint (subshell) changes
309 315
310Comint now includes new features to send commands to running processes 316Comint now includes new features to send commands to running processes
@@ -688,6 +694,13 @@ appropriate for C-style escape sequences in strings.
688 694
689** New modes and packages 695** New modes and packages
690 696
697*** The minor modes cwarn-mode and global-cwarn-mode highlights
698suspicious C and C++ constructions. Currently, assignments inside
699expressions, semicolon following `if', `for' and `while' (except, of
700course, after a `do .. while' statement), and C++ functions with
701reference parameters are recognized. The modes require font-lock mode
702to be enabled.
703
691*** 5x5.el is a simple puzzle game. 704*** 5x5.el is a simple puzzle game.
692 705
693*** hl-line.el provides a minor mode to highlight the current line. 706*** hl-line.el provides a minor mode to highlight the current line.