diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.7 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.8 | 2 | ||||
| -rw-r--r-- | src/xselect.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index fc97acdeb1e..bb18f684242 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 | |||
| @@ -3968,7 +3968,7 @@ | |||
| 3968 | 3968 | ||
| 3969 | 1998-01-12 Kenichi Handa <handa@etl.go.jp> | 3969 | 1998-01-12 Kenichi Handa <handa@etl.go.jp> |
| 3970 | 3970 | ||
| 3971 | * minibuf.c (Fminibuffer_complete_word): Fix a bug of refering | 3971 | * minibuf.c (Fminibuffer_complete_word): Fix a bug of referring |
| 3972 | `i'. We must refer `i_byte' instead. | 3972 | `i'. We must refer `i_byte' instead. |
| 3973 | 3973 | ||
| 3974 | * insdel.c (insert_from_string_1): Decrement GAP_SIZE by | 3974 | * insdel.c (insert_from_string_1): Decrement GAP_SIZE by |
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index 6a48b09e64b..e2572e8ac88 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -4027,7 +4027,7 @@ | |||
| 4027 | * dispextern.h (struct glyph_row): Flag internal_border_p removed. | 4027 | * dispextern.h (struct glyph_row): Flag internal_border_p removed. |
| 4028 | 4028 | ||
| 4029 | * xfns.c (x_create_tip_frame): Don't set bitmapIcon resource | 4029 | * xfns.c (x_create_tip_frame): Don't set bitmapIcon resource |
| 4030 | because this will try to access a nonexisting widget. | 4030 | because this will try to access a nonexistent widget. |
| 4031 | 4031 | ||
| 4032 | 1999-07-26 Markus Rost <rost@gnu.org> | 4032 | 1999-07-26 Markus Rost <rost@gnu.org> |
| 4033 | 4033 | ||
diff --git a/src/xselect.c b/src/xselect.c index f9ebdf730d4..5e5e6a098b6 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -757,7 +757,7 @@ x_reply_selection_request (struct input_event *event, | |||
| 757 | /* The window we're communicating with may have been deleted | 757 | /* The window we're communicating with may have been deleted |
| 758 | in the meantime (that's a real situation from a bug report). | 758 | in the meantime (that's a real situation from a bug report). |
| 759 | In this case, there may be events in the event queue still | 759 | In this case, there may be events in the event queue still |
| 760 | refering to the deleted window, and we'll get a BadWindow error | 760 | referring to the deleted window, and we'll get a BadWindow error |
| 761 | in XTread_socket when processing the events. I don't have | 761 | in XTread_socket when processing the events. I don't have |
| 762 | an idea how to fix that. gerd, 2001-01-98. */ | 762 | an idea how to fix that. gerd, 2001-01-98. */ |
| 763 | /* 2004-09-10: XSync and UNBLOCK so that possible protocol errors are | 763 | /* 2004-09-10: XSync and UNBLOCK so that possible protocol errors are |