aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2008-05-22 11:16:32 +0000
committerJuanma Barranquero <[email protected]>2008-05-22 11:16:32 +0000
commitd6710afe34eca2f8096805d708fd5fdfd5adeeb0 (patch)
treed72f1d2ba50fb6935f7a510ff4058c0a3433b1be
parent64b900e33e80ac10e247d2ef03b746c10e5d8ff4 (diff)
Remove Windows problem about the XPM image library being
loaded too soon (fixed by Stefan Monnier on 2008-05-07).
-rw-r--r--admin/ChangeLog5
-rw-r--r--admin/FOR-RELEASE8
2 files changed, 6 insertions, 7 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 9480ac328f..8f12e2870a 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-22 Juanma Barranquero <[email protected]>
+
+ * FOR-RELEASE: Remove Windows problem about the XPM image library
+ being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
+
2008-04-15 Juanma Barranquero <[email protected]>
* unidata/UnicodeData.txt: Update to Unicode 5.1.
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 377bc34b5f..c37c077d0f 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -36,12 +36,6 @@ problems.
** [email protected] 09 Aug 2006: ispell.el problem on Cygwin.
(Did we decide that is unreproducible?)
-** libxpm is loaded too soon
-Since the multi-tty merge, libxpm is loaded before the init files because
-of changes in toolbar setup; that prevents using image-library-alist in
-.emacs to select the desired XPM library. Reported by Takashi Hiromatsu.
-http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02191.html
-
* BUGS WAITING FOR MORE USER INPUT
** [email protected], sep 7: Emacs 23.0.50: Segfaults in alloc.c (batch process)
@@ -91,7 +85,7 @@ rsteib: Gnus dependencies in `gnus-dired.el' (and `mailcap.el') have been
minimized. I don't know what is left to do here.
** [email protected], 30 Oct: ps-lpr-switches has no effect
-
+
** [email protected], 9 Nov: X-coding-system incompatibility, and workaround
** multi-tty does not work correctly.