comparison lisp/ChangeLog @ 107126:aae831df84d3

(Info-bookmark-jump): Simplify.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 10 Feb 2010 15:04:51 -0500
parents 063e00f61d0f
children a6b946ca8797
comparison
equal deleted inserted replaced
107125:063e00f61d0f 107126:aae831df84d3
1 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com> 1 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2
3 * info.el (Info-bookmark-jump): Simplify.
2 4
3 * bookmark.el (bookmark-handle-bookmark): Catch the right error. 5 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
4 (bookmark-default-handler): Accept new bookmark field `buffer'. 6 (bookmark-default-handler): Accept new bookmark field `buffer'.
5 7
6 2010-02-10 Chong Yidong <cyd@stupidchicken.com> 8 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
8 * iswitchb.el (iswitchb-completions): Revert last change. 10 * iswitchb.el (iswitchb-completions): Revert last change.
9 11
10 2010-02-10 Michael Albinus <michael.albinus@gmx.de> 12 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
11 13
12 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and 14 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
13 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it. This 15 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
14 prevents file names like "~/" being listed literally. 16 This prevents file names like "~/" being listed literally.
15 17
16 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu> 18 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
17 19
18 * term/xterm.el (xterm-maybe-set-dark-background-mode): Remove 20 * term/xterm.el (xterm-maybe-set-dark-background-mode):
19 dead code. (Bug#5546) 21 Remove dead code. (Bug#5546)
20 22
21 2010-02-09 Chong Yidong <cyd@stupidchicken.com> 23 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
22 24
23 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes 25 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
24 correctly (Bug#5548). 26 correctly (Bug#5548).