Merged from mwolson@gnu.org--2006 (patch 97-98)
[muse-el.git] / ChangeLog.2006
blobb74176744017d04b1bf1c6e088dcb0be444614bb
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-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
7     Summary:
8       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
9     Revision:
10       muse--main--1.0--patch-98
12     (Author: Per B. Sederberg <per@med.upenn.edu>)
13     
14     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
15       interwiki-regexp to search for any project file name.  This is so it
16       will match files with spaces.
18     modified files:
19      ChangeLog.2006 lisp/muse-wiki.el
21     new patches:
22      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
23      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
24      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
25      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
26      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
27      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
28      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
31 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
33     Summary:
34       Try to fix failure to recognize Muse file extension.
35     Revision:
36       muse--main--1.0--patch-97
38     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
39       of semantics.
40     
41     * lisp/muse.el: Call muse-update-file-extension in
42       muse-update-values-hook, instead of
43       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
44       emacs-startup-hook, so that the user has time to set this in their
45       .emacs file.
47     modified files:
48      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
51 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
53     Summary:
54       Make things in contrib directory installable.
55     Revision:
56       muse--main--1.0--patch-96
58     * Makefile (SUBDIRS): Add contrib.
59       (all): Add contrib.
60       (contrib): New target that compiles things in the contrib directory.
61       (install-bin): Add contrib.  Install things in the contrib directory.
62       Also install uncompiled things in the experimental directory.
63     
64     * contrib/Makefile: New Makefile for the contrib directory.
65     
66     * contrib/httpd.el (httpd-start): Fix compiler warnings.
67     
68     * debian/emacsen-install: Compile files in contrib directory in addition
69       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
70     
71     * debian/emacsen-startup: Add contrib directory to load-path.
72     
73     * experimental/Makefile (test): Remove target.
74       (install-uncompiled): New target that installs uncompiled files.
75     
76     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
77       (muse-update-file-extension): Fix a warning that occurred when doing
78       batch publishing.
80     new files:
81      contrib/.arch-ids/Makefile.id contrib/Makefile
83     modified files:
84      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
85      debian/changelog debian/emacsen-install debian/emacsen-startup
86      experimental/Makefile lisp/muse.el muse.texi
89 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
91     Summary:
92       Remove muse-registry.el.
93     Revision:
94       muse--main--1.0--patch-95
96     * lisp/muse-registry.el: Move to the Planner project, since it is a
97       better fit with Planner than Muse.
99     removed files:
100      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
102     modified files:
103      AUTHORS ChangeLog.2006
106 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
108     Summary:
109       Prepare Debian package for Arch snapshot.
110     Revision:
111       muse--main--1.0--patch-94
113     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
114       snapshot.
116     modified files:
117      ChangeLog.2006 Makefile.defs debian/changelog
120 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
122     Summary:
123       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
124     Revision:
125       muse--main--1.0--patch-93
127     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
128       `muse-wiki-hide-nop-tag' into account.
130     modified files:
131      ChangeLog.2006 lisp/muse-wiki.el
134 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
136     Summary:
137       Fix a couple of compiler warnings.
138     Revision:
139       muse--main--1.0--patch-92
141     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
143     modified files:
144      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
147 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
149     Summary:
150       Make interwiki links work with the new option.
151     Revision:
152       muse--main--1.0--patch-91
154     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
155       parameters.  Populate this correctly when
156       `muse-wiki-match-all-project-files' is non-nil.
158     modified files:
159      ChangeLog.2006 lisp/muse-wiki.el
162 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
164     Summary:
165       Permit table generation to be disabled for a single Muse page.
166     Revision:
167       muse--main--1.0--patch-90
169     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
170       data, don't publish the table.
171     
172     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
173     
174     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
175     
176     * lisp/muse-publish.el (muse-publish-table-fields): If the
177       "disable-tables" publishing directive exists for the current page, do
178       not generate a table.
179     
180     * muse.texi (Tables): Mention that table generation can be disabled for a
181       single page.
183     modified files:
184      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
185      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
188 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
190     Summary:
191       muse-wiki: Match filenames before WikiWords.
192     Revision:
193       muse--main--1.0--patch-89
195     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
196       filenames in project before the general WikiWord regexp.
198     modified files:
199      ChangeLog.2006 lisp/muse-wiki.el
202 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
204     Summary:
205       Use a better mechanism for updating autogenerated variables.
206     Revision:
207       muse--main--1.0--patch-88
209     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
210     
211     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
212     
213     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
214       muse-update-values-hook.
215     
216     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
217       muse-update-values-hook.
218     
219     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
220       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
221       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
222       error is fixed.
223       (muse-wiki-update-custom-values): Replace with function that gives a
224       warning and an explanation.
225     
226     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
227       example so that people who use it won't have a wrong value in
228       muse-mode-hook.
230     modified files:
231      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
232      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
233      lisp/muse.el
236 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
238     Summary:
239       muse-wiki: Implement implicit links for all files in project.
240     Revision:
241       muse--main--1.0--patch-87
243     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
244       don't get errors when trying to use it.
245     
246     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
247       muse-project-file-alist-hook.
248       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
249       into a recursive call.
250       (muse-wiki-update-wikiword-regexp): Call
251       `muse-wiki-update-local-wikiword-regexp'.
252     
253     (Author: Per B. Sederberg <per@med.upenn.edu>)
254     
255     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
256       muse-before-publish-hook and muse-mode-hook so that implicit links are
257       published properly.
258       (muse-wiki-wikiword-match-project-files): New option for determining
259       whether to match all project files as implicit links.  This is off by
260       default.
261       (muse-wiki-update-local-wikiword-regexp): New function to make the
262       wikiword-regexp local and append the files in the current project to
263       it.
265     modified files:
266      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
268     new patches:
269      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
270      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
271      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
272      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
273      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
274      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
275      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
276      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
277      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
278      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
279      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
280      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
281      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
282      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
285 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
287     Summary:
288       Update Muse's file-alist after saving any Muse page.
289     Revision:
290       muse--main--1.0--patch-86
292     * lisp/muse-project.el (muse-project-after-save-hook): New function that
293       causes Muse's file-alist to be updated when we are saving a Muse file.
294       This is added to after-save-hook.
296     modified files:
297      ChangeLog.2006 lisp/muse-project.el
300 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
302     Summary:
303       Add a hook that is called whenever Muse's file-alist is updated.
304     Revision:
305       muse--main--1.0--patch-85
307     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
308       executed after an update to muse-project-file-alist happens.
309       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
311     modified files:
312      ChangeLog.2006 lisp/muse-project.el
315 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
317     Summary:
318       muse-mode: Recognize definition lists when filling text.
319     Revision:
320       muse--main--1.0--patch-84
322     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
323       text.
324     
326     modified files:
327      ChangeLog.2006 lisp/muse-mode.el
330 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
332     Summary:
333       Remove unrelated part of patch-82.
334     Revision:
335       muse--main--1.0--patch-83
338     modified files:
339      ChangeLog.2006 lisp/muse-mode.el
342 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
344     Summary:
345       muse-journal: Fix dates in RSS feeds.
346     Revision:
347       muse--main--1.0--patch-82
349     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
350       date is in a format that RSS readers can handle.  Thanks to René
351       Stadler for the patch.
353     modified files:
354      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
357 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
359     Summary:
360       debian: Install ChangeLog properly.
361     Revision:
362       muse--main--1.0--patch-81
364     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
365       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
366       the breakage report.
368     modified files:
369      ChangeLog.2006 debian/rules
372 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
374     Summary:
375       Fix a bug triggered by batch-publishing.
376     Revision:
377       muse--main--1.0--patch-80
379     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
380       right algorithm turned out to be simpler than I had thought.  Thanks to
381       Sergei V. Fleytin for reporting breakage with the old method.
382       (muse-publish-file): Don't be overzealous when checking for an invalid
383       style -- use a simpler check.
384       (muse-batch-publish-files): Don't check for invalid styles here, since
385       we already do so in `muse-publish-file'.
387     modified files:
388      ChangeLog.2006 lisp/muse-publish.el
391 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
393     Summary:
394       muse.texi: Move some sections to a new Extending Muse chapter.
395     Revision:
396       muse--main--1.0--patch-79
398     * muse.texi (Extending Muse): New chapter containing nodes that deal with
399       extending Muse in various ways.
400       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
402     modified files:
403      ChangeLog.2006 muse.texi
406 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
408     Summary:
409       Fix a couple of recently-introduced bugs.
410     Revision:
411       muse--main--1.0--patch-78
413     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
414       extra hard to preserve our settings for faces, especially after a new
415       frame or splash screen.
416     
417     * lisp/muse.el (muse-copy-face): New function that ensures the face is
418       copied globally, to the extent the Emacs permits this.
420     modified files:
421      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
424 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
426     Summary:
427       Update my example configuration file.
428     Revision:
429       muse--main--1.0--patch-77
432     modified files:
433      ChangeLog.2006 examples/mwolson/muse-init.el
436 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
438     Summary:
439       Remove cruft from patch logs.
440     Revision:
441       muse--main--1.0--patch-76
444     modified files:
445      ChangeLog.2006
446      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
447      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
448      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
449      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
450      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
451      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
452      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
453      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
456 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
458     Summary:
459       Make faces more robust and namespace-conforming.
460     Revision:
461       muse--main--1.0--patch-75
463     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
464       face has documentation and a group.
465       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
466       "-face" suffix.
467       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
468       faces have documentation and a group.  Copy unconditionally from the
469       related Emacs faces, rather than specifying face attributes.
470       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
471       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
472       face names.
473     
474     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
475       the 'muse-link property rather than looking at the face.
477     modified files:
478      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
481 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
483     Summary:
484       muse.texi: Mention the <code> tag.
485     Revision:
486       muse--main--1.0--patch-74
488     * muse.texi (Emphasizing Text): Mention the <code> tag.
490     modified files:
491      ChangeLog.2006 muse.texi
494 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
496     Summary:
497       Fix bug in verse markup, undesired behavior with emdash.
498     Revision:
499       muse--main--1.0--patch-73
501     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
502       around emdash.
503     
504     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
505     
506     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
507     
508     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
509       trailing whitespace to `muse-markup-text', in case the current
510       publishing wishes to use them.
511       (muse-publish-markup-verse): Insert newline without adding read-only
512       properties to it.  This fixes a paragraph detection bug in HTML
513       publishing.
515     modified files:
516      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
517      lisp/muse-publish.el lisp/muse-xml.el
520 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
522     Summary:
523       httpd.el: Update to work with newer versions of Emacs.
524     Revision:
525       muse--main--1.0--patch-72
527     * contrib/httpd.el (httpd-start): Update this to work with newer versions
528       of Emacs.
530     modified files:
531      ChangeLog.2006 contrib/httpd.el
534 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
536     Summary:
537       muse-journal: Make custom RSS heading regexps possible.
538     Revision:
539       muse--main--1.0--patch-71
541     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
542       determines the regexp to use when searching for an RSS heading.
543       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
545     modified files:
546      ChangeLog.2006 lisp/muse-journal.el
549 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
551     Summary:
552       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
553     Revision:
554       muse--main--1.0--patch-70
556     * lisp/muse-project.el (muse-project-publish): If we cannot find a
557       project to publish, indicate this in an error message.
558     
559     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
560       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
561       (muse-detect-invalid-style): New function that makes sure that the
562       given style is in a valid format.
563       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
564       publishing.
566     modified files:
567      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
570 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
572     Summary:
573       muse-mode: Don't require muse-publish.el.
574     Revision:
575       muse--main--1.0--patch-69
577     * lisp/muse-mode.el: Use a few autoloads instead of requiring
578       muse-publish.el.  This allows people to optionally have Muse mode
579       without including the publishing features, as long as they never call a
580       publishing function.  The documentation says that Muse is supposed to
581       be modular in that way, so I guess we'd better follow it.
582       (muse-insert-tag): Make sure that muse-publish is required before
583       accessing `muse-publish-markup-tags'.
585     modified files:
586      ChangeLog.2006 lisp/muse-mode.el
589 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
591     Summary:
592       Minor code cleanup.
593     Revision:
594       muse--main--1.0--patch-68
596     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
598     modified files:
599      ChangeLog.2006 lisp/muse-mode.el
602 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
604     Summary:
605       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
606     Revision:
607       muse--main--1.0--patch-67
609     (Author: Per B. Sederberg <per@med.upenn.edu>)
610     
611     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
612       used for grepping.
613       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
614       muse-find-backlinks C-c C-b
615       (muse-grep): New function to envoke a search with the compiler.
616       (muse-search-with-command): New function to search for text, optionally
617       editing the command.
618       (muse-search): New function to search for text.
619       (muse-find-backlinks): New function to search for backlinks to the
620       current page.
622     modified files:
623      ChangeLog.2006 lisp/muse-mode.el
625     new patches:
626      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
627      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
628      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
629      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
630      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
631      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
632      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
633      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
634      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
635      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
636      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
637      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
640 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
642     Summary:
643       Make it easier to call context-specific region-escaping function.
644     Revision:
645       muse--main--1.0--patch-66
647     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
648       returned from specials, call it with beg, end, ignore-read-only args.
649       This allows for people to specify their own functions for escaping
650       regions, depending on context.  See `muse-xml-decide-specials' in
651       muse-xml-common.el.  This functionality already exists for escaping
652       specials in strings.
654     modified files:
655      ChangeLog.2006 lisp/muse-publish.el
658 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
660     Summary:
661       Attempt to make new syntaxes easier to support.
662     Revision:
663       muse--main--1.0--patch-65
665     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
666       and `muse-get-link-data'.
667     
668     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
669     
670     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
671       (muse-make-link): Change argument name.
672     
673     * lisp/muse.el (muse-handle-explicit-link): Ditto.
674       (muse-get-link, muse-get-link-desc): New functions that return the link
675       and the link description, respectively, from the given TARGET.  The
676       idea is that at least one other markup syntax puts descriptions before
677       links, so all they would have to do is re-define these two functions.
679     modified files:
680      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
681      lisp/muse-mode.el lisp/muse.el
684 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
686     Summary:
687       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
688     Revision:
689       muse--main--1.0--patch-64
691     * Makefile.defs, lisp/muse-colors.el: Fix typo.
692     
693     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
694       `replace-in-string' is checked before `replace-regexp-in-string', since
695       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
696       Ottaway for the heads up.
698     modified files:
699      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
702 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
704     Summary:
705       muse-latex: Add footnotes to links so that they show up on printed copies.
706     Revision:
707       muse--main--1.0--patch-63
709     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
710       'url-and-desc.  Display footnotes if we have both a link and a
711       description, since we want URLs to show up on printed documents.
712       (muse-latex-markup-specials-document): Escape the "@" character in the
713       entire document.
714     
715     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
716       without descriptions and URLs with descriptions.  If no markup string
717       exists for 'url-and-desc, fall back to 'url.
719     modified files:
720      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
723 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
725     Summary:
726       Fix publishing error with multi-line wrapped list items.
727     Revision:
728       muse--main--1.0--patch-62
730     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
731       multiple lines of a wrapped list item.
733     modified files:
734      ChangeLog.2006 lisp/muse-publish.el
737 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
739     Summary:
740       Add COPYING file; update headers.
741     Revision:
742       muse--main--1.0--patch-61
744     * COPYING: New file containing the GNU GPL.
745     
746     * AUTHORS: Bookkeeping.
747     
748     * README: Add License section.  Change Muse homepage URL.
749     
750     * debian/copyright: Change Muse homepage URL.  Prune list to those who
751       have changed 15+ lines of code, since this is the amount that
752       constitutes legal contribution to a software work, AFAICT.
753     
754     * examples/mwolson: Update contents of directory to match my current
755       setup.
756     
757     * experimental/muse*.el, lisp/muse*.el: Update headers.
758     
759     * muse.texi: Change Muse homepage URL.
761     new files:
762      .arch-ids/COPYING.id COPYING
764     modified files:
765      AUTHORS ChangeLog.2006 README debian/copyright
766      examples/mwolson/muse-init.el
767      examples/mwolson/stylesheets/blog.css
768      examples/mwolson/stylesheets/common.css
769      examples/mwolson/stylesheets/print.css
770      examples/mwolson/stylesheets/screen.css
771      experimental/muse-cite.el experimental/muse-mathml.el
772      experimental/muse-message.el lisp/muse-backlink.el
773      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
774      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
775      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
776      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
777      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
778      lisp/muse-publish.el lisp/muse-regexps.el
779      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
780      lisp/muse-xml.el lisp/muse.el muse.texi
783 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
785     Summary:
786       Update Muse XML schema.
787     Revision:
788       muse--main--1.0--patch-60
790     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
791       history.  We'll call this v0.3 of the schema.
792     
793     * lisp/muse-xml-common.el: Update header.
794       (muse-xml-markup-table): Fix table generation when attributes are not
795       specified.
797     modified files:
798      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
801 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
803     Summary:
804       Fix output for consecutive list items of same type.
805     Revision:
806       muse--main--1.0--patch-59
808     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
809       post-indent and indent-found values local to each list item.  This
810       should fix undesired behavior with consecutive list items of the same
811       type.
813     modified files:
814      ChangeLog.2006 lisp/muse-publish.el
817 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
819     Summary:
820       Make C-> and C-< keybindings not indent nested items.
821     Revision:
822       muse--main--1.0--patch-58
824     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
825       nested items.
826     
827     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
828       optional, and document this.
830     modified files:
831      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
834 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
836     Summary:
837       Slightly improve flyspell integration.
838     Revision:
839       muse--main--1.0--patch-57
841     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
842       property to determine whether we are at a link.
844     modified files:
845      ChangeLog.2006 lisp/muse-mode.el
848 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
850     Summary:
851       Make nested definition list items work much better.
852     Revision:
853       muse--main--1.0--patch-56
855     * lisp/muse-publish.el (muse-publish-surround-dl): Use
856       `muse-forward-list-item'.  Don't pass indent and post-indent to the
857       move function.
858       (muse-publish-surround-text): If we are to determine the indentation,
859       but have found no list items, set indent to the empty string.  If we
860       are to determine indentation but have found an item, get all leading
861       whitespace and set indent to it.  Never try to determine post-indent
862       using the first line.  Try to contain the amount of "damage" a nested
863       list item can do to wrapped list item text.
864     
865     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
866       part so that it is easier to indicate the amount of desired initial
867       whitespace.
868     
869     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
870       entry optional.
871       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
872       merged into `muse-forward-list-item'.
873       (muse-forward-list-item-1): New function that determines whether a
874       nested list item is found.
875       (muse-forward-list-item): Move hairy nested list detection algorithm
876       into `muse-forward-list-item-1'.  Be extra careful about terminating
877       when we go past the boundary.
879     modified files:
880      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
881      lisp/muse.el
884 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
886     Summary:
887       Add backlink support, thanks to Jim Ottaway.
888     Revision:
889       muse--main--1.0--patch-55
891     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
892       variable that indicates whether Muse is fontifying the current buffer.
893       (muse-colors-region): Set `muse-colors-fontifying' to t.
894     
895     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
896       support.  I've modified it slightly to get rid of the defadvice forms.
898     new files:
899      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
901     modified files:
902      AUTHORS ChangeLog.2006 lisp/muse-colors.el
905 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
907     Summary:
908       muse-protocols: Add Wikipedia support.
909     Revision:
910       muse--main--1.0--patch-54
912     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
913       is used to look up terms on the Wikipedia website.
914       (muse-wikipedia-country): New option that specifies the country code to
915       use for Wikipedia.
916       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
917       resolve and browse Wikipedia URLs.
919     modified files:
920      ChangeLog.2006 lisp/muse-protocols.el
923 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
925     Summary:
926       muse-protocols: Add DOI handling.
927     Revision:
928       muse--main--1.0--patch-53
930     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
931       DOI's (digitial object identifiers) are a standard identifier used in
932       the publishing industry.  Thanks to Phillip Lord for the patch.
933       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
934       and browse DOI's.
936     modified files:
937      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
940 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
942     Summary:
943       Refine previous patch.
944     Revision:
945       muse--main--1.0--patch-52
947     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
948       ever use the fallback method.  Save point when using new method.
950     modified files:
951      ChangeLog.2006 lisp/muse-mode.el
954 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
956     Summary:
957       Make visiting of links a bit faster.
958     Revision:
959       muse--main--1.0--patch-51
961     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
962       property.
963       (muse-link-properties): If we are highlighting a link, add the
964       muse-link property.
965     
966     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
967       exists at point, use it to bound the link.  Otherwise, use the old
968       method.  This should make it easier to visit custom implicit link
969       forms, since it does not require a change to muse-implicit-link-regexp.
970     
971     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
972       used when muse-colors.el is loaded.
974     modified files:
975      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
976      lisp/muse-regexps.el
979 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
981     Summary:
982       Make resolving of inline image paths more flexible.
983     Revision:
984       muse--main--1.0--patch-50
986     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
987       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
988       option.  Make the fallback customization type a function rather than a
989       symbol.
990       (muse-colors-use-publishing-directory): New function that takes the
991       best guess at where the current Muse file will be published and makes
992       the given link relative to that.
993       (muse-colors-insert-image): If muse-colors-inline-image-method is
994       'default-directory, use the default directory.  If it is a function,
995       call that function with LINK as an argument.  Otherwise, give up.
997     modified files:
998      ChangeLog.2006 lisp/muse-colors.el
1001 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
1003     Summary:
1004       Fix inline image lockup.
1005     Revision:
1006       muse--main--1.0--patch-49
1008     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
1009       patch-47.  This will prevent Muse from locking up after making a new
1010       inline image.
1012     modified files:
1013      ChangeLog.2006 lisp/muse-colors.el
1016 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
1018     Summary:
1019       Fix publishing problem with XEmacs.
1020     Revision:
1021       muse--main--1.0--patch-48
1023     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
1024       publishing problem when text at beginning of buffer is read-only.
1025       Thanks to Christian Clercin for the report.
1027     modified files:
1028      ChangeLog.2006 lisp/muse-publish.el
1031 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
1033     Summary:
1034       Get increase and decrease of list indentation to work with complex cases.
1035     Revision:
1036       muse--main--1.0--patch-47
1038     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
1039       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
1040       to indicate this interpretation, though parens are different.
1041     
1042     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
1043       (muse-alter-list-item-indentation): New function that alters the list
1044       structure at point.  The behavior to use is specified by the OPERATION
1045       argument.  Currently-supported operations are 'increase and 'decrease
1046       indentation level.  This now uses the same sort of list detection
1047       algorithm that is used during publishing, so it should work as expected
1048       for complicated cases.
1049       (muse-increase-list-item-indentation)
1050       (muse-decrease-list-item-indentation): Use
1051       `muse-alter-list-item-indentation'.
1053     modified files:
1054      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1057 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
1059     Summary:
1060       Code simplification; improve muse-list-item-type function.
1061     Revision:
1062       muse--main--1.0--patch-46
1064     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
1065       'dl-entry, instead of just returning 'dl.
1066       (muse-forward-dl-term, muse-forward-dl-entry): Use
1067       muse-forward-list-item.
1068       (muse-forward-dl-part): Remove, merge functionality into
1069       muse-forward-list-item.
1070       (muse-forward-list-item): Add a few conditions needed for skipping
1071       nested 'dl-term and 'dl-entry items.
1073     modified files:
1074      ChangeLog.2006 lisp/muse.el
1077 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
1079     Summary:
1080       Put movement by list and paragraph functions in muse.el.
1081     Revision:
1082       muse--main--1.0--patch-45
1084     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
1085       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
1086       (muse-forward-list-item): Move here from muse-publish.el, so that
1087       muse-mode can make use of these.
1089     modified files:
1090      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1093 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
1095     Summary:
1096       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
1097     Revision:
1098       muse--main--1.0--patch-44
1100     (Author: Per B. Sederberg <per@med.upenn.edu>)
1101     
1102     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
1103       decrease the current item indentation.
1104       (muse-get-paragraph-start): Helper function to determine the start of
1105       the current paragraph.
1106       (muse-insert-list-item): Cleaned up list item insertion code and made
1107       it handle definitions.
1108       (muse-increase-list-item-indentation): New interactive function to
1109       increase list item indentation.
1110       (muse-decrease-list-item-indentation): New interactive function to
1111       decrease list item indentation.
1113     modified files:
1114      ChangeLog.2006 lisp/muse-mode.el
1116     new patches:
1117      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
1118      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
1119      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
1120      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
1121      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
1122      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
1123      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
1124      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
1125      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
1126      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
1129 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
1131     Summary:
1132       Use slightly better algorithm for removing initial whitespace.
1133     Revision:
1134       muse--main--1.0--patch-43
1136     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
1137       the definition occurred on the same line as the term.
1138       (muse-publish-surround-text): Use a slightly better algorithm for
1139       removing initial indentation of list items.  This way, we preserve
1140       nesting of lists and also deal with same-level items that occur after
1141       nested items.  This probably doesn't make much of a difference in the
1142       output, but it should make support of nested definition lists a bit
1143       less troublesome in some cases.
1144       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
1145       regexp.
1146       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
1147       data.  Don't remove any text.  This makes the function easier to reuse
1148       in display-only situations.
1150     modified files:
1151      ChangeLog.2006 lisp/muse-publish.el
1154 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
1156     Summary:
1157       In a preliminary way, make definition lists nest.
1158     Revision:
1159       muse--main--1.0--patch-42
1161     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
1162       lists nest a bit better.
1163     
1164     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
1165       use it anymore.
1167     modified files:
1168      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1171 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
1173     Summary:
1174       Fix nested list regression.
1175     Revision:
1176       muse--main--1.0--patch-41
1178     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
1179       original indentation value and use that.  This fixes a regression
1180       caused by the last patch.
1182     modified files:
1183      ChangeLog.2006 lisp/muse-publish.el
1186 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
1188     Summary:
1189       Make code look nicer by using muse-forward-dl-* functions.
1190     Revision:
1191       muse--main--1.0--patch-40
1193     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
1194       forms into muse-forward-dl-* for increased reusability.
1195       (muse-publish-surround-text): Call move function with an indent
1196       argument so that we don't have to use partial substitution in lambda
1197       forms.
1198       (muse-forward-dl-term): New function that moves forward to the next
1199       definition list term.
1200       (muse-forward-dl-entry): New function that moves forward to the next
1201       definition list entry.
1202       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
1203       does not move past entire definition list items, only parts of them.
1204       (muse-publish-markup-list, muse-publish-markup-quote):
1205       (muse-publish-quote-tag): Use better lambda form, and include a
1206       parameter.
1208     modified files:
1209      ChangeLog.2006 lisp/muse-publish.el
1212 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
1214     Summary:
1215       Handle blockquoted sections within lists properly.
1216     Revision:
1217       muse--main--1.0--patch-39
1219     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
1220       property.  This should make blockquoted sections within a list do the
1221       right thing.
1222       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
1223       behavior of `muse-forward-paragraph'.
1225     modified files:
1226      ChangeLog.2006 lisp/muse-publish.el
1229 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
1231     Summary:
1232       Fix problem when previous list item was nested.
1233     Revision:
1234       muse--main--1.0--patch-38
1236     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
1237       indicator at the correct place.  This fixes an error where a previous
1238       list was nested but the current one isn't.  Thanks to Per B. Sederberg
1239       for the report.
1241     modified files:
1242      ChangeLog.2006 lisp/muse-publish.el
1245 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
1247     Summary:
1248       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
1249     Revision:
1250       muse--main--1.0--patch-37
1252     * muse.texi (Implicit Links): Mention how to customize the WikiName
1253       recognition, and note that if you're setting this manually, you have to
1254       call some additional code.  This should fix #5376.  Also remove local
1255       variables section at end, since it seems pointless.
1257     modified files:
1258      ChangeLog.2006 muse.texi
1261 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
1263     Summary:
1264       Fix #5325: nested formatting not working in HTML output.
1265     Revision:
1266       muse--main--1.0--patch-36
1268     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
1269       work.  I'm a bit worried about possible double-escaping, though.
1270       Perhaps we should write the context to a text property and escape it
1271       later.  This should fix #5325.
1273     modified files:
1274      ChangeLog.2006 lisp/muse-publish.el
1277 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
1279     Summary:
1280       Make paragraphs respect the end of a list or list item.
1281     Revision:
1282       muse--main--1.0--patch-35
1284     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
1285       end of a list (or list item), back up.  This allows for a nice side
1286       effect when using indented sentences in between list items.
1287     
1288     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
1289     
1290     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
1291     
1292     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
1293       and end-item are marked up with end-list properties.
1295     modified files:
1296      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1297      lisp/muse-publish.el lisp/muse-xml.el
1300 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
1302     Summary:
1303       Make sure an initial term exists before publishing definition list.
1304     Revision:
1305       muse--main--1.0--patch-34
1307     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
1308       exists before publishing a definition list.
1310     modified files:
1311      ChangeLog.2006 lisp/muse-publish.el
1314 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
1316     Summary:
1317       Add comments to nested list code.
1318     Revision:
1319       muse--main--1.0--patch-33
1321     * lisp/muse-publish.el (muse-publish-surround-dl)
1322       (muse-publish-surround-text, muse-forward-dl-item):
1323       (muse-forward-list-item): Add comments, since there were many
1324       intricacies that are probably not obvious to the casual reader.
1325       (muse-forward-dl-item): Remove no-op condition.
1327     modified files:
1328      ChangeLog.2006 lisp/muse-publish.el
1331 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
1333     Summary:
1334       Make nested list items work when separated by one blank line.
1335     Revision:
1336       muse--main--1.0--patch-32
1338     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1339       muse-forward-dl-item instead of muse-forward-list-item.  On second
1340       thought, don't unconditionally insert a newline, as that breaks some
1341       things.
1342       (muse-forward-dl-item): New function that moves forward to the next
1343       definition list item.  This was factored out from
1344       muse-forward-list-item, since it was getting too complex for my liking.
1345       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
1346       indented line, and skip past these if we have a blank line followed by
1347       an indented line.  "Indented" means "indented one past the current
1348       indentation level" here.  Remove some initial whitespace that was being
1349       overlooked before.
1351     modified files:
1352      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1355 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
1357     Summary:
1358       Fix a couple of bugs in muse-wiki-resolve-project-page.
1359     Revision:
1360       muse--main--1.0--patch-31
1362     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
1363       better algorithm for adding styles to a list.
1364     
1365     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
1366       carefully.  This should fix one or two hard-to-explain bugs.
1368     modified files:
1369      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1372 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
1374     Summary:
1375       Fix another definition list edge case.
1376     Revision:
1377       muse--main--1.0--patch-30
1379     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
1380       unordered list immediately follows definition list term.
1382     modified files:
1383      ChangeLog.2006 lisp/muse-publish.el
1386 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
1388     Summary:
1389       Pass all current definition list test cases.
1390     Revision:
1391       muse--main--1.0--patch-29
1393     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
1394       line if definition is not on the same line as the term.
1395       (muse-forward-list-item): Fix publishing incorrectness that occurred
1396       when a non-dl list follows a definition list.  Always move to the right
1397       place so as to prevent extra empty dd elements from being published.
1399     modified files:
1400      ChangeLog.2006 lisp/muse-publish.el
1403 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
1405     Summary:
1406       Merge consecutive definition list terms properly.
1407     Revision:
1408       muse--main--1.0--patch-28
1410     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
1411       correctly.  This makes Muse merge several definition list items into
1412       one list.
1413       (muse-forward-list-item): Use simpler regexp for 'dl.
1414     
1415     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
1416       definition lists, and make terms the 2nd matched text.
1418     modified files:
1419      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1422 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
1424     Summary:
1425       Bookkeeping.
1426     Revision:
1427       muse--main--1.0--patch-27
1429     * AUTHORS: Update.
1430     
1431     * muse-colors.el, muse-mode.el: Credit contributions.
1433     modified files:
1434      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1437 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
1439     Summary:
1440       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
1441     Revision:
1442       muse--main--1.0--patch-26
1444     Patches applied:
1445     
1446      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
1447        Added ability to show inline images in the Emacs buffer.
1448     
1449      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
1450        Added enhanced list item insertion.
1451     
1452     Detailed log:
1453     
1454     (Author: Per B. Sederberg <per@med.upenn.edu>)
1455     
1456     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
1457       list item.  New key mapping to toggle showing images.  Added a key
1458       mapping to insert a link to a file and modified the key map to insert a
1459       tag.
1460       (muse-on-blank-line): Helper function to determine if the point is on a
1461       line containing only blank spaces.
1462       (muse-insert-list-item): New interactive function to insert a new list
1463       item, taking into account the current list state.
1464       (muse-insert-relative-link-to-file): New function to insert a link to a
1465       file, relative to the default directory.
1466     
1467     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
1468       for where to search for images to inline in the buffer.
1469       (muse-colors-inline-images): Added custom boolean field for whether to
1470       show inline images in the buffer.
1471       (muse-colors-toggle-inline-images): New function to toggle showing the
1472       inline images in the buffer.
1473       (muse-unhighlight-region): Now removes end-glyph text properties to
1474       support XEmacs.
1475       (muse-colors-resolve-image-file): New function to determine if a link
1476       is an image and whether the version of Emacs can support inline images.
1477       (muse-make-file-glyph): New function to create an image glyph if we are
1478       using XEmacs.
1479       (muse-colors-insert-image): New function to insert an image in an Emacs
1480       buffer.
1481       (muse-colors-explicit-link): Modified function to have the ability to
1482       insert an image instead of formatting the text of the link.
1484     modified files:
1485      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1487     new patches:
1488      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
1489      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
1490      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
1491      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
1492      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
1495 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
1497     Summary:
1498       Pass testcase for definition list and nested unordered list.
1499     Revision:
1500       muse--main--1.0--patch-25
1502     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
1503       lists always have at least one entry.  This appears to do the right
1504       thing with a sample nested unordered list.
1506     modified files:
1507      ChangeLog.2006 lisp/muse-publish.el
1510 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
1512     Summary:
1513       Some definition list fixes.
1514     Revision:
1515       muse--main--1.0--patch-24
1517     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
1518       markup for end of list using the `muse-insert-markup-end-list'
1519       function.  Handle list items nested inside of a definition list.
1521     modified files:
1522      ChangeLog.2006 lisp/muse-publish.el
1525 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
1527     Summary:
1528       Fix another wrapped list item edge case.
1529     Revision:
1530       muse--main--1.0--patch-23
1532     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
1533       indentation in a region when we encounter any list items.  This should
1534       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
1535       for the report.
1537     modified files:
1538      ChangeLog.2006 lisp/muse-publish.el
1541 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
1543     Summary:
1544       Fix comment in Debian packaging.
1545     Revision:
1546       muse--main--1.0--patch-22
1548     * debian/emacsen-remove: Fix comment.
1550     modified files:
1551      ChangeLog.2006 debian/emacsen-remove
1554 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
1556     Summary:
1557       muse-blosxom: Fix order of #tags line in header.
1558     Revision:
1559       muse--main--1.0--patch-21
1561     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
1562       rather than before it.  Thanks to bkhl for the heads up.
1564     modified files:
1565      ChangeLog.2006 lisp/muse-blosxom.el
1568 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
1570     Summary:
1571       muse-blosxom: Add ability to use tags in entries.
1572     Revision:
1573       muse--main--1.0--patch-20
1575     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
1576       publish them.
1577       (muse-blosxom-use-tags): New option that specifies whether we are using
1578       tags.
1579       (muse-blosxom-new-entry): If using tags, read tags until the user hits
1580       RET without entering one.
1582     modified files:
1583      ChangeLog.2006 lisp/muse-blosxom.el
1586 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
1588     Summary:
1589       Fix backtrace when publishing unsaved files.
1590     Revision:
1591       muse--main--1.0--patch-19
1593     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
1594       trying to publish a file that has not been saved, and give an
1595       explanation to the user.
1597     modified files:
1598      ChangeLog.2006 lisp/muse-publish.el
1601 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
1603     Summary:
1604       muse-texinfo: Fix link suffix.
1605     Revision:
1606       muse--main--1.0--patch-18
1608     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
1609       styles.  This should fix a bug where links in published info files use
1610       an incorrect extension.  Thanks to Hans Ekbrand for the report!
1612     modified files:
1613      ChangeLog.2006 lisp/muse-texinfo.el
1616 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
1618     Summary:
1619       Fix prompting of non-Muse buffers before publishing.
1620     Revision:
1621       muse--main--1.0--patch-17
1623     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
1624       Stadler to ignore buffers that have no associated filename.  This fixes
1625       an annoyance where Muse prompts to save BBDB and ERC buffers before
1626       publishing.
1628     modified files:
1629      AUTHORS ChangeLog.2006 lisp/muse-project.el
1632 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
1634     Summary:
1635       Fix wrapped nested list item edge case.
1636     Revision:
1637       muse--main--1.0--patch-16
1639     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
1640       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
1641       case.
1642       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
1643       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
1644     
1645     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
1646       exactly one space character in front of a unnumbered or numbered list.
1647       This should make it easier to match every list instance, since
1648       definition lists can now be handled more nicely in
1649       muse-publish-markup-regexps.  This also has the effect of fixing a
1650       wrapped nested list item edge case.
1652     modified files:
1653      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1656 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
1658     Summary:
1659       Fix edge case in muse-wiki-publish-pretty-title.
1660     Revision:
1661       muse--main--1.0--patch-15
1663     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
1664       the document does not have a valid title, use the empty string.
1666     modified files:
1667      ChangeLog.2006 lisp/muse-wiki.el
1670 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
1672     Summary:
1673       Use debian/compat to determine debhelper compat level.
1674     Revision:
1675       muse--main--1.0--patch-14
1677     * debian/compat: New file that sets the debhelper compatibility level to
1678       4.
1679     
1680     * debian/rules: Remove DH_COMPAT line.
1682     new files:
1683      debian/.arch-ids/compat.id debian/compat
1685     modified files:
1686      ChangeLog.2006 debian/rules
1689 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
1691     Summary:
1692       Fix a couple of table-publishing edge cases.
1693     Revision:
1694       muse--main--1.0--patch-13
1696     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
1697       publishing error that occurs when a table line is the last thing in a
1698       document.  Thanks to cymacs for the report and suggested fix.
1699       (muse-publish-table-fields): Skip initial blank lines, and don't remove
1700       them.
1701     
1702     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
1703       at the end of the 'end-table markup string.
1704     
1705     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1706     
1707     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1708     
1709     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
1710       newline at the end of the table.  This should fix a problem with
1711       paragraphs after tables not being published as such.  Thanks to cymacs
1712       for the report.
1713     
1714     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
1715       muse-insert-markup to insert a trailing newline.
1717     modified files:
1718      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1719      lisp/muse-publish.el lisp/muse-texinfo.el
1720      lisp/muse-xml-common.el lisp/muse-xml.el
1723 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
1725     Summary:
1726       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
1727     Revision:
1728       muse--main--1.0--patch-12
1731     new files:
1732      .arch-ids/ChangeLog.2006.id ChangeLog.2006
1734     renamed files:
1735      .arch-ids/ChangeLog.id
1736        ==> .arch-ids/ChangeLog.2005.id
1737      ChangeLog
1738        ==> ChangeLog.2005
1741 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
1743     Summary:
1744       Make muse-journal work with whole-document escaping.
1745     Revision:
1746       muse--main--1.0--patch-11
1748     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
1749       by Emacs Muse" so that muse-journal does not get confused.
1750     
1751     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
1752       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
1753       for whole-buffer escaping.  Thanks to mondoshawan for the report.
1754       (muse-journal-rss-munge-buffer): Display a warning if someone does not
1755       have "Page published by Emacs Muse (begins|ends) here" in their header
1756       or footer, since muse-journal needs this in order to determine where
1757       entries begin and end.
1759     modified files:
1760      examples/mwolson/templates/footer.html
1761      examples/mwolson/templates/generic-footer.html
1762      examples/mwolson/templates/generic-header.html
1763      examples/mwolson/templates/header.html
1764      examples/mwolson/templates/header.tex lisp/muse-journal.el
1767 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
1769     Summary:
1770       Get simple test case for definition lists to work.
1771     Revision:
1772       muse--main--1.0--patch-10
1774     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
1775       publish properly.
1776       (muse-forward-list-item): Fix edge case.
1778     modified files:
1779      lisp/muse-publish.el
1782 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
1784     Summary:
1785       Add documentation to some publishing functions.
1786     Revision:
1787       muse--main--1.0--patch-9
1789     * lisp/muse-publish.el (muse-publish-mark-read-only)
1790       (muse-publish-mark-noemphasis): Add documentation.
1792     modified files:
1793      lisp/muse-publish.el
1796 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
1798     Summary:
1799       Fix an error with `custom-quote'.
1800     Revision:
1801       muse--main--1.0--patch-8
1803     * lisp/muse-project.el: Require 'cus-edit, since that is where
1804       `custom-quote' is defined.
1805     
1806     * muse.texi: Use copyright symbol.
1808     modified files:
1809      lisp/muse-project.el muse.texi
1812 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
1814     Summary:
1815       muse-registry: update from author.
1816     Revision:
1817       muse--main--1.0--patch-7
1819     * lisp/muse-registry.el: Update to newest version from author.
1820       Re-tabify.
1822     modified files:
1823      lisp/muse-registry.el
1826 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
1828     Summary:
1829       muse-latex: Handle double-quote edge case.
1830     Revision:
1831       muse--main--1.0--patch-6
1833     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
1834       character begins the buffer.
1836     modified files:
1837      lisp/muse-latex.el
1840 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
1842     Summary:
1843       Allow beginning and ending empty elements in tables.
1844     Revision:
1845       muse--main--1.0--patch-5
1847     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
1848       whitespace after the field if we're at the end of a line.
1849       (muse-table-line-regexp): Allow the table to start with a "|".  The
1850       resulting initial empty cell isn't yet thrown away like it should be.
1852     modified files:
1853      lisp/muse-regexps.el
1856 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
1858     Summary:
1859       muse-latex: Use \url to publish bare URLs.
1860     Revision:
1861       muse--main--1.0--patch-4
1863     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
1864       \href for bare URLs.  Thanks to Na Li for the suggestion!
1866     modified files:
1867      lisp/muse-latex.el
1870 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
1872     Summary:
1873       Create parents of output directories.
1874     Revision:
1875       muse--main--1.0--patch-3
1877     * lisp/muse-project.el (muse-project-publish-file): Create parent
1878       directories as well, if the output directory does not exist.  This can
1879       happen when we have nested directories in a project.
1881     modified files:
1882      lisp/muse-project.el
1885 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
1887     Summary:
1888       Pick a better default if publishing with more than one style.
1889     Revision:
1890       muse--main--1.0--patch-2
1892     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
1893       the list we return is in the right order.  That way, if more than one
1894       publishing rule matches a link, the first one is used, rather than the
1895       last.
1897     modified files:
1898      lisp/muse-project.el
1901 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
1903     Summary:
1904       Oops, committed to the wrong archive.
1905     Revision:
1906       muse--main--1.0--patch-1
1908     Patches applied:
1909     
1910      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
1911        Debian fixups.
1912     
1913      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
1914        Another Debian fix.
1916     modified files:
1917      ChangeLog debian/emacsen-startup
1919     renamed files:
1920      debian/.arch-ids/NEWS.Debian.id
1921        ==> debian/.arch-ids/NEWS.id
1922      debian/NEWS.Debian
1923        ==> debian/NEWS
1925     new patches:
1926      mwolson@gnu.org--2005/muse--main--1.0--patch-356
1927      mwolson@gnu.org--2005/muse--main--1.0--patch-357
1930 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
1932     Summary:
1933       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
1934     Revision:
1935       muse--main--1.0--base-0
1937     (automatically generated log message)
1939     new patches:
1940      ajk@iu.edu--2005/muse--ajk--1.0--base-0
1941      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
1942      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
1943      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
1944      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
1945      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
1946      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
1947      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
1948      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
1949      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
1950      ajk@iu.edu--2005/muse--main--1.0--base-0
1951      ajk@iu.edu--2005/muse--main--1.0--patch-1
1952      ajk@iu.edu--2005/muse--main--1.0--patch-2
1953      davidsmith@acm.org--2005/muse--devo--1.0--base-0
1954      davidsmith@acm.org--main/muse--devo--1.0--base-0
1955      davidsmith@acm.org--main/muse--devo--1.0--patch-1
1956      davidsmith@acm.org--main/muse--devo--1.0--patch-2
1957      hodique@lifl.fr--2005/muse--yh--1.0--base-0
1958      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
1959      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
1960      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
1961      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
1962      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
1963      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
1964      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
1965      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
1966      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
1967      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
1968      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
1969      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
1970      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
1971      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
1972      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
1973      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
1974      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
1975      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
1976      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
1977      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
1978      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
1979      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
1980      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
1981      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
1982      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
1983      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
1984      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
1985      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
1986      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
1987      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
1988      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
1989      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
1990      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
1991      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
1992      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
1993      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
1994      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
1995      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
1996      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
1997      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
1998      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
1999      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
2000      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
2001      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
2002      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
2003      jeho@jeho.org--2005/muse--jeho--1.0--base-0
2004      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
2005      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
2006      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
2007      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
2008      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
2009      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
2010      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
2011      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
2012      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
2013      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
2014      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
2015      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
2016      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
2017      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
2018      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
2019      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
2020      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
2021      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
2022      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
2023      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
2024      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
2025      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
2026      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
2027      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
2028      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
2029      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
2030      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
2031      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
2032      mwolson@gnu.org--2005/muse--main--1.0--base-0
2033      mwolson@gnu.org--2005/muse--main--1.0--patch-1
2034      mwolson@gnu.org--2005/muse--main--1.0--patch-2
2035      mwolson@gnu.org--2005/muse--main--1.0--patch-3
2036      mwolson@gnu.org--2005/muse--main--1.0--patch-4
2037      mwolson@gnu.org--2005/muse--main--1.0--patch-5
2038      mwolson@gnu.org--2005/muse--main--1.0--patch-6
2039      mwolson@gnu.org--2005/muse--main--1.0--patch-7
2040      mwolson@gnu.org--2005/muse--main--1.0--patch-8
2041      mwolson@gnu.org--2005/muse--main--1.0--patch-9
2042      mwolson@gnu.org--2005/muse--main--1.0--patch-10
2043      mwolson@gnu.org--2005/muse--main--1.0--patch-11
2044      mwolson@gnu.org--2005/muse--main--1.0--patch-12
2045      mwolson@gnu.org--2005/muse--main--1.0--patch-13
2046      mwolson@gnu.org--2005/muse--main--1.0--patch-14
2047      mwolson@gnu.org--2005/muse--main--1.0--patch-15
2048      mwolson@gnu.org--2005/muse--main--1.0--patch-16
2049      mwolson@gnu.org--2005/muse--main--1.0--patch-17
2050      mwolson@gnu.org--2005/muse--main--1.0--patch-18
2051      mwolson@gnu.org--2005/muse--main--1.0--patch-19
2052      mwolson@gnu.org--2005/muse--main--1.0--patch-20
2053      mwolson@gnu.org--2005/muse--main--1.0--patch-21
2054      mwolson@gnu.org--2005/muse--main--1.0--patch-22
2055      mwolson@gnu.org--2005/muse--main--1.0--patch-23
2056      mwolson@gnu.org--2005/muse--main--1.0--patch-24
2057      mwolson@gnu.org--2005/muse--main--1.0--patch-25
2058      mwolson@gnu.org--2005/muse--main--1.0--patch-26
2059      mwolson@gnu.org--2005/muse--main--1.0--patch-27
2060      mwolson@gnu.org--2005/muse--main--1.0--patch-28
2061      mwolson@gnu.org--2005/muse--main--1.0--patch-29
2062      mwolson@gnu.org--2005/muse--main--1.0--patch-30
2063      mwolson@gnu.org--2005/muse--main--1.0--patch-31
2064      mwolson@gnu.org--2005/muse--main--1.0--patch-32
2065      mwolson@gnu.org--2005/muse--main--1.0--patch-33
2066      mwolson@gnu.org--2005/muse--main--1.0--patch-34
2067      mwolson@gnu.org--2005/muse--main--1.0--patch-35
2068      mwolson@gnu.org--2005/muse--main--1.0--patch-36
2069      mwolson@gnu.org--2005/muse--main--1.0--patch-37
2070      mwolson@gnu.org--2005/muse--main--1.0--patch-38
2071      mwolson@gnu.org--2005/muse--main--1.0--patch-39
2072      mwolson@gnu.org--2005/muse--main--1.0--patch-40
2073      mwolson@gnu.org--2005/muse--main--1.0--patch-41
2074      mwolson@gnu.org--2005/muse--main--1.0--patch-42
2075      mwolson@gnu.org--2005/muse--main--1.0--patch-43
2076      mwolson@gnu.org--2005/muse--main--1.0--patch-44
2077      mwolson@gnu.org--2005/muse--main--1.0--patch-45
2078      mwolson@gnu.org--2005/muse--main--1.0--patch-46
2079      mwolson@gnu.org--2005/muse--main--1.0--patch-47
2080      mwolson@gnu.org--2005/muse--main--1.0--patch-48
2081      mwolson@gnu.org--2005/muse--main--1.0--patch-49
2082      mwolson@gnu.org--2005/muse--main--1.0--patch-50
2083      mwolson@gnu.org--2005/muse--main--1.0--patch-51
2084      mwolson@gnu.org--2005/muse--main--1.0--patch-52
2085      mwolson@gnu.org--2005/muse--main--1.0--patch-53
2086      mwolson@gnu.org--2005/muse--main--1.0--patch-54
2087      mwolson@gnu.org--2005/muse--main--1.0--patch-55
2088      mwolson@gnu.org--2005/muse--main--1.0--patch-56
2089      mwolson@gnu.org--2005/muse--main--1.0--patch-57
2090      mwolson@gnu.org--2005/muse--main--1.0--patch-58
2091      mwolson@gnu.org--2005/muse--main--1.0--patch-59
2092      mwolson@gnu.org--2005/muse--main--1.0--patch-60
2093      mwolson@gnu.org--2005/muse--main--1.0--patch-61
2094      mwolson@gnu.org--2005/muse--main--1.0--patch-62
2095      mwolson@gnu.org--2005/muse--main--1.0--patch-63
2096      mwolson@gnu.org--2005/muse--main--1.0--patch-64
2097      mwolson@gnu.org--2005/muse--main--1.0--patch-65
2098      mwolson@gnu.org--2005/muse--main--1.0--patch-66
2099      mwolson@gnu.org--2005/muse--main--1.0--patch-67
2100      mwolson@gnu.org--2005/muse--main--1.0--patch-68
2101      mwolson@gnu.org--2005/muse--main--1.0--patch-69
2102      mwolson@gnu.org--2005/muse--main--1.0--patch-70
2103      mwolson@gnu.org--2005/muse--main--1.0--patch-71
2104      mwolson@gnu.org--2005/muse--main--1.0--patch-72
2105      mwolson@gnu.org--2005/muse--main--1.0--patch-73
2106      mwolson@gnu.org--2005/muse--main--1.0--patch-74
2107      mwolson@gnu.org--2005/muse--main--1.0--patch-75
2108      mwolson@gnu.org--2005/muse--main--1.0--patch-76
2109      mwolson@gnu.org--2005/muse--main--1.0--patch-77
2110      mwolson@gnu.org--2005/muse--main--1.0--patch-78
2111      mwolson@gnu.org--2005/muse--main--1.0--patch-79
2112      mwolson@gnu.org--2005/muse--main--1.0--patch-80
2113      mwolson@gnu.org--2005/muse--main--1.0--patch-81
2114      mwolson@gnu.org--2005/muse--main--1.0--patch-82
2115      mwolson@gnu.org--2005/muse--main--1.0--patch-83
2116      mwolson@gnu.org--2005/muse--main--1.0--patch-84
2117      mwolson@gnu.org--2005/muse--main--1.0--patch-85
2118      mwolson@gnu.org--2005/muse--main--1.0--patch-86
2119      mwolson@gnu.org--2005/muse--main--1.0--patch-87
2120      mwolson@gnu.org--2005/muse--main--1.0--patch-88
2121      mwolson@gnu.org--2005/muse--main--1.0--patch-89
2122      mwolson@gnu.org--2005/muse--main--1.0--patch-90
2123      mwolson@gnu.org--2005/muse--main--1.0--patch-91
2124      mwolson@gnu.org--2005/muse--main--1.0--patch-92
2125      mwolson@gnu.org--2005/muse--main--1.0--patch-93
2126      mwolson@gnu.org--2005/muse--main--1.0--patch-94
2127      mwolson@gnu.org--2005/muse--main--1.0--patch-95
2128      mwolson@gnu.org--2005/muse--main--1.0--patch-96
2129      mwolson@gnu.org--2005/muse--main--1.0--patch-97
2130      mwolson@gnu.org--2005/muse--main--1.0--patch-98
2131      mwolson@gnu.org--2005/muse--main--1.0--patch-99
2132      mwolson@gnu.org--2005/muse--main--1.0--patch-100
2133      mwolson@gnu.org--2005/muse--main--1.0--patch-101
2134      mwolson@gnu.org--2005/muse--main--1.0--patch-102
2135      mwolson@gnu.org--2005/muse--main--1.0--patch-103
2136      mwolson@gnu.org--2005/muse--main--1.0--patch-104
2137      mwolson@gnu.org--2005/muse--main--1.0--patch-105
2138      mwolson@gnu.org--2005/muse--main--1.0--patch-106
2139      mwolson@gnu.org--2005/muse--main--1.0--patch-107
2140      mwolson@gnu.org--2005/muse--main--1.0--patch-108
2141      mwolson@gnu.org--2005/muse--main--1.0--patch-109
2142      mwolson@gnu.org--2005/muse--main--1.0--patch-110
2143      mwolson@gnu.org--2005/muse--main--1.0--patch-111
2144      mwolson@gnu.org--2005/muse--main--1.0--patch-112
2145      mwolson@gnu.org--2005/muse--main--1.0--patch-113
2146      mwolson@gnu.org--2005/muse--main--1.0--patch-114
2147      mwolson@gnu.org--2005/muse--main--1.0--patch-115
2148      mwolson@gnu.org--2005/muse--main--1.0--patch-116
2149      mwolson@gnu.org--2005/muse--main--1.0--patch-117
2150      mwolson@gnu.org--2005/muse--main--1.0--patch-118
2151      mwolson@gnu.org--2005/muse--main--1.0--patch-119
2152      mwolson@gnu.org--2005/muse--main--1.0--patch-120
2153      mwolson@gnu.org--2005/muse--main--1.0--patch-121
2154      mwolson@gnu.org--2005/muse--main--1.0--patch-122
2155      mwolson@gnu.org--2005/muse--main--1.0--patch-123
2156      mwolson@gnu.org--2005/muse--main--1.0--patch-124
2157      mwolson@gnu.org--2005/muse--main--1.0--patch-125
2158      mwolson@gnu.org--2005/muse--main--1.0--patch-126
2159      mwolson@gnu.org--2005/muse--main--1.0--patch-127
2160      mwolson@gnu.org--2005/muse--main--1.0--patch-128
2161      mwolson@gnu.org--2005/muse--main--1.0--patch-129
2162      mwolson@gnu.org--2005/muse--main--1.0--patch-130
2163      mwolson@gnu.org--2005/muse--main--1.0--patch-131
2164      mwolson@gnu.org--2005/muse--main--1.0--patch-132
2165      mwolson@gnu.org--2005/muse--main--1.0--patch-133
2166      mwolson@gnu.org--2005/muse--main--1.0--patch-134
2167      mwolson@gnu.org--2005/muse--main--1.0--patch-135
2168      mwolson@gnu.org--2005/muse--main--1.0--patch-136
2169      mwolson@gnu.org--2005/muse--main--1.0--patch-137
2170      mwolson@gnu.org--2005/muse--main--1.0--patch-138
2171      mwolson@gnu.org--2005/muse--main--1.0--patch-139
2172      mwolson@gnu.org--2005/muse--main--1.0--patch-140
2173      mwolson@gnu.org--2005/muse--main--1.0--patch-141
2174      mwolson@gnu.org--2005/muse--main--1.0--patch-142
2175      mwolson@gnu.org--2005/muse--main--1.0--patch-143
2176      mwolson@gnu.org--2005/muse--main--1.0--patch-144
2177      mwolson@gnu.org--2005/muse--main--1.0--patch-145
2178      mwolson@gnu.org--2005/muse--main--1.0--patch-146
2179      mwolson@gnu.org--2005/muse--main--1.0--patch-147
2180      mwolson@gnu.org--2005/muse--main--1.0--patch-148
2181      mwolson@gnu.org--2005/muse--main--1.0--patch-149
2182      mwolson@gnu.org--2005/muse--main--1.0--patch-150
2183      mwolson@gnu.org--2005/muse--main--1.0--patch-151
2184      mwolson@gnu.org--2005/muse--main--1.0--patch-152
2185      mwolson@gnu.org--2005/muse--main--1.0--patch-153
2186      mwolson@gnu.org--2005/muse--main--1.0--patch-154
2187      mwolson@gnu.org--2005/muse--main--1.0--patch-155
2188      mwolson@gnu.org--2005/muse--main--1.0--patch-156
2189      mwolson@gnu.org--2005/muse--main--1.0--patch-157
2190      mwolson@gnu.org--2005/muse--main--1.0--patch-158
2191      mwolson@gnu.org--2005/muse--main--1.0--patch-159
2192      mwolson@gnu.org--2005/muse--main--1.0--patch-160
2193      mwolson@gnu.org--2005/muse--main--1.0--patch-161
2194      mwolson@gnu.org--2005/muse--main--1.0--patch-162
2195      mwolson@gnu.org--2005/muse--main--1.0--patch-163
2196      mwolson@gnu.org--2005/muse--main--1.0--patch-164
2197      mwolson@gnu.org--2005/muse--main--1.0--patch-165
2198      mwolson@gnu.org--2005/muse--main--1.0--patch-166
2199      mwolson@gnu.org--2005/muse--main--1.0--patch-167
2200      mwolson@gnu.org--2005/muse--main--1.0--patch-168
2201      mwolson@gnu.org--2005/muse--main--1.0--patch-169
2202      mwolson@gnu.org--2005/muse--main--1.0--patch-170
2203      mwolson@gnu.org--2005/muse--main--1.0--patch-171
2204      mwolson@gnu.org--2005/muse--main--1.0--patch-172
2205      mwolson@gnu.org--2005/muse--main--1.0--patch-173
2206      mwolson@gnu.org--2005/muse--main--1.0--patch-174
2207      mwolson@gnu.org--2005/muse--main--1.0--patch-175
2208      mwolson@gnu.org--2005/muse--main--1.0--patch-176
2209      mwolson@gnu.org--2005/muse--main--1.0--patch-177
2210      mwolson@gnu.org--2005/muse--main--1.0--patch-178
2211      mwolson@gnu.org--2005/muse--main--1.0--patch-179
2212      mwolson@gnu.org--2005/muse--main--1.0--patch-180
2213      mwolson@gnu.org--2005/muse--main--1.0--patch-181
2214      mwolson@gnu.org--2005/muse--main--1.0--patch-182
2215      mwolson@gnu.org--2005/muse--main--1.0--patch-183
2216      mwolson@gnu.org--2005/muse--main--1.0--patch-184
2217      mwolson@gnu.org--2005/muse--main--1.0--patch-185
2218      mwolson@gnu.org--2005/muse--main--1.0--patch-186
2219      mwolson@gnu.org--2005/muse--main--1.0--patch-187
2220      mwolson@gnu.org--2005/muse--main--1.0--patch-188
2221      mwolson@gnu.org--2005/muse--main--1.0--patch-189
2222      mwolson@gnu.org--2005/muse--main--1.0--patch-190
2223      mwolson@gnu.org--2005/muse--main--1.0--patch-191
2224      mwolson@gnu.org--2005/muse--main--1.0--patch-192
2225      mwolson@gnu.org--2005/muse--main--1.0--patch-193
2226      mwolson@gnu.org--2005/muse--main--1.0--patch-194
2227      mwolson@gnu.org--2005/muse--main--1.0--patch-195
2228      mwolson@gnu.org--2005/muse--main--1.0--patch-196
2229      mwolson@gnu.org--2005/muse--main--1.0--patch-197
2230      mwolson@gnu.org--2005/muse--main--1.0--patch-198
2231      mwolson@gnu.org--2005/muse--main--1.0--patch-199
2232      mwolson@gnu.org--2005/muse--main--1.0--patch-200
2233      mwolson@gnu.org--2005/muse--main--1.0--patch-201
2234      mwolson@gnu.org--2005/muse--main--1.0--patch-202
2235      mwolson@gnu.org--2005/muse--main--1.0--patch-203
2236      mwolson@gnu.org--2005/muse--main--1.0--patch-204
2237      mwolson@gnu.org--2005/muse--main--1.0--patch-205
2238      mwolson@gnu.org--2005/muse--main--1.0--patch-206
2239      mwolson@gnu.org--2005/muse--main--1.0--patch-207
2240      mwolson@gnu.org--2005/muse--main--1.0--patch-208
2241      mwolson@gnu.org--2005/muse--main--1.0--patch-209
2242      mwolson@gnu.org--2005/muse--main--1.0--patch-210
2243      mwolson@gnu.org--2005/muse--main--1.0--patch-211
2244      mwolson@gnu.org--2005/muse--main--1.0--patch-212
2245      mwolson@gnu.org--2005/muse--main--1.0--patch-213
2246      mwolson@gnu.org--2005/muse--main--1.0--patch-214
2247      mwolson@gnu.org--2005/muse--main--1.0--patch-215
2248      mwolson@gnu.org--2005/muse--main--1.0--patch-216
2249      mwolson@gnu.org--2005/muse--main--1.0--patch-217
2250      mwolson@gnu.org--2005/muse--main--1.0--patch-218
2251      mwolson@gnu.org--2005/muse--main--1.0--patch-219
2252      mwolson@gnu.org--2005/muse--main--1.0--patch-220
2253      mwolson@gnu.org--2005/muse--main--1.0--patch-221
2254      mwolson@gnu.org--2005/muse--main--1.0--patch-222
2255      mwolson@gnu.org--2005/muse--main--1.0--patch-223
2256      mwolson@gnu.org--2005/muse--main--1.0--patch-224
2257      mwolson@gnu.org--2005/muse--main--1.0--patch-225
2258      mwolson@gnu.org--2005/muse--main--1.0--patch-226
2259      mwolson@gnu.org--2005/muse--main--1.0--patch-227
2260      mwolson@gnu.org--2005/muse--main--1.0--patch-228
2261      mwolson@gnu.org--2005/muse--main--1.0--patch-229
2262      mwolson@gnu.org--2005/muse--main--1.0--patch-230
2263      mwolson@gnu.org--2005/muse--main--1.0--patch-231
2264      mwolson@gnu.org--2005/muse--main--1.0--patch-232
2265      mwolson@gnu.org--2005/muse--main--1.0--patch-233
2266      mwolson@gnu.org--2005/muse--main--1.0--patch-234
2267      mwolson@gnu.org--2005/muse--main--1.0--patch-235
2268      mwolson@gnu.org--2005/muse--main--1.0--patch-236
2269      mwolson@gnu.org--2005/muse--main--1.0--patch-237
2270      mwolson@gnu.org--2005/muse--main--1.0--patch-238
2271      mwolson@gnu.org--2005/muse--main--1.0--patch-239
2272      mwolson@gnu.org--2005/muse--main--1.0--patch-240
2273      mwolson@gnu.org--2005/muse--main--1.0--patch-241
2274      mwolson@gnu.org--2005/muse--main--1.0--patch-242
2275      mwolson@gnu.org--2005/muse--main--1.0--patch-243
2276      mwolson@gnu.org--2005/muse--main--1.0--patch-244
2277      mwolson@gnu.org--2005/muse--main--1.0--patch-245
2278      mwolson@gnu.org--2005/muse--main--1.0--patch-246
2279      mwolson@gnu.org--2005/muse--main--1.0--patch-247
2280      mwolson@gnu.org--2005/muse--main--1.0--patch-248
2281      mwolson@gnu.org--2005/muse--main--1.0--patch-249
2282      mwolson@gnu.org--2005/muse--main--1.0--patch-250
2283      mwolson@gnu.org--2005/muse--main--1.0--patch-251
2284      mwolson@gnu.org--2005/muse--main--1.0--patch-252
2285      mwolson@gnu.org--2005/muse--main--1.0--patch-253
2286      mwolson@gnu.org--2005/muse--main--1.0--patch-254
2287      mwolson@gnu.org--2005/muse--main--1.0--patch-255
2288      mwolson@gnu.org--2005/muse--main--1.0--patch-256
2289      mwolson@gnu.org--2005/muse--main--1.0--patch-257
2290      mwolson@gnu.org--2005/muse--main--1.0--patch-258
2291      mwolson@gnu.org--2005/muse--main--1.0--patch-259
2292      mwolson@gnu.org--2005/muse--main--1.0--patch-260
2293      mwolson@gnu.org--2005/muse--main--1.0--patch-261
2294      mwolson@gnu.org--2005/muse--main--1.0--patch-262
2295      mwolson@gnu.org--2005/muse--main--1.0--patch-263
2296      mwolson@gnu.org--2005/muse--main--1.0--patch-264
2297      mwolson@gnu.org--2005/muse--main--1.0--patch-265
2298      mwolson@gnu.org--2005/muse--main--1.0--patch-266
2299      mwolson@gnu.org--2005/muse--main--1.0--patch-267
2300      mwolson@gnu.org--2005/muse--main--1.0--patch-268
2301      mwolson@gnu.org--2005/muse--main--1.0--patch-269
2302      mwolson@gnu.org--2005/muse--main--1.0--patch-270
2303      mwolson@gnu.org--2005/muse--main--1.0--patch-271
2304      mwolson@gnu.org--2005/muse--main--1.0--patch-272
2305      mwolson@gnu.org--2005/muse--main--1.0--patch-273
2306      mwolson@gnu.org--2005/muse--main--1.0--patch-274
2307      mwolson@gnu.org--2005/muse--main--1.0--patch-275
2308      mwolson@gnu.org--2005/muse--main--1.0--patch-276
2309      mwolson@gnu.org--2005/muse--main--1.0--patch-277
2310      mwolson@gnu.org--2005/muse--main--1.0--patch-278
2311      mwolson@gnu.org--2005/muse--main--1.0--patch-279
2312      mwolson@gnu.org--2005/muse--main--1.0--patch-280
2313      mwolson@gnu.org--2005/muse--main--1.0--patch-281
2314      mwolson@gnu.org--2005/muse--main--1.0--patch-282
2315      mwolson@gnu.org--2005/muse--main--1.0--patch-283
2316      mwolson@gnu.org--2005/muse--main--1.0--patch-284
2317      mwolson@gnu.org--2005/muse--main--1.0--patch-285
2318      mwolson@gnu.org--2005/muse--main--1.0--patch-286
2319      mwolson@gnu.org--2005/muse--main--1.0--patch-287
2320      mwolson@gnu.org--2005/muse--main--1.0--patch-288
2321      mwolson@gnu.org--2005/muse--main--1.0--patch-289
2322      mwolson@gnu.org--2005/muse--main--1.0--patch-290
2323      mwolson@gnu.org--2005/muse--main--1.0--patch-291
2324      mwolson@gnu.org--2005/muse--main--1.0--patch-292
2325      mwolson@gnu.org--2005/muse--main--1.0--patch-293
2326      mwolson@gnu.org--2005/muse--main--1.0--patch-294
2327      mwolson@gnu.org--2005/muse--main--1.0--patch-295
2328      mwolson@gnu.org--2005/muse--main--1.0--patch-296
2329      mwolson@gnu.org--2005/muse--main--1.0--patch-297
2330      mwolson@gnu.org--2005/muse--main--1.0--patch-298
2331      mwolson@gnu.org--2005/muse--main--1.0--patch-299
2332      mwolson@gnu.org--2005/muse--main--1.0--patch-300
2333      mwolson@gnu.org--2005/muse--main--1.0--patch-301
2334      mwolson@gnu.org--2005/muse--main--1.0--patch-302
2335      mwolson@gnu.org--2005/muse--main--1.0--patch-303
2336      mwolson@gnu.org--2005/muse--main--1.0--patch-304
2337      mwolson@gnu.org--2005/muse--main--1.0--patch-305
2338      mwolson@gnu.org--2005/muse--main--1.0--patch-306
2339      mwolson@gnu.org--2005/muse--main--1.0--patch-307
2340      mwolson@gnu.org--2005/muse--main--1.0--patch-308
2341      mwolson@gnu.org--2005/muse--main--1.0--patch-309
2342      mwolson@gnu.org--2005/muse--main--1.0--patch-310
2343      mwolson@gnu.org--2005/muse--main--1.0--patch-311
2344      mwolson@gnu.org--2005/muse--main--1.0--patch-312
2345      mwolson@gnu.org--2005/muse--main--1.0--patch-313
2346      mwolson@gnu.org--2005/muse--main--1.0--patch-314
2347      mwolson@gnu.org--2005/muse--main--1.0--patch-315
2348      mwolson@gnu.org--2005/muse--main--1.0--patch-316
2349      mwolson@gnu.org--2005/muse--main--1.0--patch-317
2350      mwolson@gnu.org--2005/muse--main--1.0--patch-318
2351      mwolson@gnu.org--2005/muse--main--1.0--patch-319
2352      mwolson@gnu.org--2005/muse--main--1.0--patch-320
2353      mwolson@gnu.org--2005/muse--main--1.0--patch-321
2354      mwolson@gnu.org--2005/muse--main--1.0--patch-322
2355      mwolson@gnu.org--2005/muse--main--1.0--patch-323
2356      mwolson@gnu.org--2005/muse--main--1.0--patch-324
2357      mwolson@gnu.org--2005/muse--main--1.0--patch-325
2358      mwolson@gnu.org--2005/muse--main--1.0--patch-326
2359      mwolson@gnu.org--2005/muse--main--1.0--patch-327
2360      mwolson@gnu.org--2005/muse--main--1.0--patch-328
2361      mwolson@gnu.org--2005/muse--main--1.0--patch-329
2362      mwolson@gnu.org--2005/muse--main--1.0--patch-330
2363      mwolson@gnu.org--2005/muse--main--1.0--patch-331
2364      mwolson@gnu.org--2005/muse--main--1.0--patch-332
2365      mwolson@gnu.org--2005/muse--main--1.0--patch-333
2366      mwolson@gnu.org--2005/muse--main--1.0--patch-334
2367      mwolson@gnu.org--2005/muse--main--1.0--patch-335
2368      mwolson@gnu.org--2005/muse--main--1.0--patch-336
2369      mwolson@gnu.org--2005/muse--main--1.0--patch-337
2370      mwolson@gnu.org--2005/muse--main--1.0--patch-338
2371      mwolson@gnu.org--2005/muse--main--1.0--patch-339
2372      mwolson@gnu.org--2005/muse--main--1.0--patch-340
2373      mwolson@gnu.org--2005/muse--main--1.0--patch-341
2374      mwolson@gnu.org--2005/muse--main--1.0--patch-342
2375      mwolson@gnu.org--2005/muse--main--1.0--patch-343
2376      mwolson@gnu.org--2005/muse--main--1.0--patch-344
2377      mwolson@gnu.org--2005/muse--main--1.0--patch-345
2378      mwolson@gnu.org--2005/muse--main--1.0--patch-346
2379      mwolson@gnu.org--2005/muse--main--1.0--patch-347
2380      mwolson@gnu.org--2005/muse--main--1.0--patch-348
2381      mwolson@gnu.org--2005/muse--main--1.0--patch-349
2382      mwolson@gnu.org--2005/muse--main--1.0--patch-350
2383      mwolson@gnu.org--2005/muse--main--1.0--patch-351
2384      mwolson@gnu.org--2005/muse--main--1.0--patch-352
2385      mwolson@gnu.org--2005/muse--main--1.0--patch-353
2386      mwolson@gnu.org--2005/muse--main--1.0--patch-354
2387      mwolson@gnu.org--2005/muse--main--1.0--patch-355
2388      mwolson@gnu.org--2005/muse--rel--3.02--base-0
2389      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
2390      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
2391      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
2392      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
2393      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
2394      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
2395      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
2396      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
2397      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
2398      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
2399      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
2400      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
2401      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
2402      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
2403      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
2404      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
2405      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
2406      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
2407      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
2408      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
2409      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
2410      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
2411      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
2412      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
2413      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
2414      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
2415      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
2416      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
2417      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
2418      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
2419      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
2420      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
2421      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
2422      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
2423      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
2424      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
2425      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
2426      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
2427      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
2428      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
2429      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
2430      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
2431      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8