Permit table generation to be disabled for a single Muse page.
[muse-el.git] / ChangeLog.2006
bloba68c184a5736f128b10060c4a1966ef577d4ecac
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2006/muse--main--1.0
5 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
7     Summary:
8       Permit table generation to be disabled for a single Muse page.
9     Revision:
10       muse--main--1.0--patch-90
12     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
13       data, don't publish the table.
14     
15     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
16     
17     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
18     
19     * lisp/muse-publish.el (muse-publish-table-fields): If the
20       "disable-tables" publishing directive exists for the current page, do
21       not generate a table.
22     
23     * muse.texi (Tables): Mention that table generation can be disabled for a
24       single page.
26     modified files:
27      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
28      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
31 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
33     Summary:
34       muse-wiki: Match filenames before WikiWords.
35     Revision:
36       muse--main--1.0--patch-89
38     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
39       filenames in project before the general WikiWord regexp.
41     modified files:
42      ChangeLog.2006 lisp/muse-wiki.el
45 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
47     Summary:
48       Use a better mechanism for updating autogenerated variables.
49     Revision:
50       muse--main--1.0--patch-88
52     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
53     
54     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
55     
56     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
57       muse-update-values-hook.
58     
59     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
60       muse-update-values-hook.
61     
62     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
63       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
64       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
65       error is fixed.
66       (muse-wiki-update-custom-values): Replace with function that gives a
67       warning and an explanation.
68     
69     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
70       example so that people who use it won't have a wrong value in
71       muse-mode-hook.
73     modified files:
74      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
75      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
76      lisp/muse.el
79 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
81     Summary:
82       muse-wiki: Implement implicit links for all files in project.
83     Revision:
84       muse--main--1.0--patch-87
86     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
87       don't get errors when trying to use it.
88     
89     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
90       muse-project-file-alist-hook.
91       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
92       into a recursive call.
93       (muse-wiki-update-wikiword-regexp): Call
94       `muse-wiki-update-local-wikiword-regexp'.
95     
96     (Author: Per B. Sederberg <per@med.upenn.edu>)
97     
98     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
99       muse-before-publish-hook and muse-mode-hook so that implicit links are
100       published properly.
101       (muse-wiki-wikiword-match-project-files): New option for determining
102       whether to match all project files as implicit links.  This is off by
103       default.
104       (muse-wiki-update-local-wikiword-regexp): New function to make the
105       wikiword-regexp local and append the files in the current project to
106       it.
108     modified files:
109      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
111     new patches:
112      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
113      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
114      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
115      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
116      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
117      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
118      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
119      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
120      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
121      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
122      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
123      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
124      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
125      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
128 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
130     Summary:
131       Update Muse's file-alist after saving any Muse page.
132     Revision:
133       muse--main--1.0--patch-86
135     * lisp/muse-project.el (muse-project-after-save-hook): New function that
136       causes Muse's file-alist to be updated when we are saving a Muse file.
137       This is added to after-save-hook.
139     modified files:
140      ChangeLog.2006 lisp/muse-project.el
143 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
145     Summary:
146       Add a hook that is called whenever Muse's file-alist is updated.
147     Revision:
148       muse--main--1.0--patch-85
150     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
151       executed after an update to muse-project-file-alist happens.
152       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
154     modified files:
155      ChangeLog.2006 lisp/muse-project.el
158 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
160     Summary:
161       muse-mode: Recognize definition lists when filling text.
162     Revision:
163       muse--main--1.0--patch-84
165     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
166       text.
167     
169     modified files:
170      ChangeLog.2006 lisp/muse-mode.el
173 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
175     Summary:
176       Remove unrelated part of patch-82.
177     Revision:
178       muse--main--1.0--patch-83
181     modified files:
182      ChangeLog.2006 lisp/muse-mode.el
185 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
187     Summary:
188       muse-journal: Fix dates in RSS feeds.
189     Revision:
190       muse--main--1.0--patch-82
192     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
193       date is in a format that RSS readers can handle.  Thanks to RenĂ©
194       Stadler for the patch.
196     modified files:
197      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
200 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
202     Summary:
203       debian: Install ChangeLog properly.
204     Revision:
205       muse--main--1.0--patch-81
207     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
208       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
209       the breakage report.
211     modified files:
212      ChangeLog.2006 debian/rules
215 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
217     Summary:
218       Fix a bug triggered by batch-publishing.
219     Revision:
220       muse--main--1.0--patch-80
222     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
223       right algorithm turned out to be simpler than I had thought.  Thanks to
224       Sergei V. Fleytin for reporting breakage with the old method.
225       (muse-publish-file): Don't be overzealous when checking for an invalid
226       style -- use a simpler check.
227       (muse-batch-publish-files): Don't check for invalid styles here, since
228       we already do so in `muse-publish-file'.
230     modified files:
231      ChangeLog.2006 lisp/muse-publish.el
234 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
236     Summary:
237       muse.texi: Move some sections to a new Extending Muse chapter.
238     Revision:
239       muse--main--1.0--patch-79
241     * muse.texi (Extending Muse): New chapter containing nodes that deal with
242       extending Muse in various ways.
243       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
245     modified files:
246      ChangeLog.2006 muse.texi
249 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
251     Summary:
252       Fix a couple of recently-introduced bugs.
253     Revision:
254       muse--main--1.0--patch-78
256     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
257       extra hard to preserve our settings for faces, especially after a new
258       frame or splash screen.
259     
260     * lisp/muse.el (muse-copy-face): New function that ensures the face is
261       copied globally, to the extent the Emacs permits this.
263     modified files:
264      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
267 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
269     Summary:
270       Update my example configuration file.
271     Revision:
272       muse--main--1.0--patch-77
275     modified files:
276      ChangeLog.2006 examples/mwolson/muse-init.el
279 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
281     Summary:
282       Remove cruft from patch logs.
283     Revision:
284       muse--main--1.0--patch-76
287     modified files:
288      ChangeLog.2006
289      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
290      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
291      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
292      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
293      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
294      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
295      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
296      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
299 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
301     Summary:
302       Make faces more robust and namespace-conforming.
303     Revision:
304       muse--main--1.0--patch-75
306     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
307       face has documentation and a group.
308       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
309       "-face" suffix.
310       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
311       faces have documentation and a group.  Copy unconditionally from the
312       related Emacs faces, rather than specifying face attributes.
313       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
314       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
315       face names.
316     
317     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
318       the 'muse-link property rather than looking at the face.
320     modified files:
321      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
324 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
326     Summary:
327       muse.texi: Mention the <code> tag.
328     Revision:
329       muse--main--1.0--patch-74
331     * muse.texi (Emphasizing Text): Mention the <code> tag.
333     modified files:
334      ChangeLog.2006 muse.texi
337 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
339     Summary:
340       Fix bug in verse markup, undesired behavior with emdash.
341     Revision:
342       muse--main--1.0--patch-73
344     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
345       around emdash.
346     
347     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
348     
349     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
350     
351     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
352       trailing whitespace to `muse-markup-text', in case the current
353       publishing wishes to use them.
354       (muse-publish-markup-verse): Insert newline without adding read-only
355       properties to it.  This fixes a paragraph detection bug in HTML
356       publishing.
358     modified files:
359      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
360      lisp/muse-publish.el lisp/muse-xml.el
363 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
365     Summary:
366       httpd.el: Update to work with newer versions of Emacs.
367     Revision:
368       muse--main--1.0--patch-72
370     * contrib/httpd.el (httpd-start): Update this to work with newer versions
371       of Emacs.
373     modified files:
374      ChangeLog.2006 contrib/httpd.el
377 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
379     Summary:
380       muse-journal: Make custom RSS heading regexps possible.
381     Revision:
382       muse--main--1.0--patch-71
384     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
385       determines the regexp to use when searching for an RSS heading.
386       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
388     modified files:
389      ChangeLog.2006 lisp/muse-journal.el
392 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
394     Summary:
395       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
396     Revision:
397       muse--main--1.0--patch-70
399     * lisp/muse-project.el (muse-project-publish): If we cannot find a
400       project to publish, indicate this in an error message.
401     
402     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
403       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
404       (muse-detect-invalid-style): New function that makes sure that the
405       given style is in a valid format.
406       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
407       publishing.
409     modified files:
410      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
413 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
415     Summary:
416       muse-mode: Don't require muse-publish.el.
417     Revision:
418       muse--main--1.0--patch-69
420     * lisp/muse-mode.el: Use a few autoloads instead of requiring
421       muse-publish.el.  This allows people to optionally have Muse mode
422       without including the publishing features, as long as they never call a
423       publishing function.  The documentation says that Muse is supposed to
424       be modular in that way, so I guess we'd better follow it.
425       (muse-insert-tag): Make sure that muse-publish is required before
426       accessing `muse-publish-markup-tags'.
428     modified files:
429      ChangeLog.2006 lisp/muse-mode.el
432 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
434     Summary:
435       Minor code cleanup.
436     Revision:
437       muse--main--1.0--patch-68
439     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
441     modified files:
442      ChangeLog.2006 lisp/muse-mode.el
445 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
447     Summary:
448       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
449     Revision:
450       muse--main--1.0--patch-67
452     (Author: Per B. Sederberg <per@med.upenn.edu>)
453     
454     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
455       used for grepping.
456       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
457       muse-find-backlinks C-c C-b
458       (muse-grep): New function to envoke a search with the compiler.
459       (muse-search-with-command): New function to search for text, optionally
460       editing the command.
461       (muse-search): New function to search for text.
462       (muse-find-backlinks): New function to search for backlinks to the
463       current page.
465     modified files:
466      ChangeLog.2006 lisp/muse-mode.el
468     new patches:
469      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
470      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
471      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
472      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
473      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
474      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
475      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
476      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
477      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
478      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
479      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
480      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
483 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
485     Summary:
486       Make it easier to call context-specific region-escaping function.
487     Revision:
488       muse--main--1.0--patch-66
490     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
491       returned from specials, call it with beg, end, ignore-read-only args.
492       This allows for people to specify their own functions for escaping
493       regions, depending on context.  See `muse-xml-decide-specials' in
494       muse-xml-common.el.  This functionality already exists for escaping
495       specials in strings.
497     modified files:
498      ChangeLog.2006 lisp/muse-publish.el
501 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
503     Summary:
504       Attempt to make new syntaxes easier to support.
505     Revision:
506       muse--main--1.0--patch-65
508     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
509       and `muse-get-link-data'.
510     
511     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
512     
513     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
514       (muse-make-link): Change argument name.
515     
516     * lisp/muse.el (muse-handle-explicit-link): Ditto.
517       (muse-get-link, muse-get-link-desc): New functions that return the link
518       and the link description, respectively, from the given TARGET.  The
519       idea is that at least one other markup syntax puts descriptions before
520       links, so all they would have to do is re-define these two functions.
522     modified files:
523      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
524      lisp/muse-mode.el lisp/muse.el
527 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
529     Summary:
530       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
531     Revision:
532       muse--main--1.0--patch-64
534     * Makefile.defs, lisp/muse-colors.el: Fix typo.
535     
536     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
537       `replace-in-string' is checked before `replace-regexp-in-string', since
538       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
539       Ottaway for the heads up.
541     modified files:
542      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
545 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
547     Summary:
548       muse-latex: Add footnotes to links so that they show up on printed copies.
549     Revision:
550       muse--main--1.0--patch-63
552     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
553       'url-and-desc.  Display footnotes if we have both a link and a
554       description, since we want URLs to show up on printed documents.
555       (muse-latex-markup-specials-document): Escape the "@" character in the
556       entire document.
557     
558     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
559       without descriptions and URLs with descriptions.  If no markup string
560       exists for 'url-and-desc, fall back to 'url.
562     modified files:
563      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
566 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
568     Summary:
569       Fix publishing error with multi-line wrapped list items.
570     Revision:
571       muse--main--1.0--patch-62
573     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
574       multiple lines of a wrapped list item.
576     modified files:
577      ChangeLog.2006 lisp/muse-publish.el
580 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
582     Summary:
583       Add COPYING file; update headers.
584     Revision:
585       muse--main--1.0--patch-61
587     * COPYING: New file containing the GNU GPL.
588     
589     * AUTHORS: Bookkeeping.
590     
591     * README: Add License section.  Change Muse homepage URL.
592     
593     * debian/copyright: Change Muse homepage URL.  Prune list to those who
594       have changed 15+ lines of code, since this is the amount that
595       constitutes legal contribution to a software work, AFAICT.
596     
597     * examples/mwolson: Update contents of directory to match my current
598       setup.
599     
600     * experimental/muse*.el, lisp/muse*.el: Update headers.
601     
602     * muse.texi: Change Muse homepage URL.
604     new files:
605      .arch-ids/COPYING.id COPYING
607     modified files:
608      AUTHORS ChangeLog.2006 README debian/copyright
609      examples/mwolson/muse-init.el
610      examples/mwolson/stylesheets/blog.css
611      examples/mwolson/stylesheets/common.css
612      examples/mwolson/stylesheets/print.css
613      examples/mwolson/stylesheets/screen.css
614      experimental/muse-cite.el experimental/muse-mathml.el
615      experimental/muse-message.el lisp/muse-backlink.el
616      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
617      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
618      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
619      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
620      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
621      lisp/muse-publish.el lisp/muse-regexps.el
622      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
623      lisp/muse-xml.el lisp/muse.el muse.texi
626 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
628     Summary:
629       Update Muse XML schema.
630     Revision:
631       muse--main--1.0--patch-60
633     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
634       history.  We'll call this v0.3 of the schema.
635     
636     * lisp/muse-xml-common.el: Update header.
637       (muse-xml-markup-table): Fix table generation when attributes are not
638       specified.
640     modified files:
641      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
644 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
646     Summary:
647       Fix output for consecutive list items of same type.
648     Revision:
649       muse--main--1.0--patch-59
651     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
652       post-indent and indent-found values local to each list item.  This
653       should fix undesired behavior with consecutive list items of the same
654       type.
656     modified files:
657      ChangeLog.2006 lisp/muse-publish.el
660 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
662     Summary:
663       Make C-> and C-< keybindings not indent nested items.
664     Revision:
665       muse--main--1.0--patch-58
667     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
668       nested items.
669     
670     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
671       optional, and document this.
673     modified files:
674      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
677 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
679     Summary:
680       Slightly improve flyspell integration.
681     Revision:
682       muse--main--1.0--patch-57
684     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
685       property to determine whether we are at a link.
687     modified files:
688      ChangeLog.2006 lisp/muse-mode.el
691 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
693     Summary:
694       Make nested definition list items work much better.
695     Revision:
696       muse--main--1.0--patch-56
698     * lisp/muse-publish.el (muse-publish-surround-dl): Use
699       `muse-forward-list-item'.  Don't pass indent and post-indent to the
700       move function.
701       (muse-publish-surround-text): If we are to determine the indentation,
702       but have found no list items, set indent to the empty string.  If we
703       are to determine indentation but have found an item, get all leading
704       whitespace and set indent to it.  Never try to determine post-indent
705       using the first line.  Try to contain the amount of "damage" a nested
706       list item can do to wrapped list item text.
707     
708     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
709       part so that it is easier to indicate the amount of desired initial
710       whitespace.
711     
712     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
713       entry optional.
714       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
715       merged into `muse-forward-list-item'.
716       (muse-forward-list-item-1): New function that determines whether a
717       nested list item is found.
718       (muse-forward-list-item): Move hairy nested list detection algorithm
719       into `muse-forward-list-item-1'.  Be extra careful about terminating
720       when we go past the boundary.
722     modified files:
723      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
724      lisp/muse.el
727 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
729     Summary:
730       Add backlink support, thanks to Jim Ottaway.
731     Revision:
732       muse--main--1.0--patch-55
734     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
735       variable that indicates whether Muse is fontifying the current buffer.
736       (muse-colors-region): Set `muse-colors-fontifying' to t.
737     
738     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
739       support.  I've modified it slightly to get rid of the defadvice forms.
741     new files:
742      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
744     modified files:
745      AUTHORS ChangeLog.2006 lisp/muse-colors.el
748 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
750     Summary:
751       muse-protocols: Add Wikipedia support.
752     Revision:
753       muse--main--1.0--patch-54
755     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
756       is used to look up terms on the Wikipedia website.
757       (muse-wikipedia-country): New option that specifies the country code to
758       use for Wikipedia.
759       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
760       resolve and browse Wikipedia URLs.
762     modified files:
763      ChangeLog.2006 lisp/muse-protocols.el
766 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
768     Summary:
769       muse-protocols: Add DOI handling.
770     Revision:
771       muse--main--1.0--patch-53
773     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
774       DOI's (digitial object identifiers) are a standard identifier used in
775       the publishing industry.  Thanks to Phillip Lord for the patch.
776       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
777       and browse DOI's.
779     modified files:
780      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
783 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
785     Summary:
786       Refine previous patch.
787     Revision:
788       muse--main--1.0--patch-52
790     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
791       ever use the fallback method.  Save point when using new method.
793     modified files:
794      ChangeLog.2006 lisp/muse-mode.el
797 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
799     Summary:
800       Make visiting of links a bit faster.
801     Revision:
802       muse--main--1.0--patch-51
804     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
805       property.
806       (muse-link-properties): If we are highlighting a link, add the
807       muse-link property.
808     
809     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
810       exists at point, use it to bound the link.  Otherwise, use the old
811       method.  This should make it easier to visit custom implicit link
812       forms, since it does not require a change to muse-implicit-link-regexp.
813     
814     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
815       used when muse-colors.el is loaded.
817     modified files:
818      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
819      lisp/muse-regexps.el
822 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
824     Summary:
825       Make resolving of inline image paths more flexible.
826     Revision:
827       muse--main--1.0--patch-50
829     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
830       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
831       option.  Make the fallback customization type a function rather than a
832       symbol.
833       (muse-colors-use-publishing-directory): New function that takes the
834       best guess at where the current Muse file will be published and makes
835       the given link relative to that.
836       (muse-colors-insert-image): If muse-colors-inline-image-method is
837       'default-directory, use the default directory.  If it is a function,
838       call that function with LINK as an argument.  Otherwise, give up.
840     modified files:
841      ChangeLog.2006 lisp/muse-colors.el
844 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
846     Summary:
847       Fix inline image lockup.
848     Revision:
849       muse--main--1.0--patch-49
851     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
852       patch-47.  This will prevent Muse from locking up after making a new
853       inline image.
855     modified files:
856      ChangeLog.2006 lisp/muse-colors.el
859 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
861     Summary:
862       Fix publishing problem with XEmacs.
863     Revision:
864       muse--main--1.0--patch-48
866     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
867       publishing problem when text at beginning of buffer is read-only.
868       Thanks to Christian Clercin for the report.
870     modified files:
871      ChangeLog.2006 lisp/muse-publish.el
874 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
876     Summary:
877       Get increase and decrease of list indentation to work with complex cases.
878     Revision:
879       muse--main--1.0--patch-47
881     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
882       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
883       to indicate this interpretation, though parens are different.
884     
885     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
886       (muse-alter-list-item-indentation): New function that alters the list
887       structure at point.  The behavior to use is specified by the OPERATION
888       argument.  Currently-supported operations are 'increase and 'decrease
889       indentation level.  This now uses the same sort of list detection
890       algorithm that is used during publishing, so it should work as expected
891       for complicated cases.
892       (muse-increase-list-item-indentation)
893       (muse-decrease-list-item-indentation): Use
894       `muse-alter-list-item-indentation'.
896     modified files:
897      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
900 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
902     Summary:
903       Code simplification; improve muse-list-item-type function.
904     Revision:
905       muse--main--1.0--patch-46
907     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
908       'dl-entry, instead of just returning 'dl.
909       (muse-forward-dl-term, muse-forward-dl-entry): Use
910       muse-forward-list-item.
911       (muse-forward-dl-part): Remove, merge functionality into
912       muse-forward-list-item.
913       (muse-forward-list-item): Add a few conditions needed for skipping
914       nested 'dl-term and 'dl-entry items.
916     modified files:
917      ChangeLog.2006 lisp/muse.el
920 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
922     Summary:
923       Put movement by list and paragraph functions in muse.el.
924     Revision:
925       muse--main--1.0--patch-45
927     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
928       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
929       (muse-forward-list-item): Move here from muse-publish.el, so that
930       muse-mode can make use of these.
932     modified files:
933      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
936 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
938     Summary:
939       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
940     Revision:
941       muse--main--1.0--patch-44
943     (Author: Per B. Sederberg <per@med.upenn.edu>)
944     
945     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
946       decrease the current item indentation.
947       (muse-get-paragraph-start): Helper function to determine the start of
948       the current paragraph.
949       (muse-insert-list-item): Cleaned up list item insertion code and made
950       it handle definitions.
951       (muse-increase-list-item-indentation): New interactive function to
952       increase list item indentation.
953       (muse-decrease-list-item-indentation): New interactive function to
954       decrease list item indentation.
956     modified files:
957      ChangeLog.2006 lisp/muse-mode.el
959     new patches:
960      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
961      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
962      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
963      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
964      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
965      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
966      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
967      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
968      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
969      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
972 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
974     Summary:
975       Use slightly better algorithm for removing initial whitespace.
976     Revision:
977       muse--main--1.0--patch-43
979     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
980       the definition occurred on the same line as the term.
981       (muse-publish-surround-text): Use a slightly better algorithm for
982       removing initial indentation of list items.  This way, we preserve
983       nesting of lists and also deal with same-level items that occur after
984       nested items.  This probably doesn't make much of a difference in the
985       output, but it should make support of nested definition lists a bit
986       less troublesome in some cases.
987       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
988       regexp.
989       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
990       data.  Don't remove any text.  This makes the function easier to reuse
991       in display-only situations.
993     modified files:
994      ChangeLog.2006 lisp/muse-publish.el
997 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
999     Summary:
1000       In a preliminary way, make definition lists nest.
1001     Revision:
1002       muse--main--1.0--patch-42
1004     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
1005       lists nest a bit better.
1006     
1007     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
1008       use it anymore.
1010     modified files:
1011      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1014 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
1016     Summary:
1017       Fix nested list regression.
1018     Revision:
1019       muse--main--1.0--patch-41
1021     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
1022       original indentation value and use that.  This fixes a regression
1023       caused by the last patch.
1025     modified files:
1026      ChangeLog.2006 lisp/muse-publish.el
1029 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
1031     Summary:
1032       Make code look nicer by using muse-forward-dl-* functions.
1033     Revision:
1034       muse--main--1.0--patch-40
1036     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
1037       forms into muse-forward-dl-* for increased reusability.
1038       (muse-publish-surround-text): Call move function with an indent
1039       argument so that we don't have to use partial substitution in lambda
1040       forms.
1041       (muse-forward-dl-term): New function that moves forward to the next
1042       definition list term.
1043       (muse-forward-dl-entry): New function that moves forward to the next
1044       definition list entry.
1045       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
1046       does not move past entire definition list items, only parts of them.
1047       (muse-publish-markup-list, muse-publish-markup-quote):
1048       (muse-publish-quote-tag): Use better lambda form, and include a
1049       parameter.
1051     modified files:
1052      ChangeLog.2006 lisp/muse-publish.el
1055 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
1057     Summary:
1058       Handle blockquoted sections within lists properly.
1059     Revision:
1060       muse--main--1.0--patch-39
1062     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
1063       property.  This should make blockquoted sections within a list do the
1064       right thing.
1065       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
1066       behavior of `muse-forward-paragraph'.
1068     modified files:
1069      ChangeLog.2006 lisp/muse-publish.el
1072 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
1074     Summary:
1075       Fix problem when previous list item was nested.
1076     Revision:
1077       muse--main--1.0--patch-38
1079     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
1080       indicator at the correct place.  This fixes an error where a previous
1081       list was nested but the current one isn't.  Thanks to Per B. Sederberg
1082       for the report.
1084     modified files:
1085      ChangeLog.2006 lisp/muse-publish.el
1088 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
1090     Summary:
1091       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
1092     Revision:
1093       muse--main--1.0--patch-37
1095     * muse.texi (Implicit Links): Mention how to customize the WikiName
1096       recognition, and note that if you're setting this manually, you have to
1097       call some additional code.  This should fix #5376.  Also remove local
1098       variables section at end, since it seems pointless.
1100     modified files:
1101      ChangeLog.2006 muse.texi
1104 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
1106     Summary:
1107       Fix #5325: nested formatting not working in HTML output.
1108     Revision:
1109       muse--main--1.0--patch-36
1111     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
1112       work.  I'm a bit worried about possible double-escaping, though.
1113       Perhaps we should write the context to a text property and escape it
1114       later.  This should fix #5325.
1116     modified files:
1117      ChangeLog.2006 lisp/muse-publish.el
1120 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
1122     Summary:
1123       Make paragraphs respect the end of a list or list item.
1124     Revision:
1125       muse--main--1.0--patch-35
1127     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
1128       end of a list (or list item), back up.  This allows for a nice side
1129       effect when using indented sentences in between list items.
1130     
1131     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
1132     
1133     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
1134     
1135     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
1136       and end-item are marked up with end-list properties.
1138     modified files:
1139      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1140      lisp/muse-publish.el lisp/muse-xml.el
1143 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
1145     Summary:
1146       Make sure an initial term exists before publishing definition list.
1147     Revision:
1148       muse--main--1.0--patch-34
1150     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
1151       exists before publishing a definition list.
1153     modified files:
1154      ChangeLog.2006 lisp/muse-publish.el
1157 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
1159     Summary:
1160       Add comments to nested list code.
1161     Revision:
1162       muse--main--1.0--patch-33
1164     * lisp/muse-publish.el (muse-publish-surround-dl)
1165       (muse-publish-surround-text, muse-forward-dl-item):
1166       (muse-forward-list-item): Add comments, since there were many
1167       intricacies that are probably not obvious to the casual reader.
1168       (muse-forward-dl-item): Remove no-op condition.
1170     modified files:
1171      ChangeLog.2006 lisp/muse-publish.el
1174 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
1176     Summary:
1177       Make nested list items work when separated by one blank line.
1178     Revision:
1179       muse--main--1.0--patch-32
1181     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1182       muse-forward-dl-item instead of muse-forward-list-item.  On second
1183       thought, don't unconditionally insert a newline, as that breaks some
1184       things.
1185       (muse-forward-dl-item): New function that moves forward to the next
1186       definition list item.  This was factored out from
1187       muse-forward-list-item, since it was getting too complex for my liking.
1188       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
1189       indented line, and skip past these if we have a blank line followed by
1190       an indented line.  "Indented" means "indented one past the current
1191       indentation level" here.  Remove some initial whitespace that was being
1192       overlooked before.
1194     modified files:
1195      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1198 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
1200     Summary:
1201       Fix a couple of bugs in muse-wiki-resolve-project-page.
1202     Revision:
1203       muse--main--1.0--patch-31
1205     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
1206       better algorithm for adding styles to a list.
1207     
1208     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
1209       carefully.  This should fix one or two hard-to-explain bugs.
1211     modified files:
1212      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1215 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
1217     Summary:
1218       Fix another definition list edge case.
1219     Revision:
1220       muse--main--1.0--patch-30
1222     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
1223       unordered list immediately follows definition list term.
1225     modified files:
1226      ChangeLog.2006 lisp/muse-publish.el
1229 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
1231     Summary:
1232       Pass all current definition list test cases.
1233     Revision:
1234       muse--main--1.0--patch-29
1236     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
1237       line if definition is not on the same line as the term.
1238       (muse-forward-list-item): Fix publishing incorrectness that occurred
1239       when a non-dl list follows a definition list.  Always move to the right
1240       place so as to prevent extra empty dd elements from being published.
1242     modified files:
1243      ChangeLog.2006 lisp/muse-publish.el
1246 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
1248     Summary:
1249       Merge consecutive definition list terms properly.
1250     Revision:
1251       muse--main--1.0--patch-28
1253     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
1254       correctly.  This makes Muse merge several definition list items into
1255       one list.
1256       (muse-forward-list-item): Use simpler regexp for 'dl.
1257     
1258     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
1259       definition lists, and make terms the 2nd matched text.
1261     modified files:
1262      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1265 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
1267     Summary:
1268       Bookkeeping.
1269     Revision:
1270       muse--main--1.0--patch-27
1272     * AUTHORS: Update.
1273     
1274     * muse-colors.el, muse-mode.el: Credit contributions.
1276     modified files:
1277      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1280 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
1282     Summary:
1283       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
1284     Revision:
1285       muse--main--1.0--patch-26
1287     Patches applied:
1288     
1289      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
1290        Added ability to show inline images in the Emacs buffer.
1291     
1292      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
1293        Added enhanced list item insertion.
1294     
1295     Detailed log:
1296     
1297     (Author: Per B. Sederberg <per@med.upenn.edu>)
1298     
1299     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
1300       list item.  New key mapping to toggle showing images.  Added a key
1301       mapping to insert a link to a file and modified the key map to insert a
1302       tag.
1303       (muse-on-blank-line): Helper function to determine if the point is on a
1304       line containing only blank spaces.
1305       (muse-insert-list-item): New interactive function to insert a new list
1306       item, taking into account the current list state.
1307       (muse-insert-relative-link-to-file): New function to insert a link to a
1308       file, relative to the default directory.
1309     
1310     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
1311       for where to search for images to inline in the buffer.
1312       (muse-colors-inline-images): Added custom boolean field for whether to
1313       show inline images in the buffer.
1314       (muse-colors-toggle-inline-images): New function to toggle showing the
1315       inline images in the buffer.
1316       (muse-unhighlight-region): Now removes end-glyph text properties to
1317       support XEmacs.
1318       (muse-colors-resolve-image-file): New function to determine if a link
1319       is an image and whether the version of Emacs can support inline images.
1320       (muse-make-file-glyph): New function to create an image glyph if we are
1321       using XEmacs.
1322       (muse-colors-insert-image): New function to insert an image in an Emacs
1323       buffer.
1324       (muse-colors-explicit-link): Modified function to have the ability to
1325       insert an image instead of formatting the text of the link.
1327     modified files:
1328      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1330     new patches:
1331      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
1332      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
1333      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
1334      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
1335      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
1338 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
1340     Summary:
1341       Pass testcase for definition list and nested unordered list.
1342     Revision:
1343       muse--main--1.0--patch-25
1345     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
1346       lists always have at least one entry.  This appears to do the right
1347       thing with a sample nested unordered list.
1349     modified files:
1350      ChangeLog.2006 lisp/muse-publish.el
1353 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
1355     Summary:
1356       Some definition list fixes.
1357     Revision:
1358       muse--main--1.0--patch-24
1360     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
1361       markup for end of list using the `muse-insert-markup-end-list'
1362       function.  Handle list items nested inside of a definition list.
1364     modified files:
1365      ChangeLog.2006 lisp/muse-publish.el
1368 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
1370     Summary:
1371       Fix another wrapped list item edge case.
1372     Revision:
1373       muse--main--1.0--patch-23
1375     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
1376       indentation in a region when we encounter any list items.  This should
1377       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
1378       for the report.
1380     modified files:
1381      ChangeLog.2006 lisp/muse-publish.el
1384 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
1386     Summary:
1387       Fix comment in Debian packaging.
1388     Revision:
1389       muse--main--1.0--patch-22
1391     * debian/emacsen-remove: Fix comment.
1393     modified files:
1394      ChangeLog.2006 debian/emacsen-remove
1397 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
1399     Summary:
1400       muse-blosxom: Fix order of #tags line in header.
1401     Revision:
1402       muse--main--1.0--patch-21
1404     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
1405       rather than before it.  Thanks to bkhl for the heads up.
1407     modified files:
1408      ChangeLog.2006 lisp/muse-blosxom.el
1411 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
1413     Summary:
1414       muse-blosxom: Add ability to use tags in entries.
1415     Revision:
1416       muse--main--1.0--patch-20
1418     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
1419       publish them.
1420       (muse-blosxom-use-tags): New option that specifies whether we are using
1421       tags.
1422       (muse-blosxom-new-entry): If using tags, read tags until the user hits
1423       RET without entering one.
1425     modified files:
1426      ChangeLog.2006 lisp/muse-blosxom.el
1429 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
1431     Summary:
1432       Fix backtrace when publishing unsaved files.
1433     Revision:
1434       muse--main--1.0--patch-19
1436     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
1437       trying to publish a file that has not been saved, and give an
1438       explanation to the user.
1440     modified files:
1441      ChangeLog.2006 lisp/muse-publish.el
1444 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
1446     Summary:
1447       muse-texinfo: Fix link suffix.
1448     Revision:
1449       muse--main--1.0--patch-18
1451     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
1452       styles.  This should fix a bug where links in published info files use
1453       an incorrect extension.  Thanks to Hans Ekbrand for the report!
1455     modified files:
1456      ChangeLog.2006 lisp/muse-texinfo.el
1459 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
1461     Summary:
1462       Fix prompting of non-Muse buffers before publishing.
1463     Revision:
1464       muse--main--1.0--patch-17
1466     * lisp/muse-project.el (muse-project-of-file): Apply fix from RenĂ©
1467       Stadler to ignore buffers that have no associated filename.  This fixes
1468       an annoyance where Muse prompts to save BBDB and ERC buffers before
1469       publishing.
1471     modified files:
1472      AUTHORS ChangeLog.2006 lisp/muse-project.el
1475 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
1477     Summary:
1478       Fix wrapped nested list item edge case.
1479     Revision:
1480       muse--main--1.0--patch-16
1482     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
1483       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
1484       case.
1485       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
1486       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
1487     
1488     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
1489       exactly one space character in front of a unnumbered or numbered list.
1490       This should make it easier to match every list instance, since
1491       definition lists can now be handled more nicely in
1492       muse-publish-markup-regexps.  This also has the effect of fixing a
1493       wrapped nested list item edge case.
1495     modified files:
1496      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1499 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
1501     Summary:
1502       Fix edge case in muse-wiki-publish-pretty-title.
1503     Revision:
1504       muse--main--1.0--patch-15
1506     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
1507       the document does not have a valid title, use the empty string.
1509     modified files:
1510      ChangeLog.2006 lisp/muse-wiki.el
1513 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
1515     Summary:
1516       Use debian/compat to determine debhelper compat level.
1517     Revision:
1518       muse--main--1.0--patch-14
1520     * debian/compat: New file that sets the debhelper compatibility level to
1521       4.
1522     
1523     * debian/rules: Remove DH_COMPAT line.
1525     new files:
1526      debian/.arch-ids/compat.id debian/compat
1528     modified files:
1529      ChangeLog.2006 debian/rules
1532 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
1534     Summary:
1535       Fix a couple of table-publishing edge cases.
1536     Revision:
1537       muse--main--1.0--patch-13
1539     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
1540       publishing error that occurs when a table line is the last thing in a
1541       document.  Thanks to cymacs for the report and suggested fix.
1542       (muse-publish-table-fields): Skip initial blank lines, and don't remove
1543       them.
1544     
1545     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
1546       at the end of the 'end-table markup string.
1547     
1548     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1549     
1550     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1551     
1552     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
1553       newline at the end of the table.  This should fix a problem with
1554       paragraphs after tables not being published as such.  Thanks to cymacs
1555       for the report.
1556     
1557     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
1558       muse-insert-markup to insert a trailing newline.
1560     modified files:
1561      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1562      lisp/muse-publish.el lisp/muse-texinfo.el
1563      lisp/muse-xml-common.el lisp/muse-xml.el
1566 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
1568     Summary:
1569       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
1570     Revision:
1571       muse--main--1.0--patch-12
1574     new files:
1575      .arch-ids/ChangeLog.2006.id ChangeLog.2006
1577     renamed files:
1578      .arch-ids/ChangeLog.id
1579        ==> .arch-ids/ChangeLog.2005.id
1580      ChangeLog
1581        ==> ChangeLog.2005
1584 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
1586     Summary:
1587       Make muse-journal work with whole-document escaping.
1588     Revision:
1589       muse--main--1.0--patch-11
1591     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
1592       by Emacs Muse" so that muse-journal does not get confused.
1593     
1594     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
1595       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
1596       for whole-buffer escaping.  Thanks to mondoshawan for the report.
1597       (muse-journal-rss-munge-buffer): Display a warning if someone does not
1598       have "Page published by Emacs Muse (begins|ends) here" in their header
1599       or footer, since muse-journal needs this in order to determine where
1600       entries begin and end.
1602     modified files:
1603      examples/mwolson/templates/footer.html
1604      examples/mwolson/templates/generic-footer.html
1605      examples/mwolson/templates/generic-header.html
1606      examples/mwolson/templates/header.html
1607      examples/mwolson/templates/header.tex lisp/muse-journal.el
1610 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
1612     Summary:
1613       Get simple test case for definition lists to work.
1614     Revision:
1615       muse--main--1.0--patch-10
1617     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
1618       publish properly.
1619       (muse-forward-list-item): Fix edge case.
1621     modified files:
1622      lisp/muse-publish.el
1625 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
1627     Summary:
1628       Add documentation to some publishing functions.
1629     Revision:
1630       muse--main--1.0--patch-9
1632     * lisp/muse-publish.el (muse-publish-mark-read-only)
1633       (muse-publish-mark-noemphasis): Add documentation.
1635     modified files:
1636      lisp/muse-publish.el
1639 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
1641     Summary:
1642       Fix an error with `custom-quote'.
1643     Revision:
1644       muse--main--1.0--patch-8
1646     * lisp/muse-project.el: Require 'cus-edit, since that is where
1647       `custom-quote' is defined.
1648     
1649     * muse.texi: Use copyright symbol.
1651     modified files:
1652      lisp/muse-project.el muse.texi
1655 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
1657     Summary:
1658       muse-registry: update from author.
1659     Revision:
1660       muse--main--1.0--patch-7
1662     * lisp/muse-registry.el: Update to newest version from author.
1663       Re-tabify.
1665     modified files:
1666      lisp/muse-registry.el
1669 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
1671     Summary:
1672       muse-latex: Handle double-quote edge case.
1673     Revision:
1674       muse--main--1.0--patch-6
1676     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
1677       character begins the buffer.
1679     modified files:
1680      lisp/muse-latex.el
1683 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
1685     Summary:
1686       Allow beginning and ending empty elements in tables.
1687     Revision:
1688       muse--main--1.0--patch-5
1690     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
1691       whitespace after the field if we're at the end of a line.
1692       (muse-table-line-regexp): Allow the table to start with a "|".  The
1693       resulting initial empty cell isn't yet thrown away like it should be.
1695     modified files:
1696      lisp/muse-regexps.el
1699 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
1701     Summary:
1702       muse-latex: Use \url to publish bare URLs.
1703     Revision:
1704       muse--main--1.0--patch-4
1706     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
1707       \href for bare URLs.  Thanks to Na Li for the suggestion!
1709     modified files:
1710      lisp/muse-latex.el
1713 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
1715     Summary:
1716       Create parents of output directories.
1717     Revision:
1718       muse--main--1.0--patch-3
1720     * lisp/muse-project.el (muse-project-publish-file): Create parent
1721       directories as well, if the output directory does not exist.  This can
1722       happen when we have nested directories in a project.
1724     modified files:
1725      lisp/muse-project.el
1728 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
1730     Summary:
1731       Pick a better default if publishing with more than one style.
1732     Revision:
1733       muse--main--1.0--patch-2
1735     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
1736       the list we return is in the right order.  That way, if more than one
1737       publishing rule matches a link, the first one is used, rather than the
1738       last.
1740     modified files:
1741      lisp/muse-project.el
1744 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
1746     Summary:
1747       Oops, committed to the wrong archive.
1748     Revision:
1749       muse--main--1.0--patch-1
1751     Patches applied:
1752     
1753      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
1754        Debian fixups.
1755     
1756      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
1757        Another Debian fix.
1759     modified files:
1760      ChangeLog debian/emacsen-startup
1762     renamed files:
1763      debian/.arch-ids/NEWS.Debian.id
1764        ==> debian/.arch-ids/NEWS.id
1765      debian/NEWS.Debian
1766        ==> debian/NEWS
1768     new patches:
1769      mwolson@gnu.org--2005/muse--main--1.0--patch-356
1770      mwolson@gnu.org--2005/muse--main--1.0--patch-357
1773 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
1775     Summary:
1776       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
1777     Revision:
1778       muse--main--1.0--base-0
1780     (automatically generated log message)
1782     new patches:
1783      ajk@iu.edu--2005/muse--ajk--1.0--base-0
1784      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
1785      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
1786      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
1787      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
1788      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
1789      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
1790      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
1791      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
1792      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
1793      ajk@iu.edu--2005/muse--main--1.0--base-0
1794      ajk@iu.edu--2005/muse--main--1.0--patch-1
1795      ajk@iu.edu--2005/muse--main--1.0--patch-2
1796      davidsmith@acm.org--2005/muse--devo--1.0--base-0
1797      davidsmith@acm.org--main/muse--devo--1.0--base-0
1798      davidsmith@acm.org--main/muse--devo--1.0--patch-1
1799      davidsmith@acm.org--main/muse--devo--1.0--patch-2
1800      hodique@lifl.fr--2005/muse--yh--1.0--base-0
1801      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
1802      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
1803      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
1804      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
1805      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
1806      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
1807      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
1808      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
1809      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
1810      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
1811      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
1812      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
1813      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
1814      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
1815      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
1816      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
1817      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
1818      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
1819      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
1820      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
1821      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
1822      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
1823      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
1824      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
1825      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
1826      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
1827      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
1828      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
1829      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
1830      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
1831      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
1832      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
1833      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
1834      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
1835      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
1836      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
1837      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
1838      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
1839      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
1840      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
1841      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
1842      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
1843      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
1844      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
1845      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
1846      jeho@jeho.org--2005/muse--jeho--1.0--base-0
1847      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
1848      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
1849      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
1850      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
1851      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
1852      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
1853      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
1854      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
1855      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
1856      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
1857      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
1858      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
1859      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
1860      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
1861      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
1862      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
1863      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
1864      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
1865      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
1866      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
1867      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
1868      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
1869      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
1870      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
1871      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
1872      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
1873      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
1874      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
1875      mwolson@gnu.org--2005/muse--main--1.0--base-0
1876      mwolson@gnu.org--2005/muse--main--1.0--patch-1
1877      mwolson@gnu.org--2005/muse--main--1.0--patch-2
1878      mwolson@gnu.org--2005/muse--main--1.0--patch-3
1879      mwolson@gnu.org--2005/muse--main--1.0--patch-4
1880      mwolson@gnu.org--2005/muse--main--1.0--patch-5
1881      mwolson@gnu.org--2005/muse--main--1.0--patch-6
1882      mwolson@gnu.org--2005/muse--main--1.0--patch-7
1883      mwolson@gnu.org--2005/muse--main--1.0--patch-8
1884      mwolson@gnu.org--2005/muse--main--1.0--patch-9
1885      mwolson@gnu.org--2005/muse--main--1.0--patch-10
1886      mwolson@gnu.org--2005/muse--main--1.0--patch-11
1887      mwolson@gnu.org--2005/muse--main--1.0--patch-12
1888      mwolson@gnu.org--2005/muse--main--1.0--patch-13
1889      mwolson@gnu.org--2005/muse--main--1.0--patch-14
1890      mwolson@gnu.org--2005/muse--main--1.0--patch-15
1891      mwolson@gnu.org--2005/muse--main--1.0--patch-16
1892      mwolson@gnu.org--2005/muse--main--1.0--patch-17
1893      mwolson@gnu.org--2005/muse--main--1.0--patch-18
1894      mwolson@gnu.org--2005/muse--main--1.0--patch-19
1895      mwolson@gnu.org--2005/muse--main--1.0--patch-20
1896      mwolson@gnu.org--2005/muse--main--1.0--patch-21
1897      mwolson@gnu.org--2005/muse--main--1.0--patch-22
1898      mwolson@gnu.org--2005/muse--main--1.0--patch-23
1899      mwolson@gnu.org--2005/muse--main--1.0--patch-24
1900      mwolson@gnu.org--2005/muse--main--1.0--patch-25
1901      mwolson@gnu.org--2005/muse--main--1.0--patch-26
1902      mwolson@gnu.org--2005/muse--main--1.0--patch-27
1903      mwolson@gnu.org--2005/muse--main--1.0--patch-28
1904      mwolson@gnu.org--2005/muse--main--1.0--patch-29
1905      mwolson@gnu.org--2005/muse--main--1.0--patch-30
1906      mwolson@gnu.org--2005/muse--main--1.0--patch-31
1907      mwolson@gnu.org--2005/muse--main--1.0--patch-32
1908      mwolson@gnu.org--2005/muse--main--1.0--patch-33
1909      mwolson@gnu.org--2005/muse--main--1.0--patch-34
1910      mwolson@gnu.org--2005/muse--main--1.0--patch-35
1911      mwolson@gnu.org--2005/muse--main--1.0--patch-36
1912      mwolson@gnu.org--2005/muse--main--1.0--patch-37
1913      mwolson@gnu.org--2005/muse--main--1.0--patch-38
1914      mwolson@gnu.org--2005/muse--main--1.0--patch-39
1915      mwolson@gnu.org--2005/muse--main--1.0--patch-40
1916      mwolson@gnu.org--2005/muse--main--1.0--patch-41
1917      mwolson@gnu.org--2005/muse--main--1.0--patch-42
1918      mwolson@gnu.org--2005/muse--main--1.0--patch-43
1919      mwolson@gnu.org--2005/muse--main--1.0--patch-44
1920      mwolson@gnu.org--2005/muse--main--1.0--patch-45
1921      mwolson@gnu.org--2005/muse--main--1.0--patch-46
1922      mwolson@gnu.org--2005/muse--main--1.0--patch-47
1923      mwolson@gnu.org--2005/muse--main--1.0--patch-48
1924      mwolson@gnu.org--2005/muse--main--1.0--patch-49
1925      mwolson@gnu.org--2005/muse--main--1.0--patch-50
1926      mwolson@gnu.org--2005/muse--main--1.0--patch-51
1927      mwolson@gnu.org--2005/muse--main--1.0--patch-52
1928      mwolson@gnu.org--2005/muse--main--1.0--patch-53
1929      mwolson@gnu.org--2005/muse--main--1.0--patch-54
1930      mwolson@gnu.org--2005/muse--main--1.0--patch-55
1931      mwolson@gnu.org--2005/muse--main--1.0--patch-56
1932      mwolson@gnu.org--2005/muse--main--1.0--patch-57
1933      mwolson@gnu.org--2005/muse--main--1.0--patch-58
1934      mwolson@gnu.org--2005/muse--main--1.0--patch-59
1935      mwolson@gnu.org--2005/muse--main--1.0--patch-60
1936      mwolson@gnu.org--2005/muse--main--1.0--patch-61
1937      mwolson@gnu.org--2005/muse--main--1.0--patch-62
1938      mwolson@gnu.org--2005/muse--main--1.0--patch-63
1939      mwolson@gnu.org--2005/muse--main--1.0--patch-64
1940      mwolson@gnu.org--2005/muse--main--1.0--patch-65
1941      mwolson@gnu.org--2005/muse--main--1.0--patch-66
1942      mwolson@gnu.org--2005/muse--main--1.0--patch-67
1943      mwolson@gnu.org--2005/muse--main--1.0--patch-68
1944      mwolson@gnu.org--2005/muse--main--1.0--patch-69
1945      mwolson@gnu.org--2005/muse--main--1.0--patch-70
1946      mwolson@gnu.org--2005/muse--main--1.0--patch-71
1947      mwolson@gnu.org--2005/muse--main--1.0--patch-72
1948      mwolson@gnu.org--2005/muse--main--1.0--patch-73
1949      mwolson@gnu.org--2005/muse--main--1.0--patch-74
1950      mwolson@gnu.org--2005/muse--main--1.0--patch-75
1951      mwolson@gnu.org--2005/muse--main--1.0--patch-76
1952      mwolson@gnu.org--2005/muse--main--1.0--patch-77
1953      mwolson@gnu.org--2005/muse--main--1.0--patch-78
1954      mwolson@gnu.org--2005/muse--main--1.0--patch-79
1955      mwolson@gnu.org--2005/muse--main--1.0--patch-80
1956      mwolson@gnu.org--2005/muse--main--1.0--patch-81
1957      mwolson@gnu.org--2005/muse--main--1.0--patch-82
1958      mwolson@gnu.org--2005/muse--main--1.0--patch-83
1959      mwolson@gnu.org--2005/muse--main--1.0--patch-84
1960      mwolson@gnu.org--2005/muse--main--1.0--patch-85
1961      mwolson@gnu.org--2005/muse--main--1.0--patch-86
1962      mwolson@gnu.org--2005/muse--main--1.0--patch-87
1963      mwolson@gnu.org--2005/muse--main--1.0--patch-88
1964      mwolson@gnu.org--2005/muse--main--1.0--patch-89
1965      mwolson@gnu.org--2005/muse--main--1.0--patch-90
1966      mwolson@gnu.org--2005/muse--main--1.0--patch-91
1967      mwolson@gnu.org--2005/muse--main--1.0--patch-92
1968      mwolson@gnu.org--2005/muse--main--1.0--patch-93
1969      mwolson@gnu.org--2005/muse--main--1.0--patch-94
1970      mwolson@gnu.org--2005/muse--main--1.0--patch-95
1971      mwolson@gnu.org--2005/muse--main--1.0--patch-96
1972      mwolson@gnu.org--2005/muse--main--1.0--patch-97
1973      mwolson@gnu.org--2005/muse--main--1.0--patch-98
1974      mwolson@gnu.org--2005/muse--main--1.0--patch-99
1975      mwolson@gnu.org--2005/muse--main--1.0--patch-100
1976      mwolson@gnu.org--2005/muse--main--1.0--patch-101
1977      mwolson@gnu.org--2005/muse--main--1.0--patch-102
1978      mwolson@gnu.org--2005/muse--main--1.0--patch-103
1979      mwolson@gnu.org--2005/muse--main--1.0--patch-104
1980      mwolson@gnu.org--2005/muse--main--1.0--patch-105
1981      mwolson@gnu.org--2005/muse--main--1.0--patch-106
1982      mwolson@gnu.org--2005/muse--main--1.0--patch-107
1983      mwolson@gnu.org--2005/muse--main--1.0--patch-108
1984      mwolson@gnu.org--2005/muse--main--1.0--patch-109
1985      mwolson@gnu.org--2005/muse--main--1.0--patch-110
1986      mwolson@gnu.org--2005/muse--main--1.0--patch-111
1987      mwolson@gnu.org--2005/muse--main--1.0--patch-112
1988      mwolson@gnu.org--2005/muse--main--1.0--patch-113
1989      mwolson@gnu.org--2005/muse--main--1.0--patch-114
1990      mwolson@gnu.org--2005/muse--main--1.0--patch-115
1991      mwolson@gnu.org--2005/muse--main--1.0--patch-116
1992      mwolson@gnu.org--2005/muse--main--1.0--patch-117
1993      mwolson@gnu.org--2005/muse--main--1.0--patch-118
1994      mwolson@gnu.org--2005/muse--main--1.0--patch-119
1995      mwolson@gnu.org--2005/muse--main--1.0--patch-120
1996      mwolson@gnu.org--2005/muse--main--1.0--patch-121
1997      mwolson@gnu.org--2005/muse--main--1.0--patch-122
1998      mwolson@gnu.org--2005/muse--main--1.0--patch-123
1999      mwolson@gnu.org--2005/muse--main--1.0--patch-124
2000      mwolson@gnu.org--2005/muse--main--1.0--patch-125
2001      mwolson@gnu.org--2005/muse--main--1.0--patch-126
2002      mwolson@gnu.org--2005/muse--main--1.0--patch-127
2003      mwolson@gnu.org--2005/muse--main--1.0--patch-128
2004      mwolson@gnu.org--2005/muse--main--1.0--patch-129
2005      mwolson@gnu.org--2005/muse--main--1.0--patch-130
2006      mwolson@gnu.org--2005/muse--main--1.0--patch-131
2007      mwolson@gnu.org--2005/muse--main--1.0--patch-132
2008      mwolson@gnu.org--2005/muse--main--1.0--patch-133
2009      mwolson@gnu.org--2005/muse--main--1.0--patch-134
2010      mwolson@gnu.org--2005/muse--main--1.0--patch-135
2011      mwolson@gnu.org--2005/muse--main--1.0--patch-136
2012      mwolson@gnu.org--2005/muse--main--1.0--patch-137
2013      mwolson@gnu.org--2005/muse--main--1.0--patch-138
2014      mwolson@gnu.org--2005/muse--main--1.0--patch-139
2015      mwolson@gnu.org--2005/muse--main--1.0--patch-140
2016      mwolson@gnu.org--2005/muse--main--1.0--patch-141
2017      mwolson@gnu.org--2005/muse--main--1.0--patch-142
2018      mwolson@gnu.org--2005/muse--main--1.0--patch-143
2019      mwolson@gnu.org--2005/muse--main--1.0--patch-144
2020      mwolson@gnu.org--2005/muse--main--1.0--patch-145
2021      mwolson@gnu.org--2005/muse--main--1.0--patch-146
2022      mwolson@gnu.org--2005/muse--main--1.0--patch-147
2023      mwolson@gnu.org--2005/muse--main--1.0--patch-148
2024      mwolson@gnu.org--2005/muse--main--1.0--patch-149
2025      mwolson@gnu.org--2005/muse--main--1.0--patch-150
2026      mwolson@gnu.org--2005/muse--main--1.0--patch-151
2027      mwolson@gnu.org--2005/muse--main--1.0--patch-152
2028      mwolson@gnu.org--2005/muse--main--1.0--patch-153
2029      mwolson@gnu.org--2005/muse--main--1.0--patch-154
2030      mwolson@gnu.org--2005/muse--main--1.0--patch-155
2031      mwolson@gnu.org--2005/muse--main--1.0--patch-156
2032      mwolson@gnu.org--2005/muse--main--1.0--patch-157
2033      mwolson@gnu.org--2005/muse--main--1.0--patch-158
2034      mwolson@gnu.org--2005/muse--main--1.0--patch-159
2035      mwolson@gnu.org--2005/muse--main--1.0--patch-160
2036      mwolson@gnu.org--2005/muse--main--1.0--patch-161
2037      mwolson@gnu.org--2005/muse--main--1.0--patch-162
2038      mwolson@gnu.org--2005/muse--main--1.0--patch-163
2039      mwolson@gnu.org--2005/muse--main--1.0--patch-164
2040      mwolson@gnu.org--2005/muse--main--1.0--patch-165
2041      mwolson@gnu.org--2005/muse--main--1.0--patch-166
2042      mwolson@gnu.org--2005/muse--main--1.0--patch-167
2043      mwolson@gnu.org--2005/muse--main--1.0--patch-168
2044      mwolson@gnu.org--2005/muse--main--1.0--patch-169
2045      mwolson@gnu.org--2005/muse--main--1.0--patch-170
2046      mwolson@gnu.org--2005/muse--main--1.0--patch-171
2047      mwolson@gnu.org--2005/muse--main--1.0--patch-172
2048      mwolson@gnu.org--2005/muse--main--1.0--patch-173
2049      mwolson@gnu.org--2005/muse--main--1.0--patch-174
2050      mwolson@gnu.org--2005/muse--main--1.0--patch-175
2051      mwolson@gnu.org--2005/muse--main--1.0--patch-176
2052      mwolson@gnu.org--2005/muse--main--1.0--patch-177
2053      mwolson@gnu.org--2005/muse--main--1.0--patch-178
2054      mwolson@gnu.org--2005/muse--main--1.0--patch-179
2055      mwolson@gnu.org--2005/muse--main--1.0--patch-180
2056      mwolson@gnu.org--2005/muse--main--1.0--patch-181
2057      mwolson@gnu.org--2005/muse--main--1.0--patch-182
2058      mwolson@gnu.org--2005/muse--main--1.0--patch-183
2059      mwolson@gnu.org--2005/muse--main--1.0--patch-184
2060      mwolson@gnu.org--2005/muse--main--1.0--patch-185
2061      mwolson@gnu.org--2005/muse--main--1.0--patch-186
2062      mwolson@gnu.org--2005/muse--main--1.0--patch-187
2063      mwolson@gnu.org--2005/muse--main--1.0--patch-188
2064      mwolson@gnu.org--2005/muse--main--1.0--patch-189
2065      mwolson@gnu.org--2005/muse--main--1.0--patch-190
2066      mwolson@gnu.org--2005/muse--main--1.0--patch-191
2067      mwolson@gnu.org--2005/muse--main--1.0--patch-192
2068      mwolson@gnu.org--2005/muse--main--1.0--patch-193
2069      mwolson@gnu.org--2005/muse--main--1.0--patch-194
2070      mwolson@gnu.org--2005/muse--main--1.0--patch-195
2071      mwolson@gnu.org--2005/muse--main--1.0--patch-196
2072      mwolson@gnu.org--2005/muse--main--1.0--patch-197
2073      mwolson@gnu.org--2005/muse--main--1.0--patch-198
2074      mwolson@gnu.org--2005/muse--main--1.0--patch-199
2075      mwolson@gnu.org--2005/muse--main--1.0--patch-200
2076      mwolson@gnu.org--2005/muse--main--1.0--patch-201
2077      mwolson@gnu.org--2005/muse--main--1.0--patch-202
2078      mwolson@gnu.org--2005/muse--main--1.0--patch-203
2079      mwolson@gnu.org--2005/muse--main--1.0--patch-204
2080      mwolson@gnu.org--2005/muse--main--1.0--patch-205
2081      mwolson@gnu.org--2005/muse--main--1.0--patch-206
2082      mwolson@gnu.org--2005/muse--main--1.0--patch-207
2083      mwolson@gnu.org--2005/muse--main--1.0--patch-208
2084      mwolson@gnu.org--2005/muse--main--1.0--patch-209
2085      mwolson@gnu.org--2005/muse--main--1.0--patch-210
2086      mwolson@gnu.org--2005/muse--main--1.0--patch-211
2087      mwolson@gnu.org--2005/muse--main--1.0--patch-212
2088      mwolson@gnu.org--2005/muse--main--1.0--patch-213
2089      mwolson@gnu.org--2005/muse--main--1.0--patch-214
2090      mwolson@gnu.org--2005/muse--main--1.0--patch-215
2091      mwolson@gnu.org--2005/muse--main--1.0--patch-216
2092      mwolson@gnu.org--2005/muse--main--1.0--patch-217
2093      mwolson@gnu.org--2005/muse--main--1.0--patch-218
2094      mwolson@gnu.org--2005/muse--main--1.0--patch-219
2095      mwolson@gnu.org--2005/muse--main--1.0--patch-220
2096      mwolson@gnu.org--2005/muse--main--1.0--patch-221
2097      mwolson@gnu.org--2005/muse--main--1.0--patch-222
2098      mwolson@gnu.org--2005/muse--main--1.0--patch-223
2099      mwolson@gnu.org--2005/muse--main--1.0--patch-224
2100      mwolson@gnu.org--2005/muse--main--1.0--patch-225
2101      mwolson@gnu.org--2005/muse--main--1.0--patch-226
2102      mwolson@gnu.org--2005/muse--main--1.0--patch-227
2103      mwolson@gnu.org--2005/muse--main--1.0--patch-228
2104      mwolson@gnu.org--2005/muse--main--1.0--patch-229
2105      mwolson@gnu.org--2005/muse--main--1.0--patch-230
2106      mwolson@gnu.org--2005/muse--main--1.0--patch-231
2107      mwolson@gnu.org--2005/muse--main--1.0--patch-232
2108      mwolson@gnu.org--2005/muse--main--1.0--patch-233
2109      mwolson@gnu.org--2005/muse--main--1.0--patch-234
2110      mwolson@gnu.org--2005/muse--main--1.0--patch-235
2111      mwolson@gnu.org--2005/muse--main--1.0--patch-236
2112      mwolson@gnu.org--2005/muse--main--1.0--patch-237
2113      mwolson@gnu.org--2005/muse--main--1.0--patch-238
2114      mwolson@gnu.org--2005/muse--main--1.0--patch-239
2115      mwolson@gnu.org--2005/muse--main--1.0--patch-240
2116      mwolson@gnu.org--2005/muse--main--1.0--patch-241
2117      mwolson@gnu.org--2005/muse--main--1.0--patch-242
2118      mwolson@gnu.org--2005/muse--main--1.0--patch-243
2119      mwolson@gnu.org--2005/muse--main--1.0--patch-244
2120      mwolson@gnu.org--2005/muse--main--1.0--patch-245
2121      mwolson@gnu.org--2005/muse--main--1.0--patch-246
2122      mwolson@gnu.org--2005/muse--main--1.0--patch-247
2123      mwolson@gnu.org--2005/muse--main--1.0--patch-248
2124      mwolson@gnu.org--2005/muse--main--1.0--patch-249
2125      mwolson@gnu.org--2005/muse--main--1.0--patch-250
2126      mwolson@gnu.org--2005/muse--main--1.0--patch-251
2127      mwolson@gnu.org--2005/muse--main--1.0--patch-252
2128      mwolson@gnu.org--2005/muse--main--1.0--patch-253
2129      mwolson@gnu.org--2005/muse--main--1.0--patch-254
2130      mwolson@gnu.org--2005/muse--main--1.0--patch-255
2131      mwolson@gnu.org--2005/muse--main--1.0--patch-256
2132      mwolson@gnu.org--2005/muse--main--1.0--patch-257
2133      mwolson@gnu.org--2005/muse--main--1.0--patch-258
2134      mwolson@gnu.org--2005/muse--main--1.0--patch-259
2135      mwolson@gnu.org--2005/muse--main--1.0--patch-260
2136      mwolson@gnu.org--2005/muse--main--1.0--patch-261
2137      mwolson@gnu.org--2005/muse--main--1.0--patch-262
2138      mwolson@gnu.org--2005/muse--main--1.0--patch-263
2139      mwolson@gnu.org--2005/muse--main--1.0--patch-264
2140      mwolson@gnu.org--2005/muse--main--1.0--patch-265
2141      mwolson@gnu.org--2005/muse--main--1.0--patch-266
2142      mwolson@gnu.org--2005/muse--main--1.0--patch-267
2143      mwolson@gnu.org--2005/muse--main--1.0--patch-268
2144      mwolson@gnu.org--2005/muse--main--1.0--patch-269
2145      mwolson@gnu.org--2005/muse--main--1.0--patch-270
2146      mwolson@gnu.org--2005/muse--main--1.0--patch-271
2147      mwolson@gnu.org--2005/muse--main--1.0--patch-272
2148      mwolson@gnu.org--2005/muse--main--1.0--patch-273
2149      mwolson@gnu.org--2005/muse--main--1.0--patch-274
2150      mwolson@gnu.org--2005/muse--main--1.0--patch-275
2151      mwolson@gnu.org--2005/muse--main--1.0--patch-276
2152      mwolson@gnu.org--2005/muse--main--1.0--patch-277
2153      mwolson@gnu.org--2005/muse--main--1.0--patch-278
2154      mwolson@gnu.org--2005/muse--main--1.0--patch-279
2155      mwolson@gnu.org--2005/muse--main--1.0--patch-280
2156      mwolson@gnu.org--2005/muse--main--1.0--patch-281
2157      mwolson@gnu.org--2005/muse--main--1.0--patch-282
2158      mwolson@gnu.org--2005/muse--main--1.0--patch-283
2159      mwolson@gnu.org--2005/muse--main--1.0--patch-284
2160      mwolson@gnu.org--2005/muse--main--1.0--patch-285
2161      mwolson@gnu.org--2005/muse--main--1.0--patch-286
2162      mwolson@gnu.org--2005/muse--main--1.0--patch-287
2163      mwolson@gnu.org--2005/muse--main--1.0--patch-288
2164      mwolson@gnu.org--2005/muse--main--1.0--patch-289
2165      mwolson@gnu.org--2005/muse--main--1.0--patch-290
2166      mwolson@gnu.org--2005/muse--main--1.0--patch-291
2167      mwolson@gnu.org--2005/muse--main--1.0--patch-292
2168      mwolson@gnu.org--2005/muse--main--1.0--patch-293
2169      mwolson@gnu.org--2005/muse--main--1.0--patch-294
2170      mwolson@gnu.org--2005/muse--main--1.0--patch-295
2171      mwolson@gnu.org--2005/muse--main--1.0--patch-296
2172      mwolson@gnu.org--2005/muse--main--1.0--patch-297
2173      mwolson@gnu.org--2005/muse--main--1.0--patch-298
2174      mwolson@gnu.org--2005/muse--main--1.0--patch-299
2175      mwolson@gnu.org--2005/muse--main--1.0--patch-300
2176      mwolson@gnu.org--2005/muse--main--1.0--patch-301
2177      mwolson@gnu.org--2005/muse--main--1.0--patch-302
2178      mwolson@gnu.org--2005/muse--main--1.0--patch-303
2179      mwolson@gnu.org--2005/muse--main--1.0--patch-304
2180      mwolson@gnu.org--2005/muse--main--1.0--patch-305
2181      mwolson@gnu.org--2005/muse--main--1.0--patch-306
2182      mwolson@gnu.org--2005/muse--main--1.0--patch-307
2183      mwolson@gnu.org--2005/muse--main--1.0--patch-308
2184      mwolson@gnu.org--2005/muse--main--1.0--patch-309
2185      mwolson@gnu.org--2005/muse--main--1.0--patch-310
2186      mwolson@gnu.org--2005/muse--main--1.0--patch-311
2187      mwolson@gnu.org--2005/muse--main--1.0--patch-312
2188      mwolson@gnu.org--2005/muse--main--1.0--patch-313
2189      mwolson@gnu.org--2005/muse--main--1.0--patch-314
2190      mwolson@gnu.org--2005/muse--main--1.0--patch-315
2191      mwolson@gnu.org--2005/muse--main--1.0--patch-316
2192      mwolson@gnu.org--2005/muse--main--1.0--patch-317
2193      mwolson@gnu.org--2005/muse--main--1.0--patch-318
2194      mwolson@gnu.org--2005/muse--main--1.0--patch-319
2195      mwolson@gnu.org--2005/muse--main--1.0--patch-320
2196      mwolson@gnu.org--2005/muse--main--1.0--patch-321
2197      mwolson@gnu.org--2005/muse--main--1.0--patch-322
2198      mwolson@gnu.org--2005/muse--main--1.0--patch-323
2199      mwolson@gnu.org--2005/muse--main--1.0--patch-324
2200      mwolson@gnu.org--2005/muse--main--1.0--patch-325
2201      mwolson@gnu.org--2005/muse--main--1.0--patch-326
2202      mwolson@gnu.org--2005/muse--main--1.0--patch-327
2203      mwolson@gnu.org--2005/muse--main--1.0--patch-328
2204      mwolson@gnu.org--2005/muse--main--1.0--patch-329
2205      mwolson@gnu.org--2005/muse--main--1.0--patch-330
2206      mwolson@gnu.org--2005/muse--main--1.0--patch-331
2207      mwolson@gnu.org--2005/muse--main--1.0--patch-332
2208      mwolson@gnu.org--2005/muse--main--1.0--patch-333
2209      mwolson@gnu.org--2005/muse--main--1.0--patch-334
2210      mwolson@gnu.org--2005/muse--main--1.0--patch-335
2211      mwolson@gnu.org--2005/muse--main--1.0--patch-336
2212      mwolson@gnu.org--2005/muse--main--1.0--patch-337
2213      mwolson@gnu.org--2005/muse--main--1.0--patch-338
2214      mwolson@gnu.org--2005/muse--main--1.0--patch-339
2215      mwolson@gnu.org--2005/muse--main--1.0--patch-340
2216      mwolson@gnu.org--2005/muse--main--1.0--patch-341
2217      mwolson@gnu.org--2005/muse--main--1.0--patch-342
2218      mwolson@gnu.org--2005/muse--main--1.0--patch-343
2219      mwolson@gnu.org--2005/muse--main--1.0--patch-344
2220      mwolson@gnu.org--2005/muse--main--1.0--patch-345
2221      mwolson@gnu.org--2005/muse--main--1.0--patch-346
2222      mwolson@gnu.org--2005/muse--main--1.0--patch-347
2223      mwolson@gnu.org--2005/muse--main--1.0--patch-348
2224      mwolson@gnu.org--2005/muse--main--1.0--patch-349
2225      mwolson@gnu.org--2005/muse--main--1.0--patch-350
2226      mwolson@gnu.org--2005/muse--main--1.0--patch-351
2227      mwolson@gnu.org--2005/muse--main--1.0--patch-352
2228      mwolson@gnu.org--2005/muse--main--1.0--patch-353
2229      mwolson@gnu.org--2005/muse--main--1.0--patch-354
2230      mwolson@gnu.org--2005/muse--main--1.0--patch-355
2231      mwolson@gnu.org--2005/muse--rel--3.02--base-0
2232      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
2233      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
2234      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
2235      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
2236      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
2237      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
2238      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
2239      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
2240      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
2241      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
2242      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
2243      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
2244      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
2245      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
2246      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
2247      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
2248      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
2249      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
2250      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
2251      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
2252      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
2253      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
2254      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
2255      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
2256      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
2257      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
2258      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
2259      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
2260      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
2261      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
2262      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
2263      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
2264      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
2265      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
2266      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
2267      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
2268      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
2269      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
2270      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
2271      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
2272      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
2273      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
2274      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8