diff options
| author | Miles Bader | 2000-11-13 12:25:59 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-11-13 12:25:59 +0000 |
| commit | 9d3482947201704db7f7597d365ae5c9416df382 (patch) | |
| tree | 326ce73578ba4ca474f368cc0c753674bf7a29b8 /src/ChangeLog | |
| parent | 939d6465fc54ccd74381dae6bba1dd416928e8b8 (diff) | |
| download | emacs-9d3482947201704db7f7597d365ae5c9416df382.tar.gz emacs-9d3482947201704db7f7597d365ae5c9416df382.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -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. |