diff options
| author | Daniel Koning | 2015-01-21 09:01:30 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2015-01-21 09:01:30 +0100 |
| commit | 3ea1b31f46f21ecfb089628e63187970fdb58d5a (patch) | |
| tree | f02efdd511dfb3eecb1583bd454912c2bc70abc3 /doc/lispref/ChangeLog | |
| parent | 4c09e3aef9a366ffebd314d01f666e04bd7798e2 (diff) | |
| download | emacs-3ea1b31f46f21ecfb089628e63187970fdb58d5a.tar.gz emacs-3ea1b31f46f21ecfb089628e63187970fdb58d5a.zip | |
Prevent artist-mode from creating runaway timers (Bug#6130).
* subr.el (posnp): Correct docstring of `posnp'.
(posn-col-row): Make it work with all mouse position objects.
* textmodes/artist.el (artist-mouse-draw-continously): Cancel
timers if an error occurs during continuous drawing. (Bug#6130)
* commands.texi (Drag Events, Motion Events, Event Examples)
(Accessing Mouse): Describe actual range of values that mouse
position objects can have.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 11a6f32718c..52c621c1fa5 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2015-01-21 Daniel Koning <dk@danielkoning.com> (tiny change) | ||
| 2 | |||
| 3 | * commands.texi (Drag Events, Motion Events, Event Examples) | ||
| 4 | (Accessing Mouse): Describe actual range of values that mouse | ||
| 5 | position objects can have. | ||
| 6 | |||
| 1 | 2015-01-20 Eli Zaretskii <eliz@gnu.org> | 7 | 2015-01-20 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * display.texi (Manipulating Buttons): Explain more about the | 9 | * display.texi (Manipulating Buttons): Explain more about the |