diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-22 07:48:34 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-22 07:48:34 +0000 |
commit | 38f37c0fdb9e801cbeef4bc9c0bae6e8c44eb2da (patch) | |
tree | 48aff8560780c88d3caa86852fc53f84b2bff23f | |
parent | bc43a859733a225b1c4616d0868e2a02d2cd2b73 (diff) | |
download | emacs-38f37c0fdb9e801cbeef4bc9c0bae6e8c44eb2da.tar.gz |
Move from etc/ to etc/images/
-rw-r--r-- | etc/ChangeLog | 5 | ||||
-rw-r--r-- | etc/images/gnus.pbm (renamed from etc/gnus.pbm) | bin | 9293 -> 9293 bytes | |||
-rw-r--r-- | etc/images/letter.pbm (renamed from etc/letter.pbm) | 0 | ||||
-rw-r--r-- | etc/images/letter.xpm (renamed from etc/letter.xpm) | 0 | ||||
-rw-r--r-- | etc/images/splash.pbm (renamed from etc/splash.pbm) | bin | 8273 -> 8273 bytes | |||
-rw-r--r-- | etc/images/splash.xpm (renamed from etc/splash.xpm) | 0 | ||||
-rw-r--r-- | etc/images/splash8.xpm (renamed from etc/splash8.xpm) | 0 | ||||
-rw-r--r-- | lisp/ChangeLog | 2 |
8 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index bae5aa5aa22..aee43799c32 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -4,6 +4,11 @@ * refcards/: New directory. Move refcards here. + * tutorials/: New directory. Move TUTORIAL* here. + + * gnus.pbm, letter.pbm, letter.xpm: + * splash.pbm, splash.xpm, splash8.xpm: Move from etc/ to etc/images/. + 2007-08-14 Glenn Morris <rgm@gnu.org> * NEWS: Mention `bad-packages-alist'. diff --git a/etc/gnus.pbm b/etc/images/gnus.pbm Binary files differindex 365b8f52c8c..365b8f52c8c 100644 --- a/etc/gnus.pbm +++ b/etc/images/gnus.pbm diff --git a/etc/letter.pbm b/etc/images/letter.pbm index 0daf3b65b80..0daf3b65b80 100644 --- a/etc/letter.pbm +++ b/etc/images/letter.pbm diff --git a/etc/letter.xpm b/etc/images/letter.xpm index c79211f5347..c79211f5347 100644 --- a/etc/letter.xpm +++ b/etc/images/letter.xpm diff --git a/etc/splash.pbm b/etc/images/splash.pbm Binary files differindex 7f3589512b0..7f3589512b0 100644 --- a/etc/splash.pbm +++ b/etc/images/splash.pbm diff --git a/etc/splash.xpm b/etc/images/splash.xpm index 741deeac31c..741deeac31c 100644 --- a/etc/splash.xpm +++ b/etc/images/splash.xpm diff --git a/etc/splash8.xpm b/etc/images/splash8.xpm index 1c209585739..1c209585739 100644 --- a/etc/splash8.xpm +++ b/etc/images/splash8.xpm diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 06f6927f222..394184467d0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2007-08-22 Glenn Morris <rgm@gnu.org> + * image.el (create-image): Doc fix. + * startup.el (tutorial-directory): New constant. (fancy-splash-text): Tutorials now in tutorial-directory. * tutorial.el (help-with-tutorial): Tutorials now in |