diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c6bd70e2a04..57b36782697 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-01-19 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-01-19 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Fix size bug on DOS_NT introduced by CIFS workaround (Bug#13149). | ||
| 4 | * fileio.c (Fwrite_region): Use O_BINARY in checking code, too. | ||
| 5 | |||
| 3 | Allow floating-point file offsets. | 6 | Allow floating-point file offsets. |
| 4 | Problem reported by Vitalie Spinu in | 7 | Problem reported by Vitalie Spinu in |
| 5 | <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00411.html>. | 8 | <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00411.html>. |