emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117287: Document latest changes in make_lispy_posit


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r117287: Document latest changes in make_lispy_position.
Date: Sat, 07 Jun 2014 14:30:52 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117287
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2014-06-07 17:29:48 +0300
message:
  Document latest changes in make_lispy_position.
  
   doc/lispref/commands.texi (Click Events): Update contents of click event's
   position list due to last changes in make_lispy_position.
  
    etc/NEWS: Mention the incompatible change.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/commands.texi      
commands.texi-20091113204419-o5vbwnq5f7feedwu-6165
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2014-06-02 00:18:22 +0000
+++ b/doc/lispref/ChangeLog     2014-06-07 14:29:48 +0000
@@ -1,3 +1,8 @@
+2014-06-07  Eli Zaretskii  <address@hidden>
+
+       * commands.texi (Click Events): Update contents of click event's
+       position list due to last changes in make_lispy_position.
+
 2014-06-02  Glenn Morris  <address@hidden>
 
        * text.texi (Buffer Contents):

=== modified file 'doc/lispref/commands.texi'
--- a/doc/lispref/commands.texi 2014-03-22 22:36:29 +0000
+++ b/doc/lispref/commands.texi 2014-06-07 14:29:48 +0000
@@ -1396,8 +1396,9 @@
 @item @var{text-pos}
 For clicks on a marginal area or on a fringe, this is the buffer
 position of the first visible character in the corresponding line in
-the window.  For other events, it is the current buffer position in
-the window.
+the window.  For clicks on the mode line or the header line, this is
address@hidden  For other events, it is the buffer position closest to
+the click.
 
 @item @var{col}, @var{row}
 These are the actual column and row coordinate numbers of the glyph

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-06-02 01:02:21 +0000
+++ b/etc/NEWS  2014-06-07 14:29:48 +0000
@@ -132,6 +132,12 @@
 
 ** cl-the now asserts that its argument is of the given type.
 
++++
+** Mouse click events on mode line or header line no longer include
+any reference to a buffer position.  The 6th member of the mouse
+position list returned for such events is now nil.
+
+
 
 * Lisp Changes in Emacs 24.5
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]