diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2ee81f35079..10eb9c87415 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2000-11-13 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * lread.c (openp): Return -2 instead of 0 for the `remote file' case. | ||
| 4 | (Fload): Use new openp return protocol. | ||
| 5 | Don't try to use Vload_source_file_function to load .elc files. | ||
| 6 | * xfns.c (x_create_bitmap_from_file, x_find_image_file): Use new | ||
| 7 | openp return protocol. | ||
| 8 | * w32fns.c (x_create_bitmap_from_file, x_find_image_file): Likewise. | ||
| 9 | |||
| 1 | 2000-11-11 Kenichi Handa <handa@etl.go.jp> | 10 | 2000-11-11 Kenichi Handa <handa@etl.go.jp> |
| 2 | 11 | ||
| 3 | * syssignal.h: Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY. | 12 | * syssignal.h: Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY. |