Merged from mwolson@gnu.org--2006 (patch 132-135)
[muse-el.git] / ChangeLog.2006
blobdca8c2f5eb084424801d4fee8c4506b0388181bb
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-24 03:30:40 GMT Michael Olson <mwolson@gnu.org> patch-135
7     Summary:
8       Fix a potential unbounded recursive call.
9     Revision:
10       muse--main--1.0--patch-135
12     * lisp/muse-project.el (muse-updating-file-alist-p): New variable that
13       prevents calls to muse-project-file-alist in its hook functions from
14       going into an infinite loop.
15       (muse-project-file-alist): Use it.
16     
17     * lisp/muse-wiki.el (muse-wiki-updating-wikiword-p): Remove.  This is now
18       handled in muse-project.el.
19       (muse-wiki-update-local-wikiword-regexp): Remove the use of
20       muse-wiki-updating-wikiword-p.
22     modified files:
23      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
26 2006-05-23 18:10:49 GMT Michael Olson <mwolson@gnu.org> patch-134
28     Summary:
29       Try not to call tramp during publishing.
30     Revision:
31       muse--main--1.0--patch-134
33     * lisp/muse-publish.el (muse-insert-file-or-string): Do not call
34       file-readable-p on text that has a newline in it, because this could
35       cause tramp to be invoked.
37     modified files:
38      ChangeLog.2006 lisp/muse-publish.el
41 2006-05-23 15:30:02 GMT Michael Olson <mwolson@gnu.org> patch-133
43     Summary:
44       Make links colored blue by default.
45     Revision:
46       muse--main--1.0--patch-133
48     * lisp/muse-colors.el (muse-link): Make links blue by default, like most
49       other Emacs modes do.
51     modified files:
52      ChangeLog.2006 lisp/muse-colors.el
55 2006-05-23 14:24:58 GMT Michael Olson <mwolson@gnu.org> patch-132
57     Summary:
58       Fix publishing error with tables and initial whitespace.
59     Revision:
60       muse--main--1.0--patch-132
62     * lisp/muse-publish.el (muse-publish-markup-regexps): Move table rule
63       above blockquote and centered text, so that indented but blank initial
64       table fields publish correctly.
65     
66     * lisp/muse-regexps.el (muse-table-line-regexp): Make this much simpler.
67       We accept anything that has at least one field delimiter.
69     modified files:
70      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
73 2006-05-18 06:58:58 GMT Michael Olson <mwolson@gnu.org> patch-131
75     Summary:
76       Add muse-protocol-iw.el to experimental folder.
77     Revision:
78       muse--main--1.0--patch-131
80     * experimental/muse-protocol-iw.el: New experimental file that implements
81       an interwiki protocol of sorts that handles subdirectories.
83     new files:
84      experimental/.arch-ids/muse-protocol-iw.el.id
85      experimental/muse-protocol-iw.el
87     modified files:
88      AUTHORS ChangeLog.2006 experimental/muse-split.el
91 2006-05-18 06:43:30 GMT Michael Olson <mwolson@gnu.org> patch-130
93     Summary:
94       Add muse-split.el to experimental folder.
95     Revision:
96       muse--main--1.0--patch-130
98     * experimental/muse-split.el: New experimental file that splits published
99       Muse files into several smaller files.
101     new files:
102      experimental/.arch-ids/muse-split.el.id
103      experimental/muse-split.el
105     modified files:
106      AUTHORS ChangeLog.2006 Makefile.defs debian/changelog
107      debian/control
110 2006-05-18 06:03:49 GMT Michael Olson <mwolson@gnu.org> patch-129
112     Summary:
113       muse-wiki: Make the interwiki resolver a bit more clever.
114     Revision:
115       muse--main--1.0--patch-129
117     * lisp/muse-project.el (muse-project-choose-style): New function that
118       chooses a style from a list of styles, given a user-supplied test.
119     
120     * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix): New function
121       that is used along with `muse-project-choose-style' to pick the first
122       style that matches a given value for :link-prefix.
123       (muse-wiki-resolve-project-page-1): New function split from
124       `muse-wiki-resolve-project-page' for readability.  Try to match files
125       that have the same link-suffix.  This should hopefully fix a bug
126       noticed by Hans Ekbrand.
128     modified files:
129      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
132 2006-05-18 01:24:04 GMT Michael Olson <mwolson@gnu.org> patch-128
134     Summary:
135       Fix bug where links with :: in them were marked up as lists.
136     Revision:
137       muse--main--1.0--patch-128
139     * lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
140       Change noemphasis property to muse-link.
141     
142     * lisp/muse.el (muse-forward-list-item): Respect muse-link property.
143     
144     * lisp/muse-publish.el (muse-publish-surround-text)
145       (muse-publish-markup-list): Ditto.  This should fix a bug.
146       (muse-publish-markup-list): Docfix.
147       (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.
148     
149     * lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
150       There must be either one or more spaces or a single newline after the
151       colons.  This prevents an ambiguity with the double-colon muse-wiki
152       interwiki delimiter.
154     modified files:
155      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
156      lisp/muse-regexps.el lisp/muse-xml-common.el lisp/muse.el
159 2006-05-17 21:27:19 GMT Michael Olson <mwolson@gnu.org> patch-127
161     Summary:
162       DTRT with explicit links that have no description.
163     Revision:
164       muse--main--1.0--patch-127
166     * lisp/muse-publish.el (muse-publish-markup-link): If we are given an
167       explicit link without a description, use the name of the linked page.
169     modified files:
170      ChangeLog.2006 lisp/muse-publish.el
173 2006-05-16 15:53:56 GMT Michael Olson <mwolson@gnu.org> patch-126
175     Summary:
176       Fix emdash in link description bug.
177     Revision:
178       muse--main--1.0--patch-126
180     * lisp/muse-publish.el (muse-publish-markup-emdash): Don't markup emdash
181       if we are in a link, since otherwise it will be incorrectly escaped.
182       Thanks to Chiyuan Zhang for the report.
184     modified files:
185      ChangeLog.2006 Makefile.defs debian/changelog
186      lisp/muse-publish.el
189 2006-05-12 04:16:43 GMT Michael Olson <mwolson@gnu.org> patch-125
191     Summary:
192       Fix #5925: Emphasis on item breaks lists.
193     Revision:
194       muse--main--1.0--patch-125
196     * lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
197       as the browsing function.
198     
199     * lisp/muse-mode.el (muse-browse-result): Only include styles that match
200       the current file.
201     
202     * lisp/muse.el (muse-list-item-critical-point): Take a new argument named
203       `offset' into account, in case the list-item regexp is nested in
204       another group.
205       (muse-forward-list-item): Call `muse-list-item-critical-point' with an
206       offset of 1.  This should fix an unpleasant list-as-blockquote error
207       that was noticed recently.  Thanks to John Sullivan for the report.
209     modified files:
210      ChangeLog.2006 lisp/muse-blosxom.el lisp/muse-mode.el
211      lisp/muse.el
214 2006-05-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
216     Summary:
217       Fix a couple of beginning-of-buffer errors.
218     Revision:
219       muse--main--1.0--patch-124
221     * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
222       don't throw an error if at the beginning of the buffer.  Thanks to John
223       Sullivan for the report.
225     modified files:
226      ChangeLog.2006 lisp/muse-mode.el
229 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
231     Summary:
232       muse.texi: Change use of @subsubheading to @subheading.
233     Revision:
234       muse--main--1.0--patch-123
236     * muse.texi: Change use of @subsubheading to @subheading throughout
237       document.
239     modified files:
240      ChangeLog.2006 muse.texi
243 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
245     Summary:
246       muse.texi: Change subsections to subheadings.
247     Revision:
248       muse--main--1.0--patch-122
250     (Author: John Sullivan <john@wjsullivan.net>)
251     
252     * muse.texi: Change @subsection and @strong to @subheading throughout
253       document.
255     modified files:
256      ChangeLog.2006 Makefile.defs debian/changelog muse.texi
258     new patches:
259      john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
260      john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
261      john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
264 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
266     Summary:
267       Update keystrokes used in muse-mode, as well as docs.
268     Revision:
269       muse--main--1.0--patch-121
271     * lisp/muse-mode.el (muse-insert-map): New variable that defines the
272       keymap to use when the user wants to insert something into the current
273       buffer using `C-c i'.
274       (muse-mode-map): Sort keys somewhat.  Remove binding of `C-c C-v' to
275       muse-follow-name-at-point, since this is already used for
276       muse-browse-result.  Call `muse-insert-thing' on `C-c i', which will
277       prompt for the thing to insert.
278       (muse-insert-thing): New function that prompts the user for something
279       to insert into the current buffer.  It tries to be as friendly as
280       possible by catching possible errors with the message "Not inserting
281       anything".
282       (muse-mode-completions): Rename from `muse-completions', since this is
283       what we use in `muse-mode'.
284       (muse-mode-current-word): Similarly.  These don't seem to work
285       correctly, for unknown reasons.
286     
287     * muse.texi (Keystroke Summary): Update to include all keystrokes that we
288       utilize.
290     modified files:
291      ChangeLog.2006 lisp/muse-mode.el muse.texi
294 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
296     Summary:
297       Fix buggy behavior in muse-browse-result.
298     Revision:
299       muse--main--1.0--patch-120
301     * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
302       names to styles, based on the styles contained in the current Muse
303       project.  Thanks to kid kid for the analysis.
304     
305     * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
306       specified as an argument.
308     modified files:
309      ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
312 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
314     Summary:
315       muse-latex: Make images look better.
316     Revision:
317       muse--main--1.0--patch-119
319     * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
320       be 75% the width of the page, which looks better.  Enclose images in
321       figures, and center them.
323     modified files:
324      ChangeLog.2006 lisp/muse-latex.el
327 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
329     Summary:
330       Fix a few image bugs.
331     Revision:
332       muse--main--1.0--patch-118
334     * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
335       passing it to `muse-colors-inline-image-method'.  This makes images
336       with the same current directory and publishing directory get resolved
337       correctly.
338     
339     * lisp/muse-project.el (muse-project-find-file): Don't try to add a
340       ".muse" extension to images.
342     modified files:
343      ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
346 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
348     Summary:
349       Make build targets more consistent.
350     Revision:
351       muse--main--1.0--patch-117
353     * contrib/Makefile (install): Make build targets more consistent.  Thanks
354       to dsmith for the report.
355     
356     * lisp/Makefile (all, lisp, install): Ditto.
358     modified files:
359      ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
360      lisp/Makefile
363 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
365     Summary:
366       cgi.el: Make this work without cl-seq.el.
367     Revision:
368       muse--main--1.0--patch-116
370     * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
371       code.  Make this not depend on 'cl at runtime.
372       (cgi-position): New function that implements a simple replacement for
373       the position function found in cl-seq.el.
374       (cgi-decode): Use `cgi-position' instead of `position' and `substring'
375       instead of `subseq'.
376     
377     * contrib/httpd.el: Credit myself.
379     modified files:
380      ChangeLog.2006 contrib/cgi.el contrib/httpd.el
383 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
385     Summary:
386       Make publishing DTRT when using escaped list markup.
387     Revision:
388       muse--main--1.0--patch-115
390     * lisp/muse-publish.el (muse-publish-surround-text)
391       (muse-publish-markup-list): Ignore escaped list markup.
392     
393     * lisp/muse.el (muse-list-item-type): Docfix.
394       (muse-list-item-critical-point): New function that returns the point
395       where we should expect to find the first character in the current list
396       item markup.
397       (muse-forward-paragraph): Docfix and cosmetic change.
398       (muse-forward-list-item): Ignore escaped list markup.  This should fix
399       a few publishing errors that involve markup like =::=.
401     modified files:
402      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
405 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
407     Summary:
408       muse-publish: Get rid of warning when batch publishing.
409     Revision:
410       muse--main--1.0--patch-114
412     * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
413       publishing warning message.
415     modified files:
416      ChangeLog.2006 Makefile.defs debian/changelog
417      lisp/muse-publish.el
420 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
422     Summary:
423       Try to fix face clobbering bug.
424     Revision:
425       muse--main--1.0--patch-113
427     * lisp/muse-colors.el (muse-make-faces-default): New function that sets
428       the default value of the header faces.  It can be re-used.
429       (muse-make-faces): Simplify.  This should now fix the face clobbering
430       bug.
432     modified files:
433      ChangeLog.2006 lisp/muse-colors.el
436 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
438     Summary:
439       Re-add some cgi.el stuff and update my example config.
440     Revision:
441       muse--main--1.0--patch-112
443     * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
444       they are mentioned in the documentation.
445     
446     * examples/mwolson/: Update.
448     modified files:
449      ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
450      examples/mwolson/templates/footer.html
451      examples/mwolson/templates/header.html
454 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
456     Summary:
457       muse-mode: Make C-c C-e work better.
458     Revision:
459       muse--main--1.0--patch-111
461     * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
462       that this is more robust.
464     modified files:
465      ChangeLog.2006 lisp/muse-mode.el
468 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
470     Summary:
471       muse-latex: Don't escape backslash in <example> regions.
472     Revision:
473       muse--main--1.0--patch-110
475     * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
476       to escape the backslash after all.
477       (muse-latex-markup-specials-literal): Docfix.
478     
479     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
481     modified files:
482      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
485 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
487     Summary:
488       Allow tab characters in the target of explicit links.
489     Revision:
490       muse--main--1.0--patch-109
492     * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
493       in the link target.  This doesn't seem like it could hurt anything, and
494       prevents unexpected behavior.  Thanks to rubikitch AT ruby-lang.org for
495       the report.
497     modified files:
498      ChangeLog.2006 lisp/muse-regexps.el
501 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
503     Summary:
504       muse-wiki: Fix bug that caused WikiWords not to publish or display.
505     Revision:
506       muse--main--1.0--patch-108
508     * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
510     modified files:
511      ChangeLog.2006 Makefile.defs debian/changelog
512      lisp/muse-wiki.el
515 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
517     Summary:
518       Fix horrendous typo.
519     Revision:
520       muse--main--1.0--patch-107
522     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
523       strangeness.
525     modified files:
526      ChangeLog.2006 lisp/muse-publish.el
529 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
531     Summary:
532       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
533     Revision:
534       muse--main--1.0--patch-106
536     (Author: Per B. Sederberg <per@med.upenn.edu>)
537     
538     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
539       Option to not create implicit links to the current page.
540       (muse-wiki-handle-wikiword): Process the option to not create implicit
541       links to the current page.
543     modified files:
544      ChangeLog.2006 Makefile.defs debian/changelog
545      lisp/muse-wiki.el
547     new patches:
548      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
551 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
553     Summary:
554       Try to fix failure to recognize Muse file extension (6th attempt).
555     Revision:
556       muse--main--1.0--patch-105
558     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
559       init file is loaded.
560       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
561       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
562     
563     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
564       user's init file is loaded.  Explicitly add the Muse file extension
565       when muse.el is loaded, to make life simpler.
566       (muse-update-file-extension): Take several edge cases into account.
567       (muse-file-extension): Docfix.
568       (muse-update-file-extension-after-init): New function that causes the
569       file extension to be updated.
570     
571     * muse.texi (Projects): It is no longer necessary to call
572       `muse-mode-maybe' manually.
574     modified files:
575      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
578 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
580     Summary:
581       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
582     Revision:
583       muse--main--1.0--patch-104
585     (Author: Per B. Sederberg <per@med.upenn.edu>)
586     
587     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
588       to return a list of project files that have spaces.
589       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
590       spaces function.  Don't make this buffer-local.
592     modified files:
593      ChangeLog.2006 lisp/muse-wiki.el
595     new patches:
596      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
597      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
598      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
599      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
600      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
603 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
605     Summary:
606       Try to fix failure to recognize Muse file extension (5th attempt).
607     Revision:
608       muse--main--1.0--patch-103
610     * lisp/muse.el: To detect whether Emacs has fully started, check
611       `command-line-processed' instead of `inhibit-startup-hooks', since the
612       latter only exists for Emacs22.
614     modified files:
615      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
618 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
620     Summary:
621       muse-html: Add :style-sheet element.
622     Revision:
623       muse--main--1.0--patch-102
625     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
626       :style-sheet element.
627       ("html", "xhtml"): Add the :style-sheet element.
628     
629     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
630       style already exists.  Instead, just replace the existing style.
631       (muse-derive-style): Ditto.
632     
633     * muse.texi (Style Elements): Mention :style-sheet.
635     modified files:
636      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
637      muse.texi
640 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
642     Summary:
643       Try to fix failure to recognize Muse file extension (4th attempt).
644     Revision:
645       muse--main--1.0--patch-101
647     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
648       the command line.
650     modified files:
651      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
654 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
656     Summary:
657       Try to fix failure to recognize Muse file extension (3rd attempt).
658     Revision:
659       muse--main--1.0--patch-100
661     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
663     modified files:
664      ChangeLog.2006 lisp/muse.el
667 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
669     Summary:
670       Try to fix failure to recognize Muse file extension (2nd attempt).
671     Revision:
672       muse--main--1.0--patch-99
674     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
675       auto-mode-alist.
677     modified files:
678      ChangeLog.2006 lisp/muse.el
681 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
683     Summary:
684       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
685     Revision:
686       muse--main--1.0--patch-98
688     (Author: Per B. Sederberg <per@med.upenn.edu>)
689     
690     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
691       interwiki-regexp to search for any project file name.  This is so it
692       will match files with spaces.
694     modified files:
695      ChangeLog.2006 lisp/muse-wiki.el
697     new patches:
698      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
699      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
700      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
701      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
702      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
703      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
704      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
707 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
709     Summary:
710       Try to fix failure to recognize Muse file extension.
711     Revision:
712       muse--main--1.0--patch-97
714     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
715       of semantics.
716     
717     * lisp/muse.el: Call muse-update-file-extension in
718       muse-update-values-hook, instead of
719       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
720       emacs-startup-hook, so that the user has time to set this in their
721       .emacs file.
723     modified files:
724      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
727 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
729     Summary:
730       Make things in contrib directory installable.
731     Revision:
732       muse--main--1.0--patch-96
734     * Makefile (SUBDIRS): Add contrib.
735       (all): Add contrib.
736       (contrib): New target that compiles things in the contrib directory.
737       (install-bin): Add contrib.  Install things in the contrib directory.
738       Also install uncompiled things in the experimental directory.
739     
740     * contrib/Makefile: New Makefile for the contrib directory.
741     
742     * contrib/httpd.el (httpd-start): Fix compiler warnings.
743     
744     * debian/emacsen-install: Compile files in contrib directory in addition
745       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
746     
747     * debian/emacsen-startup: Add contrib directory to load-path.
748     
749     * experimental/Makefile (test): Remove target.
750       (install-uncompiled): New target that installs uncompiled files.
751     
752     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
753       (muse-update-file-extension): Fix a warning that occurred when doing
754       batch publishing.
756     new files:
757      contrib/.arch-ids/Makefile.id contrib/Makefile
759     modified files:
760      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
761      debian/changelog debian/emacsen-install debian/emacsen-startup
762      experimental/Makefile lisp/muse.el muse.texi
765 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
767     Summary:
768       Remove muse-registry.el.
769     Revision:
770       muse--main--1.0--patch-95
772     * lisp/muse-registry.el: Move to the Planner project, since it is a
773       better fit with Planner than Muse.
775     removed files:
776      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
778     modified files:
779      AUTHORS ChangeLog.2006
782 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
784     Summary:
785       Prepare Debian package for Arch snapshot.
786     Revision:
787       muse--main--1.0--patch-94
789     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
790       snapshot.
792     modified files:
793      ChangeLog.2006 Makefile.defs debian/changelog
796 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
798     Summary:
799       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
800     Revision:
801       muse--main--1.0--patch-93
803     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
804       `muse-wiki-hide-nop-tag' into account.
806     modified files:
807      ChangeLog.2006 lisp/muse-wiki.el
810 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
812     Summary:
813       Fix a couple of compiler warnings.
814     Revision:
815       muse--main--1.0--patch-92
817     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
819     modified files:
820      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
823 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
825     Summary:
826       Make interwiki links work with the new option.
827     Revision:
828       muse--main--1.0--patch-91
830     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
831       parameters.  Populate this correctly when
832       `muse-wiki-match-all-project-files' is non-nil.
834     modified files:
835      ChangeLog.2006 lisp/muse-wiki.el
838 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
840     Summary:
841       Permit table generation to be disabled for a single Muse page.
842     Revision:
843       muse--main--1.0--patch-90
845     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
846       data, don't publish the table.
847     
848     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
849     
850     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
851     
852     * lisp/muse-publish.el (muse-publish-table-fields): If the
853       "disable-tables" publishing directive exists for the current page, do
854       not generate a table.
855     
856     * muse.texi (Tables): Mention that table generation can be disabled for a
857       single page.
859     modified files:
860      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
861      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
864 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
866     Summary:
867       muse-wiki: Match filenames before WikiWords.
868     Revision:
869       muse--main--1.0--patch-89
871     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
872       filenames in project before the general WikiWord regexp.
874     modified files:
875      ChangeLog.2006 lisp/muse-wiki.el
878 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
880     Summary:
881       Use a better mechanism for updating autogenerated variables.
882     Revision:
883       muse--main--1.0--patch-88
885     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
886     
887     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
888     
889     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
890       muse-update-values-hook.
891     
892     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
893       muse-update-values-hook.
894     
895     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
896       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
897       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
898       error is fixed.
899       (muse-wiki-update-custom-values): Replace with function that gives a
900       warning and an explanation.
901     
902     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
903       example so that people who use it won't have a wrong value in
904       muse-mode-hook.
906     modified files:
907      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
908      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
909      lisp/muse.el
912 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
914     Summary:
915       muse-wiki: Implement implicit links for all files in project.
916     Revision:
917       muse--main--1.0--patch-87
919     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
920       don't get errors when trying to use it.
921     
922     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
923       muse-project-file-alist-hook.
924       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
925       into a recursive call.
926       (muse-wiki-update-wikiword-regexp): Call
927       `muse-wiki-update-local-wikiword-regexp'.
928     
929     (Author: Per B. Sederberg <per@med.upenn.edu>)
930     
931     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
932       muse-before-publish-hook and muse-mode-hook so that implicit links are
933       published properly.
934       (muse-wiki-wikiword-match-project-files): New option for determining
935       whether to match all project files as implicit links.  This is off by
936       default.
937       (muse-wiki-update-local-wikiword-regexp): New function to make the
938       wikiword-regexp local and append the files in the current project to
939       it.
941     modified files:
942      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
944     new patches:
945      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
946      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
947      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
948      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
949      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
950      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
951      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
952      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
953      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
954      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
955      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
956      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
957      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
958      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
961 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
963     Summary:
964       Update Muse's file-alist after saving any Muse page.
965     Revision:
966       muse--main--1.0--patch-86
968     * lisp/muse-project.el (muse-project-after-save-hook): New function that
969       causes Muse's file-alist to be updated when we are saving a Muse file.
970       This is added to after-save-hook.
972     modified files:
973      ChangeLog.2006 lisp/muse-project.el
976 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
978     Summary:
979       Add a hook that is called whenever Muse's file-alist is updated.
980     Revision:
981       muse--main--1.0--patch-85
983     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
984       executed after an update to muse-project-file-alist happens.
985       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
987     modified files:
988      ChangeLog.2006 lisp/muse-project.el
991 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
993     Summary:
994       muse-mode: Recognize definition lists when filling text.
995     Revision:
996       muse--main--1.0--patch-84
998     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
999       text.
1000     
1002     modified files:
1003      ChangeLog.2006 lisp/muse-mode.el
1006 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
1008     Summary:
1009       Remove unrelated part of patch-82.
1010     Revision:
1011       muse--main--1.0--patch-83
1014     modified files:
1015      ChangeLog.2006 lisp/muse-mode.el
1018 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
1020     Summary:
1021       muse-journal: Fix dates in RSS feeds.
1022     Revision:
1023       muse--main--1.0--patch-82
1025     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
1026       date is in a format that RSS readers can handle.  Thanks to René
1027       Stadler for the patch.
1029     modified files:
1030      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
1033 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
1035     Summary:
1036       debian: Install ChangeLog properly.
1037     Revision:
1038       muse--main--1.0--patch-81
1040     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
1041       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
1042       the breakage report.
1044     modified files:
1045      ChangeLog.2006 debian/rules
1048 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
1050     Summary:
1051       Fix a bug triggered by batch-publishing.
1052     Revision:
1053       muse--main--1.0--patch-80
1055     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
1056       right algorithm turned out to be simpler than I had thought.  Thanks to
1057       Sergei V. Fleytin for reporting breakage with the old method.
1058       (muse-publish-file): Don't be overzealous when checking for an invalid
1059       style -- use a simpler check.
1060       (muse-batch-publish-files): Don't check for invalid styles here, since
1061       we already do so in `muse-publish-file'.
1063     modified files:
1064      ChangeLog.2006 lisp/muse-publish.el
1067 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
1069     Summary:
1070       muse.texi: Move some sections to a new Extending Muse chapter.
1071     Revision:
1072       muse--main--1.0--patch-79
1074     * muse.texi (Extending Muse): New chapter containing nodes that deal with
1075       extending Muse in various ways.
1076       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
1078     modified files:
1079      ChangeLog.2006 muse.texi
1082 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
1084     Summary:
1085       Fix a couple of recently-introduced bugs.
1086     Revision:
1087       muse--main--1.0--patch-78
1089     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
1090       extra hard to preserve our settings for faces, especially after a new
1091       frame or splash screen.
1092     
1093     * lisp/muse.el (muse-copy-face): New function that ensures the face is
1094       copied globally, to the extent the Emacs permits this.
1096     modified files:
1097      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1100 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
1102     Summary:
1103       Update my example configuration file.
1104     Revision:
1105       muse--main--1.0--patch-77
1108     modified files:
1109      ChangeLog.2006 examples/mwolson/muse-init.el
1112 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
1114     Summary:
1115       Remove cruft from patch logs.
1116     Revision:
1117       muse--main--1.0--patch-76
1120     modified files:
1121      ChangeLog.2006
1122      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
1123      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
1124      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
1125      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
1126      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
1127      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
1128      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
1129      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
1132 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
1134     Summary:
1135       Make faces more robust and namespace-conforming.
1136     Revision:
1137       muse--main--1.0--patch-75
1139     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
1140       face has documentation and a group.
1141       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
1142       "-face" suffix.
1143       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
1144       faces have documentation and a group.  Copy unconditionally from the
1145       related Emacs faces, rather than specifying face attributes.
1146       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
1147       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
1148       face names.
1149     
1150     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
1151       the 'muse-link property rather than looking at the face.
1153     modified files:
1154      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1157 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
1159     Summary:
1160       muse.texi: Mention the <code> tag.
1161     Revision:
1162       muse--main--1.0--patch-74
1164     * muse.texi (Emphasizing Text): Mention the <code> tag.
1166     modified files:
1167      ChangeLog.2006 muse.texi
1170 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
1172     Summary:
1173       Fix bug in verse markup, undesired behavior with emdash.
1174     Revision:
1175       muse--main--1.0--patch-73
1177     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
1178       around emdash.
1179     
1180     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1181     
1182     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1183     
1184     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
1185       trailing whitespace to `muse-markup-text', in case the current
1186       publishing wishes to use them.
1187       (muse-publish-markup-verse): Insert newline without adding read-only
1188       properties to it.  This fixes a paragraph detection bug in HTML
1189       publishing.
1191     modified files:
1192      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1193      lisp/muse-publish.el lisp/muse-xml.el
1196 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
1198     Summary:
1199       httpd.el: Update to work with newer versions of Emacs.
1200     Revision:
1201       muse--main--1.0--patch-72
1203     * contrib/httpd.el (httpd-start): Update this to work with newer versions
1204       of Emacs.
1206     modified files:
1207      ChangeLog.2006 contrib/httpd.el
1210 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1212     Summary:
1213       muse-journal: Make custom RSS heading regexps possible.
1214     Revision:
1215       muse--main--1.0--patch-71
1217     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1218       determines the regexp to use when searching for an RSS heading.
1219       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1221     modified files:
1222      ChangeLog.2006 lisp/muse-journal.el
1225 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1227     Summary:
1228       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1229     Revision:
1230       muse--main--1.0--patch-70
1232     * lisp/muse-project.el (muse-project-publish): If we cannot find a
1233       project to publish, indicate this in an error message.
1234     
1235     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1236       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
1237       (muse-detect-invalid-style): New function that makes sure that the
1238       given style is in a valid format.
1239       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
1240       publishing.
1242     modified files:
1243      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
1246 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
1248     Summary:
1249       muse-mode: Don't require muse-publish.el.
1250     Revision:
1251       muse--main--1.0--patch-69
1253     * lisp/muse-mode.el: Use a few autoloads instead of requiring
1254       muse-publish.el.  This allows people to optionally have Muse mode
1255       without including the publishing features, as long as they never call a
1256       publishing function.  The documentation says that Muse is supposed to
1257       be modular in that way, so I guess we'd better follow it.
1258       (muse-insert-tag): Make sure that muse-publish is required before
1259       accessing `muse-publish-markup-tags'.
1261     modified files:
1262      ChangeLog.2006 lisp/muse-mode.el
1265 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
1267     Summary:
1268       Minor code cleanup.
1269     Revision:
1270       muse--main--1.0--patch-68
1272     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
1274     modified files:
1275      ChangeLog.2006 lisp/muse-mode.el
1278 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
1280     Summary:
1281       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
1282     Revision:
1283       muse--main--1.0--patch-67
1285     (Author: Per B. Sederberg <per@med.upenn.edu>)
1286     
1287     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
1288       used for grepping.
1289       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
1290       muse-find-backlinks C-c C-b
1291       (muse-grep): New function to envoke a search with the compiler.
1292       (muse-search-with-command): New function to search for text, optionally
1293       editing the command.
1294       (muse-search): New function to search for text.
1295       (muse-find-backlinks): New function to search for backlinks to the
1296       current page.
1298     modified files:
1299      ChangeLog.2006 lisp/muse-mode.el
1301     new patches:
1302      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
1303      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
1304      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
1305      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
1306      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
1307      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
1308      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
1309      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
1310      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
1311      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
1312      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
1313      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
1316 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
1318     Summary:
1319       Make it easier to call context-specific region-escaping function.
1320     Revision:
1321       muse--main--1.0--patch-66
1323     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
1324       returned from specials, call it with beg, end, ignore-read-only args.
1325       This allows for people to specify their own functions for escaping
1326       regions, depending on context.  See `muse-xml-decide-specials' in
1327       muse-xml-common.el.  This functionality already exists for escaping
1328       specials in strings.
1330     modified files:
1331      ChangeLog.2006 lisp/muse-publish.el
1334 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
1336     Summary:
1337       Attempt to make new syntaxes easier to support.
1338     Revision:
1339       muse--main--1.0--patch-65
1341     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
1342       and `muse-get-link-data'.
1343     
1344     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
1345     
1346     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
1347       (muse-make-link): Change argument name.
1348     
1349     * lisp/muse.el (muse-handle-explicit-link): Ditto.
1350       (muse-get-link, muse-get-link-desc): New functions that return the link
1351       and the link description, respectively, from the given TARGET.  The
1352       idea is that at least one other markup syntax puts descriptions before
1353       links, so all they would have to do is re-define these two functions.
1355     modified files:
1356      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
1357      lisp/muse-mode.el lisp/muse.el
1360 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
1362     Summary:
1363       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
1364     Revision:
1365       muse--main--1.0--patch-64
1367     * Makefile.defs, lisp/muse-colors.el: Fix typo.
1368     
1369     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
1370       `replace-in-string' is checked before `replace-regexp-in-string', since
1371       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
1372       Ottaway for the heads up.
1374     modified files:
1375      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
1378 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
1380     Summary:
1381       muse-latex: Add footnotes to links so that they show up on printed copies.
1382     Revision:
1383       muse--main--1.0--patch-63
1385     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
1386       'url-and-desc.  Display footnotes if we have both a link and a
1387       description, since we want URLs to show up on printed documents.
1388       (muse-latex-markup-specials-document): Escape the "@" character in the
1389       entire document.
1390     
1391     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
1392       without descriptions and URLs with descriptions.  If no markup string
1393       exists for 'url-and-desc, fall back to 'url.
1395     modified files:
1396      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1399 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
1401     Summary:
1402       Fix publishing error with multi-line wrapped list items.
1403     Revision:
1404       muse--main--1.0--patch-62
1406     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
1407       multiple lines of a wrapped list item.
1409     modified files:
1410      ChangeLog.2006 lisp/muse-publish.el
1413 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
1415     Summary:
1416       Add COPYING file; update headers.
1417     Revision:
1418       muse--main--1.0--patch-61
1420     * COPYING: New file containing the GNU GPL.
1421     
1422     * AUTHORS: Bookkeeping.
1423     
1424     * README: Add License section.  Change Muse homepage URL.
1425     
1426     * debian/copyright: Change Muse homepage URL.  Prune list to those who
1427       have changed 15+ lines of code, since this is the amount that
1428       constitutes legal contribution to a software work, AFAICT.
1429     
1430     * examples/mwolson: Update contents of directory to match my current
1431       setup.
1432     
1433     * experimental/muse*.el, lisp/muse*.el: Update headers.
1434     
1435     * muse.texi: Change Muse homepage URL.
1437     new files:
1438      .arch-ids/COPYING.id COPYING
1440     modified files:
1441      AUTHORS ChangeLog.2006 README debian/copyright
1442      examples/mwolson/muse-init.el
1443      examples/mwolson/stylesheets/blog.css
1444      examples/mwolson/stylesheets/common.css
1445      examples/mwolson/stylesheets/print.css
1446      examples/mwolson/stylesheets/screen.css
1447      experimental/muse-cite.el experimental/muse-mathml.el
1448      experimental/muse-message.el lisp/muse-backlink.el
1449      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
1450      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
1451      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
1452      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
1453      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
1454      lisp/muse-publish.el lisp/muse-regexps.el
1455      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
1456      lisp/muse-xml.el lisp/muse.el muse.texi
1459 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
1461     Summary:
1462       Update Muse XML schema.
1463     Revision:
1464       muse--main--1.0--patch-60
1466     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
1467       history.  We'll call this v0.3 of the schema.
1468     
1469     * lisp/muse-xml-common.el: Update header.
1470       (muse-xml-markup-table): Fix table generation when attributes are not
1471       specified.
1473     modified files:
1474      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
1477 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
1479     Summary:
1480       Fix output for consecutive list items of same type.
1481     Revision:
1482       muse--main--1.0--patch-59
1484     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
1485       post-indent and indent-found values local to each list item.  This
1486       should fix undesired behavior with consecutive list items of the same
1487       type.
1489     modified files:
1490      ChangeLog.2006 lisp/muse-publish.el
1493 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
1495     Summary:
1496       Make C-> and C-< keybindings not indent nested items.
1497     Revision:
1498       muse--main--1.0--patch-58
1500     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
1501       nested items.
1502     
1503     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
1504       optional, and document this.
1506     modified files:
1507      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
1510 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
1512     Summary:
1513       Slightly improve flyspell integration.
1514     Revision:
1515       muse--main--1.0--patch-57
1517     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
1518       property to determine whether we are at a link.
1520     modified files:
1521      ChangeLog.2006 lisp/muse-mode.el
1524 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
1526     Summary:
1527       Make nested definition list items work much better.
1528     Revision:
1529       muse--main--1.0--patch-56
1531     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1532       `muse-forward-list-item'.  Don't pass indent and post-indent to the
1533       move function.
1534       (muse-publish-surround-text): If we are to determine the indentation,
1535       but have found no list items, set indent to the empty string.  If we
1536       are to determine indentation but have found an item, get all leading
1537       whitespace and set indent to it.  Never try to determine post-indent
1538       using the first line.  Try to contain the amount of "damage" a nested
1539       list item can do to wrapped list item text.
1540     
1541     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
1542       part so that it is easier to indicate the amount of desired initial
1543       whitespace.
1544     
1545     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
1546       entry optional.
1547       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
1548       merged into `muse-forward-list-item'.
1549       (muse-forward-list-item-1): New function that determines whether a
1550       nested list item is found.
1551       (muse-forward-list-item): Move hairy nested list detection algorithm
1552       into `muse-forward-list-item-1'.  Be extra careful about terminating
1553       when we go past the boundary.
1555     modified files:
1556      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1557      lisp/muse.el
1560 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
1562     Summary:
1563       Add backlink support, thanks to Jim Ottaway.
1564     Revision:
1565       muse--main--1.0--patch-55
1567     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
1568       variable that indicates whether Muse is fontifying the current buffer.
1569       (muse-colors-region): Set `muse-colors-fontifying' to t.
1570     
1571     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
1572       support.  I've modified it slightly to get rid of the defadvice forms.
1574     new files:
1575      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
1577     modified files:
1578      AUTHORS ChangeLog.2006 lisp/muse-colors.el
1581 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
1583     Summary:
1584       muse-protocols: Add Wikipedia support.
1585     Revision:
1586       muse--main--1.0--patch-54
1588     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
1589       is used to look up terms on the Wikipedia website.
1590       (muse-wikipedia-country): New option that specifies the country code to
1591       use for Wikipedia.
1592       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
1593       resolve and browse Wikipedia URLs.
1595     modified files:
1596      ChangeLog.2006 lisp/muse-protocols.el
1599 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
1601     Summary:
1602       muse-protocols: Add DOI handling.
1603     Revision:
1604       muse--main--1.0--patch-53
1606     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
1607       DOI's (digitial object identifiers) are a standard identifier used in
1608       the publishing industry.  Thanks to Phillip Lord for the patch.
1609       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
1610       and browse DOI's.
1612     modified files:
1613      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
1616 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
1618     Summary:
1619       Refine previous patch.
1620     Revision:
1621       muse--main--1.0--patch-52
1623     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
1624       ever use the fallback method.  Save point when using new method.
1626     modified files:
1627      ChangeLog.2006 lisp/muse-mode.el
1630 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
1632     Summary:
1633       Make visiting of links a bit faster.
1634     Revision:
1635       muse--main--1.0--patch-51
1637     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
1638       property.
1639       (muse-link-properties): If we are highlighting a link, add the
1640       muse-link property.
1641     
1642     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
1643       exists at point, use it to bound the link.  Otherwise, use the old
1644       method.  This should make it easier to visit custom implicit link
1645       forms, since it does not require a change to muse-implicit-link-regexp.
1646     
1647     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
1648       used when muse-colors.el is loaded.
1650     modified files:
1651      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1652      lisp/muse-regexps.el
1655 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
1657     Summary:
1658       Make resolving of inline image paths more flexible.
1659     Revision:
1660       muse--main--1.0--patch-50
1662     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
1663       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
1664       option.  Make the fallback customization type a function rather than a
1665       symbol.
1666       (muse-colors-use-publishing-directory): New function that takes the
1667       best guess at where the current Muse file will be published and makes
1668       the given link relative to that.
1669       (muse-colors-insert-image): If muse-colors-inline-image-method is
1670       'default-directory, use the default directory.  If it is a function,
1671       call that function with LINK as an argument.  Otherwise, give up.
1673     modified files:
1674      ChangeLog.2006 lisp/muse-colors.el
1677 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
1679     Summary:
1680       Fix inline image lockup.
1681     Revision:
1682       muse--main--1.0--patch-49
1684     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
1685       patch-47.  This will prevent Muse from locking up after making a new
1686       inline image.
1688     modified files:
1689      ChangeLog.2006 lisp/muse-colors.el
1692 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
1694     Summary:
1695       Fix publishing problem with XEmacs.
1696     Revision:
1697       muse--main--1.0--patch-48
1699     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
1700       publishing problem when text at beginning of buffer is read-only.
1701       Thanks to Christian Clercin for the report.
1703     modified files:
1704      ChangeLog.2006 lisp/muse-publish.el
1707 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
1709     Summary:
1710       Get increase and decrease of list indentation to work with complex cases.
1711     Revision:
1712       muse--main--1.0--patch-47
1714     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
1715       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
1716       to indicate this interpretation, though parens are different.
1717     
1718     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
1719       (muse-alter-list-item-indentation): New function that alters the list
1720       structure at point.  The behavior to use is specified by the OPERATION
1721       argument.  Currently-supported operations are 'increase and 'decrease
1722       indentation level.  This now uses the same sort of list detection
1723       algorithm that is used during publishing, so it should work as expected
1724       for complicated cases.
1725       (muse-increase-list-item-indentation)
1726       (muse-decrease-list-item-indentation): Use
1727       `muse-alter-list-item-indentation'.
1729     modified files:
1730      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1733 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
1735     Summary:
1736       Code simplification; improve muse-list-item-type function.
1737     Revision:
1738       muse--main--1.0--patch-46
1740     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
1741       'dl-entry, instead of just returning 'dl.
1742       (muse-forward-dl-term, muse-forward-dl-entry): Use
1743       muse-forward-list-item.
1744       (muse-forward-dl-part): Remove, merge functionality into
1745       muse-forward-list-item.
1746       (muse-forward-list-item): Add a few conditions needed for skipping
1747       nested 'dl-term and 'dl-entry items.
1749     modified files:
1750      ChangeLog.2006 lisp/muse.el
1753 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
1755     Summary:
1756       Put movement by list and paragraph functions in muse.el.
1757     Revision:
1758       muse--main--1.0--patch-45
1760     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
1761       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
1762       (muse-forward-list-item): Move here from muse-publish.el, so that
1763       muse-mode can make use of these.
1765     modified files:
1766      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1769 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
1771     Summary:
1772       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
1773     Revision:
1774       muse--main--1.0--patch-44
1776     (Author: Per B. Sederberg <per@med.upenn.edu>)
1777     
1778     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
1779       decrease the current item indentation.
1780       (muse-get-paragraph-start): Helper function to determine the start of
1781       the current paragraph.
1782       (muse-insert-list-item): Cleaned up list item insertion code and made
1783       it handle definitions.
1784       (muse-increase-list-item-indentation): New interactive function to
1785       increase list item indentation.
1786       (muse-decrease-list-item-indentation): New interactive function to
1787       decrease list item indentation.
1789     modified files:
1790      ChangeLog.2006 lisp/muse-mode.el
1792     new patches:
1793      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
1794      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
1795      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
1796      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
1797      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
1798      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
1799      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
1800      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
1801      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
1802      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
1805 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
1807     Summary:
1808       Use slightly better algorithm for removing initial whitespace.
1809     Revision:
1810       muse--main--1.0--patch-43
1812     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
1813       the definition occurred on the same line as the term.
1814       (muse-publish-surround-text): Use a slightly better algorithm for
1815       removing initial indentation of list items.  This way, we preserve
1816       nesting of lists and also deal with same-level items that occur after
1817       nested items.  This probably doesn't make much of a difference in the
1818       output, but it should make support of nested definition lists a bit
1819       less troublesome in some cases.
1820       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
1821       regexp.
1822       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
1823       data.  Don't remove any text.  This makes the function easier to reuse
1824       in display-only situations.
1826     modified files:
1827      ChangeLog.2006 lisp/muse-publish.el
1830 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
1832     Summary:
1833       In a preliminary way, make definition lists nest.
1834     Revision:
1835       muse--main--1.0--patch-42
1837     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
1838       lists nest a bit better.
1839     
1840     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
1841       use it anymore.
1843     modified files:
1844      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1847 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
1849     Summary:
1850       Fix nested list regression.
1851     Revision:
1852       muse--main--1.0--patch-41
1854     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
1855       original indentation value and use that.  This fixes a regression
1856       caused by the last patch.
1858     modified files:
1859      ChangeLog.2006 lisp/muse-publish.el
1862 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
1864     Summary:
1865       Make code look nicer by using muse-forward-dl-* functions.
1866     Revision:
1867       muse--main--1.0--patch-40
1869     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
1870       forms into muse-forward-dl-* for increased reusability.
1871       (muse-publish-surround-text): Call move function with an indent
1872       argument so that we don't have to use partial substitution in lambda
1873       forms.
1874       (muse-forward-dl-term): New function that moves forward to the next
1875       definition list term.
1876       (muse-forward-dl-entry): New function that moves forward to the next
1877       definition list entry.
1878       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
1879       does not move past entire definition list items, only parts of them.
1880       (muse-publish-markup-list, muse-publish-markup-quote):
1881       (muse-publish-quote-tag): Use better lambda form, and include a
1882       parameter.
1884     modified files:
1885      ChangeLog.2006 lisp/muse-publish.el
1888 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
1890     Summary:
1891       Handle blockquoted sections within lists properly.
1892     Revision:
1893       muse--main--1.0--patch-39
1895     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
1896       property.  This should make blockquoted sections within a list do the
1897       right thing.
1898       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
1899       behavior of `muse-forward-paragraph'.
1901     modified files:
1902      ChangeLog.2006 lisp/muse-publish.el
1905 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
1907     Summary:
1908       Fix problem when previous list item was nested.
1909     Revision:
1910       muse--main--1.0--patch-38
1912     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
1913       indicator at the correct place.  This fixes an error where a previous
1914       list was nested but the current one isn't.  Thanks to Per B. Sederberg
1915       for the report.
1917     modified files:
1918      ChangeLog.2006 lisp/muse-publish.el
1921 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
1923     Summary:
1924       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
1925     Revision:
1926       muse--main--1.0--patch-37
1928     * muse.texi (Implicit Links): Mention how to customize the WikiName
1929       recognition, and note that if you're setting this manually, you have to
1930       call some additional code.  This should fix #5376.  Also remove local
1931       variables section at end, since it seems pointless.
1933     modified files:
1934      ChangeLog.2006 muse.texi
1937 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
1939     Summary:
1940       Fix #5325: nested formatting not working in HTML output.
1941     Revision:
1942       muse--main--1.0--patch-36
1944     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
1945       work.  I'm a bit worried about possible double-escaping, though.
1946       Perhaps we should write the context to a text property and escape it
1947       later.  This should fix #5325.
1949     modified files:
1950      ChangeLog.2006 lisp/muse-publish.el
1953 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
1955     Summary:
1956       Make paragraphs respect the end of a list or list item.
1957     Revision:
1958       muse--main--1.0--patch-35
1960     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
1961       end of a list (or list item), back up.  This allows for a nice side
1962       effect when using indented sentences in between list items.
1963     
1964     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
1965     
1966     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
1967     
1968     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
1969       and end-item are marked up with end-list properties.
1971     modified files:
1972      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1973      lisp/muse-publish.el lisp/muse-xml.el
1976 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
1978     Summary:
1979       Make sure an initial term exists before publishing definition list.
1980     Revision:
1981       muse--main--1.0--patch-34
1983     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
1984       exists before publishing a definition list.
1986     modified files:
1987      ChangeLog.2006 lisp/muse-publish.el
1990 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
1992     Summary:
1993       Add comments to nested list code.
1994     Revision:
1995       muse--main--1.0--patch-33
1997     * lisp/muse-publish.el (muse-publish-surround-dl)
1998       (muse-publish-surround-text, muse-forward-dl-item):
1999       (muse-forward-list-item): Add comments, since there were many
2000       intricacies that are probably not obvious to the casual reader.
2001       (muse-forward-dl-item): Remove no-op condition.
2003     modified files:
2004      ChangeLog.2006 lisp/muse-publish.el
2007 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
2009     Summary:
2010       Make nested list items work when separated by one blank line.
2011     Revision:
2012       muse--main--1.0--patch-32
2014     * lisp/muse-publish.el (muse-publish-surround-dl): Use
2015       muse-forward-dl-item instead of muse-forward-list-item.  On second
2016       thought, don't unconditionally insert a newline, as that breaks some
2017       things.
2018       (muse-forward-dl-item): New function that moves forward to the next
2019       definition list item.  This was factored out from
2020       muse-forward-list-item, since it was getting too complex for my liking.
2021       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
2022       indented line, and skip past these if we have a blank line followed by
2023       an indented line.  "Indented" means "indented one past the current
2024       indentation level" here.  Remove some initial whitespace that was being
2025       overlooked before.
2027     modified files:
2028      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2031 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
2033     Summary:
2034       Fix a couple of bugs in muse-wiki-resolve-project-page.
2035     Revision:
2036       muse--main--1.0--patch-31
2038     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
2039       better algorithm for adding styles to a list.
2040     
2041     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
2042       carefully.  This should fix one or two hard-to-explain bugs.
2044     modified files:
2045      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
2048 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
2050     Summary:
2051       Fix another definition list edge case.
2052     Revision:
2053       muse--main--1.0--patch-30
2055     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
2056       unordered list immediately follows definition list term.
2058     modified files:
2059      ChangeLog.2006 lisp/muse-publish.el
2062 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
2064     Summary:
2065       Pass all current definition list test cases.
2066     Revision:
2067       muse--main--1.0--patch-29
2069     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
2070       line if definition is not on the same line as the term.
2071       (muse-forward-list-item): Fix publishing incorrectness that occurred
2072       when a non-dl list follows a definition list.  Always move to the right
2073       place so as to prevent extra empty dd elements from being published.
2075     modified files:
2076      ChangeLog.2006 lisp/muse-publish.el
2079 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
2081     Summary:
2082       Merge consecutive definition list terms properly.
2083     Revision:
2084       muse--main--1.0--patch-28
2086     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
2087       correctly.  This makes Muse merge several definition list items into
2088       one list.
2089       (muse-forward-list-item): Use simpler regexp for 'dl.
2090     
2091     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
2092       definition lists, and make terms the 2nd matched text.
2094     modified files:
2095      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2098 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
2100     Summary:
2101       Bookkeeping.
2102     Revision:
2103       muse--main--1.0--patch-27
2105     * AUTHORS: Update.
2106     
2107     * muse-colors.el, muse-mode.el: Credit contributions.
2109     modified files:
2110      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2113 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
2115     Summary:
2116       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
2117     Revision:
2118       muse--main--1.0--patch-26
2120     Patches applied:
2121     
2122      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2123        Added ability to show inline images in the Emacs buffer.
2124     
2125      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2126        Added enhanced list item insertion.
2127     
2128     Detailed log:
2129     
2130     (Author: Per B. Sederberg <per@med.upenn.edu>)
2131     
2132     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
2133       list item.  New key mapping to toggle showing images.  Added a key
2134       mapping to insert a link to a file and modified the key map to insert a
2135       tag.
2136       (muse-on-blank-line): Helper function to determine if the point is on a
2137       line containing only blank spaces.
2138       (muse-insert-list-item): New interactive function to insert a new list
2139       item, taking into account the current list state.
2140       (muse-insert-relative-link-to-file): New function to insert a link to a
2141       file, relative to the default directory.
2142     
2143     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
2144       for where to search for images to inline in the buffer.
2145       (muse-colors-inline-images): Added custom boolean field for whether to
2146       show inline images in the buffer.
2147       (muse-colors-toggle-inline-images): New function to toggle showing the
2148       inline images in the buffer.
2149       (muse-unhighlight-region): Now removes end-glyph text properties to
2150       support XEmacs.
2151       (muse-colors-resolve-image-file): New function to determine if a link
2152       is an image and whether the version of Emacs can support inline images.
2153       (muse-make-file-glyph): New function to create an image glyph if we are
2154       using XEmacs.
2155       (muse-colors-insert-image): New function to insert an image in an Emacs
2156       buffer.
2157       (muse-colors-explicit-link): Modified function to have the ability to
2158       insert an image instead of formatting the text of the link.
2160     modified files:
2161      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2163     new patches:
2164      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
2165      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
2166      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2167      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2168      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
2171 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
2173     Summary:
2174       Pass testcase for definition list and nested unordered list.
2175     Revision:
2176       muse--main--1.0--patch-25
2178     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
2179       lists always have at least one entry.  This appears to do the right
2180       thing with a sample nested unordered list.
2182     modified files:
2183      ChangeLog.2006 lisp/muse-publish.el
2186 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
2188     Summary:
2189       Some definition list fixes.
2190     Revision:
2191       muse--main--1.0--patch-24
2193     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
2194       markup for end of list using the `muse-insert-markup-end-list'
2195       function.  Handle list items nested inside of a definition list.
2197     modified files:
2198      ChangeLog.2006 lisp/muse-publish.el
2201 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
2203     Summary:
2204       Fix another wrapped list item edge case.
2205     Revision:
2206       muse--main--1.0--patch-23
2208     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2209       indentation in a region when we encounter any list items.  This should
2210       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
2211       for the report.
2213     modified files:
2214      ChangeLog.2006 lisp/muse-publish.el
2217 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2219     Summary:
2220       Fix comment in Debian packaging.
2221     Revision:
2222       muse--main--1.0--patch-22
2224     * debian/emacsen-remove: Fix comment.
2226     modified files:
2227      ChangeLog.2006 debian/emacsen-remove
2230 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2232     Summary:
2233       muse-blosxom: Fix order of #tags line in header.
2234     Revision:
2235       muse--main--1.0--patch-21
2237     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2238       rather than before it.  Thanks to bkhl for the heads up.
2240     modified files:
2241      ChangeLog.2006 lisp/muse-blosxom.el
2244 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
2246     Summary:
2247       muse-blosxom: Add ability to use tags in entries.
2248     Revision:
2249       muse--main--1.0--patch-20
2251     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
2252       publish them.
2253       (muse-blosxom-use-tags): New option that specifies whether we are using
2254       tags.
2255       (muse-blosxom-new-entry): If using tags, read tags until the user hits
2256       RET without entering one.
2258     modified files:
2259      ChangeLog.2006 lisp/muse-blosxom.el
2262 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
2264     Summary:
2265       Fix backtrace when publishing unsaved files.
2266     Revision:
2267       muse--main--1.0--patch-19
2269     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
2270       trying to publish a file that has not been saved, and give an
2271       explanation to the user.
2273     modified files:
2274      ChangeLog.2006 lisp/muse-publish.el
2277 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
2279     Summary:
2280       muse-texinfo: Fix link suffix.
2281     Revision:
2282       muse--main--1.0--patch-18
2284     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
2285       styles.  This should fix a bug where links in published info files use
2286       an incorrect extension.  Thanks to Hans Ekbrand for the report!
2288     modified files:
2289      ChangeLog.2006 lisp/muse-texinfo.el
2292 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
2294     Summary:
2295       Fix prompting of non-Muse buffers before publishing.
2296     Revision:
2297       muse--main--1.0--patch-17
2299     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
2300       Stadler to ignore buffers that have no associated filename.  This fixes
2301       an annoyance where Muse prompts to save BBDB and ERC buffers before
2302       publishing.
2304     modified files:
2305      AUTHORS ChangeLog.2006 lisp/muse-project.el
2308 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
2310     Summary:
2311       Fix wrapped nested list item edge case.
2312     Revision:
2313       muse--main--1.0--patch-16
2315     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
2316       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
2317       case.
2318       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
2319       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
2320     
2321     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
2322       exactly one space character in front of a unnumbered or numbered list.
2323       This should make it easier to match every list instance, since
2324       definition lists can now be handled more nicely in
2325       muse-publish-markup-regexps.  This also has the effect of fixing a
2326       wrapped nested list item edge case.
2328     modified files:
2329      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2332 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
2334     Summary:
2335       Fix edge case in muse-wiki-publish-pretty-title.
2336     Revision:
2337       muse--main--1.0--patch-15
2339     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
2340       the document does not have a valid title, use the empty string.
2342     modified files:
2343      ChangeLog.2006 lisp/muse-wiki.el
2346 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
2348     Summary:
2349       Use debian/compat to determine debhelper compat level.
2350     Revision:
2351       muse--main--1.0--patch-14
2353     * debian/compat: New file that sets the debhelper compatibility level to
2354       4.
2355     
2356     * debian/rules: Remove DH_COMPAT line.
2358     new files:
2359      debian/.arch-ids/compat.id debian/compat
2361     modified files:
2362      ChangeLog.2006 debian/rules
2365 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
2367     Summary:
2368       Fix a couple of table-publishing edge cases.
2369     Revision:
2370       muse--main--1.0--patch-13
2372     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
2373       publishing error that occurs when a table line is the last thing in a
2374       document.  Thanks to cymacs for the report and suggested fix.
2375       (muse-publish-table-fields): Skip initial blank lines, and don't remove
2376       them.
2377     
2378     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
2379       at the end of the 'end-table markup string.
2380     
2381     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
2382     
2383     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
2384     
2385     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
2386       newline at the end of the table.  This should fix a problem with
2387       paragraphs after tables not being published as such.  Thanks to cymacs
2388       for the report.
2389     
2390     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
2391       muse-insert-markup to insert a trailing newline.
2393     modified files:
2394      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2395      lisp/muse-publish.el lisp/muse-texinfo.el
2396      lisp/muse-xml-common.el lisp/muse-xml.el
2399 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
2401     Summary:
2402       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
2403     Revision:
2404       muse--main--1.0--patch-12
2407     new files:
2408      .arch-ids/ChangeLog.2006.id ChangeLog.2006
2410     renamed files:
2411      .arch-ids/ChangeLog.id
2412        ==> .arch-ids/ChangeLog.2005.id
2413      ChangeLog
2414        ==> ChangeLog.2005
2417 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
2419     Summary:
2420       Make muse-journal work with whole-document escaping.
2421     Revision:
2422       muse--main--1.0--patch-11
2424     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
2425       by Emacs Muse" so that muse-journal does not get confused.
2426     
2427     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
2428       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
2429       for whole-buffer escaping.  Thanks to mondoshawan for the report.
2430       (muse-journal-rss-munge-buffer): Display a warning if someone does not
2431       have "Page published by Emacs Muse (begins|ends) here" in their header
2432       or footer, since muse-journal needs this in order to determine where
2433       entries begin and end.
2435     modified files:
2436      examples/mwolson/templates/footer.html
2437      examples/mwolson/templates/generic-footer.html
2438      examples/mwolson/templates/generic-header.html
2439      examples/mwolson/templates/header.html
2440      examples/mwolson/templates/header.tex lisp/muse-journal.el
2443 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
2445     Summary:
2446       Get simple test case for definition lists to work.
2447     Revision:
2448       muse--main--1.0--patch-10
2450     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
2451       publish properly.
2452       (muse-forward-list-item): Fix edge case.
2454     modified files:
2455      lisp/muse-publish.el
2458 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
2460     Summary:
2461       Add documentation to some publishing functions.
2462     Revision:
2463       muse--main--1.0--patch-9
2465     * lisp/muse-publish.el (muse-publish-mark-read-only)
2466       (muse-publish-mark-noemphasis): Add documentation.
2468     modified files:
2469      lisp/muse-publish.el
2472 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
2474     Summary:
2475       Fix an error with `custom-quote'.
2476     Revision:
2477       muse--main--1.0--patch-8
2479     * lisp/muse-project.el: Require 'cus-edit, since that is where
2480       `custom-quote' is defined.
2481     
2482     * muse.texi: Use copyright symbol.
2484     modified files:
2485      lisp/muse-project.el muse.texi
2488 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
2490     Summary:
2491       muse-registry: update from author.
2492     Revision:
2493       muse--main--1.0--patch-7
2495     * lisp/muse-registry.el: Update to newest version from author.
2496       Re-tabify.
2498     modified files:
2499      lisp/muse-registry.el
2502 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
2504     Summary:
2505       muse-latex: Handle double-quote edge case.
2506     Revision:
2507       muse--main--1.0--patch-6
2509     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
2510       character begins the buffer.
2512     modified files:
2513      lisp/muse-latex.el
2516 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
2518     Summary:
2519       Allow beginning and ending empty elements in tables.
2520     Revision:
2521       muse--main--1.0--patch-5
2523     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
2524       whitespace after the field if we're at the end of a line.
2525       (muse-table-line-regexp): Allow the table to start with a "|".  The
2526       resulting initial empty cell isn't yet thrown away like it should be.
2528     modified files:
2529      lisp/muse-regexps.el
2532 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
2534     Summary:
2535       muse-latex: Use \url to publish bare URLs.
2536     Revision:
2537       muse--main--1.0--patch-4
2539     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
2540       \href for bare URLs.  Thanks to Na Li for the suggestion!
2542     modified files:
2543      lisp/muse-latex.el
2546 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
2548     Summary:
2549       Create parents of output directories.
2550     Revision:
2551       muse--main--1.0--patch-3
2553     * lisp/muse-project.el (muse-project-publish-file): Create parent
2554       directories as well, if the output directory does not exist.  This can
2555       happen when we have nested directories in a project.
2557     modified files:
2558      lisp/muse-project.el
2561 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
2563     Summary:
2564       Pick a better default if publishing with more than one style.
2565     Revision:
2566       muse--main--1.0--patch-2
2568     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
2569       the list we return is in the right order.  That way, if more than one
2570       publishing rule matches a link, the first one is used, rather than the
2571       last.
2573     modified files:
2574      lisp/muse-project.el
2577 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
2579     Summary:
2580       Oops, committed to the wrong archive.
2581     Revision:
2582       muse--main--1.0--patch-1
2584     Patches applied:
2585     
2586      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
2587        Debian fixups.
2588     
2589      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
2590        Another Debian fix.
2592     modified files:
2593      ChangeLog debian/emacsen-startup
2595     renamed files:
2596      debian/.arch-ids/NEWS.Debian.id
2597        ==> debian/.arch-ids/NEWS.id
2598      debian/NEWS.Debian
2599        ==> debian/NEWS
2601     new patches:
2602      mwolson@gnu.org--2005/muse--main--1.0--patch-356
2603      mwolson@gnu.org--2005/muse--main--1.0--patch-357
2606 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
2608     Summary:
2609       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
2610     Revision:
2611       muse--main--1.0--base-0
2613     (automatically generated log message)
2615     new patches:
2616      ajk@iu.edu--2005/muse--ajk--1.0--base-0
2617      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
2618      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
2619      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
2620      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
2621      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
2622      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
2623      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
2624      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
2625      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
2626      ajk@iu.edu--2005/muse--main--1.0--base-0
2627      ajk@iu.edu--2005/muse--main--1.0--patch-1
2628      ajk@iu.edu--2005/muse--main--1.0--patch-2
2629      davidsmith@acm.org--2005/muse--devo--1.0--base-0
2630      davidsmith@acm.org--main/muse--devo--1.0--base-0
2631      davidsmith@acm.org--main/muse--devo--1.0--patch-1
2632      davidsmith@acm.org--main/muse--devo--1.0--patch-2
2633      hodique@lifl.fr--2005/muse--yh--1.0--base-0
2634      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
2635      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
2636      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
2637      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
2638      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
2639      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
2640      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
2641      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
2642      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
2643      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
2644      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
2645      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
2646      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
2647      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
2648      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
2649      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
2650      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
2651      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
2652      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
2653      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
2654      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
2655      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
2656      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
2657      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
2658      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
2659      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
2660      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
2661      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
2662      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
2663      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
2664      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
2665      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
2666      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
2667      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
2668      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
2669      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
2670      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
2671      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
2672      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
2673      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
2674      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
2675      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
2676      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
2677      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
2678      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
2679      jeho@jeho.org--2005/muse--jeho--1.0--base-0
2680      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
2681      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
2682      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
2683      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
2684      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
2685      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
2686      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
2687      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
2688      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
2689      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
2690      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
2691      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
2692      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
2693      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
2694      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
2695      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
2696      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
2697      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
2698      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
2699      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
2700      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
2701      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
2702      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
2703      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
2704      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
2705      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
2706      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
2707      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
2708      mwolson@gnu.org--2005/muse--main--1.0--base-0
2709      mwolson@gnu.org--2005/muse--main--1.0--patch-1
2710      mwolson@gnu.org--2005/muse--main--1.0--patch-2
2711      mwolson@gnu.org--2005/muse--main--1.0--patch-3
2712      mwolson@gnu.org--2005/muse--main--1.0--patch-4
2713      mwolson@gnu.org--2005/muse--main--1.0--patch-5
2714      mwolson@gnu.org--2005/muse--main--1.0--patch-6
2715      mwolson@gnu.org--2005/muse--main--1.0--patch-7
2716      mwolson@gnu.org--2005/muse--main--1.0--patch-8
2717      mwolson@gnu.org--2005/muse--main--1.0--patch-9
2718      mwolson@gnu.org--2005/muse--main--1.0--patch-10
2719      mwolson@gnu.org--2005/muse--main--1.0--patch-11
2720      mwolson@gnu.org--2005/muse--main--1.0--patch-12
2721      mwolson@gnu.org--2005/muse--main--1.0--patch-13
2722      mwolson@gnu.org--2005/muse--main--1.0--patch-14
2723      mwolson@gnu.org--2005/muse--main--1.0--patch-15
2724      mwolson@gnu.org--2005/muse--main--1.0--patch-16
2725      mwolson@gnu.org--2005/muse--main--1.0--patch-17
2726      mwolson@gnu.org--2005/muse--main--1.0--patch-18
2727      mwolson@gnu.org--2005/muse--main--1.0--patch-19
2728      mwolson@gnu.org--2005/muse--main--1.0--patch-20
2729      mwolson@gnu.org--2005/muse--main--1.0--patch-21
2730      mwolson@gnu.org--2005/muse--main--1.0--patch-22
2731      mwolson@gnu.org--2005/muse--main--1.0--patch-23
2732      mwolson@gnu.org--2005/muse--main--1.0--patch-24
2733      mwolson@gnu.org--2005/muse--main--1.0--patch-25
2734      mwolson@gnu.org--2005/muse--main--1.0--patch-26
2735      mwolson@gnu.org--2005/muse--main--1.0--patch-27
2736      mwolson@gnu.org--2005/muse--main--1.0--patch-28
2737      mwolson@gnu.org--2005/muse--main--1.0--patch-29
2738      mwolson@gnu.org--2005/muse--main--1.0--patch-30
2739      mwolson@gnu.org--2005/muse--main--1.0--patch-31
2740      mwolson@gnu.org--2005/muse--main--1.0--patch-32
2741      mwolson@gnu.org--2005/muse--main--1.0--patch-33
2742      mwolson@gnu.org--2005/muse--main--1.0--patch-34
2743      mwolson@gnu.org--2005/muse--main--1.0--patch-35
2744      mwolson@gnu.org--2005/muse--main--1.0--patch-36
2745      mwolson@gnu.org--2005/muse--main--1.0--patch-37
2746      mwolson@gnu.org--2005/muse--main--1.0--patch-38
2747      mwolson@gnu.org--2005/muse--main--1.0--patch-39
2748      mwolson@gnu.org--2005/muse--main--1.0--patch-40
2749      mwolson@gnu.org--2005/muse--main--1.0--patch-41
2750      mwolson@gnu.org--2005/muse--main--1.0--patch-42
2751      mwolson@gnu.org--2005/muse--main--1.0--patch-43
2752      mwolson@gnu.org--2005/muse--main--1.0--patch-44
2753      mwolson@gnu.org--2005/muse--main--1.0--patch-45
2754      mwolson@gnu.org--2005/muse--main--1.0--patch-46
2755      mwolson@gnu.org--2005/muse--main--1.0--patch-47
2756      mwolson@gnu.org--2005/muse--main--1.0--patch-48
2757      mwolson@gnu.org--2005/muse--main--1.0--patch-49
2758      mwolson@gnu.org--2005/muse--main--1.0--patch-50
2759      mwolson@gnu.org--2005/muse--main--1.0--patch-51
2760      mwolson@gnu.org--2005/muse--main--1.0--patch-52
2761      mwolson@gnu.org--2005/muse--main--1.0--patch-53
2762      mwolson@gnu.org--2005/muse--main--1.0--patch-54
2763      mwolson@gnu.org--2005/muse--main--1.0--patch-55
2764      mwolson@gnu.org--2005/muse--main--1.0--patch-56
2765      mwolson@gnu.org--2005/muse--main--1.0--patch-57
2766      mwolson@gnu.org--2005/muse--main--1.0--patch-58
2767      mwolson@gnu.org--2005/muse--main--1.0--patch-59
2768      mwolson@gnu.org--2005/muse--main--1.0--patch-60
2769      mwolson@gnu.org--2005/muse--main--1.0--patch-61
2770      mwolson@gnu.org--2005/muse--main--1.0--patch-62
2771      mwolson@gnu.org--2005/muse--main--1.0--patch-63
2772      mwolson@gnu.org--2005/muse--main--1.0--patch-64
2773      mwolson@gnu.org--2005/muse--main--1.0--patch-65
2774      mwolson@gnu.org--2005/muse--main--1.0--patch-66
2775      mwolson@gnu.org--2005/muse--main--1.0--patch-67
2776      mwolson@gnu.org--2005/muse--main--1.0--patch-68
2777      mwolson@gnu.org--2005/muse--main--1.0--patch-69
2778      mwolson@gnu.org--2005/muse--main--1.0--patch-70
2779      mwolson@gnu.org--2005/muse--main--1.0--patch-71
2780      mwolson@gnu.org--2005/muse--main--1.0--patch-72
2781      mwolson@gnu.org--2005/muse--main--1.0--patch-73
2782      mwolson@gnu.org--2005/muse--main--1.0--patch-74
2783      mwolson@gnu.org--2005/muse--main--1.0--patch-75
2784      mwolson@gnu.org--2005/muse--main--1.0--patch-76
2785      mwolson@gnu.org--2005/muse--main--1.0--patch-77
2786      mwolson@gnu.org--2005/muse--main--1.0--patch-78
2787      mwolson@gnu.org--2005/muse--main--1.0--patch-79
2788      mwolson@gnu.org--2005/muse--main--1.0--patch-80
2789      mwolson@gnu.org--2005/muse--main--1.0--patch-81
2790      mwolson@gnu.org--2005/muse--main--1.0--patch-82
2791      mwolson@gnu.org--2005/muse--main--1.0--patch-83
2792      mwolson@gnu.org--2005/muse--main--1.0--patch-84
2793      mwolson@gnu.org--2005/muse--main--1.0--patch-85
2794      mwolson@gnu.org--2005/muse--main--1.0--patch-86
2795      mwolson@gnu.org--2005/muse--main--1.0--patch-87
2796      mwolson@gnu.org--2005/muse--main--1.0--patch-88
2797      mwolson@gnu.org--2005/muse--main--1.0--patch-89
2798      mwolson@gnu.org--2005/muse--main--1.0--patch-90
2799      mwolson@gnu.org--2005/muse--main--1.0--patch-91
2800      mwolson@gnu.org--2005/muse--main--1.0--patch-92
2801      mwolson@gnu.org--2005/muse--main--1.0--patch-93
2802      mwolson@gnu.org--2005/muse--main--1.0--patch-94
2803      mwolson@gnu.org--2005/muse--main--1.0--patch-95
2804      mwolson@gnu.org--2005/muse--main--1.0--patch-96
2805      mwolson@gnu.org--2005/muse--main--1.0--patch-97
2806      mwolson@gnu.org--2005/muse--main--1.0--patch-98
2807      mwolson@gnu.org--2005/muse--main--1.0--patch-99
2808      mwolson@gnu.org--2005/muse--main--1.0--patch-100
2809      mwolson@gnu.org--2005/muse--main--1.0--patch-101
2810      mwolson@gnu.org--2005/muse--main--1.0--patch-102
2811      mwolson@gnu.org--2005/muse--main--1.0--patch-103
2812      mwolson@gnu.org--2005/muse--main--1.0--patch-104
2813      mwolson@gnu.org--2005/muse--main--1.0--patch-105
2814      mwolson@gnu.org--2005/muse--main--1.0--patch-106
2815      mwolson@gnu.org--2005/muse--main--1.0--patch-107
2816      mwolson@gnu.org--2005/muse--main--1.0--patch-108
2817      mwolson@gnu.org--2005/muse--main--1.0--patch-109
2818      mwolson@gnu.org--2005/muse--main--1.0--patch-110
2819      mwolson@gnu.org--2005/muse--main--1.0--patch-111
2820      mwolson@gnu.org--2005/muse--main--1.0--patch-112
2821      mwolson@gnu.org--2005/muse--main--1.0--patch-113
2822      mwolson@gnu.org--2005/muse--main--1.0--patch-114
2823      mwolson@gnu.org--2005/muse--main--1.0--patch-115
2824      mwolson@gnu.org--2005/muse--main--1.0--patch-116
2825      mwolson@gnu.org--2005/muse--main--1.0--patch-117
2826      mwolson@gnu.org--2005/muse--main--1.0--patch-118
2827      mwolson@gnu.org--2005/muse--main--1.0--patch-119
2828      mwolson@gnu.org--2005/muse--main--1.0--patch-120
2829      mwolson@gnu.org--2005/muse--main--1.0--patch-121
2830      mwolson@gnu.org--2005/muse--main--1.0--patch-122
2831      mwolson@gnu.org--2005/muse--main--1.0--patch-123
2832      mwolson@gnu.org--2005/muse--main--1.0--patch-124
2833      mwolson@gnu.org--2005/muse--main--1.0--patch-125
2834      mwolson@gnu.org--2005/muse--main--1.0--patch-126
2835      mwolson@gnu.org--2005/muse--main--1.0--patch-127
2836      mwolson@gnu.org--2005/muse--main--1.0--patch-128
2837      mwolson@gnu.org--2005/muse--main--1.0--patch-129
2838      mwolson@gnu.org--2005/muse--main--1.0--patch-130
2839      mwolson@gnu.org--2005/muse--main--1.0--patch-131
2840      mwolson@gnu.org--2005/muse--main--1.0--patch-132
2841      mwolson@gnu.org--2005/muse--main--1.0--patch-133
2842      mwolson@gnu.org--2005/muse--main--1.0--patch-134
2843      mwolson@gnu.org--2005/muse--main--1.0--patch-135
2844      mwolson@gnu.org--2005/muse--main--1.0--patch-136
2845      mwolson@gnu.org--2005/muse--main--1.0--patch-137
2846      mwolson@gnu.org--2005/muse--main--1.0--patch-138
2847      mwolson@gnu.org--2005/muse--main--1.0--patch-139
2848      mwolson@gnu.org--2005/muse--main--1.0--patch-140
2849      mwolson@gnu.org--2005/muse--main--1.0--patch-141
2850      mwolson@gnu.org--2005/muse--main--1.0--patch-142
2851      mwolson@gnu.org--2005/muse--main--1.0--patch-143
2852      mwolson@gnu.org--2005/muse--main--1.0--patch-144
2853      mwolson@gnu.org--2005/muse--main--1.0--patch-145
2854      mwolson@gnu.org--2005/muse--main--1.0--patch-146
2855      mwolson@gnu.org--2005/muse--main--1.0--patch-147
2856      mwolson@gnu.org--2005/muse--main--1.0--patch-148
2857      mwolson@gnu.org--2005/muse--main--1.0--patch-149
2858      mwolson@gnu.org--2005/muse--main--1.0--patch-150
2859      mwolson@gnu.org--2005/muse--main--1.0--patch-151
2860      mwolson@gnu.org--2005/muse--main--1.0--patch-152
2861      mwolson@gnu.org--2005/muse--main--1.0--patch-153
2862      mwolson@gnu.org--2005/muse--main--1.0--patch-154
2863      mwolson@gnu.org--2005/muse--main--1.0--patch-155
2864      mwolson@gnu.org--2005/muse--main--1.0--patch-156
2865      mwolson@gnu.org--2005/muse--main--1.0--patch-157
2866      mwolson@gnu.org--2005/muse--main--1.0--patch-158
2867      mwolson@gnu.org--2005/muse--main--1.0--patch-159
2868      mwolson@gnu.org--2005/muse--main--1.0--patch-160
2869      mwolson@gnu.org--2005/muse--main--1.0--patch-161
2870      mwolson@gnu.org--2005/muse--main--1.0--patch-162
2871      mwolson@gnu.org--2005/muse--main--1.0--patch-163
2872      mwolson@gnu.org--2005/muse--main--1.0--patch-164
2873      mwolson@gnu.org--2005/muse--main--1.0--patch-165
2874      mwolson@gnu.org--2005/muse--main--1.0--patch-166
2875      mwolson@gnu.org--2005/muse--main--1.0--patch-167
2876      mwolson@gnu.org--2005/muse--main--1.0--patch-168
2877      mwolson@gnu.org--2005/muse--main--1.0--patch-169
2878      mwolson@gnu.org--2005/muse--main--1.0--patch-170
2879      mwolson@gnu.org--2005/muse--main--1.0--patch-171
2880      mwolson@gnu.org--2005/muse--main--1.0--patch-172
2881      mwolson@gnu.org--2005/muse--main--1.0--patch-173
2882      mwolson@gnu.org--2005/muse--main--1.0--patch-174
2883      mwolson@gnu.org--2005/muse--main--1.0--patch-175
2884      mwolson@gnu.org--2005/muse--main--1.0--patch-176
2885      mwolson@gnu.org--2005/muse--main--1.0--patch-177
2886      mwolson@gnu.org--2005/muse--main--1.0--patch-178
2887      mwolson@gnu.org--2005/muse--main--1.0--patch-179
2888      mwolson@gnu.org--2005/muse--main--1.0--patch-180
2889      mwolson@gnu.org--2005/muse--main--1.0--patch-181
2890      mwolson@gnu.org--2005/muse--main--1.0--patch-182
2891      mwolson@gnu.org--2005/muse--main--1.0--patch-183
2892      mwolson@gnu.org--2005/muse--main--1.0--patch-184
2893      mwolson@gnu.org--2005/muse--main--1.0--patch-185
2894      mwolson@gnu.org--2005/muse--main--1.0--patch-186
2895      mwolson@gnu.org--2005/muse--main--1.0--patch-187
2896      mwolson@gnu.org--2005/muse--main--1.0--patch-188
2897      mwolson@gnu.org--2005/muse--main--1.0--patch-189
2898      mwolson@gnu.org--2005/muse--main--1.0--patch-190
2899      mwolson@gnu.org--2005/muse--main--1.0--patch-191
2900      mwolson@gnu.org--2005/muse--main--1.0--patch-192
2901      mwolson@gnu.org--2005/muse--main--1.0--patch-193
2902      mwolson@gnu.org--2005/muse--main--1.0--patch-194
2903      mwolson@gnu.org--2005/muse--main--1.0--patch-195
2904      mwolson@gnu.org--2005/muse--main--1.0--patch-196
2905      mwolson@gnu.org--2005/muse--main--1.0--patch-197
2906      mwolson@gnu.org--2005/muse--main--1.0--patch-198
2907      mwolson@gnu.org--2005/muse--main--1.0--patch-199
2908      mwolson@gnu.org--2005/muse--main--1.0--patch-200
2909      mwolson@gnu.org--2005/muse--main--1.0--patch-201
2910      mwolson@gnu.org--2005/muse--main--1.0--patch-202
2911      mwolson@gnu.org--2005/muse--main--1.0--patch-203
2912      mwolson@gnu.org--2005/muse--main--1.0--patch-204
2913      mwolson@gnu.org--2005/muse--main--1.0--patch-205
2914      mwolson@gnu.org--2005/muse--main--1.0--patch-206
2915      mwolson@gnu.org--2005/muse--main--1.0--patch-207
2916      mwolson@gnu.org--2005/muse--main--1.0--patch-208
2917      mwolson@gnu.org--2005/muse--main--1.0--patch-209
2918      mwolson@gnu.org--2005/muse--main--1.0--patch-210
2919      mwolson@gnu.org--2005/muse--main--1.0--patch-211
2920      mwolson@gnu.org--2005/muse--main--1.0--patch-212
2921      mwolson@gnu.org--2005/muse--main--1.0--patch-213
2922      mwolson@gnu.org--2005/muse--main--1.0--patch-214
2923      mwolson@gnu.org--2005/muse--main--1.0--patch-215
2924      mwolson@gnu.org--2005/muse--main--1.0--patch-216
2925      mwolson@gnu.org--2005/muse--main--1.0--patch-217
2926      mwolson@gnu.org--2005/muse--main--1.0--patch-218
2927      mwolson@gnu.org--2005/muse--main--1.0--patch-219
2928      mwolson@gnu.org--2005/muse--main--1.0--patch-220
2929      mwolson@gnu.org--2005/muse--main--1.0--patch-221
2930      mwolson@gnu.org--2005/muse--main--1.0--patch-222
2931      mwolson@gnu.org--2005/muse--main--1.0--patch-223
2932      mwolson@gnu.org--2005/muse--main--1.0--patch-224
2933      mwolson@gnu.org--2005/muse--main--1.0--patch-225
2934      mwolson@gnu.org--2005/muse--main--1.0--patch-226
2935      mwolson@gnu.org--2005/muse--main--1.0--patch-227
2936      mwolson@gnu.org--2005/muse--main--1.0--patch-228
2937      mwolson@gnu.org--2005/muse--main--1.0--patch-229
2938      mwolson@gnu.org--2005/muse--main--1.0--patch-230
2939      mwolson@gnu.org--2005/muse--main--1.0--patch-231
2940      mwolson@gnu.org--2005/muse--main--1.0--patch-232
2941      mwolson@gnu.org--2005/muse--main--1.0--patch-233
2942      mwolson@gnu.org--2005/muse--main--1.0--patch-234
2943      mwolson@gnu.org--2005/muse--main--1.0--patch-235
2944      mwolson@gnu.org--2005/muse--main--1.0--patch-236
2945      mwolson@gnu.org--2005/muse--main--1.0--patch-237
2946      mwolson@gnu.org--2005/muse--main--1.0--patch-238
2947      mwolson@gnu.org--2005/muse--main--1.0--patch-239
2948      mwolson@gnu.org--2005/muse--main--1.0--patch-240
2949      mwolson@gnu.org--2005/muse--main--1.0--patch-241
2950      mwolson@gnu.org--2005/muse--main--1.0--patch-242
2951      mwolson@gnu.org--2005/muse--main--1.0--patch-243
2952      mwolson@gnu.org--2005/muse--main--1.0--patch-244
2953      mwolson@gnu.org--2005/muse--main--1.0--patch-245
2954      mwolson@gnu.org--2005/muse--main--1.0--patch-246
2955      mwolson@gnu.org--2005/muse--main--1.0--patch-247
2956      mwolson@gnu.org--2005/muse--main--1.0--patch-248
2957      mwolson@gnu.org--2005/muse--main--1.0--patch-249
2958      mwolson@gnu.org--2005/muse--main--1.0--patch-250
2959      mwolson@gnu.org--2005/muse--main--1.0--patch-251
2960      mwolson@gnu.org--2005/muse--main--1.0--patch-252
2961      mwolson@gnu.org--2005/muse--main--1.0--patch-253
2962      mwolson@gnu.org--2005/muse--main--1.0--patch-254
2963      mwolson@gnu.org--2005/muse--main--1.0--patch-255
2964      mwolson@gnu.org--2005/muse--main--1.0--patch-256
2965      mwolson@gnu.org--2005/muse--main--1.0--patch-257
2966      mwolson@gnu.org--2005/muse--main--1.0--patch-258
2967      mwolson@gnu.org--2005/muse--main--1.0--patch-259
2968      mwolson@gnu.org--2005/muse--main--1.0--patch-260
2969      mwolson@gnu.org--2005/muse--main--1.0--patch-261
2970      mwolson@gnu.org--2005/muse--main--1.0--patch-262
2971      mwolson@gnu.org--2005/muse--main--1.0--patch-263
2972      mwolson@gnu.org--2005/muse--main--1.0--patch-264
2973      mwolson@gnu.org--2005/muse--main--1.0--patch-265
2974      mwolson@gnu.org--2005/muse--main--1.0--patch-266
2975      mwolson@gnu.org--2005/muse--main--1.0--patch-267
2976      mwolson@gnu.org--2005/muse--main--1.0--patch-268
2977      mwolson@gnu.org--2005/muse--main--1.0--patch-269
2978      mwolson@gnu.org--2005/muse--main--1.0--patch-270
2979      mwolson@gnu.org--2005/muse--main--1.0--patch-271
2980      mwolson@gnu.org--2005/muse--main--1.0--patch-272
2981      mwolson@gnu.org--2005/muse--main--1.0--patch-273
2982      mwolson@gnu.org--2005/muse--main--1.0--patch-274
2983      mwolson@gnu.org--2005/muse--main--1.0--patch-275
2984      mwolson@gnu.org--2005/muse--main--1.0--patch-276
2985      mwolson@gnu.org--2005/muse--main--1.0--patch-277
2986      mwolson@gnu.org--2005/muse--main--1.0--patch-278
2987      mwolson@gnu.org--2005/muse--main--1.0--patch-279
2988      mwolson@gnu.org--2005/muse--main--1.0--patch-280
2989      mwolson@gnu.org--2005/muse--main--1.0--patch-281
2990      mwolson@gnu.org--2005/muse--main--1.0--patch-282
2991      mwolson@gnu.org--2005/muse--main--1.0--patch-283
2992      mwolson@gnu.org--2005/muse--main--1.0--patch-284
2993      mwolson@gnu.org--2005/muse--main--1.0--patch-285
2994      mwolson@gnu.org--2005/muse--main--1.0--patch-286
2995      mwolson@gnu.org--2005/muse--main--1.0--patch-287
2996      mwolson@gnu.org--2005/muse--main--1.0--patch-288
2997      mwolson@gnu.org--2005/muse--main--1.0--patch-289
2998      mwolson@gnu.org--2005/muse--main--1.0--patch-290
2999      mwolson@gnu.org--2005/muse--main--1.0--patch-291
3000      mwolson@gnu.org--2005/muse--main--1.0--patch-292
3001      mwolson@gnu.org--2005/muse--main--1.0--patch-293
3002      mwolson@gnu.org--2005/muse--main--1.0--patch-294
3003      mwolson@gnu.org--2005/muse--main--1.0--patch-295
3004      mwolson@gnu.org--2005/muse--main--1.0--patch-296
3005      mwolson@gnu.org--2005/muse--main--1.0--patch-297
3006      mwolson@gnu.org--2005/muse--main--1.0--patch-298
3007      mwolson@gnu.org--2005/muse--main--1.0--patch-299
3008      mwolson@gnu.org--2005/muse--main--1.0--patch-300
3009      mwolson@gnu.org--2005/muse--main--1.0--patch-301
3010      mwolson@gnu.org--2005/muse--main--1.0--patch-302
3011      mwolson@gnu.org--2005/muse--main--1.0--patch-303
3012      mwolson@gnu.org--2005/muse--main--1.0--patch-304
3013      mwolson@gnu.org--2005/muse--main--1.0--patch-305
3014      mwolson@gnu.org--2005/muse--main--1.0--patch-306
3015      mwolson@gnu.org--2005/muse--main--1.0--patch-307
3016      mwolson@gnu.org--2005/muse--main--1.0--patch-308
3017      mwolson@gnu.org--2005/muse--main--1.0--patch-309
3018      mwolson@gnu.org--2005/muse--main--1.0--patch-310
3019      mwolson@gnu.org--2005/muse--main--1.0--patch-311
3020      mwolson@gnu.org--2005/muse--main--1.0--patch-312
3021      mwolson@gnu.org--2005/muse--main--1.0--patch-313
3022      mwolson@gnu.org--2005/muse--main--1.0--patch-314
3023      mwolson@gnu.org--2005/muse--main--1.0--patch-315
3024      mwolson@gnu.org--2005/muse--main--1.0--patch-316
3025      mwolson@gnu.org--2005/muse--main--1.0--patch-317
3026      mwolson@gnu.org--2005/muse--main--1.0--patch-318
3027      mwolson@gnu.org--2005/muse--main--1.0--patch-319
3028      mwolson@gnu.org--2005/muse--main--1.0--patch-320
3029      mwolson@gnu.org--2005/muse--main--1.0--patch-321
3030      mwolson@gnu.org--2005/muse--main--1.0--patch-322
3031      mwolson@gnu.org--2005/muse--main--1.0--patch-323
3032      mwolson@gnu.org--2005/muse--main--1.0--patch-324
3033      mwolson@gnu.org--2005/muse--main--1.0--patch-325
3034      mwolson@gnu.org--2005/muse--main--1.0--patch-326
3035      mwolson@gnu.org--2005/muse--main--1.0--patch-327
3036      mwolson@gnu.org--2005/muse--main--1.0--patch-328
3037      mwolson@gnu.org--2005/muse--main--1.0--patch-329
3038      mwolson@gnu.org--2005/muse--main--1.0--patch-330
3039      mwolson@gnu.org--2005/muse--main--1.0--patch-331
3040      mwolson@gnu.org--2005/muse--main--1.0--patch-332
3041      mwolson@gnu.org--2005/muse--main--1.0--patch-333
3042      mwolson@gnu.org--2005/muse--main--1.0--patch-334
3043      mwolson@gnu.org--2005/muse--main--1.0--patch-335
3044      mwolson@gnu.org--2005/muse--main--1.0--patch-336
3045      mwolson@gnu.org--2005/muse--main--1.0--patch-337
3046      mwolson@gnu.org--2005/muse--main--1.0--patch-338
3047      mwolson@gnu.org--2005/muse--main--1.0--patch-339
3048      mwolson@gnu.org--2005/muse--main--1.0--patch-340
3049      mwolson@gnu.org--2005/muse--main--1.0--patch-341
3050      mwolson@gnu.org--2005/muse--main--1.0--patch-342
3051      mwolson@gnu.org--2005/muse--main--1.0--patch-343
3052      mwolson@gnu.org--2005/muse--main--1.0--patch-344
3053      mwolson@gnu.org--2005/muse--main--1.0--patch-345
3054      mwolson@gnu.org--2005/muse--main--1.0--patch-346
3055      mwolson@gnu.org--2005/muse--main--1.0--patch-347
3056      mwolson@gnu.org--2005/muse--main--1.0--patch-348
3057      mwolson@gnu.org--2005/muse--main--1.0--patch-349
3058      mwolson@gnu.org--2005/muse--main--1.0--patch-350
3059      mwolson@gnu.org--2005/muse--main--1.0--patch-351
3060      mwolson@gnu.org--2005/muse--main--1.0--patch-352
3061      mwolson@gnu.org--2005/muse--main--1.0--patch-353
3062      mwolson@gnu.org--2005/muse--main--1.0--patch-354
3063      mwolson@gnu.org--2005/muse--main--1.0--patch-355
3064      mwolson@gnu.org--2005/muse--rel--3.02--base-0
3065      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
3066      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
3067      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
3068      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
3069      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
3070      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
3071      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
3072      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
3073      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
3074      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
3075      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
3076      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
3077      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
3078      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
3079      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
3080      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
3081      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
3082      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
3083      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
3084      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
3085      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
3086      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
3087      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
3088      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
3089      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
3090      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
3091      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
3092      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
3093      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
3094      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
3095      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
3096      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
3097      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
3098      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
3099      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
3100      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
3101      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
3102      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
3103      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
3104      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
3105      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
3106      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
3107      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8