comparison etc/NEWS @ 26964:2939daf50656

Font-lock changes by Anders Lindgren. CWarn.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 21 Dec 1999 09:13:56 +0000
parents 73340d009a9f
children e9167a5cfad2
comparison
equal deleted inserted replaced
26963:f281dfbf8cd2 26964:2939daf50656
302 Maximum height for resizing mini-windows. If a float, it specifies a 302 Maximum height for resizing mini-windows. If a float, it specifies a
303 fraction of the mini-window frame's height. If an integer, it 303 fraction of the mini-window frame's height. If an integer, it
304 specifies a number of lines. If nil, don't resize. 304 specifies a number of lines. If nil, don't resize.
305 305
306 Default is 0.25. 306 Default is 0.25.
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.
307 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
311 and redirect the output to a designated buffer or buffers. 317 and redirect the output to a designated buffer or buffers.
685 ** SGML mode's default `sgml-validate-command' is now `nsgmls'. 691 ** SGML mode's default `sgml-validate-command' is now `nsgmls'.
686 692
687 ** A new command `view-emacs-problems' (C-h P) displays the PROBLEMS file. 693 ** A new command `view-emacs-problems' (C-h P) displays the PROBLEMS file.
688 694
689 ** New modes and packages 695 ** New modes and packages
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.
690 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.
694 707