aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog5
-rw-r--r--admin/FOR-RELEASE10
2 files changed, 5 insertions, 10 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 68194266dd6..3204ed9cb0c 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,8 @@
12005-10-19 Chong Yidong <cyd@stupidchicken.com>
2
3 * FOR-RELEASE (New features): max-image-size implemented.
4 (Bugs): split-window done, by Kim F. Storm.
5
12005-10-17 Bill Wohler <wohler@newt.com> 62005-10-17 Bill Wohler <wohler@newt.com>
2 7
3 * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list 8 * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index ba744a621c6..91b27e0d0b0 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.
@@ -55,9 +48,6 @@ invalid pointer from string_free_list.
55 48
56* BUGS 49* BUGS
57 50
58** Make a new interface for specifying window configurations
59so that we can fix bugs in balance-windows.
60
61** TCP server processes do not work on Windows. 51** TCP server processes do not work on Windows.
62 52
63TCP/IP server processes created with `make-network-process' consume 53TCP/IP server processes created with `make-network-process' consume