Whole of tree build fix
[packages] / xemacs-packages / sh-script / ChangeLog.XEmacs
1 2014-05-15  Norbert Koch  <viteno@xemacs.org>
2
3         * Makefile (VERSION): XEmacs package 1.26 released.
4
5 2014-05-15  Norbert Koch  <viteno@xemacs.org>
6
7         * Makefile (VERSION): XEmacs package 1.25 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 1.24 released.
17
18 2008-03-19  It's me FKtPp ;)  <m_pupil@yahoo.com.cn>
19
20         * executable.el (executable-interpret): Correct compile-internal's
21         parameters to avoid error when `C-c C-x' (executable-interpret).
22
23 2008-02-10  Norbert Koch  <viteno@xemacs.org>
24
25         * Makefile (VERSION): XEmacs package 1.23 released.
26
27 2008-02-09  FKtPp  <m_pupil@yahoo.com.cn>
28
29         * sh-script.el (sh-test): Decrease indexes by one to make shell
30         syntax errors less likely.
31
32 2008-02-09  Ville Skyttä  <scop@xemacs.org>
33
34         * sh-script.el (auto-mode-alist): Add *.bash, *.in variants.
35
36 2007-02-07  Norbert Koch  <viteno@xemacs.org>
37
38         * Makefile (VERSION): XEmacs package 1.22 released.
39
40 2007-02-06  Didier Verna  <didier@xemacs.org>
41
42         * sh-script.el (sh-mode): Derive from a real mode
43         (fundamental-mode), not from nil.
44
45 2005-10-18  Norbert Koch  <viteno@xemacs.org>
46
47         * Makefile (VERSION): XEmacs package 1.21 released.
48
49 2005-10-16  Ville Skyttä  <scop@xemacs.org>
50
51         * Makefile (AUTHOR_VERSION): Bring up to date (2.0f).
52
53 2005-10-16  Norbert Koch  <viteno@xemacs.org>
54
55         * Makefile (VERSION): XEmacs package 1.20 released.
56
57 2005-10-15  Malcolm Purvis  <malcolmp@xemacs.org>
58
59         * executable.el: Sync with GNU Emacs 22.0.50.1 (CVS).  Update
60         FSF's address in GPL notices.
61
62 2005-10-15  Norbert Koch  <viteno@xemacs.org>
63
64         * Makefile (VERSION): XEmacs package 1.19 released.
65
66 2005-10-12  Jérôme Marant  <jmarant@free.fr>
67
68         * sh-script.el: Sync with GNU Emacs 21.4
69         Update FSF's address in GPL notices.
70         (sh-mode-map): Move menu-related code to sh-mode-menu.
71         (sh-mode-menu): New menu definition.
72         (sh-mode): Install menu.
73
74 2003-10-31  Norbert Koch  <viteno@xemacs.org>
75
76         * Makefile (VERSION): XEmacs package 1.18 released.
77
78 2003-03-09  Ben Wing  <ben@xemacs.org>
79
80         * Makefile:
81         Delete explicit compile:: and binkit: rules.
82         Don't add custom-load.elc to the list of generated elc's.
83
84 2003-01-13  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
85
86         * Makefile (VERSION): XEmacs package 1.17 released.
87
88 2003-01-05  Ville Skyttä  <scop@xemacs.org>
89
90         * sh-script.el: Append .m?spec to auto-mode-alist instead of
91         adding to the front to restore order with this and rpm-spec-mode.
92         Make auto-mode and interpreter-mode-alist modifications
93         autoload-only.
94
95 2002-11-29  Ben Wing  <ben@xemacs.org>
96
97         * .cvsignore: Remove files now handled automatically by CVS.
98         * Makefile: Use `compile' instead of hard-coded `all'.
99
100 2002-10-15  Ville Skyttä  <scop@xemacs.org>
101
102         * Makefile (srckit): Remove.
103
104 2002-10-07  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
105
106         * Makefile (VERSION): XEmacs package 1.16 released.
107
108 2002-09-30  Ville Skyttä  <scop@xemacs.org>
109
110         * sh-script.el: Add autoloaded auto-mode-alist and
111         interpreter-mode-alist associations.
112
113 2002-04-24  Steve Youngs  <youngs@xemacs.org>
114
115         * Makefile (VERSION): XEmacs package 1.15 released.
116
117 2002-04-03  Ville Skyttä  <scop@xemacs.org>
118
119         * executable.el: Sync with GNU Emacs 21.2.
120         (executable-binary-suffixes): New.
121         (executable-make-buffer-file-executable-if-script-p): New.
122         (executable-find): Use executable-binary-suffixes.
123
124 2002-03-02  Jeff Miller <jmiller@cablespeed.com>
125
126         * executable.el:  missing autoload cookie.
127
128 2000-07-11  Jose Romildo Malaquias <romildo@urano.iceb.ufop.br>
129
130         * sh-script.el: Synch with FSF 20.7.
131
132 1999-12-10  Gunnar Evermann  <ge204@eng.cam.ac.uk>
133
134         * sh-script.el (sh-ancestor-alist): Add bash2.
135         From Paul Cassella <fortytwo@cmu.edu>.
136
137 1999-05-31  Andy Piper  <andyp@parallax.co.uk>
138
139         * sh-script.el (sh-set-shell): don't include the extension in
140         sh-shell name.  This is almost never the right thing and breaks
141         font-lock.
142
143 1998-05-12  Andy Piper  <andyp@parallax.co.uk>
144
145         * sh-script.el (sh-shell): don't include the extension in the shell
146         name.  This is almost never the right thing and breaks font-lock.
147
148 1998-01-24  SL Baur  <steve@altair.xemacs.org>
149
150         * Makefile (VERSION): Update to package standard 1.0.
151         * package-info.in: Ditto.
152
153 1998-01-12  SL Baur  <steve@altair.xemacs.org>
154
155         * Makefile: Update to newer package interface.
156
157 1998-01-03  SL Baur  <steve@altair.xemacs.org>
158
159         * Makefile: Update to newer package interface.
160
161 1998-01-01  SL Baur  <steve@altair.xemacs.org>
162
163         * skeleton.el: removed.
164
165 1997-12-24  SL Baur  <steve@altair.xemacs.org>
166
167         * sh-script.el: explicitly require 'skeleton to avoid bootstrap
168         problems.
169
170         * Makefile: Created.