aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorMiles Bader2006-01-16 06:59:21 +0000
committerMiles Bader2006-01-16 06:59:21 +0000
commit6a2bd1a5019d2130c87ac5cf17f1322bf614b624 (patch)
tree8e72a4a1b7c177b494ae7721f00ea27b14f9f439 /admin
parent5bb51be51248803e7400837b83c711854fa86648 (diff)
parent292f71fe67394186e943783bef808c611699b63c (diff)
downloademacs-6a2bd1a5019d2130c87ac5cf17f1322bf614b624.tar.gz
emacs-6a2bd1a5019d2130c87ac5cf17f1322bf614b624.zip
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95
Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 598-615) - Update from CVS - Remove lisp/toolbar directory - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 142-146) - Update from CVS
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog10
-rw-r--r--admin/FOR-RELEASE13
2 files changed, 11 insertions, 12 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 3ed09ce60c9..3204ed9cb0c 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,13 @@
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
62005-10-17 Bill Wohler <wohler@newt.com>
7
8 * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
9 since it's gone. Also marked mh-e as done.
10
12005-10-11 Juanma Barranquero <lekktu@gmail.com> 112005-10-11 Juanma Barranquero <lekktu@gmail.com>
2 12
3 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG 13 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 73309bbb7e5..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
@@ -89,14 +79,13 @@ lisp/gnus done ttn
89lisp/international done Kenichi Handa 79lisp/international done Kenichi Handa
90lisp/language done Kenichi Handa 80lisp/language done Kenichi Handa
91lisp/mail done ttn 81lisp/mail done ttn
92lisp/mh-e working Bill Wohler 82lisp/mh-e done Bill Wohler
93lisp/net done ttn 83lisp/net done ttn
94lisp/obsolete done ttn 84lisp/obsolete done ttn
95lisp/play done ttn 85lisp/play done ttn
96lisp/progmodes done Nick Roberts 86lisp/progmodes done Nick Roberts
97lisp/term done ttn 87lisp/term done ttn
98lisp/textmodes done ttn 88lisp/textmodes done ttn
99lisp/toolbar done ttn
100lisp/url done ttn 89lisp/url done ttn
101lispintro done ttn 90lispintro done ttn
102lispref done ttn 91lispref done ttn