diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2013-03-11 22:08:21 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2013-03-11 22:08:21 -0400 |
commit | 940e5099142a1bb60e76ae2cbd1f47244cb2eb44 (patch) | |
tree | 31e8ce32a3bc7f2de7040584db2faab8f35436e3 /etc | |
parent | cc72580827719a5012d4ac703c09f92e721f61de (diff) | |
download | emacs-940e5099142a1bb60e76ae2cbd1f47244cb2eb44.tar.gz |
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. * Changes in Specialized Modes and Packages in Emacs 24.4 -** Recentf looks for ~/.emacs.d/recentf additionally to ~/.recentf. +** More packages look for ~/.emacs.d/<foo> additionally to ~/.<foo>. +Affected files: +~/.emacs.d/timelog replaces ~/.timelog +~/.emacs.d/todo-do replaces ~/.todo-do +~/.emacs.d/todo-done replaces ~/.todo-done +~/.emacs.d/todo-top replaces ~/.todo-top +~/.emacs.d/vip replaces ~/.vip +~/.emacs.d/viper replaces ~/.viper +~/.emacs.d/ido.last replaces ~/.ido.last +~/.emacs.d/kkcrc replaces ~/.kkcrc +~/.emacs.d/quickurls replaces ~/.quickurls +~/.emacs.d/idlwave replaces ~/.idlwave +~/.emacs.d/bdfcache.el replaces ~/.bdfcache.el +~/.emacs.d/places replaces ~/.emacs-places +~/.emacs.d/shadows replaces ~/.shadows +~/.emacs.d/shadow_todo replaces ~/.shadow_todo +~/.emacs.d/strokes replaces ~/.strokes +~/.emacs.d/notes replaces ~/.notes +~/.emacs.d/type-break replaces ~/.type-break ** Delphi mode is now called OPascal mode. *** All delphi-* variables and functions have been renamed to opascal-*. |