comparison etc/NEWS @ 32741:5f74213c8d48

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 22 Oct 2000 10:00:59 +0000
parents 51b05505a602
children 7424aeb6f60d
comparison
equal deleted inserted replaced
32740:fd9781e17343 32741:5f74213c8d48
842 *** Unless the file is under version control the search for a file's 842 *** Unless the file is under version control the search for a file's
843 version number is performed based on regular expressions from 843 version number is performed based on regular expressions from
844 `change-log-version-number-regexp-list' which can be cutomized. 844 `change-log-version-number-regexp-list' which can be cutomized.
845 Version numbers are only found in the first 10 percent of a file. 845 Version numbers are only found in the first 10 percent of a file.
846 846
847 *** Change Log mode now defines its own faces for font-lock 847 *** Change Log mode now defines its own faces for font-lock highlighting.
848 highlighting.
849 848
850 ** Changes to cmuscheme 849 ** Changes to cmuscheme
851 850
852 *** The user-option `scheme-program-name' has been renamed 851 *** The user-option `scheme-program-name' has been renamed
853 `cmuscheme-program-name' due to conflicts with xscheme.el. 852 `cmuscheme-program-name' due to conflicts with xscheme.el.
855 ** Changes in Font Lock 854 ** Changes in Font Lock
856 855
857 *** The new function `font-lock-remove-keywords' can be used to remove 856 *** The new function `font-lock-remove-keywords' can be used to remove
858 font-lock keywords from the current buffer or from a specific major 857 font-lock keywords from the current buffer or from a specific major
859 mode. 858 mode.
859
860 *** multiline patterns are now supported.
860 861
861 ** Comint (subshell) changes 862 ** Comint (subshell) changes
862 863
863 By default, comint no longer uses the variable `comint-prompt-regexp' to 864 By default, comint no longer uses the variable `comint-prompt-regexp' to
864 distinguish prompts from user-input. Instead, it notices which parts of 865 distinguish prompts from user-input. Instead, it notices which parts of