aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-10-20 18:35:46 -0700
committerGlenn Morris2012-10-20 18:35:46 -0700
commitad483434e52196daa45b87cd6e1528c9ba0bdeb8 (patch)
tree5b81badfbdf7f17314174753c1d844995f96fde9
parent8dc2a723eb0e4387889474d87c2f2b00954ff893 (diff)
downloademacs-ad483434e52196daa45b87cd6e1528c9ba0bdeb8.tar.gz
emacs-ad483434e52196daa45b87cd6e1528c9ba0bdeb8.zip
Put back old Emacs 22 icons, just don't install them
Some people prefer them to the newer icon * Makefile.in (install-etc): Don't install emacs22 icons. * etc/images/icons/hicolor/32x32/apps/emacs22.png: * etc/images/icons/hicolor/16x16/apps/emacs22.png: * etc/images/icons/hicolor/48x48/apps/emacs22.png: * etc/images/icons/hicolor/24x24/apps/emacs22.png: Restore old icons. * etc/images/icons/README: Restore info about emacs22 icons
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.in2
-rw-r--r--etc/ChangeLog19
-rw-r--r--etc/images/icons/README7
-rw-r--r--etc/images/icons/hicolor/16x16/apps/emacs22.pngbin0 -> 705 bytes
-rw-r--r--etc/images/icons/hicolor/24x24/apps/emacs22.pngbin0 -> 988 bytes
-rw-r--r--etc/images/icons/hicolor/32x32/apps/emacs22.pngbin0 -> 2404 bytes
-rw-r--r--etc/images/icons/hicolor/48x48/apps/emacs22.pngbin0 -> 3431 bytes
8 files changed, 23 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 368d4614d93..362c2adc2d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
12012-10-21 Glenn Morris <rgm@gnu.org> 12012-10-21 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (install-etc): Don't install emacs22 icons.
4
3 * Makefile.in (emacs_transform): New variable. 5 * Makefile.in (emacs_transform): New variable.
4 (install-etc): Prefer a make variable to a shell variable. 6 (install-etc): Prefer a make variable to a shell variable.
5 7
diff --git a/Makefile.in b/Makefile.in
index 2f5f78ba41a..d80496d8b7b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -648,7 +648,7 @@ install-etc:
648 for dir in */*/apps */*/mimetypes; do \ 648 for dir in */*/apps */*/mimetypes; do \
649 [ -d $${dir} ] || continue ; \ 649 [ -d $${dir} ] || continue ; \
650 ( cd $${thisdir}; ${MKDIR_P} $(DESTDIR)${icondir}/$${dir} ) ; \ 650 ( cd $${thisdir}; ${MKDIR_P} $(DESTDIR)${icondir}/$${dir} ) ; \
651 for icon in $${dir}/*.*; do \ 651 for icon in $${dir}/emacs[.-]*; do \
652 [ -r $${icon} ] || continue ; \ 652 [ -r $${icon} ] || continue ; \
653 dest=`echo "$${icon}" | sed -e 's|.*/||' -e '$(TRANSFORM)'` ; \ 653 dest=`echo "$${icon}" | sed -e 's|.*/||' -e '$(TRANSFORM)'` ; \
654 ( cd $${thisdir}; \ 654 ( cd $${thisdir}; \
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 4e1f15e913d..0df52d531d2 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,10 @@
12012-10-21 Glenn Morris <rgm@gnu.org>
2
3 * images/icons/hicolor/32x32/apps/emacs22.png:
4 * images/icons/hicolor/16x16/apps/emacs22.png:
5 * images/icons/hicolor/48x48/apps/emacs22.png:
6 * images/icons/hicolor/24x24/apps/emacs22.png: Restore old icons.
7
12012-10-14 Kenichi Handa <handa@gnu.org> 82012-10-14 Kenichi Handa <handa@gnu.org>
2 9
3 * charsets/JISC6226.map: Re-generated. 10 * charsets/JISC6226.map: Re-generated.
@@ -9,12 +16,12 @@
9 16
102012-10-11 Kenichi Handa <handa@gnu.org> 172012-10-11 Kenichi Handa <handa@gnu.org>
11 18
12 * charsets/CNS-2.map, charsets/CNS-3.map, charsets/CNS-4.map, 19 * charsets/CNS-2.map, charsets/CNS-3.map, charsets/CNS-4.map:
13 charsets/CNS-5.map, charsets/CNS-6.map, charsets/CNS-7.map, 20 * charsets/CNS-5.map, charsets/CNS-6.map, charsets/CNS-7.map:
14 charsets/CP932-2BYTE.map, charsets/GB180302.map, 21 * charsets/CP932-2BYTE.map, charsets/GB180302.map:
15 charsets/GB180304.map, charsets/JISC6226.map, 22 * charsets/GB180304.map, charsets/JISC6226.map:
16 charsets/JISX2131.map, charsets/MIK.map, charsets/PTCP154.map, 23 * charsets/JISX2131.map, charsets/MIK.map, charsets/PTCP154.map:
17 charsets/stdenc.map, charsets/symbol.map: Re-generated. 24 * charsets/stdenc.map, charsets/symbol.map: Re-generate.
18 25
192012-10-07 Jan Djärv <jan.h.d@swipnet.se> 262012-10-07 Jan Djärv <jan.h.d@swipnet.se>
20 27
diff --git a/etc/images/icons/README b/etc/images/icons/README
index d71641684cd..664c52906ac 100644
--- a/etc/images/icons/README
+++ b/etc/images/icons/README
@@ -9,6 +9,13 @@ Copyright (C) 2007-2012 Free Software Foundation, Inc.
9License: GNU General Public License version 3 or later (see COPYING) 9License: GNU General Public License version 3 or later (see COPYING)
10 10
11 11
12Files: hicolor/16x16/apps/emacs22.png hicolor/24x24/apps/emacs22.png
13 hicolor/32x32/apps/emacs22.png hicolor/48x48/apps/emacs22.png
14
15Author: Andrew Zhilin <andrew_zhilin@yahoo.com>
16Copyright (C) 2005-2012 Free Software Foundation, Inc.
17License: GNU General Public License version 3 or later (see COPYING)
18
12Files: allout-widgets-dark-bg/closed.png 19Files: allout-widgets-dark-bg/closed.png
13 allout-widgets-dark-bg/closed.xpm 20 allout-widgets-dark-bg/closed.xpm
14 allout-widgets-dark-bg/empty.png 21 allout-widgets-dark-bg/empty.png
diff --git a/etc/images/icons/hicolor/16x16/apps/emacs22.png b/etc/images/icons/hicolor/16x16/apps/emacs22.png
new file mode 100644
index 00000000000..b419b01b4ee
--- /dev/null
+++ b/etc/images/icons/hicolor/16x16/apps/emacs22.png
Binary files differ
diff --git a/etc/images/icons/hicolor/24x24/apps/emacs22.png b/etc/images/icons/hicolor/24x24/apps/emacs22.png
new file mode 100644
index 00000000000..790ec7e2bff
--- /dev/null
+++ b/etc/images/icons/hicolor/24x24/apps/emacs22.png
Binary files differ
diff --git a/etc/images/icons/hicolor/32x32/apps/emacs22.png b/etc/images/icons/hicolor/32x32/apps/emacs22.png
new file mode 100644
index 00000000000..31fbb47c0d2
--- /dev/null
+++ b/etc/images/icons/hicolor/32x32/apps/emacs22.png
Binary files differ
diff --git a/etc/images/icons/hicolor/48x48/apps/emacs22.png b/etc/images/icons/hicolor/48x48/apps/emacs22.png
new file mode 100644
index 00000000000..f0df0fb6594
--- /dev/null
+++ b/etc/images/icons/hicolor/48x48/apps/emacs22.png
Binary files differ