]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 5 Apr 2004 21:40:02 +0000 (21:40 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 5 Apr 2004 21:40:02 +0000 (21:40 +0000)
lisp/ChangeLog
src/ChangeLog

index 21680c980feb6dbce4985a14488552134aceb90a..f1e7793954fcfc37e19add2ed4e27edb61e91666 100644 (file)
@@ -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>
 
index 152ef044872e0a45a9ad85724c3e9eafb37dc571..017c214739e4279398069f33e590384fd770e12c 100644 (file)
@@ -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