diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b03c609f907..624ad71379d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,12 @@ | |||
| 1 | 2011-11-04 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (note_mouse_highlight): If either of | ||
| 4 | previous/next-single-property-change returns nil, treat that as | ||
| 5 | the beginning or the end of the buffer. (Bug#9955) | ||
| 6 | |||
| 1 | 2011-11-04 Jan Djärv <jan.h.d@swipnet.se> | 7 | 2011-11-04 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 8 | ||
| 3 | * gtkutil.c (xg_make_tool_item): Add callbacks of one of wimage or | 9 | * gtkutil.c (xg_make_tool_item): Add callbacks if one of wimage or |
| 4 | label is not null (Bug#9951). | 10 | label is not null (Bug#9951). |
| 5 | (xg_tool_item_stale_p): Handle the fact that wimage and/or wlbl | 11 | (xg_tool_item_stale_p): Handle the fact that wimage and/or wlbl |
| 6 | may be NULL. | 12 | may be NULL. |