diff options
| author | Eli Zaretskii | 2011-11-04 22:01:06 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-11-04 22:01:06 +0200 |
| commit | a58c13ed78ff7fff3e77348c98ecc0d987eda52c (patch) | |
| tree | bda4f26785661c8180489f7e5e8dab35f1016794 /src/ChangeLog | |
| parent | fe0b6370b7415d81b575bac22caea623aa69c9c1 (diff) | |
| download | emacs-a58c13ed78ff7fff3e77348c98ecc0d987eda52c.tar.gz emacs-a58c13ed78ff7fff3e77348c98ecc0d987eda52c.zip | |
Fix bug #9955 with mouse-highlight that starts at beginning of window.
src/xdisp.c (note_mouse_highlight): If either of
previous/next-single-property-change returns nil, treat that as
the beginning or the end of the buffer.
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. |