diff options
| author | Karl Fogel | 2010-12-28 22:24:09 -0500 |
|---|---|---|
| committer | Karl Fogel | 2010-12-28 22:24:09 -0500 |
| commit | 6e457cc94c235dd87e25d328c8a306c64cfaa6bd (patch) | |
| tree | 6ea042a6e8d19c556a159b8932a6cd76813f6814 /lisp/ChangeLog | |
| parent | 2576c28f3aad6dd01678f673d10c26b82ad40450 (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 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 |