aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKarl Fogel2010-12-28 22:24:09 -0500
committerKarl Fogel2010-12-28 22:24:09 -0500
commit6e457cc94c235dd87e25d328c8a306c64cfaa6bd (patch)
tree6ea042a6e8d19c556a159b8932a6cd76813f6814 /lisp/ChangeLog
parent2576c28f3aad6dd01678f673d10c26b82ad40450 (diff)
downloademacs-6e457cc94c235dd87e25d328c8a306c64cfaa6bd.tar.gz
emacs-6e457cc94c235dd87e25d328c8a306c64cfaa6bd.zip
* 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>.
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 c0ec2bb8ae1..3e9a7d09647 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12010-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
12010-12-28 Chong Yidong <cyd@stupidchicken.com> 72010-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