From: Kim F. Storm Date: Mon, 5 Apr 2004 21:40:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~6957 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c953fe1bac239f6b444ef83da77bb4a4d2fff568;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 21680c980fe..f1e7793954f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,15 @@ +2004-04-06 Kim F. Storm + + * term.el (term-is-xemacs): Remove. + (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs). + (term-window-width): New function. + (term-mode, term-check-size): Use it. + (term-mode): Disable overflow-newline-into-fringe in term buffer. + 2004-04-05 Per Abrahamsen * cus-edit.el (custom-add-parent-links): Changed unbound variable - `symbol' to `name'. + `symbol' to `name'. 2004-04-05 Jesper Harder diff --git a/src/ChangeLog b/src/ChangeLog index 152ef044872..017c214739e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2004-04-06 Kim F. Storm + + * indent.c (vmotion): Do not reserve one column for continuation + marks on window frames. + 2004-04-04 Eli Zaretskii * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings