From c953fe1bac239f6b444ef83da77bb4a4d2fff568 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Mon, 5 Apr 2004 21:40:02 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 10 +++++++++- src/ChangeLog | 5 +++++ 2 files changed, 14 insertions(+), 1 deletion(-) 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 -- 2.39.5