diff options
| author | Glenn Morris | 2007-02-11 03:33:04 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-02-11 03:33:04 +0000 |
| commit | cf164db26630ec83719b6e9fa5e8dadf8a39b444 (patch) | |
| tree | b5ecc64e284675984e0b36f1ce2658f0f79ac0ee /etc | |
| parent | c14dd816ad23cbb544f561f104124b424db3c736 (diff) | |
| download | emacs-cf164db26630ec83719b6e9fa5e8dadf8a39b444.tar.gz emacs-cf164db26630ec83719b6e9fa5e8dadf8a39b444.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/images/README | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/etc/images/README b/etc/images/README index 48db127896c..71e187befa6 100644 --- a/etc/images/README +++ b/etc/images/README | |||
| @@ -28,7 +28,7 @@ part of Emacs, but distributed and used by Emacs. | |||
| 28 | 28 | ||
| 29 | * From GTK+ 2.x: | 29 | * From GTK+ 2.x: |
| 30 | 30 | ||
| 31 | close.xpm copy.xpm cut.xpm find-replace.xpm help.xpm home.xpm | 31 | close.xpm copy.xpm cut.xpm help.xpm home.xpm |
| 32 | index.xpm jump-to.xpm left-arrow.xpm new.xpm open.xpm paste.xpm | 32 | index.xpm jump-to.xpm left-arrow.xpm new.xpm open.xpm paste.xpm |
| 33 | preferences.xpm print.xpm refresh.xpm right-arrow.xpm save.xpm | 33 | preferences.xpm print.xpm refresh.xpm right-arrow.xpm save.xpm |
| 34 | saveas.xpm search.xpm sort-ascending.xpm sort-descending.xpm | 34 | saveas.xpm search.xpm sort-ascending.xpm sort-descending.xpm |
| @@ -37,24 +37,14 @@ part of Emacs, but distributed and used by Emacs. | |||
| 37 | back-arrow.xpm and fwd-arrow.xpm are slightly modified undo and redo. | 37 | back-arrow.xpm and fwd-arrow.xpm are slightly modified undo and redo. |
| 38 | diropen.xpm is file-manager.png from Gnome hicolor theme. | 38 | diropen.xpm is file-manager.png from Gnome hicolor theme. |
| 39 | 39 | ||
| 40 | low-color/[back-arrow.xpm copy.xpm cut.xpm fwd-arrow.xpm help.xpm | ||
| 41 | home.xpm index.xpm jump-to.xpm left-arrow.xpm new.xpm | ||
| 42 | next-node.xpm open.xpm paste.xpm preferences.xpm prev-node.xpm | ||
| 43 | print.xpm right-arrow.xpm save.xpm saveas.xpm search.xpm spell.xpm | ||
| 44 | undo.xpm up-arrow.xpm up-node.xpm] | ||
| 45 | |||
| 46 | * From GNOME 2.x: | 40 | * From GNOME 2.x: |
| 47 | 41 | ||
| 48 | attach.xpm connect.xpm contact.xpm data-save.xpm delete.xpm | 42 | attach.xpm connect.xpm contact.xpm data-save.xpm delete.xpm |
| 49 | describe.xpm disconnect.xpm exit.xpm gnus/toggle-subscription.xpm | 43 | describe.xpm disconnect.xpm exit.xpm lock-broken.xpm lock-ok.xpm |
| 50 | lock-broken.xpm lock-ok.xpm lock.xpm mail/compose.xpm | 44 | lock.xpm redo.xpm search-replace.xpm next-page.xpm refresh.xpm |
| 51 | mail/copy.xpm mail/flag-for-followup.xpm mail/forward.xpm | 45 | separator.xpm sort-ascending.xpm sort-column-ascending.xpm |
| 52 | mail/inbox.xpm mail/move.xpm mail/not-spam.xpm mail/outbox.xpm | 46 | sort-criteria.xpm sort-descending.xpm sort-row-ascending.xpm |
| 53 | mail/preview.xpm redo.xpm mail/reply-all.xpm mail/reply.xpm | 47 | zoom-in.xpm zoom-out.xpm |
| 54 | mail/save-draft.xpm mail/save.xpm search-replace.xpm mail/send.xpm mail/spam.xpm | ||
| 55 | next-page.xpm refresh.xpm separator.xpm sort-ascending.xpm | ||
| 56 | sort-column-ascending.xpm sort-criteria.xpm sort-descending.xpm | ||
| 57 | sort-row-ascending.xpm zoom-in.xpm zoom-out.xpm | ||
| 58 | 48 | ||
| 59 | cancel.xpm is a slightly modified stock_stop. | 49 | cancel.xpm is a slightly modified stock_stop. |
| 60 | show.xpm is a slightly modified stock_new. | 50 | show.xpm is a slightly modified stock_new. |
| @@ -62,3 +52,10 @@ part of Emacs, but distributed and used by Emacs. | |||
| 62 | next-node.xpm and prev-node.xpm are from gthumb version 2.0 (part of | 52 | next-node.xpm and prev-node.xpm are from gthumb version 2.0 (part of |
| 63 | GNOME 2.x) where they are called next-image-24.png and prev-image-24.png. | 53 | GNOME 2.x) where they are called next-image-24.png and prev-image-24.png. |
| 64 | up-node.xpm is just next-node.xpm rotated 90 degrees. | 54 | up-node.xpm is just next-node.xpm rotated 90 degrees. |
| 55 | |||
| 56 | Some icons in the mail/ and gnus/ subdirectories are also taken | ||
| 57 | from this source (see their separate README files). | ||
| 58 | |||
| 59 | The images in the low-color/ subdirectory are low-color versions of | ||
| 60 | the files of the same name in this directory, and are subject to the | ||
| 61 | same conditions. | ||