emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: David Kastrup
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Fri, 15 Sep 2006 07:19:17 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     David Kastrup <dak>     06/09/15 07:19:16

Index: src/ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5299
retrieving revision 1.5300
diff -u -b -r1.5299 -r1.5300
--- src/ChangeLog       15 Sep 2006 02:03:37 -0000      1.5299
+++ src/ChangeLog       15 Sep 2006 07:19:14 -0000      1.5300
@@ -1,3 +1,25 @@
+2006-09-15  David Kastrup  <address@hidden>
+
+       * Makefile.in (keymap.o): Add "keymap.h" and "window.h"
+       dependencies.
+
+       * keymap.c: include "window.h".
+       (Fcommand_remapping): New optional POSITION argument.
+       (Fkey_binding): New optional POSITION argument.  Completely rework
+       handling of mouse clicks to get the same order of keymaps as
+       `read-key-sequence' and heed POSITION.  Also temporarily switch
+       buffers to location of mouse click and back.
+
+       * keyboard.c (command_loop_1): Adjust call of `Fcommand_remapping'
+       for additional argument.
+       (parse_menu_item): Adjust call of `Fkey_binding' for additional
+       argument.
+       (read_key_sequence): If there are both `local-map' and `keymap'
+       text properties at some buffer position, heed both.
+
+       * keymap.h: Declare additional optional arguments of
+       `Fcommand_remapping' and `Fkey_binding'.
+
 2006-09-15  Juanma Barranquero  <address@hidden>
 
        * indent.c (Fcurrent_column, Findent_to): Fix typos in docstring.




reply via email to

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