comparison lisp/ChangeLog @ 87014:b4495eed789b

Use consistent, more accurate language for provenance of recent changes.
author Karl Fogel <kfogel@red-bean.com>
date Mon, 03 Dec 2007 18:54:07 +0000
parents 2039ff581b31
children eb85998bbcf9
comparison
equal deleted inserted replaced
87013:5baab9806257 87014:b4495eed789b
20 20
21 2007-12-02 Karl Fogel <kfogel@red-bean.com> 21 2007-12-02 Karl Fogel <kfogel@red-bean.com>
22 22
23 * saveplace.el (save-place-alist-to-file): Set 23 * saveplace.el (save-place-alist-to-file): Set
24 coding-system-for-write once and refer to it throughout. 24 coding-system-for-write once and refer to it throughout.
25 Based on a patch by David Reitter <dreitter{_AT_}inf.ed.ac.uk>. 25 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
26 26
27 2007-12-02 Karl Fogel <kfogel@red-bean.com> 27 2007-12-02 Karl Fogel <kfogel@red-bean.com>
28 28
29 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding 29 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
30 system when writing, and set it in the first-line file variables. 30 system when writing, and set it in the first-line file variables.
31 Based on a patch by David Reitter <dreitter{_AT_}inf.ed.ac.uk> 31 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
32 and a suggestion by Juanma Barranquero. 32 Juanma Barranquero.
33 33
34 2007-12-02 Glenn Morris <rgm@gnu.org> 34 2007-12-02 Glenn Morris <rgm@gnu.org>
35 35
36 * emacs-lisp/bytecomp.el (byte-compile-declare-function): Reverse 36 * emacs-lisp/bytecomp.el (byte-compile-declare-function): Reverse
37 branches of if statement. 37 branches of if statement.
64 Move here from gnus/. 64 Move here from gnus/.
65 65
66 2007-12-02 Karl Fogel <kfogel@red-bean.com> 66 2007-12-02 Karl Fogel <kfogel@red-bean.com>
67 67
68 Offer option for saveplace to be quiet about loading and saving. 68 Offer option for saveplace to be quiet about loading and saving.
69 Suggested by: David Reitter <dreitter{_AT_}inf.ed.ac.uk> 69 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
70 70
71 * lisp/saveplace.el (save-place-quiet): New customizable boolean. 71 * lisp/saveplace.el (save-place-quiet): New customizable boolean.
72 (save-place-alist-to-file, load-save-place-alist-from-file): Use it 72 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
73 to determine whether to print loading/saving messages. 73 to determine whether to print loading/saving messages.
74 74