1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2006/muse--main--1.0
5 2006-07-29 04:03:29 GMT Michael Olson <mwolson@gnu.org> patch-169
8 Manual: Update mailing list info.
10 muse--main--1.0--patch-169
12 * muse.texi (Releases): Update mailing list info.
13 (Implicit Links): Fix use of future tense.
14 (Getting Help and Reporting Bugs): Update mailing list info.
20 2006-07-29 03:49:29 GMT Michael Olson <mwolson@gnu.org> patch-168
23 Mention both Ubuntu and Debian throughout.
25 muse--main--1.0--patch-168
27 * Makefile.defs, README, muse.texi: Mention Ubuntu wherever Debian is
31 ChangeLog Makefile.defs README muse.texi
34 2006-07-27 22:28:13 GMT Michael Olson <mwolson@gnu.org> patch-167
37 Fix #5899: muse-follow-name-at-mouse breaks mouse-yank-at-point.
39 muse--main--1.0--patch-167
41 * lisp/muse-mode.el (muse-follow-name-at-mouse): Restore the point before
42 calling the fallback keybinding. This fixes #5899.
44 * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
45 (muse-publish-mark-link): Docfix.
46 (muse-link-specials): Docfix.
49 ChangeLog lisp/muse-mode.el lisp/muse-publish.el lisp/muse.el
52 2006-07-27 20:46:38 GMT Michael Olson <mwolson@gnu.org> patch-166
55 Make C-c C-t publish the current file in a more sensible way.
57 muse--main--1.0--patch-166
59 * lisp/muse-mode.el (muse-mode-map): Make C-c C-t call
60 muse-project-publish-this-file instead of muse-publish-this file. Make
61 C-c C-T call the latter.
62 (muse-browse-result): Use `muse-project-get-applicable-styles'.
63 (muse-follow-name-at-point): Docfix.
65 * lisp/muse-project.el (muse-project-get-applicable-style): New function
66 that prompts the user for a style if more than one style applies to the
68 (muse-project-publish-this-file): New function that publishes the
69 currently-visited file according to `muse-project-alist', prompting if
70 more than one style applies.
72 * lisp/muse-publish.el (muse-publish-this-file): Docfix.
74 * muse.texi (Keystroke Summary): Update for the changes made. C-c C-c
75 was not previously documented.
78 ChangeLog lisp/muse-mode.el lisp/muse-project.el
79 lisp/muse-publish.el muse.texi
82 2006-07-27 19:36:31 GMT Michael Olson <mwolson@gnu.org> patch-165
85 Implement interactive insertion of URLs.
87 muse--main--1.0--patch-165
89 * lisp/muse-mode.el (muse-insert-map): Add binding for muse-insert-url.
90 (muse-insert-thing): Add text for URL to prompt.
91 (muse-insert-relative-link-to-file): Docfix, style fix.
92 (muse-insert-url): New function that reads a URL and description from
95 * muse.texi (Keystroke Summary): Mention insert-url keybinding.
98 ChangeLog lisp/muse-mode.el muse.texi
101 2006-07-27 18:50:50 GMT Michael Olson <mwolson@gnu.org> patch-164
104 Make escaping of brackets in links work properly.
106 muse--main--1.0--patch-164
108 * lisp/muse-colors.el (muse-colors-explicit-link): If the link has
109 escaped characters, display them unescaped.
111 * lisp/muse-mode.el (muse-make-link): Handle case where we are given no
113 (muse-edit-link-at-point): Unescape the link before presenting it to
114 the user for editing.
116 * lisp/muse-publish.el (muse-publish-escape-specials-in-string): Minor
118 (muse-publish-url): Unescape the link description before doing further
119 transforms on it. The link has already been unescaped.
121 * lisp/muse.el (muse-sort-by-rating): Minor coding style fix.
122 (muse-escape-specials-in-string): New function that escapes specials in
123 a string. This differs from Muse's other specials-escaping routines in
124 that it replaces strings rather than characters, and is reversible if
125 the specials are defined properly.
126 (muse-replace-regexp-in-string): Docfix.
127 (muse-link-specials): New variable containing the specials that Muse
128 uses to handle syntactic issues with link text. Namely: brackets. The
129 percent sign must also be escaped since it is used in the escaped text.
130 (muse-link-escape, muse-link-unescape): Call
131 muse-escape-specials-in-string. Embarrassingly, these functions
132 previously had no effect before.
135 ChangeLog lisp/muse-colors.el lisp/muse-mode.el
136 lisp/muse-publish.el lisp/muse.el
139 2006-07-09 18:28:25 GMT Michael Olson <mwolson@gnu.org> patch-163
142 Make space around emdash optional.
144 muse--main--1.0--patch-163
146 * lisp/muse-publish.el (muse-publish-markup-regexps): Make space around
150 ChangeLog lisp/muse-publish.el
153 2006-07-08 20:38:12 GMT Michael Olson <mwolson@gnu.org> patch-162
156 muse-latex: Make publishing of <contents> tags optional.
158 muse--main--1.0--patch-162
160 * lisp/muse-html.el (muse-html-insert-contents): Use nreverse rather than
161 reverse for a minor speed boost.
163 * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header): Only
164 insert a table of contents when muse-latex-permit-contents-tag is nil.
165 (muse-latexcjk-header): Make comments do the right thing.
166 (muse-latex-permit-contents-tag): New option that specifies whether we
167 should take action on the <contents> tag.
168 (muse-latex-finalize-buffer): If muse-latex-permit-contents-tag is
169 non-nil, publish a table of contents in the place where the <contents>
172 * muse.texi (LaTeX): Bring up-to-date with new options.
175 ChangeLog lisp/muse-html.el lisp/muse-latex.el muse.texi
178 2006-07-04 05:00:35 GMT Michael Olson <mwolson@gnu.org> patch-161
181 Fix publishing bug introduced in last patch.
183 muse--main--1.0--patch-161
185 * lisp/muse-project.el (muse-current-output-style): New variable that
186 holds the output style that is currently being used to publish a file.
187 (muse-project-page-file): When a subdirectory is used, only record
188 matches. Sort using matches, not entire list.
189 (muse-project-resolve-link): Docfix.
190 (muse-project-current-output-style): New function that returns the
191 current output style.
192 (muse-project-link-page): Use the local output style, not the other
194 (muse-project-publish-file): Set muse-current-output-style.
196 * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use
197 muse-current-output-style.
200 ChangeLog lisp/muse-project.el lisp/muse-wiki.el
203 2006-07-04 04:06:44 GMT Michael Olson <mwolson@gnu.org> patch-160
206 Make links to files in subdirectories work.
208 muse--main--1.0--patch-160
210 * lisp/muse-project.el (muse-project-alist-styles): Fix stray comment.
211 (muse-project-page-file): Change to a defun. Handle files with the
212 same name but in different directories. Handle case where a
213 subdirectory is given in a link.
214 (muse-project-choose-style-by-link-suffix): Move from muse-wiki.el.
215 (muse-project-applicable-styles): Sort entries according to how late in
216 the string the match for the include regexp occurs.
217 (muse-project-resolve-link): Moved from muse-wiki.el. Strip
218 subdirectory from page because we have already determined the correct
220 (muse-project-link-page): New function that resolves a link to a page
223 * lisp/muse-publish.el (muse-publish-link-page): Simple wrapper for
224 muse-project-link-page.
225 (muse-publish-classify-url): Use muse-publish-link-page.
227 * lisp/muse-regexps.el (muse-file-regexp): Don't match subdirectory
230 * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix)
231 (muse-wiki-resolve-project-page-1): Move to muse-project.el.
232 (muse-wiki-resolve-project-page): Use muse-project-resolve-link.
234 * lisp/muse.el (muse-collect-alist): New function that is like assoc, but
235 returns a list of matches.
236 (muse-sort-with-closure): New convenience macro for using `sort' with a
238 (muse-sort-by-rating): New function that takes a rating list and sorts
239 it, discarding the rating.
241 * muse.texi (Projects): Mention that you can use regexps in place of
242 directory names in project entries. Caught that when source-diving.
245 ChangeLog lisp/muse-project.el lisp/muse-publish.el
246 lisp/muse-regexps.el lisp/muse-wiki.el lisp/muse.el muse.texi
249 2006-07-03 01:33:17 GMT Michael Olson <mwolson@gnu.org> patch-159
252 Fix publishing of blank table fields.
254 muse--main--1.0--patch-159
256 * lisp/muse-regexps.el (muse-table-field-regexp): Make publishing blank
257 fields work properly.
260 ChangeLog lisp/muse-regexps.el
263 2006-07-03 00:39:47 GMT Michael Olson <mwolson@gnu.org> patch-158
266 Make muse-publish-markup-buffer usable even with no current file.
268 muse--main--1.0--patch-158
270 * lisp/muse-publish.el (muse-publish-markup-buffer): Make this work even
271 if no file is associated with the buffer. Thanks to dds for the fix.
274 ChangeLog lisp/muse-publish.el
277 2006-06-26 18:13:59 GMT Michael Olson <mwolson@gnu.org> patch-157
280 Don't use illegal C-c i keybinding.
282 muse--main--1.0--patch-157
284 * lisp/muse-mode.el (muse-mode-map): Remove "C-c i" binding and use "C-c
285 TAB" for that purpose instead. Thanks to Adrian Aichner for the
288 * muse.texi (Keystroke Summary): Update documentation for the above
292 ChangeLog lisp/muse-mode.el muse.texi
295 2006-06-12 13:58:59 GMT Michael Olson <mwolson@gnu.org> patch-156
298 Improve ignored files regexp.
300 muse--main--1.0--patch-156
302 * lisp/muse-project.el (muse-project-ignore-regexp): Ignore Darcs and SVN
303 metadata directories, and use a better matching technique for autosave
304 files. Previously, files with '#' in them were ignored erroneously.
307 ChangeLog lisp/muse-project.el
310 2006-06-12 13:55:17 GMT Michael Olson <mwolson@gnu.org> patch-155
313 Provide example for <include> in Muse manual.
315 muse--main--1.0--patch-155
317 * muse.texi (Tag Summary): Give an example of using the <include> tag.
323 2006-06-10 06:49:08 GMT Michael Olson <mwolson@gnu.org> patch-154
326 Make PDF version of the Muse manual be generated correctly.
328 muse--main--1.0--patch-154
330 * muse.texi (Tag Summary): Use a slightly different syntax for the table
331 items. Even though texinfo published the HTML version correctly, the
332 PDF version was not working. Thanks to mirko.vukovic for the report.
338 2006-06-03 23:38:12 GMT Michael Olson <mwolson@gnu.org> patch-153
341 Fix bug introduced in last patch.
343 muse--main--1.0--patch-153
345 * muse-publish.el (muse-publish-include-tag): Fix bug introduced in last
349 ChangeLog lisp/muse-publish.el
352 2006-06-03 21:18:35 GMT Michael Olson <mwolson@gnu.org> patch-152
355 Move Debian stuff into its own branch.
357 muse--main--1.0--patch-152
359 * debian: Moved to muse--debian--0.
362 debian/.arch-ids/=id debian/.arch-ids/NEWS.id
363 debian/.arch-ids/changelog.id debian/.arch-ids/compat.id
364 debian/.arch-ids/control.id debian/.arch-ids/copyright.id
365 debian/.arch-ids/emacsen-install.id
366 debian/.arch-ids/emacsen-remove.id
367 debian/.arch-ids/emacsen-startup.id
368 debian/.arch-ids/muse-el.dirs.id
369 debian/.arch-ids/muse-el.docs.id
370 debian/.arch-ids/muse-el.examples.id
371 debian/.arch-ids/muse-el.info.id debian/.arch-ids/rules.id
372 debian/NEWS debian/changelog debian/compat debian/control
373 debian/copyright debian/emacsen-install debian/emacsen-remove
374 debian/emacsen-startup debian/muse-el.dirs debian/muse-el.docs
375 debian/muse-el.examples debian/muse-el.info debian/rules
381 debian debian/.arch-ids
384 2006-06-03 21:12:36 GMT Michael Olson <mwolson@gnu.org> patch-151
387 Provide some markup shortcuts for the <include> tag.
389 muse--main--1.0--patch-151
391 * lisp/muse-publish.el (muse-publish-examplify-buffer): New function that
392 transforms the current buffer as if it were an <example> region.
393 (muse-publish-versify-buffer): Ditto, but for <verse> regions.
394 (muse-publish-include-tag): Docfix. Support special cases for
395 markup="example" and markup="verse".
397 * muse.texi (Tag Summary): Update for new <include> shortcuts.
400 ChangeLog lisp/muse-publish.el muse.texi
403 2006-06-01 04:14:45 GMT Michael Olson <mwolson@gnu.org> patch-150
406 Really update ChangeLog.2005.
408 muse--main--1.0--patch-150
410 * ChangeLog.2005: Really update this.
413 .arch-ids/ChangeLog.2005.id ChangeLog.2005
416 .arch-ids/ChangeLog.2005.id ChangeLog.2005
419 .arch-ids/muse.texi.id ChangeLog
422 2006-06-01 04:05:33 GMT Michael Olson <mwolson@gnu.org> patch-149
425 Second attempt at fixing XEmacs beta problem.
427 muse--main--1.0--patch-149
429 * lisp/Makefile (ELC): Revert previous change, now that I have a hunch
430 about what causes the problem.
432 * lisp/muse-publish.el (muse-publish-markup-regexps): Move anchor markup
433 lower to future-proof an idea that I have.
434 (muse-style-element): Make this a function instead of a substitution,
435 especially since it is potentially recursive.
438 ChangeLog ChangeLog.2005 lisp/Makefile lisp/muse-publish.el
441 2006-06-01 03:47:49 GMT Michael Olson <mwolson@gnu.org> patch-148
446 muse--main--1.0--patch-148
448 * ChangeLog: Rename from ChangeLog.2006 to follow Emacs conventions.
450 * ChangeLog.2005: Mention ChangeLog.2004 for earlier changes.
452 * lisp/muse-regexps.el: Add a few comments.
454 * muse.texi (Tag Summary): Add example of <tag /> use.
457 ChangeLog ChangeLog.2005 lisp/muse-regexps.el muse.texi
460 2006-06-01 03:44:00 GMT Michael Olson <mwolson@gnu.org> patch-147
463 Try to work around a bug in XEmacs beta.
465 muse--main--1.0--patch-147
467 * lisp/Makefile (ELC): Compile muse-publish.el first, to try to work
468 around a bug in XEmacs beta.
471 ChangeLog lisp/Makefile
474 2006-05-30 18:21:51 GMT Michael Olson <mwolson@gnu.org> patch-146
477 Fix tag-publishing in <insert> and <markup>.
479 muse--main--1.0--patch-146
481 * lisp/muse-publish.el (muse-insert-file-or-string): Don't set
482 muse-publish-markup-tags, since that messes other things up for
483 <markup> and <insert>.
484 (muse-inhibit-style-tags): New variable that specifies whether to
485 disable looking for tag definitions that are specific to the current
486 style. This is useful for publishing headers and footers.
487 (muse-publish-markup-tag): Use `muse-inhibit-style-tags', but disable
488 it unconditionally when calling a tag's function, so that the effect
491 * lisp/muse.el (muse-file-remote-p): New function that detects whether
492 the given file path is a remote location. This is not used yet.
495 ChangeLog lisp/muse-publish.el lisp/muse.el
498 2006-05-30 00:19:37 GMT Michael Olson <mwolson@gnu.org> patch-145
501 Rename muse-convert.el to muse-latex-convert.el.
503 muse--main--1.0--patch-145
505 * lisp/muse-convert-latex.el: Rename from muse-convert.el, since more
506 files of this nature are expected in the future.
509 ChangeLog Makefile.defs debian/changelog
510 lisp/muse-convert-latex.el
513 lisp/.arch-ids/muse-convert.el.id
514 ==> lisp/.arch-ids/muse-convert-latex.el.id
516 ==> lisp/muse-convert-latex.el
519 2006-05-29 21:34:34 GMT Michael Olson <mwolson@gnu.org> patch-144
522 List all tags in Muse's documentation.
524 muse--main--1.0--patch-144
526 * lisp/muse-publish.el (muse-publish-markup-region): Remove cruft that I
528 (muse-publish-contents-depth): New option that specifies the maximum
529 depth of headings to include with <contents> tags.
530 (muse-publish-contents-tag): Use it.
531 (muse-publish-include-tag): Docfix.
533 * muse.texi (Paragraphs): Mention <center> and <quote> tags.
534 (Tag Summary): New section that defines the syntax used for tags and
535 gives a complete listing of all of the tags that Muse comes with, as
536 well as some documentation for each tag.
537 (HTML): Update documentation.
540 ChangeLog lisp/muse-publish.el muse.texi
543 2006-05-29 18:48:41 GMT Michael Olson <mwolson@gnu.org> patch-143
546 Implement <include> and <markup> tags.
548 muse--main--1.0--patch-143
550 * lisp/muse-html.el (muse-html-markup-regexps): Make paragraph detection
551 work better when a paragraph follows some other markup, especially
554 * lisp/muse-publish.el (muse-publish-markup-tags): Add <include> and
556 (muse-publish-markup): Fix edge case.
557 (muse-publish-markup-header-footer-tags): New option that specifies
558 which tags may be used when publishing headers and footers.
559 (muse-insert-file-or-string): Use
560 muse-publish-markup-header-footer-tags instead of a hard-coded value.
561 (muse-publish-markup-region): Make title and style arguments optional,
562 so that this is easier to use.
563 (muse-publish-include-tag): Implement <include> tag. I've tested all
564 of the cases I can think of, and it works.
565 (muse-publish-mark-up-tag): Implement <markup> tag. This is handy for
566 times when you want to publish Muse markup in headers and footers.
567 Adding a table of contents to a header should be particularly easy now.
570 ChangeLog lisp/muse-html.el lisp/muse-publish.el
573 2006-05-29 14:59:31 GMT Michael Olson <mwolson@gnu.org> patch-142
576 Make ChangeLog conform to conventions better.
578 muse--main--1.0--patch-142
580 * ChangeLog: Renamed from ChangeLog.2006 in order to follow Emacs
581 conventions better. Specify the buffer encoding. Add helpful notices
582 near the bottom of this and ChangeLog.2005.
585 ChangeLog ChangeLog.2004 ChangeLog.2005 debian/rules
586 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/base-0
589 .arch-ids/ChangeLog.2006.id
590 ==> .arch-ids/ChangeLog.id
595 2006-05-28 07:45:09 GMT Michael Olson <mwolson@gnu.org> patch-141
598 Provide explanation of how to invoke getstamps.py.
600 muse--main--1.0--patch-141
602 * contrib/pyblosxom/getstamps.py: Strip the Muse file extension when
603 writing the timestamps file.
605 * contrib/pyblosxom/make-blog: New example script that shows how to
608 * examples/mwolson/stylesheets/common.css: Update.
610 * muse.texi (Blosxom Requirements): Mention the new example script.
611 Additionally, explain how to call getstamps.py.
614 contrib/pyblosxom/.arch-ids/make-blog.id
615 contrib/pyblosxom/make-blog
618 ChangeLog.2006 contrib/pyblosxom/getstamps.py
619 examples/mwolson/stylesheets/common.css muse.texi
622 2006-05-28 06:40:46 GMT Michael Olson <mwolson@gnu.org> patch-140
625 muse-blosxom: Perform extra check on category in new entry.
627 muse--main--1.0--patch-140
629 * lisp/muse-blosxom.el (muse-blosxom-new-entry): Make it impossible to
630 write an invalid categories line, which could cause other mysterious
634 ChangeLog.2006 lisp/muse-blosxom.el
637 2006-05-28 06:31:11 GMT Michael Olson <mwolson@gnu.org> patch-139
640 Improve documentation in the included pyblosxom plug-ins.
642 muse--main--1.0--patch-139
644 * contrib/pyblosxom/getstamps.py, hardcodedates.py: Improve
645 documentation. The initial wording was very confusing.
648 ChangeLog.2006 contrib/pyblosxom/getstamps.py
649 contrib/pyblosxom/hardcodedates.py
652 2006-05-27 06:25:32 GMT Michael Olson <mwolson@gnu.org> patch-138
655 Minor tweak in my example CSS stylesheet.
657 muse--main--1.0--patch-138
659 * examples/mwolson/stylesheets/common.css: Be careful about
660 distinguishing between links and anchors.
663 ChangeLog.2006 examples/mwolson/stylesheets/common.css
666 2006-05-26 14:38:01 GMT Michael Olson <mwolson@gnu.org> patch-137
669 Use better fallback when displaying warnings.
671 muse--main--1.0--patch-137
673 * lisp/muse.el (muse-display-warning): Use a better fallback if
674 `display-warning' does not exist.
677 ChangeLog.2006 lisp/muse.el
680 2006-05-25 21:23:55 GMT Michael Olson <mwolson@gnu.org> patch-136
683 Make the Table of Contents CSS easier to customize.
685 muse--main--1.0--patch-136
687 * examples/mwolson/muse-init.el (muse-bad-link): Update.
689 * examples/mwolson/stylesheets/*.css: Update and add license.
691 * lisp/muse-html.el (muse-html-insert-contents): Surround contents with
692 <div> section for easier CSS hacking. Remove the class attribute of
693 other elements, since we don't need it anymore.
696 ChangeLog.2006 Makefile.defs debian/changelog
697 examples/mwolson/muse-init.el
698 examples/mwolson/stylesheets/blog.css
699 examples/mwolson/stylesheets/common.css
700 examples/mwolson/stylesheets/print.css
701 examples/mwolson/stylesheets/screen.css lisp/muse-html.el
704 2006-05-24 03:30:40 GMT Michael Olson <mwolson@gnu.org> patch-135
707 Fix a potential unbounded recursive call.
709 muse--main--1.0--patch-135
711 * lisp/muse-project.el (muse-updating-file-alist-p): New variable that
712 prevents calls to muse-project-file-alist in its hook functions from
713 going into an infinite loop.
714 (muse-project-file-alist): Use it.
716 * lisp/muse-wiki.el (muse-wiki-updating-wikiword-p): Remove. This is now
717 handled in muse-project.el.
718 (muse-wiki-update-local-wikiword-regexp): Remove the use of
719 muse-wiki-updating-wikiword-p.
722 ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
725 2006-05-23 18:10:49 GMT Michael Olson <mwolson@gnu.org> patch-134
728 Try not to call tramp during publishing.
730 muse--main--1.0--patch-134
732 * lisp/muse-publish.el (muse-insert-file-or-string): Do not call
733 file-readable-p on text that has a newline in it, because this could
734 cause tramp to be invoked.
737 ChangeLog.2006 lisp/muse-publish.el
740 2006-05-23 15:30:02 GMT Michael Olson <mwolson@gnu.org> patch-133
743 Make links colored blue by default.
745 muse--main--1.0--patch-133
747 * lisp/muse-colors.el (muse-link): Make links blue by default, like most
748 other Emacs modes do.
751 ChangeLog.2006 lisp/muse-colors.el
754 2006-05-23 14:24:58 GMT Michael Olson <mwolson@gnu.org> patch-132
757 Fix publishing error with tables and initial whitespace.
759 muse--main--1.0--patch-132
761 * lisp/muse-publish.el (muse-publish-markup-regexps): Move table rule
762 above blockquote and centered text, so that indented but blank initial
763 table fields publish correctly.
765 * lisp/muse-regexps.el (muse-table-line-regexp): Make this much simpler.
766 We accept anything that has at least one field delimiter.
769 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
772 2006-05-18 06:58:58 GMT Michael Olson <mwolson@gnu.org> patch-131
775 Add muse-protocol-iw.el to experimental folder.
777 muse--main--1.0--patch-131
779 * experimental/muse-protocol-iw.el: New experimental file that implements
780 an interwiki protocol of sorts that handles subdirectories.
783 experimental/.arch-ids/muse-protocol-iw.el.id
784 experimental/muse-protocol-iw.el
787 AUTHORS ChangeLog.2006 experimental/muse-split.el
790 2006-05-18 06:43:30 GMT Michael Olson <mwolson@gnu.org> patch-130
793 Add muse-split.el to experimental folder.
795 muse--main--1.0--patch-130
797 * experimental/muse-split.el: New experimental file that splits published
798 Muse files into several smaller files.
801 experimental/.arch-ids/muse-split.el.id
802 experimental/muse-split.el
805 AUTHORS ChangeLog.2006 Makefile.defs debian/changelog
809 2006-05-18 06:03:49 GMT Michael Olson <mwolson@gnu.org> patch-129
812 muse-wiki: Make the interwiki resolver a bit more clever.
814 muse--main--1.0--patch-129
816 * lisp/muse-project.el (muse-project-choose-style): New function that
817 chooses a style from a list of styles, given a user-supplied test.
819 * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix): New function
820 that is used along with `muse-project-choose-style' to pick the first
821 style that matches a given value for :link-prefix.
822 (muse-wiki-resolve-project-page-1): New function split from
823 `muse-wiki-resolve-project-page' for readability. Try to match files
824 that have the same link-suffix. This should hopefully fix a bug
825 noticed by Hans Ekbrand.
828 ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
831 2006-05-18 01:24:04 GMT Michael Olson <mwolson@gnu.org> patch-128
834 Fix bug where links with :: in them were marked up as lists.
836 muse--main--1.0--patch-128
838 * lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
839 Change noemphasis property to muse-link.
841 * lisp/muse.el (muse-forward-list-item): Respect muse-link property.
843 * lisp/muse-publish.el (muse-publish-surround-text)
844 (muse-publish-markup-list): Ditto. This should fix a bug.
845 (muse-publish-markup-list): Docfix.
846 (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.
848 * lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
849 There must be either one or more spaces or a single newline after the
850 colons. This prevents an ambiguity with the double-colon muse-wiki
854 ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
855 lisp/muse-regexps.el lisp/muse-xml-common.el lisp/muse.el
858 2006-05-17 21:27:19 GMT Michael Olson <mwolson@gnu.org> patch-127
861 DTRT with explicit links that have no description.
863 muse--main--1.0--patch-127
865 * lisp/muse-publish.el (muse-publish-markup-link): If we are given an
866 explicit link without a description, use the name of the linked page.
869 ChangeLog.2006 lisp/muse-publish.el
872 2006-05-16 15:53:56 GMT Michael Olson <mwolson@gnu.org> patch-126
875 Fix emdash in link description bug.
877 muse--main--1.0--patch-126
879 * lisp/muse-publish.el (muse-publish-markup-emdash): Don't markup emdash
880 if we are in a link, since otherwise it will be incorrectly escaped.
881 Thanks to Chiyuan Zhang for the report.
884 ChangeLog.2006 Makefile.defs debian/changelog
888 2006-05-12 04:16:43 GMT Michael Olson <mwolson@gnu.org> patch-125
891 Fix #5925: Emphasis on item breaks lists.
893 muse--main--1.0--patch-125
895 * lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
896 as the browsing function.
898 * lisp/muse-mode.el (muse-browse-result): Only include styles that match
901 * lisp/muse.el (muse-list-item-critical-point): Take a new argument named
902 `offset' into account, in case the list-item regexp is nested in
904 (muse-forward-list-item): Call `muse-list-item-critical-point' with an
905 offset of 1. This should fix an unpleasant list-as-blockquote error
906 that was noticed recently. Thanks to John Sullivan for the report.
909 ChangeLog.2006 lisp/muse-blosxom.el lisp/muse-mode.el
913 2006-05-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
916 Fix a couple of beginning-of-buffer errors.
918 muse--main--1.0--patch-124
920 * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
921 don't throw an error if at the beginning of the buffer. Thanks to John
922 Sullivan for the report.
925 ChangeLog.2006 lisp/muse-mode.el
928 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
931 muse.texi: Change use of @subsubheading to @subheading.
933 muse--main--1.0--patch-123
935 * muse.texi: Change use of @subsubheading to @subheading throughout
939 ChangeLog.2006 muse.texi
942 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
945 muse.texi: Change subsections to subheadings.
947 muse--main--1.0--patch-122
949 (Author: John Sullivan <john@wjsullivan.net>)
951 * muse.texi: Change @subsection and @strong to @subheading throughout
955 ChangeLog.2006 Makefile.defs debian/changelog muse.texi
958 john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
959 john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
960 john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
963 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
966 Update keystrokes used in muse-mode, as well as docs.
968 muse--main--1.0--patch-121
970 * lisp/muse-mode.el (muse-insert-map): New variable that defines the
971 keymap to use when the user wants to insert something into the current
972 buffer using `C-c i'.
973 (muse-mode-map): Sort keys somewhat. Remove binding of `C-c C-v' to
974 muse-follow-name-at-point, since this is already used for
975 muse-browse-result. Call `muse-insert-thing' on `C-c i', which will
976 prompt for the thing to insert.
977 (muse-insert-thing): New function that prompts the user for something
978 to insert into the current buffer. It tries to be as friendly as
979 possible by catching possible errors with the message "Not inserting
981 (muse-mode-completions): Rename from `muse-completions', since this is
982 what we use in `muse-mode'.
983 (muse-mode-current-word): Similarly. These don't seem to work
984 correctly, for unknown reasons.
986 * muse.texi (Keystroke Summary): Update to include all keystrokes that we
990 ChangeLog.2006 lisp/muse-mode.el muse.texi
993 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
996 Fix buggy behavior in muse-browse-result.
998 muse--main--1.0--patch-120
1000 * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
1001 names to styles, based on the styles contained in the current Muse
1002 project. Thanks to kid kid for the analysis.
1004 * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
1005 specified as an argument.
1008 ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
1011 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
1014 muse-latex: Make images look better.
1016 muse--main--1.0--patch-119
1018 * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
1019 be 75% the width of the page, which looks better. Enclose images in
1020 figures, and center them.
1023 ChangeLog.2006 lisp/muse-latex.el
1026 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
1029 Fix a few image bugs.
1031 muse--main--1.0--patch-118
1033 * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
1034 passing it to `muse-colors-inline-image-method'. This makes images
1035 with the same current directory and publishing directory get resolved
1038 * lisp/muse-project.el (muse-project-find-file): Don't try to add a
1039 ".muse" extension to images.
1042 ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
1045 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
1048 Make build targets more consistent.
1050 muse--main--1.0--patch-117
1052 * contrib/Makefile (install): Make build targets more consistent. Thanks
1053 to dsmith for the report.
1055 * lisp/Makefile (all, lisp, install): Ditto.
1058 ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
1062 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
1065 cgi.el: Make this work without cl-seq.el.
1067 muse--main--1.0--patch-116
1069 * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
1070 code. Make this not depend on 'cl at runtime.
1071 (cgi-position): New function that implements a simple replacement for
1072 the position function found in cl-seq.el.
1073 (cgi-decode): Use `cgi-position' instead of `position' and `substring'
1074 instead of `subseq'.
1076 * contrib/httpd.el: Credit myself.
1079 ChangeLog.2006 contrib/cgi.el contrib/httpd.el
1082 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
1085 Make publishing DTRT when using escaped list markup.
1087 muse--main--1.0--patch-115
1089 * lisp/muse-publish.el (muse-publish-surround-text)
1090 (muse-publish-markup-list): Ignore escaped list markup.
1092 * lisp/muse.el (muse-list-item-type): Docfix.
1093 (muse-list-item-critical-point): New function that returns the point
1094 where we should expect to find the first character in the current list
1096 (muse-forward-paragraph): Docfix and cosmetic change.
1097 (muse-forward-list-item): Ignore escaped list markup. This should fix
1098 a few publishing errors that involve markup like =::=.
1101 ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1104 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
1107 muse-publish: Get rid of warning when batch publishing.
1109 muse--main--1.0--patch-114
1111 * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
1112 publishing warning message.
1115 ChangeLog.2006 Makefile.defs debian/changelog
1116 lisp/muse-publish.el
1119 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
1122 Try to fix face clobbering bug.
1124 muse--main--1.0--patch-113
1126 * lisp/muse-colors.el (muse-make-faces-default): New function that sets
1127 the default value of the header faces. It can be re-used.
1128 (muse-make-faces): Simplify. This should now fix the face clobbering
1132 ChangeLog.2006 lisp/muse-colors.el
1135 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
1138 Re-add some cgi.el stuff and update my example config.
1140 muse--main--1.0--patch-112
1142 * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
1143 they are mentioned in the documentation.
1145 * examples/mwolson/: Update.
1148 ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
1149 examples/mwolson/templates/footer.html
1150 examples/mwolson/templates/header.html
1153 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
1156 muse-mode: Make C-c C-e work better.
1158 muse--main--1.0--patch-111
1160 * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
1161 that this is more robust.
1164 ChangeLog.2006 lisp/muse-mode.el
1167 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
1170 muse-latex: Don't escape backslash in <example> regions.
1172 muse--main--1.0--patch-110
1174 * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
1175 to escape the backslash after all.
1176 (muse-latex-markup-specials-literal): Docfix.
1178 * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
1181 ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1184 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
1187 Allow tab characters in the target of explicit links.
1189 muse--main--1.0--patch-109
1191 * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
1192 in the link target. This doesn't seem like it could hurt anything, and
1193 prevents unexpected behavior. Thanks to rubikitch AT ruby-lang.org for
1197 ChangeLog.2006 lisp/muse-regexps.el
1200 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
1203 muse-wiki: Fix bug that caused WikiWords not to publish or display.
1205 muse--main--1.0--patch-108
1207 * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
1210 ChangeLog.2006 Makefile.defs debian/changelog
1214 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
1217 Fix horrendous typo.
1219 muse--main--1.0--patch-107
1221 * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
1225 ChangeLog.2006 lisp/muse-publish.el
1228 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
1231 Merged from mwolson@gnu.org--2006-muse-el (patch 53)
1233 muse--main--1.0--patch-106
1235 (Author: Per B. Sederberg <per@med.upenn.edu>)
1237 * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
1238 Option to not create implicit links to the current page.
1239 (muse-wiki-handle-wikiword): Process the option to not create implicit
1240 links to the current page.
1243 ChangeLog.2006 Makefile.defs debian/changelog
1247 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
1250 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
1253 Try to fix failure to recognize Muse file extension (6th attempt).
1255 muse--main--1.0--patch-105
1257 * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
1258 init file is loaded.
1259 (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
1260 to be added to find-file-hooks when muse-mode-auto-p is non-nil.
1262 * lisp/muse.el: Call `muse-update-file-extension-after-init after the
1263 user's init file is loaded. Explicitly add the Muse file extension
1264 when muse.el is loaded, to make life simpler.
1265 (muse-update-file-extension): Take several edge cases into account.
1266 (muse-file-extension): Docfix.
1267 (muse-update-file-extension-after-init): New function that causes the
1268 file extension to be updated.
1270 * muse.texi (Projects): It is no longer necessary to call
1271 `muse-mode-maybe' manually.
1274 ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
1277 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
1280 Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
1282 muse--main--1.0--patch-104
1284 (Author: Per B. Sederberg <per@med.upenn.edu>)
1286 * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
1287 to return a list of project files that have spaces.
1288 (muse-wiki-update-interwiki-regexp): Make use of new project-files with
1289 spaces function. Don't make this buffer-local.
1292 ChangeLog.2006 lisp/muse-wiki.el
1295 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
1296 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
1297 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
1298 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
1299 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
1302 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
1305 Try to fix failure to recognize Muse file extension (5th attempt).
1307 muse--main--1.0--patch-103
1309 * lisp/muse.el: To detect whether Emacs has fully started, check
1310 `command-line-processed' instead of `inhibit-startup-hooks', since the
1311 latter only exists for Emacs22.
1314 ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
1317 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
1320 muse-html: Add :style-sheet element.
1322 muse--main--1.0--patch-102
1324 * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
1325 :style-sheet element.
1326 ("html", "xhtml"): Add the :style-sheet element.
1328 * lisp/muse-publish.el (muse-define-style): Don't give an error when a
1329 style already exists. Instead, just replace the existing style.
1330 (muse-derive-style): Ditto.
1332 * muse.texi (Style Elements): Mention :style-sheet.
1335 ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
1339 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
1342 Try to fix failure to recognize Muse file extension (4th attempt).
1344 muse--main--1.0--patch-101
1346 * lisp/muse.el: Enter Muse mode correctly on files that are specified by
1350 ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
1353 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
1356 Try to fix failure to recognize Muse file extension (3rd attempt).
1358 muse--main--1.0--patch-100
1360 * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
1363 ChangeLog.2006 lisp/muse.el
1366 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
1369 Try to fix failure to recognize Muse file extension (2nd attempt).
1371 muse--main--1.0--patch-99
1373 * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
1377 ChangeLog.2006 lisp/muse.el
1380 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
1383 Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
1385 muse--main--1.0--patch-98
1387 (Author: Per B. Sederberg <per@med.upenn.edu>)
1389 * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
1390 interwiki-regexp to search for any project file name. This is so it
1391 will match files with spaces.
1394 ChangeLog.2006 lisp/muse-wiki.el
1397 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
1398 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
1399 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
1400 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
1401 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
1402 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
1403 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
1406 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
1409 Try to fix failure to recognize Muse file extension.
1411 muse--main--1.0--patch-97
1413 * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
1416 * lisp/muse.el: Call muse-update-file-extension in
1417 muse-update-values-hook, instead of
1418 muse-ignored-file-extensions-regexp. Add muse-update-file-extension to
1419 emacs-startup-hook, so that the user has time to set this in their
1423 ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1426 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
1429 Make things in contrib directory installable.
1431 muse--main--1.0--patch-96
1433 * Makefile (SUBDIRS): Add contrib.
1435 (contrib): New target that compiles things in the contrib directory.
1436 (install-bin): Add contrib. Install things in the contrib directory.
1437 Also install uncompiled things in the experimental directory.
1439 * contrib/Makefile: New Makefile for the contrib directory.
1441 * contrib/httpd.el (httpd-start): Fix compiler warnings.
1443 * debian/emacsen-install: Compile files in contrib directory in addition
1444 to the normal fare. Thanks to Junichi Uekawa for the suggestion.
1446 * debian/emacsen-startup: Add contrib directory to load-path.
1448 * experimental/Makefile (test): Remove target.
1449 (install-uncompiled): New target that installs uncompiled files.
1451 * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
1452 (muse-update-file-extension): Fix a warning that occurred when doing
1456 contrib/.arch-ids/Makefile.id contrib/Makefile
1459 ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
1460 debian/changelog debian/emacsen-install debian/emacsen-startup
1461 experimental/Makefile lisp/muse.el muse.texi
1464 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
1467 Remove muse-registry.el.
1469 muse--main--1.0--patch-95
1471 * lisp/muse-registry.el: Move to the Planner project, since it is a
1472 better fit with Planner than Muse.
1475 lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
1478 AUTHORS ChangeLog.2006
1481 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
1484 Prepare Debian package for Arch snapshot.
1486 muse--main--1.0--patch-94
1488 * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
1492 ChangeLog.2006 Makefile.defs debian/changelog
1495 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
1498 muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
1500 muse--main--1.0--patch-93
1502 * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
1503 `muse-wiki-hide-nop-tag' into account.
1506 ChangeLog.2006 lisp/muse-wiki.el
1509 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
1512 Fix a couple of compiler warnings.
1514 muse--main--1.0--patch-92
1516 * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
1519 ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
1522 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
1525 Make interwiki links work with the new option.
1527 muse--main--1.0--patch-91
1529 * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
1530 parameters. Populate this correctly when
1531 `muse-wiki-match-all-project-files' is non-nil.
1534 ChangeLog.2006 lisp/muse-wiki.el
1537 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
1540 Permit table generation to be disabled for a single Muse page.
1542 muse--main--1.0--patch-90
1544 * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
1545 data, don't publish the table.
1547 * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
1549 * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
1551 * lisp/muse-publish.el (muse-publish-table-fields): If the
1552 "disable-tables" publishing directive exists for the current page, do
1553 not generate a table.
1555 * muse.texi (Tables): Mention that table generation can be disabled for a
1559 ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1560 lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
1563 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
1566 muse-wiki: Match filenames before WikiWords.
1568 muse--main--1.0--patch-89
1570 * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
1571 filenames in project before the general WikiWord regexp.
1574 ChangeLog.2006 lisp/muse-wiki.el
1577 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
1580 Use a better mechanism for updating autogenerated variables.
1582 muse--main--1.0--patch-88
1584 * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
1586 * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
1588 * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
1589 muse-update-values-hook.
1591 * lisp/muse-publish.el (muse-publish-markup-buffer): Call
1592 muse-update-values-hook.
1594 * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
1595 `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
1596 (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
1598 (muse-wiki-update-custom-values): Replace with function that gives a
1599 warning and an explanation.
1601 * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
1602 example so that people who use it won't have a wrong value in
1606 ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
1607 lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
1611 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
1614 muse-wiki: Implement implicit links for all files in project.
1616 muse--main--1.0--patch-87
1618 * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
1619 don't get errors when trying to use it.
1621 * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
1622 muse-project-file-alist-hook.
1623 (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
1624 into a recursive call.
1625 (muse-wiki-update-wikiword-regexp): Call
1626 `muse-wiki-update-local-wikiword-regexp'.
1628 (Author: Per B. Sederberg <per@med.upenn.edu>)
1630 * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
1631 muse-before-publish-hook and muse-mode-hook so that implicit links are
1633 (muse-wiki-wikiword-match-project-files): New option for determining
1634 whether to match all project files as implicit links. This is off by
1636 (muse-wiki-update-local-wikiword-regexp): New function to make the
1637 wikiword-regexp local and append the files in the current project to
1641 AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1644 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
1645 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
1646 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
1647 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
1648 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
1649 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
1650 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
1651 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
1652 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
1653 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
1654 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
1655 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
1656 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
1657 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
1660 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
1663 Update Muse's file-alist after saving any Muse page.
1665 muse--main--1.0--patch-86
1667 * lisp/muse-project.el (muse-project-after-save-hook): New function that
1668 causes Muse's file-alist to be updated when we are saving a Muse file.
1669 This is added to after-save-hook.
1672 ChangeLog.2006 lisp/muse-project.el
1675 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
1678 Add a hook that is called whenever Muse's file-alist is updated.
1680 muse--main--1.0--patch-85
1682 * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
1683 executed after an update to muse-project-file-alist happens.
1684 (muse-project-file-alist): Call `muse-project-file-alist-hook'.
1687 ChangeLog.2006 lisp/muse-project.el
1690 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
1693 muse-mode: Recognize definition lists when filling text.
1695 muse--main--1.0--patch-84
1697 * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
1702 ChangeLog.2006 lisp/muse-mode.el
1705 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
1708 Remove unrelated part of patch-82.
1710 muse--main--1.0--patch-83
1714 ChangeLog.2006 lisp/muse-mode.el
1717 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
1720 muse-journal: Fix dates in RSS feeds.
1722 muse--main--1.0--patch-82
1724 * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
1725 date is in a format that RSS readers can handle. Thanks to René
1726 Stadler for the patch.
1729 AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
1732 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
1735 debian: Install ChangeLog properly.
1737 muse--main--1.0--patch-81
1739 * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
1740 appending the logs for previous years. Thanks to Sergei V. Fleytin for
1741 the breakage report.
1744 ChangeLog.2006 debian/rules
1747 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
1750 Fix a bug triggered by batch-publishing.
1752 muse--main--1.0--patch-80
1754 * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
1755 right algorithm turned out to be simpler than I had thought. Thanks to
1756 Sergei V. Fleytin for reporting breakage with the old method.
1757 (muse-publish-file): Don't be overzealous when checking for an invalid
1758 style -- use a simpler check.
1759 (muse-batch-publish-files): Don't check for invalid styles here, since
1760 we already do so in `muse-publish-file'.
1763 ChangeLog.2006 lisp/muse-publish.el
1766 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
1769 muse.texi: Move some sections to a new Extending Muse chapter.
1771 muse--main--1.0--patch-79
1773 * muse.texi (Extending Muse): New chapter containing nodes that deal with
1774 extending Muse in various ways.
1775 (Common Elements, Deriving Styles): Move to Extending Muse chapter.
1778 ChangeLog.2006 muse.texi
1781 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
1784 Fix a couple of recently-introduced bugs.
1786 muse--main--1.0--patch-78
1788 * lisp/muse-colors.el: Fix errors introduced in a recent patch. Try
1789 extra hard to preserve our settings for faces, especially after a new
1790 frame or splash screen.
1792 * lisp/muse.el (muse-copy-face): New function that ensures the face is
1793 copied globally, to the extent the Emacs permits this.
1796 ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1799 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
1802 Update my example configuration file.
1804 muse--main--1.0--patch-77
1808 ChangeLog.2006 examples/mwolson/muse-init.el
1811 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
1814 Remove cruft from patch logs.
1816 muse--main--1.0--patch-76
1821 {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
1822 {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
1823 {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
1824 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
1825 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
1826 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
1827 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
1828 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
1831 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
1834 Make faces more robust and namespace-conforming.
1836 muse--main--1.0--patch-75
1838 * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
1839 face has documentation and a group.
1840 (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
1842 (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
1843 faces have documentation and a group. Copy unconditionally from the
1844 related Emacs faces, rather than specifying face attributes.
1845 (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
1846 (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
1849 * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
1850 the 'muse-link property rather than looking at the face.
1853 ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1856 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
1859 muse.texi: Mention the <code> tag.
1861 muse--main--1.0--patch-74
1863 * muse.texi (Emphasizing Text): Mention the <code> tag.
1866 ChangeLog.2006 muse.texi
1869 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
1872 Fix bug in verse markup, undesired behavior with emdash.
1874 muse--main--1.0--patch-73
1876 * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
1879 * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1881 * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1883 * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
1884 trailing whitespace to `muse-markup-text', in case the current
1885 publishing wishes to use them.
1886 (muse-publish-markup-verse): Insert newline without adding read-only
1887 properties to it. This fixes a paragraph detection bug in HTML
1891 ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1892 lisp/muse-publish.el lisp/muse-xml.el
1895 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
1898 httpd.el: Update to work with newer versions of Emacs.
1900 muse--main--1.0--patch-72
1902 * contrib/httpd.el (httpd-start): Update this to work with newer versions
1906 ChangeLog.2006 contrib/httpd.el
1909 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1912 muse-journal: Make custom RSS heading regexps possible.
1914 muse--main--1.0--patch-71
1916 * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1917 determines the regexp to use when searching for an RSS heading.
1918 (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1921 ChangeLog.2006 lisp/muse-journal.el
1924 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1927 Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1929 muse--main--1.0--patch-70
1931 * lisp/muse-project.el (muse-project-publish): If we cannot find a
1932 project to publish, indicate this in an error message.
1934 * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1935 loop. This should fix #5190. Thanks to Rod Morehead for the report.
1936 (muse-detect-invalid-style): New function that makes sure that the
1937 given style is in a valid format.
1938 (muse-publish-file): Call `muse-detect-invalid-style' before doing any
1942 ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
1945 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
1948 muse-mode: Don't require muse-publish.el.
1950 muse--main--1.0--patch-69
1952 * lisp/muse-mode.el: Use a few autoloads instead of requiring
1953 muse-publish.el. This allows people to optionally have Muse mode
1954 without including the publishing features, as long as they never call a
1955 publishing function. The documentation says that Muse is supposed to
1956 be modular in that way, so I guess we'd better follow it.
1957 (muse-insert-tag): Make sure that muse-publish is required before
1958 accessing `muse-publish-markup-tags'.
1961 ChangeLog.2006 lisp/muse-mode.el
1964 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
1969 muse--main--1.0--patch-68
1971 * lisp/muse-mode.el (muse-grep): Remove commented-out code.
1974 ChangeLog.2006 lisp/muse-mode.el
1977 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
1980 Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
1982 muse--main--1.0--patch-67
1984 (Author: Per B. Sederberg <per@med.upenn.edu>)
1986 * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
1988 (muse-mode-map): Changed muse-browse-result to C-c C-v and made
1989 muse-find-backlinks C-c C-b
1990 (muse-grep): New function to envoke a search with the compiler.
1991 (muse-search-with-command): New function to search for text, optionally
1992 editing the command.
1993 (muse-search): New function to search for text.
1994 (muse-find-backlinks): New function to search for backlinks to the
1998 ChangeLog.2006 lisp/muse-mode.el
2001 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
2002 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
2003 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
2004 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
2005 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
2006 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
2007 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
2008 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
2009 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
2010 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
2011 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
2012 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
2015 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
2018 Make it easier to call context-specific region-escaping function.
2020 muse--main--1.0--patch-66
2022 * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
2023 returned from specials, call it with beg, end, ignore-read-only args.
2024 This allows for people to specify their own functions for escaping
2025 regions, depending on context. See `muse-xml-decide-specials' in
2026 muse-xml-common.el. This functionality already exists for escaping
2027 specials in strings.
2030 ChangeLog.2006 lisp/muse-publish.el
2033 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
2036 Attempt to make new syntaxes easier to support.
2038 muse--main--1.0--patch-65
2040 * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
2041 and `muse-get-link-data'.
2043 * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
2045 * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
2046 (muse-make-link): Change argument name.
2048 * lisp/muse.el (muse-handle-explicit-link): Ditto.
2049 (muse-get-link, muse-get-link-desc): New functions that return the link
2050 and the link description, respectively, from the given TARGET. The
2051 idea is that at least one other markup syntax puts descriptions before
2052 links, so all they would have to do is re-define these two functions.
2055 ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
2056 lisp/muse-mode.el lisp/muse.el
2059 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
2062 Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
2064 muse--main--1.0--patch-64
2066 * Makefile.defs, lisp/muse-colors.el: Fix typo.
2068 * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
2069 `replace-in-string' is checked before `replace-regexp-in-string', since
2070 XEmacs' implementation of the latter seems to be broken. Thanks to Jim
2071 Ottaway for the heads up.
2074 ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
2077 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
2080 muse-latex: Add footnotes to links so that they show up on printed copies.
2082 muse--main--1.0--patch-63
2084 * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
2085 'url-and-desc. Display footnotes if we have both a link and a
2086 description, since we want URLs to show up on printed documents.
2087 (muse-latex-markup-specials-document): Escape the "@" character in the
2090 * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
2091 without descriptions and URLs with descriptions. If no markup string
2092 exists for 'url-and-desc, fall back to 'url.
2095 ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
2098 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
2101 Fix publishing error with multi-line wrapped list items.
2103 muse--main--1.0--patch-62
2105 * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
2106 multiple lines of a wrapped list item.
2109 ChangeLog.2006 lisp/muse-publish.el
2112 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
2115 Add COPYING file; update headers.
2117 muse--main--1.0--patch-61
2119 * COPYING: New file containing the GNU GPL.
2121 * AUTHORS: Bookkeeping.
2123 * README: Add License section. Change Muse homepage URL.
2125 * debian/copyright: Change Muse homepage URL. Prune list to those who
2126 have changed 15+ lines of code, since this is the amount that
2127 constitutes legal contribution to a software work, AFAICT.
2129 * examples/mwolson: Update contents of directory to match my current
2132 * experimental/muse*.el, lisp/muse*.el: Update headers.
2134 * muse.texi: Change Muse homepage URL.
2137 .arch-ids/COPYING.id COPYING
2140 AUTHORS ChangeLog.2006 README debian/copyright
2141 examples/mwolson/muse-init.el
2142 examples/mwolson/stylesheets/blog.css
2143 examples/mwolson/stylesheets/common.css
2144 examples/mwolson/stylesheets/print.css
2145 examples/mwolson/stylesheets/screen.css
2146 experimental/muse-cite.el experimental/muse-mathml.el
2147 experimental/muse-message.el lisp/muse-backlink.el
2148 lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
2149 lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
2150 lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
2151 lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
2152 lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
2153 lisp/muse-publish.el lisp/muse-regexps.el
2154 lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
2155 lisp/muse-xml.el lisp/muse.el muse.texi
2158 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
2161 Update Muse XML schema.
2163 muse--main--1.0--patch-60
2165 * examples/muse.rnc: Allow nested list items. Update header. Provide
2166 history. We'll call this v0.3 of the schema.
2168 * lisp/muse-xml-common.el: Update header.
2169 (muse-xml-markup-table): Fix table generation when attributes are not
2173 ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
2176 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
2179 Fix output for consecutive list items of same type.
2181 muse--main--1.0--patch-59
2183 * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
2184 post-indent and indent-found values local to each list item. This
2185 should fix undesired behavior with consecutive list items of the same
2189 ChangeLog.2006 lisp/muse-publish.el
2192 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
2195 Make C-> and C-< keybindings not indent nested items.
2197 muse--main--1.0--patch-58
2199 * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
2202 * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
2203 optional, and document this.
2206 ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
2209 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
2212 Slightly improve flyspell integration.
2214 muse--main--1.0--patch-57
2216 * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
2217 property to determine whether we are at a link.
2220 ChangeLog.2006 lisp/muse-mode.el
2223 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
2226 Make nested definition list items work much better.
2228 muse--main--1.0--patch-56
2230 * lisp/muse-publish.el (muse-publish-surround-dl): Use
2231 `muse-forward-list-item'. Don't pass indent and post-indent to the
2233 (muse-publish-surround-text): If we are to determine the indentation,
2234 but have found no list items, set indent to the empty string. If we
2235 are to determine indentation but have found an item, get all leading
2236 whitespace and set indent to it. Never try to determine post-indent
2237 using the first line. Try to contain the amount of "damage" a nested
2238 list item can do to wrapped list item text.
2240 * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
2241 part so that it is easier to indicate the amount of desired initial
2244 * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
2246 (muse-forward-dl-term, muse-forward-dl-entry): Remove. Functionality
2247 merged into `muse-forward-list-item'.
2248 (muse-forward-list-item-1): New function that determines whether a
2249 nested list item is found.
2250 (muse-forward-list-item): Move hairy nested list detection algorithm
2251 into `muse-forward-list-item-1'. Be extra careful about terminating
2252 when we go past the boundary.
2255 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2259 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
2262 Add backlink support, thanks to Jim Ottaway.
2264 muse--main--1.0--patch-55
2266 * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
2267 variable that indicates whether Muse is fontifying the current buffer.
2268 (muse-colors-region): Set `muse-colors-fontifying' to t.
2270 * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
2271 support. I've modified it slightly to get rid of the defadvice forms.
2274 lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
2277 AUTHORS ChangeLog.2006 lisp/muse-colors.el
2280 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
2283 muse-protocols: Add Wikipedia support.
2285 muse--main--1.0--patch-54
2287 * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler. This
2288 is used to look up terms on the Wikipedia website.
2289 (muse-wikipedia-country): New option that specifies the country code to
2291 (muse-resolve-url-dict, muse-browse-url-dict): New functions that
2292 resolve and browse Wikipedia URLs.
2295 ChangeLog.2006 lisp/muse-protocols.el
2298 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
2301 muse-protocols: Add DOI handling.
2303 muse--main--1.0--patch-53
2305 * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
2306 DOI's (digitial object identifiers) are a standard identifier used in
2307 the publishing industry. Thanks to Phillip Lord for the patch.
2308 (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
2312 AUTHORS ChangeLog.2006 lisp/muse-protocols.el
2315 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
2318 Refine previous patch.
2320 muse--main--1.0--patch-52
2322 * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
2323 ever use the fallback method. Save point when using new method.
2326 ChangeLog.2006 lisp/muse-mode.el
2329 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
2332 Make visiting of links a bit faster.
2334 muse--main--1.0--patch-51
2336 * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
2338 (muse-link-properties): If we are highlighting a link, add the
2341 * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
2342 exists at point, use it to bound the link. Otherwise, use the old
2343 method. This should make it easier to visit custom implicit link
2344 forms, since it does not require a change to muse-implicit-link-regexp.
2346 * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
2347 used when muse-colors.el is loaded.
2350 ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2351 lisp/muse-regexps.el
2354 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
2357 Make resolving of inline image paths more flexible.
2359 muse--main--1.0--patch-50
2361 * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
2362 `muse-inline-relative-to'. Add muse-colors-use-publishing-directory
2363 option. Make the fallback customization type a function rather than a
2365 (muse-colors-use-publishing-directory): New function that takes the
2366 best guess at where the current Muse file will be published and makes
2367 the given link relative to that.
2368 (muse-colors-insert-image): If muse-colors-inline-image-method is
2369 'default-directory, use the default directory. If it is a function,
2370 call that function with LINK as an argument. Otherwise, give up.
2373 ChangeLog.2006 lisp/muse-colors.el
2376 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
2379 Fix inline image lockup.
2381 muse--main--1.0--patch-49
2383 * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
2384 patch-47. This will prevent Muse from locking up after making a new
2388 ChangeLog.2006 lisp/muse-colors.el
2391 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
2394 Fix publishing problem with XEmacs.
2396 muse--main--1.0--patch-48
2398 * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
2399 publishing problem when text at beginning of buffer is read-only.
2400 Thanks to Christian Clercin for the report.
2403 ChangeLog.2006 lisp/muse-publish.el
2406 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
2409 Get increase and decrease of list indentation to work with complex cases.
2411 muse--main--1.0--patch-47
2413 * lisp/muse-colors.el: Miscellaneous whitespace fixes.
2414 (muse-colors-explicit-link): Minor logic tweak. The indentation seems
2415 to indicate this interpretation, though parens are different.
2417 * lisp/muse-mode.el: Miscellaneous whitespace fixes.
2418 (muse-alter-list-item-indentation): New function that alters the list
2419 structure at point. The behavior to use is specified by the OPERATION
2420 argument. Currently-supported operations are 'increase and 'decrease
2421 indentation level. This now uses the same sort of list detection
2422 algorithm that is used during publishing, so it should work as expected
2423 for complicated cases.
2424 (muse-increase-list-item-indentation)
2425 (muse-decrease-list-item-indentation): Use
2426 `muse-alter-list-item-indentation'.
2429 ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2432 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
2435 Code simplification; improve muse-list-item-type function.
2437 muse--main--1.0--patch-46
2439 * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
2440 'dl-entry, instead of just returning 'dl.
2441 (muse-forward-dl-term, muse-forward-dl-entry): Use
2442 muse-forward-list-item.
2443 (muse-forward-dl-part): Remove, merge functionality into
2444 muse-forward-list-item.
2445 (muse-forward-list-item): Add a few conditions needed for skipping
2446 nested 'dl-term and 'dl-entry items.
2449 ChangeLog.2006 lisp/muse.el
2452 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
2455 Put movement by list and paragraph functions in muse.el.
2457 muse--main--1.0--patch-45
2459 * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
2460 (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
2461 (muse-forward-list-item): Move here from muse-publish.el, so that
2462 muse-mode can make use of these.
2465 ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
2468 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
2471 Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
2473 muse--main--1.0--patch-44
2475 (Author: Per B. Sederberg <per@med.upenn.edu>)
2477 * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
2478 decrease the current item indentation.
2479 (muse-get-paragraph-start): Helper function to determine the start of
2480 the current paragraph.
2481 (muse-insert-list-item): Cleaned up list item insertion code and made
2482 it handle definitions.
2483 (muse-increase-list-item-indentation): New interactive function to
2484 increase list item indentation.
2485 (muse-decrease-list-item-indentation): New interactive function to
2486 decrease list item indentation.
2489 ChangeLog.2006 lisp/muse-mode.el
2492 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
2493 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
2494 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
2495 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
2496 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
2497 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
2498 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
2499 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
2500 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
2501 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
2504 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
2507 Use slightly better algorithm for removing initial whitespace.
2509 muse--main--1.0--patch-43
2511 * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
2512 the definition occurred on the same line as the term.
2513 (muse-publish-surround-text): Use a slightly better algorithm for
2514 removing initial indentation of list items. This way, we preserve
2515 nesting of lists and also deal with same-level items that occur after
2516 nested items. This probably doesn't make much of a difference in the
2517 output, but it should make support of nested definition lists a bit
2518 less troublesome in some cases.
2519 (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
2521 (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
2522 data. Don't remove any text. This makes the function easier to reuse
2523 in display-only situations.
2526 ChangeLog.2006 lisp/muse-publish.el
2529 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
2532 In a preliminary way, make definition lists nest.
2534 muse--main--1.0--patch-42
2536 * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
2537 lists nest a bit better.
2539 * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
2543 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2546 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
2549 Fix nested list regression.
2551 muse--main--1.0--patch-41
2553 * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
2554 original indentation value and use that. This fixes a regression
2555 caused by the last patch.
2558 ChangeLog.2006 lisp/muse-publish.el
2561 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
2564 Make code look nicer by using muse-forward-dl-* functions.
2566 muse--main--1.0--patch-40
2568 * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
2569 forms into muse-forward-dl-* for increased reusability.
2570 (muse-publish-surround-text): Call move function with an indent
2571 argument so that we don't have to use partial substitution in lambda
2573 (muse-forward-dl-term): New function that moves forward to the next
2574 definition list term.
2575 (muse-forward-dl-entry): New function that moves forward to the next
2576 definition list entry.
2577 (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
2578 does not move past entire definition list items, only parts of them.
2579 (muse-publish-markup-list, muse-publish-markup-quote):
2580 (muse-publish-quote-tag): Use better lambda form, and include a
2584 ChangeLog.2006 lisp/muse-publish.el
2587 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
2590 Handle blockquoted sections within lists properly.
2592 muse--main--1.0--patch-39
2594 * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
2595 property. This should make blockquoted sections within a list do the
2597 (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
2598 behavior of `muse-forward-paragraph'.
2601 ChangeLog.2006 lisp/muse-publish.el
2604 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
2607 Fix problem when previous list item was nested.
2609 muse--main--1.0--patch-38
2611 * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
2612 indicator at the correct place. This fixes an error where a previous
2613 list was nested but the current one isn't. Thanks to Per B. Sederberg
2617 ChangeLog.2006 lisp/muse-publish.el
2620 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
2623 Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
2625 muse--main--1.0--patch-37
2627 * muse.texi (Implicit Links): Mention how to customize the WikiName
2628 recognition, and note that if you're setting this manually, you have to
2629 call some additional code. This should fix #5376. Also remove local
2630 variables section at end, since it seems pointless.
2633 ChangeLog.2006 muse.texi
2636 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
2639 Fix #5325: nested formatting not working in HTML output.
2641 muse--main--1.0--patch-36
2643 * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
2644 work. I'm a bit worried about possible double-escaping, though.
2645 Perhaps we should write the context to a text property and escape it
2646 later. This should fix #5325.
2649 ChangeLog.2006 lisp/muse-publish.el
2652 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
2655 Make paragraphs respect the end of a list or list item.
2657 muse--main--1.0--patch-35
2659 * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
2660 end of a list (or list item), back up. This allows for a nice side
2661 effect when using indented sentences in between list items.
2663 * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
2665 * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
2667 * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
2668 and end-item are marked up with end-list properties.
2671 ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2672 lisp/muse-publish.el lisp/muse-xml.el
2675 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
2678 Make sure an initial term exists before publishing definition list.
2680 muse--main--1.0--patch-34
2682 * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
2683 exists before publishing a definition list.
2686 ChangeLog.2006 lisp/muse-publish.el
2689 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
2692 Add comments to nested list code.
2694 muse--main--1.0--patch-33
2696 * lisp/muse-publish.el (muse-publish-surround-dl)
2697 (muse-publish-surround-text, muse-forward-dl-item):
2698 (muse-forward-list-item): Add comments, since there were many
2699 intricacies that are probably not obvious to the casual reader.
2700 (muse-forward-dl-item): Remove no-op condition.
2703 ChangeLog.2006 lisp/muse-publish.el
2706 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
2709 Make nested list items work when separated by one blank line.
2711 muse--main--1.0--patch-32
2713 * lisp/muse-publish.el (muse-publish-surround-dl): Use
2714 muse-forward-dl-item instead of muse-forward-list-item. On second
2715 thought, don't unconditionally insert a newline, as that breaks some
2717 (muse-forward-dl-item): New function that moves forward to the next
2718 definition list item. This was factored out from
2719 muse-forward-list-item, since it was getting too complex for my liking.
2720 (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
2721 indented line, and skip past these if we have a blank line followed by
2722 an indented line. "Indented" means "indented one past the current
2723 indentation level" here. Remove some initial whitespace that was being
2727 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2730 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
2733 Fix a couple of bugs in muse-wiki-resolve-project-page.
2735 muse--main--1.0--patch-31
2737 * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
2738 better algorithm for adding styles to a list.
2740 * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
2741 carefully. This should fix one or two hard-to-explain bugs.
2744 ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
2747 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
2750 Fix another definition list edge case.
2752 muse--main--1.0--patch-30
2754 * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
2755 unordered list immediately follows definition list term.
2758 ChangeLog.2006 lisp/muse-publish.el
2761 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
2764 Pass all current definition list test cases.
2766 muse--main--1.0--patch-29
2768 * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
2769 line if definition is not on the same line as the term.
2770 (muse-forward-list-item): Fix publishing incorrectness that occurred
2771 when a non-dl list follows a definition list. Always move to the right
2772 place so as to prevent extra empty dd elements from being published.
2775 ChangeLog.2006 lisp/muse-publish.el
2778 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
2781 Merge consecutive definition list terms properly.
2783 muse--main--1.0--patch-28
2785 * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
2786 correctly. This makes Muse merge several definition list items into
2788 (muse-forward-list-item): Use simpler regexp for 'dl.
2790 * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
2791 definition lists, and make terms the 2nd matched text.
2794 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2797 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
2802 muse--main--1.0--patch-27
2806 * muse-colors.el, muse-mode.el: Credit contributions.
2809 AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2812 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
2815 Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
2817 muse--main--1.0--patch-26
2821 * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2822 Added ability to show inline images in the Emacs buffer.
2824 * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2825 Added enhanced list item insertion.
2829 (Author: Per B. Sederberg <per@med.upenn.edu>)
2831 * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
2832 list item. New key mapping to toggle showing images. Added a key
2833 mapping to insert a link to a file and modified the key map to insert a
2835 (muse-on-blank-line): Helper function to determine if the point is on a
2836 line containing only blank spaces.
2837 (muse-insert-list-item): New interactive function to insert a new list
2838 item, taking into account the current list state.
2839 (muse-insert-relative-link-to-file): New function to insert a link to a
2840 file, relative to the default directory.
2842 * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
2843 for where to search for images to inline in the buffer.
2844 (muse-colors-inline-images): Added custom boolean field for whether to
2845 show inline images in the buffer.
2846 (muse-colors-toggle-inline-images): New function to toggle showing the
2847 inline images in the buffer.
2848 (muse-unhighlight-region): Now removes end-glyph text properties to
2850 (muse-colors-resolve-image-file): New function to determine if a link
2851 is an image and whether the version of Emacs can support inline images.
2852 (muse-make-file-glyph): New function to create an image glyph if we are
2854 (muse-colors-insert-image): New function to insert an image in an Emacs
2856 (muse-colors-explicit-link): Modified function to have the ability to
2857 insert an image instead of formatting the text of the link.
2860 ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2863 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
2864 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
2865 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2866 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2867 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
2870 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
2873 Pass testcase for definition list and nested unordered list.
2875 muse--main--1.0--patch-25
2877 * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
2878 lists always have at least one entry. This appears to do the right
2879 thing with a sample nested unordered list.
2882 ChangeLog.2006 lisp/muse-publish.el
2885 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
2888 Some definition list fixes.
2890 muse--main--1.0--patch-24
2892 * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
2893 markup for end of list using the `muse-insert-markup-end-list'
2894 function. Handle list items nested inside of a definition list.
2897 ChangeLog.2006 lisp/muse-publish.el
2900 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
2903 Fix another wrapped list item edge case.
2905 muse--main--1.0--patch-23
2907 * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2908 indentation in a region when we encounter any list items. This should
2909 fix another wrapped list item edge case. Thanks to Per B. Sederberg
2913 ChangeLog.2006 lisp/muse-publish.el
2916 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2919 Fix comment in Debian packaging.
2921 muse--main--1.0--patch-22
2923 * debian/emacsen-remove: Fix comment.
2926 ChangeLog.2006 debian/emacsen-remove
2929 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2932 muse-blosxom: Fix order of #tags line in header.
2934 muse--main--1.0--patch-21
2936 * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2937 rather than before it. Thanks to bkhl for the heads up.
2940 ChangeLog.2006 lisp/muse-blosxom.el
2943 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
2946 muse-blosxom: Add ability to use tags in entries.
2948 muse--main--1.0--patch-20
2950 * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
2952 (muse-blosxom-use-tags): New option that specifies whether we are using
2954 (muse-blosxom-new-entry): If using tags, read tags until the user hits
2955 RET without entering one.
2958 ChangeLog.2006 lisp/muse-blosxom.el
2961 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
2964 Fix backtrace when publishing unsaved files.
2966 muse--main--1.0--patch-19
2968 * lisp/muse-publish.el (muse-publish-file): Detect case where we are
2969 trying to publish a file that has not been saved, and give an
2970 explanation to the user.
2973 ChangeLog.2006 lisp/muse-publish.el
2976 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
2979 muse-texinfo: Fix link suffix.
2981 muse--main--1.0--patch-18
2983 * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
2984 styles. This should fix a bug where links in published info files use
2985 an incorrect extension. Thanks to Hans Ekbrand for the report!
2988 ChangeLog.2006 lisp/muse-texinfo.el
2991 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
2994 Fix prompting of non-Muse buffers before publishing.
2996 muse--main--1.0--patch-17
2998 * lisp/muse-project.el (muse-project-of-file): Apply fix from René
2999 Stadler to ignore buffers that have no associated filename. This fixes
3000 an annoyance where Muse prompts to save BBDB and ERC buffers before
3004 AUTHORS ChangeLog.2006 lisp/muse-project.el
3007 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
3010 Fix wrapped nested list item edge case.
3012 muse--main--1.0--patch-16
3014 * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
3015 since it is no longer needed. Tweak 2200 regexp to cover 2300's use
3017 (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
3018 (muse-list-item-type): Handle the new change to muse-list-item-regexp.
3020 * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
3021 exactly one space character in front of a unnumbered or numbered list.
3022 This should make it easier to match every list instance, since
3023 definition lists can now be handled more nicely in
3024 muse-publish-markup-regexps. This also has the effect of fixing a
3025 wrapped nested list item edge case.
3028 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
3031 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
3034 Fix edge case in muse-wiki-publish-pretty-title.
3036 muse--main--1.0--patch-15
3038 * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
3039 the document does not have a valid title, use the empty string.
3042 ChangeLog.2006 lisp/muse-wiki.el
3045 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
3048 Use debian/compat to determine debhelper compat level.
3050 muse--main--1.0--patch-14
3052 * debian/compat: New file that sets the debhelper compatibility level to
3055 * debian/rules: Remove DH_COMPAT line.
3058 debian/.arch-ids/compat.id debian/compat
3061 ChangeLog.2006 debian/rules
3064 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
3067 Fix a couple of table-publishing edge cases.
3069 muse--main--1.0--patch-13
3071 * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
3072 publishing error that occurs when a table line is the last thing in a
3073 document. Thanks to cymacs for the report and suggested fix.
3074 (muse-publish-table-fields): Skip initial blank lines, and don't remove
3077 * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
3078 at the end of the 'end-table markup string.
3080 * lisp/muse-html.el (muse-html-markup-strings): Ditto.
3082 * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
3084 * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
3085 newline at the end of the table. This should fix a problem with
3086 paragraphs after tables not being published as such. Thanks to cymacs
3089 * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
3090 muse-insert-markup to insert a trailing newline.
3093 ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
3094 lisp/muse-publish.el lisp/muse-texinfo.el
3095 lisp/muse-xml-common.el lisp/muse-xml.el
3098 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
3101 Add ChangeLog for 2006 and move previous ChangeLog for 2005.
3103 muse--main--1.0--patch-12
3107 .arch-ids/ChangeLog.2006.id ChangeLog.2006
3110 .arch-ids/ChangeLog.id
3111 ==> .arch-ids/ChangeLog.2005.id
3116 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
3119 Make muse-journal work with whole-document escaping.
3121 muse--main--1.0--patch-11
3123 * examples/mwolson/templates/*: Change "Published by Muse" to "Published
3124 by Emacs Muse" so that muse-journal does not get confused.
3126 * lisp/muse-journal.el (muse-journal-html-munge-buffer):
3127 (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
3128 for whole-buffer escaping. Thanks to mondoshawan for the report.
3129 (muse-journal-rss-munge-buffer): Display a warning if someone does not
3130 have "Page published by Emacs Muse (begins|ends) here" in their header
3131 or footer, since muse-journal needs this in order to determine where
3132 entries begin and end.
3135 examples/mwolson/templates/footer.html
3136 examples/mwolson/templates/generic-footer.html
3137 examples/mwolson/templates/generic-header.html
3138 examples/mwolson/templates/header.html
3139 examples/mwolson/templates/header.tex lisp/muse-journal.el
3142 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
3145 Get simple test case for definition lists to work.
3147 muse--main--1.0--patch-10
3149 * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
3151 (muse-forward-list-item): Fix edge case.
3154 lisp/muse-publish.el
3157 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
3160 Add documentation to some publishing functions.
3162 muse--main--1.0--patch-9
3164 * lisp/muse-publish.el (muse-publish-mark-read-only)
3165 (muse-publish-mark-noemphasis): Add documentation.
3168 lisp/muse-publish.el
3171 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
3174 Fix an error with `custom-quote'.
3176 muse--main--1.0--patch-8
3178 * lisp/muse-project.el: Require 'cus-edit, since that is where
3179 `custom-quote' is defined.
3181 * muse.texi: Use copyright symbol.
3184 lisp/muse-project.el muse.texi
3187 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
3190 muse-registry: update from author.
3192 muse--main--1.0--patch-7
3194 * lisp/muse-registry.el: Update to newest version from author.
3198 lisp/muse-registry.el
3201 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
3204 muse-latex: Handle double-quote edge case.
3206 muse--main--1.0--patch-6
3208 * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
3209 character begins the buffer.
3215 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
3218 Allow beginning and ending empty elements in tables.
3220 muse--main--1.0--patch-5
3222 * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
3223 whitespace after the field if we're at the end of a line.
3224 (muse-table-line-regexp): Allow the table to start with a "|". The
3225 resulting initial empty cell isn't yet thrown away like it should be.
3228 lisp/muse-regexps.el
3231 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
3234 muse-latex: Use \url to publish bare URLs.
3236 muse--main--1.0--patch-4
3238 * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
3239 \href for bare URLs. Thanks to Na Li for the suggestion!
3245 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
3248 Create parents of output directories.
3250 muse--main--1.0--patch-3
3252 * lisp/muse-project.el (muse-project-publish-file): Create parent
3253 directories as well, if the output directory does not exist. This can
3254 happen when we have nested directories in a project.
3257 lisp/muse-project.el
3260 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
3263 Pick a better default if publishing with more than one style.
3265 muse--main--1.0--patch-2
3267 * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
3268 the list we return is in the right order. That way, if more than one
3269 publishing rule matches a link, the first one is used, rather than the
3273 lisp/muse-project.el
3276 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
3279 Oops, committed to the wrong archive.
3281 muse--main--1.0--patch-1
3285 * mwolson@gnu.org--2005/muse--main--1.0--patch-356
3288 * mwolson@gnu.org--2005/muse--main--1.0--patch-357
3292 ChangeLog debian/emacsen-startup
3295 debian/.arch-ids/NEWS.Debian.id
3296 ==> debian/.arch-ids/NEWS.id
3301 mwolson@gnu.org--2005/muse--main--1.0--patch-356
3302 mwolson@gnu.org--2005/muse--main--1.0--patch-357
3305 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
3308 tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
3310 muse--main--1.0--base-0
3312 See ChangeLog.2005 for earlier changes.
3315 ajk@iu.edu--2005/muse--ajk--1.0--base-0
3316 ajk@iu.edu--2005/muse--ajk--1.0--patch-1
3317 ajk@iu.edu--2005/muse--ajk--1.0--patch-2
3318 ajk@iu.edu--2005/muse--ajk--1.0--patch-3
3319 ajk@iu.edu--2005/muse--ajk--1.0--patch-4
3320 ajk@iu.edu--2005/muse--ajk--1.0--patch-5
3321 ajk@iu.edu--2005/muse--ajk--1.0--patch-6
3322 ajk@iu.edu--2005/muse--ajk--1.0--patch-7
3323 ajk@iu.edu--2005/muse--ajk--1.0--patch-8
3324 ajk@iu.edu--2005/muse--ajk--1.0--patch-9
3325 ajk@iu.edu--2005/muse--main--1.0--base-0
3326 ajk@iu.edu--2005/muse--main--1.0--patch-1
3327 ajk@iu.edu--2005/muse--main--1.0--patch-2
3328 davidsmith@acm.org--2005/muse--devo--1.0--base-0
3329 davidsmith@acm.org--main/muse--devo--1.0--base-0
3330 davidsmith@acm.org--main/muse--devo--1.0--patch-1
3331 davidsmith@acm.org--main/muse--devo--1.0--patch-2
3332 hodique@lifl.fr--2005/muse--yh--1.0--base-0
3333 hodique@lifl.fr--2005/muse--yh--1.0--patch-1
3334 hodique@lifl.fr--2005/muse--yh--1.0--patch-2
3335 hodique@lifl.fr--2005/muse--yh--1.0--patch-3
3336 hodique@lifl.fr--2005/muse--yh--1.0--patch-4
3337 hodique@lifl.fr--2005/muse--yh--1.0--patch-5
3338 hodique@lifl.fr--2005/muse--yh--1.0--patch-6
3339 hodique@lifl.fr--2005/muse--yh--1.0--patch-7
3340 hodique@lifl.fr--2005/muse--yh--1.0--patch-8
3341 hodique@lifl.fr--2005/muse--yh--1.0--patch-9
3342 hodique@lifl.fr--2005/muse--yh--1.0--patch-10
3343 hodique@lifl.fr--2005/muse--yh--1.0--patch-11
3344 hodique@lifl.fr--2005/muse--yh--1.0--patch-12
3345 hodique@lifl.fr--2005/muse--yh--1.0--patch-13
3346 hodique@lifl.fr--2005/muse--yh--1.0--patch-14
3347 hodique@lifl.fr--2005/muse--yh--1.0--patch-15
3348 hodique@lifl.fr--2005/muse--yh--1.0--patch-16
3349 hodique@lifl.fr--2005/muse--yh--1.0--patch-17
3350 hodique@lifl.fr--2005/muse--yh--1.0--patch-18
3351 hodique@lifl.fr--2005/muse--yh--1.0--patch-19
3352 hodique@lifl.fr--2005/muse--yh--1.0--patch-20
3353 hodique@lifl.fr--2005/muse--yh--1.0--patch-21
3354 hodique@lifl.fr--2005/muse--yh--1.0--patch-22
3355 hodique@lifl.fr--2005/muse--yh--1.0--patch-23
3356 hodique@lifl.fr--2005/muse--yh--1.0--patch-24
3357 hodique@lifl.fr--2005/muse--yh--1.0--patch-25
3358 hodique@lifl.fr--2005/muse--yh--1.0--patch-26
3359 hodique@lifl.fr--2005/muse--yh--1.0--patch-27
3360 hodique@lifl.fr--2005/muse--yh--1.0--patch-28
3361 hodique@lifl.fr--2005/muse--yh--1.0--patch-29
3362 hodique@lifl.fr--2005/muse--yh--1.0--patch-30
3363 hodique@lifl.fr--2005/muse--yh--1.0--patch-31
3364 hodique@lifl.fr--2005/muse--yh--1.0--patch-32
3365 hodique@lifl.fr--2005/muse--yh--1.0--patch-33
3366 hodique@lifl.fr--2005/muse--yh--1.0--patch-34
3367 hodique@lifl.fr--2005/muse--yh--1.0--patch-35
3368 hodique@lifl.fr--2005/muse--yh--1.0--patch-36
3369 hodique@lifl.fr--2005/muse--yh--1.0--patch-37
3370 hodique@lifl.fr--2005/muse--yh--1.0--patch-38
3371 hodique@lifl.fr--2005/muse--yh--1.0--patch-39
3372 hodique@lifl.fr--2005/muse--yh--1.0--patch-40
3373 hodique@lifl.fr--2005/muse--yh--1.0--patch-41
3374 hodique@lifl.fr--2005/muse--yh--1.0--patch-42
3375 hodique@lifl.fr--2005/muse--yh--1.0--patch-43
3376 hodique@lifl.fr--2005/muse--yh--1.0--patch-44
3377 hodique@lifl.fr--2005/muse--yh--1.0--patch-45
3378 jeho@jeho.org--2005/muse--jeho--1.0--base-0
3379 jeho@jeho.org--2005/muse--jeho--1.0--patch-1
3380 jeho@jeho.org--2005/muse--jeho--1.0--patch-2
3381 jeho@jeho.org--2005/muse--jeho--1.0--patch-3
3382 jeho@jeho.org--2005/muse--jeho--1.0--patch-4
3383 jeho@jeho.org--2005/muse--jeho--1.0--patch-5
3384 jeho@jeho.org--2005/muse--jeho--1.0--patch-6
3385 jeho@jeho.org--2005/muse--jeho--1.0--patch-7
3386 jeho@jeho.org--2005/muse--jeho--1.0--patch-8
3387 jeho@jeho.org--2005/muse--jeho--1.0--patch-9
3388 jeho@jeho.org--2005/muse--jeho--1.0--patch-10
3389 jeho@jeho.org--2005/muse--jeho--1.0--patch-11
3390 jeho@jeho.org--2005/muse--jeho--1.0--patch-12
3391 jeho@jeho.org--2005/muse--jeho--1.0--patch-13
3392 jeho@jeho.org--2005/muse--jeho--1.0--patch-14
3393 jeho@jeho.org--2005/muse--jeho--1.0--patch-15
3394 jeho@jeho.org--2005/muse--jeho--1.0--patch-16
3395 jeho@jeho.org--2005/muse--jeho--1.0--patch-17
3396 jeho@jeho.org--2005/muse--jeho--1.0--patch-18
3397 jeho@jeho.org--2005/muse--jeho--1.0--patch-19
3398 jeho@jeho.org--2005/muse--jeho--1.0--patch-20
3399 jeho@jeho.org--2005/muse--jeho--1.0--patch-21
3400 john@wjsullivan.net--2006/muse--johnsu01--0--base-0
3401 john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
3402 lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
3403 lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
3404 lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
3405 lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
3406 lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
3407 mwolson@gnu.org--2005/muse--main--1.0--base-0
3408 mwolson@gnu.org--2005/muse--main--1.0--patch-1
3409 mwolson@gnu.org--2005/muse--main--1.0--patch-2
3410 mwolson@gnu.org--2005/muse--main--1.0--patch-3
3411 mwolson@gnu.org--2005/muse--main--1.0--patch-4
3412 mwolson@gnu.org--2005/muse--main--1.0--patch-5
3413 mwolson@gnu.org--2005/muse--main--1.0--patch-6
3414 mwolson@gnu.org--2005/muse--main--1.0--patch-7
3415 mwolson@gnu.org--2005/muse--main--1.0--patch-8
3416 mwolson@gnu.org--2005/muse--main--1.0--patch-9
3417 mwolson@gnu.org--2005/muse--main--1.0--patch-10
3418 mwolson@gnu.org--2005/muse--main--1.0--patch-11
3419 mwolson@gnu.org--2005/muse--main--1.0--patch-12
3420 mwolson@gnu.org--2005/muse--main--1.0--patch-13
3421 mwolson@gnu.org--2005/muse--main--1.0--patch-14
3422 mwolson@gnu.org--2005/muse--main--1.0--patch-15
3423 mwolson@gnu.org--2005/muse--main--1.0--patch-16
3424 mwolson@gnu.org--2005/muse--main--1.0--patch-17
3425 mwolson@gnu.org--2005/muse--main--1.0--patch-18
3426 mwolson@gnu.org--2005/muse--main--1.0--patch-19
3427 mwolson@gnu.org--2005/muse--main--1.0--patch-20
3428 mwolson@gnu.org--2005/muse--main--1.0--patch-21
3429 mwolson@gnu.org--2005/muse--main--1.0--patch-22
3430 mwolson@gnu.org--2005/muse--main--1.0--patch-23
3431 mwolson@gnu.org--2005/muse--main--1.0--patch-24
3432 mwolson@gnu.org--2005/muse--main--1.0--patch-25
3433 mwolson@gnu.org--2005/muse--main--1.0--patch-26
3434 mwolson@gnu.org--2005/muse--main--1.0--patch-27
3435 mwolson@gnu.org--2005/muse--main--1.0--patch-28
3436 mwolson@gnu.org--2005/muse--main--1.0--patch-29
3437 mwolson@gnu.org--2005/muse--main--1.0--patch-30
3438 mwolson@gnu.org--2005/muse--main--1.0--patch-31
3439 mwolson@gnu.org--2005/muse--main--1.0--patch-32
3440 mwolson@gnu.org--2005/muse--main--1.0--patch-33
3441 mwolson@gnu.org--2005/muse--main--1.0--patch-34
3442 mwolson@gnu.org--2005/muse--main--1.0--patch-35
3443 mwolson@gnu.org--2005/muse--main--1.0--patch-36
3444 mwolson@gnu.org--2005/muse--main--1.0--patch-37
3445 mwolson@gnu.org--2005/muse--main--1.0--patch-38
3446 mwolson@gnu.org--2005/muse--main--1.0--patch-39
3447 mwolson@gnu.org--2005/muse--main--1.0--patch-40
3448 mwolson@gnu.org--2005/muse--main--1.0--patch-41
3449 mwolson@gnu.org--2005/muse--main--1.0--patch-42
3450 mwolson@gnu.org--2005/muse--main--1.0--patch-43
3451 mwolson@gnu.org--2005/muse--main--1.0--patch-44
3452 mwolson@gnu.org--2005/muse--main--1.0--patch-45
3453 mwolson@gnu.org--2005/muse--main--1.0--patch-46
3454 mwolson@gnu.org--2005/muse--main--1.0--patch-47
3455 mwolson@gnu.org--2005/muse--main--1.0--patch-48
3456 mwolson@gnu.org--2005/muse--main--1.0--patch-49
3457 mwolson@gnu.org--2005/muse--main--1.0--patch-50
3458 mwolson@gnu.org--2005/muse--main--1.0--patch-51
3459 mwolson@gnu.org--2005/muse--main--1.0--patch-52
3460 mwolson@gnu.org--2005/muse--main--1.0--patch-53
3461 mwolson@gnu.org--2005/muse--main--1.0--patch-54
3462 mwolson@gnu.org--2005/muse--main--1.0--patch-55
3463 mwolson@gnu.org--2005/muse--main--1.0--patch-56
3464 mwolson@gnu.org--2005/muse--main--1.0--patch-57
3465 mwolson@gnu.org--2005/muse--main--1.0--patch-58
3466 mwolson@gnu.org--2005/muse--main--1.0--patch-59
3467 mwolson@gnu.org--2005/muse--main--1.0--patch-60
3468 mwolson@gnu.org--2005/muse--main--1.0--patch-61
3469 mwolson@gnu.org--2005/muse--main--1.0--patch-62
3470 mwolson@gnu.org--2005/muse--main--1.0--patch-63
3471 mwolson@gnu.org--2005/muse--main--1.0--patch-64
3472 mwolson@gnu.org--2005/muse--main--1.0--patch-65
3473 mwolson@gnu.org--2005/muse--main--1.0--patch-66
3474 mwolson@gnu.org--2005/muse--main--1.0--patch-67
3475 mwolson@gnu.org--2005/muse--main--1.0--patch-68
3476 mwolson@gnu.org--2005/muse--main--1.0--patch-69
3477 mwolson@gnu.org--2005/muse--main--1.0--patch-70
3478 mwolson@gnu.org--2005/muse--main--1.0--patch-71
3479 mwolson@gnu.org--2005/muse--main--1.0--patch-72
3480 mwolson@gnu.org--2005/muse--main--1.0--patch-73
3481 mwolson@gnu.org--2005/muse--main--1.0--patch-74
3482 mwolson@gnu.org--2005/muse--main--1.0--patch-75
3483 mwolson@gnu.org--2005/muse--main--1.0--patch-76
3484 mwolson@gnu.org--2005/muse--main--1.0--patch-77
3485 mwolson@gnu.org--2005/muse--main--1.0--patch-78
3486 mwolson@gnu.org--2005/muse--main--1.0--patch-79
3487 mwolson@gnu.org--2005/muse--main--1.0--patch-80
3488 mwolson@gnu.org--2005/muse--main--1.0--patch-81
3489 mwolson@gnu.org--2005/muse--main--1.0--patch-82
3490 mwolson@gnu.org--2005/muse--main--1.0--patch-83
3491 mwolson@gnu.org--2005/muse--main--1.0--patch-84
3492 mwolson@gnu.org--2005/muse--main--1.0--patch-85
3493 mwolson@gnu.org--2005/muse--main--1.0--patch-86
3494 mwolson@gnu.org--2005/muse--main--1.0--patch-87
3495 mwolson@gnu.org--2005/muse--main--1.0--patch-88
3496 mwolson@gnu.org--2005/muse--main--1.0--patch-89
3497 mwolson@gnu.org--2005/muse--main--1.0--patch-90
3498 mwolson@gnu.org--2005/muse--main--1.0--patch-91
3499 mwolson@gnu.org--2005/muse--main--1.0--patch-92
3500 mwolson@gnu.org--2005/muse--main--1.0--patch-93
3501 mwolson@gnu.org--2005/muse--main--1.0--patch-94
3502 mwolson@gnu.org--2005/muse--main--1.0--patch-95
3503 mwolson@gnu.org--2005/muse--main--1.0--patch-96
3504 mwolson@gnu.org--2005/muse--main--1.0--patch-97
3505 mwolson@gnu.org--2005/muse--main--1.0--patch-98
3506 mwolson@gnu.org--2005/muse--main--1.0--patch-99
3507 mwolson@gnu.org--2005/muse--main--1.0--patch-100
3508 mwolson@gnu.org--2005/muse--main--1.0--patch-101
3509 mwolson@gnu.org--2005/muse--main--1.0--patch-102
3510 mwolson@gnu.org--2005/muse--main--1.0--patch-103
3511 mwolson@gnu.org--2005/muse--main--1.0--patch-104
3512 mwolson@gnu.org--2005/muse--main--1.0--patch-105
3513 mwolson@gnu.org--2005/muse--main--1.0--patch-106
3514 mwolson@gnu.org--2005/muse--main--1.0--patch-107
3515 mwolson@gnu.org--2005/muse--main--1.0--patch-108
3516 mwolson@gnu.org--2005/muse--main--1.0--patch-109
3517 mwolson@gnu.org--2005/muse--main--1.0--patch-110
3518 mwolson@gnu.org--2005/muse--main--1.0--patch-111
3519 mwolson@gnu.org--2005/muse--main--1.0--patch-112
3520 mwolson@gnu.org--2005/muse--main--1.0--patch-113
3521 mwolson@gnu.org--2005/muse--main--1.0--patch-114
3522 mwolson@gnu.org--2005/muse--main--1.0--patch-115
3523 mwolson@gnu.org--2005/muse--main--1.0--patch-116
3524 mwolson@gnu.org--2005/muse--main--1.0--patch-117
3525 mwolson@gnu.org--2005/muse--main--1.0--patch-118
3526 mwolson@gnu.org--2005/muse--main--1.0--patch-119
3527 mwolson@gnu.org--2005/muse--main--1.0--patch-120
3528 mwolson@gnu.org--2005/muse--main--1.0--patch-121
3529 mwolson@gnu.org--2005/muse--main--1.0--patch-122
3530 mwolson@gnu.org--2005/muse--main--1.0--patch-123
3531 mwolson@gnu.org--2005/muse--main--1.0--patch-124
3532 mwolson@gnu.org--2005/muse--main--1.0--patch-125
3533 mwolson@gnu.org--2005/muse--main--1.0--patch-126
3534 mwolson@gnu.org--2005/muse--main--1.0--patch-127
3535 mwolson@gnu.org--2005/muse--main--1.0--patch-128
3536 mwolson@gnu.org--2005/muse--main--1.0--patch-129
3537 mwolson@gnu.org--2005/muse--main--1.0--patch-130
3538 mwolson@gnu.org--2005/muse--main--1.0--patch-131
3539 mwolson@gnu.org--2005/muse--main--1.0--patch-132
3540 mwolson@gnu.org--2005/muse--main--1.0--patch-133
3541 mwolson@gnu.org--2005/muse--main--1.0--patch-134
3542 mwolson@gnu.org--2005/muse--main--1.0--patch-135
3543 mwolson@gnu.org--2005/muse--main--1.0--patch-136
3544 mwolson@gnu.org--2005/muse--main--1.0--patch-137
3545 mwolson@gnu.org--2005/muse--main--1.0--patch-138
3546 mwolson@gnu.org--2005/muse--main--1.0--patch-139
3547 mwolson@gnu.org--2005/muse--main--1.0--patch-140
3548 mwolson@gnu.org--2005/muse--main--1.0--patch-141
3549 mwolson@gnu.org--2005/muse--main--1.0--patch-142
3550 mwolson@gnu.org--2005/muse--main--1.0--patch-143
3551 mwolson@gnu.org--2005/muse--main--1.0--patch-144
3552 mwolson@gnu.org--2005/muse--main--1.0--patch-145
3553 mwolson@gnu.org--2005/muse--main--1.0--patch-146
3554 mwolson@gnu.org--2005/muse--main--1.0--patch-147
3555 mwolson@gnu.org--2005/muse--main--1.0--patch-148
3556 mwolson@gnu.org--2005/muse--main--1.0--patch-149
3557 mwolson@gnu.org--2005/muse--main--1.0--patch-150
3558 mwolson@gnu.org--2005/muse--main--1.0--patch-151
3559 mwolson@gnu.org--2005/muse--main--1.0--patch-152
3560 mwolson@gnu.org--2005/muse--main--1.0--patch-153
3561 mwolson@gnu.org--2005/muse--main--1.0--patch-154
3562 mwolson@gnu.org--2005/muse--main--1.0--patch-155
3563 mwolson@gnu.org--2005/muse--main--1.0--patch-156
3564 mwolson@gnu.org--2005/muse--main--1.0--patch-157
3565 mwolson@gnu.org--2005/muse--main--1.0--patch-158
3566 mwolson@gnu.org--2005/muse--main--1.0--patch-159
3567 mwolson@gnu.org--2005/muse--main--1.0--patch-160
3568 mwolson@gnu.org--2005/muse--main--1.0--patch-161
3569 mwolson@gnu.org--2005/muse--main--1.0--patch-162
3570 mwolson@gnu.org--2005/muse--main--1.0--patch-163
3571 mwolson@gnu.org--2005/muse--main--1.0--patch-164
3572 mwolson@gnu.org--2005/muse--main--1.0--patch-165
3573 mwolson@gnu.org--2005/muse--main--1.0--patch-166
3574 mwolson@gnu.org--2005/muse--main--1.0--patch-167
3575 mwolson@gnu.org--2005/muse--main--1.0--patch-168
3576 mwolson@gnu.org--2005/muse--main--1.0--patch-169
3577 mwolson@gnu.org--2005/muse--main--1.0--patch-170
3578 mwolson@gnu.org--2005/muse--main--1.0--patch-171
3579 mwolson@gnu.org--2005/muse--main--1.0--patch-172
3580 mwolson@gnu.org--2005/muse--main--1.0--patch-173
3581 mwolson@gnu.org--2005/muse--main--1.0--patch-174
3582 mwolson@gnu.org--2005/muse--main--1.0--patch-175
3583 mwolson@gnu.org--2005/muse--main--1.0--patch-176
3584 mwolson@gnu.org--2005/muse--main--1.0--patch-177
3585 mwolson@gnu.org--2005/muse--main--1.0--patch-178
3586 mwolson@gnu.org--2005/muse--main--1.0--patch-179
3587 mwolson@gnu.org--2005/muse--main--1.0--patch-180
3588 mwolson@gnu.org--2005/muse--main--1.0--patch-181
3589 mwolson@gnu.org--2005/muse--main--1.0--patch-182
3590 mwolson@gnu.org--2005/muse--main--1.0--patch-183
3591 mwolson@gnu.org--2005/muse--main--1.0--patch-184
3592 mwolson@gnu.org--2005/muse--main--1.0--patch-185
3593 mwolson@gnu.org--2005/muse--main--1.0--patch-186
3594 mwolson@gnu.org--2005/muse--main--1.0--patch-187
3595 mwolson@gnu.org--2005/muse--main--1.0--patch-188
3596 mwolson@gnu.org--2005/muse--main--1.0--patch-189
3597 mwolson@gnu.org--2005/muse--main--1.0--patch-190
3598 mwolson@gnu.org--2005/muse--main--1.0--patch-191
3599 mwolson@gnu.org--2005/muse--main--1.0--patch-192
3600 mwolson@gnu.org--2005/muse--main--1.0--patch-193
3601 mwolson@gnu.org--2005/muse--main--1.0--patch-194
3602 mwolson@gnu.org--2005/muse--main--1.0--patch-195
3603 mwolson@gnu.org--2005/muse--main--1.0--patch-196
3604 mwolson@gnu.org--2005/muse--main--1.0--patch-197
3605 mwolson@gnu.org--2005/muse--main--1.0--patch-198
3606 mwolson@gnu.org--2005/muse--main--1.0--patch-199
3607 mwolson@gnu.org--2005/muse--main--1.0--patch-200
3608 mwolson@gnu.org--2005/muse--main--1.0--patch-201
3609 mwolson@gnu.org--2005/muse--main--1.0--patch-202
3610 mwolson@gnu.org--2005/muse--main--1.0--patch-203
3611 mwolson@gnu.org--2005/muse--main--1.0--patch-204
3612 mwolson@gnu.org--2005/muse--main--1.0--patch-205
3613 mwolson@gnu.org--2005/muse--main--1.0--patch-206
3614 mwolson@gnu.org--2005/muse--main--1.0--patch-207
3615 mwolson@gnu.org--2005/muse--main--1.0--patch-208
3616 mwolson@gnu.org--2005/muse--main--1.0--patch-209
3617 mwolson@gnu.org--2005/muse--main--1.0--patch-210
3618 mwolson@gnu.org--2005/muse--main--1.0--patch-211
3619 mwolson@gnu.org--2005/muse--main--1.0--patch-212
3620 mwolson@gnu.org--2005/muse--main--1.0--patch-213
3621 mwolson@gnu.org--2005/muse--main--1.0--patch-214
3622 mwolson@gnu.org--2005/muse--main--1.0--patch-215
3623 mwolson@gnu.org--2005/muse--main--1.0--patch-216
3624 mwolson@gnu.org--2005/muse--main--1.0--patch-217
3625 mwolson@gnu.org--2005/muse--main--1.0--patch-218
3626 mwolson@gnu.org--2005/muse--main--1.0--patch-219
3627 mwolson@gnu.org--2005/muse--main--1.0--patch-220
3628 mwolson@gnu.org--2005/muse--main--1.0--patch-221
3629 mwolson@gnu.org--2005/muse--main--1.0--patch-222
3630 mwolson@gnu.org--2005/muse--main--1.0--patch-223
3631 mwolson@gnu.org--2005/muse--main--1.0--patch-224
3632 mwolson@gnu.org--2005/muse--main--1.0--patch-225
3633 mwolson@gnu.org--2005/muse--main--1.0--patch-226
3634 mwolson@gnu.org--2005/muse--main--1.0--patch-227
3635 mwolson@gnu.org--2005/muse--main--1.0--patch-228
3636 mwolson@gnu.org--2005/muse--main--1.0--patch-229
3637 mwolson@gnu.org--2005/muse--main--1.0--patch-230
3638 mwolson@gnu.org--2005/muse--main--1.0--patch-231
3639 mwolson@gnu.org--2005/muse--main--1.0--patch-232
3640 mwolson@gnu.org--2005/muse--main--1.0--patch-233
3641 mwolson@gnu.org--2005/muse--main--1.0--patch-234
3642 mwolson@gnu.org--2005/muse--main--1.0--patch-235
3643 mwolson@gnu.org--2005/muse--main--1.0--patch-236
3644 mwolson@gnu.org--2005/muse--main--1.0--patch-237
3645 mwolson@gnu.org--2005/muse--main--1.0--patch-238
3646 mwolson@gnu.org--2005/muse--main--1.0--patch-239
3647 mwolson@gnu.org--2005/muse--main--1.0--patch-240
3648 mwolson@gnu.org--2005/muse--main--1.0--patch-241
3649 mwolson@gnu.org--2005/muse--main--1.0--patch-242
3650 mwolson@gnu.org--2005/muse--main--1.0--patch-243
3651 mwolson@gnu.org--2005/muse--main--1.0--patch-244
3652 mwolson@gnu.org--2005/muse--main--1.0--patch-245
3653 mwolson@gnu.org--2005/muse--main--1.0--patch-246
3654 mwolson@gnu.org--2005/muse--main--1.0--patch-247
3655 mwolson@gnu.org--2005/muse--main--1.0--patch-248
3656 mwolson@gnu.org--2005/muse--main--1.0--patch-249
3657 mwolson@gnu.org--2005/muse--main--1.0--patch-250
3658 mwolson@gnu.org--2005/muse--main--1.0--patch-251
3659 mwolson@gnu.org--2005/muse--main--1.0--patch-252
3660 mwolson@gnu.org--2005/muse--main--1.0--patch-253
3661 mwolson@gnu.org--2005/muse--main--1.0--patch-254
3662 mwolson@gnu.org--2005/muse--main--1.0--patch-255
3663 mwolson@gnu.org--2005/muse--main--1.0--patch-256
3664 mwolson@gnu.org--2005/muse--main--1.0--patch-257
3665 mwolson@gnu.org--2005/muse--main--1.0--patch-258
3666 mwolson@gnu.org--2005/muse--main--1.0--patch-259
3667 mwolson@gnu.org--2005/muse--main--1.0--patch-260
3668 mwolson@gnu.org--2005/muse--main--1.0--patch-261
3669 mwolson@gnu.org--2005/muse--main--1.0--patch-262
3670 mwolson@gnu.org--2005/muse--main--1.0--patch-263
3671 mwolson@gnu.org--2005/muse--main--1.0--patch-264
3672 mwolson@gnu.org--2005/muse--main--1.0--patch-265
3673 mwolson@gnu.org--2005/muse--main--1.0--patch-266
3674 mwolson@gnu.org--2005/muse--main--1.0--patch-267
3675 mwolson@gnu.org--2005/muse--main--1.0--patch-268
3676 mwolson@gnu.org--2005/muse--main--1.0--patch-269
3677 mwolson@gnu.org--2005/muse--main--1.0--patch-270
3678 mwolson@gnu.org--2005/muse--main--1.0--patch-271
3679 mwolson@gnu.org--2005/muse--main--1.0--patch-272
3680 mwolson@gnu.org--2005/muse--main--1.0--patch-273
3681 mwolson@gnu.org--2005/muse--main--1.0--patch-274
3682 mwolson@gnu.org--2005/muse--main--1.0--patch-275
3683 mwolson@gnu.org--2005/muse--main--1.0--patch-276
3684 mwolson@gnu.org--2005/muse--main--1.0--patch-277
3685 mwolson@gnu.org--2005/muse--main--1.0--patch-278
3686 mwolson@gnu.org--2005/muse--main--1.0--patch-279
3687 mwolson@gnu.org--2005/muse--main--1.0--patch-280
3688 mwolson@gnu.org--2005/muse--main--1.0--patch-281
3689 mwolson@gnu.org--2005/muse--main--1.0--patch-282
3690 mwolson@gnu.org--2005/muse--main--1.0--patch-283
3691 mwolson@gnu.org--2005/muse--main--1.0--patch-284
3692 mwolson@gnu.org--2005/muse--main--1.0--patch-285
3693 mwolson@gnu.org--2005/muse--main--1.0--patch-286
3694 mwolson@gnu.org--2005/muse--main--1.0--patch-287
3695 mwolson@gnu.org--2005/muse--main--1.0--patch-288
3696 mwolson@gnu.org--2005/muse--main--1.0--patch-289
3697 mwolson@gnu.org--2005/muse--main--1.0--patch-290
3698 mwolson@gnu.org--2005/muse--main--1.0--patch-291
3699 mwolson@gnu.org--2005/muse--main--1.0--patch-292
3700 mwolson@gnu.org--2005/muse--main--1.0--patch-293
3701 mwolson@gnu.org--2005/muse--main--1.0--patch-294
3702 mwolson@gnu.org--2005/muse--main--1.0--patch-295
3703 mwolson@gnu.org--2005/muse--main--1.0--patch-296
3704 mwolson@gnu.org--2005/muse--main--1.0--patch-297
3705 mwolson@gnu.org--2005/muse--main--1.0--patch-298
3706 mwolson@gnu.org--2005/muse--main--1.0--patch-299
3707 mwolson@gnu.org--2005/muse--main--1.0--patch-300
3708 mwolson@gnu.org--2005/muse--main--1.0--patch-301
3709 mwolson@gnu.org--2005/muse--main--1.0--patch-302
3710 mwolson@gnu.org--2005/muse--main--1.0--patch-303
3711 mwolson@gnu.org--2005/muse--main--1.0--patch-304
3712 mwolson@gnu.org--2005/muse--main--1.0--patch-305
3713 mwolson@gnu.org--2005/muse--main--1.0--patch-306
3714 mwolson@gnu.org--2005/muse--main--1.0--patch-307
3715 mwolson@gnu.org--2005/muse--main--1.0--patch-308
3716 mwolson@gnu.org--2005/muse--main--1.0--patch-309
3717 mwolson@gnu.org--2005/muse--main--1.0--patch-310
3718 mwolson@gnu.org--2005/muse--main--1.0--patch-311
3719 mwolson@gnu.org--2005/muse--main--1.0--patch-312
3720 mwolson@gnu.org--2005/muse--main--1.0--patch-313
3721 mwolson@gnu.org--2005/muse--main--1.0--patch-314
3722 mwolson@gnu.org--2005/muse--main--1.0--patch-315
3723 mwolson@gnu.org--2005/muse--main--1.0--patch-316
3724 mwolson@gnu.org--2005/muse--main--1.0--patch-317
3725 mwolson@gnu.org--2005/muse--main--1.0--patch-318
3726 mwolson@gnu.org--2005/muse--main--1.0--patch-319
3727 mwolson@gnu.org--2005/muse--main--1.0--patch-320
3728 mwolson@gnu.org--2005/muse--main--1.0--patch-321
3729 mwolson@gnu.org--2005/muse--main--1.0--patch-322
3730 mwolson@gnu.org--2005/muse--main--1.0--patch-323
3731 mwolson@gnu.org--2005/muse--main--1.0--patch-324
3732 mwolson@gnu.org--2005/muse--main--1.0--patch-325
3733 mwolson@gnu.org--2005/muse--main--1.0--patch-326
3734 mwolson@gnu.org--2005/muse--main--1.0--patch-327
3735 mwolson@gnu.org--2005/muse--main--1.0--patch-328
3736 mwolson@gnu.org--2005/muse--main--1.0--patch-329
3737 mwolson@gnu.org--2005/muse--main--1.0--patch-330
3738 mwolson@gnu.org--2005/muse--main--1.0--patch-331
3739 mwolson@gnu.org--2005/muse--main--1.0--patch-332
3740 mwolson@gnu.org--2005/muse--main--1.0--patch-333
3741 mwolson@gnu.org--2005/muse--main--1.0--patch-334
3742 mwolson@gnu.org--2005/muse--main--1.0--patch-335
3743 mwolson@gnu.org--2005/muse--main--1.0--patch-336
3744 mwolson@gnu.org--2005/muse--main--1.0--patch-337
3745 mwolson@gnu.org--2005/muse--main--1.0--patch-338
3746 mwolson@gnu.org--2005/muse--main--1.0--patch-339
3747 mwolson@gnu.org--2005/muse--main--1.0--patch-340
3748 mwolson@gnu.org--2005/muse--main--1.0--patch-341
3749 mwolson@gnu.org--2005/muse--main--1.0--patch-342
3750 mwolson@gnu.org--2005/muse--main--1.0--patch-343
3751 mwolson@gnu.org--2005/muse--main--1.0--patch-344
3752 mwolson@gnu.org--2005/muse--main--1.0--patch-345
3753 mwolson@gnu.org--2005/muse--main--1.0--patch-346
3754 mwolson@gnu.org--2005/muse--main--1.0--patch-347
3755 mwolson@gnu.org--2005/muse--main--1.0--patch-348
3756 mwolson@gnu.org--2005/muse--main--1.0--patch-349
3757 mwolson@gnu.org--2005/muse--main--1.0--patch-350
3758 mwolson@gnu.org--2005/muse--main--1.0--patch-351
3759 mwolson@gnu.org--2005/muse--main--1.0--patch-352
3760 mwolson@gnu.org--2005/muse--main--1.0--patch-353
3761 mwolson@gnu.org--2005/muse--main--1.0--patch-354
3762 mwolson@gnu.org--2005/muse--main--1.0--patch-355
3763 mwolson@gnu.org--2005/muse--rel--3.02--base-0
3764 mwolson@gnu.org--2005/muse--rel--3.02--patch-1
3765 mwolson@gnu.org--2005/muse--rel--3.02--patch-2
3766 mwolson@gnu.org--2005/muse--rel--3.02--patch-3
3767 mwolson@gnu.org--2005/muse--rel--3.02--patch-4
3768 mwolson@gnu.org--2005/muse--rel--3.02--patch-5
3769 mwolson@gnu.org--2005/muse--rel--3.02--patch-6
3770 mwolson@gnu.org--2005/muse--rel--3.02--patch-7
3771 mwolson@gnu.org--2005/muse--rel--3.02--patch-8
3772 mwolson@gnu.org--2005/muse--rel--3.02--patch-11
3773 mwolson@gnu.org--2005/muse--rel--3.02--patch-13
3774 mwolson@gnu.org--2005/muse--rel--3.02--patch-14
3775 mwolson@gnu.org--2005/muse--rel--3.02--patch-15
3776 mwolson@gnu.org--2005/muse--rel--3.02--patch-17
3777 mwolson@gnu.org--2005/muse--rel--3.02--patch-18
3778 mwolson@gnu.org--2005/muse--rel--3.02--patch-19
3779 mwolson@gnu.org--2005/muse--rel--3.02--patch-20
3780 mwolson@gnu.org--2005/muse--rel--3.02--patch-21
3781 mwolson@gnu.org--2005/muse--rel--3.02--patch-22
3782 mwolson@gnu.org--2005/muse--rel--3.02--patch-23
3783 mwolson@gnu.org--2005/muse--rel--3.02--patch-25
3784 mwolson@gnu.org--2005/muse--rel--3.02--patch-27
3785 mwolson@gnu.org--2005/muse--rel--3.02--patch-28
3786 mwolson@gnu.org--2005/muse--rel--3.02--patch-29
3787 mwolson@gnu.org--2005/muse--rel--3.02--patch-35
3788 mwolson@gnu.org--2005/muse--rel--3.02--patch-36
3789 mwolson@gnu.org--2005/muse--rel--3.02--patch-37
3790 mwolson@gnu.org--2005/muse--rel--3.02--patch-53
3791 mwolson@gnu.org--2005/muse--rel--3.02--patch-54
3792 mwolson@gnu.org--2005/muse--rel--3.02--patch-55
3793 mwolson@gnu.org--2005/muse--rel--3.02--patch-56
3794 mwolson@member.fsf.org--2004/muse--main--1.0--base-0
3795 mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
3796 mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
3797 mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
3798 mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
3799 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
3800 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
3801 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
3802 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
3803 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
3804 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
3805 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
3806 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8