Mercurial > emacs
comparison src/ChangeLog @ 36699:fd6df4c5c815
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 09 Mar 2001 14:51:34 +0000 |
parents | c7ec74e4f2de |
children | 19e4df2dab56 |
comparison
equal
deleted
inserted
replaced
36698:e976eee4983f | 36699:fd6df4c5c815 |
---|---|
1 2001-03-09 Gerd Moellmann <gerd@gnu.org> | 1 2001-03-09 Gerd Moellmann <gerd@gnu.org> |
2 | |
3 * keyboard.c (make_lispy_event, make_lispy_movement): Adjust | |
4 calls to buffer_posn_from_coords to new format. | |
5 | |
6 * dispextern.h (buffer_posn_from_coords): Adjust prototype. | |
7 | |
8 * dispnew.c (buffer_posn_from_coords): Add parameters OBJECT and | |
9 POS; return void. | |
2 | 10 |
3 * fileio.c (Fwrite_region) [DOS_NT]: Remove O_TRUNC from open | 11 * fileio.c (Fwrite_region) [DOS_NT]: Remove O_TRUNC from open |
4 flags argument to emacs_open; it seems to conflict with O_EXCL. | 12 flags argument to emacs_open; it seems to conflict with O_EXCL. |
5 | 13 |
6 2001-03-09 Kenichi Handa <handa@etl.go.jp> | 14 2001-03-09 Kenichi Handa <handa@etl.go.jp> |