aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0b4baf64cf4..6f925be2a52 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,9 +1,20 @@
12010-05-01 Eli Zaretskii <eliz@gnu.org> 12010-05-01 Eli Zaretskii <eliz@gnu.org>
2 2
3 Emulate POSIX_SIGNALS on MS-Windows.
4
5 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
6 (SIG_SETMASK, SIG_UNBLOCK): Define.
7
8 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
9 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
10 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
11
12 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask): New
13 stubs.
14
3 Miscellaneous fixes of bidi display. 15 Miscellaneous fixes of bidi display.
4 16
5 * xdisp.c (find_row_end): New function, refactored from 17 * xdisp.c (find_row_end): New function, refactored from display_line.
6 display_line.
7 (display_line): Use it. 18 (display_line): Use it.
8 (extend_face_to_end_of_line): In almost-filled rows, extend only 19 (extend_face_to_end_of_line): In almost-filled rows, extend only
9 if the row is R2L and not continued. 20 if the row is R2L and not continued.