diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 08d20294bb5..cf3ecbcb07a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2003-01-13 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * international/utf-16.el (mule-utf-16-be, mule-utf-16-le): Remove | ||
| 4 | pre-write-conversion. | ||
| 5 | |||
| 1 | 2003-01-13 Kim F. Storm <storm@cua.dk> | 6 | 2003-01-13 Kim F. Storm <storm@cua.dk> |
| 2 | 7 | ||
| 3 | * hexl.el (hexl-mode-map): Don't quote remapped command names. | 8 | * hexl.el (hexl-mode-map): Don't quote remapped command names. |
diff --git a/src/ChangeLog b/src/ChangeLog index ae00961f241..681009e6ea1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-01-13 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * fns.c (Freverse): Use QUIT. | ||
| 4 | |||
| 1 | 2003-01-13 Richard M. Stallman <rms@gnu.org> | 5 | 2003-01-13 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * minibuf.c (minibuffer_completion_contents): | 7 | * minibuf.c (minibuffer_completion_contents): |