]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Edit view-buffer entry.
authorGlenn Morris <rgm@gnu.org>
Mon, 30 Jan 2012 09:06:54 +0000 (01:06 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 30 Jan 2012 09:06:54 +0000 (01:06 -0800)
See http://debbugs.gnu.org/10650

etc/NEWS

index 26dee8dc91796ae1a9ddd57374ed354d70cfc97d..de0d370bfa3b23363d61eb45e7173567e257ccea 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -999,9 +999,12 @@ of the header line.
 
 ** A backquote not followed by a space is now always treated as new-style.
 
-** Test for special mode-class was moved from view-file to view-buffer.
-FIXME: This only says what was changed, but not what are the
-programmer-visible consequences.
+---
+** View mode's test for a special mode-class is now in view-buffer.
+So now this command respects special modes too - previously only
+view-file did.  Note that commands such as view-file-other-frame still
+do not respect this feature - this inconsistency should probably be
+fixed in a future release.
 
 ** Passing a nil argument to a minor mode function now turns the mode
 ON unconditionally.