diff options
author | Kim F. Storm <storm@cua.dk> | 2002-05-25 00:06:30 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2002-05-25 00:06:30 +0000 |
commit | feb51e916d64ccaa4e5c044a737ce9587eb2c440 (patch) | |
tree | 265444590f5eb24554e341dba64c61b04360f5b4 | |
parent | d2679414c71b1030914f87d7b74055a77c7d7d04 (diff) | |
download | emacs-feb51e916d64ccaa4e5c044a737ce9587eb2c440.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1c02eec2db8..583a11b5722 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2002-05-25 Kim F. Storm <storm@cua.dk> + + * emulation/cua-base.el (cua--self-insert-char-p): New function. + + * emulation/cua-gmrk.el (cua--init-global-mark): Install default + binding in cua--global-mark-keymap using cua--self-insert-char-p + to handle all global self inserting characters in gmark mode. + + * emulation/cua-rect.el (cua--init-rectangles): Install default + binding in cua--rectangle-keymap using cua--self-insert-char-p + to handle all global self inserting characters in rectangle mode. + 2002-05-24 Stefan Monnier <monnier@cs.yale.edu> * net/ange-ftp.el (read-file-name-internal): Remove the |