aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-08-23 14:16:42 +0000
committerGerd Moellmann2001-08-23 14:16:42 +0000
commit59ecf80b928a41bba35369103846893a92055217 (patch)
tree38c309b9fbd30261a6e598b4df24671a7f5fbaf0
parent75823f67b5a2012fb8f9b1ad55c19955630c0f19 (diff)
downloademacs-59ecf80b928a41bba35369103846893a92055217.tar.gz
emacs-59ecf80b928a41bba35369103846893a92055217.zip
*** empty log message ***
-rw-r--r--etc/PROBLEMS11
-rw-r--r--src/ChangeLog8
2 files changed, 15 insertions, 4 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 9947cd1e46a..354f0f3404f 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -4,10 +4,13 @@ in compiling, installing and running GNU Emacs.
4* Improving performance with slow X connections 4* Improving performance with slow X connections
5 5
6If you don't need X Input Methods (XIM) for entering text in some 6If you don't need X Input Methods (XIM) for entering text in some
7language you use, you can improve performance on WANs by configuring 7language you use, you can improve performance on WAN links by
8Emacs with option `--without-xim'. Configuring Emacs without XIM does 8configuring Emacs with option `--without-xim'. Configuring Emacs
9not affect the use of Emacs' own input methods, which are part of the 9without XIM does not affect the use of Emacs' own input methods, which
10Leim package. 10are part of the Leim package.
11
12If the connection is very slow, you might also want to consider
13switching off scroll bars, menu bar, and tool bar.
11 14
12* Getting a Meta key on the FreeBSD console 15* Getting a Meta key on the FreeBSD console
13 16
diff --git a/src/ChangeLog b/src/ChangeLog
index b66f7697a02..3ea6c330291 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12001-08-23 Gerd Moellmann <gerd@gnu.org>
2
3 * fileio.c (Finsert_file_contents): If VISIT is non-nil, and
4 coding.type is coding_type_no_conversion or coding_type_raw_text,
5 use Fset_buffer_multibyte to make the buffer unibyte if REPLACE is
6 non-nil instead of just setting enable_multibyte_characters in the
7 buffer to nil.
8
12001-08-22 Gerd Moellmann <gerd@gnu.org> 92001-08-22 Gerd Moellmann <gerd@gnu.org>
2 10
3 * dispextern.h (struct face_cache): Add member 11 * dispextern.h (struct face_cache): Add member