diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-04-23 16:22:23 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-04-23 16:22:23 +0000 |
commit | c9fa5dc9e97c2ba6ee6bd4914de44f50105d1230 (patch) | |
tree | 7b84d95d5816d9b0a0ed3d42d19fd8c30466aa7a | |
parent | 658819b69f402129be34116e356cfc661e3fe53f (diff) | |
download | emacs-c9fa5dc9e97c2ba6ee6bd4914de44f50105d1230.tar.gz |
*** empty log message ***
-rw-r--r-- | etc/NEWS | 7 | ||||
-rw-r--r-- | lispref/ChangeLog | 4 |
2 files changed, 11 insertions, 0 deletions
@@ -2514,6 +2514,9 @@ buffers to change filenames, permissions, etc... ** The thumbs.el package allows you to preview image files as thumbnails and can be invoked from a Dired buffer. +** Image files are normally visited in Image mode, which lets you toggle +between viewing the image and viewing the text using C-c C-c. + +++ ** The new python.el package is used to edit Python and Jython programs. @@ -2853,6 +2856,10 @@ alist whose cdr is `eq' to a specified value. *** New macro define-obsolete-variable-alias to combine defvaralias and make-obsolete-variable. +** copy-file now takes an additional option arg MUSTBENEW. + +This argument works like the MUSTBENEW argument of write-file. + --- ** easy-mmode-define-global-mode has been renamed to define-global-minor-mode. The old name remains as an alias. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 9c09cd1a644..f6f29a12fbf 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,5 +1,9 @@ 2005-04-22 Nick Roberts <nickrob@snap.net.nz> + * windows.texi (Cyclic Window Ordering): Clarify window-list. + +2005-04-22 Nick Roberts <nickrob@snap.net.nz> + * variables.texi (Variable Aliases): Describe make-obsolete-variable and define-obsolete-variable-alias. |