Initial Commit
[packages] / xemacs-packages / haskell-mode / ChangeLog
1 2014-05-15  Norbert Koch  <viteno@xemacs.org>
2
3         * Makefile (VERSION): XEmacs package 1.14 released.
4
5 2014-05-15  Norbert Koch  <viteno@xemacs.org>
6
7         * Makefile (VERSION): XEmacs package 1.13 released.
8
9 2014-05-13  Jerry James  <james@xemacs.org>
10
11         * .cvsignore: Remove.
12         * .hgignore: New file.
13
14 2013-10-14  Norbert Koch  <viteno@xemacs.org>
15
16         * Makefile (VERSION): XEmacs package 1.12 released.
17
18 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19
20         * haskell-font-lock.el (haskell-font-lock-keywords-create): Wrap
21         haskell-default-face for XEmacs.
22
23         (1dab2487af30ae85c78a9e07c83f37766e21678e from haskell-mode git repo.)
24
25 2007-02-25  Norbert Koch  <viteno@xemacs.org>
26
27         * Makefile (VERSION): XEmacs package 1.11 released.
28
29 2007-02-21  Stephen J. Turnbull  <stephen@xemacs.org>
30
31         * haskell-mode.el: Non-MULE doesn't support iso-8859-1 cookie.
32
33 2006-05-25  Norbert Koch  <viteno@xemacs.org>
34
35         * Makefile (VERSION): XEmacs package 1.10 released.
36
37 2006-05-20  Ville Skyttä  <scop@xemacs.org>
38
39         * haskell-indent.el: Use `point-at-bol' and `point-at-eol' instead
40         of `line-beginning-position' and `line-end-position' for < 21.5
41         compatibility.
42         * haskell-simple-indent.el: Ditto.
43
44 2006-05-17  Norbert Koch  <viteno@xemacs.org>
45
46         * Makefile (VERSION): XEmacs package 1.09 released.
47
48 2006-05-13  Jerry James  <james@xemacs.org>
49
50         * haskell-ghci.el (haskell-ghci-start-process): Replace use of
51         comint-input-sentinel with comint-input-filter-functions.
52         * haskell-hugs.el (haskell-hugs-start-process): Ditto.
53
54 2006-03-15  Norbert Koch  <viteno@xemacs.org>
55
56         * Makefile (VERSION): XEmacs package 1.08 released.
57
58 2006-03-14  Jerry James  <james@xemacs.org>
59
60         * .emacs: Remove.
61         * ChangeLog.upstream: New file.
62         * Makefile: Update AUTHOR_VERSION.  Add rule for new
63         inf-haskell.el.  Put text files in EXTRA_SOURCES.
64         * Makefile.upstream: New file.
65         * NEWS: New file.
66         * package-info.in: Update provides.
67
68         * fontlock.hs:
69         * haskell-decl-scan.el:
70         * haskell-doc.el:
71         * haskell-font-lock.el:
72         * haskell-ghci.el:
73         * haskell-hugs.el:
74         * haskell-indent.el:
75         * haskell-mode.el:
76         * haskell-simple-indent.el:
77         * inf-haskell.el:
78         * indent.hs:  Sync with upstream version 2.1.
79
80         * index.html: Ditto, with small changes to make onsgmls like it.
81         * installation-guide.html: Ditto, also with small changes.
82
83 2004-06-16  Norbert Koch  <viteno@xemacs.org>
84
85         * Makefile (VERSION): XEmacs package 1.07 released.
86
87 2004-05-14  Jerry James  <james@xemacs.org>
88
89         * Sync with upstream 1.45.
90
91 2003-10-31  Norbert Koch  <viteno@xemacs.org>
92
93         * Makefile (VERSION): XEmacs package 1.06 released.
94
95 2003-03-09  Ben Wing  <ben@xemacs.org>
96
97         * Makefile:
98         Delete explicit compile:: and binkit: rules.
99         Don't add custom-load.elc to the list of generated elc's.
100
101 2003-01-13  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
102
103         * Makefile (VERSION): XEmacs package 1.05 released.
104
105 2003-01-08  Ville Skyttä  <scop@xemacs.org>
106
107         * Sync with upstream 1.44.
108
109 2003-01-06  Ville Skyttä  <scop@xemacs.org>
110
111         * haskell-mode.el: Make auto-mode-alist modifications autoload-only.
112
113 2002-11-29  Ben Wing  <ben@xemacs.org>
114
115         * .cvsignore: Remove files now handled automatically by CVS.
116         * Makefile: Use `compile' instead of hard-coded `all'.
117
118 2002-10-20  Ville Skyttä  <scop@xemacs.org>
119
120         * Makefile (MAINTAINER): Change to XEmacs Development Team.
121         * haskell-mode.el: Update my mail address.
122         * haskell-doc.el: Ditto.
123
124 2002-10-15  Ville Skyttä  <scop@xemacs.org>
125
126         * Makefile (srckit): Remove.
127
128 2002-05-09  Steve Youngs  <youngs@xemacs.org>
129
130         * Makefile (VERSION): XEmacs package 1.04 released.
131
132 2002-05-07  Ville Skyttä  <scop@xemacs.org>
133
134         * Makefile (PRELOADS): Cleanup, remove ./'s.
135
136 2002-05-07  Steve Youngs  <youngs@xemacs.org>
137
138         * Makefile (VERSION): XEmacs package 1.03 released.
139
140 2002-05-04  Stephen J. Turnbull  <stephen@xemacs.org>
141
142        * Makefile (REQUIRES): Add edit-utils.
143
144 2002-04-30  Steve Youngs  <youngs@xemacs.org>
145
146         * Makefile (VERSION): XEmacs package 1.02 released.
147
148 2002-04-26  Ville Skyttä  <scop@xemacs.org>
149
150         * Makefile (MAINTAINER): C'est moi.
151         * haskell-mode.el (haskell-version): The correct version is 1.43.
152
153 2002-04-24  Steve Youngs  <youngs@xemacs.org>
154
155         * Makefile (VERSION): XEmacs package 1.01 released.
156
157 2002-04-24  Ville Skyttä  <scop@xemacs.org>
158
159         * Sync with upstream version 1.43 (no functional changes).
160
161 2002-04-24  Steve Youngs  <youngs@xemacs.org>
162
163         * Makefile (HTML_FILES): Remove.
164         (HTML_DEP): Ditto.
165         (DATA_FILES): Move *.html from above to here.
166
167 2002-04-23  Ville Skyttä  <scop@xemacs.org>
168
169         * XEmacs package created.