aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2009-11-17 04:41:15 +0000
committerGlenn Morris2009-11-17 04:41:15 +0000
commit2d84f8043adfccb1af4657c39f1ffd63af541b0a (patch)
treeaf3d365c214b04ee4e14f35876298ad14706f5e8 /lisp/ChangeLog
parent1d16a255ba2f91e20c4a32481b29a3609efcdbae (diff)
downloademacs-2d84f8043adfccb1af4657c39f1ffd63af541b0a.tar.gz
emacs-2d84f8043adfccb1af4657c39f1ffd63af541b0a.zip
(newsticker--treeview-list-update-faces):
Preserve point in the list buffer. (Bug#4939) Use point-at-eol. (newsticker--treeview-list-update-highlight) (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e390223e706..67add62f6ff 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,12 @@
2 2
3 * vc-svn.el (vc-svn-print-log): Fix typo in previous. 3 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4 4
5 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
6 Preserve point in the list buffer. (Bug#4939)
7 Use point-at-eol.
8 (newsticker--treeview-list-update-highlight)
9 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
10
52009-11-16 Jay Belanger <jay.p.belanger@gmail.com> 112009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6 12
7 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip): 13 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):