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 b47fb4c9d0f..add43dc4b07 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2014-10-12 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-10-12 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Fix port to Debian GNU/kFreeBSD 7 (wheezy) (Bug#18666). | ||
| 4 | * process.c (accept4) [!HAVE_ACCEPT4]: New macro. | ||
| 5 | |||
| 6 | 2014-10-12 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 7 | |||
| 8 | * frame.c (Fmouse_pixel_position): Call Vmouse_position_function | ||
| 9 | (bug#18638). | ||
| 10 | |||
| 11 | 2014-10-12 Paul Eggert <eggert@cs.ucla.edu> | ||
| 12 | |||
| 3 | * editfns.c (dump_tz_string): No longer const. | 13 | * editfns.c (dump_tz_string): No longer const. |
| 4 | It might be modified. | 14 | It might be modified. |
| 5 | 15 | ||