aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 883d603bf35..8c9e1568008 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,18 @@
12010-05-27 Chong Yidong <cyd@stupidchicken.com> 12010-05-27 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
4 whether to trash.
5 (internal_delete_file, Frename_file): Callers changed.
6 (delete_by_moving_to_trash): Doc fix.
7 (Fdelete_directory_internal): Don't move to trash.
8
9 * callproc.c (delete_temp_file):
10 * buffer.c (Fkill_buffer): Callers changed.
11
12 * lisp.h: Update prototype.
13
142010-05-27 Chong Yidong <cyd@stupidchicken.com>
15
3 * xdisp.c (redisplay_window): After redisplay, check if point is 16 * xdisp.c (redisplay_window): After redisplay, check if point is
4 still valid before setting it (Bug#6177). 17 still valid before setting it (Bug#6177).
5 18