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
8 Correct documentation, adding some content.
10 muse--main--1.0--patch-14
12 2005-02-28 Michael Olson <mwolson@gnu.org>
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.
24 2005-02-17 19:08:19 GMT Michael Olson <mwolson@gnu.org> patch-13
27 Make muse-blosxom.el a bit more sane, still need to bum it down a bit
29 muse--main--1.0--patch-13
31 2005-02-17 Michael Olson <mwolson@gnu.org>
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
40 ChangeLog experimental/muse-blosxom.el
43 2005-02-08 04:20:41 GMT Michael Olson <mwolson@gnu.org> patch-12
46 Initial commit of muse.texi, nothing substantial
48 muse--main--1.0--patch-12
50 2005-02-07 Michael Olson <mwolson@gnu.org>
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.
57 .arch-ids/muse.texi.id muse.texi
63 2005-02-08 01:15:15 GMT Michael Olson <mwolson@gnu.org> patch-11
66 Add docstring, new trivial function
68 muse--main--1.0--patch-11
70 2005-02-07 Michael Olson <mwolson@gnu.org>
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.
77 * muse-project.el (muse-project-publish): Add docstring.
80 ChangeLog muse-mode.el muse-project.el
83 2005-02-04 18:42:08 GMT Michael Olson <mwolson@gnu.org> patch-10
86 Add experimental version of muse-blosxom.el to project
88 muse--main--1.0--patch-10
90 2005-02-04 Michael Olson <mwolson@gnu.org>
92 * Makefile (realclean): Remove file that gets generated when fonts
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.
100 experimental/.arch-ids/=id
101 experimental/.arch-ids/muse-blosxom.el.id
102 experimental/muse-blosxom.el
108 experimental experimental/.arch-ids
111 2005-02-04 18:19:44 GMT Michael Olson <mwolson@gnu.org> patch-9
114 Make permissions more consistent
116 muse--main--1.0--patch-9
122 modified directories:
123 contrib examples scripts
126 2005-02-04 18:13:56 GMT Michael Olson <mwolson@gnu.org> patch-8
131 muse--main--1.0--patch-8
133 2005-02-04 Michael Olson <mwolson@gnu.org>
135 * muse-build.el: Add contrib directory to `load-path'.
136 (muse-elint-files): Load `muse-regexps.el'.
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.
143 ChangeLog muse-build.el scripts/publish
146 2005-01-31 21:04:43 GMT Michael Olson <mwolson@gnu.org> patch-7
149 Use "—" instead of "—"
151 muse--main--1.0--patch-7
153 2005-01-31 Michael Olson <mwolson@gnu.org>
155 * muse-docbook.el (muse-docbook-markup-strings): Replace "—"
156 with "—" so that documents validate properly. Thanks to
157 Björn Lindström for the suggestion.
159 * muse-html.el (muse-html-markup-strings): Ditto.
162 ChangeLog muse-docbook.el muse-html.el
165 2005-01-25 19:04:31 GMT Michael Olson <mwolson@gnu.org> patch-6
168 Fix use of "[:blank:]" in underline markup
170 muse--main--1.0--patch-6
172 2005-01-25 Michael Olson <mwolson@gnu.org>
174 * muse-colors.el (muse-colors-markup): Replace "[:blank:]" with
175 use of `muse-regexp-blank'.
178 ChangeLog muse-colors.el
181 2005-01-03 06:00:43 GMT Michael Olson <mwolson@member.fsf.org> patch-5
184 Fix problem with headings being given wrong face
186 muse--main--1.0--patch-5
188 2005-01-03 Michael Olson <mwolson@gnu.org>
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
197 * muse-regexps.el: Fix header.
200 ChangeLog muse-colors.el muse-regexps.el
203 2005-01-02 00:02:15 GMT Michael Olson <mwolson@member.fsf.org> patch-4
208 muse--main--1.0--patch-4
210 2005-01-01 Michael Olson <mwolson@gnu.org>
212 * ChangeLog: Move old ChangeLog to ChangeLog.2004. This new
213 version will be automatically maintained by Arch.
217 .arch-ids/ChangeLog.id ChangeLog
220 .arch-ids/ChangeLog.id
221 ==> .arch-ids/ChangeLog.2004.id
226 2004-12-30 07:26:48 GMT Michael Olson <mwolson@member.fsf.org> patch-3
229 Extended regexps fix, allow spaces in 1st part of links
231 muse--main--1.0--patch-3
233 2004-12-30 Michael Olson <mwolson@gnu.org>
235 * muse.el (muse-link-regexp): Allow spaces in the first part of
238 * muse-colors.el, muse-convert.el, muse-docbook.el: Use
239 customizable alternatives to extended character classes.
241 * muse-html.el, muse-mode.el, muse-publish.el: Ditto.
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
251 Begin to change regexp handling, tweak muse.el header
253 muse--main--1.0--patch-2
255 2004-12-29 Michael Olson <mwolson@gnu.org>
257 * muse.el: Change Copyright notice to FSF. Change Maintainer to
260 * muse-regexps.el: New file that implements regexp handling.
261 Generalized regexp options will be moved to it eventually.
264 .arch-ids/muse-regexps.el.id muse-regexps.el
270 2004-12-30 01:49:50 GMT Michael Olson <mwolson@member.fsf.org> patch-1
273 Do some early spring cleaning
275 muse--main--1.0--patch-1
277 2004-12-29 Michael Olson <mwolson@gnu.org>
279 * Makefile: Change path to `publish' script.
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
285 * contrib/cgi.el, contrib/httpd.el: New location.
287 * examples/muse-johnw.el, examples/publish-johnw: Ditto.
289 * scripts/publish, scripts/publish-project: Ditto.
292 contrib/.arch-ids/=id contrib/.arch-ids/pcomplete.el.id
293 contrib/pcomplete.el examples/.arch-ids/=id
294 scripts/.arch-ids/=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
311 ==> scripts/.arch-ids/publish.id
317 ==> examples/muse-johnw.el
321 ==> examples/publish-johnw
323 ==> scripts/publish-project
326 contrib contrib/.arch-ids examples examples/.arch-ids scripts
330 2004-12-30 01:33:11 GMT Michael Olson <mwolson@member.fsf.org> base-0
333 tag of mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
335 muse--main--1.0--base-0
337 (automatically generated log message)
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