diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bf60d38b2a3..a693cc0bdc6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2015-01-21 Daniel Koning <dk@danielkoning.com> (tiny change) | ||
| 2 | |||
| 3 | * subr.el (posnp): Correct docstring of `posnp'. | ||
| 4 | (posn-col-row): Make it work with all mouse position objects. | ||
| 5 | * textmodes/artist.el (artist-mouse-draw-continously): Cancel | ||
| 6 | timers if an error occurs during continuous drawing. (Bug#6130) | ||
| 7 | |||
| 1 | 2015-01-20 Eli Zaretskii <eliz@gnu.org> | 8 | 2015-01-20 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * button.el (button-activate, push-button): Doc fix. (Bug#19628) | 10 | * button.el (button-activate, push-button): Doc fix. (Bug#19628) |