aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/PROBLEMS14
2 files changed, 19 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 70a748e9dc1..ec75c24116d 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12003-10-24 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * PROBLEMS: Characters are displayed as empty boxes or
4 with wrong font under X.
5
12003-09-30 Werner Lemberg <wl@gnu.org> 62003-09-30 Werner Lemberg <wl@gnu.org>
2 7
3 * TUTORIAL.de: Minor updates and grammatical fixes. 8 * TUTORIAL.de: Minor updates and grammatical fixes.
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index ca00289218b..a59b496bf75 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1,6 +1,20 @@
1This file describes various problems that have been encountered 1This file describes various problems that have been encountered
2in compiling, installing and running GNU Emacs. 2in compiling, installing and running GNU Emacs.
3 3
4* Characters are displayed as empty boxes or with wrong font under X.
5
6This can occur when two different versions of FontConfig are used.
7For example, XFree86 4.3.0 has one version and Gnome usually comes
8with a newer version. Emacs compiled with --with-gtk will then use
9the newer version. In most cases the problem can be temporarily
10fixed by stopping the application that has the error (it can be
11Emacs or any other application), removing ~/.fonts.cache-1,
12and then start the application again.
13If removing ~/.fonts.cache-1 and restarting doesn't help, the
14application with problem must be recompiled with the same version
15of FontConfig as the rest of the system uses. For KDE, it is
16sufficient to recompile Qt.
17
4* Process output truncated on Mac OS X (Carbon) when using pty's. 18* Process output truncated on Mac OS X (Carbon) when using pty's.
5 19
6There appears to be a problem with the implementation of pty's on the 20There appears to be a problem with the implementation of pty's on the