diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ce817c19894..9794c5ad4cd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,28 @@ | |||
| 1 | 2012-06-30 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32proc.c (sys_select): Accept and ignore one more argument. | ||
| 4 | |||
| 5 | * w32.c (emacs_gnutls_pull): Call select with one more argument. | ||
| 6 | |||
| 7 | * sysselect.h [DOS_NT]: Don't include sys/select.h. | ||
| 8 | |||
| 9 | * s/ms-w32.h (select, pselect): Don't define here, they are | ||
| 10 | defined in sysselect.h | ||
| 11 | |||
| 12 | * sysselect.h (pselect) [!HAVE_PSELECT]: Redirect to sys_select. | ||
| 13 | |||
| 14 | * sysdep.c: Don't include dos.h and dosfns.h. | ||
| 15 | |||
| 16 | * process.c (sys_select): | ||
| 17 | * msdos.c (sys_select): Accept one more argument and ignore it. | ||
| 18 | |||
| 19 | * msdos.c (event_timestamp, sys_select): Use gnulib's gettime; | ||
| 20 | adapt data types and code to that. | ||
| 21 | |||
| 22 | * dosfns.c: | ||
| 23 | * msdos.c (gettime, settime): Define away the prototypes in dos.h, | ||
| 24 | which clashes with the gnulib function of the same name. | ||
| 25 | |||
| 1 | 2012-06-30 Andreas Schwab <schwab@linux-m68k.org> | 26 | 2012-06-30 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 27 | ||
| 3 | * font.c (font_style_to_value, font_style_symbolic) | 28 | * font.c (font_style_to_value, font_style_symbolic) |