Mention both Ubuntu and Debian throughout.
[muse-el.git] / ChangeLog
blob18b060934203e8817677b0e2961ef0bb0a36cf25
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2006/muse--main--1.0
5 2006-07-29 03:49:29 GMT Michael Olson <mwolson@gnu.org> patch-168
7     Summary:
8       Mention both Ubuntu and Debian throughout.
9     Revision:
10       muse--main--1.0--patch-168
12     * Makefile.defs, README, muse.texi: Mention Ubuntu wherever Debian is
13       mentioned.
15     modified files:
16      ChangeLog Makefile.defs README muse.texi
19 2006-07-27 22:28:13 GMT Michael Olson <mwolson@gnu.org> patch-167
21     Summary:
22       Fix #5899: muse-follow-name-at-mouse breaks mouse-yank-at-point.
23     Revision:
24       muse--main--1.0--patch-167
26     * lisp/muse-mode.el (muse-follow-name-at-mouse): Restore the point before
27       calling the fallback keybinding.  This fixes #5899.
28     
29     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
30       (muse-publish-mark-link): Docfix.
31       (muse-link-specials): Docfix.
33     modified files:
34      ChangeLog lisp/muse-mode.el lisp/muse-publish.el lisp/muse.el
37 2006-07-27 20:46:38 GMT Michael Olson <mwolson@gnu.org> patch-166
39     Summary:
40       Make C-c C-t publish the current file in a more sensible way.
41     Revision:
42       muse--main--1.0--patch-166
44     * lisp/muse-mode.el (muse-mode-map): Make C-c C-t call
45       muse-project-publish-this-file instead of muse-publish-this file.  Make
46       C-c C-T call the latter.
47       (muse-browse-result): Use `muse-project-get-applicable-styles'.
48       (muse-follow-name-at-point): Docfix.
49     
50     * lisp/muse-project.el (muse-project-get-applicable-style): New function
51       that prompts the user for a style if more than one style applies to the
52       given file.
53       (muse-project-publish-this-file): New function that publishes the
54       currently-visited file according to `muse-project-alist', prompting if
55       more than one style applies.
56     
57     * lisp/muse-publish.el (muse-publish-this-file): Docfix.
58     
59     * muse.texi (Keystroke Summary): Update for the changes made.  C-c C-c
60       was not previously documented.
62     modified files:
63      ChangeLog lisp/muse-mode.el lisp/muse-project.el
64      lisp/muse-publish.el muse.texi
67 2006-07-27 19:36:31 GMT Michael Olson <mwolson@gnu.org> patch-165
69     Summary:
70       Implement interactive insertion of URLs.
71     Revision:
72       muse--main--1.0--patch-165
74     * lisp/muse-mode.el (muse-insert-map): Add binding for muse-insert-url.
75       (muse-insert-thing): Add text for URL to prompt.
76       (muse-insert-relative-link-to-file): Docfix, style fix.
77       (muse-insert-url): New function that reads a URL and description from
78       the user.
79     
80     * muse.texi (Keystroke Summary): Mention insert-url keybinding.
82     modified files:
83      ChangeLog lisp/muse-mode.el muse.texi
86 2006-07-27 18:50:50 GMT Michael Olson <mwolson@gnu.org> patch-164
88     Summary:
89       Make escaping of brackets in links work properly.
90     Revision:
91       muse--main--1.0--patch-164
93     * lisp/muse-colors.el (muse-colors-explicit-link): If the link has
94       escaped characters, display them unescaped.
95     
96     * lisp/muse-mode.el (muse-make-link): Handle case where we are given no
97       link.
98       (muse-edit-link-at-point): Unescape the link before presenting it to
99       the user for editing.
100     
101     * lisp/muse-publish.el (muse-publish-escape-specials-in-string): Minor
102       coding style fix.
103       (muse-publish-url): Unescape the link description before doing further
104       transforms on it.  The link has already been unescaped.
105     
106     * lisp/muse.el (muse-sort-by-rating): Minor coding style fix.
107       (muse-escape-specials-in-string): New function that escapes specials in
108       a string.  This differs from Muse's other specials-escaping routines in
109       that it replaces strings rather than characters, and is reversible if
110       the specials are defined properly.
111       (muse-replace-regexp-in-string): Docfix.
112       (muse-link-specials): New variable containing the specials that Muse
113       uses to handle syntactic issues with link text.  Namely: brackets.  The
114       percent sign must also be escaped since it is used in the escaped text.
115       (muse-link-escape, muse-link-unescape): Call
116       muse-escape-specials-in-string.  Embarrassingly, these functions
117       previously had no effect before.
119     modified files:
120      ChangeLog lisp/muse-colors.el lisp/muse-mode.el
121      lisp/muse-publish.el lisp/muse.el
124 2006-07-09 18:28:25 GMT Michael Olson <mwolson@gnu.org> patch-163
126     Summary:
127       Make space around emdash optional.
128     Revision:
129       muse--main--1.0--patch-163
131     * lisp/muse-publish.el (muse-publish-markup-regexps): Make space around
132       emdash optional.
134     modified files:
135      ChangeLog lisp/muse-publish.el
138 2006-07-08 20:38:12 GMT Michael Olson <mwolson@gnu.org> patch-162
140     Summary:
141       muse-latex: Make publishing of <contents> tags optional.
142     Revision:
143       muse--main--1.0--patch-162
145     * lisp/muse-html.el (muse-html-insert-contents): Use nreverse rather than
146       reverse for a minor speed boost.
147     
148     * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header): Only
149       insert a table of contents when muse-latex-permit-contents-tag is nil.
150       (muse-latexcjk-header): Make comments do the right thing.
151       (muse-latex-permit-contents-tag): New option that specifies whether we
152       should take action on the <contents> tag.
153       (muse-latex-finalize-buffer): If muse-latex-permit-contents-tag is
154       non-nil, publish a table of contents in the place where the <contents>
155       tag is.
156     
157     * muse.texi (LaTeX): Bring up-to-date with new options.
159     modified files:
160      ChangeLog lisp/muse-html.el lisp/muse-latex.el muse.texi
163 2006-07-04 05:00:35 GMT Michael Olson <mwolson@gnu.org> patch-161
165     Summary:
166       Fix publishing bug introduced in last patch.
167     Revision:
168       muse--main--1.0--patch-161
170     * lisp/muse-project.el (muse-current-output-style): New variable that
171       holds the output style that is currently being used to publish a file.
172       (muse-project-page-file): When a subdirectory is used, only record
173       matches.  Sort using matches, not entire list.
174       (muse-project-resolve-link): Docfix.
175       (muse-project-current-output-style): New function that returns the
176       current output style.
177       (muse-project-link-page): Use the local output style, not the other
178       kind of style.
179       (muse-project-publish-file): Set muse-current-output-style.
180     
181     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use
182       muse-current-output-style.
184     modified files:
185      ChangeLog lisp/muse-project.el lisp/muse-wiki.el
188 2006-07-04 04:06:44 GMT Michael Olson <mwolson@gnu.org> patch-160
190     Summary:
191       Make links to files in subdirectories work.
192     Revision:
193       muse--main--1.0--patch-160
195     * lisp/muse-project.el (muse-project-alist-styles): Fix stray comment.
196       (muse-project-page-file): Change to a defun.  Handle files with the
197       same name but in different directories.  Handle case where a
198       subdirectory is given in a link.
199       (muse-project-choose-style-by-link-suffix): Move from muse-wiki.el.
200       (muse-project-applicable-styles): Sort entries according to how late in
201       the string the match for the include regexp occurs.
202       (muse-project-resolve-link): Moved from muse-wiki.el.  Strip
203       subdirectory from page because we have already determined the correct
204       path.
205       (muse-project-link-page): New function that resolves a link to a page
206       in the same project.
207     
208     * lisp/muse-publish.el (muse-publish-link-page): Simple wrapper for
209       muse-project-link-page.
210       (muse-publish-classify-url): Use muse-publish-link-page.
211     
212     * lisp/muse-regexps.el (muse-file-regexp): Don't match subdirectory
213       links.
214     
215     * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix)
216       (muse-wiki-resolve-project-page-1): Move to muse-project.el.
217       (muse-wiki-resolve-project-page): Use muse-project-resolve-link.
218     
219     * lisp/muse.el (muse-collect-alist): New function that is like assoc, but
220       returns a list of matches.
221       (muse-sort-with-closure): New convenience macro for using `sort' with a
222       closure argument.
223       (muse-sort-by-rating): New function that takes a rating list and sorts
224       it, discarding the rating.
225     
226     * muse.texi (Projects): Mention that you can use regexps in place of
227       directory names in project entries.  Caught that when source-diving.
229     modified files:
230      ChangeLog lisp/muse-project.el lisp/muse-publish.el
231      lisp/muse-regexps.el lisp/muse-wiki.el lisp/muse.el muse.texi
234 2006-07-03 01:33:17 GMT Michael Olson <mwolson@gnu.org> patch-159
236     Summary:
237       Fix publishing of blank table fields.
238     Revision:
239       muse--main--1.0--patch-159
241     * lisp/muse-regexps.el (muse-table-field-regexp): Make publishing blank
242       fields work properly.
244     modified files:
245      ChangeLog lisp/muse-regexps.el
248 2006-07-03 00:39:47 GMT Michael Olson <mwolson@gnu.org> patch-158
250     Summary:
251       Make muse-publish-markup-buffer usable even with no current file.
252     Revision:
253       muse--main--1.0--patch-158
255     * lisp/muse-publish.el (muse-publish-markup-buffer): Make this work even
256       if no file is associated with the buffer.  Thanks to dds for the fix.
258     modified files:
259      ChangeLog lisp/muse-publish.el
262 2006-06-26 18:13:59 GMT Michael Olson <mwolson@gnu.org> patch-157
264     Summary:
265       Don't use illegal C-c i keybinding.
266     Revision:
267       muse--main--1.0--patch-157
269     * lisp/muse-mode.el (muse-mode-map): Remove "C-c i" binding and use "C-c
270       TAB" for that purpose instead.  Thanks to Adrian Aichner for the
271       report.
272     
273     * muse.texi (Keystroke Summary): Update documentation for the above
274       change.
276     modified files:
277      ChangeLog lisp/muse-mode.el muse.texi
280 2006-06-12 13:58:59 GMT Michael Olson <mwolson@gnu.org> patch-156
282     Summary:
283       Improve ignored files regexp.
284     Revision:
285       muse--main--1.0--patch-156
287     * lisp/muse-project.el (muse-project-ignore-regexp): Ignore Darcs and SVN
288       metadata directories, and use a better matching technique for autosave
289       files.  Previously, files with '#' in them were ignored erroneously.
291     modified files:
292      ChangeLog lisp/muse-project.el
295 2006-06-12 13:55:17 GMT Michael Olson <mwolson@gnu.org> patch-155
297     Summary:
298       Provide example for <include> in Muse manual.
299     Revision:
300       muse--main--1.0--patch-155
302     * muse.texi (Tag Summary): Give an example of using the <include> tag.
304     modified files:
305      ChangeLog muse.texi
308 2006-06-10 06:49:08 GMT Michael Olson <mwolson@gnu.org> patch-154
310     Summary:
311       Make PDF version of the Muse manual be generated correctly.
312     Revision:
313       muse--main--1.0--patch-154
315     * muse.texi (Tag Summary): Use a slightly different syntax for the table
316       items.  Even though texinfo published the HTML version correctly, the
317       PDF version was not working.  Thanks to mirko.vukovic for the report.
319     modified files:
320      ChangeLog muse.texi
323 2006-06-03 23:38:12 GMT Michael Olson <mwolson@gnu.org> patch-153
325     Summary:
326       Fix bug introduced in last patch.
327     Revision:
328       muse--main--1.0--patch-153
330     * muse-publish.el (muse-publish-include-tag): Fix bug introduced in last
331       patch.
333     modified files:
334      ChangeLog lisp/muse-publish.el
337 2006-06-03 21:18:35 GMT Michael Olson <mwolson@gnu.org> patch-152
339     Summary:
340       Move Debian stuff into its own branch.
341     Revision:
342       muse--main--1.0--patch-152
344     * debian: Moved to muse--debian--0.
346     removed files:
347      debian/.arch-ids/=id debian/.arch-ids/NEWS.id
348      debian/.arch-ids/changelog.id debian/.arch-ids/compat.id
349      debian/.arch-ids/control.id debian/.arch-ids/copyright.id
350      debian/.arch-ids/emacsen-install.id
351      debian/.arch-ids/emacsen-remove.id
352      debian/.arch-ids/emacsen-startup.id
353      debian/.arch-ids/muse-el.dirs.id
354      debian/.arch-ids/muse-el.docs.id
355      debian/.arch-ids/muse-el.examples.id
356      debian/.arch-ids/muse-el.info.id debian/.arch-ids/rules.id
357      debian/NEWS debian/changelog debian/compat debian/control
358      debian/copyright debian/emacsen-install debian/emacsen-remove
359      debian/emacsen-startup debian/muse-el.dirs debian/muse-el.docs
360      debian/muse-el.examples debian/muse-el.info debian/rules
362     modified files:
363      ChangeLog
365     removed directories:
366      debian debian/.arch-ids
369 2006-06-03 21:12:36 GMT Michael Olson <mwolson@gnu.org> patch-151
371     Summary:
372       Provide some markup shortcuts for the <include> tag.
373     Revision:
374       muse--main--1.0--patch-151
376     * lisp/muse-publish.el (muse-publish-examplify-buffer): New function that
377       transforms the current buffer as if it were an <example> region.
378       (muse-publish-versify-buffer): Ditto, but for <verse> regions.
379       (muse-publish-include-tag): Docfix.  Support special cases for
380       markup="example" and markup="verse".
381     
382     * muse.texi (Tag Summary): Update for new <include> shortcuts.
384     modified files:
385      ChangeLog lisp/muse-publish.el muse.texi
388 2006-06-01 04:14:45 GMT Michael Olson <mwolson@gnu.org> patch-150
390     Summary:
391       Really update ChangeLog.2005.
392     Revision:
393       muse--main--1.0--patch-150
395     * ChangeLog.2005: Really update this.
397     new files:
398      .arch-ids/ChangeLog.2005.id ChangeLog.2005
400     removed files:
401      .arch-ids/ChangeLog.2005.id ChangeLog.2005
403     modified files:
404      .arch-ids/muse.texi.id ChangeLog
407 2006-06-01 04:05:33 GMT Michael Olson <mwolson@gnu.org> patch-149
409     Summary:
410       Second attempt at fixing XEmacs beta problem.
411     Revision:
412       muse--main--1.0--patch-149
414     * lisp/Makefile (ELC): Revert previous change, now that I have a hunch
415       about what causes the problem.
416     
417     * lisp/muse-publish.el (muse-publish-markup-regexps): Move anchor markup
418       lower to future-proof an idea that I have.
419       (muse-style-element): Make this a function instead of a substitution,
420       especially since it is potentially recursive.
422     modified files:
423      ChangeLog ChangeLog.2005 lisp/Makefile lisp/muse-publish.el
426 2006-06-01 03:47:49 GMT Michael Olson <mwolson@gnu.org> patch-148
428     Summary:
429       Update ChangeLogs.
430     Revision:
431       muse--main--1.0--patch-148
433     * ChangeLog: Rename from ChangeLog.2006 to follow Emacs conventions.
434     
435     * ChangeLog.2005: Mention ChangeLog.2004 for earlier changes.
436     
437     * lisp/muse-regexps.el: Add a few comments.
438     
439     * muse.texi (Tag Summary): Add example of <tag /> use.
441     modified files:
442      ChangeLog ChangeLog.2005 lisp/muse-regexps.el muse.texi
445 2006-06-01 03:44:00 GMT Michael Olson <mwolson@gnu.org> patch-147
447     Summary:
448       Try to work around a bug in XEmacs beta.
449     Revision:
450       muse--main--1.0--patch-147
452     * lisp/Makefile (ELC): Compile muse-publish.el first, to try to work
453       around a bug in XEmacs beta.
455     modified files:
456      ChangeLog lisp/Makefile
459 2006-05-30 18:21:51 GMT Michael Olson <mwolson@gnu.org> patch-146
461     Summary:
462       Fix tag-publishing in <insert> and <markup>.
463     Revision:
464       muse--main--1.0--patch-146
466     * lisp/muse-publish.el (muse-insert-file-or-string): Don't set
467       muse-publish-markup-tags, since that messes other things up for
468       <markup> and <insert>.
469       (muse-inhibit-style-tags): New variable that specifies whether to
470       disable looking for tag definitions that are specific to the current
471       style.  This is useful for publishing headers and footers.
472       (muse-publish-markup-tag): Use `muse-inhibit-style-tags', but disable
473       it unconditionally when calling a tag's function, so that the effect
474       does not propagate.
475     
476     * lisp/muse.el (muse-file-remote-p): New function that detects whether
477       the given file path is a remote location.  This is not used yet.
479     modified files:
480      ChangeLog lisp/muse-publish.el lisp/muse.el
483 2006-05-30 00:19:37 GMT Michael Olson <mwolson@gnu.org> patch-145
485     Summary:
486       Rename muse-convert.el to muse-latex-convert.el.
487     Revision:
488       muse--main--1.0--patch-145
490     * lisp/muse-convert-latex.el: Rename from muse-convert.el, since more
491       files of this nature are expected in the future.
493     modified files:
494      ChangeLog Makefile.defs debian/changelog
495      lisp/muse-convert-latex.el
497     renamed files:
498      lisp/.arch-ids/muse-convert.el.id
499        ==> lisp/.arch-ids/muse-convert-latex.el.id
500      lisp/muse-convert.el
501        ==> lisp/muse-convert-latex.el
504 2006-05-29 21:34:34 GMT Michael Olson <mwolson@gnu.org> patch-144
506     Summary:
507       List all tags in Muse's documentation.
508     Revision:
509       muse--main--1.0--patch-144
511     * lisp/muse-publish.el (muse-publish-markup-region): Remove cruft that I
512       was trying out.
513       (muse-publish-contents-depth): New option that specifies the maximum
514       depth of headings to include with <contents> tags.
515       (muse-publish-contents-tag): Use it.
516       (muse-publish-include-tag): Docfix.
517     
518     * muse.texi (Paragraphs): Mention <center> and <quote> tags.
519       (Tag Summary): New section that defines the syntax used for tags and
520       gives a complete listing of all of the tags that Muse comes with, as
521       well as some documentation for each tag.
522       (HTML): Update documentation.
524     modified files:
525      ChangeLog lisp/muse-publish.el muse.texi
528 2006-05-29 18:48:41 GMT Michael Olson <mwolson@gnu.org> patch-143
530     Summary:
531       Implement <include> and <markup> tags.
532     Revision:
533       muse--main--1.0--patch-143
535     * lisp/muse-html.el (muse-html-markup-regexps): Make paragraph detection
536       work better when a paragraph follows some other markup, especially
537       tables.
538     
539     * lisp/muse-publish.el (muse-publish-markup-tags): Add <include> and
540       <markup> tags.
541       (muse-publish-markup): Fix edge case.
542       (muse-publish-markup-header-footer-tags): New option that specifies
543       which tags may be used when publishing headers and footers.
544       (muse-insert-file-or-string): Use
545       muse-publish-markup-header-footer-tags instead of a hard-coded value.
546       (muse-publish-markup-region): Make title and style arguments optional,
547       so that this is easier to use.
548       (muse-publish-include-tag): Implement <include> tag.  I've tested all
549       of the cases I can think of, and it works.
550       (muse-publish-mark-up-tag): Implement <markup> tag.  This is handy for
551       times when you want to publish Muse markup in headers and footers.
552       Adding a table of contents to a header should be particularly easy now.
554     modified files:
555      ChangeLog lisp/muse-html.el lisp/muse-publish.el
558 2006-05-29 14:59:31 GMT Michael Olson <mwolson@gnu.org> patch-142
560     Summary:
561       Make ChangeLog conform to conventions better.
562     Revision:
563       muse--main--1.0--patch-142
565     * ChangeLog: Renamed from ChangeLog.2006 in order to follow Emacs
566       conventions better.  Specify the buffer encoding.  Add helpful notices
567       near the bottom of this and ChangeLog.2005.
569     modified files:
570      ChangeLog ChangeLog.2004 ChangeLog.2005 debian/rules
571      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/base-0
573     renamed files:
574      .arch-ids/ChangeLog.2006.id
575        ==> .arch-ids/ChangeLog.id
576      ChangeLog.2006
577        ==> ChangeLog
580 2006-05-28 07:45:09 GMT Michael Olson <mwolson@gnu.org> patch-141
582     Summary:
583       Provide explanation of how to invoke getstamps.py.
584     Revision:
585       muse--main--1.0--patch-141
587     * contrib/pyblosxom/getstamps.py: Strip the Muse file extension when
588       writing the timestamps file.
589     
590     * contrib/pyblosxom/make-blog: New example script that shows how to
591       invoke getstamps.py.
592     
593     * examples/mwolson/stylesheets/common.css: Update.
594     
595     * muse.texi (Blosxom Requirements): Mention the new example script.
596       Additionally, explain how to call getstamps.py.
598     new files:
599      contrib/pyblosxom/.arch-ids/make-blog.id
600      contrib/pyblosxom/make-blog
602     modified files:
603      ChangeLog.2006 contrib/pyblosxom/getstamps.py
604      examples/mwolson/stylesheets/common.css muse.texi
607 2006-05-28 06:40:46 GMT Michael Olson <mwolson@gnu.org> patch-140
609     Summary:
610       muse-blosxom: Perform extra check on category in new entry.
611     Revision:
612       muse--main--1.0--patch-140
614     * lisp/muse-blosxom.el (muse-blosxom-new-entry): Make it impossible to
615       write an invalid categories line, which could cause other mysterious
616       troubles later on.
618     modified files:
619      ChangeLog.2006 lisp/muse-blosxom.el
622 2006-05-28 06:31:11 GMT Michael Olson <mwolson@gnu.org> patch-139
624     Summary:
625       Improve documentation in the included pyblosxom plug-ins.
626     Revision:
627       muse--main--1.0--patch-139
629     * contrib/pyblosxom/getstamps.py, hardcodedates.py: Improve
630       documentation.  The initial wording was very confusing.
632     modified files:
633      ChangeLog.2006 contrib/pyblosxom/getstamps.py
634      contrib/pyblosxom/hardcodedates.py
637 2006-05-27 06:25:32 GMT Michael Olson <mwolson@gnu.org> patch-138
639     Summary:
640       Minor tweak in my example CSS stylesheet.
641     Revision:
642       muse--main--1.0--patch-138
644     * examples/mwolson/stylesheets/common.css: Be careful about
645       distinguishing between links and anchors.
647     modified files:
648      ChangeLog.2006 examples/mwolson/stylesheets/common.css
651 2006-05-26 14:38:01 GMT Michael Olson <mwolson@gnu.org> patch-137
653     Summary:
654       Use better fallback when displaying warnings.
655     Revision:
656       muse--main--1.0--patch-137
658     * lisp/muse.el (muse-display-warning): Use a better fallback if
659       `display-warning' does not exist.
661     modified files:
662      ChangeLog.2006 lisp/muse.el
665 2006-05-25 21:23:55 GMT Michael Olson <mwolson@gnu.org> patch-136
667     Summary:
668       Make the Table of Contents CSS easier to customize.
669     Revision:
670       muse--main--1.0--patch-136
672     * examples/mwolson/muse-init.el (muse-bad-link): Update.
673     
674     * examples/mwolson/stylesheets/*.css: Update and add license.
675     
676     * lisp/muse-html.el (muse-html-insert-contents): Surround contents with
677       <div> section for easier CSS hacking.  Remove the class attribute of
678       other elements, since we don't need it anymore.
680     modified files:
681      ChangeLog.2006 Makefile.defs debian/changelog
682      examples/mwolson/muse-init.el
683      examples/mwolson/stylesheets/blog.css
684      examples/mwolson/stylesheets/common.css
685      examples/mwolson/stylesheets/print.css
686      examples/mwolson/stylesheets/screen.css lisp/muse-html.el
689 2006-05-24 03:30:40 GMT Michael Olson <mwolson@gnu.org> patch-135
691     Summary:
692       Fix a potential unbounded recursive call.
693     Revision:
694       muse--main--1.0--patch-135
696     * lisp/muse-project.el (muse-updating-file-alist-p): New variable that
697       prevents calls to muse-project-file-alist in its hook functions from
698       going into an infinite loop.
699       (muse-project-file-alist): Use it.
700     
701     * lisp/muse-wiki.el (muse-wiki-updating-wikiword-p): Remove.  This is now
702       handled in muse-project.el.
703       (muse-wiki-update-local-wikiword-regexp): Remove the use of
704       muse-wiki-updating-wikiword-p.
706     modified files:
707      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
710 2006-05-23 18:10:49 GMT Michael Olson <mwolson@gnu.org> patch-134
712     Summary:
713       Try not to call tramp during publishing.
714     Revision:
715       muse--main--1.0--patch-134
717     * lisp/muse-publish.el (muse-insert-file-or-string): Do not call
718       file-readable-p on text that has a newline in it, because this could
719       cause tramp to be invoked.
721     modified files:
722      ChangeLog.2006 lisp/muse-publish.el
725 2006-05-23 15:30:02 GMT Michael Olson <mwolson@gnu.org> patch-133
727     Summary:
728       Make links colored blue by default.
729     Revision:
730       muse--main--1.0--patch-133
732     * lisp/muse-colors.el (muse-link): Make links blue by default, like most
733       other Emacs modes do.
735     modified files:
736      ChangeLog.2006 lisp/muse-colors.el
739 2006-05-23 14:24:58 GMT Michael Olson <mwolson@gnu.org> patch-132
741     Summary:
742       Fix publishing error with tables and initial whitespace.
743     Revision:
744       muse--main--1.0--patch-132
746     * lisp/muse-publish.el (muse-publish-markup-regexps): Move table rule
747       above blockquote and centered text, so that indented but blank initial
748       table fields publish correctly.
749     
750     * lisp/muse-regexps.el (muse-table-line-regexp): Make this much simpler.
751       We accept anything that has at least one field delimiter.
753     modified files:
754      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
757 2006-05-18 06:58:58 GMT Michael Olson <mwolson@gnu.org> patch-131
759     Summary:
760       Add muse-protocol-iw.el to experimental folder.
761     Revision:
762       muse--main--1.0--patch-131
764     * experimental/muse-protocol-iw.el: New experimental file that implements
765       an interwiki protocol of sorts that handles subdirectories.
767     new files:
768      experimental/.arch-ids/muse-protocol-iw.el.id
769      experimental/muse-protocol-iw.el
771     modified files:
772      AUTHORS ChangeLog.2006 experimental/muse-split.el
775 2006-05-18 06:43:30 GMT Michael Olson <mwolson@gnu.org> patch-130
777     Summary:
778       Add muse-split.el to experimental folder.
779     Revision:
780       muse--main--1.0--patch-130
782     * experimental/muse-split.el: New experimental file that splits published
783       Muse files into several smaller files.
785     new files:
786      experimental/.arch-ids/muse-split.el.id
787      experimental/muse-split.el
789     modified files:
790      AUTHORS ChangeLog.2006 Makefile.defs debian/changelog
791      debian/control
794 2006-05-18 06:03:49 GMT Michael Olson <mwolson@gnu.org> patch-129
796     Summary:
797       muse-wiki: Make the interwiki resolver a bit more clever.
798     Revision:
799       muse--main--1.0--patch-129
801     * lisp/muse-project.el (muse-project-choose-style): New function that
802       chooses a style from a list of styles, given a user-supplied test.
803     
804     * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix): New function
805       that is used along with `muse-project-choose-style' to pick the first
806       style that matches a given value for :link-prefix.
807       (muse-wiki-resolve-project-page-1): New function split from
808       `muse-wiki-resolve-project-page' for readability.  Try to match files
809       that have the same link-suffix.  This should hopefully fix a bug
810       noticed by Hans Ekbrand.
812     modified files:
813      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
816 2006-05-18 01:24:04 GMT Michael Olson <mwolson@gnu.org> patch-128
818     Summary:
819       Fix bug where links with :: in them were marked up as lists.
820     Revision:
821       muse--main--1.0--patch-128
823     * lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
824       Change noemphasis property to muse-link.
825     
826     * lisp/muse.el (muse-forward-list-item): Respect muse-link property.
827     
828     * lisp/muse-publish.el (muse-publish-surround-text)
829       (muse-publish-markup-list): Ditto.  This should fix a bug.
830       (muse-publish-markup-list): Docfix.
831       (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.
832     
833     * lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
834       There must be either one or more spaces or a single newline after the
835       colons.  This prevents an ambiguity with the double-colon muse-wiki
836       interwiki delimiter.
838     modified files:
839      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
840      lisp/muse-regexps.el lisp/muse-xml-common.el lisp/muse.el
843 2006-05-17 21:27:19 GMT Michael Olson <mwolson@gnu.org> patch-127
845     Summary:
846       DTRT with explicit links that have no description.
847     Revision:
848       muse--main--1.0--patch-127
850     * lisp/muse-publish.el (muse-publish-markup-link): If we are given an
851       explicit link without a description, use the name of the linked page.
853     modified files:
854      ChangeLog.2006 lisp/muse-publish.el
857 2006-05-16 15:53:56 GMT Michael Olson <mwolson@gnu.org> patch-126
859     Summary:
860       Fix emdash in link description bug.
861     Revision:
862       muse--main--1.0--patch-126
864     * lisp/muse-publish.el (muse-publish-markup-emdash): Don't markup emdash
865       if we are in a link, since otherwise it will be incorrectly escaped.
866       Thanks to Chiyuan Zhang for the report.
868     modified files:
869      ChangeLog.2006 Makefile.defs debian/changelog
870      lisp/muse-publish.el
873 2006-05-12 04:16:43 GMT Michael Olson <mwolson@gnu.org> patch-125
875     Summary:
876       Fix #5925: Emphasis on item breaks lists.
877     Revision:
878       muse--main--1.0--patch-125
880     * lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
881       as the browsing function.
882     
883     * lisp/muse-mode.el (muse-browse-result): Only include styles that match
884       the current file.
885     
886     * lisp/muse.el (muse-list-item-critical-point): Take a new argument named
887       `offset' into account, in case the list-item regexp is nested in
888       another group.
889       (muse-forward-list-item): Call `muse-list-item-critical-point' with an
890       offset of 1.  This should fix an unpleasant list-as-blockquote error
891       that was noticed recently.  Thanks to John Sullivan for the report.
893     modified files:
894      ChangeLog.2006 lisp/muse-blosxom.el lisp/muse-mode.el
895      lisp/muse.el
898 2006-05-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
900     Summary:
901       Fix a couple of beginning-of-buffer errors.
902     Revision:
903       muse--main--1.0--patch-124
905     * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
906       don't throw an error if at the beginning of the buffer.  Thanks to John
907       Sullivan for the report.
909     modified files:
910      ChangeLog.2006 lisp/muse-mode.el
913 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
915     Summary:
916       muse.texi: Change use of @subsubheading to @subheading.
917     Revision:
918       muse--main--1.0--patch-123
920     * muse.texi: Change use of @subsubheading to @subheading throughout
921       document.
923     modified files:
924      ChangeLog.2006 muse.texi
927 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
929     Summary:
930       muse.texi: Change subsections to subheadings.
931     Revision:
932       muse--main--1.0--patch-122
934     (Author: John Sullivan <john@wjsullivan.net>)
935     
936     * muse.texi: Change @subsection and @strong to @subheading throughout
937       document.
939     modified files:
940      ChangeLog.2006 Makefile.defs debian/changelog muse.texi
942     new patches:
943      john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
944      john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
945      john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
948 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
950     Summary:
951       Update keystrokes used in muse-mode, as well as docs.
952     Revision:
953       muse--main--1.0--patch-121
955     * lisp/muse-mode.el (muse-insert-map): New variable that defines the
956       keymap to use when the user wants to insert something into the current
957       buffer using `C-c i'.
958       (muse-mode-map): Sort keys somewhat.  Remove binding of `C-c C-v' to
959       muse-follow-name-at-point, since this is already used for
960       muse-browse-result.  Call `muse-insert-thing' on `C-c i', which will
961       prompt for the thing to insert.
962       (muse-insert-thing): New function that prompts the user for something
963       to insert into the current buffer.  It tries to be as friendly as
964       possible by catching possible errors with the message "Not inserting
965       anything".
966       (muse-mode-completions): Rename from `muse-completions', since this is
967       what we use in `muse-mode'.
968       (muse-mode-current-word): Similarly.  These don't seem to work
969       correctly, for unknown reasons.
970     
971     * muse.texi (Keystroke Summary): Update to include all keystrokes that we
972       utilize.
974     modified files:
975      ChangeLog.2006 lisp/muse-mode.el muse.texi
978 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
980     Summary:
981       Fix buggy behavior in muse-browse-result.
982     Revision:
983       muse--main--1.0--patch-120
985     * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
986       names to styles, based on the styles contained in the current Muse
987       project.  Thanks to kid kid for the analysis.
988     
989     * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
990       specified as an argument.
992     modified files:
993      ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
996 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
998     Summary:
999       muse-latex: Make images look better.
1000     Revision:
1001       muse--main--1.0--patch-119
1003     * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
1004       be 75% the width of the page, which looks better.  Enclose images in
1005       figures, and center them.
1007     modified files:
1008      ChangeLog.2006 lisp/muse-latex.el
1011 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
1013     Summary:
1014       Fix a few image bugs.
1015     Revision:
1016       muse--main--1.0--patch-118
1018     * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
1019       passing it to `muse-colors-inline-image-method'.  This makes images
1020       with the same current directory and publishing directory get resolved
1021       correctly.
1022     
1023     * lisp/muse-project.el (muse-project-find-file): Don't try to add a
1024       ".muse" extension to images.
1026     modified files:
1027      ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
1030 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
1032     Summary:
1033       Make build targets more consistent.
1034     Revision:
1035       muse--main--1.0--patch-117
1037     * contrib/Makefile (install): Make build targets more consistent.  Thanks
1038       to dsmith for the report.
1039     
1040     * lisp/Makefile (all, lisp, install): Ditto.
1042     modified files:
1043      ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
1044      lisp/Makefile
1047 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
1049     Summary:
1050       cgi.el: Make this work without cl-seq.el.
1051     Revision:
1052       muse--main--1.0--patch-116
1054     * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
1055       code.  Make this not depend on 'cl at runtime.
1056       (cgi-position): New function that implements a simple replacement for
1057       the position function found in cl-seq.el.
1058       (cgi-decode): Use `cgi-position' instead of `position' and `substring'
1059       instead of `subseq'.
1060     
1061     * contrib/httpd.el: Credit myself.
1063     modified files:
1064      ChangeLog.2006 contrib/cgi.el contrib/httpd.el
1067 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
1069     Summary:
1070       Make publishing DTRT when using escaped list markup.
1071     Revision:
1072       muse--main--1.0--patch-115
1074     * lisp/muse-publish.el (muse-publish-surround-text)
1075       (muse-publish-markup-list): Ignore escaped list markup.
1076     
1077     * lisp/muse.el (muse-list-item-type): Docfix.
1078       (muse-list-item-critical-point): New function that returns the point
1079       where we should expect to find the first character in the current list
1080       item markup.
1081       (muse-forward-paragraph): Docfix and cosmetic change.
1082       (muse-forward-list-item): Ignore escaped list markup.  This should fix
1083       a few publishing errors that involve markup like =::=.
1085     modified files:
1086      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1089 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
1091     Summary:
1092       muse-publish: Get rid of warning when batch publishing.
1093     Revision:
1094       muse--main--1.0--patch-114
1096     * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
1097       publishing warning message.
1099     modified files:
1100      ChangeLog.2006 Makefile.defs debian/changelog
1101      lisp/muse-publish.el
1104 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
1106     Summary:
1107       Try to fix face clobbering bug.
1108     Revision:
1109       muse--main--1.0--patch-113
1111     * lisp/muse-colors.el (muse-make-faces-default): New function that sets
1112       the default value of the header faces.  It can be re-used.
1113       (muse-make-faces): Simplify.  This should now fix the face clobbering
1114       bug.
1116     modified files:
1117      ChangeLog.2006 lisp/muse-colors.el
1120 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
1122     Summary:
1123       Re-add some cgi.el stuff and update my example config.
1124     Revision:
1125       muse--main--1.0--patch-112
1127     * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
1128       they are mentioned in the documentation.
1129     
1130     * examples/mwolson/: Update.
1132     modified files:
1133      ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
1134      examples/mwolson/templates/footer.html
1135      examples/mwolson/templates/header.html
1138 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
1140     Summary:
1141       muse-mode: Make C-c C-e work better.
1142     Revision:
1143       muse--main--1.0--patch-111
1145     * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
1146       that this is more robust.
1148     modified files:
1149      ChangeLog.2006 lisp/muse-mode.el
1152 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
1154     Summary:
1155       muse-latex: Don't escape backslash in <example> regions.
1156     Revision:
1157       muse--main--1.0--patch-110
1159     * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
1160       to escape the backslash after all.
1161       (muse-latex-markup-specials-literal): Docfix.
1162     
1163     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
1165     modified files:
1166      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1169 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
1171     Summary:
1172       Allow tab characters in the target of explicit links.
1173     Revision:
1174       muse--main--1.0--patch-109
1176     * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
1177       in the link target.  This doesn't seem like it could hurt anything, and
1178       prevents unexpected behavior.  Thanks to rubikitch AT ruby-lang.org for
1179       the report.
1181     modified files:
1182      ChangeLog.2006 lisp/muse-regexps.el
1185 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
1187     Summary:
1188       muse-wiki: Fix bug that caused WikiWords not to publish or display.
1189     Revision:
1190       muse--main--1.0--patch-108
1192     * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
1194     modified files:
1195      ChangeLog.2006 Makefile.defs debian/changelog
1196      lisp/muse-wiki.el
1199 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
1201     Summary:
1202       Fix horrendous typo.
1203     Revision:
1204       muse--main--1.0--patch-107
1206     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
1207       strangeness.
1209     modified files:
1210      ChangeLog.2006 lisp/muse-publish.el
1213 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
1215     Summary:
1216       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
1217     Revision:
1218       muse--main--1.0--patch-106
1220     (Author: Per B. Sederberg <per@med.upenn.edu>)
1221     
1222     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
1223       Option to not create implicit links to the current page.
1224       (muse-wiki-handle-wikiword): Process the option to not create implicit
1225       links to the current page.
1227     modified files:
1228      ChangeLog.2006 Makefile.defs debian/changelog
1229      lisp/muse-wiki.el
1231     new patches:
1232      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
1235 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
1237     Summary:
1238       Try to fix failure to recognize Muse file extension (6th attempt).
1239     Revision:
1240       muse--main--1.0--patch-105
1242     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
1243       init file is loaded.
1244       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
1245       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
1246     
1247     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
1248       user's init file is loaded.  Explicitly add the Muse file extension
1249       when muse.el is loaded, to make life simpler.
1250       (muse-update-file-extension): Take several edge cases into account.
1251       (muse-file-extension): Docfix.
1252       (muse-update-file-extension-after-init): New function that causes the
1253       file extension to be updated.
1254     
1255     * muse.texi (Projects): It is no longer necessary to call
1256       `muse-mode-maybe' manually.
1258     modified files:
1259      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
1262 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
1264     Summary:
1265       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
1266     Revision:
1267       muse--main--1.0--patch-104
1269     (Author: Per B. Sederberg <per@med.upenn.edu>)
1270     
1271     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
1272       to return a list of project files that have spaces.
1273       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
1274       spaces function.  Don't make this buffer-local.
1276     modified files:
1277      ChangeLog.2006 lisp/muse-wiki.el
1279     new patches:
1280      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
1281      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
1282      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
1283      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
1284      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
1287 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
1289     Summary:
1290       Try to fix failure to recognize Muse file extension (5th attempt).
1291     Revision:
1292       muse--main--1.0--patch-103
1294     * lisp/muse.el: To detect whether Emacs has fully started, check
1295       `command-line-processed' instead of `inhibit-startup-hooks', since the
1296       latter only exists for Emacs22.
1298     modified files:
1299      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
1302 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
1304     Summary:
1305       muse-html: Add :style-sheet element.
1306     Revision:
1307       muse--main--1.0--patch-102
1309     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
1310       :style-sheet element.
1311       ("html", "xhtml"): Add the :style-sheet element.
1312     
1313     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
1314       style already exists.  Instead, just replace the existing style.
1315       (muse-derive-style): Ditto.
1316     
1317     * muse.texi (Style Elements): Mention :style-sheet.
1319     modified files:
1320      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
1321      muse.texi
1324 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
1326     Summary:
1327       Try to fix failure to recognize Muse file extension (4th attempt).
1328     Revision:
1329       muse--main--1.0--patch-101
1331     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
1332       the command line.
1334     modified files:
1335      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
1338 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
1340     Summary:
1341       Try to fix failure to recognize Muse file extension (3rd attempt).
1342     Revision:
1343       muse--main--1.0--patch-100
1345     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
1347     modified files:
1348      ChangeLog.2006 lisp/muse.el
1351 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
1353     Summary:
1354       Try to fix failure to recognize Muse file extension (2nd attempt).
1355     Revision:
1356       muse--main--1.0--patch-99
1358     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
1359       auto-mode-alist.
1361     modified files:
1362      ChangeLog.2006 lisp/muse.el
1365 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
1367     Summary:
1368       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
1369     Revision:
1370       muse--main--1.0--patch-98
1372     (Author: Per B. Sederberg <per@med.upenn.edu>)
1373     
1374     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
1375       interwiki-regexp to search for any project file name.  This is so it
1376       will match files with spaces.
1378     modified files:
1379      ChangeLog.2006 lisp/muse-wiki.el
1381     new patches:
1382      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
1383      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
1384      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
1385      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
1386      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
1387      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
1388      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
1391 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
1393     Summary:
1394       Try to fix failure to recognize Muse file extension.
1395     Revision:
1396       muse--main--1.0--patch-97
1398     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
1399       of semantics.
1400     
1401     * lisp/muse.el: Call muse-update-file-extension in
1402       muse-update-values-hook, instead of
1403       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
1404       emacs-startup-hook, so that the user has time to set this in their
1405       .emacs file.
1407     modified files:
1408      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1411 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
1413     Summary:
1414       Make things in contrib directory installable.
1415     Revision:
1416       muse--main--1.0--patch-96
1418     * Makefile (SUBDIRS): Add contrib.
1419       (all): Add contrib.
1420       (contrib): New target that compiles things in the contrib directory.
1421       (install-bin): Add contrib.  Install things in the contrib directory.
1422       Also install uncompiled things in the experimental directory.
1423     
1424     * contrib/Makefile: New Makefile for the contrib directory.
1425     
1426     * contrib/httpd.el (httpd-start): Fix compiler warnings.
1427     
1428     * debian/emacsen-install: Compile files in contrib directory in addition
1429       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
1430     
1431     * debian/emacsen-startup: Add contrib directory to load-path.
1432     
1433     * experimental/Makefile (test): Remove target.
1434       (install-uncompiled): New target that installs uncompiled files.
1435     
1436     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
1437       (muse-update-file-extension): Fix a warning that occurred when doing
1438       batch publishing.
1440     new files:
1441      contrib/.arch-ids/Makefile.id contrib/Makefile
1443     modified files:
1444      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
1445      debian/changelog debian/emacsen-install debian/emacsen-startup
1446      experimental/Makefile lisp/muse.el muse.texi
1449 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
1451     Summary:
1452       Remove muse-registry.el.
1453     Revision:
1454       muse--main--1.0--patch-95
1456     * lisp/muse-registry.el: Move to the Planner project, since it is a
1457       better fit with Planner than Muse.
1459     removed files:
1460      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
1462     modified files:
1463      AUTHORS ChangeLog.2006
1466 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
1468     Summary:
1469       Prepare Debian package for Arch snapshot.
1470     Revision:
1471       muse--main--1.0--patch-94
1473     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
1474       snapshot.
1476     modified files:
1477      ChangeLog.2006 Makefile.defs debian/changelog
1480 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
1482     Summary:
1483       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
1484     Revision:
1485       muse--main--1.0--patch-93
1487     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
1488       `muse-wiki-hide-nop-tag' into account.
1490     modified files:
1491      ChangeLog.2006 lisp/muse-wiki.el
1494 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
1496     Summary:
1497       Fix a couple of compiler warnings.
1498     Revision:
1499       muse--main--1.0--patch-92
1501     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
1503     modified files:
1504      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
1507 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
1509     Summary:
1510       Make interwiki links work with the new option.
1511     Revision:
1512       muse--main--1.0--patch-91
1514     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
1515       parameters.  Populate this correctly when
1516       `muse-wiki-match-all-project-files' is non-nil.
1518     modified files:
1519      ChangeLog.2006 lisp/muse-wiki.el
1522 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
1524     Summary:
1525       Permit table generation to be disabled for a single Muse page.
1526     Revision:
1527       muse--main--1.0--patch-90
1529     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
1530       data, don't publish the table.
1531     
1532     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
1533     
1534     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
1535     
1536     * lisp/muse-publish.el (muse-publish-table-fields): If the
1537       "disable-tables" publishing directive exists for the current page, do
1538       not generate a table.
1539     
1540     * muse.texi (Tables): Mention that table generation can be disabled for a
1541       single page.
1543     modified files:
1544      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1545      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
1548 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
1550     Summary:
1551       muse-wiki: Match filenames before WikiWords.
1552     Revision:
1553       muse--main--1.0--patch-89
1555     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
1556       filenames in project before the general WikiWord regexp.
1558     modified files:
1559      ChangeLog.2006 lisp/muse-wiki.el
1562 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
1564     Summary:
1565       Use a better mechanism for updating autogenerated variables.
1566     Revision:
1567       muse--main--1.0--patch-88
1569     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
1570     
1571     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
1572     
1573     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
1574       muse-update-values-hook.
1575     
1576     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
1577       muse-update-values-hook.
1578     
1579     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
1580       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
1581       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
1582       error is fixed.
1583       (muse-wiki-update-custom-values): Replace with function that gives a
1584       warning and an explanation.
1585     
1586     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
1587       example so that people who use it won't have a wrong value in
1588       muse-mode-hook.
1590     modified files:
1591      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
1592      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
1593      lisp/muse.el
1596 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
1598     Summary:
1599       muse-wiki: Implement implicit links for all files in project.
1600     Revision:
1601       muse--main--1.0--patch-87
1603     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
1604       don't get errors when trying to use it.
1605     
1606     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
1607       muse-project-file-alist-hook.
1608       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
1609       into a recursive call.
1610       (muse-wiki-update-wikiword-regexp): Call
1611       `muse-wiki-update-local-wikiword-regexp'.
1612     
1613     (Author: Per B. Sederberg <per@med.upenn.edu>)
1614     
1615     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
1616       muse-before-publish-hook and muse-mode-hook so that implicit links are
1617       published properly.
1618       (muse-wiki-wikiword-match-project-files): New option for determining
1619       whether to match all project files as implicit links.  This is off by
1620       default.
1621       (muse-wiki-update-local-wikiword-regexp): New function to make the
1622       wikiword-regexp local and append the files in the current project to
1623       it.
1625     modified files:
1626      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1628     new patches:
1629      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
1630      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
1631      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
1632      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
1633      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
1634      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
1635      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
1636      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
1637      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
1638      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
1639      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
1640      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
1641      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
1642      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
1645 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
1647     Summary:
1648       Update Muse's file-alist after saving any Muse page.
1649     Revision:
1650       muse--main--1.0--patch-86
1652     * lisp/muse-project.el (muse-project-after-save-hook): New function that
1653       causes Muse's file-alist to be updated when we are saving a Muse file.
1654       This is added to after-save-hook.
1656     modified files:
1657      ChangeLog.2006 lisp/muse-project.el
1660 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
1662     Summary:
1663       Add a hook that is called whenever Muse's file-alist is updated.
1664     Revision:
1665       muse--main--1.0--patch-85
1667     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
1668       executed after an update to muse-project-file-alist happens.
1669       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
1671     modified files:
1672      ChangeLog.2006 lisp/muse-project.el
1675 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
1677     Summary:
1678       muse-mode: Recognize definition lists when filling text.
1679     Revision:
1680       muse--main--1.0--patch-84
1682     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
1683       text.
1684     
1686     modified files:
1687      ChangeLog.2006 lisp/muse-mode.el
1690 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
1692     Summary:
1693       Remove unrelated part of patch-82.
1694     Revision:
1695       muse--main--1.0--patch-83
1698     modified files:
1699      ChangeLog.2006 lisp/muse-mode.el
1702 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
1704     Summary:
1705       muse-journal: Fix dates in RSS feeds.
1706     Revision:
1707       muse--main--1.0--patch-82
1709     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
1710       date is in a format that RSS readers can handle.  Thanks to René
1711       Stadler for the patch.
1713     modified files:
1714      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
1717 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
1719     Summary:
1720       debian: Install ChangeLog properly.
1721     Revision:
1722       muse--main--1.0--patch-81
1724     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
1725       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
1726       the breakage report.
1728     modified files:
1729      ChangeLog.2006 debian/rules
1732 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
1734     Summary:
1735       Fix a bug triggered by batch-publishing.
1736     Revision:
1737       muse--main--1.0--patch-80
1739     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
1740       right algorithm turned out to be simpler than I had thought.  Thanks to
1741       Sergei V. Fleytin for reporting breakage with the old method.
1742       (muse-publish-file): Don't be overzealous when checking for an invalid
1743       style -- use a simpler check.
1744       (muse-batch-publish-files): Don't check for invalid styles here, since
1745       we already do so in `muse-publish-file'.
1747     modified files:
1748      ChangeLog.2006 lisp/muse-publish.el
1751 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
1753     Summary:
1754       muse.texi: Move some sections to a new Extending Muse chapter.
1755     Revision:
1756       muse--main--1.0--patch-79
1758     * muse.texi (Extending Muse): New chapter containing nodes that deal with
1759       extending Muse in various ways.
1760       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
1762     modified files:
1763      ChangeLog.2006 muse.texi
1766 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
1768     Summary:
1769       Fix a couple of recently-introduced bugs.
1770     Revision:
1771       muse--main--1.0--patch-78
1773     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
1774       extra hard to preserve our settings for faces, especially after a new
1775       frame or splash screen.
1776     
1777     * lisp/muse.el (muse-copy-face): New function that ensures the face is
1778       copied globally, to the extent the Emacs permits this.
1780     modified files:
1781      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1784 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
1786     Summary:
1787       Update my example configuration file.
1788     Revision:
1789       muse--main--1.0--patch-77
1792     modified files:
1793      ChangeLog.2006 examples/mwolson/muse-init.el
1796 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
1798     Summary:
1799       Remove cruft from patch logs.
1800     Revision:
1801       muse--main--1.0--patch-76
1804     modified files:
1805      ChangeLog.2006
1806      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
1807      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
1808      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
1809      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
1810      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
1811      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
1812      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
1813      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
1816 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
1818     Summary:
1819       Make faces more robust and namespace-conforming.
1820     Revision:
1821       muse--main--1.0--patch-75
1823     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
1824       face has documentation and a group.
1825       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
1826       "-face" suffix.
1827       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
1828       faces have documentation and a group.  Copy unconditionally from the
1829       related Emacs faces, rather than specifying face attributes.
1830       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
1831       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
1832       face names.
1833     
1834     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
1835       the 'muse-link property rather than looking at the face.
1837     modified files:
1838      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1841 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
1843     Summary:
1844       muse.texi: Mention the <code> tag.
1845     Revision:
1846       muse--main--1.0--patch-74
1848     * muse.texi (Emphasizing Text): Mention the <code> tag.
1850     modified files:
1851      ChangeLog.2006 muse.texi
1854 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
1856     Summary:
1857       Fix bug in verse markup, undesired behavior with emdash.
1858     Revision:
1859       muse--main--1.0--patch-73
1861     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
1862       around emdash.
1863     
1864     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1865     
1866     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1867     
1868     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
1869       trailing whitespace to `muse-markup-text', in case the current
1870       publishing wishes to use them.
1871       (muse-publish-markup-verse): Insert newline without adding read-only
1872       properties to it.  This fixes a paragraph detection bug in HTML
1873       publishing.
1875     modified files:
1876      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1877      lisp/muse-publish.el lisp/muse-xml.el
1880 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
1882     Summary:
1883       httpd.el: Update to work with newer versions of Emacs.
1884     Revision:
1885       muse--main--1.0--patch-72
1887     * contrib/httpd.el (httpd-start): Update this to work with newer versions
1888       of Emacs.
1890     modified files:
1891      ChangeLog.2006 contrib/httpd.el
1894 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1896     Summary:
1897       muse-journal: Make custom RSS heading regexps possible.
1898     Revision:
1899       muse--main--1.0--patch-71
1901     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1902       determines the regexp to use when searching for an RSS heading.
1903       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1905     modified files:
1906      ChangeLog.2006 lisp/muse-journal.el
1909 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1911     Summary:
1912       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1913     Revision:
1914       muse--main--1.0--patch-70
1916     * lisp/muse-project.el (muse-project-publish): If we cannot find a
1917       project to publish, indicate this in an error message.
1918     
1919     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1920       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
1921       (muse-detect-invalid-style): New function that makes sure that the
1922       given style is in a valid format.
1923       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
1924       publishing.
1926     modified files:
1927      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
1930 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
1932     Summary:
1933       muse-mode: Don't require muse-publish.el.
1934     Revision:
1935       muse--main--1.0--patch-69
1937     * lisp/muse-mode.el: Use a few autoloads instead of requiring
1938       muse-publish.el.  This allows people to optionally have Muse mode
1939       without including the publishing features, as long as they never call a
1940       publishing function.  The documentation says that Muse is supposed to
1941       be modular in that way, so I guess we'd better follow it.
1942       (muse-insert-tag): Make sure that muse-publish is required before
1943       accessing `muse-publish-markup-tags'.
1945     modified files:
1946      ChangeLog.2006 lisp/muse-mode.el
1949 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
1951     Summary:
1952       Minor code cleanup.
1953     Revision:
1954       muse--main--1.0--patch-68
1956     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
1958     modified files:
1959      ChangeLog.2006 lisp/muse-mode.el
1962 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
1964     Summary:
1965       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
1966     Revision:
1967       muse--main--1.0--patch-67
1969     (Author: Per B. Sederberg <per@med.upenn.edu>)
1970     
1971     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
1972       used for grepping.
1973       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
1974       muse-find-backlinks C-c C-b
1975       (muse-grep): New function to envoke a search with the compiler.
1976       (muse-search-with-command): New function to search for text, optionally
1977       editing the command.
1978       (muse-search): New function to search for text.
1979       (muse-find-backlinks): New function to search for backlinks to the
1980       current page.
1982     modified files:
1983      ChangeLog.2006 lisp/muse-mode.el
1985     new patches:
1986      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
1987      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
1988      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
1989      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
1990      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
1991      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
1992      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
1993      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
1994      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
1995      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
1996      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
1997      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
2000 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
2002     Summary:
2003       Make it easier to call context-specific region-escaping function.
2004     Revision:
2005       muse--main--1.0--patch-66
2007     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
2008       returned from specials, call it with beg, end, ignore-read-only args.
2009       This allows for people to specify their own functions for escaping
2010       regions, depending on context.  See `muse-xml-decide-specials' in
2011       muse-xml-common.el.  This functionality already exists for escaping
2012       specials in strings.
2014     modified files:
2015      ChangeLog.2006 lisp/muse-publish.el
2018 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
2020     Summary:
2021       Attempt to make new syntaxes easier to support.
2022     Revision:
2023       muse--main--1.0--patch-65
2025     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
2026       and `muse-get-link-data'.
2027     
2028     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
2029     
2030     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
2031       (muse-make-link): Change argument name.
2032     
2033     * lisp/muse.el (muse-handle-explicit-link): Ditto.
2034       (muse-get-link, muse-get-link-desc): New functions that return the link
2035       and the link description, respectively, from the given TARGET.  The
2036       idea is that at least one other markup syntax puts descriptions before
2037       links, so all they would have to do is re-define these two functions.
2039     modified files:
2040      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
2041      lisp/muse-mode.el lisp/muse.el
2044 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
2046     Summary:
2047       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
2048     Revision:
2049       muse--main--1.0--patch-64
2051     * Makefile.defs, lisp/muse-colors.el: Fix typo.
2052     
2053     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
2054       `replace-in-string' is checked before `replace-regexp-in-string', since
2055       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
2056       Ottaway for the heads up.
2058     modified files:
2059      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
2062 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
2064     Summary:
2065       muse-latex: Add footnotes to links so that they show up on printed copies.
2066     Revision:
2067       muse--main--1.0--patch-63
2069     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
2070       'url-and-desc.  Display footnotes if we have both a link and a
2071       description, since we want URLs to show up on printed documents.
2072       (muse-latex-markup-specials-document): Escape the "@" character in the
2073       entire document.
2074     
2075     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
2076       without descriptions and URLs with descriptions.  If no markup string
2077       exists for 'url-and-desc, fall back to 'url.
2079     modified files:
2080      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
2083 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
2085     Summary:
2086       Fix publishing error with multi-line wrapped list items.
2087     Revision:
2088       muse--main--1.0--patch-62
2090     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
2091       multiple lines of a wrapped list item.
2093     modified files:
2094      ChangeLog.2006 lisp/muse-publish.el
2097 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
2099     Summary:
2100       Add COPYING file; update headers.
2101     Revision:
2102       muse--main--1.0--patch-61
2104     * COPYING: New file containing the GNU GPL.
2105     
2106     * AUTHORS: Bookkeeping.
2107     
2108     * README: Add License section.  Change Muse homepage URL.
2109     
2110     * debian/copyright: Change Muse homepage URL.  Prune list to those who
2111       have changed 15+ lines of code, since this is the amount that
2112       constitutes legal contribution to a software work, AFAICT.
2113     
2114     * examples/mwolson: Update contents of directory to match my current
2115       setup.
2116     
2117     * experimental/muse*.el, lisp/muse*.el: Update headers.
2118     
2119     * muse.texi: Change Muse homepage URL.
2121     new files:
2122      .arch-ids/COPYING.id COPYING
2124     modified files:
2125      AUTHORS ChangeLog.2006 README debian/copyright
2126      examples/mwolson/muse-init.el
2127      examples/mwolson/stylesheets/blog.css
2128      examples/mwolson/stylesheets/common.css
2129      examples/mwolson/stylesheets/print.css
2130      examples/mwolson/stylesheets/screen.css
2131      experimental/muse-cite.el experimental/muse-mathml.el
2132      experimental/muse-message.el lisp/muse-backlink.el
2133      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
2134      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
2135      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
2136      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
2137      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
2138      lisp/muse-publish.el lisp/muse-regexps.el
2139      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
2140      lisp/muse-xml.el lisp/muse.el muse.texi
2143 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
2145     Summary:
2146       Update Muse XML schema.
2147     Revision:
2148       muse--main--1.0--patch-60
2150     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
2151       history.  We'll call this v0.3 of the schema.
2152     
2153     * lisp/muse-xml-common.el: Update header.
2154       (muse-xml-markup-table): Fix table generation when attributes are not
2155       specified.
2157     modified files:
2158      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
2161 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
2163     Summary:
2164       Fix output for consecutive list items of same type.
2165     Revision:
2166       muse--main--1.0--patch-59
2168     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
2169       post-indent and indent-found values local to each list item.  This
2170       should fix undesired behavior with consecutive list items of the same
2171       type.
2173     modified files:
2174      ChangeLog.2006 lisp/muse-publish.el
2177 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
2179     Summary:
2180       Make C-> and C-< keybindings not indent nested items.
2181     Revision:
2182       muse--main--1.0--patch-58
2184     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
2185       nested items.
2186     
2187     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
2188       optional, and document this.
2190     modified files:
2191      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
2194 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
2196     Summary:
2197       Slightly improve flyspell integration.
2198     Revision:
2199       muse--main--1.0--patch-57
2201     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
2202       property to determine whether we are at a link.
2204     modified files:
2205      ChangeLog.2006 lisp/muse-mode.el
2208 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
2210     Summary:
2211       Make nested definition list items work much better.
2212     Revision:
2213       muse--main--1.0--patch-56
2215     * lisp/muse-publish.el (muse-publish-surround-dl): Use
2216       `muse-forward-list-item'.  Don't pass indent and post-indent to the
2217       move function.
2218       (muse-publish-surround-text): If we are to determine the indentation,
2219       but have found no list items, set indent to the empty string.  If we
2220       are to determine indentation but have found an item, get all leading
2221       whitespace and set indent to it.  Never try to determine post-indent
2222       using the first line.  Try to contain the amount of "damage" a nested
2223       list item can do to wrapped list item text.
2224     
2225     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
2226       part so that it is easier to indicate the amount of desired initial
2227       whitespace.
2228     
2229     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
2230       entry optional.
2231       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
2232       merged into `muse-forward-list-item'.
2233       (muse-forward-list-item-1): New function that determines whether a
2234       nested list item is found.
2235       (muse-forward-list-item): Move hairy nested list detection algorithm
2236       into `muse-forward-list-item-1'.  Be extra careful about terminating
2237       when we go past the boundary.
2239     modified files:
2240      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2241      lisp/muse.el
2244 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
2246     Summary:
2247       Add backlink support, thanks to Jim Ottaway.
2248     Revision:
2249       muse--main--1.0--patch-55
2251     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
2252       variable that indicates whether Muse is fontifying the current buffer.
2253       (muse-colors-region): Set `muse-colors-fontifying' to t.
2254     
2255     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
2256       support.  I've modified it slightly to get rid of the defadvice forms.
2258     new files:
2259      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
2261     modified files:
2262      AUTHORS ChangeLog.2006 lisp/muse-colors.el
2265 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
2267     Summary:
2268       muse-protocols: Add Wikipedia support.
2269     Revision:
2270       muse--main--1.0--patch-54
2272     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
2273       is used to look up terms on the Wikipedia website.
2274       (muse-wikipedia-country): New option that specifies the country code to
2275       use for Wikipedia.
2276       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
2277       resolve and browse Wikipedia URLs.
2279     modified files:
2280      ChangeLog.2006 lisp/muse-protocols.el
2283 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
2285     Summary:
2286       muse-protocols: Add DOI handling.
2287     Revision:
2288       muse--main--1.0--patch-53
2290     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
2291       DOI's (digitial object identifiers) are a standard identifier used in
2292       the publishing industry.  Thanks to Phillip Lord for the patch.
2293       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
2294       and browse DOI's.
2296     modified files:
2297      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
2300 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
2302     Summary:
2303       Refine previous patch.
2304     Revision:
2305       muse--main--1.0--patch-52
2307     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
2308       ever use the fallback method.  Save point when using new method.
2310     modified files:
2311      ChangeLog.2006 lisp/muse-mode.el
2314 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
2316     Summary:
2317       Make visiting of links a bit faster.
2318     Revision:
2319       muse--main--1.0--patch-51
2321     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
2322       property.
2323       (muse-link-properties): If we are highlighting a link, add the
2324       muse-link property.
2325     
2326     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
2327       exists at point, use it to bound the link.  Otherwise, use the old
2328       method.  This should make it easier to visit custom implicit link
2329       forms, since it does not require a change to muse-implicit-link-regexp.
2330     
2331     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
2332       used when muse-colors.el is loaded.
2334     modified files:
2335      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2336      lisp/muse-regexps.el
2339 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
2341     Summary:
2342       Make resolving of inline image paths more flexible.
2343     Revision:
2344       muse--main--1.0--patch-50
2346     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
2347       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
2348       option.  Make the fallback customization type a function rather than a
2349       symbol.
2350       (muse-colors-use-publishing-directory): New function that takes the
2351       best guess at where the current Muse file will be published and makes
2352       the given link relative to that.
2353       (muse-colors-insert-image): If muse-colors-inline-image-method is
2354       'default-directory, use the default directory.  If it is a function,
2355       call that function with LINK as an argument.  Otherwise, give up.
2357     modified files:
2358      ChangeLog.2006 lisp/muse-colors.el
2361 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
2363     Summary:
2364       Fix inline image lockup.
2365     Revision:
2366       muse--main--1.0--patch-49
2368     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
2369       patch-47.  This will prevent Muse from locking up after making a new
2370       inline image.
2372     modified files:
2373      ChangeLog.2006 lisp/muse-colors.el
2376 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
2378     Summary:
2379       Fix publishing problem with XEmacs.
2380     Revision:
2381       muse--main--1.0--patch-48
2383     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
2384       publishing problem when text at beginning of buffer is read-only.
2385       Thanks to Christian Clercin for the report.
2387     modified files:
2388      ChangeLog.2006 lisp/muse-publish.el
2391 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
2393     Summary:
2394       Get increase and decrease of list indentation to work with complex cases.
2395     Revision:
2396       muse--main--1.0--patch-47
2398     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
2399       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
2400       to indicate this interpretation, though parens are different.
2401     
2402     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
2403       (muse-alter-list-item-indentation): New function that alters the list
2404       structure at point.  The behavior to use is specified by the OPERATION
2405       argument.  Currently-supported operations are 'increase and 'decrease
2406       indentation level.  This now uses the same sort of list detection
2407       algorithm that is used during publishing, so it should work as expected
2408       for complicated cases.
2409       (muse-increase-list-item-indentation)
2410       (muse-decrease-list-item-indentation): Use
2411       `muse-alter-list-item-indentation'.
2413     modified files:
2414      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2417 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
2419     Summary:
2420       Code simplification; improve muse-list-item-type function.
2421     Revision:
2422       muse--main--1.0--patch-46
2424     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
2425       'dl-entry, instead of just returning 'dl.
2426       (muse-forward-dl-term, muse-forward-dl-entry): Use
2427       muse-forward-list-item.
2428       (muse-forward-dl-part): Remove, merge functionality into
2429       muse-forward-list-item.
2430       (muse-forward-list-item): Add a few conditions needed for skipping
2431       nested 'dl-term and 'dl-entry items.
2433     modified files:
2434      ChangeLog.2006 lisp/muse.el
2437 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
2439     Summary:
2440       Put movement by list and paragraph functions in muse.el.
2441     Revision:
2442       muse--main--1.0--patch-45
2444     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
2445       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
2446       (muse-forward-list-item): Move here from muse-publish.el, so that
2447       muse-mode can make use of these.
2449     modified files:
2450      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
2453 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
2455     Summary:
2456       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
2457     Revision:
2458       muse--main--1.0--patch-44
2460     (Author: Per B. Sederberg <per@med.upenn.edu>)
2461     
2462     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
2463       decrease the current item indentation.
2464       (muse-get-paragraph-start): Helper function to determine the start of
2465       the current paragraph.
2466       (muse-insert-list-item): Cleaned up list item insertion code and made
2467       it handle definitions.
2468       (muse-increase-list-item-indentation): New interactive function to
2469       increase list item indentation.
2470       (muse-decrease-list-item-indentation): New interactive function to
2471       decrease list item indentation.
2473     modified files:
2474      ChangeLog.2006 lisp/muse-mode.el
2476     new patches:
2477      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
2478      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
2479      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
2480      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
2481      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
2482      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
2483      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
2484      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
2485      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
2486      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
2489 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
2491     Summary:
2492       Use slightly better algorithm for removing initial whitespace.
2493     Revision:
2494       muse--main--1.0--patch-43
2496     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
2497       the definition occurred on the same line as the term.
2498       (muse-publish-surround-text): Use a slightly better algorithm for
2499       removing initial indentation of list items.  This way, we preserve
2500       nesting of lists and also deal with same-level items that occur after
2501       nested items.  This probably doesn't make much of a difference in the
2502       output, but it should make support of nested definition lists a bit
2503       less troublesome in some cases.
2504       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
2505       regexp.
2506       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
2507       data.  Don't remove any text.  This makes the function easier to reuse
2508       in display-only situations.
2510     modified files:
2511      ChangeLog.2006 lisp/muse-publish.el
2514 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
2516     Summary:
2517       In a preliminary way, make definition lists nest.
2518     Revision:
2519       muse--main--1.0--patch-42
2521     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
2522       lists nest a bit better.
2523     
2524     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
2525       use it anymore.
2527     modified files:
2528      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2531 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
2533     Summary:
2534       Fix nested list regression.
2535     Revision:
2536       muse--main--1.0--patch-41
2538     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
2539       original indentation value and use that.  This fixes a regression
2540       caused by the last patch.
2542     modified files:
2543      ChangeLog.2006 lisp/muse-publish.el
2546 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
2548     Summary:
2549       Make code look nicer by using muse-forward-dl-* functions.
2550     Revision:
2551       muse--main--1.0--patch-40
2553     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
2554       forms into muse-forward-dl-* for increased reusability.
2555       (muse-publish-surround-text): Call move function with an indent
2556       argument so that we don't have to use partial substitution in lambda
2557       forms.
2558       (muse-forward-dl-term): New function that moves forward to the next
2559       definition list term.
2560       (muse-forward-dl-entry): New function that moves forward to the next
2561       definition list entry.
2562       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
2563       does not move past entire definition list items, only parts of them.
2564       (muse-publish-markup-list, muse-publish-markup-quote):
2565       (muse-publish-quote-tag): Use better lambda form, and include a
2566       parameter.
2568     modified files:
2569      ChangeLog.2006 lisp/muse-publish.el
2572 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
2574     Summary:
2575       Handle blockquoted sections within lists properly.
2576     Revision:
2577       muse--main--1.0--patch-39
2579     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
2580       property.  This should make blockquoted sections within a list do the
2581       right thing.
2582       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
2583       behavior of `muse-forward-paragraph'.
2585     modified files:
2586      ChangeLog.2006 lisp/muse-publish.el
2589 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
2591     Summary:
2592       Fix problem when previous list item was nested.
2593     Revision:
2594       muse--main--1.0--patch-38
2596     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
2597       indicator at the correct place.  This fixes an error where a previous
2598       list was nested but the current one isn't.  Thanks to Per B. Sederberg
2599       for the report.
2601     modified files:
2602      ChangeLog.2006 lisp/muse-publish.el
2605 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
2607     Summary:
2608       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
2609     Revision:
2610       muse--main--1.0--patch-37
2612     * muse.texi (Implicit Links): Mention how to customize the WikiName
2613       recognition, and note that if you're setting this manually, you have to
2614       call some additional code.  This should fix #5376.  Also remove local
2615       variables section at end, since it seems pointless.
2617     modified files:
2618      ChangeLog.2006 muse.texi
2621 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
2623     Summary:
2624       Fix #5325: nested formatting not working in HTML output.
2625     Revision:
2626       muse--main--1.0--patch-36
2628     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
2629       work.  I'm a bit worried about possible double-escaping, though.
2630       Perhaps we should write the context to a text property and escape it
2631       later.  This should fix #5325.
2633     modified files:
2634      ChangeLog.2006 lisp/muse-publish.el
2637 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
2639     Summary:
2640       Make paragraphs respect the end of a list or list item.
2641     Revision:
2642       muse--main--1.0--patch-35
2644     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
2645       end of a list (or list item), back up.  This allows for a nice side
2646       effect when using indented sentences in between list items.
2647     
2648     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
2649     
2650     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
2651     
2652     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
2653       and end-item are marked up with end-list properties.
2655     modified files:
2656      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2657      lisp/muse-publish.el lisp/muse-xml.el
2660 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
2662     Summary:
2663       Make sure an initial term exists before publishing definition list.
2664     Revision:
2665       muse--main--1.0--patch-34
2667     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
2668       exists before publishing a definition list.
2670     modified files:
2671      ChangeLog.2006 lisp/muse-publish.el
2674 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
2676     Summary:
2677       Add comments to nested list code.
2678     Revision:
2679       muse--main--1.0--patch-33
2681     * lisp/muse-publish.el (muse-publish-surround-dl)
2682       (muse-publish-surround-text, muse-forward-dl-item):
2683       (muse-forward-list-item): Add comments, since there were many
2684       intricacies that are probably not obvious to the casual reader.
2685       (muse-forward-dl-item): Remove no-op condition.
2687     modified files:
2688      ChangeLog.2006 lisp/muse-publish.el
2691 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
2693     Summary:
2694       Make nested list items work when separated by one blank line.
2695     Revision:
2696       muse--main--1.0--patch-32
2698     * lisp/muse-publish.el (muse-publish-surround-dl): Use
2699       muse-forward-dl-item instead of muse-forward-list-item.  On second
2700       thought, don't unconditionally insert a newline, as that breaks some
2701       things.
2702       (muse-forward-dl-item): New function that moves forward to the next
2703       definition list item.  This was factored out from
2704       muse-forward-list-item, since it was getting too complex for my liking.
2705       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
2706       indented line, and skip past these if we have a blank line followed by
2707       an indented line.  "Indented" means "indented one past the current
2708       indentation level" here.  Remove some initial whitespace that was being
2709       overlooked before.
2711     modified files:
2712      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2715 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
2717     Summary:
2718       Fix a couple of bugs in muse-wiki-resolve-project-page.
2719     Revision:
2720       muse--main--1.0--patch-31
2722     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
2723       better algorithm for adding styles to a list.
2724     
2725     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
2726       carefully.  This should fix one or two hard-to-explain bugs.
2728     modified files:
2729      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
2732 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
2734     Summary:
2735       Fix another definition list edge case.
2736     Revision:
2737       muse--main--1.0--patch-30
2739     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
2740       unordered list immediately follows definition list term.
2742     modified files:
2743      ChangeLog.2006 lisp/muse-publish.el
2746 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
2748     Summary:
2749       Pass all current definition list test cases.
2750     Revision:
2751       muse--main--1.0--patch-29
2753     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
2754       line if definition is not on the same line as the term.
2755       (muse-forward-list-item): Fix publishing incorrectness that occurred
2756       when a non-dl list follows a definition list.  Always move to the right
2757       place so as to prevent extra empty dd elements from being published.
2759     modified files:
2760      ChangeLog.2006 lisp/muse-publish.el
2763 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
2765     Summary:
2766       Merge consecutive definition list terms properly.
2767     Revision:
2768       muse--main--1.0--patch-28
2770     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
2771       correctly.  This makes Muse merge several definition list items into
2772       one list.
2773       (muse-forward-list-item): Use simpler regexp for 'dl.
2774     
2775     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
2776       definition lists, and make terms the 2nd matched text.
2778     modified files:
2779      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2782 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
2784     Summary:
2785       Bookkeeping.
2786     Revision:
2787       muse--main--1.0--patch-27
2789     * AUTHORS: Update.
2790     
2791     * muse-colors.el, muse-mode.el: Credit contributions.
2793     modified files:
2794      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2797 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
2799     Summary:
2800       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
2801     Revision:
2802       muse--main--1.0--patch-26
2804     Patches applied:
2805     
2806      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2807        Added ability to show inline images in the Emacs buffer.
2808     
2809      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2810        Added enhanced list item insertion.
2811     
2812     Detailed log:
2813     
2814     (Author: Per B. Sederberg <per@med.upenn.edu>)
2815     
2816     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
2817       list item.  New key mapping to toggle showing images.  Added a key
2818       mapping to insert a link to a file and modified the key map to insert a
2819       tag.
2820       (muse-on-blank-line): Helper function to determine if the point is on a
2821       line containing only blank spaces.
2822       (muse-insert-list-item): New interactive function to insert a new list
2823       item, taking into account the current list state.
2824       (muse-insert-relative-link-to-file): New function to insert a link to a
2825       file, relative to the default directory.
2826     
2827     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
2828       for where to search for images to inline in the buffer.
2829       (muse-colors-inline-images): Added custom boolean field for whether to
2830       show inline images in the buffer.
2831       (muse-colors-toggle-inline-images): New function to toggle showing the
2832       inline images in the buffer.
2833       (muse-unhighlight-region): Now removes end-glyph text properties to
2834       support XEmacs.
2835       (muse-colors-resolve-image-file): New function to determine if a link
2836       is an image and whether the version of Emacs can support inline images.
2837       (muse-make-file-glyph): New function to create an image glyph if we are
2838       using XEmacs.
2839       (muse-colors-insert-image): New function to insert an image in an Emacs
2840       buffer.
2841       (muse-colors-explicit-link): Modified function to have the ability to
2842       insert an image instead of formatting the text of the link.
2844     modified files:
2845      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2847     new patches:
2848      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
2849      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
2850      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2851      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2852      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
2855 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
2857     Summary:
2858       Pass testcase for definition list and nested unordered list.
2859     Revision:
2860       muse--main--1.0--patch-25
2862     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
2863       lists always have at least one entry.  This appears to do the right
2864       thing with a sample nested unordered list.
2866     modified files:
2867      ChangeLog.2006 lisp/muse-publish.el
2870 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
2872     Summary:
2873       Some definition list fixes.
2874     Revision:
2875       muse--main--1.0--patch-24
2877     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
2878       markup for end of list using the `muse-insert-markup-end-list'
2879       function.  Handle list items nested inside of a definition list.
2881     modified files:
2882      ChangeLog.2006 lisp/muse-publish.el
2885 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
2887     Summary:
2888       Fix another wrapped list item edge case.
2889     Revision:
2890       muse--main--1.0--patch-23
2892     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2893       indentation in a region when we encounter any list items.  This should
2894       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
2895       for the report.
2897     modified files:
2898      ChangeLog.2006 lisp/muse-publish.el
2901 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2903     Summary:
2904       Fix comment in Debian packaging.
2905     Revision:
2906       muse--main--1.0--patch-22
2908     * debian/emacsen-remove: Fix comment.
2910     modified files:
2911      ChangeLog.2006 debian/emacsen-remove
2914 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2916     Summary:
2917       muse-blosxom: Fix order of #tags line in header.
2918     Revision:
2919       muse--main--1.0--patch-21
2921     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2922       rather than before it.  Thanks to bkhl for the heads up.
2924     modified files:
2925      ChangeLog.2006 lisp/muse-blosxom.el
2928 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
2930     Summary:
2931       muse-blosxom: Add ability to use tags in entries.
2932     Revision:
2933       muse--main--1.0--patch-20
2935     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
2936       publish them.
2937       (muse-blosxom-use-tags): New option that specifies whether we are using
2938       tags.
2939       (muse-blosxom-new-entry): If using tags, read tags until the user hits
2940       RET without entering one.
2942     modified files:
2943      ChangeLog.2006 lisp/muse-blosxom.el
2946 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
2948     Summary:
2949       Fix backtrace when publishing unsaved files.
2950     Revision:
2951       muse--main--1.0--patch-19
2953     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
2954       trying to publish a file that has not been saved, and give an
2955       explanation to the user.
2957     modified files:
2958      ChangeLog.2006 lisp/muse-publish.el
2961 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
2963     Summary:
2964       muse-texinfo: Fix link suffix.
2965     Revision:
2966       muse--main--1.0--patch-18
2968     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
2969       styles.  This should fix a bug where links in published info files use
2970       an incorrect extension.  Thanks to Hans Ekbrand for the report!
2972     modified files:
2973      ChangeLog.2006 lisp/muse-texinfo.el
2976 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
2978     Summary:
2979       Fix prompting of non-Muse buffers before publishing.
2980     Revision:
2981       muse--main--1.0--patch-17
2983     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
2984       Stadler to ignore buffers that have no associated filename.  This fixes
2985       an annoyance where Muse prompts to save BBDB and ERC buffers before
2986       publishing.
2988     modified files:
2989      AUTHORS ChangeLog.2006 lisp/muse-project.el
2992 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
2994     Summary:
2995       Fix wrapped nested list item edge case.
2996     Revision:
2997       muse--main--1.0--patch-16
2999     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
3000       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
3001       case.
3002       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
3003       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
3004     
3005     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
3006       exactly one space character in front of a unnumbered or numbered list.
3007       This should make it easier to match every list instance, since
3008       definition lists can now be handled more nicely in
3009       muse-publish-markup-regexps.  This also has the effect of fixing a
3010       wrapped nested list item edge case.
3012     modified files:
3013      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
3016 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
3018     Summary:
3019       Fix edge case in muse-wiki-publish-pretty-title.
3020     Revision:
3021       muse--main--1.0--patch-15
3023     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
3024       the document does not have a valid title, use the empty string.
3026     modified files:
3027      ChangeLog.2006 lisp/muse-wiki.el
3030 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
3032     Summary:
3033       Use debian/compat to determine debhelper compat level.
3034     Revision:
3035       muse--main--1.0--patch-14
3037     * debian/compat: New file that sets the debhelper compatibility level to
3038       4.
3039     
3040     * debian/rules: Remove DH_COMPAT line.
3042     new files:
3043      debian/.arch-ids/compat.id debian/compat
3045     modified files:
3046      ChangeLog.2006 debian/rules
3049 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
3051     Summary:
3052       Fix a couple of table-publishing edge cases.
3053     Revision:
3054       muse--main--1.0--patch-13
3056     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
3057       publishing error that occurs when a table line is the last thing in a
3058       document.  Thanks to cymacs for the report and suggested fix.
3059       (muse-publish-table-fields): Skip initial blank lines, and don't remove
3060       them.
3061     
3062     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
3063       at the end of the 'end-table markup string.
3064     
3065     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
3066     
3067     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
3068     
3069     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
3070       newline at the end of the table.  This should fix a problem with
3071       paragraphs after tables not being published as such.  Thanks to cymacs
3072       for the report.
3073     
3074     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
3075       muse-insert-markup to insert a trailing newline.
3077     modified files:
3078      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
3079      lisp/muse-publish.el lisp/muse-texinfo.el
3080      lisp/muse-xml-common.el lisp/muse-xml.el
3083 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
3085     Summary:
3086       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
3087     Revision:
3088       muse--main--1.0--patch-12
3091     new files:
3092      .arch-ids/ChangeLog.2006.id ChangeLog.2006
3094     renamed files:
3095      .arch-ids/ChangeLog.id
3096        ==> .arch-ids/ChangeLog.2005.id
3097      ChangeLog
3098        ==> ChangeLog.2005
3101 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
3103     Summary:
3104       Make muse-journal work with whole-document escaping.
3105     Revision:
3106       muse--main--1.0--patch-11
3108     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
3109       by Emacs Muse" so that muse-journal does not get confused.
3110     
3111     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
3112       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
3113       for whole-buffer escaping.  Thanks to mondoshawan for the report.
3114       (muse-journal-rss-munge-buffer): Display a warning if someone does not
3115       have "Page published by Emacs Muse (begins|ends) here" in their header
3116       or footer, since muse-journal needs this in order to determine where
3117       entries begin and end.
3119     modified files:
3120      examples/mwolson/templates/footer.html
3121      examples/mwolson/templates/generic-footer.html
3122      examples/mwolson/templates/generic-header.html
3123      examples/mwolson/templates/header.html
3124      examples/mwolson/templates/header.tex lisp/muse-journal.el
3127 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
3129     Summary:
3130       Get simple test case for definition lists to work.
3131     Revision:
3132       muse--main--1.0--patch-10
3134     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
3135       publish properly.
3136       (muse-forward-list-item): Fix edge case.
3138     modified files:
3139      lisp/muse-publish.el
3142 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
3144     Summary:
3145       Add documentation to some publishing functions.
3146     Revision:
3147       muse--main--1.0--patch-9
3149     * lisp/muse-publish.el (muse-publish-mark-read-only)
3150       (muse-publish-mark-noemphasis): Add documentation.
3152     modified files:
3153      lisp/muse-publish.el
3156 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
3158     Summary:
3159       Fix an error with `custom-quote'.
3160     Revision:
3161       muse--main--1.0--patch-8
3163     * lisp/muse-project.el: Require 'cus-edit, since that is where
3164       `custom-quote' is defined.
3165     
3166     * muse.texi: Use copyright symbol.
3168     modified files:
3169      lisp/muse-project.el muse.texi
3172 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
3174     Summary:
3175       muse-registry: update from author.
3176     Revision:
3177       muse--main--1.0--patch-7
3179     * lisp/muse-registry.el: Update to newest version from author.
3180       Re-tabify.
3182     modified files:
3183      lisp/muse-registry.el
3186 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
3188     Summary:
3189       muse-latex: Handle double-quote edge case.
3190     Revision:
3191       muse--main--1.0--patch-6
3193     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
3194       character begins the buffer.
3196     modified files:
3197      lisp/muse-latex.el
3200 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
3202     Summary:
3203       Allow beginning and ending empty elements in tables.
3204     Revision:
3205       muse--main--1.0--patch-5
3207     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
3208       whitespace after the field if we're at the end of a line.
3209       (muse-table-line-regexp): Allow the table to start with a "|".  The
3210       resulting initial empty cell isn't yet thrown away like it should be.
3212     modified files:
3213      lisp/muse-regexps.el
3216 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
3218     Summary:
3219       muse-latex: Use \url to publish bare URLs.
3220     Revision:
3221       muse--main--1.0--patch-4
3223     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
3224       \href for bare URLs.  Thanks to Na Li for the suggestion!
3226     modified files:
3227      lisp/muse-latex.el
3230 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
3232     Summary:
3233       Create parents of output directories.
3234     Revision:
3235       muse--main--1.0--patch-3
3237     * lisp/muse-project.el (muse-project-publish-file): Create parent
3238       directories as well, if the output directory does not exist.  This can
3239       happen when we have nested directories in a project.
3241     modified files:
3242      lisp/muse-project.el
3245 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
3247     Summary:
3248       Pick a better default if publishing with more than one style.
3249     Revision:
3250       muse--main--1.0--patch-2
3252     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
3253       the list we return is in the right order.  That way, if more than one
3254       publishing rule matches a link, the first one is used, rather than the
3255       last.
3257     modified files:
3258      lisp/muse-project.el
3261 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
3263     Summary:
3264       Oops, committed to the wrong archive.
3265     Revision:
3266       muse--main--1.0--patch-1
3268     Patches applied:
3269     
3270      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
3271        Debian fixups.
3272     
3273      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
3274        Another Debian fix.
3276     modified files:
3277      ChangeLog debian/emacsen-startup
3279     renamed files:
3280      debian/.arch-ids/NEWS.Debian.id
3281        ==> debian/.arch-ids/NEWS.id
3282      debian/NEWS.Debian
3283        ==> debian/NEWS
3285     new patches:
3286      mwolson@gnu.org--2005/muse--main--1.0--patch-356
3287      mwolson@gnu.org--2005/muse--main--1.0--patch-357
3290 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
3292     Summary:
3293       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
3294     Revision:
3295       muse--main--1.0--base-0
3297     See ChangeLog.2005 for earlier changes.
3299     new patches:
3300      ajk@iu.edu--2005/muse--ajk--1.0--base-0
3301      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
3302      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
3303      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
3304      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
3305      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
3306      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
3307      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
3308      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
3309      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
3310      ajk@iu.edu--2005/muse--main--1.0--base-0
3311      ajk@iu.edu--2005/muse--main--1.0--patch-1
3312      ajk@iu.edu--2005/muse--main--1.0--patch-2
3313      davidsmith@acm.org--2005/muse--devo--1.0--base-0
3314      davidsmith@acm.org--main/muse--devo--1.0--base-0
3315      davidsmith@acm.org--main/muse--devo--1.0--patch-1
3316      davidsmith@acm.org--main/muse--devo--1.0--patch-2
3317      hodique@lifl.fr--2005/muse--yh--1.0--base-0
3318      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
3319      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
3320      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
3321      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
3322      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
3323      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
3324      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
3325      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
3326      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
3327      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
3328      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
3329      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
3330      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
3331      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
3332      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
3333      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
3334      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
3335      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
3336      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
3337      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
3338      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
3339      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
3340      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
3341      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
3342      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
3343      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
3344      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
3345      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
3346      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
3347      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
3348      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
3349      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
3350      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
3351      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
3352      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
3353      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
3354      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
3355      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
3356      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
3357      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
3358      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
3359      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
3360      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
3361      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
3362      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
3363      jeho@jeho.org--2005/muse--jeho--1.0--base-0
3364      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
3365      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
3366      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
3367      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
3368      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
3369      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
3370      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
3371      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
3372      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
3373      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
3374      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
3375      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
3376      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
3377      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
3378      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
3379      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
3380      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
3381      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
3382      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
3383      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
3384      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
3385      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
3386      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
3387      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
3388      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
3389      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
3390      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
3391      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
3392      mwolson@gnu.org--2005/muse--main--1.0--base-0
3393      mwolson@gnu.org--2005/muse--main--1.0--patch-1
3394      mwolson@gnu.org--2005/muse--main--1.0--patch-2
3395      mwolson@gnu.org--2005/muse--main--1.0--patch-3
3396      mwolson@gnu.org--2005/muse--main--1.0--patch-4
3397      mwolson@gnu.org--2005/muse--main--1.0--patch-5
3398      mwolson@gnu.org--2005/muse--main--1.0--patch-6
3399      mwolson@gnu.org--2005/muse--main--1.0--patch-7
3400      mwolson@gnu.org--2005/muse--main--1.0--patch-8
3401      mwolson@gnu.org--2005/muse--main--1.0--patch-9
3402      mwolson@gnu.org--2005/muse--main--1.0--patch-10
3403      mwolson@gnu.org--2005/muse--main--1.0--patch-11
3404      mwolson@gnu.org--2005/muse--main--1.0--patch-12
3405      mwolson@gnu.org--2005/muse--main--1.0--patch-13
3406      mwolson@gnu.org--2005/muse--main--1.0--patch-14
3407      mwolson@gnu.org--2005/muse--main--1.0--patch-15
3408      mwolson@gnu.org--2005/muse--main--1.0--patch-16
3409      mwolson@gnu.org--2005/muse--main--1.0--patch-17
3410      mwolson@gnu.org--2005/muse--main--1.0--patch-18
3411      mwolson@gnu.org--2005/muse--main--1.0--patch-19
3412      mwolson@gnu.org--2005/muse--main--1.0--patch-20
3413      mwolson@gnu.org--2005/muse--main--1.0--patch-21
3414      mwolson@gnu.org--2005/muse--main--1.0--patch-22
3415      mwolson@gnu.org--2005/muse--main--1.0--patch-23
3416      mwolson@gnu.org--2005/muse--main--1.0--patch-24
3417      mwolson@gnu.org--2005/muse--main--1.0--patch-25
3418      mwolson@gnu.org--2005/muse--main--1.0--patch-26
3419      mwolson@gnu.org--2005/muse--main--1.0--patch-27
3420      mwolson@gnu.org--2005/muse--main--1.0--patch-28
3421      mwolson@gnu.org--2005/muse--main--1.0--patch-29
3422      mwolson@gnu.org--2005/muse--main--1.0--patch-30
3423      mwolson@gnu.org--2005/muse--main--1.0--patch-31
3424      mwolson@gnu.org--2005/muse--main--1.0--patch-32
3425      mwolson@gnu.org--2005/muse--main--1.0--patch-33
3426      mwolson@gnu.org--2005/muse--main--1.0--patch-34
3427      mwolson@gnu.org--2005/muse--main--1.0--patch-35
3428      mwolson@gnu.org--2005/muse--main--1.0--patch-36
3429      mwolson@gnu.org--2005/muse--main--1.0--patch-37
3430      mwolson@gnu.org--2005/muse--main--1.0--patch-38
3431      mwolson@gnu.org--2005/muse--main--1.0--patch-39
3432      mwolson@gnu.org--2005/muse--main--1.0--patch-40
3433      mwolson@gnu.org--2005/muse--main--1.0--patch-41
3434      mwolson@gnu.org--2005/muse--main--1.0--patch-42
3435      mwolson@gnu.org--2005/muse--main--1.0--patch-43
3436      mwolson@gnu.org--2005/muse--main--1.0--patch-44
3437      mwolson@gnu.org--2005/muse--main--1.0--patch-45
3438      mwolson@gnu.org--2005/muse--main--1.0--patch-46
3439      mwolson@gnu.org--2005/muse--main--1.0--patch-47
3440      mwolson@gnu.org--2005/muse--main--1.0--patch-48
3441      mwolson@gnu.org--2005/muse--main--1.0--patch-49
3442      mwolson@gnu.org--2005/muse--main--1.0--patch-50
3443      mwolson@gnu.org--2005/muse--main--1.0--patch-51
3444      mwolson@gnu.org--2005/muse--main--1.0--patch-52
3445      mwolson@gnu.org--2005/muse--main--1.0--patch-53
3446      mwolson@gnu.org--2005/muse--main--1.0--patch-54
3447      mwolson@gnu.org--2005/muse--main--1.0--patch-55
3448      mwolson@gnu.org--2005/muse--main--1.0--patch-56
3449      mwolson@gnu.org--2005/muse--main--1.0--patch-57
3450      mwolson@gnu.org--2005/muse--main--1.0--patch-58
3451      mwolson@gnu.org--2005/muse--main--1.0--patch-59
3452      mwolson@gnu.org--2005/muse--main--1.0--patch-60
3453      mwolson@gnu.org--2005/muse--main--1.0--patch-61
3454      mwolson@gnu.org--2005/muse--main--1.0--patch-62
3455      mwolson@gnu.org--2005/muse--main--1.0--patch-63
3456      mwolson@gnu.org--2005/muse--main--1.0--patch-64
3457      mwolson@gnu.org--2005/muse--main--1.0--patch-65
3458      mwolson@gnu.org--2005/muse--main--1.0--patch-66
3459      mwolson@gnu.org--2005/muse--main--1.0--patch-67
3460      mwolson@gnu.org--2005/muse--main--1.0--patch-68
3461      mwolson@gnu.org--2005/muse--main--1.0--patch-69
3462      mwolson@gnu.org--2005/muse--main--1.0--patch-70
3463      mwolson@gnu.org--2005/muse--main--1.0--patch-71
3464      mwolson@gnu.org--2005/muse--main--1.0--patch-72
3465      mwolson@gnu.org--2005/muse--main--1.0--patch-73
3466      mwolson@gnu.org--2005/muse--main--1.0--patch-74
3467      mwolson@gnu.org--2005/muse--main--1.0--patch-75
3468      mwolson@gnu.org--2005/muse--main--1.0--patch-76
3469      mwolson@gnu.org--2005/muse--main--1.0--patch-77
3470      mwolson@gnu.org--2005/muse--main--1.0--patch-78
3471      mwolson@gnu.org--2005/muse--main--1.0--patch-79
3472      mwolson@gnu.org--2005/muse--main--1.0--patch-80
3473      mwolson@gnu.org--2005/muse--main--1.0--patch-81
3474      mwolson@gnu.org--2005/muse--main--1.0--patch-82
3475      mwolson@gnu.org--2005/muse--main--1.0--patch-83
3476      mwolson@gnu.org--2005/muse--main--1.0--patch-84
3477      mwolson@gnu.org--2005/muse--main--1.0--patch-85
3478      mwolson@gnu.org--2005/muse--main--1.0--patch-86
3479      mwolson@gnu.org--2005/muse--main--1.0--patch-87
3480      mwolson@gnu.org--2005/muse--main--1.0--patch-88
3481      mwolson@gnu.org--2005/muse--main--1.0--patch-89
3482      mwolson@gnu.org--2005/muse--main--1.0--patch-90
3483      mwolson@gnu.org--2005/muse--main--1.0--patch-91
3484      mwolson@gnu.org--2005/muse--main--1.0--patch-92
3485      mwolson@gnu.org--2005/muse--main--1.0--patch-93
3486      mwolson@gnu.org--2005/muse--main--1.0--patch-94
3487      mwolson@gnu.org--2005/muse--main--1.0--patch-95
3488      mwolson@gnu.org--2005/muse--main--1.0--patch-96
3489      mwolson@gnu.org--2005/muse--main--1.0--patch-97
3490      mwolson@gnu.org--2005/muse--main--1.0--patch-98
3491      mwolson@gnu.org--2005/muse--main--1.0--patch-99
3492      mwolson@gnu.org--2005/muse--main--1.0--patch-100
3493      mwolson@gnu.org--2005/muse--main--1.0--patch-101
3494      mwolson@gnu.org--2005/muse--main--1.0--patch-102
3495      mwolson@gnu.org--2005/muse--main--1.0--patch-103
3496      mwolson@gnu.org--2005/muse--main--1.0--patch-104
3497      mwolson@gnu.org--2005/muse--main--1.0--patch-105
3498      mwolson@gnu.org--2005/muse--main--1.0--patch-106
3499      mwolson@gnu.org--2005/muse--main--1.0--patch-107
3500      mwolson@gnu.org--2005/muse--main--1.0--patch-108
3501      mwolson@gnu.org--2005/muse--main--1.0--patch-109
3502      mwolson@gnu.org--2005/muse--main--1.0--patch-110
3503      mwolson@gnu.org--2005/muse--main--1.0--patch-111
3504      mwolson@gnu.org--2005/muse--main--1.0--patch-112
3505      mwolson@gnu.org--2005/muse--main--1.0--patch-113
3506      mwolson@gnu.org--2005/muse--main--1.0--patch-114
3507      mwolson@gnu.org--2005/muse--main--1.0--patch-115
3508      mwolson@gnu.org--2005/muse--main--1.0--patch-116
3509      mwolson@gnu.org--2005/muse--main--1.0--patch-117
3510      mwolson@gnu.org--2005/muse--main--1.0--patch-118
3511      mwolson@gnu.org--2005/muse--main--1.0--patch-119
3512      mwolson@gnu.org--2005/muse--main--1.0--patch-120
3513      mwolson@gnu.org--2005/muse--main--1.0--patch-121
3514      mwolson@gnu.org--2005/muse--main--1.0--patch-122
3515      mwolson@gnu.org--2005/muse--main--1.0--patch-123
3516      mwolson@gnu.org--2005/muse--main--1.0--patch-124
3517      mwolson@gnu.org--2005/muse--main--1.0--patch-125
3518      mwolson@gnu.org--2005/muse--main--1.0--patch-126
3519      mwolson@gnu.org--2005/muse--main--1.0--patch-127
3520      mwolson@gnu.org--2005/muse--main--1.0--patch-128
3521      mwolson@gnu.org--2005/muse--main--1.0--patch-129
3522      mwolson@gnu.org--2005/muse--main--1.0--patch-130
3523      mwolson@gnu.org--2005/muse--main--1.0--patch-131
3524      mwolson@gnu.org--2005/muse--main--1.0--patch-132
3525      mwolson@gnu.org--2005/muse--main--1.0--patch-133
3526      mwolson@gnu.org--2005/muse--main--1.0--patch-134
3527      mwolson@gnu.org--2005/muse--main--1.0--patch-135
3528      mwolson@gnu.org--2005/muse--main--1.0--patch-136
3529      mwolson@gnu.org--2005/muse--main--1.0--patch-137
3530      mwolson@gnu.org--2005/muse--main--1.0--patch-138
3531      mwolson@gnu.org--2005/muse--main--1.0--patch-139
3532      mwolson@gnu.org--2005/muse--main--1.0--patch-140
3533      mwolson@gnu.org--2005/muse--main--1.0--patch-141
3534      mwolson@gnu.org--2005/muse--main--1.0--patch-142
3535      mwolson@gnu.org--2005/muse--main--1.0--patch-143
3536      mwolson@gnu.org--2005/muse--main--1.0--patch-144
3537      mwolson@gnu.org--2005/muse--main--1.0--patch-145
3538      mwolson@gnu.org--2005/muse--main--1.0--patch-146
3539      mwolson@gnu.org--2005/muse--main--1.0--patch-147
3540      mwolson@gnu.org--2005/muse--main--1.0--patch-148
3541      mwolson@gnu.org--2005/muse--main--1.0--patch-149
3542      mwolson@gnu.org--2005/muse--main--1.0--patch-150
3543      mwolson@gnu.org--2005/muse--main--1.0--patch-151
3544      mwolson@gnu.org--2005/muse--main--1.0--patch-152
3545      mwolson@gnu.org--2005/muse--main--1.0--patch-153
3546      mwolson@gnu.org--2005/muse--main--1.0--patch-154
3547      mwolson@gnu.org--2005/muse--main--1.0--patch-155
3548      mwolson@gnu.org--2005/muse--main--1.0--patch-156
3549      mwolson@gnu.org--2005/muse--main--1.0--patch-157
3550      mwolson@gnu.org--2005/muse--main--1.0--patch-158
3551      mwolson@gnu.org--2005/muse--main--1.0--patch-159
3552      mwolson@gnu.org--2005/muse--main--1.0--patch-160
3553      mwolson@gnu.org--2005/muse--main--1.0--patch-161
3554      mwolson@gnu.org--2005/muse--main--1.0--patch-162
3555      mwolson@gnu.org--2005/muse--main--1.0--patch-163
3556      mwolson@gnu.org--2005/muse--main--1.0--patch-164
3557      mwolson@gnu.org--2005/muse--main--1.0--patch-165
3558      mwolson@gnu.org--2005/muse--main--1.0--patch-166
3559      mwolson@gnu.org--2005/muse--main--1.0--patch-167
3560      mwolson@gnu.org--2005/muse--main--1.0--patch-168
3561      mwolson@gnu.org--2005/muse--main--1.0--patch-169
3562      mwolson@gnu.org--2005/muse--main--1.0--patch-170
3563      mwolson@gnu.org--2005/muse--main--1.0--patch-171
3564      mwolson@gnu.org--2005/muse--main--1.0--patch-172
3565      mwolson@gnu.org--2005/muse--main--1.0--patch-173
3566      mwolson@gnu.org--2005/muse--main--1.0--patch-174
3567      mwolson@gnu.org--2005/muse--main--1.0--patch-175
3568      mwolson@gnu.org--2005/muse--main--1.0--patch-176
3569      mwolson@gnu.org--2005/muse--main--1.0--patch-177
3570      mwolson@gnu.org--2005/muse--main--1.0--patch-178
3571      mwolson@gnu.org--2005/muse--main--1.0--patch-179
3572      mwolson@gnu.org--2005/muse--main--1.0--patch-180
3573      mwolson@gnu.org--2005/muse--main--1.0--patch-181
3574      mwolson@gnu.org--2005/muse--main--1.0--patch-182
3575      mwolson@gnu.org--2005/muse--main--1.0--patch-183
3576      mwolson@gnu.org--2005/muse--main--1.0--patch-184
3577      mwolson@gnu.org--2005/muse--main--1.0--patch-185
3578      mwolson@gnu.org--2005/muse--main--1.0--patch-186
3579      mwolson@gnu.org--2005/muse--main--1.0--patch-187
3580      mwolson@gnu.org--2005/muse--main--1.0--patch-188
3581      mwolson@gnu.org--2005/muse--main--1.0--patch-189
3582      mwolson@gnu.org--2005/muse--main--1.0--patch-190
3583      mwolson@gnu.org--2005/muse--main--1.0--patch-191
3584      mwolson@gnu.org--2005/muse--main--1.0--patch-192
3585      mwolson@gnu.org--2005/muse--main--1.0--patch-193
3586      mwolson@gnu.org--2005/muse--main--1.0--patch-194
3587      mwolson@gnu.org--2005/muse--main--1.0--patch-195
3588      mwolson@gnu.org--2005/muse--main--1.0--patch-196
3589      mwolson@gnu.org--2005/muse--main--1.0--patch-197
3590      mwolson@gnu.org--2005/muse--main--1.0--patch-198
3591      mwolson@gnu.org--2005/muse--main--1.0--patch-199
3592      mwolson@gnu.org--2005/muse--main--1.0--patch-200
3593      mwolson@gnu.org--2005/muse--main--1.0--patch-201
3594      mwolson@gnu.org--2005/muse--main--1.0--patch-202
3595      mwolson@gnu.org--2005/muse--main--1.0--patch-203
3596      mwolson@gnu.org--2005/muse--main--1.0--patch-204
3597      mwolson@gnu.org--2005/muse--main--1.0--patch-205
3598      mwolson@gnu.org--2005/muse--main--1.0--patch-206
3599      mwolson@gnu.org--2005/muse--main--1.0--patch-207
3600      mwolson@gnu.org--2005/muse--main--1.0--patch-208
3601      mwolson@gnu.org--2005/muse--main--1.0--patch-209
3602      mwolson@gnu.org--2005/muse--main--1.0--patch-210
3603      mwolson@gnu.org--2005/muse--main--1.0--patch-211
3604      mwolson@gnu.org--2005/muse--main--1.0--patch-212
3605      mwolson@gnu.org--2005/muse--main--1.0--patch-213
3606      mwolson@gnu.org--2005/muse--main--1.0--patch-214
3607      mwolson@gnu.org--2005/muse--main--1.0--patch-215
3608      mwolson@gnu.org--2005/muse--main--1.0--patch-216
3609      mwolson@gnu.org--2005/muse--main--1.0--patch-217
3610      mwolson@gnu.org--2005/muse--main--1.0--patch-218
3611      mwolson@gnu.org--2005/muse--main--1.0--patch-219
3612      mwolson@gnu.org--2005/muse--main--1.0--patch-220
3613      mwolson@gnu.org--2005/muse--main--1.0--patch-221
3614      mwolson@gnu.org--2005/muse--main--1.0--patch-222
3615      mwolson@gnu.org--2005/muse--main--1.0--patch-223
3616      mwolson@gnu.org--2005/muse--main--1.0--patch-224
3617      mwolson@gnu.org--2005/muse--main--1.0--patch-225
3618      mwolson@gnu.org--2005/muse--main--1.0--patch-226
3619      mwolson@gnu.org--2005/muse--main--1.0--patch-227
3620      mwolson@gnu.org--2005/muse--main--1.0--patch-228
3621      mwolson@gnu.org--2005/muse--main--1.0--patch-229
3622      mwolson@gnu.org--2005/muse--main--1.0--patch-230
3623      mwolson@gnu.org--2005/muse--main--1.0--patch-231
3624      mwolson@gnu.org--2005/muse--main--1.0--patch-232
3625      mwolson@gnu.org--2005/muse--main--1.0--patch-233
3626      mwolson@gnu.org--2005/muse--main--1.0--patch-234
3627      mwolson@gnu.org--2005/muse--main--1.0--patch-235
3628      mwolson@gnu.org--2005/muse--main--1.0--patch-236
3629      mwolson@gnu.org--2005/muse--main--1.0--patch-237
3630      mwolson@gnu.org--2005/muse--main--1.0--patch-238
3631      mwolson@gnu.org--2005/muse--main--1.0--patch-239
3632      mwolson@gnu.org--2005/muse--main--1.0--patch-240
3633      mwolson@gnu.org--2005/muse--main--1.0--patch-241
3634      mwolson@gnu.org--2005/muse--main--1.0--patch-242
3635      mwolson@gnu.org--2005/muse--main--1.0--patch-243
3636      mwolson@gnu.org--2005/muse--main--1.0--patch-244
3637      mwolson@gnu.org--2005/muse--main--1.0--patch-245
3638      mwolson@gnu.org--2005/muse--main--1.0--patch-246
3639      mwolson@gnu.org--2005/muse--main--1.0--patch-247
3640      mwolson@gnu.org--2005/muse--main--1.0--patch-248
3641      mwolson@gnu.org--2005/muse--main--1.0--patch-249
3642      mwolson@gnu.org--2005/muse--main--1.0--patch-250
3643      mwolson@gnu.org--2005/muse--main--1.0--patch-251
3644      mwolson@gnu.org--2005/muse--main--1.0--patch-252
3645      mwolson@gnu.org--2005/muse--main--1.0--patch-253
3646      mwolson@gnu.org--2005/muse--main--1.0--patch-254
3647      mwolson@gnu.org--2005/muse--main--1.0--patch-255
3648      mwolson@gnu.org--2005/muse--main--1.0--patch-256
3649      mwolson@gnu.org--2005/muse--main--1.0--patch-257
3650      mwolson@gnu.org--2005/muse--main--1.0--patch-258
3651      mwolson@gnu.org--2005/muse--main--1.0--patch-259
3652      mwolson@gnu.org--2005/muse--main--1.0--patch-260
3653      mwolson@gnu.org--2005/muse--main--1.0--patch-261
3654      mwolson@gnu.org--2005/muse--main--1.0--patch-262
3655      mwolson@gnu.org--2005/muse--main--1.0--patch-263
3656      mwolson@gnu.org--2005/muse--main--1.0--patch-264
3657      mwolson@gnu.org--2005/muse--main--1.0--patch-265
3658      mwolson@gnu.org--2005/muse--main--1.0--patch-266
3659      mwolson@gnu.org--2005/muse--main--1.0--patch-267
3660      mwolson@gnu.org--2005/muse--main--1.0--patch-268
3661      mwolson@gnu.org--2005/muse--main--1.0--patch-269
3662      mwolson@gnu.org--2005/muse--main--1.0--patch-270
3663      mwolson@gnu.org--2005/muse--main--1.0--patch-271
3664      mwolson@gnu.org--2005/muse--main--1.0--patch-272
3665      mwolson@gnu.org--2005/muse--main--1.0--patch-273
3666      mwolson@gnu.org--2005/muse--main--1.0--patch-274
3667      mwolson@gnu.org--2005/muse--main--1.0--patch-275
3668      mwolson@gnu.org--2005/muse--main--1.0--patch-276
3669      mwolson@gnu.org--2005/muse--main--1.0--patch-277
3670      mwolson@gnu.org--2005/muse--main--1.0--patch-278
3671      mwolson@gnu.org--2005/muse--main--1.0--patch-279
3672      mwolson@gnu.org--2005/muse--main--1.0--patch-280
3673      mwolson@gnu.org--2005/muse--main--1.0--patch-281
3674      mwolson@gnu.org--2005/muse--main--1.0--patch-282
3675      mwolson@gnu.org--2005/muse--main--1.0--patch-283
3676      mwolson@gnu.org--2005/muse--main--1.0--patch-284
3677      mwolson@gnu.org--2005/muse--main--1.0--patch-285
3678      mwolson@gnu.org--2005/muse--main--1.0--patch-286
3679      mwolson@gnu.org--2005/muse--main--1.0--patch-287
3680      mwolson@gnu.org--2005/muse--main--1.0--patch-288
3681      mwolson@gnu.org--2005/muse--main--1.0--patch-289
3682      mwolson@gnu.org--2005/muse--main--1.0--patch-290
3683      mwolson@gnu.org--2005/muse--main--1.0--patch-291
3684      mwolson@gnu.org--2005/muse--main--1.0--patch-292
3685      mwolson@gnu.org--2005/muse--main--1.0--patch-293
3686      mwolson@gnu.org--2005/muse--main--1.0--patch-294
3687      mwolson@gnu.org--2005/muse--main--1.0--patch-295
3688      mwolson@gnu.org--2005/muse--main--1.0--patch-296
3689      mwolson@gnu.org--2005/muse--main--1.0--patch-297
3690      mwolson@gnu.org--2005/muse--main--1.0--patch-298
3691      mwolson@gnu.org--2005/muse--main--1.0--patch-299
3692      mwolson@gnu.org--2005/muse--main--1.0--patch-300
3693      mwolson@gnu.org--2005/muse--main--1.0--patch-301
3694      mwolson@gnu.org--2005/muse--main--1.0--patch-302
3695      mwolson@gnu.org--2005/muse--main--1.0--patch-303
3696      mwolson@gnu.org--2005/muse--main--1.0--patch-304
3697      mwolson@gnu.org--2005/muse--main--1.0--patch-305
3698      mwolson@gnu.org--2005/muse--main--1.0--patch-306
3699      mwolson@gnu.org--2005/muse--main--1.0--patch-307
3700      mwolson@gnu.org--2005/muse--main--1.0--patch-308
3701      mwolson@gnu.org--2005/muse--main--1.0--patch-309
3702      mwolson@gnu.org--2005/muse--main--1.0--patch-310
3703      mwolson@gnu.org--2005/muse--main--1.0--patch-311
3704      mwolson@gnu.org--2005/muse--main--1.0--patch-312
3705      mwolson@gnu.org--2005/muse--main--1.0--patch-313
3706      mwolson@gnu.org--2005/muse--main--1.0--patch-314
3707      mwolson@gnu.org--2005/muse--main--1.0--patch-315
3708      mwolson@gnu.org--2005/muse--main--1.0--patch-316
3709      mwolson@gnu.org--2005/muse--main--1.0--patch-317
3710      mwolson@gnu.org--2005/muse--main--1.0--patch-318
3711      mwolson@gnu.org--2005/muse--main--1.0--patch-319
3712      mwolson@gnu.org--2005/muse--main--1.0--patch-320
3713      mwolson@gnu.org--2005/muse--main--1.0--patch-321
3714      mwolson@gnu.org--2005/muse--main--1.0--patch-322
3715      mwolson@gnu.org--2005/muse--main--1.0--patch-323
3716      mwolson@gnu.org--2005/muse--main--1.0--patch-324
3717      mwolson@gnu.org--2005/muse--main--1.0--patch-325
3718      mwolson@gnu.org--2005/muse--main--1.0--patch-326
3719      mwolson@gnu.org--2005/muse--main--1.0--patch-327
3720      mwolson@gnu.org--2005/muse--main--1.0--patch-328
3721      mwolson@gnu.org--2005/muse--main--1.0--patch-329
3722      mwolson@gnu.org--2005/muse--main--1.0--patch-330
3723      mwolson@gnu.org--2005/muse--main--1.0--patch-331
3724      mwolson@gnu.org--2005/muse--main--1.0--patch-332
3725      mwolson@gnu.org--2005/muse--main--1.0--patch-333
3726      mwolson@gnu.org--2005/muse--main--1.0--patch-334
3727      mwolson@gnu.org--2005/muse--main--1.0--patch-335
3728      mwolson@gnu.org--2005/muse--main--1.0--patch-336
3729      mwolson@gnu.org--2005/muse--main--1.0--patch-337
3730      mwolson@gnu.org--2005/muse--main--1.0--patch-338
3731      mwolson@gnu.org--2005/muse--main--1.0--patch-339
3732      mwolson@gnu.org--2005/muse--main--1.0--patch-340
3733      mwolson@gnu.org--2005/muse--main--1.0--patch-341
3734      mwolson@gnu.org--2005/muse--main--1.0--patch-342
3735      mwolson@gnu.org--2005/muse--main--1.0--patch-343
3736      mwolson@gnu.org--2005/muse--main--1.0--patch-344
3737      mwolson@gnu.org--2005/muse--main--1.0--patch-345
3738      mwolson@gnu.org--2005/muse--main--1.0--patch-346
3739      mwolson@gnu.org--2005/muse--main--1.0--patch-347
3740      mwolson@gnu.org--2005/muse--main--1.0--patch-348
3741      mwolson@gnu.org--2005/muse--main--1.0--patch-349
3742      mwolson@gnu.org--2005/muse--main--1.0--patch-350
3743      mwolson@gnu.org--2005/muse--main--1.0--patch-351
3744      mwolson@gnu.org--2005/muse--main--1.0--patch-352
3745      mwolson@gnu.org--2005/muse--main--1.0--patch-353
3746      mwolson@gnu.org--2005/muse--main--1.0--patch-354
3747      mwolson@gnu.org--2005/muse--main--1.0--patch-355
3748      mwolson@gnu.org--2005/muse--rel--3.02--base-0
3749      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
3750      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
3751      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
3752      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
3753      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
3754      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
3755      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
3756      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
3757      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
3758      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
3759      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
3760      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
3761      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
3762      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
3763      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
3764      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
3765      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
3766      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
3767      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
3768      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
3769      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
3770      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
3771      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
3772      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
3773      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
3774      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
3775      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
3776      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
3777      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
3778      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
3779      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
3780      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
3781      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
3782      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
3783      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
3784      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
3785      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
3786      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
3787      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
3788      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
3789      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
3790      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
3791      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8