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-29 21:34:34 GMT Michael Olson <mwolson@gnu.org> patch-144
8 List all tags in Muse's documentation.
10 muse--main--1.0--patch-144
12 * lisp/muse-publish.el (muse-publish-markup-region): Remove cruft that I
14 (muse-publish-contents-depth): New option that specifies the maximum
15 depth of headings to include with <contents> tags.
16 (muse-publish-contents-tag): Use it.
17 (muse-publish-include-tag): Docfix.
19 * muse.texi (Paragraphs): Mention <center> and <quote> tags.
20 (Tag Summary): New section that defines the syntax used for tags and
21 gives a complete listing of all of the tags that Muse comes with, as
22 well as some documentation for each tag.
23 (HTML): Update documentation.
26 ChangeLog lisp/muse-publish.el muse.texi
29 2006-05-29 18:48:41 GMT Michael Olson <mwolson@gnu.org> patch-143
32 Implement <include> and <markup> tags.
34 muse--main--1.0--patch-143
36 * lisp/muse-html.el (muse-html-markup-regexps): Make paragraph detection
37 work better when a paragraph follows some other markup, especially
40 * lisp/muse-publish.el (muse-publish-markup-tags): Add <include> and
42 (muse-publish-markup): Fix edge case.
43 (muse-publish-markup-header-footer-tags): New option that specifies
44 which tags may be used when publishing headers and footers.
45 (muse-insert-file-or-string): Use
46 muse-publish-markup-header-footer-tags instead of a hard-coded value.
47 (muse-publish-markup-region): Make title and style arguments optional,
48 so that this is easier to use.
49 (muse-publish-include-tag): Implement <include> tag. I've tested all
50 of the cases I can think of, and it works.
51 (muse-publish-mark-up-tag): Implement <markup> tag. This is handy for
52 times when you want to publish Muse markup in headers and footers.
53 Adding a table of contents to a header should be particularly easy now.
56 ChangeLog lisp/muse-html.el lisp/muse-publish.el
59 2006-05-29 14:59:31 GMT Michael Olson <mwolson@gnu.org> patch-142
62 Make ChangeLog conform to conventions better.
64 muse--main--1.0--patch-142
66 * ChangeLog: Renamed from ChangeLog.2006 in order to follow Emacs
67 conventions better. Specify the buffer encoding. Add helpful notices
68 near the bottom of this and ChangeLog.2005.
71 ChangeLog ChangeLog.2004 ChangeLog.2005 debian/rules
72 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/base-0
75 .arch-ids/ChangeLog.2006.id
76 ==> .arch-ids/ChangeLog.id
81 2006-05-28 07:45:09 GMT Michael Olson <mwolson@gnu.org> patch-141
84 Provide explanation of how to invoke getstamps.py.
86 muse--main--1.0--patch-141
88 * contrib/pyblosxom/getstamps.py: Strip the Muse file extension when
89 writing the timestamps file.
91 * contrib/pyblosxom/make-blog: New example script that shows how to
94 * examples/mwolson/stylesheets/common.css: Update.
96 * muse.texi (Blosxom Requirements): Mention the new example script.
97 Additionally, explain how to call getstamps.py.
100 contrib/pyblosxom/.arch-ids/make-blog.id
101 contrib/pyblosxom/make-blog
104 ChangeLog.2006 contrib/pyblosxom/getstamps.py
105 examples/mwolson/stylesheets/common.css muse.texi
108 2006-05-28 06:40:46 GMT Michael Olson <mwolson@gnu.org> patch-140
111 muse-blosxom: Perform extra check on category in new entry.
113 muse--main--1.0--patch-140
115 * lisp/muse-blosxom.el (muse-blosxom-new-entry): Make it impossible to
116 write an invalid categories line, which could cause other mysterious
120 ChangeLog.2006 lisp/muse-blosxom.el
123 2006-05-28 06:31:11 GMT Michael Olson <mwolson@gnu.org> patch-139
126 Improve documentation in the included pyblosxom plug-ins.
128 muse--main--1.0--patch-139
130 * contrib/pyblosxom/getstamps.py, hardcodedates.py: Improve
131 documentation. The initial wording was very confusing.
134 ChangeLog.2006 contrib/pyblosxom/getstamps.py
135 contrib/pyblosxom/hardcodedates.py
138 2006-05-27 06:25:32 GMT Michael Olson <mwolson@gnu.org> patch-138
141 Minor tweak in my example CSS stylesheet.
143 muse--main--1.0--patch-138
145 * examples/mwolson/stylesheets/common.css: Be careful about
146 distinguishing between links and anchors.
149 ChangeLog.2006 examples/mwolson/stylesheets/common.css
152 2006-05-26 14:38:01 GMT Michael Olson <mwolson@gnu.org> patch-137
155 Use better fallback when displaying warnings.
157 muse--main--1.0--patch-137
159 * lisp/muse.el (muse-display-warning): Use a better fallback if
160 `display-warning' does not exist.
163 ChangeLog.2006 lisp/muse.el
166 2006-05-25 21:23:55 GMT Michael Olson <mwolson@gnu.org> patch-136
169 Make the Table of Contents CSS easier to customize.
171 muse--main--1.0--patch-136
173 * examples/mwolson/muse-init.el (muse-bad-link): Update.
175 * examples/mwolson/stylesheets/*.css: Update and add license.
177 * lisp/muse-html.el (muse-html-insert-contents): Surround contents with
178 <div> section for easier CSS hacking. Remove the class attribute of
179 other elements, since we don't need it anymore.
182 ChangeLog.2006 Makefile.defs debian/changelog
183 examples/mwolson/muse-init.el
184 examples/mwolson/stylesheets/blog.css
185 examples/mwolson/stylesheets/common.css
186 examples/mwolson/stylesheets/print.css
187 examples/mwolson/stylesheets/screen.css lisp/muse-html.el
190 2006-05-24 03:30:40 GMT Michael Olson <mwolson@gnu.org> patch-135
193 Fix a potential unbounded recursive call.
195 muse--main--1.0--patch-135
197 * lisp/muse-project.el (muse-updating-file-alist-p): New variable that
198 prevents calls to muse-project-file-alist in its hook functions from
199 going into an infinite loop.
200 (muse-project-file-alist): Use it.
202 * lisp/muse-wiki.el (muse-wiki-updating-wikiword-p): Remove. This is now
203 handled in muse-project.el.
204 (muse-wiki-update-local-wikiword-regexp): Remove the use of
205 muse-wiki-updating-wikiword-p.
208 ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
211 2006-05-23 18:10:49 GMT Michael Olson <mwolson@gnu.org> patch-134
214 Try not to call tramp during publishing.
216 muse--main--1.0--patch-134
218 * lisp/muse-publish.el (muse-insert-file-or-string): Do not call
219 file-readable-p on text that has a newline in it, because this could
220 cause tramp to be invoked.
223 ChangeLog.2006 lisp/muse-publish.el
226 2006-05-23 15:30:02 GMT Michael Olson <mwolson@gnu.org> patch-133
229 Make links colored blue by default.
231 muse--main--1.0--patch-133
233 * lisp/muse-colors.el (muse-link): Make links blue by default, like most
234 other Emacs modes do.
237 ChangeLog.2006 lisp/muse-colors.el
240 2006-05-23 14:24:58 GMT Michael Olson <mwolson@gnu.org> patch-132
243 Fix publishing error with tables and initial whitespace.
245 muse--main--1.0--patch-132
247 * lisp/muse-publish.el (muse-publish-markup-regexps): Move table rule
248 above blockquote and centered text, so that indented but blank initial
249 table fields publish correctly.
251 * lisp/muse-regexps.el (muse-table-line-regexp): Make this much simpler.
252 We accept anything that has at least one field delimiter.
255 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
258 2006-05-18 06:58:58 GMT Michael Olson <mwolson@gnu.org> patch-131
261 Add muse-protocol-iw.el to experimental folder.
263 muse--main--1.0--patch-131
265 * experimental/muse-protocol-iw.el: New experimental file that implements
266 an interwiki protocol of sorts that handles subdirectories.
269 experimental/.arch-ids/muse-protocol-iw.el.id
270 experimental/muse-protocol-iw.el
273 AUTHORS ChangeLog.2006 experimental/muse-split.el
276 2006-05-18 06:43:30 GMT Michael Olson <mwolson@gnu.org> patch-130
279 Add muse-split.el to experimental folder.
281 muse--main--1.0--patch-130
283 * experimental/muse-split.el: New experimental file that splits published
284 Muse files into several smaller files.
287 experimental/.arch-ids/muse-split.el.id
288 experimental/muse-split.el
291 AUTHORS ChangeLog.2006 Makefile.defs debian/changelog
295 2006-05-18 06:03:49 GMT Michael Olson <mwolson@gnu.org> patch-129
298 muse-wiki: Make the interwiki resolver a bit more clever.
300 muse--main--1.0--patch-129
302 * lisp/muse-project.el (muse-project-choose-style): New function that
303 chooses a style from a list of styles, given a user-supplied test.
305 * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix): New function
306 that is used along with `muse-project-choose-style' to pick the first
307 style that matches a given value for :link-prefix.
308 (muse-wiki-resolve-project-page-1): New function split from
309 `muse-wiki-resolve-project-page' for readability. Try to match files
310 that have the same link-suffix. This should hopefully fix a bug
311 noticed by Hans Ekbrand.
314 ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
317 2006-05-18 01:24:04 GMT Michael Olson <mwolson@gnu.org> patch-128
320 Fix bug where links with :: in them were marked up as lists.
322 muse--main--1.0--patch-128
324 * lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
325 Change noemphasis property to muse-link.
327 * lisp/muse.el (muse-forward-list-item): Respect muse-link property.
329 * lisp/muse-publish.el (muse-publish-surround-text)
330 (muse-publish-markup-list): Ditto. This should fix a bug.
331 (muse-publish-markup-list): Docfix.
332 (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.
334 * lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
335 There must be either one or more spaces or a single newline after the
336 colons. This prevents an ambiguity with the double-colon muse-wiki
340 ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
341 lisp/muse-regexps.el lisp/muse-xml-common.el lisp/muse.el
344 2006-05-17 21:27:19 GMT Michael Olson <mwolson@gnu.org> patch-127
347 DTRT with explicit links that have no description.
349 muse--main--1.0--patch-127
351 * lisp/muse-publish.el (muse-publish-markup-link): If we are given an
352 explicit link without a description, use the name of the linked page.
355 ChangeLog.2006 lisp/muse-publish.el
358 2006-05-16 15:53:56 GMT Michael Olson <mwolson@gnu.org> patch-126
361 Fix emdash in link description bug.
363 muse--main--1.0--patch-126
365 * lisp/muse-publish.el (muse-publish-markup-emdash): Don't markup emdash
366 if we are in a link, since otherwise it will be incorrectly escaped.
367 Thanks to Chiyuan Zhang for the report.
370 ChangeLog.2006 Makefile.defs debian/changelog
374 2006-05-12 04:16:43 GMT Michael Olson <mwolson@gnu.org> patch-125
377 Fix #5925: Emphasis on item breaks lists.
379 muse--main--1.0--patch-125
381 * lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
382 as the browsing function.
384 * lisp/muse-mode.el (muse-browse-result): Only include styles that match
387 * lisp/muse.el (muse-list-item-critical-point): Take a new argument named
388 `offset' into account, in case the list-item regexp is nested in
390 (muse-forward-list-item): Call `muse-list-item-critical-point' with an
391 offset of 1. This should fix an unpleasant list-as-blockquote error
392 that was noticed recently. Thanks to John Sullivan for the report.
395 ChangeLog.2006 lisp/muse-blosxom.el lisp/muse-mode.el
399 2006-05-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
402 Fix a couple of beginning-of-buffer errors.
404 muse--main--1.0--patch-124
406 * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
407 don't throw an error if at the beginning of the buffer. Thanks to John
408 Sullivan for the report.
411 ChangeLog.2006 lisp/muse-mode.el
414 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
417 muse.texi: Change use of @subsubheading to @subheading.
419 muse--main--1.0--patch-123
421 * muse.texi: Change use of @subsubheading to @subheading throughout
425 ChangeLog.2006 muse.texi
428 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
431 muse.texi: Change subsections to subheadings.
433 muse--main--1.0--patch-122
435 (Author: John Sullivan <john@wjsullivan.net>)
437 * muse.texi: Change @subsection and @strong to @subheading throughout
441 ChangeLog.2006 Makefile.defs debian/changelog muse.texi
444 john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
445 john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
446 john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
449 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
452 Update keystrokes used in muse-mode, as well as docs.
454 muse--main--1.0--patch-121
456 * lisp/muse-mode.el (muse-insert-map): New variable that defines the
457 keymap to use when the user wants to insert something into the current
458 buffer using `C-c i'.
459 (muse-mode-map): Sort keys somewhat. Remove binding of `C-c C-v' to
460 muse-follow-name-at-point, since this is already used for
461 muse-browse-result. Call `muse-insert-thing' on `C-c i', which will
462 prompt for the thing to insert.
463 (muse-insert-thing): New function that prompts the user for something
464 to insert into the current buffer. It tries to be as friendly as
465 possible by catching possible errors with the message "Not inserting
467 (muse-mode-completions): Rename from `muse-completions', since this is
468 what we use in `muse-mode'.
469 (muse-mode-current-word): Similarly. These don't seem to work
470 correctly, for unknown reasons.
472 * muse.texi (Keystroke Summary): Update to include all keystrokes that we
476 ChangeLog.2006 lisp/muse-mode.el muse.texi
479 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
482 Fix buggy behavior in muse-browse-result.
484 muse--main--1.0--patch-120
486 * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
487 names to styles, based on the styles contained in the current Muse
488 project. Thanks to kid kid for the analysis.
490 * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
491 specified as an argument.
494 ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
497 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
500 muse-latex: Make images look better.
502 muse--main--1.0--patch-119
504 * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
505 be 75% the width of the page, which looks better. Enclose images in
506 figures, and center them.
509 ChangeLog.2006 lisp/muse-latex.el
512 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
515 Fix a few image bugs.
517 muse--main--1.0--patch-118
519 * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
520 passing it to `muse-colors-inline-image-method'. This makes images
521 with the same current directory and publishing directory get resolved
524 * lisp/muse-project.el (muse-project-find-file): Don't try to add a
525 ".muse" extension to images.
528 ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
531 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
534 Make build targets more consistent.
536 muse--main--1.0--patch-117
538 * contrib/Makefile (install): Make build targets more consistent. Thanks
539 to dsmith for the report.
541 * lisp/Makefile (all, lisp, install): Ditto.
544 ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
548 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
551 cgi.el: Make this work without cl-seq.el.
553 muse--main--1.0--patch-116
555 * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
556 code. Make this not depend on 'cl at runtime.
557 (cgi-position): New function that implements a simple replacement for
558 the position function found in cl-seq.el.
559 (cgi-decode): Use `cgi-position' instead of `position' and `substring'
562 * contrib/httpd.el: Credit myself.
565 ChangeLog.2006 contrib/cgi.el contrib/httpd.el
568 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
571 Make publishing DTRT when using escaped list markup.
573 muse--main--1.0--patch-115
575 * lisp/muse-publish.el (muse-publish-surround-text)
576 (muse-publish-markup-list): Ignore escaped list markup.
578 * lisp/muse.el (muse-list-item-type): Docfix.
579 (muse-list-item-critical-point): New function that returns the point
580 where we should expect to find the first character in the current list
582 (muse-forward-paragraph): Docfix and cosmetic change.
583 (muse-forward-list-item): Ignore escaped list markup. This should fix
584 a few publishing errors that involve markup like =::=.
587 ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
590 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
593 muse-publish: Get rid of warning when batch publishing.
595 muse--main--1.0--patch-114
597 * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
598 publishing warning message.
601 ChangeLog.2006 Makefile.defs debian/changelog
605 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
608 Try to fix face clobbering bug.
610 muse--main--1.0--patch-113
612 * lisp/muse-colors.el (muse-make-faces-default): New function that sets
613 the default value of the header faces. It can be re-used.
614 (muse-make-faces): Simplify. This should now fix the face clobbering
618 ChangeLog.2006 lisp/muse-colors.el
621 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
624 Re-add some cgi.el stuff and update my example config.
626 muse--main--1.0--patch-112
628 * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
629 they are mentioned in the documentation.
631 * examples/mwolson/: Update.
634 ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
635 examples/mwolson/templates/footer.html
636 examples/mwolson/templates/header.html
639 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
642 muse-mode: Make C-c C-e work better.
644 muse--main--1.0--patch-111
646 * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
647 that this is more robust.
650 ChangeLog.2006 lisp/muse-mode.el
653 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
656 muse-latex: Don't escape backslash in <example> regions.
658 muse--main--1.0--patch-110
660 * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
661 to escape the backslash after all.
662 (muse-latex-markup-specials-literal): Docfix.
664 * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
667 ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
670 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
673 Allow tab characters in the target of explicit links.
675 muse--main--1.0--patch-109
677 * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
678 in the link target. This doesn't seem like it could hurt anything, and
679 prevents unexpected behavior. Thanks to rubikitch AT ruby-lang.org for
683 ChangeLog.2006 lisp/muse-regexps.el
686 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
689 muse-wiki: Fix bug that caused WikiWords not to publish or display.
691 muse--main--1.0--patch-108
693 * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
696 ChangeLog.2006 Makefile.defs debian/changelog
700 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
705 muse--main--1.0--patch-107
707 * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
711 ChangeLog.2006 lisp/muse-publish.el
714 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
717 Merged from mwolson@gnu.org--2006-muse-el (patch 53)
719 muse--main--1.0--patch-106
721 (Author: Per B. Sederberg <per@med.upenn.edu>)
723 * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
724 Option to not create implicit links to the current page.
725 (muse-wiki-handle-wikiword): Process the option to not create implicit
726 links to the current page.
729 ChangeLog.2006 Makefile.defs debian/changelog
733 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
736 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
739 Try to fix failure to recognize Muse file extension (6th attempt).
741 muse--main--1.0--patch-105
743 * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
745 (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
746 to be added to find-file-hooks when muse-mode-auto-p is non-nil.
748 * lisp/muse.el: Call `muse-update-file-extension-after-init after the
749 user's init file is loaded. Explicitly add the Muse file extension
750 when muse.el is loaded, to make life simpler.
751 (muse-update-file-extension): Take several edge cases into account.
752 (muse-file-extension): Docfix.
753 (muse-update-file-extension-after-init): New function that causes the
754 file extension to be updated.
756 * muse.texi (Projects): It is no longer necessary to call
757 `muse-mode-maybe' manually.
760 ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
763 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
766 Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
768 muse--main--1.0--patch-104
770 (Author: Per B. Sederberg <per@med.upenn.edu>)
772 * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
773 to return a list of project files that have spaces.
774 (muse-wiki-update-interwiki-regexp): Make use of new project-files with
775 spaces function. Don't make this buffer-local.
778 ChangeLog.2006 lisp/muse-wiki.el
781 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
782 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
783 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
784 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
785 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
788 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
791 Try to fix failure to recognize Muse file extension (5th attempt).
793 muse--main--1.0--patch-103
795 * lisp/muse.el: To detect whether Emacs has fully started, check
796 `command-line-processed' instead of `inhibit-startup-hooks', since the
797 latter only exists for Emacs22.
800 ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
803 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
806 muse-html: Add :style-sheet element.
808 muse--main--1.0--patch-102
810 * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
811 :style-sheet element.
812 ("html", "xhtml"): Add the :style-sheet element.
814 * lisp/muse-publish.el (muse-define-style): Don't give an error when a
815 style already exists. Instead, just replace the existing style.
816 (muse-derive-style): Ditto.
818 * muse.texi (Style Elements): Mention :style-sheet.
821 ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
825 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
828 Try to fix failure to recognize Muse file extension (4th attempt).
830 muse--main--1.0--patch-101
832 * lisp/muse.el: Enter Muse mode correctly on files that are specified by
836 ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
839 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
842 Try to fix failure to recognize Muse file extension (3rd attempt).
844 muse--main--1.0--patch-100
846 * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
849 ChangeLog.2006 lisp/muse.el
852 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
855 Try to fix failure to recognize Muse file extension (2nd attempt).
857 muse--main--1.0--patch-99
859 * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
863 ChangeLog.2006 lisp/muse.el
866 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
869 Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
871 muse--main--1.0--patch-98
873 (Author: Per B. Sederberg <per@med.upenn.edu>)
875 * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
876 interwiki-regexp to search for any project file name. This is so it
877 will match files with spaces.
880 ChangeLog.2006 lisp/muse-wiki.el
883 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
884 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
885 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
886 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
887 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
888 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
889 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
892 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
895 Try to fix failure to recognize Muse file extension.
897 muse--main--1.0--patch-97
899 * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
902 * lisp/muse.el: Call muse-update-file-extension in
903 muse-update-values-hook, instead of
904 muse-ignored-file-extensions-regexp. Add muse-update-file-extension to
905 emacs-startup-hook, so that the user has time to set this in their
909 ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
912 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
915 Make things in contrib directory installable.
917 muse--main--1.0--patch-96
919 * Makefile (SUBDIRS): Add contrib.
921 (contrib): New target that compiles things in the contrib directory.
922 (install-bin): Add contrib. Install things in the contrib directory.
923 Also install uncompiled things in the experimental directory.
925 * contrib/Makefile: New Makefile for the contrib directory.
927 * contrib/httpd.el (httpd-start): Fix compiler warnings.
929 * debian/emacsen-install: Compile files in contrib directory in addition
930 to the normal fare. Thanks to Junichi Uekawa for the suggestion.
932 * debian/emacsen-startup: Add contrib directory to load-path.
934 * experimental/Makefile (test): Remove target.
935 (install-uncompiled): New target that installs uncompiled files.
937 * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
938 (muse-update-file-extension): Fix a warning that occurred when doing
942 contrib/.arch-ids/Makefile.id contrib/Makefile
945 ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
946 debian/changelog debian/emacsen-install debian/emacsen-startup
947 experimental/Makefile lisp/muse.el muse.texi
950 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
953 Remove muse-registry.el.
955 muse--main--1.0--patch-95
957 * lisp/muse-registry.el: Move to the Planner project, since it is a
958 better fit with Planner than Muse.
961 lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
964 AUTHORS ChangeLog.2006
967 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
970 Prepare Debian package for Arch snapshot.
972 muse--main--1.0--patch-94
974 * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
978 ChangeLog.2006 Makefile.defs debian/changelog
981 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
984 muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
986 muse--main--1.0--patch-93
988 * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
989 `muse-wiki-hide-nop-tag' into account.
992 ChangeLog.2006 lisp/muse-wiki.el
995 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
998 Fix a couple of compiler warnings.
1000 muse--main--1.0--patch-92
1002 * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
1005 ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
1008 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
1011 Make interwiki links work with the new option.
1013 muse--main--1.0--patch-91
1015 * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
1016 parameters. Populate this correctly when
1017 `muse-wiki-match-all-project-files' is non-nil.
1020 ChangeLog.2006 lisp/muse-wiki.el
1023 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
1026 Permit table generation to be disabled for a single Muse page.
1028 muse--main--1.0--patch-90
1030 * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
1031 data, don't publish the table.
1033 * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
1035 * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
1037 * lisp/muse-publish.el (muse-publish-table-fields): If the
1038 "disable-tables" publishing directive exists for the current page, do
1039 not generate a table.
1041 * muse.texi (Tables): Mention that table generation can be disabled for a
1045 ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1046 lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
1049 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
1052 muse-wiki: Match filenames before WikiWords.
1054 muse--main--1.0--patch-89
1056 * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
1057 filenames in project before the general WikiWord regexp.
1060 ChangeLog.2006 lisp/muse-wiki.el
1063 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
1066 Use a better mechanism for updating autogenerated variables.
1068 muse--main--1.0--patch-88
1070 * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
1072 * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
1074 * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
1075 muse-update-values-hook.
1077 * lisp/muse-publish.el (muse-publish-markup-buffer): Call
1078 muse-update-values-hook.
1080 * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
1081 `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
1082 (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
1084 (muse-wiki-update-custom-values): Replace with function that gives a
1085 warning and an explanation.
1087 * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
1088 example so that people who use it won't have a wrong value in
1092 ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
1093 lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
1097 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
1100 muse-wiki: Implement implicit links for all files in project.
1102 muse--main--1.0--patch-87
1104 * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
1105 don't get errors when trying to use it.
1107 * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
1108 muse-project-file-alist-hook.
1109 (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
1110 into a recursive call.
1111 (muse-wiki-update-wikiword-regexp): Call
1112 `muse-wiki-update-local-wikiword-regexp'.
1114 (Author: Per B. Sederberg <per@med.upenn.edu>)
1116 * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
1117 muse-before-publish-hook and muse-mode-hook so that implicit links are
1119 (muse-wiki-wikiword-match-project-files): New option for determining
1120 whether to match all project files as implicit links. This is off by
1122 (muse-wiki-update-local-wikiword-regexp): New function to make the
1123 wikiword-regexp local and append the files in the current project to
1127 AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1130 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
1131 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
1132 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
1133 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
1134 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
1135 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
1136 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
1137 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
1138 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
1139 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
1140 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
1141 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
1142 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
1143 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
1146 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
1149 Update Muse's file-alist after saving any Muse page.
1151 muse--main--1.0--patch-86
1153 * lisp/muse-project.el (muse-project-after-save-hook): New function that
1154 causes Muse's file-alist to be updated when we are saving a Muse file.
1155 This is added to after-save-hook.
1158 ChangeLog.2006 lisp/muse-project.el
1161 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
1164 Add a hook that is called whenever Muse's file-alist is updated.
1166 muse--main--1.0--patch-85
1168 * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
1169 executed after an update to muse-project-file-alist happens.
1170 (muse-project-file-alist): Call `muse-project-file-alist-hook'.
1173 ChangeLog.2006 lisp/muse-project.el
1176 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
1179 muse-mode: Recognize definition lists when filling text.
1181 muse--main--1.0--patch-84
1183 * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
1188 ChangeLog.2006 lisp/muse-mode.el
1191 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
1194 Remove unrelated part of patch-82.
1196 muse--main--1.0--patch-83
1200 ChangeLog.2006 lisp/muse-mode.el
1203 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
1206 muse-journal: Fix dates in RSS feeds.
1208 muse--main--1.0--patch-82
1210 * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
1211 date is in a format that RSS readers can handle. Thanks to René
1212 Stadler for the patch.
1215 AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
1218 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
1221 debian: Install ChangeLog properly.
1223 muse--main--1.0--patch-81
1225 * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
1226 appending the logs for previous years. Thanks to Sergei V. Fleytin for
1227 the breakage report.
1230 ChangeLog.2006 debian/rules
1233 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
1236 Fix a bug triggered by batch-publishing.
1238 muse--main--1.0--patch-80
1240 * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
1241 right algorithm turned out to be simpler than I had thought. Thanks to
1242 Sergei V. Fleytin for reporting breakage with the old method.
1243 (muse-publish-file): Don't be overzealous when checking for an invalid
1244 style -- use a simpler check.
1245 (muse-batch-publish-files): Don't check for invalid styles here, since
1246 we already do so in `muse-publish-file'.
1249 ChangeLog.2006 lisp/muse-publish.el
1252 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
1255 muse.texi: Move some sections to a new Extending Muse chapter.
1257 muse--main--1.0--patch-79
1259 * muse.texi (Extending Muse): New chapter containing nodes that deal with
1260 extending Muse in various ways.
1261 (Common Elements, Deriving Styles): Move to Extending Muse chapter.
1264 ChangeLog.2006 muse.texi
1267 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
1270 Fix a couple of recently-introduced bugs.
1272 muse--main--1.0--patch-78
1274 * lisp/muse-colors.el: Fix errors introduced in a recent patch. Try
1275 extra hard to preserve our settings for faces, especially after a new
1276 frame or splash screen.
1278 * lisp/muse.el (muse-copy-face): New function that ensures the face is
1279 copied globally, to the extent the Emacs permits this.
1282 ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1285 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
1288 Update my example configuration file.
1290 muse--main--1.0--patch-77
1294 ChangeLog.2006 examples/mwolson/muse-init.el
1297 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
1300 Remove cruft from patch logs.
1302 muse--main--1.0--patch-76
1307 {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
1308 {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
1309 {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
1310 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
1311 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
1312 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
1313 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
1314 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
1317 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
1320 Make faces more robust and namespace-conforming.
1322 muse--main--1.0--patch-75
1324 * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
1325 face has documentation and a group.
1326 (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
1328 (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
1329 faces have documentation and a group. Copy unconditionally from the
1330 related Emacs faces, rather than specifying face attributes.
1331 (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
1332 (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
1335 * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
1336 the 'muse-link property rather than looking at the face.
1339 ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1342 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
1345 muse.texi: Mention the <code> tag.
1347 muse--main--1.0--patch-74
1349 * muse.texi (Emphasizing Text): Mention the <code> tag.
1352 ChangeLog.2006 muse.texi
1355 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
1358 Fix bug in verse markup, undesired behavior with emdash.
1360 muse--main--1.0--patch-73
1362 * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
1365 * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1367 * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1369 * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
1370 trailing whitespace to `muse-markup-text', in case the current
1371 publishing wishes to use them.
1372 (muse-publish-markup-verse): Insert newline without adding read-only
1373 properties to it. This fixes a paragraph detection bug in HTML
1377 ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1378 lisp/muse-publish.el lisp/muse-xml.el
1381 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
1384 httpd.el: Update to work with newer versions of Emacs.
1386 muse--main--1.0--patch-72
1388 * contrib/httpd.el (httpd-start): Update this to work with newer versions
1392 ChangeLog.2006 contrib/httpd.el
1395 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1398 muse-journal: Make custom RSS heading regexps possible.
1400 muse--main--1.0--patch-71
1402 * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1403 determines the regexp to use when searching for an RSS heading.
1404 (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1407 ChangeLog.2006 lisp/muse-journal.el
1410 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1413 Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1415 muse--main--1.0--patch-70
1417 * lisp/muse-project.el (muse-project-publish): If we cannot find a
1418 project to publish, indicate this in an error message.
1420 * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1421 loop. This should fix #5190. Thanks to Rod Morehead for the report.
1422 (muse-detect-invalid-style): New function that makes sure that the
1423 given style is in a valid format.
1424 (muse-publish-file): Call `muse-detect-invalid-style' before doing any
1428 ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
1431 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
1434 muse-mode: Don't require muse-publish.el.
1436 muse--main--1.0--patch-69
1438 * lisp/muse-mode.el: Use a few autoloads instead of requiring
1439 muse-publish.el. This allows people to optionally have Muse mode
1440 without including the publishing features, as long as they never call a
1441 publishing function. The documentation says that Muse is supposed to
1442 be modular in that way, so I guess we'd better follow it.
1443 (muse-insert-tag): Make sure that muse-publish is required before
1444 accessing `muse-publish-markup-tags'.
1447 ChangeLog.2006 lisp/muse-mode.el
1450 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
1455 muse--main--1.0--patch-68
1457 * lisp/muse-mode.el (muse-grep): Remove commented-out code.
1460 ChangeLog.2006 lisp/muse-mode.el
1463 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
1466 Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
1468 muse--main--1.0--patch-67
1470 (Author: Per B. Sederberg <per@med.upenn.edu>)
1472 * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
1474 (muse-mode-map): Changed muse-browse-result to C-c C-v and made
1475 muse-find-backlinks C-c C-b
1476 (muse-grep): New function to envoke a search with the compiler.
1477 (muse-search-with-command): New function to search for text, optionally
1478 editing the command.
1479 (muse-search): New function to search for text.
1480 (muse-find-backlinks): New function to search for backlinks to the
1484 ChangeLog.2006 lisp/muse-mode.el
1487 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
1488 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
1489 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
1490 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
1491 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
1492 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
1493 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
1494 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
1495 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
1496 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
1497 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
1498 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
1501 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
1504 Make it easier to call context-specific region-escaping function.
1506 muse--main--1.0--patch-66
1508 * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
1509 returned from specials, call it with beg, end, ignore-read-only args.
1510 This allows for people to specify their own functions for escaping
1511 regions, depending on context. See `muse-xml-decide-specials' in
1512 muse-xml-common.el. This functionality already exists for escaping
1513 specials in strings.
1516 ChangeLog.2006 lisp/muse-publish.el
1519 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
1522 Attempt to make new syntaxes easier to support.
1524 muse--main--1.0--patch-65
1526 * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
1527 and `muse-get-link-data'.
1529 * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
1531 * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
1532 (muse-make-link): Change argument name.
1534 * lisp/muse.el (muse-handle-explicit-link): Ditto.
1535 (muse-get-link, muse-get-link-desc): New functions that return the link
1536 and the link description, respectively, from the given TARGET. The
1537 idea is that at least one other markup syntax puts descriptions before
1538 links, so all they would have to do is re-define these two functions.
1541 ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
1542 lisp/muse-mode.el lisp/muse.el
1545 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
1548 Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
1550 muse--main--1.0--patch-64
1552 * Makefile.defs, lisp/muse-colors.el: Fix typo.
1554 * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
1555 `replace-in-string' is checked before `replace-regexp-in-string', since
1556 XEmacs' implementation of the latter seems to be broken. Thanks to Jim
1557 Ottaway for the heads up.
1560 ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
1563 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
1566 muse-latex: Add footnotes to links so that they show up on printed copies.
1568 muse--main--1.0--patch-63
1570 * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
1571 'url-and-desc. Display footnotes if we have both a link and a
1572 description, since we want URLs to show up on printed documents.
1573 (muse-latex-markup-specials-document): Escape the "@" character in the
1576 * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
1577 without descriptions and URLs with descriptions. If no markup string
1578 exists for 'url-and-desc, fall back to 'url.
1581 ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1584 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
1587 Fix publishing error with multi-line wrapped list items.
1589 muse--main--1.0--patch-62
1591 * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
1592 multiple lines of a wrapped list item.
1595 ChangeLog.2006 lisp/muse-publish.el
1598 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
1601 Add COPYING file; update headers.
1603 muse--main--1.0--patch-61
1605 * COPYING: New file containing the GNU GPL.
1607 * AUTHORS: Bookkeeping.
1609 * README: Add License section. Change Muse homepage URL.
1611 * debian/copyright: Change Muse homepage URL. Prune list to those who
1612 have changed 15+ lines of code, since this is the amount that
1613 constitutes legal contribution to a software work, AFAICT.
1615 * examples/mwolson: Update contents of directory to match my current
1618 * experimental/muse*.el, lisp/muse*.el: Update headers.
1620 * muse.texi: Change Muse homepage URL.
1623 .arch-ids/COPYING.id COPYING
1626 AUTHORS ChangeLog.2006 README debian/copyright
1627 examples/mwolson/muse-init.el
1628 examples/mwolson/stylesheets/blog.css
1629 examples/mwolson/stylesheets/common.css
1630 examples/mwolson/stylesheets/print.css
1631 examples/mwolson/stylesheets/screen.css
1632 experimental/muse-cite.el experimental/muse-mathml.el
1633 experimental/muse-message.el lisp/muse-backlink.el
1634 lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
1635 lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
1636 lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
1637 lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
1638 lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
1639 lisp/muse-publish.el lisp/muse-regexps.el
1640 lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
1641 lisp/muse-xml.el lisp/muse.el muse.texi
1644 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
1647 Update Muse XML schema.
1649 muse--main--1.0--patch-60
1651 * examples/muse.rnc: Allow nested list items. Update header. Provide
1652 history. We'll call this v0.3 of the schema.
1654 * lisp/muse-xml-common.el: Update header.
1655 (muse-xml-markup-table): Fix table generation when attributes are not
1659 ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
1662 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
1665 Fix output for consecutive list items of same type.
1667 muse--main--1.0--patch-59
1669 * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
1670 post-indent and indent-found values local to each list item. This
1671 should fix undesired behavior with consecutive list items of the same
1675 ChangeLog.2006 lisp/muse-publish.el
1678 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
1681 Make C-> and C-< keybindings not indent nested items.
1683 muse--main--1.0--patch-58
1685 * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
1688 * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
1689 optional, and document this.
1692 ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
1695 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
1698 Slightly improve flyspell integration.
1700 muse--main--1.0--patch-57
1702 * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
1703 property to determine whether we are at a link.
1706 ChangeLog.2006 lisp/muse-mode.el
1709 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
1712 Make nested definition list items work much better.
1714 muse--main--1.0--patch-56
1716 * lisp/muse-publish.el (muse-publish-surround-dl): Use
1717 `muse-forward-list-item'. Don't pass indent and post-indent to the
1719 (muse-publish-surround-text): If we are to determine the indentation,
1720 but have found no list items, set indent to the empty string. If we
1721 are to determine indentation but have found an item, get all leading
1722 whitespace and set indent to it. Never try to determine post-indent
1723 using the first line. Try to contain the amount of "damage" a nested
1724 list item can do to wrapped list item text.
1726 * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
1727 part so that it is easier to indicate the amount of desired initial
1730 * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
1732 (muse-forward-dl-term, muse-forward-dl-entry): Remove. Functionality
1733 merged into `muse-forward-list-item'.
1734 (muse-forward-list-item-1): New function that determines whether a
1735 nested list item is found.
1736 (muse-forward-list-item): Move hairy nested list detection algorithm
1737 into `muse-forward-list-item-1'. Be extra careful about terminating
1738 when we go past the boundary.
1741 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1745 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
1748 Add backlink support, thanks to Jim Ottaway.
1750 muse--main--1.0--patch-55
1752 * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
1753 variable that indicates whether Muse is fontifying the current buffer.
1754 (muse-colors-region): Set `muse-colors-fontifying' to t.
1756 * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
1757 support. I've modified it slightly to get rid of the defadvice forms.
1760 lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
1763 AUTHORS ChangeLog.2006 lisp/muse-colors.el
1766 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
1769 muse-protocols: Add Wikipedia support.
1771 muse--main--1.0--patch-54
1773 * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler. This
1774 is used to look up terms on the Wikipedia website.
1775 (muse-wikipedia-country): New option that specifies the country code to
1777 (muse-resolve-url-dict, muse-browse-url-dict): New functions that
1778 resolve and browse Wikipedia URLs.
1781 ChangeLog.2006 lisp/muse-protocols.el
1784 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
1787 muse-protocols: Add DOI handling.
1789 muse--main--1.0--patch-53
1791 * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
1792 DOI's (digitial object identifiers) are a standard identifier used in
1793 the publishing industry. Thanks to Phillip Lord for the patch.
1794 (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
1798 AUTHORS ChangeLog.2006 lisp/muse-protocols.el
1801 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
1804 Refine previous patch.
1806 muse--main--1.0--patch-52
1808 * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
1809 ever use the fallback method. Save point when using new method.
1812 ChangeLog.2006 lisp/muse-mode.el
1815 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
1818 Make visiting of links a bit faster.
1820 muse--main--1.0--patch-51
1822 * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
1824 (muse-link-properties): If we are highlighting a link, add the
1827 * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
1828 exists at point, use it to bound the link. Otherwise, use the old
1829 method. This should make it easier to visit custom implicit link
1830 forms, since it does not require a change to muse-implicit-link-regexp.
1832 * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
1833 used when muse-colors.el is loaded.
1836 ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1837 lisp/muse-regexps.el
1840 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
1843 Make resolving of inline image paths more flexible.
1845 muse--main--1.0--patch-50
1847 * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
1848 `muse-inline-relative-to'. Add muse-colors-use-publishing-directory
1849 option. Make the fallback customization type a function rather than a
1851 (muse-colors-use-publishing-directory): New function that takes the
1852 best guess at where the current Muse file will be published and makes
1853 the given link relative to that.
1854 (muse-colors-insert-image): If muse-colors-inline-image-method is
1855 'default-directory, use the default directory. If it is a function,
1856 call that function with LINK as an argument. Otherwise, give up.
1859 ChangeLog.2006 lisp/muse-colors.el
1862 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
1865 Fix inline image lockup.
1867 muse--main--1.0--patch-49
1869 * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
1870 patch-47. This will prevent Muse from locking up after making a new
1874 ChangeLog.2006 lisp/muse-colors.el
1877 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
1880 Fix publishing problem with XEmacs.
1882 muse--main--1.0--patch-48
1884 * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
1885 publishing problem when text at beginning of buffer is read-only.
1886 Thanks to Christian Clercin for the report.
1889 ChangeLog.2006 lisp/muse-publish.el
1892 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
1895 Get increase and decrease of list indentation to work with complex cases.
1897 muse--main--1.0--patch-47
1899 * lisp/muse-colors.el: Miscellaneous whitespace fixes.
1900 (muse-colors-explicit-link): Minor logic tweak. The indentation seems
1901 to indicate this interpretation, though parens are different.
1903 * lisp/muse-mode.el: Miscellaneous whitespace fixes.
1904 (muse-alter-list-item-indentation): New function that alters the list
1905 structure at point. The behavior to use is specified by the OPERATION
1906 argument. Currently-supported operations are 'increase and 'decrease
1907 indentation level. This now uses the same sort of list detection
1908 algorithm that is used during publishing, so it should work as expected
1909 for complicated cases.
1910 (muse-increase-list-item-indentation)
1911 (muse-decrease-list-item-indentation): Use
1912 `muse-alter-list-item-indentation'.
1915 ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1918 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
1921 Code simplification; improve muse-list-item-type function.
1923 muse--main--1.0--patch-46
1925 * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
1926 'dl-entry, instead of just returning 'dl.
1927 (muse-forward-dl-term, muse-forward-dl-entry): Use
1928 muse-forward-list-item.
1929 (muse-forward-dl-part): Remove, merge functionality into
1930 muse-forward-list-item.
1931 (muse-forward-list-item): Add a few conditions needed for skipping
1932 nested 'dl-term and 'dl-entry items.
1935 ChangeLog.2006 lisp/muse.el
1938 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
1941 Put movement by list and paragraph functions in muse.el.
1943 muse--main--1.0--patch-45
1945 * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
1946 (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
1947 (muse-forward-list-item): Move here from muse-publish.el, so that
1948 muse-mode can make use of these.
1951 ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1954 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
1957 Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
1959 muse--main--1.0--patch-44
1961 (Author: Per B. Sederberg <per@med.upenn.edu>)
1963 * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
1964 decrease the current item indentation.
1965 (muse-get-paragraph-start): Helper function to determine the start of
1966 the current paragraph.
1967 (muse-insert-list-item): Cleaned up list item insertion code and made
1968 it handle definitions.
1969 (muse-increase-list-item-indentation): New interactive function to
1970 increase list item indentation.
1971 (muse-decrease-list-item-indentation): New interactive function to
1972 decrease list item indentation.
1975 ChangeLog.2006 lisp/muse-mode.el
1978 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
1979 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
1980 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
1981 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
1982 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
1983 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
1984 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
1985 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
1986 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
1987 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
1990 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
1993 Use slightly better algorithm for removing initial whitespace.
1995 muse--main--1.0--patch-43
1997 * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
1998 the definition occurred on the same line as the term.
1999 (muse-publish-surround-text): Use a slightly better algorithm for
2000 removing initial indentation of list items. This way, we preserve
2001 nesting of lists and also deal with same-level items that occur after
2002 nested items. This probably doesn't make much of a difference in the
2003 output, but it should make support of nested definition lists a bit
2004 less troublesome in some cases.
2005 (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
2007 (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
2008 data. Don't remove any text. This makes the function easier to reuse
2009 in display-only situations.
2012 ChangeLog.2006 lisp/muse-publish.el
2015 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
2018 In a preliminary way, make definition lists nest.
2020 muse--main--1.0--patch-42
2022 * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
2023 lists nest a bit better.
2025 * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
2029 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2032 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
2035 Fix nested list regression.
2037 muse--main--1.0--patch-41
2039 * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
2040 original indentation value and use that. This fixes a regression
2041 caused by the last patch.
2044 ChangeLog.2006 lisp/muse-publish.el
2047 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
2050 Make code look nicer by using muse-forward-dl-* functions.
2052 muse--main--1.0--patch-40
2054 * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
2055 forms into muse-forward-dl-* for increased reusability.
2056 (muse-publish-surround-text): Call move function with an indent
2057 argument so that we don't have to use partial substitution in lambda
2059 (muse-forward-dl-term): New function that moves forward to the next
2060 definition list term.
2061 (muse-forward-dl-entry): New function that moves forward to the next
2062 definition list entry.
2063 (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
2064 does not move past entire definition list items, only parts of them.
2065 (muse-publish-markup-list, muse-publish-markup-quote):
2066 (muse-publish-quote-tag): Use better lambda form, and include a
2070 ChangeLog.2006 lisp/muse-publish.el
2073 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
2076 Handle blockquoted sections within lists properly.
2078 muse--main--1.0--patch-39
2080 * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
2081 property. This should make blockquoted sections within a list do the
2083 (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
2084 behavior of `muse-forward-paragraph'.
2087 ChangeLog.2006 lisp/muse-publish.el
2090 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
2093 Fix problem when previous list item was nested.
2095 muse--main--1.0--patch-38
2097 * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
2098 indicator at the correct place. This fixes an error where a previous
2099 list was nested but the current one isn't. Thanks to Per B. Sederberg
2103 ChangeLog.2006 lisp/muse-publish.el
2106 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
2109 Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
2111 muse--main--1.0--patch-37
2113 * muse.texi (Implicit Links): Mention how to customize the WikiName
2114 recognition, and note that if you're setting this manually, you have to
2115 call some additional code. This should fix #5376. Also remove local
2116 variables section at end, since it seems pointless.
2119 ChangeLog.2006 muse.texi
2122 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
2125 Fix #5325: nested formatting not working in HTML output.
2127 muse--main--1.0--patch-36
2129 * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
2130 work. I'm a bit worried about possible double-escaping, though.
2131 Perhaps we should write the context to a text property and escape it
2132 later. This should fix #5325.
2135 ChangeLog.2006 lisp/muse-publish.el
2138 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
2141 Make paragraphs respect the end of a list or list item.
2143 muse--main--1.0--patch-35
2145 * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
2146 end of a list (or list item), back up. This allows for a nice side
2147 effect when using indented sentences in between list items.
2149 * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
2151 * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
2153 * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
2154 and end-item are marked up with end-list properties.
2157 ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2158 lisp/muse-publish.el lisp/muse-xml.el
2161 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
2164 Make sure an initial term exists before publishing definition list.
2166 muse--main--1.0--patch-34
2168 * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
2169 exists before publishing a definition list.
2172 ChangeLog.2006 lisp/muse-publish.el
2175 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
2178 Add comments to nested list code.
2180 muse--main--1.0--patch-33
2182 * lisp/muse-publish.el (muse-publish-surround-dl)
2183 (muse-publish-surround-text, muse-forward-dl-item):
2184 (muse-forward-list-item): Add comments, since there were many
2185 intricacies that are probably not obvious to the casual reader.
2186 (muse-forward-dl-item): Remove no-op condition.
2189 ChangeLog.2006 lisp/muse-publish.el
2192 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
2195 Make nested list items work when separated by one blank line.
2197 muse--main--1.0--patch-32
2199 * lisp/muse-publish.el (muse-publish-surround-dl): Use
2200 muse-forward-dl-item instead of muse-forward-list-item. On second
2201 thought, don't unconditionally insert a newline, as that breaks some
2203 (muse-forward-dl-item): New function that moves forward to the next
2204 definition list item. This was factored out from
2205 muse-forward-list-item, since it was getting too complex for my liking.
2206 (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
2207 indented line, and skip past these if we have a blank line followed by
2208 an indented line. "Indented" means "indented one past the current
2209 indentation level" here. Remove some initial whitespace that was being
2213 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2216 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
2219 Fix a couple of bugs in muse-wiki-resolve-project-page.
2221 muse--main--1.0--patch-31
2223 * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
2224 better algorithm for adding styles to a list.
2226 * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
2227 carefully. This should fix one or two hard-to-explain bugs.
2230 ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
2233 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
2236 Fix another definition list edge case.
2238 muse--main--1.0--patch-30
2240 * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
2241 unordered list immediately follows definition list term.
2244 ChangeLog.2006 lisp/muse-publish.el
2247 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
2250 Pass all current definition list test cases.
2252 muse--main--1.0--patch-29
2254 * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
2255 line if definition is not on the same line as the term.
2256 (muse-forward-list-item): Fix publishing incorrectness that occurred
2257 when a non-dl list follows a definition list. Always move to the right
2258 place so as to prevent extra empty dd elements from being published.
2261 ChangeLog.2006 lisp/muse-publish.el
2264 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
2267 Merge consecutive definition list terms properly.
2269 muse--main--1.0--patch-28
2271 * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
2272 correctly. This makes Muse merge several definition list items into
2274 (muse-forward-list-item): Use simpler regexp for 'dl.
2276 * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
2277 definition lists, and make terms the 2nd matched text.
2280 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2283 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
2288 muse--main--1.0--patch-27
2292 * muse-colors.el, muse-mode.el: Credit contributions.
2295 AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2298 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
2301 Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
2303 muse--main--1.0--patch-26
2307 * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2308 Added ability to show inline images in the Emacs buffer.
2310 * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2311 Added enhanced list item insertion.
2315 (Author: Per B. Sederberg <per@med.upenn.edu>)
2317 * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
2318 list item. New key mapping to toggle showing images. Added a key
2319 mapping to insert a link to a file and modified the key map to insert a
2321 (muse-on-blank-line): Helper function to determine if the point is on a
2322 line containing only blank spaces.
2323 (muse-insert-list-item): New interactive function to insert a new list
2324 item, taking into account the current list state.
2325 (muse-insert-relative-link-to-file): New function to insert a link to a
2326 file, relative to the default directory.
2328 * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
2329 for where to search for images to inline in the buffer.
2330 (muse-colors-inline-images): Added custom boolean field for whether to
2331 show inline images in the buffer.
2332 (muse-colors-toggle-inline-images): New function to toggle showing the
2333 inline images in the buffer.
2334 (muse-unhighlight-region): Now removes end-glyph text properties to
2336 (muse-colors-resolve-image-file): New function to determine if a link
2337 is an image and whether the version of Emacs can support inline images.
2338 (muse-make-file-glyph): New function to create an image glyph if we are
2340 (muse-colors-insert-image): New function to insert an image in an Emacs
2342 (muse-colors-explicit-link): Modified function to have the ability to
2343 insert an image instead of formatting the text of the link.
2346 ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2349 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
2350 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
2351 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2352 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2353 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
2356 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
2359 Pass testcase for definition list and nested unordered list.
2361 muse--main--1.0--patch-25
2363 * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
2364 lists always have at least one entry. This appears to do the right
2365 thing with a sample nested unordered list.
2368 ChangeLog.2006 lisp/muse-publish.el
2371 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
2374 Some definition list fixes.
2376 muse--main--1.0--patch-24
2378 * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
2379 markup for end of list using the `muse-insert-markup-end-list'
2380 function. Handle list items nested inside of a definition list.
2383 ChangeLog.2006 lisp/muse-publish.el
2386 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
2389 Fix another wrapped list item edge case.
2391 muse--main--1.0--patch-23
2393 * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2394 indentation in a region when we encounter any list items. This should
2395 fix another wrapped list item edge case. Thanks to Per B. Sederberg
2399 ChangeLog.2006 lisp/muse-publish.el
2402 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2405 Fix comment in Debian packaging.
2407 muse--main--1.0--patch-22
2409 * debian/emacsen-remove: Fix comment.
2412 ChangeLog.2006 debian/emacsen-remove
2415 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2418 muse-blosxom: Fix order of #tags line in header.
2420 muse--main--1.0--patch-21
2422 * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2423 rather than before it. Thanks to bkhl for the heads up.
2426 ChangeLog.2006 lisp/muse-blosxom.el
2429 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
2432 muse-blosxom: Add ability to use tags in entries.
2434 muse--main--1.0--patch-20
2436 * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
2438 (muse-blosxom-use-tags): New option that specifies whether we are using
2440 (muse-blosxom-new-entry): If using tags, read tags until the user hits
2441 RET without entering one.
2444 ChangeLog.2006 lisp/muse-blosxom.el
2447 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
2450 Fix backtrace when publishing unsaved files.
2452 muse--main--1.0--patch-19
2454 * lisp/muse-publish.el (muse-publish-file): Detect case where we are
2455 trying to publish a file that has not been saved, and give an
2456 explanation to the user.
2459 ChangeLog.2006 lisp/muse-publish.el
2462 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
2465 muse-texinfo: Fix link suffix.
2467 muse--main--1.0--patch-18
2469 * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
2470 styles. This should fix a bug where links in published info files use
2471 an incorrect extension. Thanks to Hans Ekbrand for the report!
2474 ChangeLog.2006 lisp/muse-texinfo.el
2477 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
2480 Fix prompting of non-Muse buffers before publishing.
2482 muse--main--1.0--patch-17
2484 * lisp/muse-project.el (muse-project-of-file): Apply fix from René
2485 Stadler to ignore buffers that have no associated filename. This fixes
2486 an annoyance where Muse prompts to save BBDB and ERC buffers before
2490 AUTHORS ChangeLog.2006 lisp/muse-project.el
2493 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
2496 Fix wrapped nested list item edge case.
2498 muse--main--1.0--patch-16
2500 * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
2501 since it is no longer needed. Tweak 2200 regexp to cover 2300's use
2503 (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
2504 (muse-list-item-type): Handle the new change to muse-list-item-regexp.
2506 * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
2507 exactly one space character in front of a unnumbered or numbered list.
2508 This should make it easier to match every list instance, since
2509 definition lists can now be handled more nicely in
2510 muse-publish-markup-regexps. This also has the effect of fixing a
2511 wrapped nested list item edge case.
2514 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2517 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
2520 Fix edge case in muse-wiki-publish-pretty-title.
2522 muse--main--1.0--patch-15
2524 * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
2525 the document does not have a valid title, use the empty string.
2528 ChangeLog.2006 lisp/muse-wiki.el
2531 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
2534 Use debian/compat to determine debhelper compat level.
2536 muse--main--1.0--patch-14
2538 * debian/compat: New file that sets the debhelper compatibility level to
2541 * debian/rules: Remove DH_COMPAT line.
2544 debian/.arch-ids/compat.id debian/compat
2547 ChangeLog.2006 debian/rules
2550 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
2553 Fix a couple of table-publishing edge cases.
2555 muse--main--1.0--patch-13
2557 * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
2558 publishing error that occurs when a table line is the last thing in a
2559 document. Thanks to cymacs for the report and suggested fix.
2560 (muse-publish-table-fields): Skip initial blank lines, and don't remove
2563 * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
2564 at the end of the 'end-table markup string.
2566 * lisp/muse-html.el (muse-html-markup-strings): Ditto.
2568 * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
2570 * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
2571 newline at the end of the table. This should fix a problem with
2572 paragraphs after tables not being published as such. Thanks to cymacs
2575 * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
2576 muse-insert-markup to insert a trailing newline.
2579 ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2580 lisp/muse-publish.el lisp/muse-texinfo.el
2581 lisp/muse-xml-common.el lisp/muse-xml.el
2584 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
2587 Add ChangeLog for 2006 and move previous ChangeLog for 2005.
2589 muse--main--1.0--patch-12
2593 .arch-ids/ChangeLog.2006.id ChangeLog.2006
2596 .arch-ids/ChangeLog.id
2597 ==> .arch-ids/ChangeLog.2005.id
2602 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
2605 Make muse-journal work with whole-document escaping.
2607 muse--main--1.0--patch-11
2609 * examples/mwolson/templates/*: Change "Published by Muse" to "Published
2610 by Emacs Muse" so that muse-journal does not get confused.
2612 * lisp/muse-journal.el (muse-journal-html-munge-buffer):
2613 (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
2614 for whole-buffer escaping. Thanks to mondoshawan for the report.
2615 (muse-journal-rss-munge-buffer): Display a warning if someone does not
2616 have "Page published by Emacs Muse (begins|ends) here" in their header
2617 or footer, since muse-journal needs this in order to determine where
2618 entries begin and end.
2621 examples/mwolson/templates/footer.html
2622 examples/mwolson/templates/generic-footer.html
2623 examples/mwolson/templates/generic-header.html
2624 examples/mwolson/templates/header.html
2625 examples/mwolson/templates/header.tex lisp/muse-journal.el
2628 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
2631 Get simple test case for definition lists to work.
2633 muse--main--1.0--patch-10
2635 * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
2637 (muse-forward-list-item): Fix edge case.
2640 lisp/muse-publish.el
2643 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
2646 Add documentation to some publishing functions.
2648 muse--main--1.0--patch-9
2650 * lisp/muse-publish.el (muse-publish-mark-read-only)
2651 (muse-publish-mark-noemphasis): Add documentation.
2654 lisp/muse-publish.el
2657 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
2660 Fix an error with `custom-quote'.
2662 muse--main--1.0--patch-8
2664 * lisp/muse-project.el: Require 'cus-edit, since that is where
2665 `custom-quote' is defined.
2667 * muse.texi: Use copyright symbol.
2670 lisp/muse-project.el muse.texi
2673 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
2676 muse-registry: update from author.
2678 muse--main--1.0--patch-7
2680 * lisp/muse-registry.el: Update to newest version from author.
2684 lisp/muse-registry.el
2687 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
2690 muse-latex: Handle double-quote edge case.
2692 muse--main--1.0--patch-6
2694 * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
2695 character begins the buffer.
2701 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
2704 Allow beginning and ending empty elements in tables.
2706 muse--main--1.0--patch-5
2708 * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
2709 whitespace after the field if we're at the end of a line.
2710 (muse-table-line-regexp): Allow the table to start with a "|". The
2711 resulting initial empty cell isn't yet thrown away like it should be.
2714 lisp/muse-regexps.el
2717 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
2720 muse-latex: Use \url to publish bare URLs.
2722 muse--main--1.0--patch-4
2724 * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
2725 \href for bare URLs. Thanks to Na Li for the suggestion!
2731 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
2734 Create parents of output directories.
2736 muse--main--1.0--patch-3
2738 * lisp/muse-project.el (muse-project-publish-file): Create parent
2739 directories as well, if the output directory does not exist. This can
2740 happen when we have nested directories in a project.
2743 lisp/muse-project.el
2746 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
2749 Pick a better default if publishing with more than one style.
2751 muse--main--1.0--patch-2
2753 * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
2754 the list we return is in the right order. That way, if more than one
2755 publishing rule matches a link, the first one is used, rather than the
2759 lisp/muse-project.el
2762 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
2765 Oops, committed to the wrong archive.
2767 muse--main--1.0--patch-1
2771 * mwolson@gnu.org--2005/muse--main--1.0--patch-356
2774 * mwolson@gnu.org--2005/muse--main--1.0--patch-357
2778 ChangeLog debian/emacsen-startup
2781 debian/.arch-ids/NEWS.Debian.id
2782 ==> debian/.arch-ids/NEWS.id
2787 mwolson@gnu.org--2005/muse--main--1.0--patch-356
2788 mwolson@gnu.org--2005/muse--main--1.0--patch-357
2791 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
2794 tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
2796 muse--main--1.0--base-0
2798 See ChangeLog.2005 for earlier changes.
2801 ajk@iu.edu--2005/muse--ajk--1.0--base-0
2802 ajk@iu.edu--2005/muse--ajk--1.0--patch-1
2803 ajk@iu.edu--2005/muse--ajk--1.0--patch-2
2804 ajk@iu.edu--2005/muse--ajk--1.0--patch-3
2805 ajk@iu.edu--2005/muse--ajk--1.0--patch-4
2806 ajk@iu.edu--2005/muse--ajk--1.0--patch-5
2807 ajk@iu.edu--2005/muse--ajk--1.0--patch-6
2808 ajk@iu.edu--2005/muse--ajk--1.0--patch-7
2809 ajk@iu.edu--2005/muse--ajk--1.0--patch-8
2810 ajk@iu.edu--2005/muse--ajk--1.0--patch-9
2811 ajk@iu.edu--2005/muse--main--1.0--base-0
2812 ajk@iu.edu--2005/muse--main--1.0--patch-1
2813 ajk@iu.edu--2005/muse--main--1.0--patch-2
2814 davidsmith@acm.org--2005/muse--devo--1.0--base-0
2815 davidsmith@acm.org--main/muse--devo--1.0--base-0
2816 davidsmith@acm.org--main/muse--devo--1.0--patch-1
2817 davidsmith@acm.org--main/muse--devo--1.0--patch-2
2818 hodique@lifl.fr--2005/muse--yh--1.0--base-0
2819 hodique@lifl.fr--2005/muse--yh--1.0--patch-1
2820 hodique@lifl.fr--2005/muse--yh--1.0--patch-2
2821 hodique@lifl.fr--2005/muse--yh--1.0--patch-3
2822 hodique@lifl.fr--2005/muse--yh--1.0--patch-4
2823 hodique@lifl.fr--2005/muse--yh--1.0--patch-5
2824 hodique@lifl.fr--2005/muse--yh--1.0--patch-6
2825 hodique@lifl.fr--2005/muse--yh--1.0--patch-7
2826 hodique@lifl.fr--2005/muse--yh--1.0--patch-8
2827 hodique@lifl.fr--2005/muse--yh--1.0--patch-9
2828 hodique@lifl.fr--2005/muse--yh--1.0--patch-10
2829 hodique@lifl.fr--2005/muse--yh--1.0--patch-11
2830 hodique@lifl.fr--2005/muse--yh--1.0--patch-12
2831 hodique@lifl.fr--2005/muse--yh--1.0--patch-13
2832 hodique@lifl.fr--2005/muse--yh--1.0--patch-14
2833 hodique@lifl.fr--2005/muse--yh--1.0--patch-15
2834 hodique@lifl.fr--2005/muse--yh--1.0--patch-16
2835 hodique@lifl.fr--2005/muse--yh--1.0--patch-17
2836 hodique@lifl.fr--2005/muse--yh--1.0--patch-18
2837 hodique@lifl.fr--2005/muse--yh--1.0--patch-19
2838 hodique@lifl.fr--2005/muse--yh--1.0--patch-20
2839 hodique@lifl.fr--2005/muse--yh--1.0--patch-21
2840 hodique@lifl.fr--2005/muse--yh--1.0--patch-22
2841 hodique@lifl.fr--2005/muse--yh--1.0--patch-23
2842 hodique@lifl.fr--2005/muse--yh--1.0--patch-24
2843 hodique@lifl.fr--2005/muse--yh--1.0--patch-25
2844 hodique@lifl.fr--2005/muse--yh--1.0--patch-26
2845 hodique@lifl.fr--2005/muse--yh--1.0--patch-27
2846 hodique@lifl.fr--2005/muse--yh--1.0--patch-28
2847 hodique@lifl.fr--2005/muse--yh--1.0--patch-29
2848 hodique@lifl.fr--2005/muse--yh--1.0--patch-30
2849 hodique@lifl.fr--2005/muse--yh--1.0--patch-31
2850 hodique@lifl.fr--2005/muse--yh--1.0--patch-32
2851 hodique@lifl.fr--2005/muse--yh--1.0--patch-33
2852 hodique@lifl.fr--2005/muse--yh--1.0--patch-34
2853 hodique@lifl.fr--2005/muse--yh--1.0--patch-35
2854 hodique@lifl.fr--2005/muse--yh--1.0--patch-36
2855 hodique@lifl.fr--2005/muse--yh--1.0--patch-37
2856 hodique@lifl.fr--2005/muse--yh--1.0--patch-38
2857 hodique@lifl.fr--2005/muse--yh--1.0--patch-39
2858 hodique@lifl.fr--2005/muse--yh--1.0--patch-40
2859 hodique@lifl.fr--2005/muse--yh--1.0--patch-41
2860 hodique@lifl.fr--2005/muse--yh--1.0--patch-42
2861 hodique@lifl.fr--2005/muse--yh--1.0--patch-43
2862 hodique@lifl.fr--2005/muse--yh--1.0--patch-44
2863 hodique@lifl.fr--2005/muse--yh--1.0--patch-45
2864 jeho@jeho.org--2005/muse--jeho--1.0--base-0
2865 jeho@jeho.org--2005/muse--jeho--1.0--patch-1
2866 jeho@jeho.org--2005/muse--jeho--1.0--patch-2
2867 jeho@jeho.org--2005/muse--jeho--1.0--patch-3
2868 jeho@jeho.org--2005/muse--jeho--1.0--patch-4
2869 jeho@jeho.org--2005/muse--jeho--1.0--patch-5
2870 jeho@jeho.org--2005/muse--jeho--1.0--patch-6
2871 jeho@jeho.org--2005/muse--jeho--1.0--patch-7
2872 jeho@jeho.org--2005/muse--jeho--1.0--patch-8
2873 jeho@jeho.org--2005/muse--jeho--1.0--patch-9
2874 jeho@jeho.org--2005/muse--jeho--1.0--patch-10
2875 jeho@jeho.org--2005/muse--jeho--1.0--patch-11
2876 jeho@jeho.org--2005/muse--jeho--1.0--patch-12
2877 jeho@jeho.org--2005/muse--jeho--1.0--patch-13
2878 jeho@jeho.org--2005/muse--jeho--1.0--patch-14
2879 jeho@jeho.org--2005/muse--jeho--1.0--patch-15
2880 jeho@jeho.org--2005/muse--jeho--1.0--patch-16
2881 jeho@jeho.org--2005/muse--jeho--1.0--patch-17
2882 jeho@jeho.org--2005/muse--jeho--1.0--patch-18
2883 jeho@jeho.org--2005/muse--jeho--1.0--patch-19
2884 jeho@jeho.org--2005/muse--jeho--1.0--patch-20
2885 jeho@jeho.org--2005/muse--jeho--1.0--patch-21
2886 john@wjsullivan.net--2006/muse--johnsu01--0--base-0
2887 john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
2888 lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
2889 lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
2890 lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
2891 lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
2892 lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
2893 mwolson@gnu.org--2005/muse--main--1.0--base-0
2894 mwolson@gnu.org--2005/muse--main--1.0--patch-1
2895 mwolson@gnu.org--2005/muse--main--1.0--patch-2
2896 mwolson@gnu.org--2005/muse--main--1.0--patch-3
2897 mwolson@gnu.org--2005/muse--main--1.0--patch-4
2898 mwolson@gnu.org--2005/muse--main--1.0--patch-5
2899 mwolson@gnu.org--2005/muse--main--1.0--patch-6
2900 mwolson@gnu.org--2005/muse--main--1.0--patch-7
2901 mwolson@gnu.org--2005/muse--main--1.0--patch-8
2902 mwolson@gnu.org--2005/muse--main--1.0--patch-9
2903 mwolson@gnu.org--2005/muse--main--1.0--patch-10
2904 mwolson@gnu.org--2005/muse--main--1.0--patch-11
2905 mwolson@gnu.org--2005/muse--main--1.0--patch-12
2906 mwolson@gnu.org--2005/muse--main--1.0--patch-13
2907 mwolson@gnu.org--2005/muse--main--1.0--patch-14
2908 mwolson@gnu.org--2005/muse--main--1.0--patch-15
2909 mwolson@gnu.org--2005/muse--main--1.0--patch-16
2910 mwolson@gnu.org--2005/muse--main--1.0--patch-17
2911 mwolson@gnu.org--2005/muse--main--1.0--patch-18
2912 mwolson@gnu.org--2005/muse--main--1.0--patch-19
2913 mwolson@gnu.org--2005/muse--main--1.0--patch-20
2914 mwolson@gnu.org--2005/muse--main--1.0--patch-21
2915 mwolson@gnu.org--2005/muse--main--1.0--patch-22
2916 mwolson@gnu.org--2005/muse--main--1.0--patch-23
2917 mwolson@gnu.org--2005/muse--main--1.0--patch-24
2918 mwolson@gnu.org--2005/muse--main--1.0--patch-25
2919 mwolson@gnu.org--2005/muse--main--1.0--patch-26
2920 mwolson@gnu.org--2005/muse--main--1.0--patch-27
2921 mwolson@gnu.org--2005/muse--main--1.0--patch-28
2922 mwolson@gnu.org--2005/muse--main--1.0--patch-29
2923 mwolson@gnu.org--2005/muse--main--1.0--patch-30
2924 mwolson@gnu.org--2005/muse--main--1.0--patch-31
2925 mwolson@gnu.org--2005/muse--main--1.0--patch-32
2926 mwolson@gnu.org--2005/muse--main--1.0--patch-33
2927 mwolson@gnu.org--2005/muse--main--1.0--patch-34
2928 mwolson@gnu.org--2005/muse--main--1.0--patch-35
2929 mwolson@gnu.org--2005/muse--main--1.0--patch-36
2930 mwolson@gnu.org--2005/muse--main--1.0--patch-37
2931 mwolson@gnu.org--2005/muse--main--1.0--patch-38
2932 mwolson@gnu.org--2005/muse--main--1.0--patch-39
2933 mwolson@gnu.org--2005/muse--main--1.0--patch-40
2934 mwolson@gnu.org--2005/muse--main--1.0--patch-41
2935 mwolson@gnu.org--2005/muse--main--1.0--patch-42
2936 mwolson@gnu.org--2005/muse--main--1.0--patch-43
2937 mwolson@gnu.org--2005/muse--main--1.0--patch-44
2938 mwolson@gnu.org--2005/muse--main--1.0--patch-45
2939 mwolson@gnu.org--2005/muse--main--1.0--patch-46
2940 mwolson@gnu.org--2005/muse--main--1.0--patch-47
2941 mwolson@gnu.org--2005/muse--main--1.0--patch-48
2942 mwolson@gnu.org--2005/muse--main--1.0--patch-49
2943 mwolson@gnu.org--2005/muse--main--1.0--patch-50
2944 mwolson@gnu.org--2005/muse--main--1.0--patch-51
2945 mwolson@gnu.org--2005/muse--main--1.0--patch-52
2946 mwolson@gnu.org--2005/muse--main--1.0--patch-53
2947 mwolson@gnu.org--2005/muse--main--1.0--patch-54
2948 mwolson@gnu.org--2005/muse--main--1.0--patch-55
2949 mwolson@gnu.org--2005/muse--main--1.0--patch-56
2950 mwolson@gnu.org--2005/muse--main--1.0--patch-57
2951 mwolson@gnu.org--2005/muse--main--1.0--patch-58
2952 mwolson@gnu.org--2005/muse--main--1.0--patch-59
2953 mwolson@gnu.org--2005/muse--main--1.0--patch-60
2954 mwolson@gnu.org--2005/muse--main--1.0--patch-61
2955 mwolson@gnu.org--2005/muse--main--1.0--patch-62
2956 mwolson@gnu.org--2005/muse--main--1.0--patch-63
2957 mwolson@gnu.org--2005/muse--main--1.0--patch-64
2958 mwolson@gnu.org--2005/muse--main--1.0--patch-65
2959 mwolson@gnu.org--2005/muse--main--1.0--patch-66
2960 mwolson@gnu.org--2005/muse--main--1.0--patch-67
2961 mwolson@gnu.org--2005/muse--main--1.0--patch-68
2962 mwolson@gnu.org--2005/muse--main--1.0--patch-69
2963 mwolson@gnu.org--2005/muse--main--1.0--patch-70
2964 mwolson@gnu.org--2005/muse--main--1.0--patch-71
2965 mwolson@gnu.org--2005/muse--main--1.0--patch-72
2966 mwolson@gnu.org--2005/muse--main--1.0--patch-73
2967 mwolson@gnu.org--2005/muse--main--1.0--patch-74
2968 mwolson@gnu.org--2005/muse--main--1.0--patch-75
2969 mwolson@gnu.org--2005/muse--main--1.0--patch-76
2970 mwolson@gnu.org--2005/muse--main--1.0--patch-77
2971 mwolson@gnu.org--2005/muse--main--1.0--patch-78
2972 mwolson@gnu.org--2005/muse--main--1.0--patch-79
2973 mwolson@gnu.org--2005/muse--main--1.0--patch-80
2974 mwolson@gnu.org--2005/muse--main--1.0--patch-81
2975 mwolson@gnu.org--2005/muse--main--1.0--patch-82
2976 mwolson@gnu.org--2005/muse--main--1.0--patch-83
2977 mwolson@gnu.org--2005/muse--main--1.0--patch-84
2978 mwolson@gnu.org--2005/muse--main--1.0--patch-85
2979 mwolson@gnu.org--2005/muse--main--1.0--patch-86
2980 mwolson@gnu.org--2005/muse--main--1.0--patch-87
2981 mwolson@gnu.org--2005/muse--main--1.0--patch-88
2982 mwolson@gnu.org--2005/muse--main--1.0--patch-89
2983 mwolson@gnu.org--2005/muse--main--1.0--patch-90
2984 mwolson@gnu.org--2005/muse--main--1.0--patch-91
2985 mwolson@gnu.org--2005/muse--main--1.0--patch-92
2986 mwolson@gnu.org--2005/muse--main--1.0--patch-93
2987 mwolson@gnu.org--2005/muse--main--1.0--patch-94
2988 mwolson@gnu.org--2005/muse--main--1.0--patch-95
2989 mwolson@gnu.org--2005/muse--main--1.0--patch-96
2990 mwolson@gnu.org--2005/muse--main--1.0--patch-97
2991 mwolson@gnu.org--2005/muse--main--1.0--patch-98
2992 mwolson@gnu.org--2005/muse--main--1.0--patch-99
2993 mwolson@gnu.org--2005/muse--main--1.0--patch-100
2994 mwolson@gnu.org--2005/muse--main--1.0--patch-101
2995 mwolson@gnu.org--2005/muse--main--1.0--patch-102
2996 mwolson@gnu.org--2005/muse--main--1.0--patch-103
2997 mwolson@gnu.org--2005/muse--main--1.0--patch-104
2998 mwolson@gnu.org--2005/muse--main--1.0--patch-105
2999 mwolson@gnu.org--2005/muse--main--1.0--patch-106
3000 mwolson@gnu.org--2005/muse--main--1.0--patch-107
3001 mwolson@gnu.org--2005/muse--main--1.0--patch-108
3002 mwolson@gnu.org--2005/muse--main--1.0--patch-109
3003 mwolson@gnu.org--2005/muse--main--1.0--patch-110
3004 mwolson@gnu.org--2005/muse--main--1.0--patch-111
3005 mwolson@gnu.org--2005/muse--main--1.0--patch-112
3006 mwolson@gnu.org--2005/muse--main--1.0--patch-113
3007 mwolson@gnu.org--2005/muse--main--1.0--patch-114
3008 mwolson@gnu.org--2005/muse--main--1.0--patch-115
3009 mwolson@gnu.org--2005/muse--main--1.0--patch-116
3010 mwolson@gnu.org--2005/muse--main--1.0--patch-117
3011 mwolson@gnu.org--2005/muse--main--1.0--patch-118
3012 mwolson@gnu.org--2005/muse--main--1.0--patch-119
3013 mwolson@gnu.org--2005/muse--main--1.0--patch-120
3014 mwolson@gnu.org--2005/muse--main--1.0--patch-121
3015 mwolson@gnu.org--2005/muse--main--1.0--patch-122
3016 mwolson@gnu.org--2005/muse--main--1.0--patch-123
3017 mwolson@gnu.org--2005/muse--main--1.0--patch-124
3018 mwolson@gnu.org--2005/muse--main--1.0--patch-125
3019 mwolson@gnu.org--2005/muse--main--1.0--patch-126
3020 mwolson@gnu.org--2005/muse--main--1.0--patch-127
3021 mwolson@gnu.org--2005/muse--main--1.0--patch-128
3022 mwolson@gnu.org--2005/muse--main--1.0--patch-129
3023 mwolson@gnu.org--2005/muse--main--1.0--patch-130
3024 mwolson@gnu.org--2005/muse--main--1.0--patch-131
3025 mwolson@gnu.org--2005/muse--main--1.0--patch-132
3026 mwolson@gnu.org--2005/muse--main--1.0--patch-133
3027 mwolson@gnu.org--2005/muse--main--1.0--patch-134
3028 mwolson@gnu.org--2005/muse--main--1.0--patch-135
3029 mwolson@gnu.org--2005/muse--main--1.0--patch-136
3030 mwolson@gnu.org--2005/muse--main--1.0--patch-137
3031 mwolson@gnu.org--2005/muse--main--1.0--patch-138
3032 mwolson@gnu.org--2005/muse--main--1.0--patch-139
3033 mwolson@gnu.org--2005/muse--main--1.0--patch-140
3034 mwolson@gnu.org--2005/muse--main--1.0--patch-141
3035 mwolson@gnu.org--2005/muse--main--1.0--patch-142
3036 mwolson@gnu.org--2005/muse--main--1.0--patch-143
3037 mwolson@gnu.org--2005/muse--main--1.0--patch-144
3038 mwolson@gnu.org--2005/muse--main--1.0--patch-145
3039 mwolson@gnu.org--2005/muse--main--1.0--patch-146
3040 mwolson@gnu.org--2005/muse--main--1.0--patch-147
3041 mwolson@gnu.org--2005/muse--main--1.0--patch-148
3042 mwolson@gnu.org--2005/muse--main--1.0--patch-149
3043 mwolson@gnu.org--2005/muse--main--1.0--patch-150
3044 mwolson@gnu.org--2005/muse--main--1.0--patch-151
3045 mwolson@gnu.org--2005/muse--main--1.0--patch-152
3046 mwolson@gnu.org--2005/muse--main--1.0--patch-153
3047 mwolson@gnu.org--2005/muse--main--1.0--patch-154
3048 mwolson@gnu.org--2005/muse--main--1.0--patch-155
3049 mwolson@gnu.org--2005/muse--main--1.0--patch-156
3050 mwolson@gnu.org--2005/muse--main--1.0--patch-157
3051 mwolson@gnu.org--2005/muse--main--1.0--patch-158
3052 mwolson@gnu.org--2005/muse--main--1.0--patch-159
3053 mwolson@gnu.org--2005/muse--main--1.0--patch-160
3054 mwolson@gnu.org--2005/muse--main--1.0--patch-161
3055 mwolson@gnu.org--2005/muse--main--1.0--patch-162
3056 mwolson@gnu.org--2005/muse--main--1.0--patch-163
3057 mwolson@gnu.org--2005/muse--main--1.0--patch-164
3058 mwolson@gnu.org--2005/muse--main--1.0--patch-165
3059 mwolson@gnu.org--2005/muse--main--1.0--patch-166
3060 mwolson@gnu.org--2005/muse--main--1.0--patch-167
3061 mwolson@gnu.org--2005/muse--main--1.0--patch-168
3062 mwolson@gnu.org--2005/muse--main--1.0--patch-169
3063 mwolson@gnu.org--2005/muse--main--1.0--patch-170
3064 mwolson@gnu.org--2005/muse--main--1.0--patch-171
3065 mwolson@gnu.org--2005/muse--main--1.0--patch-172
3066 mwolson@gnu.org--2005/muse--main--1.0--patch-173
3067 mwolson@gnu.org--2005/muse--main--1.0--patch-174
3068 mwolson@gnu.org--2005/muse--main--1.0--patch-175
3069 mwolson@gnu.org--2005/muse--main--1.0--patch-176
3070 mwolson@gnu.org--2005/muse--main--1.0--patch-177
3071 mwolson@gnu.org--2005/muse--main--1.0--patch-178
3072 mwolson@gnu.org--2005/muse--main--1.0--patch-179
3073 mwolson@gnu.org--2005/muse--main--1.0--patch-180
3074 mwolson@gnu.org--2005/muse--main--1.0--patch-181
3075 mwolson@gnu.org--2005/muse--main--1.0--patch-182
3076 mwolson@gnu.org--2005/muse--main--1.0--patch-183
3077 mwolson@gnu.org--2005/muse--main--1.0--patch-184
3078 mwolson@gnu.org--2005/muse--main--1.0--patch-185
3079 mwolson@gnu.org--2005/muse--main--1.0--patch-186
3080 mwolson@gnu.org--2005/muse--main--1.0--patch-187
3081 mwolson@gnu.org--2005/muse--main--1.0--patch-188
3082 mwolson@gnu.org--2005/muse--main--1.0--patch-189
3083 mwolson@gnu.org--2005/muse--main--1.0--patch-190
3084 mwolson@gnu.org--2005/muse--main--1.0--patch-191
3085 mwolson@gnu.org--2005/muse--main--1.0--patch-192
3086 mwolson@gnu.org--2005/muse--main--1.0--patch-193
3087 mwolson@gnu.org--2005/muse--main--1.0--patch-194
3088 mwolson@gnu.org--2005/muse--main--1.0--patch-195
3089 mwolson@gnu.org--2005/muse--main--1.0--patch-196
3090 mwolson@gnu.org--2005/muse--main--1.0--patch-197
3091 mwolson@gnu.org--2005/muse--main--1.0--patch-198
3092 mwolson@gnu.org--2005/muse--main--1.0--patch-199
3093 mwolson@gnu.org--2005/muse--main--1.0--patch-200
3094 mwolson@gnu.org--2005/muse--main--1.0--patch-201
3095 mwolson@gnu.org--2005/muse--main--1.0--patch-202
3096 mwolson@gnu.org--2005/muse--main--1.0--patch-203
3097 mwolson@gnu.org--2005/muse--main--1.0--patch-204
3098 mwolson@gnu.org--2005/muse--main--1.0--patch-205
3099 mwolson@gnu.org--2005/muse--main--1.0--patch-206
3100 mwolson@gnu.org--2005/muse--main--1.0--patch-207
3101 mwolson@gnu.org--2005/muse--main--1.0--patch-208
3102 mwolson@gnu.org--2005/muse--main--1.0--patch-209
3103 mwolson@gnu.org--2005/muse--main--1.0--patch-210
3104 mwolson@gnu.org--2005/muse--main--1.0--patch-211
3105 mwolson@gnu.org--2005/muse--main--1.0--patch-212
3106 mwolson@gnu.org--2005/muse--main--1.0--patch-213
3107 mwolson@gnu.org--2005/muse--main--1.0--patch-214
3108 mwolson@gnu.org--2005/muse--main--1.0--patch-215
3109 mwolson@gnu.org--2005/muse--main--1.0--patch-216
3110 mwolson@gnu.org--2005/muse--main--1.0--patch-217
3111 mwolson@gnu.org--2005/muse--main--1.0--patch-218
3112 mwolson@gnu.org--2005/muse--main--1.0--patch-219
3113 mwolson@gnu.org--2005/muse--main--1.0--patch-220
3114 mwolson@gnu.org--2005/muse--main--1.0--patch-221
3115 mwolson@gnu.org--2005/muse--main--1.0--patch-222
3116 mwolson@gnu.org--2005/muse--main--1.0--patch-223
3117 mwolson@gnu.org--2005/muse--main--1.0--patch-224
3118 mwolson@gnu.org--2005/muse--main--1.0--patch-225
3119 mwolson@gnu.org--2005/muse--main--1.0--patch-226
3120 mwolson@gnu.org--2005/muse--main--1.0--patch-227
3121 mwolson@gnu.org--2005/muse--main--1.0--patch-228
3122 mwolson@gnu.org--2005/muse--main--1.0--patch-229
3123 mwolson@gnu.org--2005/muse--main--1.0--patch-230
3124 mwolson@gnu.org--2005/muse--main--1.0--patch-231
3125 mwolson@gnu.org--2005/muse--main--1.0--patch-232
3126 mwolson@gnu.org--2005/muse--main--1.0--patch-233
3127 mwolson@gnu.org--2005/muse--main--1.0--patch-234
3128 mwolson@gnu.org--2005/muse--main--1.0--patch-235
3129 mwolson@gnu.org--2005/muse--main--1.0--patch-236
3130 mwolson@gnu.org--2005/muse--main--1.0--patch-237
3131 mwolson@gnu.org--2005/muse--main--1.0--patch-238
3132 mwolson@gnu.org--2005/muse--main--1.0--patch-239
3133 mwolson@gnu.org--2005/muse--main--1.0--patch-240
3134 mwolson@gnu.org--2005/muse--main--1.0--patch-241
3135 mwolson@gnu.org--2005/muse--main--1.0--patch-242
3136 mwolson@gnu.org--2005/muse--main--1.0--patch-243
3137 mwolson@gnu.org--2005/muse--main--1.0--patch-244
3138 mwolson@gnu.org--2005/muse--main--1.0--patch-245
3139 mwolson@gnu.org--2005/muse--main--1.0--patch-246
3140 mwolson@gnu.org--2005/muse--main--1.0--patch-247
3141 mwolson@gnu.org--2005/muse--main--1.0--patch-248
3142 mwolson@gnu.org--2005/muse--main--1.0--patch-249
3143 mwolson@gnu.org--2005/muse--main--1.0--patch-250
3144 mwolson@gnu.org--2005/muse--main--1.0--patch-251
3145 mwolson@gnu.org--2005/muse--main--1.0--patch-252
3146 mwolson@gnu.org--2005/muse--main--1.0--patch-253
3147 mwolson@gnu.org--2005/muse--main--1.0--patch-254
3148 mwolson@gnu.org--2005/muse--main--1.0--patch-255
3149 mwolson@gnu.org--2005/muse--main--1.0--patch-256
3150 mwolson@gnu.org--2005/muse--main--1.0--patch-257
3151 mwolson@gnu.org--2005/muse--main--1.0--patch-258
3152 mwolson@gnu.org--2005/muse--main--1.0--patch-259
3153 mwolson@gnu.org--2005/muse--main--1.0--patch-260
3154 mwolson@gnu.org--2005/muse--main--1.0--patch-261
3155 mwolson@gnu.org--2005/muse--main--1.0--patch-262
3156 mwolson@gnu.org--2005/muse--main--1.0--patch-263
3157 mwolson@gnu.org--2005/muse--main--1.0--patch-264
3158 mwolson@gnu.org--2005/muse--main--1.0--patch-265
3159 mwolson@gnu.org--2005/muse--main--1.0--patch-266
3160 mwolson@gnu.org--2005/muse--main--1.0--patch-267
3161 mwolson@gnu.org--2005/muse--main--1.0--patch-268
3162 mwolson@gnu.org--2005/muse--main--1.0--patch-269
3163 mwolson@gnu.org--2005/muse--main--1.0--patch-270
3164 mwolson@gnu.org--2005/muse--main--1.0--patch-271
3165 mwolson@gnu.org--2005/muse--main--1.0--patch-272
3166 mwolson@gnu.org--2005/muse--main--1.0--patch-273
3167 mwolson@gnu.org--2005/muse--main--1.0--patch-274
3168 mwolson@gnu.org--2005/muse--main--1.0--patch-275
3169 mwolson@gnu.org--2005/muse--main--1.0--patch-276
3170 mwolson@gnu.org--2005/muse--main--1.0--patch-277
3171 mwolson@gnu.org--2005/muse--main--1.0--patch-278
3172 mwolson@gnu.org--2005/muse--main--1.0--patch-279
3173 mwolson@gnu.org--2005/muse--main--1.0--patch-280
3174 mwolson@gnu.org--2005/muse--main--1.0--patch-281
3175 mwolson@gnu.org--2005/muse--main--1.0--patch-282
3176 mwolson@gnu.org--2005/muse--main--1.0--patch-283
3177 mwolson@gnu.org--2005/muse--main--1.0--patch-284
3178 mwolson@gnu.org--2005/muse--main--1.0--patch-285
3179 mwolson@gnu.org--2005/muse--main--1.0--patch-286
3180 mwolson@gnu.org--2005/muse--main--1.0--patch-287
3181 mwolson@gnu.org--2005/muse--main--1.0--patch-288
3182 mwolson@gnu.org--2005/muse--main--1.0--patch-289
3183 mwolson@gnu.org--2005/muse--main--1.0--patch-290
3184 mwolson@gnu.org--2005/muse--main--1.0--patch-291
3185 mwolson@gnu.org--2005/muse--main--1.0--patch-292
3186 mwolson@gnu.org--2005/muse--main--1.0--patch-293
3187 mwolson@gnu.org--2005/muse--main--1.0--patch-294
3188 mwolson@gnu.org--2005/muse--main--1.0--patch-295
3189 mwolson@gnu.org--2005/muse--main--1.0--patch-296
3190 mwolson@gnu.org--2005/muse--main--1.0--patch-297
3191 mwolson@gnu.org--2005/muse--main--1.0--patch-298
3192 mwolson@gnu.org--2005/muse--main--1.0--patch-299
3193 mwolson@gnu.org--2005/muse--main--1.0--patch-300
3194 mwolson@gnu.org--2005/muse--main--1.0--patch-301
3195 mwolson@gnu.org--2005/muse--main--1.0--patch-302
3196 mwolson@gnu.org--2005/muse--main--1.0--patch-303
3197 mwolson@gnu.org--2005/muse--main--1.0--patch-304
3198 mwolson@gnu.org--2005/muse--main--1.0--patch-305
3199 mwolson@gnu.org--2005/muse--main--1.0--patch-306
3200 mwolson@gnu.org--2005/muse--main--1.0--patch-307
3201 mwolson@gnu.org--2005/muse--main--1.0--patch-308
3202 mwolson@gnu.org--2005/muse--main--1.0--patch-309
3203 mwolson@gnu.org--2005/muse--main--1.0--patch-310
3204 mwolson@gnu.org--2005/muse--main--1.0--patch-311
3205 mwolson@gnu.org--2005/muse--main--1.0--patch-312
3206 mwolson@gnu.org--2005/muse--main--1.0--patch-313
3207 mwolson@gnu.org--2005/muse--main--1.0--patch-314
3208 mwolson@gnu.org--2005/muse--main--1.0--patch-315
3209 mwolson@gnu.org--2005/muse--main--1.0--patch-316
3210 mwolson@gnu.org--2005/muse--main--1.0--patch-317
3211 mwolson@gnu.org--2005/muse--main--1.0--patch-318
3212 mwolson@gnu.org--2005/muse--main--1.0--patch-319
3213 mwolson@gnu.org--2005/muse--main--1.0--patch-320
3214 mwolson@gnu.org--2005/muse--main--1.0--patch-321
3215 mwolson@gnu.org--2005/muse--main--1.0--patch-322
3216 mwolson@gnu.org--2005/muse--main--1.0--patch-323
3217 mwolson@gnu.org--2005/muse--main--1.0--patch-324
3218 mwolson@gnu.org--2005/muse--main--1.0--patch-325
3219 mwolson@gnu.org--2005/muse--main--1.0--patch-326
3220 mwolson@gnu.org--2005/muse--main--1.0--patch-327
3221 mwolson@gnu.org--2005/muse--main--1.0--patch-328
3222 mwolson@gnu.org--2005/muse--main--1.0--patch-329
3223 mwolson@gnu.org--2005/muse--main--1.0--patch-330
3224 mwolson@gnu.org--2005/muse--main--1.0--patch-331
3225 mwolson@gnu.org--2005/muse--main--1.0--patch-332
3226 mwolson@gnu.org--2005/muse--main--1.0--patch-333
3227 mwolson@gnu.org--2005/muse--main--1.0--patch-334
3228 mwolson@gnu.org--2005/muse--main--1.0--patch-335
3229 mwolson@gnu.org--2005/muse--main--1.0--patch-336
3230 mwolson@gnu.org--2005/muse--main--1.0--patch-337
3231 mwolson@gnu.org--2005/muse--main--1.0--patch-338
3232 mwolson@gnu.org--2005/muse--main--1.0--patch-339
3233 mwolson@gnu.org--2005/muse--main--1.0--patch-340
3234 mwolson@gnu.org--2005/muse--main--1.0--patch-341
3235 mwolson@gnu.org--2005/muse--main--1.0--patch-342
3236 mwolson@gnu.org--2005/muse--main--1.0--patch-343
3237 mwolson@gnu.org--2005/muse--main--1.0--patch-344
3238 mwolson@gnu.org--2005/muse--main--1.0--patch-345
3239 mwolson@gnu.org--2005/muse--main--1.0--patch-346
3240 mwolson@gnu.org--2005/muse--main--1.0--patch-347
3241 mwolson@gnu.org--2005/muse--main--1.0--patch-348
3242 mwolson@gnu.org--2005/muse--main--1.0--patch-349
3243 mwolson@gnu.org--2005/muse--main--1.0--patch-350
3244 mwolson@gnu.org--2005/muse--main--1.0--patch-351
3245 mwolson@gnu.org--2005/muse--main--1.0--patch-352
3246 mwolson@gnu.org--2005/muse--main--1.0--patch-353
3247 mwolson@gnu.org--2005/muse--main--1.0--patch-354
3248 mwolson@gnu.org--2005/muse--main--1.0--patch-355
3249 mwolson@gnu.org--2005/muse--rel--3.02--base-0
3250 mwolson@gnu.org--2005/muse--rel--3.02--patch-1
3251 mwolson@gnu.org--2005/muse--rel--3.02--patch-2
3252 mwolson@gnu.org--2005/muse--rel--3.02--patch-3
3253 mwolson@gnu.org--2005/muse--rel--3.02--patch-4
3254 mwolson@gnu.org--2005/muse--rel--3.02--patch-5
3255 mwolson@gnu.org--2005/muse--rel--3.02--patch-6
3256 mwolson@gnu.org--2005/muse--rel--3.02--patch-7
3257 mwolson@gnu.org--2005/muse--rel--3.02--patch-8
3258 mwolson@gnu.org--2005/muse--rel--3.02--patch-11
3259 mwolson@gnu.org--2005/muse--rel--3.02--patch-13
3260 mwolson@gnu.org--2005/muse--rel--3.02--patch-14
3261 mwolson@gnu.org--2005/muse--rel--3.02--patch-15
3262 mwolson@gnu.org--2005/muse--rel--3.02--patch-17
3263 mwolson@gnu.org--2005/muse--rel--3.02--patch-18
3264 mwolson@gnu.org--2005/muse--rel--3.02--patch-19
3265 mwolson@gnu.org--2005/muse--rel--3.02--patch-20
3266 mwolson@gnu.org--2005/muse--rel--3.02--patch-21
3267 mwolson@gnu.org--2005/muse--rel--3.02--patch-22
3268 mwolson@gnu.org--2005/muse--rel--3.02--patch-23
3269 mwolson@gnu.org--2005/muse--rel--3.02--patch-25
3270 mwolson@gnu.org--2005/muse--rel--3.02--patch-27
3271 mwolson@gnu.org--2005/muse--rel--3.02--patch-28
3272 mwolson@gnu.org--2005/muse--rel--3.02--patch-29
3273 mwolson@gnu.org--2005/muse--rel--3.02--patch-35
3274 mwolson@gnu.org--2005/muse--rel--3.02--patch-36
3275 mwolson@gnu.org--2005/muse--rel--3.02--patch-37
3276 mwolson@gnu.org--2005/muse--rel--3.02--patch-53
3277 mwolson@gnu.org--2005/muse--rel--3.02--patch-54
3278 mwolson@gnu.org--2005/muse--rel--3.02--patch-55
3279 mwolson@gnu.org--2005/muse--rel--3.02--patch-56
3280 mwolson@member.fsf.org--2004/muse--main--1.0--base-0
3281 mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
3282 mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
3283 mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
3284 mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
3285 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
3286 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
3287 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
3288 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
3289 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
3290 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
3291 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
3292 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8