diff options
| author | Kim F. Storm | 2005-09-12 20:38:29 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-09-12 20:38:29 +0000 |
| commit | 0fdbe3025f1e36f1c6bed744f3c9ac2a2af8130b (patch) | |
| tree | 9731ebb598e0233d80ddbc67c6b7d1939aa21703 /src | |
| parent | c7dc8ae18a2567d0caabe6d73b7ad233c4ece791 (diff) | |
| download | emacs-0fdbe3025f1e36f1c6bed744f3c9ac2a2af8130b.tar.gz emacs-0fdbe3025f1e36f1c6bed744f3c9ac2a2af8130b.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 15f710d6747..29f3929ccd8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2005-09-12 Kim F. Storm <storm@cua.dk> | 1 | 2005-09-12 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * composite.c (compose_chars_in_text): Fix setup of `pend'. | ||
| 4 | Unconditionally reload `ptr' and `pend' after eval. | ||
| 5 | |||
| 3 | * xdisp.c (message3): Pass copy of lisp string to message_dolog. | 6 | * xdisp.c (message3): Pass copy of lisp string to message_dolog. |
| 4 | 7 | ||
| 5 | * print.c (print_error_message): Pass copy of caller name to | 8 | * print.c (print_error_message): Pass copy of caller name to |