Fix build problems
[muse-el.git] / ChangeLog
blob81551f2ba392c6a38ebbfe036d1164cd9aa999bb
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2005/muse--main--1.0
5 2005-02-04 18:13:56 GMT Michael Olson <mwolson@gnu.org> patch-8
7     Summary:
8       Fix build problems
9     Revision:
10       muse--main--1.0--patch-8
12     2005-02-04  Michael Olson  <mwolson@gnu.org>
13     
14         * muse-build.el: Add contrib directory to `load-path'.
15         (muse-elint-files): Load `muse-regexps.el'.
16     
17         * scripts/publish: Change permissions so that this script is
18         executable.  Add contrib directory to load list.  Add
19         `muse-regexps.el' to list.
21     modified files:
22      ChangeLog muse-build.el scripts/publish
25 2005-01-31 21:04:43 GMT Michael Olson <mwolson@gnu.org> patch-7
27     Summary:
28       Use "&mdash;" instead of "&#151;"
29     Revision:
30       muse--main--1.0--patch-7
32     2005-01-31  Michael Olson  <mwolson@gnu.org>
33     
34         * muse-docbook.el (muse-docbook-markup-strings): Replace "&#151;"
35         with "&mdash;" so that documents validate properly.  Thanks to
36         Björn Lindström for the suggestion.
37     
38         * muse-html.el (muse-html-markup-strings): Ditto.
40     modified files:
41      ChangeLog muse-docbook.el muse-html.el
44 2005-01-25 19:04:31 GMT Michael Olson <mwolson@gnu.org> patch-6
46     Summary:
47       Fix use of "[:blank:]" in underline markup
48     Revision:
49       muse--main--1.0--patch-6
51     2005-01-25  Michael Olson  <mwolson@gnu.org>
52     
53         * muse-colors.el (muse-colors-markup): Replace "[:blank:]" with
54         use of `muse-regexp-blank'.
56     modified files:
57      ChangeLog muse-colors.el
60 2005-01-03 06:00:43 GMT Michael Olson <mwolson@member.fsf.org>  patch-5
62     Summary:
63       Fix problem with headings being given wrong face
64     Revision:
65       muse--main--1.0--patch-5
67     2005-01-03  Michael Olson  <mwolson@gnu.org>
68     
69         * muse-colors.el: Add header.
70         (muse-colors-emphasized): Headings were being given the coloring
71         for the next level of heading instead of the real
72         level (i.e. `muse-header-2' instead of `muse-header-1' for "*
73         Heading").  Thanks to Lan Yufeng for finding this and sending a
74         patch.
75     
76         * muse-regexps.el: Fix header.
78     modified files:
79      ChangeLog muse-colors.el muse-regexps.el
82 2005-01-02 00:02:15 GMT Michael Olson <mwolson@member.fsf.org>  patch-4
84     Summary:
85       Rotate ChangeLog
86     Revision:
87       muse--main--1.0--patch-4
89     2005-01-01  Michael Olson  <mwolson@gnu.org>
90     
91         * ChangeLog: Move old ChangeLog to ChangeLog.2004.  This new
92         version will be automatically maintained by Arch.
93     
95     new files:
96      .arch-ids/ChangeLog.id ChangeLog
98     renamed files:
99      .arch-ids/ChangeLog.id
100        ==> .arch-ids/ChangeLog.2004.id
101      ChangeLog
102        ==> ChangeLog.2004
105 2004-12-30 07:26:48 GMT Michael Olson <mwolson@member.fsf.org>  patch-3
107     Summary:
108       Extended regexps fix, allow spaces in 1st part of links
109     Revision:
110       muse--main--1.0--patch-3
112     2004-12-30  Michael Olson  <mwolson@gnu.org>
113     
114         * muse.el (muse-link-regexp): Allow spaces in the first part of
115         links.
116     
117         * muse-colors.el, muse-convert.el, muse-docbook.el: Use
118         customizable alternatives to extended character classes.
119     
120         * muse-html.el, muse-mode.el, muse-publish.el: Ditto.
122     modified files:
123      ChangeLog muse-colors.el muse-convert.el muse-docbook.el
124      muse-html.el muse-mode.el muse-publish.el muse.el
127 2004-12-30 02:18:07 GMT Michael Olson <mwolson@member.fsf.org>  patch-2
129     Summary:
130       Begin to change regexp handling, tweak muse.el header
131     Revision:
132       muse--main--1.0--patch-2
134     2004-12-29  Michael Olson  <mwolson@gnu.org>
135     
136         * muse.el: Change Copyright notice to FSF.  Change Maintainer to
137         myself.  Update URL.
138     
139         * muse-regexps.el: New file that implements regexp handling.
140         Generalized regexp options will be moved to it eventually.
142     new files:
143      .arch-ids/muse-regexps.el.id muse-regexps.el
145     modified files:
146      ChangeLog muse.el
149 2004-12-30 01:49:50 GMT Michael Olson <mwolson@member.fsf.org>  patch-1
151     Summary:
152       Do some early spring cleaning
153     Revision:
154       muse--main--1.0--patch-1
156     2004-12-29  Michael Olson  <mwolson@gnu.org>
157     
158         * Makefile: Change path to `publish' script.
159     
160         * contrib/pcomplete.el: New file that is used by Muse without
161         actually being a part of it: hence its location in the contrib
162         directory.
163     
164         * contrib/cgi.el, contrib/httpd.el: New location.
165     
166         * examples/muse-johnw.el, examples/publish-johnw: Ditto.
167     
168         * scripts/publish, scripts/publish-project: Ditto.
170     new files:
171      contrib/.arch-ids/=id contrib/.arch-ids/pcomplete.el.id
172      contrib/pcomplete.el examples/.arch-ids/=id
173      scripts/.arch-ids/=id
175     modified files:
176      ChangeLog Makefile
178     renamed files:
179      .arch-ids/cgi.el.id
180        ==> contrib/.arch-ids/cgi.el.id
181      .arch-ids/httpd.el.id
182        ==> contrib/.arch-ids/httpd.el.id
183      .arch-ids/muse-johnw.el.id
184        ==> examples/.arch-ids/muse-johnw.el.id
185      .arch-ids/publish-johnw.id
186        ==> examples/.arch-ids/publish-johnw.id
187      .arch-ids/publish-project.id
188        ==> scripts/.arch-ids/publish-project.id
189      .arch-ids/publish.id
190        ==> scripts/.arch-ids/publish.id
191      cgi.el
192        ==> contrib/cgi.el
193      httpd.el
194        ==> contrib/httpd.el
195      muse-johnw.el
196        ==> examples/muse-johnw.el
197      publish
198        ==> scripts/publish
199      publish-johnw
200        ==> examples/publish-johnw
201      publish-project
202        ==> scripts/publish-project
204     new directories:
205      contrib contrib/.arch-ids examples examples/.arch-ids scripts
206      scripts/.arch-ids
209 2004-12-30 01:33:11 GMT Michael Olson <mwolson@member.fsf.org>  base-0
211     Summary:
212       tag of mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
213     Revision:
214       muse--main--1.0--base-0
216     (automatically generated log message)
218     new patches:
219      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
220      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
221      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
222      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
223      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
224      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
225      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
226      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
227      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
228      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
229      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
230      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
231      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
232      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
233      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
234      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
235      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
236      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8