diff options
| author | Kim F. Storm | 2004-04-05 21:40:02 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-04-05 21:40:02 +0000 |
| commit | c953fe1bac239f6b444ef83da77bb4a4d2fff568 (patch) | |
| tree | 04e8e749fb72a21f35f74d351dd0d5d031230dd0 | |
| parent | 6781410f612123fac0df3a64dc7e4f3ff18e578a (diff) | |
| download | emacs-c953fe1bac239f6b444ef83da77bb4a4d2fff568.tar.gz emacs-c953fe1bac239f6b444ef83da77bb4a4d2fff568.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 10 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 14 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 21680c980fe..f1e7793954f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,15 @@ | |||
| 1 | 2004-04-06 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * term.el (term-is-xemacs): Remove. | ||
| 4 | (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs). | ||
| 5 | (term-window-width): New function. | ||
| 6 | (term-mode, term-check-size): Use it. | ||
| 7 | (term-mode): Disable overflow-newline-into-fringe in term buffer. | ||
| 8 | |||
| 1 | 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk> | 9 | 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk> |
| 2 | 10 | ||
| 3 | * cus-edit.el (custom-add-parent-links): Changed unbound variable | 11 | * cus-edit.el (custom-add-parent-links): Changed unbound variable |
| 4 | `symbol' to `name'. | 12 | `symbol' to `name'. |
| 5 | 13 | ||
| 6 | 2004-04-05 Jesper Harder <harder@ifa.au.dk> | 14 | 2004-04-05 Jesper Harder <harder@ifa.au.dk> |
| 7 | 15 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 152ef044872..017c214739e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-04-06 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * indent.c (vmotion): Do not reserve one column for continuation | ||
| 4 | marks on window frames. | ||
| 5 | |||
| 1 | 2004-04-04 Eli Zaretskii <eliz@gnu.org> | 6 | 2004-04-04 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings | 8 | * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings |