diff options
| author | Stefan Monnier | 2013-03-11 22:08:21 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-03-11 22:08:21 -0400 |
| commit | 940e5099142a1bb60e76ae2cbd1f47244cb2eb44 (patch) | |
| tree | 31e8ce32a3bc7f2de7040584db2faab8f35436e3 /lisp/ChangeLog | |
| parent | cc72580827719a5012d4ac703c09f92e721f61de (diff) | |
| download | emacs-940e5099142a1bb60e76ae2cbd1f47244cb2eb44.tar.gz emacs-940e5099142a1bb60e76ae2cbd1f47244cb2eb44.zip | |
Use locate-user-emacs-file.
* lisp/type-break.el (type-break-file-name):
* lisp/textmodes/remember.el (remember-data-file):
* lisp/strokes.el (strokes-file):
* lisp/shadowfile.el (shadow-initialize):
* lisp/saveplace.el (save-place-file):
* lisp/ps-bdf.el (bdf-cache-file):
* lisp/progmodes/idlwave.el (idlwave-config-directory):
* lisp/net/quickurl.el (quickurl-url-file):
* lisp/international/kkc.el (kkc-init-file-name):
* lisp/ido.el (ido-save-directory-list-file):
* lisp/emulation/viper.el (viper-custom-file-name):
* lisp/emulation/vip.el (vip-startup-file):
* lisp/calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
* lisp/calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e24b7198f53..a1a75d2b5aa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * type-break.el (type-break-file-name): | ||
| 4 | * textmodes/remember.el (remember-data-file): | ||
| 5 | * strokes.el (strokes-file): | ||
| 6 | * shadowfile.el (shadow-initialize): | ||
| 7 | * saveplace.el (save-place-file): | ||
| 8 | * ps-bdf.el (bdf-cache-file): | ||
| 9 | * progmodes/idlwave.el (idlwave-config-directory): | ||
| 10 | * net/quickurl.el (quickurl-url-file): | ||
| 11 | * international/kkc.el (kkc-init-file-name): | ||
| 12 | * ido.el (ido-save-directory-list-file): | ||
| 13 | * emulation/viper.el (viper-custom-file-name): | ||
| 14 | * emulation/vip.el (vip-startup-file): | ||
| 15 | * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top): | ||
| 16 | * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file. | ||
| 17 | |||
| 1 | 2013-03-12 Paul Eggert <eggert@cs.ucla.edu> | 18 | 2013-03-12 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 19 | ||
| 3 | Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880). | 20 | Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880). |