diff options
| author | Vinicius Jose Latorre | 2008-07-24 03:56:00 +0000 |
|---|---|---|
| committer | Vinicius Jose Latorre | 2008-07-24 03:56:00 +0000 |
| commit | 2f56f788e1e3a6328aa2d1ae09c7a1a59d9329c8 (patch) | |
| tree | 9e5ef54bba85394697b5e49effa660bd39929d33 | |
| parent | f63b48bb47efca9b8aae79df85be8d832c6523dc (diff) | |
| download | emacs-2f56f788e1e3a6328aa2d1ae09c7a1a59d9329c8.tar.gz emacs-2f56f788e1e3a6328aa2d1ae09c7a1a59d9329c8.zip | |
Add whitespace package information.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 6 |
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 @@ | |||
| 1 | 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 2 | |||
| 3 | * NEWS: Add information about whitespace package. | ||
| 4 | |||
| 1 | 2008-07-19 Juri Linkov <juri@jurta.org> | 5 | 2008-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. |
| @@ -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 |
| 500 | renamed to `old-whitespace'. | 500 | renamed to `old-whitespace'. |
| 501 | [FIXME someone explain why this is good, if it is...] | 501 | Now, besides reporting bogus blanks, whitespace package has a minor mode and a |
| 502 | global minor mode to visualize blanks (TAB, (HARD) SPACE and NEWLINE). The | ||
| 503 | visualization is made via faces and/or display table. Also it is possible to | ||
| 504 | select which kind of blanks should be visualized, for example, trailing blanks, | ||
| 505 | leading 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 |
| 504 | interfaces according to the zeroconf specification. It communicates | 508 | interfaces according to the zeroconf specification. It communicates |