NEWS: untabified and added file local variables block

Changed all tabs to 8 spaces (M-x untabify over region of the
whole file).

Now this looks uniformly on all viewers (using fixed-width font)
and the observed difference between this "source" file and markdown
generated html output on browser window is smaller. In markdown to
html conversions tab and 8 spaces indents differently.

Also the "Local variables:" block added to the end of this file
attempts to ensure tabs are always expanded; whether the used editor
is Emacs or Vi.
This commit is contained in:
Tomi Ollila 2012-04-26 22:52:29 +03:00 committed by David Bremner
parent ce53850290
commit 3ac72151c2

10
NEWS
View file

@ -1759,3 +1759,13 @@ a performance bug that made notmuch very slow when modifying
tags. This would cause distracting pauses when reading mail while tags. This would cause distracting pauses when reading mail while
notmuch would wait for Xapian when removing the "inbox" and "unread" notmuch would wait for Xapian when removing the "inbox" and "unread"
tags from messages in a thread. tags from messages in a thread.
<!--
Local variables:
mode: text
tab-width: 8
indent-tabs-mode: nil
End:
vi: sw=8 ts=8 et
-->