diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 84ba55e3bdf..bbf2aae960a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2013-03-06 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix a build failure on OpenBSD 4.x and MirBSD (Bug#13881). | ||
| 4 | * sysdep.c (list_system_processes) | ||
| 5 | [BSD_SYSTEM && !DARWIN_OS && !__FreeBSD__]: | ||
| 6 | Make it a stub in this case; otherwise the build might fail, | ||
| 7 | and this code hasn't been tested on such hosts anyway. | ||
| 8 | Problem reported by Nelson H. F. Beebe in | ||
| 9 | <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00021.html> | ||
| 10 | and analyzed by Jérémie Courrèges-Anglas in | ||
| 11 | <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00062.html>. | ||
| 12 | |||
| 1 | 2013-03-06 Dmitry Antipov <dmantipov@yandex.ru> | 13 | 2013-03-06 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 14 | ||
| 3 | * lisp.h (find_next_newline_no_quit): Rename to find_next_newline. | 15 | * lisp.h (find_next_newline_no_quit): Rename to find_next_newline. |
| @@ -65,16 +77,6 @@ | |||
| 65 | to be in sync with bidi_it->bytepos. Suggested by Dmitry Antipov | 77 | to be in sync with bidi_it->bytepos. Suggested by Dmitry Antipov |
| 66 | <dmantipov@yandex.ru>. | 78 | <dmantipov@yandex.ru>. |
| 67 | 79 | ||
| 68 | 2013-03-05 Paul Eggert <eggert@cs.ucla.edu> | ||
| 69 | |||
| 70 | Fix a build failure on OpenBSD 4.x and MirBSD. | ||
| 71 | * sysdep.c (KERN_PROC, kinfo_proc) | ||
| 72 | [BSD_SYSTEM && (!KERN_PROC || __MirBSD__)]: | ||
| 73 | Define to KERN_PROC2 and kinfo_proc2, for OpenBSD 4.9 and MirBSD. | ||
| 74 | list-system-processes still returns nil, but at least it doesn't crash. | ||
| 75 | Problem reported by Nelson H. F. Beebe in | ||
| 76 | <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00021.html>. | ||
| 77 | |||
| 78 | 2013-03-05 Dmitry Antipov <dmantipov@yandex.ru> | 80 | 2013-03-05 Dmitry Antipov <dmantipov@yandex.ru> |
| 79 | 81 | ||
| 80 | * composite.c (get_composition_id, fill_gstring_header): | 82 | * composite.c (get_composition_id, fill_gstring_header): |