# HG changeset patch # User Kim F. Storm # Date 1081201202 0 # Node ID e7dae6a9ac078f17a7ebee0cddf1004d3c60a5d6 # Parent 0b482d5702c7ff7ee165190a09f6186dfc518e1f *** empty log message *** diff -r 0b482d5702c7 -r e7dae6a9ac07 lisp/ChangeLog --- a/lisp/ChangeLog Mon Apr 05 21:34:05 2004 +0000 +++ b/lisp/ChangeLog Mon Apr 05 21:40:02 2004 +0000 @@ -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 -r 0b482d5702c7 -r e7dae6a9ac07 src/ChangeLog --- a/src/ChangeLog Mon Apr 05 21:34:05 2004 +0000 +++ b/src/ChangeLog Mon Apr 05 21:40:02 2004 +0000 @@ -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