changeset 54726:e7dae6a9ac07

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 05 Apr 2004 21:40:02 +0000
parents 0b482d5702c7
children 42ceb5f0718f
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <storm@cua.dk>
+
+	* 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  <abraham@dina.kvl.dk>
 
 	* cus-edit.el (custom-add-parent-links): Changed unbound variable
-	`symbol' to `name'. 
+	`symbol' to `name'.
 
 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
 
--- 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  <storm@cua.dk>
+
+	* indent.c (vmotion): Do not reserve one column for continuation
+	marks on window frames.
+
 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
 
 	* charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings