Correct documentation, adding some content.
[muse-el.git] / ChangeLog
blob2d9210770b5ed775906d0c0ca3a7596758b775f7
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2005/muse--main--1.0
5 2005-03-01 02:25:15 GMT Michael Olson <mwolson@gnu.org> patch-14
7     Summary:
8       Correct documentation, adding some content.
9     Revision:
10       muse--main--1.0--patch-14
12     2005-02-28  Michael Olson  <mwolson@gnu.org>
13     
14         * muse.texi: Change license terms of the documentation to the GNU
15         GPL instead of the GNU FDL, as per the consent of the copyright
16         holders of the emacs-wiki manual, from which this is based.  Some
17         emacs-wiki-isms in the manual were corrected, and the Getting
18         Started section was updated.
20     modified files:
21      ChangeLog muse.texi
24 2005-02-17 19:08:19 GMT Michael Olson <mwolson@gnu.org> patch-13
26     Summary:
27       Make muse-blosxom.el a bit more sane, still need to bum it down a bit
28     Revision:
29       muse--main--1.0--patch-13
31     2005-02-17  Michael Olson  <mwolson@gnu.org>
32     
33         * experimental/muse-blosxom.el: Somehow the contents of this file
34         managed to get duplicated.  I removed the duplicates.
35         (muse-blosxom-date): Remove this, since it is not useful.
36         (muse-blosxom-header): Use the standard header that blosxom.el
37         has.
39     modified files:
40      ChangeLog experimental/muse-blosxom.el
43 2005-02-08 04:20:41 GMT Michael Olson <mwolson@gnu.org> patch-12
45     Summary:
46       Initial commit of muse.texi, nothing substantial
47     Revision:
48       muse--main--1.0--patch-12
50     2005-02-07  Michael Olson  <mwolson@gnu.org>
51     
52         * muse.texi: New file that provides the documentation for Muse.
53         It is in a very rough form at the moment.  Nothing substantial may
54         be found here yet.  Be ye warned.
56     new files:
57      .arch-ids/muse.texi.id muse.texi
59     modified files:
60      ChangeLog
63 2005-02-08 01:15:15 GMT Michael Olson <mwolson@gnu.org> patch-11
65     Summary:
66       Add docstring, new trivial function
67     Revision:
68       muse--main--1.0--patch-11
70     2005-02-07  Michael Olson  <mwolson@gnu.org>
71     
72         * muse-mode.el (muse-mode-map): Make "C-c =" trigger
73         `muse-what-changed'.  No functionality change.
74         (muse-what-changed): New function that displays in diff format the
75         changes made since the buffer was last saved.
76     
77         * muse-project.el (muse-project-publish): Add docstring.
79     modified files:
80      ChangeLog muse-mode.el muse-project.el
83 2005-02-04 18:42:08 GMT Michael Olson <mwolson@gnu.org> patch-10
85     Summary:
86       Add experimental version of muse-blosxom.el to project
87     Revision:
88       muse--main--1.0--patch-10
90     2005-02-04  Michael Olson  <mwolson@gnu.org>
91     
92         * Makefile (realclean): Remove file that gets generated when fonts
93         are missing.
94     
95         * experimental/muse-bloxsom.el: New file that implements Blosxom
96         support for Muse.  It's in a very rough state, hence its placement
97         in the `experimental' directory.
99     new files:
100      experimental/.arch-ids/=id
101      experimental/.arch-ids/muse-blosxom.el.id
102      experimental/muse-blosxom.el
104     modified files:
105      ChangeLog Makefile
107     new directories:
108      experimental experimental/.arch-ids
111 2005-02-04 18:19:44 GMT Michael Olson <mwolson@gnu.org> patch-9
113     Summary:
114       Make permissions more consistent
115     Revision:
116       muse--main--1.0--patch-9
119     modified files:
120      ChangeLog
122     modified directories:
123      contrib examples scripts
126 2005-02-04 18:13:56 GMT Michael Olson <mwolson@gnu.org> patch-8
128     Summary:
129       Fix build problems
130     Revision:
131       muse--main--1.0--patch-8
133     2005-02-04  Michael Olson  <mwolson@gnu.org>
134     
135         * muse-build.el: Add contrib directory to `load-path'.
136         (muse-elint-files): Load `muse-regexps.el'.
137     
138         * scripts/publish: Change permissions so that this script is
139         executable.  Add contrib directory to load list.  Add
140         `muse-regexps.el' to list.
142     modified files:
143      ChangeLog muse-build.el scripts/publish
146 2005-01-31 21:04:43 GMT Michael Olson <mwolson@gnu.org> patch-7
148     Summary:
149       Use "&mdash;" instead of "&#151;"
150     Revision:
151       muse--main--1.0--patch-7
153     2005-01-31  Michael Olson  <mwolson@gnu.org>
154     
155         * muse-docbook.el (muse-docbook-markup-strings): Replace "&#151;"
156         with "&mdash;" so that documents validate properly.  Thanks to
157         Björn Lindström for the suggestion.
158     
159         * muse-html.el (muse-html-markup-strings): Ditto.
161     modified files:
162      ChangeLog muse-docbook.el muse-html.el
165 2005-01-25 19:04:31 GMT Michael Olson <mwolson@gnu.org> patch-6
167     Summary:
168       Fix use of "[:blank:]" in underline markup
169     Revision:
170       muse--main--1.0--patch-6
172     2005-01-25  Michael Olson  <mwolson@gnu.org>
173     
174         * muse-colors.el (muse-colors-markup): Replace "[:blank:]" with
175         use of `muse-regexp-blank'.
177     modified files:
178      ChangeLog muse-colors.el
181 2005-01-03 06:00:43 GMT Michael Olson <mwolson@member.fsf.org>  patch-5
183     Summary:
184       Fix problem with headings being given wrong face
185     Revision:
186       muse--main--1.0--patch-5
188     2005-01-03  Michael Olson  <mwolson@gnu.org>
189     
190         * muse-colors.el: Add header.
191         (muse-colors-emphasized): Headings were being given the coloring
192         for the next level of heading instead of the real
193         level (i.e. `muse-header-2' instead of `muse-header-1' for "*
194         Heading").  Thanks to Lan Yufeng for finding this and sending a
195         patch.
196     
197         * muse-regexps.el: Fix header.
199     modified files:
200      ChangeLog muse-colors.el muse-regexps.el
203 2005-01-02 00:02:15 GMT Michael Olson <mwolson@member.fsf.org>  patch-4
205     Summary:
206       Rotate ChangeLog
207     Revision:
208       muse--main--1.0--patch-4
210     2005-01-01  Michael Olson  <mwolson@gnu.org>
211     
212         * ChangeLog: Move old ChangeLog to ChangeLog.2004.  This new
213         version will be automatically maintained by Arch.
214     
216     new files:
217      .arch-ids/ChangeLog.id ChangeLog
219     renamed files:
220      .arch-ids/ChangeLog.id
221        ==> .arch-ids/ChangeLog.2004.id
222      ChangeLog
223        ==> ChangeLog.2004
226 2004-12-30 07:26:48 GMT Michael Olson <mwolson@member.fsf.org>  patch-3
228     Summary:
229       Extended regexps fix, allow spaces in 1st part of links
230     Revision:
231       muse--main--1.0--patch-3
233     2004-12-30  Michael Olson  <mwolson@gnu.org>
234     
235         * muse.el (muse-link-regexp): Allow spaces in the first part of
236         links.
237     
238         * muse-colors.el, muse-convert.el, muse-docbook.el: Use
239         customizable alternatives to extended character classes.
240     
241         * muse-html.el, muse-mode.el, muse-publish.el: Ditto.
243     modified files:
244      ChangeLog muse-colors.el muse-convert.el muse-docbook.el
245      muse-html.el muse-mode.el muse-publish.el muse.el
248 2004-12-30 02:18:07 GMT Michael Olson <mwolson@member.fsf.org>  patch-2
250     Summary:
251       Begin to change regexp handling, tweak muse.el header
252     Revision:
253       muse--main--1.0--patch-2
255     2004-12-29  Michael Olson  <mwolson@gnu.org>
256     
257         * muse.el: Change Copyright notice to FSF.  Change Maintainer to
258         myself.  Update URL.
259     
260         * muse-regexps.el: New file that implements regexp handling.
261         Generalized regexp options will be moved to it eventually.
263     new files:
264      .arch-ids/muse-regexps.el.id muse-regexps.el
266     modified files:
267      ChangeLog muse.el
270 2004-12-30 01:49:50 GMT Michael Olson <mwolson@member.fsf.org>  patch-1
272     Summary:
273       Do some early spring cleaning
274     Revision:
275       muse--main--1.0--patch-1
277     2004-12-29  Michael Olson  <mwolson@gnu.org>
278     
279         * Makefile: Change path to `publish' script.
280     
281         * contrib/pcomplete.el: New file that is used by Muse without
282         actually being a part of it: hence its location in the contrib
283         directory.
284     
285         * contrib/cgi.el, contrib/httpd.el: New location.
286     
287         * examples/muse-johnw.el, examples/publish-johnw: Ditto.
288     
289         * scripts/publish, scripts/publish-project: Ditto.
291     new files:
292      contrib/.arch-ids/=id contrib/.arch-ids/pcomplete.el.id
293      contrib/pcomplete.el examples/.arch-ids/=id
294      scripts/.arch-ids/=id
296     modified files:
297      ChangeLog Makefile
299     renamed files:
300      .arch-ids/cgi.el.id
301        ==> contrib/.arch-ids/cgi.el.id
302      .arch-ids/httpd.el.id
303        ==> contrib/.arch-ids/httpd.el.id
304      .arch-ids/muse-johnw.el.id
305        ==> examples/.arch-ids/muse-johnw.el.id
306      .arch-ids/publish-johnw.id
307        ==> examples/.arch-ids/publish-johnw.id
308      .arch-ids/publish-project.id
309        ==> scripts/.arch-ids/publish-project.id
310      .arch-ids/publish.id
311        ==> scripts/.arch-ids/publish.id
312      cgi.el
313        ==> contrib/cgi.el
314      httpd.el
315        ==> contrib/httpd.el
316      muse-johnw.el
317        ==> examples/muse-johnw.el
318      publish
319        ==> scripts/publish
320      publish-johnw
321        ==> examples/publish-johnw
322      publish-project
323        ==> scripts/publish-project
325     new directories:
326      contrib contrib/.arch-ids examples examples/.arch-ids scripts
327      scripts/.arch-ids
330 2004-12-30 01:33:11 GMT Michael Olson <mwolson@member.fsf.org>  base-0
332     Summary:
333       tag of mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
334     Revision:
335       muse--main--1.0--base-0
337     (automatically generated log message)
339     new patches:
340      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
341      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
342      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
343      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
344      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
345      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
346      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
347      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
348      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
349      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
350      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
351      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
352      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
353      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
354      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
355      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
356      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
357      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8