# HG changeset patch # User Martin Rudalics # Date 1200768408 0 # Node ID 00321492f35d97975c48ce17dc13f78b0645a6ae # Parent cec6a1fe32a49670d5d43a71de842216815053cd *** empty log message *** diff -r cec6a1fe32a4 -r 00321492f35d etc/NEWS --- a/etc/NEWS Sat Jan 19 16:32:23 2008 +0000 +++ b/etc/NEWS Sat Jan 19 18:46:48 2008 +0000 @@ -280,6 +280,9 @@ ** eldoc highlights the function argument under point with the face `eldoc-highlight-function-argument'. +** hide-ifdef-mode permits to shadow ifdef-blocks instead of hiding them. +See option `hide-ifdef-shadow' and function `hide-ifdef-toggle-shadowing'. + +++ ** defcustom accepts new keyword arguments, `:safe' and `:risky', which set a variable's `safe-local-variable' and `risky-local-variable' property.