aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKarl Fogel2013-03-07 16:33:22 -0600
committerKarl Fogel2013-03-07 16:33:22 -0600
commit7a78e19f24ff07f5e57c63758ee4a98dd61453fb (patch)
tree1aa4feb653ffc0334b78f4106b3650b4f1932774 /lisp/ChangeLog
parent94e48c7d758beb0845ba16fd8ff12de6999e5d55 (diff)
downloademacs-7a78e19f24ff07f5e57c63758ee4a98dd61453fb.tar.gz
emacs-7a78e19f24ff07f5e57c63758ee4a98dd61453fb.zip
* bookmark.el: Display the bookmark list header similarly to the
buffer list header (see `list-buffers'), where the default is now an immovable/immutable header line. Patch by Matthias Meulien <orontee {_AT_} gmail.com> with a few tweaks by me. (bookmark-bmenu-use-header-line): New variable. (bookmark-bmenu-inline-header-height): New name for `bookmark-bmenu-header-height', to avoid confusion with the code for the new immovable header. All references changed. (bookmark-bmenu-set-header): New function. (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames): Conditionalize header construction accordingly. (bookmark-bmenu-ensure-position): Conditionalize the skipping of the inline header height. (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames): Conditionalize the skipping of the inline header height.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 709242e6006..f1ca958044b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
12013-03-07 Karl Fogel <kfogel@red-bean.com>
2
3 * bookmark.el: Display the bookmark list header similarly to the
4 buffer list header (see `list-buffers'), where the default is now
5 an immovable/immutable header line. Patch by Matthias Meulien
6 <orontee {_AT_} gmail.com> with a few tweaks by me.
7
8 (bookmark-bmenu-use-header-line): New variable.
9 (bookmark-bmenu-inline-header-height): New name for
10 `bookmark-bmenu-header-height', to avoid confusion with the code
11 for the new immovable header. All references changed.
12 (bookmark-bmenu-set-header): New function.
13 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
14 Conditionalize header construction accordingly.
15 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
16 the inline header height.
17 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18 Conditionalize the skipping of the inline header height.
19
12013-03-07 Dmitry Gutov <dgutov@yandex.ru> 202013-03-07 Dmitry Gutov <dgutov@yandex.ru>
2 21
3 * progmodes/js.el (js--multi-line-declaration-indentation): Merge 22 * progmodes/js.el (js--multi-line-declaration-indentation): Merge