aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2004-04-05 21:40:02 +0000
committerKim F. Storm2004-04-05 21:40:02 +0000
commitc953fe1bac239f6b444ef83da77bb4a4d2fff568 (patch)
tree04e8e749fb72a21f35f74d351dd0d5d031230dd0
parent6781410f612123fac0df3a64dc7e4f3ff18e578a (diff)
downloademacs-c953fe1bac239f6b444ef83da77bb4a4d2fff568.tar.gz
emacs-c953fe1bac239f6b444ef83da77bb4a4d2fff568.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog10
-rw-r--r--src/ChangeLog5
2 files changed, 14 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 21680c980fe..f1e7793954f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,15 @@
12004-04-06 Kim F. Storm <storm@cua.dk>
2
3 * term.el (term-is-xemacs): Remove.
4 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
5 (term-window-width): New function.
6 (term-mode, term-check-size): Use it.
7 (term-mode): Disable overflow-newline-into-fringe in term buffer.
8
12004-04-05 Per Abrahamsen <abraham@dina.kvl.dk> 92004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
2 10
3 * cus-edit.el (custom-add-parent-links): Changed unbound variable 11 * cus-edit.el (custom-add-parent-links): Changed unbound variable
4 `symbol' to `name'. 12 `symbol' to `name'.
5 13
62004-04-05 Jesper Harder <harder@ifa.au.dk> 142004-04-05 Jesper Harder <harder@ifa.au.dk>
7 15
diff --git a/src/ChangeLog b/src/ChangeLog
index 152ef044872..017c214739e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12004-04-06 Kim F. Storm <storm@cua.dk>
2
3 * indent.c (vmotion): Do not reserve one column for continuation
4 marks on window frames.
5
12004-04-04 Eli Zaretskii <eliz@gnu.org> 62004-04-04 Eli Zaretskii <eliz@gnu.org>
2 7
3 * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings 8 * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings