diff options
| author | Gerd Moellmann | 2000-04-27 19:12:09 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-04-27 19:12:09 +0000 |
| commit | c76e04a8d512527b5936fda7763963accd862bf9 (patch) | |
| tree | 311a4e1a0f79eb13ff9cf27a8d9a371d86b7ff48 /src/ChangeLog | |
| parent | 5be6c3b044e2b0b2dd79a41285df932226f59962 (diff) | |
| download | emacs-c76e04a8d512527b5936fda7763963accd862bf9.tar.gz emacs-c76e04a8d512527b5936fda7763963accd862bf9.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f4b5aadfda3..61aa6a1eed1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,26 @@ | |||
| 1 | 2000-04-27 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * print.c (print_object): Treat print-length < 0 as nil. | ||
| 4 | |||
| 5 | * Makefile.in (termcapobj): Don't use TERMCAP_OBJ. | ||
| 6 | |||
| 7 | * s/freebsd.h (TERMCAP_OBJ): Removed. | ||
| 8 | (LIBS_TERMCAP): Don't define for __FreeBSD_version >= 400000. | ||
| 9 | |||
| 10 | * lread.c (read1): Don't treat period followed by certain | ||
| 11 | characters as symbol start. | ||
| 12 | |||
| 13 | * xfns.c (slurp_file): New function. | ||
| 14 | (xbm_image_p): Handle case of in-memory XBM files. | ||
| 15 | (xbm_scan): Rewritten to work on memory buffers instead of files. | ||
| 16 | (xbm_read_bitmap_data): Renamed from xbm_read_bitmap_file_data. | ||
| 17 | Work on memory buffers instead of files. If DATA is null test | ||
| 18 | if buffer looks like an in-memory XBM file. | ||
| 19 | (xbm_load_image): Renamed from xbm_load_image_file. Work on | ||
| 20 | memory buffers instead of files. | ||
| 21 | (xbm_file_p): New function. | ||
| 22 | (xbm_load): Accept :data DATA where DATA is an in-memory XBM file. | ||
| 23 | |||
| 3 | * lread.c (end_of_file_error): New function. | 24 | * lread.c (end_of_file_error): New function. |
| 4 | (read1): Call it instead of signaling `end-of-file' directly. | 25 | (read1): Call it instead of signaling `end-of-file' directly. |
| 5 | 26 | ||