aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2006-01-03 23:35:05 +0000
committerKim F. Storm2006-01-03 23:35:05 +0000
commit0f5642c2e0793b5d52d3c809ac90b4a717e7d190 (patch)
treec43d9e199d2a5bbbb3a78bcb4a2a8caf3e1ebe9a /src
parent6df1924164314d70c7d3c5654e8c3a43c3507277 (diff)
downloademacs-0f5642c2e0793b5d52d3c809ac90b4a717e7d190.tar.gz
emacs-0f5642c2e0793b5d52d3c809ac90b4a717e7d190.zip
(key-sequence): Rework widget to read key binding
using `kbd' syntax. Use C-q to insert literal key, event, or code. (widget-key-sequence-default-value): Default value for empty sequence. (widget-key-sequence-map): New map for reading key binding. Bind C-q. (widget-key-sequence-read-event): New command for C-q. (widget-key-sequence-validate, widget-key-sequence-value-to-internal) (widget-key-sequence-value-to-external): New functions.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 38d7ca945ce..eed0c4dddb8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12006-01-04 Kim F. Storm <storm@cua.dk>
2
3 * .gdbinit: Undo last change. Instead, look at Vsystem_type to
4 determine which breakpoints to set.
5
12006-01-03 Stefan Monnier <monnier@iro.umontreal.ca> 62006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * keymap.c (describe_map_compare): Yet another int/Lisp_Object mixup. 8 * keymap.c (describe_map_compare): Yet another int/Lisp_Object mixup.