diff options
| -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 @@ | |||
| 1 | 2002-05-25 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * emulation/cua-base.el (cua--self-insert-char-p): New function. | ||
| 4 | |||
| 5 | * emulation/cua-gmrk.el (cua--init-global-mark): Install default | ||
| 6 | binding in cua--global-mark-keymap using cua--self-insert-char-p | ||
| 7 | to handle all global self inserting characters in gmark mode. | ||
| 8 | |||
| 9 | * emulation/cua-rect.el (cua--init-rectangles): Install default | ||
| 10 | binding in cua--rectangle-keymap using cua--self-insert-char-p | ||
| 11 | to handle all global self inserting characters in rectangle mode. | ||
| 12 | |||
| 1 | 2002-05-24 Stefan Monnier <monnier@cs.yale.edu> | 13 | 2002-05-24 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 14 | ||
| 3 | * net/ange-ftp.el (read-file-name-internal): Remove the | 15 | * net/ange-ftp.el (read-file-name-internal): Remove the |