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 /etc | |
| 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 'etc')
| -rw-r--r-- | etc/NEWS | 20 |
1 files changed, 19 insertions, 1 deletions
| @@ -85,7 +85,25 @@ Eg View mode, etc. | |||
| 85 | 85 | ||
| 86 | * Changes in Specialized Modes and Packages in Emacs 24.4 | 86 | * Changes in Specialized Modes and Packages in Emacs 24.4 |
| 87 | 87 | ||
| 88 | ** Recentf looks for ~/.emacs.d/recentf additionally to ~/.recentf. | 88 | ** More packages look for ~/.emacs.d/<foo> additionally to ~/.<foo>. |
| 89 | Affected files: | ||
| 90 | ~/.emacs.d/timelog replaces ~/.timelog | ||
| 91 | ~/.emacs.d/todo-do replaces ~/.todo-do | ||
| 92 | ~/.emacs.d/todo-done replaces ~/.todo-done | ||
| 93 | ~/.emacs.d/todo-top replaces ~/.todo-top | ||
| 94 | ~/.emacs.d/vip replaces ~/.vip | ||
| 95 | ~/.emacs.d/viper replaces ~/.viper | ||
| 96 | ~/.emacs.d/ido.last replaces ~/.ido.last | ||
| 97 | ~/.emacs.d/kkcrc replaces ~/.kkcrc | ||
| 98 | ~/.emacs.d/quickurls replaces ~/.quickurls | ||
| 99 | ~/.emacs.d/idlwave replaces ~/.idlwave | ||
| 100 | ~/.emacs.d/bdfcache.el replaces ~/.bdfcache.el | ||
| 101 | ~/.emacs.d/places replaces ~/.emacs-places | ||
| 102 | ~/.emacs.d/shadows replaces ~/.shadows | ||
| 103 | ~/.emacs.d/shadow_todo replaces ~/.shadow_todo | ||
| 104 | ~/.emacs.d/strokes replaces ~/.strokes | ||
| 105 | ~/.emacs.d/notes replaces ~/.notes | ||
| 106 | ~/.emacs.d/type-break replaces ~/.type-break | ||
| 89 | 107 | ||
| 90 | ** Delphi mode is now called OPascal mode. | 108 | ** Delphi mode is now called OPascal mode. |
| 91 | *** All delphi-* variables and functions have been renamed to opascal-*. | 109 | *** All delphi-* variables and functions have been renamed to opascal-*. |