comparison etc/NEWS @ 30412:527532050288

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 24 Jul 2000 11:17:36 +0000
parents 2047c9586451
children a4f7b3cc6705
comparison
equal deleted inserted replaced
30411:41f228350eca 30412:527532050288
758 incompatibilities will only show in very uncommon circumstances). 758 incompatibilities will only show in very uncommon circumstances).
759 However, since the impact is uncertain, these changes may be rolled 759 However, since the impact is uncertain, these changes may be rolled
760 back depending on user feedback. Therefore there's no forward 760 back depending on user feedback. Therefore there's no forward
761 compatibility guarantee wrt the new features introduced in this 761 compatibility guarantee wrt the new features introduced in this
762 release. 762 release.
763
764 *** c-style-variables-are-local-p now defaults to t.
765 This is an incompatible change that has been made to make the behavior
766 of the style system wrt global variable settings less confusing for
767 non-advanced users. If you know what this variable does you might
768 want to set it to nil in your .emacs, otherwise you probably don't
769 have to bother.
770
771 Defaulting c-style-variables-are-local-p to t avoids the confusing
772 situation that occurs when a user sets some style variables globally
773 and edit both a Java and a non-Java file in the same Emacs session.
774 If the style variables aren't buffer local in this case, loading of
775 the second file will cause the default style (either "gnu" or "java"
776 by default) to override the global settings made by the user.
763 777
764 *** New initialization procedure for the style system. 778 *** New initialization procedure for the style system.
765 When the initial style for a buffer is determined by CC Mode (from the 779 When the initial style for a buffer is determined by CC Mode (from the
766 variable c-default-style), the global values of style variables now 780 variable c-default-style), the global values of style variables now
767 take precedence over the values specified by the chosen style. This 781 take precedence over the values specified by the chosen style. This