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