Tweak build system.
[muse-el.git] / ChangeLog
blob68b8808570bd604d4315d4b2a6aa56ac9d9e327c
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2006/muse--main--1.0
5 2006-08-06 01:34:51 GMT Michael Olson <mwolson@gnu.org> patch-171
7     Summary:
8       Tweak build system.
9     Revision:
10       muse--main--1.0--patch-171
12     * Makefile, Makefile.defs, contrib/Makefile, experimental/Makefile:
13       lisp/Makefile: Make the build system more abstract so that it can be
14       easily re-used in other Emacs Lisp programs.
15     
16     * examples/mwolson/muse-init.el: Update.
18     modified files:
19      ChangeLog Makefile Makefile.defs contrib/Makefile
20      examples/mwolson/muse-init.el experimental/Makefile
21      lisp/Makefile
24 2006-08-05 15:12:38 GMT Michael Olson <mwolson@gnu.org> patch-170
26     Summary:
27       Rename muse-convert-latex.el to muse-import-latex.el.
28     Revision:
29       muse--main--1.0--patch-170
31     * lisp/muse-import-latex.el: Rename from muse-convert-latex.el.  Rename
32       all functions as well.
34     modified files:
35      ChangeLog lisp/muse-import-latex.el
37     renamed files:
38      lisp/.arch-ids/muse-convert-latex.el.id
39        ==> lisp/.arch-ids/muse-import-latex.el.id
40      lisp/muse-convert-latex.el
41        ==> lisp/muse-import-latex.el
44 2006-07-29 04:03:29 GMT Michael Olson <mwolson@gnu.org> patch-169
46     Summary:
47       Manual: Update mailing list info.
48     Revision:
49       muse--main--1.0--patch-169
51     * muse.texi (Releases): Update mailing list info.
52       (Implicit Links): Fix use of future tense.
53       (Getting Help and Reporting Bugs): Update mailing list info.
55     modified files:
56      ChangeLog muse.texi
59 2006-07-29 03:49:29 GMT Michael Olson <mwolson@gnu.org> patch-168
61     Summary:
62       Mention both Ubuntu and Debian throughout.
63     Revision:
64       muse--main--1.0--patch-168
66     * Makefile.defs, README, muse.texi: Mention Ubuntu wherever Debian is
67       mentioned.
69     modified files:
70      ChangeLog Makefile.defs README muse.texi
73 2006-07-27 22:28:13 GMT Michael Olson <mwolson@gnu.org> patch-167
75     Summary:
76       Fix #5899: muse-follow-name-at-mouse breaks mouse-yank-at-point.
77     Revision:
78       muse--main--1.0--patch-167
80     * lisp/muse-mode.el (muse-follow-name-at-mouse): Restore the point before
81       calling the fallback keybinding.  This fixes #5899.
82     
83     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
84       (muse-publish-mark-link): Docfix.
85       (muse-link-specials): Docfix.
87     modified files:
88      ChangeLog lisp/muse-mode.el lisp/muse-publish.el lisp/muse.el
91 2006-07-27 20:46:38 GMT Michael Olson <mwolson@gnu.org> patch-166
93     Summary:
94       Make C-c C-t publish the current file in a more sensible way.
95     Revision:
96       muse--main--1.0--patch-166
98     * lisp/muse-mode.el (muse-mode-map): Make C-c C-t call
99       muse-project-publish-this-file instead of muse-publish-this file.  Make
100       C-c C-T call the latter.
101       (muse-browse-result): Use `muse-project-get-applicable-styles'.
102       (muse-follow-name-at-point): Docfix.
103     
104     * lisp/muse-project.el (muse-project-get-applicable-style): New function
105       that prompts the user for a style if more than one style applies to the
106       given file.
107       (muse-project-publish-this-file): New function that publishes the
108       currently-visited file according to `muse-project-alist', prompting if
109       more than one style applies.
110     
111     * lisp/muse-publish.el (muse-publish-this-file): Docfix.
112     
113     * muse.texi (Keystroke Summary): Update for the changes made.  C-c C-c
114       was not previously documented.
116     modified files:
117      ChangeLog lisp/muse-mode.el lisp/muse-project.el
118      lisp/muse-publish.el muse.texi
121 2006-07-27 19:36:31 GMT Michael Olson <mwolson@gnu.org> patch-165
123     Summary:
124       Implement interactive insertion of URLs.
125     Revision:
126       muse--main--1.0--patch-165
128     * lisp/muse-mode.el (muse-insert-map): Add binding for muse-insert-url.
129       (muse-insert-thing): Add text for URL to prompt.
130       (muse-insert-relative-link-to-file): Docfix, style fix.
131       (muse-insert-url): New function that reads a URL and description from
132       the user.
133     
134     * muse.texi (Keystroke Summary): Mention insert-url keybinding.
136     modified files:
137      ChangeLog lisp/muse-mode.el muse.texi
140 2006-07-27 18:50:50 GMT Michael Olson <mwolson@gnu.org> patch-164
142     Summary:
143       Make escaping of brackets in links work properly.
144     Revision:
145       muse--main--1.0--patch-164
147     * lisp/muse-colors.el (muse-colors-explicit-link): If the link has
148       escaped characters, display them unescaped.
149     
150     * lisp/muse-mode.el (muse-make-link): Handle case where we are given no
151       link.
152       (muse-edit-link-at-point): Unescape the link before presenting it to
153       the user for editing.
154     
155     * lisp/muse-publish.el (muse-publish-escape-specials-in-string): Minor
156       coding style fix.
157       (muse-publish-url): Unescape the link description before doing further
158       transforms on it.  The link has already been unescaped.
159     
160     * lisp/muse.el (muse-sort-by-rating): Minor coding style fix.
161       (muse-escape-specials-in-string): New function that escapes specials in
162       a string.  This differs from Muse's other specials-escaping routines in
163       that it replaces strings rather than characters, and is reversible if
164       the specials are defined properly.
165       (muse-replace-regexp-in-string): Docfix.
166       (muse-link-specials): New variable containing the specials that Muse
167       uses to handle syntactic issues with link text.  Namely: brackets.  The
168       percent sign must also be escaped since it is used in the escaped text.
169       (muse-link-escape, muse-link-unescape): Call
170       muse-escape-specials-in-string.  Embarrassingly, these functions
171       previously had no effect before.
173     modified files:
174      ChangeLog lisp/muse-colors.el lisp/muse-mode.el
175      lisp/muse-publish.el lisp/muse.el
178 2006-07-09 18:28:25 GMT Michael Olson <mwolson@gnu.org> patch-163
180     Summary:
181       Make space around emdash optional.
182     Revision:
183       muse--main--1.0--patch-163
185     * lisp/muse-publish.el (muse-publish-markup-regexps): Make space around
186       emdash optional.
188     modified files:
189      ChangeLog lisp/muse-publish.el
192 2006-07-08 20:38:12 GMT Michael Olson <mwolson@gnu.org> patch-162
194     Summary:
195       muse-latex: Make publishing of <contents> tags optional.
196     Revision:
197       muse--main--1.0--patch-162
199     * lisp/muse-html.el (muse-html-insert-contents): Use nreverse rather than
200       reverse for a minor speed boost.
201     
202     * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header): Only
203       insert a table of contents when muse-latex-permit-contents-tag is nil.
204       (muse-latexcjk-header): Make comments do the right thing.
205       (muse-latex-permit-contents-tag): New option that specifies whether we
206       should take action on the <contents> tag.
207       (muse-latex-finalize-buffer): If muse-latex-permit-contents-tag is
208       non-nil, publish a table of contents in the place where the <contents>
209       tag is.
210     
211     * muse.texi (LaTeX): Bring up-to-date with new options.
213     modified files:
214      ChangeLog lisp/muse-html.el lisp/muse-latex.el muse.texi
217 2006-07-04 05:00:35 GMT Michael Olson <mwolson@gnu.org> patch-161
219     Summary:
220       Fix publishing bug introduced in last patch.
221     Revision:
222       muse--main--1.0--patch-161
224     * lisp/muse-project.el (muse-current-output-style): New variable that
225       holds the output style that is currently being used to publish a file.
226       (muse-project-page-file): When a subdirectory is used, only record
227       matches.  Sort using matches, not entire list.
228       (muse-project-resolve-link): Docfix.
229       (muse-project-current-output-style): New function that returns the
230       current output style.
231       (muse-project-link-page): Use the local output style, not the other
232       kind of style.
233       (muse-project-publish-file): Set muse-current-output-style.
234     
235     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use
236       muse-current-output-style.
238     modified files:
239      ChangeLog lisp/muse-project.el lisp/muse-wiki.el
242 2006-07-04 04:06:44 GMT Michael Olson <mwolson@gnu.org> patch-160
244     Summary:
245       Make links to files in subdirectories work.
246     Revision:
247       muse--main--1.0--patch-160
249     * lisp/muse-project.el (muse-project-alist-styles): Fix stray comment.
250       (muse-project-page-file): Change to a defun.  Handle files with the
251       same name but in different directories.  Handle case where a
252       subdirectory is given in a link.
253       (muse-project-choose-style-by-link-suffix): Move from muse-wiki.el.
254       (muse-project-applicable-styles): Sort entries according to how late in
255       the string the match for the include regexp occurs.
256       (muse-project-resolve-link): Moved from muse-wiki.el.  Strip
257       subdirectory from page because we have already determined the correct
258       path.
259       (muse-project-link-page): New function that resolves a link to a page
260       in the same project.
261     
262     * lisp/muse-publish.el (muse-publish-link-page): Simple wrapper for
263       muse-project-link-page.
264       (muse-publish-classify-url): Use muse-publish-link-page.
265     
266     * lisp/muse-regexps.el (muse-file-regexp): Don't match subdirectory
267       links.
268     
269     * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix)
270       (muse-wiki-resolve-project-page-1): Move to muse-project.el.
271       (muse-wiki-resolve-project-page): Use muse-project-resolve-link.
272     
273     * lisp/muse.el (muse-collect-alist): New function that is like assoc, but
274       returns a list of matches.
275       (muse-sort-with-closure): New convenience macro for using `sort' with a
276       closure argument.
277       (muse-sort-by-rating): New function that takes a rating list and sorts
278       it, discarding the rating.
279     
280     * muse.texi (Projects): Mention that you can use regexps in place of
281       directory names in project entries.  Caught that when source-diving.
283     modified files:
284      ChangeLog lisp/muse-project.el lisp/muse-publish.el
285      lisp/muse-regexps.el lisp/muse-wiki.el lisp/muse.el muse.texi
288 2006-07-03 01:33:17 GMT Michael Olson <mwolson@gnu.org> patch-159
290     Summary:
291       Fix publishing of blank table fields.
292     Revision:
293       muse--main--1.0--patch-159
295     * lisp/muse-regexps.el (muse-table-field-regexp): Make publishing blank
296       fields work properly.
298     modified files:
299      ChangeLog lisp/muse-regexps.el
302 2006-07-03 00:39:47 GMT Michael Olson <mwolson@gnu.org> patch-158
304     Summary:
305       Make muse-publish-markup-buffer usable even with no current file.
306     Revision:
307       muse--main--1.0--patch-158
309     * lisp/muse-publish.el (muse-publish-markup-buffer): Make this work even
310       if no file is associated with the buffer.  Thanks to dds for the fix.
312     modified files:
313      ChangeLog lisp/muse-publish.el
316 2006-06-26 18:13:59 GMT Michael Olson <mwolson@gnu.org> patch-157
318     Summary:
319       Don't use illegal C-c i keybinding.
320     Revision:
321       muse--main--1.0--patch-157
323     * lisp/muse-mode.el (muse-mode-map): Remove "C-c i" binding and use "C-c
324       TAB" for that purpose instead.  Thanks to Adrian Aichner for the
325       report.
326     
327     * muse.texi (Keystroke Summary): Update documentation for the above
328       change.
330     modified files:
331      ChangeLog lisp/muse-mode.el muse.texi
334 2006-06-12 13:58:59 GMT Michael Olson <mwolson@gnu.org> patch-156
336     Summary:
337       Improve ignored files regexp.
338     Revision:
339       muse--main--1.0--patch-156
341     * lisp/muse-project.el (muse-project-ignore-regexp): Ignore Darcs and SVN
342       metadata directories, and use a better matching technique for autosave
343       files.  Previously, files with '#' in them were ignored erroneously.
345     modified files:
346      ChangeLog lisp/muse-project.el
349 2006-06-12 13:55:17 GMT Michael Olson <mwolson@gnu.org> patch-155
351     Summary:
352       Provide example for <include> in Muse manual.
353     Revision:
354       muse--main--1.0--patch-155
356     * muse.texi (Tag Summary): Give an example of using the <include> tag.
358     modified files:
359      ChangeLog muse.texi
362 2006-06-10 06:49:08 GMT Michael Olson <mwolson@gnu.org> patch-154
364     Summary:
365       Make PDF version of the Muse manual be generated correctly.
366     Revision:
367       muse--main--1.0--patch-154
369     * muse.texi (Tag Summary): Use a slightly different syntax for the table
370       items.  Even though texinfo published the HTML version correctly, the
371       PDF version was not working.  Thanks to mirko.vukovic for the report.
373     modified files:
374      ChangeLog muse.texi
377 2006-06-03 23:38:12 GMT Michael Olson <mwolson@gnu.org> patch-153
379     Summary:
380       Fix bug introduced in last patch.
381     Revision:
382       muse--main--1.0--patch-153
384     * muse-publish.el (muse-publish-include-tag): Fix bug introduced in last
385       patch.
387     modified files:
388      ChangeLog lisp/muse-publish.el
391 2006-06-03 21:18:35 GMT Michael Olson <mwolson@gnu.org> patch-152
393     Summary:
394       Move Debian stuff into its own branch.
395     Revision:
396       muse--main--1.0--patch-152
398     * debian: Moved to muse--debian--0.
400     removed files:
401      debian/.arch-ids/=id debian/.arch-ids/NEWS.id
402      debian/.arch-ids/changelog.id debian/.arch-ids/compat.id
403      debian/.arch-ids/control.id debian/.arch-ids/copyright.id
404      debian/.arch-ids/emacsen-install.id
405      debian/.arch-ids/emacsen-remove.id
406      debian/.arch-ids/emacsen-startup.id
407      debian/.arch-ids/muse-el.dirs.id
408      debian/.arch-ids/muse-el.docs.id
409      debian/.arch-ids/muse-el.examples.id
410      debian/.arch-ids/muse-el.info.id debian/.arch-ids/rules.id
411      debian/NEWS debian/changelog debian/compat debian/control
412      debian/copyright debian/emacsen-install debian/emacsen-remove
413      debian/emacsen-startup debian/muse-el.dirs debian/muse-el.docs
414      debian/muse-el.examples debian/muse-el.info debian/rules
416     modified files:
417      ChangeLog
419     removed directories:
420      debian debian/.arch-ids
423 2006-06-03 21:12:36 GMT Michael Olson <mwolson@gnu.org> patch-151
425     Summary:
426       Provide some markup shortcuts for the <include> tag.
427     Revision:
428       muse--main--1.0--patch-151
430     * lisp/muse-publish.el (muse-publish-examplify-buffer): New function that
431       transforms the current buffer as if it were an <example> region.
432       (muse-publish-versify-buffer): Ditto, but for <verse> regions.
433       (muse-publish-include-tag): Docfix.  Support special cases for
434       markup="example" and markup="verse".
435     
436     * muse.texi (Tag Summary): Update for new <include> shortcuts.
438     modified files:
439      ChangeLog lisp/muse-publish.el muse.texi
442 2006-06-01 04:14:45 GMT Michael Olson <mwolson@gnu.org> patch-150
444     Summary:
445       Really update ChangeLog.2005.
446     Revision:
447       muse--main--1.0--patch-150
449     * ChangeLog.2005: Really update this.
451     new files:
452      .arch-ids/ChangeLog.2005.id ChangeLog.2005
454     removed files:
455      .arch-ids/ChangeLog.2005.id ChangeLog.2005
457     modified files:
458      .arch-ids/muse.texi.id ChangeLog
461 2006-06-01 04:05:33 GMT Michael Olson <mwolson@gnu.org> patch-149
463     Summary:
464       Second attempt at fixing XEmacs beta problem.
465     Revision:
466       muse--main--1.0--patch-149
468     * lisp/Makefile (ELC): Revert previous change, now that I have a hunch
469       about what causes the problem.
470     
471     * lisp/muse-publish.el (muse-publish-markup-regexps): Move anchor markup
472       lower to future-proof an idea that I have.
473       (muse-style-element): Make this a function instead of a substitution,
474       especially since it is potentially recursive.
476     modified files:
477      ChangeLog ChangeLog.2005 lisp/Makefile lisp/muse-publish.el
480 2006-06-01 03:47:49 GMT Michael Olson <mwolson@gnu.org> patch-148
482     Summary:
483       Update ChangeLogs.
484     Revision:
485       muse--main--1.0--patch-148
487     * ChangeLog: Rename from ChangeLog.2006 to follow Emacs conventions.
488     
489     * ChangeLog.2005: Mention ChangeLog.2004 for earlier changes.
490     
491     * lisp/muse-regexps.el: Add a few comments.
492     
493     * muse.texi (Tag Summary): Add example of <tag /> use.
495     modified files:
496      ChangeLog ChangeLog.2005 lisp/muse-regexps.el muse.texi
499 2006-06-01 03:44:00 GMT Michael Olson <mwolson@gnu.org> patch-147
501     Summary:
502       Try to work around a bug in XEmacs beta.
503     Revision:
504       muse--main--1.0--patch-147
506     * lisp/Makefile (ELC): Compile muse-publish.el first, to try to work
507       around a bug in XEmacs beta.
509     modified files:
510      ChangeLog lisp/Makefile
513 2006-05-30 18:21:51 GMT Michael Olson <mwolson@gnu.org> patch-146
515     Summary:
516       Fix tag-publishing in <insert> and <markup>.
517     Revision:
518       muse--main--1.0--patch-146
520     * lisp/muse-publish.el (muse-insert-file-or-string): Don't set
521       muse-publish-markup-tags, since that messes other things up for
522       <markup> and <insert>.
523       (muse-inhibit-style-tags): New variable that specifies whether to
524       disable looking for tag definitions that are specific to the current
525       style.  This is useful for publishing headers and footers.
526       (muse-publish-markup-tag): Use `muse-inhibit-style-tags', but disable
527       it unconditionally when calling a tag's function, so that the effect
528       does not propagate.
529     
530     * lisp/muse.el (muse-file-remote-p): New function that detects whether
531       the given file path is a remote location.  This is not used yet.
533     modified files:
534      ChangeLog lisp/muse-publish.el lisp/muse.el
537 2006-05-30 00:19:37 GMT Michael Olson <mwolson@gnu.org> patch-145
539     Summary:
540       Rename muse-convert.el to muse-latex-convert.el.
541     Revision:
542       muse--main--1.0--patch-145
544     * lisp/muse-convert-latex.el: Rename from muse-convert.el, since more
545       files of this nature are expected in the future.
547     modified files:
548      ChangeLog Makefile.defs debian/changelog
549      lisp/muse-convert-latex.el
551     renamed files:
552      lisp/.arch-ids/muse-convert.el.id
553        ==> lisp/.arch-ids/muse-convert-latex.el.id
554      lisp/muse-convert.el
555        ==> lisp/muse-convert-latex.el
558 2006-05-29 21:34:34 GMT Michael Olson <mwolson@gnu.org> patch-144
560     Summary:
561       List all tags in Muse's documentation.
562     Revision:
563       muse--main--1.0--patch-144
565     * lisp/muse-publish.el (muse-publish-markup-region): Remove cruft that I
566       was trying out.
567       (muse-publish-contents-depth): New option that specifies the maximum
568       depth of headings to include with <contents> tags.
569       (muse-publish-contents-tag): Use it.
570       (muse-publish-include-tag): Docfix.
571     
572     * muse.texi (Paragraphs): Mention <center> and <quote> tags.
573       (Tag Summary): New section that defines the syntax used for tags and
574       gives a complete listing of all of the tags that Muse comes with, as
575       well as some documentation for each tag.
576       (HTML): Update documentation.
578     modified files:
579      ChangeLog lisp/muse-publish.el muse.texi
582 2006-05-29 18:48:41 GMT Michael Olson <mwolson@gnu.org> patch-143
584     Summary:
585       Implement <include> and <markup> tags.
586     Revision:
587       muse--main--1.0--patch-143
589     * lisp/muse-html.el (muse-html-markup-regexps): Make paragraph detection
590       work better when a paragraph follows some other markup, especially
591       tables.
592     
593     * lisp/muse-publish.el (muse-publish-markup-tags): Add <include> and
594       <markup> tags.
595       (muse-publish-markup): Fix edge case.
596       (muse-publish-markup-header-footer-tags): New option that specifies
597       which tags may be used when publishing headers and footers.
598       (muse-insert-file-or-string): Use
599       muse-publish-markup-header-footer-tags instead of a hard-coded value.
600       (muse-publish-markup-region): Make title and style arguments optional,
601       so that this is easier to use.
602       (muse-publish-include-tag): Implement <include> tag.  I've tested all
603       of the cases I can think of, and it works.
604       (muse-publish-mark-up-tag): Implement <markup> tag.  This is handy for
605       times when you want to publish Muse markup in headers and footers.
606       Adding a table of contents to a header should be particularly easy now.
608     modified files:
609      ChangeLog lisp/muse-html.el lisp/muse-publish.el
612 2006-05-29 14:59:31 GMT Michael Olson <mwolson@gnu.org> patch-142
614     Summary:
615       Make ChangeLog conform to conventions better.
616     Revision:
617       muse--main--1.0--patch-142
619     * ChangeLog: Renamed from ChangeLog.2006 in order to follow Emacs
620       conventions better.  Specify the buffer encoding.  Add helpful notices
621       near the bottom of this and ChangeLog.2005.
623     modified files:
624      ChangeLog ChangeLog.2004 ChangeLog.2005 debian/rules
625      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/base-0
627     renamed files:
628      .arch-ids/ChangeLog.2006.id
629        ==> .arch-ids/ChangeLog.id
630      ChangeLog.2006
631        ==> ChangeLog
634 2006-05-28 07:45:09 GMT Michael Olson <mwolson@gnu.org> patch-141
636     Summary:
637       Provide explanation of how to invoke getstamps.py.
638     Revision:
639       muse--main--1.0--patch-141
641     * contrib/pyblosxom/getstamps.py: Strip the Muse file extension when
642       writing the timestamps file.
643     
644     * contrib/pyblosxom/make-blog: New example script that shows how to
645       invoke getstamps.py.
646     
647     * examples/mwolson/stylesheets/common.css: Update.
648     
649     * muse.texi (Blosxom Requirements): Mention the new example script.
650       Additionally, explain how to call getstamps.py.
652     new files:
653      contrib/pyblosxom/.arch-ids/make-blog.id
654      contrib/pyblosxom/make-blog
656     modified files:
657      ChangeLog.2006 contrib/pyblosxom/getstamps.py
658      examples/mwolson/stylesheets/common.css muse.texi
661 2006-05-28 06:40:46 GMT Michael Olson <mwolson@gnu.org> patch-140
663     Summary:
664       muse-blosxom: Perform extra check on category in new entry.
665     Revision:
666       muse--main--1.0--patch-140
668     * lisp/muse-blosxom.el (muse-blosxom-new-entry): Make it impossible to
669       write an invalid categories line, which could cause other mysterious
670       troubles later on.
672     modified files:
673      ChangeLog.2006 lisp/muse-blosxom.el
676 2006-05-28 06:31:11 GMT Michael Olson <mwolson@gnu.org> patch-139
678     Summary:
679       Improve documentation in the included pyblosxom plug-ins.
680     Revision:
681       muse--main--1.0--patch-139
683     * contrib/pyblosxom/getstamps.py, hardcodedates.py: Improve
684       documentation.  The initial wording was very confusing.
686     modified files:
687      ChangeLog.2006 contrib/pyblosxom/getstamps.py
688      contrib/pyblosxom/hardcodedates.py
691 2006-05-27 06:25:32 GMT Michael Olson <mwolson@gnu.org> patch-138
693     Summary:
694       Minor tweak in my example CSS stylesheet.
695     Revision:
696       muse--main--1.0--patch-138
698     * examples/mwolson/stylesheets/common.css: Be careful about
699       distinguishing between links and anchors.
701     modified files:
702      ChangeLog.2006 examples/mwolson/stylesheets/common.css
705 2006-05-26 14:38:01 GMT Michael Olson <mwolson@gnu.org> patch-137
707     Summary:
708       Use better fallback when displaying warnings.
709     Revision:
710       muse--main--1.0--patch-137
712     * lisp/muse.el (muse-display-warning): Use a better fallback if
713       `display-warning' does not exist.
715     modified files:
716      ChangeLog.2006 lisp/muse.el
719 2006-05-25 21:23:55 GMT Michael Olson <mwolson@gnu.org> patch-136
721     Summary:
722       Make the Table of Contents CSS easier to customize.
723     Revision:
724       muse--main--1.0--patch-136
726     * examples/mwolson/muse-init.el (muse-bad-link): Update.
727     
728     * examples/mwolson/stylesheets/*.css: Update and add license.
729     
730     * lisp/muse-html.el (muse-html-insert-contents): Surround contents with
731       <div> section for easier CSS hacking.  Remove the class attribute of
732       other elements, since we don't need it anymore.
734     modified files:
735      ChangeLog.2006 Makefile.defs debian/changelog
736      examples/mwolson/muse-init.el
737      examples/mwolson/stylesheets/blog.css
738      examples/mwolson/stylesheets/common.css
739      examples/mwolson/stylesheets/print.css
740      examples/mwolson/stylesheets/screen.css lisp/muse-html.el
743 2006-05-24 03:30:40 GMT Michael Olson <mwolson@gnu.org> patch-135
745     Summary:
746       Fix a potential unbounded recursive call.
747     Revision:
748       muse--main--1.0--patch-135
750     * lisp/muse-project.el (muse-updating-file-alist-p): New variable that
751       prevents calls to muse-project-file-alist in its hook functions from
752       going into an infinite loop.
753       (muse-project-file-alist): Use it.
754     
755     * lisp/muse-wiki.el (muse-wiki-updating-wikiword-p): Remove.  This is now
756       handled in muse-project.el.
757       (muse-wiki-update-local-wikiword-regexp): Remove the use of
758       muse-wiki-updating-wikiword-p.
760     modified files:
761      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
764 2006-05-23 18:10:49 GMT Michael Olson <mwolson@gnu.org> patch-134
766     Summary:
767       Try not to call tramp during publishing.
768     Revision:
769       muse--main--1.0--patch-134
771     * lisp/muse-publish.el (muse-insert-file-or-string): Do not call
772       file-readable-p on text that has a newline in it, because this could
773       cause tramp to be invoked.
775     modified files:
776      ChangeLog.2006 lisp/muse-publish.el
779 2006-05-23 15:30:02 GMT Michael Olson <mwolson@gnu.org> patch-133
781     Summary:
782       Make links colored blue by default.
783     Revision:
784       muse--main--1.0--patch-133
786     * lisp/muse-colors.el (muse-link): Make links blue by default, like most
787       other Emacs modes do.
789     modified files:
790      ChangeLog.2006 lisp/muse-colors.el
793 2006-05-23 14:24:58 GMT Michael Olson <mwolson@gnu.org> patch-132
795     Summary:
796       Fix publishing error with tables and initial whitespace.
797     Revision:
798       muse--main--1.0--patch-132
800     * lisp/muse-publish.el (muse-publish-markup-regexps): Move table rule
801       above blockquote and centered text, so that indented but blank initial
802       table fields publish correctly.
803     
804     * lisp/muse-regexps.el (muse-table-line-regexp): Make this much simpler.
805       We accept anything that has at least one field delimiter.
807     modified files:
808      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
811 2006-05-18 06:58:58 GMT Michael Olson <mwolson@gnu.org> patch-131
813     Summary:
814       Add muse-protocol-iw.el to experimental folder.
815     Revision:
816       muse--main--1.0--patch-131
818     * experimental/muse-protocol-iw.el: New experimental file that implements
819       an interwiki protocol of sorts that handles subdirectories.
821     new files:
822      experimental/.arch-ids/muse-protocol-iw.el.id
823      experimental/muse-protocol-iw.el
825     modified files:
826      AUTHORS ChangeLog.2006 experimental/muse-split.el
829 2006-05-18 06:43:30 GMT Michael Olson <mwolson@gnu.org> patch-130
831     Summary:
832       Add muse-split.el to experimental folder.
833     Revision:
834       muse--main--1.0--patch-130
836     * experimental/muse-split.el: New experimental file that splits published
837       Muse files into several smaller files.
839     new files:
840      experimental/.arch-ids/muse-split.el.id
841      experimental/muse-split.el
843     modified files:
844      AUTHORS ChangeLog.2006 Makefile.defs debian/changelog
845      debian/control
848 2006-05-18 06:03:49 GMT Michael Olson <mwolson@gnu.org> patch-129
850     Summary:
851       muse-wiki: Make the interwiki resolver a bit more clever.
852     Revision:
853       muse--main--1.0--patch-129
855     * lisp/muse-project.el (muse-project-choose-style): New function that
856       chooses a style from a list of styles, given a user-supplied test.
857     
858     * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix): New function
859       that is used along with `muse-project-choose-style' to pick the first
860       style that matches a given value for :link-prefix.
861       (muse-wiki-resolve-project-page-1): New function split from
862       `muse-wiki-resolve-project-page' for readability.  Try to match files
863       that have the same link-suffix.  This should hopefully fix a bug
864       noticed by Hans Ekbrand.
866     modified files:
867      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
870 2006-05-18 01:24:04 GMT Michael Olson <mwolson@gnu.org> patch-128
872     Summary:
873       Fix bug where links with :: in them were marked up as lists.
874     Revision:
875       muse--main--1.0--patch-128
877     * lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
878       Change noemphasis property to muse-link.
879     
880     * lisp/muse.el (muse-forward-list-item): Respect muse-link property.
881     
882     * lisp/muse-publish.el (muse-publish-surround-text)
883       (muse-publish-markup-list): Ditto.  This should fix a bug.
884       (muse-publish-markup-list): Docfix.
885       (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.
886     
887     * lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
888       There must be either one or more spaces or a single newline after the
889       colons.  This prevents an ambiguity with the double-colon muse-wiki
890       interwiki delimiter.
892     modified files:
893      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
894      lisp/muse-regexps.el lisp/muse-xml-common.el lisp/muse.el
897 2006-05-17 21:27:19 GMT Michael Olson <mwolson@gnu.org> patch-127
899     Summary:
900       DTRT with explicit links that have no description.
901     Revision:
902       muse--main--1.0--patch-127
904     * lisp/muse-publish.el (muse-publish-markup-link): If we are given an
905       explicit link without a description, use the name of the linked page.
907     modified files:
908      ChangeLog.2006 lisp/muse-publish.el
911 2006-05-16 15:53:56 GMT Michael Olson <mwolson@gnu.org> patch-126
913     Summary:
914       Fix emdash in link description bug.
915     Revision:
916       muse--main--1.0--patch-126
918     * lisp/muse-publish.el (muse-publish-markup-emdash): Don't markup emdash
919       if we are in a link, since otherwise it will be incorrectly escaped.
920       Thanks to Chiyuan Zhang for the report.
922     modified files:
923      ChangeLog.2006 Makefile.defs debian/changelog
924      lisp/muse-publish.el
927 2006-05-12 04:16:43 GMT Michael Olson <mwolson@gnu.org> patch-125
929     Summary:
930       Fix #5925: Emphasis on item breaks lists.
931     Revision:
932       muse--main--1.0--patch-125
934     * lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
935       as the browsing function.
936     
937     * lisp/muse-mode.el (muse-browse-result): Only include styles that match
938       the current file.
939     
940     * lisp/muse.el (muse-list-item-critical-point): Take a new argument named
941       `offset' into account, in case the list-item regexp is nested in
942       another group.
943       (muse-forward-list-item): Call `muse-list-item-critical-point' with an
944       offset of 1.  This should fix an unpleasant list-as-blockquote error
945       that was noticed recently.  Thanks to John Sullivan for the report.
947     modified files:
948      ChangeLog.2006 lisp/muse-blosxom.el lisp/muse-mode.el
949      lisp/muse.el
952 2006-05-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
954     Summary:
955       Fix a couple of beginning-of-buffer errors.
956     Revision:
957       muse--main--1.0--patch-124
959     * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
960       don't throw an error if at the beginning of the buffer.  Thanks to John
961       Sullivan for the report.
963     modified files:
964      ChangeLog.2006 lisp/muse-mode.el
967 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
969     Summary:
970       muse.texi: Change use of @subsubheading to @subheading.
971     Revision:
972       muse--main--1.0--patch-123
974     * muse.texi: Change use of @subsubheading to @subheading throughout
975       document.
977     modified files:
978      ChangeLog.2006 muse.texi
981 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
983     Summary:
984       muse.texi: Change subsections to subheadings.
985     Revision:
986       muse--main--1.0--patch-122
988     (Author: John Sullivan <john@wjsullivan.net>)
989     
990     * muse.texi: Change @subsection and @strong to @subheading throughout
991       document.
993     modified files:
994      ChangeLog.2006 Makefile.defs debian/changelog muse.texi
996     new patches:
997      john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
998      john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
999      john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
1002 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
1004     Summary:
1005       Update keystrokes used in muse-mode, as well as docs.
1006     Revision:
1007       muse--main--1.0--patch-121
1009     * lisp/muse-mode.el (muse-insert-map): New variable that defines the
1010       keymap to use when the user wants to insert something into the current
1011       buffer using `C-c i'.
1012       (muse-mode-map): Sort keys somewhat.  Remove binding of `C-c C-v' to
1013       muse-follow-name-at-point, since this is already used for
1014       muse-browse-result.  Call `muse-insert-thing' on `C-c i', which will
1015       prompt for the thing to insert.
1016       (muse-insert-thing): New function that prompts the user for something
1017       to insert into the current buffer.  It tries to be as friendly as
1018       possible by catching possible errors with the message "Not inserting
1019       anything".
1020       (muse-mode-completions): Rename from `muse-completions', since this is
1021       what we use in `muse-mode'.
1022       (muse-mode-current-word): Similarly.  These don't seem to work
1023       correctly, for unknown reasons.
1024     
1025     * muse.texi (Keystroke Summary): Update to include all keystrokes that we
1026       utilize.
1028     modified files:
1029      ChangeLog.2006 lisp/muse-mode.el muse.texi
1032 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
1034     Summary:
1035       Fix buggy behavior in muse-browse-result.
1036     Revision:
1037       muse--main--1.0--patch-120
1039     * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
1040       names to styles, based on the styles contained in the current Muse
1041       project.  Thanks to kid kid for the analysis.
1042     
1043     * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
1044       specified as an argument.
1046     modified files:
1047      ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
1050 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
1052     Summary:
1053       muse-latex: Make images look better.
1054     Revision:
1055       muse--main--1.0--patch-119
1057     * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
1058       be 75% the width of the page, which looks better.  Enclose images in
1059       figures, and center them.
1061     modified files:
1062      ChangeLog.2006 lisp/muse-latex.el
1065 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
1067     Summary:
1068       Fix a few image bugs.
1069     Revision:
1070       muse--main--1.0--patch-118
1072     * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
1073       passing it to `muse-colors-inline-image-method'.  This makes images
1074       with the same current directory and publishing directory get resolved
1075       correctly.
1076     
1077     * lisp/muse-project.el (muse-project-find-file): Don't try to add a
1078       ".muse" extension to images.
1080     modified files:
1081      ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
1084 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
1086     Summary:
1087       Make build targets more consistent.
1088     Revision:
1089       muse--main--1.0--patch-117
1091     * contrib/Makefile (install): Make build targets more consistent.  Thanks
1092       to dsmith for the report.
1093     
1094     * lisp/Makefile (all, lisp, install): Ditto.
1096     modified files:
1097      ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
1098      lisp/Makefile
1101 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
1103     Summary:
1104       cgi.el: Make this work without cl-seq.el.
1105     Revision:
1106       muse--main--1.0--patch-116
1108     * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
1109       code.  Make this not depend on 'cl at runtime.
1110       (cgi-position): New function that implements a simple replacement for
1111       the position function found in cl-seq.el.
1112       (cgi-decode): Use `cgi-position' instead of `position' and `substring'
1113       instead of `subseq'.
1114     
1115     * contrib/httpd.el: Credit myself.
1117     modified files:
1118      ChangeLog.2006 contrib/cgi.el contrib/httpd.el
1121 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
1123     Summary:
1124       Make publishing DTRT when using escaped list markup.
1125     Revision:
1126       muse--main--1.0--patch-115
1128     * lisp/muse-publish.el (muse-publish-surround-text)
1129       (muse-publish-markup-list): Ignore escaped list markup.
1130     
1131     * lisp/muse.el (muse-list-item-type): Docfix.
1132       (muse-list-item-critical-point): New function that returns the point
1133       where we should expect to find the first character in the current list
1134       item markup.
1135       (muse-forward-paragraph): Docfix and cosmetic change.
1136       (muse-forward-list-item): Ignore escaped list markup.  This should fix
1137       a few publishing errors that involve markup like =::=.
1139     modified files:
1140      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1143 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
1145     Summary:
1146       muse-publish: Get rid of warning when batch publishing.
1147     Revision:
1148       muse--main--1.0--patch-114
1150     * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
1151       publishing warning message.
1153     modified files:
1154      ChangeLog.2006 Makefile.defs debian/changelog
1155      lisp/muse-publish.el
1158 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
1160     Summary:
1161       Try to fix face clobbering bug.
1162     Revision:
1163       muse--main--1.0--patch-113
1165     * lisp/muse-colors.el (muse-make-faces-default): New function that sets
1166       the default value of the header faces.  It can be re-used.
1167       (muse-make-faces): Simplify.  This should now fix the face clobbering
1168       bug.
1170     modified files:
1171      ChangeLog.2006 lisp/muse-colors.el
1174 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
1176     Summary:
1177       Re-add some cgi.el stuff and update my example config.
1178     Revision:
1179       muse--main--1.0--patch-112
1181     * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
1182       they are mentioned in the documentation.
1183     
1184     * examples/mwolson/: Update.
1186     modified files:
1187      ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
1188      examples/mwolson/templates/footer.html
1189      examples/mwolson/templates/header.html
1192 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
1194     Summary:
1195       muse-mode: Make C-c C-e work better.
1196     Revision:
1197       muse--main--1.0--patch-111
1199     * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
1200       that this is more robust.
1202     modified files:
1203      ChangeLog.2006 lisp/muse-mode.el
1206 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
1208     Summary:
1209       muse-latex: Don't escape backslash in <example> regions.
1210     Revision:
1211       muse--main--1.0--patch-110
1213     * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
1214       to escape the backslash after all.
1215       (muse-latex-markup-specials-literal): Docfix.
1216     
1217     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
1219     modified files:
1220      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1223 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
1225     Summary:
1226       Allow tab characters in the target of explicit links.
1227     Revision:
1228       muse--main--1.0--patch-109
1230     * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
1231       in the link target.  This doesn't seem like it could hurt anything, and
1232       prevents unexpected behavior.  Thanks to rubikitch AT ruby-lang.org for
1233       the report.
1235     modified files:
1236      ChangeLog.2006 lisp/muse-regexps.el
1239 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
1241     Summary:
1242       muse-wiki: Fix bug that caused WikiWords not to publish or display.
1243     Revision:
1244       muse--main--1.0--patch-108
1246     * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
1248     modified files:
1249      ChangeLog.2006 Makefile.defs debian/changelog
1250      lisp/muse-wiki.el
1253 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
1255     Summary:
1256       Fix horrendous typo.
1257     Revision:
1258       muse--main--1.0--patch-107
1260     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
1261       strangeness.
1263     modified files:
1264      ChangeLog.2006 lisp/muse-publish.el
1267 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
1269     Summary:
1270       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
1271     Revision:
1272       muse--main--1.0--patch-106
1274     (Author: Per B. Sederberg <per@med.upenn.edu>)
1275     
1276     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
1277       Option to not create implicit links to the current page.
1278       (muse-wiki-handle-wikiword): Process the option to not create implicit
1279       links to the current page.
1281     modified files:
1282      ChangeLog.2006 Makefile.defs debian/changelog
1283      lisp/muse-wiki.el
1285     new patches:
1286      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
1289 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
1291     Summary:
1292       Try to fix failure to recognize Muse file extension (6th attempt).
1293     Revision:
1294       muse--main--1.0--patch-105
1296     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
1297       init file is loaded.
1298       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
1299       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
1300     
1301     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
1302       user's init file is loaded.  Explicitly add the Muse file extension
1303       when muse.el is loaded, to make life simpler.
1304       (muse-update-file-extension): Take several edge cases into account.
1305       (muse-file-extension): Docfix.
1306       (muse-update-file-extension-after-init): New function that causes the
1307       file extension to be updated.
1308     
1309     * muse.texi (Projects): It is no longer necessary to call
1310       `muse-mode-maybe' manually.
1312     modified files:
1313      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
1316 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
1318     Summary:
1319       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
1320     Revision:
1321       muse--main--1.0--patch-104
1323     (Author: Per B. Sederberg <per@med.upenn.edu>)
1324     
1325     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
1326       to return a list of project files that have spaces.
1327       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
1328       spaces function.  Don't make this buffer-local.
1330     modified files:
1331      ChangeLog.2006 lisp/muse-wiki.el
1333     new patches:
1334      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
1335      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
1336      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
1337      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
1338      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
1341 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
1343     Summary:
1344       Try to fix failure to recognize Muse file extension (5th attempt).
1345     Revision:
1346       muse--main--1.0--patch-103
1348     * lisp/muse.el: To detect whether Emacs has fully started, check
1349       `command-line-processed' instead of `inhibit-startup-hooks', since the
1350       latter only exists for Emacs22.
1352     modified files:
1353      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
1356 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
1358     Summary:
1359       muse-html: Add :style-sheet element.
1360     Revision:
1361       muse--main--1.0--patch-102
1363     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
1364       :style-sheet element.
1365       ("html", "xhtml"): Add the :style-sheet element.
1366     
1367     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
1368       style already exists.  Instead, just replace the existing style.
1369       (muse-derive-style): Ditto.
1370     
1371     * muse.texi (Style Elements): Mention :style-sheet.
1373     modified files:
1374      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
1375      muse.texi
1378 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
1380     Summary:
1381       Try to fix failure to recognize Muse file extension (4th attempt).
1382     Revision:
1383       muse--main--1.0--patch-101
1385     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
1386       the command line.
1388     modified files:
1389      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
1392 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
1394     Summary:
1395       Try to fix failure to recognize Muse file extension (3rd attempt).
1396     Revision:
1397       muse--main--1.0--patch-100
1399     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
1401     modified files:
1402      ChangeLog.2006 lisp/muse.el
1405 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
1407     Summary:
1408       Try to fix failure to recognize Muse file extension (2nd attempt).
1409     Revision:
1410       muse--main--1.0--patch-99
1412     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
1413       auto-mode-alist.
1415     modified files:
1416      ChangeLog.2006 lisp/muse.el
1419 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
1421     Summary:
1422       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
1423     Revision:
1424       muse--main--1.0--patch-98
1426     (Author: Per B. Sederberg <per@med.upenn.edu>)
1427     
1428     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
1429       interwiki-regexp to search for any project file name.  This is so it
1430       will match files with spaces.
1432     modified files:
1433      ChangeLog.2006 lisp/muse-wiki.el
1435     new patches:
1436      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
1437      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
1438      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
1439      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
1440      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
1441      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
1442      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
1445 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
1447     Summary:
1448       Try to fix failure to recognize Muse file extension.
1449     Revision:
1450       muse--main--1.0--patch-97
1452     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
1453       of semantics.
1454     
1455     * lisp/muse.el: Call muse-update-file-extension in
1456       muse-update-values-hook, instead of
1457       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
1458       emacs-startup-hook, so that the user has time to set this in their
1459       .emacs file.
1461     modified files:
1462      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1465 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
1467     Summary:
1468       Make things in contrib directory installable.
1469     Revision:
1470       muse--main--1.0--patch-96
1472     * Makefile (SUBDIRS): Add contrib.
1473       (all): Add contrib.
1474       (contrib): New target that compiles things in the contrib directory.
1475       (install-bin): Add contrib.  Install things in the contrib directory.
1476       Also install uncompiled things in the experimental directory.
1477     
1478     * contrib/Makefile: New Makefile for the contrib directory.
1479     
1480     * contrib/httpd.el (httpd-start): Fix compiler warnings.
1481     
1482     * debian/emacsen-install: Compile files in contrib directory in addition
1483       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
1484     
1485     * debian/emacsen-startup: Add contrib directory to load-path.
1486     
1487     * experimental/Makefile (test): Remove target.
1488       (install-uncompiled): New target that installs uncompiled files.
1489     
1490     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
1491       (muse-update-file-extension): Fix a warning that occurred when doing
1492       batch publishing.
1494     new files:
1495      contrib/.arch-ids/Makefile.id contrib/Makefile
1497     modified files:
1498      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
1499      debian/changelog debian/emacsen-install debian/emacsen-startup
1500      experimental/Makefile lisp/muse.el muse.texi
1503 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
1505     Summary:
1506       Remove muse-registry.el.
1507     Revision:
1508       muse--main--1.0--patch-95
1510     * lisp/muse-registry.el: Move to the Planner project, since it is a
1511       better fit with Planner than Muse.
1513     removed files:
1514      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
1516     modified files:
1517      AUTHORS ChangeLog.2006
1520 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
1522     Summary:
1523       Prepare Debian package for Arch snapshot.
1524     Revision:
1525       muse--main--1.0--patch-94
1527     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
1528       snapshot.
1530     modified files:
1531      ChangeLog.2006 Makefile.defs debian/changelog
1534 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
1536     Summary:
1537       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
1538     Revision:
1539       muse--main--1.0--patch-93
1541     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
1542       `muse-wiki-hide-nop-tag' into account.
1544     modified files:
1545      ChangeLog.2006 lisp/muse-wiki.el
1548 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
1550     Summary:
1551       Fix a couple of compiler warnings.
1552     Revision:
1553       muse--main--1.0--patch-92
1555     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
1557     modified files:
1558      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
1561 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
1563     Summary:
1564       Make interwiki links work with the new option.
1565     Revision:
1566       muse--main--1.0--patch-91
1568     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
1569       parameters.  Populate this correctly when
1570       `muse-wiki-match-all-project-files' is non-nil.
1572     modified files:
1573      ChangeLog.2006 lisp/muse-wiki.el
1576 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
1578     Summary:
1579       Permit table generation to be disabled for a single Muse page.
1580     Revision:
1581       muse--main--1.0--patch-90
1583     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
1584       data, don't publish the table.
1585     
1586     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
1587     
1588     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
1589     
1590     * lisp/muse-publish.el (muse-publish-table-fields): If the
1591       "disable-tables" publishing directive exists for the current page, do
1592       not generate a table.
1593     
1594     * muse.texi (Tables): Mention that table generation can be disabled for a
1595       single page.
1597     modified files:
1598      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1599      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
1602 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
1604     Summary:
1605       muse-wiki: Match filenames before WikiWords.
1606     Revision:
1607       muse--main--1.0--patch-89
1609     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
1610       filenames in project before the general WikiWord regexp.
1612     modified files:
1613      ChangeLog.2006 lisp/muse-wiki.el
1616 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
1618     Summary:
1619       Use a better mechanism for updating autogenerated variables.
1620     Revision:
1621       muse--main--1.0--patch-88
1623     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
1624     
1625     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
1626     
1627     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
1628       muse-update-values-hook.
1629     
1630     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
1631       muse-update-values-hook.
1632     
1633     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
1634       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
1635       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
1636       error is fixed.
1637       (muse-wiki-update-custom-values): Replace with function that gives a
1638       warning and an explanation.
1639     
1640     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
1641       example so that people who use it won't have a wrong value in
1642       muse-mode-hook.
1644     modified files:
1645      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
1646      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
1647      lisp/muse.el
1650 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
1652     Summary:
1653       muse-wiki: Implement implicit links for all files in project.
1654     Revision:
1655       muse--main--1.0--patch-87
1657     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
1658       don't get errors when trying to use it.
1659     
1660     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
1661       muse-project-file-alist-hook.
1662       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
1663       into a recursive call.
1664       (muse-wiki-update-wikiword-regexp): Call
1665       `muse-wiki-update-local-wikiword-regexp'.
1666     
1667     (Author: Per B. Sederberg <per@med.upenn.edu>)
1668     
1669     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
1670       muse-before-publish-hook and muse-mode-hook so that implicit links are
1671       published properly.
1672       (muse-wiki-wikiword-match-project-files): New option for determining
1673       whether to match all project files as implicit links.  This is off by
1674       default.
1675       (muse-wiki-update-local-wikiword-regexp): New function to make the
1676       wikiword-regexp local and append the files in the current project to
1677       it.
1679     modified files:
1680      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1682     new patches:
1683      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
1684      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
1685      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
1686      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
1687      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
1688      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
1689      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
1690      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
1691      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
1692      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
1693      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
1694      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
1695      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
1696      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
1699 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
1701     Summary:
1702       Update Muse's file-alist after saving any Muse page.
1703     Revision:
1704       muse--main--1.0--patch-86
1706     * lisp/muse-project.el (muse-project-after-save-hook): New function that
1707       causes Muse's file-alist to be updated when we are saving a Muse file.
1708       This is added to after-save-hook.
1710     modified files:
1711      ChangeLog.2006 lisp/muse-project.el
1714 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
1716     Summary:
1717       Add a hook that is called whenever Muse's file-alist is updated.
1718     Revision:
1719       muse--main--1.0--patch-85
1721     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
1722       executed after an update to muse-project-file-alist happens.
1723       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
1725     modified files:
1726      ChangeLog.2006 lisp/muse-project.el
1729 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
1731     Summary:
1732       muse-mode: Recognize definition lists when filling text.
1733     Revision:
1734       muse--main--1.0--patch-84
1736     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
1737       text.
1738     
1740     modified files:
1741      ChangeLog.2006 lisp/muse-mode.el
1744 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
1746     Summary:
1747       Remove unrelated part of patch-82.
1748     Revision:
1749       muse--main--1.0--patch-83
1752     modified files:
1753      ChangeLog.2006 lisp/muse-mode.el
1756 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
1758     Summary:
1759       muse-journal: Fix dates in RSS feeds.
1760     Revision:
1761       muse--main--1.0--patch-82
1763     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
1764       date is in a format that RSS readers can handle.  Thanks to René
1765       Stadler for the patch.
1767     modified files:
1768      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
1771 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
1773     Summary:
1774       debian: Install ChangeLog properly.
1775     Revision:
1776       muse--main--1.0--patch-81
1778     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
1779       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
1780       the breakage report.
1782     modified files:
1783      ChangeLog.2006 debian/rules
1786 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
1788     Summary:
1789       Fix a bug triggered by batch-publishing.
1790     Revision:
1791       muse--main--1.0--patch-80
1793     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
1794       right algorithm turned out to be simpler than I had thought.  Thanks to
1795       Sergei V. Fleytin for reporting breakage with the old method.
1796       (muse-publish-file): Don't be overzealous when checking for an invalid
1797       style -- use a simpler check.
1798       (muse-batch-publish-files): Don't check for invalid styles here, since
1799       we already do so in `muse-publish-file'.
1801     modified files:
1802      ChangeLog.2006 lisp/muse-publish.el
1805 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
1807     Summary:
1808       muse.texi: Move some sections to a new Extending Muse chapter.
1809     Revision:
1810       muse--main--1.0--patch-79
1812     * muse.texi (Extending Muse): New chapter containing nodes that deal with
1813       extending Muse in various ways.
1814       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
1816     modified files:
1817      ChangeLog.2006 muse.texi
1820 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
1822     Summary:
1823       Fix a couple of recently-introduced bugs.
1824     Revision:
1825       muse--main--1.0--patch-78
1827     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
1828       extra hard to preserve our settings for faces, especially after a new
1829       frame or splash screen.
1830     
1831     * lisp/muse.el (muse-copy-face): New function that ensures the face is
1832       copied globally, to the extent the Emacs permits this.
1834     modified files:
1835      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1838 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
1840     Summary:
1841       Update my example configuration file.
1842     Revision:
1843       muse--main--1.0--patch-77
1846     modified files:
1847      ChangeLog.2006 examples/mwolson/muse-init.el
1850 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
1852     Summary:
1853       Remove cruft from patch logs.
1854     Revision:
1855       muse--main--1.0--patch-76
1858     modified files:
1859      ChangeLog.2006
1860      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
1861      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
1862      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
1863      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
1864      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
1865      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
1866      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
1867      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
1870 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
1872     Summary:
1873       Make faces more robust and namespace-conforming.
1874     Revision:
1875       muse--main--1.0--patch-75
1877     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
1878       face has documentation and a group.
1879       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
1880       "-face" suffix.
1881       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
1882       faces have documentation and a group.  Copy unconditionally from the
1883       related Emacs faces, rather than specifying face attributes.
1884       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
1885       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
1886       face names.
1887     
1888     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
1889       the 'muse-link property rather than looking at the face.
1891     modified files:
1892      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1895 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
1897     Summary:
1898       muse.texi: Mention the <code> tag.
1899     Revision:
1900       muse--main--1.0--patch-74
1902     * muse.texi (Emphasizing Text): Mention the <code> tag.
1904     modified files:
1905      ChangeLog.2006 muse.texi
1908 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
1910     Summary:
1911       Fix bug in verse markup, undesired behavior with emdash.
1912     Revision:
1913       muse--main--1.0--patch-73
1915     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
1916       around emdash.
1917     
1918     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1919     
1920     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1921     
1922     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
1923       trailing whitespace to `muse-markup-text', in case the current
1924       publishing wishes to use them.
1925       (muse-publish-markup-verse): Insert newline without adding read-only
1926       properties to it.  This fixes a paragraph detection bug in HTML
1927       publishing.
1929     modified files:
1930      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1931      lisp/muse-publish.el lisp/muse-xml.el
1934 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
1936     Summary:
1937       httpd.el: Update to work with newer versions of Emacs.
1938     Revision:
1939       muse--main--1.0--patch-72
1941     * contrib/httpd.el (httpd-start): Update this to work with newer versions
1942       of Emacs.
1944     modified files:
1945      ChangeLog.2006 contrib/httpd.el
1948 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1950     Summary:
1951       muse-journal: Make custom RSS heading regexps possible.
1952     Revision:
1953       muse--main--1.0--patch-71
1955     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1956       determines the regexp to use when searching for an RSS heading.
1957       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1959     modified files:
1960      ChangeLog.2006 lisp/muse-journal.el
1963 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1965     Summary:
1966       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1967     Revision:
1968       muse--main--1.0--patch-70
1970     * lisp/muse-project.el (muse-project-publish): If we cannot find a
1971       project to publish, indicate this in an error message.
1972     
1973     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1974       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
1975       (muse-detect-invalid-style): New function that makes sure that the
1976       given style is in a valid format.
1977       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
1978       publishing.
1980     modified files:
1981      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
1984 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
1986     Summary:
1987       muse-mode: Don't require muse-publish.el.
1988     Revision:
1989       muse--main--1.0--patch-69
1991     * lisp/muse-mode.el: Use a few autoloads instead of requiring
1992       muse-publish.el.  This allows people to optionally have Muse mode
1993       without including the publishing features, as long as they never call a
1994       publishing function.  The documentation says that Muse is supposed to
1995       be modular in that way, so I guess we'd better follow it.
1996       (muse-insert-tag): Make sure that muse-publish is required before
1997       accessing `muse-publish-markup-tags'.
1999     modified files:
2000      ChangeLog.2006 lisp/muse-mode.el
2003 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
2005     Summary:
2006       Minor code cleanup.
2007     Revision:
2008       muse--main--1.0--patch-68
2010     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
2012     modified files:
2013      ChangeLog.2006 lisp/muse-mode.el
2016 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
2018     Summary:
2019       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
2020     Revision:
2021       muse--main--1.0--patch-67
2023     (Author: Per B. Sederberg <per@med.upenn.edu>)
2024     
2025     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
2026       used for grepping.
2027       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
2028       muse-find-backlinks C-c C-b
2029       (muse-grep): New function to envoke a search with the compiler.
2030       (muse-search-with-command): New function to search for text, optionally
2031       editing the command.
2032       (muse-search): New function to search for text.
2033       (muse-find-backlinks): New function to search for backlinks to the
2034       current page.
2036     modified files:
2037      ChangeLog.2006 lisp/muse-mode.el
2039     new patches:
2040      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
2041      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
2042      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
2043      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
2044      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
2045      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
2046      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
2047      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
2048      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
2049      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
2050      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
2051      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
2054 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
2056     Summary:
2057       Make it easier to call context-specific region-escaping function.
2058     Revision:
2059       muse--main--1.0--patch-66
2061     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
2062       returned from specials, call it with beg, end, ignore-read-only args.
2063       This allows for people to specify their own functions for escaping
2064       regions, depending on context.  See `muse-xml-decide-specials' in
2065       muse-xml-common.el.  This functionality already exists for escaping
2066       specials in strings.
2068     modified files:
2069      ChangeLog.2006 lisp/muse-publish.el
2072 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
2074     Summary:
2075       Attempt to make new syntaxes easier to support.
2076     Revision:
2077       muse--main--1.0--patch-65
2079     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
2080       and `muse-get-link-data'.
2081     
2082     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
2083     
2084     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
2085       (muse-make-link): Change argument name.
2086     
2087     * lisp/muse.el (muse-handle-explicit-link): Ditto.
2088       (muse-get-link, muse-get-link-desc): New functions that return the link
2089       and the link description, respectively, from the given TARGET.  The
2090       idea is that at least one other markup syntax puts descriptions before
2091       links, so all they would have to do is re-define these two functions.
2093     modified files:
2094      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
2095      lisp/muse-mode.el lisp/muse.el
2098 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
2100     Summary:
2101       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
2102     Revision:
2103       muse--main--1.0--patch-64
2105     * Makefile.defs, lisp/muse-colors.el: Fix typo.
2106     
2107     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
2108       `replace-in-string' is checked before `replace-regexp-in-string', since
2109       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
2110       Ottaway for the heads up.
2112     modified files:
2113      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
2116 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
2118     Summary:
2119       muse-latex: Add footnotes to links so that they show up on printed copies.
2120     Revision:
2121       muse--main--1.0--patch-63
2123     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
2124       'url-and-desc.  Display footnotes if we have both a link and a
2125       description, since we want URLs to show up on printed documents.
2126       (muse-latex-markup-specials-document): Escape the "@" character in the
2127       entire document.
2128     
2129     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
2130       without descriptions and URLs with descriptions.  If no markup string
2131       exists for 'url-and-desc, fall back to 'url.
2133     modified files:
2134      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
2137 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
2139     Summary:
2140       Fix publishing error with multi-line wrapped list items.
2141     Revision:
2142       muse--main--1.0--patch-62
2144     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
2145       multiple lines of a wrapped list item.
2147     modified files:
2148      ChangeLog.2006 lisp/muse-publish.el
2151 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
2153     Summary:
2154       Add COPYING file; update headers.
2155     Revision:
2156       muse--main--1.0--patch-61
2158     * COPYING: New file containing the GNU GPL.
2159     
2160     * AUTHORS: Bookkeeping.
2161     
2162     * README: Add License section.  Change Muse homepage URL.
2163     
2164     * debian/copyright: Change Muse homepage URL.  Prune list to those who
2165       have changed 15+ lines of code, since this is the amount that
2166       constitutes legal contribution to a software work, AFAICT.
2167     
2168     * examples/mwolson: Update contents of directory to match my current
2169       setup.
2170     
2171     * experimental/muse*.el, lisp/muse*.el: Update headers.
2172     
2173     * muse.texi: Change Muse homepage URL.
2175     new files:
2176      .arch-ids/COPYING.id COPYING
2178     modified files:
2179      AUTHORS ChangeLog.2006 README debian/copyright
2180      examples/mwolson/muse-init.el
2181      examples/mwolson/stylesheets/blog.css
2182      examples/mwolson/stylesheets/common.css
2183      examples/mwolson/stylesheets/print.css
2184      examples/mwolson/stylesheets/screen.css
2185      experimental/muse-cite.el experimental/muse-mathml.el
2186      experimental/muse-message.el lisp/muse-backlink.el
2187      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
2188      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
2189      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
2190      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
2191      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
2192      lisp/muse-publish.el lisp/muse-regexps.el
2193      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
2194      lisp/muse-xml.el lisp/muse.el muse.texi
2197 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
2199     Summary:
2200       Update Muse XML schema.
2201     Revision:
2202       muse--main--1.0--patch-60
2204     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
2205       history.  We'll call this v0.3 of the schema.
2206     
2207     * lisp/muse-xml-common.el: Update header.
2208       (muse-xml-markup-table): Fix table generation when attributes are not
2209       specified.
2211     modified files:
2212      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
2215 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
2217     Summary:
2218       Fix output for consecutive list items of same type.
2219     Revision:
2220       muse--main--1.0--patch-59
2222     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
2223       post-indent and indent-found values local to each list item.  This
2224       should fix undesired behavior with consecutive list items of the same
2225       type.
2227     modified files:
2228      ChangeLog.2006 lisp/muse-publish.el
2231 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
2233     Summary:
2234       Make C-> and C-< keybindings not indent nested items.
2235     Revision:
2236       muse--main--1.0--patch-58
2238     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
2239       nested items.
2240     
2241     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
2242       optional, and document this.
2244     modified files:
2245      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
2248 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
2250     Summary:
2251       Slightly improve flyspell integration.
2252     Revision:
2253       muse--main--1.0--patch-57
2255     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
2256       property to determine whether we are at a link.
2258     modified files:
2259      ChangeLog.2006 lisp/muse-mode.el
2262 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
2264     Summary:
2265       Make nested definition list items work much better.
2266     Revision:
2267       muse--main--1.0--patch-56
2269     * lisp/muse-publish.el (muse-publish-surround-dl): Use
2270       `muse-forward-list-item'.  Don't pass indent and post-indent to the
2271       move function.
2272       (muse-publish-surround-text): If we are to determine the indentation,
2273       but have found no list items, set indent to the empty string.  If we
2274       are to determine indentation but have found an item, get all leading
2275       whitespace and set indent to it.  Never try to determine post-indent
2276       using the first line.  Try to contain the amount of "damage" a nested
2277       list item can do to wrapped list item text.
2278     
2279     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
2280       part so that it is easier to indicate the amount of desired initial
2281       whitespace.
2282     
2283     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
2284       entry optional.
2285       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
2286       merged into `muse-forward-list-item'.
2287       (muse-forward-list-item-1): New function that determines whether a
2288       nested list item is found.
2289       (muse-forward-list-item): Move hairy nested list detection algorithm
2290       into `muse-forward-list-item-1'.  Be extra careful about terminating
2291       when we go past the boundary.
2293     modified files:
2294      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2295      lisp/muse.el
2298 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
2300     Summary:
2301       Add backlink support, thanks to Jim Ottaway.
2302     Revision:
2303       muse--main--1.0--patch-55
2305     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
2306       variable that indicates whether Muse is fontifying the current buffer.
2307       (muse-colors-region): Set `muse-colors-fontifying' to t.
2308     
2309     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
2310       support.  I've modified it slightly to get rid of the defadvice forms.
2312     new files:
2313      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
2315     modified files:
2316      AUTHORS ChangeLog.2006 lisp/muse-colors.el
2319 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
2321     Summary:
2322       muse-protocols: Add Wikipedia support.
2323     Revision:
2324       muse--main--1.0--patch-54
2326     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
2327       is used to look up terms on the Wikipedia website.
2328       (muse-wikipedia-country): New option that specifies the country code to
2329       use for Wikipedia.
2330       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
2331       resolve and browse Wikipedia URLs.
2333     modified files:
2334      ChangeLog.2006 lisp/muse-protocols.el
2337 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
2339     Summary:
2340       muse-protocols: Add DOI handling.
2341     Revision:
2342       muse--main--1.0--patch-53
2344     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
2345       DOI's (digitial object identifiers) are a standard identifier used in
2346       the publishing industry.  Thanks to Phillip Lord for the patch.
2347       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
2348       and browse DOI's.
2350     modified files:
2351      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
2354 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
2356     Summary:
2357       Refine previous patch.
2358     Revision:
2359       muse--main--1.0--patch-52
2361     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
2362       ever use the fallback method.  Save point when using new method.
2364     modified files:
2365      ChangeLog.2006 lisp/muse-mode.el
2368 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
2370     Summary:
2371       Make visiting of links a bit faster.
2372     Revision:
2373       muse--main--1.0--patch-51
2375     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
2376       property.
2377       (muse-link-properties): If we are highlighting a link, add the
2378       muse-link property.
2379     
2380     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
2381       exists at point, use it to bound the link.  Otherwise, use the old
2382       method.  This should make it easier to visit custom implicit link
2383       forms, since it does not require a change to muse-implicit-link-regexp.
2384     
2385     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
2386       used when muse-colors.el is loaded.
2388     modified files:
2389      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2390      lisp/muse-regexps.el
2393 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
2395     Summary:
2396       Make resolving of inline image paths more flexible.
2397     Revision:
2398       muse--main--1.0--patch-50
2400     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
2401       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
2402       option.  Make the fallback customization type a function rather than a
2403       symbol.
2404       (muse-colors-use-publishing-directory): New function that takes the
2405       best guess at where the current Muse file will be published and makes
2406       the given link relative to that.
2407       (muse-colors-insert-image): If muse-colors-inline-image-method is
2408       'default-directory, use the default directory.  If it is a function,
2409       call that function with LINK as an argument.  Otherwise, give up.
2411     modified files:
2412      ChangeLog.2006 lisp/muse-colors.el
2415 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
2417     Summary:
2418       Fix inline image lockup.
2419     Revision:
2420       muse--main--1.0--patch-49
2422     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
2423       patch-47.  This will prevent Muse from locking up after making a new
2424       inline image.
2426     modified files:
2427      ChangeLog.2006 lisp/muse-colors.el
2430 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
2432     Summary:
2433       Fix publishing problem with XEmacs.
2434     Revision:
2435       muse--main--1.0--patch-48
2437     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
2438       publishing problem when text at beginning of buffer is read-only.
2439       Thanks to Christian Clercin for the report.
2441     modified files:
2442      ChangeLog.2006 lisp/muse-publish.el
2445 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
2447     Summary:
2448       Get increase and decrease of list indentation to work with complex cases.
2449     Revision:
2450       muse--main--1.0--patch-47
2452     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
2453       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
2454       to indicate this interpretation, though parens are different.
2455     
2456     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
2457       (muse-alter-list-item-indentation): New function that alters the list
2458       structure at point.  The behavior to use is specified by the OPERATION
2459       argument.  Currently-supported operations are 'increase and 'decrease
2460       indentation level.  This now uses the same sort of list detection
2461       algorithm that is used during publishing, so it should work as expected
2462       for complicated cases.
2463       (muse-increase-list-item-indentation)
2464       (muse-decrease-list-item-indentation): Use
2465       `muse-alter-list-item-indentation'.
2467     modified files:
2468      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2471 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
2473     Summary:
2474       Code simplification; improve muse-list-item-type function.
2475     Revision:
2476       muse--main--1.0--patch-46
2478     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
2479       'dl-entry, instead of just returning 'dl.
2480       (muse-forward-dl-term, muse-forward-dl-entry): Use
2481       muse-forward-list-item.
2482       (muse-forward-dl-part): Remove, merge functionality into
2483       muse-forward-list-item.
2484       (muse-forward-list-item): Add a few conditions needed for skipping
2485       nested 'dl-term and 'dl-entry items.
2487     modified files:
2488      ChangeLog.2006 lisp/muse.el
2491 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
2493     Summary:
2494       Put movement by list and paragraph functions in muse.el.
2495     Revision:
2496       muse--main--1.0--patch-45
2498     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
2499       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
2500       (muse-forward-list-item): Move here from muse-publish.el, so that
2501       muse-mode can make use of these.
2503     modified files:
2504      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
2507 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
2509     Summary:
2510       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
2511     Revision:
2512       muse--main--1.0--patch-44
2514     (Author: Per B. Sederberg <per@med.upenn.edu>)
2515     
2516     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
2517       decrease the current item indentation.
2518       (muse-get-paragraph-start): Helper function to determine the start of
2519       the current paragraph.
2520       (muse-insert-list-item): Cleaned up list item insertion code and made
2521       it handle definitions.
2522       (muse-increase-list-item-indentation): New interactive function to
2523       increase list item indentation.
2524       (muse-decrease-list-item-indentation): New interactive function to
2525       decrease list item indentation.
2527     modified files:
2528      ChangeLog.2006 lisp/muse-mode.el
2530     new patches:
2531      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
2532      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
2533      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
2534      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
2535      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
2536      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
2537      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
2538      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
2539      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
2540      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
2543 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
2545     Summary:
2546       Use slightly better algorithm for removing initial whitespace.
2547     Revision:
2548       muse--main--1.0--patch-43
2550     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
2551       the definition occurred on the same line as the term.
2552       (muse-publish-surround-text): Use a slightly better algorithm for
2553       removing initial indentation of list items.  This way, we preserve
2554       nesting of lists and also deal with same-level items that occur after
2555       nested items.  This probably doesn't make much of a difference in the
2556       output, but it should make support of nested definition lists a bit
2557       less troublesome in some cases.
2558       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
2559       regexp.
2560       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
2561       data.  Don't remove any text.  This makes the function easier to reuse
2562       in display-only situations.
2564     modified files:
2565      ChangeLog.2006 lisp/muse-publish.el
2568 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
2570     Summary:
2571       In a preliminary way, make definition lists nest.
2572     Revision:
2573       muse--main--1.0--patch-42
2575     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
2576       lists nest a bit better.
2577     
2578     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
2579       use it anymore.
2581     modified files:
2582      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2585 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
2587     Summary:
2588       Fix nested list regression.
2589     Revision:
2590       muse--main--1.0--patch-41
2592     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
2593       original indentation value and use that.  This fixes a regression
2594       caused by the last patch.
2596     modified files:
2597      ChangeLog.2006 lisp/muse-publish.el
2600 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
2602     Summary:
2603       Make code look nicer by using muse-forward-dl-* functions.
2604     Revision:
2605       muse--main--1.0--patch-40
2607     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
2608       forms into muse-forward-dl-* for increased reusability.
2609       (muse-publish-surround-text): Call move function with an indent
2610       argument so that we don't have to use partial substitution in lambda
2611       forms.
2612       (muse-forward-dl-term): New function that moves forward to the next
2613       definition list term.
2614       (muse-forward-dl-entry): New function that moves forward to the next
2615       definition list entry.
2616       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
2617       does not move past entire definition list items, only parts of them.
2618       (muse-publish-markup-list, muse-publish-markup-quote):
2619       (muse-publish-quote-tag): Use better lambda form, and include a
2620       parameter.
2622     modified files:
2623      ChangeLog.2006 lisp/muse-publish.el
2626 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
2628     Summary:
2629       Handle blockquoted sections within lists properly.
2630     Revision:
2631       muse--main--1.0--patch-39
2633     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
2634       property.  This should make blockquoted sections within a list do the
2635       right thing.
2636       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
2637       behavior of `muse-forward-paragraph'.
2639     modified files:
2640      ChangeLog.2006 lisp/muse-publish.el
2643 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
2645     Summary:
2646       Fix problem when previous list item was nested.
2647     Revision:
2648       muse--main--1.0--patch-38
2650     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
2651       indicator at the correct place.  This fixes an error where a previous
2652       list was nested but the current one isn't.  Thanks to Per B. Sederberg
2653       for the report.
2655     modified files:
2656      ChangeLog.2006 lisp/muse-publish.el
2659 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
2661     Summary:
2662       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
2663     Revision:
2664       muse--main--1.0--patch-37
2666     * muse.texi (Implicit Links): Mention how to customize the WikiName
2667       recognition, and note that if you're setting this manually, you have to
2668       call some additional code.  This should fix #5376.  Also remove local
2669       variables section at end, since it seems pointless.
2671     modified files:
2672      ChangeLog.2006 muse.texi
2675 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
2677     Summary:
2678       Fix #5325: nested formatting not working in HTML output.
2679     Revision:
2680       muse--main--1.0--patch-36
2682     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
2683       work.  I'm a bit worried about possible double-escaping, though.
2684       Perhaps we should write the context to a text property and escape it
2685       later.  This should fix #5325.
2687     modified files:
2688      ChangeLog.2006 lisp/muse-publish.el
2691 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
2693     Summary:
2694       Make paragraphs respect the end of a list or list item.
2695     Revision:
2696       muse--main--1.0--patch-35
2698     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
2699       end of a list (or list item), back up.  This allows for a nice side
2700       effect when using indented sentences in between list items.
2701     
2702     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
2703     
2704     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
2705     
2706     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
2707       and end-item are marked up with end-list properties.
2709     modified files:
2710      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2711      lisp/muse-publish.el lisp/muse-xml.el
2714 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
2716     Summary:
2717       Make sure an initial term exists before publishing definition list.
2718     Revision:
2719       muse--main--1.0--patch-34
2721     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
2722       exists before publishing a definition list.
2724     modified files:
2725      ChangeLog.2006 lisp/muse-publish.el
2728 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
2730     Summary:
2731       Add comments to nested list code.
2732     Revision:
2733       muse--main--1.0--patch-33
2735     * lisp/muse-publish.el (muse-publish-surround-dl)
2736       (muse-publish-surround-text, muse-forward-dl-item):
2737       (muse-forward-list-item): Add comments, since there were many
2738       intricacies that are probably not obvious to the casual reader.
2739       (muse-forward-dl-item): Remove no-op condition.
2741     modified files:
2742      ChangeLog.2006 lisp/muse-publish.el
2745 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
2747     Summary:
2748       Make nested list items work when separated by one blank line.
2749     Revision:
2750       muse--main--1.0--patch-32
2752     * lisp/muse-publish.el (muse-publish-surround-dl): Use
2753       muse-forward-dl-item instead of muse-forward-list-item.  On second
2754       thought, don't unconditionally insert a newline, as that breaks some
2755       things.
2756       (muse-forward-dl-item): New function that moves forward to the next
2757       definition list item.  This was factored out from
2758       muse-forward-list-item, since it was getting too complex for my liking.
2759       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
2760       indented line, and skip past these if we have a blank line followed by
2761       an indented line.  "Indented" means "indented one past the current
2762       indentation level" here.  Remove some initial whitespace that was being
2763       overlooked before.
2765     modified files:
2766      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2769 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
2771     Summary:
2772       Fix a couple of bugs in muse-wiki-resolve-project-page.
2773     Revision:
2774       muse--main--1.0--patch-31
2776     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
2777       better algorithm for adding styles to a list.
2778     
2779     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
2780       carefully.  This should fix one or two hard-to-explain bugs.
2782     modified files:
2783      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
2786 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
2788     Summary:
2789       Fix another definition list edge case.
2790     Revision:
2791       muse--main--1.0--patch-30
2793     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
2794       unordered list immediately follows definition list term.
2796     modified files:
2797      ChangeLog.2006 lisp/muse-publish.el
2800 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
2802     Summary:
2803       Pass all current definition list test cases.
2804     Revision:
2805       muse--main--1.0--patch-29
2807     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
2808       line if definition is not on the same line as the term.
2809       (muse-forward-list-item): Fix publishing incorrectness that occurred
2810       when a non-dl list follows a definition list.  Always move to the right
2811       place so as to prevent extra empty dd elements from being published.
2813     modified files:
2814      ChangeLog.2006 lisp/muse-publish.el
2817 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
2819     Summary:
2820       Merge consecutive definition list terms properly.
2821     Revision:
2822       muse--main--1.0--patch-28
2824     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
2825       correctly.  This makes Muse merge several definition list items into
2826       one list.
2827       (muse-forward-list-item): Use simpler regexp for 'dl.
2828     
2829     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
2830       definition lists, and make terms the 2nd matched text.
2832     modified files:
2833      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2836 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
2838     Summary:
2839       Bookkeeping.
2840     Revision:
2841       muse--main--1.0--patch-27
2843     * AUTHORS: Update.
2844     
2845     * muse-colors.el, muse-mode.el: Credit contributions.
2847     modified files:
2848      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2851 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
2853     Summary:
2854       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
2855     Revision:
2856       muse--main--1.0--patch-26
2858     Patches applied:
2859     
2860      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2861        Added ability to show inline images in the Emacs buffer.
2862     
2863      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2864        Added enhanced list item insertion.
2865     
2866     Detailed log:
2867     
2868     (Author: Per B. Sederberg <per@med.upenn.edu>)
2869     
2870     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
2871       list item.  New key mapping to toggle showing images.  Added a key
2872       mapping to insert a link to a file and modified the key map to insert a
2873       tag.
2874       (muse-on-blank-line): Helper function to determine if the point is on a
2875       line containing only blank spaces.
2876       (muse-insert-list-item): New interactive function to insert a new list
2877       item, taking into account the current list state.
2878       (muse-insert-relative-link-to-file): New function to insert a link to a
2879       file, relative to the default directory.
2880     
2881     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
2882       for where to search for images to inline in the buffer.
2883       (muse-colors-inline-images): Added custom boolean field for whether to
2884       show inline images in the buffer.
2885       (muse-colors-toggle-inline-images): New function to toggle showing the
2886       inline images in the buffer.
2887       (muse-unhighlight-region): Now removes end-glyph text properties to
2888       support XEmacs.
2889       (muse-colors-resolve-image-file): New function to determine if a link
2890       is an image and whether the version of Emacs can support inline images.
2891       (muse-make-file-glyph): New function to create an image glyph if we are
2892       using XEmacs.
2893       (muse-colors-insert-image): New function to insert an image in an Emacs
2894       buffer.
2895       (muse-colors-explicit-link): Modified function to have the ability to
2896       insert an image instead of formatting the text of the link.
2898     modified files:
2899      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2901     new patches:
2902      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
2903      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
2904      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2905      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2906      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
2909 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
2911     Summary:
2912       Pass testcase for definition list and nested unordered list.
2913     Revision:
2914       muse--main--1.0--patch-25
2916     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
2917       lists always have at least one entry.  This appears to do the right
2918       thing with a sample nested unordered list.
2920     modified files:
2921      ChangeLog.2006 lisp/muse-publish.el
2924 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
2926     Summary:
2927       Some definition list fixes.
2928     Revision:
2929       muse--main--1.0--patch-24
2931     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
2932       markup for end of list using the `muse-insert-markup-end-list'
2933       function.  Handle list items nested inside of a definition list.
2935     modified files:
2936      ChangeLog.2006 lisp/muse-publish.el
2939 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
2941     Summary:
2942       Fix another wrapped list item edge case.
2943     Revision:
2944       muse--main--1.0--patch-23
2946     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2947       indentation in a region when we encounter any list items.  This should
2948       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
2949       for the report.
2951     modified files:
2952      ChangeLog.2006 lisp/muse-publish.el
2955 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2957     Summary:
2958       Fix comment in Debian packaging.
2959     Revision:
2960       muse--main--1.0--patch-22
2962     * debian/emacsen-remove: Fix comment.
2964     modified files:
2965      ChangeLog.2006 debian/emacsen-remove
2968 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2970     Summary:
2971       muse-blosxom: Fix order of #tags line in header.
2972     Revision:
2973       muse--main--1.0--patch-21
2975     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2976       rather than before it.  Thanks to bkhl for the heads up.
2978     modified files:
2979      ChangeLog.2006 lisp/muse-blosxom.el
2982 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
2984     Summary:
2985       muse-blosxom: Add ability to use tags in entries.
2986     Revision:
2987       muse--main--1.0--patch-20
2989     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
2990       publish them.
2991       (muse-blosxom-use-tags): New option that specifies whether we are using
2992       tags.
2993       (muse-blosxom-new-entry): If using tags, read tags until the user hits
2994       RET without entering one.
2996     modified files:
2997      ChangeLog.2006 lisp/muse-blosxom.el
3000 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
3002     Summary:
3003       Fix backtrace when publishing unsaved files.
3004     Revision:
3005       muse--main--1.0--patch-19
3007     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
3008       trying to publish a file that has not been saved, and give an
3009       explanation to the user.
3011     modified files:
3012      ChangeLog.2006 lisp/muse-publish.el
3015 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
3017     Summary:
3018       muse-texinfo: Fix link suffix.
3019     Revision:
3020       muse--main--1.0--patch-18
3022     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
3023       styles.  This should fix a bug where links in published info files use
3024       an incorrect extension.  Thanks to Hans Ekbrand for the report!
3026     modified files:
3027      ChangeLog.2006 lisp/muse-texinfo.el
3030 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
3032     Summary:
3033       Fix prompting of non-Muse buffers before publishing.
3034     Revision:
3035       muse--main--1.0--patch-17
3037     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
3038       Stadler to ignore buffers that have no associated filename.  This fixes
3039       an annoyance where Muse prompts to save BBDB and ERC buffers before
3040       publishing.
3042     modified files:
3043      AUTHORS ChangeLog.2006 lisp/muse-project.el
3046 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
3048     Summary:
3049       Fix wrapped nested list item edge case.
3050     Revision:
3051       muse--main--1.0--patch-16
3053     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
3054       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
3055       case.
3056       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
3057       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
3058     
3059     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
3060       exactly one space character in front of a unnumbered or numbered list.
3061       This should make it easier to match every list instance, since
3062       definition lists can now be handled more nicely in
3063       muse-publish-markup-regexps.  This also has the effect of fixing a
3064       wrapped nested list item edge case.
3066     modified files:
3067      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
3070 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
3072     Summary:
3073       Fix edge case in muse-wiki-publish-pretty-title.
3074     Revision:
3075       muse--main--1.0--patch-15
3077     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
3078       the document does not have a valid title, use the empty string.
3080     modified files:
3081      ChangeLog.2006 lisp/muse-wiki.el
3084 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
3086     Summary:
3087       Use debian/compat to determine debhelper compat level.
3088     Revision:
3089       muse--main--1.0--patch-14
3091     * debian/compat: New file that sets the debhelper compatibility level to
3092       4.
3093     
3094     * debian/rules: Remove DH_COMPAT line.
3096     new files:
3097      debian/.arch-ids/compat.id debian/compat
3099     modified files:
3100      ChangeLog.2006 debian/rules
3103 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
3105     Summary:
3106       Fix a couple of table-publishing edge cases.
3107     Revision:
3108       muse--main--1.0--patch-13
3110     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
3111       publishing error that occurs when a table line is the last thing in a
3112       document.  Thanks to cymacs for the report and suggested fix.
3113       (muse-publish-table-fields): Skip initial blank lines, and don't remove
3114       them.
3115     
3116     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
3117       at the end of the 'end-table markup string.
3118     
3119     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
3120     
3121     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
3122     
3123     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
3124       newline at the end of the table.  This should fix a problem with
3125       paragraphs after tables not being published as such.  Thanks to cymacs
3126       for the report.
3127     
3128     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
3129       muse-insert-markup to insert a trailing newline.
3131     modified files:
3132      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
3133      lisp/muse-publish.el lisp/muse-texinfo.el
3134      lisp/muse-xml-common.el lisp/muse-xml.el
3137 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
3139     Summary:
3140       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
3141     Revision:
3142       muse--main--1.0--patch-12
3145     new files:
3146      .arch-ids/ChangeLog.2006.id ChangeLog.2006
3148     renamed files:
3149      .arch-ids/ChangeLog.id
3150        ==> .arch-ids/ChangeLog.2005.id
3151      ChangeLog
3152        ==> ChangeLog.2005
3155 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
3157     Summary:
3158       Make muse-journal work with whole-document escaping.
3159     Revision:
3160       muse--main--1.0--patch-11
3162     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
3163       by Emacs Muse" so that muse-journal does not get confused.
3164     
3165     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
3166       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
3167       for whole-buffer escaping.  Thanks to mondoshawan for the report.
3168       (muse-journal-rss-munge-buffer): Display a warning if someone does not
3169       have "Page published by Emacs Muse (begins|ends) here" in their header
3170       or footer, since muse-journal needs this in order to determine where
3171       entries begin and end.
3173     modified files:
3174      examples/mwolson/templates/footer.html
3175      examples/mwolson/templates/generic-footer.html
3176      examples/mwolson/templates/generic-header.html
3177      examples/mwolson/templates/header.html
3178      examples/mwolson/templates/header.tex lisp/muse-journal.el
3181 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
3183     Summary:
3184       Get simple test case for definition lists to work.
3185     Revision:
3186       muse--main--1.0--patch-10
3188     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
3189       publish properly.
3190       (muse-forward-list-item): Fix edge case.
3192     modified files:
3193      lisp/muse-publish.el
3196 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
3198     Summary:
3199       Add documentation to some publishing functions.
3200     Revision:
3201       muse--main--1.0--patch-9
3203     * lisp/muse-publish.el (muse-publish-mark-read-only)
3204       (muse-publish-mark-noemphasis): Add documentation.
3206     modified files:
3207      lisp/muse-publish.el
3210 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
3212     Summary:
3213       Fix an error with `custom-quote'.
3214     Revision:
3215       muse--main--1.0--patch-8
3217     * lisp/muse-project.el: Require 'cus-edit, since that is where
3218       `custom-quote' is defined.
3219     
3220     * muse.texi: Use copyright symbol.
3222     modified files:
3223      lisp/muse-project.el muse.texi
3226 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
3228     Summary:
3229       muse-registry: update from author.
3230     Revision:
3231       muse--main--1.0--patch-7
3233     * lisp/muse-registry.el: Update to newest version from author.
3234       Re-tabify.
3236     modified files:
3237      lisp/muse-registry.el
3240 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
3242     Summary:
3243       muse-latex: Handle double-quote edge case.
3244     Revision:
3245       muse--main--1.0--patch-6
3247     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
3248       character begins the buffer.
3250     modified files:
3251      lisp/muse-latex.el
3254 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
3256     Summary:
3257       Allow beginning and ending empty elements in tables.
3258     Revision:
3259       muse--main--1.0--patch-5
3261     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
3262       whitespace after the field if we're at the end of a line.
3263       (muse-table-line-regexp): Allow the table to start with a "|".  The
3264       resulting initial empty cell isn't yet thrown away like it should be.
3266     modified files:
3267      lisp/muse-regexps.el
3270 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
3272     Summary:
3273       muse-latex: Use \url to publish bare URLs.
3274     Revision:
3275       muse--main--1.0--patch-4
3277     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
3278       \href for bare URLs.  Thanks to Na Li for the suggestion!
3280     modified files:
3281      lisp/muse-latex.el
3284 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
3286     Summary:
3287       Create parents of output directories.
3288     Revision:
3289       muse--main--1.0--patch-3
3291     * lisp/muse-project.el (muse-project-publish-file): Create parent
3292       directories as well, if the output directory does not exist.  This can
3293       happen when we have nested directories in a project.
3295     modified files:
3296      lisp/muse-project.el
3299 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
3301     Summary:
3302       Pick a better default if publishing with more than one style.
3303     Revision:
3304       muse--main--1.0--patch-2
3306     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
3307       the list we return is in the right order.  That way, if more than one
3308       publishing rule matches a link, the first one is used, rather than the
3309       last.
3311     modified files:
3312      lisp/muse-project.el
3315 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
3317     Summary:
3318       Oops, committed to the wrong archive.
3319     Revision:
3320       muse--main--1.0--patch-1
3322     Patches applied:
3323     
3324      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
3325        Debian fixups.
3326     
3327      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
3328        Another Debian fix.
3330     modified files:
3331      ChangeLog debian/emacsen-startup
3333     renamed files:
3334      debian/.arch-ids/NEWS.Debian.id
3335        ==> debian/.arch-ids/NEWS.id
3336      debian/NEWS.Debian
3337        ==> debian/NEWS
3339     new patches:
3340      mwolson@gnu.org--2005/muse--main--1.0--patch-356
3341      mwolson@gnu.org--2005/muse--main--1.0--patch-357
3344 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
3346     Summary:
3347       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
3348     Revision:
3349       muse--main--1.0--base-0
3351     See ChangeLog.2005 for earlier changes.
3353     new patches:
3354      ajk@iu.edu--2005/muse--ajk--1.0--base-0
3355      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
3356      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
3357      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
3358      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
3359      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
3360      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
3361      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
3362      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
3363      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
3364      ajk@iu.edu--2005/muse--main--1.0--base-0
3365      ajk@iu.edu--2005/muse--main--1.0--patch-1
3366      ajk@iu.edu--2005/muse--main--1.0--patch-2
3367      davidsmith@acm.org--2005/muse--devo--1.0--base-0
3368      davidsmith@acm.org--main/muse--devo--1.0--base-0
3369      davidsmith@acm.org--main/muse--devo--1.0--patch-1
3370      davidsmith@acm.org--main/muse--devo--1.0--patch-2
3371      hodique@lifl.fr--2005/muse--yh--1.0--base-0
3372      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
3373      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
3374      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
3375      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
3376      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
3377      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
3378      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
3379      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
3380      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
3381      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
3382      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
3383      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
3384      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
3385      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
3386      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
3387      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
3388      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
3389      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
3390      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
3391      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
3392      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
3393      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
3394      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
3395      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
3396      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
3397      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
3398      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
3399      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
3400      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
3401      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
3402      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
3403      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
3404      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
3405      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
3406      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
3407      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
3408      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
3409      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
3410      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
3411      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
3412      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
3413      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
3414      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
3415      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
3416      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
3417      jeho@jeho.org--2005/muse--jeho--1.0--base-0
3418      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
3419      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
3420      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
3421      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
3422      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
3423      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
3424      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
3425      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
3426      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
3427      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
3428      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
3429      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
3430      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
3431      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
3432      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
3433      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
3434      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
3435      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
3436      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
3437      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
3438      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
3439      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
3440      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
3441      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
3442      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
3443      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
3444      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
3445      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
3446      mwolson@gnu.org--2005/muse--main--1.0--base-0
3447      mwolson@gnu.org--2005/muse--main--1.0--patch-1
3448      mwolson@gnu.org--2005/muse--main--1.0--patch-2
3449      mwolson@gnu.org--2005/muse--main--1.0--patch-3
3450      mwolson@gnu.org--2005/muse--main--1.0--patch-4
3451      mwolson@gnu.org--2005/muse--main--1.0--patch-5
3452      mwolson@gnu.org--2005/muse--main--1.0--patch-6
3453      mwolson@gnu.org--2005/muse--main--1.0--patch-7
3454      mwolson@gnu.org--2005/muse--main--1.0--patch-8
3455      mwolson@gnu.org--2005/muse--main--1.0--patch-9
3456      mwolson@gnu.org--2005/muse--main--1.0--patch-10
3457      mwolson@gnu.org--2005/muse--main--1.0--patch-11
3458      mwolson@gnu.org--2005/muse--main--1.0--patch-12
3459      mwolson@gnu.org--2005/muse--main--1.0--patch-13
3460      mwolson@gnu.org--2005/muse--main--1.0--patch-14
3461      mwolson@gnu.org--2005/muse--main--1.0--patch-15
3462      mwolson@gnu.org--2005/muse--main--1.0--patch-16
3463      mwolson@gnu.org--2005/muse--main--1.0--patch-17
3464      mwolson@gnu.org--2005/muse--main--1.0--patch-18
3465      mwolson@gnu.org--2005/muse--main--1.0--patch-19
3466      mwolson@gnu.org--2005/muse--main--1.0--patch-20
3467      mwolson@gnu.org--2005/muse--main--1.0--patch-21
3468      mwolson@gnu.org--2005/muse--main--1.0--patch-22
3469      mwolson@gnu.org--2005/muse--main--1.0--patch-23
3470      mwolson@gnu.org--2005/muse--main--1.0--patch-24
3471      mwolson@gnu.org--2005/muse--main--1.0--patch-25
3472      mwolson@gnu.org--2005/muse--main--1.0--patch-26
3473      mwolson@gnu.org--2005/muse--main--1.0--patch-27
3474      mwolson@gnu.org--2005/muse--main--1.0--patch-28
3475      mwolson@gnu.org--2005/muse--main--1.0--patch-29
3476      mwolson@gnu.org--2005/muse--main--1.0--patch-30
3477      mwolson@gnu.org--2005/muse--main--1.0--patch-31
3478      mwolson@gnu.org--2005/muse--main--1.0--patch-32
3479      mwolson@gnu.org--2005/muse--main--1.0--patch-33
3480      mwolson@gnu.org--2005/muse--main--1.0--patch-34
3481      mwolson@gnu.org--2005/muse--main--1.0--patch-35
3482      mwolson@gnu.org--2005/muse--main--1.0--patch-36
3483      mwolson@gnu.org--2005/muse--main--1.0--patch-37
3484      mwolson@gnu.org--2005/muse--main--1.0--patch-38
3485      mwolson@gnu.org--2005/muse--main--1.0--patch-39
3486      mwolson@gnu.org--2005/muse--main--1.0--patch-40
3487      mwolson@gnu.org--2005/muse--main--1.0--patch-41
3488      mwolson@gnu.org--2005/muse--main--1.0--patch-42
3489      mwolson@gnu.org--2005/muse--main--1.0--patch-43
3490      mwolson@gnu.org--2005/muse--main--1.0--patch-44
3491      mwolson@gnu.org--2005/muse--main--1.0--patch-45
3492      mwolson@gnu.org--2005/muse--main--1.0--patch-46
3493      mwolson@gnu.org--2005/muse--main--1.0--patch-47
3494      mwolson@gnu.org--2005/muse--main--1.0--patch-48
3495      mwolson@gnu.org--2005/muse--main--1.0--patch-49
3496      mwolson@gnu.org--2005/muse--main--1.0--patch-50
3497      mwolson@gnu.org--2005/muse--main--1.0--patch-51
3498      mwolson@gnu.org--2005/muse--main--1.0--patch-52
3499      mwolson@gnu.org--2005/muse--main--1.0--patch-53
3500      mwolson@gnu.org--2005/muse--main--1.0--patch-54
3501      mwolson@gnu.org--2005/muse--main--1.0--patch-55
3502      mwolson@gnu.org--2005/muse--main--1.0--patch-56
3503      mwolson@gnu.org--2005/muse--main--1.0--patch-57
3504      mwolson@gnu.org--2005/muse--main--1.0--patch-58
3505      mwolson@gnu.org--2005/muse--main--1.0--patch-59
3506      mwolson@gnu.org--2005/muse--main--1.0--patch-60
3507      mwolson@gnu.org--2005/muse--main--1.0--patch-61
3508      mwolson@gnu.org--2005/muse--main--1.0--patch-62
3509      mwolson@gnu.org--2005/muse--main--1.0--patch-63
3510      mwolson@gnu.org--2005/muse--main--1.0--patch-64
3511      mwolson@gnu.org--2005/muse--main--1.0--patch-65
3512      mwolson@gnu.org--2005/muse--main--1.0--patch-66
3513      mwolson@gnu.org--2005/muse--main--1.0--patch-67
3514      mwolson@gnu.org--2005/muse--main--1.0--patch-68
3515      mwolson@gnu.org--2005/muse--main--1.0--patch-69
3516      mwolson@gnu.org--2005/muse--main--1.0--patch-70
3517      mwolson@gnu.org--2005/muse--main--1.0--patch-71
3518      mwolson@gnu.org--2005/muse--main--1.0--patch-72
3519      mwolson@gnu.org--2005/muse--main--1.0--patch-73
3520      mwolson@gnu.org--2005/muse--main--1.0--patch-74
3521      mwolson@gnu.org--2005/muse--main--1.0--patch-75
3522      mwolson@gnu.org--2005/muse--main--1.0--patch-76
3523      mwolson@gnu.org--2005/muse--main--1.0--patch-77
3524      mwolson@gnu.org--2005/muse--main--1.0--patch-78
3525      mwolson@gnu.org--2005/muse--main--1.0--patch-79
3526      mwolson@gnu.org--2005/muse--main--1.0--patch-80
3527      mwolson@gnu.org--2005/muse--main--1.0--patch-81
3528      mwolson@gnu.org--2005/muse--main--1.0--patch-82
3529      mwolson@gnu.org--2005/muse--main--1.0--patch-83
3530      mwolson@gnu.org--2005/muse--main--1.0--patch-84
3531      mwolson@gnu.org--2005/muse--main--1.0--patch-85
3532      mwolson@gnu.org--2005/muse--main--1.0--patch-86
3533      mwolson@gnu.org--2005/muse--main--1.0--patch-87
3534      mwolson@gnu.org--2005/muse--main--1.0--patch-88
3535      mwolson@gnu.org--2005/muse--main--1.0--patch-89
3536      mwolson@gnu.org--2005/muse--main--1.0--patch-90
3537      mwolson@gnu.org--2005/muse--main--1.0--patch-91
3538      mwolson@gnu.org--2005/muse--main--1.0--patch-92
3539      mwolson@gnu.org--2005/muse--main--1.0--patch-93
3540      mwolson@gnu.org--2005/muse--main--1.0--patch-94
3541      mwolson@gnu.org--2005/muse--main--1.0--patch-95
3542      mwolson@gnu.org--2005/muse--main--1.0--patch-96
3543      mwolson@gnu.org--2005/muse--main--1.0--patch-97
3544      mwolson@gnu.org--2005/muse--main--1.0--patch-98
3545      mwolson@gnu.org--2005/muse--main--1.0--patch-99
3546      mwolson@gnu.org--2005/muse--main--1.0--patch-100
3547      mwolson@gnu.org--2005/muse--main--1.0--patch-101
3548      mwolson@gnu.org--2005/muse--main--1.0--patch-102
3549      mwolson@gnu.org--2005/muse--main--1.0--patch-103
3550      mwolson@gnu.org--2005/muse--main--1.0--patch-104
3551      mwolson@gnu.org--2005/muse--main--1.0--patch-105
3552      mwolson@gnu.org--2005/muse--main--1.0--patch-106
3553      mwolson@gnu.org--2005/muse--main--1.0--patch-107
3554      mwolson@gnu.org--2005/muse--main--1.0--patch-108
3555      mwolson@gnu.org--2005/muse--main--1.0--patch-109
3556      mwolson@gnu.org--2005/muse--main--1.0--patch-110
3557      mwolson@gnu.org--2005/muse--main--1.0--patch-111
3558      mwolson@gnu.org--2005/muse--main--1.0--patch-112
3559      mwolson@gnu.org--2005/muse--main--1.0--patch-113
3560      mwolson@gnu.org--2005/muse--main--1.0--patch-114
3561      mwolson@gnu.org--2005/muse--main--1.0--patch-115
3562      mwolson@gnu.org--2005/muse--main--1.0--patch-116
3563      mwolson@gnu.org--2005/muse--main--1.0--patch-117
3564      mwolson@gnu.org--2005/muse--main--1.0--patch-118
3565      mwolson@gnu.org--2005/muse--main--1.0--patch-119
3566      mwolson@gnu.org--2005/muse--main--1.0--patch-120
3567      mwolson@gnu.org--2005/muse--main--1.0--patch-121
3568      mwolson@gnu.org--2005/muse--main--1.0--patch-122
3569      mwolson@gnu.org--2005/muse--main--1.0--patch-123
3570      mwolson@gnu.org--2005/muse--main--1.0--patch-124
3571      mwolson@gnu.org--2005/muse--main--1.0--patch-125
3572      mwolson@gnu.org--2005/muse--main--1.0--patch-126
3573      mwolson@gnu.org--2005/muse--main--1.0--patch-127
3574      mwolson@gnu.org--2005/muse--main--1.0--patch-128
3575      mwolson@gnu.org--2005/muse--main--1.0--patch-129
3576      mwolson@gnu.org--2005/muse--main--1.0--patch-130
3577      mwolson@gnu.org--2005/muse--main--1.0--patch-131
3578      mwolson@gnu.org--2005/muse--main--1.0--patch-132
3579      mwolson@gnu.org--2005/muse--main--1.0--patch-133
3580      mwolson@gnu.org--2005/muse--main--1.0--patch-134
3581      mwolson@gnu.org--2005/muse--main--1.0--patch-135
3582      mwolson@gnu.org--2005/muse--main--1.0--patch-136
3583      mwolson@gnu.org--2005/muse--main--1.0--patch-137
3584      mwolson@gnu.org--2005/muse--main--1.0--patch-138
3585      mwolson@gnu.org--2005/muse--main--1.0--patch-139
3586      mwolson@gnu.org--2005/muse--main--1.0--patch-140
3587      mwolson@gnu.org--2005/muse--main--1.0--patch-141
3588      mwolson@gnu.org--2005/muse--main--1.0--patch-142
3589      mwolson@gnu.org--2005/muse--main--1.0--patch-143
3590      mwolson@gnu.org--2005/muse--main--1.0--patch-144
3591      mwolson@gnu.org--2005/muse--main--1.0--patch-145
3592      mwolson@gnu.org--2005/muse--main--1.0--patch-146
3593      mwolson@gnu.org--2005/muse--main--1.0--patch-147
3594      mwolson@gnu.org--2005/muse--main--1.0--patch-148
3595      mwolson@gnu.org--2005/muse--main--1.0--patch-149
3596      mwolson@gnu.org--2005/muse--main--1.0--patch-150
3597      mwolson@gnu.org--2005/muse--main--1.0--patch-151
3598      mwolson@gnu.org--2005/muse--main--1.0--patch-152
3599      mwolson@gnu.org--2005/muse--main--1.0--patch-153
3600      mwolson@gnu.org--2005/muse--main--1.0--patch-154
3601      mwolson@gnu.org--2005/muse--main--1.0--patch-155
3602      mwolson@gnu.org--2005/muse--main--1.0--patch-156
3603      mwolson@gnu.org--2005/muse--main--1.0--patch-157
3604      mwolson@gnu.org--2005/muse--main--1.0--patch-158
3605      mwolson@gnu.org--2005/muse--main--1.0--patch-159
3606      mwolson@gnu.org--2005/muse--main--1.0--patch-160
3607      mwolson@gnu.org--2005/muse--main--1.0--patch-161
3608      mwolson@gnu.org--2005/muse--main--1.0--patch-162
3609      mwolson@gnu.org--2005/muse--main--1.0--patch-163
3610      mwolson@gnu.org--2005/muse--main--1.0--patch-164
3611      mwolson@gnu.org--2005/muse--main--1.0--patch-165
3612      mwolson@gnu.org--2005/muse--main--1.0--patch-166
3613      mwolson@gnu.org--2005/muse--main--1.0--patch-167
3614      mwolson@gnu.org--2005/muse--main--1.0--patch-168
3615      mwolson@gnu.org--2005/muse--main--1.0--patch-169
3616      mwolson@gnu.org--2005/muse--main--1.0--patch-170
3617      mwolson@gnu.org--2005/muse--main--1.0--patch-171
3618      mwolson@gnu.org--2005/muse--main--1.0--patch-172
3619      mwolson@gnu.org--2005/muse--main--1.0--patch-173
3620      mwolson@gnu.org--2005/muse--main--1.0--patch-174
3621      mwolson@gnu.org--2005/muse--main--1.0--patch-175
3622      mwolson@gnu.org--2005/muse--main--1.0--patch-176
3623      mwolson@gnu.org--2005/muse--main--1.0--patch-177
3624      mwolson@gnu.org--2005/muse--main--1.0--patch-178
3625      mwolson@gnu.org--2005/muse--main--1.0--patch-179
3626      mwolson@gnu.org--2005/muse--main--1.0--patch-180
3627      mwolson@gnu.org--2005/muse--main--1.0--patch-181
3628      mwolson@gnu.org--2005/muse--main--1.0--patch-182
3629      mwolson@gnu.org--2005/muse--main--1.0--patch-183
3630      mwolson@gnu.org--2005/muse--main--1.0--patch-184
3631      mwolson@gnu.org--2005/muse--main--1.0--patch-185
3632      mwolson@gnu.org--2005/muse--main--1.0--patch-186
3633      mwolson@gnu.org--2005/muse--main--1.0--patch-187
3634      mwolson@gnu.org--2005/muse--main--1.0--patch-188
3635      mwolson@gnu.org--2005/muse--main--1.0--patch-189
3636      mwolson@gnu.org--2005/muse--main--1.0--patch-190
3637      mwolson@gnu.org--2005/muse--main--1.0--patch-191
3638      mwolson@gnu.org--2005/muse--main--1.0--patch-192
3639      mwolson@gnu.org--2005/muse--main--1.0--patch-193
3640      mwolson@gnu.org--2005/muse--main--1.0--patch-194
3641      mwolson@gnu.org--2005/muse--main--1.0--patch-195
3642      mwolson@gnu.org--2005/muse--main--1.0--patch-196
3643      mwolson@gnu.org--2005/muse--main--1.0--patch-197
3644      mwolson@gnu.org--2005/muse--main--1.0--patch-198
3645      mwolson@gnu.org--2005/muse--main--1.0--patch-199
3646      mwolson@gnu.org--2005/muse--main--1.0--patch-200
3647      mwolson@gnu.org--2005/muse--main--1.0--patch-201
3648      mwolson@gnu.org--2005/muse--main--1.0--patch-202
3649      mwolson@gnu.org--2005/muse--main--1.0--patch-203
3650      mwolson@gnu.org--2005/muse--main--1.0--patch-204
3651      mwolson@gnu.org--2005/muse--main--1.0--patch-205
3652      mwolson@gnu.org--2005/muse--main--1.0--patch-206
3653      mwolson@gnu.org--2005/muse--main--1.0--patch-207
3654      mwolson@gnu.org--2005/muse--main--1.0--patch-208
3655      mwolson@gnu.org--2005/muse--main--1.0--patch-209
3656      mwolson@gnu.org--2005/muse--main--1.0--patch-210
3657      mwolson@gnu.org--2005/muse--main--1.0--patch-211
3658      mwolson@gnu.org--2005/muse--main--1.0--patch-212
3659      mwolson@gnu.org--2005/muse--main--1.0--patch-213
3660      mwolson@gnu.org--2005/muse--main--1.0--patch-214
3661      mwolson@gnu.org--2005/muse--main--1.0--patch-215
3662      mwolson@gnu.org--2005/muse--main--1.0--patch-216
3663      mwolson@gnu.org--2005/muse--main--1.0--patch-217
3664      mwolson@gnu.org--2005/muse--main--1.0--patch-218
3665      mwolson@gnu.org--2005/muse--main--1.0--patch-219
3666      mwolson@gnu.org--2005/muse--main--1.0--patch-220
3667      mwolson@gnu.org--2005/muse--main--1.0--patch-221
3668      mwolson@gnu.org--2005/muse--main--1.0--patch-222
3669      mwolson@gnu.org--2005/muse--main--1.0--patch-223
3670      mwolson@gnu.org--2005/muse--main--1.0--patch-224
3671      mwolson@gnu.org--2005/muse--main--1.0--patch-225
3672      mwolson@gnu.org--2005/muse--main--1.0--patch-226
3673      mwolson@gnu.org--2005/muse--main--1.0--patch-227
3674      mwolson@gnu.org--2005/muse--main--1.0--patch-228
3675      mwolson@gnu.org--2005/muse--main--1.0--patch-229
3676      mwolson@gnu.org--2005/muse--main--1.0--patch-230
3677      mwolson@gnu.org--2005/muse--main--1.0--patch-231
3678      mwolson@gnu.org--2005/muse--main--1.0--patch-232
3679      mwolson@gnu.org--2005/muse--main--1.0--patch-233
3680      mwolson@gnu.org--2005/muse--main--1.0--patch-234
3681      mwolson@gnu.org--2005/muse--main--1.0--patch-235
3682      mwolson@gnu.org--2005/muse--main--1.0--patch-236
3683      mwolson@gnu.org--2005/muse--main--1.0--patch-237
3684      mwolson@gnu.org--2005/muse--main--1.0--patch-238
3685      mwolson@gnu.org--2005/muse--main--1.0--patch-239
3686      mwolson@gnu.org--2005/muse--main--1.0--patch-240
3687      mwolson@gnu.org--2005/muse--main--1.0--patch-241
3688      mwolson@gnu.org--2005/muse--main--1.0--patch-242
3689      mwolson@gnu.org--2005/muse--main--1.0--patch-243
3690      mwolson@gnu.org--2005/muse--main--1.0--patch-244
3691      mwolson@gnu.org--2005/muse--main--1.0--patch-245
3692      mwolson@gnu.org--2005/muse--main--1.0--patch-246
3693      mwolson@gnu.org--2005/muse--main--1.0--patch-247
3694      mwolson@gnu.org--2005/muse--main--1.0--patch-248
3695      mwolson@gnu.org--2005/muse--main--1.0--patch-249
3696      mwolson@gnu.org--2005/muse--main--1.0--patch-250
3697      mwolson@gnu.org--2005/muse--main--1.0--patch-251
3698      mwolson@gnu.org--2005/muse--main--1.0--patch-252
3699      mwolson@gnu.org--2005/muse--main--1.0--patch-253
3700      mwolson@gnu.org--2005/muse--main--1.0--patch-254
3701      mwolson@gnu.org--2005/muse--main--1.0--patch-255
3702      mwolson@gnu.org--2005/muse--main--1.0--patch-256
3703      mwolson@gnu.org--2005/muse--main--1.0--patch-257
3704      mwolson@gnu.org--2005/muse--main--1.0--patch-258
3705      mwolson@gnu.org--2005/muse--main--1.0--patch-259
3706      mwolson@gnu.org--2005/muse--main--1.0--patch-260
3707      mwolson@gnu.org--2005/muse--main--1.0--patch-261
3708      mwolson@gnu.org--2005/muse--main--1.0--patch-262
3709      mwolson@gnu.org--2005/muse--main--1.0--patch-263
3710      mwolson@gnu.org--2005/muse--main--1.0--patch-264
3711      mwolson@gnu.org--2005/muse--main--1.0--patch-265
3712      mwolson@gnu.org--2005/muse--main--1.0--patch-266
3713      mwolson@gnu.org--2005/muse--main--1.0--patch-267
3714      mwolson@gnu.org--2005/muse--main--1.0--patch-268
3715      mwolson@gnu.org--2005/muse--main--1.0--patch-269
3716      mwolson@gnu.org--2005/muse--main--1.0--patch-270
3717      mwolson@gnu.org--2005/muse--main--1.0--patch-271
3718      mwolson@gnu.org--2005/muse--main--1.0--patch-272
3719      mwolson@gnu.org--2005/muse--main--1.0--patch-273
3720      mwolson@gnu.org--2005/muse--main--1.0--patch-274
3721      mwolson@gnu.org--2005/muse--main--1.0--patch-275
3722      mwolson@gnu.org--2005/muse--main--1.0--patch-276
3723      mwolson@gnu.org--2005/muse--main--1.0--patch-277
3724      mwolson@gnu.org--2005/muse--main--1.0--patch-278
3725      mwolson@gnu.org--2005/muse--main--1.0--patch-279
3726      mwolson@gnu.org--2005/muse--main--1.0--patch-280
3727      mwolson@gnu.org--2005/muse--main--1.0--patch-281
3728      mwolson@gnu.org--2005/muse--main--1.0--patch-282
3729      mwolson@gnu.org--2005/muse--main--1.0--patch-283
3730      mwolson@gnu.org--2005/muse--main--1.0--patch-284
3731      mwolson@gnu.org--2005/muse--main--1.0--patch-285
3732      mwolson@gnu.org--2005/muse--main--1.0--patch-286
3733      mwolson@gnu.org--2005/muse--main--1.0--patch-287
3734      mwolson@gnu.org--2005/muse--main--1.0--patch-288
3735      mwolson@gnu.org--2005/muse--main--1.0--patch-289
3736      mwolson@gnu.org--2005/muse--main--1.0--patch-290
3737      mwolson@gnu.org--2005/muse--main--1.0--patch-291
3738      mwolson@gnu.org--2005/muse--main--1.0--patch-292
3739      mwolson@gnu.org--2005/muse--main--1.0--patch-293
3740      mwolson@gnu.org--2005/muse--main--1.0--patch-294
3741      mwolson@gnu.org--2005/muse--main--1.0--patch-295
3742      mwolson@gnu.org--2005/muse--main--1.0--patch-296
3743      mwolson@gnu.org--2005/muse--main--1.0--patch-297
3744      mwolson@gnu.org--2005/muse--main--1.0--patch-298
3745      mwolson@gnu.org--2005/muse--main--1.0--patch-299
3746      mwolson@gnu.org--2005/muse--main--1.0--patch-300
3747      mwolson@gnu.org--2005/muse--main--1.0--patch-301
3748      mwolson@gnu.org--2005/muse--main--1.0--patch-302
3749      mwolson@gnu.org--2005/muse--main--1.0--patch-303
3750      mwolson@gnu.org--2005/muse--main--1.0--patch-304
3751      mwolson@gnu.org--2005/muse--main--1.0--patch-305
3752      mwolson@gnu.org--2005/muse--main--1.0--patch-306
3753      mwolson@gnu.org--2005/muse--main--1.0--patch-307
3754      mwolson@gnu.org--2005/muse--main--1.0--patch-308
3755      mwolson@gnu.org--2005/muse--main--1.0--patch-309
3756      mwolson@gnu.org--2005/muse--main--1.0--patch-310
3757      mwolson@gnu.org--2005/muse--main--1.0--patch-311
3758      mwolson@gnu.org--2005/muse--main--1.0--patch-312
3759      mwolson@gnu.org--2005/muse--main--1.0--patch-313
3760      mwolson@gnu.org--2005/muse--main--1.0--patch-314
3761      mwolson@gnu.org--2005/muse--main--1.0--patch-315
3762      mwolson@gnu.org--2005/muse--main--1.0--patch-316
3763      mwolson@gnu.org--2005/muse--main--1.0--patch-317
3764      mwolson@gnu.org--2005/muse--main--1.0--patch-318
3765      mwolson@gnu.org--2005/muse--main--1.0--patch-319
3766      mwolson@gnu.org--2005/muse--main--1.0--patch-320
3767      mwolson@gnu.org--2005/muse--main--1.0--patch-321
3768      mwolson@gnu.org--2005/muse--main--1.0--patch-322
3769      mwolson@gnu.org--2005/muse--main--1.0--patch-323
3770      mwolson@gnu.org--2005/muse--main--1.0--patch-324
3771      mwolson@gnu.org--2005/muse--main--1.0--patch-325
3772      mwolson@gnu.org--2005/muse--main--1.0--patch-326
3773      mwolson@gnu.org--2005/muse--main--1.0--patch-327
3774      mwolson@gnu.org--2005/muse--main--1.0--patch-328
3775      mwolson@gnu.org--2005/muse--main--1.0--patch-329
3776      mwolson@gnu.org--2005/muse--main--1.0--patch-330
3777      mwolson@gnu.org--2005/muse--main--1.0--patch-331
3778      mwolson@gnu.org--2005/muse--main--1.0--patch-332
3779      mwolson@gnu.org--2005/muse--main--1.0--patch-333
3780      mwolson@gnu.org--2005/muse--main--1.0--patch-334
3781      mwolson@gnu.org--2005/muse--main--1.0--patch-335
3782      mwolson@gnu.org--2005/muse--main--1.0--patch-336
3783      mwolson@gnu.org--2005/muse--main--1.0--patch-337
3784      mwolson@gnu.org--2005/muse--main--1.0--patch-338
3785      mwolson@gnu.org--2005/muse--main--1.0--patch-339
3786      mwolson@gnu.org--2005/muse--main--1.0--patch-340
3787      mwolson@gnu.org--2005/muse--main--1.0--patch-341
3788      mwolson@gnu.org--2005/muse--main--1.0--patch-342
3789      mwolson@gnu.org--2005/muse--main--1.0--patch-343
3790      mwolson@gnu.org--2005/muse--main--1.0--patch-344
3791      mwolson@gnu.org--2005/muse--main--1.0--patch-345
3792      mwolson@gnu.org--2005/muse--main--1.0--patch-346
3793      mwolson@gnu.org--2005/muse--main--1.0--patch-347
3794      mwolson@gnu.org--2005/muse--main--1.0--patch-348
3795      mwolson@gnu.org--2005/muse--main--1.0--patch-349
3796      mwolson@gnu.org--2005/muse--main--1.0--patch-350
3797      mwolson@gnu.org--2005/muse--main--1.0--patch-351
3798      mwolson@gnu.org--2005/muse--main--1.0--patch-352
3799      mwolson@gnu.org--2005/muse--main--1.0--patch-353
3800      mwolson@gnu.org--2005/muse--main--1.0--patch-354
3801      mwolson@gnu.org--2005/muse--main--1.0--patch-355
3802      mwolson@gnu.org--2005/muse--rel--3.02--base-0
3803      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
3804      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
3805      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
3806      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
3807      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
3808      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
3809      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
3810      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
3811      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
3812      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
3813      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
3814      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
3815      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
3816      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
3817      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
3818      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
3819      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
3820      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
3821      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
3822      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
3823      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
3824      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
3825      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
3826      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
3827      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
3828      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
3829      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
3830      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
3831      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
3832      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
3833      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
3834      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
3835      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
3836      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
3837      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
3838      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
3839      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
3840      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
3841      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
3842      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
3843      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
3844      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
3845      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8