aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2013-04-28 11:55:20 +0200
committerJan Djärv2013-04-28 11:55:20 +0200
commitedbdcec0a296f1cab2ffcced455e9a04c0408509 (patch)
tree6c731b5cc6a8b4d886c8bb3ed0464042779d225c /src/ChangeLog
parent4afd650a586bdf3bb393b4b3aef042c7e2a5c8a4 (diff)
downloademacs-edbdcec0a296f1cab2ffcced455e9a04c0408509.tar.gz
emacs-edbdcec0a296f1cab2ffcced455e9a04c0408509.zip
* nsfns.m (handlePanelKeys): New function.
(EmacsOpenPanel:performKeyEquivalent:) (EmacsSavePanel:performKeyEquivalent:): Call handlePanelKeys to handle arrows/function/control and copy/paste keys. Fixes: debbugs:14296
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c9d458c3479..84aa50f7047 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12013-04-28 Jan Djärv <jan.h.d@swipnet.se>
2
3 * nsfns.m (handlePanelKeys): New function.
4 (EmacsOpenPanel:performKeyEquivalent:)
5 (EmacsSavePanel:performKeyEquivalent:): Call handlePanelKeys to handle
6 arrows/function/control and copy/paste keys (Bug#14296).
7
12013-04-27 Juri Linkov <juri@jurta.org> 82013-04-27 Juri Linkov <juri@jurta.org>
2 9
3 * callint.c (Fcall_interactively): Call `Qread_number' for 10 * callint.c (Fcall_interactively): Call `Qread_number' for