diff options
| author | Gerd Moellmann | 2000-07-21 14:35:53 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-21 14:35:53 +0000 |
| commit | 6214507352b68ebae83a29589fdb66311fbe691d (patch) | |
| tree | ec8831e4bc4af81dc5adf560ec873a4b0d206fd9 /src/ChangeLog | |
| parent | f95464e4700cd32aa4cf1de188f3951b7a006451 (diff) | |
| download | emacs-6214507352b68ebae83a29589fdb66311fbe691d.tar.gz emacs-6214507352b68ebae83a29589fdb66311fbe691d.zip | |
(menu_help_callback): Call show_help_echo with
additional arguments OBJECT and POS.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d28a76cdc2f..f6a18b1622d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2000-07-21 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * window.c (foreach_window): Instead of a fake variable argument | ||
| 4 | list, take one USER_DATA argument. | ||
| 5 | (foreach_window_1): Likewise, and call callback functions with two | ||
| 6 | args, the window and USER_DATA. | ||
| 7 | (struct check_window_data): New struct. | ||
| 8 | (check_window_containing): Use it. | ||
| 9 | (window_from_coordinates): Set up a struct check_window_data for | ||
| 10 | foreach_window. | ||
| 11 | (add_window_to_list, freeze_window_start): Change parameters | ||
| 12 | according to new calling convention. | ||
| 13 | |||
| 14 | * window.h (foreach_window): Change prototype. | ||
| 15 | |||
| 16 | * buffer.c (Fprevious_overlay_change): Avoid memory leak. | ||
| 17 | |||
| 18 | 2000-07-21 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 19 | |||
| 20 | * xmenu.c (menu_help_callback): Call show_help_echo with | ||
| 21 | additional arguments OBJECT and POS. | ||
| 22 | |||
| 1 | 2000-07-21 Kenichi Handa <handa@etl.go.jp> | 23 | 2000-07-21 Kenichi Handa <handa@etl.go.jp> |
| 2 | 24 | ||
| 3 | * data.c (Faset): Allow storing any multibyte character in a | 25 | * data.c (Faset): Allow storing any multibyte character in a |