comparison 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
comparison
equal deleted inserted replaced
79959:2cbbc427dee1 79960:cc5ff580bd60
62 62
63 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so 63 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
64 that the filename end is found even when the filename is empty. 64 that the filename end is found even when the filename is empty.
65 Fixes error and spurious newlines when marking files for deletion. 65 Fixes error and spurious newlines when marking files for deletion.
66 66
67 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
68
69 * blank-mode.el: New version 9.1. Handle "long" line tail
70 visualization. Doc fix.
71 (blank-line-length): Renamed to blank-line-column.
72 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
73 Initialization fix.
74 (blank-replace-spaces-by-tabs): New fun.
75 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
76
77 2008-01-25 Juanma Barranquero <lekktu@gmail.com> 67 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
78 68
79 * allout.el (allout-unload-function): New function. 69 * allout.el (allout-unload-function): New function.
80
81 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
82
83 * blank-mode.el: New version 9.0. New commands to clean up some blank
84 problems like trailing blanks. New faces and regexp for visualizing
85 the blank problems. Doc fix.
86 (blank-chars, blank-global-modes, blank-chars-value-list)
87 (blank-toggle-option-alist, blank-help-text): Initialization fix.
88 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
89 (blank-indentation, blank-empty, blank-space-after-tab)
90 (blank-indentation-regexp, blank-empty-at-bob-regexp)
91 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
92 (blank-cleanup, blank-cleanup-region): New commands.
93 (blank-color-on): Code fix.
94 70
95 2008-01-25 Sven Joachim <svenjoac@gmx.de> 71 2008-01-25 Sven Joachim <svenjoac@gmx.de>
96 72
97 * view.el (kill-buffer-if-not-modified): Don't pass t to 73 * view.el (kill-buffer-if-not-modified): Don't pass t to
98 buffer-modified-p. 74 buffer-modified-p.
117 93
118 2008-01-23 Jason Rumney <jasonr@gnu.org> 94 2008-01-23 Jason Rumney <jasonr@gnu.org>
119 95
120 * lpr.el (printer-name): Do not set on MS Windows. 96 * lpr.el (printer-name): Do not set on MS Windows.
121 97
122 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
123
124 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
125 blank-mode in some buffers (like *info* buffers). Reported by Juanma
126 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
127 blank-mode faces. Doc fix. New version 8.1.
128 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
129 CONDITION BODY).
130 (blank-space-face): Face/option name replaced by blank-space.
131 (blank-hspace-face): Face/option name replaced by blank-hspace.
132 (blank-tab-face): Face/option name replaced by blank-tab.
133 (blank-newline-face): Face/option name replaced by blank-newline.
134 (blank-trailing-face): Face/option name replaced by blank-trailing.
135 (blank-line-face): Face/option name replaced by blank-line.
136 (blank-space-before-tab-face): Face/option name replaced by
137 blank-space-before-tab.
138 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
139
140 2008-01-20 Glenn Morris <rgm@gnu.org> 98 2008-01-20 Glenn Morris <rgm@gnu.org>
141 99
142 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to 100 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
143 prevent infloops. 101 prevent infloops.
144 102
150 108
151 * progmodes/sh-script.el (sh-basic-offset): 109 * progmodes/sh-script.el (sh-basic-offset):
152 * progmodes/cc-vars.el (c-syntactic-indentation) 110 * progmodes/cc-vars.el (c-syntactic-indentation)
153 (c-syntactic-indentation-in-macros): Mark as safe. 111 (c-syntactic-indentation-in-macros): Mark as safe.
154 112
155 2008-01-19 Juanma Barranquero <lekktu@gmail.com>
156
157 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
158 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
159 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
160 (global-blank-mode): Doc fixes.
161 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
162 (blank-newline-face, blank-trailing-face, blank-line-face)
163 (blank-space-before-tab-face, blank-display-mappings)
164 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
165 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
166 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
167 Fix typos in docstrings.
168
169 2008-01-18 Richard Stallman <rms@gnu.org> 113 2008-01-18 Richard Stallman <rms@gnu.org>
170 114
171 * icomplete.el (icomplete-get-keys): 115 * icomplete.el (icomplete-get-keys):
172 Look up KEYS using all maps in proper buffer. 116 Look up KEYS using all maps in proper buffer.
173
174 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
175 Miles Bader <miles@gnu.org>
176
177 * blank-mode.el: New file. Minor mode to visualise TAB,
178 (HARD) SPACE, NEWLINE. Miles Bader <miles@gnu.org> wrote the original
179 code for handling display table (via visws.el package), his code was
180 modified, but the main idea was kept.
181 117
182 2008-01-16 Alan Mackenzie <acm@muc.de> 118 2008-01-16 Alan Mackenzie <acm@muc.de>
183 119
184 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside 120 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
185 an eval-and-compile, so as to permit byte-compiling (e.g. in 121 an eval-and-compile, so as to permit byte-compiling (e.g. in