diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ca926ce2e1e..5eedf9c6e12 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2002-06-01 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * simple.el (choose-completion-string-functions): New special hook. | ||
| 4 | (choose-completion-string1): Renamed from choose-completion-string. | ||
| 5 | (choose-completion-string): Run choose-completion-string-functions | ||
| 6 | until success, and only call choose-completion-string1 if it fails. | ||
| 7 | |||
| 1 | 2002-05-31 Kim F. Storm <storm@cua.dk> | 8 | 2002-05-31 Kim F. Storm <storm@cua.dk> |
| 2 | 9 | ||
| 3 | * emulation/cua-base.el (cua--last-deleted-region-pos) | 10 | * emulation/cua-base.el (cua--last-deleted-region-pos) |