diff options
| author | Stefan Monnier | 2001-10-12 21:21:17 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-10-12 21:21:17 +0000 |
| commit | 026f408dc81a8cbfa78916b5757252d966730d8a (patch) | |
| tree | a2cfb6729c7b010e49915a60294240981e18e897 /src | |
| parent | be5fc59bde20008088764f072b71e36dd616cfd8 (diff) | |
| download | emacs-026f408dc81a8cbfa78916b5757252d966730d8a.tar.gz emacs-026f408dc81a8cbfa78916b5757252d966730d8a.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ebdcb23e3cd..ae4010d0479 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2001-10-12 Stefan Monnier <monnier@cs.yale.edu> | 1 | 2001-10-12 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 2 | ||
| 3 | * keymap.c (Fkey_description): Use empty_string. | ||
| 4 | (Fdescribe_bindings_internal, describe_buffer_bindings): Remove. | ||
| 5 | (syms_of_keymap): Setup inheritance between maps. | ||
| 6 | Don't export Sdescribe_bindings_internal any more. | ||
| 7 | |||
| 3 | * minibuf.c (keys_of_minibuf): Eliminate redundant bindings. | 8 | * minibuf.c (keys_of_minibuf): Eliminate redundant bindings. |
| 4 | 9 | ||
| 5 | 2001-10-12 Gerd Moellmann <gerd@gnu.org> | 10 | 2001-10-12 Gerd Moellmann <gerd@gnu.org> |
| @@ -20,11 +25,14 @@ | |||
| 20 | 25 | ||
| 21 | 2001-10-11 Stefan Monnier <monnier@cs.yale.edu> | 26 | 2001-10-11 Stefan Monnier <monnier@cs.yale.edu> |
| 22 | 27 | ||
| 28 | * callint.c (Fcall_interactively): Remove unused code. Use XCAR. | ||
| 29 | |||
| 23 | * xfns.c (x_create_bitmap_from_file, x_find_image_file): | 30 | * xfns.c (x_create_bitmap_from_file, x_find_image_file): |
| 24 | * w32proc.c (sys_spawnve): | 31 | * w32proc.c (sys_spawnve): |
| 25 | * w32fns.c (x_create_bitmap_from_file, x_find_image_file): | 32 | * w32fns.c (x_create_bitmap_from_file, x_find_image_file): |
| 26 | * w32.c (check_windows_init_file): | 33 | * w32.c (check_windows_init_file): |
| 27 | * sound.c (Fplay_sound): | 34 | * sound.c (Fplay_sound): |
| 35 | * emacs.c (init_cmdargs): | ||
| 28 | * process.c (Fstart_process): Update calls to openp. | 36 | * process.c (Fstart_process): Update calls to openp. |
| 29 | 37 | ||
| 30 | * callproc.c (Vexec_suffixes): New var. | 38 | * callproc.c (Vexec_suffixes): New var. |