diff options
| author | Stefan Monnier | 2002-04-30 01:04:05 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-04-30 01:04:05 +0000 |
| commit | de2413e9d9265a81128bae814472f9c4e7d09109 (patch) | |
| tree | b10cda89a36a5e17293933bc94b9b4fc09d9bf8f /src/ChangeLog | |
| parent | 44c7a52627837bfc8b67c6fd0fc94cc9e518a409 (diff) | |
| download | emacs-de2413e9d9265a81128bae814472f9c4e7d09109.tar.gz emacs-de2413e9d9265a81128bae814472f9c4e7d09109.zip | |
(x_create_bitmap_from_file, x_find_image_file): Update call to openp.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 998bdebb361..75f0ad9a9cd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -5,6 +5,25 @@ | |||
| 5 | 5 | ||
| 6 | 2002-04-29 Stefan Monnier <monnier@cs.yale.edu> | 6 | 2002-04-29 Stefan Monnier <monnier@cs.yale.edu> |
| 7 | 7 | ||
| 8 | * lread.c (openp): Change arg exec_only to predicate. | ||
| 9 | (build_load_history): Use XCAR/XCDR. | ||
| 10 | (Flocate_file_internal): New fun. | ||
| 11 | (syms_of_lread): Defsubr it. | ||
| 12 | (Fload): Update call to openp. | ||
| 13 | |||
| 14 | * lisp.h (openp): Update prototype. | ||
| 15 | |||
| 16 | * xfns.c (x_create_bitmap_from_file, x_find_image_file): | ||
| 17 | * w32proc.c (sys_spawnve): | ||
| 18 | * w32fns.c (x_create_bitmap_from_file, x_find_image_file): | ||
| 19 | * w32.c (check_windows_init_file): | ||
| 20 | * sound.c (Fplay_sound_internal): | ||
| 21 | * process.c (Fstart_process): | ||
| 22 | * macfns.c (x_create_bitmap_from_file, x_find_image_file): | ||
| 23 | * mac.c (run_mac_command): | ||
| 24 | * emacs.c (init_cmdargs): | ||
| 25 | * callproc.c (Fcall_process): Update call to openp. | ||
| 26 | |||
| 8 | * textprop.c (remove_properties): Don't use XCAR without CONSP. | 27 | * textprop.c (remove_properties): Don't use XCAR without CONSP. |
| 9 | 28 | ||
| 10 | * xterm.c (XTread_socket): Disable the Xutf8LookupString code. | 29 | * xterm.c (XTread_socket): Disable the Xutf8LookupString code. |