aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 1b1a9c1ee73..eb996b92a73 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,12 @@
3 * regex.c (analyse_first): Fix setting of fastmap for unibyte 3 * regex.c (analyse_first): Fix setting of fastmap for unibyte
4 pattern string. 4 pattern string.
5 5
62010-01-27 David De La Harpe Golden <david@harpegolden.net>
7
8 * fileio.c (Frename_file): Call copy-directory and
9 delete-directory for directories, in order to handle cross-device
10 renaming (Bug#3353).
11
62010-01-25 Jan Djärv <jan.h.d@swipnet.se> 122010-01-25 Jan Djärv <jan.h.d@swipnet.se>
7 13
8 * xfns.c (Fx_create_frame): If frame height is too big, try 14 * xfns.c (Fx_create_frame): If frame height is too big, try
@@ -9328,7 +9334,7 @@
9328 (syms_of_xterm): Don't declare it any more. 9334 (syms_of_xterm): Don't declare it any more.
9329 (x_draw_glyph_string): Adjust to the new name. 9335 (x_draw_glyph_string): Adjust to the new name.
9330 9336
93312008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change) 93372008-06-10 David De La Harpe Golden <david@harpegolden.net>
9332 9338
9333 * xterm.c (x_underline_minimum_display_offset): New var. 9339 * xterm.c (x_underline_minimum_display_offset): New var.
9334 (x_draw_glyph_string): Use it. 9340 (x_draw_glyph_string): Use it.