aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-06-05 22:35:17 -0400
committerStefan Monnier2014-06-05 22:35:17 -0400
commit631de55bc19931ca2d778e8399697921228902a8 (patch)
tree70d957dfc083c83272435459c80fb364094772f3 /src/ChangeLog
parent79b0d21638cce19216607a89b6470b1e72a028b8 (diff)
downloademacs-631de55bc19931ca2d778e8399697921228902a8.tar.gz
emacs-631de55bc19931ca2d778e8399697921228902a8.zip
* lisp/mouse.el (mouse-posn-property): Ignore buffer position info when the
even happened elsewhere. * src/keyboard.c (make_lispy_position): Don't include a buffer position in mode/header-line mouse events.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a56a0a27d92..06847a72de3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12014-06-06 Stefan Monnier <monnier@iro.umontreal.ca> 12014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * keyboard.c (make_lispy_position): Don't include a buffer position in
4 mode/header-line mouse events.
5
3 * keyboard.c (read_char): Handle (t . <event>) in the second use of 6 * keyboard.c (read_char): Handle (t . <event>) in the second use of
4 Vunread_command_events (bug#17650). 7 Vunread_command_events (bug#17650).
5 8