Show
Ignore:
Timestamp:
04/16/06 21:46:31 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/etc/images/README

    r3945 r4058  
    22used by Emacs. 
    33 
    4 The following icons are from GTK+ 2.x: 
     4* The following icons are from GTK+ 2.x: 
    55 
    6     close.xpm copy.xpm cut.xpm help.xpm home.xpm 
    7     index.xpm jump-to.xpm left-arrow.xpm new.xpm open.xpm 
    8     paste.xpm preferences.xpm print.xpm right-arrow.xpm save.xpm 
    9     saveas.xpm search.xpm spell.xpm undo.xpm up-arrow.xpm 
     6    close.xpm copy.xpm cut.xpm find-replace.xpm help.xpm home.xpm 
     7    index.xpm jump-to.xpm left-arrow.xpm new.xpm open.xpm paste.xpm 
     8    preferences.xpm print.xpm refresh.xpm right-arrow.xpm save.xpm 
     9    saveas.xpm search.xpm sort-ascending.xpm sort-descending.xpm 
     10    spell.xpm undo.xpm up-arrow.xpm 
    1011 
    1112    back-arrow.xpm and fwd-arrow.xpm are slightly modified undo and redo. 
     
    1314    diropen.xpm is file-manager.png from Gnome hicolor theme. 
    1415 
    15 The following icons are from GNOME 2.10
     16* The following icons are from GNOME 2.x
    1617 
    17     refresh.pbm, refresh.xpm 
     18    attach.xpm connect.xpm contact.xpm data-save.xpm delete.xpm 
     19    describe.xpm disconnect.xpm exit.xpm gnus/toggle-subscription.xpm 
     20    lock-broken.xpm lock-ok.xpm lock.xpm mail/compose.xpm 
     21    mail/copy.xpm mail/flag-for-followup.xpm mail/forward.xpm 
     22    mail/inbox.xpm mail/move.xpm mail/not-spam.xpm mail/outbox.xpm 
     23    mail/preview.xpm mail/reply-all.xpm mail/reply.xpm 
     24    mail/save-draft.xpm mail/save.xpm mail/send.xpm mail/spam.xpm 
     25    next-page.xpm refresh.xpm separator.xpm sort-ascending.xpm 
     26    sort-column-ascending.xpm sort-criteria.xpm sort-descending.xpm 
     27    sort-row-ascending.xpm zoom-in.xpm zoom-out.xpm  
     28 
     29* Note that the default GTK icons were not overridden by the GNOME theme 
     30due to a bug which was fixed in GNOME 2.15.  Once GNOME 2.16 is in wide 
     31circulation, then the GTK icons should be replaced with the equivalent 
     32GNOME icons. 
     33 
     34* Recipe for Creating PBM Versions 
     35 
     361. Edit .xpm image in GIMP. 
     372. Image > Mode > Indexed. Check Use Black/White Palette and No 
     38   Color Dithering. 
     393. File > Save As file.xbm. 
     404. Run xbmtopbm < file.xbm > file.pbm. 
     41 
     42Thanks to jan.h.d@swipnet.se for the help. 
     43