diff options
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 517dc9dd962..c6717c8a5d2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * hexl.el (hexl-before-revert-hook): New function. | ||
| 4 | (hexl-mode): Use it. | ||
| 5 | (hexl-after-revert-hook): Just call hexl-mode. | ||
| 6 | (hexl-mode-exit): Remove before-revert-hook. | ||
| 7 | |||
| 1 | 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 9 | ||
| 3 | * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well. | 10 | * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well. |