diff options
| author | Kenichi Handa | 2010-01-27 14:23:52 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-01-27 14:23:52 +0900 |
| commit | af95a124209295f4ff2fbc1f296ae67259d1e626 (patch) | |
| tree | 64c8ed256dd67f8b502444dfed92b4627a6d844e /src/ChangeLog | |
| parent | 86e893e3b6a6ee06c21b4d4bbb21d4cdb8fabb73 (diff) | |
| parent | 7a88d1940825c1193c477596762f3feff1e9cff5 (diff) | |
| download | emacs-af95a124209295f4ff2fbc1f296ae67259d1e626.tar.gz emacs-af95a124209295f4ff2fbc1f296ae67259d1e626.zip | |
from trunk
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
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 | ||
| 6 | 2010-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 | |||
| 6 | 2010-01-25 Jan Djärv <jan.h.d@swipnet.se> | 12 | 2010-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 | ||
| 9331 | 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change) | 9337 | 2008-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. |