aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2006-05-26 15:18:28 +0000
committerChong Yidong2006-05-26 15:18:28 +0000
commit795c20df7a0e555ff9df8280c101636e88fb6c8c (patch)
tree983e404d8c723b2f54fde4b0b9b7eabf28674bf9 /src/ChangeLog
parentb3228584876d117a9d53095e4cff190f97fe8333 (diff)
downloademacs-795c20df7a0e555ff9df8280c101636e88fb6c8c.tar.gz
emacs-795c20df7a0e555ff9df8280c101636e88fb6c8c.zip
* fileio.c (Fcopy_file): Delete argument MUSTBENEW. Incorporate
the exclusive file-opening functionality into the behavior when OK-IF-ALREADY-EXISTS is nil. (Frename_file): Call Fcopy_file without MUSTBENEW argument.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index afad63728e7..a960ae6d7c8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12006-05-26 Chong Yidong <cyd@stupidchicken.com>
2
3 * fileio.c (Fcopy_file): Delete argument MUSTBENEW. Incorporate
4 the exclusive file-opening functionality into the behavior when
5 OK-IF-ALREADY-EXISTS is nil.
6 (Frename_file): Call Fcopy_file without MUSTBENEW argument.
7
12006-05-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 82006-05-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 9
3 * sound.c (alsa_configure): Move get period/buffer_size after 10 * sound.c (alsa_configure): Move get period/buffer_size after