diff options
| author | Eli Zaretskii | 2013-10-18 16:33:25 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-10-18 16:33:25 +0300 |
| commit | c4e3099ff42a0c9d888d5cc36eed202f5c076738 (patch) | |
| tree | 8c93efb23e3227abfbb31730315e955bb977cc69 /src/ChangeLog | |
| parent | d141d7011296265b0c2a6432bed9317614abf019 (diff) | |
| download | emacs-c4e3099ff42a0c9d888d5cc36eed202f5c076738.tar.gz emacs-c4e3099ff42a0c9d888d5cc36eed202f5c076738.zip | |
Fix clicks on the menu bar when GPM mouse is in use.
src/keyboard.c (make_lispy_event): Remove GPM-specific code that
handles mouse clicks. Instead, let GPM use the same code as all
the other mice use. See the discussion starting at
http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00521.html
for the details of the problem with the menu bar this fixes.
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 |