Make faces more robust and namespace-conforming.
[muse-el.git] / ChangeLog.2006
blob347bbb7b4c4638f1a4453cfbbf27a2570c03c8d3
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2006/muse--main--1.0
5 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
7     Summary:
8       Make faces more robust and namespace-conforming.
9     Revision:
10       muse--main--1.0--patch-75
12     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
13       face has documentation and a group.
14       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
15       "-face" suffix.
16       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
17       faces have documentation and a group.  Copy unconditionally from the
18       related Emacs faces, rather than specifying face attributes.
19       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
20       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
21       face names.
22     
23     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
24       the 'muse-link property rather than looking at the face.
26     modified files:
27      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
30 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
32     Summary:
33       muse.texi: Mention the <code> tag.
34     Revision:
35       muse--main--1.0--patch-74
37     * muse.texi (Emphasizing Text): Mention the <code> tag.
38     
39     --This line, and those below, will be ignored--
40     Files to commit:
41        lisp/muse-colors.el
42        lisp/muse-mode.el
43        muse.texi
44     
45     This list might be incomplete or outdated if editing the log
46     message was not invoked from an up-to-date changes buffer!
48     modified files:
49      ChangeLog.2006 muse.texi
52 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
54     Summary:
55       Fix bug in verse markup, undesired behavior with emdash.
56     Revision:
57       muse--main--1.0--patch-73
59     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
60       around emdash.
61     
62     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
63     
64     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
65     
66     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
67       trailing whitespace to `muse-markup-text', in case the current
68       publishing wishes to use them.
69       (muse-publish-markup-verse): Insert newline without adding read-only
70       properties to it.  This fixes a paragraph detection bug in HTML
71       publishing.
73     modified files:
74      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
75      lisp/muse-publish.el lisp/muse-xml.el
78 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
80     Summary:
81       httpd.el: Update to work with newer versions of Emacs.
82     Revision:
83       muse--main--1.0--patch-72
85     * contrib/httpd.el (httpd-start): Update this to work with newer versions
86       of Emacs.
88     modified files:
89      ChangeLog.2006 contrib/httpd.el
92 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
94     Summary:
95       muse-journal: Make custom RSS heading regexps possible.
96     Revision:
97       muse--main--1.0--patch-71
99     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
100       determines the regexp to use when searching for an RSS heading.
101       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
103     modified files:
104      ChangeLog.2006 lisp/muse-journal.el
107 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
109     Summary:
110       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
111     Revision:
112       muse--main--1.0--patch-70
114     * lisp/muse-project.el (muse-project-publish): If we cannot find a
115       project to publish, indicate this in an error message.
116     
117     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
118       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
119       (muse-detect-invalid-style): New function that makes sure that the
120       given style is in a valid format.
121       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
122       publishing.
124     modified files:
125      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
128 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
130     Summary:
131       muse-mode: Don't require muse-publish.el.
132     Revision:
133       muse--main--1.0--patch-69
135     * lisp/muse-mode.el: Use a few autoloads instead of requiring
136       muse-publish.el.  This allows people to optionally have Muse mode
137       without including the publishing features, as long as they never call a
138       publishing function.  The documentation says that Muse is supposed to
139       be modular in that way, so I guess we'd better follow it.
140       (muse-insert-tag): Make sure that muse-publish is required before
141       accessing `muse-publish-markup-tags'.
143     modified files:
144      ChangeLog.2006 lisp/muse-mode.el
147 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
149     Summary:
150       Minor code cleanup.
151     Revision:
152       muse--main--1.0--patch-68
154     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
156     modified files:
157      ChangeLog.2006 lisp/muse-mode.el
160 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
162     Summary:
163       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
164     Revision:
165       muse--main--1.0--patch-67
167     (Author: Per B. Sederberg <per@med.upenn.edu>)
168     
169     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
170       used for grepping.
171       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
172       muse-find-backlinks C-c C-b
173       (muse-grep): New function to envoke a search with the compiler.
174       (muse-search-with-command): New function to search for text, optionally
175       editing the command.
176       (muse-search): New function to search for text.
177       (muse-find-backlinks): New function to search for backlinks to the
178       current page.
180     modified files:
181      ChangeLog.2006 lisp/muse-mode.el
183     new patches:
184      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
185      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
186      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
187      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
188      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
189      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
190      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
191      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
192      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
193      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
194      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
195      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
198 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
200     Summary:
201       Make it easier to call context-specific region-escaping function.
202     Revision:
203       muse--main--1.0--patch-66
205     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
206       returned from specials, call it with beg, end, ignore-read-only args.
207       This allows for people to specify their own functions for escaping
208       regions, depending on context.  See `muse-xml-decide-specials' in
209       muse-xml-common.el.  This functionality already exists for escaping
210       specials in strings.
212     modified files:
213      ChangeLog.2006 lisp/muse-publish.el
216 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
218     Summary:
219       Attempt to make new syntaxes easier to support.
220     Revision:
221       muse--main--1.0--patch-65
223     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
224       and `muse-get-link-data'.
225     
226     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
227     
228     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
229       (muse-make-link): Change argument name.
230     
231     * lisp/muse.el (muse-handle-explicit-link): Ditto.
232       (muse-get-link, muse-get-link-desc): New functions that return the link
233       and the link description, respectively, from the given TARGET.  The
234       idea is that at least one other markup syntax puts descriptions before
235       links, so all they would have to do is re-define these two functions.
237     modified files:
238      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
239      lisp/muse-mode.el lisp/muse.el
242 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
244     Summary:
245       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
246     Revision:
247       muse--main--1.0--patch-64
249     * Makefile.defs, lisp/muse-colors.el: Fix typo.
250     
251     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
252       `replace-in-string' is checked before `replace-regexp-in-string', since
253       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
254       Ottaway for the heads up.
256     modified files:
257      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
260 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
262     Summary:
263       muse-latex: Add footnotes to links so that they show up on printed copies.
264     Revision:
265       muse--main--1.0--patch-63
267     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
268       'url-and-desc.  Display footnotes if we have both a link and a
269       description, since we want URLs to show up on printed documents.
270       (muse-latex-markup-specials-document): Escape the "@" character in the
271       entire document.
272     
273     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
274       without descriptions and URLs with descriptions.  If no markup string
275       exists for 'url-and-desc, fall back to 'url.
277     modified files:
278      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
281 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
283     Summary:
284       Fix publishing error with multi-line wrapped list items.
285     Revision:
286       muse--main--1.0--patch-62
288     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
289       multiple lines of a wrapped list item.
291     modified files:
292      ChangeLog.2006 lisp/muse-publish.el
295 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
297     Summary:
298       Add COPYING file; update headers.
299     Revision:
300       muse--main--1.0--patch-61
302     * COPYING: New file containing the GNU GPL.
303     
304     * AUTHORS: Bookkeeping.
305     
306     * README: Add License section.  Change Muse homepage URL.
307     
308     * debian/copyright: Change Muse homepage URL.  Prune list to those who
309       have changed 15+ lines of code, since this is the amount that
310       constitutes legal contribution to a software work, AFAICT.
311     
312     * examples/mwolson: Update contents of directory to match my current
313       setup.
314     
315     * experimental/muse*.el, lisp/muse*.el: Update headers.
316     
317     * muse.texi: Change Muse homepage URL.
319     new files:
320      .arch-ids/COPYING.id COPYING
322     modified files:
323      AUTHORS ChangeLog.2006 README debian/copyright
324      examples/mwolson/muse-init.el
325      examples/mwolson/stylesheets/blog.css
326      examples/mwolson/stylesheets/common.css
327      examples/mwolson/stylesheets/print.css
328      examples/mwolson/stylesheets/screen.css
329      experimental/muse-cite.el experimental/muse-mathml.el
330      experimental/muse-message.el lisp/muse-backlink.el
331      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
332      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
333      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
334      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
335      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
336      lisp/muse-publish.el lisp/muse-regexps.el
337      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
338      lisp/muse-xml.el lisp/muse.el muse.texi
341 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
343     Summary:
344       Update Muse XML schema.
345     Revision:
346       muse--main--1.0--patch-60
348     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
349       history.  We'll call this v0.3 of the schema.
350     
351     * lisp/muse-xml-common.el: Update header.
352       (muse-xml-markup-table): Fix table generation when attributes are not
353       specified.
354     
355     --This line, and those below, will be ignored--
356     Files to commit:
357        lisp/muse-wiki.el
358        lisp/muse-http.el
359        lisp/muse-html.el
360        lisp/muse.el
361        lisp/muse-docbook.el
362        lisp/muse-convert.el
363        lisp/muse-colors.el
364        lisp/muse-book.el
365        lisp/muse-texinfo.el
366        lisp/muse-publish.el
367        lisp/muse-project.el
368        lisp/muse-poem.el
369        lisp/muse-mode.el
370        experimental/muse-message.el
371        lisp/muse-latex.el
372        lisp/muse-journal.el
373        lisp/muse-regexps.el
374        experimental/muse-mathml.el
375        lisp/muse-latex2png.el
376        examples/mwolson/stylesheets/screen.css
377        examples/mwolson/stylesheets/print.css
378        examples/mwolson/stylesheets/common.css
379        examples/mwolson/stylesheets/common.css
380        examples/mwolson/stylesheets/blog.css
381        examples/mwolson/stylesheets/blog.css
382        lisp/muse-registry.el
383        examples/muse.rnc
384        examples/mwolson/muse-init.el
385        AUTHORS
386        lisp/muse-backlink.el
387        debian/copyright
388        lisp/muse-xml-common.el
389        muse.texi
390        lisp/muse-protocols.el
391        experimental/muse-cite.el
392        README
393        lisp/muse-xml.el
394        lisp/muse-blosxom.el
395        lisp/muse-groff.el
396        COPYING
397        .arch-ids/COPYING.id
398     
399     This list might be incomplete or outdated if editing the log
400     message was not invoked from an up-to-date changes buffer!
402     modified files:
403      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
406 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
408     Summary:
409       Fix output for consecutive list items of same type.
410     Revision:
411       muse--main--1.0--patch-59
413     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
414       post-indent and indent-found values local to each list item.  This
415       should fix undesired behavior with consecutive list items of the same
416       type.
418     modified files:
419      ChangeLog.2006 lisp/muse-publish.el
422 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
424     Summary:
425       Make C-> and C-< keybindings not indent nested items.
426     Revision:
427       muse--main--1.0--patch-58
429     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
430       nested items.
431     
432     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
433       optional, and document this.
434     
435     --This line, and those below, will be ignored--
436     Files to commit:
437        lisp/muse.el
438        lisp/muse-publish.el
439        lisp/muse-mode.el
440     
441     This list might be incomplete or outdated if editing the log
442     message was not invoked from an up-to-date changes buffer!
444     modified files:
445      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
448 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
450     Summary:
451       Slightly improve flyspell integration.
452     Revision:
453       muse--main--1.0--patch-57
455     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
456       property to determine whether we are at a link.
458     modified files:
459      ChangeLog.2006 lisp/muse-mode.el
462 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
464     Summary:
465       Make nested definition list items work much better.
466     Revision:
467       muse--main--1.0--patch-56
469     * lisp/muse-publish.el (muse-publish-surround-dl): Use
470       `muse-forward-list-item'.  Don't pass indent and post-indent to the
471       move function.
472       (muse-publish-surround-text): If we are to determine the indentation,
473       but have found no list items, set indent to the empty string.  If we
474       are to determine indentation but have found an item, get all leading
475       whitespace and set indent to it.  Never try to determine post-indent
476       using the first line.  Try to contain the amount of "damage" a nested
477       list item can do to wrapped list item text.
478     
479     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
480       part so that it is easier to indicate the amount of desired initial
481       whitespace.
482     
483     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
484       entry optional.
485       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
486       merged into `muse-forward-list-item'.
487       (muse-forward-list-item-1): New function that determines whether a
488       nested list item is found.
489       (muse-forward-list-item): Move hairy nested list detection algorithm
490       into `muse-forward-list-item-1'.  Be extra careful about terminating
491       when we go past the boundary.
493     modified files:
494      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
495      lisp/muse.el
498 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
500     Summary:
501       Add backlink support, thanks to Jim Ottaway.
502     Revision:
503       muse--main--1.0--patch-55
505     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
506       variable that indicates whether Muse is fontifying the current buffer.
507       (muse-colors-region): Set `muse-colors-fontifying' to t.
508     
509     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
510       support.  I've modified it slightly to get rid of the defadvice forms.
512     new files:
513      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
515     modified files:
516      AUTHORS ChangeLog.2006 lisp/muse-colors.el
519 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
521     Summary:
522       muse-protocols: Add Wikipedia support.
523     Revision:
524       muse--main--1.0--patch-54
526     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
527       is used to look up terms on the Wikipedia website.
528       (muse-wikipedia-country): New option that specifies the country code to
529       use for Wikipedia.
530       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
531       resolve and browse Wikipedia URLs.
533     modified files:
534      ChangeLog.2006 lisp/muse-protocols.el
537 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
539     Summary:
540       muse-protocols: Add DOI handling.
541     Revision:
542       muse--main--1.0--patch-53
544     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
545       DOI's (digitial object identifiers) are a standard identifier used in
546       the publishing industry.  Thanks to Phillip Lord for the patch.
547       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
548       and browse DOI's.
550     modified files:
551      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
554 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
556     Summary:
557       Refine previous patch.
558     Revision:
559       muse--main--1.0--patch-52
561     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
562       ever use the fallback method.  Save point when using new method.
564     modified files:
565      ChangeLog.2006 lisp/muse-mode.el
568 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
570     Summary:
571       Make visiting of links a bit faster.
572     Revision:
573       muse--main--1.0--patch-51
575     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
576       property.
577       (muse-link-properties): If we are highlighting a link, add the
578       muse-link property.
579     
580     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
581       exists at point, use it to bound the link.  Otherwise, use the old
582       method.  This should make it easier to visit custom implicit link
583       forms, since it does not require a change to muse-implicit-link-regexp.
584     
585     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
586       used when muse-colors.el is loaded.
588     modified files:
589      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
590      lisp/muse-regexps.el
593 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
595     Summary:
596       Make resolving of inline image paths more flexible.
597     Revision:
598       muse--main--1.0--patch-50
600     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
601       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
602       option.  Make the fallback customization type a function rather than a
603       symbol.
604       (muse-colors-use-publishing-directory): New function that takes the
605       best guess at where the current Muse file will be published and makes
606       the given link relative to that.
607       (muse-colors-insert-image): If muse-colors-inline-image-method is
608       'default-directory, use the default directory.  If it is a function,
609       call that function with LINK as an argument.  Otherwise, give up.
611     modified files:
612      ChangeLog.2006 lisp/muse-colors.el
615 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
617     Summary:
618       Fix inline image lockup.
619     Revision:
620       muse--main--1.0--patch-49
622     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
623       patch-47.  This will prevent Muse from locking up after making a new
624       inline image.
626     modified files:
627      ChangeLog.2006 lisp/muse-colors.el
630 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
632     Summary:
633       Fix publishing problem with XEmacs.
634     Revision:
635       muse--main--1.0--patch-48
637     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
638       publishing problem when text at beginning of buffer is read-only.
639       Thanks to Christian Clercin for the report.
641     modified files:
642      ChangeLog.2006 lisp/muse-publish.el
645 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
647     Summary:
648       Get increase and decrease of list indentation to work with complex cases.
649     Revision:
650       muse--main--1.0--patch-47
652     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
653       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
654       to indicate this interpretation, though parens are different.
655     
656     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
657       (muse-alter-list-item-indentation): New function that alters the list
658       structure at point.  The behavior to use is specified by the OPERATION
659       argument.  Currently-supported operations are 'increase and 'decrease
660       indentation level.  This now uses the same sort of list detection
661       algorithm that is used during publishing, so it should work as expected
662       for complicated cases.
663       (muse-increase-list-item-indentation)
664       (muse-decrease-list-item-indentation): Use
665       `muse-alter-list-item-indentation'.
667     modified files:
668      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
671 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
673     Summary:
674       Code simplification; improve muse-list-item-type function.
675     Revision:
676       muse--main--1.0--patch-46
678     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
679       'dl-entry, instead of just returning 'dl.
680       (muse-forward-dl-term, muse-forward-dl-entry): Use
681       muse-forward-list-item.
682       (muse-forward-dl-part): Remove, merge functionality into
683       muse-forward-list-item.
684       (muse-forward-list-item): Add a few conditions needed for skipping
685       nested 'dl-term and 'dl-entry items.
686     
687     --This line, and those below, will be ignored--
688     Files to commit:
689        lisp/muse.el
690        lisp/muse-mode.el
691     
692     This list might be incomplete or outdated if editing the log
693     message was not invoked from an up-to-date changes buffer!
695     modified files:
696      ChangeLog.2006 lisp/muse.el
699 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
701     Summary:
702       Put movement by list and paragraph functions in muse.el.
703     Revision:
704       muse--main--1.0--patch-45
706     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
707       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
708       (muse-forward-list-item): Move here from muse-publish.el, so that
709       muse-mode can make use of these.
711     modified files:
712      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
715 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
717     Summary:
718       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
719     Revision:
720       muse--main--1.0--patch-44
722     (Author: Per B. Sederberg <per@med.upenn.edu>)
723     
724     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
725       decrease the current item indentation.
726       (muse-get-paragraph-start): Helper function to determine the start of
727       the current paragraph.
728       (muse-insert-list-item): Cleaned up list item insertion code and made
729       it handle definitions.
730       (muse-increase-list-item-indentation): New interactive function to
731       increase list item indentation.
732       (muse-decrease-list-item-indentation): New interactive function to
733       decrease list item indentation.
735     modified files:
736      ChangeLog.2006 lisp/muse-mode.el
738     new patches:
739      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
740      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
741      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
742      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
743      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
744      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
745      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
746      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
747      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
748      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
751 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
753     Summary:
754       Use slightly better algorithm for removing initial whitespace.
755     Revision:
756       muse--main--1.0--patch-43
758     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
759       the definition occurred on the same line as the term.
760       (muse-publish-surround-text): Use a slightly better algorithm for
761       removing initial indentation of list items.  This way, we preserve
762       nesting of lists and also deal with same-level items that occur after
763       nested items.  This probably doesn't make much of a difference in the
764       output, but it should make support of nested definition lists a bit
765       less troublesome in some cases.
766       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
767       regexp.
768       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
769       data.  Don't remove any text.  This makes the function easier to reuse
770       in display-only situations.
772     modified files:
773      ChangeLog.2006 lisp/muse-publish.el
776 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
778     Summary:
779       In a preliminary way, make definition lists nest.
780     Revision:
781       muse--main--1.0--patch-42
783     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
784       lists nest a bit better.
785     
786     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
787       use it anymore.
789     modified files:
790      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
793 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
795     Summary:
796       Fix nested list regression.
797     Revision:
798       muse--main--1.0--patch-41
800     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
801       original indentation value and use that.  This fixes a regression
802       caused by the last patch.
804     modified files:
805      ChangeLog.2006 lisp/muse-publish.el
808 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
810     Summary:
811       Make code look nicer by using muse-forward-dl-* functions.
812     Revision:
813       muse--main--1.0--patch-40
815     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
816       forms into muse-forward-dl-* for increased reusability.
817       (muse-publish-surround-text): Call move function with an indent
818       argument so that we don't have to use partial substitution in lambda
819       forms.
820       (muse-forward-dl-term): New function that moves forward to the next
821       definition list term.
822       (muse-forward-dl-entry): New function that moves forward to the next
823       definition list entry.
824       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
825       does not move past entire definition list items, only parts of them.
826       (muse-publish-markup-list, muse-publish-markup-quote):
827       (muse-publish-quote-tag): Use better lambda form, and include a
828       parameter.
830     modified files:
831      ChangeLog.2006 lisp/muse-publish.el
834 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
836     Summary:
837       Handle blockquoted sections within lists properly.
838     Revision:
839       muse--main--1.0--patch-39
841     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
842       property.  This should make blockquoted sections within a list do the
843       right thing.
844       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
845       behavior of `muse-forward-paragraph'.
847     modified files:
848      ChangeLog.2006 lisp/muse-publish.el
851 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
853     Summary:
854       Fix problem when previous list item was nested.
855     Revision:
856       muse--main--1.0--patch-38
858     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
859       indicator at the correct place.  This fixes an error where a previous
860       list was nested but the current one isn't.  Thanks to Per B. Sederberg
861       for the report.
863     modified files:
864      ChangeLog.2006 lisp/muse-publish.el
867 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
869     Summary:
870       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
871     Revision:
872       muse--main--1.0--patch-37
874     * muse.texi (Implicit Links): Mention how to customize the WikiName
875       recognition, and note that if you're setting this manually, you have to
876       call some additional code.  This should fix #5376.  Also remove local
877       variables section at end, since it seems pointless.
879     modified files:
880      ChangeLog.2006 muse.texi
883 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
885     Summary:
886       Fix #5325: nested formatting not working in HTML output.
887     Revision:
888       muse--main--1.0--patch-36
890     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
891       work.  I'm a bit worried about possible double-escaping, though.
892       Perhaps we should write the context to a text property and escape it
893       later.  This should fix #5325.
895     modified files:
896      ChangeLog.2006 lisp/muse-publish.el
899 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
901     Summary:
902       Make paragraphs respect the end of a list or list item.
903     Revision:
904       muse--main--1.0--patch-35
906     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
907       end of a list (or list item), back up.  This allows for a nice side
908       effect when using indented sentences in between list items.
909     
910     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
911     
912     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
913     
914     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
915       and end-item are marked up with end-list properties.
917     modified files:
918      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
919      lisp/muse-publish.el lisp/muse-xml.el
922 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
924     Summary:
925       Make sure an initial term exists before publishing definition list.
926     Revision:
927       muse--main--1.0--patch-34
929     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
930       exists before publishing a definition list.
932     modified files:
933      ChangeLog.2006 lisp/muse-publish.el
936 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
938     Summary:
939       Add comments to nested list code.
940     Revision:
941       muse--main--1.0--patch-33
943     * lisp/muse-publish.el (muse-publish-surround-dl)
944       (muse-publish-surround-text, muse-forward-dl-item):
945       (muse-forward-list-item): Add comments, since there were many
946       intricacies that are probably not obvious to the casual reader.
947       (muse-forward-dl-item): Remove no-op condition.
949     modified files:
950      ChangeLog.2006 lisp/muse-publish.el
953 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
955     Summary:
956       Make nested list items work when separated by one blank line.
957     Revision:
958       muse--main--1.0--patch-32
960     * lisp/muse-publish.el (muse-publish-surround-dl): Use
961       muse-forward-dl-item instead of muse-forward-list-item.  On second
962       thought, don't unconditionally insert a newline, as that breaks some
963       things.
964       (muse-forward-dl-item): New function that moves forward to the next
965       definition list item.  This was factored out from
966       muse-forward-list-item, since it was getting too complex for my liking.
967       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
968       indented line, and skip past these if we have a blank line followed by
969       an indented line.  "Indented" means "indented one past the current
970       indentation level" here.  Remove some initial whitespace that was being
971       overlooked before.
973     modified files:
974      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
977 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
979     Summary:
980       Fix a couple of bugs in muse-wiki-resolve-project-page.
981     Revision:
982       muse--main--1.0--patch-31
984     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
985       better algorithm for adding styles to a list.
986     
987     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
988       carefully.  This should fix one or two hard-to-explain bugs.
990     modified files:
991      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
994 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
996     Summary:
997       Fix another definition list edge case.
998     Revision:
999       muse--main--1.0--patch-30
1001     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
1002       unordered list immediately follows definition list term.
1004     modified files:
1005      ChangeLog.2006 lisp/muse-publish.el
1008 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
1010     Summary:
1011       Pass all current definition list test cases.
1012     Revision:
1013       muse--main--1.0--patch-29
1015     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
1016       line if definition is not on the same line as the term.
1017       (muse-forward-list-item): Fix publishing incorrectness that occurred
1018       when a non-dl list follows a definition list.  Always move to the right
1019       place so as to prevent extra empty dd elements from being published.
1021     modified files:
1022      ChangeLog.2006 lisp/muse-publish.el
1025 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
1027     Summary:
1028       Merge consecutive definition list terms properly.
1029     Revision:
1030       muse--main--1.0--patch-28
1032     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
1033       correctly.  This makes Muse merge several definition list items into
1034       one list.
1035       (muse-forward-list-item): Use simpler regexp for 'dl.
1036     
1037     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
1038       definition lists, and make terms the 2nd matched text.
1040     modified files:
1041      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1044 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
1046     Summary:
1047       Bookkeeping.
1048     Revision:
1049       muse--main--1.0--patch-27
1051     * AUTHORS: Update.
1052     
1053     * muse-colors.el, muse-mode.el: Credit contributions.
1055     modified files:
1056      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1059 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
1061     Summary:
1062       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
1063     Revision:
1064       muse--main--1.0--patch-26
1066     Patches applied:
1067     
1068      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
1069        Added ability to show inline images in the Emacs buffer.
1070     
1071      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
1072        Added enhanced list item insertion.
1073     
1074     Detailed log:
1075     
1076     (Author: Per B. Sederberg <per@med.upenn.edu>)
1077     
1078     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
1079       list item.  New key mapping to toggle showing images.  Added a key
1080       mapping to insert a link to a file and modified the key map to insert a
1081       tag.
1082       (muse-on-blank-line): Helper function to determine if the point is on a
1083       line containing only blank spaces.
1084       (muse-insert-list-item): New interactive function to insert a new list
1085       item, taking into account the current list state.
1086       (muse-insert-relative-link-to-file): New function to insert a link to a
1087       file, relative to the default directory.
1088     
1089     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
1090       for where to search for images to inline in the buffer.
1091       (muse-colors-inline-images): Added custom boolean field for whether to
1092       show inline images in the buffer.
1093       (muse-colors-toggle-inline-images): New function to toggle showing the
1094       inline images in the buffer.
1095       (muse-unhighlight-region): Now removes end-glyph text properties to
1096       support XEmacs.
1097       (muse-colors-resolve-image-file): New function to determine if a link
1098       is an image and whether the version of Emacs can support inline images.
1099       (muse-make-file-glyph): New function to create an image glyph if we are
1100       using XEmacs.
1101       (muse-colors-insert-image): New function to insert an image in an Emacs
1102       buffer.
1103       (muse-colors-explicit-link): Modified function to have the ability to
1104       insert an image instead of formatting the text of the link.
1106     modified files:
1107      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1109     new patches:
1110      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
1111      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
1112      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
1113      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
1114      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
1117 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
1119     Summary:
1120       Pass testcase for definition list and nested unordered list.
1121     Revision:
1122       muse--main--1.0--patch-25
1124     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
1125       lists always have at least one entry.  This appears to do the right
1126       thing with a sample nested unordered list.
1128     modified files:
1129      ChangeLog.2006 lisp/muse-publish.el
1132 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
1134     Summary:
1135       Some definition list fixes.
1136     Revision:
1137       muse--main--1.0--patch-24
1139     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
1140       markup for end of list using the `muse-insert-markup-end-list'
1141       function.  Handle list items nested inside of a definition list.
1143     modified files:
1144      ChangeLog.2006 lisp/muse-publish.el
1147 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
1149     Summary:
1150       Fix another wrapped list item edge case.
1151     Revision:
1152       muse--main--1.0--patch-23
1154     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
1155       indentation in a region when we encounter any list items.  This should
1156       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
1157       for the report.
1159     modified files:
1160      ChangeLog.2006 lisp/muse-publish.el
1163 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
1165     Summary:
1166       Fix comment in Debian packaging.
1167     Revision:
1168       muse--main--1.0--patch-22
1170     * debian/emacsen-remove: Fix comment.
1172     modified files:
1173      ChangeLog.2006 debian/emacsen-remove
1176 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
1178     Summary:
1179       muse-blosxom: Fix order of #tags line in header.
1180     Revision:
1181       muse--main--1.0--patch-21
1183     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
1184       rather than before it.  Thanks to bkhl for the heads up.
1186     modified files:
1187      ChangeLog.2006 lisp/muse-blosxom.el
1190 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
1192     Summary:
1193       muse-blosxom: Add ability to use tags in entries.
1194     Revision:
1195       muse--main--1.0--patch-20
1197     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
1198       publish them.
1199       (muse-blosxom-use-tags): New option that specifies whether we are using
1200       tags.
1201       (muse-blosxom-new-entry): If using tags, read tags until the user hits
1202       RET without entering one.
1204     modified files:
1205      ChangeLog.2006 lisp/muse-blosxom.el
1208 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
1210     Summary:
1211       Fix backtrace when publishing unsaved files.
1212     Revision:
1213       muse--main--1.0--patch-19
1215     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
1216       trying to publish a file that has not been saved, and give an
1217       explanation to the user.
1218     
1219     --This line, and those below, will be ignored--
1220     Files to commit:
1221        lisp/muse-publish.el
1222        lisp/muse-blosxom.el
1223     
1224     This list might be incomplete or outdated if editing the log
1225     message was not invoked from an up-to-date changes buffer!
1227     modified files:
1228      ChangeLog.2006 lisp/muse-publish.el
1231 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
1233     Summary:
1234       muse-texinfo: Fix link suffix.
1235     Revision:
1236       muse--main--1.0--patch-18
1238     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
1239       styles.  This should fix a bug where links in published info files use
1240       an incorrect extension.  Thanks to Hans Ekbrand for the report!
1242     modified files:
1243      ChangeLog.2006 lisp/muse-texinfo.el
1246 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
1248     Summary:
1249       Fix prompting of non-Muse buffers before publishing.
1250     Revision:
1251       muse--main--1.0--patch-17
1253     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
1254       Stadler to ignore buffers that have no associated filename.  This fixes
1255       an annoyance where Muse prompts to save BBDB and ERC buffers before
1256       publishing.
1258     modified files:
1259      AUTHORS ChangeLog.2006 lisp/muse-project.el
1262 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
1264     Summary:
1265       Fix wrapped nested list item edge case.
1266     Revision:
1267       muse--main--1.0--patch-16
1269     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
1270       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
1271       case.
1272       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
1273       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
1274     
1275     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
1276       exactly one space character in front of a unnumbered or numbered list.
1277       This should make it easier to match every list instance, since
1278       definition lists can now be handled more nicely in
1279       muse-publish-markup-regexps.  This also has the effect of fixing a
1280       wrapped nested list item edge case.
1282     modified files:
1283      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1286 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
1288     Summary:
1289       Fix edge case in muse-wiki-publish-pretty-title.
1290     Revision:
1291       muse--main--1.0--patch-15
1293     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
1294       the document does not have a valid title, use the empty string.
1296     modified files:
1297      ChangeLog.2006 lisp/muse-wiki.el
1300 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
1302     Summary:
1303       Use debian/compat to determine debhelper compat level.
1304     Revision:
1305       muse--main--1.0--patch-14
1307     * debian/compat: New file that sets the debhelper compatibility level to
1308       4.
1309     
1310     * debian/rules: Remove DH_COMPAT line.
1312     new files:
1313      debian/.arch-ids/compat.id debian/compat
1315     modified files:
1316      ChangeLog.2006 debian/rules
1319 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
1321     Summary:
1322       Fix a couple of table-publishing edge cases.
1323     Revision:
1324       muse--main--1.0--patch-13
1326     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
1327       publishing error that occurs when a table line is the last thing in a
1328       document.  Thanks to cymacs for the report and suggested fix.
1329       (muse-publish-table-fields): Skip initial blank lines, and don't remove
1330       them.
1331     
1332     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
1333       at the end of the 'end-table markup string.
1334     
1335     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1336     
1337     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1338     
1339     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
1340       newline at the end of the table.  This should fix a problem with
1341       paragraphs after tables not being published as such.  Thanks to cymacs
1342       for the report.
1343     
1344     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
1345       muse-insert-markup to insert a trailing newline.
1347     modified files:
1348      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1349      lisp/muse-publish.el lisp/muse-texinfo.el
1350      lisp/muse-xml-common.el lisp/muse-xml.el
1353 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
1355     Summary:
1356       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
1357     Revision:
1358       muse--main--1.0--patch-12
1361     new files:
1362      .arch-ids/ChangeLog.2006.id ChangeLog.2006
1364     renamed files:
1365      .arch-ids/ChangeLog.id
1366        ==> .arch-ids/ChangeLog.2005.id
1367      ChangeLog
1368        ==> ChangeLog.2005
1371 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
1373     Summary:
1374       Make muse-journal work with whole-document escaping.
1375     Revision:
1376       muse--main--1.0--patch-11
1378     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
1379       by Emacs Muse" so that muse-journal does not get confused.
1380     
1381     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
1382       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
1383       for whole-buffer escaping.  Thanks to mondoshawan for the report.
1384       (muse-journal-rss-munge-buffer): Display a warning if someone does not
1385       have "Page published by Emacs Muse (begins|ends) here" in their header
1386       or footer, since muse-journal needs this in order to determine where
1387       entries begin and end.
1389     modified files:
1390      examples/mwolson/templates/footer.html
1391      examples/mwolson/templates/generic-footer.html
1392      examples/mwolson/templates/generic-header.html
1393      examples/mwolson/templates/header.html
1394      examples/mwolson/templates/header.tex lisp/muse-journal.el
1397 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
1399     Summary:
1400       Get simple test case for definition lists to work.
1401     Revision:
1402       muse--main--1.0--patch-10
1404     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
1405       publish properly.
1406       (muse-forward-list-item): Fix edge case.
1408     modified files:
1409      lisp/muse-publish.el
1412 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
1414     Summary:
1415       Add documentation to some publishing functions.
1416     Revision:
1417       muse--main--1.0--patch-9
1419     * lisp/muse-publish.el (muse-publish-mark-read-only)
1420       (muse-publish-mark-noemphasis): Add documentation.
1422     modified files:
1423      lisp/muse-publish.el
1426 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
1428     Summary:
1429       Fix an error with `custom-quote'.
1430     Revision:
1431       muse--main--1.0--patch-8
1433     * lisp/muse-project.el: Require 'cus-edit, since that is where
1434       `custom-quote' is defined.
1435     
1436     * muse.texi: Use copyright symbol.
1438     modified files:
1439      lisp/muse-project.el muse.texi
1442 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
1444     Summary:
1445       muse-registry: update from author.
1446     Revision:
1447       muse--main--1.0--patch-7
1449     * lisp/muse-registry.el: Update to newest version from author.
1450       Re-tabify.
1452     modified files:
1453      lisp/muse-registry.el
1456 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
1458     Summary:
1459       muse-latex: Handle double-quote edge case.
1460     Revision:
1461       muse--main--1.0--patch-6
1463     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
1464       character begins the buffer.
1466     modified files:
1467      lisp/muse-latex.el
1470 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
1472     Summary:
1473       Allow beginning and ending empty elements in tables.
1474     Revision:
1475       muse--main--1.0--patch-5
1477     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
1478       whitespace after the field if we're at the end of a line.
1479       (muse-table-line-regexp): Allow the table to start with a "|".  The
1480       resulting initial empty cell isn't yet thrown away like it should be.
1482     modified files:
1483      lisp/muse-regexps.el
1486 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
1488     Summary:
1489       muse-latex: Use \url to publish bare URLs.
1490     Revision:
1491       muse--main--1.0--patch-4
1493     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
1494       \href for bare URLs.  Thanks to Na Li for the suggestion!
1496     modified files:
1497      lisp/muse-latex.el
1500 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
1502     Summary:
1503       Create parents of output directories.
1504     Revision:
1505       muse--main--1.0--patch-3
1507     * lisp/muse-project.el (muse-project-publish-file): Create parent
1508       directories as well, if the output directory does not exist.  This can
1509       happen when we have nested directories in a project.
1511     modified files:
1512      lisp/muse-project.el
1515 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
1517     Summary:
1518       Pick a better default if publishing with more than one style.
1519     Revision:
1520       muse--main--1.0--patch-2
1522     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
1523       the list we return is in the right order.  That way, if more than one
1524       publishing rule matches a link, the first one is used, rather than the
1525       last.
1527     modified files:
1528      lisp/muse-project.el
1531 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
1533     Summary:
1534       Oops, committed to the wrong archive.
1535     Revision:
1536       muse--main--1.0--patch-1
1538     Patches applied:
1539     
1540      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
1541        Debian fixups.
1542     
1543      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
1544        Another Debian fix.
1546     modified files:
1547      ChangeLog debian/emacsen-startup
1549     renamed files:
1550      debian/.arch-ids/NEWS.Debian.id
1551        ==> debian/.arch-ids/NEWS.id
1552      debian/NEWS.Debian
1553        ==> debian/NEWS
1555     new patches:
1556      mwolson@gnu.org--2005/muse--main--1.0--patch-356
1557      mwolson@gnu.org--2005/muse--main--1.0--patch-357
1560 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
1562     Summary:
1563       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
1564     Revision:
1565       muse--main--1.0--base-0
1567     (automatically generated log message)
1569     new patches:
1570      ajk@iu.edu--2005/muse--ajk--1.0--base-0
1571      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
1572      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
1573      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
1574      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
1575      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
1576      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
1577      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
1578      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
1579      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
1580      ajk@iu.edu--2005/muse--main--1.0--base-0
1581      ajk@iu.edu--2005/muse--main--1.0--patch-1
1582      ajk@iu.edu--2005/muse--main--1.0--patch-2
1583      davidsmith@acm.org--2005/muse--devo--1.0--base-0
1584      davidsmith@acm.org--main/muse--devo--1.0--base-0
1585      davidsmith@acm.org--main/muse--devo--1.0--patch-1
1586      davidsmith@acm.org--main/muse--devo--1.0--patch-2
1587      hodique@lifl.fr--2005/muse--yh--1.0--base-0
1588      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
1589      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
1590      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
1591      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
1592      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
1593      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
1594      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
1595      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
1596      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
1597      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
1598      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
1599      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
1600      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
1601      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
1602      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
1603      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
1604      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
1605      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
1606      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
1607      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
1608      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
1609      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
1610      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
1611      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
1612      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
1613      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
1614      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
1615      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
1616      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
1617      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
1618      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
1619      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
1620      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
1621      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
1622      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
1623      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
1624      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
1625      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
1626      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
1627      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
1628      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
1629      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
1630      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
1631      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
1632      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
1633      jeho@jeho.org--2005/muse--jeho--1.0--base-0
1634      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
1635      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
1636      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
1637      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
1638      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
1639      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
1640      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
1641      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
1642      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
1643      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
1644      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
1645      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
1646      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
1647      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
1648      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
1649      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
1650      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
1651      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
1652      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
1653      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
1654      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
1655      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
1656      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
1657      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
1658      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
1659      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
1660      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
1661      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
1662      mwolson@gnu.org--2005/muse--main--1.0--base-0
1663      mwolson@gnu.org--2005/muse--main--1.0--patch-1
1664      mwolson@gnu.org--2005/muse--main--1.0--patch-2
1665      mwolson@gnu.org--2005/muse--main--1.0--patch-3
1666      mwolson@gnu.org--2005/muse--main--1.0--patch-4
1667      mwolson@gnu.org--2005/muse--main--1.0--patch-5
1668      mwolson@gnu.org--2005/muse--main--1.0--patch-6
1669      mwolson@gnu.org--2005/muse--main--1.0--patch-7
1670      mwolson@gnu.org--2005/muse--main--1.0--patch-8
1671      mwolson@gnu.org--2005/muse--main--1.0--patch-9
1672      mwolson@gnu.org--2005/muse--main--1.0--patch-10
1673      mwolson@gnu.org--2005/muse--main--1.0--patch-11
1674      mwolson@gnu.org--2005/muse--main--1.0--patch-12
1675      mwolson@gnu.org--2005/muse--main--1.0--patch-13
1676      mwolson@gnu.org--2005/muse--main--1.0--patch-14
1677      mwolson@gnu.org--2005/muse--main--1.0--patch-15
1678      mwolson@gnu.org--2005/muse--main--1.0--patch-16
1679      mwolson@gnu.org--2005/muse--main--1.0--patch-17
1680      mwolson@gnu.org--2005/muse--main--1.0--patch-18
1681      mwolson@gnu.org--2005/muse--main--1.0--patch-19
1682      mwolson@gnu.org--2005/muse--main--1.0--patch-20
1683      mwolson@gnu.org--2005/muse--main--1.0--patch-21
1684      mwolson@gnu.org--2005/muse--main--1.0--patch-22
1685      mwolson@gnu.org--2005/muse--main--1.0--patch-23
1686      mwolson@gnu.org--2005/muse--main--1.0--patch-24
1687      mwolson@gnu.org--2005/muse--main--1.0--patch-25
1688      mwolson@gnu.org--2005/muse--main--1.0--patch-26
1689      mwolson@gnu.org--2005/muse--main--1.0--patch-27
1690      mwolson@gnu.org--2005/muse--main--1.0--patch-28
1691      mwolson@gnu.org--2005/muse--main--1.0--patch-29
1692      mwolson@gnu.org--2005/muse--main--1.0--patch-30
1693      mwolson@gnu.org--2005/muse--main--1.0--patch-31
1694      mwolson@gnu.org--2005/muse--main--1.0--patch-32
1695      mwolson@gnu.org--2005/muse--main--1.0--patch-33
1696      mwolson@gnu.org--2005/muse--main--1.0--patch-34
1697      mwolson@gnu.org--2005/muse--main--1.0--patch-35
1698      mwolson@gnu.org--2005/muse--main--1.0--patch-36
1699      mwolson@gnu.org--2005/muse--main--1.0--patch-37
1700      mwolson@gnu.org--2005/muse--main--1.0--patch-38
1701      mwolson@gnu.org--2005/muse--main--1.0--patch-39
1702      mwolson@gnu.org--2005/muse--main--1.0--patch-40
1703      mwolson@gnu.org--2005/muse--main--1.0--patch-41
1704      mwolson@gnu.org--2005/muse--main--1.0--patch-42
1705      mwolson@gnu.org--2005/muse--main--1.0--patch-43
1706      mwolson@gnu.org--2005/muse--main--1.0--patch-44
1707      mwolson@gnu.org--2005/muse--main--1.0--patch-45
1708      mwolson@gnu.org--2005/muse--main--1.0--patch-46
1709      mwolson@gnu.org--2005/muse--main--1.0--patch-47
1710      mwolson@gnu.org--2005/muse--main--1.0--patch-48
1711      mwolson@gnu.org--2005/muse--main--1.0--patch-49
1712      mwolson@gnu.org--2005/muse--main--1.0--patch-50
1713      mwolson@gnu.org--2005/muse--main--1.0--patch-51
1714      mwolson@gnu.org--2005/muse--main--1.0--patch-52
1715      mwolson@gnu.org--2005/muse--main--1.0--patch-53
1716      mwolson@gnu.org--2005/muse--main--1.0--patch-54
1717      mwolson@gnu.org--2005/muse--main--1.0--patch-55
1718      mwolson@gnu.org--2005/muse--main--1.0--patch-56
1719      mwolson@gnu.org--2005/muse--main--1.0--patch-57
1720      mwolson@gnu.org--2005/muse--main--1.0--patch-58
1721      mwolson@gnu.org--2005/muse--main--1.0--patch-59
1722      mwolson@gnu.org--2005/muse--main--1.0--patch-60
1723      mwolson@gnu.org--2005/muse--main--1.0--patch-61
1724      mwolson@gnu.org--2005/muse--main--1.0--patch-62
1725      mwolson@gnu.org--2005/muse--main--1.0--patch-63
1726      mwolson@gnu.org--2005/muse--main--1.0--patch-64
1727      mwolson@gnu.org--2005/muse--main--1.0--patch-65
1728      mwolson@gnu.org--2005/muse--main--1.0--patch-66
1729      mwolson@gnu.org--2005/muse--main--1.0--patch-67
1730      mwolson@gnu.org--2005/muse--main--1.0--patch-68
1731      mwolson@gnu.org--2005/muse--main--1.0--patch-69
1732      mwolson@gnu.org--2005/muse--main--1.0--patch-70
1733      mwolson@gnu.org--2005/muse--main--1.0--patch-71
1734      mwolson@gnu.org--2005/muse--main--1.0--patch-72
1735      mwolson@gnu.org--2005/muse--main--1.0--patch-73
1736      mwolson@gnu.org--2005/muse--main--1.0--patch-74
1737      mwolson@gnu.org--2005/muse--main--1.0--patch-75
1738      mwolson@gnu.org--2005/muse--main--1.0--patch-76
1739      mwolson@gnu.org--2005/muse--main--1.0--patch-77
1740      mwolson@gnu.org--2005/muse--main--1.0--patch-78
1741      mwolson@gnu.org--2005/muse--main--1.0--patch-79
1742      mwolson@gnu.org--2005/muse--main--1.0--patch-80
1743      mwolson@gnu.org--2005/muse--main--1.0--patch-81
1744      mwolson@gnu.org--2005/muse--main--1.0--patch-82
1745      mwolson@gnu.org--2005/muse--main--1.0--patch-83
1746      mwolson@gnu.org--2005/muse--main--1.0--patch-84
1747      mwolson@gnu.org--2005/muse--main--1.0--patch-85
1748      mwolson@gnu.org--2005/muse--main--1.0--patch-86
1749      mwolson@gnu.org--2005/muse--main--1.0--patch-87
1750      mwolson@gnu.org--2005/muse--main--1.0--patch-88
1751      mwolson@gnu.org--2005/muse--main--1.0--patch-89
1752      mwolson@gnu.org--2005/muse--main--1.0--patch-90
1753      mwolson@gnu.org--2005/muse--main--1.0--patch-91
1754      mwolson@gnu.org--2005/muse--main--1.0--patch-92
1755      mwolson@gnu.org--2005/muse--main--1.0--patch-93
1756      mwolson@gnu.org--2005/muse--main--1.0--patch-94
1757      mwolson@gnu.org--2005/muse--main--1.0--patch-95
1758      mwolson@gnu.org--2005/muse--main--1.0--patch-96
1759      mwolson@gnu.org--2005/muse--main--1.0--patch-97
1760      mwolson@gnu.org--2005/muse--main--1.0--patch-98
1761      mwolson@gnu.org--2005/muse--main--1.0--patch-99
1762      mwolson@gnu.org--2005/muse--main--1.0--patch-100
1763      mwolson@gnu.org--2005/muse--main--1.0--patch-101
1764      mwolson@gnu.org--2005/muse--main--1.0--patch-102
1765      mwolson@gnu.org--2005/muse--main--1.0--patch-103
1766      mwolson@gnu.org--2005/muse--main--1.0--patch-104
1767      mwolson@gnu.org--2005/muse--main--1.0--patch-105
1768      mwolson@gnu.org--2005/muse--main--1.0--patch-106
1769      mwolson@gnu.org--2005/muse--main--1.0--patch-107
1770      mwolson@gnu.org--2005/muse--main--1.0--patch-108
1771      mwolson@gnu.org--2005/muse--main--1.0--patch-109
1772      mwolson@gnu.org--2005/muse--main--1.0--patch-110
1773      mwolson@gnu.org--2005/muse--main--1.0--patch-111
1774      mwolson@gnu.org--2005/muse--main--1.0--patch-112
1775      mwolson@gnu.org--2005/muse--main--1.0--patch-113
1776      mwolson@gnu.org--2005/muse--main--1.0--patch-114
1777      mwolson@gnu.org--2005/muse--main--1.0--patch-115
1778      mwolson@gnu.org--2005/muse--main--1.0--patch-116
1779      mwolson@gnu.org--2005/muse--main--1.0--patch-117
1780      mwolson@gnu.org--2005/muse--main--1.0--patch-118
1781      mwolson@gnu.org--2005/muse--main--1.0--patch-119
1782      mwolson@gnu.org--2005/muse--main--1.0--patch-120
1783      mwolson@gnu.org--2005/muse--main--1.0--patch-121
1784      mwolson@gnu.org--2005/muse--main--1.0--patch-122
1785      mwolson@gnu.org--2005/muse--main--1.0--patch-123
1786      mwolson@gnu.org--2005/muse--main--1.0--patch-124
1787      mwolson@gnu.org--2005/muse--main--1.0--patch-125
1788      mwolson@gnu.org--2005/muse--main--1.0--patch-126
1789      mwolson@gnu.org--2005/muse--main--1.0--patch-127
1790      mwolson@gnu.org--2005/muse--main--1.0--patch-128
1791      mwolson@gnu.org--2005/muse--main--1.0--patch-129
1792      mwolson@gnu.org--2005/muse--main--1.0--patch-130
1793      mwolson@gnu.org--2005/muse--main--1.0--patch-131
1794      mwolson@gnu.org--2005/muse--main--1.0--patch-132
1795      mwolson@gnu.org--2005/muse--main--1.0--patch-133
1796      mwolson@gnu.org--2005/muse--main--1.0--patch-134
1797      mwolson@gnu.org--2005/muse--main--1.0--patch-135
1798      mwolson@gnu.org--2005/muse--main--1.0--patch-136
1799      mwolson@gnu.org--2005/muse--main--1.0--patch-137
1800      mwolson@gnu.org--2005/muse--main--1.0--patch-138
1801      mwolson@gnu.org--2005/muse--main--1.0--patch-139
1802      mwolson@gnu.org--2005/muse--main--1.0--patch-140
1803      mwolson@gnu.org--2005/muse--main--1.0--patch-141
1804      mwolson@gnu.org--2005/muse--main--1.0--patch-142
1805      mwolson@gnu.org--2005/muse--main--1.0--patch-143
1806      mwolson@gnu.org--2005/muse--main--1.0--patch-144
1807      mwolson@gnu.org--2005/muse--main--1.0--patch-145
1808      mwolson@gnu.org--2005/muse--main--1.0--patch-146
1809      mwolson@gnu.org--2005/muse--main--1.0--patch-147
1810      mwolson@gnu.org--2005/muse--main--1.0--patch-148
1811      mwolson@gnu.org--2005/muse--main--1.0--patch-149
1812      mwolson@gnu.org--2005/muse--main--1.0--patch-150
1813      mwolson@gnu.org--2005/muse--main--1.0--patch-151
1814      mwolson@gnu.org--2005/muse--main--1.0--patch-152
1815      mwolson@gnu.org--2005/muse--main--1.0--patch-153
1816      mwolson@gnu.org--2005/muse--main--1.0--patch-154
1817      mwolson@gnu.org--2005/muse--main--1.0--patch-155
1818      mwolson@gnu.org--2005/muse--main--1.0--patch-156
1819      mwolson@gnu.org--2005/muse--main--1.0--patch-157
1820      mwolson@gnu.org--2005/muse--main--1.0--patch-158
1821      mwolson@gnu.org--2005/muse--main--1.0--patch-159
1822      mwolson@gnu.org--2005/muse--main--1.0--patch-160
1823      mwolson@gnu.org--2005/muse--main--1.0--patch-161
1824      mwolson@gnu.org--2005/muse--main--1.0--patch-162
1825      mwolson@gnu.org--2005/muse--main--1.0--patch-163
1826      mwolson@gnu.org--2005/muse--main--1.0--patch-164
1827      mwolson@gnu.org--2005/muse--main--1.0--patch-165
1828      mwolson@gnu.org--2005/muse--main--1.0--patch-166
1829      mwolson@gnu.org--2005/muse--main--1.0--patch-167
1830      mwolson@gnu.org--2005/muse--main--1.0--patch-168
1831      mwolson@gnu.org--2005/muse--main--1.0--patch-169
1832      mwolson@gnu.org--2005/muse--main--1.0--patch-170
1833      mwolson@gnu.org--2005/muse--main--1.0--patch-171
1834      mwolson@gnu.org--2005/muse--main--1.0--patch-172
1835      mwolson@gnu.org--2005/muse--main--1.0--patch-173
1836      mwolson@gnu.org--2005/muse--main--1.0--patch-174
1837      mwolson@gnu.org--2005/muse--main--1.0--patch-175
1838      mwolson@gnu.org--2005/muse--main--1.0--patch-176
1839      mwolson@gnu.org--2005/muse--main--1.0--patch-177
1840      mwolson@gnu.org--2005/muse--main--1.0--patch-178
1841      mwolson@gnu.org--2005/muse--main--1.0--patch-179
1842      mwolson@gnu.org--2005/muse--main--1.0--patch-180
1843      mwolson@gnu.org--2005/muse--main--1.0--patch-181
1844      mwolson@gnu.org--2005/muse--main--1.0--patch-182
1845      mwolson@gnu.org--2005/muse--main--1.0--patch-183
1846      mwolson@gnu.org--2005/muse--main--1.0--patch-184
1847      mwolson@gnu.org--2005/muse--main--1.0--patch-185
1848      mwolson@gnu.org--2005/muse--main--1.0--patch-186
1849      mwolson@gnu.org--2005/muse--main--1.0--patch-187
1850      mwolson@gnu.org--2005/muse--main--1.0--patch-188
1851      mwolson@gnu.org--2005/muse--main--1.0--patch-189
1852      mwolson@gnu.org--2005/muse--main--1.0--patch-190
1853      mwolson@gnu.org--2005/muse--main--1.0--patch-191
1854      mwolson@gnu.org--2005/muse--main--1.0--patch-192
1855      mwolson@gnu.org--2005/muse--main--1.0--patch-193
1856      mwolson@gnu.org--2005/muse--main--1.0--patch-194
1857      mwolson@gnu.org--2005/muse--main--1.0--patch-195
1858      mwolson@gnu.org--2005/muse--main--1.0--patch-196
1859      mwolson@gnu.org--2005/muse--main--1.0--patch-197
1860      mwolson@gnu.org--2005/muse--main--1.0--patch-198
1861      mwolson@gnu.org--2005/muse--main--1.0--patch-199
1862      mwolson@gnu.org--2005/muse--main--1.0--patch-200
1863      mwolson@gnu.org--2005/muse--main--1.0--patch-201
1864      mwolson@gnu.org--2005/muse--main--1.0--patch-202
1865      mwolson@gnu.org--2005/muse--main--1.0--patch-203
1866      mwolson@gnu.org--2005/muse--main--1.0--patch-204
1867      mwolson@gnu.org--2005/muse--main--1.0--patch-205
1868      mwolson@gnu.org--2005/muse--main--1.0--patch-206
1869      mwolson@gnu.org--2005/muse--main--1.0--patch-207
1870      mwolson@gnu.org--2005/muse--main--1.0--patch-208
1871      mwolson@gnu.org--2005/muse--main--1.0--patch-209
1872      mwolson@gnu.org--2005/muse--main--1.0--patch-210
1873      mwolson@gnu.org--2005/muse--main--1.0--patch-211
1874      mwolson@gnu.org--2005/muse--main--1.0--patch-212
1875      mwolson@gnu.org--2005/muse--main--1.0--patch-213
1876      mwolson@gnu.org--2005/muse--main--1.0--patch-214
1877      mwolson@gnu.org--2005/muse--main--1.0--patch-215
1878      mwolson@gnu.org--2005/muse--main--1.0--patch-216
1879      mwolson@gnu.org--2005/muse--main--1.0--patch-217
1880      mwolson@gnu.org--2005/muse--main--1.0--patch-218
1881      mwolson@gnu.org--2005/muse--main--1.0--patch-219
1882      mwolson@gnu.org--2005/muse--main--1.0--patch-220
1883      mwolson@gnu.org--2005/muse--main--1.0--patch-221
1884      mwolson@gnu.org--2005/muse--main--1.0--patch-222
1885      mwolson@gnu.org--2005/muse--main--1.0--patch-223
1886      mwolson@gnu.org--2005/muse--main--1.0--patch-224
1887      mwolson@gnu.org--2005/muse--main--1.0--patch-225
1888      mwolson@gnu.org--2005/muse--main--1.0--patch-226
1889      mwolson@gnu.org--2005/muse--main--1.0--patch-227
1890      mwolson@gnu.org--2005/muse--main--1.0--patch-228
1891      mwolson@gnu.org--2005/muse--main--1.0--patch-229
1892      mwolson@gnu.org--2005/muse--main--1.0--patch-230
1893      mwolson@gnu.org--2005/muse--main--1.0--patch-231
1894      mwolson@gnu.org--2005/muse--main--1.0--patch-232
1895      mwolson@gnu.org--2005/muse--main--1.0--patch-233
1896      mwolson@gnu.org--2005/muse--main--1.0--patch-234
1897      mwolson@gnu.org--2005/muse--main--1.0--patch-235
1898      mwolson@gnu.org--2005/muse--main--1.0--patch-236
1899      mwolson@gnu.org--2005/muse--main--1.0--patch-237
1900      mwolson@gnu.org--2005/muse--main--1.0--patch-238
1901      mwolson@gnu.org--2005/muse--main--1.0--patch-239
1902      mwolson@gnu.org--2005/muse--main--1.0--patch-240
1903      mwolson@gnu.org--2005/muse--main--1.0--patch-241
1904      mwolson@gnu.org--2005/muse--main--1.0--patch-242
1905      mwolson@gnu.org--2005/muse--main--1.0--patch-243
1906      mwolson@gnu.org--2005/muse--main--1.0--patch-244
1907      mwolson@gnu.org--2005/muse--main--1.0--patch-245
1908      mwolson@gnu.org--2005/muse--main--1.0--patch-246
1909      mwolson@gnu.org--2005/muse--main--1.0--patch-247
1910      mwolson@gnu.org--2005/muse--main--1.0--patch-248
1911      mwolson@gnu.org--2005/muse--main--1.0--patch-249
1912      mwolson@gnu.org--2005/muse--main--1.0--patch-250
1913      mwolson@gnu.org--2005/muse--main--1.0--patch-251
1914      mwolson@gnu.org--2005/muse--main--1.0--patch-252
1915      mwolson@gnu.org--2005/muse--main--1.0--patch-253
1916      mwolson@gnu.org--2005/muse--main--1.0--patch-254
1917      mwolson@gnu.org--2005/muse--main--1.0--patch-255
1918      mwolson@gnu.org--2005/muse--main--1.0--patch-256
1919      mwolson@gnu.org--2005/muse--main--1.0--patch-257
1920      mwolson@gnu.org--2005/muse--main--1.0--patch-258
1921      mwolson@gnu.org--2005/muse--main--1.0--patch-259
1922      mwolson@gnu.org--2005/muse--main--1.0--patch-260
1923      mwolson@gnu.org--2005/muse--main--1.0--patch-261
1924      mwolson@gnu.org--2005/muse--main--1.0--patch-262
1925      mwolson@gnu.org--2005/muse--main--1.0--patch-263
1926      mwolson@gnu.org--2005/muse--main--1.0--patch-264
1927      mwolson@gnu.org--2005/muse--main--1.0--patch-265
1928      mwolson@gnu.org--2005/muse--main--1.0--patch-266
1929      mwolson@gnu.org--2005/muse--main--1.0--patch-267
1930      mwolson@gnu.org--2005/muse--main--1.0--patch-268
1931      mwolson@gnu.org--2005/muse--main--1.0--patch-269
1932      mwolson@gnu.org--2005/muse--main--1.0--patch-270
1933      mwolson@gnu.org--2005/muse--main--1.0--patch-271
1934      mwolson@gnu.org--2005/muse--main--1.0--patch-272
1935      mwolson@gnu.org--2005/muse--main--1.0--patch-273
1936      mwolson@gnu.org--2005/muse--main--1.0--patch-274
1937      mwolson@gnu.org--2005/muse--main--1.0--patch-275
1938      mwolson@gnu.org--2005/muse--main--1.0--patch-276
1939      mwolson@gnu.org--2005/muse--main--1.0--patch-277
1940      mwolson@gnu.org--2005/muse--main--1.0--patch-278
1941      mwolson@gnu.org--2005/muse--main--1.0--patch-279
1942      mwolson@gnu.org--2005/muse--main--1.0--patch-280
1943      mwolson@gnu.org--2005/muse--main--1.0--patch-281
1944      mwolson@gnu.org--2005/muse--main--1.0--patch-282
1945      mwolson@gnu.org--2005/muse--main--1.0--patch-283
1946      mwolson@gnu.org--2005/muse--main--1.0--patch-284
1947      mwolson@gnu.org--2005/muse--main--1.0--patch-285
1948      mwolson@gnu.org--2005/muse--main--1.0--patch-286
1949      mwolson@gnu.org--2005/muse--main--1.0--patch-287
1950      mwolson@gnu.org--2005/muse--main--1.0--patch-288
1951      mwolson@gnu.org--2005/muse--main--1.0--patch-289
1952      mwolson@gnu.org--2005/muse--main--1.0--patch-290
1953      mwolson@gnu.org--2005/muse--main--1.0--patch-291
1954      mwolson@gnu.org--2005/muse--main--1.0--patch-292
1955      mwolson@gnu.org--2005/muse--main--1.0--patch-293
1956      mwolson@gnu.org--2005/muse--main--1.0--patch-294
1957      mwolson@gnu.org--2005/muse--main--1.0--patch-295
1958      mwolson@gnu.org--2005/muse--main--1.0--patch-296
1959      mwolson@gnu.org--2005/muse--main--1.0--patch-297
1960      mwolson@gnu.org--2005/muse--main--1.0--patch-298
1961      mwolson@gnu.org--2005/muse--main--1.0--patch-299
1962      mwolson@gnu.org--2005/muse--main--1.0--patch-300
1963      mwolson@gnu.org--2005/muse--main--1.0--patch-301
1964      mwolson@gnu.org--2005/muse--main--1.0--patch-302
1965      mwolson@gnu.org--2005/muse--main--1.0--patch-303
1966      mwolson@gnu.org--2005/muse--main--1.0--patch-304
1967      mwolson@gnu.org--2005/muse--main--1.0--patch-305
1968      mwolson@gnu.org--2005/muse--main--1.0--patch-306
1969      mwolson@gnu.org--2005/muse--main--1.0--patch-307
1970      mwolson@gnu.org--2005/muse--main--1.0--patch-308
1971      mwolson@gnu.org--2005/muse--main--1.0--patch-309
1972      mwolson@gnu.org--2005/muse--main--1.0--patch-310
1973      mwolson@gnu.org--2005/muse--main--1.0--patch-311
1974      mwolson@gnu.org--2005/muse--main--1.0--patch-312
1975      mwolson@gnu.org--2005/muse--main--1.0--patch-313
1976      mwolson@gnu.org--2005/muse--main--1.0--patch-314
1977      mwolson@gnu.org--2005/muse--main--1.0--patch-315
1978      mwolson@gnu.org--2005/muse--main--1.0--patch-316
1979      mwolson@gnu.org--2005/muse--main--1.0--patch-317
1980      mwolson@gnu.org--2005/muse--main--1.0--patch-318
1981      mwolson@gnu.org--2005/muse--main--1.0--patch-319
1982      mwolson@gnu.org--2005/muse--main--1.0--patch-320
1983      mwolson@gnu.org--2005/muse--main--1.0--patch-321
1984      mwolson@gnu.org--2005/muse--main--1.0--patch-322
1985      mwolson@gnu.org--2005/muse--main--1.0--patch-323
1986      mwolson@gnu.org--2005/muse--main--1.0--patch-324
1987      mwolson@gnu.org--2005/muse--main--1.0--patch-325
1988      mwolson@gnu.org--2005/muse--main--1.0--patch-326
1989      mwolson@gnu.org--2005/muse--main--1.0--patch-327
1990      mwolson@gnu.org--2005/muse--main--1.0--patch-328
1991      mwolson@gnu.org--2005/muse--main--1.0--patch-329
1992      mwolson@gnu.org--2005/muse--main--1.0--patch-330
1993      mwolson@gnu.org--2005/muse--main--1.0--patch-331
1994      mwolson@gnu.org--2005/muse--main--1.0--patch-332
1995      mwolson@gnu.org--2005/muse--main--1.0--patch-333
1996      mwolson@gnu.org--2005/muse--main--1.0--patch-334
1997      mwolson@gnu.org--2005/muse--main--1.0--patch-335
1998      mwolson@gnu.org--2005/muse--main--1.0--patch-336
1999      mwolson@gnu.org--2005/muse--main--1.0--patch-337
2000      mwolson@gnu.org--2005/muse--main--1.0--patch-338
2001      mwolson@gnu.org--2005/muse--main--1.0--patch-339
2002      mwolson@gnu.org--2005/muse--main--1.0--patch-340
2003      mwolson@gnu.org--2005/muse--main--1.0--patch-341
2004      mwolson@gnu.org--2005/muse--main--1.0--patch-342
2005      mwolson@gnu.org--2005/muse--main--1.0--patch-343
2006      mwolson@gnu.org--2005/muse--main--1.0--patch-344
2007      mwolson@gnu.org--2005/muse--main--1.0--patch-345
2008      mwolson@gnu.org--2005/muse--main--1.0--patch-346
2009      mwolson@gnu.org--2005/muse--main--1.0--patch-347
2010      mwolson@gnu.org--2005/muse--main--1.0--patch-348
2011      mwolson@gnu.org--2005/muse--main--1.0--patch-349
2012      mwolson@gnu.org--2005/muse--main--1.0--patch-350
2013      mwolson@gnu.org--2005/muse--main--1.0--patch-351
2014      mwolson@gnu.org--2005/muse--main--1.0--patch-352
2015      mwolson@gnu.org--2005/muse--main--1.0--patch-353
2016      mwolson@gnu.org--2005/muse--main--1.0--patch-354
2017      mwolson@gnu.org--2005/muse--main--1.0--patch-355
2018      mwolson@gnu.org--2005/muse--rel--3.02--base-0
2019      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
2020      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
2021      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
2022      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
2023      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
2024      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
2025      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
2026      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
2027      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
2028      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
2029      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
2030      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
2031      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
2032      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
2033      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
2034      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
2035      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
2036      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
2037      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
2038      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
2039      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
2040      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
2041      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
2042      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
2043      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
2044      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
2045      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
2046      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
2047      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
2048      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
2049      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
2050      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
2051      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
2052      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
2053      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
2054      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
2055      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
2056      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
2057      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
2058      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
2059      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
2060      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
2061      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8