# HG changeset patch # User Richard M. Stallman # Date 1114273343 0 # Node ID a01e0abcda654f7052ecef41272288fb30308937 # Parent 50982fa2ada6fd1ba7445c7efc64d549ae2767c3 *** empty log message *** diff -r 50982fa2ada6 -r a01e0abcda65 etc/NEWS --- a/etc/NEWS Sat Apr 23 16:22:02 2005 +0000 +++ b/etc/NEWS Sat Apr 23 16:22:23 2005 +0000 @@ -2514,6 +2514,9 @@ ** 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 @@ *** 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 -r 50982fa2ada6 -r a01e0abcda65 lispref/ChangeLog --- a/lispref/ChangeLog Sat Apr 23 16:22:02 2005 +0000 +++ b/lispref/ChangeLog Sat Apr 23 16:22:23 2005 +0000 @@ -1,3 +1,7 @@ +2005-04-22 Nick Roberts + + * windows.texi (Cyclic Window Ordering): Clarify window-list. + 2005-04-22 Nick Roberts * variables.texi (Variable Aliases): Describe make-obsolete-variable