Mercurial > emacs
comparison src/ChangeLog @ 106962:d189e0755f30
Account for utmp.h availability.
* configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
this header file).
* filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
lacks this header file).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 23 Jan 2010 17:15:22 -0500 |
parents | 9a7965a5cdaf |
children | 62f86ca36527 |
comparison
equal
deleted
inserted
replaced
106961:55db4345f5e3 | 106962:d189e0755f30 |
---|---|
1 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) | |
2 | |
3 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x | |
4 lacks this header file). | |
5 | |
1 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 6 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
2 | 7 |
3 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case | 8 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case |
4 as in Emacs 22. | 9 as in Emacs 22. |
5 | 10 |