diff options
| author | Gerd Moellmann | 1999-12-21 09:13:56 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-12-21 09:13:56 +0000 |
| commit | 3476b54a0c4b081c406110a2efc710b2ac903120 (patch) | |
| tree | ede88463d4cab0eae3efeabb9b817eb4552f1a26 | |
| parent | 2936437d104ffd8bd99252d669563c267c7d3d2e (diff) | |
| download | emacs-3476b54a0c4b081c406110a2efc710b2ac903120.tar.gz emacs-3476b54a0c4b081c406110a2efc710b2ac903120.zip | |
Font-lock changes by Anders Lindgren.
CWarn.
| -rw-r--r-- | etc/NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
| @@ -305,6 +305,12 @@ specifies a number of lines. If nil, don't resize. | |||
| 305 | 305 | ||
| 306 | Default is 0.25. | 306 | Default is 0.25. |
| 307 | 307 | ||
| 308 | ** Changes in Font Lock | ||
| 309 | |||
| 310 | *** The new function `font-lock-remove-keywords' can be used to remove | ||
| 311 | font-lock keywords from the current buffer or from a specific major | ||
| 312 | mode. | ||
| 313 | |||
| 308 | ** Comint (subshell) changes | 314 | ** Comint (subshell) changes |
| 309 | 315 | ||
| 310 | Comint now includes new features to send commands to running processes | 316 | Comint 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 | ||
| 698 | suspicious C and C++ constructions. Currently, assignments inside | ||
| 699 | expressions, semicolon following `if', `for' and `while' (except, of | ||
| 700 | course, after a `do .. while' statement), and C++ functions with | ||
| 701 | reference parameters are recognized. The modes require font-lock mode | ||
| 702 | to 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. |