aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/ChangeLog4
-rw-r--r--admin/FOR-RELEASE7
2 files changed, 4 insertions, 7 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 68194266dd6..8b0fe74d44f 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
12005-10-18 Chong Yidong <cyd@stupidchicken.com>
2
3 * FOR-RELEASE (New features): max-image-size implemented.
4
12005-10-17 Bill Wohler <wohler@newt.com> 52005-10-17 Bill Wohler <wohler@newt.com>
2 6
3 * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list 7 * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index ba744a621c6..d37dff6f3d5 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -39,13 +39,6 @@ bitmap usage to a bitmap name, and second level maps bitmap name to
39a bitmap appearence. 39a bitmap appearence.
40[Assigned to KFS] 40[Assigned to KFS]
41 41
42** Put a max-limit on the size of images, e.g. based on the display size.
43This is to avoid allocating insane amounts of memory due to bogus
44image size specifications.
45Note: rather than clipping images that are too big (this may be
46non-trivial to do correctly in all cases -- and thus non-trivial to
47test), it may be better just to avoid displaying such images for emacs 22.
48
49* FATAL ERRORS 42* FATAL ERRORS
50 43
51** Investigate reported crashes in compact_small_strings. 44** Investigate reported crashes in compact_small_strings.