diff lisp/ChangeLog @ 79960:cc5ff580bd60

Eliminate blank-mode package. This package is only in trunk.
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Wed, 30 Jan 2008 11:44:31 +0000
parents 2cbbc427dee1
children 6640123ea58e
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jan 30 03:42:50 2008 +0000
+++ b/lisp/ChangeLog	Wed Jan 30 11:44:31 2008 +0000
@@ -64,34 +64,10 @@
 	that the filename end is found even when the filename is empty.
 	Fixes error and spurious newlines when marking files for deletion.
 
-2008-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
-
-	* blank-mode.el: New version 9.1.  Handle "long" line tail
-	visualization.  Doc fix.
-	(blank-line-length): Renamed to blank-line-column.
-	(blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
-	Initialization fix.
-	(blank-replace-spaces-by-tabs): New fun.
-	(blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
-
 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
 
 	* allout.el (allout-unload-function): New function.
 
-2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
-
-	* blank-mode.el: New version 9.0.  New commands to clean up some blank
-	problems like trailing blanks.  New faces and regexp for visualizing
-	the blank problems.  Doc fix.
-	(blank-chars, blank-global-modes, blank-chars-value-list)
-	(blank-toggle-option-alist, blank-help-text): Initialization fix.
-	(blank-indentation, blank-empty, blank-space-after-tab): New faces.
-	(blank-indentation, blank-empty, blank-space-after-tab)
-	(blank-indentation-regexp, blank-empty-at-bob-regexp)
-	(blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
-	(blank-cleanup, blank-cleanup-region): New commands.
-	(blank-color-on): Code fix.
-
 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
 
 	* view.el (kill-buffer-if-not-modified): Don't pass t to
@@ -119,24 +95,6 @@
 
 	* lpr.el (printer-name): Do not set on MS Windows.
 
-2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
-
-	* blank-mode.el: Fix a problem of cleaning blank faces when turning off
-	blank-mode in some buffers (like *info* buffers).  Reported by Juanma
-	Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
-	blank-mode faces.  Doc fix.  New version 8.1.
-	(blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
-	CONDITION BODY).
-	(blank-space-face): Face/option name replaced by blank-space.
-	(blank-hspace-face): Face/option name replaced by blank-hspace.
-	(blank-tab-face): Face/option name replaced by blank-tab.
-	(blank-newline-face): Face/option name replaced by blank-newline.
-	(blank-trailing-face): Face/option name replaced by blank-trailing.
-	(blank-line-face): Face/option name replaced by blank-line.
-	(blank-space-before-tab-face): Face/option name replaced by
-	blank-space-before-tab.
-	(blank-color-on, blank-color-off, blank-display-char-on): Fix code.
-
 2008-01-20  Glenn Morris  <rgm@gnu.org>
 
 	* progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
@@ -152,33 +110,11 @@
 	* progmodes/cc-vars.el (c-syntactic-indentation)
 	(c-syntactic-indentation-in-macros): Mark as safe.
 
-2008-01-19  Juanma Barranquero  <lekktu@gmail.com>
-
-	* blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
-	(blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
-	(blank-space-before-tab-regexp, blank-global-modes, blank-mode)
-	(global-blank-mode): Doc fixes.
-	(blank, blank-space-face, blank-hspace-face, blank-tab-face)
-	(blank-newline-face, blank-trailing-face, blank-line-face)
-	(blank-space-before-tab-face, blank-display-mappings)
-	(blank-chars-value-list, blank-style-value-list, blank-toggle-options)
-	(global-blank-toggle-options, blank-help-text, blank-interactive-char)
-	(blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
-	Fix typos in docstrings.
-
 2008-01-18  Richard Stallman  <rms@gnu.org>
 
 	* icomplete.el (icomplete-get-keys):
 	Look up KEYS using all maps in proper buffer.
 
-2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
-	    Miles Bader  <miles@gnu.org>
-
-	* blank-mode.el: New file.  Minor mode to visualise TAB,
-	(HARD) SPACE, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original
-	code for handling display table (via visws.el package), his code was
-	modified, but the main idea was kept.
-
 2008-01-16  Alan Mackenzie  <acm@muc.de>
 
 	* progmodes/cc-vars.el (c-constant-symbol): Put this defun inside