Make muse-publish-markup-buffer usable even with no current file.
[muse-el.git] / ChangeLog
blob3bd4d6bac944c57ef509023b5e930af57fd2a774
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-03 00:39:47 GMT Michael Olson <mwolson@gnu.org> patch-158
7     Summary:
8       Make muse-publish-markup-buffer usable even with no current file.
9     Revision:
10       muse--main--1.0--patch-158
12     * lisp/muse-publish.el (muse-publish-markup-buffer): Make this work even
13       if no file is associated with the buffer.  Thanks to dds for the fix.
15     modified files:
16      ChangeLog lisp/muse-publish.el
19 2006-06-26 18:13:59 GMT Michael Olson <mwolson@gnu.org> patch-157
21     Summary:
22       Don't use illegal C-c i keybinding.
23     Revision:
24       muse--main--1.0--patch-157
26     * lisp/muse-mode.el (muse-mode-map): Remove "C-c i" binding and use "C-c
27       TAB" for that purpose instead.  Thanks to Adrian Aichner for the
28       report.
29     
30     * muse.texi (Keystroke Summary): Update documentation for the above
31       change.
33     modified files:
34      ChangeLog lisp/muse-mode.el muse.texi
37 2006-06-12 13:58:59 GMT Michael Olson <mwolson@gnu.org> patch-156
39     Summary:
40       Improve ignored files regexp.
41     Revision:
42       muse--main--1.0--patch-156
44     * lisp/muse-project.el (muse-project-ignore-regexp): Ignore Darcs and SVN
45       metadata directories, and use a better matching technique for autosave
46       files.  Previously, files with '#' in them were ignored erroneously.
48     modified files:
49      ChangeLog lisp/muse-project.el
52 2006-06-12 13:55:17 GMT Michael Olson <mwolson@gnu.org> patch-155
54     Summary:
55       Provide example for <include> in Muse manual.
56     Revision:
57       muse--main--1.0--patch-155
59     * muse.texi (Tag Summary): Give an example of using the <include> tag.
61     modified files:
62      ChangeLog muse.texi
65 2006-06-10 06:49:08 GMT Michael Olson <mwolson@gnu.org> patch-154
67     Summary:
68       Make PDF version of the Muse manual be generated correctly.
69     Revision:
70       muse--main--1.0--patch-154
72     * muse.texi (Tag Summary): Use a slightly different syntax for the table
73       items.  Even though texinfo published the HTML version correctly, the
74       PDF version was not working.  Thanks to mirko.vukovic for the report.
76     modified files:
77      ChangeLog muse.texi
80 2006-06-03 23:38:12 GMT Michael Olson <mwolson@gnu.org> patch-153
82     Summary:
83       Fix bug introduced in last patch.
84     Revision:
85       muse--main--1.0--patch-153
87     * muse-publish.el (muse-publish-include-tag): Fix bug introduced in last
88       patch.
90     modified files:
91      ChangeLog lisp/muse-publish.el
94 2006-06-03 21:18:35 GMT Michael Olson <mwolson@gnu.org> patch-152
96     Summary:
97       Move Debian stuff into its own branch.
98     Revision:
99       muse--main--1.0--patch-152
101     * debian: Moved to muse--debian--0.
103     removed files:
104      debian/.arch-ids/=id debian/.arch-ids/NEWS.id
105      debian/.arch-ids/changelog.id debian/.arch-ids/compat.id
106      debian/.arch-ids/control.id debian/.arch-ids/copyright.id
107      debian/.arch-ids/emacsen-install.id
108      debian/.arch-ids/emacsen-remove.id
109      debian/.arch-ids/emacsen-startup.id
110      debian/.arch-ids/muse-el.dirs.id
111      debian/.arch-ids/muse-el.docs.id
112      debian/.arch-ids/muse-el.examples.id
113      debian/.arch-ids/muse-el.info.id debian/.arch-ids/rules.id
114      debian/NEWS debian/changelog debian/compat debian/control
115      debian/copyright debian/emacsen-install debian/emacsen-remove
116      debian/emacsen-startup debian/muse-el.dirs debian/muse-el.docs
117      debian/muse-el.examples debian/muse-el.info debian/rules
119     modified files:
120      ChangeLog
122     removed directories:
123      debian debian/.arch-ids
126 2006-06-03 21:12:36 GMT Michael Olson <mwolson@gnu.org> patch-151
128     Summary:
129       Provide some markup shortcuts for the <include> tag.
130     Revision:
131       muse--main--1.0--patch-151
133     * lisp/muse-publish.el (muse-publish-examplify-buffer): New function that
134       transforms the current buffer as if it were an <example> region.
135       (muse-publish-versify-buffer): Ditto, but for <verse> regions.
136       (muse-publish-include-tag): Docfix.  Support special cases for
137       markup="example" and markup="verse".
138     
139     * muse.texi (Tag Summary): Update for new <include> shortcuts.
141     modified files:
142      ChangeLog lisp/muse-publish.el muse.texi
145 2006-06-01 04:14:45 GMT Michael Olson <mwolson@gnu.org> patch-150
147     Summary:
148       Really update ChangeLog.2005.
149     Revision:
150       muse--main--1.0--patch-150
152     * ChangeLog.2005: Really update this.
154     new files:
155      .arch-ids/ChangeLog.2005.id ChangeLog.2005
157     removed files:
158      .arch-ids/ChangeLog.2005.id ChangeLog.2005
160     modified files:
161      .arch-ids/muse.texi.id ChangeLog
164 2006-06-01 04:05:33 GMT Michael Olson <mwolson@gnu.org> patch-149
166     Summary:
167       Second attempt at fixing XEmacs beta problem.
168     Revision:
169       muse--main--1.0--patch-149
171     * lisp/Makefile (ELC): Revert previous change, now that I have a hunch
172       about what causes the problem.
173     
174     * lisp/muse-publish.el (muse-publish-markup-regexps): Move anchor markup
175       lower to future-proof an idea that I have.
176       (muse-style-element): Make this a function instead of a substitution,
177       especially since it is potentially recursive.
179     modified files:
180      ChangeLog ChangeLog.2005 lisp/Makefile lisp/muse-publish.el
183 2006-06-01 03:47:49 GMT Michael Olson <mwolson@gnu.org> patch-148
185     Summary:
186       Update ChangeLogs.
187     Revision:
188       muse--main--1.0--patch-148
190     * ChangeLog: Rename from ChangeLog.2006 to follow Emacs conventions.
191     
192     * ChangeLog.2005: Mention ChangeLog.2004 for earlier changes.
193     
194     * lisp/muse-regexps.el: Add a few comments.
195     
196     * muse.texi (Tag Summary): Add example of <tag /> use.
198     modified files:
199      ChangeLog ChangeLog.2005 lisp/muse-regexps.el muse.texi
202 2006-06-01 03:44:00 GMT Michael Olson <mwolson@gnu.org> patch-147
204     Summary:
205       Try to work around a bug in XEmacs beta.
206     Revision:
207       muse--main--1.0--patch-147
209     * lisp/Makefile (ELC): Compile muse-publish.el first, to try to work
210       around a bug in XEmacs beta.
212     modified files:
213      ChangeLog lisp/Makefile
216 2006-05-30 18:21:51 GMT Michael Olson <mwolson@gnu.org> patch-146
218     Summary:
219       Fix tag-publishing in <insert> and <markup>.
220     Revision:
221       muse--main--1.0--patch-146
223     * lisp/muse-publish.el (muse-insert-file-or-string): Don't set
224       muse-publish-markup-tags, since that messes other things up for
225       <markup> and <insert>.
226       (muse-inhibit-style-tags): New variable that specifies whether to
227       disable looking for tag definitions that are specific to the current
228       style.  This is useful for publishing headers and footers.
229       (muse-publish-markup-tag): Use `muse-inhibit-style-tags', but disable
230       it unconditionally when calling a tag's function, so that the effect
231       does not propagate.
232     
233     * lisp/muse.el (muse-file-remote-p): New function that detects whether
234       the given file path is a remote location.  This is not used yet.
236     modified files:
237      ChangeLog lisp/muse-publish.el lisp/muse.el
240 2006-05-30 00:19:37 GMT Michael Olson <mwolson@gnu.org> patch-145
242     Summary:
243       Rename muse-convert.el to muse-latex-convert.el.
244     Revision:
245       muse--main--1.0--patch-145
247     * lisp/muse-convert-latex.el: Rename from muse-convert.el, since more
248       files of this nature are expected in the future.
250     modified files:
251      ChangeLog Makefile.defs debian/changelog
252      lisp/muse-convert-latex.el
254     renamed files:
255      lisp/.arch-ids/muse-convert.el.id
256        ==> lisp/.arch-ids/muse-convert-latex.el.id
257      lisp/muse-convert.el
258        ==> lisp/muse-convert-latex.el
261 2006-05-29 21:34:34 GMT Michael Olson <mwolson@gnu.org> patch-144
263     Summary:
264       List all tags in Muse's documentation.
265     Revision:
266       muse--main--1.0--patch-144
268     * lisp/muse-publish.el (muse-publish-markup-region): Remove cruft that I
269       was trying out.
270       (muse-publish-contents-depth): New option that specifies the maximum
271       depth of headings to include with <contents> tags.
272       (muse-publish-contents-tag): Use it.
273       (muse-publish-include-tag): Docfix.
274     
275     * muse.texi (Paragraphs): Mention <center> and <quote> tags.
276       (Tag Summary): New section that defines the syntax used for tags and
277       gives a complete listing of all of the tags that Muse comes with, as
278       well as some documentation for each tag.
279       (HTML): Update documentation.
281     modified files:
282      ChangeLog lisp/muse-publish.el muse.texi
285 2006-05-29 18:48:41 GMT Michael Olson <mwolson@gnu.org> patch-143
287     Summary:
288       Implement <include> and <markup> tags.
289     Revision:
290       muse--main--1.0--patch-143
292     * lisp/muse-html.el (muse-html-markup-regexps): Make paragraph detection
293       work better when a paragraph follows some other markup, especially
294       tables.
295     
296     * lisp/muse-publish.el (muse-publish-markup-tags): Add <include> and
297       <markup> tags.
298       (muse-publish-markup): Fix edge case.
299       (muse-publish-markup-header-footer-tags): New option that specifies
300       which tags may be used when publishing headers and footers.
301       (muse-insert-file-or-string): Use
302       muse-publish-markup-header-footer-tags instead of a hard-coded value.
303       (muse-publish-markup-region): Make title and style arguments optional,
304       so that this is easier to use.
305       (muse-publish-include-tag): Implement <include> tag.  I've tested all
306       of the cases I can think of, and it works.
307       (muse-publish-mark-up-tag): Implement <markup> tag.  This is handy for
308       times when you want to publish Muse markup in headers and footers.
309       Adding a table of contents to a header should be particularly easy now.
311     modified files:
312      ChangeLog lisp/muse-html.el lisp/muse-publish.el
315 2006-05-29 14:59:31 GMT Michael Olson <mwolson@gnu.org> patch-142
317     Summary:
318       Make ChangeLog conform to conventions better.
319     Revision:
320       muse--main--1.0--patch-142
322     * ChangeLog: Renamed from ChangeLog.2006 in order to follow Emacs
323       conventions better.  Specify the buffer encoding.  Add helpful notices
324       near the bottom of this and ChangeLog.2005.
326     modified files:
327      ChangeLog ChangeLog.2004 ChangeLog.2005 debian/rules
328      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/base-0
330     renamed files:
331      .arch-ids/ChangeLog.2006.id
332        ==> .arch-ids/ChangeLog.id
333      ChangeLog.2006
334        ==> ChangeLog
337 2006-05-28 07:45:09 GMT Michael Olson <mwolson@gnu.org> patch-141
339     Summary:
340       Provide explanation of how to invoke getstamps.py.
341     Revision:
342       muse--main--1.0--patch-141
344     * contrib/pyblosxom/getstamps.py: Strip the Muse file extension when
345       writing the timestamps file.
346     
347     * contrib/pyblosxom/make-blog: New example script that shows how to
348       invoke getstamps.py.
349     
350     * examples/mwolson/stylesheets/common.css: Update.
351     
352     * muse.texi (Blosxom Requirements): Mention the new example script.
353       Additionally, explain how to call getstamps.py.
355     new files:
356      contrib/pyblosxom/.arch-ids/make-blog.id
357      contrib/pyblosxom/make-blog
359     modified files:
360      ChangeLog.2006 contrib/pyblosxom/getstamps.py
361      examples/mwolson/stylesheets/common.css muse.texi
364 2006-05-28 06:40:46 GMT Michael Olson <mwolson@gnu.org> patch-140
366     Summary:
367       muse-blosxom: Perform extra check on category in new entry.
368     Revision:
369       muse--main--1.0--patch-140
371     * lisp/muse-blosxom.el (muse-blosxom-new-entry): Make it impossible to
372       write an invalid categories line, which could cause other mysterious
373       troubles later on.
375     modified files:
376      ChangeLog.2006 lisp/muse-blosxom.el
379 2006-05-28 06:31:11 GMT Michael Olson <mwolson@gnu.org> patch-139
381     Summary:
382       Improve documentation in the included pyblosxom plug-ins.
383     Revision:
384       muse--main--1.0--patch-139
386     * contrib/pyblosxom/getstamps.py, hardcodedates.py: Improve
387       documentation.  The initial wording was very confusing.
389     modified files:
390      ChangeLog.2006 contrib/pyblosxom/getstamps.py
391      contrib/pyblosxom/hardcodedates.py
394 2006-05-27 06:25:32 GMT Michael Olson <mwolson@gnu.org> patch-138
396     Summary:
397       Minor tweak in my example CSS stylesheet.
398     Revision:
399       muse--main--1.0--patch-138
401     * examples/mwolson/stylesheets/common.css: Be careful about
402       distinguishing between links and anchors.
404     modified files:
405      ChangeLog.2006 examples/mwolson/stylesheets/common.css
408 2006-05-26 14:38:01 GMT Michael Olson <mwolson@gnu.org> patch-137
410     Summary:
411       Use better fallback when displaying warnings.
412     Revision:
413       muse--main--1.0--patch-137
415     * lisp/muse.el (muse-display-warning): Use a better fallback if
416       `display-warning' does not exist.
418     modified files:
419      ChangeLog.2006 lisp/muse.el
422 2006-05-25 21:23:55 GMT Michael Olson <mwolson@gnu.org> patch-136
424     Summary:
425       Make the Table of Contents CSS easier to customize.
426     Revision:
427       muse--main--1.0--patch-136
429     * examples/mwolson/muse-init.el (muse-bad-link): Update.
430     
431     * examples/mwolson/stylesheets/*.css: Update and add license.
432     
433     * lisp/muse-html.el (muse-html-insert-contents): Surround contents with
434       <div> section for easier CSS hacking.  Remove the class attribute of
435       other elements, since we don't need it anymore.
437     modified files:
438      ChangeLog.2006 Makefile.defs debian/changelog
439      examples/mwolson/muse-init.el
440      examples/mwolson/stylesheets/blog.css
441      examples/mwolson/stylesheets/common.css
442      examples/mwolson/stylesheets/print.css
443      examples/mwolson/stylesheets/screen.css lisp/muse-html.el
446 2006-05-24 03:30:40 GMT Michael Olson <mwolson@gnu.org> patch-135
448     Summary:
449       Fix a potential unbounded recursive call.
450     Revision:
451       muse--main--1.0--patch-135
453     * lisp/muse-project.el (muse-updating-file-alist-p): New variable that
454       prevents calls to muse-project-file-alist in its hook functions from
455       going into an infinite loop.
456       (muse-project-file-alist): Use it.
457     
458     * lisp/muse-wiki.el (muse-wiki-updating-wikiword-p): Remove.  This is now
459       handled in muse-project.el.
460       (muse-wiki-update-local-wikiword-regexp): Remove the use of
461       muse-wiki-updating-wikiword-p.
463     modified files:
464      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
467 2006-05-23 18:10:49 GMT Michael Olson <mwolson@gnu.org> patch-134
469     Summary:
470       Try not to call tramp during publishing.
471     Revision:
472       muse--main--1.0--patch-134
474     * lisp/muse-publish.el (muse-insert-file-or-string): Do not call
475       file-readable-p on text that has a newline in it, because this could
476       cause tramp to be invoked.
478     modified files:
479      ChangeLog.2006 lisp/muse-publish.el
482 2006-05-23 15:30:02 GMT Michael Olson <mwolson@gnu.org> patch-133
484     Summary:
485       Make links colored blue by default.
486     Revision:
487       muse--main--1.0--patch-133
489     * lisp/muse-colors.el (muse-link): Make links blue by default, like most
490       other Emacs modes do.
492     modified files:
493      ChangeLog.2006 lisp/muse-colors.el
496 2006-05-23 14:24:58 GMT Michael Olson <mwolson@gnu.org> patch-132
498     Summary:
499       Fix publishing error with tables and initial whitespace.
500     Revision:
501       muse--main--1.0--patch-132
503     * lisp/muse-publish.el (muse-publish-markup-regexps): Move table rule
504       above blockquote and centered text, so that indented but blank initial
505       table fields publish correctly.
506     
507     * lisp/muse-regexps.el (muse-table-line-regexp): Make this much simpler.
508       We accept anything that has at least one field delimiter.
510     modified files:
511      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
514 2006-05-18 06:58:58 GMT Michael Olson <mwolson@gnu.org> patch-131
516     Summary:
517       Add muse-protocol-iw.el to experimental folder.
518     Revision:
519       muse--main--1.0--patch-131
521     * experimental/muse-protocol-iw.el: New experimental file that implements
522       an interwiki protocol of sorts that handles subdirectories.
524     new files:
525      experimental/.arch-ids/muse-protocol-iw.el.id
526      experimental/muse-protocol-iw.el
528     modified files:
529      AUTHORS ChangeLog.2006 experimental/muse-split.el
532 2006-05-18 06:43:30 GMT Michael Olson <mwolson@gnu.org> patch-130
534     Summary:
535       Add muse-split.el to experimental folder.
536     Revision:
537       muse--main--1.0--patch-130
539     * experimental/muse-split.el: New experimental file that splits published
540       Muse files into several smaller files.
542     new files:
543      experimental/.arch-ids/muse-split.el.id
544      experimental/muse-split.el
546     modified files:
547      AUTHORS ChangeLog.2006 Makefile.defs debian/changelog
548      debian/control
551 2006-05-18 06:03:49 GMT Michael Olson <mwolson@gnu.org> patch-129
553     Summary:
554       muse-wiki: Make the interwiki resolver a bit more clever.
555     Revision:
556       muse--main--1.0--patch-129
558     * lisp/muse-project.el (muse-project-choose-style): New function that
559       chooses a style from a list of styles, given a user-supplied test.
560     
561     * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix): New function
562       that is used along with `muse-project-choose-style' to pick the first
563       style that matches a given value for :link-prefix.
564       (muse-wiki-resolve-project-page-1): New function split from
565       `muse-wiki-resolve-project-page' for readability.  Try to match files
566       that have the same link-suffix.  This should hopefully fix a bug
567       noticed by Hans Ekbrand.
569     modified files:
570      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
573 2006-05-18 01:24:04 GMT Michael Olson <mwolson@gnu.org> patch-128
575     Summary:
576       Fix bug where links with :: in them were marked up as lists.
577     Revision:
578       muse--main--1.0--patch-128
580     * lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
581       Change noemphasis property to muse-link.
582     
583     * lisp/muse.el (muse-forward-list-item): Respect muse-link property.
584     
585     * lisp/muse-publish.el (muse-publish-surround-text)
586       (muse-publish-markup-list): Ditto.  This should fix a bug.
587       (muse-publish-markup-list): Docfix.
588       (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.
589     
590     * lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
591       There must be either one or more spaces or a single newline after the
592       colons.  This prevents an ambiguity with the double-colon muse-wiki
593       interwiki delimiter.
595     modified files:
596      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
597      lisp/muse-regexps.el lisp/muse-xml-common.el lisp/muse.el
600 2006-05-17 21:27:19 GMT Michael Olson <mwolson@gnu.org> patch-127
602     Summary:
603       DTRT with explicit links that have no description.
604     Revision:
605       muse--main--1.0--patch-127
607     * lisp/muse-publish.el (muse-publish-markup-link): If we are given an
608       explicit link without a description, use the name of the linked page.
610     modified files:
611      ChangeLog.2006 lisp/muse-publish.el
614 2006-05-16 15:53:56 GMT Michael Olson <mwolson@gnu.org> patch-126
616     Summary:
617       Fix emdash in link description bug.
618     Revision:
619       muse--main--1.0--patch-126
621     * lisp/muse-publish.el (muse-publish-markup-emdash): Don't markup emdash
622       if we are in a link, since otherwise it will be incorrectly escaped.
623       Thanks to Chiyuan Zhang for the report.
625     modified files:
626      ChangeLog.2006 Makefile.defs debian/changelog
627      lisp/muse-publish.el
630 2006-05-12 04:16:43 GMT Michael Olson <mwolson@gnu.org> patch-125
632     Summary:
633       Fix #5925: Emphasis on item breaks lists.
634     Revision:
635       muse--main--1.0--patch-125
637     * lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
638       as the browsing function.
639     
640     * lisp/muse-mode.el (muse-browse-result): Only include styles that match
641       the current file.
642     
643     * lisp/muse.el (muse-list-item-critical-point): Take a new argument named
644       `offset' into account, in case the list-item regexp is nested in
645       another group.
646       (muse-forward-list-item): Call `muse-list-item-critical-point' with an
647       offset of 1.  This should fix an unpleasant list-as-blockquote error
648       that was noticed recently.  Thanks to John Sullivan for the report.
650     modified files:
651      ChangeLog.2006 lisp/muse-blosxom.el lisp/muse-mode.el
652      lisp/muse.el
655 2006-05-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
657     Summary:
658       Fix a couple of beginning-of-buffer errors.
659     Revision:
660       muse--main--1.0--patch-124
662     * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
663       don't throw an error if at the beginning of the buffer.  Thanks to John
664       Sullivan for the report.
666     modified files:
667      ChangeLog.2006 lisp/muse-mode.el
670 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
672     Summary:
673       muse.texi: Change use of @subsubheading to @subheading.
674     Revision:
675       muse--main--1.0--patch-123
677     * muse.texi: Change use of @subsubheading to @subheading throughout
678       document.
680     modified files:
681      ChangeLog.2006 muse.texi
684 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
686     Summary:
687       muse.texi: Change subsections to subheadings.
688     Revision:
689       muse--main--1.0--patch-122
691     (Author: John Sullivan <john@wjsullivan.net>)
692     
693     * muse.texi: Change @subsection and @strong to @subheading throughout
694       document.
696     modified files:
697      ChangeLog.2006 Makefile.defs debian/changelog muse.texi
699     new patches:
700      john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
701      john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
702      john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
705 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
707     Summary:
708       Update keystrokes used in muse-mode, as well as docs.
709     Revision:
710       muse--main--1.0--patch-121
712     * lisp/muse-mode.el (muse-insert-map): New variable that defines the
713       keymap to use when the user wants to insert something into the current
714       buffer using `C-c i'.
715       (muse-mode-map): Sort keys somewhat.  Remove binding of `C-c C-v' to
716       muse-follow-name-at-point, since this is already used for
717       muse-browse-result.  Call `muse-insert-thing' on `C-c i', which will
718       prompt for the thing to insert.
719       (muse-insert-thing): New function that prompts the user for something
720       to insert into the current buffer.  It tries to be as friendly as
721       possible by catching possible errors with the message "Not inserting
722       anything".
723       (muse-mode-completions): Rename from `muse-completions', since this is
724       what we use in `muse-mode'.
725       (muse-mode-current-word): Similarly.  These don't seem to work
726       correctly, for unknown reasons.
727     
728     * muse.texi (Keystroke Summary): Update to include all keystrokes that we
729       utilize.
731     modified files:
732      ChangeLog.2006 lisp/muse-mode.el muse.texi
735 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
737     Summary:
738       Fix buggy behavior in muse-browse-result.
739     Revision:
740       muse--main--1.0--patch-120
742     * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
743       names to styles, based on the styles contained in the current Muse
744       project.  Thanks to kid kid for the analysis.
745     
746     * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
747       specified as an argument.
749     modified files:
750      ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
753 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
755     Summary:
756       muse-latex: Make images look better.
757     Revision:
758       muse--main--1.0--patch-119
760     * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
761       be 75% the width of the page, which looks better.  Enclose images in
762       figures, and center them.
764     modified files:
765      ChangeLog.2006 lisp/muse-latex.el
768 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
770     Summary:
771       Fix a few image bugs.
772     Revision:
773       muse--main--1.0--patch-118
775     * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
776       passing it to `muse-colors-inline-image-method'.  This makes images
777       with the same current directory and publishing directory get resolved
778       correctly.
779     
780     * lisp/muse-project.el (muse-project-find-file): Don't try to add a
781       ".muse" extension to images.
783     modified files:
784      ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
787 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
789     Summary:
790       Make build targets more consistent.
791     Revision:
792       muse--main--1.0--patch-117
794     * contrib/Makefile (install): Make build targets more consistent.  Thanks
795       to dsmith for the report.
796     
797     * lisp/Makefile (all, lisp, install): Ditto.
799     modified files:
800      ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
801      lisp/Makefile
804 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
806     Summary:
807       cgi.el: Make this work without cl-seq.el.
808     Revision:
809       muse--main--1.0--patch-116
811     * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
812       code.  Make this not depend on 'cl at runtime.
813       (cgi-position): New function that implements a simple replacement for
814       the position function found in cl-seq.el.
815       (cgi-decode): Use `cgi-position' instead of `position' and `substring'
816       instead of `subseq'.
817     
818     * contrib/httpd.el: Credit myself.
820     modified files:
821      ChangeLog.2006 contrib/cgi.el contrib/httpd.el
824 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
826     Summary:
827       Make publishing DTRT when using escaped list markup.
828     Revision:
829       muse--main--1.0--patch-115
831     * lisp/muse-publish.el (muse-publish-surround-text)
832       (muse-publish-markup-list): Ignore escaped list markup.
833     
834     * lisp/muse.el (muse-list-item-type): Docfix.
835       (muse-list-item-critical-point): New function that returns the point
836       where we should expect to find the first character in the current list
837       item markup.
838       (muse-forward-paragraph): Docfix and cosmetic change.
839       (muse-forward-list-item): Ignore escaped list markup.  This should fix
840       a few publishing errors that involve markup like =::=.
842     modified files:
843      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
846 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
848     Summary:
849       muse-publish: Get rid of warning when batch publishing.
850     Revision:
851       muse--main--1.0--patch-114
853     * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
854       publishing warning message.
856     modified files:
857      ChangeLog.2006 Makefile.defs debian/changelog
858      lisp/muse-publish.el
861 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
863     Summary:
864       Try to fix face clobbering bug.
865     Revision:
866       muse--main--1.0--patch-113
868     * lisp/muse-colors.el (muse-make-faces-default): New function that sets
869       the default value of the header faces.  It can be re-used.
870       (muse-make-faces): Simplify.  This should now fix the face clobbering
871       bug.
873     modified files:
874      ChangeLog.2006 lisp/muse-colors.el
877 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
879     Summary:
880       Re-add some cgi.el stuff and update my example config.
881     Revision:
882       muse--main--1.0--patch-112
884     * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
885       they are mentioned in the documentation.
886     
887     * examples/mwolson/: Update.
889     modified files:
890      ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
891      examples/mwolson/templates/footer.html
892      examples/mwolson/templates/header.html
895 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
897     Summary:
898       muse-mode: Make C-c C-e work better.
899     Revision:
900       muse--main--1.0--patch-111
902     * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
903       that this is more robust.
905     modified files:
906      ChangeLog.2006 lisp/muse-mode.el
909 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
911     Summary:
912       muse-latex: Don't escape backslash in <example> regions.
913     Revision:
914       muse--main--1.0--patch-110
916     * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
917       to escape the backslash after all.
918       (muse-latex-markup-specials-literal): Docfix.
919     
920     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
922     modified files:
923      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
926 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
928     Summary:
929       Allow tab characters in the target of explicit links.
930     Revision:
931       muse--main--1.0--patch-109
933     * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
934       in the link target.  This doesn't seem like it could hurt anything, and
935       prevents unexpected behavior.  Thanks to rubikitch AT ruby-lang.org for
936       the report.
938     modified files:
939      ChangeLog.2006 lisp/muse-regexps.el
942 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
944     Summary:
945       muse-wiki: Fix bug that caused WikiWords not to publish or display.
946     Revision:
947       muse--main--1.0--patch-108
949     * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
951     modified files:
952      ChangeLog.2006 Makefile.defs debian/changelog
953      lisp/muse-wiki.el
956 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
958     Summary:
959       Fix horrendous typo.
960     Revision:
961       muse--main--1.0--patch-107
963     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
964       strangeness.
966     modified files:
967      ChangeLog.2006 lisp/muse-publish.el
970 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
972     Summary:
973       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
974     Revision:
975       muse--main--1.0--patch-106
977     (Author: Per B. Sederberg <per@med.upenn.edu>)
978     
979     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
980       Option to not create implicit links to the current page.
981       (muse-wiki-handle-wikiword): Process the option to not create implicit
982       links to the current page.
984     modified files:
985      ChangeLog.2006 Makefile.defs debian/changelog
986      lisp/muse-wiki.el
988     new patches:
989      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
992 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
994     Summary:
995       Try to fix failure to recognize Muse file extension (6th attempt).
996     Revision:
997       muse--main--1.0--patch-105
999     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
1000       init file is loaded.
1001       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
1002       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
1003     
1004     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
1005       user's init file is loaded.  Explicitly add the Muse file extension
1006       when muse.el is loaded, to make life simpler.
1007       (muse-update-file-extension): Take several edge cases into account.
1008       (muse-file-extension): Docfix.
1009       (muse-update-file-extension-after-init): New function that causes the
1010       file extension to be updated.
1011     
1012     * muse.texi (Projects): It is no longer necessary to call
1013       `muse-mode-maybe' manually.
1015     modified files:
1016      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
1019 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
1021     Summary:
1022       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
1023     Revision:
1024       muse--main--1.0--patch-104
1026     (Author: Per B. Sederberg <per@med.upenn.edu>)
1027     
1028     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
1029       to return a list of project files that have spaces.
1030       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
1031       spaces function.  Don't make this buffer-local.
1033     modified files:
1034      ChangeLog.2006 lisp/muse-wiki.el
1036     new patches:
1037      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
1038      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
1039      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
1040      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
1041      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
1044 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
1046     Summary:
1047       Try to fix failure to recognize Muse file extension (5th attempt).
1048     Revision:
1049       muse--main--1.0--patch-103
1051     * lisp/muse.el: To detect whether Emacs has fully started, check
1052       `command-line-processed' instead of `inhibit-startup-hooks', since the
1053       latter only exists for Emacs22.
1055     modified files:
1056      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
1059 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
1061     Summary:
1062       muse-html: Add :style-sheet element.
1063     Revision:
1064       muse--main--1.0--patch-102
1066     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
1067       :style-sheet element.
1068       ("html", "xhtml"): Add the :style-sheet element.
1069     
1070     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
1071       style already exists.  Instead, just replace the existing style.
1072       (muse-derive-style): Ditto.
1073     
1074     * muse.texi (Style Elements): Mention :style-sheet.
1076     modified files:
1077      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
1078      muse.texi
1081 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
1083     Summary:
1084       Try to fix failure to recognize Muse file extension (4th attempt).
1085     Revision:
1086       muse--main--1.0--patch-101
1088     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
1089       the command line.
1091     modified files:
1092      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
1095 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
1097     Summary:
1098       Try to fix failure to recognize Muse file extension (3rd attempt).
1099     Revision:
1100       muse--main--1.0--patch-100
1102     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
1104     modified files:
1105      ChangeLog.2006 lisp/muse.el
1108 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
1110     Summary:
1111       Try to fix failure to recognize Muse file extension (2nd attempt).
1112     Revision:
1113       muse--main--1.0--patch-99
1115     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
1116       auto-mode-alist.
1118     modified files:
1119      ChangeLog.2006 lisp/muse.el
1122 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
1124     Summary:
1125       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
1126     Revision:
1127       muse--main--1.0--patch-98
1129     (Author: Per B. Sederberg <per@med.upenn.edu>)
1130     
1131     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
1132       interwiki-regexp to search for any project file name.  This is so it
1133       will match files with spaces.
1135     modified files:
1136      ChangeLog.2006 lisp/muse-wiki.el
1138     new patches:
1139      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
1140      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
1141      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
1142      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
1143      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
1144      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
1145      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
1148 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
1150     Summary:
1151       Try to fix failure to recognize Muse file extension.
1152     Revision:
1153       muse--main--1.0--patch-97
1155     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
1156       of semantics.
1157     
1158     * lisp/muse.el: Call muse-update-file-extension in
1159       muse-update-values-hook, instead of
1160       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
1161       emacs-startup-hook, so that the user has time to set this in their
1162       .emacs file.
1164     modified files:
1165      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1168 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
1170     Summary:
1171       Make things in contrib directory installable.
1172     Revision:
1173       muse--main--1.0--patch-96
1175     * Makefile (SUBDIRS): Add contrib.
1176       (all): Add contrib.
1177       (contrib): New target that compiles things in the contrib directory.
1178       (install-bin): Add contrib.  Install things in the contrib directory.
1179       Also install uncompiled things in the experimental directory.
1180     
1181     * contrib/Makefile: New Makefile for the contrib directory.
1182     
1183     * contrib/httpd.el (httpd-start): Fix compiler warnings.
1184     
1185     * debian/emacsen-install: Compile files in contrib directory in addition
1186       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
1187     
1188     * debian/emacsen-startup: Add contrib directory to load-path.
1189     
1190     * experimental/Makefile (test): Remove target.
1191       (install-uncompiled): New target that installs uncompiled files.
1192     
1193     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
1194       (muse-update-file-extension): Fix a warning that occurred when doing
1195       batch publishing.
1197     new files:
1198      contrib/.arch-ids/Makefile.id contrib/Makefile
1200     modified files:
1201      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
1202      debian/changelog debian/emacsen-install debian/emacsen-startup
1203      experimental/Makefile lisp/muse.el muse.texi
1206 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
1208     Summary:
1209       Remove muse-registry.el.
1210     Revision:
1211       muse--main--1.0--patch-95
1213     * lisp/muse-registry.el: Move to the Planner project, since it is a
1214       better fit with Planner than Muse.
1216     removed files:
1217      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
1219     modified files:
1220      AUTHORS ChangeLog.2006
1223 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
1225     Summary:
1226       Prepare Debian package for Arch snapshot.
1227     Revision:
1228       muse--main--1.0--patch-94
1230     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
1231       snapshot.
1233     modified files:
1234      ChangeLog.2006 Makefile.defs debian/changelog
1237 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
1239     Summary:
1240       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
1241     Revision:
1242       muse--main--1.0--patch-93
1244     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
1245       `muse-wiki-hide-nop-tag' into account.
1247     modified files:
1248      ChangeLog.2006 lisp/muse-wiki.el
1251 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
1253     Summary:
1254       Fix a couple of compiler warnings.
1255     Revision:
1256       muse--main--1.0--patch-92
1258     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
1260     modified files:
1261      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
1264 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
1266     Summary:
1267       Make interwiki links work with the new option.
1268     Revision:
1269       muse--main--1.0--patch-91
1271     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
1272       parameters.  Populate this correctly when
1273       `muse-wiki-match-all-project-files' is non-nil.
1275     modified files:
1276      ChangeLog.2006 lisp/muse-wiki.el
1279 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
1281     Summary:
1282       Permit table generation to be disabled for a single Muse page.
1283     Revision:
1284       muse--main--1.0--patch-90
1286     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
1287       data, don't publish the table.
1288     
1289     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
1290     
1291     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
1292     
1293     * lisp/muse-publish.el (muse-publish-table-fields): If the
1294       "disable-tables" publishing directive exists for the current page, do
1295       not generate a table.
1296     
1297     * muse.texi (Tables): Mention that table generation can be disabled for a
1298       single page.
1300     modified files:
1301      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1302      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
1305 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
1307     Summary:
1308       muse-wiki: Match filenames before WikiWords.
1309     Revision:
1310       muse--main--1.0--patch-89
1312     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
1313       filenames in project before the general WikiWord regexp.
1315     modified files:
1316      ChangeLog.2006 lisp/muse-wiki.el
1319 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
1321     Summary:
1322       Use a better mechanism for updating autogenerated variables.
1323     Revision:
1324       muse--main--1.0--patch-88
1326     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
1327     
1328     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
1329     
1330     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
1331       muse-update-values-hook.
1332     
1333     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
1334       muse-update-values-hook.
1335     
1336     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
1337       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
1338       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
1339       error is fixed.
1340       (muse-wiki-update-custom-values): Replace with function that gives a
1341       warning and an explanation.
1342     
1343     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
1344       example so that people who use it won't have a wrong value in
1345       muse-mode-hook.
1347     modified files:
1348      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
1349      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
1350      lisp/muse.el
1353 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
1355     Summary:
1356       muse-wiki: Implement implicit links for all files in project.
1357     Revision:
1358       muse--main--1.0--patch-87
1360     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
1361       don't get errors when trying to use it.
1362     
1363     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
1364       muse-project-file-alist-hook.
1365       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
1366       into a recursive call.
1367       (muse-wiki-update-wikiword-regexp): Call
1368       `muse-wiki-update-local-wikiword-regexp'.
1369     
1370     (Author: Per B. Sederberg <per@med.upenn.edu>)
1371     
1372     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
1373       muse-before-publish-hook and muse-mode-hook so that implicit links are
1374       published properly.
1375       (muse-wiki-wikiword-match-project-files): New option for determining
1376       whether to match all project files as implicit links.  This is off by
1377       default.
1378       (muse-wiki-update-local-wikiword-regexp): New function to make the
1379       wikiword-regexp local and append the files in the current project to
1380       it.
1382     modified files:
1383      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1385     new patches:
1386      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
1387      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
1388      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
1389      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
1390      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
1391      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
1392      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
1393      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
1394      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
1395      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
1396      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
1397      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
1398      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
1399      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
1402 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
1404     Summary:
1405       Update Muse's file-alist after saving any Muse page.
1406     Revision:
1407       muse--main--1.0--patch-86
1409     * lisp/muse-project.el (muse-project-after-save-hook): New function that
1410       causes Muse's file-alist to be updated when we are saving a Muse file.
1411       This is added to after-save-hook.
1413     modified files:
1414      ChangeLog.2006 lisp/muse-project.el
1417 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
1419     Summary:
1420       Add a hook that is called whenever Muse's file-alist is updated.
1421     Revision:
1422       muse--main--1.0--patch-85
1424     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
1425       executed after an update to muse-project-file-alist happens.
1426       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
1428     modified files:
1429      ChangeLog.2006 lisp/muse-project.el
1432 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
1434     Summary:
1435       muse-mode: Recognize definition lists when filling text.
1436     Revision:
1437       muse--main--1.0--patch-84
1439     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
1440       text.
1441     
1443     modified files:
1444      ChangeLog.2006 lisp/muse-mode.el
1447 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
1449     Summary:
1450       Remove unrelated part of patch-82.
1451     Revision:
1452       muse--main--1.0--patch-83
1455     modified files:
1456      ChangeLog.2006 lisp/muse-mode.el
1459 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
1461     Summary:
1462       muse-journal: Fix dates in RSS feeds.
1463     Revision:
1464       muse--main--1.0--patch-82
1466     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
1467       date is in a format that RSS readers can handle.  Thanks to René
1468       Stadler for the patch.
1470     modified files:
1471      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
1474 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
1476     Summary:
1477       debian: Install ChangeLog properly.
1478     Revision:
1479       muse--main--1.0--patch-81
1481     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
1482       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
1483       the breakage report.
1485     modified files:
1486      ChangeLog.2006 debian/rules
1489 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
1491     Summary:
1492       Fix a bug triggered by batch-publishing.
1493     Revision:
1494       muse--main--1.0--patch-80
1496     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
1497       right algorithm turned out to be simpler than I had thought.  Thanks to
1498       Sergei V. Fleytin for reporting breakage with the old method.
1499       (muse-publish-file): Don't be overzealous when checking for an invalid
1500       style -- use a simpler check.
1501       (muse-batch-publish-files): Don't check for invalid styles here, since
1502       we already do so in `muse-publish-file'.
1504     modified files:
1505      ChangeLog.2006 lisp/muse-publish.el
1508 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
1510     Summary:
1511       muse.texi: Move some sections to a new Extending Muse chapter.
1512     Revision:
1513       muse--main--1.0--patch-79
1515     * muse.texi (Extending Muse): New chapter containing nodes that deal with
1516       extending Muse in various ways.
1517       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
1519     modified files:
1520      ChangeLog.2006 muse.texi
1523 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
1525     Summary:
1526       Fix a couple of recently-introduced bugs.
1527     Revision:
1528       muse--main--1.0--patch-78
1530     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
1531       extra hard to preserve our settings for faces, especially after a new
1532       frame or splash screen.
1533     
1534     * lisp/muse.el (muse-copy-face): New function that ensures the face is
1535       copied globally, to the extent the Emacs permits this.
1537     modified files:
1538      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1541 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
1543     Summary:
1544       Update my example configuration file.
1545     Revision:
1546       muse--main--1.0--patch-77
1549     modified files:
1550      ChangeLog.2006 examples/mwolson/muse-init.el
1553 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
1555     Summary:
1556       Remove cruft from patch logs.
1557     Revision:
1558       muse--main--1.0--patch-76
1561     modified files:
1562      ChangeLog.2006
1563      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
1564      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
1565      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
1566      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
1567      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
1568      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
1569      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
1570      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
1573 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
1575     Summary:
1576       Make faces more robust and namespace-conforming.
1577     Revision:
1578       muse--main--1.0--patch-75
1580     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
1581       face has documentation and a group.
1582       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
1583       "-face" suffix.
1584       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
1585       faces have documentation and a group.  Copy unconditionally from the
1586       related Emacs faces, rather than specifying face attributes.
1587       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
1588       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
1589       face names.
1590     
1591     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
1592       the 'muse-link property rather than looking at the face.
1594     modified files:
1595      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1598 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
1600     Summary:
1601       muse.texi: Mention the <code> tag.
1602     Revision:
1603       muse--main--1.0--patch-74
1605     * muse.texi (Emphasizing Text): Mention the <code> tag.
1607     modified files:
1608      ChangeLog.2006 muse.texi
1611 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
1613     Summary:
1614       Fix bug in verse markup, undesired behavior with emdash.
1615     Revision:
1616       muse--main--1.0--patch-73
1618     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
1619       around emdash.
1620     
1621     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1622     
1623     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1624     
1625     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
1626       trailing whitespace to `muse-markup-text', in case the current
1627       publishing wishes to use them.
1628       (muse-publish-markup-verse): Insert newline without adding read-only
1629       properties to it.  This fixes a paragraph detection bug in HTML
1630       publishing.
1632     modified files:
1633      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1634      lisp/muse-publish.el lisp/muse-xml.el
1637 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
1639     Summary:
1640       httpd.el: Update to work with newer versions of Emacs.
1641     Revision:
1642       muse--main--1.0--patch-72
1644     * contrib/httpd.el (httpd-start): Update this to work with newer versions
1645       of Emacs.
1647     modified files:
1648      ChangeLog.2006 contrib/httpd.el
1651 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1653     Summary:
1654       muse-journal: Make custom RSS heading regexps possible.
1655     Revision:
1656       muse--main--1.0--patch-71
1658     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1659       determines the regexp to use when searching for an RSS heading.
1660       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1662     modified files:
1663      ChangeLog.2006 lisp/muse-journal.el
1666 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1668     Summary:
1669       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1670     Revision:
1671       muse--main--1.0--patch-70
1673     * lisp/muse-project.el (muse-project-publish): If we cannot find a
1674       project to publish, indicate this in an error message.
1675     
1676     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1677       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
1678       (muse-detect-invalid-style): New function that makes sure that the
1679       given style is in a valid format.
1680       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
1681       publishing.
1683     modified files:
1684      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
1687 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
1689     Summary:
1690       muse-mode: Don't require muse-publish.el.
1691     Revision:
1692       muse--main--1.0--patch-69
1694     * lisp/muse-mode.el: Use a few autoloads instead of requiring
1695       muse-publish.el.  This allows people to optionally have Muse mode
1696       without including the publishing features, as long as they never call a
1697       publishing function.  The documentation says that Muse is supposed to
1698       be modular in that way, so I guess we'd better follow it.
1699       (muse-insert-tag): Make sure that muse-publish is required before
1700       accessing `muse-publish-markup-tags'.
1702     modified files:
1703      ChangeLog.2006 lisp/muse-mode.el
1706 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
1708     Summary:
1709       Minor code cleanup.
1710     Revision:
1711       muse--main--1.0--patch-68
1713     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
1715     modified files:
1716      ChangeLog.2006 lisp/muse-mode.el
1719 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
1721     Summary:
1722       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
1723     Revision:
1724       muse--main--1.0--patch-67
1726     (Author: Per B. Sederberg <per@med.upenn.edu>)
1727     
1728     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
1729       used for grepping.
1730       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
1731       muse-find-backlinks C-c C-b
1732       (muse-grep): New function to envoke a search with the compiler.
1733       (muse-search-with-command): New function to search for text, optionally
1734       editing the command.
1735       (muse-search): New function to search for text.
1736       (muse-find-backlinks): New function to search for backlinks to the
1737       current page.
1739     modified files:
1740      ChangeLog.2006 lisp/muse-mode.el
1742     new patches:
1743      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
1744      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
1745      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
1746      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
1747      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
1748      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
1749      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
1750      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
1751      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
1752      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
1753      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
1754      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
1757 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
1759     Summary:
1760       Make it easier to call context-specific region-escaping function.
1761     Revision:
1762       muse--main--1.0--patch-66
1764     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
1765       returned from specials, call it with beg, end, ignore-read-only args.
1766       This allows for people to specify their own functions for escaping
1767       regions, depending on context.  See `muse-xml-decide-specials' in
1768       muse-xml-common.el.  This functionality already exists for escaping
1769       specials in strings.
1771     modified files:
1772      ChangeLog.2006 lisp/muse-publish.el
1775 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
1777     Summary:
1778       Attempt to make new syntaxes easier to support.
1779     Revision:
1780       muse--main--1.0--patch-65
1782     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
1783       and `muse-get-link-data'.
1784     
1785     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
1786     
1787     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
1788       (muse-make-link): Change argument name.
1789     
1790     * lisp/muse.el (muse-handle-explicit-link): Ditto.
1791       (muse-get-link, muse-get-link-desc): New functions that return the link
1792       and the link description, respectively, from the given TARGET.  The
1793       idea is that at least one other markup syntax puts descriptions before
1794       links, so all they would have to do is re-define these two functions.
1796     modified files:
1797      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
1798      lisp/muse-mode.el lisp/muse.el
1801 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
1803     Summary:
1804       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
1805     Revision:
1806       muse--main--1.0--patch-64
1808     * Makefile.defs, lisp/muse-colors.el: Fix typo.
1809     
1810     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
1811       `replace-in-string' is checked before `replace-regexp-in-string', since
1812       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
1813       Ottaway for the heads up.
1815     modified files:
1816      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
1819 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
1821     Summary:
1822       muse-latex: Add footnotes to links so that they show up on printed copies.
1823     Revision:
1824       muse--main--1.0--patch-63
1826     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
1827       'url-and-desc.  Display footnotes if we have both a link and a
1828       description, since we want URLs to show up on printed documents.
1829       (muse-latex-markup-specials-document): Escape the "@" character in the
1830       entire document.
1831     
1832     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
1833       without descriptions and URLs with descriptions.  If no markup string
1834       exists for 'url-and-desc, fall back to 'url.
1836     modified files:
1837      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1840 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
1842     Summary:
1843       Fix publishing error with multi-line wrapped list items.
1844     Revision:
1845       muse--main--1.0--patch-62
1847     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
1848       multiple lines of a wrapped list item.
1850     modified files:
1851      ChangeLog.2006 lisp/muse-publish.el
1854 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
1856     Summary:
1857       Add COPYING file; update headers.
1858     Revision:
1859       muse--main--1.0--patch-61
1861     * COPYING: New file containing the GNU GPL.
1862     
1863     * AUTHORS: Bookkeeping.
1864     
1865     * README: Add License section.  Change Muse homepage URL.
1866     
1867     * debian/copyright: Change Muse homepage URL.  Prune list to those who
1868       have changed 15+ lines of code, since this is the amount that
1869       constitutes legal contribution to a software work, AFAICT.
1870     
1871     * examples/mwolson: Update contents of directory to match my current
1872       setup.
1873     
1874     * experimental/muse*.el, lisp/muse*.el: Update headers.
1875     
1876     * muse.texi: Change Muse homepage URL.
1878     new files:
1879      .arch-ids/COPYING.id COPYING
1881     modified files:
1882      AUTHORS ChangeLog.2006 README debian/copyright
1883      examples/mwolson/muse-init.el
1884      examples/mwolson/stylesheets/blog.css
1885      examples/mwolson/stylesheets/common.css
1886      examples/mwolson/stylesheets/print.css
1887      examples/mwolson/stylesheets/screen.css
1888      experimental/muse-cite.el experimental/muse-mathml.el
1889      experimental/muse-message.el lisp/muse-backlink.el
1890      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
1891      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
1892      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
1893      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
1894      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
1895      lisp/muse-publish.el lisp/muse-regexps.el
1896      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
1897      lisp/muse-xml.el lisp/muse.el muse.texi
1900 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
1902     Summary:
1903       Update Muse XML schema.
1904     Revision:
1905       muse--main--1.0--patch-60
1907     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
1908       history.  We'll call this v0.3 of the schema.
1909     
1910     * lisp/muse-xml-common.el: Update header.
1911       (muse-xml-markup-table): Fix table generation when attributes are not
1912       specified.
1914     modified files:
1915      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
1918 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
1920     Summary:
1921       Fix output for consecutive list items of same type.
1922     Revision:
1923       muse--main--1.0--patch-59
1925     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
1926       post-indent and indent-found values local to each list item.  This
1927       should fix undesired behavior with consecutive list items of the same
1928       type.
1930     modified files:
1931      ChangeLog.2006 lisp/muse-publish.el
1934 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
1936     Summary:
1937       Make C-> and C-< keybindings not indent nested items.
1938     Revision:
1939       muse--main--1.0--patch-58
1941     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
1942       nested items.
1943     
1944     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
1945       optional, and document this.
1947     modified files:
1948      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
1951 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
1953     Summary:
1954       Slightly improve flyspell integration.
1955     Revision:
1956       muse--main--1.0--patch-57
1958     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
1959       property to determine whether we are at a link.
1961     modified files:
1962      ChangeLog.2006 lisp/muse-mode.el
1965 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
1967     Summary:
1968       Make nested definition list items work much better.
1969     Revision:
1970       muse--main--1.0--patch-56
1972     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1973       `muse-forward-list-item'.  Don't pass indent and post-indent to the
1974       move function.
1975       (muse-publish-surround-text): If we are to determine the indentation,
1976       but have found no list items, set indent to the empty string.  If we
1977       are to determine indentation but have found an item, get all leading
1978       whitespace and set indent to it.  Never try to determine post-indent
1979       using the first line.  Try to contain the amount of "damage" a nested
1980       list item can do to wrapped list item text.
1981     
1982     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
1983       part so that it is easier to indicate the amount of desired initial
1984       whitespace.
1985     
1986     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
1987       entry optional.
1988       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
1989       merged into `muse-forward-list-item'.
1990       (muse-forward-list-item-1): New function that determines whether a
1991       nested list item is found.
1992       (muse-forward-list-item): Move hairy nested list detection algorithm
1993       into `muse-forward-list-item-1'.  Be extra careful about terminating
1994       when we go past the boundary.
1996     modified files:
1997      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1998      lisp/muse.el
2001 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
2003     Summary:
2004       Add backlink support, thanks to Jim Ottaway.
2005     Revision:
2006       muse--main--1.0--patch-55
2008     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
2009       variable that indicates whether Muse is fontifying the current buffer.
2010       (muse-colors-region): Set `muse-colors-fontifying' to t.
2011     
2012     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
2013       support.  I've modified it slightly to get rid of the defadvice forms.
2015     new files:
2016      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
2018     modified files:
2019      AUTHORS ChangeLog.2006 lisp/muse-colors.el
2022 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
2024     Summary:
2025       muse-protocols: Add Wikipedia support.
2026     Revision:
2027       muse--main--1.0--patch-54
2029     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
2030       is used to look up terms on the Wikipedia website.
2031       (muse-wikipedia-country): New option that specifies the country code to
2032       use for Wikipedia.
2033       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
2034       resolve and browse Wikipedia URLs.
2036     modified files:
2037      ChangeLog.2006 lisp/muse-protocols.el
2040 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
2042     Summary:
2043       muse-protocols: Add DOI handling.
2044     Revision:
2045       muse--main--1.0--patch-53
2047     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
2048       DOI's (digitial object identifiers) are a standard identifier used in
2049       the publishing industry.  Thanks to Phillip Lord for the patch.
2050       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
2051       and browse DOI's.
2053     modified files:
2054      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
2057 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
2059     Summary:
2060       Refine previous patch.
2061     Revision:
2062       muse--main--1.0--patch-52
2064     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
2065       ever use the fallback method.  Save point when using new method.
2067     modified files:
2068      ChangeLog.2006 lisp/muse-mode.el
2071 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
2073     Summary:
2074       Make visiting of links a bit faster.
2075     Revision:
2076       muse--main--1.0--patch-51
2078     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
2079       property.
2080       (muse-link-properties): If we are highlighting a link, add the
2081       muse-link property.
2082     
2083     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
2084       exists at point, use it to bound the link.  Otherwise, use the old
2085       method.  This should make it easier to visit custom implicit link
2086       forms, since it does not require a change to muse-implicit-link-regexp.
2087     
2088     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
2089       used when muse-colors.el is loaded.
2091     modified files:
2092      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2093      lisp/muse-regexps.el
2096 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
2098     Summary:
2099       Make resolving of inline image paths more flexible.
2100     Revision:
2101       muse--main--1.0--patch-50
2103     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
2104       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
2105       option.  Make the fallback customization type a function rather than a
2106       symbol.
2107       (muse-colors-use-publishing-directory): New function that takes the
2108       best guess at where the current Muse file will be published and makes
2109       the given link relative to that.
2110       (muse-colors-insert-image): If muse-colors-inline-image-method is
2111       'default-directory, use the default directory.  If it is a function,
2112       call that function with LINK as an argument.  Otherwise, give up.
2114     modified files:
2115      ChangeLog.2006 lisp/muse-colors.el
2118 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
2120     Summary:
2121       Fix inline image lockup.
2122     Revision:
2123       muse--main--1.0--patch-49
2125     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
2126       patch-47.  This will prevent Muse from locking up after making a new
2127       inline image.
2129     modified files:
2130      ChangeLog.2006 lisp/muse-colors.el
2133 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
2135     Summary:
2136       Fix publishing problem with XEmacs.
2137     Revision:
2138       muse--main--1.0--patch-48
2140     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
2141       publishing problem when text at beginning of buffer is read-only.
2142       Thanks to Christian Clercin for the report.
2144     modified files:
2145      ChangeLog.2006 lisp/muse-publish.el
2148 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
2150     Summary:
2151       Get increase and decrease of list indentation to work with complex cases.
2152     Revision:
2153       muse--main--1.0--patch-47
2155     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
2156       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
2157       to indicate this interpretation, though parens are different.
2158     
2159     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
2160       (muse-alter-list-item-indentation): New function that alters the list
2161       structure at point.  The behavior to use is specified by the OPERATION
2162       argument.  Currently-supported operations are 'increase and 'decrease
2163       indentation level.  This now uses the same sort of list detection
2164       algorithm that is used during publishing, so it should work as expected
2165       for complicated cases.
2166       (muse-increase-list-item-indentation)
2167       (muse-decrease-list-item-indentation): Use
2168       `muse-alter-list-item-indentation'.
2170     modified files:
2171      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2174 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
2176     Summary:
2177       Code simplification; improve muse-list-item-type function.
2178     Revision:
2179       muse--main--1.0--patch-46
2181     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
2182       'dl-entry, instead of just returning 'dl.
2183       (muse-forward-dl-term, muse-forward-dl-entry): Use
2184       muse-forward-list-item.
2185       (muse-forward-dl-part): Remove, merge functionality into
2186       muse-forward-list-item.
2187       (muse-forward-list-item): Add a few conditions needed for skipping
2188       nested 'dl-term and 'dl-entry items.
2190     modified files:
2191      ChangeLog.2006 lisp/muse.el
2194 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
2196     Summary:
2197       Put movement by list and paragraph functions in muse.el.
2198     Revision:
2199       muse--main--1.0--patch-45
2201     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
2202       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
2203       (muse-forward-list-item): Move here from muse-publish.el, so that
2204       muse-mode can make use of these.
2206     modified files:
2207      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
2210 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
2212     Summary:
2213       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
2214     Revision:
2215       muse--main--1.0--patch-44
2217     (Author: Per B. Sederberg <per@med.upenn.edu>)
2218     
2219     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
2220       decrease the current item indentation.
2221       (muse-get-paragraph-start): Helper function to determine the start of
2222       the current paragraph.
2223       (muse-insert-list-item): Cleaned up list item insertion code and made
2224       it handle definitions.
2225       (muse-increase-list-item-indentation): New interactive function to
2226       increase list item indentation.
2227       (muse-decrease-list-item-indentation): New interactive function to
2228       decrease list item indentation.
2230     modified files:
2231      ChangeLog.2006 lisp/muse-mode.el
2233     new patches:
2234      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
2235      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
2236      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
2237      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
2238      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
2239      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
2240      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
2241      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
2242      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
2243      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
2246 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
2248     Summary:
2249       Use slightly better algorithm for removing initial whitespace.
2250     Revision:
2251       muse--main--1.0--patch-43
2253     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
2254       the definition occurred on the same line as the term.
2255       (muse-publish-surround-text): Use a slightly better algorithm for
2256       removing initial indentation of list items.  This way, we preserve
2257       nesting of lists and also deal with same-level items that occur after
2258       nested items.  This probably doesn't make much of a difference in the
2259       output, but it should make support of nested definition lists a bit
2260       less troublesome in some cases.
2261       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
2262       regexp.
2263       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
2264       data.  Don't remove any text.  This makes the function easier to reuse
2265       in display-only situations.
2267     modified files:
2268      ChangeLog.2006 lisp/muse-publish.el
2271 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
2273     Summary:
2274       In a preliminary way, make definition lists nest.
2275     Revision:
2276       muse--main--1.0--patch-42
2278     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
2279       lists nest a bit better.
2280     
2281     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
2282       use it anymore.
2284     modified files:
2285      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2288 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
2290     Summary:
2291       Fix nested list regression.
2292     Revision:
2293       muse--main--1.0--patch-41
2295     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
2296       original indentation value and use that.  This fixes a regression
2297       caused by the last patch.
2299     modified files:
2300      ChangeLog.2006 lisp/muse-publish.el
2303 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
2305     Summary:
2306       Make code look nicer by using muse-forward-dl-* functions.
2307     Revision:
2308       muse--main--1.0--patch-40
2310     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
2311       forms into muse-forward-dl-* for increased reusability.
2312       (muse-publish-surround-text): Call move function with an indent
2313       argument so that we don't have to use partial substitution in lambda
2314       forms.
2315       (muse-forward-dl-term): New function that moves forward to the next
2316       definition list term.
2317       (muse-forward-dl-entry): New function that moves forward to the next
2318       definition list entry.
2319       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
2320       does not move past entire definition list items, only parts of them.
2321       (muse-publish-markup-list, muse-publish-markup-quote):
2322       (muse-publish-quote-tag): Use better lambda form, and include a
2323       parameter.
2325     modified files:
2326      ChangeLog.2006 lisp/muse-publish.el
2329 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
2331     Summary:
2332       Handle blockquoted sections within lists properly.
2333     Revision:
2334       muse--main--1.0--patch-39
2336     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
2337       property.  This should make blockquoted sections within a list do the
2338       right thing.
2339       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
2340       behavior of `muse-forward-paragraph'.
2342     modified files:
2343      ChangeLog.2006 lisp/muse-publish.el
2346 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
2348     Summary:
2349       Fix problem when previous list item was nested.
2350     Revision:
2351       muse--main--1.0--patch-38
2353     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
2354       indicator at the correct place.  This fixes an error where a previous
2355       list was nested but the current one isn't.  Thanks to Per B. Sederberg
2356       for the report.
2358     modified files:
2359      ChangeLog.2006 lisp/muse-publish.el
2362 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
2364     Summary:
2365       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
2366     Revision:
2367       muse--main--1.0--patch-37
2369     * muse.texi (Implicit Links): Mention how to customize the WikiName
2370       recognition, and note that if you're setting this manually, you have to
2371       call some additional code.  This should fix #5376.  Also remove local
2372       variables section at end, since it seems pointless.
2374     modified files:
2375      ChangeLog.2006 muse.texi
2378 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
2380     Summary:
2381       Fix #5325: nested formatting not working in HTML output.
2382     Revision:
2383       muse--main--1.0--patch-36
2385     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
2386       work.  I'm a bit worried about possible double-escaping, though.
2387       Perhaps we should write the context to a text property and escape it
2388       later.  This should fix #5325.
2390     modified files:
2391      ChangeLog.2006 lisp/muse-publish.el
2394 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
2396     Summary:
2397       Make paragraphs respect the end of a list or list item.
2398     Revision:
2399       muse--main--1.0--patch-35
2401     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
2402       end of a list (or list item), back up.  This allows for a nice side
2403       effect when using indented sentences in between list items.
2404     
2405     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
2406     
2407     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
2408     
2409     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
2410       and end-item are marked up with end-list properties.
2412     modified files:
2413      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2414      lisp/muse-publish.el lisp/muse-xml.el
2417 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
2419     Summary:
2420       Make sure an initial term exists before publishing definition list.
2421     Revision:
2422       muse--main--1.0--patch-34
2424     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
2425       exists before publishing a definition list.
2427     modified files:
2428      ChangeLog.2006 lisp/muse-publish.el
2431 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
2433     Summary:
2434       Add comments to nested list code.
2435     Revision:
2436       muse--main--1.0--patch-33
2438     * lisp/muse-publish.el (muse-publish-surround-dl)
2439       (muse-publish-surround-text, muse-forward-dl-item):
2440       (muse-forward-list-item): Add comments, since there were many
2441       intricacies that are probably not obvious to the casual reader.
2442       (muse-forward-dl-item): Remove no-op condition.
2444     modified files:
2445      ChangeLog.2006 lisp/muse-publish.el
2448 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
2450     Summary:
2451       Make nested list items work when separated by one blank line.
2452     Revision:
2453       muse--main--1.0--patch-32
2455     * lisp/muse-publish.el (muse-publish-surround-dl): Use
2456       muse-forward-dl-item instead of muse-forward-list-item.  On second
2457       thought, don't unconditionally insert a newline, as that breaks some
2458       things.
2459       (muse-forward-dl-item): New function that moves forward to the next
2460       definition list item.  This was factored out from
2461       muse-forward-list-item, since it was getting too complex for my liking.
2462       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
2463       indented line, and skip past these if we have a blank line followed by
2464       an indented line.  "Indented" means "indented one past the current
2465       indentation level" here.  Remove some initial whitespace that was being
2466       overlooked before.
2468     modified files:
2469      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2472 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
2474     Summary:
2475       Fix a couple of bugs in muse-wiki-resolve-project-page.
2476     Revision:
2477       muse--main--1.0--patch-31
2479     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
2480       better algorithm for adding styles to a list.
2481     
2482     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
2483       carefully.  This should fix one or two hard-to-explain bugs.
2485     modified files:
2486      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
2489 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
2491     Summary:
2492       Fix another definition list edge case.
2493     Revision:
2494       muse--main--1.0--patch-30
2496     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
2497       unordered list immediately follows definition list term.
2499     modified files:
2500      ChangeLog.2006 lisp/muse-publish.el
2503 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
2505     Summary:
2506       Pass all current definition list test cases.
2507     Revision:
2508       muse--main--1.0--patch-29
2510     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
2511       line if definition is not on the same line as the term.
2512       (muse-forward-list-item): Fix publishing incorrectness that occurred
2513       when a non-dl list follows a definition list.  Always move to the right
2514       place so as to prevent extra empty dd elements from being published.
2516     modified files:
2517      ChangeLog.2006 lisp/muse-publish.el
2520 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
2522     Summary:
2523       Merge consecutive definition list terms properly.
2524     Revision:
2525       muse--main--1.0--patch-28
2527     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
2528       correctly.  This makes Muse merge several definition list items into
2529       one list.
2530       (muse-forward-list-item): Use simpler regexp for 'dl.
2531     
2532     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
2533       definition lists, and make terms the 2nd matched text.
2535     modified files:
2536      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2539 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
2541     Summary:
2542       Bookkeeping.
2543     Revision:
2544       muse--main--1.0--patch-27
2546     * AUTHORS: Update.
2547     
2548     * muse-colors.el, muse-mode.el: Credit contributions.
2550     modified files:
2551      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2554 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
2556     Summary:
2557       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
2558     Revision:
2559       muse--main--1.0--patch-26
2561     Patches applied:
2562     
2563      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2564        Added ability to show inline images in the Emacs buffer.
2565     
2566      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2567        Added enhanced list item insertion.
2568     
2569     Detailed log:
2570     
2571     (Author: Per B. Sederberg <per@med.upenn.edu>)
2572     
2573     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
2574       list item.  New key mapping to toggle showing images.  Added a key
2575       mapping to insert a link to a file and modified the key map to insert a
2576       tag.
2577       (muse-on-blank-line): Helper function to determine if the point is on a
2578       line containing only blank spaces.
2579       (muse-insert-list-item): New interactive function to insert a new list
2580       item, taking into account the current list state.
2581       (muse-insert-relative-link-to-file): New function to insert a link to a
2582       file, relative to the default directory.
2583     
2584     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
2585       for where to search for images to inline in the buffer.
2586       (muse-colors-inline-images): Added custom boolean field for whether to
2587       show inline images in the buffer.
2588       (muse-colors-toggle-inline-images): New function to toggle showing the
2589       inline images in the buffer.
2590       (muse-unhighlight-region): Now removes end-glyph text properties to
2591       support XEmacs.
2592       (muse-colors-resolve-image-file): New function to determine if a link
2593       is an image and whether the version of Emacs can support inline images.
2594       (muse-make-file-glyph): New function to create an image glyph if we are
2595       using XEmacs.
2596       (muse-colors-insert-image): New function to insert an image in an Emacs
2597       buffer.
2598       (muse-colors-explicit-link): Modified function to have the ability to
2599       insert an image instead of formatting the text of the link.
2601     modified files:
2602      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2604     new patches:
2605      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
2606      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
2607      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2608      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2609      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
2612 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
2614     Summary:
2615       Pass testcase for definition list and nested unordered list.
2616     Revision:
2617       muse--main--1.0--patch-25
2619     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
2620       lists always have at least one entry.  This appears to do the right
2621       thing with a sample nested unordered list.
2623     modified files:
2624      ChangeLog.2006 lisp/muse-publish.el
2627 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
2629     Summary:
2630       Some definition list fixes.
2631     Revision:
2632       muse--main--1.0--patch-24
2634     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
2635       markup for end of list using the `muse-insert-markup-end-list'
2636       function.  Handle list items nested inside of a definition list.
2638     modified files:
2639      ChangeLog.2006 lisp/muse-publish.el
2642 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
2644     Summary:
2645       Fix another wrapped list item edge case.
2646     Revision:
2647       muse--main--1.0--patch-23
2649     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2650       indentation in a region when we encounter any list items.  This should
2651       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
2652       for the report.
2654     modified files:
2655      ChangeLog.2006 lisp/muse-publish.el
2658 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2660     Summary:
2661       Fix comment in Debian packaging.
2662     Revision:
2663       muse--main--1.0--patch-22
2665     * debian/emacsen-remove: Fix comment.
2667     modified files:
2668      ChangeLog.2006 debian/emacsen-remove
2671 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2673     Summary:
2674       muse-blosxom: Fix order of #tags line in header.
2675     Revision:
2676       muse--main--1.0--patch-21
2678     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2679       rather than before it.  Thanks to bkhl for the heads up.
2681     modified files:
2682      ChangeLog.2006 lisp/muse-blosxom.el
2685 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
2687     Summary:
2688       muse-blosxom: Add ability to use tags in entries.
2689     Revision:
2690       muse--main--1.0--patch-20
2692     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
2693       publish them.
2694       (muse-blosxom-use-tags): New option that specifies whether we are using
2695       tags.
2696       (muse-blosxom-new-entry): If using tags, read tags until the user hits
2697       RET without entering one.
2699     modified files:
2700      ChangeLog.2006 lisp/muse-blosxom.el
2703 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
2705     Summary:
2706       Fix backtrace when publishing unsaved files.
2707     Revision:
2708       muse--main--1.0--patch-19
2710     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
2711       trying to publish a file that has not been saved, and give an
2712       explanation to the user.
2714     modified files:
2715      ChangeLog.2006 lisp/muse-publish.el
2718 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
2720     Summary:
2721       muse-texinfo: Fix link suffix.
2722     Revision:
2723       muse--main--1.0--patch-18
2725     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
2726       styles.  This should fix a bug where links in published info files use
2727       an incorrect extension.  Thanks to Hans Ekbrand for the report!
2729     modified files:
2730      ChangeLog.2006 lisp/muse-texinfo.el
2733 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
2735     Summary:
2736       Fix prompting of non-Muse buffers before publishing.
2737     Revision:
2738       muse--main--1.0--patch-17
2740     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
2741       Stadler to ignore buffers that have no associated filename.  This fixes
2742       an annoyance where Muse prompts to save BBDB and ERC buffers before
2743       publishing.
2745     modified files:
2746      AUTHORS ChangeLog.2006 lisp/muse-project.el
2749 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
2751     Summary:
2752       Fix wrapped nested list item edge case.
2753     Revision:
2754       muse--main--1.0--patch-16
2756     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
2757       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
2758       case.
2759       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
2760       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
2761     
2762     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
2763       exactly one space character in front of a unnumbered or numbered list.
2764       This should make it easier to match every list instance, since
2765       definition lists can now be handled more nicely in
2766       muse-publish-markup-regexps.  This also has the effect of fixing a
2767       wrapped nested list item edge case.
2769     modified files:
2770      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2773 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
2775     Summary:
2776       Fix edge case in muse-wiki-publish-pretty-title.
2777     Revision:
2778       muse--main--1.0--patch-15
2780     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
2781       the document does not have a valid title, use the empty string.
2783     modified files:
2784      ChangeLog.2006 lisp/muse-wiki.el
2787 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
2789     Summary:
2790       Use debian/compat to determine debhelper compat level.
2791     Revision:
2792       muse--main--1.0--patch-14
2794     * debian/compat: New file that sets the debhelper compatibility level to
2795       4.
2796     
2797     * debian/rules: Remove DH_COMPAT line.
2799     new files:
2800      debian/.arch-ids/compat.id debian/compat
2802     modified files:
2803      ChangeLog.2006 debian/rules
2806 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
2808     Summary:
2809       Fix a couple of table-publishing edge cases.
2810     Revision:
2811       muse--main--1.0--patch-13
2813     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
2814       publishing error that occurs when a table line is the last thing in a
2815       document.  Thanks to cymacs for the report and suggested fix.
2816       (muse-publish-table-fields): Skip initial blank lines, and don't remove
2817       them.
2818     
2819     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
2820       at the end of the 'end-table markup string.
2821     
2822     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
2823     
2824     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
2825     
2826     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
2827       newline at the end of the table.  This should fix a problem with
2828       paragraphs after tables not being published as such.  Thanks to cymacs
2829       for the report.
2830     
2831     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
2832       muse-insert-markup to insert a trailing newline.
2834     modified files:
2835      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2836      lisp/muse-publish.el lisp/muse-texinfo.el
2837      lisp/muse-xml-common.el lisp/muse-xml.el
2840 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
2842     Summary:
2843       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
2844     Revision:
2845       muse--main--1.0--patch-12
2848     new files:
2849      .arch-ids/ChangeLog.2006.id ChangeLog.2006
2851     renamed files:
2852      .arch-ids/ChangeLog.id
2853        ==> .arch-ids/ChangeLog.2005.id
2854      ChangeLog
2855        ==> ChangeLog.2005
2858 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
2860     Summary:
2861       Make muse-journal work with whole-document escaping.
2862     Revision:
2863       muse--main--1.0--patch-11
2865     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
2866       by Emacs Muse" so that muse-journal does not get confused.
2867     
2868     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
2869       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
2870       for whole-buffer escaping.  Thanks to mondoshawan for the report.
2871       (muse-journal-rss-munge-buffer): Display a warning if someone does not
2872       have "Page published by Emacs Muse (begins|ends) here" in their header
2873       or footer, since muse-journal needs this in order to determine where
2874       entries begin and end.
2876     modified files:
2877      examples/mwolson/templates/footer.html
2878      examples/mwolson/templates/generic-footer.html
2879      examples/mwolson/templates/generic-header.html
2880      examples/mwolson/templates/header.html
2881      examples/mwolson/templates/header.tex lisp/muse-journal.el
2884 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
2886     Summary:
2887       Get simple test case for definition lists to work.
2888     Revision:
2889       muse--main--1.0--patch-10
2891     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
2892       publish properly.
2893       (muse-forward-list-item): Fix edge case.
2895     modified files:
2896      lisp/muse-publish.el
2899 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
2901     Summary:
2902       Add documentation to some publishing functions.
2903     Revision:
2904       muse--main--1.0--patch-9
2906     * lisp/muse-publish.el (muse-publish-mark-read-only)
2907       (muse-publish-mark-noemphasis): Add documentation.
2909     modified files:
2910      lisp/muse-publish.el
2913 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
2915     Summary:
2916       Fix an error with `custom-quote'.
2917     Revision:
2918       muse--main--1.0--patch-8
2920     * lisp/muse-project.el: Require 'cus-edit, since that is where
2921       `custom-quote' is defined.
2922     
2923     * muse.texi: Use copyright symbol.
2925     modified files:
2926      lisp/muse-project.el muse.texi
2929 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
2931     Summary:
2932       muse-registry: update from author.
2933     Revision:
2934       muse--main--1.0--patch-7
2936     * lisp/muse-registry.el: Update to newest version from author.
2937       Re-tabify.
2939     modified files:
2940      lisp/muse-registry.el
2943 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
2945     Summary:
2946       muse-latex: Handle double-quote edge case.
2947     Revision:
2948       muse--main--1.0--patch-6
2950     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
2951       character begins the buffer.
2953     modified files:
2954      lisp/muse-latex.el
2957 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
2959     Summary:
2960       Allow beginning and ending empty elements in tables.
2961     Revision:
2962       muse--main--1.0--patch-5
2964     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
2965       whitespace after the field if we're at the end of a line.
2966       (muse-table-line-regexp): Allow the table to start with a "|".  The
2967       resulting initial empty cell isn't yet thrown away like it should be.
2969     modified files:
2970      lisp/muse-regexps.el
2973 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
2975     Summary:
2976       muse-latex: Use \url to publish bare URLs.
2977     Revision:
2978       muse--main--1.0--patch-4
2980     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
2981       \href for bare URLs.  Thanks to Na Li for the suggestion!
2983     modified files:
2984      lisp/muse-latex.el
2987 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
2989     Summary:
2990       Create parents of output directories.
2991     Revision:
2992       muse--main--1.0--patch-3
2994     * lisp/muse-project.el (muse-project-publish-file): Create parent
2995       directories as well, if the output directory does not exist.  This can
2996       happen when we have nested directories in a project.
2998     modified files:
2999      lisp/muse-project.el
3002 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
3004     Summary:
3005       Pick a better default if publishing with more than one style.
3006     Revision:
3007       muse--main--1.0--patch-2
3009     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
3010       the list we return is in the right order.  That way, if more than one
3011       publishing rule matches a link, the first one is used, rather than the
3012       last.
3014     modified files:
3015      lisp/muse-project.el
3018 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
3020     Summary:
3021       Oops, committed to the wrong archive.
3022     Revision:
3023       muse--main--1.0--patch-1
3025     Patches applied:
3026     
3027      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
3028        Debian fixups.
3029     
3030      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
3031        Another Debian fix.
3033     modified files:
3034      ChangeLog debian/emacsen-startup
3036     renamed files:
3037      debian/.arch-ids/NEWS.Debian.id
3038        ==> debian/.arch-ids/NEWS.id
3039      debian/NEWS.Debian
3040        ==> debian/NEWS
3042     new patches:
3043      mwolson@gnu.org--2005/muse--main--1.0--patch-356
3044      mwolson@gnu.org--2005/muse--main--1.0--patch-357
3047 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
3049     Summary:
3050       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
3051     Revision:
3052       muse--main--1.0--base-0
3054     See ChangeLog.2005 for earlier changes.
3056     new patches:
3057      ajk@iu.edu--2005/muse--ajk--1.0--base-0
3058      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
3059      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
3060      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
3061      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
3062      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
3063      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
3064      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
3065      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
3066      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
3067      ajk@iu.edu--2005/muse--main--1.0--base-0
3068      ajk@iu.edu--2005/muse--main--1.0--patch-1
3069      ajk@iu.edu--2005/muse--main--1.0--patch-2
3070      davidsmith@acm.org--2005/muse--devo--1.0--base-0
3071      davidsmith@acm.org--main/muse--devo--1.0--base-0
3072      davidsmith@acm.org--main/muse--devo--1.0--patch-1
3073      davidsmith@acm.org--main/muse--devo--1.0--patch-2
3074      hodique@lifl.fr--2005/muse--yh--1.0--base-0
3075      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
3076      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
3077      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
3078      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
3079      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
3080      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
3081      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
3082      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
3083      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
3084      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
3085      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
3086      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
3087      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
3088      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
3089      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
3090      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
3091      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
3092      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
3093      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
3094      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
3095      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
3096      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
3097      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
3098      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
3099      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
3100      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
3101      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
3102      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
3103      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
3104      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
3105      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
3106      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
3107      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
3108      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
3109      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
3110      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
3111      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
3112      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
3113      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
3114      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
3115      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
3116      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
3117      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
3118      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
3119      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
3120      jeho@jeho.org--2005/muse--jeho--1.0--base-0
3121      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
3122      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
3123      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
3124      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
3125      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
3126      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
3127      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
3128      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
3129      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
3130      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
3131      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
3132      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
3133      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
3134      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
3135      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
3136      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
3137      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
3138      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
3139      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
3140      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
3141      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
3142      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
3143      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
3144      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
3145      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
3146      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
3147      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
3148      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
3149      mwolson@gnu.org--2005/muse--main--1.0--base-0
3150      mwolson@gnu.org--2005/muse--main--1.0--patch-1
3151      mwolson@gnu.org--2005/muse--main--1.0--patch-2
3152      mwolson@gnu.org--2005/muse--main--1.0--patch-3
3153      mwolson@gnu.org--2005/muse--main--1.0--patch-4
3154      mwolson@gnu.org--2005/muse--main--1.0--patch-5
3155      mwolson@gnu.org--2005/muse--main--1.0--patch-6
3156      mwolson@gnu.org--2005/muse--main--1.0--patch-7
3157      mwolson@gnu.org--2005/muse--main--1.0--patch-8
3158      mwolson@gnu.org--2005/muse--main--1.0--patch-9
3159      mwolson@gnu.org--2005/muse--main--1.0--patch-10
3160      mwolson@gnu.org--2005/muse--main--1.0--patch-11
3161      mwolson@gnu.org--2005/muse--main--1.0--patch-12
3162      mwolson@gnu.org--2005/muse--main--1.0--patch-13
3163      mwolson@gnu.org--2005/muse--main--1.0--patch-14
3164      mwolson@gnu.org--2005/muse--main--1.0--patch-15
3165      mwolson@gnu.org--2005/muse--main--1.0--patch-16
3166      mwolson@gnu.org--2005/muse--main--1.0--patch-17
3167      mwolson@gnu.org--2005/muse--main--1.0--patch-18
3168      mwolson@gnu.org--2005/muse--main--1.0--patch-19
3169      mwolson@gnu.org--2005/muse--main--1.0--patch-20
3170      mwolson@gnu.org--2005/muse--main--1.0--patch-21
3171      mwolson@gnu.org--2005/muse--main--1.0--patch-22
3172      mwolson@gnu.org--2005/muse--main--1.0--patch-23
3173      mwolson@gnu.org--2005/muse--main--1.0--patch-24
3174      mwolson@gnu.org--2005/muse--main--1.0--patch-25
3175      mwolson@gnu.org--2005/muse--main--1.0--patch-26
3176      mwolson@gnu.org--2005/muse--main--1.0--patch-27
3177      mwolson@gnu.org--2005/muse--main--1.0--patch-28
3178      mwolson@gnu.org--2005/muse--main--1.0--patch-29
3179      mwolson@gnu.org--2005/muse--main--1.0--patch-30
3180      mwolson@gnu.org--2005/muse--main--1.0--patch-31
3181      mwolson@gnu.org--2005/muse--main--1.0--patch-32
3182      mwolson@gnu.org--2005/muse--main--1.0--patch-33
3183      mwolson@gnu.org--2005/muse--main--1.0--patch-34
3184      mwolson@gnu.org--2005/muse--main--1.0--patch-35
3185      mwolson@gnu.org--2005/muse--main--1.0--patch-36
3186      mwolson@gnu.org--2005/muse--main--1.0--patch-37
3187      mwolson@gnu.org--2005/muse--main--1.0--patch-38
3188      mwolson@gnu.org--2005/muse--main--1.0--patch-39
3189      mwolson@gnu.org--2005/muse--main--1.0--patch-40
3190      mwolson@gnu.org--2005/muse--main--1.0--patch-41
3191      mwolson@gnu.org--2005/muse--main--1.0--patch-42
3192      mwolson@gnu.org--2005/muse--main--1.0--patch-43
3193      mwolson@gnu.org--2005/muse--main--1.0--patch-44
3194      mwolson@gnu.org--2005/muse--main--1.0--patch-45
3195      mwolson@gnu.org--2005/muse--main--1.0--patch-46
3196      mwolson@gnu.org--2005/muse--main--1.0--patch-47
3197      mwolson@gnu.org--2005/muse--main--1.0--patch-48
3198      mwolson@gnu.org--2005/muse--main--1.0--patch-49
3199      mwolson@gnu.org--2005/muse--main--1.0--patch-50
3200      mwolson@gnu.org--2005/muse--main--1.0--patch-51
3201      mwolson@gnu.org--2005/muse--main--1.0--patch-52
3202      mwolson@gnu.org--2005/muse--main--1.0--patch-53
3203      mwolson@gnu.org--2005/muse--main--1.0--patch-54
3204      mwolson@gnu.org--2005/muse--main--1.0--patch-55
3205      mwolson@gnu.org--2005/muse--main--1.0--patch-56
3206      mwolson@gnu.org--2005/muse--main--1.0--patch-57
3207      mwolson@gnu.org--2005/muse--main--1.0--patch-58
3208      mwolson@gnu.org--2005/muse--main--1.0--patch-59
3209      mwolson@gnu.org--2005/muse--main--1.0--patch-60
3210      mwolson@gnu.org--2005/muse--main--1.0--patch-61
3211      mwolson@gnu.org--2005/muse--main--1.0--patch-62
3212      mwolson@gnu.org--2005/muse--main--1.0--patch-63
3213      mwolson@gnu.org--2005/muse--main--1.0--patch-64
3214      mwolson@gnu.org--2005/muse--main--1.0--patch-65
3215      mwolson@gnu.org--2005/muse--main--1.0--patch-66
3216      mwolson@gnu.org--2005/muse--main--1.0--patch-67
3217      mwolson@gnu.org--2005/muse--main--1.0--patch-68
3218      mwolson@gnu.org--2005/muse--main--1.0--patch-69
3219      mwolson@gnu.org--2005/muse--main--1.0--patch-70
3220      mwolson@gnu.org--2005/muse--main--1.0--patch-71
3221      mwolson@gnu.org--2005/muse--main--1.0--patch-72
3222      mwolson@gnu.org--2005/muse--main--1.0--patch-73
3223      mwolson@gnu.org--2005/muse--main--1.0--patch-74
3224      mwolson@gnu.org--2005/muse--main--1.0--patch-75
3225      mwolson@gnu.org--2005/muse--main--1.0--patch-76
3226      mwolson@gnu.org--2005/muse--main--1.0--patch-77
3227      mwolson@gnu.org--2005/muse--main--1.0--patch-78
3228      mwolson@gnu.org--2005/muse--main--1.0--patch-79
3229      mwolson@gnu.org--2005/muse--main--1.0--patch-80
3230      mwolson@gnu.org--2005/muse--main--1.0--patch-81
3231      mwolson@gnu.org--2005/muse--main--1.0--patch-82
3232      mwolson@gnu.org--2005/muse--main--1.0--patch-83
3233      mwolson@gnu.org--2005/muse--main--1.0--patch-84
3234      mwolson@gnu.org--2005/muse--main--1.0--patch-85
3235      mwolson@gnu.org--2005/muse--main--1.0--patch-86
3236      mwolson@gnu.org--2005/muse--main--1.0--patch-87
3237      mwolson@gnu.org--2005/muse--main--1.0--patch-88
3238      mwolson@gnu.org--2005/muse--main--1.0--patch-89
3239      mwolson@gnu.org--2005/muse--main--1.0--patch-90
3240      mwolson@gnu.org--2005/muse--main--1.0--patch-91
3241      mwolson@gnu.org--2005/muse--main--1.0--patch-92
3242      mwolson@gnu.org--2005/muse--main--1.0--patch-93
3243      mwolson@gnu.org--2005/muse--main--1.0--patch-94
3244      mwolson@gnu.org--2005/muse--main--1.0--patch-95
3245      mwolson@gnu.org--2005/muse--main--1.0--patch-96
3246      mwolson@gnu.org--2005/muse--main--1.0--patch-97
3247      mwolson@gnu.org--2005/muse--main--1.0--patch-98
3248      mwolson@gnu.org--2005/muse--main--1.0--patch-99
3249      mwolson@gnu.org--2005/muse--main--1.0--patch-100
3250      mwolson@gnu.org--2005/muse--main--1.0--patch-101
3251      mwolson@gnu.org--2005/muse--main--1.0--patch-102
3252      mwolson@gnu.org--2005/muse--main--1.0--patch-103
3253      mwolson@gnu.org--2005/muse--main--1.0--patch-104
3254      mwolson@gnu.org--2005/muse--main--1.0--patch-105
3255      mwolson@gnu.org--2005/muse--main--1.0--patch-106
3256      mwolson@gnu.org--2005/muse--main--1.0--patch-107
3257      mwolson@gnu.org--2005/muse--main--1.0--patch-108
3258      mwolson@gnu.org--2005/muse--main--1.0--patch-109
3259      mwolson@gnu.org--2005/muse--main--1.0--patch-110
3260      mwolson@gnu.org--2005/muse--main--1.0--patch-111
3261      mwolson@gnu.org--2005/muse--main--1.0--patch-112
3262      mwolson@gnu.org--2005/muse--main--1.0--patch-113
3263      mwolson@gnu.org--2005/muse--main--1.0--patch-114
3264      mwolson@gnu.org--2005/muse--main--1.0--patch-115
3265      mwolson@gnu.org--2005/muse--main--1.0--patch-116
3266      mwolson@gnu.org--2005/muse--main--1.0--patch-117
3267      mwolson@gnu.org--2005/muse--main--1.0--patch-118
3268      mwolson@gnu.org--2005/muse--main--1.0--patch-119
3269      mwolson@gnu.org--2005/muse--main--1.0--patch-120
3270      mwolson@gnu.org--2005/muse--main--1.0--patch-121
3271      mwolson@gnu.org--2005/muse--main--1.0--patch-122
3272      mwolson@gnu.org--2005/muse--main--1.0--patch-123
3273      mwolson@gnu.org--2005/muse--main--1.0--patch-124
3274      mwolson@gnu.org--2005/muse--main--1.0--patch-125
3275      mwolson@gnu.org--2005/muse--main--1.0--patch-126
3276      mwolson@gnu.org--2005/muse--main--1.0--patch-127
3277      mwolson@gnu.org--2005/muse--main--1.0--patch-128
3278      mwolson@gnu.org--2005/muse--main--1.0--patch-129
3279      mwolson@gnu.org--2005/muse--main--1.0--patch-130
3280      mwolson@gnu.org--2005/muse--main--1.0--patch-131
3281      mwolson@gnu.org--2005/muse--main--1.0--patch-132
3282      mwolson@gnu.org--2005/muse--main--1.0--patch-133
3283      mwolson@gnu.org--2005/muse--main--1.0--patch-134
3284      mwolson@gnu.org--2005/muse--main--1.0--patch-135
3285      mwolson@gnu.org--2005/muse--main--1.0--patch-136
3286      mwolson@gnu.org--2005/muse--main--1.0--patch-137
3287      mwolson@gnu.org--2005/muse--main--1.0--patch-138
3288      mwolson@gnu.org--2005/muse--main--1.0--patch-139
3289      mwolson@gnu.org--2005/muse--main--1.0--patch-140
3290      mwolson@gnu.org--2005/muse--main--1.0--patch-141
3291      mwolson@gnu.org--2005/muse--main--1.0--patch-142
3292      mwolson@gnu.org--2005/muse--main--1.0--patch-143
3293      mwolson@gnu.org--2005/muse--main--1.0--patch-144
3294      mwolson@gnu.org--2005/muse--main--1.0--patch-145
3295      mwolson@gnu.org--2005/muse--main--1.0--patch-146
3296      mwolson@gnu.org--2005/muse--main--1.0--patch-147
3297      mwolson@gnu.org--2005/muse--main--1.0--patch-148
3298      mwolson@gnu.org--2005/muse--main--1.0--patch-149
3299      mwolson@gnu.org--2005/muse--main--1.0--patch-150
3300      mwolson@gnu.org--2005/muse--main--1.0--patch-151
3301      mwolson@gnu.org--2005/muse--main--1.0--patch-152
3302      mwolson@gnu.org--2005/muse--main--1.0--patch-153
3303      mwolson@gnu.org--2005/muse--main--1.0--patch-154
3304      mwolson@gnu.org--2005/muse--main--1.0--patch-155
3305      mwolson@gnu.org--2005/muse--main--1.0--patch-156
3306      mwolson@gnu.org--2005/muse--main--1.0--patch-157
3307      mwolson@gnu.org--2005/muse--main--1.0--patch-158
3308      mwolson@gnu.org--2005/muse--main--1.0--patch-159
3309      mwolson@gnu.org--2005/muse--main--1.0--patch-160
3310      mwolson@gnu.org--2005/muse--main--1.0--patch-161
3311      mwolson@gnu.org--2005/muse--main--1.0--patch-162
3312      mwolson@gnu.org--2005/muse--main--1.0--patch-163
3313      mwolson@gnu.org--2005/muse--main--1.0--patch-164
3314      mwolson@gnu.org--2005/muse--main--1.0--patch-165
3315      mwolson@gnu.org--2005/muse--main--1.0--patch-166
3316      mwolson@gnu.org--2005/muse--main--1.0--patch-167
3317      mwolson@gnu.org--2005/muse--main--1.0--patch-168
3318      mwolson@gnu.org--2005/muse--main--1.0--patch-169
3319      mwolson@gnu.org--2005/muse--main--1.0--patch-170
3320      mwolson@gnu.org--2005/muse--main--1.0--patch-171
3321      mwolson@gnu.org--2005/muse--main--1.0--patch-172
3322      mwolson@gnu.org--2005/muse--main--1.0--patch-173
3323      mwolson@gnu.org--2005/muse--main--1.0--patch-174
3324      mwolson@gnu.org--2005/muse--main--1.0--patch-175
3325      mwolson@gnu.org--2005/muse--main--1.0--patch-176
3326      mwolson@gnu.org--2005/muse--main--1.0--patch-177
3327      mwolson@gnu.org--2005/muse--main--1.0--patch-178
3328      mwolson@gnu.org--2005/muse--main--1.0--patch-179
3329      mwolson@gnu.org--2005/muse--main--1.0--patch-180
3330      mwolson@gnu.org--2005/muse--main--1.0--patch-181
3331      mwolson@gnu.org--2005/muse--main--1.0--patch-182
3332      mwolson@gnu.org--2005/muse--main--1.0--patch-183
3333      mwolson@gnu.org--2005/muse--main--1.0--patch-184
3334      mwolson@gnu.org--2005/muse--main--1.0--patch-185
3335      mwolson@gnu.org--2005/muse--main--1.0--patch-186
3336      mwolson@gnu.org--2005/muse--main--1.0--patch-187
3337      mwolson@gnu.org--2005/muse--main--1.0--patch-188
3338      mwolson@gnu.org--2005/muse--main--1.0--patch-189
3339      mwolson@gnu.org--2005/muse--main--1.0--patch-190
3340      mwolson@gnu.org--2005/muse--main--1.0--patch-191
3341      mwolson@gnu.org--2005/muse--main--1.0--patch-192
3342      mwolson@gnu.org--2005/muse--main--1.0--patch-193
3343      mwolson@gnu.org--2005/muse--main--1.0--patch-194
3344      mwolson@gnu.org--2005/muse--main--1.0--patch-195
3345      mwolson@gnu.org--2005/muse--main--1.0--patch-196
3346      mwolson@gnu.org--2005/muse--main--1.0--patch-197
3347      mwolson@gnu.org--2005/muse--main--1.0--patch-198
3348      mwolson@gnu.org--2005/muse--main--1.0--patch-199
3349      mwolson@gnu.org--2005/muse--main--1.0--patch-200
3350      mwolson@gnu.org--2005/muse--main--1.0--patch-201
3351      mwolson@gnu.org--2005/muse--main--1.0--patch-202
3352      mwolson@gnu.org--2005/muse--main--1.0--patch-203
3353      mwolson@gnu.org--2005/muse--main--1.0--patch-204
3354      mwolson@gnu.org--2005/muse--main--1.0--patch-205
3355      mwolson@gnu.org--2005/muse--main--1.0--patch-206
3356      mwolson@gnu.org--2005/muse--main--1.0--patch-207
3357      mwolson@gnu.org--2005/muse--main--1.0--patch-208
3358      mwolson@gnu.org--2005/muse--main--1.0--patch-209
3359      mwolson@gnu.org--2005/muse--main--1.0--patch-210
3360      mwolson@gnu.org--2005/muse--main--1.0--patch-211
3361      mwolson@gnu.org--2005/muse--main--1.0--patch-212
3362      mwolson@gnu.org--2005/muse--main--1.0--patch-213
3363      mwolson@gnu.org--2005/muse--main--1.0--patch-214
3364      mwolson@gnu.org--2005/muse--main--1.0--patch-215
3365      mwolson@gnu.org--2005/muse--main--1.0--patch-216
3366      mwolson@gnu.org--2005/muse--main--1.0--patch-217
3367      mwolson@gnu.org--2005/muse--main--1.0--patch-218
3368      mwolson@gnu.org--2005/muse--main--1.0--patch-219
3369      mwolson@gnu.org--2005/muse--main--1.0--patch-220
3370      mwolson@gnu.org--2005/muse--main--1.0--patch-221
3371      mwolson@gnu.org--2005/muse--main--1.0--patch-222
3372      mwolson@gnu.org--2005/muse--main--1.0--patch-223
3373      mwolson@gnu.org--2005/muse--main--1.0--patch-224
3374      mwolson@gnu.org--2005/muse--main--1.0--patch-225
3375      mwolson@gnu.org--2005/muse--main--1.0--patch-226
3376      mwolson@gnu.org--2005/muse--main--1.0--patch-227
3377      mwolson@gnu.org--2005/muse--main--1.0--patch-228
3378      mwolson@gnu.org--2005/muse--main--1.0--patch-229
3379      mwolson@gnu.org--2005/muse--main--1.0--patch-230
3380      mwolson@gnu.org--2005/muse--main--1.0--patch-231
3381      mwolson@gnu.org--2005/muse--main--1.0--patch-232
3382      mwolson@gnu.org--2005/muse--main--1.0--patch-233
3383      mwolson@gnu.org--2005/muse--main--1.0--patch-234
3384      mwolson@gnu.org--2005/muse--main--1.0--patch-235
3385      mwolson@gnu.org--2005/muse--main--1.0--patch-236
3386      mwolson@gnu.org--2005/muse--main--1.0--patch-237
3387      mwolson@gnu.org--2005/muse--main--1.0--patch-238
3388      mwolson@gnu.org--2005/muse--main--1.0--patch-239
3389      mwolson@gnu.org--2005/muse--main--1.0--patch-240
3390      mwolson@gnu.org--2005/muse--main--1.0--patch-241
3391      mwolson@gnu.org--2005/muse--main--1.0--patch-242
3392      mwolson@gnu.org--2005/muse--main--1.0--patch-243
3393      mwolson@gnu.org--2005/muse--main--1.0--patch-244
3394      mwolson@gnu.org--2005/muse--main--1.0--patch-245
3395      mwolson@gnu.org--2005/muse--main--1.0--patch-246
3396      mwolson@gnu.org--2005/muse--main--1.0--patch-247
3397      mwolson@gnu.org--2005/muse--main--1.0--patch-248
3398      mwolson@gnu.org--2005/muse--main--1.0--patch-249
3399      mwolson@gnu.org--2005/muse--main--1.0--patch-250
3400      mwolson@gnu.org--2005/muse--main--1.0--patch-251
3401      mwolson@gnu.org--2005/muse--main--1.0--patch-252
3402      mwolson@gnu.org--2005/muse--main--1.0--patch-253
3403      mwolson@gnu.org--2005/muse--main--1.0--patch-254
3404      mwolson@gnu.org--2005/muse--main--1.0--patch-255
3405      mwolson@gnu.org--2005/muse--main--1.0--patch-256
3406      mwolson@gnu.org--2005/muse--main--1.0--patch-257
3407      mwolson@gnu.org--2005/muse--main--1.0--patch-258
3408      mwolson@gnu.org--2005/muse--main--1.0--patch-259
3409      mwolson@gnu.org--2005/muse--main--1.0--patch-260
3410      mwolson@gnu.org--2005/muse--main--1.0--patch-261
3411      mwolson@gnu.org--2005/muse--main--1.0--patch-262
3412      mwolson@gnu.org--2005/muse--main--1.0--patch-263
3413      mwolson@gnu.org--2005/muse--main--1.0--patch-264
3414      mwolson@gnu.org--2005/muse--main--1.0--patch-265
3415      mwolson@gnu.org--2005/muse--main--1.0--patch-266
3416      mwolson@gnu.org--2005/muse--main--1.0--patch-267
3417      mwolson@gnu.org--2005/muse--main--1.0--patch-268
3418      mwolson@gnu.org--2005/muse--main--1.0--patch-269
3419      mwolson@gnu.org--2005/muse--main--1.0--patch-270
3420      mwolson@gnu.org--2005/muse--main--1.0--patch-271
3421      mwolson@gnu.org--2005/muse--main--1.0--patch-272
3422      mwolson@gnu.org--2005/muse--main--1.0--patch-273
3423      mwolson@gnu.org--2005/muse--main--1.0--patch-274
3424      mwolson@gnu.org--2005/muse--main--1.0--patch-275
3425      mwolson@gnu.org--2005/muse--main--1.0--patch-276
3426      mwolson@gnu.org--2005/muse--main--1.0--patch-277
3427      mwolson@gnu.org--2005/muse--main--1.0--patch-278
3428      mwolson@gnu.org--2005/muse--main--1.0--patch-279
3429      mwolson@gnu.org--2005/muse--main--1.0--patch-280
3430      mwolson@gnu.org--2005/muse--main--1.0--patch-281
3431      mwolson@gnu.org--2005/muse--main--1.0--patch-282
3432      mwolson@gnu.org--2005/muse--main--1.0--patch-283
3433      mwolson@gnu.org--2005/muse--main--1.0--patch-284
3434      mwolson@gnu.org--2005/muse--main--1.0--patch-285
3435      mwolson@gnu.org--2005/muse--main--1.0--patch-286
3436      mwolson@gnu.org--2005/muse--main--1.0--patch-287
3437      mwolson@gnu.org--2005/muse--main--1.0--patch-288
3438      mwolson@gnu.org--2005/muse--main--1.0--patch-289
3439      mwolson@gnu.org--2005/muse--main--1.0--patch-290
3440      mwolson@gnu.org--2005/muse--main--1.0--patch-291
3441      mwolson@gnu.org--2005/muse--main--1.0--patch-292
3442      mwolson@gnu.org--2005/muse--main--1.0--patch-293
3443      mwolson@gnu.org--2005/muse--main--1.0--patch-294
3444      mwolson@gnu.org--2005/muse--main--1.0--patch-295
3445      mwolson@gnu.org--2005/muse--main--1.0--patch-296
3446      mwolson@gnu.org--2005/muse--main--1.0--patch-297
3447      mwolson@gnu.org--2005/muse--main--1.0--patch-298
3448      mwolson@gnu.org--2005/muse--main--1.0--patch-299
3449      mwolson@gnu.org--2005/muse--main--1.0--patch-300
3450      mwolson@gnu.org--2005/muse--main--1.0--patch-301
3451      mwolson@gnu.org--2005/muse--main--1.0--patch-302
3452      mwolson@gnu.org--2005/muse--main--1.0--patch-303
3453      mwolson@gnu.org--2005/muse--main--1.0--patch-304
3454      mwolson@gnu.org--2005/muse--main--1.0--patch-305
3455      mwolson@gnu.org--2005/muse--main--1.0--patch-306
3456      mwolson@gnu.org--2005/muse--main--1.0--patch-307
3457      mwolson@gnu.org--2005/muse--main--1.0--patch-308
3458      mwolson@gnu.org--2005/muse--main--1.0--patch-309
3459      mwolson@gnu.org--2005/muse--main--1.0--patch-310
3460      mwolson@gnu.org--2005/muse--main--1.0--patch-311
3461      mwolson@gnu.org--2005/muse--main--1.0--patch-312
3462      mwolson@gnu.org--2005/muse--main--1.0--patch-313
3463      mwolson@gnu.org--2005/muse--main--1.0--patch-314
3464      mwolson@gnu.org--2005/muse--main--1.0--patch-315
3465      mwolson@gnu.org--2005/muse--main--1.0--patch-316
3466      mwolson@gnu.org--2005/muse--main--1.0--patch-317
3467      mwolson@gnu.org--2005/muse--main--1.0--patch-318
3468      mwolson@gnu.org--2005/muse--main--1.0--patch-319
3469      mwolson@gnu.org--2005/muse--main--1.0--patch-320
3470      mwolson@gnu.org--2005/muse--main--1.0--patch-321
3471      mwolson@gnu.org--2005/muse--main--1.0--patch-322
3472      mwolson@gnu.org--2005/muse--main--1.0--patch-323
3473      mwolson@gnu.org--2005/muse--main--1.0--patch-324
3474      mwolson@gnu.org--2005/muse--main--1.0--patch-325
3475      mwolson@gnu.org--2005/muse--main--1.0--patch-326
3476      mwolson@gnu.org--2005/muse--main--1.0--patch-327
3477      mwolson@gnu.org--2005/muse--main--1.0--patch-328
3478      mwolson@gnu.org--2005/muse--main--1.0--patch-329
3479      mwolson@gnu.org--2005/muse--main--1.0--patch-330
3480      mwolson@gnu.org--2005/muse--main--1.0--patch-331
3481      mwolson@gnu.org--2005/muse--main--1.0--patch-332
3482      mwolson@gnu.org--2005/muse--main--1.0--patch-333
3483      mwolson@gnu.org--2005/muse--main--1.0--patch-334
3484      mwolson@gnu.org--2005/muse--main--1.0--patch-335
3485      mwolson@gnu.org--2005/muse--main--1.0--patch-336
3486      mwolson@gnu.org--2005/muse--main--1.0--patch-337
3487      mwolson@gnu.org--2005/muse--main--1.0--patch-338
3488      mwolson@gnu.org--2005/muse--main--1.0--patch-339
3489      mwolson@gnu.org--2005/muse--main--1.0--patch-340
3490      mwolson@gnu.org--2005/muse--main--1.0--patch-341
3491      mwolson@gnu.org--2005/muse--main--1.0--patch-342
3492      mwolson@gnu.org--2005/muse--main--1.0--patch-343
3493      mwolson@gnu.org--2005/muse--main--1.0--patch-344
3494      mwolson@gnu.org--2005/muse--main--1.0--patch-345
3495      mwolson@gnu.org--2005/muse--main--1.0--patch-346
3496      mwolson@gnu.org--2005/muse--main--1.0--patch-347
3497      mwolson@gnu.org--2005/muse--main--1.0--patch-348
3498      mwolson@gnu.org--2005/muse--main--1.0--patch-349
3499      mwolson@gnu.org--2005/muse--main--1.0--patch-350
3500      mwolson@gnu.org--2005/muse--main--1.0--patch-351
3501      mwolson@gnu.org--2005/muse--main--1.0--patch-352
3502      mwolson@gnu.org--2005/muse--main--1.0--patch-353
3503      mwolson@gnu.org--2005/muse--main--1.0--patch-354
3504      mwolson@gnu.org--2005/muse--main--1.0--patch-355
3505      mwolson@gnu.org--2005/muse--rel--3.02--base-0
3506      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
3507      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
3508      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
3509      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
3510      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
3511      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
3512      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
3513      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
3514      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
3515      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
3516      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
3517      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
3518      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
3519      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
3520      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
3521      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
3522      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
3523      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
3524      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
3525      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
3526      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
3527      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
3528      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
3529      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
3530      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
3531      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
3532      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
3533      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
3534      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
3535      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
3536      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
3537      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
3538      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
3539      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
3540      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
3541      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
3542      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
3543      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
3544      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
3545      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
3546      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
3547      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
3548      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8