comparison lisp/ChangeLog @ 105190:a0ecdf08bbf5

New version 12. Bug#4177
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Fri, 25 Sep 2009 02:23:51 +0000
parents 7669aca277d5
children d05b41e0a7ef
comparison
equal deleted inserted replaced
105189:7669aca277d5 105190:a0ecdf08bbf5
1 2009-09-25 David Engster <deng@randomsample.de> 1 2009-09-25 David Engster <deng@randomsample.de>
2 2
3 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548) 3 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
4
5 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6
7 * whitespace.el: Does not highlight trailing spaces While point is
8 at end of line. Does not highligt spaces at beginning of buffer
9 while point is at beginning of buffer. Does not highlight spaces
10 at end of buffer while point is at end of buffer. (Bug#4177)
11 New version 12.0.
12 (whitespace-display-mappings): Adjust initialization.
13 (whitespace-point, whitespace-font-lock-refontify): New vars.
14 (whitespace-color-on, whitespace-color-off): Adjust code.
15 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
16 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
17 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
4 18
5 2009-09-24 Chong Yidong <cyd@stupidchicken.com> 19 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
6 20
7 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode. 21 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8 22