diff options
author | Miles Bader <miles@gnu.org> | 2006-01-16 06:59:21 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2006-01-16 06:59:21 +0000 |
commit | 6a2bd1a5019d2130c87ac5cf17f1322bf614b624 (patch) | |
tree | 8e72a4a1b7c177b494ae7721f00ea27b14f9f439 /admin | |
parent | 5bb51be51248803e7400837b83c711854fa86648 (diff) | |
parent | 292f71fe67394186e943783bef808c611699b63c (diff) | |
download | emacs-6a2bd1a5019d2130c87ac5cf17f1322bf614b624.tar.gz emacs-6a2bd1a5019d2130c87ac5cf17f1322bf614b624.tar.bz2 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/ChangeLog | 10 | ||||
-rw-r--r-- | admin/FOR-RELEASE | 13 |
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 @@ +2005-10-19 Chong Yidong <cyd@stupidchicken.com> + + * FOR-RELEASE (New features): max-image-size implemented. + (Bugs): split-window done, by Kim F. Storm. + +2005-10-17 Bill Wohler <wohler@newt.com> + + * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list + since it's gone. Also marked mh-e as done. + 2005-10-11 Juanma Barranquero <lekktu@gmail.com> * 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 a bitmap appearence. [Assigned to KFS] -** Put a max-limit on the size of images, e.g. based on the display size. -This is to avoid allocating insane amounts of memory due to bogus -image size specifications. -Note: rather than clipping images that are too big (this may be -non-trivial to do correctly in all cases -- and thus non-trivial to -test), it may be better just to avoid displaying such images for emacs 22. - * FATAL ERRORS ** Investigate reported crashes in compact_small_strings. @@ -55,9 +48,6 @@ invalid pointer from string_free_list. * BUGS -** Make a new interface for specifying window configurations -so that we can fix bugs in balance-windows. - ** TCP server processes do not work on Windows. TCP/IP server processes created with `make-network-process' consume @@ -89,14 +79,13 @@ lisp/gnus done ttn lisp/international done Kenichi Handa lisp/language done Kenichi Handa lisp/mail done ttn -lisp/mh-e working Bill Wohler +lisp/mh-e done Bill Wohler lisp/net done ttn lisp/obsolete done ttn lisp/play done ttn lisp/progmodes done Nick Roberts lisp/term done ttn lisp/textmodes done ttn -lisp/toolbar done ttn lisp/url done ttn lispintro done ttn lispref done ttn |