aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-01-26 23:08:41 -0500
committerChong Yidong2010-01-26 23:08:41 -0500
commit8719abec5bfc13428e80fcf6a7334316228385e5 (patch)
tree7a551282b1ef54c671015f7d9be21118edc303ed /src/ChangeLog
parent7d82a7383bdd401eb06105f3eab364d98116dc37 (diff)
downloademacs-8719abec5bfc13428e80fcf6a7334316228385e5.tar.gz
emacs-8719abec5bfc13428e80fcf6a7334316228385e5.zip
Fix rename-file to handle directory renaming properly (Bug#3353).
* fileio.c (Frename_file): Call copy-directory and delete-directory for directories, in order to handle cross-device renaming.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 96dc0066fd9..54828b43a73 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12010-01-27 David De La Harpe Golden <david@harpegolden.net>
2
3 * fileio.c (Frename_file): Call copy-directory and
4 delete-directory for directories, in order to handle cross-device
5 renaming (Bug#3353).
6
12010-01-25 Jan Djärv <jan.h.d@swipnet.se> 72010-01-25 Jan Djärv <jan.h.d@swipnet.se>
2 8
3 * xfns.c (Fx_create_frame): If frame height is too big, try 9 * xfns.c (Fx_create_frame): If frame height is too big, try
@@ -9323,7 +9329,7 @@
9323 (syms_of_xterm): Don't declare it any more. 9329 (syms_of_xterm): Don't declare it any more.
9324 (x_draw_glyph_string): Adjust to the new name. 9330 (x_draw_glyph_string): Adjust to the new name.
9325 9331
93262008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change) 93322008-06-10 David De La Harpe Golden <david@harpegolden.net>
9327 9333
9328 * xterm.c (x_underline_minimum_display_offset): New var. 9334 * xterm.c (x_underline_minimum_display_offset): New var.
9329 (x_draw_glyph_string): Use it. 9335 (x_draw_glyph_string): Use it.