diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b511550624f..23071b03bee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2013-03-05 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix a build failure on OpenBSD 4.x and MirBSD. | ||
| 4 | * sysdep.c (KERN_PROC, kinfo_proc) | ||
| 5 | [BSD_SYSTEM && (!KERN_PROC || __MirBSD__)]: | ||
| 6 | Define to KERN_PROC2 and kinfo_proc2, for OpenBSD 4.9 and MirBSD. | ||
| 7 | list-system-processes still returns nil, but at least it doesn't crash. | ||
| 8 | Problem reported by Nelson H. F. Beebe in | ||
| 9 | <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00021.html>. | ||
| 10 | |||
| 1 | 2013-03-05 Dmitry Antipov <dmantipov@yandex.ru> | 11 | 2013-03-05 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 12 | ||
| 3 | * composite.c (get_composition_id, fill_gstring_header): | 13 | * composite.c (get_composition_id, fill_gstring_header): |