aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 74b4cc1dbca..4a23bf13396 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,19 @@
12010-01-02 Karl Fogel <kfogel@red-bean.com> 12010-01-02 Karl Fogel <kfogel@red-bean.com>
2 2
3 * lisp/bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
4 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
5 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
6 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
7
8 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
9 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
10 To: emacs-devel {_AT_} gnu.org
11 Subject: bookmark.el bug report
12 Date: Mon, 28 Dec 2009 14:19:16 +0800
13 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14
152010-01-02 Karl Fogel <kfogel@red-bean.com>
16
3 * bookmark.el: Improvements suggested by Drew Adams: 17 * bookmark.el: Improvements suggested by Drew Adams:
4 (bookmark-bmenu-ensure-position): New name for 18 (bookmark-bmenu-ensure-position): New name for
5 `bookmark-bmenu-check-position'. Just ensure the position, 19 `bookmark-bmenu-check-position'. Just ensure the position,