diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a367bc6d8ee..9a24f30e8d9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2000-07-10 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * keymap.c (get_keymap_1): Add comment that this function can GC. | ||
| 4 | (where_is_internal_2, where_is_internal_1): Add GCPROs, add | ||
| 5 | comment that functions can GC. | ||
| 6 | (Fset_keymap_parent): GCPRO arg KEYMAP. | ||
| 7 | |||
| 1 | 2000-07-10 Eli Zaretskii <eliz@is.elta.co.il> | 8 | 2000-07-10 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 9 | ||
| 3 | * msdos.c (XMenuActivate): After exiting the menu, restore the | 10 | * msdos.c (XMenuActivate): After exiting the menu, restore the |