aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-08-22 00:12:25 -0400
committerChong Yidong2010-08-22 00:12:25 -0400
commit41a20de9f4bc77586ed2e7cb4c21cb7f89baaea8 (patch)
treeb12017eeb564a4349b6ca38363cd059e63c11535 /lisp/ChangeLog
parente0143335522bda205591cab09407e3bec41c9a40 (diff)
downloademacs-41a20de9f4bc77586ed2e7cb4c21cb7f89baaea8.tar.gz
emacs-41a20de9f4bc77586ed2e7cb4c21cb7f89baaea8.zip
merge whitespace.el change from trunk
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2318ce84600..3905bf6db80 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2
3 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
4 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
5 New version 13.0.
6 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7 Adjust initialization.
8 (whitespace-bob-marker, whitespace-eob-marker)
9 (whitespace-buffer-changed): New vars.
10 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
11 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
12 (whitespace-post-command-hook, whitespace-display-char-on):
13 Adjust code.
14 (whitespace-looking-back, whitespace-buffer-changed): New funs.
15 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
16
12010-08-21 Leo <sdl.web@gmail.com> 172010-08-21 Leo <sdl.web@gmail.com>
2 18
3 Fix buffer-list rename&refresh after after killing a buffer in ido. 19 Fix buffer-list rename&refresh after after killing a buffer in ido.
@@ -2295,7 +2311,7 @@
2295 2311
2296 * ps-print.el (ps-face-attributes): It was not returning the 2312 * ps-print.el (ps-face-attributes): It was not returning the
2297 attribute face for faces specified as string. Reported by harven 2313 attribute face for faces specified as string. Reported by harven
2298 <harven@free.fr>. 2314 <harven@free.fr>. (Bug#5254)
2299 (ps-print-version): New version 7.3.5. 2315 (ps-print-version): New version 7.3.5.
2300 2316
23012009-12-18 Ulf Jasper <ulf.jasper@web.de> 23172009-12-18 Ulf Jasper <ulf.jasper@web.de>