diff options
| author | Eli Zaretskii | 2015-02-14 15:03:20 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-02-14 15:03:20 +0200 |
| commit | 432b00e6597f2a1eec192d807ad554a430f96f93 (patch) | |
| tree | 99be029c5d1fcfa6586050c50db94527dc0b1f9b /src/ChangeLog | |
| parent | 0077b36e2ed14e484c1f736496db9314ef7ca177 (diff) | |
| download | emacs-432b00e6597f2a1eec192d807ad554a430f96f93.tar.gz emacs-432b00e6597f2a1eec192d807ad554a430f96f93.zip | |
Fix assertions in popping up menus on TTY (Bug#19862)
Do not merge this commit to trunk!
src/menu.c (Fx_popup_menu) [HAVE_X_WINDOWS]: Call
mouse_position_for_popup only for X frames.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 20d3fb34034..52be915ecb9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2015-02-14 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * menu.c (Fx_popup_menu) [HAVE_X_WINDOWS]: Call | ||
| 4 | mouse_position_for_popup only for X frames. (Bug#19862) | ||
| 5 | |||
| 1 | 2015-02-13 Eli Zaretskii <eliz@gnu.org> | 6 | 2015-02-13 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * buffer.c (syms_of_buffer): Doc fix. (Bug#19841) | 8 | * buffer.c (syms_of_buffer): Doc fix. (Bug#19841) |