diff options
| author | Paul Eggert | 2014-03-27 15:52:14 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-03-27 15:52:14 -0700 |
| commit | 4e74624db143b93fbc3829b0af17da26b4ea6fb6 (patch) | |
| tree | cf815bd90f80803aadcd994fe1ad3e0e3728a93e /src/ChangeLog | |
| parent | ef9b8f2d5394f88e2170e417750ae2cc4777eb43 (diff) | |
| download | emacs-4e74624db143b93fbc3829b0af17da26b4ea6fb6.tar.gz emacs-4e74624db143b93fbc3829b0af17da26b4ea6fb6.zip | |
Port recent signal-related changes to FreeBSD.
Problem reported by Herbert J. Skuhra.
* lisp.h (block_tty_out_signal, unblock_tty_out_signal):
Move decls from here ...
* syssignal.h: ... to here, so that lisp.h doesn't depend on signal.h.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index eb5db45534f..6ac67ca5592 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-03-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port recent signal-related changes to FreeBSD. | ||
| 4 | Problem reported by Herbert J. Skuhra. | ||
| 5 | * lisp.h (block_tty_out_signal, unblock_tty_out_signal): | ||
| 6 | Move decls from here ... | ||
| 7 | * syssignal.h: ... to here, so that lisp.h doesn't depend on signal.h. | ||
| 8 | |||
| 1 | 2014-03-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 9 | 2014-03-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 10 | ||
| 3 | * w32term.c (x_draw_image_glyph_string): Fix computation of height | 11 | * w32term.c (x_draw_image_glyph_string): Fix computation of height |