reftex -- Update and prettify package-info.in provides.
[packages] / xemacs-packages / guided-tour / ChangeLog
1 2014-05-15  Norbert Koch  <viteno@xemacs.org>
2
3         * Makefile (VERSION): XEmacs package 0.54 released.
4
5 2014-05-15  Norbert Koch  <viteno@xemacs.org>
6
7         * Makefile (VERSION): XEmacs package 0.53 released.
8
9 2014-05-13  Jerry James  <james@xemacs.org>
10
11         * .cvsignore: Remove.
12         * .hgignore: New file.
13
14 2008-03-25  Norbert Koch  <viteno@xemacs.org>
15
16         * Makefile (VERSION): XEmacs package 0.52 released.
17
18 2008-03-20  Stephen J. Turnbull  <stephen@xemacs.org>
19
20         Suppress messages to stderr at XEmacs startup.
21         Allow user to suppress menu insinuation and guided tour load.
22
23         * guided-tour.el: Update copyright notice.
24         (guided-tour-insinuate-menubar): Change sense of
25         boolean, improve default, and fixup documentation.
26         (guided-tour-insinuate-menubar): Make function unconditional if
27         interactive.  Fixup for change in control variable.  Add to
28         `after-init-hook' instead of calling from auto-autoloads.el.
29         (guided-tour): Mark with autoload cookie.
30         (guided-tour-about): Fix typo, update copyright.
31
32 2007-05-07  Norbert Koch  <viteno@xemacs.org>
33
34         * Makefile (VERSION): XEmacs package 0.51 released.
35
36 2007-05-05  Stephen J. Turnbull  <stephen@xemacs.org>
37
38         * guided-tour.el: Make pointer to permissions notice more accurate.
39         (guided-tour): 
40         (guided-tour-submenu): 
41         (guided-tour-insinuate-menubar): 
42         Bow to Phil's modesty.
43         (guided-tour-about):
44         Add pointers to Phil's page, GNU's mirror, licensing, and plans to FAQ.
45
46 2007-05-04  Stephen J. Turnbull  <stephen@xemacs.org>
47
48         * guided-tour.el (guided-tour-open-utilities): New.  List of
49         generic open utilities.  Add `xdg-open', `see', and `gnome-open'.
50         Suggested by Jason Spiro and Ville Skyttä on XEmacs Beta.
51         <c241693f0705031325g5f10c8dfl689dd5ed78233710@mail.gmail.com>
52         <200705040928.41802.scop@xemacs.org>
53         (guided-tour-odp-viewer):
54         (guided-tour-pdf-viewer):
55         Use it.
56
57 2007-05-03  Stephen J. Turnbull  <stephen@xemacs.org>
58
59         Create package.
60
61         * emacs-slides-1.odp:
62         * emacs-slides-2.odp:
63         * emacs-slides-3.odp:
64         * emacs-slides-1.pdf:
65         * emacs-slides-2.pdf:
66         * emacs-slides-3.pdf:
67         Import Phil Sung's "Guided Tour" content, from
68         http://stuff.mit.edu/iap/emacs/ @2007-02-18T09:15.
69
70         Note: Phil graciously licensed these to XEmacs under the MIT/X11
71         license allowing us to use *these versions only* in any way we
72         might want to inside of XEmacs (specifically, we can freely use
73         this content in our Texinfo manuals), but asks that we distribute
74         only under the GPL or GFDL or both.  The content is copyright-
75         assigned to the FSF, and is publicly licensed only under the GPL
76         and GFDL (as of this writing).  When in doubt as to the intent of
77         the permissions for use of content, ask Phil first, don't rely on
78         the letter of the law or licenses.
79
80         * package-info.in:
81         * Makefile:
82         * ChangeLog:
83         New.  Package infrastructure.
84
85         * guided-tour.el:
86         New.  Menuing infrastructure.