Make the Table of Contents CSS easier to customize.
[muse-el.git] / ChangeLog.2006
blobd7c0915eddb4cb2e0fdcb2a65dfdf7d31e39c9f9
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-25 21:23:55 GMT Michael Olson <mwolson@gnu.org> patch-136
7     Summary:
8       Make the Table of Contents CSS easier to customize.
9     Revision:
10       muse--main--1.0--patch-136
12     * examples/mwolson/muse-init.el (muse-bad-link): Update.
13     
14     * examples/mwolson/stylesheets/*.css: Update and add license.
15     
16     * lisp/muse-html.el (muse-html-insert-contents): Surround contents with
17       <div> section for easier CSS hacking.  Remove the class attribute of
18       other elements, since we don't need it anymore.
20     modified files:
21      ChangeLog.2006 Makefile.defs debian/changelog
22      examples/mwolson/muse-init.el
23      examples/mwolson/stylesheets/blog.css
24      examples/mwolson/stylesheets/common.css
25      examples/mwolson/stylesheets/print.css
26      examples/mwolson/stylesheets/screen.css lisp/muse-html.el
29 2006-05-24 03:30:40 GMT Michael Olson <mwolson@gnu.org> patch-135
31     Summary:
32       Fix a potential unbounded recursive call.
33     Revision:
34       muse--main--1.0--patch-135
36     * lisp/muse-project.el (muse-updating-file-alist-p): New variable that
37       prevents calls to muse-project-file-alist in its hook functions from
38       going into an infinite loop.
39       (muse-project-file-alist): Use it.
40     
41     * lisp/muse-wiki.el (muse-wiki-updating-wikiword-p): Remove.  This is now
42       handled in muse-project.el.
43       (muse-wiki-update-local-wikiword-regexp): Remove the use of
44       muse-wiki-updating-wikiword-p.
46     modified files:
47      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
50 2006-05-23 18:10:49 GMT Michael Olson <mwolson@gnu.org> patch-134
52     Summary:
53       Try not to call tramp during publishing.
54     Revision:
55       muse--main--1.0--patch-134
57     * lisp/muse-publish.el (muse-insert-file-or-string): Do not call
58       file-readable-p on text that has a newline in it, because this could
59       cause tramp to be invoked.
61     modified files:
62      ChangeLog.2006 lisp/muse-publish.el
65 2006-05-23 15:30:02 GMT Michael Olson <mwolson@gnu.org> patch-133
67     Summary:
68       Make links colored blue by default.
69     Revision:
70       muse--main--1.0--patch-133
72     * lisp/muse-colors.el (muse-link): Make links blue by default, like most
73       other Emacs modes do.
75     modified files:
76      ChangeLog.2006 lisp/muse-colors.el
79 2006-05-23 14:24:58 GMT Michael Olson <mwolson@gnu.org> patch-132
81     Summary:
82       Fix publishing error with tables and initial whitespace.
83     Revision:
84       muse--main--1.0--patch-132
86     * lisp/muse-publish.el (muse-publish-markup-regexps): Move table rule
87       above blockquote and centered text, so that indented but blank initial
88       table fields publish correctly.
89     
90     * lisp/muse-regexps.el (muse-table-line-regexp): Make this much simpler.
91       We accept anything that has at least one field delimiter.
93     modified files:
94      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
97 2006-05-18 06:58:58 GMT Michael Olson <mwolson@gnu.org> patch-131
99     Summary:
100       Add muse-protocol-iw.el to experimental folder.
101     Revision:
102       muse--main--1.0--patch-131
104     * experimental/muse-protocol-iw.el: New experimental file that implements
105       an interwiki protocol of sorts that handles subdirectories.
107     new files:
108      experimental/.arch-ids/muse-protocol-iw.el.id
109      experimental/muse-protocol-iw.el
111     modified files:
112      AUTHORS ChangeLog.2006 experimental/muse-split.el
115 2006-05-18 06:43:30 GMT Michael Olson <mwolson@gnu.org> patch-130
117     Summary:
118       Add muse-split.el to experimental folder.
119     Revision:
120       muse--main--1.0--patch-130
122     * experimental/muse-split.el: New experimental file that splits published
123       Muse files into several smaller files.
125     new files:
126      experimental/.arch-ids/muse-split.el.id
127      experimental/muse-split.el
129     modified files:
130      AUTHORS ChangeLog.2006 Makefile.defs debian/changelog
131      debian/control
134 2006-05-18 06:03:49 GMT Michael Olson <mwolson@gnu.org> patch-129
136     Summary:
137       muse-wiki: Make the interwiki resolver a bit more clever.
138     Revision:
139       muse--main--1.0--patch-129
141     * lisp/muse-project.el (muse-project-choose-style): New function that
142       chooses a style from a list of styles, given a user-supplied test.
143     
144     * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix): New function
145       that is used along with `muse-project-choose-style' to pick the first
146       style that matches a given value for :link-prefix.
147       (muse-wiki-resolve-project-page-1): New function split from
148       `muse-wiki-resolve-project-page' for readability.  Try to match files
149       that have the same link-suffix.  This should hopefully fix a bug
150       noticed by Hans Ekbrand.
152     modified files:
153      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
156 2006-05-18 01:24:04 GMT Michael Olson <mwolson@gnu.org> patch-128
158     Summary:
159       Fix bug where links with :: in them were marked up as lists.
160     Revision:
161       muse--main--1.0--patch-128
163     * lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
164       Change noemphasis property to muse-link.
165     
166     * lisp/muse.el (muse-forward-list-item): Respect muse-link property.
167     
168     * lisp/muse-publish.el (muse-publish-surround-text)
169       (muse-publish-markup-list): Ditto.  This should fix a bug.
170       (muse-publish-markup-list): Docfix.
171       (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.
172     
173     * lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
174       There must be either one or more spaces or a single newline after the
175       colons.  This prevents an ambiguity with the double-colon muse-wiki
176       interwiki delimiter.
178     modified files:
179      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
180      lisp/muse-regexps.el lisp/muse-xml-common.el lisp/muse.el
183 2006-05-17 21:27:19 GMT Michael Olson <mwolson@gnu.org> patch-127
185     Summary:
186       DTRT with explicit links that have no description.
187     Revision:
188       muse--main--1.0--patch-127
190     * lisp/muse-publish.el (muse-publish-markup-link): If we are given an
191       explicit link without a description, use the name of the linked page.
193     modified files:
194      ChangeLog.2006 lisp/muse-publish.el
197 2006-05-16 15:53:56 GMT Michael Olson <mwolson@gnu.org> patch-126
199     Summary:
200       Fix emdash in link description bug.
201     Revision:
202       muse--main--1.0--patch-126
204     * lisp/muse-publish.el (muse-publish-markup-emdash): Don't markup emdash
205       if we are in a link, since otherwise it will be incorrectly escaped.
206       Thanks to Chiyuan Zhang for the report.
208     modified files:
209      ChangeLog.2006 Makefile.defs debian/changelog
210      lisp/muse-publish.el
213 2006-05-12 04:16:43 GMT Michael Olson <mwolson@gnu.org> patch-125
215     Summary:
216       Fix #5925: Emphasis on item breaks lists.
217     Revision:
218       muse--main--1.0--patch-125
220     * lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
221       as the browsing function.
222     
223     * lisp/muse-mode.el (muse-browse-result): Only include styles that match
224       the current file.
225     
226     * lisp/muse.el (muse-list-item-critical-point): Take a new argument named
227       `offset' into account, in case the list-item regexp is nested in
228       another group.
229       (muse-forward-list-item): Call `muse-list-item-critical-point' with an
230       offset of 1.  This should fix an unpleasant list-as-blockquote error
231       that was noticed recently.  Thanks to John Sullivan for the report.
233     modified files:
234      ChangeLog.2006 lisp/muse-blosxom.el lisp/muse-mode.el
235      lisp/muse.el
238 2006-05-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
240     Summary:
241       Fix a couple of beginning-of-buffer errors.
242     Revision:
243       muse--main--1.0--patch-124
245     * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
246       don't throw an error if at the beginning of the buffer.  Thanks to John
247       Sullivan for the report.
249     modified files:
250      ChangeLog.2006 lisp/muse-mode.el
253 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
255     Summary:
256       muse.texi: Change use of @subsubheading to @subheading.
257     Revision:
258       muse--main--1.0--patch-123
260     * muse.texi: Change use of @subsubheading to @subheading throughout
261       document.
263     modified files:
264      ChangeLog.2006 muse.texi
267 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
269     Summary:
270       muse.texi: Change subsections to subheadings.
271     Revision:
272       muse--main--1.0--patch-122
274     (Author: John Sullivan <john@wjsullivan.net>)
275     
276     * muse.texi: Change @subsection and @strong to @subheading throughout
277       document.
279     modified files:
280      ChangeLog.2006 Makefile.defs debian/changelog muse.texi
282     new patches:
283      john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
284      john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
285      john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
288 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
290     Summary:
291       Update keystrokes used in muse-mode, as well as docs.
292     Revision:
293       muse--main--1.0--patch-121
295     * lisp/muse-mode.el (muse-insert-map): New variable that defines the
296       keymap to use when the user wants to insert something into the current
297       buffer using `C-c i'.
298       (muse-mode-map): Sort keys somewhat.  Remove binding of `C-c C-v' to
299       muse-follow-name-at-point, since this is already used for
300       muse-browse-result.  Call `muse-insert-thing' on `C-c i', which will
301       prompt for the thing to insert.
302       (muse-insert-thing): New function that prompts the user for something
303       to insert into the current buffer.  It tries to be as friendly as
304       possible by catching possible errors with the message "Not inserting
305       anything".
306       (muse-mode-completions): Rename from `muse-completions', since this is
307       what we use in `muse-mode'.
308       (muse-mode-current-word): Similarly.  These don't seem to work
309       correctly, for unknown reasons.
310     
311     * muse.texi (Keystroke Summary): Update to include all keystrokes that we
312       utilize.
314     modified files:
315      ChangeLog.2006 lisp/muse-mode.el muse.texi
318 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
320     Summary:
321       Fix buggy behavior in muse-browse-result.
322     Revision:
323       muse--main--1.0--patch-120
325     * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
326       names to styles, based on the styles contained in the current Muse
327       project.  Thanks to kid kid for the analysis.
328     
329     * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
330       specified as an argument.
332     modified files:
333      ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
336 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
338     Summary:
339       muse-latex: Make images look better.
340     Revision:
341       muse--main--1.0--patch-119
343     * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
344       be 75% the width of the page, which looks better.  Enclose images in
345       figures, and center them.
347     modified files:
348      ChangeLog.2006 lisp/muse-latex.el
351 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
353     Summary:
354       Fix a few image bugs.
355     Revision:
356       muse--main--1.0--patch-118
358     * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
359       passing it to `muse-colors-inline-image-method'.  This makes images
360       with the same current directory and publishing directory get resolved
361       correctly.
362     
363     * lisp/muse-project.el (muse-project-find-file): Don't try to add a
364       ".muse" extension to images.
366     modified files:
367      ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
370 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
372     Summary:
373       Make build targets more consistent.
374     Revision:
375       muse--main--1.0--patch-117
377     * contrib/Makefile (install): Make build targets more consistent.  Thanks
378       to dsmith for the report.
379     
380     * lisp/Makefile (all, lisp, install): Ditto.
382     modified files:
383      ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
384      lisp/Makefile
387 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
389     Summary:
390       cgi.el: Make this work without cl-seq.el.
391     Revision:
392       muse--main--1.0--patch-116
394     * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
395       code.  Make this not depend on 'cl at runtime.
396       (cgi-position): New function that implements a simple replacement for
397       the position function found in cl-seq.el.
398       (cgi-decode): Use `cgi-position' instead of `position' and `substring'
399       instead of `subseq'.
400     
401     * contrib/httpd.el: Credit myself.
403     modified files:
404      ChangeLog.2006 contrib/cgi.el contrib/httpd.el
407 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
409     Summary:
410       Make publishing DTRT when using escaped list markup.
411     Revision:
412       muse--main--1.0--patch-115
414     * lisp/muse-publish.el (muse-publish-surround-text)
415       (muse-publish-markup-list): Ignore escaped list markup.
416     
417     * lisp/muse.el (muse-list-item-type): Docfix.
418       (muse-list-item-critical-point): New function that returns the point
419       where we should expect to find the first character in the current list
420       item markup.
421       (muse-forward-paragraph): Docfix and cosmetic change.
422       (muse-forward-list-item): Ignore escaped list markup.  This should fix
423       a few publishing errors that involve markup like =::=.
425     modified files:
426      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
429 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
431     Summary:
432       muse-publish: Get rid of warning when batch publishing.
433     Revision:
434       muse--main--1.0--patch-114
436     * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
437       publishing warning message.
439     modified files:
440      ChangeLog.2006 Makefile.defs debian/changelog
441      lisp/muse-publish.el
444 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
446     Summary:
447       Try to fix face clobbering bug.
448     Revision:
449       muse--main--1.0--patch-113
451     * lisp/muse-colors.el (muse-make-faces-default): New function that sets
452       the default value of the header faces.  It can be re-used.
453       (muse-make-faces): Simplify.  This should now fix the face clobbering
454       bug.
456     modified files:
457      ChangeLog.2006 lisp/muse-colors.el
460 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
462     Summary:
463       Re-add some cgi.el stuff and update my example config.
464     Revision:
465       muse--main--1.0--patch-112
467     * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
468       they are mentioned in the documentation.
469     
470     * examples/mwolson/: Update.
472     modified files:
473      ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
474      examples/mwolson/templates/footer.html
475      examples/mwolson/templates/header.html
478 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
480     Summary:
481       muse-mode: Make C-c C-e work better.
482     Revision:
483       muse--main--1.0--patch-111
485     * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
486       that this is more robust.
488     modified files:
489      ChangeLog.2006 lisp/muse-mode.el
492 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
494     Summary:
495       muse-latex: Don't escape backslash in <example> regions.
496     Revision:
497       muse--main--1.0--patch-110
499     * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
500       to escape the backslash after all.
501       (muse-latex-markup-specials-literal): Docfix.
502     
503     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
505     modified files:
506      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
509 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
511     Summary:
512       Allow tab characters in the target of explicit links.
513     Revision:
514       muse--main--1.0--patch-109
516     * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
517       in the link target.  This doesn't seem like it could hurt anything, and
518       prevents unexpected behavior.  Thanks to rubikitch AT ruby-lang.org for
519       the report.
521     modified files:
522      ChangeLog.2006 lisp/muse-regexps.el
525 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
527     Summary:
528       muse-wiki: Fix bug that caused WikiWords not to publish or display.
529     Revision:
530       muse--main--1.0--patch-108
532     * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
534     modified files:
535      ChangeLog.2006 Makefile.defs debian/changelog
536      lisp/muse-wiki.el
539 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
541     Summary:
542       Fix horrendous typo.
543     Revision:
544       muse--main--1.0--patch-107
546     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
547       strangeness.
549     modified files:
550      ChangeLog.2006 lisp/muse-publish.el
553 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
555     Summary:
556       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
557     Revision:
558       muse--main--1.0--patch-106
560     (Author: Per B. Sederberg <per@med.upenn.edu>)
561     
562     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
563       Option to not create implicit links to the current page.
564       (muse-wiki-handle-wikiword): Process the option to not create implicit
565       links to the current page.
567     modified files:
568      ChangeLog.2006 Makefile.defs debian/changelog
569      lisp/muse-wiki.el
571     new patches:
572      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
575 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
577     Summary:
578       Try to fix failure to recognize Muse file extension (6th attempt).
579     Revision:
580       muse--main--1.0--patch-105
582     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
583       init file is loaded.
584       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
585       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
586     
587     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
588       user's init file is loaded.  Explicitly add the Muse file extension
589       when muse.el is loaded, to make life simpler.
590       (muse-update-file-extension): Take several edge cases into account.
591       (muse-file-extension): Docfix.
592       (muse-update-file-extension-after-init): New function that causes the
593       file extension to be updated.
594     
595     * muse.texi (Projects): It is no longer necessary to call
596       `muse-mode-maybe' manually.
598     modified files:
599      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
602 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
604     Summary:
605       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
606     Revision:
607       muse--main--1.0--patch-104
609     (Author: Per B. Sederberg <per@med.upenn.edu>)
610     
611     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
612       to return a list of project files that have spaces.
613       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
614       spaces function.  Don't make this buffer-local.
616     modified files:
617      ChangeLog.2006 lisp/muse-wiki.el
619     new patches:
620      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
621      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
622      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
623      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
624      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
627 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
629     Summary:
630       Try to fix failure to recognize Muse file extension (5th attempt).
631     Revision:
632       muse--main--1.0--patch-103
634     * lisp/muse.el: To detect whether Emacs has fully started, check
635       `command-line-processed' instead of `inhibit-startup-hooks', since the
636       latter only exists for Emacs22.
638     modified files:
639      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
642 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
644     Summary:
645       muse-html: Add :style-sheet element.
646     Revision:
647       muse--main--1.0--patch-102
649     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
650       :style-sheet element.
651       ("html", "xhtml"): Add the :style-sheet element.
652     
653     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
654       style already exists.  Instead, just replace the existing style.
655       (muse-derive-style): Ditto.
656     
657     * muse.texi (Style Elements): Mention :style-sheet.
659     modified files:
660      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
661      muse.texi
664 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
666     Summary:
667       Try to fix failure to recognize Muse file extension (4th attempt).
668     Revision:
669       muse--main--1.0--patch-101
671     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
672       the command line.
674     modified files:
675      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
678 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
680     Summary:
681       Try to fix failure to recognize Muse file extension (3rd attempt).
682     Revision:
683       muse--main--1.0--patch-100
685     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
687     modified files:
688      ChangeLog.2006 lisp/muse.el
691 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
693     Summary:
694       Try to fix failure to recognize Muse file extension (2nd attempt).
695     Revision:
696       muse--main--1.0--patch-99
698     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
699       auto-mode-alist.
701     modified files:
702      ChangeLog.2006 lisp/muse.el
705 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
707     Summary:
708       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
709     Revision:
710       muse--main--1.0--patch-98
712     (Author: Per B. Sederberg <per@med.upenn.edu>)
713     
714     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
715       interwiki-regexp to search for any project file name.  This is so it
716       will match files with spaces.
718     modified files:
719      ChangeLog.2006 lisp/muse-wiki.el
721     new patches:
722      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
723      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
724      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
725      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
726      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
727      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
728      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
731 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
733     Summary:
734       Try to fix failure to recognize Muse file extension.
735     Revision:
736       muse--main--1.0--patch-97
738     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
739       of semantics.
740     
741     * lisp/muse.el: Call muse-update-file-extension in
742       muse-update-values-hook, instead of
743       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
744       emacs-startup-hook, so that the user has time to set this in their
745       .emacs file.
747     modified files:
748      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
751 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
753     Summary:
754       Make things in contrib directory installable.
755     Revision:
756       muse--main--1.0--patch-96
758     * Makefile (SUBDIRS): Add contrib.
759       (all): Add contrib.
760       (contrib): New target that compiles things in the contrib directory.
761       (install-bin): Add contrib.  Install things in the contrib directory.
762       Also install uncompiled things in the experimental directory.
763     
764     * contrib/Makefile: New Makefile for the contrib directory.
765     
766     * contrib/httpd.el (httpd-start): Fix compiler warnings.
767     
768     * debian/emacsen-install: Compile files in contrib directory in addition
769       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
770     
771     * debian/emacsen-startup: Add contrib directory to load-path.
772     
773     * experimental/Makefile (test): Remove target.
774       (install-uncompiled): New target that installs uncompiled files.
775     
776     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
777       (muse-update-file-extension): Fix a warning that occurred when doing
778       batch publishing.
780     new files:
781      contrib/.arch-ids/Makefile.id contrib/Makefile
783     modified files:
784      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
785      debian/changelog debian/emacsen-install debian/emacsen-startup
786      experimental/Makefile lisp/muse.el muse.texi
789 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
791     Summary:
792       Remove muse-registry.el.
793     Revision:
794       muse--main--1.0--patch-95
796     * lisp/muse-registry.el: Move to the Planner project, since it is a
797       better fit with Planner than Muse.
799     removed files:
800      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
802     modified files:
803      AUTHORS ChangeLog.2006
806 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
808     Summary:
809       Prepare Debian package for Arch snapshot.
810     Revision:
811       muse--main--1.0--patch-94
813     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
814       snapshot.
816     modified files:
817      ChangeLog.2006 Makefile.defs debian/changelog
820 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
822     Summary:
823       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
824     Revision:
825       muse--main--1.0--patch-93
827     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
828       `muse-wiki-hide-nop-tag' into account.
830     modified files:
831      ChangeLog.2006 lisp/muse-wiki.el
834 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
836     Summary:
837       Fix a couple of compiler warnings.
838     Revision:
839       muse--main--1.0--patch-92
841     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
843     modified files:
844      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
847 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
849     Summary:
850       Make interwiki links work with the new option.
851     Revision:
852       muse--main--1.0--patch-91
854     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
855       parameters.  Populate this correctly when
856       `muse-wiki-match-all-project-files' is non-nil.
858     modified files:
859      ChangeLog.2006 lisp/muse-wiki.el
862 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
864     Summary:
865       Permit table generation to be disabled for a single Muse page.
866     Revision:
867       muse--main--1.0--patch-90
869     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
870       data, don't publish the table.
871     
872     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
873     
874     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
875     
876     * lisp/muse-publish.el (muse-publish-table-fields): If the
877       "disable-tables" publishing directive exists for the current page, do
878       not generate a table.
879     
880     * muse.texi (Tables): Mention that table generation can be disabled for a
881       single page.
883     modified files:
884      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
885      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
888 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
890     Summary:
891       muse-wiki: Match filenames before WikiWords.
892     Revision:
893       muse--main--1.0--patch-89
895     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
896       filenames in project before the general WikiWord regexp.
898     modified files:
899      ChangeLog.2006 lisp/muse-wiki.el
902 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
904     Summary:
905       Use a better mechanism for updating autogenerated variables.
906     Revision:
907       muse--main--1.0--patch-88
909     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
910     
911     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
912     
913     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
914       muse-update-values-hook.
915     
916     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
917       muse-update-values-hook.
918     
919     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
920       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
921       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
922       error is fixed.
923       (muse-wiki-update-custom-values): Replace with function that gives a
924       warning and an explanation.
925     
926     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
927       example so that people who use it won't have a wrong value in
928       muse-mode-hook.
930     modified files:
931      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
932      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
933      lisp/muse.el
936 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
938     Summary:
939       muse-wiki: Implement implicit links for all files in project.
940     Revision:
941       muse--main--1.0--patch-87
943     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
944       don't get errors when trying to use it.
945     
946     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
947       muse-project-file-alist-hook.
948       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
949       into a recursive call.
950       (muse-wiki-update-wikiword-regexp): Call
951       `muse-wiki-update-local-wikiword-regexp'.
952     
953     (Author: Per B. Sederberg <per@med.upenn.edu>)
954     
955     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
956       muse-before-publish-hook and muse-mode-hook so that implicit links are
957       published properly.
958       (muse-wiki-wikiword-match-project-files): New option for determining
959       whether to match all project files as implicit links.  This is off by
960       default.
961       (muse-wiki-update-local-wikiword-regexp): New function to make the
962       wikiword-regexp local and append the files in the current project to
963       it.
965     modified files:
966      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
968     new patches:
969      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
970      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
971      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
972      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
973      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
974      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
975      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
976      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
977      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
978      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
979      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
980      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
981      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
982      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
985 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
987     Summary:
988       Update Muse's file-alist after saving any Muse page.
989     Revision:
990       muse--main--1.0--patch-86
992     * lisp/muse-project.el (muse-project-after-save-hook): New function that
993       causes Muse's file-alist to be updated when we are saving a Muse file.
994       This is added to after-save-hook.
996     modified files:
997      ChangeLog.2006 lisp/muse-project.el
1000 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
1002     Summary:
1003       Add a hook that is called whenever Muse's file-alist is updated.
1004     Revision:
1005       muse--main--1.0--patch-85
1007     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
1008       executed after an update to muse-project-file-alist happens.
1009       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
1011     modified files:
1012      ChangeLog.2006 lisp/muse-project.el
1015 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
1017     Summary:
1018       muse-mode: Recognize definition lists when filling text.
1019     Revision:
1020       muse--main--1.0--patch-84
1022     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
1023       text.
1024     
1026     modified files:
1027      ChangeLog.2006 lisp/muse-mode.el
1030 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
1032     Summary:
1033       Remove unrelated part of patch-82.
1034     Revision:
1035       muse--main--1.0--patch-83
1038     modified files:
1039      ChangeLog.2006 lisp/muse-mode.el
1042 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
1044     Summary:
1045       muse-journal: Fix dates in RSS feeds.
1046     Revision:
1047       muse--main--1.0--patch-82
1049     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
1050       date is in a format that RSS readers can handle.  Thanks to René
1051       Stadler for the patch.
1053     modified files:
1054      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
1057 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
1059     Summary:
1060       debian: Install ChangeLog properly.
1061     Revision:
1062       muse--main--1.0--patch-81
1064     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
1065       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
1066       the breakage report.
1068     modified files:
1069      ChangeLog.2006 debian/rules
1072 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
1074     Summary:
1075       Fix a bug triggered by batch-publishing.
1076     Revision:
1077       muse--main--1.0--patch-80
1079     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
1080       right algorithm turned out to be simpler than I had thought.  Thanks to
1081       Sergei V. Fleytin for reporting breakage with the old method.
1082       (muse-publish-file): Don't be overzealous when checking for an invalid
1083       style -- use a simpler check.
1084       (muse-batch-publish-files): Don't check for invalid styles here, since
1085       we already do so in `muse-publish-file'.
1087     modified files:
1088      ChangeLog.2006 lisp/muse-publish.el
1091 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
1093     Summary:
1094       muse.texi: Move some sections to a new Extending Muse chapter.
1095     Revision:
1096       muse--main--1.0--patch-79
1098     * muse.texi (Extending Muse): New chapter containing nodes that deal with
1099       extending Muse in various ways.
1100       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
1102     modified files:
1103      ChangeLog.2006 muse.texi
1106 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
1108     Summary:
1109       Fix a couple of recently-introduced bugs.
1110     Revision:
1111       muse--main--1.0--patch-78
1113     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
1114       extra hard to preserve our settings for faces, especially after a new
1115       frame or splash screen.
1116     
1117     * lisp/muse.el (muse-copy-face): New function that ensures the face is
1118       copied globally, to the extent the Emacs permits this.
1120     modified files:
1121      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1124 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
1126     Summary:
1127       Update my example configuration file.
1128     Revision:
1129       muse--main--1.0--patch-77
1132     modified files:
1133      ChangeLog.2006 examples/mwolson/muse-init.el
1136 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
1138     Summary:
1139       Remove cruft from patch logs.
1140     Revision:
1141       muse--main--1.0--patch-76
1144     modified files:
1145      ChangeLog.2006
1146      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
1147      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
1148      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
1149      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
1150      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
1151      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
1152      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
1153      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
1156 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
1158     Summary:
1159       Make faces more robust and namespace-conforming.
1160     Revision:
1161       muse--main--1.0--patch-75
1163     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
1164       face has documentation and a group.
1165       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
1166       "-face" suffix.
1167       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
1168       faces have documentation and a group.  Copy unconditionally from the
1169       related Emacs faces, rather than specifying face attributes.
1170       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
1171       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
1172       face names.
1173     
1174     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
1175       the 'muse-link property rather than looking at the face.
1177     modified files:
1178      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1181 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
1183     Summary:
1184       muse.texi: Mention the <code> tag.
1185     Revision:
1186       muse--main--1.0--patch-74
1188     * muse.texi (Emphasizing Text): Mention the <code> tag.
1190     modified files:
1191      ChangeLog.2006 muse.texi
1194 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
1196     Summary:
1197       Fix bug in verse markup, undesired behavior with emdash.
1198     Revision:
1199       muse--main--1.0--patch-73
1201     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
1202       around emdash.
1203     
1204     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1205     
1206     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1207     
1208     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
1209       trailing whitespace to `muse-markup-text', in case the current
1210       publishing wishes to use them.
1211       (muse-publish-markup-verse): Insert newline without adding read-only
1212       properties to it.  This fixes a paragraph detection bug in HTML
1213       publishing.
1215     modified files:
1216      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1217      lisp/muse-publish.el lisp/muse-xml.el
1220 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
1222     Summary:
1223       httpd.el: Update to work with newer versions of Emacs.
1224     Revision:
1225       muse--main--1.0--patch-72
1227     * contrib/httpd.el (httpd-start): Update this to work with newer versions
1228       of Emacs.
1230     modified files:
1231      ChangeLog.2006 contrib/httpd.el
1234 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1236     Summary:
1237       muse-journal: Make custom RSS heading regexps possible.
1238     Revision:
1239       muse--main--1.0--patch-71
1241     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1242       determines the regexp to use when searching for an RSS heading.
1243       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1245     modified files:
1246      ChangeLog.2006 lisp/muse-journal.el
1249 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1251     Summary:
1252       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1253     Revision:
1254       muse--main--1.0--patch-70
1256     * lisp/muse-project.el (muse-project-publish): If we cannot find a
1257       project to publish, indicate this in an error message.
1258     
1259     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1260       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
1261       (muse-detect-invalid-style): New function that makes sure that the
1262       given style is in a valid format.
1263       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
1264       publishing.
1266     modified files:
1267      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
1270 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
1272     Summary:
1273       muse-mode: Don't require muse-publish.el.
1274     Revision:
1275       muse--main--1.0--patch-69
1277     * lisp/muse-mode.el: Use a few autoloads instead of requiring
1278       muse-publish.el.  This allows people to optionally have Muse mode
1279       without including the publishing features, as long as they never call a
1280       publishing function.  The documentation says that Muse is supposed to
1281       be modular in that way, so I guess we'd better follow it.
1282       (muse-insert-tag): Make sure that muse-publish is required before
1283       accessing `muse-publish-markup-tags'.
1285     modified files:
1286      ChangeLog.2006 lisp/muse-mode.el
1289 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
1291     Summary:
1292       Minor code cleanup.
1293     Revision:
1294       muse--main--1.0--patch-68
1296     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
1298     modified files:
1299      ChangeLog.2006 lisp/muse-mode.el
1302 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
1304     Summary:
1305       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
1306     Revision:
1307       muse--main--1.0--patch-67
1309     (Author: Per B. Sederberg <per@med.upenn.edu>)
1310     
1311     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
1312       used for grepping.
1313       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
1314       muse-find-backlinks C-c C-b
1315       (muse-grep): New function to envoke a search with the compiler.
1316       (muse-search-with-command): New function to search for text, optionally
1317       editing the command.
1318       (muse-search): New function to search for text.
1319       (muse-find-backlinks): New function to search for backlinks to the
1320       current page.
1322     modified files:
1323      ChangeLog.2006 lisp/muse-mode.el
1325     new patches:
1326      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
1327      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
1328      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
1329      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
1330      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
1331      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
1332      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
1333      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
1334      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
1335      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
1336      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
1337      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
1340 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
1342     Summary:
1343       Make it easier to call context-specific region-escaping function.
1344     Revision:
1345       muse--main--1.0--patch-66
1347     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
1348       returned from specials, call it with beg, end, ignore-read-only args.
1349       This allows for people to specify their own functions for escaping
1350       regions, depending on context.  See `muse-xml-decide-specials' in
1351       muse-xml-common.el.  This functionality already exists for escaping
1352       specials in strings.
1354     modified files:
1355      ChangeLog.2006 lisp/muse-publish.el
1358 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
1360     Summary:
1361       Attempt to make new syntaxes easier to support.
1362     Revision:
1363       muse--main--1.0--patch-65
1365     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
1366       and `muse-get-link-data'.
1367     
1368     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
1369     
1370     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
1371       (muse-make-link): Change argument name.
1372     
1373     * lisp/muse.el (muse-handle-explicit-link): Ditto.
1374       (muse-get-link, muse-get-link-desc): New functions that return the link
1375       and the link description, respectively, from the given TARGET.  The
1376       idea is that at least one other markup syntax puts descriptions before
1377       links, so all they would have to do is re-define these two functions.
1379     modified files:
1380      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
1381      lisp/muse-mode.el lisp/muse.el
1384 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
1386     Summary:
1387       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
1388     Revision:
1389       muse--main--1.0--patch-64
1391     * Makefile.defs, lisp/muse-colors.el: Fix typo.
1392     
1393     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
1394       `replace-in-string' is checked before `replace-regexp-in-string', since
1395       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
1396       Ottaway for the heads up.
1398     modified files:
1399      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
1402 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
1404     Summary:
1405       muse-latex: Add footnotes to links so that they show up on printed copies.
1406     Revision:
1407       muse--main--1.0--patch-63
1409     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
1410       'url-and-desc.  Display footnotes if we have both a link and a
1411       description, since we want URLs to show up on printed documents.
1412       (muse-latex-markup-specials-document): Escape the "@" character in the
1413       entire document.
1414     
1415     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
1416       without descriptions and URLs with descriptions.  If no markup string
1417       exists for 'url-and-desc, fall back to 'url.
1419     modified files:
1420      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1423 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
1425     Summary:
1426       Fix publishing error with multi-line wrapped list items.
1427     Revision:
1428       muse--main--1.0--patch-62
1430     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
1431       multiple lines of a wrapped list item.
1433     modified files:
1434      ChangeLog.2006 lisp/muse-publish.el
1437 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
1439     Summary:
1440       Add COPYING file; update headers.
1441     Revision:
1442       muse--main--1.0--patch-61
1444     * COPYING: New file containing the GNU GPL.
1445     
1446     * AUTHORS: Bookkeeping.
1447     
1448     * README: Add License section.  Change Muse homepage URL.
1449     
1450     * debian/copyright: Change Muse homepage URL.  Prune list to those who
1451       have changed 15+ lines of code, since this is the amount that
1452       constitutes legal contribution to a software work, AFAICT.
1453     
1454     * examples/mwolson: Update contents of directory to match my current
1455       setup.
1456     
1457     * experimental/muse*.el, lisp/muse*.el: Update headers.
1458     
1459     * muse.texi: Change Muse homepage URL.
1461     new files:
1462      .arch-ids/COPYING.id COPYING
1464     modified files:
1465      AUTHORS ChangeLog.2006 README debian/copyright
1466      examples/mwolson/muse-init.el
1467      examples/mwolson/stylesheets/blog.css
1468      examples/mwolson/stylesheets/common.css
1469      examples/mwolson/stylesheets/print.css
1470      examples/mwolson/stylesheets/screen.css
1471      experimental/muse-cite.el experimental/muse-mathml.el
1472      experimental/muse-message.el lisp/muse-backlink.el
1473      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
1474      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
1475      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
1476      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
1477      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
1478      lisp/muse-publish.el lisp/muse-regexps.el
1479      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
1480      lisp/muse-xml.el lisp/muse.el muse.texi
1483 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
1485     Summary:
1486       Update Muse XML schema.
1487     Revision:
1488       muse--main--1.0--patch-60
1490     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
1491       history.  We'll call this v0.3 of the schema.
1492     
1493     * lisp/muse-xml-common.el: Update header.
1494       (muse-xml-markup-table): Fix table generation when attributes are not
1495       specified.
1497     modified files:
1498      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
1501 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
1503     Summary:
1504       Fix output for consecutive list items of same type.
1505     Revision:
1506       muse--main--1.0--patch-59
1508     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
1509       post-indent and indent-found values local to each list item.  This
1510       should fix undesired behavior with consecutive list items of the same
1511       type.
1513     modified files:
1514      ChangeLog.2006 lisp/muse-publish.el
1517 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
1519     Summary:
1520       Make C-> and C-< keybindings not indent nested items.
1521     Revision:
1522       muse--main--1.0--patch-58
1524     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
1525       nested items.
1526     
1527     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
1528       optional, and document this.
1530     modified files:
1531      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
1534 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
1536     Summary:
1537       Slightly improve flyspell integration.
1538     Revision:
1539       muse--main--1.0--patch-57
1541     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
1542       property to determine whether we are at a link.
1544     modified files:
1545      ChangeLog.2006 lisp/muse-mode.el
1548 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
1550     Summary:
1551       Make nested definition list items work much better.
1552     Revision:
1553       muse--main--1.0--patch-56
1555     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1556       `muse-forward-list-item'.  Don't pass indent and post-indent to the
1557       move function.
1558       (muse-publish-surround-text): If we are to determine the indentation,
1559       but have found no list items, set indent to the empty string.  If we
1560       are to determine indentation but have found an item, get all leading
1561       whitespace and set indent to it.  Never try to determine post-indent
1562       using the first line.  Try to contain the amount of "damage" a nested
1563       list item can do to wrapped list item text.
1564     
1565     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
1566       part so that it is easier to indicate the amount of desired initial
1567       whitespace.
1568     
1569     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
1570       entry optional.
1571       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
1572       merged into `muse-forward-list-item'.
1573       (muse-forward-list-item-1): New function that determines whether a
1574       nested list item is found.
1575       (muse-forward-list-item): Move hairy nested list detection algorithm
1576       into `muse-forward-list-item-1'.  Be extra careful about terminating
1577       when we go past the boundary.
1579     modified files:
1580      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1581      lisp/muse.el
1584 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
1586     Summary:
1587       Add backlink support, thanks to Jim Ottaway.
1588     Revision:
1589       muse--main--1.0--patch-55
1591     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
1592       variable that indicates whether Muse is fontifying the current buffer.
1593       (muse-colors-region): Set `muse-colors-fontifying' to t.
1594     
1595     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
1596       support.  I've modified it slightly to get rid of the defadvice forms.
1598     new files:
1599      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
1601     modified files:
1602      AUTHORS ChangeLog.2006 lisp/muse-colors.el
1605 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
1607     Summary:
1608       muse-protocols: Add Wikipedia support.
1609     Revision:
1610       muse--main--1.0--patch-54
1612     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
1613       is used to look up terms on the Wikipedia website.
1614       (muse-wikipedia-country): New option that specifies the country code to
1615       use for Wikipedia.
1616       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
1617       resolve and browse Wikipedia URLs.
1619     modified files:
1620      ChangeLog.2006 lisp/muse-protocols.el
1623 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
1625     Summary:
1626       muse-protocols: Add DOI handling.
1627     Revision:
1628       muse--main--1.0--patch-53
1630     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
1631       DOI's (digitial object identifiers) are a standard identifier used in
1632       the publishing industry.  Thanks to Phillip Lord for the patch.
1633       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
1634       and browse DOI's.
1636     modified files:
1637      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
1640 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
1642     Summary:
1643       Refine previous patch.
1644     Revision:
1645       muse--main--1.0--patch-52
1647     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
1648       ever use the fallback method.  Save point when using new method.
1650     modified files:
1651      ChangeLog.2006 lisp/muse-mode.el
1654 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
1656     Summary:
1657       Make visiting of links a bit faster.
1658     Revision:
1659       muse--main--1.0--patch-51
1661     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
1662       property.
1663       (muse-link-properties): If we are highlighting a link, add the
1664       muse-link property.
1665     
1666     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
1667       exists at point, use it to bound the link.  Otherwise, use the old
1668       method.  This should make it easier to visit custom implicit link
1669       forms, since it does not require a change to muse-implicit-link-regexp.
1670     
1671     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
1672       used when muse-colors.el is loaded.
1674     modified files:
1675      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1676      lisp/muse-regexps.el
1679 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
1681     Summary:
1682       Make resolving of inline image paths more flexible.
1683     Revision:
1684       muse--main--1.0--patch-50
1686     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
1687       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
1688       option.  Make the fallback customization type a function rather than a
1689       symbol.
1690       (muse-colors-use-publishing-directory): New function that takes the
1691       best guess at where the current Muse file will be published and makes
1692       the given link relative to that.
1693       (muse-colors-insert-image): If muse-colors-inline-image-method is
1694       'default-directory, use the default directory.  If it is a function,
1695       call that function with LINK as an argument.  Otherwise, give up.
1697     modified files:
1698      ChangeLog.2006 lisp/muse-colors.el
1701 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
1703     Summary:
1704       Fix inline image lockup.
1705     Revision:
1706       muse--main--1.0--patch-49
1708     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
1709       patch-47.  This will prevent Muse from locking up after making a new
1710       inline image.
1712     modified files:
1713      ChangeLog.2006 lisp/muse-colors.el
1716 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
1718     Summary:
1719       Fix publishing problem with XEmacs.
1720     Revision:
1721       muse--main--1.0--patch-48
1723     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
1724       publishing problem when text at beginning of buffer is read-only.
1725       Thanks to Christian Clercin for the report.
1727     modified files:
1728      ChangeLog.2006 lisp/muse-publish.el
1731 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
1733     Summary:
1734       Get increase and decrease of list indentation to work with complex cases.
1735     Revision:
1736       muse--main--1.0--patch-47
1738     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
1739       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
1740       to indicate this interpretation, though parens are different.
1741     
1742     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
1743       (muse-alter-list-item-indentation): New function that alters the list
1744       structure at point.  The behavior to use is specified by the OPERATION
1745       argument.  Currently-supported operations are 'increase and 'decrease
1746       indentation level.  This now uses the same sort of list detection
1747       algorithm that is used during publishing, so it should work as expected
1748       for complicated cases.
1749       (muse-increase-list-item-indentation)
1750       (muse-decrease-list-item-indentation): Use
1751       `muse-alter-list-item-indentation'.
1753     modified files:
1754      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1757 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
1759     Summary:
1760       Code simplification; improve muse-list-item-type function.
1761     Revision:
1762       muse--main--1.0--patch-46
1764     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
1765       'dl-entry, instead of just returning 'dl.
1766       (muse-forward-dl-term, muse-forward-dl-entry): Use
1767       muse-forward-list-item.
1768       (muse-forward-dl-part): Remove, merge functionality into
1769       muse-forward-list-item.
1770       (muse-forward-list-item): Add a few conditions needed for skipping
1771       nested 'dl-term and 'dl-entry items.
1773     modified files:
1774      ChangeLog.2006 lisp/muse.el
1777 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
1779     Summary:
1780       Put movement by list and paragraph functions in muse.el.
1781     Revision:
1782       muse--main--1.0--patch-45
1784     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
1785       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
1786       (muse-forward-list-item): Move here from muse-publish.el, so that
1787       muse-mode can make use of these.
1789     modified files:
1790      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1793 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
1795     Summary:
1796       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
1797     Revision:
1798       muse--main--1.0--patch-44
1800     (Author: Per B. Sederberg <per@med.upenn.edu>)
1801     
1802     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
1803       decrease the current item indentation.
1804       (muse-get-paragraph-start): Helper function to determine the start of
1805       the current paragraph.
1806       (muse-insert-list-item): Cleaned up list item insertion code and made
1807       it handle definitions.
1808       (muse-increase-list-item-indentation): New interactive function to
1809       increase list item indentation.
1810       (muse-decrease-list-item-indentation): New interactive function to
1811       decrease list item indentation.
1813     modified files:
1814      ChangeLog.2006 lisp/muse-mode.el
1816     new patches:
1817      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
1818      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
1819      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
1820      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
1821      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
1822      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
1823      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
1824      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
1825      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
1826      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
1829 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
1831     Summary:
1832       Use slightly better algorithm for removing initial whitespace.
1833     Revision:
1834       muse--main--1.0--patch-43
1836     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
1837       the definition occurred on the same line as the term.
1838       (muse-publish-surround-text): Use a slightly better algorithm for
1839       removing initial indentation of list items.  This way, we preserve
1840       nesting of lists and also deal with same-level items that occur after
1841       nested items.  This probably doesn't make much of a difference in the
1842       output, but it should make support of nested definition lists a bit
1843       less troublesome in some cases.
1844       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
1845       regexp.
1846       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
1847       data.  Don't remove any text.  This makes the function easier to reuse
1848       in display-only situations.
1850     modified files:
1851      ChangeLog.2006 lisp/muse-publish.el
1854 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
1856     Summary:
1857       In a preliminary way, make definition lists nest.
1858     Revision:
1859       muse--main--1.0--patch-42
1861     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
1862       lists nest a bit better.
1863     
1864     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
1865       use it anymore.
1867     modified files:
1868      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1871 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
1873     Summary:
1874       Fix nested list regression.
1875     Revision:
1876       muse--main--1.0--patch-41
1878     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
1879       original indentation value and use that.  This fixes a regression
1880       caused by the last patch.
1882     modified files:
1883      ChangeLog.2006 lisp/muse-publish.el
1886 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
1888     Summary:
1889       Make code look nicer by using muse-forward-dl-* functions.
1890     Revision:
1891       muse--main--1.0--patch-40
1893     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
1894       forms into muse-forward-dl-* for increased reusability.
1895       (muse-publish-surround-text): Call move function with an indent
1896       argument so that we don't have to use partial substitution in lambda
1897       forms.
1898       (muse-forward-dl-term): New function that moves forward to the next
1899       definition list term.
1900       (muse-forward-dl-entry): New function that moves forward to the next
1901       definition list entry.
1902       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
1903       does not move past entire definition list items, only parts of them.
1904       (muse-publish-markup-list, muse-publish-markup-quote):
1905       (muse-publish-quote-tag): Use better lambda form, and include a
1906       parameter.
1908     modified files:
1909      ChangeLog.2006 lisp/muse-publish.el
1912 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
1914     Summary:
1915       Handle blockquoted sections within lists properly.
1916     Revision:
1917       muse--main--1.0--patch-39
1919     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
1920       property.  This should make blockquoted sections within a list do the
1921       right thing.
1922       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
1923       behavior of `muse-forward-paragraph'.
1925     modified files:
1926      ChangeLog.2006 lisp/muse-publish.el
1929 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
1931     Summary:
1932       Fix problem when previous list item was nested.
1933     Revision:
1934       muse--main--1.0--patch-38
1936     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
1937       indicator at the correct place.  This fixes an error where a previous
1938       list was nested but the current one isn't.  Thanks to Per B. Sederberg
1939       for the report.
1941     modified files:
1942      ChangeLog.2006 lisp/muse-publish.el
1945 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
1947     Summary:
1948       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
1949     Revision:
1950       muse--main--1.0--patch-37
1952     * muse.texi (Implicit Links): Mention how to customize the WikiName
1953       recognition, and note that if you're setting this manually, you have to
1954       call some additional code.  This should fix #5376.  Also remove local
1955       variables section at end, since it seems pointless.
1957     modified files:
1958      ChangeLog.2006 muse.texi
1961 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
1963     Summary:
1964       Fix #5325: nested formatting not working in HTML output.
1965     Revision:
1966       muse--main--1.0--patch-36
1968     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
1969       work.  I'm a bit worried about possible double-escaping, though.
1970       Perhaps we should write the context to a text property and escape it
1971       later.  This should fix #5325.
1973     modified files:
1974      ChangeLog.2006 lisp/muse-publish.el
1977 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
1979     Summary:
1980       Make paragraphs respect the end of a list or list item.
1981     Revision:
1982       muse--main--1.0--patch-35
1984     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
1985       end of a list (or list item), back up.  This allows for a nice side
1986       effect when using indented sentences in between list items.
1987     
1988     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
1989     
1990     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
1991     
1992     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
1993       and end-item are marked up with end-list properties.
1995     modified files:
1996      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1997      lisp/muse-publish.el lisp/muse-xml.el
2000 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
2002     Summary:
2003       Make sure an initial term exists before publishing definition list.
2004     Revision:
2005       muse--main--1.0--patch-34
2007     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
2008       exists before publishing a definition list.
2010     modified files:
2011      ChangeLog.2006 lisp/muse-publish.el
2014 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
2016     Summary:
2017       Add comments to nested list code.
2018     Revision:
2019       muse--main--1.0--patch-33
2021     * lisp/muse-publish.el (muse-publish-surround-dl)
2022       (muse-publish-surround-text, muse-forward-dl-item):
2023       (muse-forward-list-item): Add comments, since there were many
2024       intricacies that are probably not obvious to the casual reader.
2025       (muse-forward-dl-item): Remove no-op condition.
2027     modified files:
2028      ChangeLog.2006 lisp/muse-publish.el
2031 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
2033     Summary:
2034       Make nested list items work when separated by one blank line.
2035     Revision:
2036       muse--main--1.0--patch-32
2038     * lisp/muse-publish.el (muse-publish-surround-dl): Use
2039       muse-forward-dl-item instead of muse-forward-list-item.  On second
2040       thought, don't unconditionally insert a newline, as that breaks some
2041       things.
2042       (muse-forward-dl-item): New function that moves forward to the next
2043       definition list item.  This was factored out from
2044       muse-forward-list-item, since it was getting too complex for my liking.
2045       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
2046       indented line, and skip past these if we have a blank line followed by
2047       an indented line.  "Indented" means "indented one past the current
2048       indentation level" here.  Remove some initial whitespace that was being
2049       overlooked before.
2051     modified files:
2052      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2055 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
2057     Summary:
2058       Fix a couple of bugs in muse-wiki-resolve-project-page.
2059     Revision:
2060       muse--main--1.0--patch-31
2062     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
2063       better algorithm for adding styles to a list.
2064     
2065     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
2066       carefully.  This should fix one or two hard-to-explain bugs.
2068     modified files:
2069      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
2072 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
2074     Summary:
2075       Fix another definition list edge case.
2076     Revision:
2077       muse--main--1.0--patch-30
2079     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
2080       unordered list immediately follows definition list term.
2082     modified files:
2083      ChangeLog.2006 lisp/muse-publish.el
2086 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
2088     Summary:
2089       Pass all current definition list test cases.
2090     Revision:
2091       muse--main--1.0--patch-29
2093     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
2094       line if definition is not on the same line as the term.
2095       (muse-forward-list-item): Fix publishing incorrectness that occurred
2096       when a non-dl list follows a definition list.  Always move to the right
2097       place so as to prevent extra empty dd elements from being published.
2099     modified files:
2100      ChangeLog.2006 lisp/muse-publish.el
2103 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
2105     Summary:
2106       Merge consecutive definition list terms properly.
2107     Revision:
2108       muse--main--1.0--patch-28
2110     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
2111       correctly.  This makes Muse merge several definition list items into
2112       one list.
2113       (muse-forward-list-item): Use simpler regexp for 'dl.
2114     
2115     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
2116       definition lists, and make terms the 2nd matched text.
2118     modified files:
2119      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2122 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
2124     Summary:
2125       Bookkeeping.
2126     Revision:
2127       muse--main--1.0--patch-27
2129     * AUTHORS: Update.
2130     
2131     * muse-colors.el, muse-mode.el: Credit contributions.
2133     modified files:
2134      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2137 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
2139     Summary:
2140       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
2141     Revision:
2142       muse--main--1.0--patch-26
2144     Patches applied:
2145     
2146      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2147        Added ability to show inline images in the Emacs buffer.
2148     
2149      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2150        Added enhanced list item insertion.
2151     
2152     Detailed log:
2153     
2154     (Author: Per B. Sederberg <per@med.upenn.edu>)
2155     
2156     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
2157       list item.  New key mapping to toggle showing images.  Added a key
2158       mapping to insert a link to a file and modified the key map to insert a
2159       tag.
2160       (muse-on-blank-line): Helper function to determine if the point is on a
2161       line containing only blank spaces.
2162       (muse-insert-list-item): New interactive function to insert a new list
2163       item, taking into account the current list state.
2164       (muse-insert-relative-link-to-file): New function to insert a link to a
2165       file, relative to the default directory.
2166     
2167     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
2168       for where to search for images to inline in the buffer.
2169       (muse-colors-inline-images): Added custom boolean field for whether to
2170       show inline images in the buffer.
2171       (muse-colors-toggle-inline-images): New function to toggle showing the
2172       inline images in the buffer.
2173       (muse-unhighlight-region): Now removes end-glyph text properties to
2174       support XEmacs.
2175       (muse-colors-resolve-image-file): New function to determine if a link
2176       is an image and whether the version of Emacs can support inline images.
2177       (muse-make-file-glyph): New function to create an image glyph if we are
2178       using XEmacs.
2179       (muse-colors-insert-image): New function to insert an image in an Emacs
2180       buffer.
2181       (muse-colors-explicit-link): Modified function to have the ability to
2182       insert an image instead of formatting the text of the link.
2184     modified files:
2185      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2187     new patches:
2188      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
2189      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
2190      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2191      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2192      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
2195 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
2197     Summary:
2198       Pass testcase for definition list and nested unordered list.
2199     Revision:
2200       muse--main--1.0--patch-25
2202     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
2203       lists always have at least one entry.  This appears to do the right
2204       thing with a sample nested unordered list.
2206     modified files:
2207      ChangeLog.2006 lisp/muse-publish.el
2210 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
2212     Summary:
2213       Some definition list fixes.
2214     Revision:
2215       muse--main--1.0--patch-24
2217     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
2218       markup for end of list using the `muse-insert-markup-end-list'
2219       function.  Handle list items nested inside of a definition list.
2221     modified files:
2222      ChangeLog.2006 lisp/muse-publish.el
2225 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
2227     Summary:
2228       Fix another wrapped list item edge case.
2229     Revision:
2230       muse--main--1.0--patch-23
2232     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2233       indentation in a region when we encounter any list items.  This should
2234       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
2235       for the report.
2237     modified files:
2238      ChangeLog.2006 lisp/muse-publish.el
2241 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2243     Summary:
2244       Fix comment in Debian packaging.
2245     Revision:
2246       muse--main--1.0--patch-22
2248     * debian/emacsen-remove: Fix comment.
2250     modified files:
2251      ChangeLog.2006 debian/emacsen-remove
2254 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2256     Summary:
2257       muse-blosxom: Fix order of #tags line in header.
2258     Revision:
2259       muse--main--1.0--patch-21
2261     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2262       rather than before it.  Thanks to bkhl for the heads up.
2264     modified files:
2265      ChangeLog.2006 lisp/muse-blosxom.el
2268 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
2270     Summary:
2271       muse-blosxom: Add ability to use tags in entries.
2272     Revision:
2273       muse--main--1.0--patch-20
2275     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
2276       publish them.
2277       (muse-blosxom-use-tags): New option that specifies whether we are using
2278       tags.
2279       (muse-blosxom-new-entry): If using tags, read tags until the user hits
2280       RET without entering one.
2282     modified files:
2283      ChangeLog.2006 lisp/muse-blosxom.el
2286 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
2288     Summary:
2289       Fix backtrace when publishing unsaved files.
2290     Revision:
2291       muse--main--1.0--patch-19
2293     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
2294       trying to publish a file that has not been saved, and give an
2295       explanation to the user.
2297     modified files:
2298      ChangeLog.2006 lisp/muse-publish.el
2301 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
2303     Summary:
2304       muse-texinfo: Fix link suffix.
2305     Revision:
2306       muse--main--1.0--patch-18
2308     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
2309       styles.  This should fix a bug where links in published info files use
2310       an incorrect extension.  Thanks to Hans Ekbrand for the report!
2312     modified files:
2313      ChangeLog.2006 lisp/muse-texinfo.el
2316 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
2318     Summary:
2319       Fix prompting of non-Muse buffers before publishing.
2320     Revision:
2321       muse--main--1.0--patch-17
2323     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
2324       Stadler to ignore buffers that have no associated filename.  This fixes
2325       an annoyance where Muse prompts to save BBDB and ERC buffers before
2326       publishing.
2328     modified files:
2329      AUTHORS ChangeLog.2006 lisp/muse-project.el
2332 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
2334     Summary:
2335       Fix wrapped nested list item edge case.
2336     Revision:
2337       muse--main--1.0--patch-16
2339     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
2340       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
2341       case.
2342       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
2343       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
2344     
2345     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
2346       exactly one space character in front of a unnumbered or numbered list.
2347       This should make it easier to match every list instance, since
2348       definition lists can now be handled more nicely in
2349       muse-publish-markup-regexps.  This also has the effect of fixing a
2350       wrapped nested list item edge case.
2352     modified files:
2353      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2356 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
2358     Summary:
2359       Fix edge case in muse-wiki-publish-pretty-title.
2360     Revision:
2361       muse--main--1.0--patch-15
2363     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
2364       the document does not have a valid title, use the empty string.
2366     modified files:
2367      ChangeLog.2006 lisp/muse-wiki.el
2370 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
2372     Summary:
2373       Use debian/compat to determine debhelper compat level.
2374     Revision:
2375       muse--main--1.0--patch-14
2377     * debian/compat: New file that sets the debhelper compatibility level to
2378       4.
2379     
2380     * debian/rules: Remove DH_COMPAT line.
2382     new files:
2383      debian/.arch-ids/compat.id debian/compat
2385     modified files:
2386      ChangeLog.2006 debian/rules
2389 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
2391     Summary:
2392       Fix a couple of table-publishing edge cases.
2393     Revision:
2394       muse--main--1.0--patch-13
2396     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
2397       publishing error that occurs when a table line is the last thing in a
2398       document.  Thanks to cymacs for the report and suggested fix.
2399       (muse-publish-table-fields): Skip initial blank lines, and don't remove
2400       them.
2401     
2402     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
2403       at the end of the 'end-table markup string.
2404     
2405     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
2406     
2407     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
2408     
2409     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
2410       newline at the end of the table.  This should fix a problem with
2411       paragraphs after tables not being published as such.  Thanks to cymacs
2412       for the report.
2413     
2414     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
2415       muse-insert-markup to insert a trailing newline.
2417     modified files:
2418      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2419      lisp/muse-publish.el lisp/muse-texinfo.el
2420      lisp/muse-xml-common.el lisp/muse-xml.el
2423 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
2425     Summary:
2426       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
2427     Revision:
2428       muse--main--1.0--patch-12
2431     new files:
2432      .arch-ids/ChangeLog.2006.id ChangeLog.2006
2434     renamed files:
2435      .arch-ids/ChangeLog.id
2436        ==> .arch-ids/ChangeLog.2005.id
2437      ChangeLog
2438        ==> ChangeLog.2005
2441 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
2443     Summary:
2444       Make muse-journal work with whole-document escaping.
2445     Revision:
2446       muse--main--1.0--patch-11
2448     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
2449       by Emacs Muse" so that muse-journal does not get confused.
2450     
2451     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
2452       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
2453       for whole-buffer escaping.  Thanks to mondoshawan for the report.
2454       (muse-journal-rss-munge-buffer): Display a warning if someone does not
2455       have "Page published by Emacs Muse (begins|ends) here" in their header
2456       or footer, since muse-journal needs this in order to determine where
2457       entries begin and end.
2459     modified files:
2460      examples/mwolson/templates/footer.html
2461      examples/mwolson/templates/generic-footer.html
2462      examples/mwolson/templates/generic-header.html
2463      examples/mwolson/templates/header.html
2464      examples/mwolson/templates/header.tex lisp/muse-journal.el
2467 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
2469     Summary:
2470       Get simple test case for definition lists to work.
2471     Revision:
2472       muse--main--1.0--patch-10
2474     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
2475       publish properly.
2476       (muse-forward-list-item): Fix edge case.
2478     modified files:
2479      lisp/muse-publish.el
2482 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
2484     Summary:
2485       Add documentation to some publishing functions.
2486     Revision:
2487       muse--main--1.0--patch-9
2489     * lisp/muse-publish.el (muse-publish-mark-read-only)
2490       (muse-publish-mark-noemphasis): Add documentation.
2492     modified files:
2493      lisp/muse-publish.el
2496 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
2498     Summary:
2499       Fix an error with `custom-quote'.
2500     Revision:
2501       muse--main--1.0--patch-8
2503     * lisp/muse-project.el: Require 'cus-edit, since that is where
2504       `custom-quote' is defined.
2505     
2506     * muse.texi: Use copyright symbol.
2508     modified files:
2509      lisp/muse-project.el muse.texi
2512 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
2514     Summary:
2515       muse-registry: update from author.
2516     Revision:
2517       muse--main--1.0--patch-7
2519     * lisp/muse-registry.el: Update to newest version from author.
2520       Re-tabify.
2522     modified files:
2523      lisp/muse-registry.el
2526 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
2528     Summary:
2529       muse-latex: Handle double-quote edge case.
2530     Revision:
2531       muse--main--1.0--patch-6
2533     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
2534       character begins the buffer.
2536     modified files:
2537      lisp/muse-latex.el
2540 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
2542     Summary:
2543       Allow beginning and ending empty elements in tables.
2544     Revision:
2545       muse--main--1.0--patch-5
2547     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
2548       whitespace after the field if we're at the end of a line.
2549       (muse-table-line-regexp): Allow the table to start with a "|".  The
2550       resulting initial empty cell isn't yet thrown away like it should be.
2552     modified files:
2553      lisp/muse-regexps.el
2556 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
2558     Summary:
2559       muse-latex: Use \url to publish bare URLs.
2560     Revision:
2561       muse--main--1.0--patch-4
2563     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
2564       \href for bare URLs.  Thanks to Na Li for the suggestion!
2566     modified files:
2567      lisp/muse-latex.el
2570 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
2572     Summary:
2573       Create parents of output directories.
2574     Revision:
2575       muse--main--1.0--patch-3
2577     * lisp/muse-project.el (muse-project-publish-file): Create parent
2578       directories as well, if the output directory does not exist.  This can
2579       happen when we have nested directories in a project.
2581     modified files:
2582      lisp/muse-project.el
2585 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
2587     Summary:
2588       Pick a better default if publishing with more than one style.
2589     Revision:
2590       muse--main--1.0--patch-2
2592     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
2593       the list we return is in the right order.  That way, if more than one
2594       publishing rule matches a link, the first one is used, rather than the
2595       last.
2597     modified files:
2598      lisp/muse-project.el
2601 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
2603     Summary:
2604       Oops, committed to the wrong archive.
2605     Revision:
2606       muse--main--1.0--patch-1
2608     Patches applied:
2609     
2610      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
2611        Debian fixups.
2612     
2613      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
2614        Another Debian fix.
2616     modified files:
2617      ChangeLog debian/emacsen-startup
2619     renamed files:
2620      debian/.arch-ids/NEWS.Debian.id
2621        ==> debian/.arch-ids/NEWS.id
2622      debian/NEWS.Debian
2623        ==> debian/NEWS
2625     new patches:
2626      mwolson@gnu.org--2005/muse--main--1.0--patch-356
2627      mwolson@gnu.org--2005/muse--main--1.0--patch-357
2630 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
2632     Summary:
2633       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
2634     Revision:
2635       muse--main--1.0--base-0
2637     (automatically generated log message)
2639     new patches:
2640      ajk@iu.edu--2005/muse--ajk--1.0--base-0
2641      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
2642      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
2643      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
2644      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
2645      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
2646      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
2647      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
2648      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
2649      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
2650      ajk@iu.edu--2005/muse--main--1.0--base-0
2651      ajk@iu.edu--2005/muse--main--1.0--patch-1
2652      ajk@iu.edu--2005/muse--main--1.0--patch-2
2653      davidsmith@acm.org--2005/muse--devo--1.0--base-0
2654      davidsmith@acm.org--main/muse--devo--1.0--base-0
2655      davidsmith@acm.org--main/muse--devo--1.0--patch-1
2656      davidsmith@acm.org--main/muse--devo--1.0--patch-2
2657      hodique@lifl.fr--2005/muse--yh--1.0--base-0
2658      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
2659      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
2660      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
2661      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
2662      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
2663      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
2664      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
2665      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
2666      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
2667      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
2668      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
2669      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
2670      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
2671      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
2672      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
2673      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
2674      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
2675      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
2676      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
2677      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
2678      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
2679      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
2680      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
2681      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
2682      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
2683      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
2684      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
2685      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
2686      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
2687      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
2688      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
2689      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
2690      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
2691      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
2692      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
2693      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
2694      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
2695      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
2696      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
2697      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
2698      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
2699      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
2700      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
2701      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
2702      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
2703      jeho@jeho.org--2005/muse--jeho--1.0--base-0
2704      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
2705      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
2706      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
2707      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
2708      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
2709      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
2710      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
2711      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
2712      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
2713      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
2714      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
2715      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
2716      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
2717      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
2718      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
2719      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
2720      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
2721      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
2722      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
2723      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
2724      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
2725      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
2726      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
2727      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
2728      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
2729      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
2730      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
2731      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
2732      mwolson@gnu.org--2005/muse--main--1.0--base-0
2733      mwolson@gnu.org--2005/muse--main--1.0--patch-1
2734      mwolson@gnu.org--2005/muse--main--1.0--patch-2
2735      mwolson@gnu.org--2005/muse--main--1.0--patch-3
2736      mwolson@gnu.org--2005/muse--main--1.0--patch-4
2737      mwolson@gnu.org--2005/muse--main--1.0--patch-5
2738      mwolson@gnu.org--2005/muse--main--1.0--patch-6
2739      mwolson@gnu.org--2005/muse--main--1.0--patch-7
2740      mwolson@gnu.org--2005/muse--main--1.0--patch-8
2741      mwolson@gnu.org--2005/muse--main--1.0--patch-9
2742      mwolson@gnu.org--2005/muse--main--1.0--patch-10
2743      mwolson@gnu.org--2005/muse--main--1.0--patch-11
2744      mwolson@gnu.org--2005/muse--main--1.0--patch-12
2745      mwolson@gnu.org--2005/muse--main--1.0--patch-13
2746      mwolson@gnu.org--2005/muse--main--1.0--patch-14
2747      mwolson@gnu.org--2005/muse--main--1.0--patch-15
2748      mwolson@gnu.org--2005/muse--main--1.0--patch-16
2749      mwolson@gnu.org--2005/muse--main--1.0--patch-17
2750      mwolson@gnu.org--2005/muse--main--1.0--patch-18
2751      mwolson@gnu.org--2005/muse--main--1.0--patch-19
2752      mwolson@gnu.org--2005/muse--main--1.0--patch-20
2753      mwolson@gnu.org--2005/muse--main--1.0--patch-21
2754      mwolson@gnu.org--2005/muse--main--1.0--patch-22
2755      mwolson@gnu.org--2005/muse--main--1.0--patch-23
2756      mwolson@gnu.org--2005/muse--main--1.0--patch-24
2757      mwolson@gnu.org--2005/muse--main--1.0--patch-25
2758      mwolson@gnu.org--2005/muse--main--1.0--patch-26
2759      mwolson@gnu.org--2005/muse--main--1.0--patch-27
2760      mwolson@gnu.org--2005/muse--main--1.0--patch-28
2761      mwolson@gnu.org--2005/muse--main--1.0--patch-29
2762      mwolson@gnu.org--2005/muse--main--1.0--patch-30
2763      mwolson@gnu.org--2005/muse--main--1.0--patch-31
2764      mwolson@gnu.org--2005/muse--main--1.0--patch-32
2765      mwolson@gnu.org--2005/muse--main--1.0--patch-33
2766      mwolson@gnu.org--2005/muse--main--1.0--patch-34
2767      mwolson@gnu.org--2005/muse--main--1.0--patch-35
2768      mwolson@gnu.org--2005/muse--main--1.0--patch-36
2769      mwolson@gnu.org--2005/muse--main--1.0--patch-37
2770      mwolson@gnu.org--2005/muse--main--1.0--patch-38
2771      mwolson@gnu.org--2005/muse--main--1.0--patch-39
2772      mwolson@gnu.org--2005/muse--main--1.0--patch-40
2773      mwolson@gnu.org--2005/muse--main--1.0--patch-41
2774      mwolson@gnu.org--2005/muse--main--1.0--patch-42
2775      mwolson@gnu.org--2005/muse--main--1.0--patch-43
2776      mwolson@gnu.org--2005/muse--main--1.0--patch-44
2777      mwolson@gnu.org--2005/muse--main--1.0--patch-45
2778      mwolson@gnu.org--2005/muse--main--1.0--patch-46
2779      mwolson@gnu.org--2005/muse--main--1.0--patch-47
2780      mwolson@gnu.org--2005/muse--main--1.0--patch-48
2781      mwolson@gnu.org--2005/muse--main--1.0--patch-49
2782      mwolson@gnu.org--2005/muse--main--1.0--patch-50
2783      mwolson@gnu.org--2005/muse--main--1.0--patch-51
2784      mwolson@gnu.org--2005/muse--main--1.0--patch-52
2785      mwolson@gnu.org--2005/muse--main--1.0--patch-53
2786      mwolson@gnu.org--2005/muse--main--1.0--patch-54
2787      mwolson@gnu.org--2005/muse--main--1.0--patch-55
2788      mwolson@gnu.org--2005/muse--main--1.0--patch-56
2789      mwolson@gnu.org--2005/muse--main--1.0--patch-57
2790      mwolson@gnu.org--2005/muse--main--1.0--patch-58
2791      mwolson@gnu.org--2005/muse--main--1.0--patch-59
2792      mwolson@gnu.org--2005/muse--main--1.0--patch-60
2793      mwolson@gnu.org--2005/muse--main--1.0--patch-61
2794      mwolson@gnu.org--2005/muse--main--1.0--patch-62
2795      mwolson@gnu.org--2005/muse--main--1.0--patch-63
2796      mwolson@gnu.org--2005/muse--main--1.0--patch-64
2797      mwolson@gnu.org--2005/muse--main--1.0--patch-65
2798      mwolson@gnu.org--2005/muse--main--1.0--patch-66
2799      mwolson@gnu.org--2005/muse--main--1.0--patch-67
2800      mwolson@gnu.org--2005/muse--main--1.0--patch-68
2801      mwolson@gnu.org--2005/muse--main--1.0--patch-69
2802      mwolson@gnu.org--2005/muse--main--1.0--patch-70
2803      mwolson@gnu.org--2005/muse--main--1.0--patch-71
2804      mwolson@gnu.org--2005/muse--main--1.0--patch-72
2805      mwolson@gnu.org--2005/muse--main--1.0--patch-73
2806      mwolson@gnu.org--2005/muse--main--1.0--patch-74
2807      mwolson@gnu.org--2005/muse--main--1.0--patch-75
2808      mwolson@gnu.org--2005/muse--main--1.0--patch-76
2809      mwolson@gnu.org--2005/muse--main--1.0--patch-77
2810      mwolson@gnu.org--2005/muse--main--1.0--patch-78
2811      mwolson@gnu.org--2005/muse--main--1.0--patch-79
2812      mwolson@gnu.org--2005/muse--main--1.0--patch-80
2813      mwolson@gnu.org--2005/muse--main--1.0--patch-81
2814      mwolson@gnu.org--2005/muse--main--1.0--patch-82
2815      mwolson@gnu.org--2005/muse--main--1.0--patch-83
2816      mwolson@gnu.org--2005/muse--main--1.0--patch-84
2817      mwolson@gnu.org--2005/muse--main--1.0--patch-85
2818      mwolson@gnu.org--2005/muse--main--1.0--patch-86
2819      mwolson@gnu.org--2005/muse--main--1.0--patch-87
2820      mwolson@gnu.org--2005/muse--main--1.0--patch-88
2821      mwolson@gnu.org--2005/muse--main--1.0--patch-89
2822      mwolson@gnu.org--2005/muse--main--1.0--patch-90
2823      mwolson@gnu.org--2005/muse--main--1.0--patch-91
2824      mwolson@gnu.org--2005/muse--main--1.0--patch-92
2825      mwolson@gnu.org--2005/muse--main--1.0--patch-93
2826      mwolson@gnu.org--2005/muse--main--1.0--patch-94
2827      mwolson@gnu.org--2005/muse--main--1.0--patch-95
2828      mwolson@gnu.org--2005/muse--main--1.0--patch-96
2829      mwolson@gnu.org--2005/muse--main--1.0--patch-97
2830      mwolson@gnu.org--2005/muse--main--1.0--patch-98
2831      mwolson@gnu.org--2005/muse--main--1.0--patch-99
2832      mwolson@gnu.org--2005/muse--main--1.0--patch-100
2833      mwolson@gnu.org--2005/muse--main--1.0--patch-101
2834      mwolson@gnu.org--2005/muse--main--1.0--patch-102
2835      mwolson@gnu.org--2005/muse--main--1.0--patch-103
2836      mwolson@gnu.org--2005/muse--main--1.0--patch-104
2837      mwolson@gnu.org--2005/muse--main--1.0--patch-105
2838      mwolson@gnu.org--2005/muse--main--1.0--patch-106
2839      mwolson@gnu.org--2005/muse--main--1.0--patch-107
2840      mwolson@gnu.org--2005/muse--main--1.0--patch-108
2841      mwolson@gnu.org--2005/muse--main--1.0--patch-109
2842      mwolson@gnu.org--2005/muse--main--1.0--patch-110
2843      mwolson@gnu.org--2005/muse--main--1.0--patch-111
2844      mwolson@gnu.org--2005/muse--main--1.0--patch-112
2845      mwolson@gnu.org--2005/muse--main--1.0--patch-113
2846      mwolson@gnu.org--2005/muse--main--1.0--patch-114
2847      mwolson@gnu.org--2005/muse--main--1.0--patch-115
2848      mwolson@gnu.org--2005/muse--main--1.0--patch-116
2849      mwolson@gnu.org--2005/muse--main--1.0--patch-117
2850      mwolson@gnu.org--2005/muse--main--1.0--patch-118
2851      mwolson@gnu.org--2005/muse--main--1.0--patch-119
2852      mwolson@gnu.org--2005/muse--main--1.0--patch-120
2853      mwolson@gnu.org--2005/muse--main--1.0--patch-121
2854      mwolson@gnu.org--2005/muse--main--1.0--patch-122
2855      mwolson@gnu.org--2005/muse--main--1.0--patch-123
2856      mwolson@gnu.org--2005/muse--main--1.0--patch-124
2857      mwolson@gnu.org--2005/muse--main--1.0--patch-125
2858      mwolson@gnu.org--2005/muse--main--1.0--patch-126
2859      mwolson@gnu.org--2005/muse--main--1.0--patch-127
2860      mwolson@gnu.org--2005/muse--main--1.0--patch-128
2861      mwolson@gnu.org--2005/muse--main--1.0--patch-129
2862      mwolson@gnu.org--2005/muse--main--1.0--patch-130
2863      mwolson@gnu.org--2005/muse--main--1.0--patch-131
2864      mwolson@gnu.org--2005/muse--main--1.0--patch-132
2865      mwolson@gnu.org--2005/muse--main--1.0--patch-133
2866      mwolson@gnu.org--2005/muse--main--1.0--patch-134
2867      mwolson@gnu.org--2005/muse--main--1.0--patch-135
2868      mwolson@gnu.org--2005/muse--main--1.0--patch-136
2869      mwolson@gnu.org--2005/muse--main--1.0--patch-137
2870      mwolson@gnu.org--2005/muse--main--1.0--patch-138
2871      mwolson@gnu.org--2005/muse--main--1.0--patch-139
2872      mwolson@gnu.org--2005/muse--main--1.0--patch-140
2873      mwolson@gnu.org--2005/muse--main--1.0--patch-141
2874      mwolson@gnu.org--2005/muse--main--1.0--patch-142
2875      mwolson@gnu.org--2005/muse--main--1.0--patch-143
2876      mwolson@gnu.org--2005/muse--main--1.0--patch-144
2877      mwolson@gnu.org--2005/muse--main--1.0--patch-145
2878      mwolson@gnu.org--2005/muse--main--1.0--patch-146
2879      mwolson@gnu.org--2005/muse--main--1.0--patch-147
2880      mwolson@gnu.org--2005/muse--main--1.0--patch-148
2881      mwolson@gnu.org--2005/muse--main--1.0--patch-149
2882      mwolson@gnu.org--2005/muse--main--1.0--patch-150
2883      mwolson@gnu.org--2005/muse--main--1.0--patch-151
2884      mwolson@gnu.org--2005/muse--main--1.0--patch-152
2885      mwolson@gnu.org--2005/muse--main--1.0--patch-153
2886      mwolson@gnu.org--2005/muse--main--1.0--patch-154
2887      mwolson@gnu.org--2005/muse--main--1.0--patch-155
2888      mwolson@gnu.org--2005/muse--main--1.0--patch-156
2889      mwolson@gnu.org--2005/muse--main--1.0--patch-157
2890      mwolson@gnu.org--2005/muse--main--1.0--patch-158
2891      mwolson@gnu.org--2005/muse--main--1.0--patch-159
2892      mwolson@gnu.org--2005/muse--main--1.0--patch-160
2893      mwolson@gnu.org--2005/muse--main--1.0--patch-161
2894      mwolson@gnu.org--2005/muse--main--1.0--patch-162
2895      mwolson@gnu.org--2005/muse--main--1.0--patch-163
2896      mwolson@gnu.org--2005/muse--main--1.0--patch-164
2897      mwolson@gnu.org--2005/muse--main--1.0--patch-165
2898      mwolson@gnu.org--2005/muse--main--1.0--patch-166
2899      mwolson@gnu.org--2005/muse--main--1.0--patch-167
2900      mwolson@gnu.org--2005/muse--main--1.0--patch-168
2901      mwolson@gnu.org--2005/muse--main--1.0--patch-169
2902      mwolson@gnu.org--2005/muse--main--1.0--patch-170
2903      mwolson@gnu.org--2005/muse--main--1.0--patch-171
2904      mwolson@gnu.org--2005/muse--main--1.0--patch-172
2905      mwolson@gnu.org--2005/muse--main--1.0--patch-173
2906      mwolson@gnu.org--2005/muse--main--1.0--patch-174
2907      mwolson@gnu.org--2005/muse--main--1.0--patch-175
2908      mwolson@gnu.org--2005/muse--main--1.0--patch-176
2909      mwolson@gnu.org--2005/muse--main--1.0--patch-177
2910      mwolson@gnu.org--2005/muse--main--1.0--patch-178
2911      mwolson@gnu.org--2005/muse--main--1.0--patch-179
2912      mwolson@gnu.org--2005/muse--main--1.0--patch-180
2913      mwolson@gnu.org--2005/muse--main--1.0--patch-181
2914      mwolson@gnu.org--2005/muse--main--1.0--patch-182
2915      mwolson@gnu.org--2005/muse--main--1.0--patch-183
2916      mwolson@gnu.org--2005/muse--main--1.0--patch-184
2917      mwolson@gnu.org--2005/muse--main--1.0--patch-185
2918      mwolson@gnu.org--2005/muse--main--1.0--patch-186
2919      mwolson@gnu.org--2005/muse--main--1.0--patch-187
2920      mwolson@gnu.org--2005/muse--main--1.0--patch-188
2921      mwolson@gnu.org--2005/muse--main--1.0--patch-189
2922      mwolson@gnu.org--2005/muse--main--1.0--patch-190
2923      mwolson@gnu.org--2005/muse--main--1.0--patch-191
2924      mwolson@gnu.org--2005/muse--main--1.0--patch-192
2925      mwolson@gnu.org--2005/muse--main--1.0--patch-193
2926      mwolson@gnu.org--2005/muse--main--1.0--patch-194
2927      mwolson@gnu.org--2005/muse--main--1.0--patch-195
2928      mwolson@gnu.org--2005/muse--main--1.0--patch-196
2929      mwolson@gnu.org--2005/muse--main--1.0--patch-197
2930      mwolson@gnu.org--2005/muse--main--1.0--patch-198
2931      mwolson@gnu.org--2005/muse--main--1.0--patch-199
2932      mwolson@gnu.org--2005/muse--main--1.0--patch-200
2933      mwolson@gnu.org--2005/muse--main--1.0--patch-201
2934      mwolson@gnu.org--2005/muse--main--1.0--patch-202
2935      mwolson@gnu.org--2005/muse--main--1.0--patch-203
2936      mwolson@gnu.org--2005/muse--main--1.0--patch-204
2937      mwolson@gnu.org--2005/muse--main--1.0--patch-205
2938      mwolson@gnu.org--2005/muse--main--1.0--patch-206
2939      mwolson@gnu.org--2005/muse--main--1.0--patch-207
2940      mwolson@gnu.org--2005/muse--main--1.0--patch-208
2941      mwolson@gnu.org--2005/muse--main--1.0--patch-209
2942      mwolson@gnu.org--2005/muse--main--1.0--patch-210
2943      mwolson@gnu.org--2005/muse--main--1.0--patch-211
2944      mwolson@gnu.org--2005/muse--main--1.0--patch-212
2945      mwolson@gnu.org--2005/muse--main--1.0--patch-213
2946      mwolson@gnu.org--2005/muse--main--1.0--patch-214
2947      mwolson@gnu.org--2005/muse--main--1.0--patch-215
2948      mwolson@gnu.org--2005/muse--main--1.0--patch-216
2949      mwolson@gnu.org--2005/muse--main--1.0--patch-217
2950      mwolson@gnu.org--2005/muse--main--1.0--patch-218
2951      mwolson@gnu.org--2005/muse--main--1.0--patch-219
2952      mwolson@gnu.org--2005/muse--main--1.0--patch-220
2953      mwolson@gnu.org--2005/muse--main--1.0--patch-221
2954      mwolson@gnu.org--2005/muse--main--1.0--patch-222
2955      mwolson@gnu.org--2005/muse--main--1.0--patch-223
2956      mwolson@gnu.org--2005/muse--main--1.0--patch-224
2957      mwolson@gnu.org--2005/muse--main--1.0--patch-225
2958      mwolson@gnu.org--2005/muse--main--1.0--patch-226
2959      mwolson@gnu.org--2005/muse--main--1.0--patch-227
2960      mwolson@gnu.org--2005/muse--main--1.0--patch-228
2961      mwolson@gnu.org--2005/muse--main--1.0--patch-229
2962      mwolson@gnu.org--2005/muse--main--1.0--patch-230
2963      mwolson@gnu.org--2005/muse--main--1.0--patch-231
2964      mwolson@gnu.org--2005/muse--main--1.0--patch-232
2965      mwolson@gnu.org--2005/muse--main--1.0--patch-233
2966      mwolson@gnu.org--2005/muse--main--1.0--patch-234
2967      mwolson@gnu.org--2005/muse--main--1.0--patch-235
2968      mwolson@gnu.org--2005/muse--main--1.0--patch-236
2969      mwolson@gnu.org--2005/muse--main--1.0--patch-237
2970      mwolson@gnu.org--2005/muse--main--1.0--patch-238
2971      mwolson@gnu.org--2005/muse--main--1.0--patch-239
2972      mwolson@gnu.org--2005/muse--main--1.0--patch-240
2973      mwolson@gnu.org--2005/muse--main--1.0--patch-241
2974      mwolson@gnu.org--2005/muse--main--1.0--patch-242
2975      mwolson@gnu.org--2005/muse--main--1.0--patch-243
2976      mwolson@gnu.org--2005/muse--main--1.0--patch-244
2977      mwolson@gnu.org--2005/muse--main--1.0--patch-245
2978      mwolson@gnu.org--2005/muse--main--1.0--patch-246
2979      mwolson@gnu.org--2005/muse--main--1.0--patch-247
2980      mwolson@gnu.org--2005/muse--main--1.0--patch-248
2981      mwolson@gnu.org--2005/muse--main--1.0--patch-249
2982      mwolson@gnu.org--2005/muse--main--1.0--patch-250
2983      mwolson@gnu.org--2005/muse--main--1.0--patch-251
2984      mwolson@gnu.org--2005/muse--main--1.0--patch-252
2985      mwolson@gnu.org--2005/muse--main--1.0--patch-253
2986      mwolson@gnu.org--2005/muse--main--1.0--patch-254
2987      mwolson@gnu.org--2005/muse--main--1.0--patch-255
2988      mwolson@gnu.org--2005/muse--main--1.0--patch-256
2989      mwolson@gnu.org--2005/muse--main--1.0--patch-257
2990      mwolson@gnu.org--2005/muse--main--1.0--patch-258
2991      mwolson@gnu.org--2005/muse--main--1.0--patch-259
2992      mwolson@gnu.org--2005/muse--main--1.0--patch-260
2993      mwolson@gnu.org--2005/muse--main--1.0--patch-261
2994      mwolson@gnu.org--2005/muse--main--1.0--patch-262
2995      mwolson@gnu.org--2005/muse--main--1.0--patch-263
2996      mwolson@gnu.org--2005/muse--main--1.0--patch-264
2997      mwolson@gnu.org--2005/muse--main--1.0--patch-265
2998      mwolson@gnu.org--2005/muse--main--1.0--patch-266
2999      mwolson@gnu.org--2005/muse--main--1.0--patch-267
3000      mwolson@gnu.org--2005/muse--main--1.0--patch-268
3001      mwolson@gnu.org--2005/muse--main--1.0--patch-269
3002      mwolson@gnu.org--2005/muse--main--1.0--patch-270
3003      mwolson@gnu.org--2005/muse--main--1.0--patch-271
3004      mwolson@gnu.org--2005/muse--main--1.0--patch-272
3005      mwolson@gnu.org--2005/muse--main--1.0--patch-273
3006      mwolson@gnu.org--2005/muse--main--1.0--patch-274
3007      mwolson@gnu.org--2005/muse--main--1.0--patch-275
3008      mwolson@gnu.org--2005/muse--main--1.0--patch-276
3009      mwolson@gnu.org--2005/muse--main--1.0--patch-277
3010      mwolson@gnu.org--2005/muse--main--1.0--patch-278
3011      mwolson@gnu.org--2005/muse--main--1.0--patch-279
3012      mwolson@gnu.org--2005/muse--main--1.0--patch-280
3013      mwolson@gnu.org--2005/muse--main--1.0--patch-281
3014      mwolson@gnu.org--2005/muse--main--1.0--patch-282
3015      mwolson@gnu.org--2005/muse--main--1.0--patch-283
3016      mwolson@gnu.org--2005/muse--main--1.0--patch-284
3017      mwolson@gnu.org--2005/muse--main--1.0--patch-285
3018      mwolson@gnu.org--2005/muse--main--1.0--patch-286
3019      mwolson@gnu.org--2005/muse--main--1.0--patch-287
3020      mwolson@gnu.org--2005/muse--main--1.0--patch-288
3021      mwolson@gnu.org--2005/muse--main--1.0--patch-289
3022      mwolson@gnu.org--2005/muse--main--1.0--patch-290
3023      mwolson@gnu.org--2005/muse--main--1.0--patch-291
3024      mwolson@gnu.org--2005/muse--main--1.0--patch-292
3025      mwolson@gnu.org--2005/muse--main--1.0--patch-293
3026      mwolson@gnu.org--2005/muse--main--1.0--patch-294
3027      mwolson@gnu.org--2005/muse--main--1.0--patch-295
3028      mwolson@gnu.org--2005/muse--main--1.0--patch-296
3029      mwolson@gnu.org--2005/muse--main--1.0--patch-297
3030      mwolson@gnu.org--2005/muse--main--1.0--patch-298
3031      mwolson@gnu.org--2005/muse--main--1.0--patch-299
3032      mwolson@gnu.org--2005/muse--main--1.0--patch-300
3033      mwolson@gnu.org--2005/muse--main--1.0--patch-301
3034      mwolson@gnu.org--2005/muse--main--1.0--patch-302
3035      mwolson@gnu.org--2005/muse--main--1.0--patch-303
3036      mwolson@gnu.org--2005/muse--main--1.0--patch-304
3037      mwolson@gnu.org--2005/muse--main--1.0--patch-305
3038      mwolson@gnu.org--2005/muse--main--1.0--patch-306
3039      mwolson@gnu.org--2005/muse--main--1.0--patch-307
3040      mwolson@gnu.org--2005/muse--main--1.0--patch-308
3041      mwolson@gnu.org--2005/muse--main--1.0--patch-309
3042      mwolson@gnu.org--2005/muse--main--1.0--patch-310
3043      mwolson@gnu.org--2005/muse--main--1.0--patch-311
3044      mwolson@gnu.org--2005/muse--main--1.0--patch-312
3045      mwolson@gnu.org--2005/muse--main--1.0--patch-313
3046      mwolson@gnu.org--2005/muse--main--1.0--patch-314
3047      mwolson@gnu.org--2005/muse--main--1.0--patch-315
3048      mwolson@gnu.org--2005/muse--main--1.0--patch-316
3049      mwolson@gnu.org--2005/muse--main--1.0--patch-317
3050      mwolson@gnu.org--2005/muse--main--1.0--patch-318
3051      mwolson@gnu.org--2005/muse--main--1.0--patch-319
3052      mwolson@gnu.org--2005/muse--main--1.0--patch-320
3053      mwolson@gnu.org--2005/muse--main--1.0--patch-321
3054      mwolson@gnu.org--2005/muse--main--1.0--patch-322
3055      mwolson@gnu.org--2005/muse--main--1.0--patch-323
3056      mwolson@gnu.org--2005/muse--main--1.0--patch-324
3057      mwolson@gnu.org--2005/muse--main--1.0--patch-325
3058      mwolson@gnu.org--2005/muse--main--1.0--patch-326
3059      mwolson@gnu.org--2005/muse--main--1.0--patch-327
3060      mwolson@gnu.org--2005/muse--main--1.0--patch-328
3061      mwolson@gnu.org--2005/muse--main--1.0--patch-329
3062      mwolson@gnu.org--2005/muse--main--1.0--patch-330
3063      mwolson@gnu.org--2005/muse--main--1.0--patch-331
3064      mwolson@gnu.org--2005/muse--main--1.0--patch-332
3065      mwolson@gnu.org--2005/muse--main--1.0--patch-333
3066      mwolson@gnu.org--2005/muse--main--1.0--patch-334
3067      mwolson@gnu.org--2005/muse--main--1.0--patch-335
3068      mwolson@gnu.org--2005/muse--main--1.0--patch-336
3069      mwolson@gnu.org--2005/muse--main--1.0--patch-337
3070      mwolson@gnu.org--2005/muse--main--1.0--patch-338
3071      mwolson@gnu.org--2005/muse--main--1.0--patch-339
3072      mwolson@gnu.org--2005/muse--main--1.0--patch-340
3073      mwolson@gnu.org--2005/muse--main--1.0--patch-341
3074      mwolson@gnu.org--2005/muse--main--1.0--patch-342
3075      mwolson@gnu.org--2005/muse--main--1.0--patch-343
3076      mwolson@gnu.org--2005/muse--main--1.0--patch-344
3077      mwolson@gnu.org--2005/muse--main--1.0--patch-345
3078      mwolson@gnu.org--2005/muse--main--1.0--patch-346
3079      mwolson@gnu.org--2005/muse--main--1.0--patch-347
3080      mwolson@gnu.org--2005/muse--main--1.0--patch-348
3081      mwolson@gnu.org--2005/muse--main--1.0--patch-349
3082      mwolson@gnu.org--2005/muse--main--1.0--patch-350
3083      mwolson@gnu.org--2005/muse--main--1.0--patch-351
3084      mwolson@gnu.org--2005/muse--main--1.0--patch-352
3085      mwolson@gnu.org--2005/muse--main--1.0--patch-353
3086      mwolson@gnu.org--2005/muse--main--1.0--patch-354
3087      mwolson@gnu.org--2005/muse--main--1.0--patch-355
3088      mwolson@gnu.org--2005/muse--rel--3.02--base-0
3089      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
3090      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
3091      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
3092      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
3093      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
3094      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
3095      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
3096      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
3097      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
3098      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
3099      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
3100      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
3101      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
3102      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
3103      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
3104      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
3105      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
3106      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
3107      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
3108      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
3109      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
3110      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
3111      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
3112      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
3113      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
3114      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
3115      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
3116      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
3117      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
3118      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
3119      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
3120      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
3121      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
3122      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
3123      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
3124      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
3125      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
3126      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
3127      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
3128      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
3129      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
3130      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
3131      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8