1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2006/muse--main--1.0
5 2006-06-03 23:38:12 GMT Michael Olson <mwolson@gnu.org> patch-153
8 Fix bug introduced in last patch.
10 muse--main--1.0--patch-153
12 * muse-publish.el (muse-publish-include-tag): Fix bug introduced in last
16 ChangeLog lisp/muse-publish.el
19 2006-06-03 21:18:35 GMT Michael Olson <mwolson@gnu.org> patch-152
22 Move Debian stuff into its own branch.
24 muse--main--1.0--patch-152
26 * debian: Moved to muse--debian--0.
29 debian/.arch-ids/=id debian/.arch-ids/NEWS.id
30 debian/.arch-ids/changelog.id debian/.arch-ids/compat.id
31 debian/.arch-ids/control.id debian/.arch-ids/copyright.id
32 debian/.arch-ids/emacsen-install.id
33 debian/.arch-ids/emacsen-remove.id
34 debian/.arch-ids/emacsen-startup.id
35 debian/.arch-ids/muse-el.dirs.id
36 debian/.arch-ids/muse-el.docs.id
37 debian/.arch-ids/muse-el.examples.id
38 debian/.arch-ids/muse-el.info.id debian/.arch-ids/rules.id
39 debian/NEWS debian/changelog debian/compat debian/control
40 debian/copyright debian/emacsen-install debian/emacsen-remove
41 debian/emacsen-startup debian/muse-el.dirs debian/muse-el.docs
42 debian/muse-el.examples debian/muse-el.info debian/rules
48 debian debian/.arch-ids
51 2006-06-03 21:12:36 GMT Michael Olson <mwolson@gnu.org> patch-151
54 Provide some markup shortcuts for the <include> tag.
56 muse--main--1.0--patch-151
58 * lisp/muse-publish.el (muse-publish-examplify-buffer): New function that
59 transforms the current buffer as if it were an <example> region.
60 (muse-publish-versify-buffer): Ditto, but for <verse> regions.
61 (muse-publish-include-tag): Docfix. Support special cases for
62 markup="example" and markup="verse".
64 * muse.texi (Tag Summary): Update for new <include> shortcuts.
67 ChangeLog lisp/muse-publish.el muse.texi
70 2006-06-01 04:14:45 GMT Michael Olson <mwolson@gnu.org> patch-150
73 Really update ChangeLog.2005.
75 muse--main--1.0--patch-150
77 * ChangeLog.2005: Really update this.
80 .arch-ids/ChangeLog.2005.id ChangeLog.2005
83 .arch-ids/ChangeLog.2005.id ChangeLog.2005
86 .arch-ids/muse.texi.id ChangeLog
89 2006-06-01 04:05:33 GMT Michael Olson <mwolson@gnu.org> patch-149
92 Second attempt at fixing XEmacs beta problem.
94 muse--main--1.0--patch-149
96 * lisp/Makefile (ELC): Revert previous change, now that I have a hunch
97 about what causes the problem.
99 * lisp/muse-publish.el (muse-publish-markup-regexps): Move anchor markup
100 lower to future-proof an idea that I have.
101 (muse-style-element): Make this a function instead of a substitution,
102 especially since it is potentially recursive.
105 ChangeLog ChangeLog.2005 lisp/Makefile lisp/muse-publish.el
108 2006-06-01 03:47:49 GMT Michael Olson <mwolson@gnu.org> patch-148
113 muse--main--1.0--patch-148
115 * ChangeLog: Rename from ChangeLog.2006 to follow Emacs conventions.
117 * ChangeLog.2005: Mention ChangeLog.2004 for earlier changes.
119 * lisp/muse-regexps.el: Add a few comments.
121 * muse.texi (Tag Summary): Add example of <tag /> use.
124 ChangeLog ChangeLog.2005 lisp/muse-regexps.el muse.texi
127 2006-06-01 03:44:00 GMT Michael Olson <mwolson@gnu.org> patch-147
130 Try to work around a bug in XEmacs beta.
132 muse--main--1.0--patch-147
134 * lisp/Makefile (ELC): Compile muse-publish.el first, to try to work
135 around a bug in XEmacs beta.
138 ChangeLog lisp/Makefile
141 2006-05-30 18:21:51 GMT Michael Olson <mwolson@gnu.org> patch-146
144 Fix tag-publishing in <insert> and <markup>.
146 muse--main--1.0--patch-146
148 * lisp/muse-publish.el (muse-insert-file-or-string): Don't set
149 muse-publish-markup-tags, since that messes other things up for
150 <markup> and <insert>.
151 (muse-inhibit-style-tags): New variable that specifies whether to
152 disable looking for tag definitions that are specific to the current
153 style. This is useful for publishing headers and footers.
154 (muse-publish-markup-tag): Use `muse-inhibit-style-tags', but disable
155 it unconditionally when calling a tag's function, so that the effect
158 * lisp/muse.el (muse-file-remote-p): New function that detects whether
159 the given file path is a remote location. This is not used yet.
162 ChangeLog lisp/muse-publish.el lisp/muse.el
165 2006-05-30 00:19:37 GMT Michael Olson <mwolson@gnu.org> patch-145
168 Rename muse-convert.el to muse-latex-convert.el.
170 muse--main--1.0--patch-145
172 * lisp/muse-convert-latex.el: Rename from muse-convert.el, since more
173 files of this nature are expected in the future.
176 ChangeLog Makefile.defs debian/changelog
177 lisp/muse-convert-latex.el
180 lisp/.arch-ids/muse-convert.el.id
181 ==> lisp/.arch-ids/muse-convert-latex.el.id
183 ==> lisp/muse-convert-latex.el
186 2006-05-29 21:34:34 GMT Michael Olson <mwolson@gnu.org> patch-144
189 List all tags in Muse's documentation.
191 muse--main--1.0--patch-144
193 * lisp/muse-publish.el (muse-publish-markup-region): Remove cruft that I
195 (muse-publish-contents-depth): New option that specifies the maximum
196 depth of headings to include with <contents> tags.
197 (muse-publish-contents-tag): Use it.
198 (muse-publish-include-tag): Docfix.
200 * muse.texi (Paragraphs): Mention <center> and <quote> tags.
201 (Tag Summary): New section that defines the syntax used for tags and
202 gives a complete listing of all of the tags that Muse comes with, as
203 well as some documentation for each tag.
204 (HTML): Update documentation.
207 ChangeLog lisp/muse-publish.el muse.texi
210 2006-05-29 18:48:41 GMT Michael Olson <mwolson@gnu.org> patch-143
213 Implement <include> and <markup> tags.
215 muse--main--1.0--patch-143
217 * lisp/muse-html.el (muse-html-markup-regexps): Make paragraph detection
218 work better when a paragraph follows some other markup, especially
221 * lisp/muse-publish.el (muse-publish-markup-tags): Add <include> and
223 (muse-publish-markup): Fix edge case.
224 (muse-publish-markup-header-footer-tags): New option that specifies
225 which tags may be used when publishing headers and footers.
226 (muse-insert-file-or-string): Use
227 muse-publish-markup-header-footer-tags instead of a hard-coded value.
228 (muse-publish-markup-region): Make title and style arguments optional,
229 so that this is easier to use.
230 (muse-publish-include-tag): Implement <include> tag. I've tested all
231 of the cases I can think of, and it works.
232 (muse-publish-mark-up-tag): Implement <markup> tag. This is handy for
233 times when you want to publish Muse markup in headers and footers.
234 Adding a table of contents to a header should be particularly easy now.
237 ChangeLog lisp/muse-html.el lisp/muse-publish.el
240 2006-05-29 14:59:31 GMT Michael Olson <mwolson@gnu.org> patch-142
243 Make ChangeLog conform to conventions better.
245 muse--main--1.0--patch-142
247 * ChangeLog: Renamed from ChangeLog.2006 in order to follow Emacs
248 conventions better. Specify the buffer encoding. Add helpful notices
249 near the bottom of this and ChangeLog.2005.
252 ChangeLog ChangeLog.2004 ChangeLog.2005 debian/rules
253 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/base-0
256 .arch-ids/ChangeLog.2006.id
257 ==> .arch-ids/ChangeLog.id
262 2006-05-28 07:45:09 GMT Michael Olson <mwolson@gnu.org> patch-141
265 Provide explanation of how to invoke getstamps.py.
267 muse--main--1.0--patch-141
269 * contrib/pyblosxom/getstamps.py: Strip the Muse file extension when
270 writing the timestamps file.
272 * contrib/pyblosxom/make-blog: New example script that shows how to
275 * examples/mwolson/stylesheets/common.css: Update.
277 * muse.texi (Blosxom Requirements): Mention the new example script.
278 Additionally, explain how to call getstamps.py.
281 contrib/pyblosxom/.arch-ids/make-blog.id
282 contrib/pyblosxom/make-blog
285 ChangeLog.2006 contrib/pyblosxom/getstamps.py
286 examples/mwolson/stylesheets/common.css muse.texi
289 2006-05-28 06:40:46 GMT Michael Olson <mwolson@gnu.org> patch-140
292 muse-blosxom: Perform extra check on category in new entry.
294 muse--main--1.0--patch-140
296 * lisp/muse-blosxom.el (muse-blosxom-new-entry): Make it impossible to
297 write an invalid categories line, which could cause other mysterious
301 ChangeLog.2006 lisp/muse-blosxom.el
304 2006-05-28 06:31:11 GMT Michael Olson <mwolson@gnu.org> patch-139
307 Improve documentation in the included pyblosxom plug-ins.
309 muse--main--1.0--patch-139
311 * contrib/pyblosxom/getstamps.py, hardcodedates.py: Improve
312 documentation. The initial wording was very confusing.
315 ChangeLog.2006 contrib/pyblosxom/getstamps.py
316 contrib/pyblosxom/hardcodedates.py
319 2006-05-27 06:25:32 GMT Michael Olson <mwolson@gnu.org> patch-138
322 Minor tweak in my example CSS stylesheet.
324 muse--main--1.0--patch-138
326 * examples/mwolson/stylesheets/common.css: Be careful about
327 distinguishing between links and anchors.
330 ChangeLog.2006 examples/mwolson/stylesheets/common.css
333 2006-05-26 14:38:01 GMT Michael Olson <mwolson@gnu.org> patch-137
336 Use better fallback when displaying warnings.
338 muse--main--1.0--patch-137
340 * lisp/muse.el (muse-display-warning): Use a better fallback if
341 `display-warning' does not exist.
344 ChangeLog.2006 lisp/muse.el
347 2006-05-25 21:23:55 GMT Michael Olson <mwolson@gnu.org> patch-136
350 Make the Table of Contents CSS easier to customize.
352 muse--main--1.0--patch-136
354 * examples/mwolson/muse-init.el (muse-bad-link): Update.
356 * examples/mwolson/stylesheets/*.css: Update and add license.
358 * lisp/muse-html.el (muse-html-insert-contents): Surround contents with
359 <div> section for easier CSS hacking. Remove the class attribute of
360 other elements, since we don't need it anymore.
363 ChangeLog.2006 Makefile.defs debian/changelog
364 examples/mwolson/muse-init.el
365 examples/mwolson/stylesheets/blog.css
366 examples/mwolson/stylesheets/common.css
367 examples/mwolson/stylesheets/print.css
368 examples/mwolson/stylesheets/screen.css lisp/muse-html.el
371 2006-05-24 03:30:40 GMT Michael Olson <mwolson@gnu.org> patch-135
374 Fix a potential unbounded recursive call.
376 muse--main--1.0--patch-135
378 * lisp/muse-project.el (muse-updating-file-alist-p): New variable that
379 prevents calls to muse-project-file-alist in its hook functions from
380 going into an infinite loop.
381 (muse-project-file-alist): Use it.
383 * lisp/muse-wiki.el (muse-wiki-updating-wikiword-p): Remove. This is now
384 handled in muse-project.el.
385 (muse-wiki-update-local-wikiword-regexp): Remove the use of
386 muse-wiki-updating-wikiword-p.
389 ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
392 2006-05-23 18:10:49 GMT Michael Olson <mwolson@gnu.org> patch-134
395 Try not to call tramp during publishing.
397 muse--main--1.0--patch-134
399 * lisp/muse-publish.el (muse-insert-file-or-string): Do not call
400 file-readable-p on text that has a newline in it, because this could
401 cause tramp to be invoked.
404 ChangeLog.2006 lisp/muse-publish.el
407 2006-05-23 15:30:02 GMT Michael Olson <mwolson@gnu.org> patch-133
410 Make links colored blue by default.
412 muse--main--1.0--patch-133
414 * lisp/muse-colors.el (muse-link): Make links blue by default, like most
415 other Emacs modes do.
418 ChangeLog.2006 lisp/muse-colors.el
421 2006-05-23 14:24:58 GMT Michael Olson <mwolson@gnu.org> patch-132
424 Fix publishing error with tables and initial whitespace.
426 muse--main--1.0--patch-132
428 * lisp/muse-publish.el (muse-publish-markup-regexps): Move table rule
429 above blockquote and centered text, so that indented but blank initial
430 table fields publish correctly.
432 * lisp/muse-regexps.el (muse-table-line-regexp): Make this much simpler.
433 We accept anything that has at least one field delimiter.
436 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
439 2006-05-18 06:58:58 GMT Michael Olson <mwolson@gnu.org> patch-131
442 Add muse-protocol-iw.el to experimental folder.
444 muse--main--1.0--patch-131
446 * experimental/muse-protocol-iw.el: New experimental file that implements
447 an interwiki protocol of sorts that handles subdirectories.
450 experimental/.arch-ids/muse-protocol-iw.el.id
451 experimental/muse-protocol-iw.el
454 AUTHORS ChangeLog.2006 experimental/muse-split.el
457 2006-05-18 06:43:30 GMT Michael Olson <mwolson@gnu.org> patch-130
460 Add muse-split.el to experimental folder.
462 muse--main--1.0--patch-130
464 * experimental/muse-split.el: New experimental file that splits published
465 Muse files into several smaller files.
468 experimental/.arch-ids/muse-split.el.id
469 experimental/muse-split.el
472 AUTHORS ChangeLog.2006 Makefile.defs debian/changelog
476 2006-05-18 06:03:49 GMT Michael Olson <mwolson@gnu.org> patch-129
479 muse-wiki: Make the interwiki resolver a bit more clever.
481 muse--main--1.0--patch-129
483 * lisp/muse-project.el (muse-project-choose-style): New function that
484 chooses a style from a list of styles, given a user-supplied test.
486 * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix): New function
487 that is used along with `muse-project-choose-style' to pick the first
488 style that matches a given value for :link-prefix.
489 (muse-wiki-resolve-project-page-1): New function split from
490 `muse-wiki-resolve-project-page' for readability. Try to match files
491 that have the same link-suffix. This should hopefully fix a bug
492 noticed by Hans Ekbrand.
495 ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
498 2006-05-18 01:24:04 GMT Michael Olson <mwolson@gnu.org> patch-128
501 Fix bug where links with :: in them were marked up as lists.
503 muse--main--1.0--patch-128
505 * lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
506 Change noemphasis property to muse-link.
508 * lisp/muse.el (muse-forward-list-item): Respect muse-link property.
510 * lisp/muse-publish.el (muse-publish-surround-text)
511 (muse-publish-markup-list): Ditto. This should fix a bug.
512 (muse-publish-markup-list): Docfix.
513 (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.
515 * lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
516 There must be either one or more spaces or a single newline after the
517 colons. This prevents an ambiguity with the double-colon muse-wiki
521 ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
522 lisp/muse-regexps.el lisp/muse-xml-common.el lisp/muse.el
525 2006-05-17 21:27:19 GMT Michael Olson <mwolson@gnu.org> patch-127
528 DTRT with explicit links that have no description.
530 muse--main--1.0--patch-127
532 * lisp/muse-publish.el (muse-publish-markup-link): If we are given an
533 explicit link without a description, use the name of the linked page.
536 ChangeLog.2006 lisp/muse-publish.el
539 2006-05-16 15:53:56 GMT Michael Olson <mwolson@gnu.org> patch-126
542 Fix emdash in link description bug.
544 muse--main--1.0--patch-126
546 * lisp/muse-publish.el (muse-publish-markup-emdash): Don't markup emdash
547 if we are in a link, since otherwise it will be incorrectly escaped.
548 Thanks to Chiyuan Zhang for the report.
551 ChangeLog.2006 Makefile.defs debian/changelog
555 2006-05-12 04:16:43 GMT Michael Olson <mwolson@gnu.org> patch-125
558 Fix #5925: Emphasis on item breaks lists.
560 muse--main--1.0--patch-125
562 * lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
563 as the browsing function.
565 * lisp/muse-mode.el (muse-browse-result): Only include styles that match
568 * lisp/muse.el (muse-list-item-critical-point): Take a new argument named
569 `offset' into account, in case the list-item regexp is nested in
571 (muse-forward-list-item): Call `muse-list-item-critical-point' with an
572 offset of 1. This should fix an unpleasant list-as-blockquote error
573 that was noticed recently. Thanks to John Sullivan for the report.
576 ChangeLog.2006 lisp/muse-blosxom.el lisp/muse-mode.el
580 2006-05-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
583 Fix a couple of beginning-of-buffer errors.
585 muse--main--1.0--patch-124
587 * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
588 don't throw an error if at the beginning of the buffer. Thanks to John
589 Sullivan for the report.
592 ChangeLog.2006 lisp/muse-mode.el
595 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
598 muse.texi: Change use of @subsubheading to @subheading.
600 muse--main--1.0--patch-123
602 * muse.texi: Change use of @subsubheading to @subheading throughout
606 ChangeLog.2006 muse.texi
609 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
612 muse.texi: Change subsections to subheadings.
614 muse--main--1.0--patch-122
616 (Author: John Sullivan <john@wjsullivan.net>)
618 * muse.texi: Change @subsection and @strong to @subheading throughout
622 ChangeLog.2006 Makefile.defs debian/changelog muse.texi
625 john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
626 john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
627 john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
630 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
633 Update keystrokes used in muse-mode, as well as docs.
635 muse--main--1.0--patch-121
637 * lisp/muse-mode.el (muse-insert-map): New variable that defines the
638 keymap to use when the user wants to insert something into the current
639 buffer using `C-c i'.
640 (muse-mode-map): Sort keys somewhat. Remove binding of `C-c C-v' to
641 muse-follow-name-at-point, since this is already used for
642 muse-browse-result. Call `muse-insert-thing' on `C-c i', which will
643 prompt for the thing to insert.
644 (muse-insert-thing): New function that prompts the user for something
645 to insert into the current buffer. It tries to be as friendly as
646 possible by catching possible errors with the message "Not inserting
648 (muse-mode-completions): Rename from `muse-completions', since this is
649 what we use in `muse-mode'.
650 (muse-mode-current-word): Similarly. These don't seem to work
651 correctly, for unknown reasons.
653 * muse.texi (Keystroke Summary): Update to include all keystrokes that we
657 ChangeLog.2006 lisp/muse-mode.el muse.texi
660 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
663 Fix buggy behavior in muse-browse-result.
665 muse--main--1.0--patch-120
667 * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
668 names to styles, based on the styles contained in the current Muse
669 project. Thanks to kid kid for the analysis.
671 * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
672 specified as an argument.
675 ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
678 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
681 muse-latex: Make images look better.
683 muse--main--1.0--patch-119
685 * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
686 be 75% the width of the page, which looks better. Enclose images in
687 figures, and center them.
690 ChangeLog.2006 lisp/muse-latex.el
693 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
696 Fix a few image bugs.
698 muse--main--1.0--patch-118
700 * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
701 passing it to `muse-colors-inline-image-method'. This makes images
702 with the same current directory and publishing directory get resolved
705 * lisp/muse-project.el (muse-project-find-file): Don't try to add a
706 ".muse" extension to images.
709 ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
712 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
715 Make build targets more consistent.
717 muse--main--1.0--patch-117
719 * contrib/Makefile (install): Make build targets more consistent. Thanks
720 to dsmith for the report.
722 * lisp/Makefile (all, lisp, install): Ditto.
725 ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
729 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
732 cgi.el: Make this work without cl-seq.el.
734 muse--main--1.0--patch-116
736 * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
737 code. Make this not depend on 'cl at runtime.
738 (cgi-position): New function that implements a simple replacement for
739 the position function found in cl-seq.el.
740 (cgi-decode): Use `cgi-position' instead of `position' and `substring'
743 * contrib/httpd.el: Credit myself.
746 ChangeLog.2006 contrib/cgi.el contrib/httpd.el
749 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
752 Make publishing DTRT when using escaped list markup.
754 muse--main--1.0--patch-115
756 * lisp/muse-publish.el (muse-publish-surround-text)
757 (muse-publish-markup-list): Ignore escaped list markup.
759 * lisp/muse.el (muse-list-item-type): Docfix.
760 (muse-list-item-critical-point): New function that returns the point
761 where we should expect to find the first character in the current list
763 (muse-forward-paragraph): Docfix and cosmetic change.
764 (muse-forward-list-item): Ignore escaped list markup. This should fix
765 a few publishing errors that involve markup like =::=.
768 ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
771 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
774 muse-publish: Get rid of warning when batch publishing.
776 muse--main--1.0--patch-114
778 * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
779 publishing warning message.
782 ChangeLog.2006 Makefile.defs debian/changelog
786 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
789 Try to fix face clobbering bug.
791 muse--main--1.0--patch-113
793 * lisp/muse-colors.el (muse-make-faces-default): New function that sets
794 the default value of the header faces. It can be re-used.
795 (muse-make-faces): Simplify. This should now fix the face clobbering
799 ChangeLog.2006 lisp/muse-colors.el
802 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
805 Re-add some cgi.el stuff and update my example config.
807 muse--main--1.0--patch-112
809 * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
810 they are mentioned in the documentation.
812 * examples/mwolson/: Update.
815 ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
816 examples/mwolson/templates/footer.html
817 examples/mwolson/templates/header.html
820 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
823 muse-mode: Make C-c C-e work better.
825 muse--main--1.0--patch-111
827 * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
828 that this is more robust.
831 ChangeLog.2006 lisp/muse-mode.el
834 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
837 muse-latex: Don't escape backslash in <example> regions.
839 muse--main--1.0--patch-110
841 * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
842 to escape the backslash after all.
843 (muse-latex-markup-specials-literal): Docfix.
845 * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
848 ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
851 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
854 Allow tab characters in the target of explicit links.
856 muse--main--1.0--patch-109
858 * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
859 in the link target. This doesn't seem like it could hurt anything, and
860 prevents unexpected behavior. Thanks to rubikitch AT ruby-lang.org for
864 ChangeLog.2006 lisp/muse-regexps.el
867 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
870 muse-wiki: Fix bug that caused WikiWords not to publish or display.
872 muse--main--1.0--patch-108
874 * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
877 ChangeLog.2006 Makefile.defs debian/changelog
881 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
886 muse--main--1.0--patch-107
888 * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
892 ChangeLog.2006 lisp/muse-publish.el
895 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
898 Merged from mwolson@gnu.org--2006-muse-el (patch 53)
900 muse--main--1.0--patch-106
902 (Author: Per B. Sederberg <per@med.upenn.edu>)
904 * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
905 Option to not create implicit links to the current page.
906 (muse-wiki-handle-wikiword): Process the option to not create implicit
907 links to the current page.
910 ChangeLog.2006 Makefile.defs debian/changelog
914 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
917 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
920 Try to fix failure to recognize Muse file extension (6th attempt).
922 muse--main--1.0--patch-105
924 * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
926 (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
927 to be added to find-file-hooks when muse-mode-auto-p is non-nil.
929 * lisp/muse.el: Call `muse-update-file-extension-after-init after the
930 user's init file is loaded. Explicitly add the Muse file extension
931 when muse.el is loaded, to make life simpler.
932 (muse-update-file-extension): Take several edge cases into account.
933 (muse-file-extension): Docfix.
934 (muse-update-file-extension-after-init): New function that causes the
935 file extension to be updated.
937 * muse.texi (Projects): It is no longer necessary to call
938 `muse-mode-maybe' manually.
941 ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
944 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
947 Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
949 muse--main--1.0--patch-104
951 (Author: Per B. Sederberg <per@med.upenn.edu>)
953 * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
954 to return a list of project files that have spaces.
955 (muse-wiki-update-interwiki-regexp): Make use of new project-files with
956 spaces function. Don't make this buffer-local.
959 ChangeLog.2006 lisp/muse-wiki.el
962 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
963 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
964 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
965 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
966 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
969 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
972 Try to fix failure to recognize Muse file extension (5th attempt).
974 muse--main--1.0--patch-103
976 * lisp/muse.el: To detect whether Emacs has fully started, check
977 `command-line-processed' instead of `inhibit-startup-hooks', since the
978 latter only exists for Emacs22.
981 ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
984 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
987 muse-html: Add :style-sheet element.
989 muse--main--1.0--patch-102
991 * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
992 :style-sheet element.
993 ("html", "xhtml"): Add the :style-sheet element.
995 * lisp/muse-publish.el (muse-define-style): Don't give an error when a
996 style already exists. Instead, just replace the existing style.
997 (muse-derive-style): Ditto.
999 * muse.texi (Style Elements): Mention :style-sheet.
1002 ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
1006 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
1009 Try to fix failure to recognize Muse file extension (4th attempt).
1011 muse--main--1.0--patch-101
1013 * lisp/muse.el: Enter Muse mode correctly on files that are specified by
1017 ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
1020 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
1023 Try to fix failure to recognize Muse file extension (3rd attempt).
1025 muse--main--1.0--patch-100
1027 * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
1030 ChangeLog.2006 lisp/muse.el
1033 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
1036 Try to fix failure to recognize Muse file extension (2nd attempt).
1038 muse--main--1.0--patch-99
1040 * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
1044 ChangeLog.2006 lisp/muse.el
1047 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
1050 Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
1052 muse--main--1.0--patch-98
1054 (Author: Per B. Sederberg <per@med.upenn.edu>)
1056 * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
1057 interwiki-regexp to search for any project file name. This is so it
1058 will match files with spaces.
1061 ChangeLog.2006 lisp/muse-wiki.el
1064 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
1065 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
1066 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
1067 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
1068 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
1069 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
1070 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
1073 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
1076 Try to fix failure to recognize Muse file extension.
1078 muse--main--1.0--patch-97
1080 * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
1083 * lisp/muse.el: Call muse-update-file-extension in
1084 muse-update-values-hook, instead of
1085 muse-ignored-file-extensions-regexp. Add muse-update-file-extension to
1086 emacs-startup-hook, so that the user has time to set this in their
1090 ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1093 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
1096 Make things in contrib directory installable.
1098 muse--main--1.0--patch-96
1100 * Makefile (SUBDIRS): Add contrib.
1102 (contrib): New target that compiles things in the contrib directory.
1103 (install-bin): Add contrib. Install things in the contrib directory.
1104 Also install uncompiled things in the experimental directory.
1106 * contrib/Makefile: New Makefile for the contrib directory.
1108 * contrib/httpd.el (httpd-start): Fix compiler warnings.
1110 * debian/emacsen-install: Compile files in contrib directory in addition
1111 to the normal fare. Thanks to Junichi Uekawa for the suggestion.
1113 * debian/emacsen-startup: Add contrib directory to load-path.
1115 * experimental/Makefile (test): Remove target.
1116 (install-uncompiled): New target that installs uncompiled files.
1118 * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
1119 (muse-update-file-extension): Fix a warning that occurred when doing
1123 contrib/.arch-ids/Makefile.id contrib/Makefile
1126 ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
1127 debian/changelog debian/emacsen-install debian/emacsen-startup
1128 experimental/Makefile lisp/muse.el muse.texi
1131 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
1134 Remove muse-registry.el.
1136 muse--main--1.0--patch-95
1138 * lisp/muse-registry.el: Move to the Planner project, since it is a
1139 better fit with Planner than Muse.
1142 lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
1145 AUTHORS ChangeLog.2006
1148 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
1151 Prepare Debian package for Arch snapshot.
1153 muse--main--1.0--patch-94
1155 * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
1159 ChangeLog.2006 Makefile.defs debian/changelog
1162 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
1165 muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
1167 muse--main--1.0--patch-93
1169 * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
1170 `muse-wiki-hide-nop-tag' into account.
1173 ChangeLog.2006 lisp/muse-wiki.el
1176 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
1179 Fix a couple of compiler warnings.
1181 muse--main--1.0--patch-92
1183 * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
1186 ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
1189 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
1192 Make interwiki links work with the new option.
1194 muse--main--1.0--patch-91
1196 * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
1197 parameters. Populate this correctly when
1198 `muse-wiki-match-all-project-files' is non-nil.
1201 ChangeLog.2006 lisp/muse-wiki.el
1204 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
1207 Permit table generation to be disabled for a single Muse page.
1209 muse--main--1.0--patch-90
1211 * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
1212 data, don't publish the table.
1214 * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
1216 * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
1218 * lisp/muse-publish.el (muse-publish-table-fields): If the
1219 "disable-tables" publishing directive exists for the current page, do
1220 not generate a table.
1222 * muse.texi (Tables): Mention that table generation can be disabled for a
1226 ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1227 lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
1230 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
1233 muse-wiki: Match filenames before WikiWords.
1235 muse--main--1.0--patch-89
1237 * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
1238 filenames in project before the general WikiWord regexp.
1241 ChangeLog.2006 lisp/muse-wiki.el
1244 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
1247 Use a better mechanism for updating autogenerated variables.
1249 muse--main--1.0--patch-88
1251 * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
1253 * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
1255 * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
1256 muse-update-values-hook.
1258 * lisp/muse-publish.el (muse-publish-markup-buffer): Call
1259 muse-update-values-hook.
1261 * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
1262 `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
1263 (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
1265 (muse-wiki-update-custom-values): Replace with function that gives a
1266 warning and an explanation.
1268 * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
1269 example so that people who use it won't have a wrong value in
1273 ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
1274 lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
1278 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
1281 muse-wiki: Implement implicit links for all files in project.
1283 muse--main--1.0--patch-87
1285 * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
1286 don't get errors when trying to use it.
1288 * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
1289 muse-project-file-alist-hook.
1290 (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
1291 into a recursive call.
1292 (muse-wiki-update-wikiword-regexp): Call
1293 `muse-wiki-update-local-wikiword-regexp'.
1295 (Author: Per B. Sederberg <per@med.upenn.edu>)
1297 * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
1298 muse-before-publish-hook and muse-mode-hook so that implicit links are
1300 (muse-wiki-wikiword-match-project-files): New option for determining
1301 whether to match all project files as implicit links. This is off by
1303 (muse-wiki-update-local-wikiword-regexp): New function to make the
1304 wikiword-regexp local and append the files in the current project to
1308 AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1311 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
1312 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
1313 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
1314 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
1315 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
1316 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
1317 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
1318 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
1319 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
1320 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
1321 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
1322 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
1323 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
1324 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
1327 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
1330 Update Muse's file-alist after saving any Muse page.
1332 muse--main--1.0--patch-86
1334 * lisp/muse-project.el (muse-project-after-save-hook): New function that
1335 causes Muse's file-alist to be updated when we are saving a Muse file.
1336 This is added to after-save-hook.
1339 ChangeLog.2006 lisp/muse-project.el
1342 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
1345 Add a hook that is called whenever Muse's file-alist is updated.
1347 muse--main--1.0--patch-85
1349 * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
1350 executed after an update to muse-project-file-alist happens.
1351 (muse-project-file-alist): Call `muse-project-file-alist-hook'.
1354 ChangeLog.2006 lisp/muse-project.el
1357 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
1360 muse-mode: Recognize definition lists when filling text.
1362 muse--main--1.0--patch-84
1364 * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
1369 ChangeLog.2006 lisp/muse-mode.el
1372 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
1375 Remove unrelated part of patch-82.
1377 muse--main--1.0--patch-83
1381 ChangeLog.2006 lisp/muse-mode.el
1384 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
1387 muse-journal: Fix dates in RSS feeds.
1389 muse--main--1.0--patch-82
1391 * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
1392 date is in a format that RSS readers can handle. Thanks to René
1393 Stadler for the patch.
1396 AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
1399 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
1402 debian: Install ChangeLog properly.
1404 muse--main--1.0--patch-81
1406 * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
1407 appending the logs for previous years. Thanks to Sergei V. Fleytin for
1408 the breakage report.
1411 ChangeLog.2006 debian/rules
1414 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
1417 Fix a bug triggered by batch-publishing.
1419 muse--main--1.0--patch-80
1421 * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
1422 right algorithm turned out to be simpler than I had thought. Thanks to
1423 Sergei V. Fleytin for reporting breakage with the old method.
1424 (muse-publish-file): Don't be overzealous when checking for an invalid
1425 style -- use a simpler check.
1426 (muse-batch-publish-files): Don't check for invalid styles here, since
1427 we already do so in `muse-publish-file'.
1430 ChangeLog.2006 lisp/muse-publish.el
1433 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
1436 muse.texi: Move some sections to a new Extending Muse chapter.
1438 muse--main--1.0--patch-79
1440 * muse.texi (Extending Muse): New chapter containing nodes that deal with
1441 extending Muse in various ways.
1442 (Common Elements, Deriving Styles): Move to Extending Muse chapter.
1445 ChangeLog.2006 muse.texi
1448 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
1451 Fix a couple of recently-introduced bugs.
1453 muse--main--1.0--patch-78
1455 * lisp/muse-colors.el: Fix errors introduced in a recent patch. Try
1456 extra hard to preserve our settings for faces, especially after a new
1457 frame or splash screen.
1459 * lisp/muse.el (muse-copy-face): New function that ensures the face is
1460 copied globally, to the extent the Emacs permits this.
1463 ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1466 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
1469 Update my example configuration file.
1471 muse--main--1.0--patch-77
1475 ChangeLog.2006 examples/mwolson/muse-init.el
1478 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
1481 Remove cruft from patch logs.
1483 muse--main--1.0--patch-76
1488 {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
1489 {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
1490 {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
1491 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
1492 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
1493 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
1494 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
1495 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
1498 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
1501 Make faces more robust and namespace-conforming.
1503 muse--main--1.0--patch-75
1505 * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
1506 face has documentation and a group.
1507 (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
1509 (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
1510 faces have documentation and a group. Copy unconditionally from the
1511 related Emacs faces, rather than specifying face attributes.
1512 (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
1513 (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
1516 * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
1517 the 'muse-link property rather than looking at the face.
1520 ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1523 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
1526 muse.texi: Mention the <code> tag.
1528 muse--main--1.0--patch-74
1530 * muse.texi (Emphasizing Text): Mention the <code> tag.
1533 ChangeLog.2006 muse.texi
1536 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
1539 Fix bug in verse markup, undesired behavior with emdash.
1541 muse--main--1.0--patch-73
1543 * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
1546 * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1548 * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1550 * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
1551 trailing whitespace to `muse-markup-text', in case the current
1552 publishing wishes to use them.
1553 (muse-publish-markup-verse): Insert newline without adding read-only
1554 properties to it. This fixes a paragraph detection bug in HTML
1558 ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1559 lisp/muse-publish.el lisp/muse-xml.el
1562 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
1565 httpd.el: Update to work with newer versions of Emacs.
1567 muse--main--1.0--patch-72
1569 * contrib/httpd.el (httpd-start): Update this to work with newer versions
1573 ChangeLog.2006 contrib/httpd.el
1576 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1579 muse-journal: Make custom RSS heading regexps possible.
1581 muse--main--1.0--patch-71
1583 * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1584 determines the regexp to use when searching for an RSS heading.
1585 (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1588 ChangeLog.2006 lisp/muse-journal.el
1591 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1594 Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1596 muse--main--1.0--patch-70
1598 * lisp/muse-project.el (muse-project-publish): If we cannot find a
1599 project to publish, indicate this in an error message.
1601 * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1602 loop. This should fix #5190. Thanks to Rod Morehead for the report.
1603 (muse-detect-invalid-style): New function that makes sure that the
1604 given style is in a valid format.
1605 (muse-publish-file): Call `muse-detect-invalid-style' before doing any
1609 ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
1612 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
1615 muse-mode: Don't require muse-publish.el.
1617 muse--main--1.0--patch-69
1619 * lisp/muse-mode.el: Use a few autoloads instead of requiring
1620 muse-publish.el. This allows people to optionally have Muse mode
1621 without including the publishing features, as long as they never call a
1622 publishing function. The documentation says that Muse is supposed to
1623 be modular in that way, so I guess we'd better follow it.
1624 (muse-insert-tag): Make sure that muse-publish is required before
1625 accessing `muse-publish-markup-tags'.
1628 ChangeLog.2006 lisp/muse-mode.el
1631 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
1636 muse--main--1.0--patch-68
1638 * lisp/muse-mode.el (muse-grep): Remove commented-out code.
1641 ChangeLog.2006 lisp/muse-mode.el
1644 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
1647 Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
1649 muse--main--1.0--patch-67
1651 (Author: Per B. Sederberg <per@med.upenn.edu>)
1653 * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
1655 (muse-mode-map): Changed muse-browse-result to C-c C-v and made
1656 muse-find-backlinks C-c C-b
1657 (muse-grep): New function to envoke a search with the compiler.
1658 (muse-search-with-command): New function to search for text, optionally
1659 editing the command.
1660 (muse-search): New function to search for text.
1661 (muse-find-backlinks): New function to search for backlinks to the
1665 ChangeLog.2006 lisp/muse-mode.el
1668 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
1669 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
1670 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
1671 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
1672 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
1673 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
1674 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
1675 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
1676 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
1677 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
1678 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
1679 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
1682 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
1685 Make it easier to call context-specific region-escaping function.
1687 muse--main--1.0--patch-66
1689 * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
1690 returned from specials, call it with beg, end, ignore-read-only args.
1691 This allows for people to specify their own functions for escaping
1692 regions, depending on context. See `muse-xml-decide-specials' in
1693 muse-xml-common.el. This functionality already exists for escaping
1694 specials in strings.
1697 ChangeLog.2006 lisp/muse-publish.el
1700 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
1703 Attempt to make new syntaxes easier to support.
1705 muse--main--1.0--patch-65
1707 * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
1708 and `muse-get-link-data'.
1710 * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
1712 * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
1713 (muse-make-link): Change argument name.
1715 * lisp/muse.el (muse-handle-explicit-link): Ditto.
1716 (muse-get-link, muse-get-link-desc): New functions that return the link
1717 and the link description, respectively, from the given TARGET. The
1718 idea is that at least one other markup syntax puts descriptions before
1719 links, so all they would have to do is re-define these two functions.
1722 ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
1723 lisp/muse-mode.el lisp/muse.el
1726 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
1729 Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
1731 muse--main--1.0--patch-64
1733 * Makefile.defs, lisp/muse-colors.el: Fix typo.
1735 * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
1736 `replace-in-string' is checked before `replace-regexp-in-string', since
1737 XEmacs' implementation of the latter seems to be broken. Thanks to Jim
1738 Ottaway for the heads up.
1741 ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
1744 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
1747 muse-latex: Add footnotes to links so that they show up on printed copies.
1749 muse--main--1.0--patch-63
1751 * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
1752 'url-and-desc. Display footnotes if we have both a link and a
1753 description, since we want URLs to show up on printed documents.
1754 (muse-latex-markup-specials-document): Escape the "@" character in the
1757 * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
1758 without descriptions and URLs with descriptions. If no markup string
1759 exists for 'url-and-desc, fall back to 'url.
1762 ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1765 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
1768 Fix publishing error with multi-line wrapped list items.
1770 muse--main--1.0--patch-62
1772 * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
1773 multiple lines of a wrapped list item.
1776 ChangeLog.2006 lisp/muse-publish.el
1779 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
1782 Add COPYING file; update headers.
1784 muse--main--1.0--patch-61
1786 * COPYING: New file containing the GNU GPL.
1788 * AUTHORS: Bookkeeping.
1790 * README: Add License section. Change Muse homepage URL.
1792 * debian/copyright: Change Muse homepage URL. Prune list to those who
1793 have changed 15+ lines of code, since this is the amount that
1794 constitutes legal contribution to a software work, AFAICT.
1796 * examples/mwolson: Update contents of directory to match my current
1799 * experimental/muse*.el, lisp/muse*.el: Update headers.
1801 * muse.texi: Change Muse homepage URL.
1804 .arch-ids/COPYING.id COPYING
1807 AUTHORS ChangeLog.2006 README debian/copyright
1808 examples/mwolson/muse-init.el
1809 examples/mwolson/stylesheets/blog.css
1810 examples/mwolson/stylesheets/common.css
1811 examples/mwolson/stylesheets/print.css
1812 examples/mwolson/stylesheets/screen.css
1813 experimental/muse-cite.el experimental/muse-mathml.el
1814 experimental/muse-message.el lisp/muse-backlink.el
1815 lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
1816 lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
1817 lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
1818 lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
1819 lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
1820 lisp/muse-publish.el lisp/muse-regexps.el
1821 lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
1822 lisp/muse-xml.el lisp/muse.el muse.texi
1825 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
1828 Update Muse XML schema.
1830 muse--main--1.0--patch-60
1832 * examples/muse.rnc: Allow nested list items. Update header. Provide
1833 history. We'll call this v0.3 of the schema.
1835 * lisp/muse-xml-common.el: Update header.
1836 (muse-xml-markup-table): Fix table generation when attributes are not
1840 ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
1843 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
1846 Fix output for consecutive list items of same type.
1848 muse--main--1.0--patch-59
1850 * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
1851 post-indent and indent-found values local to each list item. This
1852 should fix undesired behavior with consecutive list items of the same
1856 ChangeLog.2006 lisp/muse-publish.el
1859 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
1862 Make C-> and C-< keybindings not indent nested items.
1864 muse--main--1.0--patch-58
1866 * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
1869 * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
1870 optional, and document this.
1873 ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
1876 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
1879 Slightly improve flyspell integration.
1881 muse--main--1.0--patch-57
1883 * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
1884 property to determine whether we are at a link.
1887 ChangeLog.2006 lisp/muse-mode.el
1890 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
1893 Make nested definition list items work much better.
1895 muse--main--1.0--patch-56
1897 * lisp/muse-publish.el (muse-publish-surround-dl): Use
1898 `muse-forward-list-item'. Don't pass indent and post-indent to the
1900 (muse-publish-surround-text): If we are to determine the indentation,
1901 but have found no list items, set indent to the empty string. If we
1902 are to determine indentation but have found an item, get all leading
1903 whitespace and set indent to it. Never try to determine post-indent
1904 using the first line. Try to contain the amount of "damage" a nested
1905 list item can do to wrapped list item text.
1907 * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
1908 part so that it is easier to indicate the amount of desired initial
1911 * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
1913 (muse-forward-dl-term, muse-forward-dl-entry): Remove. Functionality
1914 merged into `muse-forward-list-item'.
1915 (muse-forward-list-item-1): New function that determines whether a
1916 nested list item is found.
1917 (muse-forward-list-item): Move hairy nested list detection algorithm
1918 into `muse-forward-list-item-1'. Be extra careful about terminating
1919 when we go past the boundary.
1922 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1926 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
1929 Add backlink support, thanks to Jim Ottaway.
1931 muse--main--1.0--patch-55
1933 * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
1934 variable that indicates whether Muse is fontifying the current buffer.
1935 (muse-colors-region): Set `muse-colors-fontifying' to t.
1937 * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
1938 support. I've modified it slightly to get rid of the defadvice forms.
1941 lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
1944 AUTHORS ChangeLog.2006 lisp/muse-colors.el
1947 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
1950 muse-protocols: Add Wikipedia support.
1952 muse--main--1.0--patch-54
1954 * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler. This
1955 is used to look up terms on the Wikipedia website.
1956 (muse-wikipedia-country): New option that specifies the country code to
1958 (muse-resolve-url-dict, muse-browse-url-dict): New functions that
1959 resolve and browse Wikipedia URLs.
1962 ChangeLog.2006 lisp/muse-protocols.el
1965 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
1968 muse-protocols: Add DOI handling.
1970 muse--main--1.0--patch-53
1972 * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
1973 DOI's (digitial object identifiers) are a standard identifier used in
1974 the publishing industry. Thanks to Phillip Lord for the patch.
1975 (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
1979 AUTHORS ChangeLog.2006 lisp/muse-protocols.el
1982 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
1985 Refine previous patch.
1987 muse--main--1.0--patch-52
1989 * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
1990 ever use the fallback method. Save point when using new method.
1993 ChangeLog.2006 lisp/muse-mode.el
1996 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
1999 Make visiting of links a bit faster.
2001 muse--main--1.0--patch-51
2003 * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
2005 (muse-link-properties): If we are highlighting a link, add the
2008 * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
2009 exists at point, use it to bound the link. Otherwise, use the old
2010 method. This should make it easier to visit custom implicit link
2011 forms, since it does not require a change to muse-implicit-link-regexp.
2013 * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
2014 used when muse-colors.el is loaded.
2017 ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2018 lisp/muse-regexps.el
2021 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
2024 Make resolving of inline image paths more flexible.
2026 muse--main--1.0--patch-50
2028 * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
2029 `muse-inline-relative-to'. Add muse-colors-use-publishing-directory
2030 option. Make the fallback customization type a function rather than a
2032 (muse-colors-use-publishing-directory): New function that takes the
2033 best guess at where the current Muse file will be published and makes
2034 the given link relative to that.
2035 (muse-colors-insert-image): If muse-colors-inline-image-method is
2036 'default-directory, use the default directory. If it is a function,
2037 call that function with LINK as an argument. Otherwise, give up.
2040 ChangeLog.2006 lisp/muse-colors.el
2043 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
2046 Fix inline image lockup.
2048 muse--main--1.0--patch-49
2050 * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
2051 patch-47. This will prevent Muse from locking up after making a new
2055 ChangeLog.2006 lisp/muse-colors.el
2058 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
2061 Fix publishing problem with XEmacs.
2063 muse--main--1.0--patch-48
2065 * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
2066 publishing problem when text at beginning of buffer is read-only.
2067 Thanks to Christian Clercin for the report.
2070 ChangeLog.2006 lisp/muse-publish.el
2073 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
2076 Get increase and decrease of list indentation to work with complex cases.
2078 muse--main--1.0--patch-47
2080 * lisp/muse-colors.el: Miscellaneous whitespace fixes.
2081 (muse-colors-explicit-link): Minor logic tweak. The indentation seems
2082 to indicate this interpretation, though parens are different.
2084 * lisp/muse-mode.el: Miscellaneous whitespace fixes.
2085 (muse-alter-list-item-indentation): New function that alters the list
2086 structure at point. The behavior to use is specified by the OPERATION
2087 argument. Currently-supported operations are 'increase and 'decrease
2088 indentation level. This now uses the same sort of list detection
2089 algorithm that is used during publishing, so it should work as expected
2090 for complicated cases.
2091 (muse-increase-list-item-indentation)
2092 (muse-decrease-list-item-indentation): Use
2093 `muse-alter-list-item-indentation'.
2096 ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2099 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
2102 Code simplification; improve muse-list-item-type function.
2104 muse--main--1.0--patch-46
2106 * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
2107 'dl-entry, instead of just returning 'dl.
2108 (muse-forward-dl-term, muse-forward-dl-entry): Use
2109 muse-forward-list-item.
2110 (muse-forward-dl-part): Remove, merge functionality into
2111 muse-forward-list-item.
2112 (muse-forward-list-item): Add a few conditions needed for skipping
2113 nested 'dl-term and 'dl-entry items.
2116 ChangeLog.2006 lisp/muse.el
2119 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
2122 Put movement by list and paragraph functions in muse.el.
2124 muse--main--1.0--patch-45
2126 * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
2127 (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
2128 (muse-forward-list-item): Move here from muse-publish.el, so that
2129 muse-mode can make use of these.
2132 ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
2135 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
2138 Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
2140 muse--main--1.0--patch-44
2142 (Author: Per B. Sederberg <per@med.upenn.edu>)
2144 * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
2145 decrease the current item indentation.
2146 (muse-get-paragraph-start): Helper function to determine the start of
2147 the current paragraph.
2148 (muse-insert-list-item): Cleaned up list item insertion code and made
2149 it handle definitions.
2150 (muse-increase-list-item-indentation): New interactive function to
2151 increase list item indentation.
2152 (muse-decrease-list-item-indentation): New interactive function to
2153 decrease list item indentation.
2156 ChangeLog.2006 lisp/muse-mode.el
2159 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
2160 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
2161 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
2162 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
2163 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
2164 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
2165 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
2166 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
2167 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
2168 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
2171 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
2174 Use slightly better algorithm for removing initial whitespace.
2176 muse--main--1.0--patch-43
2178 * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
2179 the definition occurred on the same line as the term.
2180 (muse-publish-surround-text): Use a slightly better algorithm for
2181 removing initial indentation of list items. This way, we preserve
2182 nesting of lists and also deal with same-level items that occur after
2183 nested items. This probably doesn't make much of a difference in the
2184 output, but it should make support of nested definition lists a bit
2185 less troublesome in some cases.
2186 (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
2188 (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
2189 data. Don't remove any text. This makes the function easier to reuse
2190 in display-only situations.
2193 ChangeLog.2006 lisp/muse-publish.el
2196 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
2199 In a preliminary way, make definition lists nest.
2201 muse--main--1.0--patch-42
2203 * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
2204 lists nest a bit better.
2206 * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
2210 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2213 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
2216 Fix nested list regression.
2218 muse--main--1.0--patch-41
2220 * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
2221 original indentation value and use that. This fixes a regression
2222 caused by the last patch.
2225 ChangeLog.2006 lisp/muse-publish.el
2228 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
2231 Make code look nicer by using muse-forward-dl-* functions.
2233 muse--main--1.0--patch-40
2235 * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
2236 forms into muse-forward-dl-* for increased reusability.
2237 (muse-publish-surround-text): Call move function with an indent
2238 argument so that we don't have to use partial substitution in lambda
2240 (muse-forward-dl-term): New function that moves forward to the next
2241 definition list term.
2242 (muse-forward-dl-entry): New function that moves forward to the next
2243 definition list entry.
2244 (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
2245 does not move past entire definition list items, only parts of them.
2246 (muse-publish-markup-list, muse-publish-markup-quote):
2247 (muse-publish-quote-tag): Use better lambda form, and include a
2251 ChangeLog.2006 lisp/muse-publish.el
2254 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
2257 Handle blockquoted sections within lists properly.
2259 muse--main--1.0--patch-39
2261 * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
2262 property. This should make blockquoted sections within a list do the
2264 (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
2265 behavior of `muse-forward-paragraph'.
2268 ChangeLog.2006 lisp/muse-publish.el
2271 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
2274 Fix problem when previous list item was nested.
2276 muse--main--1.0--patch-38
2278 * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
2279 indicator at the correct place. This fixes an error where a previous
2280 list was nested but the current one isn't. Thanks to Per B. Sederberg
2284 ChangeLog.2006 lisp/muse-publish.el
2287 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
2290 Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
2292 muse--main--1.0--patch-37
2294 * muse.texi (Implicit Links): Mention how to customize the WikiName
2295 recognition, and note that if you're setting this manually, you have to
2296 call some additional code. This should fix #5376. Also remove local
2297 variables section at end, since it seems pointless.
2300 ChangeLog.2006 muse.texi
2303 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
2306 Fix #5325: nested formatting not working in HTML output.
2308 muse--main--1.0--patch-36
2310 * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
2311 work. I'm a bit worried about possible double-escaping, though.
2312 Perhaps we should write the context to a text property and escape it
2313 later. This should fix #5325.
2316 ChangeLog.2006 lisp/muse-publish.el
2319 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
2322 Make paragraphs respect the end of a list or list item.
2324 muse--main--1.0--patch-35
2326 * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
2327 end of a list (or list item), back up. This allows for a nice side
2328 effect when using indented sentences in between list items.
2330 * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
2332 * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
2334 * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
2335 and end-item are marked up with end-list properties.
2338 ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2339 lisp/muse-publish.el lisp/muse-xml.el
2342 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
2345 Make sure an initial term exists before publishing definition list.
2347 muse--main--1.0--patch-34
2349 * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
2350 exists before publishing a definition list.
2353 ChangeLog.2006 lisp/muse-publish.el
2356 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
2359 Add comments to nested list code.
2361 muse--main--1.0--patch-33
2363 * lisp/muse-publish.el (muse-publish-surround-dl)
2364 (muse-publish-surround-text, muse-forward-dl-item):
2365 (muse-forward-list-item): Add comments, since there were many
2366 intricacies that are probably not obvious to the casual reader.
2367 (muse-forward-dl-item): Remove no-op condition.
2370 ChangeLog.2006 lisp/muse-publish.el
2373 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
2376 Make nested list items work when separated by one blank line.
2378 muse--main--1.0--patch-32
2380 * lisp/muse-publish.el (muse-publish-surround-dl): Use
2381 muse-forward-dl-item instead of muse-forward-list-item. On second
2382 thought, don't unconditionally insert a newline, as that breaks some
2384 (muse-forward-dl-item): New function that moves forward to the next
2385 definition list item. This was factored out from
2386 muse-forward-list-item, since it was getting too complex for my liking.
2387 (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
2388 indented line, and skip past these if we have a blank line followed by
2389 an indented line. "Indented" means "indented one past the current
2390 indentation level" here. Remove some initial whitespace that was being
2394 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2397 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
2400 Fix a couple of bugs in muse-wiki-resolve-project-page.
2402 muse--main--1.0--patch-31
2404 * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
2405 better algorithm for adding styles to a list.
2407 * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
2408 carefully. This should fix one or two hard-to-explain bugs.
2411 ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
2414 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
2417 Fix another definition list edge case.
2419 muse--main--1.0--patch-30
2421 * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
2422 unordered list immediately follows definition list term.
2425 ChangeLog.2006 lisp/muse-publish.el
2428 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
2431 Pass all current definition list test cases.
2433 muse--main--1.0--patch-29
2435 * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
2436 line if definition is not on the same line as the term.
2437 (muse-forward-list-item): Fix publishing incorrectness that occurred
2438 when a non-dl list follows a definition list. Always move to the right
2439 place so as to prevent extra empty dd elements from being published.
2442 ChangeLog.2006 lisp/muse-publish.el
2445 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
2448 Merge consecutive definition list terms properly.
2450 muse--main--1.0--patch-28
2452 * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
2453 correctly. This makes Muse merge several definition list items into
2455 (muse-forward-list-item): Use simpler regexp for 'dl.
2457 * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
2458 definition lists, and make terms the 2nd matched text.
2461 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2464 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
2469 muse--main--1.0--patch-27
2473 * muse-colors.el, muse-mode.el: Credit contributions.
2476 AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2479 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
2482 Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
2484 muse--main--1.0--patch-26
2488 * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2489 Added ability to show inline images in the Emacs buffer.
2491 * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2492 Added enhanced list item insertion.
2496 (Author: Per B. Sederberg <per@med.upenn.edu>)
2498 * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
2499 list item. New key mapping to toggle showing images. Added a key
2500 mapping to insert a link to a file and modified the key map to insert a
2502 (muse-on-blank-line): Helper function to determine if the point is on a
2503 line containing only blank spaces.
2504 (muse-insert-list-item): New interactive function to insert a new list
2505 item, taking into account the current list state.
2506 (muse-insert-relative-link-to-file): New function to insert a link to a
2507 file, relative to the default directory.
2509 * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
2510 for where to search for images to inline in the buffer.
2511 (muse-colors-inline-images): Added custom boolean field for whether to
2512 show inline images in the buffer.
2513 (muse-colors-toggle-inline-images): New function to toggle showing the
2514 inline images in the buffer.
2515 (muse-unhighlight-region): Now removes end-glyph text properties to
2517 (muse-colors-resolve-image-file): New function to determine if a link
2518 is an image and whether the version of Emacs can support inline images.
2519 (muse-make-file-glyph): New function to create an image glyph if we are
2521 (muse-colors-insert-image): New function to insert an image in an Emacs
2523 (muse-colors-explicit-link): Modified function to have the ability to
2524 insert an image instead of formatting the text of the link.
2527 ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2530 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
2531 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
2532 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2533 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2534 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
2537 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
2540 Pass testcase for definition list and nested unordered list.
2542 muse--main--1.0--patch-25
2544 * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
2545 lists always have at least one entry. This appears to do the right
2546 thing with a sample nested unordered list.
2549 ChangeLog.2006 lisp/muse-publish.el
2552 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
2555 Some definition list fixes.
2557 muse--main--1.0--patch-24
2559 * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
2560 markup for end of list using the `muse-insert-markup-end-list'
2561 function. Handle list items nested inside of a definition list.
2564 ChangeLog.2006 lisp/muse-publish.el
2567 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
2570 Fix another wrapped list item edge case.
2572 muse--main--1.0--patch-23
2574 * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2575 indentation in a region when we encounter any list items. This should
2576 fix another wrapped list item edge case. Thanks to Per B. Sederberg
2580 ChangeLog.2006 lisp/muse-publish.el
2583 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2586 Fix comment in Debian packaging.
2588 muse--main--1.0--patch-22
2590 * debian/emacsen-remove: Fix comment.
2593 ChangeLog.2006 debian/emacsen-remove
2596 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2599 muse-blosxom: Fix order of #tags line in header.
2601 muse--main--1.0--patch-21
2603 * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2604 rather than before it. Thanks to bkhl for the heads up.
2607 ChangeLog.2006 lisp/muse-blosxom.el
2610 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
2613 muse-blosxom: Add ability to use tags in entries.
2615 muse--main--1.0--patch-20
2617 * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
2619 (muse-blosxom-use-tags): New option that specifies whether we are using
2621 (muse-blosxom-new-entry): If using tags, read tags until the user hits
2622 RET without entering one.
2625 ChangeLog.2006 lisp/muse-blosxom.el
2628 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
2631 Fix backtrace when publishing unsaved files.
2633 muse--main--1.0--patch-19
2635 * lisp/muse-publish.el (muse-publish-file): Detect case where we are
2636 trying to publish a file that has not been saved, and give an
2637 explanation to the user.
2640 ChangeLog.2006 lisp/muse-publish.el
2643 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
2646 muse-texinfo: Fix link suffix.
2648 muse--main--1.0--patch-18
2650 * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
2651 styles. This should fix a bug where links in published info files use
2652 an incorrect extension. Thanks to Hans Ekbrand for the report!
2655 ChangeLog.2006 lisp/muse-texinfo.el
2658 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
2661 Fix prompting of non-Muse buffers before publishing.
2663 muse--main--1.0--patch-17
2665 * lisp/muse-project.el (muse-project-of-file): Apply fix from René
2666 Stadler to ignore buffers that have no associated filename. This fixes
2667 an annoyance where Muse prompts to save BBDB and ERC buffers before
2671 AUTHORS ChangeLog.2006 lisp/muse-project.el
2674 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
2677 Fix wrapped nested list item edge case.
2679 muse--main--1.0--patch-16
2681 * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
2682 since it is no longer needed. Tweak 2200 regexp to cover 2300's use
2684 (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
2685 (muse-list-item-type): Handle the new change to muse-list-item-regexp.
2687 * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
2688 exactly one space character in front of a unnumbered or numbered list.
2689 This should make it easier to match every list instance, since
2690 definition lists can now be handled more nicely in
2691 muse-publish-markup-regexps. This also has the effect of fixing a
2692 wrapped nested list item edge case.
2695 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2698 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
2701 Fix edge case in muse-wiki-publish-pretty-title.
2703 muse--main--1.0--patch-15
2705 * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
2706 the document does not have a valid title, use the empty string.
2709 ChangeLog.2006 lisp/muse-wiki.el
2712 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
2715 Use debian/compat to determine debhelper compat level.
2717 muse--main--1.0--patch-14
2719 * debian/compat: New file that sets the debhelper compatibility level to
2722 * debian/rules: Remove DH_COMPAT line.
2725 debian/.arch-ids/compat.id debian/compat
2728 ChangeLog.2006 debian/rules
2731 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
2734 Fix a couple of table-publishing edge cases.
2736 muse--main--1.0--patch-13
2738 * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
2739 publishing error that occurs when a table line is the last thing in a
2740 document. Thanks to cymacs for the report and suggested fix.
2741 (muse-publish-table-fields): Skip initial blank lines, and don't remove
2744 * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
2745 at the end of the 'end-table markup string.
2747 * lisp/muse-html.el (muse-html-markup-strings): Ditto.
2749 * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
2751 * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
2752 newline at the end of the table. This should fix a problem with
2753 paragraphs after tables not being published as such. Thanks to cymacs
2756 * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
2757 muse-insert-markup to insert a trailing newline.
2760 ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2761 lisp/muse-publish.el lisp/muse-texinfo.el
2762 lisp/muse-xml-common.el lisp/muse-xml.el
2765 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
2768 Add ChangeLog for 2006 and move previous ChangeLog for 2005.
2770 muse--main--1.0--patch-12
2774 .arch-ids/ChangeLog.2006.id ChangeLog.2006
2777 .arch-ids/ChangeLog.id
2778 ==> .arch-ids/ChangeLog.2005.id
2783 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
2786 Make muse-journal work with whole-document escaping.
2788 muse--main--1.0--patch-11
2790 * examples/mwolson/templates/*: Change "Published by Muse" to "Published
2791 by Emacs Muse" so that muse-journal does not get confused.
2793 * lisp/muse-journal.el (muse-journal-html-munge-buffer):
2794 (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
2795 for whole-buffer escaping. Thanks to mondoshawan for the report.
2796 (muse-journal-rss-munge-buffer): Display a warning if someone does not
2797 have "Page published by Emacs Muse (begins|ends) here" in their header
2798 or footer, since muse-journal needs this in order to determine where
2799 entries begin and end.
2802 examples/mwolson/templates/footer.html
2803 examples/mwolson/templates/generic-footer.html
2804 examples/mwolson/templates/generic-header.html
2805 examples/mwolson/templates/header.html
2806 examples/mwolson/templates/header.tex lisp/muse-journal.el
2809 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
2812 Get simple test case for definition lists to work.
2814 muse--main--1.0--patch-10
2816 * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
2818 (muse-forward-list-item): Fix edge case.
2821 lisp/muse-publish.el
2824 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
2827 Add documentation to some publishing functions.
2829 muse--main--1.0--patch-9
2831 * lisp/muse-publish.el (muse-publish-mark-read-only)
2832 (muse-publish-mark-noemphasis): Add documentation.
2835 lisp/muse-publish.el
2838 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
2841 Fix an error with `custom-quote'.
2843 muse--main--1.0--patch-8
2845 * lisp/muse-project.el: Require 'cus-edit, since that is where
2846 `custom-quote' is defined.
2848 * muse.texi: Use copyright symbol.
2851 lisp/muse-project.el muse.texi
2854 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
2857 muse-registry: update from author.
2859 muse--main--1.0--patch-7
2861 * lisp/muse-registry.el: Update to newest version from author.
2865 lisp/muse-registry.el
2868 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
2871 muse-latex: Handle double-quote edge case.
2873 muse--main--1.0--patch-6
2875 * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
2876 character begins the buffer.
2882 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
2885 Allow beginning and ending empty elements in tables.
2887 muse--main--1.0--patch-5
2889 * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
2890 whitespace after the field if we're at the end of a line.
2891 (muse-table-line-regexp): Allow the table to start with a "|". The
2892 resulting initial empty cell isn't yet thrown away like it should be.
2895 lisp/muse-regexps.el
2898 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
2901 muse-latex: Use \url to publish bare URLs.
2903 muse--main--1.0--patch-4
2905 * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
2906 \href for bare URLs. Thanks to Na Li for the suggestion!
2912 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
2915 Create parents of output directories.
2917 muse--main--1.0--patch-3
2919 * lisp/muse-project.el (muse-project-publish-file): Create parent
2920 directories as well, if the output directory does not exist. This can
2921 happen when we have nested directories in a project.
2924 lisp/muse-project.el
2927 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
2930 Pick a better default if publishing with more than one style.
2932 muse--main--1.0--patch-2
2934 * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
2935 the list we return is in the right order. That way, if more than one
2936 publishing rule matches a link, the first one is used, rather than the
2940 lisp/muse-project.el
2943 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
2946 Oops, committed to the wrong archive.
2948 muse--main--1.0--patch-1
2952 * mwolson@gnu.org--2005/muse--main--1.0--patch-356
2955 * mwolson@gnu.org--2005/muse--main--1.0--patch-357
2959 ChangeLog debian/emacsen-startup
2962 debian/.arch-ids/NEWS.Debian.id
2963 ==> debian/.arch-ids/NEWS.id
2968 mwolson@gnu.org--2005/muse--main--1.0--patch-356
2969 mwolson@gnu.org--2005/muse--main--1.0--patch-357
2972 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
2975 tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
2977 muse--main--1.0--base-0
2979 See ChangeLog.2005 for earlier changes.
2982 ajk@iu.edu--2005/muse--ajk--1.0--base-0
2983 ajk@iu.edu--2005/muse--ajk--1.0--patch-1
2984 ajk@iu.edu--2005/muse--ajk--1.0--patch-2
2985 ajk@iu.edu--2005/muse--ajk--1.0--patch-3
2986 ajk@iu.edu--2005/muse--ajk--1.0--patch-4
2987 ajk@iu.edu--2005/muse--ajk--1.0--patch-5
2988 ajk@iu.edu--2005/muse--ajk--1.0--patch-6
2989 ajk@iu.edu--2005/muse--ajk--1.0--patch-7
2990 ajk@iu.edu--2005/muse--ajk--1.0--patch-8
2991 ajk@iu.edu--2005/muse--ajk--1.0--patch-9
2992 ajk@iu.edu--2005/muse--main--1.0--base-0
2993 ajk@iu.edu--2005/muse--main--1.0--patch-1
2994 ajk@iu.edu--2005/muse--main--1.0--patch-2
2995 davidsmith@acm.org--2005/muse--devo--1.0--base-0
2996 davidsmith@acm.org--main/muse--devo--1.0--base-0
2997 davidsmith@acm.org--main/muse--devo--1.0--patch-1
2998 davidsmith@acm.org--main/muse--devo--1.0--patch-2
2999 hodique@lifl.fr--2005/muse--yh--1.0--base-0
3000 hodique@lifl.fr--2005/muse--yh--1.0--patch-1
3001 hodique@lifl.fr--2005/muse--yh--1.0--patch-2
3002 hodique@lifl.fr--2005/muse--yh--1.0--patch-3
3003 hodique@lifl.fr--2005/muse--yh--1.0--patch-4
3004 hodique@lifl.fr--2005/muse--yh--1.0--patch-5
3005 hodique@lifl.fr--2005/muse--yh--1.0--patch-6
3006 hodique@lifl.fr--2005/muse--yh--1.0--patch-7
3007 hodique@lifl.fr--2005/muse--yh--1.0--patch-8
3008 hodique@lifl.fr--2005/muse--yh--1.0--patch-9
3009 hodique@lifl.fr--2005/muse--yh--1.0--patch-10
3010 hodique@lifl.fr--2005/muse--yh--1.0--patch-11
3011 hodique@lifl.fr--2005/muse--yh--1.0--patch-12
3012 hodique@lifl.fr--2005/muse--yh--1.0--patch-13
3013 hodique@lifl.fr--2005/muse--yh--1.0--patch-14
3014 hodique@lifl.fr--2005/muse--yh--1.0--patch-15
3015 hodique@lifl.fr--2005/muse--yh--1.0--patch-16
3016 hodique@lifl.fr--2005/muse--yh--1.0--patch-17
3017 hodique@lifl.fr--2005/muse--yh--1.0--patch-18
3018 hodique@lifl.fr--2005/muse--yh--1.0--patch-19
3019 hodique@lifl.fr--2005/muse--yh--1.0--patch-20
3020 hodique@lifl.fr--2005/muse--yh--1.0--patch-21
3021 hodique@lifl.fr--2005/muse--yh--1.0--patch-22
3022 hodique@lifl.fr--2005/muse--yh--1.0--patch-23
3023 hodique@lifl.fr--2005/muse--yh--1.0--patch-24
3024 hodique@lifl.fr--2005/muse--yh--1.0--patch-25
3025 hodique@lifl.fr--2005/muse--yh--1.0--patch-26
3026 hodique@lifl.fr--2005/muse--yh--1.0--patch-27
3027 hodique@lifl.fr--2005/muse--yh--1.0--patch-28
3028 hodique@lifl.fr--2005/muse--yh--1.0--patch-29
3029 hodique@lifl.fr--2005/muse--yh--1.0--patch-30
3030 hodique@lifl.fr--2005/muse--yh--1.0--patch-31
3031 hodique@lifl.fr--2005/muse--yh--1.0--patch-32
3032 hodique@lifl.fr--2005/muse--yh--1.0--patch-33
3033 hodique@lifl.fr--2005/muse--yh--1.0--patch-34
3034 hodique@lifl.fr--2005/muse--yh--1.0--patch-35
3035 hodique@lifl.fr--2005/muse--yh--1.0--patch-36
3036 hodique@lifl.fr--2005/muse--yh--1.0--patch-37
3037 hodique@lifl.fr--2005/muse--yh--1.0--patch-38
3038 hodique@lifl.fr--2005/muse--yh--1.0--patch-39
3039 hodique@lifl.fr--2005/muse--yh--1.0--patch-40
3040 hodique@lifl.fr--2005/muse--yh--1.0--patch-41
3041 hodique@lifl.fr--2005/muse--yh--1.0--patch-42
3042 hodique@lifl.fr--2005/muse--yh--1.0--patch-43
3043 hodique@lifl.fr--2005/muse--yh--1.0--patch-44
3044 hodique@lifl.fr--2005/muse--yh--1.0--patch-45
3045 jeho@jeho.org--2005/muse--jeho--1.0--base-0
3046 jeho@jeho.org--2005/muse--jeho--1.0--patch-1
3047 jeho@jeho.org--2005/muse--jeho--1.0--patch-2
3048 jeho@jeho.org--2005/muse--jeho--1.0--patch-3
3049 jeho@jeho.org--2005/muse--jeho--1.0--patch-4
3050 jeho@jeho.org--2005/muse--jeho--1.0--patch-5
3051 jeho@jeho.org--2005/muse--jeho--1.0--patch-6
3052 jeho@jeho.org--2005/muse--jeho--1.0--patch-7
3053 jeho@jeho.org--2005/muse--jeho--1.0--patch-8
3054 jeho@jeho.org--2005/muse--jeho--1.0--patch-9
3055 jeho@jeho.org--2005/muse--jeho--1.0--patch-10
3056 jeho@jeho.org--2005/muse--jeho--1.0--patch-11
3057 jeho@jeho.org--2005/muse--jeho--1.0--patch-12
3058 jeho@jeho.org--2005/muse--jeho--1.0--patch-13
3059 jeho@jeho.org--2005/muse--jeho--1.0--patch-14
3060 jeho@jeho.org--2005/muse--jeho--1.0--patch-15
3061 jeho@jeho.org--2005/muse--jeho--1.0--patch-16
3062 jeho@jeho.org--2005/muse--jeho--1.0--patch-17
3063 jeho@jeho.org--2005/muse--jeho--1.0--patch-18
3064 jeho@jeho.org--2005/muse--jeho--1.0--patch-19
3065 jeho@jeho.org--2005/muse--jeho--1.0--patch-20
3066 jeho@jeho.org--2005/muse--jeho--1.0--patch-21
3067 john@wjsullivan.net--2006/muse--johnsu01--0--base-0
3068 john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
3069 lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
3070 lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
3071 lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
3072 lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
3073 lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
3074 mwolson@gnu.org--2005/muse--main--1.0--base-0
3075 mwolson@gnu.org--2005/muse--main--1.0--patch-1
3076 mwolson@gnu.org--2005/muse--main--1.0--patch-2
3077 mwolson@gnu.org--2005/muse--main--1.0--patch-3
3078 mwolson@gnu.org--2005/muse--main--1.0--patch-4
3079 mwolson@gnu.org--2005/muse--main--1.0--patch-5
3080 mwolson@gnu.org--2005/muse--main--1.0--patch-6
3081 mwolson@gnu.org--2005/muse--main--1.0--patch-7
3082 mwolson@gnu.org--2005/muse--main--1.0--patch-8
3083 mwolson@gnu.org--2005/muse--main--1.0--patch-9
3084 mwolson@gnu.org--2005/muse--main--1.0--patch-10
3085 mwolson@gnu.org--2005/muse--main--1.0--patch-11
3086 mwolson@gnu.org--2005/muse--main--1.0--patch-12
3087 mwolson@gnu.org--2005/muse--main--1.0--patch-13
3088 mwolson@gnu.org--2005/muse--main--1.0--patch-14
3089 mwolson@gnu.org--2005/muse--main--1.0--patch-15
3090 mwolson@gnu.org--2005/muse--main--1.0--patch-16
3091 mwolson@gnu.org--2005/muse--main--1.0--patch-17
3092 mwolson@gnu.org--2005/muse--main--1.0--patch-18
3093 mwolson@gnu.org--2005/muse--main--1.0--patch-19
3094 mwolson@gnu.org--2005/muse--main--1.0--patch-20
3095 mwolson@gnu.org--2005/muse--main--1.0--patch-21
3096 mwolson@gnu.org--2005/muse--main--1.0--patch-22
3097 mwolson@gnu.org--2005/muse--main--1.0--patch-23
3098 mwolson@gnu.org--2005/muse--main--1.0--patch-24
3099 mwolson@gnu.org--2005/muse--main--1.0--patch-25
3100 mwolson@gnu.org--2005/muse--main--1.0--patch-26
3101 mwolson@gnu.org--2005/muse--main--1.0--patch-27
3102 mwolson@gnu.org--2005/muse--main--1.0--patch-28
3103 mwolson@gnu.org--2005/muse--main--1.0--patch-29
3104 mwolson@gnu.org--2005/muse--main--1.0--patch-30
3105 mwolson@gnu.org--2005/muse--main--1.0--patch-31
3106 mwolson@gnu.org--2005/muse--main--1.0--patch-32
3107 mwolson@gnu.org--2005/muse--main--1.0--patch-33
3108 mwolson@gnu.org--2005/muse--main--1.0--patch-34
3109 mwolson@gnu.org--2005/muse--main--1.0--patch-35
3110 mwolson@gnu.org--2005/muse--main--1.0--patch-36
3111 mwolson@gnu.org--2005/muse--main--1.0--patch-37
3112 mwolson@gnu.org--2005/muse--main--1.0--patch-38
3113 mwolson@gnu.org--2005/muse--main--1.0--patch-39
3114 mwolson@gnu.org--2005/muse--main--1.0--patch-40
3115 mwolson@gnu.org--2005/muse--main--1.0--patch-41
3116 mwolson@gnu.org--2005/muse--main--1.0--patch-42
3117 mwolson@gnu.org--2005/muse--main--1.0--patch-43
3118 mwolson@gnu.org--2005/muse--main--1.0--patch-44
3119 mwolson@gnu.org--2005/muse--main--1.0--patch-45
3120 mwolson@gnu.org--2005/muse--main--1.0--patch-46
3121 mwolson@gnu.org--2005/muse--main--1.0--patch-47
3122 mwolson@gnu.org--2005/muse--main--1.0--patch-48
3123 mwolson@gnu.org--2005/muse--main--1.0--patch-49
3124 mwolson@gnu.org--2005/muse--main--1.0--patch-50
3125 mwolson@gnu.org--2005/muse--main--1.0--patch-51
3126 mwolson@gnu.org--2005/muse--main--1.0--patch-52
3127 mwolson@gnu.org--2005/muse--main--1.0--patch-53
3128 mwolson@gnu.org--2005/muse--main--1.0--patch-54
3129 mwolson@gnu.org--2005/muse--main--1.0--patch-55
3130 mwolson@gnu.org--2005/muse--main--1.0--patch-56
3131 mwolson@gnu.org--2005/muse--main--1.0--patch-57
3132 mwolson@gnu.org--2005/muse--main--1.0--patch-58
3133 mwolson@gnu.org--2005/muse--main--1.0--patch-59
3134 mwolson@gnu.org--2005/muse--main--1.0--patch-60
3135 mwolson@gnu.org--2005/muse--main--1.0--patch-61
3136 mwolson@gnu.org--2005/muse--main--1.0--patch-62
3137 mwolson@gnu.org--2005/muse--main--1.0--patch-63
3138 mwolson@gnu.org--2005/muse--main--1.0--patch-64
3139 mwolson@gnu.org--2005/muse--main--1.0--patch-65
3140 mwolson@gnu.org--2005/muse--main--1.0--patch-66
3141 mwolson@gnu.org--2005/muse--main--1.0--patch-67
3142 mwolson@gnu.org--2005/muse--main--1.0--patch-68
3143 mwolson@gnu.org--2005/muse--main--1.0--patch-69
3144 mwolson@gnu.org--2005/muse--main--1.0--patch-70
3145 mwolson@gnu.org--2005/muse--main--1.0--patch-71
3146 mwolson@gnu.org--2005/muse--main--1.0--patch-72
3147 mwolson@gnu.org--2005/muse--main--1.0--patch-73
3148 mwolson@gnu.org--2005/muse--main--1.0--patch-74
3149 mwolson@gnu.org--2005/muse--main--1.0--patch-75
3150 mwolson@gnu.org--2005/muse--main--1.0--patch-76
3151 mwolson@gnu.org--2005/muse--main--1.0--patch-77
3152 mwolson@gnu.org--2005/muse--main--1.0--patch-78
3153 mwolson@gnu.org--2005/muse--main--1.0--patch-79
3154 mwolson@gnu.org--2005/muse--main--1.0--patch-80
3155 mwolson@gnu.org--2005/muse--main--1.0--patch-81
3156 mwolson@gnu.org--2005/muse--main--1.0--patch-82
3157 mwolson@gnu.org--2005/muse--main--1.0--patch-83
3158 mwolson@gnu.org--2005/muse--main--1.0--patch-84
3159 mwolson@gnu.org--2005/muse--main--1.0--patch-85
3160 mwolson@gnu.org--2005/muse--main--1.0--patch-86
3161 mwolson@gnu.org--2005/muse--main--1.0--patch-87
3162 mwolson@gnu.org--2005/muse--main--1.0--patch-88
3163 mwolson@gnu.org--2005/muse--main--1.0--patch-89
3164 mwolson@gnu.org--2005/muse--main--1.0--patch-90
3165 mwolson@gnu.org--2005/muse--main--1.0--patch-91
3166 mwolson@gnu.org--2005/muse--main--1.0--patch-92
3167 mwolson@gnu.org--2005/muse--main--1.0--patch-93
3168 mwolson@gnu.org--2005/muse--main--1.0--patch-94
3169 mwolson@gnu.org--2005/muse--main--1.0--patch-95
3170 mwolson@gnu.org--2005/muse--main--1.0--patch-96
3171 mwolson@gnu.org--2005/muse--main--1.0--patch-97
3172 mwolson@gnu.org--2005/muse--main--1.0--patch-98
3173 mwolson@gnu.org--2005/muse--main--1.0--patch-99
3174 mwolson@gnu.org--2005/muse--main--1.0--patch-100
3175 mwolson@gnu.org--2005/muse--main--1.0--patch-101
3176 mwolson@gnu.org--2005/muse--main--1.0--patch-102
3177 mwolson@gnu.org--2005/muse--main--1.0--patch-103
3178 mwolson@gnu.org--2005/muse--main--1.0--patch-104
3179 mwolson@gnu.org--2005/muse--main--1.0--patch-105
3180 mwolson@gnu.org--2005/muse--main--1.0--patch-106
3181 mwolson@gnu.org--2005/muse--main--1.0--patch-107
3182 mwolson@gnu.org--2005/muse--main--1.0--patch-108
3183 mwolson@gnu.org--2005/muse--main--1.0--patch-109
3184 mwolson@gnu.org--2005/muse--main--1.0--patch-110
3185 mwolson@gnu.org--2005/muse--main--1.0--patch-111
3186 mwolson@gnu.org--2005/muse--main--1.0--patch-112
3187 mwolson@gnu.org--2005/muse--main--1.0--patch-113
3188 mwolson@gnu.org--2005/muse--main--1.0--patch-114
3189 mwolson@gnu.org--2005/muse--main--1.0--patch-115
3190 mwolson@gnu.org--2005/muse--main--1.0--patch-116
3191 mwolson@gnu.org--2005/muse--main--1.0--patch-117
3192 mwolson@gnu.org--2005/muse--main--1.0--patch-118
3193 mwolson@gnu.org--2005/muse--main--1.0--patch-119
3194 mwolson@gnu.org--2005/muse--main--1.0--patch-120
3195 mwolson@gnu.org--2005/muse--main--1.0--patch-121
3196 mwolson@gnu.org--2005/muse--main--1.0--patch-122
3197 mwolson@gnu.org--2005/muse--main--1.0--patch-123
3198 mwolson@gnu.org--2005/muse--main--1.0--patch-124
3199 mwolson@gnu.org--2005/muse--main--1.0--patch-125
3200 mwolson@gnu.org--2005/muse--main--1.0--patch-126
3201 mwolson@gnu.org--2005/muse--main--1.0--patch-127
3202 mwolson@gnu.org--2005/muse--main--1.0--patch-128
3203 mwolson@gnu.org--2005/muse--main--1.0--patch-129
3204 mwolson@gnu.org--2005/muse--main--1.0--patch-130
3205 mwolson@gnu.org--2005/muse--main--1.0--patch-131
3206 mwolson@gnu.org--2005/muse--main--1.0--patch-132
3207 mwolson@gnu.org--2005/muse--main--1.0--patch-133
3208 mwolson@gnu.org--2005/muse--main--1.0--patch-134
3209 mwolson@gnu.org--2005/muse--main--1.0--patch-135
3210 mwolson@gnu.org--2005/muse--main--1.0--patch-136
3211 mwolson@gnu.org--2005/muse--main--1.0--patch-137
3212 mwolson@gnu.org--2005/muse--main--1.0--patch-138
3213 mwolson@gnu.org--2005/muse--main--1.0--patch-139
3214 mwolson@gnu.org--2005/muse--main--1.0--patch-140
3215 mwolson@gnu.org--2005/muse--main--1.0--patch-141
3216 mwolson@gnu.org--2005/muse--main--1.0--patch-142
3217 mwolson@gnu.org--2005/muse--main--1.0--patch-143
3218 mwolson@gnu.org--2005/muse--main--1.0--patch-144
3219 mwolson@gnu.org--2005/muse--main--1.0--patch-145
3220 mwolson@gnu.org--2005/muse--main--1.0--patch-146
3221 mwolson@gnu.org--2005/muse--main--1.0--patch-147
3222 mwolson@gnu.org--2005/muse--main--1.0--patch-148
3223 mwolson@gnu.org--2005/muse--main--1.0--patch-149
3224 mwolson@gnu.org--2005/muse--main--1.0--patch-150
3225 mwolson@gnu.org--2005/muse--main--1.0--patch-151
3226 mwolson@gnu.org--2005/muse--main--1.0--patch-152
3227 mwolson@gnu.org--2005/muse--main--1.0--patch-153
3228 mwolson@gnu.org--2005/muse--main--1.0--patch-154
3229 mwolson@gnu.org--2005/muse--main--1.0--patch-155
3230 mwolson@gnu.org--2005/muse--main--1.0--patch-156
3231 mwolson@gnu.org--2005/muse--main--1.0--patch-157
3232 mwolson@gnu.org--2005/muse--main--1.0--patch-158
3233 mwolson@gnu.org--2005/muse--main--1.0--patch-159
3234 mwolson@gnu.org--2005/muse--main--1.0--patch-160
3235 mwolson@gnu.org--2005/muse--main--1.0--patch-161
3236 mwolson@gnu.org--2005/muse--main--1.0--patch-162
3237 mwolson@gnu.org--2005/muse--main--1.0--patch-163
3238 mwolson@gnu.org--2005/muse--main--1.0--patch-164
3239 mwolson@gnu.org--2005/muse--main--1.0--patch-165
3240 mwolson@gnu.org--2005/muse--main--1.0--patch-166
3241 mwolson@gnu.org--2005/muse--main--1.0--patch-167
3242 mwolson@gnu.org--2005/muse--main--1.0--patch-168
3243 mwolson@gnu.org--2005/muse--main--1.0--patch-169
3244 mwolson@gnu.org--2005/muse--main--1.0--patch-170
3245 mwolson@gnu.org--2005/muse--main--1.0--patch-171
3246 mwolson@gnu.org--2005/muse--main--1.0--patch-172
3247 mwolson@gnu.org--2005/muse--main--1.0--patch-173
3248 mwolson@gnu.org--2005/muse--main--1.0--patch-174
3249 mwolson@gnu.org--2005/muse--main--1.0--patch-175
3250 mwolson@gnu.org--2005/muse--main--1.0--patch-176
3251 mwolson@gnu.org--2005/muse--main--1.0--patch-177
3252 mwolson@gnu.org--2005/muse--main--1.0--patch-178
3253 mwolson@gnu.org--2005/muse--main--1.0--patch-179
3254 mwolson@gnu.org--2005/muse--main--1.0--patch-180
3255 mwolson@gnu.org--2005/muse--main--1.0--patch-181
3256 mwolson@gnu.org--2005/muse--main--1.0--patch-182
3257 mwolson@gnu.org--2005/muse--main--1.0--patch-183
3258 mwolson@gnu.org--2005/muse--main--1.0--patch-184
3259 mwolson@gnu.org--2005/muse--main--1.0--patch-185
3260 mwolson@gnu.org--2005/muse--main--1.0--patch-186
3261 mwolson@gnu.org--2005/muse--main--1.0--patch-187
3262 mwolson@gnu.org--2005/muse--main--1.0--patch-188
3263 mwolson@gnu.org--2005/muse--main--1.0--patch-189
3264 mwolson@gnu.org--2005/muse--main--1.0--patch-190
3265 mwolson@gnu.org--2005/muse--main--1.0--patch-191
3266 mwolson@gnu.org--2005/muse--main--1.0--patch-192
3267 mwolson@gnu.org--2005/muse--main--1.0--patch-193
3268 mwolson@gnu.org--2005/muse--main--1.0--patch-194
3269 mwolson@gnu.org--2005/muse--main--1.0--patch-195
3270 mwolson@gnu.org--2005/muse--main--1.0--patch-196
3271 mwolson@gnu.org--2005/muse--main--1.0--patch-197
3272 mwolson@gnu.org--2005/muse--main--1.0--patch-198
3273 mwolson@gnu.org--2005/muse--main--1.0--patch-199
3274 mwolson@gnu.org--2005/muse--main--1.0--patch-200
3275 mwolson@gnu.org--2005/muse--main--1.0--patch-201
3276 mwolson@gnu.org--2005/muse--main--1.0--patch-202
3277 mwolson@gnu.org--2005/muse--main--1.0--patch-203
3278 mwolson@gnu.org--2005/muse--main--1.0--patch-204
3279 mwolson@gnu.org--2005/muse--main--1.0--patch-205
3280 mwolson@gnu.org--2005/muse--main--1.0--patch-206
3281 mwolson@gnu.org--2005/muse--main--1.0--patch-207
3282 mwolson@gnu.org--2005/muse--main--1.0--patch-208
3283 mwolson@gnu.org--2005/muse--main--1.0--patch-209
3284 mwolson@gnu.org--2005/muse--main--1.0--patch-210
3285 mwolson@gnu.org--2005/muse--main--1.0--patch-211
3286 mwolson@gnu.org--2005/muse--main--1.0--patch-212
3287 mwolson@gnu.org--2005/muse--main--1.0--patch-213
3288 mwolson@gnu.org--2005/muse--main--1.0--patch-214
3289 mwolson@gnu.org--2005/muse--main--1.0--patch-215
3290 mwolson@gnu.org--2005/muse--main--1.0--patch-216
3291 mwolson@gnu.org--2005/muse--main--1.0--patch-217
3292 mwolson@gnu.org--2005/muse--main--1.0--patch-218
3293 mwolson@gnu.org--2005/muse--main--1.0--patch-219
3294 mwolson@gnu.org--2005/muse--main--1.0--patch-220
3295 mwolson@gnu.org--2005/muse--main--1.0--patch-221
3296 mwolson@gnu.org--2005/muse--main--1.0--patch-222
3297 mwolson@gnu.org--2005/muse--main--1.0--patch-223
3298 mwolson@gnu.org--2005/muse--main--1.0--patch-224
3299 mwolson@gnu.org--2005/muse--main--1.0--patch-225
3300 mwolson@gnu.org--2005/muse--main--1.0--patch-226
3301 mwolson@gnu.org--2005/muse--main--1.0--patch-227
3302 mwolson@gnu.org--2005/muse--main--1.0--patch-228
3303 mwolson@gnu.org--2005/muse--main--1.0--patch-229
3304 mwolson@gnu.org--2005/muse--main--1.0--patch-230
3305 mwolson@gnu.org--2005/muse--main--1.0--patch-231
3306 mwolson@gnu.org--2005/muse--main--1.0--patch-232
3307 mwolson@gnu.org--2005/muse--main--1.0--patch-233
3308 mwolson@gnu.org--2005/muse--main--1.0--patch-234
3309 mwolson@gnu.org--2005/muse--main--1.0--patch-235
3310 mwolson@gnu.org--2005/muse--main--1.0--patch-236
3311 mwolson@gnu.org--2005/muse--main--1.0--patch-237
3312 mwolson@gnu.org--2005/muse--main--1.0--patch-238
3313 mwolson@gnu.org--2005/muse--main--1.0--patch-239
3314 mwolson@gnu.org--2005/muse--main--1.0--patch-240
3315 mwolson@gnu.org--2005/muse--main--1.0--patch-241
3316 mwolson@gnu.org--2005/muse--main--1.0--patch-242
3317 mwolson@gnu.org--2005/muse--main--1.0--patch-243
3318 mwolson@gnu.org--2005/muse--main--1.0--patch-244
3319 mwolson@gnu.org--2005/muse--main--1.0--patch-245
3320 mwolson@gnu.org--2005/muse--main--1.0--patch-246
3321 mwolson@gnu.org--2005/muse--main--1.0--patch-247
3322 mwolson@gnu.org--2005/muse--main--1.0--patch-248
3323 mwolson@gnu.org--2005/muse--main--1.0--patch-249
3324 mwolson@gnu.org--2005/muse--main--1.0--patch-250
3325 mwolson@gnu.org--2005/muse--main--1.0--patch-251
3326 mwolson@gnu.org--2005/muse--main--1.0--patch-252
3327 mwolson@gnu.org--2005/muse--main--1.0--patch-253
3328 mwolson@gnu.org--2005/muse--main--1.0--patch-254
3329 mwolson@gnu.org--2005/muse--main--1.0--patch-255
3330 mwolson@gnu.org--2005/muse--main--1.0--patch-256
3331 mwolson@gnu.org--2005/muse--main--1.0--patch-257
3332 mwolson@gnu.org--2005/muse--main--1.0--patch-258
3333 mwolson@gnu.org--2005/muse--main--1.0--patch-259
3334 mwolson@gnu.org--2005/muse--main--1.0--patch-260
3335 mwolson@gnu.org--2005/muse--main--1.0--patch-261
3336 mwolson@gnu.org--2005/muse--main--1.0--patch-262
3337 mwolson@gnu.org--2005/muse--main--1.0--patch-263
3338 mwolson@gnu.org--2005/muse--main--1.0--patch-264
3339 mwolson@gnu.org--2005/muse--main--1.0--patch-265
3340 mwolson@gnu.org--2005/muse--main--1.0--patch-266
3341 mwolson@gnu.org--2005/muse--main--1.0--patch-267
3342 mwolson@gnu.org--2005/muse--main--1.0--patch-268
3343 mwolson@gnu.org--2005/muse--main--1.0--patch-269
3344 mwolson@gnu.org--2005/muse--main--1.0--patch-270
3345 mwolson@gnu.org--2005/muse--main--1.0--patch-271
3346 mwolson@gnu.org--2005/muse--main--1.0--patch-272
3347 mwolson@gnu.org--2005/muse--main--1.0--patch-273
3348 mwolson@gnu.org--2005/muse--main--1.0--patch-274
3349 mwolson@gnu.org--2005/muse--main--1.0--patch-275
3350 mwolson@gnu.org--2005/muse--main--1.0--patch-276
3351 mwolson@gnu.org--2005/muse--main--1.0--patch-277
3352 mwolson@gnu.org--2005/muse--main--1.0--patch-278
3353 mwolson@gnu.org--2005/muse--main--1.0--patch-279
3354 mwolson@gnu.org--2005/muse--main--1.0--patch-280
3355 mwolson@gnu.org--2005/muse--main--1.0--patch-281
3356 mwolson@gnu.org--2005/muse--main--1.0--patch-282
3357 mwolson@gnu.org--2005/muse--main--1.0--patch-283
3358 mwolson@gnu.org--2005/muse--main--1.0--patch-284
3359 mwolson@gnu.org--2005/muse--main--1.0--patch-285
3360 mwolson@gnu.org--2005/muse--main--1.0--patch-286
3361 mwolson@gnu.org--2005/muse--main--1.0--patch-287
3362 mwolson@gnu.org--2005/muse--main--1.0--patch-288
3363 mwolson@gnu.org--2005/muse--main--1.0--patch-289
3364 mwolson@gnu.org--2005/muse--main--1.0--patch-290
3365 mwolson@gnu.org--2005/muse--main--1.0--patch-291
3366 mwolson@gnu.org--2005/muse--main--1.0--patch-292
3367 mwolson@gnu.org--2005/muse--main--1.0--patch-293
3368 mwolson@gnu.org--2005/muse--main--1.0--patch-294
3369 mwolson@gnu.org--2005/muse--main--1.0--patch-295
3370 mwolson@gnu.org--2005/muse--main--1.0--patch-296
3371 mwolson@gnu.org--2005/muse--main--1.0--patch-297
3372 mwolson@gnu.org--2005/muse--main--1.0--patch-298
3373 mwolson@gnu.org--2005/muse--main--1.0--patch-299
3374 mwolson@gnu.org--2005/muse--main--1.0--patch-300
3375 mwolson@gnu.org--2005/muse--main--1.0--patch-301
3376 mwolson@gnu.org--2005/muse--main--1.0--patch-302
3377 mwolson@gnu.org--2005/muse--main--1.0--patch-303
3378 mwolson@gnu.org--2005/muse--main--1.0--patch-304
3379 mwolson@gnu.org--2005/muse--main--1.0--patch-305
3380 mwolson@gnu.org--2005/muse--main--1.0--patch-306
3381 mwolson@gnu.org--2005/muse--main--1.0--patch-307
3382 mwolson@gnu.org--2005/muse--main--1.0--patch-308
3383 mwolson@gnu.org--2005/muse--main--1.0--patch-309
3384 mwolson@gnu.org--2005/muse--main--1.0--patch-310
3385 mwolson@gnu.org--2005/muse--main--1.0--patch-311
3386 mwolson@gnu.org--2005/muse--main--1.0--patch-312
3387 mwolson@gnu.org--2005/muse--main--1.0--patch-313
3388 mwolson@gnu.org--2005/muse--main--1.0--patch-314
3389 mwolson@gnu.org--2005/muse--main--1.0--patch-315
3390 mwolson@gnu.org--2005/muse--main--1.0--patch-316
3391 mwolson@gnu.org--2005/muse--main--1.0--patch-317
3392 mwolson@gnu.org--2005/muse--main--1.0--patch-318
3393 mwolson@gnu.org--2005/muse--main--1.0--patch-319
3394 mwolson@gnu.org--2005/muse--main--1.0--patch-320
3395 mwolson@gnu.org--2005/muse--main--1.0--patch-321
3396 mwolson@gnu.org--2005/muse--main--1.0--patch-322
3397 mwolson@gnu.org--2005/muse--main--1.0--patch-323
3398 mwolson@gnu.org--2005/muse--main--1.0--patch-324
3399 mwolson@gnu.org--2005/muse--main--1.0--patch-325
3400 mwolson@gnu.org--2005/muse--main--1.0--patch-326
3401 mwolson@gnu.org--2005/muse--main--1.0--patch-327
3402 mwolson@gnu.org--2005/muse--main--1.0--patch-328
3403 mwolson@gnu.org--2005/muse--main--1.0--patch-329
3404 mwolson@gnu.org--2005/muse--main--1.0--patch-330
3405 mwolson@gnu.org--2005/muse--main--1.0--patch-331
3406 mwolson@gnu.org--2005/muse--main--1.0--patch-332
3407 mwolson@gnu.org--2005/muse--main--1.0--patch-333
3408 mwolson@gnu.org--2005/muse--main--1.0--patch-334
3409 mwolson@gnu.org--2005/muse--main--1.0--patch-335
3410 mwolson@gnu.org--2005/muse--main--1.0--patch-336
3411 mwolson@gnu.org--2005/muse--main--1.0--patch-337
3412 mwolson@gnu.org--2005/muse--main--1.0--patch-338
3413 mwolson@gnu.org--2005/muse--main--1.0--patch-339
3414 mwolson@gnu.org--2005/muse--main--1.0--patch-340
3415 mwolson@gnu.org--2005/muse--main--1.0--patch-341
3416 mwolson@gnu.org--2005/muse--main--1.0--patch-342
3417 mwolson@gnu.org--2005/muse--main--1.0--patch-343
3418 mwolson@gnu.org--2005/muse--main--1.0--patch-344
3419 mwolson@gnu.org--2005/muse--main--1.0--patch-345
3420 mwolson@gnu.org--2005/muse--main--1.0--patch-346
3421 mwolson@gnu.org--2005/muse--main--1.0--patch-347
3422 mwolson@gnu.org--2005/muse--main--1.0--patch-348
3423 mwolson@gnu.org--2005/muse--main--1.0--patch-349
3424 mwolson@gnu.org--2005/muse--main--1.0--patch-350
3425 mwolson@gnu.org--2005/muse--main--1.0--patch-351
3426 mwolson@gnu.org--2005/muse--main--1.0--patch-352
3427 mwolson@gnu.org--2005/muse--main--1.0--patch-353
3428 mwolson@gnu.org--2005/muse--main--1.0--patch-354
3429 mwolson@gnu.org--2005/muse--main--1.0--patch-355
3430 mwolson@gnu.org--2005/muse--rel--3.02--base-0
3431 mwolson@gnu.org--2005/muse--rel--3.02--patch-1
3432 mwolson@gnu.org--2005/muse--rel--3.02--patch-2
3433 mwolson@gnu.org--2005/muse--rel--3.02--patch-3
3434 mwolson@gnu.org--2005/muse--rel--3.02--patch-4
3435 mwolson@gnu.org--2005/muse--rel--3.02--patch-5
3436 mwolson@gnu.org--2005/muse--rel--3.02--patch-6
3437 mwolson@gnu.org--2005/muse--rel--3.02--patch-7
3438 mwolson@gnu.org--2005/muse--rel--3.02--patch-8
3439 mwolson@gnu.org--2005/muse--rel--3.02--patch-11
3440 mwolson@gnu.org--2005/muse--rel--3.02--patch-13
3441 mwolson@gnu.org--2005/muse--rel--3.02--patch-14
3442 mwolson@gnu.org--2005/muse--rel--3.02--patch-15
3443 mwolson@gnu.org--2005/muse--rel--3.02--patch-17
3444 mwolson@gnu.org--2005/muse--rel--3.02--patch-18
3445 mwolson@gnu.org--2005/muse--rel--3.02--patch-19
3446 mwolson@gnu.org--2005/muse--rel--3.02--patch-20
3447 mwolson@gnu.org--2005/muse--rel--3.02--patch-21
3448 mwolson@gnu.org--2005/muse--rel--3.02--patch-22
3449 mwolson@gnu.org--2005/muse--rel--3.02--patch-23
3450 mwolson@gnu.org--2005/muse--rel--3.02--patch-25
3451 mwolson@gnu.org--2005/muse--rel--3.02--patch-27
3452 mwolson@gnu.org--2005/muse--rel--3.02--patch-28
3453 mwolson@gnu.org--2005/muse--rel--3.02--patch-29
3454 mwolson@gnu.org--2005/muse--rel--3.02--patch-35
3455 mwolson@gnu.org--2005/muse--rel--3.02--patch-36
3456 mwolson@gnu.org--2005/muse--rel--3.02--patch-37
3457 mwolson@gnu.org--2005/muse--rel--3.02--patch-53
3458 mwolson@gnu.org--2005/muse--rel--3.02--patch-54
3459 mwolson@gnu.org--2005/muse--rel--3.02--patch-55
3460 mwolson@gnu.org--2005/muse--rel--3.02--patch-56
3461 mwolson@member.fsf.org--2004/muse--main--1.0--base-0
3462 mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
3463 mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
3464 mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
3465 mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
3466 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
3467 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
3468 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
3469 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
3470 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
3471 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
3472 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
3473 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8