Update ChangeLogs.
[muse-el.git] / ChangeLog
blob862cdebb9726bfd5312a605345e289272225c26d
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2006/muse--main--1.0
5 2006-06-01 03:47:49 GMT Michael Olson <mwolson@gnu.org> patch-148
7     Summary:
8       Update ChangeLogs.
9     Revision:
10       muse--main--1.0--patch-148
12     * ChangeLog: Rename from ChangeLog.2006 to follow Emacs conventions.
13     
14     * ChangeLog.2005: Mention ChangeLog.2004 for earlier changes.
15     
16     * lisp/muse-regexps.el: Add a few comments.
17     
18     * muse.texi (Tag Summary): Add example of <tag /> use.
20     modified files:
21      ChangeLog ChangeLog.2005 lisp/muse-regexps.el muse.texi
24 2006-06-01 03:44:00 GMT Michael Olson <mwolson@gnu.org> patch-147
26     Summary:
27       Try to work around a bug in XEmacs beta.
28     Revision:
29       muse--main--1.0--patch-147
31     * lisp/Makefile (ELC): Compile muse-publish.el first, to try to work
32       around a bug in XEmacs beta.
34     modified files:
35      ChangeLog lisp/Makefile
38 2006-05-30 18:21:51 GMT Michael Olson <mwolson@gnu.org> patch-146
40     Summary:
41       Fix tag-publishing in <insert> and <markup>.
42     Revision:
43       muse--main--1.0--patch-146
45     * lisp/muse-publish.el (muse-insert-file-or-string): Don't set
46       muse-publish-markup-tags, since that messes other things up for
47       <markup> and <insert>.
48       (muse-inhibit-style-tags): New variable that specifies whether to
49       disable looking for tag definitions that are specific to the current
50       style.  This is useful for publishing headers and footers.
51       (muse-publish-markup-tag): Use `muse-inhibit-style-tags', but disable
52       it unconditionally when calling a tag's function, so that the effect
53       does not propagate.
54     
55     * lisp/muse.el (muse-file-remote-p): New function that detects whether
56       the given file path is a remote location.  This is not used yet.
58     modified files:
59      ChangeLog lisp/muse-publish.el lisp/muse.el
62 2006-05-30 00:19:37 GMT Michael Olson <mwolson@gnu.org> patch-145
64     Summary:
65       Rename muse-convert.el to muse-latex-convert.el.
66     Revision:
67       muse--main--1.0--patch-145
69     * lisp/muse-convert-latex.el: Rename from muse-convert.el, since more
70       files of this nature are expected in the future.
72     modified files:
73      ChangeLog Makefile.defs debian/changelog
74      lisp/muse-convert-latex.el
76     renamed files:
77      lisp/.arch-ids/muse-convert.el.id
78        ==> lisp/.arch-ids/muse-convert-latex.el.id
79      lisp/muse-convert.el
80        ==> lisp/muse-convert-latex.el
83 2006-05-29 21:34:34 GMT Michael Olson <mwolson@gnu.org> patch-144
85     Summary:
86       List all tags in Muse's documentation.
87     Revision:
88       muse--main--1.0--patch-144
90     * lisp/muse-publish.el (muse-publish-markup-region): Remove cruft that I
91       was trying out.
92       (muse-publish-contents-depth): New option that specifies the maximum
93       depth of headings to include with <contents> tags.
94       (muse-publish-contents-tag): Use it.
95       (muse-publish-include-tag): Docfix.
96     
97     * muse.texi (Paragraphs): Mention <center> and <quote> tags.
98       (Tag Summary): New section that defines the syntax used for tags and
99       gives a complete listing of all of the tags that Muse comes with, as
100       well as some documentation for each tag.
101       (HTML): Update documentation.
103     modified files:
104      ChangeLog lisp/muse-publish.el muse.texi
107 2006-05-29 18:48:41 GMT Michael Olson <mwolson@gnu.org> patch-143
109     Summary:
110       Implement <include> and <markup> tags.
111     Revision:
112       muse--main--1.0--patch-143
114     * lisp/muse-html.el (muse-html-markup-regexps): Make paragraph detection
115       work better when a paragraph follows some other markup, especially
116       tables.
117     
118     * lisp/muse-publish.el (muse-publish-markup-tags): Add <include> and
119       <markup> tags.
120       (muse-publish-markup): Fix edge case.
121       (muse-publish-markup-header-footer-tags): New option that specifies
122       which tags may be used when publishing headers and footers.
123       (muse-insert-file-or-string): Use
124       muse-publish-markup-header-footer-tags instead of a hard-coded value.
125       (muse-publish-markup-region): Make title and style arguments optional,
126       so that this is easier to use.
127       (muse-publish-include-tag): Implement <include> tag.  I've tested all
128       of the cases I can think of, and it works.
129       (muse-publish-mark-up-tag): Implement <markup> tag.  This is handy for
130       times when you want to publish Muse markup in headers and footers.
131       Adding a table of contents to a header should be particularly easy now.
133     modified files:
134      ChangeLog lisp/muse-html.el lisp/muse-publish.el
137 2006-05-29 14:59:31 GMT Michael Olson <mwolson@gnu.org> patch-142
139     Summary:
140       Make ChangeLog conform to conventions better.
141     Revision:
142       muse--main--1.0--patch-142
144     * ChangeLog: Renamed from ChangeLog.2006 in order to follow Emacs
145       conventions better.  Specify the buffer encoding.  Add helpful notices
146       near the bottom of this and ChangeLog.2005.
148     modified files:
149      ChangeLog ChangeLog.2004 ChangeLog.2005 debian/rules
150      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/base-0
152     renamed files:
153      .arch-ids/ChangeLog.2006.id
154        ==> .arch-ids/ChangeLog.id
155      ChangeLog.2006
156        ==> ChangeLog
159 2006-05-28 07:45:09 GMT Michael Olson <mwolson@gnu.org> patch-141
161     Summary:
162       Provide explanation of how to invoke getstamps.py.
163     Revision:
164       muse--main--1.0--patch-141
166     * contrib/pyblosxom/getstamps.py: Strip the Muse file extension when
167       writing the timestamps file.
168     
169     * contrib/pyblosxom/make-blog: New example script that shows how to
170       invoke getstamps.py.
171     
172     * examples/mwolson/stylesheets/common.css: Update.
173     
174     * muse.texi (Blosxom Requirements): Mention the new example script.
175       Additionally, explain how to call getstamps.py.
177     new files:
178      contrib/pyblosxom/.arch-ids/make-blog.id
179      contrib/pyblosxom/make-blog
181     modified files:
182      ChangeLog.2006 contrib/pyblosxom/getstamps.py
183      examples/mwolson/stylesheets/common.css muse.texi
186 2006-05-28 06:40:46 GMT Michael Olson <mwolson@gnu.org> patch-140
188     Summary:
189       muse-blosxom: Perform extra check on category in new entry.
190     Revision:
191       muse--main--1.0--patch-140
193     * lisp/muse-blosxom.el (muse-blosxom-new-entry): Make it impossible to
194       write an invalid categories line, which could cause other mysterious
195       troubles later on.
197     modified files:
198      ChangeLog.2006 lisp/muse-blosxom.el
201 2006-05-28 06:31:11 GMT Michael Olson <mwolson@gnu.org> patch-139
203     Summary:
204       Improve documentation in the included pyblosxom plug-ins.
205     Revision:
206       muse--main--1.0--patch-139
208     * contrib/pyblosxom/getstamps.py, hardcodedates.py: Improve
209       documentation.  The initial wording was very confusing.
211     modified files:
212      ChangeLog.2006 contrib/pyblosxom/getstamps.py
213      contrib/pyblosxom/hardcodedates.py
216 2006-05-27 06:25:32 GMT Michael Olson <mwolson@gnu.org> patch-138
218     Summary:
219       Minor tweak in my example CSS stylesheet.
220     Revision:
221       muse--main--1.0--patch-138
223     * examples/mwolson/stylesheets/common.css: Be careful about
224       distinguishing between links and anchors.
226     modified files:
227      ChangeLog.2006 examples/mwolson/stylesheets/common.css
230 2006-05-26 14:38:01 GMT Michael Olson <mwolson@gnu.org> patch-137
232     Summary:
233       Use better fallback when displaying warnings.
234     Revision:
235       muse--main--1.0--patch-137
237     * lisp/muse.el (muse-display-warning): Use a better fallback if
238       `display-warning' does not exist.
240     modified files:
241      ChangeLog.2006 lisp/muse.el
244 2006-05-25 21:23:55 GMT Michael Olson <mwolson@gnu.org> patch-136
246     Summary:
247       Make the Table of Contents CSS easier to customize.
248     Revision:
249       muse--main--1.0--patch-136
251     * examples/mwolson/muse-init.el (muse-bad-link): Update.
252     
253     * examples/mwolson/stylesheets/*.css: Update and add license.
254     
255     * lisp/muse-html.el (muse-html-insert-contents): Surround contents with
256       <div> section for easier CSS hacking.  Remove the class attribute of
257       other elements, since we don't need it anymore.
259     modified files:
260      ChangeLog.2006 Makefile.defs debian/changelog
261      examples/mwolson/muse-init.el
262      examples/mwolson/stylesheets/blog.css
263      examples/mwolson/stylesheets/common.css
264      examples/mwolson/stylesheets/print.css
265      examples/mwolson/stylesheets/screen.css lisp/muse-html.el
268 2006-05-24 03:30:40 GMT Michael Olson <mwolson@gnu.org> patch-135
270     Summary:
271       Fix a potential unbounded recursive call.
272     Revision:
273       muse--main--1.0--patch-135
275     * lisp/muse-project.el (muse-updating-file-alist-p): New variable that
276       prevents calls to muse-project-file-alist in its hook functions from
277       going into an infinite loop.
278       (muse-project-file-alist): Use it.
279     
280     * lisp/muse-wiki.el (muse-wiki-updating-wikiword-p): Remove.  This is now
281       handled in muse-project.el.
282       (muse-wiki-update-local-wikiword-regexp): Remove the use of
283       muse-wiki-updating-wikiword-p.
285     modified files:
286      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
289 2006-05-23 18:10:49 GMT Michael Olson <mwolson@gnu.org> patch-134
291     Summary:
292       Try not to call tramp during publishing.
293     Revision:
294       muse--main--1.0--patch-134
296     * lisp/muse-publish.el (muse-insert-file-or-string): Do not call
297       file-readable-p on text that has a newline in it, because this could
298       cause tramp to be invoked.
300     modified files:
301      ChangeLog.2006 lisp/muse-publish.el
304 2006-05-23 15:30:02 GMT Michael Olson <mwolson@gnu.org> patch-133
306     Summary:
307       Make links colored blue by default.
308     Revision:
309       muse--main--1.0--patch-133
311     * lisp/muse-colors.el (muse-link): Make links blue by default, like most
312       other Emacs modes do.
314     modified files:
315      ChangeLog.2006 lisp/muse-colors.el
318 2006-05-23 14:24:58 GMT Michael Olson <mwolson@gnu.org> patch-132
320     Summary:
321       Fix publishing error with tables and initial whitespace.
322     Revision:
323       muse--main--1.0--patch-132
325     * lisp/muse-publish.el (muse-publish-markup-regexps): Move table rule
326       above blockquote and centered text, so that indented but blank initial
327       table fields publish correctly.
328     
329     * lisp/muse-regexps.el (muse-table-line-regexp): Make this much simpler.
330       We accept anything that has at least one field delimiter.
332     modified files:
333      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
336 2006-05-18 06:58:58 GMT Michael Olson <mwolson@gnu.org> patch-131
338     Summary:
339       Add muse-protocol-iw.el to experimental folder.
340     Revision:
341       muse--main--1.0--patch-131
343     * experimental/muse-protocol-iw.el: New experimental file that implements
344       an interwiki protocol of sorts that handles subdirectories.
346     new files:
347      experimental/.arch-ids/muse-protocol-iw.el.id
348      experimental/muse-protocol-iw.el
350     modified files:
351      AUTHORS ChangeLog.2006 experimental/muse-split.el
354 2006-05-18 06:43:30 GMT Michael Olson <mwolson@gnu.org> patch-130
356     Summary:
357       Add muse-split.el to experimental folder.
358     Revision:
359       muse--main--1.0--patch-130
361     * experimental/muse-split.el: New experimental file that splits published
362       Muse files into several smaller files.
364     new files:
365      experimental/.arch-ids/muse-split.el.id
366      experimental/muse-split.el
368     modified files:
369      AUTHORS ChangeLog.2006 Makefile.defs debian/changelog
370      debian/control
373 2006-05-18 06:03:49 GMT Michael Olson <mwolson@gnu.org> patch-129
375     Summary:
376       muse-wiki: Make the interwiki resolver a bit more clever.
377     Revision:
378       muse--main--1.0--patch-129
380     * lisp/muse-project.el (muse-project-choose-style): New function that
381       chooses a style from a list of styles, given a user-supplied test.
382     
383     * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix): New function
384       that is used along with `muse-project-choose-style' to pick the first
385       style that matches a given value for :link-prefix.
386       (muse-wiki-resolve-project-page-1): New function split from
387       `muse-wiki-resolve-project-page' for readability.  Try to match files
388       that have the same link-suffix.  This should hopefully fix a bug
389       noticed by Hans Ekbrand.
391     modified files:
392      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
395 2006-05-18 01:24:04 GMT Michael Olson <mwolson@gnu.org> patch-128
397     Summary:
398       Fix bug where links with :: in them were marked up as lists.
399     Revision:
400       muse--main--1.0--patch-128
402     * lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
403       Change noemphasis property to muse-link.
404     
405     * lisp/muse.el (muse-forward-list-item): Respect muse-link property.
406     
407     * lisp/muse-publish.el (muse-publish-surround-text)
408       (muse-publish-markup-list): Ditto.  This should fix a bug.
409       (muse-publish-markup-list): Docfix.
410       (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.
411     
412     * lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
413       There must be either one or more spaces or a single newline after the
414       colons.  This prevents an ambiguity with the double-colon muse-wiki
415       interwiki delimiter.
417     modified files:
418      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
419      lisp/muse-regexps.el lisp/muse-xml-common.el lisp/muse.el
422 2006-05-17 21:27:19 GMT Michael Olson <mwolson@gnu.org> patch-127
424     Summary:
425       DTRT with explicit links that have no description.
426     Revision:
427       muse--main--1.0--patch-127
429     * lisp/muse-publish.el (muse-publish-markup-link): If we are given an
430       explicit link without a description, use the name of the linked page.
432     modified files:
433      ChangeLog.2006 lisp/muse-publish.el
436 2006-05-16 15:53:56 GMT Michael Olson <mwolson@gnu.org> patch-126
438     Summary:
439       Fix emdash in link description bug.
440     Revision:
441       muse--main--1.0--patch-126
443     * lisp/muse-publish.el (muse-publish-markup-emdash): Don't markup emdash
444       if we are in a link, since otherwise it will be incorrectly escaped.
445       Thanks to Chiyuan Zhang for the report.
447     modified files:
448      ChangeLog.2006 Makefile.defs debian/changelog
449      lisp/muse-publish.el
452 2006-05-12 04:16:43 GMT Michael Olson <mwolson@gnu.org> patch-125
454     Summary:
455       Fix #5925: Emphasis on item breaks lists.
456     Revision:
457       muse--main--1.0--patch-125
459     * lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
460       as the browsing function.
461     
462     * lisp/muse-mode.el (muse-browse-result): Only include styles that match
463       the current file.
464     
465     * lisp/muse.el (muse-list-item-critical-point): Take a new argument named
466       `offset' into account, in case the list-item regexp is nested in
467       another group.
468       (muse-forward-list-item): Call `muse-list-item-critical-point' with an
469       offset of 1.  This should fix an unpleasant list-as-blockquote error
470       that was noticed recently.  Thanks to John Sullivan for the report.
472     modified files:
473      ChangeLog.2006 lisp/muse-blosxom.el lisp/muse-mode.el
474      lisp/muse.el
477 2006-05-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
479     Summary:
480       Fix a couple of beginning-of-buffer errors.
481     Revision:
482       muse--main--1.0--patch-124
484     * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
485       don't throw an error if at the beginning of the buffer.  Thanks to John
486       Sullivan for the report.
488     modified files:
489      ChangeLog.2006 lisp/muse-mode.el
492 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
494     Summary:
495       muse.texi: Change use of @subsubheading to @subheading.
496     Revision:
497       muse--main--1.0--patch-123
499     * muse.texi: Change use of @subsubheading to @subheading throughout
500       document.
502     modified files:
503      ChangeLog.2006 muse.texi
506 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
508     Summary:
509       muse.texi: Change subsections to subheadings.
510     Revision:
511       muse--main--1.0--patch-122
513     (Author: John Sullivan <john@wjsullivan.net>)
514     
515     * muse.texi: Change @subsection and @strong to @subheading throughout
516       document.
518     modified files:
519      ChangeLog.2006 Makefile.defs debian/changelog muse.texi
521     new patches:
522      john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
523      john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
524      john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
527 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
529     Summary:
530       Update keystrokes used in muse-mode, as well as docs.
531     Revision:
532       muse--main--1.0--patch-121
534     * lisp/muse-mode.el (muse-insert-map): New variable that defines the
535       keymap to use when the user wants to insert something into the current
536       buffer using `C-c i'.
537       (muse-mode-map): Sort keys somewhat.  Remove binding of `C-c C-v' to
538       muse-follow-name-at-point, since this is already used for
539       muse-browse-result.  Call `muse-insert-thing' on `C-c i', which will
540       prompt for the thing to insert.
541       (muse-insert-thing): New function that prompts the user for something
542       to insert into the current buffer.  It tries to be as friendly as
543       possible by catching possible errors with the message "Not inserting
544       anything".
545       (muse-mode-completions): Rename from `muse-completions', since this is
546       what we use in `muse-mode'.
547       (muse-mode-current-word): Similarly.  These don't seem to work
548       correctly, for unknown reasons.
549     
550     * muse.texi (Keystroke Summary): Update to include all keystrokes that we
551       utilize.
553     modified files:
554      ChangeLog.2006 lisp/muse-mode.el muse.texi
557 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
559     Summary:
560       Fix buggy behavior in muse-browse-result.
561     Revision:
562       muse--main--1.0--patch-120
564     * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
565       names to styles, based on the styles contained in the current Muse
566       project.  Thanks to kid kid for the analysis.
567     
568     * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
569       specified as an argument.
571     modified files:
572      ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
575 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
577     Summary:
578       muse-latex: Make images look better.
579     Revision:
580       muse--main--1.0--patch-119
582     * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
583       be 75% the width of the page, which looks better.  Enclose images in
584       figures, and center them.
586     modified files:
587      ChangeLog.2006 lisp/muse-latex.el
590 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
592     Summary:
593       Fix a few image bugs.
594     Revision:
595       muse--main--1.0--patch-118
597     * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
598       passing it to `muse-colors-inline-image-method'.  This makes images
599       with the same current directory and publishing directory get resolved
600       correctly.
601     
602     * lisp/muse-project.el (muse-project-find-file): Don't try to add a
603       ".muse" extension to images.
605     modified files:
606      ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
609 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
611     Summary:
612       Make build targets more consistent.
613     Revision:
614       muse--main--1.0--patch-117
616     * contrib/Makefile (install): Make build targets more consistent.  Thanks
617       to dsmith for the report.
618     
619     * lisp/Makefile (all, lisp, install): Ditto.
621     modified files:
622      ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
623      lisp/Makefile
626 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
628     Summary:
629       cgi.el: Make this work without cl-seq.el.
630     Revision:
631       muse--main--1.0--patch-116
633     * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
634       code.  Make this not depend on 'cl at runtime.
635       (cgi-position): New function that implements a simple replacement for
636       the position function found in cl-seq.el.
637       (cgi-decode): Use `cgi-position' instead of `position' and `substring'
638       instead of `subseq'.
639     
640     * contrib/httpd.el: Credit myself.
642     modified files:
643      ChangeLog.2006 contrib/cgi.el contrib/httpd.el
646 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
648     Summary:
649       Make publishing DTRT when using escaped list markup.
650     Revision:
651       muse--main--1.0--patch-115
653     * lisp/muse-publish.el (muse-publish-surround-text)
654       (muse-publish-markup-list): Ignore escaped list markup.
655     
656     * lisp/muse.el (muse-list-item-type): Docfix.
657       (muse-list-item-critical-point): New function that returns the point
658       where we should expect to find the first character in the current list
659       item markup.
660       (muse-forward-paragraph): Docfix and cosmetic change.
661       (muse-forward-list-item): Ignore escaped list markup.  This should fix
662       a few publishing errors that involve markup like =::=.
664     modified files:
665      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
668 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
670     Summary:
671       muse-publish: Get rid of warning when batch publishing.
672     Revision:
673       muse--main--1.0--patch-114
675     * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
676       publishing warning message.
678     modified files:
679      ChangeLog.2006 Makefile.defs debian/changelog
680      lisp/muse-publish.el
683 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
685     Summary:
686       Try to fix face clobbering bug.
687     Revision:
688       muse--main--1.0--patch-113
690     * lisp/muse-colors.el (muse-make-faces-default): New function that sets
691       the default value of the header faces.  It can be re-used.
692       (muse-make-faces): Simplify.  This should now fix the face clobbering
693       bug.
695     modified files:
696      ChangeLog.2006 lisp/muse-colors.el
699 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
701     Summary:
702       Re-add some cgi.el stuff and update my example config.
703     Revision:
704       muse--main--1.0--patch-112
706     * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
707       they are mentioned in the documentation.
708     
709     * examples/mwolson/: Update.
711     modified files:
712      ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
713      examples/mwolson/templates/footer.html
714      examples/mwolson/templates/header.html
717 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
719     Summary:
720       muse-mode: Make C-c C-e work better.
721     Revision:
722       muse--main--1.0--patch-111
724     * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
725       that this is more robust.
727     modified files:
728      ChangeLog.2006 lisp/muse-mode.el
731 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
733     Summary:
734       muse-latex: Don't escape backslash in <example> regions.
735     Revision:
736       muse--main--1.0--patch-110
738     * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
739       to escape the backslash after all.
740       (muse-latex-markup-specials-literal): Docfix.
741     
742     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
744     modified files:
745      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
748 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
750     Summary:
751       Allow tab characters in the target of explicit links.
752     Revision:
753       muse--main--1.0--patch-109
755     * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
756       in the link target.  This doesn't seem like it could hurt anything, and
757       prevents unexpected behavior.  Thanks to rubikitch AT ruby-lang.org for
758       the report.
760     modified files:
761      ChangeLog.2006 lisp/muse-regexps.el
764 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
766     Summary:
767       muse-wiki: Fix bug that caused WikiWords not to publish or display.
768     Revision:
769       muse--main--1.0--patch-108
771     * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
773     modified files:
774      ChangeLog.2006 Makefile.defs debian/changelog
775      lisp/muse-wiki.el
778 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
780     Summary:
781       Fix horrendous typo.
782     Revision:
783       muse--main--1.0--patch-107
785     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
786       strangeness.
788     modified files:
789      ChangeLog.2006 lisp/muse-publish.el
792 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
794     Summary:
795       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
796     Revision:
797       muse--main--1.0--patch-106
799     (Author: Per B. Sederberg <per@med.upenn.edu>)
800     
801     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
802       Option to not create implicit links to the current page.
803       (muse-wiki-handle-wikiword): Process the option to not create implicit
804       links to the current page.
806     modified files:
807      ChangeLog.2006 Makefile.defs debian/changelog
808      lisp/muse-wiki.el
810     new patches:
811      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
814 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
816     Summary:
817       Try to fix failure to recognize Muse file extension (6th attempt).
818     Revision:
819       muse--main--1.0--patch-105
821     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
822       init file is loaded.
823       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
824       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
825     
826     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
827       user's init file is loaded.  Explicitly add the Muse file extension
828       when muse.el is loaded, to make life simpler.
829       (muse-update-file-extension): Take several edge cases into account.
830       (muse-file-extension): Docfix.
831       (muse-update-file-extension-after-init): New function that causes the
832       file extension to be updated.
833     
834     * muse.texi (Projects): It is no longer necessary to call
835       `muse-mode-maybe' manually.
837     modified files:
838      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
841 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
843     Summary:
844       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
845     Revision:
846       muse--main--1.0--patch-104
848     (Author: Per B. Sederberg <per@med.upenn.edu>)
849     
850     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
851       to return a list of project files that have spaces.
852       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
853       spaces function.  Don't make this buffer-local.
855     modified files:
856      ChangeLog.2006 lisp/muse-wiki.el
858     new patches:
859      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
860      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
861      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
862      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
863      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
866 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
868     Summary:
869       Try to fix failure to recognize Muse file extension (5th attempt).
870     Revision:
871       muse--main--1.0--patch-103
873     * lisp/muse.el: To detect whether Emacs has fully started, check
874       `command-line-processed' instead of `inhibit-startup-hooks', since the
875       latter only exists for Emacs22.
877     modified files:
878      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
881 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
883     Summary:
884       muse-html: Add :style-sheet element.
885     Revision:
886       muse--main--1.0--patch-102
888     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
889       :style-sheet element.
890       ("html", "xhtml"): Add the :style-sheet element.
891     
892     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
893       style already exists.  Instead, just replace the existing style.
894       (muse-derive-style): Ditto.
895     
896     * muse.texi (Style Elements): Mention :style-sheet.
898     modified files:
899      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
900      muse.texi
903 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
905     Summary:
906       Try to fix failure to recognize Muse file extension (4th attempt).
907     Revision:
908       muse--main--1.0--patch-101
910     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
911       the command line.
913     modified files:
914      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
917 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
919     Summary:
920       Try to fix failure to recognize Muse file extension (3rd attempt).
921     Revision:
922       muse--main--1.0--patch-100
924     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
926     modified files:
927      ChangeLog.2006 lisp/muse.el
930 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
932     Summary:
933       Try to fix failure to recognize Muse file extension (2nd attempt).
934     Revision:
935       muse--main--1.0--patch-99
937     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
938       auto-mode-alist.
940     modified files:
941      ChangeLog.2006 lisp/muse.el
944 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
946     Summary:
947       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
948     Revision:
949       muse--main--1.0--patch-98
951     (Author: Per B. Sederberg <per@med.upenn.edu>)
952     
953     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
954       interwiki-regexp to search for any project file name.  This is so it
955       will match files with spaces.
957     modified files:
958      ChangeLog.2006 lisp/muse-wiki.el
960     new patches:
961      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
962      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
963      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
964      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
965      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
966      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
967      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
970 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
972     Summary:
973       Try to fix failure to recognize Muse file extension.
974     Revision:
975       muse--main--1.0--patch-97
977     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
978       of semantics.
979     
980     * lisp/muse.el: Call muse-update-file-extension in
981       muse-update-values-hook, instead of
982       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
983       emacs-startup-hook, so that the user has time to set this in their
984       .emacs file.
986     modified files:
987      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
990 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
992     Summary:
993       Make things in contrib directory installable.
994     Revision:
995       muse--main--1.0--patch-96
997     * Makefile (SUBDIRS): Add contrib.
998       (all): Add contrib.
999       (contrib): New target that compiles things in the contrib directory.
1000       (install-bin): Add contrib.  Install things in the contrib directory.
1001       Also install uncompiled things in the experimental directory.
1002     
1003     * contrib/Makefile: New Makefile for the contrib directory.
1004     
1005     * contrib/httpd.el (httpd-start): Fix compiler warnings.
1006     
1007     * debian/emacsen-install: Compile files in contrib directory in addition
1008       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
1009     
1010     * debian/emacsen-startup: Add contrib directory to load-path.
1011     
1012     * experimental/Makefile (test): Remove target.
1013       (install-uncompiled): New target that installs uncompiled files.
1014     
1015     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
1016       (muse-update-file-extension): Fix a warning that occurred when doing
1017       batch publishing.
1019     new files:
1020      contrib/.arch-ids/Makefile.id contrib/Makefile
1022     modified files:
1023      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
1024      debian/changelog debian/emacsen-install debian/emacsen-startup
1025      experimental/Makefile lisp/muse.el muse.texi
1028 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
1030     Summary:
1031       Remove muse-registry.el.
1032     Revision:
1033       muse--main--1.0--patch-95
1035     * lisp/muse-registry.el: Move to the Planner project, since it is a
1036       better fit with Planner than Muse.
1038     removed files:
1039      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
1041     modified files:
1042      AUTHORS ChangeLog.2006
1045 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
1047     Summary:
1048       Prepare Debian package for Arch snapshot.
1049     Revision:
1050       muse--main--1.0--patch-94
1052     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
1053       snapshot.
1055     modified files:
1056      ChangeLog.2006 Makefile.defs debian/changelog
1059 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
1061     Summary:
1062       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
1063     Revision:
1064       muse--main--1.0--patch-93
1066     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
1067       `muse-wiki-hide-nop-tag' into account.
1069     modified files:
1070      ChangeLog.2006 lisp/muse-wiki.el
1073 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
1075     Summary:
1076       Fix a couple of compiler warnings.
1077     Revision:
1078       muse--main--1.0--patch-92
1080     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
1082     modified files:
1083      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
1086 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
1088     Summary:
1089       Make interwiki links work with the new option.
1090     Revision:
1091       muse--main--1.0--patch-91
1093     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
1094       parameters.  Populate this correctly when
1095       `muse-wiki-match-all-project-files' is non-nil.
1097     modified files:
1098      ChangeLog.2006 lisp/muse-wiki.el
1101 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
1103     Summary:
1104       Permit table generation to be disabled for a single Muse page.
1105     Revision:
1106       muse--main--1.0--patch-90
1108     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
1109       data, don't publish the table.
1110     
1111     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
1112     
1113     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
1114     
1115     * lisp/muse-publish.el (muse-publish-table-fields): If the
1116       "disable-tables" publishing directive exists for the current page, do
1117       not generate a table.
1118     
1119     * muse.texi (Tables): Mention that table generation can be disabled for a
1120       single page.
1122     modified files:
1123      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1124      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
1127 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
1129     Summary:
1130       muse-wiki: Match filenames before WikiWords.
1131     Revision:
1132       muse--main--1.0--patch-89
1134     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
1135       filenames in project before the general WikiWord regexp.
1137     modified files:
1138      ChangeLog.2006 lisp/muse-wiki.el
1141 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
1143     Summary:
1144       Use a better mechanism for updating autogenerated variables.
1145     Revision:
1146       muse--main--1.0--patch-88
1148     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
1149     
1150     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
1151     
1152     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
1153       muse-update-values-hook.
1154     
1155     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
1156       muse-update-values-hook.
1157     
1158     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
1159       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
1160       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
1161       error is fixed.
1162       (muse-wiki-update-custom-values): Replace with function that gives a
1163       warning and an explanation.
1164     
1165     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
1166       example so that people who use it won't have a wrong value in
1167       muse-mode-hook.
1169     modified files:
1170      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
1171      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
1172      lisp/muse.el
1175 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
1177     Summary:
1178       muse-wiki: Implement implicit links for all files in project.
1179     Revision:
1180       muse--main--1.0--patch-87
1182     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
1183       don't get errors when trying to use it.
1184     
1185     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
1186       muse-project-file-alist-hook.
1187       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
1188       into a recursive call.
1189       (muse-wiki-update-wikiword-regexp): Call
1190       `muse-wiki-update-local-wikiword-regexp'.
1191     
1192     (Author: Per B. Sederberg <per@med.upenn.edu>)
1193     
1194     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
1195       muse-before-publish-hook and muse-mode-hook so that implicit links are
1196       published properly.
1197       (muse-wiki-wikiword-match-project-files): New option for determining
1198       whether to match all project files as implicit links.  This is off by
1199       default.
1200       (muse-wiki-update-local-wikiword-regexp): New function to make the
1201       wikiword-regexp local and append the files in the current project to
1202       it.
1204     modified files:
1205      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1207     new patches:
1208      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
1209      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
1210      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
1211      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
1212      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
1213      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
1214      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
1215      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
1216      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
1217      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
1218      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
1219      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
1220      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
1221      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
1224 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
1226     Summary:
1227       Update Muse's file-alist after saving any Muse page.
1228     Revision:
1229       muse--main--1.0--patch-86
1231     * lisp/muse-project.el (muse-project-after-save-hook): New function that
1232       causes Muse's file-alist to be updated when we are saving a Muse file.
1233       This is added to after-save-hook.
1235     modified files:
1236      ChangeLog.2006 lisp/muse-project.el
1239 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
1241     Summary:
1242       Add a hook that is called whenever Muse's file-alist is updated.
1243     Revision:
1244       muse--main--1.0--patch-85
1246     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
1247       executed after an update to muse-project-file-alist happens.
1248       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
1250     modified files:
1251      ChangeLog.2006 lisp/muse-project.el
1254 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
1256     Summary:
1257       muse-mode: Recognize definition lists when filling text.
1258     Revision:
1259       muse--main--1.0--patch-84
1261     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
1262       text.
1263     
1265     modified files:
1266      ChangeLog.2006 lisp/muse-mode.el
1269 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
1271     Summary:
1272       Remove unrelated part of patch-82.
1273     Revision:
1274       muse--main--1.0--patch-83
1277     modified files:
1278      ChangeLog.2006 lisp/muse-mode.el
1281 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
1283     Summary:
1284       muse-journal: Fix dates in RSS feeds.
1285     Revision:
1286       muse--main--1.0--patch-82
1288     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
1289       date is in a format that RSS readers can handle.  Thanks to René
1290       Stadler for the patch.
1292     modified files:
1293      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
1296 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
1298     Summary:
1299       debian: Install ChangeLog properly.
1300     Revision:
1301       muse--main--1.0--patch-81
1303     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
1304       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
1305       the breakage report.
1307     modified files:
1308      ChangeLog.2006 debian/rules
1311 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
1313     Summary:
1314       Fix a bug triggered by batch-publishing.
1315     Revision:
1316       muse--main--1.0--patch-80
1318     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
1319       right algorithm turned out to be simpler than I had thought.  Thanks to
1320       Sergei V. Fleytin for reporting breakage with the old method.
1321       (muse-publish-file): Don't be overzealous when checking for an invalid
1322       style -- use a simpler check.
1323       (muse-batch-publish-files): Don't check for invalid styles here, since
1324       we already do so in `muse-publish-file'.
1326     modified files:
1327      ChangeLog.2006 lisp/muse-publish.el
1330 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
1332     Summary:
1333       muse.texi: Move some sections to a new Extending Muse chapter.
1334     Revision:
1335       muse--main--1.0--patch-79
1337     * muse.texi (Extending Muse): New chapter containing nodes that deal with
1338       extending Muse in various ways.
1339       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
1341     modified files:
1342      ChangeLog.2006 muse.texi
1345 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
1347     Summary:
1348       Fix a couple of recently-introduced bugs.
1349     Revision:
1350       muse--main--1.0--patch-78
1352     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
1353       extra hard to preserve our settings for faces, especially after a new
1354       frame or splash screen.
1355     
1356     * lisp/muse.el (muse-copy-face): New function that ensures the face is
1357       copied globally, to the extent the Emacs permits this.
1359     modified files:
1360      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1363 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
1365     Summary:
1366       Update my example configuration file.
1367     Revision:
1368       muse--main--1.0--patch-77
1371     modified files:
1372      ChangeLog.2006 examples/mwolson/muse-init.el
1375 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
1377     Summary:
1378       Remove cruft from patch logs.
1379     Revision:
1380       muse--main--1.0--patch-76
1383     modified files:
1384      ChangeLog.2006
1385      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
1386      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
1387      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
1388      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
1389      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
1390      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
1391      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
1392      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
1395 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
1397     Summary:
1398       Make faces more robust and namespace-conforming.
1399     Revision:
1400       muse--main--1.0--patch-75
1402     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
1403       face has documentation and a group.
1404       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
1405       "-face" suffix.
1406       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
1407       faces have documentation and a group.  Copy unconditionally from the
1408       related Emacs faces, rather than specifying face attributes.
1409       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
1410       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
1411       face names.
1412     
1413     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
1414       the 'muse-link property rather than looking at the face.
1416     modified files:
1417      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1420 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
1422     Summary:
1423       muse.texi: Mention the <code> tag.
1424     Revision:
1425       muse--main--1.0--patch-74
1427     * muse.texi (Emphasizing Text): Mention the <code> tag.
1429     modified files:
1430      ChangeLog.2006 muse.texi
1433 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
1435     Summary:
1436       Fix bug in verse markup, undesired behavior with emdash.
1437     Revision:
1438       muse--main--1.0--patch-73
1440     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
1441       around emdash.
1442     
1443     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1444     
1445     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1446     
1447     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
1448       trailing whitespace to `muse-markup-text', in case the current
1449       publishing wishes to use them.
1450       (muse-publish-markup-verse): Insert newline without adding read-only
1451       properties to it.  This fixes a paragraph detection bug in HTML
1452       publishing.
1454     modified files:
1455      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1456      lisp/muse-publish.el lisp/muse-xml.el
1459 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
1461     Summary:
1462       httpd.el: Update to work with newer versions of Emacs.
1463     Revision:
1464       muse--main--1.0--patch-72
1466     * contrib/httpd.el (httpd-start): Update this to work with newer versions
1467       of Emacs.
1469     modified files:
1470      ChangeLog.2006 contrib/httpd.el
1473 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1475     Summary:
1476       muse-journal: Make custom RSS heading regexps possible.
1477     Revision:
1478       muse--main--1.0--patch-71
1480     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1481       determines the regexp to use when searching for an RSS heading.
1482       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1484     modified files:
1485      ChangeLog.2006 lisp/muse-journal.el
1488 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1490     Summary:
1491       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1492     Revision:
1493       muse--main--1.0--patch-70
1495     * lisp/muse-project.el (muse-project-publish): If we cannot find a
1496       project to publish, indicate this in an error message.
1497     
1498     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1499       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
1500       (muse-detect-invalid-style): New function that makes sure that the
1501       given style is in a valid format.
1502       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
1503       publishing.
1505     modified files:
1506      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
1509 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
1511     Summary:
1512       muse-mode: Don't require muse-publish.el.
1513     Revision:
1514       muse--main--1.0--patch-69
1516     * lisp/muse-mode.el: Use a few autoloads instead of requiring
1517       muse-publish.el.  This allows people to optionally have Muse mode
1518       without including the publishing features, as long as they never call a
1519       publishing function.  The documentation says that Muse is supposed to
1520       be modular in that way, so I guess we'd better follow it.
1521       (muse-insert-tag): Make sure that muse-publish is required before
1522       accessing `muse-publish-markup-tags'.
1524     modified files:
1525      ChangeLog.2006 lisp/muse-mode.el
1528 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
1530     Summary:
1531       Minor code cleanup.
1532     Revision:
1533       muse--main--1.0--patch-68
1535     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
1537     modified files:
1538      ChangeLog.2006 lisp/muse-mode.el
1541 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
1543     Summary:
1544       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
1545     Revision:
1546       muse--main--1.0--patch-67
1548     (Author: Per B. Sederberg <per@med.upenn.edu>)
1549     
1550     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
1551       used for grepping.
1552       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
1553       muse-find-backlinks C-c C-b
1554       (muse-grep): New function to envoke a search with the compiler.
1555       (muse-search-with-command): New function to search for text, optionally
1556       editing the command.
1557       (muse-search): New function to search for text.
1558       (muse-find-backlinks): New function to search for backlinks to the
1559       current page.
1561     modified files:
1562      ChangeLog.2006 lisp/muse-mode.el
1564     new patches:
1565      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
1566      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
1567      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
1568      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
1569      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
1570      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
1571      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
1572      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
1573      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
1574      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
1575      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
1576      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
1579 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
1581     Summary:
1582       Make it easier to call context-specific region-escaping function.
1583     Revision:
1584       muse--main--1.0--patch-66
1586     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
1587       returned from specials, call it with beg, end, ignore-read-only args.
1588       This allows for people to specify their own functions for escaping
1589       regions, depending on context.  See `muse-xml-decide-specials' in
1590       muse-xml-common.el.  This functionality already exists for escaping
1591       specials in strings.
1593     modified files:
1594      ChangeLog.2006 lisp/muse-publish.el
1597 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
1599     Summary:
1600       Attempt to make new syntaxes easier to support.
1601     Revision:
1602       muse--main--1.0--patch-65
1604     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
1605       and `muse-get-link-data'.
1606     
1607     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
1608     
1609     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
1610       (muse-make-link): Change argument name.
1611     
1612     * lisp/muse.el (muse-handle-explicit-link): Ditto.
1613       (muse-get-link, muse-get-link-desc): New functions that return the link
1614       and the link description, respectively, from the given TARGET.  The
1615       idea is that at least one other markup syntax puts descriptions before
1616       links, so all they would have to do is re-define these two functions.
1618     modified files:
1619      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
1620      lisp/muse-mode.el lisp/muse.el
1623 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
1625     Summary:
1626       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
1627     Revision:
1628       muse--main--1.0--patch-64
1630     * Makefile.defs, lisp/muse-colors.el: Fix typo.
1631     
1632     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
1633       `replace-in-string' is checked before `replace-regexp-in-string', since
1634       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
1635       Ottaway for the heads up.
1637     modified files:
1638      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
1641 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
1643     Summary:
1644       muse-latex: Add footnotes to links so that they show up on printed copies.
1645     Revision:
1646       muse--main--1.0--patch-63
1648     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
1649       'url-and-desc.  Display footnotes if we have both a link and a
1650       description, since we want URLs to show up on printed documents.
1651       (muse-latex-markup-specials-document): Escape the "@" character in the
1652       entire document.
1653     
1654     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
1655       without descriptions and URLs with descriptions.  If no markup string
1656       exists for 'url-and-desc, fall back to 'url.
1658     modified files:
1659      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1662 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
1664     Summary:
1665       Fix publishing error with multi-line wrapped list items.
1666     Revision:
1667       muse--main--1.0--patch-62
1669     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
1670       multiple lines of a wrapped list item.
1672     modified files:
1673      ChangeLog.2006 lisp/muse-publish.el
1676 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
1678     Summary:
1679       Add COPYING file; update headers.
1680     Revision:
1681       muse--main--1.0--patch-61
1683     * COPYING: New file containing the GNU GPL.
1684     
1685     * AUTHORS: Bookkeeping.
1686     
1687     * README: Add License section.  Change Muse homepage URL.
1688     
1689     * debian/copyright: Change Muse homepage URL.  Prune list to those who
1690       have changed 15+ lines of code, since this is the amount that
1691       constitutes legal contribution to a software work, AFAICT.
1692     
1693     * examples/mwolson: Update contents of directory to match my current
1694       setup.
1695     
1696     * experimental/muse*.el, lisp/muse*.el: Update headers.
1697     
1698     * muse.texi: Change Muse homepage URL.
1700     new files:
1701      .arch-ids/COPYING.id COPYING
1703     modified files:
1704      AUTHORS ChangeLog.2006 README debian/copyright
1705      examples/mwolson/muse-init.el
1706      examples/mwolson/stylesheets/blog.css
1707      examples/mwolson/stylesheets/common.css
1708      examples/mwolson/stylesheets/print.css
1709      examples/mwolson/stylesheets/screen.css
1710      experimental/muse-cite.el experimental/muse-mathml.el
1711      experimental/muse-message.el lisp/muse-backlink.el
1712      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
1713      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
1714      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
1715      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
1716      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
1717      lisp/muse-publish.el lisp/muse-regexps.el
1718      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
1719      lisp/muse-xml.el lisp/muse.el muse.texi
1722 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
1724     Summary:
1725       Update Muse XML schema.
1726     Revision:
1727       muse--main--1.0--patch-60
1729     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
1730       history.  We'll call this v0.3 of the schema.
1731     
1732     * lisp/muse-xml-common.el: Update header.
1733       (muse-xml-markup-table): Fix table generation when attributes are not
1734       specified.
1736     modified files:
1737      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
1740 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
1742     Summary:
1743       Fix output for consecutive list items of same type.
1744     Revision:
1745       muse--main--1.0--patch-59
1747     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
1748       post-indent and indent-found values local to each list item.  This
1749       should fix undesired behavior with consecutive list items of the same
1750       type.
1752     modified files:
1753      ChangeLog.2006 lisp/muse-publish.el
1756 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
1758     Summary:
1759       Make C-> and C-< keybindings not indent nested items.
1760     Revision:
1761       muse--main--1.0--patch-58
1763     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
1764       nested items.
1765     
1766     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
1767       optional, and document this.
1769     modified files:
1770      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
1773 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
1775     Summary:
1776       Slightly improve flyspell integration.
1777     Revision:
1778       muse--main--1.0--patch-57
1780     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
1781       property to determine whether we are at a link.
1783     modified files:
1784      ChangeLog.2006 lisp/muse-mode.el
1787 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
1789     Summary:
1790       Make nested definition list items work much better.
1791     Revision:
1792       muse--main--1.0--patch-56
1794     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1795       `muse-forward-list-item'.  Don't pass indent and post-indent to the
1796       move function.
1797       (muse-publish-surround-text): If we are to determine the indentation,
1798       but have found no list items, set indent to the empty string.  If we
1799       are to determine indentation but have found an item, get all leading
1800       whitespace and set indent to it.  Never try to determine post-indent
1801       using the first line.  Try to contain the amount of "damage" a nested
1802       list item can do to wrapped list item text.
1803     
1804     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
1805       part so that it is easier to indicate the amount of desired initial
1806       whitespace.
1807     
1808     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
1809       entry optional.
1810       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
1811       merged into `muse-forward-list-item'.
1812       (muse-forward-list-item-1): New function that determines whether a
1813       nested list item is found.
1814       (muse-forward-list-item): Move hairy nested list detection algorithm
1815       into `muse-forward-list-item-1'.  Be extra careful about terminating
1816       when we go past the boundary.
1818     modified files:
1819      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1820      lisp/muse.el
1823 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
1825     Summary:
1826       Add backlink support, thanks to Jim Ottaway.
1827     Revision:
1828       muse--main--1.0--patch-55
1830     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
1831       variable that indicates whether Muse is fontifying the current buffer.
1832       (muse-colors-region): Set `muse-colors-fontifying' to t.
1833     
1834     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
1835       support.  I've modified it slightly to get rid of the defadvice forms.
1837     new files:
1838      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
1840     modified files:
1841      AUTHORS ChangeLog.2006 lisp/muse-colors.el
1844 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
1846     Summary:
1847       muse-protocols: Add Wikipedia support.
1848     Revision:
1849       muse--main--1.0--patch-54
1851     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
1852       is used to look up terms on the Wikipedia website.
1853       (muse-wikipedia-country): New option that specifies the country code to
1854       use for Wikipedia.
1855       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
1856       resolve and browse Wikipedia URLs.
1858     modified files:
1859      ChangeLog.2006 lisp/muse-protocols.el
1862 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
1864     Summary:
1865       muse-protocols: Add DOI handling.
1866     Revision:
1867       muse--main--1.0--patch-53
1869     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
1870       DOI's (digitial object identifiers) are a standard identifier used in
1871       the publishing industry.  Thanks to Phillip Lord for the patch.
1872       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
1873       and browse DOI's.
1875     modified files:
1876      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
1879 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
1881     Summary:
1882       Refine previous patch.
1883     Revision:
1884       muse--main--1.0--patch-52
1886     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
1887       ever use the fallback method.  Save point when using new method.
1889     modified files:
1890      ChangeLog.2006 lisp/muse-mode.el
1893 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
1895     Summary:
1896       Make visiting of links a bit faster.
1897     Revision:
1898       muse--main--1.0--patch-51
1900     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
1901       property.
1902       (muse-link-properties): If we are highlighting a link, add the
1903       muse-link property.
1904     
1905     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
1906       exists at point, use it to bound the link.  Otherwise, use the old
1907       method.  This should make it easier to visit custom implicit link
1908       forms, since it does not require a change to muse-implicit-link-regexp.
1909     
1910     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
1911       used when muse-colors.el is loaded.
1913     modified files:
1914      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1915      lisp/muse-regexps.el
1918 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
1920     Summary:
1921       Make resolving of inline image paths more flexible.
1922     Revision:
1923       muse--main--1.0--patch-50
1925     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
1926       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
1927       option.  Make the fallback customization type a function rather than a
1928       symbol.
1929       (muse-colors-use-publishing-directory): New function that takes the
1930       best guess at where the current Muse file will be published and makes
1931       the given link relative to that.
1932       (muse-colors-insert-image): If muse-colors-inline-image-method is
1933       'default-directory, use the default directory.  If it is a function,
1934       call that function with LINK as an argument.  Otherwise, give up.
1936     modified files:
1937      ChangeLog.2006 lisp/muse-colors.el
1940 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
1942     Summary:
1943       Fix inline image lockup.
1944     Revision:
1945       muse--main--1.0--patch-49
1947     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
1948       patch-47.  This will prevent Muse from locking up after making a new
1949       inline image.
1951     modified files:
1952      ChangeLog.2006 lisp/muse-colors.el
1955 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
1957     Summary:
1958       Fix publishing problem with XEmacs.
1959     Revision:
1960       muse--main--1.0--patch-48
1962     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
1963       publishing problem when text at beginning of buffer is read-only.
1964       Thanks to Christian Clercin for the report.
1966     modified files:
1967      ChangeLog.2006 lisp/muse-publish.el
1970 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
1972     Summary:
1973       Get increase and decrease of list indentation to work with complex cases.
1974     Revision:
1975       muse--main--1.0--patch-47
1977     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
1978       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
1979       to indicate this interpretation, though parens are different.
1980     
1981     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
1982       (muse-alter-list-item-indentation): New function that alters the list
1983       structure at point.  The behavior to use is specified by the OPERATION
1984       argument.  Currently-supported operations are 'increase and 'decrease
1985       indentation level.  This now uses the same sort of list detection
1986       algorithm that is used during publishing, so it should work as expected
1987       for complicated cases.
1988       (muse-increase-list-item-indentation)
1989       (muse-decrease-list-item-indentation): Use
1990       `muse-alter-list-item-indentation'.
1992     modified files:
1993      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1996 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
1998     Summary:
1999       Code simplification; improve muse-list-item-type function.
2000     Revision:
2001       muse--main--1.0--patch-46
2003     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
2004       'dl-entry, instead of just returning 'dl.
2005       (muse-forward-dl-term, muse-forward-dl-entry): Use
2006       muse-forward-list-item.
2007       (muse-forward-dl-part): Remove, merge functionality into
2008       muse-forward-list-item.
2009       (muse-forward-list-item): Add a few conditions needed for skipping
2010       nested 'dl-term and 'dl-entry items.
2012     modified files:
2013      ChangeLog.2006 lisp/muse.el
2016 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
2018     Summary:
2019       Put movement by list and paragraph functions in muse.el.
2020     Revision:
2021       muse--main--1.0--patch-45
2023     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
2024       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
2025       (muse-forward-list-item): Move here from muse-publish.el, so that
2026       muse-mode can make use of these.
2028     modified files:
2029      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
2032 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
2034     Summary:
2035       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
2036     Revision:
2037       muse--main--1.0--patch-44
2039     (Author: Per B. Sederberg <per@med.upenn.edu>)
2040     
2041     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
2042       decrease the current item indentation.
2043       (muse-get-paragraph-start): Helper function to determine the start of
2044       the current paragraph.
2045       (muse-insert-list-item): Cleaned up list item insertion code and made
2046       it handle definitions.
2047       (muse-increase-list-item-indentation): New interactive function to
2048       increase list item indentation.
2049       (muse-decrease-list-item-indentation): New interactive function to
2050       decrease list item indentation.
2052     modified files:
2053      ChangeLog.2006 lisp/muse-mode.el
2055     new patches:
2056      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
2057      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
2058      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
2059      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
2060      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
2061      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
2062      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
2063      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
2064      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
2065      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
2068 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
2070     Summary:
2071       Use slightly better algorithm for removing initial whitespace.
2072     Revision:
2073       muse--main--1.0--patch-43
2075     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
2076       the definition occurred on the same line as the term.
2077       (muse-publish-surround-text): Use a slightly better algorithm for
2078       removing initial indentation of list items.  This way, we preserve
2079       nesting of lists and also deal with same-level items that occur after
2080       nested items.  This probably doesn't make much of a difference in the
2081       output, but it should make support of nested definition lists a bit
2082       less troublesome in some cases.
2083       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
2084       regexp.
2085       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
2086       data.  Don't remove any text.  This makes the function easier to reuse
2087       in display-only situations.
2089     modified files:
2090      ChangeLog.2006 lisp/muse-publish.el
2093 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
2095     Summary:
2096       In a preliminary way, make definition lists nest.
2097     Revision:
2098       muse--main--1.0--patch-42
2100     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
2101       lists nest a bit better.
2102     
2103     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
2104       use it anymore.
2106     modified files:
2107      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2110 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
2112     Summary:
2113       Fix nested list regression.
2114     Revision:
2115       muse--main--1.0--patch-41
2117     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
2118       original indentation value and use that.  This fixes a regression
2119       caused by the last patch.
2121     modified files:
2122      ChangeLog.2006 lisp/muse-publish.el
2125 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
2127     Summary:
2128       Make code look nicer by using muse-forward-dl-* functions.
2129     Revision:
2130       muse--main--1.0--patch-40
2132     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
2133       forms into muse-forward-dl-* for increased reusability.
2134       (muse-publish-surround-text): Call move function with an indent
2135       argument so that we don't have to use partial substitution in lambda
2136       forms.
2137       (muse-forward-dl-term): New function that moves forward to the next
2138       definition list term.
2139       (muse-forward-dl-entry): New function that moves forward to the next
2140       definition list entry.
2141       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
2142       does not move past entire definition list items, only parts of them.
2143       (muse-publish-markup-list, muse-publish-markup-quote):
2144       (muse-publish-quote-tag): Use better lambda form, and include a
2145       parameter.
2147     modified files:
2148      ChangeLog.2006 lisp/muse-publish.el
2151 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
2153     Summary:
2154       Handle blockquoted sections within lists properly.
2155     Revision:
2156       muse--main--1.0--patch-39
2158     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
2159       property.  This should make blockquoted sections within a list do the
2160       right thing.
2161       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
2162       behavior of `muse-forward-paragraph'.
2164     modified files:
2165      ChangeLog.2006 lisp/muse-publish.el
2168 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
2170     Summary:
2171       Fix problem when previous list item was nested.
2172     Revision:
2173       muse--main--1.0--patch-38
2175     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
2176       indicator at the correct place.  This fixes an error where a previous
2177       list was nested but the current one isn't.  Thanks to Per B. Sederberg
2178       for the report.
2180     modified files:
2181      ChangeLog.2006 lisp/muse-publish.el
2184 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
2186     Summary:
2187       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
2188     Revision:
2189       muse--main--1.0--patch-37
2191     * muse.texi (Implicit Links): Mention how to customize the WikiName
2192       recognition, and note that if you're setting this manually, you have to
2193       call some additional code.  This should fix #5376.  Also remove local
2194       variables section at end, since it seems pointless.
2196     modified files:
2197      ChangeLog.2006 muse.texi
2200 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
2202     Summary:
2203       Fix #5325: nested formatting not working in HTML output.
2204     Revision:
2205       muse--main--1.0--patch-36
2207     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
2208       work.  I'm a bit worried about possible double-escaping, though.
2209       Perhaps we should write the context to a text property and escape it
2210       later.  This should fix #5325.
2212     modified files:
2213      ChangeLog.2006 lisp/muse-publish.el
2216 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
2218     Summary:
2219       Make paragraphs respect the end of a list or list item.
2220     Revision:
2221       muse--main--1.0--patch-35
2223     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
2224       end of a list (or list item), back up.  This allows for a nice side
2225       effect when using indented sentences in between list items.
2226     
2227     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
2228     
2229     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
2230     
2231     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
2232       and end-item are marked up with end-list properties.
2234     modified files:
2235      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2236      lisp/muse-publish.el lisp/muse-xml.el
2239 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
2241     Summary:
2242       Make sure an initial term exists before publishing definition list.
2243     Revision:
2244       muse--main--1.0--patch-34
2246     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
2247       exists before publishing a definition list.
2249     modified files:
2250      ChangeLog.2006 lisp/muse-publish.el
2253 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
2255     Summary:
2256       Add comments to nested list code.
2257     Revision:
2258       muse--main--1.0--patch-33
2260     * lisp/muse-publish.el (muse-publish-surround-dl)
2261       (muse-publish-surround-text, muse-forward-dl-item):
2262       (muse-forward-list-item): Add comments, since there were many
2263       intricacies that are probably not obvious to the casual reader.
2264       (muse-forward-dl-item): Remove no-op condition.
2266     modified files:
2267      ChangeLog.2006 lisp/muse-publish.el
2270 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
2272     Summary:
2273       Make nested list items work when separated by one blank line.
2274     Revision:
2275       muse--main--1.0--patch-32
2277     * lisp/muse-publish.el (muse-publish-surround-dl): Use
2278       muse-forward-dl-item instead of muse-forward-list-item.  On second
2279       thought, don't unconditionally insert a newline, as that breaks some
2280       things.
2281       (muse-forward-dl-item): New function that moves forward to the next
2282       definition list item.  This was factored out from
2283       muse-forward-list-item, since it was getting too complex for my liking.
2284       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
2285       indented line, and skip past these if we have a blank line followed by
2286       an indented line.  "Indented" means "indented one past the current
2287       indentation level" here.  Remove some initial whitespace that was being
2288       overlooked before.
2290     modified files:
2291      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2294 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
2296     Summary:
2297       Fix a couple of bugs in muse-wiki-resolve-project-page.
2298     Revision:
2299       muse--main--1.0--patch-31
2301     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
2302       better algorithm for adding styles to a list.
2303     
2304     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
2305       carefully.  This should fix one or two hard-to-explain bugs.
2307     modified files:
2308      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
2311 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
2313     Summary:
2314       Fix another definition list edge case.
2315     Revision:
2316       muse--main--1.0--patch-30
2318     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
2319       unordered list immediately follows definition list term.
2321     modified files:
2322      ChangeLog.2006 lisp/muse-publish.el
2325 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
2327     Summary:
2328       Pass all current definition list test cases.
2329     Revision:
2330       muse--main--1.0--patch-29
2332     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
2333       line if definition is not on the same line as the term.
2334       (muse-forward-list-item): Fix publishing incorrectness that occurred
2335       when a non-dl list follows a definition list.  Always move to the right
2336       place so as to prevent extra empty dd elements from being published.
2338     modified files:
2339      ChangeLog.2006 lisp/muse-publish.el
2342 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
2344     Summary:
2345       Merge consecutive definition list terms properly.
2346     Revision:
2347       muse--main--1.0--patch-28
2349     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
2350       correctly.  This makes Muse merge several definition list items into
2351       one list.
2352       (muse-forward-list-item): Use simpler regexp for 'dl.
2353     
2354     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
2355       definition lists, and make terms the 2nd matched text.
2357     modified files:
2358      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2361 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
2363     Summary:
2364       Bookkeeping.
2365     Revision:
2366       muse--main--1.0--patch-27
2368     * AUTHORS: Update.
2369     
2370     * muse-colors.el, muse-mode.el: Credit contributions.
2372     modified files:
2373      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2376 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
2378     Summary:
2379       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
2380     Revision:
2381       muse--main--1.0--patch-26
2383     Patches applied:
2384     
2385      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2386        Added ability to show inline images in the Emacs buffer.
2387     
2388      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2389        Added enhanced list item insertion.
2390     
2391     Detailed log:
2392     
2393     (Author: Per B. Sederberg <per@med.upenn.edu>)
2394     
2395     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
2396       list item.  New key mapping to toggle showing images.  Added a key
2397       mapping to insert a link to a file and modified the key map to insert a
2398       tag.
2399       (muse-on-blank-line): Helper function to determine if the point is on a
2400       line containing only blank spaces.
2401       (muse-insert-list-item): New interactive function to insert a new list
2402       item, taking into account the current list state.
2403       (muse-insert-relative-link-to-file): New function to insert a link to a
2404       file, relative to the default directory.
2405     
2406     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
2407       for where to search for images to inline in the buffer.
2408       (muse-colors-inline-images): Added custom boolean field for whether to
2409       show inline images in the buffer.
2410       (muse-colors-toggle-inline-images): New function to toggle showing the
2411       inline images in the buffer.
2412       (muse-unhighlight-region): Now removes end-glyph text properties to
2413       support XEmacs.
2414       (muse-colors-resolve-image-file): New function to determine if a link
2415       is an image and whether the version of Emacs can support inline images.
2416       (muse-make-file-glyph): New function to create an image glyph if we are
2417       using XEmacs.
2418       (muse-colors-insert-image): New function to insert an image in an Emacs
2419       buffer.
2420       (muse-colors-explicit-link): Modified function to have the ability to
2421       insert an image instead of formatting the text of the link.
2423     modified files:
2424      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2426     new patches:
2427      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
2428      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
2429      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2430      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2431      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
2434 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
2436     Summary:
2437       Pass testcase for definition list and nested unordered list.
2438     Revision:
2439       muse--main--1.0--patch-25
2441     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
2442       lists always have at least one entry.  This appears to do the right
2443       thing with a sample nested unordered list.
2445     modified files:
2446      ChangeLog.2006 lisp/muse-publish.el
2449 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
2451     Summary:
2452       Some definition list fixes.
2453     Revision:
2454       muse--main--1.0--patch-24
2456     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
2457       markup for end of list using the `muse-insert-markup-end-list'
2458       function.  Handle list items nested inside of a definition list.
2460     modified files:
2461      ChangeLog.2006 lisp/muse-publish.el
2464 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
2466     Summary:
2467       Fix another wrapped list item edge case.
2468     Revision:
2469       muse--main--1.0--patch-23
2471     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2472       indentation in a region when we encounter any list items.  This should
2473       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
2474       for the report.
2476     modified files:
2477      ChangeLog.2006 lisp/muse-publish.el
2480 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2482     Summary:
2483       Fix comment in Debian packaging.
2484     Revision:
2485       muse--main--1.0--patch-22
2487     * debian/emacsen-remove: Fix comment.
2489     modified files:
2490      ChangeLog.2006 debian/emacsen-remove
2493 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2495     Summary:
2496       muse-blosxom: Fix order of #tags line in header.
2497     Revision:
2498       muse--main--1.0--patch-21
2500     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2501       rather than before it.  Thanks to bkhl for the heads up.
2503     modified files:
2504      ChangeLog.2006 lisp/muse-blosxom.el
2507 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
2509     Summary:
2510       muse-blosxom: Add ability to use tags in entries.
2511     Revision:
2512       muse--main--1.0--patch-20
2514     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
2515       publish them.
2516       (muse-blosxom-use-tags): New option that specifies whether we are using
2517       tags.
2518       (muse-blosxom-new-entry): If using tags, read tags until the user hits
2519       RET without entering one.
2521     modified files:
2522      ChangeLog.2006 lisp/muse-blosxom.el
2525 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
2527     Summary:
2528       Fix backtrace when publishing unsaved files.
2529     Revision:
2530       muse--main--1.0--patch-19
2532     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
2533       trying to publish a file that has not been saved, and give an
2534       explanation to the user.
2536     modified files:
2537      ChangeLog.2006 lisp/muse-publish.el
2540 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
2542     Summary:
2543       muse-texinfo: Fix link suffix.
2544     Revision:
2545       muse--main--1.0--patch-18
2547     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
2548       styles.  This should fix a bug where links in published info files use
2549       an incorrect extension.  Thanks to Hans Ekbrand for the report!
2551     modified files:
2552      ChangeLog.2006 lisp/muse-texinfo.el
2555 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
2557     Summary:
2558       Fix prompting of non-Muse buffers before publishing.
2559     Revision:
2560       muse--main--1.0--patch-17
2562     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
2563       Stadler to ignore buffers that have no associated filename.  This fixes
2564       an annoyance where Muse prompts to save BBDB and ERC buffers before
2565       publishing.
2567     modified files:
2568      AUTHORS ChangeLog.2006 lisp/muse-project.el
2571 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
2573     Summary:
2574       Fix wrapped nested list item edge case.
2575     Revision:
2576       muse--main--1.0--patch-16
2578     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
2579       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
2580       case.
2581       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
2582       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
2583     
2584     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
2585       exactly one space character in front of a unnumbered or numbered list.
2586       This should make it easier to match every list instance, since
2587       definition lists can now be handled more nicely in
2588       muse-publish-markup-regexps.  This also has the effect of fixing a
2589       wrapped nested list item edge case.
2591     modified files:
2592      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2595 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
2597     Summary:
2598       Fix edge case in muse-wiki-publish-pretty-title.
2599     Revision:
2600       muse--main--1.0--patch-15
2602     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
2603       the document does not have a valid title, use the empty string.
2605     modified files:
2606      ChangeLog.2006 lisp/muse-wiki.el
2609 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
2611     Summary:
2612       Use debian/compat to determine debhelper compat level.
2613     Revision:
2614       muse--main--1.0--patch-14
2616     * debian/compat: New file that sets the debhelper compatibility level to
2617       4.
2618     
2619     * debian/rules: Remove DH_COMPAT line.
2621     new files:
2622      debian/.arch-ids/compat.id debian/compat
2624     modified files:
2625      ChangeLog.2006 debian/rules
2628 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
2630     Summary:
2631       Fix a couple of table-publishing edge cases.
2632     Revision:
2633       muse--main--1.0--patch-13
2635     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
2636       publishing error that occurs when a table line is the last thing in a
2637       document.  Thanks to cymacs for the report and suggested fix.
2638       (muse-publish-table-fields): Skip initial blank lines, and don't remove
2639       them.
2640     
2641     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
2642       at the end of the 'end-table markup string.
2643     
2644     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
2645     
2646     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
2647     
2648     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
2649       newline at the end of the table.  This should fix a problem with
2650       paragraphs after tables not being published as such.  Thanks to cymacs
2651       for the report.
2652     
2653     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
2654       muse-insert-markup to insert a trailing newline.
2656     modified files:
2657      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2658      lisp/muse-publish.el lisp/muse-texinfo.el
2659      lisp/muse-xml-common.el lisp/muse-xml.el
2662 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
2664     Summary:
2665       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
2666     Revision:
2667       muse--main--1.0--patch-12
2670     new files:
2671      .arch-ids/ChangeLog.2006.id ChangeLog.2006
2673     renamed files:
2674      .arch-ids/ChangeLog.id
2675        ==> .arch-ids/ChangeLog.2005.id
2676      ChangeLog
2677        ==> ChangeLog.2005
2680 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
2682     Summary:
2683       Make muse-journal work with whole-document escaping.
2684     Revision:
2685       muse--main--1.0--patch-11
2687     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
2688       by Emacs Muse" so that muse-journal does not get confused.
2689     
2690     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
2691       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
2692       for whole-buffer escaping.  Thanks to mondoshawan for the report.
2693       (muse-journal-rss-munge-buffer): Display a warning if someone does not
2694       have "Page published by Emacs Muse (begins|ends) here" in their header
2695       or footer, since muse-journal needs this in order to determine where
2696       entries begin and end.
2698     modified files:
2699      examples/mwolson/templates/footer.html
2700      examples/mwolson/templates/generic-footer.html
2701      examples/mwolson/templates/generic-header.html
2702      examples/mwolson/templates/header.html
2703      examples/mwolson/templates/header.tex lisp/muse-journal.el
2706 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
2708     Summary:
2709       Get simple test case for definition lists to work.
2710     Revision:
2711       muse--main--1.0--patch-10
2713     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
2714       publish properly.
2715       (muse-forward-list-item): Fix edge case.
2717     modified files:
2718      lisp/muse-publish.el
2721 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
2723     Summary:
2724       Add documentation to some publishing functions.
2725     Revision:
2726       muse--main--1.0--patch-9
2728     * lisp/muse-publish.el (muse-publish-mark-read-only)
2729       (muse-publish-mark-noemphasis): Add documentation.
2731     modified files:
2732      lisp/muse-publish.el
2735 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
2737     Summary:
2738       Fix an error with `custom-quote'.
2739     Revision:
2740       muse--main--1.0--patch-8
2742     * lisp/muse-project.el: Require 'cus-edit, since that is where
2743       `custom-quote' is defined.
2744     
2745     * muse.texi: Use copyright symbol.
2747     modified files:
2748      lisp/muse-project.el muse.texi
2751 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
2753     Summary:
2754       muse-registry: update from author.
2755     Revision:
2756       muse--main--1.0--patch-7
2758     * lisp/muse-registry.el: Update to newest version from author.
2759       Re-tabify.
2761     modified files:
2762      lisp/muse-registry.el
2765 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
2767     Summary:
2768       muse-latex: Handle double-quote edge case.
2769     Revision:
2770       muse--main--1.0--patch-6
2772     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
2773       character begins the buffer.
2775     modified files:
2776      lisp/muse-latex.el
2779 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
2781     Summary:
2782       Allow beginning and ending empty elements in tables.
2783     Revision:
2784       muse--main--1.0--patch-5
2786     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
2787       whitespace after the field if we're at the end of a line.
2788       (muse-table-line-regexp): Allow the table to start with a "|".  The
2789       resulting initial empty cell isn't yet thrown away like it should be.
2791     modified files:
2792      lisp/muse-regexps.el
2795 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
2797     Summary:
2798       muse-latex: Use \url to publish bare URLs.
2799     Revision:
2800       muse--main--1.0--patch-4
2802     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
2803       \href for bare URLs.  Thanks to Na Li for the suggestion!
2805     modified files:
2806      lisp/muse-latex.el
2809 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
2811     Summary:
2812       Create parents of output directories.
2813     Revision:
2814       muse--main--1.0--patch-3
2816     * lisp/muse-project.el (muse-project-publish-file): Create parent
2817       directories as well, if the output directory does not exist.  This can
2818       happen when we have nested directories in a project.
2820     modified files:
2821      lisp/muse-project.el
2824 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
2826     Summary:
2827       Pick a better default if publishing with more than one style.
2828     Revision:
2829       muse--main--1.0--patch-2
2831     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
2832       the list we return is in the right order.  That way, if more than one
2833       publishing rule matches a link, the first one is used, rather than the
2834       last.
2836     modified files:
2837      lisp/muse-project.el
2840 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
2842     Summary:
2843       Oops, committed to the wrong archive.
2844     Revision:
2845       muse--main--1.0--patch-1
2847     Patches applied:
2848     
2849      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
2850        Debian fixups.
2851     
2852      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
2853        Another Debian fix.
2855     modified files:
2856      ChangeLog debian/emacsen-startup
2858     renamed files:
2859      debian/.arch-ids/NEWS.Debian.id
2860        ==> debian/.arch-ids/NEWS.id
2861      debian/NEWS.Debian
2862        ==> debian/NEWS
2864     new patches:
2865      mwolson@gnu.org--2005/muse--main--1.0--patch-356
2866      mwolson@gnu.org--2005/muse--main--1.0--patch-357
2869 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
2871     Summary:
2872       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
2873     Revision:
2874       muse--main--1.0--base-0
2876     See ChangeLog.2005 for earlier changes.
2878     new patches:
2879      ajk@iu.edu--2005/muse--ajk--1.0--base-0
2880      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
2881      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
2882      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
2883      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
2884      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
2885      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
2886      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
2887      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
2888      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
2889      ajk@iu.edu--2005/muse--main--1.0--base-0
2890      ajk@iu.edu--2005/muse--main--1.0--patch-1
2891      ajk@iu.edu--2005/muse--main--1.0--patch-2
2892      davidsmith@acm.org--2005/muse--devo--1.0--base-0
2893      davidsmith@acm.org--main/muse--devo--1.0--base-0
2894      davidsmith@acm.org--main/muse--devo--1.0--patch-1
2895      davidsmith@acm.org--main/muse--devo--1.0--patch-2
2896      hodique@lifl.fr--2005/muse--yh--1.0--base-0
2897      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
2898      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
2899      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
2900      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
2901      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
2902      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
2903      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
2904      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
2905      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
2906      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
2907      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
2908      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
2909      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
2910      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
2911      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
2912      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
2913      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
2914      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
2915      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
2916      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
2917      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
2918      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
2919      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
2920      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
2921      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
2922      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
2923      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
2924      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
2925      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
2926      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
2927      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
2928      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
2929      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
2930      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
2931      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
2932      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
2933      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
2934      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
2935      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
2936      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
2937      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
2938      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
2939      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
2940      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
2941      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
2942      jeho@jeho.org--2005/muse--jeho--1.0--base-0
2943      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
2944      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
2945      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
2946      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
2947      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
2948      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
2949      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
2950      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
2951      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
2952      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
2953      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
2954      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
2955      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
2956      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
2957      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
2958      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
2959      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
2960      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
2961      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
2962      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
2963      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
2964      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
2965      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
2966      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
2967      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
2968      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
2969      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
2970      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
2971      mwolson@gnu.org--2005/muse--main--1.0--base-0
2972      mwolson@gnu.org--2005/muse--main--1.0--patch-1
2973      mwolson@gnu.org--2005/muse--main--1.0--patch-2
2974      mwolson@gnu.org--2005/muse--main--1.0--patch-3
2975      mwolson@gnu.org--2005/muse--main--1.0--patch-4
2976      mwolson@gnu.org--2005/muse--main--1.0--patch-5
2977      mwolson@gnu.org--2005/muse--main--1.0--patch-6
2978      mwolson@gnu.org--2005/muse--main--1.0--patch-7
2979      mwolson@gnu.org--2005/muse--main--1.0--patch-8
2980      mwolson@gnu.org--2005/muse--main--1.0--patch-9
2981      mwolson@gnu.org--2005/muse--main--1.0--patch-10
2982      mwolson@gnu.org--2005/muse--main--1.0--patch-11
2983      mwolson@gnu.org--2005/muse--main--1.0--patch-12
2984      mwolson@gnu.org--2005/muse--main--1.0--patch-13
2985      mwolson@gnu.org--2005/muse--main--1.0--patch-14
2986      mwolson@gnu.org--2005/muse--main--1.0--patch-15
2987      mwolson@gnu.org--2005/muse--main--1.0--patch-16
2988      mwolson@gnu.org--2005/muse--main--1.0--patch-17
2989      mwolson@gnu.org--2005/muse--main--1.0--patch-18
2990      mwolson@gnu.org--2005/muse--main--1.0--patch-19
2991      mwolson@gnu.org--2005/muse--main--1.0--patch-20
2992      mwolson@gnu.org--2005/muse--main--1.0--patch-21
2993      mwolson@gnu.org--2005/muse--main--1.0--patch-22
2994      mwolson@gnu.org--2005/muse--main--1.0--patch-23
2995      mwolson@gnu.org--2005/muse--main--1.0--patch-24
2996      mwolson@gnu.org--2005/muse--main--1.0--patch-25
2997      mwolson@gnu.org--2005/muse--main--1.0--patch-26
2998      mwolson@gnu.org--2005/muse--main--1.0--patch-27
2999      mwolson@gnu.org--2005/muse--main--1.0--patch-28
3000      mwolson@gnu.org--2005/muse--main--1.0--patch-29
3001      mwolson@gnu.org--2005/muse--main--1.0--patch-30
3002      mwolson@gnu.org--2005/muse--main--1.0--patch-31
3003      mwolson@gnu.org--2005/muse--main--1.0--patch-32
3004      mwolson@gnu.org--2005/muse--main--1.0--patch-33
3005      mwolson@gnu.org--2005/muse--main--1.0--patch-34
3006      mwolson@gnu.org--2005/muse--main--1.0--patch-35
3007      mwolson@gnu.org--2005/muse--main--1.0--patch-36
3008      mwolson@gnu.org--2005/muse--main--1.0--patch-37
3009      mwolson@gnu.org--2005/muse--main--1.0--patch-38
3010      mwolson@gnu.org--2005/muse--main--1.0--patch-39
3011      mwolson@gnu.org--2005/muse--main--1.0--patch-40
3012      mwolson@gnu.org--2005/muse--main--1.0--patch-41
3013      mwolson@gnu.org--2005/muse--main--1.0--patch-42
3014      mwolson@gnu.org--2005/muse--main--1.0--patch-43
3015      mwolson@gnu.org--2005/muse--main--1.0--patch-44
3016      mwolson@gnu.org--2005/muse--main--1.0--patch-45
3017      mwolson@gnu.org--2005/muse--main--1.0--patch-46
3018      mwolson@gnu.org--2005/muse--main--1.0--patch-47
3019      mwolson@gnu.org--2005/muse--main--1.0--patch-48
3020      mwolson@gnu.org--2005/muse--main--1.0--patch-49
3021      mwolson@gnu.org--2005/muse--main--1.0--patch-50
3022      mwolson@gnu.org--2005/muse--main--1.0--patch-51
3023      mwolson@gnu.org--2005/muse--main--1.0--patch-52
3024      mwolson@gnu.org--2005/muse--main--1.0--patch-53
3025      mwolson@gnu.org--2005/muse--main--1.0--patch-54
3026      mwolson@gnu.org--2005/muse--main--1.0--patch-55
3027      mwolson@gnu.org--2005/muse--main--1.0--patch-56
3028      mwolson@gnu.org--2005/muse--main--1.0--patch-57
3029      mwolson@gnu.org--2005/muse--main--1.0--patch-58
3030      mwolson@gnu.org--2005/muse--main--1.0--patch-59
3031      mwolson@gnu.org--2005/muse--main--1.0--patch-60
3032      mwolson@gnu.org--2005/muse--main--1.0--patch-61
3033      mwolson@gnu.org--2005/muse--main--1.0--patch-62
3034      mwolson@gnu.org--2005/muse--main--1.0--patch-63
3035      mwolson@gnu.org--2005/muse--main--1.0--patch-64
3036      mwolson@gnu.org--2005/muse--main--1.0--patch-65
3037      mwolson@gnu.org--2005/muse--main--1.0--patch-66
3038      mwolson@gnu.org--2005/muse--main--1.0--patch-67
3039      mwolson@gnu.org--2005/muse--main--1.0--patch-68
3040      mwolson@gnu.org--2005/muse--main--1.0--patch-69
3041      mwolson@gnu.org--2005/muse--main--1.0--patch-70
3042      mwolson@gnu.org--2005/muse--main--1.0--patch-71
3043      mwolson@gnu.org--2005/muse--main--1.0--patch-72
3044      mwolson@gnu.org--2005/muse--main--1.0--patch-73
3045      mwolson@gnu.org--2005/muse--main--1.0--patch-74
3046      mwolson@gnu.org--2005/muse--main--1.0--patch-75
3047      mwolson@gnu.org--2005/muse--main--1.0--patch-76
3048      mwolson@gnu.org--2005/muse--main--1.0--patch-77
3049      mwolson@gnu.org--2005/muse--main--1.0--patch-78
3050      mwolson@gnu.org--2005/muse--main--1.0--patch-79
3051      mwolson@gnu.org--2005/muse--main--1.0--patch-80
3052      mwolson@gnu.org--2005/muse--main--1.0--patch-81
3053      mwolson@gnu.org--2005/muse--main--1.0--patch-82
3054      mwolson@gnu.org--2005/muse--main--1.0--patch-83
3055      mwolson@gnu.org--2005/muse--main--1.0--patch-84
3056      mwolson@gnu.org--2005/muse--main--1.0--patch-85
3057      mwolson@gnu.org--2005/muse--main--1.0--patch-86
3058      mwolson@gnu.org--2005/muse--main--1.0--patch-87
3059      mwolson@gnu.org--2005/muse--main--1.0--patch-88
3060      mwolson@gnu.org--2005/muse--main--1.0--patch-89
3061      mwolson@gnu.org--2005/muse--main--1.0--patch-90
3062      mwolson@gnu.org--2005/muse--main--1.0--patch-91
3063      mwolson@gnu.org--2005/muse--main--1.0--patch-92
3064      mwolson@gnu.org--2005/muse--main--1.0--patch-93
3065      mwolson@gnu.org--2005/muse--main--1.0--patch-94
3066      mwolson@gnu.org--2005/muse--main--1.0--patch-95
3067      mwolson@gnu.org--2005/muse--main--1.0--patch-96
3068      mwolson@gnu.org--2005/muse--main--1.0--patch-97
3069      mwolson@gnu.org--2005/muse--main--1.0--patch-98
3070      mwolson@gnu.org--2005/muse--main--1.0--patch-99
3071      mwolson@gnu.org--2005/muse--main--1.0--patch-100
3072      mwolson@gnu.org--2005/muse--main--1.0--patch-101
3073      mwolson@gnu.org--2005/muse--main--1.0--patch-102
3074      mwolson@gnu.org--2005/muse--main--1.0--patch-103
3075      mwolson@gnu.org--2005/muse--main--1.0--patch-104
3076      mwolson@gnu.org--2005/muse--main--1.0--patch-105
3077      mwolson@gnu.org--2005/muse--main--1.0--patch-106
3078      mwolson@gnu.org--2005/muse--main--1.0--patch-107
3079      mwolson@gnu.org--2005/muse--main--1.0--patch-108
3080      mwolson@gnu.org--2005/muse--main--1.0--patch-109
3081      mwolson@gnu.org--2005/muse--main--1.0--patch-110
3082      mwolson@gnu.org--2005/muse--main--1.0--patch-111
3083      mwolson@gnu.org--2005/muse--main--1.0--patch-112
3084      mwolson@gnu.org--2005/muse--main--1.0--patch-113
3085      mwolson@gnu.org--2005/muse--main--1.0--patch-114
3086      mwolson@gnu.org--2005/muse--main--1.0--patch-115
3087      mwolson@gnu.org--2005/muse--main--1.0--patch-116
3088      mwolson@gnu.org--2005/muse--main--1.0--patch-117
3089      mwolson@gnu.org--2005/muse--main--1.0--patch-118
3090      mwolson@gnu.org--2005/muse--main--1.0--patch-119
3091      mwolson@gnu.org--2005/muse--main--1.0--patch-120
3092      mwolson@gnu.org--2005/muse--main--1.0--patch-121
3093      mwolson@gnu.org--2005/muse--main--1.0--patch-122
3094      mwolson@gnu.org--2005/muse--main--1.0--patch-123
3095      mwolson@gnu.org--2005/muse--main--1.0--patch-124
3096      mwolson@gnu.org--2005/muse--main--1.0--patch-125
3097      mwolson@gnu.org--2005/muse--main--1.0--patch-126
3098      mwolson@gnu.org--2005/muse--main--1.0--patch-127
3099      mwolson@gnu.org--2005/muse--main--1.0--patch-128
3100      mwolson@gnu.org--2005/muse--main--1.0--patch-129
3101      mwolson@gnu.org--2005/muse--main--1.0--patch-130
3102      mwolson@gnu.org--2005/muse--main--1.0--patch-131
3103      mwolson@gnu.org--2005/muse--main--1.0--patch-132
3104      mwolson@gnu.org--2005/muse--main--1.0--patch-133
3105      mwolson@gnu.org--2005/muse--main--1.0--patch-134
3106      mwolson@gnu.org--2005/muse--main--1.0--patch-135
3107      mwolson@gnu.org--2005/muse--main--1.0--patch-136
3108      mwolson@gnu.org--2005/muse--main--1.0--patch-137
3109      mwolson@gnu.org--2005/muse--main--1.0--patch-138
3110      mwolson@gnu.org--2005/muse--main--1.0--patch-139
3111      mwolson@gnu.org--2005/muse--main--1.0--patch-140
3112      mwolson@gnu.org--2005/muse--main--1.0--patch-141
3113      mwolson@gnu.org--2005/muse--main--1.0--patch-142
3114      mwolson@gnu.org--2005/muse--main--1.0--patch-143
3115      mwolson@gnu.org--2005/muse--main--1.0--patch-144
3116      mwolson@gnu.org--2005/muse--main--1.0--patch-145
3117      mwolson@gnu.org--2005/muse--main--1.0--patch-146
3118      mwolson@gnu.org--2005/muse--main--1.0--patch-147
3119      mwolson@gnu.org--2005/muse--main--1.0--patch-148
3120      mwolson@gnu.org--2005/muse--main--1.0--patch-149
3121      mwolson@gnu.org--2005/muse--main--1.0--patch-150
3122      mwolson@gnu.org--2005/muse--main--1.0--patch-151
3123      mwolson@gnu.org--2005/muse--main--1.0--patch-152
3124      mwolson@gnu.org--2005/muse--main--1.0--patch-153
3125      mwolson@gnu.org--2005/muse--main--1.0--patch-154
3126      mwolson@gnu.org--2005/muse--main--1.0--patch-155
3127      mwolson@gnu.org--2005/muse--main--1.0--patch-156
3128      mwolson@gnu.org--2005/muse--main--1.0--patch-157
3129      mwolson@gnu.org--2005/muse--main--1.0--patch-158
3130      mwolson@gnu.org--2005/muse--main--1.0--patch-159
3131      mwolson@gnu.org--2005/muse--main--1.0--patch-160
3132      mwolson@gnu.org--2005/muse--main--1.0--patch-161
3133      mwolson@gnu.org--2005/muse--main--1.0--patch-162
3134      mwolson@gnu.org--2005/muse--main--1.0--patch-163
3135      mwolson@gnu.org--2005/muse--main--1.0--patch-164
3136      mwolson@gnu.org--2005/muse--main--1.0--patch-165
3137      mwolson@gnu.org--2005/muse--main--1.0--patch-166
3138      mwolson@gnu.org--2005/muse--main--1.0--patch-167
3139      mwolson@gnu.org--2005/muse--main--1.0--patch-168
3140      mwolson@gnu.org--2005/muse--main--1.0--patch-169
3141      mwolson@gnu.org--2005/muse--main--1.0--patch-170
3142      mwolson@gnu.org--2005/muse--main--1.0--patch-171
3143      mwolson@gnu.org--2005/muse--main--1.0--patch-172
3144      mwolson@gnu.org--2005/muse--main--1.0--patch-173
3145      mwolson@gnu.org--2005/muse--main--1.0--patch-174
3146      mwolson@gnu.org--2005/muse--main--1.0--patch-175
3147      mwolson@gnu.org--2005/muse--main--1.0--patch-176
3148      mwolson@gnu.org--2005/muse--main--1.0--patch-177
3149      mwolson@gnu.org--2005/muse--main--1.0--patch-178
3150      mwolson@gnu.org--2005/muse--main--1.0--patch-179
3151      mwolson@gnu.org--2005/muse--main--1.0--patch-180
3152      mwolson@gnu.org--2005/muse--main--1.0--patch-181
3153      mwolson@gnu.org--2005/muse--main--1.0--patch-182
3154      mwolson@gnu.org--2005/muse--main--1.0--patch-183
3155      mwolson@gnu.org--2005/muse--main--1.0--patch-184
3156      mwolson@gnu.org--2005/muse--main--1.0--patch-185
3157      mwolson@gnu.org--2005/muse--main--1.0--patch-186
3158      mwolson@gnu.org--2005/muse--main--1.0--patch-187
3159      mwolson@gnu.org--2005/muse--main--1.0--patch-188
3160      mwolson@gnu.org--2005/muse--main--1.0--patch-189
3161      mwolson@gnu.org--2005/muse--main--1.0--patch-190
3162      mwolson@gnu.org--2005/muse--main--1.0--patch-191
3163      mwolson@gnu.org--2005/muse--main--1.0--patch-192
3164      mwolson@gnu.org--2005/muse--main--1.0--patch-193
3165      mwolson@gnu.org--2005/muse--main--1.0--patch-194
3166      mwolson@gnu.org--2005/muse--main--1.0--patch-195
3167      mwolson@gnu.org--2005/muse--main--1.0--patch-196
3168      mwolson@gnu.org--2005/muse--main--1.0--patch-197
3169      mwolson@gnu.org--2005/muse--main--1.0--patch-198
3170      mwolson@gnu.org--2005/muse--main--1.0--patch-199
3171      mwolson@gnu.org--2005/muse--main--1.0--patch-200
3172      mwolson@gnu.org--2005/muse--main--1.0--patch-201
3173      mwolson@gnu.org--2005/muse--main--1.0--patch-202
3174      mwolson@gnu.org--2005/muse--main--1.0--patch-203
3175      mwolson@gnu.org--2005/muse--main--1.0--patch-204
3176      mwolson@gnu.org--2005/muse--main--1.0--patch-205
3177      mwolson@gnu.org--2005/muse--main--1.0--patch-206
3178      mwolson@gnu.org--2005/muse--main--1.0--patch-207
3179      mwolson@gnu.org--2005/muse--main--1.0--patch-208
3180      mwolson@gnu.org--2005/muse--main--1.0--patch-209
3181      mwolson@gnu.org--2005/muse--main--1.0--patch-210
3182      mwolson@gnu.org--2005/muse--main--1.0--patch-211
3183      mwolson@gnu.org--2005/muse--main--1.0--patch-212
3184      mwolson@gnu.org--2005/muse--main--1.0--patch-213
3185      mwolson@gnu.org--2005/muse--main--1.0--patch-214
3186      mwolson@gnu.org--2005/muse--main--1.0--patch-215
3187      mwolson@gnu.org--2005/muse--main--1.0--patch-216
3188      mwolson@gnu.org--2005/muse--main--1.0--patch-217
3189      mwolson@gnu.org--2005/muse--main--1.0--patch-218
3190      mwolson@gnu.org--2005/muse--main--1.0--patch-219
3191      mwolson@gnu.org--2005/muse--main--1.0--patch-220
3192      mwolson@gnu.org--2005/muse--main--1.0--patch-221
3193      mwolson@gnu.org--2005/muse--main--1.0--patch-222
3194      mwolson@gnu.org--2005/muse--main--1.0--patch-223
3195      mwolson@gnu.org--2005/muse--main--1.0--patch-224
3196      mwolson@gnu.org--2005/muse--main--1.0--patch-225
3197      mwolson@gnu.org--2005/muse--main--1.0--patch-226
3198      mwolson@gnu.org--2005/muse--main--1.0--patch-227
3199      mwolson@gnu.org--2005/muse--main--1.0--patch-228
3200      mwolson@gnu.org--2005/muse--main--1.0--patch-229
3201      mwolson@gnu.org--2005/muse--main--1.0--patch-230
3202      mwolson@gnu.org--2005/muse--main--1.0--patch-231
3203      mwolson@gnu.org--2005/muse--main--1.0--patch-232
3204      mwolson@gnu.org--2005/muse--main--1.0--patch-233
3205      mwolson@gnu.org--2005/muse--main--1.0--patch-234
3206      mwolson@gnu.org--2005/muse--main--1.0--patch-235
3207      mwolson@gnu.org--2005/muse--main--1.0--patch-236
3208      mwolson@gnu.org--2005/muse--main--1.0--patch-237
3209      mwolson@gnu.org--2005/muse--main--1.0--patch-238
3210      mwolson@gnu.org--2005/muse--main--1.0--patch-239
3211      mwolson@gnu.org--2005/muse--main--1.0--patch-240
3212      mwolson@gnu.org--2005/muse--main--1.0--patch-241
3213      mwolson@gnu.org--2005/muse--main--1.0--patch-242
3214      mwolson@gnu.org--2005/muse--main--1.0--patch-243
3215      mwolson@gnu.org--2005/muse--main--1.0--patch-244
3216      mwolson@gnu.org--2005/muse--main--1.0--patch-245
3217      mwolson@gnu.org--2005/muse--main--1.0--patch-246
3218      mwolson@gnu.org--2005/muse--main--1.0--patch-247
3219      mwolson@gnu.org--2005/muse--main--1.0--patch-248
3220      mwolson@gnu.org--2005/muse--main--1.0--patch-249
3221      mwolson@gnu.org--2005/muse--main--1.0--patch-250
3222      mwolson@gnu.org--2005/muse--main--1.0--patch-251
3223      mwolson@gnu.org--2005/muse--main--1.0--patch-252
3224      mwolson@gnu.org--2005/muse--main--1.0--patch-253
3225      mwolson@gnu.org--2005/muse--main--1.0--patch-254
3226      mwolson@gnu.org--2005/muse--main--1.0--patch-255
3227      mwolson@gnu.org--2005/muse--main--1.0--patch-256
3228      mwolson@gnu.org--2005/muse--main--1.0--patch-257
3229      mwolson@gnu.org--2005/muse--main--1.0--patch-258
3230      mwolson@gnu.org--2005/muse--main--1.0--patch-259
3231      mwolson@gnu.org--2005/muse--main--1.0--patch-260
3232      mwolson@gnu.org--2005/muse--main--1.0--patch-261
3233      mwolson@gnu.org--2005/muse--main--1.0--patch-262
3234      mwolson@gnu.org--2005/muse--main--1.0--patch-263
3235      mwolson@gnu.org--2005/muse--main--1.0--patch-264
3236      mwolson@gnu.org--2005/muse--main--1.0--patch-265
3237      mwolson@gnu.org--2005/muse--main--1.0--patch-266
3238      mwolson@gnu.org--2005/muse--main--1.0--patch-267
3239      mwolson@gnu.org--2005/muse--main--1.0--patch-268
3240      mwolson@gnu.org--2005/muse--main--1.0--patch-269
3241      mwolson@gnu.org--2005/muse--main--1.0--patch-270
3242      mwolson@gnu.org--2005/muse--main--1.0--patch-271
3243      mwolson@gnu.org--2005/muse--main--1.0--patch-272
3244      mwolson@gnu.org--2005/muse--main--1.0--patch-273
3245      mwolson@gnu.org--2005/muse--main--1.0--patch-274
3246      mwolson@gnu.org--2005/muse--main--1.0--patch-275
3247      mwolson@gnu.org--2005/muse--main--1.0--patch-276
3248      mwolson@gnu.org--2005/muse--main--1.0--patch-277
3249      mwolson@gnu.org--2005/muse--main--1.0--patch-278
3250      mwolson@gnu.org--2005/muse--main--1.0--patch-279
3251      mwolson@gnu.org--2005/muse--main--1.0--patch-280
3252      mwolson@gnu.org--2005/muse--main--1.0--patch-281
3253      mwolson@gnu.org--2005/muse--main--1.0--patch-282
3254      mwolson@gnu.org--2005/muse--main--1.0--patch-283
3255      mwolson@gnu.org--2005/muse--main--1.0--patch-284
3256      mwolson@gnu.org--2005/muse--main--1.0--patch-285
3257      mwolson@gnu.org--2005/muse--main--1.0--patch-286
3258      mwolson@gnu.org--2005/muse--main--1.0--patch-287
3259      mwolson@gnu.org--2005/muse--main--1.0--patch-288
3260      mwolson@gnu.org--2005/muse--main--1.0--patch-289
3261      mwolson@gnu.org--2005/muse--main--1.0--patch-290
3262      mwolson@gnu.org--2005/muse--main--1.0--patch-291
3263      mwolson@gnu.org--2005/muse--main--1.0--patch-292
3264      mwolson@gnu.org--2005/muse--main--1.0--patch-293
3265      mwolson@gnu.org--2005/muse--main--1.0--patch-294
3266      mwolson@gnu.org--2005/muse--main--1.0--patch-295
3267      mwolson@gnu.org--2005/muse--main--1.0--patch-296
3268      mwolson@gnu.org--2005/muse--main--1.0--patch-297
3269      mwolson@gnu.org--2005/muse--main--1.0--patch-298
3270      mwolson@gnu.org--2005/muse--main--1.0--patch-299
3271      mwolson@gnu.org--2005/muse--main--1.0--patch-300
3272      mwolson@gnu.org--2005/muse--main--1.0--patch-301
3273      mwolson@gnu.org--2005/muse--main--1.0--patch-302
3274      mwolson@gnu.org--2005/muse--main--1.0--patch-303
3275      mwolson@gnu.org--2005/muse--main--1.0--patch-304
3276      mwolson@gnu.org--2005/muse--main--1.0--patch-305
3277      mwolson@gnu.org--2005/muse--main--1.0--patch-306
3278      mwolson@gnu.org--2005/muse--main--1.0--patch-307
3279      mwolson@gnu.org--2005/muse--main--1.0--patch-308
3280      mwolson@gnu.org--2005/muse--main--1.0--patch-309
3281      mwolson@gnu.org--2005/muse--main--1.0--patch-310
3282      mwolson@gnu.org--2005/muse--main--1.0--patch-311
3283      mwolson@gnu.org--2005/muse--main--1.0--patch-312
3284      mwolson@gnu.org--2005/muse--main--1.0--patch-313
3285      mwolson@gnu.org--2005/muse--main--1.0--patch-314
3286      mwolson@gnu.org--2005/muse--main--1.0--patch-315
3287      mwolson@gnu.org--2005/muse--main--1.0--patch-316
3288      mwolson@gnu.org--2005/muse--main--1.0--patch-317
3289      mwolson@gnu.org--2005/muse--main--1.0--patch-318
3290      mwolson@gnu.org--2005/muse--main--1.0--patch-319
3291      mwolson@gnu.org--2005/muse--main--1.0--patch-320
3292      mwolson@gnu.org--2005/muse--main--1.0--patch-321
3293      mwolson@gnu.org--2005/muse--main--1.0--patch-322
3294      mwolson@gnu.org--2005/muse--main--1.0--patch-323
3295      mwolson@gnu.org--2005/muse--main--1.0--patch-324
3296      mwolson@gnu.org--2005/muse--main--1.0--patch-325
3297      mwolson@gnu.org--2005/muse--main--1.0--patch-326
3298      mwolson@gnu.org--2005/muse--main--1.0--patch-327
3299      mwolson@gnu.org--2005/muse--main--1.0--patch-328
3300      mwolson@gnu.org--2005/muse--main--1.0--patch-329
3301      mwolson@gnu.org--2005/muse--main--1.0--patch-330
3302      mwolson@gnu.org--2005/muse--main--1.0--patch-331
3303      mwolson@gnu.org--2005/muse--main--1.0--patch-332
3304      mwolson@gnu.org--2005/muse--main--1.0--patch-333
3305      mwolson@gnu.org--2005/muse--main--1.0--patch-334
3306      mwolson@gnu.org--2005/muse--main--1.0--patch-335
3307      mwolson@gnu.org--2005/muse--main--1.0--patch-336
3308      mwolson@gnu.org--2005/muse--main--1.0--patch-337
3309      mwolson@gnu.org--2005/muse--main--1.0--patch-338
3310      mwolson@gnu.org--2005/muse--main--1.0--patch-339
3311      mwolson@gnu.org--2005/muse--main--1.0--patch-340
3312      mwolson@gnu.org--2005/muse--main--1.0--patch-341
3313      mwolson@gnu.org--2005/muse--main--1.0--patch-342
3314      mwolson@gnu.org--2005/muse--main--1.0--patch-343
3315      mwolson@gnu.org--2005/muse--main--1.0--patch-344
3316      mwolson@gnu.org--2005/muse--main--1.0--patch-345
3317      mwolson@gnu.org--2005/muse--main--1.0--patch-346
3318      mwolson@gnu.org--2005/muse--main--1.0--patch-347
3319      mwolson@gnu.org--2005/muse--main--1.0--patch-348
3320      mwolson@gnu.org--2005/muse--main--1.0--patch-349
3321      mwolson@gnu.org--2005/muse--main--1.0--patch-350
3322      mwolson@gnu.org--2005/muse--main--1.0--patch-351
3323      mwolson@gnu.org--2005/muse--main--1.0--patch-352
3324      mwolson@gnu.org--2005/muse--main--1.0--patch-353
3325      mwolson@gnu.org--2005/muse--main--1.0--patch-354
3326      mwolson@gnu.org--2005/muse--main--1.0--patch-355
3327      mwolson@gnu.org--2005/muse--rel--3.02--base-0
3328      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
3329      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
3330      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
3331      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
3332      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
3333      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
3334      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
3335      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
3336      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
3337      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
3338      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
3339      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
3340      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
3341      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
3342      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
3343      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
3344      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
3345      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
3346      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
3347      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
3348      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
3349      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
3350      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
3351      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
3352      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
3353      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
3354      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
3355      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
3356      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
3357      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
3358      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
3359      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
3360      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
3361      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
3362      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
3363      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
3364      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
3365      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
3366      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
3367      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
3368      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
3369      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
3370      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8