diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f46f95882ca..e9778013345 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-10-24 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * keymap.c (fix_submap_inheritance): Use get_keymap_1 on parent_entry | ||
| 4 | rather than KEYMAPP, to allow EQ to work correctly if parent_entry is | ||
| 5 | a symbol. | ||
| 6 | |||
| 1 | 2000-10-24 Andrew Innes <andrewi@gnu.org> | 7 | 2000-10-24 Andrew Innes <andrewi@gnu.org> |
| 2 | 8 | ||
| 3 | * dired.c (directory_files_internal_unwind): New function. | 9 | * dired.c (directory_files_internal_unwind): New function. |