diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b42d0e959e5..078b74740e0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,6 +3,20 @@ | |||
| 3 | * isearch.el (isearch-resume-enabled): New variable. | 3 | * isearch.el (isearch-resume-enabled): New variable. |
| 4 | (isearch-done): Use that variable. | 4 | (isearch-done): Use that variable. |
| 5 | 5 | ||
| 6 | 2001-12-01 Richard M. Stallman <rms@gnu.org> | ||
| 7 | |||
| 8 | * wid-edit.el (widget-button-click): Don't move point permanently: | ||
| 9 | Avoid mouse-set-point--instead select the window, | ||
| 10 | then do save-excursion, then move point. | ||
| 11 | Specify the buffer for get-char-property. | ||
| 12 | Don't use `@' in interactive. | ||
| 13 | |||
| 14 | * indent.el (indent-line-function): | ||
| 15 | Default is indent-to-left-margin again. | ||
| 16 | |||
| 17 | * replace.el (query-replace-read-args): Display message | ||
| 18 | if FROM contains `\n' or `\t'. | ||
| 19 | |||
| 6 | 2001-12-01 Stefan Monnier <monnier@cs.yale.edu> | 20 | 2001-12-01 Stefan Monnier <monnier@cs.yale.edu> |
| 7 | 21 | ||
| 8 | * indent.el (tab-to-tab-stop): Use delete-horizontal-space. | 22 | * indent.el (tab-to-tab-stop): Use delete-horizontal-space. |