diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 54d9a32804d..904a89fb663 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2011-02-14 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * dired.c (directory_files_internal): | ||
| 4 | * fileio.c (Finsert_file_contents): | ||
| 5 | * insdel.c (prepare_to_modify_buffer): | ||
| 6 | * xdisp.c (pos_visible_p): | ||
| 7 | * s/ms-w32.h (MODE_LINE_BINARY_TEXT): | ||
| 8 | * w32fns.c (Fw32_shell_execute, Fx_show_tip, x_create_tip_frame): | ||
| 9 | Use B_ for the MS-Windows build. | ||
| 10 | |||
| 1 | 2011-02-14 Jan Djärv <jan.h.d@swipnet.se> | 11 | 2011-02-14 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 12 | ||
| 3 | * xrdb.c (x_load_resources): For LUCID and XFT, don't put a | 13 | * xrdb.c (x_load_resources): For LUCID and XFT, don't put a |
| @@ -11,6 +21,8 @@ | |||
| 11 | 21 | ||
| 12 | 2011-02-14 Tom Tromey <tromey@redhat.com> | 22 | 2011-02-14 Tom Tromey <tromey@redhat.com> |
| 13 | 23 | ||
| 24 | * buffer.c (init_buffer_once, syms_of_buffer): Use B_ in DOS_NT case. | ||
| 25 | |||
| 14 | * keyboard.h: Remove obsolete comment. | 26 | * keyboard.h: Remove obsolete comment. |
| 15 | 27 | ||
| 16 | 2011-02-14 Tom Tromey <tromey@parfait> | 28 | 2011-02-14 Tom Tromey <tromey@parfait> |