diff options
| author | Eli Zaretskii | 2010-01-29 06:13:16 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2010-01-29 06:13:16 -0500 |
| commit | 6e7d621c18f9645c886c0bb4fac69ec5c9c1fd12 (patch) | |
| tree | ee47ac31cedff21b6c447cb78450d776087cb9b0 /src/ChangeLog | |
| parent | 639dd35751e5d43072ef14bc679286136a4feae9 (diff) | |
| parent | db68501ffba02fb185f80d78c07bb44659473c86 (diff) | |
| download | emacs-6e7d621c18f9645c886c0bb4fac69ec5c9c1fd12.tar.gz emacs-6e7d621c18f9645c886c0bb4fac69ec5c9c1fd12.zip | |
Merge from mainline.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 96dc0066fd9..38368f33a70 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2010-01-28 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * fileio.c (Frename_file): Fix last change (Bug#5487). | ||
| 4 | |||
| 5 | * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu. | ||
| 6 | |||
| 7 | * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629). | ||
| 8 | |||
| 9 | 2010-01-28 Jan Djärv <jan.h.d@swipnet.se> | ||
| 10 | |||
| 11 | * xfns.c (Fx_create_frame): Remove window size matching code from | ||
| 12 | 2010-01-15. | ||
| 13 | (x_get_current_desktop, x_get_desktop_workarea): Remove | ||
| 14 | |||
| 15 | 2010-01-27 Jason Rumney <jasonr@gnu.org> | ||
| 16 | |||
| 17 | * w32inevt.c (w32_kbd_patch_key): Save the unicode character. | ||
| 18 | (key_event): Use unicode for characters 128 and higher (Bug#4567). | ||
| 19 | |||
| 20 | 2010-01-27 Kenichi Handa <handa@m17n.org> | ||
| 21 | |||
| 22 | * regex.c (analyse_first): Fix setting of fastmap for unibyte | ||
| 23 | pattern string (Bug#4209). | ||
| 24 | |||
| 25 | 2010-01-27 David De La Harpe Golden <david@harpegolden.net> | ||
| 26 | |||
| 27 | * fileio.c (Frename_file): Call copy-directory and | ||
| 28 | delete-directory for directories, in order to handle cross-device | ||
| 29 | renaming (Bug#3353). | ||
| 30 | |||
| 1 | 2010-01-25 Jan Djärv <jan.h.d@swipnet.se> | 31 | 2010-01-25 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 32 | ||
| 3 | * xfns.c (Fx_create_frame): If frame height is too big, try | 33 | * xfns.c (Fx_create_frame): If frame height is too big, try |
| @@ -9323,7 +9353,7 @@ | |||
| 9323 | (syms_of_xterm): Don't declare it any more. | 9353 | (syms_of_xterm): Don't declare it any more. |
| 9324 | (x_draw_glyph_string): Adjust to the new name. | 9354 | (x_draw_glyph_string): Adjust to the new name. |
| 9325 | 9355 | ||
| 9326 | 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change) | 9356 | 2008-06-10 David De La Harpe Golden <david@harpegolden.net> |
| 9327 | 9357 | ||
| 9328 | * xterm.c (x_underline_minimum_display_offset): New var. | 9358 | * xterm.c (x_underline_minimum_display_offset): New var. |
| 9329 | (x_draw_glyph_string): Use it. | 9359 | (x_draw_glyph_string): Use it. |