diff options
| author | Bill Wohler | 2005-10-17 22:21:06 +0000 |
|---|---|---|
| committer | Bill Wohler | 2005-10-17 22:21:06 +0000 |
| commit | ffda926c9c904a38d7c5674e141bd026adceee02 (patch) | |
| tree | 43a0d573791072f357a721642a0729e30c9a584d /etc/ChangeLog | |
| parent | 3c4f06985ee09c7bbd383eea95e9c6c0bd86ccf9 (diff) | |
| download | emacs-ffda926c9c904a38d7c5674e141bd026adceee02.tar.gz emacs-ffda926c9c904a38d7c5674e141bd026adceee02.zip | |
Moved all remaining images from lisp/toolbar to etc/images, moved
lisp/toolbar/tool-bar to lisp and "deleted" lisp/toolbar. The low
resolution images were placed in their own directory (low-color).
Replaced underscore (_) in filenames with dash (-) per convention
* make-dist: Create and populate etc/images/low-color.
* admin/FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
since it's gone. Also marked mh-e as done.
* lisp/toolbar/attach.*, lisp/toolbar/cancel.*, lisp/toolbar/close.*:
* lisp/toolbar/copy.*, lisp/toolbar/cut.*, lisp/toolbar/diropen.*:
* lisp/toolbar/exit.*, lisp/toolbar/help.*, lisp/toolbar/home.*:
* lisp/toolbar/index.*, lisp/toolbar/info.*, lisp/toolbar/mail.*:
* lisp/toolbar/new.*, lisp/toolbar/open.*, lisp/toolbar/paste.*, *
* lisp/toolbar/preferences.*, lisp/toolbar/print.*, lisp/toolbar/save.*:
* lisp/toolbar/saveas.*, lisp/toolbar/search.*:
* lisp/toolbar/search-replace.*: lisp/toolbar/spell.*:
* lisp/toolbar/undo.*: Moved to etc/images.
* lisp/toolbar/lc-copy.*: Moved to etc/images/low-color/copy.*.
* lisp/toolbar/lc-cut.*: Moved to etc/images/low-color/cut.*.
* lisp/toolbar/lc-help.*: Moved to etc/images/low-color/help.*.
* lisp/toolbar/lc-home.*: Moved to etc/images/low-color/home.*.
* lisp/toolbar/lc-index.*: Moved to etc/images/low-color/index.*.
* lisp/toolbar/lc-new.*: Moved to etc/images/low-color/new.*.
* lisp/toolbar/lc-open.*: Moved to etc/images/low-color/open.*.
* lisp/toolbar/lc-paste.*: Moved to etc/images/low-color/paste.*.
* lisp/toolbar/lc-preferences.*: Moved to etc/images/low-color/preferences.*.
* lisp/toolbar/lc-print.*: Moved to etc/images/low-color/print.*.
* lisp/toolbar/lc-save.*: Moved to etc/images/low-color/save.*.
* lisp/toolbar/lc-saveas.*: Moved to etc/images/low-color/saveas.*.
* lisp/toolbar/lc-search.*: Moved to etc/images/low-color/search.*.
* lisp/toolbar/lc-spell.*: Moved to etc/images/low-color/spell.*.
* lisp/toolbar/lc-undo.*: Moved to etc/images/low-color/undo.*.
To conform with convention, the underscore (_) in the following image
names were replaced with dash (-) or (/) as appropriate.
* lisp/toolbar/back_arrow.*: Moved to etc/images/back-arrow.*.
* lisp/toolbar/fld_open.*: Moved to etc/images/fld-open.*.
* lisp/toolbar/fwd_arrow.*: Moved to etc/images/fwd-arrow.*.
* lisp/toolbar/jump_to.*: Moved to etc/images/jump-to.*.
* lisp/toolbar/left_arrow.*: Moved to etc/images/left-arrow.*.
* lisp/toolbar/right_arrow.*: Moved to etc/images/right-arrow.*.
* lisp/toolbar/up_arrow.*: Moved to etc/images/up-arrow.*.
* lisp/toolbar/lc-back_arrow.*.: Moved to etc/images/low-color/back-arrow.*.
* lisp/toolbar/lc-fwd_arrow.*.: Moved to etc/images/low-color/fwd-arrow.*.
* lisp/toolbar/lc-jump_to.*: Moved to etc/images/low-color/jump-to.*.
* lisp/toolbar/lc-left_arrow.*.: Moved to etc/images/low-color/left-arrow.*.
* lisp/toolbar/lc-right_arrow.*.: Moved to etc/images/low-color/right-arrow.*.
* lisp/toolbar/lc-up_arrow.*: Moved to etc/images/low-color/up-arrow.*.
* lisp/toolbar/mail_compose.*.: Moved to etc/images/mail/compose.*.
* lisp/toolbar/mail_send.*: Moved to etc/images/mail/send.*.
* lisp/info.el (info-tool-bar-map): Replaced underscores in image
names with dashes.
* lisp/makefile.w32-in (WINS): Removed toolbar.
* lisp/menu-bar.el: Replaced toolbar/tool-bar.el with tool-bar.el in
comment.
* lisp/tool-bar.el: Moved to lisp from lisp/toolbar. Now that
lisp/toolbar is empty, it should be deleted when folks run "cvs up
-P".
* etc/images/README: Incorporated the content of lisp/toolbar/README
now that all of the images are here.
Diffstat (limited to 'etc/ChangeLog')
| -rw-r--r-- | etc/ChangeLog | 92 |
1 files changed, 76 insertions, 16 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 8630a7074bf..afc7b6b8249 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,63 @@ | |||
| 1 | 2005-10-17 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | Moved all remaining images from lisp/toolbar to etc/images. The | ||
| 4 | low resolution images were placed in their own directory (low-color). | ||
| 5 | |||
| 6 | * images/attach.*, images/cancel.*, images/close.*: | ||
| 7 | * images/copy.*, images/cut.*, images/diropen.*: | ||
| 8 | * images/exit.*, images/help.*, images/home.*: | ||
| 9 | * images/index.*, images/info.*, images/mail.*: | ||
| 10 | * images/new.*, images/open.*, images/paste.*: | ||
| 11 | * images/preferences.*, images/print.*, images/save.*: | ||
| 12 | * images/saveas.*, images/search.*: | ||
| 13 | * images/search-replace.*, images/spell.*: | ||
| 14 | * images/undo.*: Moved here from lisp/toolbar. | ||
| 15 | |||
| 16 | * images/low-color/copy.*: Moved here from lisp/toolbar/lc-copy.*. | ||
| 17 | * images/low-color/cut.*: Moved here from lisp/toolbar/lc-cut.*. | ||
| 18 | * images/low-color/help.*: Moved here from lisp/toolbar/lc-help.*. | ||
| 19 | * images/low-color/home.*: Moved here from lisp/toolbar/lc-home.*. | ||
| 20 | * images/low-color/index.*: Moved here from lisp/toolbar/lc-index.*. | ||
| 21 | * images/low-color/new.*: Moved here from lisp/toolbar/lc-new.*. | ||
| 22 | * images/low-color/open.*: Moved here from lisp/toolbar/lc-open.*. | ||
| 23 | * images/low-color/paste.*: Moved here from lisp/toolbar/lc-paste.*. | ||
| 24 | * images/low-color/preferences.*: Moved here from | ||
| 25 | lisp/toolbar/lc-preferences.*. | ||
| 26 | * images/low-color/print.*: Moved here from lisp/toolbar/lc-print.*. | ||
| 27 | * images/low-color/save.*: Moved here from lisp/toolbar/lc-save.*. | ||
| 28 | * images/low-color/saveas.*: Moved here from lisp/toolbar/lc-saveas.*. | ||
| 29 | * images/low-color/search.*: Moved here from lisp/toolbar/lc-search.*. | ||
| 30 | * images/low-color/spell.*: Moved here from lisp/toolbar/lc-spell.*. | ||
| 31 | * images/low-color/undo.*: Moved here from lisp/toolbar/lc-undo.*. | ||
| 32 | |||
| 33 | To conform with convention, the underscore (_) in the following | ||
| 34 | image names were replaced with dash (-) or (/) as appropriate. | ||
| 35 | |||
| 36 | * images/back-arrow.*: Moved here from lisp/toolbar/back_arrow.*. | ||
| 37 | * images/fld-open.*: Moved here from lisp/toolbar/fld_open.*. | ||
| 38 | * images/fwd-arrow.*: Moved here from lisp/toolbar/fwd_arrow.*. | ||
| 39 | * images/jump-to.*: Moved here from lisp/toolbar/jump_to.*. | ||
| 40 | * images/left-arrow.*: Moved here from lisp/toolbar/left_arrow.*. | ||
| 41 | * images/right-arrow.*: Moved here from lisp/toolbar/right_arrow.*. | ||
| 42 | * images/up-arrow.*: Moved here from lisp/toolbar/up_arrow.*. | ||
| 43 | * images/low-color/back-arrow.*: Moved here from | ||
| 44 | lisp/toolbar/lc-back_arrow.*. | ||
| 45 | * images/low-color/fwd-arrow.*: Moved here from | ||
| 46 | lisp/toolbar/lc-fwd_arrow.*. | ||
| 47 | * images/low-color/jump-to.*: Moved here from | ||
| 48 | lisp/toolbar/lc-jump_to.*. | ||
| 49 | * images/low-color/left-arrow.*: Moved here from | ||
| 50 | lisp/toolbar/lc-left_arrow.*. | ||
| 51 | * images/low-color/right-arrow.*: Moved here from | ||
| 52 | lisp/toolbar/lc-right_arrow.*. | ||
| 53 | * images/low-color/up-arrow.*: Moved here from | ||
| 54 | lisp/toolbar/lc-up_arrow.*. | ||
| 55 | * images/mail/compose.*: Moved here from lisp/toolbar/mail_compose.*. | ||
| 56 | * images/mail/send.*: Moved here from lisp/toolbar/mail_send.*. | ||
| 57 | |||
| 58 | * images/README: Incorporated the content of lisp/toolbar/README | ||
| 59 | now that all of the images are here. | ||
| 60 | |||
| 1 | 2005-10-16 Nick Roberts <nickrob@snap.net.nz> | 61 | 2005-10-16 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 62 | ||
| 3 | * images/gud/n.pbm, images/gud/n.xpm | 63 | * images/gud/n.pbm, images/gud/n.xpm |
| @@ -9,21 +69,21 @@ | |||
| 9 | 69 | ||
| 10 | 2005-10-14 Bill Wohler <wohler@newt.com> | 70 | 2005-10-14 Bill Wohler <wohler@newt.com> |
| 11 | 71 | ||
| 12 | * etc/images/gud/break.*: Moved here from toolbar/gud-break.*. | 72 | * images/gud/break.*: Moved here from toolbar/gud-break.*. |
| 13 | * etc/images/gud/cont.*: Moved here from toolbar/gud-cont.*. | 73 | * images/gud/cont.*: Moved here from toolbar/gud-cont.*. |
| 14 | * etc/images/gud/down.*: Moved here from toolbar/gud-down.*. | 74 | * images/gud/down.*: Moved here from toolbar/gud-down.*. |
| 15 | * etc/images/gud/finish.*: Moved here from toolbar/gud-finish.*. | 75 | * images/gud/finish.*: Moved here from toolbar/gud-finish.*. |
| 16 | * etc/images/gud/ni.*: Moved here from toolbar/gud-ni.*. | 76 | * images/gud/ni.*: Moved here from toolbar/gud-ni.*. |
| 17 | * etc/images/gud/n.*: Moved here from toolbar/gud-n.*. | 77 | * images/gud/n.*: Moved here from toolbar/gud-n.*. |
| 18 | * etc/images/gud/print.*: Moved here from toolbar/gud-print.*. | 78 | * images/gud/print.*: Moved here from toolbar/gud-print.*. |
| 19 | * etc/images/gud/pstar.*: Moved here from toolbar/gud-pstar.*. | 79 | * images/gud/pstar.*: Moved here from toolbar/gud-pstar.*. |
| 20 | * etc/images/gud/remove.*: Moved here from toolbar/gud-remove.*. | 80 | * images/gud/remove.*: Moved here from toolbar/gud-remove.*. |
| 21 | * etc/images/gud/run.*: Moved here from toolbar/gud-run.*. | 81 | * images/gud/run.*: Moved here from toolbar/gud-run.*. |
| 22 | * etc/images/gud/si.*: Moved here from toolbar/gud-si.*. | 82 | * images/gud/si.*: Moved here from toolbar/gud-si.*. |
| 23 | * etc/images/gud/s.*: Moved here from toolbar/gud-s.*. | 83 | * images/gud/s.*: Moved here from toolbar/gud-s.*. |
| 24 | * etc/images/gud/until.*: Moved here from toolbar/gud-until.*. | 84 | * images/gud/until.*: Moved here from toolbar/gud-until.*. |
| 25 | * etc/images/gud/up.*: Moved here from toolbar/gud-up.*. | 85 | * images/gud/up.*: Moved here from toolbar/gud-up.*. |
| 26 | * etc/images/gud/watch.*: Moved here from toolbar/gud-watch.*. | 86 | * images/gud/watch.*: Moved here from toolbar/gud-watch.*. |
| 27 | 87 | ||
| 28 | 2005-10-14 Bill Wohler <wohler@newt.com> | 88 | 2005-10-14 Bill Wohler <wohler@newt.com> |
| 29 | 89 | ||
| @@ -50,7 +110,7 @@ | |||
| 50 | 2005-09-30 Bill Wohler <wohler@newt.com> | 110 | 2005-09-30 Bill Wohler <wohler@newt.com> |
| 51 | 111 | ||
| 52 | Moved MH-E image files from toolbar and mail directories into | 112 | Moved MH-E image files from toolbar and mail directories into |
| 53 | etc/images. | 113 | images. |
| 54 | 114 | ||
| 55 | * images/mail: New directory. | 115 | * images/mail: New directory. |
| 56 | 116 | ||