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 03:49:29 GMT Michael Olson <mwolson@gnu.org> patch-168
8 Mention both Ubuntu and Debian throughout.
10 muse--main--1.0--patch-168
12 * Makefile.defs, README, muse.texi: Mention Ubuntu wherever Debian is
16 ChangeLog Makefile.defs README muse.texi
19 2006-07-27 22:28:13 GMT Michael Olson <mwolson@gnu.org> patch-167
22 Fix #5899: muse-follow-name-at-mouse breaks mouse-yank-at-point.
24 muse--main--1.0--patch-167
26 * lisp/muse-mode.el (muse-follow-name-at-mouse): Restore the point before
27 calling the fallback keybinding. This fixes #5899.
29 * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
30 (muse-publish-mark-link): Docfix.
31 (muse-link-specials): Docfix.
34 ChangeLog lisp/muse-mode.el lisp/muse-publish.el lisp/muse.el
37 2006-07-27 20:46:38 GMT Michael Olson <mwolson@gnu.org> patch-166
40 Make C-c C-t publish the current file in a more sensible way.
42 muse--main--1.0--patch-166
44 * lisp/muse-mode.el (muse-mode-map): Make C-c C-t call
45 muse-project-publish-this-file instead of muse-publish-this file. Make
46 C-c C-T call the latter.
47 (muse-browse-result): Use `muse-project-get-applicable-styles'.
48 (muse-follow-name-at-point): Docfix.
50 * lisp/muse-project.el (muse-project-get-applicable-style): New function
51 that prompts the user for a style if more than one style applies to the
53 (muse-project-publish-this-file): New function that publishes the
54 currently-visited file according to `muse-project-alist', prompting if
55 more than one style applies.
57 * lisp/muse-publish.el (muse-publish-this-file): Docfix.
59 * muse.texi (Keystroke Summary): Update for the changes made. C-c C-c
60 was not previously documented.
63 ChangeLog lisp/muse-mode.el lisp/muse-project.el
64 lisp/muse-publish.el muse.texi
67 2006-07-27 19:36:31 GMT Michael Olson <mwolson@gnu.org> patch-165
70 Implement interactive insertion of URLs.
72 muse--main--1.0--patch-165
74 * lisp/muse-mode.el (muse-insert-map): Add binding for muse-insert-url.
75 (muse-insert-thing): Add text for URL to prompt.
76 (muse-insert-relative-link-to-file): Docfix, style fix.
77 (muse-insert-url): New function that reads a URL and description from
80 * muse.texi (Keystroke Summary): Mention insert-url keybinding.
83 ChangeLog lisp/muse-mode.el muse.texi
86 2006-07-27 18:50:50 GMT Michael Olson <mwolson@gnu.org> patch-164
89 Make escaping of brackets in links work properly.
91 muse--main--1.0--patch-164
93 * lisp/muse-colors.el (muse-colors-explicit-link): If the link has
94 escaped characters, display them unescaped.
96 * lisp/muse-mode.el (muse-make-link): Handle case where we are given no
98 (muse-edit-link-at-point): Unescape the link before presenting it to
101 * lisp/muse-publish.el (muse-publish-escape-specials-in-string): Minor
103 (muse-publish-url): Unescape the link description before doing further
104 transforms on it. The link has already been unescaped.
106 * lisp/muse.el (muse-sort-by-rating): Minor coding style fix.
107 (muse-escape-specials-in-string): New function that escapes specials in
108 a string. This differs from Muse's other specials-escaping routines in
109 that it replaces strings rather than characters, and is reversible if
110 the specials are defined properly.
111 (muse-replace-regexp-in-string): Docfix.
112 (muse-link-specials): New variable containing the specials that Muse
113 uses to handle syntactic issues with link text. Namely: brackets. The
114 percent sign must also be escaped since it is used in the escaped text.
115 (muse-link-escape, muse-link-unescape): Call
116 muse-escape-specials-in-string. Embarrassingly, these functions
117 previously had no effect before.
120 ChangeLog lisp/muse-colors.el lisp/muse-mode.el
121 lisp/muse-publish.el lisp/muse.el
124 2006-07-09 18:28:25 GMT Michael Olson <mwolson@gnu.org> patch-163
127 Make space around emdash optional.
129 muse--main--1.0--patch-163
131 * lisp/muse-publish.el (muse-publish-markup-regexps): Make space around
135 ChangeLog lisp/muse-publish.el
138 2006-07-08 20:38:12 GMT Michael Olson <mwolson@gnu.org> patch-162
141 muse-latex: Make publishing of <contents> tags optional.
143 muse--main--1.0--patch-162
145 * lisp/muse-html.el (muse-html-insert-contents): Use nreverse rather than
146 reverse for a minor speed boost.
148 * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header): Only
149 insert a table of contents when muse-latex-permit-contents-tag is nil.
150 (muse-latexcjk-header): Make comments do the right thing.
151 (muse-latex-permit-contents-tag): New option that specifies whether we
152 should take action on the <contents> tag.
153 (muse-latex-finalize-buffer): If muse-latex-permit-contents-tag is
154 non-nil, publish a table of contents in the place where the <contents>
157 * muse.texi (LaTeX): Bring up-to-date with new options.
160 ChangeLog lisp/muse-html.el lisp/muse-latex.el muse.texi
163 2006-07-04 05:00:35 GMT Michael Olson <mwolson@gnu.org> patch-161
166 Fix publishing bug introduced in last patch.
168 muse--main--1.0--patch-161
170 * lisp/muse-project.el (muse-current-output-style): New variable that
171 holds the output style that is currently being used to publish a file.
172 (muse-project-page-file): When a subdirectory is used, only record
173 matches. Sort using matches, not entire list.
174 (muse-project-resolve-link): Docfix.
175 (muse-project-current-output-style): New function that returns the
176 current output style.
177 (muse-project-link-page): Use the local output style, not the other
179 (muse-project-publish-file): Set muse-current-output-style.
181 * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use
182 muse-current-output-style.
185 ChangeLog lisp/muse-project.el lisp/muse-wiki.el
188 2006-07-04 04:06:44 GMT Michael Olson <mwolson@gnu.org> patch-160
191 Make links to files in subdirectories work.
193 muse--main--1.0--patch-160
195 * lisp/muse-project.el (muse-project-alist-styles): Fix stray comment.
196 (muse-project-page-file): Change to a defun. Handle files with the
197 same name but in different directories. Handle case where a
198 subdirectory is given in a link.
199 (muse-project-choose-style-by-link-suffix): Move from muse-wiki.el.
200 (muse-project-applicable-styles): Sort entries according to how late in
201 the string the match for the include regexp occurs.
202 (muse-project-resolve-link): Moved from muse-wiki.el. Strip
203 subdirectory from page because we have already determined the correct
205 (muse-project-link-page): New function that resolves a link to a page
208 * lisp/muse-publish.el (muse-publish-link-page): Simple wrapper for
209 muse-project-link-page.
210 (muse-publish-classify-url): Use muse-publish-link-page.
212 * lisp/muse-regexps.el (muse-file-regexp): Don't match subdirectory
215 * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix)
216 (muse-wiki-resolve-project-page-1): Move to muse-project.el.
217 (muse-wiki-resolve-project-page): Use muse-project-resolve-link.
219 * lisp/muse.el (muse-collect-alist): New function that is like assoc, but
220 returns a list of matches.
221 (muse-sort-with-closure): New convenience macro for using `sort' with a
223 (muse-sort-by-rating): New function that takes a rating list and sorts
224 it, discarding the rating.
226 * muse.texi (Projects): Mention that you can use regexps in place of
227 directory names in project entries. Caught that when source-diving.
230 ChangeLog lisp/muse-project.el lisp/muse-publish.el
231 lisp/muse-regexps.el lisp/muse-wiki.el lisp/muse.el muse.texi
234 2006-07-03 01:33:17 GMT Michael Olson <mwolson@gnu.org> patch-159
237 Fix publishing of blank table fields.
239 muse--main--1.0--patch-159
241 * lisp/muse-regexps.el (muse-table-field-regexp): Make publishing blank
242 fields work properly.
245 ChangeLog lisp/muse-regexps.el
248 2006-07-03 00:39:47 GMT Michael Olson <mwolson@gnu.org> patch-158
251 Make muse-publish-markup-buffer usable even with no current file.
253 muse--main--1.0--patch-158
255 * lisp/muse-publish.el (muse-publish-markup-buffer): Make this work even
256 if no file is associated with the buffer. Thanks to dds for the fix.
259 ChangeLog lisp/muse-publish.el
262 2006-06-26 18:13:59 GMT Michael Olson <mwolson@gnu.org> patch-157
265 Don't use illegal C-c i keybinding.
267 muse--main--1.0--patch-157
269 * lisp/muse-mode.el (muse-mode-map): Remove "C-c i" binding and use "C-c
270 TAB" for that purpose instead. Thanks to Adrian Aichner for the
273 * muse.texi (Keystroke Summary): Update documentation for the above
277 ChangeLog lisp/muse-mode.el muse.texi
280 2006-06-12 13:58:59 GMT Michael Olson <mwolson@gnu.org> patch-156
283 Improve ignored files regexp.
285 muse--main--1.0--patch-156
287 * lisp/muse-project.el (muse-project-ignore-regexp): Ignore Darcs and SVN
288 metadata directories, and use a better matching technique for autosave
289 files. Previously, files with '#' in them were ignored erroneously.
292 ChangeLog lisp/muse-project.el
295 2006-06-12 13:55:17 GMT Michael Olson <mwolson@gnu.org> patch-155
298 Provide example for <include> in Muse manual.
300 muse--main--1.0--patch-155
302 * muse.texi (Tag Summary): Give an example of using the <include> tag.
308 2006-06-10 06:49:08 GMT Michael Olson <mwolson@gnu.org> patch-154
311 Make PDF version of the Muse manual be generated correctly.
313 muse--main--1.0--patch-154
315 * muse.texi (Tag Summary): Use a slightly different syntax for the table
316 items. Even though texinfo published the HTML version correctly, the
317 PDF version was not working. Thanks to mirko.vukovic for the report.
323 2006-06-03 23:38:12 GMT Michael Olson <mwolson@gnu.org> patch-153
326 Fix bug introduced in last patch.
328 muse--main--1.0--patch-153
330 * muse-publish.el (muse-publish-include-tag): Fix bug introduced in last
334 ChangeLog lisp/muse-publish.el
337 2006-06-03 21:18:35 GMT Michael Olson <mwolson@gnu.org> patch-152
340 Move Debian stuff into its own branch.
342 muse--main--1.0--patch-152
344 * debian: Moved to muse--debian--0.
347 debian/.arch-ids/=id debian/.arch-ids/NEWS.id
348 debian/.arch-ids/changelog.id debian/.arch-ids/compat.id
349 debian/.arch-ids/control.id debian/.arch-ids/copyright.id
350 debian/.arch-ids/emacsen-install.id
351 debian/.arch-ids/emacsen-remove.id
352 debian/.arch-ids/emacsen-startup.id
353 debian/.arch-ids/muse-el.dirs.id
354 debian/.arch-ids/muse-el.docs.id
355 debian/.arch-ids/muse-el.examples.id
356 debian/.arch-ids/muse-el.info.id debian/.arch-ids/rules.id
357 debian/NEWS debian/changelog debian/compat debian/control
358 debian/copyright debian/emacsen-install debian/emacsen-remove
359 debian/emacsen-startup debian/muse-el.dirs debian/muse-el.docs
360 debian/muse-el.examples debian/muse-el.info debian/rules
366 debian debian/.arch-ids
369 2006-06-03 21:12:36 GMT Michael Olson <mwolson@gnu.org> patch-151
372 Provide some markup shortcuts for the <include> tag.
374 muse--main--1.0--patch-151
376 * lisp/muse-publish.el (muse-publish-examplify-buffer): New function that
377 transforms the current buffer as if it were an <example> region.
378 (muse-publish-versify-buffer): Ditto, but for <verse> regions.
379 (muse-publish-include-tag): Docfix. Support special cases for
380 markup="example" and markup="verse".
382 * muse.texi (Tag Summary): Update for new <include> shortcuts.
385 ChangeLog lisp/muse-publish.el muse.texi
388 2006-06-01 04:14:45 GMT Michael Olson <mwolson@gnu.org> patch-150
391 Really update ChangeLog.2005.
393 muse--main--1.0--patch-150
395 * ChangeLog.2005: Really update this.
398 .arch-ids/ChangeLog.2005.id ChangeLog.2005
401 .arch-ids/ChangeLog.2005.id ChangeLog.2005
404 .arch-ids/muse.texi.id ChangeLog
407 2006-06-01 04:05:33 GMT Michael Olson <mwolson@gnu.org> patch-149
410 Second attempt at fixing XEmacs beta problem.
412 muse--main--1.0--patch-149
414 * lisp/Makefile (ELC): Revert previous change, now that I have a hunch
415 about what causes the problem.
417 * lisp/muse-publish.el (muse-publish-markup-regexps): Move anchor markup
418 lower to future-proof an idea that I have.
419 (muse-style-element): Make this a function instead of a substitution,
420 especially since it is potentially recursive.
423 ChangeLog ChangeLog.2005 lisp/Makefile lisp/muse-publish.el
426 2006-06-01 03:47:49 GMT Michael Olson <mwolson@gnu.org> patch-148
431 muse--main--1.0--patch-148
433 * ChangeLog: Rename from ChangeLog.2006 to follow Emacs conventions.
435 * ChangeLog.2005: Mention ChangeLog.2004 for earlier changes.
437 * lisp/muse-regexps.el: Add a few comments.
439 * muse.texi (Tag Summary): Add example of <tag /> use.
442 ChangeLog ChangeLog.2005 lisp/muse-regexps.el muse.texi
445 2006-06-01 03:44:00 GMT Michael Olson <mwolson@gnu.org> patch-147
448 Try to work around a bug in XEmacs beta.
450 muse--main--1.0--patch-147
452 * lisp/Makefile (ELC): Compile muse-publish.el first, to try to work
453 around a bug in XEmacs beta.
456 ChangeLog lisp/Makefile
459 2006-05-30 18:21:51 GMT Michael Olson <mwolson@gnu.org> patch-146
462 Fix tag-publishing in <insert> and <markup>.
464 muse--main--1.0--patch-146
466 * lisp/muse-publish.el (muse-insert-file-or-string): Don't set
467 muse-publish-markup-tags, since that messes other things up for
468 <markup> and <insert>.
469 (muse-inhibit-style-tags): New variable that specifies whether to
470 disable looking for tag definitions that are specific to the current
471 style. This is useful for publishing headers and footers.
472 (muse-publish-markup-tag): Use `muse-inhibit-style-tags', but disable
473 it unconditionally when calling a tag's function, so that the effect
476 * lisp/muse.el (muse-file-remote-p): New function that detects whether
477 the given file path is a remote location. This is not used yet.
480 ChangeLog lisp/muse-publish.el lisp/muse.el
483 2006-05-30 00:19:37 GMT Michael Olson <mwolson@gnu.org> patch-145
486 Rename muse-convert.el to muse-latex-convert.el.
488 muse--main--1.0--patch-145
490 * lisp/muse-convert-latex.el: Rename from muse-convert.el, since more
491 files of this nature are expected in the future.
494 ChangeLog Makefile.defs debian/changelog
495 lisp/muse-convert-latex.el
498 lisp/.arch-ids/muse-convert.el.id
499 ==> lisp/.arch-ids/muse-convert-latex.el.id
501 ==> lisp/muse-convert-latex.el
504 2006-05-29 21:34:34 GMT Michael Olson <mwolson@gnu.org> patch-144
507 List all tags in Muse's documentation.
509 muse--main--1.0--patch-144
511 * lisp/muse-publish.el (muse-publish-markup-region): Remove cruft that I
513 (muse-publish-contents-depth): New option that specifies the maximum
514 depth of headings to include with <contents> tags.
515 (muse-publish-contents-tag): Use it.
516 (muse-publish-include-tag): Docfix.
518 * muse.texi (Paragraphs): Mention <center> and <quote> tags.
519 (Tag Summary): New section that defines the syntax used for tags and
520 gives a complete listing of all of the tags that Muse comes with, as
521 well as some documentation for each tag.
522 (HTML): Update documentation.
525 ChangeLog lisp/muse-publish.el muse.texi
528 2006-05-29 18:48:41 GMT Michael Olson <mwolson@gnu.org> patch-143
531 Implement <include> and <markup> tags.
533 muse--main--1.0--patch-143
535 * lisp/muse-html.el (muse-html-markup-regexps): Make paragraph detection
536 work better when a paragraph follows some other markup, especially
539 * lisp/muse-publish.el (muse-publish-markup-tags): Add <include> and
541 (muse-publish-markup): Fix edge case.
542 (muse-publish-markup-header-footer-tags): New option that specifies
543 which tags may be used when publishing headers and footers.
544 (muse-insert-file-or-string): Use
545 muse-publish-markup-header-footer-tags instead of a hard-coded value.
546 (muse-publish-markup-region): Make title and style arguments optional,
547 so that this is easier to use.
548 (muse-publish-include-tag): Implement <include> tag. I've tested all
549 of the cases I can think of, and it works.
550 (muse-publish-mark-up-tag): Implement <markup> tag. This is handy for
551 times when you want to publish Muse markup in headers and footers.
552 Adding a table of contents to a header should be particularly easy now.
555 ChangeLog lisp/muse-html.el lisp/muse-publish.el
558 2006-05-29 14:59:31 GMT Michael Olson <mwolson@gnu.org> patch-142
561 Make ChangeLog conform to conventions better.
563 muse--main--1.0--patch-142
565 * ChangeLog: Renamed from ChangeLog.2006 in order to follow Emacs
566 conventions better. Specify the buffer encoding. Add helpful notices
567 near the bottom of this and ChangeLog.2005.
570 ChangeLog ChangeLog.2004 ChangeLog.2005 debian/rules
571 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/base-0
574 .arch-ids/ChangeLog.2006.id
575 ==> .arch-ids/ChangeLog.id
580 2006-05-28 07:45:09 GMT Michael Olson <mwolson@gnu.org> patch-141
583 Provide explanation of how to invoke getstamps.py.
585 muse--main--1.0--patch-141
587 * contrib/pyblosxom/getstamps.py: Strip the Muse file extension when
588 writing the timestamps file.
590 * contrib/pyblosxom/make-blog: New example script that shows how to
593 * examples/mwolson/stylesheets/common.css: Update.
595 * muse.texi (Blosxom Requirements): Mention the new example script.
596 Additionally, explain how to call getstamps.py.
599 contrib/pyblosxom/.arch-ids/make-blog.id
600 contrib/pyblosxom/make-blog
603 ChangeLog.2006 contrib/pyblosxom/getstamps.py
604 examples/mwolson/stylesheets/common.css muse.texi
607 2006-05-28 06:40:46 GMT Michael Olson <mwolson@gnu.org> patch-140
610 muse-blosxom: Perform extra check on category in new entry.
612 muse--main--1.0--patch-140
614 * lisp/muse-blosxom.el (muse-blosxom-new-entry): Make it impossible to
615 write an invalid categories line, which could cause other mysterious
619 ChangeLog.2006 lisp/muse-blosxom.el
622 2006-05-28 06:31:11 GMT Michael Olson <mwolson@gnu.org> patch-139
625 Improve documentation in the included pyblosxom plug-ins.
627 muse--main--1.0--patch-139
629 * contrib/pyblosxom/getstamps.py, hardcodedates.py: Improve
630 documentation. The initial wording was very confusing.
633 ChangeLog.2006 contrib/pyblosxom/getstamps.py
634 contrib/pyblosxom/hardcodedates.py
637 2006-05-27 06:25:32 GMT Michael Olson <mwolson@gnu.org> patch-138
640 Minor tweak in my example CSS stylesheet.
642 muse--main--1.0--patch-138
644 * examples/mwolson/stylesheets/common.css: Be careful about
645 distinguishing between links and anchors.
648 ChangeLog.2006 examples/mwolson/stylesheets/common.css
651 2006-05-26 14:38:01 GMT Michael Olson <mwolson@gnu.org> patch-137
654 Use better fallback when displaying warnings.
656 muse--main--1.0--patch-137
658 * lisp/muse.el (muse-display-warning): Use a better fallback if
659 `display-warning' does not exist.
662 ChangeLog.2006 lisp/muse.el
665 2006-05-25 21:23:55 GMT Michael Olson <mwolson@gnu.org> patch-136
668 Make the Table of Contents CSS easier to customize.
670 muse--main--1.0--patch-136
672 * examples/mwolson/muse-init.el (muse-bad-link): Update.
674 * examples/mwolson/stylesheets/*.css: Update and add license.
676 * lisp/muse-html.el (muse-html-insert-contents): Surround contents with
677 <div> section for easier CSS hacking. Remove the class attribute of
678 other elements, since we don't need it anymore.
681 ChangeLog.2006 Makefile.defs debian/changelog
682 examples/mwolson/muse-init.el
683 examples/mwolson/stylesheets/blog.css
684 examples/mwolson/stylesheets/common.css
685 examples/mwolson/stylesheets/print.css
686 examples/mwolson/stylesheets/screen.css lisp/muse-html.el
689 2006-05-24 03:30:40 GMT Michael Olson <mwolson@gnu.org> patch-135
692 Fix a potential unbounded recursive call.
694 muse--main--1.0--patch-135
696 * lisp/muse-project.el (muse-updating-file-alist-p): New variable that
697 prevents calls to muse-project-file-alist in its hook functions from
698 going into an infinite loop.
699 (muse-project-file-alist): Use it.
701 * lisp/muse-wiki.el (muse-wiki-updating-wikiword-p): Remove. This is now
702 handled in muse-project.el.
703 (muse-wiki-update-local-wikiword-regexp): Remove the use of
704 muse-wiki-updating-wikiword-p.
707 ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
710 2006-05-23 18:10:49 GMT Michael Olson <mwolson@gnu.org> patch-134
713 Try not to call tramp during publishing.
715 muse--main--1.0--patch-134
717 * lisp/muse-publish.el (muse-insert-file-or-string): Do not call
718 file-readable-p on text that has a newline in it, because this could
719 cause tramp to be invoked.
722 ChangeLog.2006 lisp/muse-publish.el
725 2006-05-23 15:30:02 GMT Michael Olson <mwolson@gnu.org> patch-133
728 Make links colored blue by default.
730 muse--main--1.0--patch-133
732 * lisp/muse-colors.el (muse-link): Make links blue by default, like most
733 other Emacs modes do.
736 ChangeLog.2006 lisp/muse-colors.el
739 2006-05-23 14:24:58 GMT Michael Olson <mwolson@gnu.org> patch-132
742 Fix publishing error with tables and initial whitespace.
744 muse--main--1.0--patch-132
746 * lisp/muse-publish.el (muse-publish-markup-regexps): Move table rule
747 above blockquote and centered text, so that indented but blank initial
748 table fields publish correctly.
750 * lisp/muse-regexps.el (muse-table-line-regexp): Make this much simpler.
751 We accept anything that has at least one field delimiter.
754 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
757 2006-05-18 06:58:58 GMT Michael Olson <mwolson@gnu.org> patch-131
760 Add muse-protocol-iw.el to experimental folder.
762 muse--main--1.0--patch-131
764 * experimental/muse-protocol-iw.el: New experimental file that implements
765 an interwiki protocol of sorts that handles subdirectories.
768 experimental/.arch-ids/muse-protocol-iw.el.id
769 experimental/muse-protocol-iw.el
772 AUTHORS ChangeLog.2006 experimental/muse-split.el
775 2006-05-18 06:43:30 GMT Michael Olson <mwolson@gnu.org> patch-130
778 Add muse-split.el to experimental folder.
780 muse--main--1.0--patch-130
782 * experimental/muse-split.el: New experimental file that splits published
783 Muse files into several smaller files.
786 experimental/.arch-ids/muse-split.el.id
787 experimental/muse-split.el
790 AUTHORS ChangeLog.2006 Makefile.defs debian/changelog
794 2006-05-18 06:03:49 GMT Michael Olson <mwolson@gnu.org> patch-129
797 muse-wiki: Make the interwiki resolver a bit more clever.
799 muse--main--1.0--patch-129
801 * lisp/muse-project.el (muse-project-choose-style): New function that
802 chooses a style from a list of styles, given a user-supplied test.
804 * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix): New function
805 that is used along with `muse-project-choose-style' to pick the first
806 style that matches a given value for :link-prefix.
807 (muse-wiki-resolve-project-page-1): New function split from
808 `muse-wiki-resolve-project-page' for readability. Try to match files
809 that have the same link-suffix. This should hopefully fix a bug
810 noticed by Hans Ekbrand.
813 ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
816 2006-05-18 01:24:04 GMT Michael Olson <mwolson@gnu.org> patch-128
819 Fix bug where links with :: in them were marked up as lists.
821 muse--main--1.0--patch-128
823 * lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
824 Change noemphasis property to muse-link.
826 * lisp/muse.el (muse-forward-list-item): Respect muse-link property.
828 * lisp/muse-publish.el (muse-publish-surround-text)
829 (muse-publish-markup-list): Ditto. This should fix a bug.
830 (muse-publish-markup-list): Docfix.
831 (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.
833 * lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
834 There must be either one or more spaces or a single newline after the
835 colons. This prevents an ambiguity with the double-colon muse-wiki
839 ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
840 lisp/muse-regexps.el lisp/muse-xml-common.el lisp/muse.el
843 2006-05-17 21:27:19 GMT Michael Olson <mwolson@gnu.org> patch-127
846 DTRT with explicit links that have no description.
848 muse--main--1.0--patch-127
850 * lisp/muse-publish.el (muse-publish-markup-link): If we are given an
851 explicit link without a description, use the name of the linked page.
854 ChangeLog.2006 lisp/muse-publish.el
857 2006-05-16 15:53:56 GMT Michael Olson <mwolson@gnu.org> patch-126
860 Fix emdash in link description bug.
862 muse--main--1.0--patch-126
864 * lisp/muse-publish.el (muse-publish-markup-emdash): Don't markup emdash
865 if we are in a link, since otherwise it will be incorrectly escaped.
866 Thanks to Chiyuan Zhang for the report.
869 ChangeLog.2006 Makefile.defs debian/changelog
873 2006-05-12 04:16:43 GMT Michael Olson <mwolson@gnu.org> patch-125
876 Fix #5925: Emphasis on item breaks lists.
878 muse--main--1.0--patch-125
880 * lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
881 as the browsing function.
883 * lisp/muse-mode.el (muse-browse-result): Only include styles that match
886 * lisp/muse.el (muse-list-item-critical-point): Take a new argument named
887 `offset' into account, in case the list-item regexp is nested in
889 (muse-forward-list-item): Call `muse-list-item-critical-point' with an
890 offset of 1. This should fix an unpleasant list-as-blockquote error
891 that was noticed recently. Thanks to John Sullivan for the report.
894 ChangeLog.2006 lisp/muse-blosxom.el lisp/muse-mode.el
898 2006-05-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
901 Fix a couple of beginning-of-buffer errors.
903 muse--main--1.0--patch-124
905 * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
906 don't throw an error if at the beginning of the buffer. Thanks to John
907 Sullivan for the report.
910 ChangeLog.2006 lisp/muse-mode.el
913 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
916 muse.texi: Change use of @subsubheading to @subheading.
918 muse--main--1.0--patch-123
920 * muse.texi: Change use of @subsubheading to @subheading throughout
924 ChangeLog.2006 muse.texi
927 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
930 muse.texi: Change subsections to subheadings.
932 muse--main--1.0--patch-122
934 (Author: John Sullivan <john@wjsullivan.net>)
936 * muse.texi: Change @subsection and @strong to @subheading throughout
940 ChangeLog.2006 Makefile.defs debian/changelog muse.texi
943 john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
944 john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
945 john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
948 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
951 Update keystrokes used in muse-mode, as well as docs.
953 muse--main--1.0--patch-121
955 * lisp/muse-mode.el (muse-insert-map): New variable that defines the
956 keymap to use when the user wants to insert something into the current
957 buffer using `C-c i'.
958 (muse-mode-map): Sort keys somewhat. Remove binding of `C-c C-v' to
959 muse-follow-name-at-point, since this is already used for
960 muse-browse-result. Call `muse-insert-thing' on `C-c i', which will
961 prompt for the thing to insert.
962 (muse-insert-thing): New function that prompts the user for something
963 to insert into the current buffer. It tries to be as friendly as
964 possible by catching possible errors with the message "Not inserting
966 (muse-mode-completions): Rename from `muse-completions', since this is
967 what we use in `muse-mode'.
968 (muse-mode-current-word): Similarly. These don't seem to work
969 correctly, for unknown reasons.
971 * muse.texi (Keystroke Summary): Update to include all keystrokes that we
975 ChangeLog.2006 lisp/muse-mode.el muse.texi
978 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
981 Fix buggy behavior in muse-browse-result.
983 muse--main--1.0--patch-120
985 * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
986 names to styles, based on the styles contained in the current Muse
987 project. Thanks to kid kid for the analysis.
989 * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
990 specified as an argument.
993 ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
996 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
999 muse-latex: Make images look better.
1001 muse--main--1.0--patch-119
1003 * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
1004 be 75% the width of the page, which looks better. Enclose images in
1005 figures, and center them.
1008 ChangeLog.2006 lisp/muse-latex.el
1011 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
1014 Fix a few image bugs.
1016 muse--main--1.0--patch-118
1018 * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
1019 passing it to `muse-colors-inline-image-method'. This makes images
1020 with the same current directory and publishing directory get resolved
1023 * lisp/muse-project.el (muse-project-find-file): Don't try to add a
1024 ".muse" extension to images.
1027 ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
1030 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
1033 Make build targets more consistent.
1035 muse--main--1.0--patch-117
1037 * contrib/Makefile (install): Make build targets more consistent. Thanks
1038 to dsmith for the report.
1040 * lisp/Makefile (all, lisp, install): Ditto.
1043 ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
1047 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
1050 cgi.el: Make this work without cl-seq.el.
1052 muse--main--1.0--patch-116
1054 * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
1055 code. Make this not depend on 'cl at runtime.
1056 (cgi-position): New function that implements a simple replacement for
1057 the position function found in cl-seq.el.
1058 (cgi-decode): Use `cgi-position' instead of `position' and `substring'
1059 instead of `subseq'.
1061 * contrib/httpd.el: Credit myself.
1064 ChangeLog.2006 contrib/cgi.el contrib/httpd.el
1067 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
1070 Make publishing DTRT when using escaped list markup.
1072 muse--main--1.0--patch-115
1074 * lisp/muse-publish.el (muse-publish-surround-text)
1075 (muse-publish-markup-list): Ignore escaped list markup.
1077 * lisp/muse.el (muse-list-item-type): Docfix.
1078 (muse-list-item-critical-point): New function that returns the point
1079 where we should expect to find the first character in the current list
1081 (muse-forward-paragraph): Docfix and cosmetic change.
1082 (muse-forward-list-item): Ignore escaped list markup. This should fix
1083 a few publishing errors that involve markup like =::=.
1086 ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1089 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
1092 muse-publish: Get rid of warning when batch publishing.
1094 muse--main--1.0--patch-114
1096 * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
1097 publishing warning message.
1100 ChangeLog.2006 Makefile.defs debian/changelog
1101 lisp/muse-publish.el
1104 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
1107 Try to fix face clobbering bug.
1109 muse--main--1.0--patch-113
1111 * lisp/muse-colors.el (muse-make-faces-default): New function that sets
1112 the default value of the header faces. It can be re-used.
1113 (muse-make-faces): Simplify. This should now fix the face clobbering
1117 ChangeLog.2006 lisp/muse-colors.el
1120 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
1123 Re-add some cgi.el stuff and update my example config.
1125 muse--main--1.0--patch-112
1127 * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
1128 they are mentioned in the documentation.
1130 * examples/mwolson/: Update.
1133 ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
1134 examples/mwolson/templates/footer.html
1135 examples/mwolson/templates/header.html
1138 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
1141 muse-mode: Make C-c C-e work better.
1143 muse--main--1.0--patch-111
1145 * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
1146 that this is more robust.
1149 ChangeLog.2006 lisp/muse-mode.el
1152 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
1155 muse-latex: Don't escape backslash in <example> regions.
1157 muse--main--1.0--patch-110
1159 * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
1160 to escape the backslash after all.
1161 (muse-latex-markup-specials-literal): Docfix.
1163 * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
1166 ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1169 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
1172 Allow tab characters in the target of explicit links.
1174 muse--main--1.0--patch-109
1176 * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
1177 in the link target. This doesn't seem like it could hurt anything, and
1178 prevents unexpected behavior. Thanks to rubikitch AT ruby-lang.org for
1182 ChangeLog.2006 lisp/muse-regexps.el
1185 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
1188 muse-wiki: Fix bug that caused WikiWords not to publish or display.
1190 muse--main--1.0--patch-108
1192 * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
1195 ChangeLog.2006 Makefile.defs debian/changelog
1199 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
1202 Fix horrendous typo.
1204 muse--main--1.0--patch-107
1206 * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
1210 ChangeLog.2006 lisp/muse-publish.el
1213 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
1216 Merged from mwolson@gnu.org--2006-muse-el (patch 53)
1218 muse--main--1.0--patch-106
1220 (Author: Per B. Sederberg <per@med.upenn.edu>)
1222 * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
1223 Option to not create implicit links to the current page.
1224 (muse-wiki-handle-wikiword): Process the option to not create implicit
1225 links to the current page.
1228 ChangeLog.2006 Makefile.defs debian/changelog
1232 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
1235 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
1238 Try to fix failure to recognize Muse file extension (6th attempt).
1240 muse--main--1.0--patch-105
1242 * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
1243 init file is loaded.
1244 (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
1245 to be added to find-file-hooks when muse-mode-auto-p is non-nil.
1247 * lisp/muse.el: Call `muse-update-file-extension-after-init after the
1248 user's init file is loaded. Explicitly add the Muse file extension
1249 when muse.el is loaded, to make life simpler.
1250 (muse-update-file-extension): Take several edge cases into account.
1251 (muse-file-extension): Docfix.
1252 (muse-update-file-extension-after-init): New function that causes the
1253 file extension to be updated.
1255 * muse.texi (Projects): It is no longer necessary to call
1256 `muse-mode-maybe' manually.
1259 ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
1262 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
1265 Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
1267 muse--main--1.0--patch-104
1269 (Author: Per B. Sederberg <per@med.upenn.edu>)
1271 * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
1272 to return a list of project files that have spaces.
1273 (muse-wiki-update-interwiki-regexp): Make use of new project-files with
1274 spaces function. Don't make this buffer-local.
1277 ChangeLog.2006 lisp/muse-wiki.el
1280 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
1281 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
1282 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
1283 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
1284 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
1287 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
1290 Try to fix failure to recognize Muse file extension (5th attempt).
1292 muse--main--1.0--patch-103
1294 * lisp/muse.el: To detect whether Emacs has fully started, check
1295 `command-line-processed' instead of `inhibit-startup-hooks', since the
1296 latter only exists for Emacs22.
1299 ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
1302 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
1305 muse-html: Add :style-sheet element.
1307 muse--main--1.0--patch-102
1309 * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
1310 :style-sheet element.
1311 ("html", "xhtml"): Add the :style-sheet element.
1313 * lisp/muse-publish.el (muse-define-style): Don't give an error when a
1314 style already exists. Instead, just replace the existing style.
1315 (muse-derive-style): Ditto.
1317 * muse.texi (Style Elements): Mention :style-sheet.
1320 ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
1324 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
1327 Try to fix failure to recognize Muse file extension (4th attempt).
1329 muse--main--1.0--patch-101
1331 * lisp/muse.el: Enter Muse mode correctly on files that are specified by
1335 ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
1338 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
1341 Try to fix failure to recognize Muse file extension (3rd attempt).
1343 muse--main--1.0--patch-100
1345 * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
1348 ChangeLog.2006 lisp/muse.el
1351 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
1354 Try to fix failure to recognize Muse file extension (2nd attempt).
1356 muse--main--1.0--patch-99
1358 * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
1362 ChangeLog.2006 lisp/muse.el
1365 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
1368 Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
1370 muse--main--1.0--patch-98
1372 (Author: Per B. Sederberg <per@med.upenn.edu>)
1374 * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
1375 interwiki-regexp to search for any project file name. This is so it
1376 will match files with spaces.
1379 ChangeLog.2006 lisp/muse-wiki.el
1382 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
1383 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
1384 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
1385 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
1386 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
1387 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
1388 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
1391 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
1394 Try to fix failure to recognize Muse file extension.
1396 muse--main--1.0--patch-97
1398 * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
1401 * lisp/muse.el: Call muse-update-file-extension in
1402 muse-update-values-hook, instead of
1403 muse-ignored-file-extensions-regexp. Add muse-update-file-extension to
1404 emacs-startup-hook, so that the user has time to set this in their
1408 ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1411 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
1414 Make things in contrib directory installable.
1416 muse--main--1.0--patch-96
1418 * Makefile (SUBDIRS): Add contrib.
1420 (contrib): New target that compiles things in the contrib directory.
1421 (install-bin): Add contrib. Install things in the contrib directory.
1422 Also install uncompiled things in the experimental directory.
1424 * contrib/Makefile: New Makefile for the contrib directory.
1426 * contrib/httpd.el (httpd-start): Fix compiler warnings.
1428 * debian/emacsen-install: Compile files in contrib directory in addition
1429 to the normal fare. Thanks to Junichi Uekawa for the suggestion.
1431 * debian/emacsen-startup: Add contrib directory to load-path.
1433 * experimental/Makefile (test): Remove target.
1434 (install-uncompiled): New target that installs uncompiled files.
1436 * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
1437 (muse-update-file-extension): Fix a warning that occurred when doing
1441 contrib/.arch-ids/Makefile.id contrib/Makefile
1444 ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
1445 debian/changelog debian/emacsen-install debian/emacsen-startup
1446 experimental/Makefile lisp/muse.el muse.texi
1449 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
1452 Remove muse-registry.el.
1454 muse--main--1.0--patch-95
1456 * lisp/muse-registry.el: Move to the Planner project, since it is a
1457 better fit with Planner than Muse.
1460 lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
1463 AUTHORS ChangeLog.2006
1466 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
1469 Prepare Debian package for Arch snapshot.
1471 muse--main--1.0--patch-94
1473 * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
1477 ChangeLog.2006 Makefile.defs debian/changelog
1480 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
1483 muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
1485 muse--main--1.0--patch-93
1487 * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
1488 `muse-wiki-hide-nop-tag' into account.
1491 ChangeLog.2006 lisp/muse-wiki.el
1494 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
1497 Fix a couple of compiler warnings.
1499 muse--main--1.0--patch-92
1501 * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
1504 ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
1507 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
1510 Make interwiki links work with the new option.
1512 muse--main--1.0--patch-91
1514 * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
1515 parameters. Populate this correctly when
1516 `muse-wiki-match-all-project-files' is non-nil.
1519 ChangeLog.2006 lisp/muse-wiki.el
1522 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
1525 Permit table generation to be disabled for a single Muse page.
1527 muse--main--1.0--patch-90
1529 * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
1530 data, don't publish the table.
1532 * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
1534 * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
1536 * lisp/muse-publish.el (muse-publish-table-fields): If the
1537 "disable-tables" publishing directive exists for the current page, do
1538 not generate a table.
1540 * muse.texi (Tables): Mention that table generation can be disabled for a
1544 ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1545 lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
1548 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
1551 muse-wiki: Match filenames before WikiWords.
1553 muse--main--1.0--patch-89
1555 * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
1556 filenames in project before the general WikiWord regexp.
1559 ChangeLog.2006 lisp/muse-wiki.el
1562 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
1565 Use a better mechanism for updating autogenerated variables.
1567 muse--main--1.0--patch-88
1569 * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
1571 * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
1573 * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
1574 muse-update-values-hook.
1576 * lisp/muse-publish.el (muse-publish-markup-buffer): Call
1577 muse-update-values-hook.
1579 * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
1580 `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
1581 (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
1583 (muse-wiki-update-custom-values): Replace with function that gives a
1584 warning and an explanation.
1586 * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
1587 example so that people who use it won't have a wrong value in
1591 ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
1592 lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
1596 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
1599 muse-wiki: Implement implicit links for all files in project.
1601 muse--main--1.0--patch-87
1603 * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
1604 don't get errors when trying to use it.
1606 * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
1607 muse-project-file-alist-hook.
1608 (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
1609 into a recursive call.
1610 (muse-wiki-update-wikiword-regexp): Call
1611 `muse-wiki-update-local-wikiword-regexp'.
1613 (Author: Per B. Sederberg <per@med.upenn.edu>)
1615 * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
1616 muse-before-publish-hook and muse-mode-hook so that implicit links are
1618 (muse-wiki-wikiword-match-project-files): New option for determining
1619 whether to match all project files as implicit links. This is off by
1621 (muse-wiki-update-local-wikiword-regexp): New function to make the
1622 wikiword-regexp local and append the files in the current project to
1626 AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1629 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
1630 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
1631 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
1632 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
1633 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
1634 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
1635 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
1636 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
1637 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
1638 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
1639 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
1640 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
1641 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
1642 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
1645 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
1648 Update Muse's file-alist after saving any Muse page.
1650 muse--main--1.0--patch-86
1652 * lisp/muse-project.el (muse-project-after-save-hook): New function that
1653 causes Muse's file-alist to be updated when we are saving a Muse file.
1654 This is added to after-save-hook.
1657 ChangeLog.2006 lisp/muse-project.el
1660 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
1663 Add a hook that is called whenever Muse's file-alist is updated.
1665 muse--main--1.0--patch-85
1667 * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
1668 executed after an update to muse-project-file-alist happens.
1669 (muse-project-file-alist): Call `muse-project-file-alist-hook'.
1672 ChangeLog.2006 lisp/muse-project.el
1675 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
1678 muse-mode: Recognize definition lists when filling text.
1680 muse--main--1.0--patch-84
1682 * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
1687 ChangeLog.2006 lisp/muse-mode.el
1690 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
1693 Remove unrelated part of patch-82.
1695 muse--main--1.0--patch-83
1699 ChangeLog.2006 lisp/muse-mode.el
1702 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
1705 muse-journal: Fix dates in RSS feeds.
1707 muse--main--1.0--patch-82
1709 * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
1710 date is in a format that RSS readers can handle. Thanks to René
1711 Stadler for the patch.
1714 AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
1717 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
1720 debian: Install ChangeLog properly.
1722 muse--main--1.0--patch-81
1724 * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
1725 appending the logs for previous years. Thanks to Sergei V. Fleytin for
1726 the breakage report.
1729 ChangeLog.2006 debian/rules
1732 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
1735 Fix a bug triggered by batch-publishing.
1737 muse--main--1.0--patch-80
1739 * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
1740 right algorithm turned out to be simpler than I had thought. Thanks to
1741 Sergei V. Fleytin for reporting breakage with the old method.
1742 (muse-publish-file): Don't be overzealous when checking for an invalid
1743 style -- use a simpler check.
1744 (muse-batch-publish-files): Don't check for invalid styles here, since
1745 we already do so in `muse-publish-file'.
1748 ChangeLog.2006 lisp/muse-publish.el
1751 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
1754 muse.texi: Move some sections to a new Extending Muse chapter.
1756 muse--main--1.0--patch-79
1758 * muse.texi (Extending Muse): New chapter containing nodes that deal with
1759 extending Muse in various ways.
1760 (Common Elements, Deriving Styles): Move to Extending Muse chapter.
1763 ChangeLog.2006 muse.texi
1766 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
1769 Fix a couple of recently-introduced bugs.
1771 muse--main--1.0--patch-78
1773 * lisp/muse-colors.el: Fix errors introduced in a recent patch. Try
1774 extra hard to preserve our settings for faces, especially after a new
1775 frame or splash screen.
1777 * lisp/muse.el (muse-copy-face): New function that ensures the face is
1778 copied globally, to the extent the Emacs permits this.
1781 ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1784 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
1787 Update my example configuration file.
1789 muse--main--1.0--patch-77
1793 ChangeLog.2006 examples/mwolson/muse-init.el
1796 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
1799 Remove cruft from patch logs.
1801 muse--main--1.0--patch-76
1806 {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
1807 {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
1808 {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
1809 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
1810 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
1811 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
1812 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
1813 {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
1816 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
1819 Make faces more robust and namespace-conforming.
1821 muse--main--1.0--patch-75
1823 * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
1824 face has documentation and a group.
1825 (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
1827 (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
1828 faces have documentation and a group. Copy unconditionally from the
1829 related Emacs faces, rather than specifying face attributes.
1830 (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
1831 (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
1834 * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
1835 the 'muse-link property rather than looking at the face.
1838 ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1841 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
1844 muse.texi: Mention the <code> tag.
1846 muse--main--1.0--patch-74
1848 * muse.texi (Emphasizing Text): Mention the <code> tag.
1851 ChangeLog.2006 muse.texi
1854 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
1857 Fix bug in verse markup, undesired behavior with emdash.
1859 muse--main--1.0--patch-73
1861 * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
1864 * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1866 * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1868 * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
1869 trailing whitespace to `muse-markup-text', in case the current
1870 publishing wishes to use them.
1871 (muse-publish-markup-verse): Insert newline without adding read-only
1872 properties to it. This fixes a paragraph detection bug in HTML
1876 ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1877 lisp/muse-publish.el lisp/muse-xml.el
1880 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
1883 httpd.el: Update to work with newer versions of Emacs.
1885 muse--main--1.0--patch-72
1887 * contrib/httpd.el (httpd-start): Update this to work with newer versions
1891 ChangeLog.2006 contrib/httpd.el
1894 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1897 muse-journal: Make custom RSS heading regexps possible.
1899 muse--main--1.0--patch-71
1901 * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1902 determines the regexp to use when searching for an RSS heading.
1903 (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1906 ChangeLog.2006 lisp/muse-journal.el
1909 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1912 Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1914 muse--main--1.0--patch-70
1916 * lisp/muse-project.el (muse-project-publish): If we cannot find a
1917 project to publish, indicate this in an error message.
1919 * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1920 loop. This should fix #5190. Thanks to Rod Morehead for the report.
1921 (muse-detect-invalid-style): New function that makes sure that the
1922 given style is in a valid format.
1923 (muse-publish-file): Call `muse-detect-invalid-style' before doing any
1927 ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
1930 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
1933 muse-mode: Don't require muse-publish.el.
1935 muse--main--1.0--patch-69
1937 * lisp/muse-mode.el: Use a few autoloads instead of requiring
1938 muse-publish.el. This allows people to optionally have Muse mode
1939 without including the publishing features, as long as they never call a
1940 publishing function. The documentation says that Muse is supposed to
1941 be modular in that way, so I guess we'd better follow it.
1942 (muse-insert-tag): Make sure that muse-publish is required before
1943 accessing `muse-publish-markup-tags'.
1946 ChangeLog.2006 lisp/muse-mode.el
1949 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
1954 muse--main--1.0--patch-68
1956 * lisp/muse-mode.el (muse-grep): Remove commented-out code.
1959 ChangeLog.2006 lisp/muse-mode.el
1962 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
1965 Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
1967 muse--main--1.0--patch-67
1969 (Author: Per B. Sederberg <per@med.upenn.edu>)
1971 * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
1973 (muse-mode-map): Changed muse-browse-result to C-c C-v and made
1974 muse-find-backlinks C-c C-b
1975 (muse-grep): New function to envoke a search with the compiler.
1976 (muse-search-with-command): New function to search for text, optionally
1977 editing the command.
1978 (muse-search): New function to search for text.
1979 (muse-find-backlinks): New function to search for backlinks to the
1983 ChangeLog.2006 lisp/muse-mode.el
1986 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
1987 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
1988 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
1989 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
1990 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
1991 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
1992 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
1993 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
1994 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
1995 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
1996 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
1997 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
2000 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
2003 Make it easier to call context-specific region-escaping function.
2005 muse--main--1.0--patch-66
2007 * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
2008 returned from specials, call it with beg, end, ignore-read-only args.
2009 This allows for people to specify their own functions for escaping
2010 regions, depending on context. See `muse-xml-decide-specials' in
2011 muse-xml-common.el. This functionality already exists for escaping
2012 specials in strings.
2015 ChangeLog.2006 lisp/muse-publish.el
2018 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
2021 Attempt to make new syntaxes easier to support.
2023 muse--main--1.0--patch-65
2025 * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
2026 and `muse-get-link-data'.
2028 * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
2030 * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
2031 (muse-make-link): Change argument name.
2033 * lisp/muse.el (muse-handle-explicit-link): Ditto.
2034 (muse-get-link, muse-get-link-desc): New functions that return the link
2035 and the link description, respectively, from the given TARGET. The
2036 idea is that at least one other markup syntax puts descriptions before
2037 links, so all they would have to do is re-define these two functions.
2040 ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
2041 lisp/muse-mode.el lisp/muse.el
2044 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
2047 Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
2049 muse--main--1.0--patch-64
2051 * Makefile.defs, lisp/muse-colors.el: Fix typo.
2053 * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
2054 `replace-in-string' is checked before `replace-regexp-in-string', since
2055 XEmacs' implementation of the latter seems to be broken. Thanks to Jim
2056 Ottaway for the heads up.
2059 ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
2062 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
2065 muse-latex: Add footnotes to links so that they show up on printed copies.
2067 muse--main--1.0--patch-63
2069 * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
2070 'url-and-desc. Display footnotes if we have both a link and a
2071 description, since we want URLs to show up on printed documents.
2072 (muse-latex-markup-specials-document): Escape the "@" character in the
2075 * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
2076 without descriptions and URLs with descriptions. If no markup string
2077 exists for 'url-and-desc, fall back to 'url.
2080 ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
2083 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
2086 Fix publishing error with multi-line wrapped list items.
2088 muse--main--1.0--patch-62
2090 * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
2091 multiple lines of a wrapped list item.
2094 ChangeLog.2006 lisp/muse-publish.el
2097 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
2100 Add COPYING file; update headers.
2102 muse--main--1.0--patch-61
2104 * COPYING: New file containing the GNU GPL.
2106 * AUTHORS: Bookkeeping.
2108 * README: Add License section. Change Muse homepage URL.
2110 * debian/copyright: Change Muse homepage URL. Prune list to those who
2111 have changed 15+ lines of code, since this is the amount that
2112 constitutes legal contribution to a software work, AFAICT.
2114 * examples/mwolson: Update contents of directory to match my current
2117 * experimental/muse*.el, lisp/muse*.el: Update headers.
2119 * muse.texi: Change Muse homepage URL.
2122 .arch-ids/COPYING.id COPYING
2125 AUTHORS ChangeLog.2006 README debian/copyright
2126 examples/mwolson/muse-init.el
2127 examples/mwolson/stylesheets/blog.css
2128 examples/mwolson/stylesheets/common.css
2129 examples/mwolson/stylesheets/print.css
2130 examples/mwolson/stylesheets/screen.css
2131 experimental/muse-cite.el experimental/muse-mathml.el
2132 experimental/muse-message.el lisp/muse-backlink.el
2133 lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
2134 lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
2135 lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
2136 lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
2137 lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
2138 lisp/muse-publish.el lisp/muse-regexps.el
2139 lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
2140 lisp/muse-xml.el lisp/muse.el muse.texi
2143 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
2146 Update Muse XML schema.
2148 muse--main--1.0--patch-60
2150 * examples/muse.rnc: Allow nested list items. Update header. Provide
2151 history. We'll call this v0.3 of the schema.
2153 * lisp/muse-xml-common.el: Update header.
2154 (muse-xml-markup-table): Fix table generation when attributes are not
2158 ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
2161 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
2164 Fix output for consecutive list items of same type.
2166 muse--main--1.0--patch-59
2168 * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
2169 post-indent and indent-found values local to each list item. This
2170 should fix undesired behavior with consecutive list items of the same
2174 ChangeLog.2006 lisp/muse-publish.el
2177 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
2180 Make C-> and C-< keybindings not indent nested items.
2182 muse--main--1.0--patch-58
2184 * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
2187 * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
2188 optional, and document this.
2191 ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
2194 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
2197 Slightly improve flyspell integration.
2199 muse--main--1.0--patch-57
2201 * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
2202 property to determine whether we are at a link.
2205 ChangeLog.2006 lisp/muse-mode.el
2208 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
2211 Make nested definition list items work much better.
2213 muse--main--1.0--patch-56
2215 * lisp/muse-publish.el (muse-publish-surround-dl): Use
2216 `muse-forward-list-item'. Don't pass indent and post-indent to the
2218 (muse-publish-surround-text): If we are to determine the indentation,
2219 but have found no list items, set indent to the empty string. If we
2220 are to determine indentation but have found an item, get all leading
2221 whitespace and set indent to it. Never try to determine post-indent
2222 using the first line. Try to contain the amount of "damage" a nested
2223 list item can do to wrapped list item text.
2225 * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
2226 part so that it is easier to indicate the amount of desired initial
2229 * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
2231 (muse-forward-dl-term, muse-forward-dl-entry): Remove. Functionality
2232 merged into `muse-forward-list-item'.
2233 (muse-forward-list-item-1): New function that determines whether a
2234 nested list item is found.
2235 (muse-forward-list-item): Move hairy nested list detection algorithm
2236 into `muse-forward-list-item-1'. Be extra careful about terminating
2237 when we go past the boundary.
2240 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2244 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
2247 Add backlink support, thanks to Jim Ottaway.
2249 muse--main--1.0--patch-55
2251 * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
2252 variable that indicates whether Muse is fontifying the current buffer.
2253 (muse-colors-region): Set `muse-colors-fontifying' to t.
2255 * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
2256 support. I've modified it slightly to get rid of the defadvice forms.
2259 lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
2262 AUTHORS ChangeLog.2006 lisp/muse-colors.el
2265 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
2268 muse-protocols: Add Wikipedia support.
2270 muse--main--1.0--patch-54
2272 * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler. This
2273 is used to look up terms on the Wikipedia website.
2274 (muse-wikipedia-country): New option that specifies the country code to
2276 (muse-resolve-url-dict, muse-browse-url-dict): New functions that
2277 resolve and browse Wikipedia URLs.
2280 ChangeLog.2006 lisp/muse-protocols.el
2283 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
2286 muse-protocols: Add DOI handling.
2288 muse--main--1.0--patch-53
2290 * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
2291 DOI's (digitial object identifiers) are a standard identifier used in
2292 the publishing industry. Thanks to Phillip Lord for the patch.
2293 (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
2297 AUTHORS ChangeLog.2006 lisp/muse-protocols.el
2300 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
2303 Refine previous patch.
2305 muse--main--1.0--patch-52
2307 * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
2308 ever use the fallback method. Save point when using new method.
2311 ChangeLog.2006 lisp/muse-mode.el
2314 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
2317 Make visiting of links a bit faster.
2319 muse--main--1.0--patch-51
2321 * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
2323 (muse-link-properties): If we are highlighting a link, add the
2326 * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
2327 exists at point, use it to bound the link. Otherwise, use the old
2328 method. This should make it easier to visit custom implicit link
2329 forms, since it does not require a change to muse-implicit-link-regexp.
2331 * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
2332 used when muse-colors.el is loaded.
2335 ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2336 lisp/muse-regexps.el
2339 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
2342 Make resolving of inline image paths more flexible.
2344 muse--main--1.0--patch-50
2346 * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
2347 `muse-inline-relative-to'. Add muse-colors-use-publishing-directory
2348 option. Make the fallback customization type a function rather than a
2350 (muse-colors-use-publishing-directory): New function that takes the
2351 best guess at where the current Muse file will be published and makes
2352 the given link relative to that.
2353 (muse-colors-insert-image): If muse-colors-inline-image-method is
2354 'default-directory, use the default directory. If it is a function,
2355 call that function with LINK as an argument. Otherwise, give up.
2358 ChangeLog.2006 lisp/muse-colors.el
2361 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
2364 Fix inline image lockup.
2366 muse--main--1.0--patch-49
2368 * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
2369 patch-47. This will prevent Muse from locking up after making a new
2373 ChangeLog.2006 lisp/muse-colors.el
2376 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
2379 Fix publishing problem with XEmacs.
2381 muse--main--1.0--patch-48
2383 * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
2384 publishing problem when text at beginning of buffer is read-only.
2385 Thanks to Christian Clercin for the report.
2388 ChangeLog.2006 lisp/muse-publish.el
2391 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
2394 Get increase and decrease of list indentation to work with complex cases.
2396 muse--main--1.0--patch-47
2398 * lisp/muse-colors.el: Miscellaneous whitespace fixes.
2399 (muse-colors-explicit-link): Minor logic tweak. The indentation seems
2400 to indicate this interpretation, though parens are different.
2402 * lisp/muse-mode.el: Miscellaneous whitespace fixes.
2403 (muse-alter-list-item-indentation): New function that alters the list
2404 structure at point. The behavior to use is specified by the OPERATION
2405 argument. Currently-supported operations are 'increase and 'decrease
2406 indentation level. This now uses the same sort of list detection
2407 algorithm that is used during publishing, so it should work as expected
2408 for complicated cases.
2409 (muse-increase-list-item-indentation)
2410 (muse-decrease-list-item-indentation): Use
2411 `muse-alter-list-item-indentation'.
2414 ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2417 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
2420 Code simplification; improve muse-list-item-type function.
2422 muse--main--1.0--patch-46
2424 * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
2425 'dl-entry, instead of just returning 'dl.
2426 (muse-forward-dl-term, muse-forward-dl-entry): Use
2427 muse-forward-list-item.
2428 (muse-forward-dl-part): Remove, merge functionality into
2429 muse-forward-list-item.
2430 (muse-forward-list-item): Add a few conditions needed for skipping
2431 nested 'dl-term and 'dl-entry items.
2434 ChangeLog.2006 lisp/muse.el
2437 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
2440 Put movement by list and paragraph functions in muse.el.
2442 muse--main--1.0--patch-45
2444 * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
2445 (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
2446 (muse-forward-list-item): Move here from muse-publish.el, so that
2447 muse-mode can make use of these.
2450 ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
2453 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
2456 Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
2458 muse--main--1.0--patch-44
2460 (Author: Per B. Sederberg <per@med.upenn.edu>)
2462 * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
2463 decrease the current item indentation.
2464 (muse-get-paragraph-start): Helper function to determine the start of
2465 the current paragraph.
2466 (muse-insert-list-item): Cleaned up list item insertion code and made
2467 it handle definitions.
2468 (muse-increase-list-item-indentation): New interactive function to
2469 increase list item indentation.
2470 (muse-decrease-list-item-indentation): New interactive function to
2471 decrease list item indentation.
2474 ChangeLog.2006 lisp/muse-mode.el
2477 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
2478 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
2479 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
2480 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
2481 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
2482 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
2483 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
2484 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
2485 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
2486 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
2489 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
2492 Use slightly better algorithm for removing initial whitespace.
2494 muse--main--1.0--patch-43
2496 * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
2497 the definition occurred on the same line as the term.
2498 (muse-publish-surround-text): Use a slightly better algorithm for
2499 removing initial indentation of list items. This way, we preserve
2500 nesting of lists and also deal with same-level items that occur after
2501 nested items. This probably doesn't make much of a difference in the
2502 output, but it should make support of nested definition lists a bit
2503 less troublesome in some cases.
2504 (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
2506 (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
2507 data. Don't remove any text. This makes the function easier to reuse
2508 in display-only situations.
2511 ChangeLog.2006 lisp/muse-publish.el
2514 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
2517 In a preliminary way, make definition lists nest.
2519 muse--main--1.0--patch-42
2521 * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
2522 lists nest a bit better.
2524 * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
2528 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2531 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
2534 Fix nested list regression.
2536 muse--main--1.0--patch-41
2538 * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
2539 original indentation value and use that. This fixes a regression
2540 caused by the last patch.
2543 ChangeLog.2006 lisp/muse-publish.el
2546 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
2549 Make code look nicer by using muse-forward-dl-* functions.
2551 muse--main--1.0--patch-40
2553 * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
2554 forms into muse-forward-dl-* for increased reusability.
2555 (muse-publish-surround-text): Call move function with an indent
2556 argument so that we don't have to use partial substitution in lambda
2558 (muse-forward-dl-term): New function that moves forward to the next
2559 definition list term.
2560 (muse-forward-dl-entry): New function that moves forward to the next
2561 definition list entry.
2562 (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
2563 does not move past entire definition list items, only parts of them.
2564 (muse-publish-markup-list, muse-publish-markup-quote):
2565 (muse-publish-quote-tag): Use better lambda form, and include a
2569 ChangeLog.2006 lisp/muse-publish.el
2572 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
2575 Handle blockquoted sections within lists properly.
2577 muse--main--1.0--patch-39
2579 * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
2580 property. This should make blockquoted sections within a list do the
2582 (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
2583 behavior of `muse-forward-paragraph'.
2586 ChangeLog.2006 lisp/muse-publish.el
2589 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
2592 Fix problem when previous list item was nested.
2594 muse--main--1.0--patch-38
2596 * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
2597 indicator at the correct place. This fixes an error where a previous
2598 list was nested but the current one isn't. Thanks to Per B. Sederberg
2602 ChangeLog.2006 lisp/muse-publish.el
2605 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
2608 Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
2610 muse--main--1.0--patch-37
2612 * muse.texi (Implicit Links): Mention how to customize the WikiName
2613 recognition, and note that if you're setting this manually, you have to
2614 call some additional code. This should fix #5376. Also remove local
2615 variables section at end, since it seems pointless.
2618 ChangeLog.2006 muse.texi
2621 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
2624 Fix #5325: nested formatting not working in HTML output.
2626 muse--main--1.0--patch-36
2628 * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
2629 work. I'm a bit worried about possible double-escaping, though.
2630 Perhaps we should write the context to a text property and escape it
2631 later. This should fix #5325.
2634 ChangeLog.2006 lisp/muse-publish.el
2637 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
2640 Make paragraphs respect the end of a list or list item.
2642 muse--main--1.0--patch-35
2644 * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
2645 end of a list (or list item), back up. This allows for a nice side
2646 effect when using indented sentences in between list items.
2648 * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
2650 * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
2652 * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
2653 and end-item are marked up with end-list properties.
2656 ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2657 lisp/muse-publish.el lisp/muse-xml.el
2660 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
2663 Make sure an initial term exists before publishing definition list.
2665 muse--main--1.0--patch-34
2667 * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
2668 exists before publishing a definition list.
2671 ChangeLog.2006 lisp/muse-publish.el
2674 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
2677 Add comments to nested list code.
2679 muse--main--1.0--patch-33
2681 * lisp/muse-publish.el (muse-publish-surround-dl)
2682 (muse-publish-surround-text, muse-forward-dl-item):
2683 (muse-forward-list-item): Add comments, since there were many
2684 intricacies that are probably not obvious to the casual reader.
2685 (muse-forward-dl-item): Remove no-op condition.
2688 ChangeLog.2006 lisp/muse-publish.el
2691 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
2694 Make nested list items work when separated by one blank line.
2696 muse--main--1.0--patch-32
2698 * lisp/muse-publish.el (muse-publish-surround-dl): Use
2699 muse-forward-dl-item instead of muse-forward-list-item. On second
2700 thought, don't unconditionally insert a newline, as that breaks some
2702 (muse-forward-dl-item): New function that moves forward to the next
2703 definition list item. This was factored out from
2704 muse-forward-list-item, since it was getting too complex for my liking.
2705 (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
2706 indented line, and skip past these if we have a blank line followed by
2707 an indented line. "Indented" means "indented one past the current
2708 indentation level" here. Remove some initial whitespace that was being
2712 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2715 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
2718 Fix a couple of bugs in muse-wiki-resolve-project-page.
2720 muse--main--1.0--patch-31
2722 * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
2723 better algorithm for adding styles to a list.
2725 * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
2726 carefully. This should fix one or two hard-to-explain bugs.
2729 ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
2732 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
2735 Fix another definition list edge case.
2737 muse--main--1.0--patch-30
2739 * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
2740 unordered list immediately follows definition list term.
2743 ChangeLog.2006 lisp/muse-publish.el
2746 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
2749 Pass all current definition list test cases.
2751 muse--main--1.0--patch-29
2753 * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
2754 line if definition is not on the same line as the term.
2755 (muse-forward-list-item): Fix publishing incorrectness that occurred
2756 when a non-dl list follows a definition list. Always move to the right
2757 place so as to prevent extra empty dd elements from being published.
2760 ChangeLog.2006 lisp/muse-publish.el
2763 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
2766 Merge consecutive definition list terms properly.
2768 muse--main--1.0--patch-28
2770 * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
2771 correctly. This makes Muse merge several definition list items into
2773 (muse-forward-list-item): Use simpler regexp for 'dl.
2775 * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
2776 definition lists, and make terms the 2nd matched text.
2779 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2782 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
2787 muse--main--1.0--patch-27
2791 * muse-colors.el, muse-mode.el: Credit contributions.
2794 AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2797 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
2800 Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
2802 muse--main--1.0--patch-26
2806 * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2807 Added ability to show inline images in the Emacs buffer.
2809 * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2810 Added enhanced list item insertion.
2814 (Author: Per B. Sederberg <per@med.upenn.edu>)
2816 * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
2817 list item. New key mapping to toggle showing images. Added a key
2818 mapping to insert a link to a file and modified the key map to insert a
2820 (muse-on-blank-line): Helper function to determine if the point is on a
2821 line containing only blank spaces.
2822 (muse-insert-list-item): New interactive function to insert a new list
2823 item, taking into account the current list state.
2824 (muse-insert-relative-link-to-file): New function to insert a link to a
2825 file, relative to the default directory.
2827 * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
2828 for where to search for images to inline in the buffer.
2829 (muse-colors-inline-images): Added custom boolean field for whether to
2830 show inline images in the buffer.
2831 (muse-colors-toggle-inline-images): New function to toggle showing the
2832 inline images in the buffer.
2833 (muse-unhighlight-region): Now removes end-glyph text properties to
2835 (muse-colors-resolve-image-file): New function to determine if a link
2836 is an image and whether the version of Emacs can support inline images.
2837 (muse-make-file-glyph): New function to create an image glyph if we are
2839 (muse-colors-insert-image): New function to insert an image in an Emacs
2841 (muse-colors-explicit-link): Modified function to have the ability to
2842 insert an image instead of formatting the text of the link.
2845 ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2848 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
2849 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
2850 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2851 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2852 mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
2855 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
2858 Pass testcase for definition list and nested unordered list.
2860 muse--main--1.0--patch-25
2862 * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
2863 lists always have at least one entry. This appears to do the right
2864 thing with a sample nested unordered list.
2867 ChangeLog.2006 lisp/muse-publish.el
2870 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
2873 Some definition list fixes.
2875 muse--main--1.0--patch-24
2877 * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
2878 markup for end of list using the `muse-insert-markup-end-list'
2879 function. Handle list items nested inside of a definition list.
2882 ChangeLog.2006 lisp/muse-publish.el
2885 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
2888 Fix another wrapped list item edge case.
2890 muse--main--1.0--patch-23
2892 * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2893 indentation in a region when we encounter any list items. This should
2894 fix another wrapped list item edge case. Thanks to Per B. Sederberg
2898 ChangeLog.2006 lisp/muse-publish.el
2901 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2904 Fix comment in Debian packaging.
2906 muse--main--1.0--patch-22
2908 * debian/emacsen-remove: Fix comment.
2911 ChangeLog.2006 debian/emacsen-remove
2914 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2917 muse-blosxom: Fix order of #tags line in header.
2919 muse--main--1.0--patch-21
2921 * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2922 rather than before it. Thanks to bkhl for the heads up.
2925 ChangeLog.2006 lisp/muse-blosxom.el
2928 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
2931 muse-blosxom: Add ability to use tags in entries.
2933 muse--main--1.0--patch-20
2935 * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
2937 (muse-blosxom-use-tags): New option that specifies whether we are using
2939 (muse-blosxom-new-entry): If using tags, read tags until the user hits
2940 RET without entering one.
2943 ChangeLog.2006 lisp/muse-blosxom.el
2946 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
2949 Fix backtrace when publishing unsaved files.
2951 muse--main--1.0--patch-19
2953 * lisp/muse-publish.el (muse-publish-file): Detect case where we are
2954 trying to publish a file that has not been saved, and give an
2955 explanation to the user.
2958 ChangeLog.2006 lisp/muse-publish.el
2961 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
2964 muse-texinfo: Fix link suffix.
2966 muse--main--1.0--patch-18
2968 * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
2969 styles. This should fix a bug where links in published info files use
2970 an incorrect extension. Thanks to Hans Ekbrand for the report!
2973 ChangeLog.2006 lisp/muse-texinfo.el
2976 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
2979 Fix prompting of non-Muse buffers before publishing.
2981 muse--main--1.0--patch-17
2983 * lisp/muse-project.el (muse-project-of-file): Apply fix from René
2984 Stadler to ignore buffers that have no associated filename. This fixes
2985 an annoyance where Muse prompts to save BBDB and ERC buffers before
2989 AUTHORS ChangeLog.2006 lisp/muse-project.el
2992 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
2995 Fix wrapped nested list item edge case.
2997 muse--main--1.0--patch-16
2999 * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
3000 since it is no longer needed. Tweak 2200 regexp to cover 2300's use
3002 (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
3003 (muse-list-item-type): Handle the new change to muse-list-item-regexp.
3005 * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
3006 exactly one space character in front of a unnumbered or numbered list.
3007 This should make it easier to match every list instance, since
3008 definition lists can now be handled more nicely in
3009 muse-publish-markup-regexps. This also has the effect of fixing a
3010 wrapped nested list item edge case.
3013 ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
3016 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
3019 Fix edge case in muse-wiki-publish-pretty-title.
3021 muse--main--1.0--patch-15
3023 * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
3024 the document does not have a valid title, use the empty string.
3027 ChangeLog.2006 lisp/muse-wiki.el
3030 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
3033 Use debian/compat to determine debhelper compat level.
3035 muse--main--1.0--patch-14
3037 * debian/compat: New file that sets the debhelper compatibility level to
3040 * debian/rules: Remove DH_COMPAT line.
3043 debian/.arch-ids/compat.id debian/compat
3046 ChangeLog.2006 debian/rules
3049 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
3052 Fix a couple of table-publishing edge cases.
3054 muse--main--1.0--patch-13
3056 * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
3057 publishing error that occurs when a table line is the last thing in a
3058 document. Thanks to cymacs for the report and suggested fix.
3059 (muse-publish-table-fields): Skip initial blank lines, and don't remove
3062 * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
3063 at the end of the 'end-table markup string.
3065 * lisp/muse-html.el (muse-html-markup-strings): Ditto.
3067 * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
3069 * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
3070 newline at the end of the table. This should fix a problem with
3071 paragraphs after tables not being published as such. Thanks to cymacs
3074 * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
3075 muse-insert-markup to insert a trailing newline.
3078 ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
3079 lisp/muse-publish.el lisp/muse-texinfo.el
3080 lisp/muse-xml-common.el lisp/muse-xml.el
3083 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
3086 Add ChangeLog for 2006 and move previous ChangeLog for 2005.
3088 muse--main--1.0--patch-12
3092 .arch-ids/ChangeLog.2006.id ChangeLog.2006
3095 .arch-ids/ChangeLog.id
3096 ==> .arch-ids/ChangeLog.2005.id
3101 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
3104 Make muse-journal work with whole-document escaping.
3106 muse--main--1.0--patch-11
3108 * examples/mwolson/templates/*: Change "Published by Muse" to "Published
3109 by Emacs Muse" so that muse-journal does not get confused.
3111 * lisp/muse-journal.el (muse-journal-html-munge-buffer):
3112 (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
3113 for whole-buffer escaping. Thanks to mondoshawan for the report.
3114 (muse-journal-rss-munge-buffer): Display a warning if someone does not
3115 have "Page published by Emacs Muse (begins|ends) here" in their header
3116 or footer, since muse-journal needs this in order to determine where
3117 entries begin and end.
3120 examples/mwolson/templates/footer.html
3121 examples/mwolson/templates/generic-footer.html
3122 examples/mwolson/templates/generic-header.html
3123 examples/mwolson/templates/header.html
3124 examples/mwolson/templates/header.tex lisp/muse-journal.el
3127 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
3130 Get simple test case for definition lists to work.
3132 muse--main--1.0--patch-10
3134 * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
3136 (muse-forward-list-item): Fix edge case.
3139 lisp/muse-publish.el
3142 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
3145 Add documentation to some publishing functions.
3147 muse--main--1.0--patch-9
3149 * lisp/muse-publish.el (muse-publish-mark-read-only)
3150 (muse-publish-mark-noemphasis): Add documentation.
3153 lisp/muse-publish.el
3156 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
3159 Fix an error with `custom-quote'.
3161 muse--main--1.0--patch-8
3163 * lisp/muse-project.el: Require 'cus-edit, since that is where
3164 `custom-quote' is defined.
3166 * muse.texi: Use copyright symbol.
3169 lisp/muse-project.el muse.texi
3172 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
3175 muse-registry: update from author.
3177 muse--main--1.0--patch-7
3179 * lisp/muse-registry.el: Update to newest version from author.
3183 lisp/muse-registry.el
3186 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
3189 muse-latex: Handle double-quote edge case.
3191 muse--main--1.0--patch-6
3193 * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
3194 character begins the buffer.
3200 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
3203 Allow beginning and ending empty elements in tables.
3205 muse--main--1.0--patch-5
3207 * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
3208 whitespace after the field if we're at the end of a line.
3209 (muse-table-line-regexp): Allow the table to start with a "|". The
3210 resulting initial empty cell isn't yet thrown away like it should be.
3213 lisp/muse-regexps.el
3216 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
3219 muse-latex: Use \url to publish bare URLs.
3221 muse--main--1.0--patch-4
3223 * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
3224 \href for bare URLs. Thanks to Na Li for the suggestion!
3230 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
3233 Create parents of output directories.
3235 muse--main--1.0--patch-3
3237 * lisp/muse-project.el (muse-project-publish-file): Create parent
3238 directories as well, if the output directory does not exist. This can
3239 happen when we have nested directories in a project.
3242 lisp/muse-project.el
3245 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
3248 Pick a better default if publishing with more than one style.
3250 muse--main--1.0--patch-2
3252 * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
3253 the list we return is in the right order. That way, if more than one
3254 publishing rule matches a link, the first one is used, rather than the
3258 lisp/muse-project.el
3261 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
3264 Oops, committed to the wrong archive.
3266 muse--main--1.0--patch-1
3270 * mwolson@gnu.org--2005/muse--main--1.0--patch-356
3273 * mwolson@gnu.org--2005/muse--main--1.0--patch-357
3277 ChangeLog debian/emacsen-startup
3280 debian/.arch-ids/NEWS.Debian.id
3281 ==> debian/.arch-ids/NEWS.id
3286 mwolson@gnu.org--2005/muse--main--1.0--patch-356
3287 mwolson@gnu.org--2005/muse--main--1.0--patch-357
3290 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
3293 tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
3295 muse--main--1.0--base-0
3297 See ChangeLog.2005 for earlier changes.
3300 ajk@iu.edu--2005/muse--ajk--1.0--base-0
3301 ajk@iu.edu--2005/muse--ajk--1.0--patch-1
3302 ajk@iu.edu--2005/muse--ajk--1.0--patch-2
3303 ajk@iu.edu--2005/muse--ajk--1.0--patch-3
3304 ajk@iu.edu--2005/muse--ajk--1.0--patch-4
3305 ajk@iu.edu--2005/muse--ajk--1.0--patch-5
3306 ajk@iu.edu--2005/muse--ajk--1.0--patch-6
3307 ajk@iu.edu--2005/muse--ajk--1.0--patch-7
3308 ajk@iu.edu--2005/muse--ajk--1.0--patch-8
3309 ajk@iu.edu--2005/muse--ajk--1.0--patch-9
3310 ajk@iu.edu--2005/muse--main--1.0--base-0
3311 ajk@iu.edu--2005/muse--main--1.0--patch-1
3312 ajk@iu.edu--2005/muse--main--1.0--patch-2
3313 davidsmith@acm.org--2005/muse--devo--1.0--base-0
3314 davidsmith@acm.org--main/muse--devo--1.0--base-0
3315 davidsmith@acm.org--main/muse--devo--1.0--patch-1
3316 davidsmith@acm.org--main/muse--devo--1.0--patch-2
3317 hodique@lifl.fr--2005/muse--yh--1.0--base-0
3318 hodique@lifl.fr--2005/muse--yh--1.0--patch-1
3319 hodique@lifl.fr--2005/muse--yh--1.0--patch-2
3320 hodique@lifl.fr--2005/muse--yh--1.0--patch-3
3321 hodique@lifl.fr--2005/muse--yh--1.0--patch-4
3322 hodique@lifl.fr--2005/muse--yh--1.0--patch-5
3323 hodique@lifl.fr--2005/muse--yh--1.0--patch-6
3324 hodique@lifl.fr--2005/muse--yh--1.0--patch-7
3325 hodique@lifl.fr--2005/muse--yh--1.0--patch-8
3326 hodique@lifl.fr--2005/muse--yh--1.0--patch-9
3327 hodique@lifl.fr--2005/muse--yh--1.0--patch-10
3328 hodique@lifl.fr--2005/muse--yh--1.0--patch-11
3329 hodique@lifl.fr--2005/muse--yh--1.0--patch-12
3330 hodique@lifl.fr--2005/muse--yh--1.0--patch-13
3331 hodique@lifl.fr--2005/muse--yh--1.0--patch-14
3332 hodique@lifl.fr--2005/muse--yh--1.0--patch-15
3333 hodique@lifl.fr--2005/muse--yh--1.0--patch-16
3334 hodique@lifl.fr--2005/muse--yh--1.0--patch-17
3335 hodique@lifl.fr--2005/muse--yh--1.0--patch-18
3336 hodique@lifl.fr--2005/muse--yh--1.0--patch-19
3337 hodique@lifl.fr--2005/muse--yh--1.0--patch-20
3338 hodique@lifl.fr--2005/muse--yh--1.0--patch-21
3339 hodique@lifl.fr--2005/muse--yh--1.0--patch-22
3340 hodique@lifl.fr--2005/muse--yh--1.0--patch-23
3341 hodique@lifl.fr--2005/muse--yh--1.0--patch-24
3342 hodique@lifl.fr--2005/muse--yh--1.0--patch-25
3343 hodique@lifl.fr--2005/muse--yh--1.0--patch-26
3344 hodique@lifl.fr--2005/muse--yh--1.0--patch-27
3345 hodique@lifl.fr--2005/muse--yh--1.0--patch-28
3346 hodique@lifl.fr--2005/muse--yh--1.0--patch-29
3347 hodique@lifl.fr--2005/muse--yh--1.0--patch-30
3348 hodique@lifl.fr--2005/muse--yh--1.0--patch-31
3349 hodique@lifl.fr--2005/muse--yh--1.0--patch-32
3350 hodique@lifl.fr--2005/muse--yh--1.0--patch-33
3351 hodique@lifl.fr--2005/muse--yh--1.0--patch-34
3352 hodique@lifl.fr--2005/muse--yh--1.0--patch-35
3353 hodique@lifl.fr--2005/muse--yh--1.0--patch-36
3354 hodique@lifl.fr--2005/muse--yh--1.0--patch-37
3355 hodique@lifl.fr--2005/muse--yh--1.0--patch-38
3356 hodique@lifl.fr--2005/muse--yh--1.0--patch-39
3357 hodique@lifl.fr--2005/muse--yh--1.0--patch-40
3358 hodique@lifl.fr--2005/muse--yh--1.0--patch-41
3359 hodique@lifl.fr--2005/muse--yh--1.0--patch-42
3360 hodique@lifl.fr--2005/muse--yh--1.0--patch-43
3361 hodique@lifl.fr--2005/muse--yh--1.0--patch-44
3362 hodique@lifl.fr--2005/muse--yh--1.0--patch-45
3363 jeho@jeho.org--2005/muse--jeho--1.0--base-0
3364 jeho@jeho.org--2005/muse--jeho--1.0--patch-1
3365 jeho@jeho.org--2005/muse--jeho--1.0--patch-2
3366 jeho@jeho.org--2005/muse--jeho--1.0--patch-3
3367 jeho@jeho.org--2005/muse--jeho--1.0--patch-4
3368 jeho@jeho.org--2005/muse--jeho--1.0--patch-5
3369 jeho@jeho.org--2005/muse--jeho--1.0--patch-6
3370 jeho@jeho.org--2005/muse--jeho--1.0--patch-7
3371 jeho@jeho.org--2005/muse--jeho--1.0--patch-8
3372 jeho@jeho.org--2005/muse--jeho--1.0--patch-9
3373 jeho@jeho.org--2005/muse--jeho--1.0--patch-10
3374 jeho@jeho.org--2005/muse--jeho--1.0--patch-11
3375 jeho@jeho.org--2005/muse--jeho--1.0--patch-12
3376 jeho@jeho.org--2005/muse--jeho--1.0--patch-13
3377 jeho@jeho.org--2005/muse--jeho--1.0--patch-14
3378 jeho@jeho.org--2005/muse--jeho--1.0--patch-15
3379 jeho@jeho.org--2005/muse--jeho--1.0--patch-16
3380 jeho@jeho.org--2005/muse--jeho--1.0--patch-17
3381 jeho@jeho.org--2005/muse--jeho--1.0--patch-18
3382 jeho@jeho.org--2005/muse--jeho--1.0--patch-19
3383 jeho@jeho.org--2005/muse--jeho--1.0--patch-20
3384 jeho@jeho.org--2005/muse--jeho--1.0--patch-21
3385 john@wjsullivan.net--2006/muse--johnsu01--0--base-0
3386 john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
3387 lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
3388 lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
3389 lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
3390 lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
3391 lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
3392 mwolson@gnu.org--2005/muse--main--1.0--base-0
3393 mwolson@gnu.org--2005/muse--main--1.0--patch-1
3394 mwolson@gnu.org--2005/muse--main--1.0--patch-2
3395 mwolson@gnu.org--2005/muse--main--1.0--patch-3
3396 mwolson@gnu.org--2005/muse--main--1.0--patch-4
3397 mwolson@gnu.org--2005/muse--main--1.0--patch-5
3398 mwolson@gnu.org--2005/muse--main--1.0--patch-6
3399 mwolson@gnu.org--2005/muse--main--1.0--patch-7
3400 mwolson@gnu.org--2005/muse--main--1.0--patch-8
3401 mwolson@gnu.org--2005/muse--main--1.0--patch-9
3402 mwolson@gnu.org--2005/muse--main--1.0--patch-10
3403 mwolson@gnu.org--2005/muse--main--1.0--patch-11
3404 mwolson@gnu.org--2005/muse--main--1.0--patch-12
3405 mwolson@gnu.org--2005/muse--main--1.0--patch-13
3406 mwolson@gnu.org--2005/muse--main--1.0--patch-14
3407 mwolson@gnu.org--2005/muse--main--1.0--patch-15
3408 mwolson@gnu.org--2005/muse--main--1.0--patch-16
3409 mwolson@gnu.org--2005/muse--main--1.0--patch-17
3410 mwolson@gnu.org--2005/muse--main--1.0--patch-18
3411 mwolson@gnu.org--2005/muse--main--1.0--patch-19
3412 mwolson@gnu.org--2005/muse--main--1.0--patch-20
3413 mwolson@gnu.org--2005/muse--main--1.0--patch-21
3414 mwolson@gnu.org--2005/muse--main--1.0--patch-22
3415 mwolson@gnu.org--2005/muse--main--1.0--patch-23
3416 mwolson@gnu.org--2005/muse--main--1.0--patch-24
3417 mwolson@gnu.org--2005/muse--main--1.0--patch-25
3418 mwolson@gnu.org--2005/muse--main--1.0--patch-26
3419 mwolson@gnu.org--2005/muse--main--1.0--patch-27
3420 mwolson@gnu.org--2005/muse--main--1.0--patch-28
3421 mwolson@gnu.org--2005/muse--main--1.0--patch-29
3422 mwolson@gnu.org--2005/muse--main--1.0--patch-30
3423 mwolson@gnu.org--2005/muse--main--1.0--patch-31
3424 mwolson@gnu.org--2005/muse--main--1.0--patch-32
3425 mwolson@gnu.org--2005/muse--main--1.0--patch-33
3426 mwolson@gnu.org--2005/muse--main--1.0--patch-34
3427 mwolson@gnu.org--2005/muse--main--1.0--patch-35
3428 mwolson@gnu.org--2005/muse--main--1.0--patch-36
3429 mwolson@gnu.org--2005/muse--main--1.0--patch-37
3430 mwolson@gnu.org--2005/muse--main--1.0--patch-38
3431 mwolson@gnu.org--2005/muse--main--1.0--patch-39
3432 mwolson@gnu.org--2005/muse--main--1.0--patch-40
3433 mwolson@gnu.org--2005/muse--main--1.0--patch-41
3434 mwolson@gnu.org--2005/muse--main--1.0--patch-42
3435 mwolson@gnu.org--2005/muse--main--1.0--patch-43
3436 mwolson@gnu.org--2005/muse--main--1.0--patch-44
3437 mwolson@gnu.org--2005/muse--main--1.0--patch-45
3438 mwolson@gnu.org--2005/muse--main--1.0--patch-46
3439 mwolson@gnu.org--2005/muse--main--1.0--patch-47
3440 mwolson@gnu.org--2005/muse--main--1.0--patch-48
3441 mwolson@gnu.org--2005/muse--main--1.0--patch-49
3442 mwolson@gnu.org--2005/muse--main--1.0--patch-50
3443 mwolson@gnu.org--2005/muse--main--1.0--patch-51
3444 mwolson@gnu.org--2005/muse--main--1.0--patch-52
3445 mwolson@gnu.org--2005/muse--main--1.0--patch-53
3446 mwolson@gnu.org--2005/muse--main--1.0--patch-54
3447 mwolson@gnu.org--2005/muse--main--1.0--patch-55
3448 mwolson@gnu.org--2005/muse--main--1.0--patch-56
3449 mwolson@gnu.org--2005/muse--main--1.0--patch-57
3450 mwolson@gnu.org--2005/muse--main--1.0--patch-58
3451 mwolson@gnu.org--2005/muse--main--1.0--patch-59
3452 mwolson@gnu.org--2005/muse--main--1.0--patch-60
3453 mwolson@gnu.org--2005/muse--main--1.0--patch-61
3454 mwolson@gnu.org--2005/muse--main--1.0--patch-62
3455 mwolson@gnu.org--2005/muse--main--1.0--patch-63
3456 mwolson@gnu.org--2005/muse--main--1.0--patch-64
3457 mwolson@gnu.org--2005/muse--main--1.0--patch-65
3458 mwolson@gnu.org--2005/muse--main--1.0--patch-66
3459 mwolson@gnu.org--2005/muse--main--1.0--patch-67
3460 mwolson@gnu.org--2005/muse--main--1.0--patch-68
3461 mwolson@gnu.org--2005/muse--main--1.0--patch-69
3462 mwolson@gnu.org--2005/muse--main--1.0--patch-70
3463 mwolson@gnu.org--2005/muse--main--1.0--patch-71
3464 mwolson@gnu.org--2005/muse--main--1.0--patch-72
3465 mwolson@gnu.org--2005/muse--main--1.0--patch-73
3466 mwolson@gnu.org--2005/muse--main--1.0--patch-74
3467 mwolson@gnu.org--2005/muse--main--1.0--patch-75
3468 mwolson@gnu.org--2005/muse--main--1.0--patch-76
3469 mwolson@gnu.org--2005/muse--main--1.0--patch-77
3470 mwolson@gnu.org--2005/muse--main--1.0--patch-78
3471 mwolson@gnu.org--2005/muse--main--1.0--patch-79
3472 mwolson@gnu.org--2005/muse--main--1.0--patch-80
3473 mwolson@gnu.org--2005/muse--main--1.0--patch-81
3474 mwolson@gnu.org--2005/muse--main--1.0--patch-82
3475 mwolson@gnu.org--2005/muse--main--1.0--patch-83
3476 mwolson@gnu.org--2005/muse--main--1.0--patch-84
3477 mwolson@gnu.org--2005/muse--main--1.0--patch-85
3478 mwolson@gnu.org--2005/muse--main--1.0--patch-86
3479 mwolson@gnu.org--2005/muse--main--1.0--patch-87
3480 mwolson@gnu.org--2005/muse--main--1.0--patch-88
3481 mwolson@gnu.org--2005/muse--main--1.0--patch-89
3482 mwolson@gnu.org--2005/muse--main--1.0--patch-90
3483 mwolson@gnu.org--2005/muse--main--1.0--patch-91
3484 mwolson@gnu.org--2005/muse--main--1.0--patch-92
3485 mwolson@gnu.org--2005/muse--main--1.0--patch-93
3486 mwolson@gnu.org--2005/muse--main--1.0--patch-94
3487 mwolson@gnu.org--2005/muse--main--1.0--patch-95
3488 mwolson@gnu.org--2005/muse--main--1.0--patch-96
3489 mwolson@gnu.org--2005/muse--main--1.0--patch-97
3490 mwolson@gnu.org--2005/muse--main--1.0--patch-98
3491 mwolson@gnu.org--2005/muse--main--1.0--patch-99
3492 mwolson@gnu.org--2005/muse--main--1.0--patch-100
3493 mwolson@gnu.org--2005/muse--main--1.0--patch-101
3494 mwolson@gnu.org--2005/muse--main--1.0--patch-102
3495 mwolson@gnu.org--2005/muse--main--1.0--patch-103
3496 mwolson@gnu.org--2005/muse--main--1.0--patch-104
3497 mwolson@gnu.org--2005/muse--main--1.0--patch-105
3498 mwolson@gnu.org--2005/muse--main--1.0--patch-106
3499 mwolson@gnu.org--2005/muse--main--1.0--patch-107
3500 mwolson@gnu.org--2005/muse--main--1.0--patch-108
3501 mwolson@gnu.org--2005/muse--main--1.0--patch-109
3502 mwolson@gnu.org--2005/muse--main--1.0--patch-110
3503 mwolson@gnu.org--2005/muse--main--1.0--patch-111
3504 mwolson@gnu.org--2005/muse--main--1.0--patch-112
3505 mwolson@gnu.org--2005/muse--main--1.0--patch-113
3506 mwolson@gnu.org--2005/muse--main--1.0--patch-114
3507 mwolson@gnu.org--2005/muse--main--1.0--patch-115
3508 mwolson@gnu.org--2005/muse--main--1.0--patch-116
3509 mwolson@gnu.org--2005/muse--main--1.0--patch-117
3510 mwolson@gnu.org--2005/muse--main--1.0--patch-118
3511 mwolson@gnu.org--2005/muse--main--1.0--patch-119
3512 mwolson@gnu.org--2005/muse--main--1.0--patch-120
3513 mwolson@gnu.org--2005/muse--main--1.0--patch-121
3514 mwolson@gnu.org--2005/muse--main--1.0--patch-122
3515 mwolson@gnu.org--2005/muse--main--1.0--patch-123
3516 mwolson@gnu.org--2005/muse--main--1.0--patch-124
3517 mwolson@gnu.org--2005/muse--main--1.0--patch-125
3518 mwolson@gnu.org--2005/muse--main--1.0--patch-126
3519 mwolson@gnu.org--2005/muse--main--1.0--patch-127
3520 mwolson@gnu.org--2005/muse--main--1.0--patch-128
3521 mwolson@gnu.org--2005/muse--main--1.0--patch-129
3522 mwolson@gnu.org--2005/muse--main--1.0--patch-130
3523 mwolson@gnu.org--2005/muse--main--1.0--patch-131
3524 mwolson@gnu.org--2005/muse--main--1.0--patch-132
3525 mwolson@gnu.org--2005/muse--main--1.0--patch-133
3526 mwolson@gnu.org--2005/muse--main--1.0--patch-134
3527 mwolson@gnu.org--2005/muse--main--1.0--patch-135
3528 mwolson@gnu.org--2005/muse--main--1.0--patch-136
3529 mwolson@gnu.org--2005/muse--main--1.0--patch-137
3530 mwolson@gnu.org--2005/muse--main--1.0--patch-138
3531 mwolson@gnu.org--2005/muse--main--1.0--patch-139
3532 mwolson@gnu.org--2005/muse--main--1.0--patch-140
3533 mwolson@gnu.org--2005/muse--main--1.0--patch-141
3534 mwolson@gnu.org--2005/muse--main--1.0--patch-142
3535 mwolson@gnu.org--2005/muse--main--1.0--patch-143
3536 mwolson@gnu.org--2005/muse--main--1.0--patch-144
3537 mwolson@gnu.org--2005/muse--main--1.0--patch-145
3538 mwolson@gnu.org--2005/muse--main--1.0--patch-146
3539 mwolson@gnu.org--2005/muse--main--1.0--patch-147
3540 mwolson@gnu.org--2005/muse--main--1.0--patch-148
3541 mwolson@gnu.org--2005/muse--main--1.0--patch-149
3542 mwolson@gnu.org--2005/muse--main--1.0--patch-150
3543 mwolson@gnu.org--2005/muse--main--1.0--patch-151
3544 mwolson@gnu.org--2005/muse--main--1.0--patch-152
3545 mwolson@gnu.org--2005/muse--main--1.0--patch-153
3546 mwolson@gnu.org--2005/muse--main--1.0--patch-154
3547 mwolson@gnu.org--2005/muse--main--1.0--patch-155
3548 mwolson@gnu.org--2005/muse--main--1.0--patch-156
3549 mwolson@gnu.org--2005/muse--main--1.0--patch-157
3550 mwolson@gnu.org--2005/muse--main--1.0--patch-158
3551 mwolson@gnu.org--2005/muse--main--1.0--patch-159
3552 mwolson@gnu.org--2005/muse--main--1.0--patch-160
3553 mwolson@gnu.org--2005/muse--main--1.0--patch-161
3554 mwolson@gnu.org--2005/muse--main--1.0--patch-162
3555 mwolson@gnu.org--2005/muse--main--1.0--patch-163
3556 mwolson@gnu.org--2005/muse--main--1.0--patch-164
3557 mwolson@gnu.org--2005/muse--main--1.0--patch-165
3558 mwolson@gnu.org--2005/muse--main--1.0--patch-166
3559 mwolson@gnu.org--2005/muse--main--1.0--patch-167
3560 mwolson@gnu.org--2005/muse--main--1.0--patch-168
3561 mwolson@gnu.org--2005/muse--main--1.0--patch-169
3562 mwolson@gnu.org--2005/muse--main--1.0--patch-170
3563 mwolson@gnu.org--2005/muse--main--1.0--patch-171
3564 mwolson@gnu.org--2005/muse--main--1.0--patch-172
3565 mwolson@gnu.org--2005/muse--main--1.0--patch-173
3566 mwolson@gnu.org--2005/muse--main--1.0--patch-174
3567 mwolson@gnu.org--2005/muse--main--1.0--patch-175
3568 mwolson@gnu.org--2005/muse--main--1.0--patch-176
3569 mwolson@gnu.org--2005/muse--main--1.0--patch-177
3570 mwolson@gnu.org--2005/muse--main--1.0--patch-178
3571 mwolson@gnu.org--2005/muse--main--1.0--patch-179
3572 mwolson@gnu.org--2005/muse--main--1.0--patch-180
3573 mwolson@gnu.org--2005/muse--main--1.0--patch-181
3574 mwolson@gnu.org--2005/muse--main--1.0--patch-182
3575 mwolson@gnu.org--2005/muse--main--1.0--patch-183
3576 mwolson@gnu.org--2005/muse--main--1.0--patch-184
3577 mwolson@gnu.org--2005/muse--main--1.0--patch-185
3578 mwolson@gnu.org--2005/muse--main--1.0--patch-186
3579 mwolson@gnu.org--2005/muse--main--1.0--patch-187
3580 mwolson@gnu.org--2005/muse--main--1.0--patch-188
3581 mwolson@gnu.org--2005/muse--main--1.0--patch-189
3582 mwolson@gnu.org--2005/muse--main--1.0--patch-190
3583 mwolson@gnu.org--2005/muse--main--1.0--patch-191
3584 mwolson@gnu.org--2005/muse--main--1.0--patch-192
3585 mwolson@gnu.org--2005/muse--main--1.0--patch-193
3586 mwolson@gnu.org--2005/muse--main--1.0--patch-194
3587 mwolson@gnu.org--2005/muse--main--1.0--patch-195
3588 mwolson@gnu.org--2005/muse--main--1.0--patch-196
3589 mwolson@gnu.org--2005/muse--main--1.0--patch-197
3590 mwolson@gnu.org--2005/muse--main--1.0--patch-198
3591 mwolson@gnu.org--2005/muse--main--1.0--patch-199
3592 mwolson@gnu.org--2005/muse--main--1.0--patch-200
3593 mwolson@gnu.org--2005/muse--main--1.0--patch-201
3594 mwolson@gnu.org--2005/muse--main--1.0--patch-202
3595 mwolson@gnu.org--2005/muse--main--1.0--patch-203
3596 mwolson@gnu.org--2005/muse--main--1.0--patch-204
3597 mwolson@gnu.org--2005/muse--main--1.0--patch-205
3598 mwolson@gnu.org--2005/muse--main--1.0--patch-206
3599 mwolson@gnu.org--2005/muse--main--1.0--patch-207
3600 mwolson@gnu.org--2005/muse--main--1.0--patch-208
3601 mwolson@gnu.org--2005/muse--main--1.0--patch-209
3602 mwolson@gnu.org--2005/muse--main--1.0--patch-210
3603 mwolson@gnu.org--2005/muse--main--1.0--patch-211
3604 mwolson@gnu.org--2005/muse--main--1.0--patch-212
3605 mwolson@gnu.org--2005/muse--main--1.0--patch-213
3606 mwolson@gnu.org--2005/muse--main--1.0--patch-214
3607 mwolson@gnu.org--2005/muse--main--1.0--patch-215
3608 mwolson@gnu.org--2005/muse--main--1.0--patch-216
3609 mwolson@gnu.org--2005/muse--main--1.0--patch-217
3610 mwolson@gnu.org--2005/muse--main--1.0--patch-218
3611 mwolson@gnu.org--2005/muse--main--1.0--patch-219
3612 mwolson@gnu.org--2005/muse--main--1.0--patch-220
3613 mwolson@gnu.org--2005/muse--main--1.0--patch-221
3614 mwolson@gnu.org--2005/muse--main--1.0--patch-222
3615 mwolson@gnu.org--2005/muse--main--1.0--patch-223
3616 mwolson@gnu.org--2005/muse--main--1.0--patch-224
3617 mwolson@gnu.org--2005/muse--main--1.0--patch-225
3618 mwolson@gnu.org--2005/muse--main--1.0--patch-226
3619 mwolson@gnu.org--2005/muse--main--1.0--patch-227
3620 mwolson@gnu.org--2005/muse--main--1.0--patch-228
3621 mwolson@gnu.org--2005/muse--main--1.0--patch-229
3622 mwolson@gnu.org--2005/muse--main--1.0--patch-230
3623 mwolson@gnu.org--2005/muse--main--1.0--patch-231
3624 mwolson@gnu.org--2005/muse--main--1.0--patch-232
3625 mwolson@gnu.org--2005/muse--main--1.0--patch-233
3626 mwolson@gnu.org--2005/muse--main--1.0--patch-234
3627 mwolson@gnu.org--2005/muse--main--1.0--patch-235
3628 mwolson@gnu.org--2005/muse--main--1.0--patch-236
3629 mwolson@gnu.org--2005/muse--main--1.0--patch-237
3630 mwolson@gnu.org--2005/muse--main--1.0--patch-238
3631 mwolson@gnu.org--2005/muse--main--1.0--patch-239
3632 mwolson@gnu.org--2005/muse--main--1.0--patch-240
3633 mwolson@gnu.org--2005/muse--main--1.0--patch-241
3634 mwolson@gnu.org--2005/muse--main--1.0--patch-242
3635 mwolson@gnu.org--2005/muse--main--1.0--patch-243
3636 mwolson@gnu.org--2005/muse--main--1.0--patch-244
3637 mwolson@gnu.org--2005/muse--main--1.0--patch-245
3638 mwolson@gnu.org--2005/muse--main--1.0--patch-246
3639 mwolson@gnu.org--2005/muse--main--1.0--patch-247
3640 mwolson@gnu.org--2005/muse--main--1.0--patch-248
3641 mwolson@gnu.org--2005/muse--main--1.0--patch-249
3642 mwolson@gnu.org--2005/muse--main--1.0--patch-250
3643 mwolson@gnu.org--2005/muse--main--1.0--patch-251
3644 mwolson@gnu.org--2005/muse--main--1.0--patch-252
3645 mwolson@gnu.org--2005/muse--main--1.0--patch-253
3646 mwolson@gnu.org--2005/muse--main--1.0--patch-254
3647 mwolson@gnu.org--2005/muse--main--1.0--patch-255
3648 mwolson@gnu.org--2005/muse--main--1.0--patch-256
3649 mwolson@gnu.org--2005/muse--main--1.0--patch-257
3650 mwolson@gnu.org--2005/muse--main--1.0--patch-258
3651 mwolson@gnu.org--2005/muse--main--1.0--patch-259
3652 mwolson@gnu.org--2005/muse--main--1.0--patch-260
3653 mwolson@gnu.org--2005/muse--main--1.0--patch-261
3654 mwolson@gnu.org--2005/muse--main--1.0--patch-262
3655 mwolson@gnu.org--2005/muse--main--1.0--patch-263
3656 mwolson@gnu.org--2005/muse--main--1.0--patch-264
3657 mwolson@gnu.org--2005/muse--main--1.0--patch-265
3658 mwolson@gnu.org--2005/muse--main--1.0--patch-266
3659 mwolson@gnu.org--2005/muse--main--1.0--patch-267
3660 mwolson@gnu.org--2005/muse--main--1.0--patch-268
3661 mwolson@gnu.org--2005/muse--main--1.0--patch-269
3662 mwolson@gnu.org--2005/muse--main--1.0--patch-270
3663 mwolson@gnu.org--2005/muse--main--1.0--patch-271
3664 mwolson@gnu.org--2005/muse--main--1.0--patch-272
3665 mwolson@gnu.org--2005/muse--main--1.0--patch-273
3666 mwolson@gnu.org--2005/muse--main--1.0--patch-274
3667 mwolson@gnu.org--2005/muse--main--1.0--patch-275
3668 mwolson@gnu.org--2005/muse--main--1.0--patch-276
3669 mwolson@gnu.org--2005/muse--main--1.0--patch-277
3670 mwolson@gnu.org--2005/muse--main--1.0--patch-278
3671 mwolson@gnu.org--2005/muse--main--1.0--patch-279
3672 mwolson@gnu.org--2005/muse--main--1.0--patch-280
3673 mwolson@gnu.org--2005/muse--main--1.0--patch-281
3674 mwolson@gnu.org--2005/muse--main--1.0--patch-282
3675 mwolson@gnu.org--2005/muse--main--1.0--patch-283
3676 mwolson@gnu.org--2005/muse--main--1.0--patch-284
3677 mwolson@gnu.org--2005/muse--main--1.0--patch-285
3678 mwolson@gnu.org--2005/muse--main--1.0--patch-286
3679 mwolson@gnu.org--2005/muse--main--1.0--patch-287
3680 mwolson@gnu.org--2005/muse--main--1.0--patch-288
3681 mwolson@gnu.org--2005/muse--main--1.0--patch-289
3682 mwolson@gnu.org--2005/muse--main--1.0--patch-290
3683 mwolson@gnu.org--2005/muse--main--1.0--patch-291
3684 mwolson@gnu.org--2005/muse--main--1.0--patch-292
3685 mwolson@gnu.org--2005/muse--main--1.0--patch-293
3686 mwolson@gnu.org--2005/muse--main--1.0--patch-294
3687 mwolson@gnu.org--2005/muse--main--1.0--patch-295
3688 mwolson@gnu.org--2005/muse--main--1.0--patch-296
3689 mwolson@gnu.org--2005/muse--main--1.0--patch-297
3690 mwolson@gnu.org--2005/muse--main--1.0--patch-298
3691 mwolson@gnu.org--2005/muse--main--1.0--patch-299
3692 mwolson@gnu.org--2005/muse--main--1.0--patch-300
3693 mwolson@gnu.org--2005/muse--main--1.0--patch-301
3694 mwolson@gnu.org--2005/muse--main--1.0--patch-302
3695 mwolson@gnu.org--2005/muse--main--1.0--patch-303
3696 mwolson@gnu.org--2005/muse--main--1.0--patch-304
3697 mwolson@gnu.org--2005/muse--main--1.0--patch-305
3698 mwolson@gnu.org--2005/muse--main--1.0--patch-306
3699 mwolson@gnu.org--2005/muse--main--1.0--patch-307
3700 mwolson@gnu.org--2005/muse--main--1.0--patch-308
3701 mwolson@gnu.org--2005/muse--main--1.0--patch-309
3702 mwolson@gnu.org--2005/muse--main--1.0--patch-310
3703 mwolson@gnu.org--2005/muse--main--1.0--patch-311
3704 mwolson@gnu.org--2005/muse--main--1.0--patch-312
3705 mwolson@gnu.org--2005/muse--main--1.0--patch-313
3706 mwolson@gnu.org--2005/muse--main--1.0--patch-314
3707 mwolson@gnu.org--2005/muse--main--1.0--patch-315
3708 mwolson@gnu.org--2005/muse--main--1.0--patch-316
3709 mwolson@gnu.org--2005/muse--main--1.0--patch-317
3710 mwolson@gnu.org--2005/muse--main--1.0--patch-318
3711 mwolson@gnu.org--2005/muse--main--1.0--patch-319
3712 mwolson@gnu.org--2005/muse--main--1.0--patch-320
3713 mwolson@gnu.org--2005/muse--main--1.0--patch-321
3714 mwolson@gnu.org--2005/muse--main--1.0--patch-322
3715 mwolson@gnu.org--2005/muse--main--1.0--patch-323
3716 mwolson@gnu.org--2005/muse--main--1.0--patch-324
3717 mwolson@gnu.org--2005/muse--main--1.0--patch-325
3718 mwolson@gnu.org--2005/muse--main--1.0--patch-326
3719 mwolson@gnu.org--2005/muse--main--1.0--patch-327
3720 mwolson@gnu.org--2005/muse--main--1.0--patch-328
3721 mwolson@gnu.org--2005/muse--main--1.0--patch-329
3722 mwolson@gnu.org--2005/muse--main--1.0--patch-330
3723 mwolson@gnu.org--2005/muse--main--1.0--patch-331
3724 mwolson@gnu.org--2005/muse--main--1.0--patch-332
3725 mwolson@gnu.org--2005/muse--main--1.0--patch-333
3726 mwolson@gnu.org--2005/muse--main--1.0--patch-334
3727 mwolson@gnu.org--2005/muse--main--1.0--patch-335
3728 mwolson@gnu.org--2005/muse--main--1.0--patch-336
3729 mwolson@gnu.org--2005/muse--main--1.0--patch-337
3730 mwolson@gnu.org--2005/muse--main--1.0--patch-338
3731 mwolson@gnu.org--2005/muse--main--1.0--patch-339
3732 mwolson@gnu.org--2005/muse--main--1.0--patch-340
3733 mwolson@gnu.org--2005/muse--main--1.0--patch-341
3734 mwolson@gnu.org--2005/muse--main--1.0--patch-342
3735 mwolson@gnu.org--2005/muse--main--1.0--patch-343
3736 mwolson@gnu.org--2005/muse--main--1.0--patch-344
3737 mwolson@gnu.org--2005/muse--main--1.0--patch-345
3738 mwolson@gnu.org--2005/muse--main--1.0--patch-346
3739 mwolson@gnu.org--2005/muse--main--1.0--patch-347
3740 mwolson@gnu.org--2005/muse--main--1.0--patch-348
3741 mwolson@gnu.org--2005/muse--main--1.0--patch-349
3742 mwolson@gnu.org--2005/muse--main--1.0--patch-350
3743 mwolson@gnu.org--2005/muse--main--1.0--patch-351
3744 mwolson@gnu.org--2005/muse--main--1.0--patch-352
3745 mwolson@gnu.org--2005/muse--main--1.0--patch-353
3746 mwolson@gnu.org--2005/muse--main--1.0--patch-354
3747 mwolson@gnu.org--2005/muse--main--1.0--patch-355
3748 mwolson@gnu.org--2005/muse--rel--3.02--base-0
3749 mwolson@gnu.org--2005/muse--rel--3.02--patch-1
3750 mwolson@gnu.org--2005/muse--rel--3.02--patch-2
3751 mwolson@gnu.org--2005/muse--rel--3.02--patch-3
3752 mwolson@gnu.org--2005/muse--rel--3.02--patch-4
3753 mwolson@gnu.org--2005/muse--rel--3.02--patch-5
3754 mwolson@gnu.org--2005/muse--rel--3.02--patch-6
3755 mwolson@gnu.org--2005/muse--rel--3.02--patch-7
3756 mwolson@gnu.org--2005/muse--rel--3.02--patch-8
3757 mwolson@gnu.org--2005/muse--rel--3.02--patch-11
3758 mwolson@gnu.org--2005/muse--rel--3.02--patch-13
3759 mwolson@gnu.org--2005/muse--rel--3.02--patch-14
3760 mwolson@gnu.org--2005/muse--rel--3.02--patch-15
3761 mwolson@gnu.org--2005/muse--rel--3.02--patch-17
3762 mwolson@gnu.org--2005/muse--rel--3.02--patch-18
3763 mwolson@gnu.org--2005/muse--rel--3.02--patch-19
3764 mwolson@gnu.org--2005/muse--rel--3.02--patch-20
3765 mwolson@gnu.org--2005/muse--rel--3.02--patch-21
3766 mwolson@gnu.org--2005/muse--rel--3.02--patch-22
3767 mwolson@gnu.org--2005/muse--rel--3.02--patch-23
3768 mwolson@gnu.org--2005/muse--rel--3.02--patch-25
3769 mwolson@gnu.org--2005/muse--rel--3.02--patch-27
3770 mwolson@gnu.org--2005/muse--rel--3.02--patch-28
3771 mwolson@gnu.org--2005/muse--rel--3.02--patch-29
3772 mwolson@gnu.org--2005/muse--rel--3.02--patch-35
3773 mwolson@gnu.org--2005/muse--rel--3.02--patch-36
3774 mwolson@gnu.org--2005/muse--rel--3.02--patch-37
3775 mwolson@gnu.org--2005/muse--rel--3.02--patch-53
3776 mwolson@gnu.org--2005/muse--rel--3.02--patch-54
3777 mwolson@gnu.org--2005/muse--rel--3.02--patch-55
3778 mwolson@gnu.org--2005/muse--rel--3.02--patch-56
3779 mwolson@member.fsf.org--2004/muse--main--1.0--base-0
3780 mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
3781 mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
3782 mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
3783 mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
3784 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
3785 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
3786 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
3787 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
3788 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
3789 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
3790 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
3791 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8