diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fe4c77a80a2..4f45641aacc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * mouse.el (mouse-set-region): Don't do sit-for on a mac frame. | ||
| 4 | |||
| 1 | 2005-10-18 Masatake YAMATO <jet@gyve.org> | 5 | 2005-10-18 Masatake YAMATO <jet@gyve.org> |
| 2 | 6 | ||
| 3 | Install to the CVS repository what I forgot to install in my | 7 | Install to the CVS repository what I forgot to install in my |
diff --git a/src/ChangeLog b/src/ChangeLog index d0b52872983..61b658b6b88 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * macterm.c (note_mouse_movement): Use PtInRect. | ||
| 4 | (XTread_socket): Also ignore mouse motion just before a button | ||
| 5 | release event. Don't process button release event when mouse is | ||
| 6 | not grabbed. | ||
| 7 | |||
| 1 | 2005-10-16 Masatake YAMATO <jet@gyve.org> | 8 | 2005-10-16 Masatake YAMATO <jet@gyve.org> |
| 2 | 9 | ||
| 3 | * minibuf.c (Fdisplay_completion_list): Add new optional | 10 | * minibuf.c (Fdisplay_completion_list): Add new optional |