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