From 9ca6898a721a4fa3cf67497c0202ffc6ec18559e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 22 Aug 2007 07:41:44 +0000 Subject: [PATCH] Move tutorials from etc/ to etc/tutorials/ --- etc/{ => tutorials}/TUTORIAL | 0 etc/{ => tutorials}/TUTORIAL.bg | 0 etc/{ => tutorials}/TUTORIAL.cn | 0 etc/{ => tutorials}/TUTORIAL.cs | 0 etc/{ => tutorials}/TUTORIAL.de | 0 etc/{ => tutorials}/TUTORIAL.eo | 0 etc/{ => tutorials}/TUTORIAL.es | 0 etc/{ => tutorials}/TUTORIAL.fr | 0 etc/{ => tutorials}/TUTORIAL.it | 0 etc/{ => tutorials}/TUTORIAL.ja | 0 etc/{ => tutorials}/TUTORIAL.ko | 0 etc/{ => tutorials}/TUTORIAL.nl | 0 etc/{ => tutorials}/TUTORIAL.pl | 0 etc/{ => tutorials}/TUTORIAL.pt_BR | 0 etc/{ => tutorials}/TUTORIAL.ro | 0 etc/{ => tutorials}/TUTORIAL.ru | 0 etc/{ => tutorials}/TUTORIAL.sk | 0 etc/{ => tutorials}/TUTORIAL.sl | 0 etc/{ => tutorials}/TUTORIAL.sv | 0 etc/{ => tutorials}/TUTORIAL.th | 0 etc/{ => tutorials}/TUTORIAL.translators | 0 etc/{ => tutorials}/TUTORIAL.zh | 0 lisp/ChangeLog | 7 +++++++ 23 files changed, 7 insertions(+) rename etc/{ => tutorials}/TUTORIAL (100%) rename etc/{ => tutorials}/TUTORIAL.bg (100%) rename etc/{ => tutorials}/TUTORIAL.cn (100%) rename etc/{ => tutorials}/TUTORIAL.cs (100%) rename etc/{ => tutorials}/TUTORIAL.de (100%) rename etc/{ => tutorials}/TUTORIAL.eo (100%) rename etc/{ => tutorials}/TUTORIAL.es (100%) rename etc/{ => tutorials}/TUTORIAL.fr (100%) rename etc/{ => tutorials}/TUTORIAL.it (100%) rename etc/{ => tutorials}/TUTORIAL.ja (100%) rename etc/{ => tutorials}/TUTORIAL.ko (100%) rename etc/{ => tutorials}/TUTORIAL.nl (100%) rename etc/{ => tutorials}/TUTORIAL.pl (100%) rename etc/{ => tutorials}/TUTORIAL.pt_BR (100%) rename etc/{ => tutorials}/TUTORIAL.ro (100%) rename etc/{ => tutorials}/TUTORIAL.ru (100%) rename etc/{ => tutorials}/TUTORIAL.sk (100%) rename etc/{ => tutorials}/TUTORIAL.sl (100%) rename etc/{ => tutorials}/TUTORIAL.sv (100%) rename etc/{ => tutorials}/TUTORIAL.th (100%) rename etc/{ => tutorials}/TUTORIAL.translators (100%) rename etc/{ => tutorials}/TUTORIAL.zh (100%) diff --git a/etc/TUTORIAL b/etc/tutorials/TUTORIAL similarity index 100% rename from etc/TUTORIAL rename to etc/tutorials/TUTORIAL diff --git a/etc/TUTORIAL.bg b/etc/tutorials/TUTORIAL.bg similarity index 100% rename from etc/TUTORIAL.bg rename to etc/tutorials/TUTORIAL.bg diff --git a/etc/TUTORIAL.cn b/etc/tutorials/TUTORIAL.cn similarity index 100% rename from etc/TUTORIAL.cn rename to etc/tutorials/TUTORIAL.cn diff --git a/etc/TUTORIAL.cs b/etc/tutorials/TUTORIAL.cs similarity index 100% rename from etc/TUTORIAL.cs rename to etc/tutorials/TUTORIAL.cs diff --git a/etc/TUTORIAL.de b/etc/tutorials/TUTORIAL.de similarity index 100% rename from etc/TUTORIAL.de rename to etc/tutorials/TUTORIAL.de diff --git a/etc/TUTORIAL.eo b/etc/tutorials/TUTORIAL.eo similarity index 100% rename from etc/TUTORIAL.eo rename to etc/tutorials/TUTORIAL.eo diff --git a/etc/TUTORIAL.es b/etc/tutorials/TUTORIAL.es similarity index 100% rename from etc/TUTORIAL.es rename to etc/tutorials/TUTORIAL.es diff --git a/etc/TUTORIAL.fr b/etc/tutorials/TUTORIAL.fr similarity index 100% rename from etc/TUTORIAL.fr rename to etc/tutorials/TUTORIAL.fr diff --git a/etc/TUTORIAL.it b/etc/tutorials/TUTORIAL.it similarity index 100% rename from etc/TUTORIAL.it rename to etc/tutorials/TUTORIAL.it diff --git a/etc/TUTORIAL.ja b/etc/tutorials/TUTORIAL.ja similarity index 100% rename from etc/TUTORIAL.ja rename to etc/tutorials/TUTORIAL.ja diff --git a/etc/TUTORIAL.ko b/etc/tutorials/TUTORIAL.ko similarity index 100% rename from etc/TUTORIAL.ko rename to etc/tutorials/TUTORIAL.ko diff --git a/etc/TUTORIAL.nl b/etc/tutorials/TUTORIAL.nl similarity index 100% rename from etc/TUTORIAL.nl rename to etc/tutorials/TUTORIAL.nl diff --git a/etc/TUTORIAL.pl b/etc/tutorials/TUTORIAL.pl similarity index 100% rename from etc/TUTORIAL.pl rename to etc/tutorials/TUTORIAL.pl diff --git a/etc/TUTORIAL.pt_BR b/etc/tutorials/TUTORIAL.pt_BR similarity index 100% rename from etc/TUTORIAL.pt_BR rename to etc/tutorials/TUTORIAL.pt_BR diff --git a/etc/TUTORIAL.ro b/etc/tutorials/TUTORIAL.ro similarity index 100% rename from etc/TUTORIAL.ro rename to etc/tutorials/TUTORIAL.ro diff --git a/etc/TUTORIAL.ru b/etc/tutorials/TUTORIAL.ru similarity index 100% rename from etc/TUTORIAL.ru rename to etc/tutorials/TUTORIAL.ru diff --git a/etc/TUTORIAL.sk b/etc/tutorials/TUTORIAL.sk similarity index 100% rename from etc/TUTORIAL.sk rename to etc/tutorials/TUTORIAL.sk diff --git a/etc/TUTORIAL.sl b/etc/tutorials/TUTORIAL.sl similarity index 100% rename from etc/TUTORIAL.sl rename to etc/tutorials/TUTORIAL.sl diff --git a/etc/TUTORIAL.sv b/etc/tutorials/TUTORIAL.sv similarity index 100% rename from etc/TUTORIAL.sv rename to etc/tutorials/TUTORIAL.sv diff --git a/etc/TUTORIAL.th b/etc/tutorials/TUTORIAL.th similarity index 100% rename from etc/TUTORIAL.th rename to etc/tutorials/TUTORIAL.th diff --git a/etc/TUTORIAL.translators b/etc/tutorials/TUTORIAL.translators similarity index 100% rename from etc/TUTORIAL.translators rename to etc/tutorials/TUTORIAL.translators diff --git a/etc/TUTORIAL.zh b/etc/tutorials/TUTORIAL.zh similarity index 100% rename from etc/TUTORIAL.zh rename to etc/tutorials/TUTORIAL.zh diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2b6fde4a231..06f6927f222 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2007-08-22 Glenn Morris + + * startup.el (tutorial-directory): New constant. + (fancy-splash-text): Tutorials now in tutorial-directory. + * tutorial.el (help-with-tutorial): Tutorials now in + tutorial-directory. + 2007-08-22 Michael Albinus * net/tramp.el (top): Require cl.el, when `copy-tree' is not available -- 2.39.2