comparison lisp/ChangeLog @ 112028:5a30dfc28ea8

* lisp/saveplace.el (save-place-alist-to-file): Save list sorted and pretty-printed, so that it is mergeable by line-based text merging, as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
author Karl Fogel <kfogel@red-bean.com>
date Tue, 28 Dec 2010 22:24:09 -0500
parents 41f10e4816d0
children 209df3f0dcc6
comparison
equal deleted inserted replaced
112027:a23f5102654d 112028:5a30dfc28ea8
1 2010-12-29 Karl Fogel <kfogel@red-bean.com>
2
3 * saveplace.el (save-place-alist-to-file): Save list sorted and
4 pretty-printed, so that it is mergeable by line-based text merging,
5 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
6
1 2010-12-28 Chong Yidong <cyd@stupidchicken.com> 7 2010-12-28 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which 9 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
4 are handled by the menu-bar entries. As before, don't use 10 are handled by the menu-bar entries. As before, don't use
5 :visibile to avoid changing the tool-bar. 11 :visibile to avoid changing the tool-bar.