From: Glenn Morris Date: Sun, 21 Oct 2012 01:35:46 +0000 (-0700) Subject: Put back old Emacs 22 icons, just don't install them X-Git-Tag: emacs-24.2.90~211^2~20 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad483434e52196daa45b87cd6e1528c9ba0bdeb8;p=emacs.git 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 --- diff --git a/ChangeLog b/ChangeLog index 368d4614d93..362c2adc2d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2012-10-21 Glenn Morris + * Makefile.in (install-etc): Don't install emacs22 icons. + * Makefile.in (emacs_transform): New variable. (install-etc): Prefer a make variable to a shell variable. diff --git a/Makefile.in b/Makefile.in index 2f5f78ba41a..d80496d8b7b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -648,7 +648,7 @@ install-etc: for dir in */*/apps */*/mimetypes; do \ [ -d $${dir} ] || continue ; \ ( cd $${thisdir}; ${MKDIR_P} $(DESTDIR)${icondir}/$${dir} ) ; \ - for icon in $${dir}/*.*; do \ + for icon in $${dir}/emacs[.-]*; do \ [ -r $${icon} ] || continue ; \ dest=`echo "$${icon}" | sed -e 's|.*/||' -e '$(TRANSFORM)'` ; \ ( cd $${thisdir}; \ diff --git a/etc/ChangeLog b/etc/ChangeLog index 4e1f15e913d..0df52d531d2 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,10 @@ +2012-10-21 Glenn Morris + + * images/icons/hicolor/32x32/apps/emacs22.png: + * images/icons/hicolor/16x16/apps/emacs22.png: + * images/icons/hicolor/48x48/apps/emacs22.png: + * images/icons/hicolor/24x24/apps/emacs22.png: Restore old icons. + 2012-10-14 Kenichi Handa * charsets/JISC6226.map: Re-generated. @@ -9,12 +16,12 @@ 2012-10-11 Kenichi Handa - * charsets/CNS-2.map, charsets/CNS-3.map, charsets/CNS-4.map, - charsets/CNS-5.map, charsets/CNS-6.map, charsets/CNS-7.map, - charsets/CP932-2BYTE.map, charsets/GB180302.map, - charsets/GB180304.map, charsets/JISC6226.map, - charsets/JISX2131.map, charsets/MIK.map, charsets/PTCP154.map, - charsets/stdenc.map, charsets/symbol.map: Re-generated. + * charsets/CNS-2.map, charsets/CNS-3.map, charsets/CNS-4.map: + * charsets/CNS-5.map, charsets/CNS-6.map, charsets/CNS-7.map: + * charsets/CP932-2BYTE.map, charsets/GB180302.map: + * charsets/GB180304.map, charsets/JISC6226.map: + * charsets/JISX2131.map, charsets/MIK.map, charsets/PTCP154.map: + * charsets/stdenc.map, charsets/symbol.map: Re-generate. 2012-10-07 Jan Djärv 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. License: GNU General Public License version 3 or later (see COPYING) +Files: hicolor/16x16/apps/emacs22.png hicolor/24x24/apps/emacs22.png + hicolor/32x32/apps/emacs22.png hicolor/48x48/apps/emacs22.png + +Author: Andrew Zhilin +Copyright (C) 2005-2012 Free Software Foundation, Inc. +License: GNU General Public License version 3 or later (see COPYING) + Files: allout-widgets-dark-bg/closed.png allout-widgets-dark-bg/closed.xpm 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 Binary files /dev/null and b/etc/images/icons/hicolor/16x16/apps/emacs22.png 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 Binary files /dev/null and b/etc/images/icons/hicolor/24x24/apps/emacs22.png 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 Binary files /dev/null and b/etc/images/icons/hicolor/32x32/apps/emacs22.png 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 Binary files /dev/null and b/etc/images/icons/hicolor/48x48/apps/emacs22.png differ