diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ccb2d1dc907..e098e536efb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2011-07-19 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port to OpenBSD. | ||
| 4 | See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00688.html | ||
| 5 | and the surrounding thread. | ||
| 6 | * minibuf.c (read_minibuf_noninteractive): Rewrite to use getchar | ||
| 7 | rather than fgets, and retry after EINTR. Otherwise, 'emacs | ||
| 8 | --batch -f byte-compile-file' fails on OpenBSD if an inactivity | ||
| 9 | timer goes off. | ||
| 10 | * s/openbsd.h (BROKEN_SIGIO): Define. | ||
| 11 | * unexelf.c (unexec) [__OpenBSD__]: | ||
| 12 | Don't update the .mdebug section of the Alpha COFF symbol table. | ||
| 13 | |||
| 1 | 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | 14 | 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 15 | ||
| 3 | * lread.c (syms_of_lread): Clarify when `lexical-binding' is used | 16 | * lread.c (syms_of_lread): Clarify when `lexical-binding' is used |