]> code.delx.au - gnu-emacs/commitdiff
Put back old Emacs 22 icons, just don't install them
authorGlenn Morris <rgm@gnu.org>
Sun, 21 Oct 2012 01:35:46 +0000 (18:35 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 21 Oct 2012 01:35:46 +0000 (18:35 -0700)
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

ChangeLog
Makefile.in
etc/ChangeLog
etc/images/icons/README
etc/images/icons/hicolor/16x16/apps/emacs22.png [new file with mode: 0644]
etc/images/icons/hicolor/24x24/apps/emacs22.png [new file with mode: 0644]
etc/images/icons/hicolor/32x32/apps/emacs22.png [new file with mode: 0644]
etc/images/icons/hicolor/48x48/apps/emacs22.png [new file with mode: 0644]

index 368d4614d9345213df621c859dcf9bb709645275..362c2adc2d8e75ddbd9b38e1ea80539a384d3372 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-10-21  Glenn Morris  <rgm@gnu.org>
 
+       * 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.
 
index 2f5f78ba41a929875ae56e67176aca6768273d25..d80496d8b7bfa5cad9d97f8c0663202916acb797 100644 (file)
@@ -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}; \
index 4e1f15e913dad761d5a12dcd0dee088196ba9f16..0df52d531d2a328ff87c87ad80e26ca5da09af66 100644 (file)
@@ -1,3 +1,10 @@
+2012-10-21  Glenn Morris  <rgm@gnu.org>
+
+       * 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  <handa@gnu.org>
 
        * charsets/JISC6226.map: Re-generated.
 
 2012-10-11  Kenichi Handa  <handa@gnu.org>
 
-       * 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  <jan.h.d@swipnet.se>
 
index d71641684cdab8f5d0f3040285e575958d7447d3..664c52906ac5032a00dfd1e9d680ca79ba4de1af 100644 (file)
@@ -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 <andrew_zhilin@yahoo.com>
+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 (file)
index 0000000..b419b01
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 (file)
index 0000000..790ec7e
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 (file)
index 0000000..31fbb47
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 (file)
index 0000000..f0df0fb
Binary files /dev/null and b/etc/images/icons/hicolor/48x48/apps/emacs22.png differ