aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-01-26 18:02:28 -0800
committerGlenn Morris2014-01-26 18:02:28 -0800
commitece4bae50f6ca8d03d076aa33eedd014a3af8c41 (patch)
tree66910ffa712f0643475284089989667641d1d5d2 /etc
parent6ea71a445d523ff95a2cd6ae0cbde8bd7ca8d878 (diff)
downloademacs-ece4bae50f6ca8d03d076aa33eedd014a3af8c41.tar.gz
emacs-ece4bae50f6ca8d03d076aa33eedd014a3af8c41.zip
Doc, comment, etc updates for increased use of locate-user-emacs-file
This should have been a prerequisite for making these changes in the first place. * doc/emacs/calendar.texi (Time Intervals): * doc/misc/idlwave.texi (Lesson III---User Catalog, Online Help) (Starting the Shell, Catalogs, User Catalog): * doc/misc/remember.texi (Quick Start): * doc/misc/viper.texi: * doc/misc/vip.texi (Customization, Customizing Constants) (Customizing Key Bindings): Update for files being in ~/.emacs.d/. * lisp/ido.el (ido-save-directory-list-file): * lisp/saveplace.el (save-place-file): * lisp/calendar/timeclock.el (timeclock-file): * lisp/net/quickurl.el (quickurl-url-file): * lisp/obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top): * lisp/progmodes/idlwave.el (idlwave-config-directory): * lisp/textmodes/remember.el (remember-data-file): Bump :version. * lisp/shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix. * lisp/strokes.el (strokes-file): Doc fix. Bump :version. (strokes-help): Doc fix. * lisp/emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix. * lisp/emulation/viper.el (viper): Doc fix for custom group. (top-level): Remove oh-so-no-longer-relevant text about vip. * lisp/obsolete/otodo-mode.el (todo-prefix): Doc fix. * etc/NEWS: Related edits.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 5 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f934bc30bd6..14dcb3eaf58 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -320,6 +320,7 @@ copy of each repeated line. The lines need not be sorted.
320 320
321* Changes in Specialized Modes and Packages in Emacs 24.4 321* Changes in Specialized Modes and Packages in Emacs 24.4
322 322
323+++
323** More packages look for ~/.emacs.d/<foo> additionally to ~/.<foo>. 324** More packages look for ~/.emacs.d/<foo> additionally to ~/.<foo>.
324Affected files: 325Affected files:
325~/.emacs.d/timelog replaces ~/.timelog 326~/.emacs.d/timelog replaces ~/.timelog
@@ -328,7 +329,7 @@ Affected files:
328~/.emacs.d/ido.last replaces ~/.ido.last 329~/.emacs.d/ido.last replaces ~/.ido.last
329~/.emacs.d/kkcrc replaces ~/.kkcrc 330~/.emacs.d/kkcrc replaces ~/.kkcrc
330~/.emacs.d/quickurls replaces ~/.quickurls 331~/.emacs.d/quickurls replaces ~/.quickurls
331~/.emacs.d/idlwave replaces ~/.idlwave 332~/.emacs.d/idlwave/ replaces ~/.idlwave/
332~/.emacs.d/bdfcache.el replaces ~/.bdfcache.el 333~/.emacs.d/bdfcache.el replaces ~/.bdfcache.el
333~/.emacs.d/places replaces ~/.emacs-places 334~/.emacs.d/places replaces ~/.emacs-places
334~/.emacs.d/shadows replaces ~/.shadows 335~/.emacs.d/shadows replaces ~/.shadows
@@ -353,14 +354,11 @@ you access lexical variables.
353*** New minor mode `jit-lock-debug-mode' lets you use the debuggers on 354*** New minor mode `jit-lock-debug-mode' lets you use the debuggers on
354code run via JIT Lock. 355code run via JIT Lock.
355 356
356** Battery
357
358--- 357---
359*** Battery information via the BSD `apm' utility is now supported. 358** Battery information can now be retrieved from BSD's `apm' utility.
360 359
361** Buffer Menu 360---
362 361** In the Buffer Menu, `M-s a C-o' shows matches for a regexp in marked buffers.
363*** `M-s a C-o' shows lines matching a regexp in marked buffers using Occur.
364 362
365** Calendar and Diary 363** Calendar and Diary
366 364