diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b0384b9eba4..d54f857f171 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to | ||
| 4 | the newer format of some messages in cvs-1.12.1. | ||
| 5 | |||
| 1 | 2004-08-19 Masatake YAMATO <jet@gyve.org> | 6 | 2004-08-19 Masatake YAMATO <jet@gyve.org> |
| 2 | 7 | ||
| 3 | * emacs-lisp/elp.el (elp-results-symname-map): New keymap. | 8 | * emacs-lisp/elp.el (elp-results-symname-map): New keymap. |
diff --git a/src/ChangeLog b/src/ChangeLog index 0ef292aae16..469584d6bf9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * syntax.c (char_quoted): Mixup byte/char pos. | ||
| 4 | (back_comment): Fixup globals in all cases. | ||
| 5 | |||
| 1 | 2004-08-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 6 | 2004-08-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before | 8 | * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before |