aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2003-09-12 19:44:31 +0000
committerStefan Monnier2003-09-12 19:44:31 +0000
commitcff5e534cd7008f1e98e8753eb50c400b543444d (patch)
tree17402867a85c0bb9515f78107f34cc1fe9f4096d
parent2b652064c62bf518ecd2ac6ee328aca54bb651a0 (diff)
downloademacs-cff5e534cd7008f1e98e8753eb50c400b543444d.tar.gz
emacs-cff5e534cd7008f1e98e8753eb50c400b543444d.zip
*** empty log message ***
-rw-r--r--etc/NEWS3
-rw-r--r--etc/PROBLEMS3
2 files changed, 5 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fff6de4033d..55f8d9eae35 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -83,6 +83,9 @@ See the files mac/README and mac/INSTALL for build instructions.
83 83
84* Changes in Emacs 21.4 84* Changes in Emacs 21.4
85 85
86** The max size of buffers and integers has been doubled.
87On 32bit machines, it is now 256M (i.e. 268435455).
88
86** Under XFree86 4, the display table is modified so that `' is 89** Under XFree86 4, the display table is modified so that `' is
87displayed as balanced quotes, not the ASCII glyphs whose shape has 90displayed as balanced quotes, not the ASCII glyphs whose shape has
88been changed generally in the XFree86 fonts. 91been changed generally in the XFree86 fonts.
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index e361044957d..ca00289218b 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -588,7 +588,8 @@ The solution is to remove this line from `etc/fstab'.
588* Emacs binary is not in executable format, and cannot be run. 588* Emacs binary is not in executable format, and cannot be run.
589 589
590This was reported to happen when Emacs is built in a directory mounted 590This was reported to happen when Emacs is built in a directory mounted
591via NFS. Usually, the file `emacs' produced in these cases is full of 591via NFS, for some combinations of NFS client and NFS server.
592Usually, the file `emacs' produced in these cases is full of
592binary null characters, and the `file' utility says: 593binary null characters, and the `file' utility says:
593 594
594 emacs: ASCII text, with no line terminators 595 emacs: ASCII text, with no line terminators