Fix publishing error with tables and initial whitespace.
[muse-el.git] / ChangeLog.2006
blob81eef8578186bee14880d76079be807816ff9b12
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2006/muse--main--1.0
5 2006-05-23 14:24:58 GMT Michael Olson <mwolson@gnu.org> patch-132
7     Summary:
8       Fix publishing error with tables and initial whitespace.
9     Revision:
10       muse--main--1.0--patch-132
12     * lisp/muse-publish.el (muse-publish-markup-regexps): Move table rule
13       above blockquote and centered text, so that indented but blank initial
14       table fields publish correctly.
15     
16     * lisp/muse-regexps.el (muse-table-line-regexp): Make this much simpler.
17       We accept anything that has at least one field delimiter.
19     modified files:
20      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
23 2006-05-18 06:58:58 GMT Michael Olson <mwolson@gnu.org> patch-131
25     Summary:
26       Add muse-protocol-iw.el to experimental folder.
27     Revision:
28       muse--main--1.0--patch-131
30     * experimental/muse-protocol-iw.el: New experimental file that implements
31       an interwiki protocol of sorts that handles subdirectories.
33     new files:
34      experimental/.arch-ids/muse-protocol-iw.el.id
35      experimental/muse-protocol-iw.el
37     modified files:
38      AUTHORS ChangeLog.2006 experimental/muse-split.el
41 2006-05-18 06:43:30 GMT Michael Olson <mwolson@gnu.org> patch-130
43     Summary:
44       Add muse-split.el to experimental folder.
45     Revision:
46       muse--main--1.0--patch-130
48     * experimental/muse-split.el: New experimental file that splits published
49       Muse files into several smaller files.
51     new files:
52      experimental/.arch-ids/muse-split.el.id
53      experimental/muse-split.el
55     modified files:
56      AUTHORS ChangeLog.2006 Makefile.defs debian/changelog
57      debian/control
60 2006-05-18 06:03:49 GMT Michael Olson <mwolson@gnu.org> patch-129
62     Summary:
63       muse-wiki: Make the interwiki resolver a bit more clever.
64     Revision:
65       muse--main--1.0--patch-129
67     * lisp/muse-project.el (muse-project-choose-style): New function that
68       chooses a style from a list of styles, given a user-supplied test.
69     
70     * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix): New function
71       that is used along with `muse-project-choose-style' to pick the first
72       style that matches a given value for :link-prefix.
73       (muse-wiki-resolve-project-page-1): New function split from
74       `muse-wiki-resolve-project-page' for readability.  Try to match files
75       that have the same link-suffix.  This should hopefully fix a bug
76       noticed by Hans Ekbrand.
78     modified files:
79      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
82 2006-05-18 01:24:04 GMT Michael Olson <mwolson@gnu.org> patch-128
84     Summary:
85       Fix bug where links with :: in them were marked up as lists.
86     Revision:
87       muse--main--1.0--patch-128
89     * lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
90       Change noemphasis property to muse-link.
91     
92     * lisp/muse.el (muse-forward-list-item): Respect muse-link property.
93     
94     * lisp/muse-publish.el (muse-publish-surround-text)
95       (muse-publish-markup-list): Ditto.  This should fix a bug.
96       (muse-publish-markup-list): Docfix.
97       (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.
98     
99     * lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
100       There must be either one or more spaces or a single newline after the
101       colons.  This prevents an ambiguity with the double-colon muse-wiki
102       interwiki delimiter.
104     modified files:
105      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
106      lisp/muse-regexps.el lisp/muse-xml-common.el lisp/muse.el
109 2006-05-17 21:27:19 GMT Michael Olson <mwolson@gnu.org> patch-127
111     Summary:
112       DTRT with explicit links that have no description.
113     Revision:
114       muse--main--1.0--patch-127
116     * lisp/muse-publish.el (muse-publish-markup-link): If we are given an
117       explicit link without a description, use the name of the linked page.
119     modified files:
120      ChangeLog.2006 lisp/muse-publish.el
123 2006-05-16 15:53:56 GMT Michael Olson <mwolson@gnu.org> patch-126
125     Summary:
126       Fix emdash in link description bug.
127     Revision:
128       muse--main--1.0--patch-126
130     * lisp/muse-publish.el (muse-publish-markup-emdash): Don't markup emdash
131       if we are in a link, since otherwise it will be incorrectly escaped.
132       Thanks to Chiyuan Zhang for the report.
134     modified files:
135      ChangeLog.2006 Makefile.defs debian/changelog
136      lisp/muse-publish.el
139 2006-05-12 04:16:43 GMT Michael Olson <mwolson@gnu.org> patch-125
141     Summary:
142       Fix #5925: Emphasis on item breaks lists.
143     Revision:
144       muse--main--1.0--patch-125
146     * lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
147       as the browsing function.
148     
149     * lisp/muse-mode.el (muse-browse-result): Only include styles that match
150       the current file.
151     
152     * lisp/muse.el (muse-list-item-critical-point): Take a new argument named
153       `offset' into account, in case the list-item regexp is nested in
154       another group.
155       (muse-forward-list-item): Call `muse-list-item-critical-point' with an
156       offset of 1.  This should fix an unpleasant list-as-blockquote error
157       that was noticed recently.  Thanks to John Sullivan for the report.
159     modified files:
160      ChangeLog.2006 lisp/muse-blosxom.el lisp/muse-mode.el
161      lisp/muse.el
164 2006-05-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
166     Summary:
167       Fix a couple of beginning-of-buffer errors.
168     Revision:
169       muse--main--1.0--patch-124
171     * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
172       don't throw an error if at the beginning of the buffer.  Thanks to John
173       Sullivan for the report.
175     modified files:
176      ChangeLog.2006 lisp/muse-mode.el
179 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
181     Summary:
182       muse.texi: Change use of @subsubheading to @subheading.
183     Revision:
184       muse--main--1.0--patch-123
186     * muse.texi: Change use of @subsubheading to @subheading throughout
187       document.
189     modified files:
190      ChangeLog.2006 muse.texi
193 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
195     Summary:
196       muse.texi: Change subsections to subheadings.
197     Revision:
198       muse--main--1.0--patch-122
200     (Author: John Sullivan <john@wjsullivan.net>)
201     
202     * muse.texi: Change @subsection and @strong to @subheading throughout
203       document.
205     modified files:
206      ChangeLog.2006 Makefile.defs debian/changelog muse.texi
208     new patches:
209      john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
210      john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
211      john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
214 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
216     Summary:
217       Update keystrokes used in muse-mode, as well as docs.
218     Revision:
219       muse--main--1.0--patch-121
221     * lisp/muse-mode.el (muse-insert-map): New variable that defines the
222       keymap to use when the user wants to insert something into the current
223       buffer using `C-c i'.
224       (muse-mode-map): Sort keys somewhat.  Remove binding of `C-c C-v' to
225       muse-follow-name-at-point, since this is already used for
226       muse-browse-result.  Call `muse-insert-thing' on `C-c i', which will
227       prompt for the thing to insert.
228       (muse-insert-thing): New function that prompts the user for something
229       to insert into the current buffer.  It tries to be as friendly as
230       possible by catching possible errors with the message "Not inserting
231       anything".
232       (muse-mode-completions): Rename from `muse-completions', since this is
233       what we use in `muse-mode'.
234       (muse-mode-current-word): Similarly.  These don't seem to work
235       correctly, for unknown reasons.
236     
237     * muse.texi (Keystroke Summary): Update to include all keystrokes that we
238       utilize.
240     modified files:
241      ChangeLog.2006 lisp/muse-mode.el muse.texi
244 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
246     Summary:
247       Fix buggy behavior in muse-browse-result.
248     Revision:
249       muse--main--1.0--patch-120
251     * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
252       names to styles, based on the styles contained in the current Muse
253       project.  Thanks to kid kid for the analysis.
254     
255     * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
256       specified as an argument.
258     modified files:
259      ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
262 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
264     Summary:
265       muse-latex: Make images look better.
266     Revision:
267       muse--main--1.0--patch-119
269     * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
270       be 75% the width of the page, which looks better.  Enclose images in
271       figures, and center them.
273     modified files:
274      ChangeLog.2006 lisp/muse-latex.el
277 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
279     Summary:
280       Fix a few image bugs.
281     Revision:
282       muse--main--1.0--patch-118
284     * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
285       passing it to `muse-colors-inline-image-method'.  This makes images
286       with the same current directory and publishing directory get resolved
287       correctly.
288     
289     * lisp/muse-project.el (muse-project-find-file): Don't try to add a
290       ".muse" extension to images.
292     modified files:
293      ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
296 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
298     Summary:
299       Make build targets more consistent.
300     Revision:
301       muse--main--1.0--patch-117
303     * contrib/Makefile (install): Make build targets more consistent.  Thanks
304       to dsmith for the report.
305     
306     * lisp/Makefile (all, lisp, install): Ditto.
308     modified files:
309      ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
310      lisp/Makefile
313 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
315     Summary:
316       cgi.el: Make this work without cl-seq.el.
317     Revision:
318       muse--main--1.0--patch-116
320     * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
321       code.  Make this not depend on 'cl at runtime.
322       (cgi-position): New function that implements a simple replacement for
323       the position function found in cl-seq.el.
324       (cgi-decode): Use `cgi-position' instead of `position' and `substring'
325       instead of `subseq'.
326     
327     * contrib/httpd.el: Credit myself.
329     modified files:
330      ChangeLog.2006 contrib/cgi.el contrib/httpd.el
333 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
335     Summary:
336       Make publishing DTRT when using escaped list markup.
337     Revision:
338       muse--main--1.0--patch-115
340     * lisp/muse-publish.el (muse-publish-surround-text)
341       (muse-publish-markup-list): Ignore escaped list markup.
342     
343     * lisp/muse.el (muse-list-item-type): Docfix.
344       (muse-list-item-critical-point): New function that returns the point
345       where we should expect to find the first character in the current list
346       item markup.
347       (muse-forward-paragraph): Docfix and cosmetic change.
348       (muse-forward-list-item): Ignore escaped list markup.  This should fix
349       a few publishing errors that involve markup like =::=.
351     modified files:
352      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
355 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
357     Summary:
358       muse-publish: Get rid of warning when batch publishing.
359     Revision:
360       muse--main--1.0--patch-114
362     * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
363       publishing warning message.
365     modified files:
366      ChangeLog.2006 Makefile.defs debian/changelog
367      lisp/muse-publish.el
370 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
372     Summary:
373       Try to fix face clobbering bug.
374     Revision:
375       muse--main--1.0--patch-113
377     * lisp/muse-colors.el (muse-make-faces-default): New function that sets
378       the default value of the header faces.  It can be re-used.
379       (muse-make-faces): Simplify.  This should now fix the face clobbering
380       bug.
382     modified files:
383      ChangeLog.2006 lisp/muse-colors.el
386 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
388     Summary:
389       Re-add some cgi.el stuff and update my example config.
390     Revision:
391       muse--main--1.0--patch-112
393     * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
394       they are mentioned in the documentation.
395     
396     * examples/mwolson/: Update.
398     modified files:
399      ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
400      examples/mwolson/templates/footer.html
401      examples/mwolson/templates/header.html
404 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
406     Summary:
407       muse-mode: Make C-c C-e work better.
408     Revision:
409       muse--main--1.0--patch-111
411     * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
412       that this is more robust.
414     modified files:
415      ChangeLog.2006 lisp/muse-mode.el
418 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
420     Summary:
421       muse-latex: Don't escape backslash in <example> regions.
422     Revision:
423       muse--main--1.0--patch-110
425     * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
426       to escape the backslash after all.
427       (muse-latex-markup-specials-literal): Docfix.
428     
429     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
431     modified files:
432      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
435 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
437     Summary:
438       Allow tab characters in the target of explicit links.
439     Revision:
440       muse--main--1.0--patch-109
442     * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
443       in the link target.  This doesn't seem like it could hurt anything, and
444       prevents unexpected behavior.  Thanks to rubikitch AT ruby-lang.org for
445       the report.
447     modified files:
448      ChangeLog.2006 lisp/muse-regexps.el
451 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
453     Summary:
454       muse-wiki: Fix bug that caused WikiWords not to publish or display.
455     Revision:
456       muse--main--1.0--patch-108
458     * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
460     modified files:
461      ChangeLog.2006 Makefile.defs debian/changelog
462      lisp/muse-wiki.el
465 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
467     Summary:
468       Fix horrendous typo.
469     Revision:
470       muse--main--1.0--patch-107
472     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
473       strangeness.
475     modified files:
476      ChangeLog.2006 lisp/muse-publish.el
479 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
481     Summary:
482       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
483     Revision:
484       muse--main--1.0--patch-106
486     (Author: Per B. Sederberg <per@med.upenn.edu>)
487     
488     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
489       Option to not create implicit links to the current page.
490       (muse-wiki-handle-wikiword): Process the option to not create implicit
491       links to the current page.
493     modified files:
494      ChangeLog.2006 Makefile.defs debian/changelog
495      lisp/muse-wiki.el
497     new patches:
498      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
501 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
503     Summary:
504       Try to fix failure to recognize Muse file extension (6th attempt).
505     Revision:
506       muse--main--1.0--patch-105
508     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
509       init file is loaded.
510       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
511       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
512     
513     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
514       user's init file is loaded.  Explicitly add the Muse file extension
515       when muse.el is loaded, to make life simpler.
516       (muse-update-file-extension): Take several edge cases into account.
517       (muse-file-extension): Docfix.
518       (muse-update-file-extension-after-init): New function that causes the
519       file extension to be updated.
520     
521     * muse.texi (Projects): It is no longer necessary to call
522       `muse-mode-maybe' manually.
524     modified files:
525      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
528 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
530     Summary:
531       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
532     Revision:
533       muse--main--1.0--patch-104
535     (Author: Per B. Sederberg <per@med.upenn.edu>)
536     
537     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
538       to return a list of project files that have spaces.
539       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
540       spaces function.  Don't make this buffer-local.
542     modified files:
543      ChangeLog.2006 lisp/muse-wiki.el
545     new patches:
546      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
547      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
548      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
549      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
550      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
553 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
555     Summary:
556       Try to fix failure to recognize Muse file extension (5th attempt).
557     Revision:
558       muse--main--1.0--patch-103
560     * lisp/muse.el: To detect whether Emacs has fully started, check
561       `command-line-processed' instead of `inhibit-startup-hooks', since the
562       latter only exists for Emacs22.
564     modified files:
565      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
568 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
570     Summary:
571       muse-html: Add :style-sheet element.
572     Revision:
573       muse--main--1.0--patch-102
575     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
576       :style-sheet element.
577       ("html", "xhtml"): Add the :style-sheet element.
578     
579     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
580       style already exists.  Instead, just replace the existing style.
581       (muse-derive-style): Ditto.
582     
583     * muse.texi (Style Elements): Mention :style-sheet.
585     modified files:
586      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
587      muse.texi
590 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
592     Summary:
593       Try to fix failure to recognize Muse file extension (4th attempt).
594     Revision:
595       muse--main--1.0--patch-101
597     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
598       the command line.
600     modified files:
601      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
604 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
606     Summary:
607       Try to fix failure to recognize Muse file extension (3rd attempt).
608     Revision:
609       muse--main--1.0--patch-100
611     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
613     modified files:
614      ChangeLog.2006 lisp/muse.el
617 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
619     Summary:
620       Try to fix failure to recognize Muse file extension (2nd attempt).
621     Revision:
622       muse--main--1.0--patch-99
624     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
625       auto-mode-alist.
627     modified files:
628      ChangeLog.2006 lisp/muse.el
631 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
633     Summary:
634       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
635     Revision:
636       muse--main--1.0--patch-98
638     (Author: Per B. Sederberg <per@med.upenn.edu>)
639     
640     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
641       interwiki-regexp to search for any project file name.  This is so it
642       will match files with spaces.
644     modified files:
645      ChangeLog.2006 lisp/muse-wiki.el
647     new patches:
648      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
649      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
650      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
651      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
652      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
653      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
654      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
657 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
659     Summary:
660       Try to fix failure to recognize Muse file extension.
661     Revision:
662       muse--main--1.0--patch-97
664     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
665       of semantics.
666     
667     * lisp/muse.el: Call muse-update-file-extension in
668       muse-update-values-hook, instead of
669       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
670       emacs-startup-hook, so that the user has time to set this in their
671       .emacs file.
673     modified files:
674      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
677 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
679     Summary:
680       Make things in contrib directory installable.
681     Revision:
682       muse--main--1.0--patch-96
684     * Makefile (SUBDIRS): Add contrib.
685       (all): Add contrib.
686       (contrib): New target that compiles things in the contrib directory.
687       (install-bin): Add contrib.  Install things in the contrib directory.
688       Also install uncompiled things in the experimental directory.
689     
690     * contrib/Makefile: New Makefile for the contrib directory.
691     
692     * contrib/httpd.el (httpd-start): Fix compiler warnings.
693     
694     * debian/emacsen-install: Compile files in contrib directory in addition
695       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
696     
697     * debian/emacsen-startup: Add contrib directory to load-path.
698     
699     * experimental/Makefile (test): Remove target.
700       (install-uncompiled): New target that installs uncompiled files.
701     
702     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
703       (muse-update-file-extension): Fix a warning that occurred when doing
704       batch publishing.
706     new files:
707      contrib/.arch-ids/Makefile.id contrib/Makefile
709     modified files:
710      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
711      debian/changelog debian/emacsen-install debian/emacsen-startup
712      experimental/Makefile lisp/muse.el muse.texi
715 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
717     Summary:
718       Remove muse-registry.el.
719     Revision:
720       muse--main--1.0--patch-95
722     * lisp/muse-registry.el: Move to the Planner project, since it is a
723       better fit with Planner than Muse.
725     removed files:
726      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
728     modified files:
729      AUTHORS ChangeLog.2006
732 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
734     Summary:
735       Prepare Debian package for Arch snapshot.
736     Revision:
737       muse--main--1.0--patch-94
739     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
740       snapshot.
742     modified files:
743      ChangeLog.2006 Makefile.defs debian/changelog
746 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
748     Summary:
749       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
750     Revision:
751       muse--main--1.0--patch-93
753     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
754       `muse-wiki-hide-nop-tag' into account.
756     modified files:
757      ChangeLog.2006 lisp/muse-wiki.el
760 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
762     Summary:
763       Fix a couple of compiler warnings.
764     Revision:
765       muse--main--1.0--patch-92
767     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
769     modified files:
770      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
773 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
775     Summary:
776       Make interwiki links work with the new option.
777     Revision:
778       muse--main--1.0--patch-91
780     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
781       parameters.  Populate this correctly when
782       `muse-wiki-match-all-project-files' is non-nil.
784     modified files:
785      ChangeLog.2006 lisp/muse-wiki.el
788 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
790     Summary:
791       Permit table generation to be disabled for a single Muse page.
792     Revision:
793       muse--main--1.0--patch-90
795     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
796       data, don't publish the table.
797     
798     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
799     
800     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
801     
802     * lisp/muse-publish.el (muse-publish-table-fields): If the
803       "disable-tables" publishing directive exists for the current page, do
804       not generate a table.
805     
806     * muse.texi (Tables): Mention that table generation can be disabled for a
807       single page.
809     modified files:
810      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
811      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
814 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
816     Summary:
817       muse-wiki: Match filenames before WikiWords.
818     Revision:
819       muse--main--1.0--patch-89
821     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
822       filenames in project before the general WikiWord regexp.
824     modified files:
825      ChangeLog.2006 lisp/muse-wiki.el
828 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
830     Summary:
831       Use a better mechanism for updating autogenerated variables.
832     Revision:
833       muse--main--1.0--patch-88
835     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
836     
837     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
838     
839     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
840       muse-update-values-hook.
841     
842     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
843       muse-update-values-hook.
844     
845     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
846       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
847       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
848       error is fixed.
849       (muse-wiki-update-custom-values): Replace with function that gives a
850       warning and an explanation.
851     
852     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
853       example so that people who use it won't have a wrong value in
854       muse-mode-hook.
856     modified files:
857      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
858      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
859      lisp/muse.el
862 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
864     Summary:
865       muse-wiki: Implement implicit links for all files in project.
866     Revision:
867       muse--main--1.0--patch-87
869     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
870       don't get errors when trying to use it.
871     
872     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
873       muse-project-file-alist-hook.
874       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
875       into a recursive call.
876       (muse-wiki-update-wikiword-regexp): Call
877       `muse-wiki-update-local-wikiword-regexp'.
878     
879     (Author: Per B. Sederberg <per@med.upenn.edu>)
880     
881     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
882       muse-before-publish-hook and muse-mode-hook so that implicit links are
883       published properly.
884       (muse-wiki-wikiword-match-project-files): New option for determining
885       whether to match all project files as implicit links.  This is off by
886       default.
887       (muse-wiki-update-local-wikiword-regexp): New function to make the
888       wikiword-regexp local and append the files in the current project to
889       it.
891     modified files:
892      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
894     new patches:
895      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
896      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
897      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
898      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
899      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
900      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
901      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
902      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
903      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
904      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
905      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
906      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
907      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
908      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
911 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
913     Summary:
914       Update Muse's file-alist after saving any Muse page.
915     Revision:
916       muse--main--1.0--patch-86
918     * lisp/muse-project.el (muse-project-after-save-hook): New function that
919       causes Muse's file-alist to be updated when we are saving a Muse file.
920       This is added to after-save-hook.
922     modified files:
923      ChangeLog.2006 lisp/muse-project.el
926 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
928     Summary:
929       Add a hook that is called whenever Muse's file-alist is updated.
930     Revision:
931       muse--main--1.0--patch-85
933     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
934       executed after an update to muse-project-file-alist happens.
935       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
937     modified files:
938      ChangeLog.2006 lisp/muse-project.el
941 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
943     Summary:
944       muse-mode: Recognize definition lists when filling text.
945     Revision:
946       muse--main--1.0--patch-84
948     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
949       text.
950     
952     modified files:
953      ChangeLog.2006 lisp/muse-mode.el
956 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
958     Summary:
959       Remove unrelated part of patch-82.
960     Revision:
961       muse--main--1.0--patch-83
964     modified files:
965      ChangeLog.2006 lisp/muse-mode.el
968 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
970     Summary:
971       muse-journal: Fix dates in RSS feeds.
972     Revision:
973       muse--main--1.0--patch-82
975     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
976       date is in a format that RSS readers can handle.  Thanks to René
977       Stadler for the patch.
979     modified files:
980      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
983 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
985     Summary:
986       debian: Install ChangeLog properly.
987     Revision:
988       muse--main--1.0--patch-81
990     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
991       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
992       the breakage report.
994     modified files:
995      ChangeLog.2006 debian/rules
998 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
1000     Summary:
1001       Fix a bug triggered by batch-publishing.
1002     Revision:
1003       muse--main--1.0--patch-80
1005     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
1006       right algorithm turned out to be simpler than I had thought.  Thanks to
1007       Sergei V. Fleytin for reporting breakage with the old method.
1008       (muse-publish-file): Don't be overzealous when checking for an invalid
1009       style -- use a simpler check.
1010       (muse-batch-publish-files): Don't check for invalid styles here, since
1011       we already do so in `muse-publish-file'.
1013     modified files:
1014      ChangeLog.2006 lisp/muse-publish.el
1017 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
1019     Summary:
1020       muse.texi: Move some sections to a new Extending Muse chapter.
1021     Revision:
1022       muse--main--1.0--patch-79
1024     * muse.texi (Extending Muse): New chapter containing nodes that deal with
1025       extending Muse in various ways.
1026       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
1028     modified files:
1029      ChangeLog.2006 muse.texi
1032 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
1034     Summary:
1035       Fix a couple of recently-introduced bugs.
1036     Revision:
1037       muse--main--1.0--patch-78
1039     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
1040       extra hard to preserve our settings for faces, especially after a new
1041       frame or splash screen.
1042     
1043     * lisp/muse.el (muse-copy-face): New function that ensures the face is
1044       copied globally, to the extent the Emacs permits this.
1046     modified files:
1047      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1050 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
1052     Summary:
1053       Update my example configuration file.
1054     Revision:
1055       muse--main--1.0--patch-77
1058     modified files:
1059      ChangeLog.2006 examples/mwolson/muse-init.el
1062 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
1064     Summary:
1065       Remove cruft from patch logs.
1066     Revision:
1067       muse--main--1.0--patch-76
1070     modified files:
1071      ChangeLog.2006
1072      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
1073      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
1074      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
1075      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
1076      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
1077      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
1078      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
1079      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
1082 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
1084     Summary:
1085       Make faces more robust and namespace-conforming.
1086     Revision:
1087       muse--main--1.0--patch-75
1089     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
1090       face has documentation and a group.
1091       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
1092       "-face" suffix.
1093       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
1094       faces have documentation and a group.  Copy unconditionally from the
1095       related Emacs faces, rather than specifying face attributes.
1096       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
1097       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
1098       face names.
1099     
1100     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
1101       the 'muse-link property rather than looking at the face.
1103     modified files:
1104      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1107 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
1109     Summary:
1110       muse.texi: Mention the <code> tag.
1111     Revision:
1112       muse--main--1.0--patch-74
1114     * muse.texi (Emphasizing Text): Mention the <code> tag.
1116     modified files:
1117      ChangeLog.2006 muse.texi
1120 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
1122     Summary:
1123       Fix bug in verse markup, undesired behavior with emdash.
1124     Revision:
1125       muse--main--1.0--patch-73
1127     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
1128       around emdash.
1129     
1130     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1131     
1132     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1133     
1134     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
1135       trailing whitespace to `muse-markup-text', in case the current
1136       publishing wishes to use them.
1137       (muse-publish-markup-verse): Insert newline without adding read-only
1138       properties to it.  This fixes a paragraph detection bug in HTML
1139       publishing.
1141     modified files:
1142      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1143      lisp/muse-publish.el lisp/muse-xml.el
1146 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
1148     Summary:
1149       httpd.el: Update to work with newer versions of Emacs.
1150     Revision:
1151       muse--main--1.0--patch-72
1153     * contrib/httpd.el (httpd-start): Update this to work with newer versions
1154       of Emacs.
1156     modified files:
1157      ChangeLog.2006 contrib/httpd.el
1160 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1162     Summary:
1163       muse-journal: Make custom RSS heading regexps possible.
1164     Revision:
1165       muse--main--1.0--patch-71
1167     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1168       determines the regexp to use when searching for an RSS heading.
1169       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1171     modified files:
1172      ChangeLog.2006 lisp/muse-journal.el
1175 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1177     Summary:
1178       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1179     Revision:
1180       muse--main--1.0--patch-70
1182     * lisp/muse-project.el (muse-project-publish): If we cannot find a
1183       project to publish, indicate this in an error message.
1184     
1185     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1186       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
1187       (muse-detect-invalid-style): New function that makes sure that the
1188       given style is in a valid format.
1189       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
1190       publishing.
1192     modified files:
1193      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
1196 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
1198     Summary:
1199       muse-mode: Don't require muse-publish.el.
1200     Revision:
1201       muse--main--1.0--patch-69
1203     * lisp/muse-mode.el: Use a few autoloads instead of requiring
1204       muse-publish.el.  This allows people to optionally have Muse mode
1205       without including the publishing features, as long as they never call a
1206       publishing function.  The documentation says that Muse is supposed to
1207       be modular in that way, so I guess we'd better follow it.
1208       (muse-insert-tag): Make sure that muse-publish is required before
1209       accessing `muse-publish-markup-tags'.
1211     modified files:
1212      ChangeLog.2006 lisp/muse-mode.el
1215 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
1217     Summary:
1218       Minor code cleanup.
1219     Revision:
1220       muse--main--1.0--patch-68
1222     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
1224     modified files:
1225      ChangeLog.2006 lisp/muse-mode.el
1228 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
1230     Summary:
1231       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
1232     Revision:
1233       muse--main--1.0--patch-67
1235     (Author: Per B. Sederberg <per@med.upenn.edu>)
1236     
1237     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
1238       used for grepping.
1239       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
1240       muse-find-backlinks C-c C-b
1241       (muse-grep): New function to envoke a search with the compiler.
1242       (muse-search-with-command): New function to search for text, optionally
1243       editing the command.
1244       (muse-search): New function to search for text.
1245       (muse-find-backlinks): New function to search for backlinks to the
1246       current page.
1248     modified files:
1249      ChangeLog.2006 lisp/muse-mode.el
1251     new patches:
1252      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
1253      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
1254      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
1255      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
1256      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
1257      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
1258      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
1259      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
1260      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
1261      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
1262      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
1263      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
1266 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
1268     Summary:
1269       Make it easier to call context-specific region-escaping function.
1270     Revision:
1271       muse--main--1.0--patch-66
1273     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
1274       returned from specials, call it with beg, end, ignore-read-only args.
1275       This allows for people to specify their own functions for escaping
1276       regions, depending on context.  See `muse-xml-decide-specials' in
1277       muse-xml-common.el.  This functionality already exists for escaping
1278       specials in strings.
1280     modified files:
1281      ChangeLog.2006 lisp/muse-publish.el
1284 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
1286     Summary:
1287       Attempt to make new syntaxes easier to support.
1288     Revision:
1289       muse--main--1.0--patch-65
1291     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
1292       and `muse-get-link-data'.
1293     
1294     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
1295     
1296     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
1297       (muse-make-link): Change argument name.
1298     
1299     * lisp/muse.el (muse-handle-explicit-link): Ditto.
1300       (muse-get-link, muse-get-link-desc): New functions that return the link
1301       and the link description, respectively, from the given TARGET.  The
1302       idea is that at least one other markup syntax puts descriptions before
1303       links, so all they would have to do is re-define these two functions.
1305     modified files:
1306      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
1307      lisp/muse-mode.el lisp/muse.el
1310 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
1312     Summary:
1313       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
1314     Revision:
1315       muse--main--1.0--patch-64
1317     * Makefile.defs, lisp/muse-colors.el: Fix typo.
1318     
1319     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
1320       `replace-in-string' is checked before `replace-regexp-in-string', since
1321       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
1322       Ottaway for the heads up.
1324     modified files:
1325      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
1328 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
1330     Summary:
1331       muse-latex: Add footnotes to links so that they show up on printed copies.
1332     Revision:
1333       muse--main--1.0--patch-63
1335     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
1336       'url-and-desc.  Display footnotes if we have both a link and a
1337       description, since we want URLs to show up on printed documents.
1338       (muse-latex-markup-specials-document): Escape the "@" character in the
1339       entire document.
1340     
1341     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
1342       without descriptions and URLs with descriptions.  If no markup string
1343       exists for 'url-and-desc, fall back to 'url.
1345     modified files:
1346      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1349 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
1351     Summary:
1352       Fix publishing error with multi-line wrapped list items.
1353     Revision:
1354       muse--main--1.0--patch-62
1356     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
1357       multiple lines of a wrapped list item.
1359     modified files:
1360      ChangeLog.2006 lisp/muse-publish.el
1363 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
1365     Summary:
1366       Add COPYING file; update headers.
1367     Revision:
1368       muse--main--1.0--patch-61
1370     * COPYING: New file containing the GNU GPL.
1371     
1372     * AUTHORS: Bookkeeping.
1373     
1374     * README: Add License section.  Change Muse homepage URL.
1375     
1376     * debian/copyright: Change Muse homepage URL.  Prune list to those who
1377       have changed 15+ lines of code, since this is the amount that
1378       constitutes legal contribution to a software work, AFAICT.
1379     
1380     * examples/mwolson: Update contents of directory to match my current
1381       setup.
1382     
1383     * experimental/muse*.el, lisp/muse*.el: Update headers.
1384     
1385     * muse.texi: Change Muse homepage URL.
1387     new files:
1388      .arch-ids/COPYING.id COPYING
1390     modified files:
1391      AUTHORS ChangeLog.2006 README debian/copyright
1392      examples/mwolson/muse-init.el
1393      examples/mwolson/stylesheets/blog.css
1394      examples/mwolson/stylesheets/common.css
1395      examples/mwolson/stylesheets/print.css
1396      examples/mwolson/stylesheets/screen.css
1397      experimental/muse-cite.el experimental/muse-mathml.el
1398      experimental/muse-message.el lisp/muse-backlink.el
1399      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
1400      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
1401      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
1402      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
1403      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
1404      lisp/muse-publish.el lisp/muse-regexps.el
1405      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
1406      lisp/muse-xml.el lisp/muse.el muse.texi
1409 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
1411     Summary:
1412       Update Muse XML schema.
1413     Revision:
1414       muse--main--1.0--patch-60
1416     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
1417       history.  We'll call this v0.3 of the schema.
1418     
1419     * lisp/muse-xml-common.el: Update header.
1420       (muse-xml-markup-table): Fix table generation when attributes are not
1421       specified.
1423     modified files:
1424      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
1427 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
1429     Summary:
1430       Fix output for consecutive list items of same type.
1431     Revision:
1432       muse--main--1.0--patch-59
1434     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
1435       post-indent and indent-found values local to each list item.  This
1436       should fix undesired behavior with consecutive list items of the same
1437       type.
1439     modified files:
1440      ChangeLog.2006 lisp/muse-publish.el
1443 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
1445     Summary:
1446       Make C-> and C-< keybindings not indent nested items.
1447     Revision:
1448       muse--main--1.0--patch-58
1450     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
1451       nested items.
1452     
1453     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
1454       optional, and document this.
1456     modified files:
1457      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
1460 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
1462     Summary:
1463       Slightly improve flyspell integration.
1464     Revision:
1465       muse--main--1.0--patch-57
1467     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
1468       property to determine whether we are at a link.
1470     modified files:
1471      ChangeLog.2006 lisp/muse-mode.el
1474 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
1476     Summary:
1477       Make nested definition list items work much better.
1478     Revision:
1479       muse--main--1.0--patch-56
1481     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1482       `muse-forward-list-item'.  Don't pass indent and post-indent to the
1483       move function.
1484       (muse-publish-surround-text): If we are to determine the indentation,
1485       but have found no list items, set indent to the empty string.  If we
1486       are to determine indentation but have found an item, get all leading
1487       whitespace and set indent to it.  Never try to determine post-indent
1488       using the first line.  Try to contain the amount of "damage" a nested
1489       list item can do to wrapped list item text.
1490     
1491     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
1492       part so that it is easier to indicate the amount of desired initial
1493       whitespace.
1494     
1495     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
1496       entry optional.
1497       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
1498       merged into `muse-forward-list-item'.
1499       (muse-forward-list-item-1): New function that determines whether a
1500       nested list item is found.
1501       (muse-forward-list-item): Move hairy nested list detection algorithm
1502       into `muse-forward-list-item-1'.  Be extra careful about terminating
1503       when we go past the boundary.
1505     modified files:
1506      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1507      lisp/muse.el
1510 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
1512     Summary:
1513       Add backlink support, thanks to Jim Ottaway.
1514     Revision:
1515       muse--main--1.0--patch-55
1517     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
1518       variable that indicates whether Muse is fontifying the current buffer.
1519       (muse-colors-region): Set `muse-colors-fontifying' to t.
1520     
1521     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
1522       support.  I've modified it slightly to get rid of the defadvice forms.
1524     new files:
1525      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
1527     modified files:
1528      AUTHORS ChangeLog.2006 lisp/muse-colors.el
1531 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
1533     Summary:
1534       muse-protocols: Add Wikipedia support.
1535     Revision:
1536       muse--main--1.0--patch-54
1538     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
1539       is used to look up terms on the Wikipedia website.
1540       (muse-wikipedia-country): New option that specifies the country code to
1541       use for Wikipedia.
1542       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
1543       resolve and browse Wikipedia URLs.
1545     modified files:
1546      ChangeLog.2006 lisp/muse-protocols.el
1549 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
1551     Summary:
1552       muse-protocols: Add DOI handling.
1553     Revision:
1554       muse--main--1.0--patch-53
1556     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
1557       DOI's (digitial object identifiers) are a standard identifier used in
1558       the publishing industry.  Thanks to Phillip Lord for the patch.
1559       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
1560       and browse DOI's.
1562     modified files:
1563      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
1566 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
1568     Summary:
1569       Refine previous patch.
1570     Revision:
1571       muse--main--1.0--patch-52
1573     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
1574       ever use the fallback method.  Save point when using new method.
1576     modified files:
1577      ChangeLog.2006 lisp/muse-mode.el
1580 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
1582     Summary:
1583       Make visiting of links a bit faster.
1584     Revision:
1585       muse--main--1.0--patch-51
1587     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
1588       property.
1589       (muse-link-properties): If we are highlighting a link, add the
1590       muse-link property.
1591     
1592     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
1593       exists at point, use it to bound the link.  Otherwise, use the old
1594       method.  This should make it easier to visit custom implicit link
1595       forms, since it does not require a change to muse-implicit-link-regexp.
1596     
1597     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
1598       used when muse-colors.el is loaded.
1600     modified files:
1601      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1602      lisp/muse-regexps.el
1605 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
1607     Summary:
1608       Make resolving of inline image paths more flexible.
1609     Revision:
1610       muse--main--1.0--patch-50
1612     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
1613       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
1614       option.  Make the fallback customization type a function rather than a
1615       symbol.
1616       (muse-colors-use-publishing-directory): New function that takes the
1617       best guess at where the current Muse file will be published and makes
1618       the given link relative to that.
1619       (muse-colors-insert-image): If muse-colors-inline-image-method is
1620       'default-directory, use the default directory.  If it is a function,
1621       call that function with LINK as an argument.  Otherwise, give up.
1623     modified files:
1624      ChangeLog.2006 lisp/muse-colors.el
1627 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
1629     Summary:
1630       Fix inline image lockup.
1631     Revision:
1632       muse--main--1.0--patch-49
1634     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
1635       patch-47.  This will prevent Muse from locking up after making a new
1636       inline image.
1638     modified files:
1639      ChangeLog.2006 lisp/muse-colors.el
1642 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
1644     Summary:
1645       Fix publishing problem with XEmacs.
1646     Revision:
1647       muse--main--1.0--patch-48
1649     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
1650       publishing problem when text at beginning of buffer is read-only.
1651       Thanks to Christian Clercin for the report.
1653     modified files:
1654      ChangeLog.2006 lisp/muse-publish.el
1657 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
1659     Summary:
1660       Get increase and decrease of list indentation to work with complex cases.
1661     Revision:
1662       muse--main--1.0--patch-47
1664     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
1665       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
1666       to indicate this interpretation, though parens are different.
1667     
1668     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
1669       (muse-alter-list-item-indentation): New function that alters the list
1670       structure at point.  The behavior to use is specified by the OPERATION
1671       argument.  Currently-supported operations are 'increase and 'decrease
1672       indentation level.  This now uses the same sort of list detection
1673       algorithm that is used during publishing, so it should work as expected
1674       for complicated cases.
1675       (muse-increase-list-item-indentation)
1676       (muse-decrease-list-item-indentation): Use
1677       `muse-alter-list-item-indentation'.
1679     modified files:
1680      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1683 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
1685     Summary:
1686       Code simplification; improve muse-list-item-type function.
1687     Revision:
1688       muse--main--1.0--patch-46
1690     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
1691       'dl-entry, instead of just returning 'dl.
1692       (muse-forward-dl-term, muse-forward-dl-entry): Use
1693       muse-forward-list-item.
1694       (muse-forward-dl-part): Remove, merge functionality into
1695       muse-forward-list-item.
1696       (muse-forward-list-item): Add a few conditions needed for skipping
1697       nested 'dl-term and 'dl-entry items.
1699     modified files:
1700      ChangeLog.2006 lisp/muse.el
1703 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
1705     Summary:
1706       Put movement by list and paragraph functions in muse.el.
1707     Revision:
1708       muse--main--1.0--patch-45
1710     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
1711       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
1712       (muse-forward-list-item): Move here from muse-publish.el, so that
1713       muse-mode can make use of these.
1715     modified files:
1716      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1719 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
1721     Summary:
1722       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
1723     Revision:
1724       muse--main--1.0--patch-44
1726     (Author: Per B. Sederberg <per@med.upenn.edu>)
1727     
1728     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
1729       decrease the current item indentation.
1730       (muse-get-paragraph-start): Helper function to determine the start of
1731       the current paragraph.
1732       (muse-insert-list-item): Cleaned up list item insertion code and made
1733       it handle definitions.
1734       (muse-increase-list-item-indentation): New interactive function to
1735       increase list item indentation.
1736       (muse-decrease-list-item-indentation): New interactive function to
1737       decrease list item indentation.
1739     modified files:
1740      ChangeLog.2006 lisp/muse-mode.el
1742     new patches:
1743      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
1744      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
1745      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
1746      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
1747      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
1748      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
1749      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
1750      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
1751      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
1752      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
1755 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
1757     Summary:
1758       Use slightly better algorithm for removing initial whitespace.
1759     Revision:
1760       muse--main--1.0--patch-43
1762     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
1763       the definition occurred on the same line as the term.
1764       (muse-publish-surround-text): Use a slightly better algorithm for
1765       removing initial indentation of list items.  This way, we preserve
1766       nesting of lists and also deal with same-level items that occur after
1767       nested items.  This probably doesn't make much of a difference in the
1768       output, but it should make support of nested definition lists a bit
1769       less troublesome in some cases.
1770       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
1771       regexp.
1772       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
1773       data.  Don't remove any text.  This makes the function easier to reuse
1774       in display-only situations.
1776     modified files:
1777      ChangeLog.2006 lisp/muse-publish.el
1780 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
1782     Summary:
1783       In a preliminary way, make definition lists nest.
1784     Revision:
1785       muse--main--1.0--patch-42
1787     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
1788       lists nest a bit better.
1789     
1790     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
1791       use it anymore.
1793     modified files:
1794      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1797 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
1799     Summary:
1800       Fix nested list regression.
1801     Revision:
1802       muse--main--1.0--patch-41
1804     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
1805       original indentation value and use that.  This fixes a regression
1806       caused by the last patch.
1808     modified files:
1809      ChangeLog.2006 lisp/muse-publish.el
1812 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
1814     Summary:
1815       Make code look nicer by using muse-forward-dl-* functions.
1816     Revision:
1817       muse--main--1.0--patch-40
1819     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
1820       forms into muse-forward-dl-* for increased reusability.
1821       (muse-publish-surround-text): Call move function with an indent
1822       argument so that we don't have to use partial substitution in lambda
1823       forms.
1824       (muse-forward-dl-term): New function that moves forward to the next
1825       definition list term.
1826       (muse-forward-dl-entry): New function that moves forward to the next
1827       definition list entry.
1828       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
1829       does not move past entire definition list items, only parts of them.
1830       (muse-publish-markup-list, muse-publish-markup-quote):
1831       (muse-publish-quote-tag): Use better lambda form, and include a
1832       parameter.
1834     modified files:
1835      ChangeLog.2006 lisp/muse-publish.el
1838 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
1840     Summary:
1841       Handle blockquoted sections within lists properly.
1842     Revision:
1843       muse--main--1.0--patch-39
1845     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
1846       property.  This should make blockquoted sections within a list do the
1847       right thing.
1848       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
1849       behavior of `muse-forward-paragraph'.
1851     modified files:
1852      ChangeLog.2006 lisp/muse-publish.el
1855 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
1857     Summary:
1858       Fix problem when previous list item was nested.
1859     Revision:
1860       muse--main--1.0--patch-38
1862     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
1863       indicator at the correct place.  This fixes an error where a previous
1864       list was nested but the current one isn't.  Thanks to Per B. Sederberg
1865       for the report.
1867     modified files:
1868      ChangeLog.2006 lisp/muse-publish.el
1871 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
1873     Summary:
1874       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
1875     Revision:
1876       muse--main--1.0--patch-37
1878     * muse.texi (Implicit Links): Mention how to customize the WikiName
1879       recognition, and note that if you're setting this manually, you have to
1880       call some additional code.  This should fix #5376.  Also remove local
1881       variables section at end, since it seems pointless.
1883     modified files:
1884      ChangeLog.2006 muse.texi
1887 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
1889     Summary:
1890       Fix #5325: nested formatting not working in HTML output.
1891     Revision:
1892       muse--main--1.0--patch-36
1894     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
1895       work.  I'm a bit worried about possible double-escaping, though.
1896       Perhaps we should write the context to a text property and escape it
1897       later.  This should fix #5325.
1899     modified files:
1900      ChangeLog.2006 lisp/muse-publish.el
1903 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
1905     Summary:
1906       Make paragraphs respect the end of a list or list item.
1907     Revision:
1908       muse--main--1.0--patch-35
1910     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
1911       end of a list (or list item), back up.  This allows for a nice side
1912       effect when using indented sentences in between list items.
1913     
1914     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
1915     
1916     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
1917     
1918     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
1919       and end-item are marked up with end-list properties.
1921     modified files:
1922      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1923      lisp/muse-publish.el lisp/muse-xml.el
1926 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
1928     Summary:
1929       Make sure an initial term exists before publishing definition list.
1930     Revision:
1931       muse--main--1.0--patch-34
1933     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
1934       exists before publishing a definition list.
1936     modified files:
1937      ChangeLog.2006 lisp/muse-publish.el
1940 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
1942     Summary:
1943       Add comments to nested list code.
1944     Revision:
1945       muse--main--1.0--patch-33
1947     * lisp/muse-publish.el (muse-publish-surround-dl)
1948       (muse-publish-surround-text, muse-forward-dl-item):
1949       (muse-forward-list-item): Add comments, since there were many
1950       intricacies that are probably not obvious to the casual reader.
1951       (muse-forward-dl-item): Remove no-op condition.
1953     modified files:
1954      ChangeLog.2006 lisp/muse-publish.el
1957 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
1959     Summary:
1960       Make nested list items work when separated by one blank line.
1961     Revision:
1962       muse--main--1.0--patch-32
1964     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1965       muse-forward-dl-item instead of muse-forward-list-item.  On second
1966       thought, don't unconditionally insert a newline, as that breaks some
1967       things.
1968       (muse-forward-dl-item): New function that moves forward to the next
1969       definition list item.  This was factored out from
1970       muse-forward-list-item, since it was getting too complex for my liking.
1971       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
1972       indented line, and skip past these if we have a blank line followed by
1973       an indented line.  "Indented" means "indented one past the current
1974       indentation level" here.  Remove some initial whitespace that was being
1975       overlooked before.
1977     modified files:
1978      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1981 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
1983     Summary:
1984       Fix a couple of bugs in muse-wiki-resolve-project-page.
1985     Revision:
1986       muse--main--1.0--patch-31
1988     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
1989       better algorithm for adding styles to a list.
1990     
1991     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
1992       carefully.  This should fix one or two hard-to-explain bugs.
1994     modified files:
1995      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1998 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
2000     Summary:
2001       Fix another definition list edge case.
2002     Revision:
2003       muse--main--1.0--patch-30
2005     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
2006       unordered list immediately follows definition list term.
2008     modified files:
2009      ChangeLog.2006 lisp/muse-publish.el
2012 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
2014     Summary:
2015       Pass all current definition list test cases.
2016     Revision:
2017       muse--main--1.0--patch-29
2019     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
2020       line if definition is not on the same line as the term.
2021       (muse-forward-list-item): Fix publishing incorrectness that occurred
2022       when a non-dl list follows a definition list.  Always move to the right
2023       place so as to prevent extra empty dd elements from being published.
2025     modified files:
2026      ChangeLog.2006 lisp/muse-publish.el
2029 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
2031     Summary:
2032       Merge consecutive definition list terms properly.
2033     Revision:
2034       muse--main--1.0--patch-28
2036     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
2037       correctly.  This makes Muse merge several definition list items into
2038       one list.
2039       (muse-forward-list-item): Use simpler regexp for 'dl.
2040     
2041     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
2042       definition lists, and make terms the 2nd matched text.
2044     modified files:
2045      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2048 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
2050     Summary:
2051       Bookkeeping.
2052     Revision:
2053       muse--main--1.0--patch-27
2055     * AUTHORS: Update.
2056     
2057     * muse-colors.el, muse-mode.el: Credit contributions.
2059     modified files:
2060      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2063 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
2065     Summary:
2066       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
2067     Revision:
2068       muse--main--1.0--patch-26
2070     Patches applied:
2071     
2072      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2073        Added ability to show inline images in the Emacs buffer.
2074     
2075      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2076        Added enhanced list item insertion.
2077     
2078     Detailed log:
2079     
2080     (Author: Per B. Sederberg <per@med.upenn.edu>)
2081     
2082     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
2083       list item.  New key mapping to toggle showing images.  Added a key
2084       mapping to insert a link to a file and modified the key map to insert a
2085       tag.
2086       (muse-on-blank-line): Helper function to determine if the point is on a
2087       line containing only blank spaces.
2088       (muse-insert-list-item): New interactive function to insert a new list
2089       item, taking into account the current list state.
2090       (muse-insert-relative-link-to-file): New function to insert a link to a
2091       file, relative to the default directory.
2092     
2093     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
2094       for where to search for images to inline in the buffer.
2095       (muse-colors-inline-images): Added custom boolean field for whether to
2096       show inline images in the buffer.
2097       (muse-colors-toggle-inline-images): New function to toggle showing the
2098       inline images in the buffer.
2099       (muse-unhighlight-region): Now removes end-glyph text properties to
2100       support XEmacs.
2101       (muse-colors-resolve-image-file): New function to determine if a link
2102       is an image and whether the version of Emacs can support inline images.
2103       (muse-make-file-glyph): New function to create an image glyph if we are
2104       using XEmacs.
2105       (muse-colors-insert-image): New function to insert an image in an Emacs
2106       buffer.
2107       (muse-colors-explicit-link): Modified function to have the ability to
2108       insert an image instead of formatting the text of the link.
2110     modified files:
2111      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2113     new patches:
2114      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
2115      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
2116      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2117      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2118      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
2121 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
2123     Summary:
2124       Pass testcase for definition list and nested unordered list.
2125     Revision:
2126       muse--main--1.0--patch-25
2128     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
2129       lists always have at least one entry.  This appears to do the right
2130       thing with a sample nested unordered list.
2132     modified files:
2133      ChangeLog.2006 lisp/muse-publish.el
2136 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
2138     Summary:
2139       Some definition list fixes.
2140     Revision:
2141       muse--main--1.0--patch-24
2143     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
2144       markup for end of list using the `muse-insert-markup-end-list'
2145       function.  Handle list items nested inside of a definition list.
2147     modified files:
2148      ChangeLog.2006 lisp/muse-publish.el
2151 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
2153     Summary:
2154       Fix another wrapped list item edge case.
2155     Revision:
2156       muse--main--1.0--patch-23
2158     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2159       indentation in a region when we encounter any list items.  This should
2160       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
2161       for the report.
2163     modified files:
2164      ChangeLog.2006 lisp/muse-publish.el
2167 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2169     Summary:
2170       Fix comment in Debian packaging.
2171     Revision:
2172       muse--main--1.0--patch-22
2174     * debian/emacsen-remove: Fix comment.
2176     modified files:
2177      ChangeLog.2006 debian/emacsen-remove
2180 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2182     Summary:
2183       muse-blosxom: Fix order of #tags line in header.
2184     Revision:
2185       muse--main--1.0--patch-21
2187     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2188       rather than before it.  Thanks to bkhl for the heads up.
2190     modified files:
2191      ChangeLog.2006 lisp/muse-blosxom.el
2194 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
2196     Summary:
2197       muse-blosxom: Add ability to use tags in entries.
2198     Revision:
2199       muse--main--1.0--patch-20
2201     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
2202       publish them.
2203       (muse-blosxom-use-tags): New option that specifies whether we are using
2204       tags.
2205       (muse-blosxom-new-entry): If using tags, read tags until the user hits
2206       RET without entering one.
2208     modified files:
2209      ChangeLog.2006 lisp/muse-blosxom.el
2212 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
2214     Summary:
2215       Fix backtrace when publishing unsaved files.
2216     Revision:
2217       muse--main--1.0--patch-19
2219     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
2220       trying to publish a file that has not been saved, and give an
2221       explanation to the user.
2223     modified files:
2224      ChangeLog.2006 lisp/muse-publish.el
2227 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
2229     Summary:
2230       muse-texinfo: Fix link suffix.
2231     Revision:
2232       muse--main--1.0--patch-18
2234     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
2235       styles.  This should fix a bug where links in published info files use
2236       an incorrect extension.  Thanks to Hans Ekbrand for the report!
2238     modified files:
2239      ChangeLog.2006 lisp/muse-texinfo.el
2242 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
2244     Summary:
2245       Fix prompting of non-Muse buffers before publishing.
2246     Revision:
2247       muse--main--1.0--patch-17
2249     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
2250       Stadler to ignore buffers that have no associated filename.  This fixes
2251       an annoyance where Muse prompts to save BBDB and ERC buffers before
2252       publishing.
2254     modified files:
2255      AUTHORS ChangeLog.2006 lisp/muse-project.el
2258 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
2260     Summary:
2261       Fix wrapped nested list item edge case.
2262     Revision:
2263       muse--main--1.0--patch-16
2265     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
2266       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
2267       case.
2268       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
2269       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
2270     
2271     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
2272       exactly one space character in front of a unnumbered or numbered list.
2273       This should make it easier to match every list instance, since
2274       definition lists can now be handled more nicely in
2275       muse-publish-markup-regexps.  This also has the effect of fixing a
2276       wrapped nested list item edge case.
2278     modified files:
2279      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2282 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
2284     Summary:
2285       Fix edge case in muse-wiki-publish-pretty-title.
2286     Revision:
2287       muse--main--1.0--patch-15
2289     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
2290       the document does not have a valid title, use the empty string.
2292     modified files:
2293      ChangeLog.2006 lisp/muse-wiki.el
2296 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
2298     Summary:
2299       Use debian/compat to determine debhelper compat level.
2300     Revision:
2301       muse--main--1.0--patch-14
2303     * debian/compat: New file that sets the debhelper compatibility level to
2304       4.
2305     
2306     * debian/rules: Remove DH_COMPAT line.
2308     new files:
2309      debian/.arch-ids/compat.id debian/compat
2311     modified files:
2312      ChangeLog.2006 debian/rules
2315 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
2317     Summary:
2318       Fix a couple of table-publishing edge cases.
2319     Revision:
2320       muse--main--1.0--patch-13
2322     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
2323       publishing error that occurs when a table line is the last thing in a
2324       document.  Thanks to cymacs for the report and suggested fix.
2325       (muse-publish-table-fields): Skip initial blank lines, and don't remove
2326       them.
2327     
2328     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
2329       at the end of the 'end-table markup string.
2330     
2331     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
2332     
2333     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
2334     
2335     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
2336       newline at the end of the table.  This should fix a problem with
2337       paragraphs after tables not being published as such.  Thanks to cymacs
2338       for the report.
2339     
2340     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
2341       muse-insert-markup to insert a trailing newline.
2343     modified files:
2344      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2345      lisp/muse-publish.el lisp/muse-texinfo.el
2346      lisp/muse-xml-common.el lisp/muse-xml.el
2349 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
2351     Summary:
2352       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
2353     Revision:
2354       muse--main--1.0--patch-12
2357     new files:
2358      .arch-ids/ChangeLog.2006.id ChangeLog.2006
2360     renamed files:
2361      .arch-ids/ChangeLog.id
2362        ==> .arch-ids/ChangeLog.2005.id
2363      ChangeLog
2364        ==> ChangeLog.2005
2367 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
2369     Summary:
2370       Make muse-journal work with whole-document escaping.
2371     Revision:
2372       muse--main--1.0--patch-11
2374     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
2375       by Emacs Muse" so that muse-journal does not get confused.
2376     
2377     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
2378       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
2379       for whole-buffer escaping.  Thanks to mondoshawan for the report.
2380       (muse-journal-rss-munge-buffer): Display a warning if someone does not
2381       have "Page published by Emacs Muse (begins|ends) here" in their header
2382       or footer, since muse-journal needs this in order to determine where
2383       entries begin and end.
2385     modified files:
2386      examples/mwolson/templates/footer.html
2387      examples/mwolson/templates/generic-footer.html
2388      examples/mwolson/templates/generic-header.html
2389      examples/mwolson/templates/header.html
2390      examples/mwolson/templates/header.tex lisp/muse-journal.el
2393 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
2395     Summary:
2396       Get simple test case for definition lists to work.
2397     Revision:
2398       muse--main--1.0--patch-10
2400     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
2401       publish properly.
2402       (muse-forward-list-item): Fix edge case.
2404     modified files:
2405      lisp/muse-publish.el
2408 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
2410     Summary:
2411       Add documentation to some publishing functions.
2412     Revision:
2413       muse--main--1.0--patch-9
2415     * lisp/muse-publish.el (muse-publish-mark-read-only)
2416       (muse-publish-mark-noemphasis): Add documentation.
2418     modified files:
2419      lisp/muse-publish.el
2422 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
2424     Summary:
2425       Fix an error with `custom-quote'.
2426     Revision:
2427       muse--main--1.0--patch-8
2429     * lisp/muse-project.el: Require 'cus-edit, since that is where
2430       `custom-quote' is defined.
2431     
2432     * muse.texi: Use copyright symbol.
2434     modified files:
2435      lisp/muse-project.el muse.texi
2438 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
2440     Summary:
2441       muse-registry: update from author.
2442     Revision:
2443       muse--main--1.0--patch-7
2445     * lisp/muse-registry.el: Update to newest version from author.
2446       Re-tabify.
2448     modified files:
2449      lisp/muse-registry.el
2452 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
2454     Summary:
2455       muse-latex: Handle double-quote edge case.
2456     Revision:
2457       muse--main--1.0--patch-6
2459     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
2460       character begins the buffer.
2462     modified files:
2463      lisp/muse-latex.el
2466 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
2468     Summary:
2469       Allow beginning and ending empty elements in tables.
2470     Revision:
2471       muse--main--1.0--patch-5
2473     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
2474       whitespace after the field if we're at the end of a line.
2475       (muse-table-line-regexp): Allow the table to start with a "|".  The
2476       resulting initial empty cell isn't yet thrown away like it should be.
2478     modified files:
2479      lisp/muse-regexps.el
2482 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
2484     Summary:
2485       muse-latex: Use \url to publish bare URLs.
2486     Revision:
2487       muse--main--1.0--patch-4
2489     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
2490       \href for bare URLs.  Thanks to Na Li for the suggestion!
2492     modified files:
2493      lisp/muse-latex.el
2496 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
2498     Summary:
2499       Create parents of output directories.
2500     Revision:
2501       muse--main--1.0--patch-3
2503     * lisp/muse-project.el (muse-project-publish-file): Create parent
2504       directories as well, if the output directory does not exist.  This can
2505       happen when we have nested directories in a project.
2507     modified files:
2508      lisp/muse-project.el
2511 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
2513     Summary:
2514       Pick a better default if publishing with more than one style.
2515     Revision:
2516       muse--main--1.0--patch-2
2518     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
2519       the list we return is in the right order.  That way, if more than one
2520       publishing rule matches a link, the first one is used, rather than the
2521       last.
2523     modified files:
2524      lisp/muse-project.el
2527 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
2529     Summary:
2530       Oops, committed to the wrong archive.
2531     Revision:
2532       muse--main--1.0--patch-1
2534     Patches applied:
2535     
2536      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
2537        Debian fixups.
2538     
2539      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
2540        Another Debian fix.
2542     modified files:
2543      ChangeLog debian/emacsen-startup
2545     renamed files:
2546      debian/.arch-ids/NEWS.Debian.id
2547        ==> debian/.arch-ids/NEWS.id
2548      debian/NEWS.Debian
2549        ==> debian/NEWS
2551     new patches:
2552      mwolson@gnu.org--2005/muse--main--1.0--patch-356
2553      mwolson@gnu.org--2005/muse--main--1.0--patch-357
2556 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
2558     Summary:
2559       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
2560     Revision:
2561       muse--main--1.0--base-0
2563     (automatically generated log message)
2565     new patches:
2566      ajk@iu.edu--2005/muse--ajk--1.0--base-0
2567      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
2568      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
2569      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
2570      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
2571      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
2572      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
2573      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
2574      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
2575      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
2576      ajk@iu.edu--2005/muse--main--1.0--base-0
2577      ajk@iu.edu--2005/muse--main--1.0--patch-1
2578      ajk@iu.edu--2005/muse--main--1.0--patch-2
2579      davidsmith@acm.org--2005/muse--devo--1.0--base-0
2580      davidsmith@acm.org--main/muse--devo--1.0--base-0
2581      davidsmith@acm.org--main/muse--devo--1.0--patch-1
2582      davidsmith@acm.org--main/muse--devo--1.0--patch-2
2583      hodique@lifl.fr--2005/muse--yh--1.0--base-0
2584      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
2585      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
2586      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
2587      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
2588      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
2589      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
2590      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
2591      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
2592      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
2593      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
2594      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
2595      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
2596      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
2597      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
2598      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
2599      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
2600      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
2601      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
2602      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
2603      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
2604      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
2605      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
2606      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
2607      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
2608      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
2609      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
2610      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
2611      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
2612      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
2613      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
2614      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
2615      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
2616      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
2617      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
2618      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
2619      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
2620      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
2621      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
2622      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
2623      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
2624      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
2625      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
2626      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
2627      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
2628      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
2629      jeho@jeho.org--2005/muse--jeho--1.0--base-0
2630      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
2631      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
2632      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
2633      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
2634      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
2635      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
2636      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
2637      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
2638      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
2639      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
2640      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
2641      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
2642      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
2643      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
2644      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
2645      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
2646      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
2647      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
2648      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
2649      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
2650      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
2651      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
2652      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
2653      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
2654      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
2655      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
2656      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
2657      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
2658      mwolson@gnu.org--2005/muse--main--1.0--base-0
2659      mwolson@gnu.org--2005/muse--main--1.0--patch-1
2660      mwolson@gnu.org--2005/muse--main--1.0--patch-2
2661      mwolson@gnu.org--2005/muse--main--1.0--patch-3
2662      mwolson@gnu.org--2005/muse--main--1.0--patch-4
2663      mwolson@gnu.org--2005/muse--main--1.0--patch-5
2664      mwolson@gnu.org--2005/muse--main--1.0--patch-6
2665      mwolson@gnu.org--2005/muse--main--1.0--patch-7
2666      mwolson@gnu.org--2005/muse--main--1.0--patch-8
2667      mwolson@gnu.org--2005/muse--main--1.0--patch-9
2668      mwolson@gnu.org--2005/muse--main--1.0--patch-10
2669      mwolson@gnu.org--2005/muse--main--1.0--patch-11
2670      mwolson@gnu.org--2005/muse--main--1.0--patch-12
2671      mwolson@gnu.org--2005/muse--main--1.0--patch-13
2672      mwolson@gnu.org--2005/muse--main--1.0--patch-14
2673      mwolson@gnu.org--2005/muse--main--1.0--patch-15
2674      mwolson@gnu.org--2005/muse--main--1.0--patch-16
2675      mwolson@gnu.org--2005/muse--main--1.0--patch-17
2676      mwolson@gnu.org--2005/muse--main--1.0--patch-18
2677      mwolson@gnu.org--2005/muse--main--1.0--patch-19
2678      mwolson@gnu.org--2005/muse--main--1.0--patch-20
2679      mwolson@gnu.org--2005/muse--main--1.0--patch-21
2680      mwolson@gnu.org--2005/muse--main--1.0--patch-22
2681      mwolson@gnu.org--2005/muse--main--1.0--patch-23
2682      mwolson@gnu.org--2005/muse--main--1.0--patch-24
2683      mwolson@gnu.org--2005/muse--main--1.0--patch-25
2684      mwolson@gnu.org--2005/muse--main--1.0--patch-26
2685      mwolson@gnu.org--2005/muse--main--1.0--patch-27
2686      mwolson@gnu.org--2005/muse--main--1.0--patch-28
2687      mwolson@gnu.org--2005/muse--main--1.0--patch-29
2688      mwolson@gnu.org--2005/muse--main--1.0--patch-30
2689      mwolson@gnu.org--2005/muse--main--1.0--patch-31
2690      mwolson@gnu.org--2005/muse--main--1.0--patch-32
2691      mwolson@gnu.org--2005/muse--main--1.0--patch-33
2692      mwolson@gnu.org--2005/muse--main--1.0--patch-34
2693      mwolson@gnu.org--2005/muse--main--1.0--patch-35
2694      mwolson@gnu.org--2005/muse--main--1.0--patch-36
2695      mwolson@gnu.org--2005/muse--main--1.0--patch-37
2696      mwolson@gnu.org--2005/muse--main--1.0--patch-38
2697      mwolson@gnu.org--2005/muse--main--1.0--patch-39
2698      mwolson@gnu.org--2005/muse--main--1.0--patch-40
2699      mwolson@gnu.org--2005/muse--main--1.0--patch-41
2700      mwolson@gnu.org--2005/muse--main--1.0--patch-42
2701      mwolson@gnu.org--2005/muse--main--1.0--patch-43
2702      mwolson@gnu.org--2005/muse--main--1.0--patch-44
2703      mwolson@gnu.org--2005/muse--main--1.0--patch-45
2704      mwolson@gnu.org--2005/muse--main--1.0--patch-46
2705      mwolson@gnu.org--2005/muse--main--1.0--patch-47
2706      mwolson@gnu.org--2005/muse--main--1.0--patch-48
2707      mwolson@gnu.org--2005/muse--main--1.0--patch-49
2708      mwolson@gnu.org--2005/muse--main--1.0--patch-50
2709      mwolson@gnu.org--2005/muse--main--1.0--patch-51
2710      mwolson@gnu.org--2005/muse--main--1.0--patch-52
2711      mwolson@gnu.org--2005/muse--main--1.0--patch-53
2712      mwolson@gnu.org--2005/muse--main--1.0--patch-54
2713      mwolson@gnu.org--2005/muse--main--1.0--patch-55
2714      mwolson@gnu.org--2005/muse--main--1.0--patch-56
2715      mwolson@gnu.org--2005/muse--main--1.0--patch-57
2716      mwolson@gnu.org--2005/muse--main--1.0--patch-58
2717      mwolson@gnu.org--2005/muse--main--1.0--patch-59
2718      mwolson@gnu.org--2005/muse--main--1.0--patch-60
2719      mwolson@gnu.org--2005/muse--main--1.0--patch-61
2720      mwolson@gnu.org--2005/muse--main--1.0--patch-62
2721      mwolson@gnu.org--2005/muse--main--1.0--patch-63
2722      mwolson@gnu.org--2005/muse--main--1.0--patch-64
2723      mwolson@gnu.org--2005/muse--main--1.0--patch-65
2724      mwolson@gnu.org--2005/muse--main--1.0--patch-66
2725      mwolson@gnu.org--2005/muse--main--1.0--patch-67
2726      mwolson@gnu.org--2005/muse--main--1.0--patch-68
2727      mwolson@gnu.org--2005/muse--main--1.0--patch-69
2728      mwolson@gnu.org--2005/muse--main--1.0--patch-70
2729      mwolson@gnu.org--2005/muse--main--1.0--patch-71
2730      mwolson@gnu.org--2005/muse--main--1.0--patch-72
2731      mwolson@gnu.org--2005/muse--main--1.0--patch-73
2732      mwolson@gnu.org--2005/muse--main--1.0--patch-74
2733      mwolson@gnu.org--2005/muse--main--1.0--patch-75
2734      mwolson@gnu.org--2005/muse--main--1.0--patch-76
2735      mwolson@gnu.org--2005/muse--main--1.0--patch-77
2736      mwolson@gnu.org--2005/muse--main--1.0--patch-78
2737      mwolson@gnu.org--2005/muse--main--1.0--patch-79
2738      mwolson@gnu.org--2005/muse--main--1.0--patch-80
2739      mwolson@gnu.org--2005/muse--main--1.0--patch-81
2740      mwolson@gnu.org--2005/muse--main--1.0--patch-82
2741      mwolson@gnu.org--2005/muse--main--1.0--patch-83
2742      mwolson@gnu.org--2005/muse--main--1.0--patch-84
2743      mwolson@gnu.org--2005/muse--main--1.0--patch-85
2744      mwolson@gnu.org--2005/muse--main--1.0--patch-86
2745      mwolson@gnu.org--2005/muse--main--1.0--patch-87
2746      mwolson@gnu.org--2005/muse--main--1.0--patch-88
2747      mwolson@gnu.org--2005/muse--main--1.0--patch-89
2748      mwolson@gnu.org--2005/muse--main--1.0--patch-90
2749      mwolson@gnu.org--2005/muse--main--1.0--patch-91
2750      mwolson@gnu.org--2005/muse--main--1.0--patch-92
2751      mwolson@gnu.org--2005/muse--main--1.0--patch-93
2752      mwolson@gnu.org--2005/muse--main--1.0--patch-94
2753      mwolson@gnu.org--2005/muse--main--1.0--patch-95
2754      mwolson@gnu.org--2005/muse--main--1.0--patch-96
2755      mwolson@gnu.org--2005/muse--main--1.0--patch-97
2756      mwolson@gnu.org--2005/muse--main--1.0--patch-98
2757      mwolson@gnu.org--2005/muse--main--1.0--patch-99
2758      mwolson@gnu.org--2005/muse--main--1.0--patch-100
2759      mwolson@gnu.org--2005/muse--main--1.0--patch-101
2760      mwolson@gnu.org--2005/muse--main--1.0--patch-102
2761      mwolson@gnu.org--2005/muse--main--1.0--patch-103
2762      mwolson@gnu.org--2005/muse--main--1.0--patch-104
2763      mwolson@gnu.org--2005/muse--main--1.0--patch-105
2764      mwolson@gnu.org--2005/muse--main--1.0--patch-106
2765      mwolson@gnu.org--2005/muse--main--1.0--patch-107
2766      mwolson@gnu.org--2005/muse--main--1.0--patch-108
2767      mwolson@gnu.org--2005/muse--main--1.0--patch-109
2768      mwolson@gnu.org--2005/muse--main--1.0--patch-110
2769      mwolson@gnu.org--2005/muse--main--1.0--patch-111
2770      mwolson@gnu.org--2005/muse--main--1.0--patch-112
2771      mwolson@gnu.org--2005/muse--main--1.0--patch-113
2772      mwolson@gnu.org--2005/muse--main--1.0--patch-114
2773      mwolson@gnu.org--2005/muse--main--1.0--patch-115
2774      mwolson@gnu.org--2005/muse--main--1.0--patch-116
2775      mwolson@gnu.org--2005/muse--main--1.0--patch-117
2776      mwolson@gnu.org--2005/muse--main--1.0--patch-118
2777      mwolson@gnu.org--2005/muse--main--1.0--patch-119
2778      mwolson@gnu.org--2005/muse--main--1.0--patch-120
2779      mwolson@gnu.org--2005/muse--main--1.0--patch-121
2780      mwolson@gnu.org--2005/muse--main--1.0--patch-122
2781      mwolson@gnu.org--2005/muse--main--1.0--patch-123
2782      mwolson@gnu.org--2005/muse--main--1.0--patch-124
2783      mwolson@gnu.org--2005/muse--main--1.0--patch-125
2784      mwolson@gnu.org--2005/muse--main--1.0--patch-126
2785      mwolson@gnu.org--2005/muse--main--1.0--patch-127
2786      mwolson@gnu.org--2005/muse--main--1.0--patch-128
2787      mwolson@gnu.org--2005/muse--main--1.0--patch-129
2788      mwolson@gnu.org--2005/muse--main--1.0--patch-130
2789      mwolson@gnu.org--2005/muse--main--1.0--patch-131
2790      mwolson@gnu.org--2005/muse--main--1.0--patch-132
2791      mwolson@gnu.org--2005/muse--main--1.0--patch-133
2792      mwolson@gnu.org--2005/muse--main--1.0--patch-134
2793      mwolson@gnu.org--2005/muse--main--1.0--patch-135
2794      mwolson@gnu.org--2005/muse--main--1.0--patch-136
2795      mwolson@gnu.org--2005/muse--main--1.0--patch-137
2796      mwolson@gnu.org--2005/muse--main--1.0--patch-138
2797      mwolson@gnu.org--2005/muse--main--1.0--patch-139
2798      mwolson@gnu.org--2005/muse--main--1.0--patch-140
2799      mwolson@gnu.org--2005/muse--main--1.0--patch-141
2800      mwolson@gnu.org--2005/muse--main--1.0--patch-142
2801      mwolson@gnu.org--2005/muse--main--1.0--patch-143
2802      mwolson@gnu.org--2005/muse--main--1.0--patch-144
2803      mwolson@gnu.org--2005/muse--main--1.0--patch-145
2804      mwolson@gnu.org--2005/muse--main--1.0--patch-146
2805      mwolson@gnu.org--2005/muse--main--1.0--patch-147
2806      mwolson@gnu.org--2005/muse--main--1.0--patch-148
2807      mwolson@gnu.org--2005/muse--main--1.0--patch-149
2808      mwolson@gnu.org--2005/muse--main--1.0--patch-150
2809      mwolson@gnu.org--2005/muse--main--1.0--patch-151
2810      mwolson@gnu.org--2005/muse--main--1.0--patch-152
2811      mwolson@gnu.org--2005/muse--main--1.0--patch-153
2812      mwolson@gnu.org--2005/muse--main--1.0--patch-154
2813      mwolson@gnu.org--2005/muse--main--1.0--patch-155
2814      mwolson@gnu.org--2005/muse--main--1.0--patch-156
2815      mwolson@gnu.org--2005/muse--main--1.0--patch-157
2816      mwolson@gnu.org--2005/muse--main--1.0--patch-158
2817      mwolson@gnu.org--2005/muse--main--1.0--patch-159
2818      mwolson@gnu.org--2005/muse--main--1.0--patch-160
2819      mwolson@gnu.org--2005/muse--main--1.0--patch-161
2820      mwolson@gnu.org--2005/muse--main--1.0--patch-162
2821      mwolson@gnu.org--2005/muse--main--1.0--patch-163
2822      mwolson@gnu.org--2005/muse--main--1.0--patch-164
2823      mwolson@gnu.org--2005/muse--main--1.0--patch-165
2824      mwolson@gnu.org--2005/muse--main--1.0--patch-166
2825      mwolson@gnu.org--2005/muse--main--1.0--patch-167
2826      mwolson@gnu.org--2005/muse--main--1.0--patch-168
2827      mwolson@gnu.org--2005/muse--main--1.0--patch-169
2828      mwolson@gnu.org--2005/muse--main--1.0--patch-170
2829      mwolson@gnu.org--2005/muse--main--1.0--patch-171
2830      mwolson@gnu.org--2005/muse--main--1.0--patch-172
2831      mwolson@gnu.org--2005/muse--main--1.0--patch-173
2832      mwolson@gnu.org--2005/muse--main--1.0--patch-174
2833      mwolson@gnu.org--2005/muse--main--1.0--patch-175
2834      mwolson@gnu.org--2005/muse--main--1.0--patch-176
2835      mwolson@gnu.org--2005/muse--main--1.0--patch-177
2836      mwolson@gnu.org--2005/muse--main--1.0--patch-178
2837      mwolson@gnu.org--2005/muse--main--1.0--patch-179
2838      mwolson@gnu.org--2005/muse--main--1.0--patch-180
2839      mwolson@gnu.org--2005/muse--main--1.0--patch-181
2840      mwolson@gnu.org--2005/muse--main--1.0--patch-182
2841      mwolson@gnu.org--2005/muse--main--1.0--patch-183
2842      mwolson@gnu.org--2005/muse--main--1.0--patch-184
2843      mwolson@gnu.org--2005/muse--main--1.0--patch-185
2844      mwolson@gnu.org--2005/muse--main--1.0--patch-186
2845      mwolson@gnu.org--2005/muse--main--1.0--patch-187
2846      mwolson@gnu.org--2005/muse--main--1.0--patch-188
2847      mwolson@gnu.org--2005/muse--main--1.0--patch-189
2848      mwolson@gnu.org--2005/muse--main--1.0--patch-190
2849      mwolson@gnu.org--2005/muse--main--1.0--patch-191
2850      mwolson@gnu.org--2005/muse--main--1.0--patch-192
2851      mwolson@gnu.org--2005/muse--main--1.0--patch-193
2852      mwolson@gnu.org--2005/muse--main--1.0--patch-194
2853      mwolson@gnu.org--2005/muse--main--1.0--patch-195
2854      mwolson@gnu.org--2005/muse--main--1.0--patch-196
2855      mwolson@gnu.org--2005/muse--main--1.0--patch-197
2856      mwolson@gnu.org--2005/muse--main--1.0--patch-198
2857      mwolson@gnu.org--2005/muse--main--1.0--patch-199
2858      mwolson@gnu.org--2005/muse--main--1.0--patch-200
2859      mwolson@gnu.org--2005/muse--main--1.0--patch-201
2860      mwolson@gnu.org--2005/muse--main--1.0--patch-202
2861      mwolson@gnu.org--2005/muse--main--1.0--patch-203
2862      mwolson@gnu.org--2005/muse--main--1.0--patch-204
2863      mwolson@gnu.org--2005/muse--main--1.0--patch-205
2864      mwolson@gnu.org--2005/muse--main--1.0--patch-206
2865      mwolson@gnu.org--2005/muse--main--1.0--patch-207
2866      mwolson@gnu.org--2005/muse--main--1.0--patch-208
2867      mwolson@gnu.org--2005/muse--main--1.0--patch-209
2868      mwolson@gnu.org--2005/muse--main--1.0--patch-210
2869      mwolson@gnu.org--2005/muse--main--1.0--patch-211
2870      mwolson@gnu.org--2005/muse--main--1.0--patch-212
2871      mwolson@gnu.org--2005/muse--main--1.0--patch-213
2872      mwolson@gnu.org--2005/muse--main--1.0--patch-214
2873      mwolson@gnu.org--2005/muse--main--1.0--patch-215
2874      mwolson@gnu.org--2005/muse--main--1.0--patch-216
2875      mwolson@gnu.org--2005/muse--main--1.0--patch-217
2876      mwolson@gnu.org--2005/muse--main--1.0--patch-218
2877      mwolson@gnu.org--2005/muse--main--1.0--patch-219
2878      mwolson@gnu.org--2005/muse--main--1.0--patch-220
2879      mwolson@gnu.org--2005/muse--main--1.0--patch-221
2880      mwolson@gnu.org--2005/muse--main--1.0--patch-222
2881      mwolson@gnu.org--2005/muse--main--1.0--patch-223
2882      mwolson@gnu.org--2005/muse--main--1.0--patch-224
2883      mwolson@gnu.org--2005/muse--main--1.0--patch-225
2884      mwolson@gnu.org--2005/muse--main--1.0--patch-226
2885      mwolson@gnu.org--2005/muse--main--1.0--patch-227
2886      mwolson@gnu.org--2005/muse--main--1.0--patch-228
2887      mwolson@gnu.org--2005/muse--main--1.0--patch-229
2888      mwolson@gnu.org--2005/muse--main--1.0--patch-230
2889      mwolson@gnu.org--2005/muse--main--1.0--patch-231
2890      mwolson@gnu.org--2005/muse--main--1.0--patch-232
2891      mwolson@gnu.org--2005/muse--main--1.0--patch-233
2892      mwolson@gnu.org--2005/muse--main--1.0--patch-234
2893      mwolson@gnu.org--2005/muse--main--1.0--patch-235
2894      mwolson@gnu.org--2005/muse--main--1.0--patch-236
2895      mwolson@gnu.org--2005/muse--main--1.0--patch-237
2896      mwolson@gnu.org--2005/muse--main--1.0--patch-238
2897      mwolson@gnu.org--2005/muse--main--1.0--patch-239
2898      mwolson@gnu.org--2005/muse--main--1.0--patch-240
2899      mwolson@gnu.org--2005/muse--main--1.0--patch-241
2900      mwolson@gnu.org--2005/muse--main--1.0--patch-242
2901      mwolson@gnu.org--2005/muse--main--1.0--patch-243
2902      mwolson@gnu.org--2005/muse--main--1.0--patch-244
2903      mwolson@gnu.org--2005/muse--main--1.0--patch-245
2904      mwolson@gnu.org--2005/muse--main--1.0--patch-246
2905      mwolson@gnu.org--2005/muse--main--1.0--patch-247
2906      mwolson@gnu.org--2005/muse--main--1.0--patch-248
2907      mwolson@gnu.org--2005/muse--main--1.0--patch-249
2908      mwolson@gnu.org--2005/muse--main--1.0--patch-250
2909      mwolson@gnu.org--2005/muse--main--1.0--patch-251
2910      mwolson@gnu.org--2005/muse--main--1.0--patch-252
2911      mwolson@gnu.org--2005/muse--main--1.0--patch-253
2912      mwolson@gnu.org--2005/muse--main--1.0--patch-254
2913      mwolson@gnu.org--2005/muse--main--1.0--patch-255
2914      mwolson@gnu.org--2005/muse--main--1.0--patch-256
2915      mwolson@gnu.org--2005/muse--main--1.0--patch-257
2916      mwolson@gnu.org--2005/muse--main--1.0--patch-258
2917      mwolson@gnu.org--2005/muse--main--1.0--patch-259
2918      mwolson@gnu.org--2005/muse--main--1.0--patch-260
2919      mwolson@gnu.org--2005/muse--main--1.0--patch-261
2920      mwolson@gnu.org--2005/muse--main--1.0--patch-262
2921      mwolson@gnu.org--2005/muse--main--1.0--patch-263
2922      mwolson@gnu.org--2005/muse--main--1.0--patch-264
2923      mwolson@gnu.org--2005/muse--main--1.0--patch-265
2924      mwolson@gnu.org--2005/muse--main--1.0--patch-266
2925      mwolson@gnu.org--2005/muse--main--1.0--patch-267
2926      mwolson@gnu.org--2005/muse--main--1.0--patch-268
2927      mwolson@gnu.org--2005/muse--main--1.0--patch-269
2928      mwolson@gnu.org--2005/muse--main--1.0--patch-270
2929      mwolson@gnu.org--2005/muse--main--1.0--patch-271
2930      mwolson@gnu.org--2005/muse--main--1.0--patch-272
2931      mwolson@gnu.org--2005/muse--main--1.0--patch-273
2932      mwolson@gnu.org--2005/muse--main--1.0--patch-274
2933      mwolson@gnu.org--2005/muse--main--1.0--patch-275
2934      mwolson@gnu.org--2005/muse--main--1.0--patch-276
2935      mwolson@gnu.org--2005/muse--main--1.0--patch-277
2936      mwolson@gnu.org--2005/muse--main--1.0--patch-278
2937      mwolson@gnu.org--2005/muse--main--1.0--patch-279
2938      mwolson@gnu.org--2005/muse--main--1.0--patch-280
2939      mwolson@gnu.org--2005/muse--main--1.0--patch-281
2940      mwolson@gnu.org--2005/muse--main--1.0--patch-282
2941      mwolson@gnu.org--2005/muse--main--1.0--patch-283
2942      mwolson@gnu.org--2005/muse--main--1.0--patch-284
2943      mwolson@gnu.org--2005/muse--main--1.0--patch-285
2944      mwolson@gnu.org--2005/muse--main--1.0--patch-286
2945      mwolson@gnu.org--2005/muse--main--1.0--patch-287
2946      mwolson@gnu.org--2005/muse--main--1.0--patch-288
2947      mwolson@gnu.org--2005/muse--main--1.0--patch-289
2948      mwolson@gnu.org--2005/muse--main--1.0--patch-290
2949      mwolson@gnu.org--2005/muse--main--1.0--patch-291
2950      mwolson@gnu.org--2005/muse--main--1.0--patch-292
2951      mwolson@gnu.org--2005/muse--main--1.0--patch-293
2952      mwolson@gnu.org--2005/muse--main--1.0--patch-294
2953      mwolson@gnu.org--2005/muse--main--1.0--patch-295
2954      mwolson@gnu.org--2005/muse--main--1.0--patch-296
2955      mwolson@gnu.org--2005/muse--main--1.0--patch-297
2956      mwolson@gnu.org--2005/muse--main--1.0--patch-298
2957      mwolson@gnu.org--2005/muse--main--1.0--patch-299
2958      mwolson@gnu.org--2005/muse--main--1.0--patch-300
2959      mwolson@gnu.org--2005/muse--main--1.0--patch-301
2960      mwolson@gnu.org--2005/muse--main--1.0--patch-302
2961      mwolson@gnu.org--2005/muse--main--1.0--patch-303
2962      mwolson@gnu.org--2005/muse--main--1.0--patch-304
2963      mwolson@gnu.org--2005/muse--main--1.0--patch-305
2964      mwolson@gnu.org--2005/muse--main--1.0--patch-306
2965      mwolson@gnu.org--2005/muse--main--1.0--patch-307
2966      mwolson@gnu.org--2005/muse--main--1.0--patch-308
2967      mwolson@gnu.org--2005/muse--main--1.0--patch-309
2968      mwolson@gnu.org--2005/muse--main--1.0--patch-310
2969      mwolson@gnu.org--2005/muse--main--1.0--patch-311
2970      mwolson@gnu.org--2005/muse--main--1.0--patch-312
2971      mwolson@gnu.org--2005/muse--main--1.0--patch-313
2972      mwolson@gnu.org--2005/muse--main--1.0--patch-314
2973      mwolson@gnu.org--2005/muse--main--1.0--patch-315
2974      mwolson@gnu.org--2005/muse--main--1.0--patch-316
2975      mwolson@gnu.org--2005/muse--main--1.0--patch-317
2976      mwolson@gnu.org--2005/muse--main--1.0--patch-318
2977      mwolson@gnu.org--2005/muse--main--1.0--patch-319
2978      mwolson@gnu.org--2005/muse--main--1.0--patch-320
2979      mwolson@gnu.org--2005/muse--main--1.0--patch-321
2980      mwolson@gnu.org--2005/muse--main--1.0--patch-322
2981      mwolson@gnu.org--2005/muse--main--1.0--patch-323
2982      mwolson@gnu.org--2005/muse--main--1.0--patch-324
2983      mwolson@gnu.org--2005/muse--main--1.0--patch-325
2984      mwolson@gnu.org--2005/muse--main--1.0--patch-326
2985      mwolson@gnu.org--2005/muse--main--1.0--patch-327
2986      mwolson@gnu.org--2005/muse--main--1.0--patch-328
2987      mwolson@gnu.org--2005/muse--main--1.0--patch-329
2988      mwolson@gnu.org--2005/muse--main--1.0--patch-330
2989      mwolson@gnu.org--2005/muse--main--1.0--patch-331
2990      mwolson@gnu.org--2005/muse--main--1.0--patch-332
2991      mwolson@gnu.org--2005/muse--main--1.0--patch-333
2992      mwolson@gnu.org--2005/muse--main--1.0--patch-334
2993      mwolson@gnu.org--2005/muse--main--1.0--patch-335
2994      mwolson@gnu.org--2005/muse--main--1.0--patch-336
2995      mwolson@gnu.org--2005/muse--main--1.0--patch-337
2996      mwolson@gnu.org--2005/muse--main--1.0--patch-338
2997      mwolson@gnu.org--2005/muse--main--1.0--patch-339
2998      mwolson@gnu.org--2005/muse--main--1.0--patch-340
2999      mwolson@gnu.org--2005/muse--main--1.0--patch-341
3000      mwolson@gnu.org--2005/muse--main--1.0--patch-342
3001      mwolson@gnu.org--2005/muse--main--1.0--patch-343
3002      mwolson@gnu.org--2005/muse--main--1.0--patch-344
3003      mwolson@gnu.org--2005/muse--main--1.0--patch-345
3004      mwolson@gnu.org--2005/muse--main--1.0--patch-346
3005      mwolson@gnu.org--2005/muse--main--1.0--patch-347
3006      mwolson@gnu.org--2005/muse--main--1.0--patch-348
3007      mwolson@gnu.org--2005/muse--main--1.0--patch-349
3008      mwolson@gnu.org--2005/muse--main--1.0--patch-350
3009      mwolson@gnu.org--2005/muse--main--1.0--patch-351
3010      mwolson@gnu.org--2005/muse--main--1.0--patch-352
3011      mwolson@gnu.org--2005/muse--main--1.0--patch-353
3012      mwolson@gnu.org--2005/muse--main--1.0--patch-354
3013      mwolson@gnu.org--2005/muse--main--1.0--patch-355
3014      mwolson@gnu.org--2005/muse--rel--3.02--base-0
3015      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
3016      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
3017      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
3018      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
3019      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
3020      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
3021      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
3022      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
3023      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
3024      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
3025      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
3026      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
3027      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
3028      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
3029      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
3030      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
3031      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
3032      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
3033      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
3034      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
3035      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
3036      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
3037      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
3038      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
3039      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
3040      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
3041      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
3042      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
3043      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
3044      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
3045      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
3046      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
3047      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
3048      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
3049      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
3050      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
3051      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
3052      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
3053      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
3054      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
3055      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
3056      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
3057      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8