diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2be67ff9b92..b67ad5b7f96 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -6,7 +6,21 @@ | |||
| 6 | (byte-compile-or): Use that. | 6 | (byte-compile-or): Use that. |
| 7 | (byte-compile-if): Guard the else-clause too. | 7 | (byte-compile-if): Guard the else-clause too. |
| 8 | (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)). | 8 | (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)). |
| 9 | Simplify conditions of the form (not (not BASE)). | 9 | |
| 10 | * isearch.el (isearch-mode-end-hook-quit): New variable. | ||
| 11 | (isearch-done): Bind it. | ||
| 12 | (isearch-mode-end-hook): Doc fix. | ||
| 13 | |||
| 14 | * allout.el (allout-isearch-did-quit): Variable deleted. | ||
| 15 | (allout-real-isearch-abort): Function name no longer used. | ||
| 16 | (allout-mode): Do allout-enwrap-isearch whenever feature is wanted. | ||
| 17 | (allout-isearch-rectification): isearch-mode always exists. | ||
| 18 | Don't set allout-isearch-did-quit. | ||
| 19 | (allout-isearch-expose): Check isearch-mode-end-hook-error, not | ||
| 20 | allout-isearch-did-quit. | ||
| 21 | (allout-enwrap-isearch): Just add the hook. | ||
| 22 | (allout-isearch-abort): Function deleted. | ||
| 23 | (allout-pre-command-business): Avoid warning. | ||
| 10 | 24 | ||
| 11 | * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp. | 25 | * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp. |
| 12 | Correctly avoid warnings. | 26 | Correctly avoid warnings. |