diff options
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2576da7eefd..ebc44d6356a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2002-05-01 Colin Walters <walters@verbum.org> | ||
| 2 | |||
| 3 | * textmodes/tex-mode.el (tex-validate-buffer): Use | ||
| 4 | `occur-revert-arguments' instead of setting `occur-nlines' and | ||
| 5 | `occur-buffer'. Don't test for `input-pending-p' in loop. Set | ||
| 6 | text property `occur-target' instead of `occur'. | ||
| 7 | |||
| 1 | 2002-04-30 John Wiegley <johnw@gnu.org> | 8 | 2002-04-30 John Wiegley <johnw@gnu.org> |
| 2 | 9 | ||
| 3 | * align.el (align-region): Fixed the fix to align-region, because | 10 | * align.el (align-region): Fixed the fix to align-region, because |