aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Jose Latorre2008-07-24 03:56:00 +0000
committerVinicius Jose Latorre2008-07-24 03:56:00 +0000
commit2f56f788e1e3a6328aa2d1ae09c7a1a59d9329c8 (patch)
tree9e5ef54bba85394697b5e49effa660bd39929d33
parentf63b48bb47efca9b8aae79df85be8d832c6523dc (diff)
downloademacs-2f56f788e1e3a6328aa2d1ae09c7a1a59d9329c8.tar.gz
emacs-2f56f788e1e3a6328aa2d1ae09c7a1a59d9329c8.zip
Add whitespace package information.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS6
2 files changed, 9 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 05d627c1078..92598c8d622 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2
3 * NEWS: Add information about whitespace package.
4
12008-07-19 Juri Linkov <juri@jurta.org> 52008-07-19 Juri Linkov <juri@jurta.org>
2 6
3 * tutorials/TUTORIAL: Add information about C-g to the introduction. 7 * tutorials/TUTORIAL: Add information about C-g to the introduction.
diff --git a/etc/NEWS b/etc/NEWS
index af4af68f1db..e001db937ad 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -498,7 +498,11 @@ lines. This is a more reliable replacement for longlines-mode.
498 498
499** A new `whitespace' package has been installed, and the pre-existing one 499** A new `whitespace' package has been installed, and the pre-existing one
500renamed to `old-whitespace'. 500renamed to `old-whitespace'.
501[FIXME someone explain why this is good, if it is...] 501Now, besides reporting bogus blanks, whitespace package has a minor mode and a
502global minor mode to visualize blanks (TAB, (HARD) SPACE and NEWLINE). The
503visualization is made via faces and/or display table. Also it is possible to
504select which kind of blanks should be visualized, for example, trailing blanks,
505leading blanks, spaces, tabs, newlines, etc.
502 506
503** zeroconf.el offers service discovery and service publishing 507** zeroconf.el offers service discovery and service publishing
504interfaces according to the zeroconf specification. It communicates 508interfaces according to the zeroconf specification. It communicates