diff options
| -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 @@ | |||
| 4 | 4 | ||
| 5 | * refcards/: New directory. Move refcards here. | 5 | * refcards/: New directory. Move refcards here. |
| 6 | 6 | ||
| 7 | * tutorials/: New directory. Move TUTORIAL* here. | ||
| 8 | |||
| 9 | * gnus.pbm, letter.pbm, letter.xpm: | ||
| 10 | * splash.pbm, splash.xpm, splash8.xpm: Move from etc/ to etc/images/. | ||
| 11 | |||
| 7 | 2007-08-14 Glenn Morris <rgm@gnu.org> | 12 | 2007-08-14 Glenn Morris <rgm@gnu.org> |
| 8 | 13 | ||
| 9 | * NEWS: Mention `bad-packages-alist'. | 14 | * NEWS: Mention `bad-packages-alist'. |
diff --git a/etc/gnus.pbm b/etc/images/gnus.pbm index 365b8f52c8c..365b8f52c8c 100644 --- a/etc/gnus.pbm +++ b/etc/images/gnus.pbm | |||
| Binary files differ | |||
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 index 7f3589512b0..7f3589512b0 100644 --- a/etc/splash.pbm +++ b/etc/images/splash.pbm | |||
| Binary files differ | |||
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 @@ | |||
| 1 | 2007-08-22 Glenn Morris <rgm@gnu.org> | 1 | 2007-08-22 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * image.el (create-image): Doc fix. | ||
| 4 | |||
| 3 | * startup.el (tutorial-directory): New constant. | 5 | * startup.el (tutorial-directory): New constant. |
| 4 | (fancy-splash-text): Tutorials now in tutorial-directory. | 6 | (fancy-splash-text): Tutorials now in tutorial-directory. |
| 5 | * tutorial.el (help-with-tutorial): Tutorials now in | 7 | * tutorial.el (help-with-tutorial): Tutorials now in |