diff lisp/ChangeLog @ 32359:93e229052aa9

*** empty log message ***
author Dave Love <fx@gnu.org>
date Tue, 10 Oct 2000 09:31:50 +0000
parents e8a33eb0e2b4
children 7c181d033dae
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Oct 10 09:31:04 2000 +0000
+++ b/lisp/ChangeLog	Tue Oct 10 09:31:50 2000 +0000
@@ -1,3 +1,23 @@
+2000-10-10  Dave Love  <fx@gnu.org>
+
+	* toolbar/tool-bar.el (tool-bar-add-item)
+	(tool-bar-add-item-from-menu): Don't favour XPM icons on mono
+	display.
+
+	* startup.el (command-line): Don't require XPM support for toolbar.
+
+	* toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
+	* toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
+	* toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
+	* toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
+	* toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
+	* toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
+	* toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
+	* toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
+	* toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
+	* toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
+	the .xpms; probably need retouching.
+
 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
 
 	* subr.el (add-to-list): Add optional argument APPEND.