aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-04-23 16:22:23 +0000
committerRichard M. Stallman2005-04-23 16:22:23 +0000
commitc9fa5dc9e97c2ba6ee6bd4914de44f50105d1230 (patch)
tree7b84d95d5816d9b0a0ed3d42d19fd8c30466aa7a
parent658819b69f402129be34116e356cfc661e3fe53f (diff)
downloademacs-c9fa5dc9e97c2ba6ee6bd4914de44f50105d1230.tar.gz
emacs-c9fa5dc9e97c2ba6ee6bd4914de44f50105d1230.zip
*** empty log message ***
-rw-r--r--etc/NEWS7
-rw-r--r--lispref/ChangeLog4
2 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a17dd46f816..3aecf639e5c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2514,6 +2514,9 @@ buffers to change filenames, permissions, etc...
2514** The thumbs.el package allows you to preview image files as thumbnails 2514** The thumbs.el package allows you to preview image files as thumbnails
2515and can be invoked from a Dired buffer. 2515and can be invoked from a Dired buffer.
2516 2516
2517** Image files are normally visited in Image mode, which lets you toggle
2518between viewing the image and viewing the text using C-c C-c.
2519
2517+++ 2520+++
2518** The new python.el package is used to edit Python and Jython programs. 2521** The new python.el package is used to edit Python and Jython programs.
2519 2522
@@ -2853,6 +2856,10 @@ alist whose cdr is `eq' to a specified value.
2853*** New macro define-obsolete-variable-alias to combine defvaralias and 2856*** New macro define-obsolete-variable-alias to combine defvaralias and
2854make-obsolete-variable. 2857make-obsolete-variable.
2855 2858
2859** copy-file now takes an additional option arg MUSTBENEW.
2860
2861This argument works like the MUSTBENEW argument of write-file.
2862
2856--- 2863---
2857** easy-mmode-define-global-mode has been renamed to 2864** easy-mmode-define-global-mode has been renamed to
2858define-global-minor-mode. The old name remains as an alias. 2865define-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 @@
12005-04-22 Nick Roberts <nickrob@snap.net.nz> 12005-04-22 Nick Roberts <nickrob@snap.net.nz>
2 2
3 * windows.texi (Cyclic Window Ordering): Clarify window-list.
4
52005-04-22 Nick Roberts <nickrob@snap.net.nz>
6
3 * variables.texi (Variable Aliases): Describe make-obsolete-variable 7 * variables.texi (Variable Aliases): Describe make-obsolete-variable
4 and define-obsolete-variable-alias. 8 and define-obsolete-variable-alias.
5 9