Add experimental version of muse-blosxom.el to project
[muse-el.git] / ChangeLog
blob8be0fb873d3f05ea389cde2b006bbb35f610cd8d
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:42:08 GMT Michael Olson <mwolson@gnu.org> patch-10
7     Summary:
8       Add experimental version of muse-blosxom.el to project
9     Revision:
10       muse--main--1.0--patch-10
12     2005-02-04  Michael Olson  <mwolson@gnu.org>
13     
14         * Makefile (realclean): Remove file that gets generated when fonts
15         are missing.
16     
17         * experimental/muse-bloxsom.el: New file that implements Blosxom
18         support for Muse.  It's in a very rough state, hence its placement
19         in the `experimental' directory.
21     new files:
22      experimental/.arch-ids/=id
23      experimental/.arch-ids/muse-blosxom.el.id
24      experimental/muse-blosxom.el
26     modified files:
27      ChangeLog Makefile
29     new directories:
30      experimental experimental/.arch-ids
33 2005-02-04 18:19:44 GMT Michael Olson <mwolson@gnu.org> patch-9
35     Summary:
36       Make permissions more consistent
37     Revision:
38       muse--main--1.0--patch-9
41     modified files:
42      ChangeLog
44     modified directories:
45      contrib examples scripts
48 2005-02-04 18:13:56 GMT Michael Olson <mwolson@gnu.org> patch-8
50     Summary:
51       Fix build problems
52     Revision:
53       muse--main--1.0--patch-8
55     2005-02-04  Michael Olson  <mwolson@gnu.org>
56     
57         * muse-build.el: Add contrib directory to `load-path'.
58         (muse-elint-files): Load `muse-regexps.el'.
59     
60         * scripts/publish: Change permissions so that this script is
61         executable.  Add contrib directory to load list.  Add
62         `muse-regexps.el' to list.
64     modified files:
65      ChangeLog muse-build.el scripts/publish
68 2005-01-31 21:04:43 GMT Michael Olson <mwolson@gnu.org> patch-7
70     Summary:
71       Use "&mdash;" instead of "&#151;"
72     Revision:
73       muse--main--1.0--patch-7
75     2005-01-31  Michael Olson  <mwolson@gnu.org>
76     
77         * muse-docbook.el (muse-docbook-markup-strings): Replace "&#151;"
78         with "&mdash;" so that documents validate properly.  Thanks to
79         Björn Lindström for the suggestion.
80     
81         * muse-html.el (muse-html-markup-strings): Ditto.
83     modified files:
84      ChangeLog muse-docbook.el muse-html.el
87 2005-01-25 19:04:31 GMT Michael Olson <mwolson@gnu.org> patch-6
89     Summary:
90       Fix use of "[:blank:]" in underline markup
91     Revision:
92       muse--main--1.0--patch-6
94     2005-01-25  Michael Olson  <mwolson@gnu.org>
95     
96         * muse-colors.el (muse-colors-markup): Replace "[:blank:]" with
97         use of `muse-regexp-blank'.
99     modified files:
100      ChangeLog muse-colors.el
103 2005-01-03 06:00:43 GMT Michael Olson <mwolson@member.fsf.org>  patch-5
105     Summary:
106       Fix problem with headings being given wrong face
107     Revision:
108       muse--main--1.0--patch-5
110     2005-01-03  Michael Olson  <mwolson@gnu.org>
111     
112         * muse-colors.el: Add header.
113         (muse-colors-emphasized): Headings were being given the coloring
114         for the next level of heading instead of the real
115         level (i.e. `muse-header-2' instead of `muse-header-1' for "*
116         Heading").  Thanks to Lan Yufeng for finding this and sending a
117         patch.
118     
119         * muse-regexps.el: Fix header.
121     modified files:
122      ChangeLog muse-colors.el muse-regexps.el
125 2005-01-02 00:02:15 GMT Michael Olson <mwolson@member.fsf.org>  patch-4
127     Summary:
128       Rotate ChangeLog
129     Revision:
130       muse--main--1.0--patch-4
132     2005-01-01  Michael Olson  <mwolson@gnu.org>
133     
134         * ChangeLog: Move old ChangeLog to ChangeLog.2004.  This new
135         version will be automatically maintained by Arch.
136     
138     new files:
139      .arch-ids/ChangeLog.id ChangeLog
141     renamed files:
142      .arch-ids/ChangeLog.id
143        ==> .arch-ids/ChangeLog.2004.id
144      ChangeLog
145        ==> ChangeLog.2004
148 2004-12-30 07:26:48 GMT Michael Olson <mwolson@member.fsf.org>  patch-3
150     Summary:
151       Extended regexps fix, allow spaces in 1st part of links
152     Revision:
153       muse--main--1.0--patch-3
155     2004-12-30  Michael Olson  <mwolson@gnu.org>
156     
157         * muse.el (muse-link-regexp): Allow spaces in the first part of
158         links.
159     
160         * muse-colors.el, muse-convert.el, muse-docbook.el: Use
161         customizable alternatives to extended character classes.
162     
163         * muse-html.el, muse-mode.el, muse-publish.el: Ditto.
165     modified files:
166      ChangeLog muse-colors.el muse-convert.el muse-docbook.el
167      muse-html.el muse-mode.el muse-publish.el muse.el
170 2004-12-30 02:18:07 GMT Michael Olson <mwolson@member.fsf.org>  patch-2
172     Summary:
173       Begin to change regexp handling, tweak muse.el header
174     Revision:
175       muse--main--1.0--patch-2
177     2004-12-29  Michael Olson  <mwolson@gnu.org>
178     
179         * muse.el: Change Copyright notice to FSF.  Change Maintainer to
180         myself.  Update URL.
181     
182         * muse-regexps.el: New file that implements regexp handling.
183         Generalized regexp options will be moved to it eventually.
185     new files:
186      .arch-ids/muse-regexps.el.id muse-regexps.el
188     modified files:
189      ChangeLog muse.el
192 2004-12-30 01:49:50 GMT Michael Olson <mwolson@member.fsf.org>  patch-1
194     Summary:
195       Do some early spring cleaning
196     Revision:
197       muse--main--1.0--patch-1
199     2004-12-29  Michael Olson  <mwolson@gnu.org>
200     
201         * Makefile: Change path to `publish' script.
202     
203         * contrib/pcomplete.el: New file that is used by Muse without
204         actually being a part of it: hence its location in the contrib
205         directory.
206     
207         * contrib/cgi.el, contrib/httpd.el: New location.
208     
209         * examples/muse-johnw.el, examples/publish-johnw: Ditto.
210     
211         * scripts/publish, scripts/publish-project: Ditto.
213     new files:
214      contrib/.arch-ids/=id contrib/.arch-ids/pcomplete.el.id
215      contrib/pcomplete.el examples/.arch-ids/=id
216      scripts/.arch-ids/=id
218     modified files:
219      ChangeLog Makefile
221     renamed files:
222      .arch-ids/cgi.el.id
223        ==> contrib/.arch-ids/cgi.el.id
224      .arch-ids/httpd.el.id
225        ==> contrib/.arch-ids/httpd.el.id
226      .arch-ids/muse-johnw.el.id
227        ==> examples/.arch-ids/muse-johnw.el.id
228      .arch-ids/publish-johnw.id
229        ==> examples/.arch-ids/publish-johnw.id
230      .arch-ids/publish-project.id
231        ==> scripts/.arch-ids/publish-project.id
232      .arch-ids/publish.id
233        ==> scripts/.arch-ids/publish.id
234      cgi.el
235        ==> contrib/cgi.el
236      httpd.el
237        ==> contrib/httpd.el
238      muse-johnw.el
239        ==> examples/muse-johnw.el
240      publish
241        ==> scripts/publish
242      publish-johnw
243        ==> examples/publish-johnw
244      publish-project
245        ==> scripts/publish-project
247     new directories:
248      contrib contrib/.arch-ids examples examples/.arch-ids scripts
249      scripts/.arch-ids
252 2004-12-30 01:33:11 GMT Michael Olson <mwolson@member.fsf.org>  base-0
254     Summary:
255       tag of mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
256     Revision:
257       muse--main--1.0--base-0
259     (automatically generated log message)
261     new patches:
262      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
263      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
264      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
265      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
266      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
267      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
268      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
269      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
270      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
271      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
272      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
273      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
274      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
275      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
276      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
277      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
278      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
279      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8