diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 53b9188dba9..b973b5b8d04 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-10-18 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * keyboard.c (make_lispy_event): Remove GPM-specific code that | ||
| 4 | handles mouse clicks. Instead, let GPM use the same code as all | ||
| 5 | the other mice use. See the discussion starting at | ||
| 6 | http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00521.html | ||
| 7 | for the details of the problem with the menu bar this fixes. | ||
| 8 | |||
| 1 | 2013-10-18 Dmitry Antipov <dmantipov@yandex.ru> | 9 | 2013-10-18 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 10 | ||
| 3 | Remove port-specific display name lists to avoid extra | 11 | Remove port-specific display name lists to avoid extra |