diff options
| author | Eli Zaretskii | 2011-02-14 19:35:21 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-02-14 19:35:21 +0200 |
| commit | fc3ca11315448fa7310f064fd9953b943ae733bf (patch) | |
| tree | d18258c434b781ae5c451f3c63ffc63983a2290b /src/ChangeLog | |
| parent | 3928f2b67e69cd22995558cc205a2fc6aa33d477 (diff) | |
| download | emacs-fc3ca11315448fa7310f064fd9953b943ae733bf.tar.gz emacs-fc3ca11315448fa7310f064fd9953b943ae733bf.zip | |
Fix the MS-Windows build due to introduction of B_.
dired.c (directory_files_internal):
fileio.c (Finsert_file_contents):
insdel.c (prepare_to_modify_buffer):
xdisp.c (pos_visible_p):
s/ms-w32.h (MODE_LINE_BINARY_TEXT):
w32fns.c (Fw32_shell_execute, Fx_show_tip, x_create_tip_frame):
Use B_ for the MS-Windows build.
From Tom Tromey:
buffer.c (init_buffer_once, syms_of_buffer): Use B_ in DOS_NT case.
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> |