changeset 96998:2d3110c3f3dd

New function diff-show-trailing-blanks in diff-mode.el.
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Fri, 25 Jul 2008 02:33:49 +0000
parents 8e0048b7af16
children c80df631ecf5
files etc/ChangeLog etc/NEWS
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/ChangeLog	Fri Jul 25 00:36:45 2008 +0000
+++ b/etc/ChangeLog	Fri Jul 25 02:33:49 2008 +0000
@@ -1,3 +1,7 @@
+2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+	* NEWS: New function `diff-show-trailing-blanks' in diff-mode.el.
+
 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
 
 	* NEWS: Add xesam.el.
--- a/etc/NEWS	Fri Jul 25 00:36:45 2008 +0000
+++ b/etc/NEWS	Fri Jul 25 02:33:49 2008 +0000
@@ -516,6 +516,9 @@
 
 * Changes in Specialized Modes and Packages in Emacs 23.1
 
+** Diff mode
+*** New function `diff-show-trailing-blanks'.
+
 ** Abbrev has been rewritten in Elisp and extended with more flexibility.
 *** New functions: abbrev-get, abbrev-put, abbrev-table-get, abbrev-table-put,
     abbrev-table-p, abbrev-insert, abbrev-table-menu.