diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a77f5728ab5..f59c7001505 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-10-15 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * international/mule.el (set-auto-coding): Fix regexps for local | ||
| 4 | variables section not to eat newlines. | ||
| 5 | |||
| 1 | 2001-10-15 Miles Bader <miles@gnu.org> | 6 | 2001-10-15 Miles Bader <miles@gnu.org> |
| 2 | 7 | ||
| 3 | * simple.el (display-message-or-buffer): Pass the correct buffer | 8 | * simple.el (display-message-or-buffer): Pass the correct buffer |
diff --git a/src/ChangeLog b/src/ChangeLog index 03da356c3ef..8a7653df313 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -5,7 +5,8 @@ | |||
| 5 | 5 | ||
| 6 | 2001-10-14 Stefan Monnier <monnier@cs.yale.edu> | 6 | 2001-10-14 Stefan Monnier <monnier@cs.yale.edu> |
| 7 | 7 | ||
| 8 | * indent.c (skip_invisible): Use new retval of TEXT_PROP_MEANS_INVISIBLE. | 8 | * indent.c (skip_invisible): Use new retval of |
| 9 | TEXT_PROP_MEANS_INVISIBLE. | ||
| 9 | 10 | ||
| 10 | * keymap.c (access_keymap): Unify handling of `t' and generic-char. | 11 | * keymap.c (access_keymap): Unify handling of `t' and generic-char. |
| 11 | If a parent is reached and noinherit is set, exit immediately. | 12 | If a parent is reached and noinherit is set, exit immediately. |