diff options
| author | Gerd Moellmann | 2001-03-09 14:51:34 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-09 14:51:34 +0000 |
| commit | 3cfd8357bb40fdd1bd85c452de3885b4fc0c81ae (patch) | |
| tree | bebf9b3afa5fe30cd0da7275edaf3e2fa30a98f6 /src/ChangeLog | |
| parent | a955ffa20ce30736171729e9bac97be1beb16c3b (diff) | |
| download | emacs-3cfd8357bb40fdd1bd85c452de3885b4fc0c81ae.tar.gz emacs-3cfd8357bb40fdd1bd85c452de3885b4fc0c81ae.zip | |
*** empty log message ***
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 68964536ae7..b2ff4d07973 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2001-03-09 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-03-09 Gerd Moellmann <gerd@gnu.org> |
| 2 | 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. | ||
| 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 | ||