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-08 04:20:41 GMT Michael Olson <mwolson@gnu.org> patch-12
8 Initial commit of muse.texi, nothing substantial
10 muse--main--1.0--patch-12
12 2005-02-07 Michael Olson <mwolson@gnu.org>
14 * muse.texi: New file that provides the documentation for Muse.
15 It is in a very rough form at the moment. Nothing substantial may
16 be found here yet. Be ye warned.
19 .arch-ids/muse.texi.id muse.texi
25 2005-02-08 01:15:15 GMT Michael Olson <mwolson@gnu.org> patch-11
28 Add docstring, new trivial function
30 muse--main--1.0--patch-11
32 2005-02-07 Michael Olson <mwolson@gnu.org>
34 * muse-mode.el (muse-mode-map): Make "C-c =" trigger
35 `muse-what-changed'. No functionality change.
36 (muse-what-changed): New function that displays in diff format the
37 changes made since the buffer was last saved.
39 * muse-project.el (muse-project-publish): Add docstring.
42 ChangeLog muse-mode.el muse-project.el
45 2005-02-04 18:42:08 GMT Michael Olson <mwolson@gnu.org> patch-10
48 Add experimental version of muse-blosxom.el to project
50 muse--main--1.0--patch-10
52 2005-02-04 Michael Olson <mwolson@gnu.org>
54 * Makefile (realclean): Remove file that gets generated when fonts
57 * experimental/muse-bloxsom.el: New file that implements Blosxom
58 support for Muse. It's in a very rough state, hence its placement
59 in the `experimental' directory.
62 experimental/.arch-ids/=id
63 experimental/.arch-ids/muse-blosxom.el.id
64 experimental/muse-blosxom.el
70 experimental experimental/.arch-ids
73 2005-02-04 18:19:44 GMT Michael Olson <mwolson@gnu.org> patch-9
76 Make permissions more consistent
78 muse--main--1.0--patch-9
85 contrib examples scripts
88 2005-02-04 18:13:56 GMT Michael Olson <mwolson@gnu.org> patch-8
93 muse--main--1.0--patch-8
95 2005-02-04 Michael Olson <mwolson@gnu.org>
97 * muse-build.el: Add contrib directory to `load-path'.
98 (muse-elint-files): Load `muse-regexps.el'.
100 * scripts/publish: Change permissions so that this script is
101 executable. Add contrib directory to load list. Add
102 `muse-regexps.el' to list.
105 ChangeLog muse-build.el scripts/publish
108 2005-01-31 21:04:43 GMT Michael Olson <mwolson@gnu.org> patch-7
111 Use "—" instead of "—"
113 muse--main--1.0--patch-7
115 2005-01-31 Michael Olson <mwolson@gnu.org>
117 * muse-docbook.el (muse-docbook-markup-strings): Replace "—"
118 with "—" so that documents validate properly. Thanks to
119 Björn Lindström for the suggestion.
121 * muse-html.el (muse-html-markup-strings): Ditto.
124 ChangeLog muse-docbook.el muse-html.el
127 2005-01-25 19:04:31 GMT Michael Olson <mwolson@gnu.org> patch-6
130 Fix use of "[:blank:]" in underline markup
132 muse--main--1.0--patch-6
134 2005-01-25 Michael Olson <mwolson@gnu.org>
136 * muse-colors.el (muse-colors-markup): Replace "[:blank:]" with
137 use of `muse-regexp-blank'.
140 ChangeLog muse-colors.el
143 2005-01-03 06:00:43 GMT Michael Olson <mwolson@member.fsf.org> patch-5
146 Fix problem with headings being given wrong face
148 muse--main--1.0--patch-5
150 2005-01-03 Michael Olson <mwolson@gnu.org>
152 * muse-colors.el: Add header.
153 (muse-colors-emphasized): Headings were being given the coloring
154 for the next level of heading instead of the real
155 level (i.e. `muse-header-2' instead of `muse-header-1' for "*
156 Heading"). Thanks to Lan Yufeng for finding this and sending a
159 * muse-regexps.el: Fix header.
162 ChangeLog muse-colors.el muse-regexps.el
165 2005-01-02 00:02:15 GMT Michael Olson <mwolson@member.fsf.org> patch-4
170 muse--main--1.0--patch-4
172 2005-01-01 Michael Olson <mwolson@gnu.org>
174 * ChangeLog: Move old ChangeLog to ChangeLog.2004. This new
175 version will be automatically maintained by Arch.
179 .arch-ids/ChangeLog.id ChangeLog
182 .arch-ids/ChangeLog.id
183 ==> .arch-ids/ChangeLog.2004.id
188 2004-12-30 07:26:48 GMT Michael Olson <mwolson@member.fsf.org> patch-3
191 Extended regexps fix, allow spaces in 1st part of links
193 muse--main--1.0--patch-3
195 2004-12-30 Michael Olson <mwolson@gnu.org>
197 * muse.el (muse-link-regexp): Allow spaces in the first part of
200 * muse-colors.el, muse-convert.el, muse-docbook.el: Use
201 customizable alternatives to extended character classes.
203 * muse-html.el, muse-mode.el, muse-publish.el: Ditto.
206 ChangeLog muse-colors.el muse-convert.el muse-docbook.el
207 muse-html.el muse-mode.el muse-publish.el muse.el
210 2004-12-30 02:18:07 GMT Michael Olson <mwolson@member.fsf.org> patch-2
213 Begin to change regexp handling, tweak muse.el header
215 muse--main--1.0--patch-2
217 2004-12-29 Michael Olson <mwolson@gnu.org>
219 * muse.el: Change Copyright notice to FSF. Change Maintainer to
222 * muse-regexps.el: New file that implements regexp handling.
223 Generalized regexp options will be moved to it eventually.
226 .arch-ids/muse-regexps.el.id muse-regexps.el
232 2004-12-30 01:49:50 GMT Michael Olson <mwolson@member.fsf.org> patch-1
235 Do some early spring cleaning
237 muse--main--1.0--patch-1
239 2004-12-29 Michael Olson <mwolson@gnu.org>
241 * Makefile: Change path to `publish' script.
243 * contrib/pcomplete.el: New file that is used by Muse without
244 actually being a part of it: hence its location in the contrib
247 * contrib/cgi.el, contrib/httpd.el: New location.
249 * examples/muse-johnw.el, examples/publish-johnw: Ditto.
251 * scripts/publish, scripts/publish-project: Ditto.
254 contrib/.arch-ids/=id contrib/.arch-ids/pcomplete.el.id
255 contrib/pcomplete.el examples/.arch-ids/=id
256 scripts/.arch-ids/=id
263 ==> contrib/.arch-ids/cgi.el.id
264 .arch-ids/httpd.el.id
265 ==> contrib/.arch-ids/httpd.el.id
266 .arch-ids/muse-johnw.el.id
267 ==> examples/.arch-ids/muse-johnw.el.id
268 .arch-ids/publish-johnw.id
269 ==> examples/.arch-ids/publish-johnw.id
270 .arch-ids/publish-project.id
271 ==> scripts/.arch-ids/publish-project.id
273 ==> scripts/.arch-ids/publish.id
279 ==> examples/muse-johnw.el
283 ==> examples/publish-johnw
285 ==> scripts/publish-project
288 contrib contrib/.arch-ids examples examples/.arch-ids scripts
292 2004-12-30 01:33:11 GMT Michael Olson <mwolson@member.fsf.org> base-0
295 tag of mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
297 muse--main--1.0--base-0
299 (automatically generated log message)
302 lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
303 lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
304 lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
305 lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
306 lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
307 mwolson@member.fsf.org--2004/muse--main--1.0--base-0
308 mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
309 mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
310 mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
311 mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
312 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
313 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
314 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
315 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
316 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
317 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
318 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
319 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8