Fix bug introduced in last patch.
[muse-el.git] / ChangeLog
bloba3a5f0f0195e816428c4398763de42d42ed8717b
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-03 23:38:12 GMT Michael Olson <mwolson@gnu.org> patch-153
7     Summary:
8       Fix bug introduced in last patch.
9     Revision:
10       muse--main--1.0--patch-153
12     * muse-publish.el (muse-publish-include-tag): Fix bug introduced in last
13       patch.
15     modified files:
16      ChangeLog lisp/muse-publish.el
19 2006-06-03 21:18:35 GMT Michael Olson <mwolson@gnu.org> patch-152
21     Summary:
22       Move Debian stuff into its own branch.
23     Revision:
24       muse--main--1.0--patch-152
26     * debian: Moved to muse--debian--0.
28     removed files:
29      debian/.arch-ids/=id debian/.arch-ids/NEWS.id
30      debian/.arch-ids/changelog.id debian/.arch-ids/compat.id
31      debian/.arch-ids/control.id debian/.arch-ids/copyright.id
32      debian/.arch-ids/emacsen-install.id
33      debian/.arch-ids/emacsen-remove.id
34      debian/.arch-ids/emacsen-startup.id
35      debian/.arch-ids/muse-el.dirs.id
36      debian/.arch-ids/muse-el.docs.id
37      debian/.arch-ids/muse-el.examples.id
38      debian/.arch-ids/muse-el.info.id debian/.arch-ids/rules.id
39      debian/NEWS debian/changelog debian/compat debian/control
40      debian/copyright debian/emacsen-install debian/emacsen-remove
41      debian/emacsen-startup debian/muse-el.dirs debian/muse-el.docs
42      debian/muse-el.examples debian/muse-el.info debian/rules
44     modified files:
45      ChangeLog
47     removed directories:
48      debian debian/.arch-ids
51 2006-06-03 21:12:36 GMT Michael Olson <mwolson@gnu.org> patch-151
53     Summary:
54       Provide some markup shortcuts for the <include> tag.
55     Revision:
56       muse--main--1.0--patch-151
58     * lisp/muse-publish.el (muse-publish-examplify-buffer): New function that
59       transforms the current buffer as if it were an <example> region.
60       (muse-publish-versify-buffer): Ditto, but for <verse> regions.
61       (muse-publish-include-tag): Docfix.  Support special cases for
62       markup="example" and markup="verse".
63     
64     * muse.texi (Tag Summary): Update for new <include> shortcuts.
66     modified files:
67      ChangeLog lisp/muse-publish.el muse.texi
70 2006-06-01 04:14:45 GMT Michael Olson <mwolson@gnu.org> patch-150
72     Summary:
73       Really update ChangeLog.2005.
74     Revision:
75       muse--main--1.0--patch-150
77     * ChangeLog.2005: Really update this.
79     new files:
80      .arch-ids/ChangeLog.2005.id ChangeLog.2005
82     removed files:
83      .arch-ids/ChangeLog.2005.id ChangeLog.2005
85     modified files:
86      .arch-ids/muse.texi.id ChangeLog
89 2006-06-01 04:05:33 GMT Michael Olson <mwolson@gnu.org> patch-149
91     Summary:
92       Second attempt at fixing XEmacs beta problem.
93     Revision:
94       muse--main--1.0--patch-149
96     * lisp/Makefile (ELC): Revert previous change, now that I have a hunch
97       about what causes the problem.
98     
99     * lisp/muse-publish.el (muse-publish-markup-regexps): Move anchor markup
100       lower to future-proof an idea that I have.
101       (muse-style-element): Make this a function instead of a substitution,
102       especially since it is potentially recursive.
104     modified files:
105      ChangeLog ChangeLog.2005 lisp/Makefile lisp/muse-publish.el
108 2006-06-01 03:47:49 GMT Michael Olson <mwolson@gnu.org> patch-148
110     Summary:
111       Update ChangeLogs.
112     Revision:
113       muse--main--1.0--patch-148
115     * ChangeLog: Rename from ChangeLog.2006 to follow Emacs conventions.
116     
117     * ChangeLog.2005: Mention ChangeLog.2004 for earlier changes.
118     
119     * lisp/muse-regexps.el: Add a few comments.
120     
121     * muse.texi (Tag Summary): Add example of <tag /> use.
123     modified files:
124      ChangeLog ChangeLog.2005 lisp/muse-regexps.el muse.texi
127 2006-06-01 03:44:00 GMT Michael Olson <mwolson@gnu.org> patch-147
129     Summary:
130       Try to work around a bug in XEmacs beta.
131     Revision:
132       muse--main--1.0--patch-147
134     * lisp/Makefile (ELC): Compile muse-publish.el first, to try to work
135       around a bug in XEmacs beta.
137     modified files:
138      ChangeLog lisp/Makefile
141 2006-05-30 18:21:51 GMT Michael Olson <mwolson@gnu.org> patch-146
143     Summary:
144       Fix tag-publishing in <insert> and <markup>.
145     Revision:
146       muse--main--1.0--patch-146
148     * lisp/muse-publish.el (muse-insert-file-or-string): Don't set
149       muse-publish-markup-tags, since that messes other things up for
150       <markup> and <insert>.
151       (muse-inhibit-style-tags): New variable that specifies whether to
152       disable looking for tag definitions that are specific to the current
153       style.  This is useful for publishing headers and footers.
154       (muse-publish-markup-tag): Use `muse-inhibit-style-tags', but disable
155       it unconditionally when calling a tag's function, so that the effect
156       does not propagate.
157     
158     * lisp/muse.el (muse-file-remote-p): New function that detects whether
159       the given file path is a remote location.  This is not used yet.
161     modified files:
162      ChangeLog lisp/muse-publish.el lisp/muse.el
165 2006-05-30 00:19:37 GMT Michael Olson <mwolson@gnu.org> patch-145
167     Summary:
168       Rename muse-convert.el to muse-latex-convert.el.
169     Revision:
170       muse--main--1.0--patch-145
172     * lisp/muse-convert-latex.el: Rename from muse-convert.el, since more
173       files of this nature are expected in the future.
175     modified files:
176      ChangeLog Makefile.defs debian/changelog
177      lisp/muse-convert-latex.el
179     renamed files:
180      lisp/.arch-ids/muse-convert.el.id
181        ==> lisp/.arch-ids/muse-convert-latex.el.id
182      lisp/muse-convert.el
183        ==> lisp/muse-convert-latex.el
186 2006-05-29 21:34:34 GMT Michael Olson <mwolson@gnu.org> patch-144
188     Summary:
189       List all tags in Muse's documentation.
190     Revision:
191       muse--main--1.0--patch-144
193     * lisp/muse-publish.el (muse-publish-markup-region): Remove cruft that I
194       was trying out.
195       (muse-publish-contents-depth): New option that specifies the maximum
196       depth of headings to include with <contents> tags.
197       (muse-publish-contents-tag): Use it.
198       (muse-publish-include-tag): Docfix.
199     
200     * muse.texi (Paragraphs): Mention <center> and <quote> tags.
201       (Tag Summary): New section that defines the syntax used for tags and
202       gives a complete listing of all of the tags that Muse comes with, as
203       well as some documentation for each tag.
204       (HTML): Update documentation.
206     modified files:
207      ChangeLog lisp/muse-publish.el muse.texi
210 2006-05-29 18:48:41 GMT Michael Olson <mwolson@gnu.org> patch-143
212     Summary:
213       Implement <include> and <markup> tags.
214     Revision:
215       muse--main--1.0--patch-143
217     * lisp/muse-html.el (muse-html-markup-regexps): Make paragraph detection
218       work better when a paragraph follows some other markup, especially
219       tables.
220     
221     * lisp/muse-publish.el (muse-publish-markup-tags): Add <include> and
222       <markup> tags.
223       (muse-publish-markup): Fix edge case.
224       (muse-publish-markup-header-footer-tags): New option that specifies
225       which tags may be used when publishing headers and footers.
226       (muse-insert-file-or-string): Use
227       muse-publish-markup-header-footer-tags instead of a hard-coded value.
228       (muse-publish-markup-region): Make title and style arguments optional,
229       so that this is easier to use.
230       (muse-publish-include-tag): Implement <include> tag.  I've tested all
231       of the cases I can think of, and it works.
232       (muse-publish-mark-up-tag): Implement <markup> tag.  This is handy for
233       times when you want to publish Muse markup in headers and footers.
234       Adding a table of contents to a header should be particularly easy now.
236     modified files:
237      ChangeLog lisp/muse-html.el lisp/muse-publish.el
240 2006-05-29 14:59:31 GMT Michael Olson <mwolson@gnu.org> patch-142
242     Summary:
243       Make ChangeLog conform to conventions better.
244     Revision:
245       muse--main--1.0--patch-142
247     * ChangeLog: Renamed from ChangeLog.2006 in order to follow Emacs
248       conventions better.  Specify the buffer encoding.  Add helpful notices
249       near the bottom of this and ChangeLog.2005.
251     modified files:
252      ChangeLog ChangeLog.2004 ChangeLog.2005 debian/rules
253      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/base-0
255     renamed files:
256      .arch-ids/ChangeLog.2006.id
257        ==> .arch-ids/ChangeLog.id
258      ChangeLog.2006
259        ==> ChangeLog
262 2006-05-28 07:45:09 GMT Michael Olson <mwolson@gnu.org> patch-141
264     Summary:
265       Provide explanation of how to invoke getstamps.py.
266     Revision:
267       muse--main--1.0--patch-141
269     * contrib/pyblosxom/getstamps.py: Strip the Muse file extension when
270       writing the timestamps file.
271     
272     * contrib/pyblosxom/make-blog: New example script that shows how to
273       invoke getstamps.py.
274     
275     * examples/mwolson/stylesheets/common.css: Update.
276     
277     * muse.texi (Blosxom Requirements): Mention the new example script.
278       Additionally, explain how to call getstamps.py.
280     new files:
281      contrib/pyblosxom/.arch-ids/make-blog.id
282      contrib/pyblosxom/make-blog
284     modified files:
285      ChangeLog.2006 contrib/pyblosxom/getstamps.py
286      examples/mwolson/stylesheets/common.css muse.texi
289 2006-05-28 06:40:46 GMT Michael Olson <mwolson@gnu.org> patch-140
291     Summary:
292       muse-blosxom: Perform extra check on category in new entry.
293     Revision:
294       muse--main--1.0--patch-140
296     * lisp/muse-blosxom.el (muse-blosxom-new-entry): Make it impossible to
297       write an invalid categories line, which could cause other mysterious
298       troubles later on.
300     modified files:
301      ChangeLog.2006 lisp/muse-blosxom.el
304 2006-05-28 06:31:11 GMT Michael Olson <mwolson@gnu.org> patch-139
306     Summary:
307       Improve documentation in the included pyblosxom plug-ins.
308     Revision:
309       muse--main--1.0--patch-139
311     * contrib/pyblosxom/getstamps.py, hardcodedates.py: Improve
312       documentation.  The initial wording was very confusing.
314     modified files:
315      ChangeLog.2006 contrib/pyblosxom/getstamps.py
316      contrib/pyblosxom/hardcodedates.py
319 2006-05-27 06:25:32 GMT Michael Olson <mwolson@gnu.org> patch-138
321     Summary:
322       Minor tweak in my example CSS stylesheet.
323     Revision:
324       muse--main--1.0--patch-138
326     * examples/mwolson/stylesheets/common.css: Be careful about
327       distinguishing between links and anchors.
329     modified files:
330      ChangeLog.2006 examples/mwolson/stylesheets/common.css
333 2006-05-26 14:38:01 GMT Michael Olson <mwolson@gnu.org> patch-137
335     Summary:
336       Use better fallback when displaying warnings.
337     Revision:
338       muse--main--1.0--patch-137
340     * lisp/muse.el (muse-display-warning): Use a better fallback if
341       `display-warning' does not exist.
343     modified files:
344      ChangeLog.2006 lisp/muse.el
347 2006-05-25 21:23:55 GMT Michael Olson <mwolson@gnu.org> patch-136
349     Summary:
350       Make the Table of Contents CSS easier to customize.
351     Revision:
352       muse--main--1.0--patch-136
354     * examples/mwolson/muse-init.el (muse-bad-link): Update.
355     
356     * examples/mwolson/stylesheets/*.css: Update and add license.
357     
358     * lisp/muse-html.el (muse-html-insert-contents): Surround contents with
359       <div> section for easier CSS hacking.  Remove the class attribute of
360       other elements, since we don't need it anymore.
362     modified files:
363      ChangeLog.2006 Makefile.defs debian/changelog
364      examples/mwolson/muse-init.el
365      examples/mwolson/stylesheets/blog.css
366      examples/mwolson/stylesheets/common.css
367      examples/mwolson/stylesheets/print.css
368      examples/mwolson/stylesheets/screen.css lisp/muse-html.el
371 2006-05-24 03:30:40 GMT Michael Olson <mwolson@gnu.org> patch-135
373     Summary:
374       Fix a potential unbounded recursive call.
375     Revision:
376       muse--main--1.0--patch-135
378     * lisp/muse-project.el (muse-updating-file-alist-p): New variable that
379       prevents calls to muse-project-file-alist in its hook functions from
380       going into an infinite loop.
381       (muse-project-file-alist): Use it.
382     
383     * lisp/muse-wiki.el (muse-wiki-updating-wikiword-p): Remove.  This is now
384       handled in muse-project.el.
385       (muse-wiki-update-local-wikiword-regexp): Remove the use of
386       muse-wiki-updating-wikiword-p.
388     modified files:
389      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
392 2006-05-23 18:10:49 GMT Michael Olson <mwolson@gnu.org> patch-134
394     Summary:
395       Try not to call tramp during publishing.
396     Revision:
397       muse--main--1.0--patch-134
399     * lisp/muse-publish.el (muse-insert-file-or-string): Do not call
400       file-readable-p on text that has a newline in it, because this could
401       cause tramp to be invoked.
403     modified files:
404      ChangeLog.2006 lisp/muse-publish.el
407 2006-05-23 15:30:02 GMT Michael Olson <mwolson@gnu.org> patch-133
409     Summary:
410       Make links colored blue by default.
411     Revision:
412       muse--main--1.0--patch-133
414     * lisp/muse-colors.el (muse-link): Make links blue by default, like most
415       other Emacs modes do.
417     modified files:
418      ChangeLog.2006 lisp/muse-colors.el
421 2006-05-23 14:24:58 GMT Michael Olson <mwolson@gnu.org> patch-132
423     Summary:
424       Fix publishing error with tables and initial whitespace.
425     Revision:
426       muse--main--1.0--patch-132
428     * lisp/muse-publish.el (muse-publish-markup-regexps): Move table rule
429       above blockquote and centered text, so that indented but blank initial
430       table fields publish correctly.
431     
432     * lisp/muse-regexps.el (muse-table-line-regexp): Make this much simpler.
433       We accept anything that has at least one field delimiter.
435     modified files:
436      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
439 2006-05-18 06:58:58 GMT Michael Olson <mwolson@gnu.org> patch-131
441     Summary:
442       Add muse-protocol-iw.el to experimental folder.
443     Revision:
444       muse--main--1.0--patch-131
446     * experimental/muse-protocol-iw.el: New experimental file that implements
447       an interwiki protocol of sorts that handles subdirectories.
449     new files:
450      experimental/.arch-ids/muse-protocol-iw.el.id
451      experimental/muse-protocol-iw.el
453     modified files:
454      AUTHORS ChangeLog.2006 experimental/muse-split.el
457 2006-05-18 06:43:30 GMT Michael Olson <mwolson@gnu.org> patch-130
459     Summary:
460       Add muse-split.el to experimental folder.
461     Revision:
462       muse--main--1.0--patch-130
464     * experimental/muse-split.el: New experimental file that splits published
465       Muse files into several smaller files.
467     new files:
468      experimental/.arch-ids/muse-split.el.id
469      experimental/muse-split.el
471     modified files:
472      AUTHORS ChangeLog.2006 Makefile.defs debian/changelog
473      debian/control
476 2006-05-18 06:03:49 GMT Michael Olson <mwolson@gnu.org> patch-129
478     Summary:
479       muse-wiki: Make the interwiki resolver a bit more clever.
480     Revision:
481       muse--main--1.0--patch-129
483     * lisp/muse-project.el (muse-project-choose-style): New function that
484       chooses a style from a list of styles, given a user-supplied test.
485     
486     * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix): New function
487       that is used along with `muse-project-choose-style' to pick the first
488       style that matches a given value for :link-prefix.
489       (muse-wiki-resolve-project-page-1): New function split from
490       `muse-wiki-resolve-project-page' for readability.  Try to match files
491       that have the same link-suffix.  This should hopefully fix a bug
492       noticed by Hans Ekbrand.
494     modified files:
495      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
498 2006-05-18 01:24:04 GMT Michael Olson <mwolson@gnu.org> patch-128
500     Summary:
501       Fix bug where links with :: in them were marked up as lists.
502     Revision:
503       muse--main--1.0--patch-128
505     * lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
506       Change noemphasis property to muse-link.
507     
508     * lisp/muse.el (muse-forward-list-item): Respect muse-link property.
509     
510     * lisp/muse-publish.el (muse-publish-surround-text)
511       (muse-publish-markup-list): Ditto.  This should fix a bug.
512       (muse-publish-markup-list): Docfix.
513       (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.
514     
515     * lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
516       There must be either one or more spaces or a single newline after the
517       colons.  This prevents an ambiguity with the double-colon muse-wiki
518       interwiki delimiter.
520     modified files:
521      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
522      lisp/muse-regexps.el lisp/muse-xml-common.el lisp/muse.el
525 2006-05-17 21:27:19 GMT Michael Olson <mwolson@gnu.org> patch-127
527     Summary:
528       DTRT with explicit links that have no description.
529     Revision:
530       muse--main--1.0--patch-127
532     * lisp/muse-publish.el (muse-publish-markup-link): If we are given an
533       explicit link without a description, use the name of the linked page.
535     modified files:
536      ChangeLog.2006 lisp/muse-publish.el
539 2006-05-16 15:53:56 GMT Michael Olson <mwolson@gnu.org> patch-126
541     Summary:
542       Fix emdash in link description bug.
543     Revision:
544       muse--main--1.0--patch-126
546     * lisp/muse-publish.el (muse-publish-markup-emdash): Don't markup emdash
547       if we are in a link, since otherwise it will be incorrectly escaped.
548       Thanks to Chiyuan Zhang for the report.
550     modified files:
551      ChangeLog.2006 Makefile.defs debian/changelog
552      lisp/muse-publish.el
555 2006-05-12 04:16:43 GMT Michael Olson <mwolson@gnu.org> patch-125
557     Summary:
558       Fix #5925: Emphasis on item breaks lists.
559     Revision:
560       muse--main--1.0--patch-125
562     * lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
563       as the browsing function.
564     
565     * lisp/muse-mode.el (muse-browse-result): Only include styles that match
566       the current file.
567     
568     * lisp/muse.el (muse-list-item-critical-point): Take a new argument named
569       `offset' into account, in case the list-item regexp is nested in
570       another group.
571       (muse-forward-list-item): Call `muse-list-item-critical-point' with an
572       offset of 1.  This should fix an unpleasant list-as-blockquote error
573       that was noticed recently.  Thanks to John Sullivan for the report.
575     modified files:
576      ChangeLog.2006 lisp/muse-blosxom.el lisp/muse-mode.el
577      lisp/muse.el
580 2006-05-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
582     Summary:
583       Fix a couple of beginning-of-buffer errors.
584     Revision:
585       muse--main--1.0--patch-124
587     * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
588       don't throw an error if at the beginning of the buffer.  Thanks to John
589       Sullivan for the report.
591     modified files:
592      ChangeLog.2006 lisp/muse-mode.el
595 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
597     Summary:
598       muse.texi: Change use of @subsubheading to @subheading.
599     Revision:
600       muse--main--1.0--patch-123
602     * muse.texi: Change use of @subsubheading to @subheading throughout
603       document.
605     modified files:
606      ChangeLog.2006 muse.texi
609 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
611     Summary:
612       muse.texi: Change subsections to subheadings.
613     Revision:
614       muse--main--1.0--patch-122
616     (Author: John Sullivan <john@wjsullivan.net>)
617     
618     * muse.texi: Change @subsection and @strong to @subheading throughout
619       document.
621     modified files:
622      ChangeLog.2006 Makefile.defs debian/changelog muse.texi
624     new patches:
625      john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
626      john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
627      john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
630 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
632     Summary:
633       Update keystrokes used in muse-mode, as well as docs.
634     Revision:
635       muse--main--1.0--patch-121
637     * lisp/muse-mode.el (muse-insert-map): New variable that defines the
638       keymap to use when the user wants to insert something into the current
639       buffer using `C-c i'.
640       (muse-mode-map): Sort keys somewhat.  Remove binding of `C-c C-v' to
641       muse-follow-name-at-point, since this is already used for
642       muse-browse-result.  Call `muse-insert-thing' on `C-c i', which will
643       prompt for the thing to insert.
644       (muse-insert-thing): New function that prompts the user for something
645       to insert into the current buffer.  It tries to be as friendly as
646       possible by catching possible errors with the message "Not inserting
647       anything".
648       (muse-mode-completions): Rename from `muse-completions', since this is
649       what we use in `muse-mode'.
650       (muse-mode-current-word): Similarly.  These don't seem to work
651       correctly, for unknown reasons.
652     
653     * muse.texi (Keystroke Summary): Update to include all keystrokes that we
654       utilize.
656     modified files:
657      ChangeLog.2006 lisp/muse-mode.el muse.texi
660 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
662     Summary:
663       Fix buggy behavior in muse-browse-result.
664     Revision:
665       muse--main--1.0--patch-120
667     * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
668       names to styles, based on the styles contained in the current Muse
669       project.  Thanks to kid kid for the analysis.
670     
671     * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
672       specified as an argument.
674     modified files:
675      ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
678 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
680     Summary:
681       muse-latex: Make images look better.
682     Revision:
683       muse--main--1.0--patch-119
685     * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
686       be 75% the width of the page, which looks better.  Enclose images in
687       figures, and center them.
689     modified files:
690      ChangeLog.2006 lisp/muse-latex.el
693 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
695     Summary:
696       Fix a few image bugs.
697     Revision:
698       muse--main--1.0--patch-118
700     * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
701       passing it to `muse-colors-inline-image-method'.  This makes images
702       with the same current directory and publishing directory get resolved
703       correctly.
704     
705     * lisp/muse-project.el (muse-project-find-file): Don't try to add a
706       ".muse" extension to images.
708     modified files:
709      ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
712 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
714     Summary:
715       Make build targets more consistent.
716     Revision:
717       muse--main--1.0--patch-117
719     * contrib/Makefile (install): Make build targets more consistent.  Thanks
720       to dsmith for the report.
721     
722     * lisp/Makefile (all, lisp, install): Ditto.
724     modified files:
725      ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
726      lisp/Makefile
729 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
731     Summary:
732       cgi.el: Make this work without cl-seq.el.
733     Revision:
734       muse--main--1.0--patch-116
736     * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
737       code.  Make this not depend on 'cl at runtime.
738       (cgi-position): New function that implements a simple replacement for
739       the position function found in cl-seq.el.
740       (cgi-decode): Use `cgi-position' instead of `position' and `substring'
741       instead of `subseq'.
742     
743     * contrib/httpd.el: Credit myself.
745     modified files:
746      ChangeLog.2006 contrib/cgi.el contrib/httpd.el
749 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
751     Summary:
752       Make publishing DTRT when using escaped list markup.
753     Revision:
754       muse--main--1.0--patch-115
756     * lisp/muse-publish.el (muse-publish-surround-text)
757       (muse-publish-markup-list): Ignore escaped list markup.
758     
759     * lisp/muse.el (muse-list-item-type): Docfix.
760       (muse-list-item-critical-point): New function that returns the point
761       where we should expect to find the first character in the current list
762       item markup.
763       (muse-forward-paragraph): Docfix and cosmetic change.
764       (muse-forward-list-item): Ignore escaped list markup.  This should fix
765       a few publishing errors that involve markup like =::=.
767     modified files:
768      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
771 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
773     Summary:
774       muse-publish: Get rid of warning when batch publishing.
775     Revision:
776       muse--main--1.0--patch-114
778     * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
779       publishing warning message.
781     modified files:
782      ChangeLog.2006 Makefile.defs debian/changelog
783      lisp/muse-publish.el
786 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
788     Summary:
789       Try to fix face clobbering bug.
790     Revision:
791       muse--main--1.0--patch-113
793     * lisp/muse-colors.el (muse-make-faces-default): New function that sets
794       the default value of the header faces.  It can be re-used.
795       (muse-make-faces): Simplify.  This should now fix the face clobbering
796       bug.
798     modified files:
799      ChangeLog.2006 lisp/muse-colors.el
802 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
804     Summary:
805       Re-add some cgi.el stuff and update my example config.
806     Revision:
807       muse--main--1.0--patch-112
809     * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
810       they are mentioned in the documentation.
811     
812     * examples/mwolson/: Update.
814     modified files:
815      ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
816      examples/mwolson/templates/footer.html
817      examples/mwolson/templates/header.html
820 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
822     Summary:
823       muse-mode: Make C-c C-e work better.
824     Revision:
825       muse--main--1.0--patch-111
827     * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
828       that this is more robust.
830     modified files:
831      ChangeLog.2006 lisp/muse-mode.el
834 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
836     Summary:
837       muse-latex: Don't escape backslash in <example> regions.
838     Revision:
839       muse--main--1.0--patch-110
841     * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
842       to escape the backslash after all.
843       (muse-latex-markup-specials-literal): Docfix.
844     
845     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
847     modified files:
848      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
851 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
853     Summary:
854       Allow tab characters in the target of explicit links.
855     Revision:
856       muse--main--1.0--patch-109
858     * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
859       in the link target.  This doesn't seem like it could hurt anything, and
860       prevents unexpected behavior.  Thanks to rubikitch AT ruby-lang.org for
861       the report.
863     modified files:
864      ChangeLog.2006 lisp/muse-regexps.el
867 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
869     Summary:
870       muse-wiki: Fix bug that caused WikiWords not to publish or display.
871     Revision:
872       muse--main--1.0--patch-108
874     * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
876     modified files:
877      ChangeLog.2006 Makefile.defs debian/changelog
878      lisp/muse-wiki.el
881 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
883     Summary:
884       Fix horrendous typo.
885     Revision:
886       muse--main--1.0--patch-107
888     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
889       strangeness.
891     modified files:
892      ChangeLog.2006 lisp/muse-publish.el
895 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
897     Summary:
898       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
899     Revision:
900       muse--main--1.0--patch-106
902     (Author: Per B. Sederberg <per@med.upenn.edu>)
903     
904     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
905       Option to not create implicit links to the current page.
906       (muse-wiki-handle-wikiword): Process the option to not create implicit
907       links to the current page.
909     modified files:
910      ChangeLog.2006 Makefile.defs debian/changelog
911      lisp/muse-wiki.el
913     new patches:
914      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
917 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
919     Summary:
920       Try to fix failure to recognize Muse file extension (6th attempt).
921     Revision:
922       muse--main--1.0--patch-105
924     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
925       init file is loaded.
926       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
927       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
928     
929     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
930       user's init file is loaded.  Explicitly add the Muse file extension
931       when muse.el is loaded, to make life simpler.
932       (muse-update-file-extension): Take several edge cases into account.
933       (muse-file-extension): Docfix.
934       (muse-update-file-extension-after-init): New function that causes the
935       file extension to be updated.
936     
937     * muse.texi (Projects): It is no longer necessary to call
938       `muse-mode-maybe' manually.
940     modified files:
941      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
944 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
946     Summary:
947       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
948     Revision:
949       muse--main--1.0--patch-104
951     (Author: Per B. Sederberg <per@med.upenn.edu>)
952     
953     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
954       to return a list of project files that have spaces.
955       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
956       spaces function.  Don't make this buffer-local.
958     modified files:
959      ChangeLog.2006 lisp/muse-wiki.el
961     new patches:
962      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
963      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
964      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
965      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
966      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
969 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
971     Summary:
972       Try to fix failure to recognize Muse file extension (5th attempt).
973     Revision:
974       muse--main--1.0--patch-103
976     * lisp/muse.el: To detect whether Emacs has fully started, check
977       `command-line-processed' instead of `inhibit-startup-hooks', since the
978       latter only exists for Emacs22.
980     modified files:
981      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
984 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
986     Summary:
987       muse-html: Add :style-sheet element.
988     Revision:
989       muse--main--1.0--patch-102
991     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
992       :style-sheet element.
993       ("html", "xhtml"): Add the :style-sheet element.
994     
995     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
996       style already exists.  Instead, just replace the existing style.
997       (muse-derive-style): Ditto.
998     
999     * muse.texi (Style Elements): Mention :style-sheet.
1001     modified files:
1002      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
1003      muse.texi
1006 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
1008     Summary:
1009       Try to fix failure to recognize Muse file extension (4th attempt).
1010     Revision:
1011       muse--main--1.0--patch-101
1013     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
1014       the command line.
1016     modified files:
1017      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
1020 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
1022     Summary:
1023       Try to fix failure to recognize Muse file extension (3rd attempt).
1024     Revision:
1025       muse--main--1.0--patch-100
1027     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
1029     modified files:
1030      ChangeLog.2006 lisp/muse.el
1033 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
1035     Summary:
1036       Try to fix failure to recognize Muse file extension (2nd attempt).
1037     Revision:
1038       muse--main--1.0--patch-99
1040     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
1041       auto-mode-alist.
1043     modified files:
1044      ChangeLog.2006 lisp/muse.el
1047 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
1049     Summary:
1050       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
1051     Revision:
1052       muse--main--1.0--patch-98
1054     (Author: Per B. Sederberg <per@med.upenn.edu>)
1055     
1056     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
1057       interwiki-regexp to search for any project file name.  This is so it
1058       will match files with spaces.
1060     modified files:
1061      ChangeLog.2006 lisp/muse-wiki.el
1063     new patches:
1064      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
1065      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
1066      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
1067      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
1068      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
1069      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
1070      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
1073 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
1075     Summary:
1076       Try to fix failure to recognize Muse file extension.
1077     Revision:
1078       muse--main--1.0--patch-97
1080     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
1081       of semantics.
1082     
1083     * lisp/muse.el: Call muse-update-file-extension in
1084       muse-update-values-hook, instead of
1085       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
1086       emacs-startup-hook, so that the user has time to set this in their
1087       .emacs file.
1089     modified files:
1090      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1093 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
1095     Summary:
1096       Make things in contrib directory installable.
1097     Revision:
1098       muse--main--1.0--patch-96
1100     * Makefile (SUBDIRS): Add contrib.
1101       (all): Add contrib.
1102       (contrib): New target that compiles things in the contrib directory.
1103       (install-bin): Add contrib.  Install things in the contrib directory.
1104       Also install uncompiled things in the experimental directory.
1105     
1106     * contrib/Makefile: New Makefile for the contrib directory.
1107     
1108     * contrib/httpd.el (httpd-start): Fix compiler warnings.
1109     
1110     * debian/emacsen-install: Compile files in contrib directory in addition
1111       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
1112     
1113     * debian/emacsen-startup: Add contrib directory to load-path.
1114     
1115     * experimental/Makefile (test): Remove target.
1116       (install-uncompiled): New target that installs uncompiled files.
1117     
1118     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
1119       (muse-update-file-extension): Fix a warning that occurred when doing
1120       batch publishing.
1122     new files:
1123      contrib/.arch-ids/Makefile.id contrib/Makefile
1125     modified files:
1126      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
1127      debian/changelog debian/emacsen-install debian/emacsen-startup
1128      experimental/Makefile lisp/muse.el muse.texi
1131 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
1133     Summary:
1134       Remove muse-registry.el.
1135     Revision:
1136       muse--main--1.0--patch-95
1138     * lisp/muse-registry.el: Move to the Planner project, since it is a
1139       better fit with Planner than Muse.
1141     removed files:
1142      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
1144     modified files:
1145      AUTHORS ChangeLog.2006
1148 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
1150     Summary:
1151       Prepare Debian package for Arch snapshot.
1152     Revision:
1153       muse--main--1.0--patch-94
1155     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
1156       snapshot.
1158     modified files:
1159      ChangeLog.2006 Makefile.defs debian/changelog
1162 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
1164     Summary:
1165       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
1166     Revision:
1167       muse--main--1.0--patch-93
1169     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
1170       `muse-wiki-hide-nop-tag' into account.
1172     modified files:
1173      ChangeLog.2006 lisp/muse-wiki.el
1176 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
1178     Summary:
1179       Fix a couple of compiler warnings.
1180     Revision:
1181       muse--main--1.0--patch-92
1183     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
1185     modified files:
1186      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
1189 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
1191     Summary:
1192       Make interwiki links work with the new option.
1193     Revision:
1194       muse--main--1.0--patch-91
1196     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
1197       parameters.  Populate this correctly when
1198       `muse-wiki-match-all-project-files' is non-nil.
1200     modified files:
1201      ChangeLog.2006 lisp/muse-wiki.el
1204 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
1206     Summary:
1207       Permit table generation to be disabled for a single Muse page.
1208     Revision:
1209       muse--main--1.0--patch-90
1211     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
1212       data, don't publish the table.
1213     
1214     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
1215     
1216     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
1217     
1218     * lisp/muse-publish.el (muse-publish-table-fields): If the
1219       "disable-tables" publishing directive exists for the current page, do
1220       not generate a table.
1221     
1222     * muse.texi (Tables): Mention that table generation can be disabled for a
1223       single page.
1225     modified files:
1226      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1227      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
1230 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
1232     Summary:
1233       muse-wiki: Match filenames before WikiWords.
1234     Revision:
1235       muse--main--1.0--patch-89
1237     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
1238       filenames in project before the general WikiWord regexp.
1240     modified files:
1241      ChangeLog.2006 lisp/muse-wiki.el
1244 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
1246     Summary:
1247       Use a better mechanism for updating autogenerated variables.
1248     Revision:
1249       muse--main--1.0--patch-88
1251     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
1252     
1253     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
1254     
1255     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
1256       muse-update-values-hook.
1257     
1258     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
1259       muse-update-values-hook.
1260     
1261     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
1262       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
1263       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
1264       error is fixed.
1265       (muse-wiki-update-custom-values): Replace with function that gives a
1266       warning and an explanation.
1267     
1268     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
1269       example so that people who use it won't have a wrong value in
1270       muse-mode-hook.
1272     modified files:
1273      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
1274      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
1275      lisp/muse.el
1278 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
1280     Summary:
1281       muse-wiki: Implement implicit links for all files in project.
1282     Revision:
1283       muse--main--1.0--patch-87
1285     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
1286       don't get errors when trying to use it.
1287     
1288     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
1289       muse-project-file-alist-hook.
1290       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
1291       into a recursive call.
1292       (muse-wiki-update-wikiword-regexp): Call
1293       `muse-wiki-update-local-wikiword-regexp'.
1294     
1295     (Author: Per B. Sederberg <per@med.upenn.edu>)
1296     
1297     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
1298       muse-before-publish-hook and muse-mode-hook so that implicit links are
1299       published properly.
1300       (muse-wiki-wikiword-match-project-files): New option for determining
1301       whether to match all project files as implicit links.  This is off by
1302       default.
1303       (muse-wiki-update-local-wikiword-regexp): New function to make the
1304       wikiword-regexp local and append the files in the current project to
1305       it.
1307     modified files:
1308      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1310     new patches:
1311      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
1312      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
1313      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
1314      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
1315      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
1316      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
1317      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
1318      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
1319      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
1320      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
1321      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
1322      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
1323      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
1324      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
1327 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
1329     Summary:
1330       Update Muse's file-alist after saving any Muse page.
1331     Revision:
1332       muse--main--1.0--patch-86
1334     * lisp/muse-project.el (muse-project-after-save-hook): New function that
1335       causes Muse's file-alist to be updated when we are saving a Muse file.
1336       This is added to after-save-hook.
1338     modified files:
1339      ChangeLog.2006 lisp/muse-project.el
1342 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
1344     Summary:
1345       Add a hook that is called whenever Muse's file-alist is updated.
1346     Revision:
1347       muse--main--1.0--patch-85
1349     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
1350       executed after an update to muse-project-file-alist happens.
1351       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
1353     modified files:
1354      ChangeLog.2006 lisp/muse-project.el
1357 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
1359     Summary:
1360       muse-mode: Recognize definition lists when filling text.
1361     Revision:
1362       muse--main--1.0--patch-84
1364     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
1365       text.
1366     
1368     modified files:
1369      ChangeLog.2006 lisp/muse-mode.el
1372 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
1374     Summary:
1375       Remove unrelated part of patch-82.
1376     Revision:
1377       muse--main--1.0--patch-83
1380     modified files:
1381      ChangeLog.2006 lisp/muse-mode.el
1384 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
1386     Summary:
1387       muse-journal: Fix dates in RSS feeds.
1388     Revision:
1389       muse--main--1.0--patch-82
1391     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
1392       date is in a format that RSS readers can handle.  Thanks to René
1393       Stadler for the patch.
1395     modified files:
1396      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
1399 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
1401     Summary:
1402       debian: Install ChangeLog properly.
1403     Revision:
1404       muse--main--1.0--patch-81
1406     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
1407       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
1408       the breakage report.
1410     modified files:
1411      ChangeLog.2006 debian/rules
1414 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
1416     Summary:
1417       Fix a bug triggered by batch-publishing.
1418     Revision:
1419       muse--main--1.0--patch-80
1421     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
1422       right algorithm turned out to be simpler than I had thought.  Thanks to
1423       Sergei V. Fleytin for reporting breakage with the old method.
1424       (muse-publish-file): Don't be overzealous when checking for an invalid
1425       style -- use a simpler check.
1426       (muse-batch-publish-files): Don't check for invalid styles here, since
1427       we already do so in `muse-publish-file'.
1429     modified files:
1430      ChangeLog.2006 lisp/muse-publish.el
1433 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
1435     Summary:
1436       muse.texi: Move some sections to a new Extending Muse chapter.
1437     Revision:
1438       muse--main--1.0--patch-79
1440     * muse.texi (Extending Muse): New chapter containing nodes that deal with
1441       extending Muse in various ways.
1442       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
1444     modified files:
1445      ChangeLog.2006 muse.texi
1448 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
1450     Summary:
1451       Fix a couple of recently-introduced bugs.
1452     Revision:
1453       muse--main--1.0--patch-78
1455     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
1456       extra hard to preserve our settings for faces, especially after a new
1457       frame or splash screen.
1458     
1459     * lisp/muse.el (muse-copy-face): New function that ensures the face is
1460       copied globally, to the extent the Emacs permits this.
1462     modified files:
1463      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1466 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
1468     Summary:
1469       Update my example configuration file.
1470     Revision:
1471       muse--main--1.0--patch-77
1474     modified files:
1475      ChangeLog.2006 examples/mwolson/muse-init.el
1478 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
1480     Summary:
1481       Remove cruft from patch logs.
1482     Revision:
1483       muse--main--1.0--patch-76
1486     modified files:
1487      ChangeLog.2006
1488      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
1489      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
1490      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
1491      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
1492      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
1493      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
1494      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
1495      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
1498 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
1500     Summary:
1501       Make faces more robust and namespace-conforming.
1502     Revision:
1503       muse--main--1.0--patch-75
1505     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
1506       face has documentation and a group.
1507       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
1508       "-face" suffix.
1509       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
1510       faces have documentation and a group.  Copy unconditionally from the
1511       related Emacs faces, rather than specifying face attributes.
1512       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
1513       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
1514       face names.
1515     
1516     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
1517       the 'muse-link property rather than looking at the face.
1519     modified files:
1520      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1523 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
1525     Summary:
1526       muse.texi: Mention the <code> tag.
1527     Revision:
1528       muse--main--1.0--patch-74
1530     * muse.texi (Emphasizing Text): Mention the <code> tag.
1532     modified files:
1533      ChangeLog.2006 muse.texi
1536 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
1538     Summary:
1539       Fix bug in verse markup, undesired behavior with emdash.
1540     Revision:
1541       muse--main--1.0--patch-73
1543     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
1544       around emdash.
1545     
1546     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1547     
1548     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1549     
1550     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
1551       trailing whitespace to `muse-markup-text', in case the current
1552       publishing wishes to use them.
1553       (muse-publish-markup-verse): Insert newline without adding read-only
1554       properties to it.  This fixes a paragraph detection bug in HTML
1555       publishing.
1557     modified files:
1558      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1559      lisp/muse-publish.el lisp/muse-xml.el
1562 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
1564     Summary:
1565       httpd.el: Update to work with newer versions of Emacs.
1566     Revision:
1567       muse--main--1.0--patch-72
1569     * contrib/httpd.el (httpd-start): Update this to work with newer versions
1570       of Emacs.
1572     modified files:
1573      ChangeLog.2006 contrib/httpd.el
1576 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1578     Summary:
1579       muse-journal: Make custom RSS heading regexps possible.
1580     Revision:
1581       muse--main--1.0--patch-71
1583     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1584       determines the regexp to use when searching for an RSS heading.
1585       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1587     modified files:
1588      ChangeLog.2006 lisp/muse-journal.el
1591 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1593     Summary:
1594       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1595     Revision:
1596       muse--main--1.0--patch-70
1598     * lisp/muse-project.el (muse-project-publish): If we cannot find a
1599       project to publish, indicate this in an error message.
1600     
1601     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1602       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
1603       (muse-detect-invalid-style): New function that makes sure that the
1604       given style is in a valid format.
1605       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
1606       publishing.
1608     modified files:
1609      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
1612 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
1614     Summary:
1615       muse-mode: Don't require muse-publish.el.
1616     Revision:
1617       muse--main--1.0--patch-69
1619     * lisp/muse-mode.el: Use a few autoloads instead of requiring
1620       muse-publish.el.  This allows people to optionally have Muse mode
1621       without including the publishing features, as long as they never call a
1622       publishing function.  The documentation says that Muse is supposed to
1623       be modular in that way, so I guess we'd better follow it.
1624       (muse-insert-tag): Make sure that muse-publish is required before
1625       accessing `muse-publish-markup-tags'.
1627     modified files:
1628      ChangeLog.2006 lisp/muse-mode.el
1631 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
1633     Summary:
1634       Minor code cleanup.
1635     Revision:
1636       muse--main--1.0--patch-68
1638     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
1640     modified files:
1641      ChangeLog.2006 lisp/muse-mode.el
1644 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
1646     Summary:
1647       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
1648     Revision:
1649       muse--main--1.0--patch-67
1651     (Author: Per B. Sederberg <per@med.upenn.edu>)
1652     
1653     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
1654       used for grepping.
1655       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
1656       muse-find-backlinks C-c C-b
1657       (muse-grep): New function to envoke a search with the compiler.
1658       (muse-search-with-command): New function to search for text, optionally
1659       editing the command.
1660       (muse-search): New function to search for text.
1661       (muse-find-backlinks): New function to search for backlinks to the
1662       current page.
1664     modified files:
1665      ChangeLog.2006 lisp/muse-mode.el
1667     new patches:
1668      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
1669      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
1670      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
1671      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
1672      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
1673      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
1674      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
1675      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
1676      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
1677      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
1678      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
1679      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
1682 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
1684     Summary:
1685       Make it easier to call context-specific region-escaping function.
1686     Revision:
1687       muse--main--1.0--patch-66
1689     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
1690       returned from specials, call it with beg, end, ignore-read-only args.
1691       This allows for people to specify their own functions for escaping
1692       regions, depending on context.  See `muse-xml-decide-specials' in
1693       muse-xml-common.el.  This functionality already exists for escaping
1694       specials in strings.
1696     modified files:
1697      ChangeLog.2006 lisp/muse-publish.el
1700 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
1702     Summary:
1703       Attempt to make new syntaxes easier to support.
1704     Revision:
1705       muse--main--1.0--patch-65
1707     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
1708       and `muse-get-link-data'.
1709     
1710     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
1711     
1712     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
1713       (muse-make-link): Change argument name.
1714     
1715     * lisp/muse.el (muse-handle-explicit-link): Ditto.
1716       (muse-get-link, muse-get-link-desc): New functions that return the link
1717       and the link description, respectively, from the given TARGET.  The
1718       idea is that at least one other markup syntax puts descriptions before
1719       links, so all they would have to do is re-define these two functions.
1721     modified files:
1722      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
1723      lisp/muse-mode.el lisp/muse.el
1726 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
1728     Summary:
1729       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
1730     Revision:
1731       muse--main--1.0--patch-64
1733     * Makefile.defs, lisp/muse-colors.el: Fix typo.
1734     
1735     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
1736       `replace-in-string' is checked before `replace-regexp-in-string', since
1737       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
1738       Ottaway for the heads up.
1740     modified files:
1741      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
1744 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
1746     Summary:
1747       muse-latex: Add footnotes to links so that they show up on printed copies.
1748     Revision:
1749       muse--main--1.0--patch-63
1751     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
1752       'url-and-desc.  Display footnotes if we have both a link and a
1753       description, since we want URLs to show up on printed documents.
1754       (muse-latex-markup-specials-document): Escape the "@" character in the
1755       entire document.
1756     
1757     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
1758       without descriptions and URLs with descriptions.  If no markup string
1759       exists for 'url-and-desc, fall back to 'url.
1761     modified files:
1762      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1765 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
1767     Summary:
1768       Fix publishing error with multi-line wrapped list items.
1769     Revision:
1770       muse--main--1.0--patch-62
1772     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
1773       multiple lines of a wrapped list item.
1775     modified files:
1776      ChangeLog.2006 lisp/muse-publish.el
1779 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
1781     Summary:
1782       Add COPYING file; update headers.
1783     Revision:
1784       muse--main--1.0--patch-61
1786     * COPYING: New file containing the GNU GPL.
1787     
1788     * AUTHORS: Bookkeeping.
1789     
1790     * README: Add License section.  Change Muse homepage URL.
1791     
1792     * debian/copyright: Change Muse homepage URL.  Prune list to those who
1793       have changed 15+ lines of code, since this is the amount that
1794       constitutes legal contribution to a software work, AFAICT.
1795     
1796     * examples/mwolson: Update contents of directory to match my current
1797       setup.
1798     
1799     * experimental/muse*.el, lisp/muse*.el: Update headers.
1800     
1801     * muse.texi: Change Muse homepage URL.
1803     new files:
1804      .arch-ids/COPYING.id COPYING
1806     modified files:
1807      AUTHORS ChangeLog.2006 README debian/copyright
1808      examples/mwolson/muse-init.el
1809      examples/mwolson/stylesheets/blog.css
1810      examples/mwolson/stylesheets/common.css
1811      examples/mwolson/stylesheets/print.css
1812      examples/mwolson/stylesheets/screen.css
1813      experimental/muse-cite.el experimental/muse-mathml.el
1814      experimental/muse-message.el lisp/muse-backlink.el
1815      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
1816      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
1817      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
1818      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
1819      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
1820      lisp/muse-publish.el lisp/muse-regexps.el
1821      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
1822      lisp/muse-xml.el lisp/muse.el muse.texi
1825 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
1827     Summary:
1828       Update Muse XML schema.
1829     Revision:
1830       muse--main--1.0--patch-60
1832     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
1833       history.  We'll call this v0.3 of the schema.
1834     
1835     * lisp/muse-xml-common.el: Update header.
1836       (muse-xml-markup-table): Fix table generation when attributes are not
1837       specified.
1839     modified files:
1840      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
1843 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
1845     Summary:
1846       Fix output for consecutive list items of same type.
1847     Revision:
1848       muse--main--1.0--patch-59
1850     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
1851       post-indent and indent-found values local to each list item.  This
1852       should fix undesired behavior with consecutive list items of the same
1853       type.
1855     modified files:
1856      ChangeLog.2006 lisp/muse-publish.el
1859 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
1861     Summary:
1862       Make C-> and C-< keybindings not indent nested items.
1863     Revision:
1864       muse--main--1.0--patch-58
1866     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
1867       nested items.
1868     
1869     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
1870       optional, and document this.
1872     modified files:
1873      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
1876 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
1878     Summary:
1879       Slightly improve flyspell integration.
1880     Revision:
1881       muse--main--1.0--patch-57
1883     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
1884       property to determine whether we are at a link.
1886     modified files:
1887      ChangeLog.2006 lisp/muse-mode.el
1890 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
1892     Summary:
1893       Make nested definition list items work much better.
1894     Revision:
1895       muse--main--1.0--patch-56
1897     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1898       `muse-forward-list-item'.  Don't pass indent and post-indent to the
1899       move function.
1900       (muse-publish-surround-text): If we are to determine the indentation,
1901       but have found no list items, set indent to the empty string.  If we
1902       are to determine indentation but have found an item, get all leading
1903       whitespace and set indent to it.  Never try to determine post-indent
1904       using the first line.  Try to contain the amount of "damage" a nested
1905       list item can do to wrapped list item text.
1906     
1907     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
1908       part so that it is easier to indicate the amount of desired initial
1909       whitespace.
1910     
1911     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
1912       entry optional.
1913       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
1914       merged into `muse-forward-list-item'.
1915       (muse-forward-list-item-1): New function that determines whether a
1916       nested list item is found.
1917       (muse-forward-list-item): Move hairy nested list detection algorithm
1918       into `muse-forward-list-item-1'.  Be extra careful about terminating
1919       when we go past the boundary.
1921     modified files:
1922      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1923      lisp/muse.el
1926 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
1928     Summary:
1929       Add backlink support, thanks to Jim Ottaway.
1930     Revision:
1931       muse--main--1.0--patch-55
1933     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
1934       variable that indicates whether Muse is fontifying the current buffer.
1935       (muse-colors-region): Set `muse-colors-fontifying' to t.
1936     
1937     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
1938       support.  I've modified it slightly to get rid of the defadvice forms.
1940     new files:
1941      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
1943     modified files:
1944      AUTHORS ChangeLog.2006 lisp/muse-colors.el
1947 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
1949     Summary:
1950       muse-protocols: Add Wikipedia support.
1951     Revision:
1952       muse--main--1.0--patch-54
1954     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
1955       is used to look up terms on the Wikipedia website.
1956       (muse-wikipedia-country): New option that specifies the country code to
1957       use for Wikipedia.
1958       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
1959       resolve and browse Wikipedia URLs.
1961     modified files:
1962      ChangeLog.2006 lisp/muse-protocols.el
1965 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
1967     Summary:
1968       muse-protocols: Add DOI handling.
1969     Revision:
1970       muse--main--1.0--patch-53
1972     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
1973       DOI's (digitial object identifiers) are a standard identifier used in
1974       the publishing industry.  Thanks to Phillip Lord for the patch.
1975       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
1976       and browse DOI's.
1978     modified files:
1979      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
1982 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
1984     Summary:
1985       Refine previous patch.
1986     Revision:
1987       muse--main--1.0--patch-52
1989     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
1990       ever use the fallback method.  Save point when using new method.
1992     modified files:
1993      ChangeLog.2006 lisp/muse-mode.el
1996 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
1998     Summary:
1999       Make visiting of links a bit faster.
2000     Revision:
2001       muse--main--1.0--patch-51
2003     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
2004       property.
2005       (muse-link-properties): If we are highlighting a link, add the
2006       muse-link property.
2007     
2008     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
2009       exists at point, use it to bound the link.  Otherwise, use the old
2010       method.  This should make it easier to visit custom implicit link
2011       forms, since it does not require a change to muse-implicit-link-regexp.
2012     
2013     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
2014       used when muse-colors.el is loaded.
2016     modified files:
2017      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2018      lisp/muse-regexps.el
2021 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
2023     Summary:
2024       Make resolving of inline image paths more flexible.
2025     Revision:
2026       muse--main--1.0--patch-50
2028     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
2029       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
2030       option.  Make the fallback customization type a function rather than a
2031       symbol.
2032       (muse-colors-use-publishing-directory): New function that takes the
2033       best guess at where the current Muse file will be published and makes
2034       the given link relative to that.
2035       (muse-colors-insert-image): If muse-colors-inline-image-method is
2036       'default-directory, use the default directory.  If it is a function,
2037       call that function with LINK as an argument.  Otherwise, give up.
2039     modified files:
2040      ChangeLog.2006 lisp/muse-colors.el
2043 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
2045     Summary:
2046       Fix inline image lockup.
2047     Revision:
2048       muse--main--1.0--patch-49
2050     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
2051       patch-47.  This will prevent Muse from locking up after making a new
2052       inline image.
2054     modified files:
2055      ChangeLog.2006 lisp/muse-colors.el
2058 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
2060     Summary:
2061       Fix publishing problem with XEmacs.
2062     Revision:
2063       muse--main--1.0--patch-48
2065     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
2066       publishing problem when text at beginning of buffer is read-only.
2067       Thanks to Christian Clercin for the report.
2069     modified files:
2070      ChangeLog.2006 lisp/muse-publish.el
2073 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
2075     Summary:
2076       Get increase and decrease of list indentation to work with complex cases.
2077     Revision:
2078       muse--main--1.0--patch-47
2080     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
2081       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
2082       to indicate this interpretation, though parens are different.
2083     
2084     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
2085       (muse-alter-list-item-indentation): New function that alters the list
2086       structure at point.  The behavior to use is specified by the OPERATION
2087       argument.  Currently-supported operations are 'increase and 'decrease
2088       indentation level.  This now uses the same sort of list detection
2089       algorithm that is used during publishing, so it should work as expected
2090       for complicated cases.
2091       (muse-increase-list-item-indentation)
2092       (muse-decrease-list-item-indentation): Use
2093       `muse-alter-list-item-indentation'.
2095     modified files:
2096      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2099 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
2101     Summary:
2102       Code simplification; improve muse-list-item-type function.
2103     Revision:
2104       muse--main--1.0--patch-46
2106     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
2107       'dl-entry, instead of just returning 'dl.
2108       (muse-forward-dl-term, muse-forward-dl-entry): Use
2109       muse-forward-list-item.
2110       (muse-forward-dl-part): Remove, merge functionality into
2111       muse-forward-list-item.
2112       (muse-forward-list-item): Add a few conditions needed for skipping
2113       nested 'dl-term and 'dl-entry items.
2115     modified files:
2116      ChangeLog.2006 lisp/muse.el
2119 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
2121     Summary:
2122       Put movement by list and paragraph functions in muse.el.
2123     Revision:
2124       muse--main--1.0--patch-45
2126     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
2127       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
2128       (muse-forward-list-item): Move here from muse-publish.el, so that
2129       muse-mode can make use of these.
2131     modified files:
2132      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
2135 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
2137     Summary:
2138       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
2139     Revision:
2140       muse--main--1.0--patch-44
2142     (Author: Per B. Sederberg <per@med.upenn.edu>)
2143     
2144     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
2145       decrease the current item indentation.
2146       (muse-get-paragraph-start): Helper function to determine the start of
2147       the current paragraph.
2148       (muse-insert-list-item): Cleaned up list item insertion code and made
2149       it handle definitions.
2150       (muse-increase-list-item-indentation): New interactive function to
2151       increase list item indentation.
2152       (muse-decrease-list-item-indentation): New interactive function to
2153       decrease list item indentation.
2155     modified files:
2156      ChangeLog.2006 lisp/muse-mode.el
2158     new patches:
2159      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
2160      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
2161      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
2162      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
2163      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
2164      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
2165      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
2166      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
2167      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
2168      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
2171 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
2173     Summary:
2174       Use slightly better algorithm for removing initial whitespace.
2175     Revision:
2176       muse--main--1.0--patch-43
2178     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
2179       the definition occurred on the same line as the term.
2180       (muse-publish-surround-text): Use a slightly better algorithm for
2181       removing initial indentation of list items.  This way, we preserve
2182       nesting of lists and also deal with same-level items that occur after
2183       nested items.  This probably doesn't make much of a difference in the
2184       output, but it should make support of nested definition lists a bit
2185       less troublesome in some cases.
2186       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
2187       regexp.
2188       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
2189       data.  Don't remove any text.  This makes the function easier to reuse
2190       in display-only situations.
2192     modified files:
2193      ChangeLog.2006 lisp/muse-publish.el
2196 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
2198     Summary:
2199       In a preliminary way, make definition lists nest.
2200     Revision:
2201       muse--main--1.0--patch-42
2203     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
2204       lists nest a bit better.
2205     
2206     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
2207       use it anymore.
2209     modified files:
2210      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2213 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
2215     Summary:
2216       Fix nested list regression.
2217     Revision:
2218       muse--main--1.0--patch-41
2220     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
2221       original indentation value and use that.  This fixes a regression
2222       caused by the last patch.
2224     modified files:
2225      ChangeLog.2006 lisp/muse-publish.el
2228 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
2230     Summary:
2231       Make code look nicer by using muse-forward-dl-* functions.
2232     Revision:
2233       muse--main--1.0--patch-40
2235     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
2236       forms into muse-forward-dl-* for increased reusability.
2237       (muse-publish-surround-text): Call move function with an indent
2238       argument so that we don't have to use partial substitution in lambda
2239       forms.
2240       (muse-forward-dl-term): New function that moves forward to the next
2241       definition list term.
2242       (muse-forward-dl-entry): New function that moves forward to the next
2243       definition list entry.
2244       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
2245       does not move past entire definition list items, only parts of them.
2246       (muse-publish-markup-list, muse-publish-markup-quote):
2247       (muse-publish-quote-tag): Use better lambda form, and include a
2248       parameter.
2250     modified files:
2251      ChangeLog.2006 lisp/muse-publish.el
2254 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
2256     Summary:
2257       Handle blockquoted sections within lists properly.
2258     Revision:
2259       muse--main--1.0--patch-39
2261     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
2262       property.  This should make blockquoted sections within a list do the
2263       right thing.
2264       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
2265       behavior of `muse-forward-paragraph'.
2267     modified files:
2268      ChangeLog.2006 lisp/muse-publish.el
2271 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
2273     Summary:
2274       Fix problem when previous list item was nested.
2275     Revision:
2276       muse--main--1.0--patch-38
2278     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
2279       indicator at the correct place.  This fixes an error where a previous
2280       list was nested but the current one isn't.  Thanks to Per B. Sederberg
2281       for the report.
2283     modified files:
2284      ChangeLog.2006 lisp/muse-publish.el
2287 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
2289     Summary:
2290       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
2291     Revision:
2292       muse--main--1.0--patch-37
2294     * muse.texi (Implicit Links): Mention how to customize the WikiName
2295       recognition, and note that if you're setting this manually, you have to
2296       call some additional code.  This should fix #5376.  Also remove local
2297       variables section at end, since it seems pointless.
2299     modified files:
2300      ChangeLog.2006 muse.texi
2303 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
2305     Summary:
2306       Fix #5325: nested formatting not working in HTML output.
2307     Revision:
2308       muse--main--1.0--patch-36
2310     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
2311       work.  I'm a bit worried about possible double-escaping, though.
2312       Perhaps we should write the context to a text property and escape it
2313       later.  This should fix #5325.
2315     modified files:
2316      ChangeLog.2006 lisp/muse-publish.el
2319 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
2321     Summary:
2322       Make paragraphs respect the end of a list or list item.
2323     Revision:
2324       muse--main--1.0--patch-35
2326     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
2327       end of a list (or list item), back up.  This allows for a nice side
2328       effect when using indented sentences in between list items.
2329     
2330     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
2331     
2332     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
2333     
2334     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
2335       and end-item are marked up with end-list properties.
2337     modified files:
2338      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2339      lisp/muse-publish.el lisp/muse-xml.el
2342 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
2344     Summary:
2345       Make sure an initial term exists before publishing definition list.
2346     Revision:
2347       muse--main--1.0--patch-34
2349     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
2350       exists before publishing a definition list.
2352     modified files:
2353      ChangeLog.2006 lisp/muse-publish.el
2356 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
2358     Summary:
2359       Add comments to nested list code.
2360     Revision:
2361       muse--main--1.0--patch-33
2363     * lisp/muse-publish.el (muse-publish-surround-dl)
2364       (muse-publish-surround-text, muse-forward-dl-item):
2365       (muse-forward-list-item): Add comments, since there were many
2366       intricacies that are probably not obvious to the casual reader.
2367       (muse-forward-dl-item): Remove no-op condition.
2369     modified files:
2370      ChangeLog.2006 lisp/muse-publish.el
2373 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
2375     Summary:
2376       Make nested list items work when separated by one blank line.
2377     Revision:
2378       muse--main--1.0--patch-32
2380     * lisp/muse-publish.el (muse-publish-surround-dl): Use
2381       muse-forward-dl-item instead of muse-forward-list-item.  On second
2382       thought, don't unconditionally insert a newline, as that breaks some
2383       things.
2384       (muse-forward-dl-item): New function that moves forward to the next
2385       definition list item.  This was factored out from
2386       muse-forward-list-item, since it was getting too complex for my liking.
2387       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
2388       indented line, and skip past these if we have a blank line followed by
2389       an indented line.  "Indented" means "indented one past the current
2390       indentation level" here.  Remove some initial whitespace that was being
2391       overlooked before.
2393     modified files:
2394      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2397 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
2399     Summary:
2400       Fix a couple of bugs in muse-wiki-resolve-project-page.
2401     Revision:
2402       muse--main--1.0--patch-31
2404     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
2405       better algorithm for adding styles to a list.
2406     
2407     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
2408       carefully.  This should fix one or two hard-to-explain bugs.
2410     modified files:
2411      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
2414 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
2416     Summary:
2417       Fix another definition list edge case.
2418     Revision:
2419       muse--main--1.0--patch-30
2421     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
2422       unordered list immediately follows definition list term.
2424     modified files:
2425      ChangeLog.2006 lisp/muse-publish.el
2428 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
2430     Summary:
2431       Pass all current definition list test cases.
2432     Revision:
2433       muse--main--1.0--patch-29
2435     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
2436       line if definition is not on the same line as the term.
2437       (muse-forward-list-item): Fix publishing incorrectness that occurred
2438       when a non-dl list follows a definition list.  Always move to the right
2439       place so as to prevent extra empty dd elements from being published.
2441     modified files:
2442      ChangeLog.2006 lisp/muse-publish.el
2445 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
2447     Summary:
2448       Merge consecutive definition list terms properly.
2449     Revision:
2450       muse--main--1.0--patch-28
2452     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
2453       correctly.  This makes Muse merge several definition list items into
2454       one list.
2455       (muse-forward-list-item): Use simpler regexp for 'dl.
2456     
2457     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
2458       definition lists, and make terms the 2nd matched text.
2460     modified files:
2461      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2464 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
2466     Summary:
2467       Bookkeeping.
2468     Revision:
2469       muse--main--1.0--patch-27
2471     * AUTHORS: Update.
2472     
2473     * muse-colors.el, muse-mode.el: Credit contributions.
2475     modified files:
2476      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2479 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
2481     Summary:
2482       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
2483     Revision:
2484       muse--main--1.0--patch-26
2486     Patches applied:
2487     
2488      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2489        Added ability to show inline images in the Emacs buffer.
2490     
2491      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2492        Added enhanced list item insertion.
2493     
2494     Detailed log:
2495     
2496     (Author: Per B. Sederberg <per@med.upenn.edu>)
2497     
2498     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
2499       list item.  New key mapping to toggle showing images.  Added a key
2500       mapping to insert a link to a file and modified the key map to insert a
2501       tag.
2502       (muse-on-blank-line): Helper function to determine if the point is on a
2503       line containing only blank spaces.
2504       (muse-insert-list-item): New interactive function to insert a new list
2505       item, taking into account the current list state.
2506       (muse-insert-relative-link-to-file): New function to insert a link to a
2507       file, relative to the default directory.
2508     
2509     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
2510       for where to search for images to inline in the buffer.
2511       (muse-colors-inline-images): Added custom boolean field for whether to
2512       show inline images in the buffer.
2513       (muse-colors-toggle-inline-images): New function to toggle showing the
2514       inline images in the buffer.
2515       (muse-unhighlight-region): Now removes end-glyph text properties to
2516       support XEmacs.
2517       (muse-colors-resolve-image-file): New function to determine if a link
2518       is an image and whether the version of Emacs can support inline images.
2519       (muse-make-file-glyph): New function to create an image glyph if we are
2520       using XEmacs.
2521       (muse-colors-insert-image): New function to insert an image in an Emacs
2522       buffer.
2523       (muse-colors-explicit-link): Modified function to have the ability to
2524       insert an image instead of formatting the text of the link.
2526     modified files:
2527      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2529     new patches:
2530      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
2531      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
2532      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2533      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2534      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
2537 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
2539     Summary:
2540       Pass testcase for definition list and nested unordered list.
2541     Revision:
2542       muse--main--1.0--patch-25
2544     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
2545       lists always have at least one entry.  This appears to do the right
2546       thing with a sample nested unordered list.
2548     modified files:
2549      ChangeLog.2006 lisp/muse-publish.el
2552 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
2554     Summary:
2555       Some definition list fixes.
2556     Revision:
2557       muse--main--1.0--patch-24
2559     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
2560       markup for end of list using the `muse-insert-markup-end-list'
2561       function.  Handle list items nested inside of a definition list.
2563     modified files:
2564      ChangeLog.2006 lisp/muse-publish.el
2567 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
2569     Summary:
2570       Fix another wrapped list item edge case.
2571     Revision:
2572       muse--main--1.0--patch-23
2574     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2575       indentation in a region when we encounter any list items.  This should
2576       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
2577       for the report.
2579     modified files:
2580      ChangeLog.2006 lisp/muse-publish.el
2583 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2585     Summary:
2586       Fix comment in Debian packaging.
2587     Revision:
2588       muse--main--1.0--patch-22
2590     * debian/emacsen-remove: Fix comment.
2592     modified files:
2593      ChangeLog.2006 debian/emacsen-remove
2596 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2598     Summary:
2599       muse-blosxom: Fix order of #tags line in header.
2600     Revision:
2601       muse--main--1.0--patch-21
2603     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2604       rather than before it.  Thanks to bkhl for the heads up.
2606     modified files:
2607      ChangeLog.2006 lisp/muse-blosxom.el
2610 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
2612     Summary:
2613       muse-blosxom: Add ability to use tags in entries.
2614     Revision:
2615       muse--main--1.0--patch-20
2617     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
2618       publish them.
2619       (muse-blosxom-use-tags): New option that specifies whether we are using
2620       tags.
2621       (muse-blosxom-new-entry): If using tags, read tags until the user hits
2622       RET without entering one.
2624     modified files:
2625      ChangeLog.2006 lisp/muse-blosxom.el
2628 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
2630     Summary:
2631       Fix backtrace when publishing unsaved files.
2632     Revision:
2633       muse--main--1.0--patch-19
2635     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
2636       trying to publish a file that has not been saved, and give an
2637       explanation to the user.
2639     modified files:
2640      ChangeLog.2006 lisp/muse-publish.el
2643 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
2645     Summary:
2646       muse-texinfo: Fix link suffix.
2647     Revision:
2648       muse--main--1.0--patch-18
2650     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
2651       styles.  This should fix a bug where links in published info files use
2652       an incorrect extension.  Thanks to Hans Ekbrand for the report!
2654     modified files:
2655      ChangeLog.2006 lisp/muse-texinfo.el
2658 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
2660     Summary:
2661       Fix prompting of non-Muse buffers before publishing.
2662     Revision:
2663       muse--main--1.0--patch-17
2665     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
2666       Stadler to ignore buffers that have no associated filename.  This fixes
2667       an annoyance where Muse prompts to save BBDB and ERC buffers before
2668       publishing.
2670     modified files:
2671      AUTHORS ChangeLog.2006 lisp/muse-project.el
2674 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
2676     Summary:
2677       Fix wrapped nested list item edge case.
2678     Revision:
2679       muse--main--1.0--patch-16
2681     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
2682       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
2683       case.
2684       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
2685       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
2686     
2687     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
2688       exactly one space character in front of a unnumbered or numbered list.
2689       This should make it easier to match every list instance, since
2690       definition lists can now be handled more nicely in
2691       muse-publish-markup-regexps.  This also has the effect of fixing a
2692       wrapped nested list item edge case.
2694     modified files:
2695      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2698 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
2700     Summary:
2701       Fix edge case in muse-wiki-publish-pretty-title.
2702     Revision:
2703       muse--main--1.0--patch-15
2705     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
2706       the document does not have a valid title, use the empty string.
2708     modified files:
2709      ChangeLog.2006 lisp/muse-wiki.el
2712 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
2714     Summary:
2715       Use debian/compat to determine debhelper compat level.
2716     Revision:
2717       muse--main--1.0--patch-14
2719     * debian/compat: New file that sets the debhelper compatibility level to
2720       4.
2721     
2722     * debian/rules: Remove DH_COMPAT line.
2724     new files:
2725      debian/.arch-ids/compat.id debian/compat
2727     modified files:
2728      ChangeLog.2006 debian/rules
2731 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
2733     Summary:
2734       Fix a couple of table-publishing edge cases.
2735     Revision:
2736       muse--main--1.0--patch-13
2738     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
2739       publishing error that occurs when a table line is the last thing in a
2740       document.  Thanks to cymacs for the report and suggested fix.
2741       (muse-publish-table-fields): Skip initial blank lines, and don't remove
2742       them.
2743     
2744     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
2745       at the end of the 'end-table markup string.
2746     
2747     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
2748     
2749     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
2750     
2751     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
2752       newline at the end of the table.  This should fix a problem with
2753       paragraphs after tables not being published as such.  Thanks to cymacs
2754       for the report.
2755     
2756     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
2757       muse-insert-markup to insert a trailing newline.
2759     modified files:
2760      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2761      lisp/muse-publish.el lisp/muse-texinfo.el
2762      lisp/muse-xml-common.el lisp/muse-xml.el
2765 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
2767     Summary:
2768       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
2769     Revision:
2770       muse--main--1.0--patch-12
2773     new files:
2774      .arch-ids/ChangeLog.2006.id ChangeLog.2006
2776     renamed files:
2777      .arch-ids/ChangeLog.id
2778        ==> .arch-ids/ChangeLog.2005.id
2779      ChangeLog
2780        ==> ChangeLog.2005
2783 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
2785     Summary:
2786       Make muse-journal work with whole-document escaping.
2787     Revision:
2788       muse--main--1.0--patch-11
2790     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
2791       by Emacs Muse" so that muse-journal does not get confused.
2792     
2793     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
2794       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
2795       for whole-buffer escaping.  Thanks to mondoshawan for the report.
2796       (muse-journal-rss-munge-buffer): Display a warning if someone does not
2797       have "Page published by Emacs Muse (begins|ends) here" in their header
2798       or footer, since muse-journal needs this in order to determine where
2799       entries begin and end.
2801     modified files:
2802      examples/mwolson/templates/footer.html
2803      examples/mwolson/templates/generic-footer.html
2804      examples/mwolson/templates/generic-header.html
2805      examples/mwolson/templates/header.html
2806      examples/mwolson/templates/header.tex lisp/muse-journal.el
2809 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
2811     Summary:
2812       Get simple test case for definition lists to work.
2813     Revision:
2814       muse--main--1.0--patch-10
2816     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
2817       publish properly.
2818       (muse-forward-list-item): Fix edge case.
2820     modified files:
2821      lisp/muse-publish.el
2824 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
2826     Summary:
2827       Add documentation to some publishing functions.
2828     Revision:
2829       muse--main--1.0--patch-9
2831     * lisp/muse-publish.el (muse-publish-mark-read-only)
2832       (muse-publish-mark-noemphasis): Add documentation.
2834     modified files:
2835      lisp/muse-publish.el
2838 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
2840     Summary:
2841       Fix an error with `custom-quote'.
2842     Revision:
2843       muse--main--1.0--patch-8
2845     * lisp/muse-project.el: Require 'cus-edit, since that is where
2846       `custom-quote' is defined.
2847     
2848     * muse.texi: Use copyright symbol.
2850     modified files:
2851      lisp/muse-project.el muse.texi
2854 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
2856     Summary:
2857       muse-registry: update from author.
2858     Revision:
2859       muse--main--1.0--patch-7
2861     * lisp/muse-registry.el: Update to newest version from author.
2862       Re-tabify.
2864     modified files:
2865      lisp/muse-registry.el
2868 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
2870     Summary:
2871       muse-latex: Handle double-quote edge case.
2872     Revision:
2873       muse--main--1.0--patch-6
2875     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
2876       character begins the buffer.
2878     modified files:
2879      lisp/muse-latex.el
2882 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
2884     Summary:
2885       Allow beginning and ending empty elements in tables.
2886     Revision:
2887       muse--main--1.0--patch-5
2889     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
2890       whitespace after the field if we're at the end of a line.
2891       (muse-table-line-regexp): Allow the table to start with a "|".  The
2892       resulting initial empty cell isn't yet thrown away like it should be.
2894     modified files:
2895      lisp/muse-regexps.el
2898 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
2900     Summary:
2901       muse-latex: Use \url to publish bare URLs.
2902     Revision:
2903       muse--main--1.0--patch-4
2905     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
2906       \href for bare URLs.  Thanks to Na Li for the suggestion!
2908     modified files:
2909      lisp/muse-latex.el
2912 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
2914     Summary:
2915       Create parents of output directories.
2916     Revision:
2917       muse--main--1.0--patch-3
2919     * lisp/muse-project.el (muse-project-publish-file): Create parent
2920       directories as well, if the output directory does not exist.  This can
2921       happen when we have nested directories in a project.
2923     modified files:
2924      lisp/muse-project.el
2927 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
2929     Summary:
2930       Pick a better default if publishing with more than one style.
2931     Revision:
2932       muse--main--1.0--patch-2
2934     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
2935       the list we return is in the right order.  That way, if more than one
2936       publishing rule matches a link, the first one is used, rather than the
2937       last.
2939     modified files:
2940      lisp/muse-project.el
2943 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
2945     Summary:
2946       Oops, committed to the wrong archive.
2947     Revision:
2948       muse--main--1.0--patch-1
2950     Patches applied:
2951     
2952      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
2953        Debian fixups.
2954     
2955      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
2956        Another Debian fix.
2958     modified files:
2959      ChangeLog debian/emacsen-startup
2961     renamed files:
2962      debian/.arch-ids/NEWS.Debian.id
2963        ==> debian/.arch-ids/NEWS.id
2964      debian/NEWS.Debian
2965        ==> debian/NEWS
2967     new patches:
2968      mwolson@gnu.org--2005/muse--main--1.0--patch-356
2969      mwolson@gnu.org--2005/muse--main--1.0--patch-357
2972 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
2974     Summary:
2975       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
2976     Revision:
2977       muse--main--1.0--base-0
2979     See ChangeLog.2005 for earlier changes.
2981     new patches:
2982      ajk@iu.edu--2005/muse--ajk--1.0--base-0
2983      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
2984      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
2985      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
2986      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
2987      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
2988      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
2989      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
2990      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
2991      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
2992      ajk@iu.edu--2005/muse--main--1.0--base-0
2993      ajk@iu.edu--2005/muse--main--1.0--patch-1
2994      ajk@iu.edu--2005/muse--main--1.0--patch-2
2995      davidsmith@acm.org--2005/muse--devo--1.0--base-0
2996      davidsmith@acm.org--main/muse--devo--1.0--base-0
2997      davidsmith@acm.org--main/muse--devo--1.0--patch-1
2998      davidsmith@acm.org--main/muse--devo--1.0--patch-2
2999      hodique@lifl.fr--2005/muse--yh--1.0--base-0
3000      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
3001      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
3002      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
3003      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
3004      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
3005      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
3006      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
3007      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
3008      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
3009      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
3010      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
3011      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
3012      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
3013      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
3014      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
3015      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
3016      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
3017      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
3018      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
3019      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
3020      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
3021      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
3022      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
3023      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
3024      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
3025      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
3026      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
3027      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
3028      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
3029      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
3030      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
3031      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
3032      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
3033      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
3034      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
3035      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
3036      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
3037      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
3038      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
3039      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
3040      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
3041      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
3042      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
3043      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
3044      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
3045      jeho@jeho.org--2005/muse--jeho--1.0--base-0
3046      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
3047      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
3048      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
3049      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
3050      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
3051      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
3052      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
3053      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
3054      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
3055      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
3056      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
3057      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
3058      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
3059      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
3060      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
3061      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
3062      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
3063      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
3064      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
3065      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
3066      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
3067      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
3068      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
3069      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
3070      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
3071      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
3072      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
3073      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
3074      mwolson@gnu.org--2005/muse--main--1.0--base-0
3075      mwolson@gnu.org--2005/muse--main--1.0--patch-1
3076      mwolson@gnu.org--2005/muse--main--1.0--patch-2
3077      mwolson@gnu.org--2005/muse--main--1.0--patch-3
3078      mwolson@gnu.org--2005/muse--main--1.0--patch-4
3079      mwolson@gnu.org--2005/muse--main--1.0--patch-5
3080      mwolson@gnu.org--2005/muse--main--1.0--patch-6
3081      mwolson@gnu.org--2005/muse--main--1.0--patch-7
3082      mwolson@gnu.org--2005/muse--main--1.0--patch-8
3083      mwolson@gnu.org--2005/muse--main--1.0--patch-9
3084      mwolson@gnu.org--2005/muse--main--1.0--patch-10
3085      mwolson@gnu.org--2005/muse--main--1.0--patch-11
3086      mwolson@gnu.org--2005/muse--main--1.0--patch-12
3087      mwolson@gnu.org--2005/muse--main--1.0--patch-13
3088      mwolson@gnu.org--2005/muse--main--1.0--patch-14
3089      mwolson@gnu.org--2005/muse--main--1.0--patch-15
3090      mwolson@gnu.org--2005/muse--main--1.0--patch-16
3091      mwolson@gnu.org--2005/muse--main--1.0--patch-17
3092      mwolson@gnu.org--2005/muse--main--1.0--patch-18
3093      mwolson@gnu.org--2005/muse--main--1.0--patch-19
3094      mwolson@gnu.org--2005/muse--main--1.0--patch-20
3095      mwolson@gnu.org--2005/muse--main--1.0--patch-21
3096      mwolson@gnu.org--2005/muse--main--1.0--patch-22
3097      mwolson@gnu.org--2005/muse--main--1.0--patch-23
3098      mwolson@gnu.org--2005/muse--main--1.0--patch-24
3099      mwolson@gnu.org--2005/muse--main--1.0--patch-25
3100      mwolson@gnu.org--2005/muse--main--1.0--patch-26
3101      mwolson@gnu.org--2005/muse--main--1.0--patch-27
3102      mwolson@gnu.org--2005/muse--main--1.0--patch-28
3103      mwolson@gnu.org--2005/muse--main--1.0--patch-29
3104      mwolson@gnu.org--2005/muse--main--1.0--patch-30
3105      mwolson@gnu.org--2005/muse--main--1.0--patch-31
3106      mwolson@gnu.org--2005/muse--main--1.0--patch-32
3107      mwolson@gnu.org--2005/muse--main--1.0--patch-33
3108      mwolson@gnu.org--2005/muse--main--1.0--patch-34
3109      mwolson@gnu.org--2005/muse--main--1.0--patch-35
3110      mwolson@gnu.org--2005/muse--main--1.0--patch-36
3111      mwolson@gnu.org--2005/muse--main--1.0--patch-37
3112      mwolson@gnu.org--2005/muse--main--1.0--patch-38
3113      mwolson@gnu.org--2005/muse--main--1.0--patch-39
3114      mwolson@gnu.org--2005/muse--main--1.0--patch-40
3115      mwolson@gnu.org--2005/muse--main--1.0--patch-41
3116      mwolson@gnu.org--2005/muse--main--1.0--patch-42
3117      mwolson@gnu.org--2005/muse--main--1.0--patch-43
3118      mwolson@gnu.org--2005/muse--main--1.0--patch-44
3119      mwolson@gnu.org--2005/muse--main--1.0--patch-45
3120      mwolson@gnu.org--2005/muse--main--1.0--patch-46
3121      mwolson@gnu.org--2005/muse--main--1.0--patch-47
3122      mwolson@gnu.org--2005/muse--main--1.0--patch-48
3123      mwolson@gnu.org--2005/muse--main--1.0--patch-49
3124      mwolson@gnu.org--2005/muse--main--1.0--patch-50
3125      mwolson@gnu.org--2005/muse--main--1.0--patch-51
3126      mwolson@gnu.org--2005/muse--main--1.0--patch-52
3127      mwolson@gnu.org--2005/muse--main--1.0--patch-53
3128      mwolson@gnu.org--2005/muse--main--1.0--patch-54
3129      mwolson@gnu.org--2005/muse--main--1.0--patch-55
3130      mwolson@gnu.org--2005/muse--main--1.0--patch-56
3131      mwolson@gnu.org--2005/muse--main--1.0--patch-57
3132      mwolson@gnu.org--2005/muse--main--1.0--patch-58
3133      mwolson@gnu.org--2005/muse--main--1.0--patch-59
3134      mwolson@gnu.org--2005/muse--main--1.0--patch-60
3135      mwolson@gnu.org--2005/muse--main--1.0--patch-61
3136      mwolson@gnu.org--2005/muse--main--1.0--patch-62
3137      mwolson@gnu.org--2005/muse--main--1.0--patch-63
3138      mwolson@gnu.org--2005/muse--main--1.0--patch-64
3139      mwolson@gnu.org--2005/muse--main--1.0--patch-65
3140      mwolson@gnu.org--2005/muse--main--1.0--patch-66
3141      mwolson@gnu.org--2005/muse--main--1.0--patch-67
3142      mwolson@gnu.org--2005/muse--main--1.0--patch-68
3143      mwolson@gnu.org--2005/muse--main--1.0--patch-69
3144      mwolson@gnu.org--2005/muse--main--1.0--patch-70
3145      mwolson@gnu.org--2005/muse--main--1.0--patch-71
3146      mwolson@gnu.org--2005/muse--main--1.0--patch-72
3147      mwolson@gnu.org--2005/muse--main--1.0--patch-73
3148      mwolson@gnu.org--2005/muse--main--1.0--patch-74
3149      mwolson@gnu.org--2005/muse--main--1.0--patch-75
3150      mwolson@gnu.org--2005/muse--main--1.0--patch-76
3151      mwolson@gnu.org--2005/muse--main--1.0--patch-77
3152      mwolson@gnu.org--2005/muse--main--1.0--patch-78
3153      mwolson@gnu.org--2005/muse--main--1.0--patch-79
3154      mwolson@gnu.org--2005/muse--main--1.0--patch-80
3155      mwolson@gnu.org--2005/muse--main--1.0--patch-81
3156      mwolson@gnu.org--2005/muse--main--1.0--patch-82
3157      mwolson@gnu.org--2005/muse--main--1.0--patch-83
3158      mwolson@gnu.org--2005/muse--main--1.0--patch-84
3159      mwolson@gnu.org--2005/muse--main--1.0--patch-85
3160      mwolson@gnu.org--2005/muse--main--1.0--patch-86
3161      mwolson@gnu.org--2005/muse--main--1.0--patch-87
3162      mwolson@gnu.org--2005/muse--main--1.0--patch-88
3163      mwolson@gnu.org--2005/muse--main--1.0--patch-89
3164      mwolson@gnu.org--2005/muse--main--1.0--patch-90
3165      mwolson@gnu.org--2005/muse--main--1.0--patch-91
3166      mwolson@gnu.org--2005/muse--main--1.0--patch-92
3167      mwolson@gnu.org--2005/muse--main--1.0--patch-93
3168      mwolson@gnu.org--2005/muse--main--1.0--patch-94
3169      mwolson@gnu.org--2005/muse--main--1.0--patch-95
3170      mwolson@gnu.org--2005/muse--main--1.0--patch-96
3171      mwolson@gnu.org--2005/muse--main--1.0--patch-97
3172      mwolson@gnu.org--2005/muse--main--1.0--patch-98
3173      mwolson@gnu.org--2005/muse--main--1.0--patch-99
3174      mwolson@gnu.org--2005/muse--main--1.0--patch-100
3175      mwolson@gnu.org--2005/muse--main--1.0--patch-101
3176      mwolson@gnu.org--2005/muse--main--1.0--patch-102
3177      mwolson@gnu.org--2005/muse--main--1.0--patch-103
3178      mwolson@gnu.org--2005/muse--main--1.0--patch-104
3179      mwolson@gnu.org--2005/muse--main--1.0--patch-105
3180      mwolson@gnu.org--2005/muse--main--1.0--patch-106
3181      mwolson@gnu.org--2005/muse--main--1.0--patch-107
3182      mwolson@gnu.org--2005/muse--main--1.0--patch-108
3183      mwolson@gnu.org--2005/muse--main--1.0--patch-109
3184      mwolson@gnu.org--2005/muse--main--1.0--patch-110
3185      mwolson@gnu.org--2005/muse--main--1.0--patch-111
3186      mwolson@gnu.org--2005/muse--main--1.0--patch-112
3187      mwolson@gnu.org--2005/muse--main--1.0--patch-113
3188      mwolson@gnu.org--2005/muse--main--1.0--patch-114
3189      mwolson@gnu.org--2005/muse--main--1.0--patch-115
3190      mwolson@gnu.org--2005/muse--main--1.0--patch-116
3191      mwolson@gnu.org--2005/muse--main--1.0--patch-117
3192      mwolson@gnu.org--2005/muse--main--1.0--patch-118
3193      mwolson@gnu.org--2005/muse--main--1.0--patch-119
3194      mwolson@gnu.org--2005/muse--main--1.0--patch-120
3195      mwolson@gnu.org--2005/muse--main--1.0--patch-121
3196      mwolson@gnu.org--2005/muse--main--1.0--patch-122
3197      mwolson@gnu.org--2005/muse--main--1.0--patch-123
3198      mwolson@gnu.org--2005/muse--main--1.0--patch-124
3199      mwolson@gnu.org--2005/muse--main--1.0--patch-125
3200      mwolson@gnu.org--2005/muse--main--1.0--patch-126
3201      mwolson@gnu.org--2005/muse--main--1.0--patch-127
3202      mwolson@gnu.org--2005/muse--main--1.0--patch-128
3203      mwolson@gnu.org--2005/muse--main--1.0--patch-129
3204      mwolson@gnu.org--2005/muse--main--1.0--patch-130
3205      mwolson@gnu.org--2005/muse--main--1.0--patch-131
3206      mwolson@gnu.org--2005/muse--main--1.0--patch-132
3207      mwolson@gnu.org--2005/muse--main--1.0--patch-133
3208      mwolson@gnu.org--2005/muse--main--1.0--patch-134
3209      mwolson@gnu.org--2005/muse--main--1.0--patch-135
3210      mwolson@gnu.org--2005/muse--main--1.0--patch-136
3211      mwolson@gnu.org--2005/muse--main--1.0--patch-137
3212      mwolson@gnu.org--2005/muse--main--1.0--patch-138
3213      mwolson@gnu.org--2005/muse--main--1.0--patch-139
3214      mwolson@gnu.org--2005/muse--main--1.0--patch-140
3215      mwolson@gnu.org--2005/muse--main--1.0--patch-141
3216      mwolson@gnu.org--2005/muse--main--1.0--patch-142
3217      mwolson@gnu.org--2005/muse--main--1.0--patch-143
3218      mwolson@gnu.org--2005/muse--main--1.0--patch-144
3219      mwolson@gnu.org--2005/muse--main--1.0--patch-145
3220      mwolson@gnu.org--2005/muse--main--1.0--patch-146
3221      mwolson@gnu.org--2005/muse--main--1.0--patch-147
3222      mwolson@gnu.org--2005/muse--main--1.0--patch-148
3223      mwolson@gnu.org--2005/muse--main--1.0--patch-149
3224      mwolson@gnu.org--2005/muse--main--1.0--patch-150
3225      mwolson@gnu.org--2005/muse--main--1.0--patch-151
3226      mwolson@gnu.org--2005/muse--main--1.0--patch-152
3227      mwolson@gnu.org--2005/muse--main--1.0--patch-153
3228      mwolson@gnu.org--2005/muse--main--1.0--patch-154
3229      mwolson@gnu.org--2005/muse--main--1.0--patch-155
3230      mwolson@gnu.org--2005/muse--main--1.0--patch-156
3231      mwolson@gnu.org--2005/muse--main--1.0--patch-157
3232      mwolson@gnu.org--2005/muse--main--1.0--patch-158
3233      mwolson@gnu.org--2005/muse--main--1.0--patch-159
3234      mwolson@gnu.org--2005/muse--main--1.0--patch-160
3235      mwolson@gnu.org--2005/muse--main--1.0--patch-161
3236      mwolson@gnu.org--2005/muse--main--1.0--patch-162
3237      mwolson@gnu.org--2005/muse--main--1.0--patch-163
3238      mwolson@gnu.org--2005/muse--main--1.0--patch-164
3239      mwolson@gnu.org--2005/muse--main--1.0--patch-165
3240      mwolson@gnu.org--2005/muse--main--1.0--patch-166
3241      mwolson@gnu.org--2005/muse--main--1.0--patch-167
3242      mwolson@gnu.org--2005/muse--main--1.0--patch-168
3243      mwolson@gnu.org--2005/muse--main--1.0--patch-169
3244      mwolson@gnu.org--2005/muse--main--1.0--patch-170
3245      mwolson@gnu.org--2005/muse--main--1.0--patch-171
3246      mwolson@gnu.org--2005/muse--main--1.0--patch-172
3247      mwolson@gnu.org--2005/muse--main--1.0--patch-173
3248      mwolson@gnu.org--2005/muse--main--1.0--patch-174
3249      mwolson@gnu.org--2005/muse--main--1.0--patch-175
3250      mwolson@gnu.org--2005/muse--main--1.0--patch-176
3251      mwolson@gnu.org--2005/muse--main--1.0--patch-177
3252      mwolson@gnu.org--2005/muse--main--1.0--patch-178
3253      mwolson@gnu.org--2005/muse--main--1.0--patch-179
3254      mwolson@gnu.org--2005/muse--main--1.0--patch-180
3255      mwolson@gnu.org--2005/muse--main--1.0--patch-181
3256      mwolson@gnu.org--2005/muse--main--1.0--patch-182
3257      mwolson@gnu.org--2005/muse--main--1.0--patch-183
3258      mwolson@gnu.org--2005/muse--main--1.0--patch-184
3259      mwolson@gnu.org--2005/muse--main--1.0--patch-185
3260      mwolson@gnu.org--2005/muse--main--1.0--patch-186
3261      mwolson@gnu.org--2005/muse--main--1.0--patch-187
3262      mwolson@gnu.org--2005/muse--main--1.0--patch-188
3263      mwolson@gnu.org--2005/muse--main--1.0--patch-189
3264      mwolson@gnu.org--2005/muse--main--1.0--patch-190
3265      mwolson@gnu.org--2005/muse--main--1.0--patch-191
3266      mwolson@gnu.org--2005/muse--main--1.0--patch-192
3267      mwolson@gnu.org--2005/muse--main--1.0--patch-193
3268      mwolson@gnu.org--2005/muse--main--1.0--patch-194
3269      mwolson@gnu.org--2005/muse--main--1.0--patch-195
3270      mwolson@gnu.org--2005/muse--main--1.0--patch-196
3271      mwolson@gnu.org--2005/muse--main--1.0--patch-197
3272      mwolson@gnu.org--2005/muse--main--1.0--patch-198
3273      mwolson@gnu.org--2005/muse--main--1.0--patch-199
3274      mwolson@gnu.org--2005/muse--main--1.0--patch-200
3275      mwolson@gnu.org--2005/muse--main--1.0--patch-201
3276      mwolson@gnu.org--2005/muse--main--1.0--patch-202
3277      mwolson@gnu.org--2005/muse--main--1.0--patch-203
3278      mwolson@gnu.org--2005/muse--main--1.0--patch-204
3279      mwolson@gnu.org--2005/muse--main--1.0--patch-205
3280      mwolson@gnu.org--2005/muse--main--1.0--patch-206
3281      mwolson@gnu.org--2005/muse--main--1.0--patch-207
3282      mwolson@gnu.org--2005/muse--main--1.0--patch-208
3283      mwolson@gnu.org--2005/muse--main--1.0--patch-209
3284      mwolson@gnu.org--2005/muse--main--1.0--patch-210
3285      mwolson@gnu.org--2005/muse--main--1.0--patch-211
3286      mwolson@gnu.org--2005/muse--main--1.0--patch-212
3287      mwolson@gnu.org--2005/muse--main--1.0--patch-213
3288      mwolson@gnu.org--2005/muse--main--1.0--patch-214
3289      mwolson@gnu.org--2005/muse--main--1.0--patch-215
3290      mwolson@gnu.org--2005/muse--main--1.0--patch-216
3291      mwolson@gnu.org--2005/muse--main--1.0--patch-217
3292      mwolson@gnu.org--2005/muse--main--1.0--patch-218
3293      mwolson@gnu.org--2005/muse--main--1.0--patch-219
3294      mwolson@gnu.org--2005/muse--main--1.0--patch-220
3295      mwolson@gnu.org--2005/muse--main--1.0--patch-221
3296      mwolson@gnu.org--2005/muse--main--1.0--patch-222
3297      mwolson@gnu.org--2005/muse--main--1.0--patch-223
3298      mwolson@gnu.org--2005/muse--main--1.0--patch-224
3299      mwolson@gnu.org--2005/muse--main--1.0--patch-225
3300      mwolson@gnu.org--2005/muse--main--1.0--patch-226
3301      mwolson@gnu.org--2005/muse--main--1.0--patch-227
3302      mwolson@gnu.org--2005/muse--main--1.0--patch-228
3303      mwolson@gnu.org--2005/muse--main--1.0--patch-229
3304      mwolson@gnu.org--2005/muse--main--1.0--patch-230
3305      mwolson@gnu.org--2005/muse--main--1.0--patch-231
3306      mwolson@gnu.org--2005/muse--main--1.0--patch-232
3307      mwolson@gnu.org--2005/muse--main--1.0--patch-233
3308      mwolson@gnu.org--2005/muse--main--1.0--patch-234
3309      mwolson@gnu.org--2005/muse--main--1.0--patch-235
3310      mwolson@gnu.org--2005/muse--main--1.0--patch-236
3311      mwolson@gnu.org--2005/muse--main--1.0--patch-237
3312      mwolson@gnu.org--2005/muse--main--1.0--patch-238
3313      mwolson@gnu.org--2005/muse--main--1.0--patch-239
3314      mwolson@gnu.org--2005/muse--main--1.0--patch-240
3315      mwolson@gnu.org--2005/muse--main--1.0--patch-241
3316      mwolson@gnu.org--2005/muse--main--1.0--patch-242
3317      mwolson@gnu.org--2005/muse--main--1.0--patch-243
3318      mwolson@gnu.org--2005/muse--main--1.0--patch-244
3319      mwolson@gnu.org--2005/muse--main--1.0--patch-245
3320      mwolson@gnu.org--2005/muse--main--1.0--patch-246
3321      mwolson@gnu.org--2005/muse--main--1.0--patch-247
3322      mwolson@gnu.org--2005/muse--main--1.0--patch-248
3323      mwolson@gnu.org--2005/muse--main--1.0--patch-249
3324      mwolson@gnu.org--2005/muse--main--1.0--patch-250
3325      mwolson@gnu.org--2005/muse--main--1.0--patch-251
3326      mwolson@gnu.org--2005/muse--main--1.0--patch-252
3327      mwolson@gnu.org--2005/muse--main--1.0--patch-253
3328      mwolson@gnu.org--2005/muse--main--1.0--patch-254
3329      mwolson@gnu.org--2005/muse--main--1.0--patch-255
3330      mwolson@gnu.org--2005/muse--main--1.0--patch-256
3331      mwolson@gnu.org--2005/muse--main--1.0--patch-257
3332      mwolson@gnu.org--2005/muse--main--1.0--patch-258
3333      mwolson@gnu.org--2005/muse--main--1.0--patch-259
3334      mwolson@gnu.org--2005/muse--main--1.0--patch-260
3335      mwolson@gnu.org--2005/muse--main--1.0--patch-261
3336      mwolson@gnu.org--2005/muse--main--1.0--patch-262
3337      mwolson@gnu.org--2005/muse--main--1.0--patch-263
3338      mwolson@gnu.org--2005/muse--main--1.0--patch-264
3339      mwolson@gnu.org--2005/muse--main--1.0--patch-265
3340      mwolson@gnu.org--2005/muse--main--1.0--patch-266
3341      mwolson@gnu.org--2005/muse--main--1.0--patch-267
3342      mwolson@gnu.org--2005/muse--main--1.0--patch-268
3343      mwolson@gnu.org--2005/muse--main--1.0--patch-269
3344      mwolson@gnu.org--2005/muse--main--1.0--patch-270
3345      mwolson@gnu.org--2005/muse--main--1.0--patch-271
3346      mwolson@gnu.org--2005/muse--main--1.0--patch-272
3347      mwolson@gnu.org--2005/muse--main--1.0--patch-273
3348      mwolson@gnu.org--2005/muse--main--1.0--patch-274
3349      mwolson@gnu.org--2005/muse--main--1.0--patch-275
3350      mwolson@gnu.org--2005/muse--main--1.0--patch-276
3351      mwolson@gnu.org--2005/muse--main--1.0--patch-277
3352      mwolson@gnu.org--2005/muse--main--1.0--patch-278
3353      mwolson@gnu.org--2005/muse--main--1.0--patch-279
3354      mwolson@gnu.org--2005/muse--main--1.0--patch-280
3355      mwolson@gnu.org--2005/muse--main--1.0--patch-281
3356      mwolson@gnu.org--2005/muse--main--1.0--patch-282
3357      mwolson@gnu.org--2005/muse--main--1.0--patch-283
3358      mwolson@gnu.org--2005/muse--main--1.0--patch-284
3359      mwolson@gnu.org--2005/muse--main--1.0--patch-285
3360      mwolson@gnu.org--2005/muse--main--1.0--patch-286
3361      mwolson@gnu.org--2005/muse--main--1.0--patch-287
3362      mwolson@gnu.org--2005/muse--main--1.0--patch-288
3363      mwolson@gnu.org--2005/muse--main--1.0--patch-289
3364      mwolson@gnu.org--2005/muse--main--1.0--patch-290
3365      mwolson@gnu.org--2005/muse--main--1.0--patch-291
3366      mwolson@gnu.org--2005/muse--main--1.0--patch-292
3367      mwolson@gnu.org--2005/muse--main--1.0--patch-293
3368      mwolson@gnu.org--2005/muse--main--1.0--patch-294
3369      mwolson@gnu.org--2005/muse--main--1.0--patch-295
3370      mwolson@gnu.org--2005/muse--main--1.0--patch-296
3371      mwolson@gnu.org--2005/muse--main--1.0--patch-297
3372      mwolson@gnu.org--2005/muse--main--1.0--patch-298
3373      mwolson@gnu.org--2005/muse--main--1.0--patch-299
3374      mwolson@gnu.org--2005/muse--main--1.0--patch-300
3375      mwolson@gnu.org--2005/muse--main--1.0--patch-301
3376      mwolson@gnu.org--2005/muse--main--1.0--patch-302
3377      mwolson@gnu.org--2005/muse--main--1.0--patch-303
3378      mwolson@gnu.org--2005/muse--main--1.0--patch-304
3379      mwolson@gnu.org--2005/muse--main--1.0--patch-305
3380      mwolson@gnu.org--2005/muse--main--1.0--patch-306
3381      mwolson@gnu.org--2005/muse--main--1.0--patch-307
3382      mwolson@gnu.org--2005/muse--main--1.0--patch-308
3383      mwolson@gnu.org--2005/muse--main--1.0--patch-309
3384      mwolson@gnu.org--2005/muse--main--1.0--patch-310
3385      mwolson@gnu.org--2005/muse--main--1.0--patch-311
3386      mwolson@gnu.org--2005/muse--main--1.0--patch-312
3387      mwolson@gnu.org--2005/muse--main--1.0--patch-313
3388      mwolson@gnu.org--2005/muse--main--1.0--patch-314
3389      mwolson@gnu.org--2005/muse--main--1.0--patch-315
3390      mwolson@gnu.org--2005/muse--main--1.0--patch-316
3391      mwolson@gnu.org--2005/muse--main--1.0--patch-317
3392      mwolson@gnu.org--2005/muse--main--1.0--patch-318
3393      mwolson@gnu.org--2005/muse--main--1.0--patch-319
3394      mwolson@gnu.org--2005/muse--main--1.0--patch-320
3395      mwolson@gnu.org--2005/muse--main--1.0--patch-321
3396      mwolson@gnu.org--2005/muse--main--1.0--patch-322
3397      mwolson@gnu.org--2005/muse--main--1.0--patch-323
3398      mwolson@gnu.org--2005/muse--main--1.0--patch-324
3399      mwolson@gnu.org--2005/muse--main--1.0--patch-325
3400      mwolson@gnu.org--2005/muse--main--1.0--patch-326
3401      mwolson@gnu.org--2005/muse--main--1.0--patch-327
3402      mwolson@gnu.org--2005/muse--main--1.0--patch-328
3403      mwolson@gnu.org--2005/muse--main--1.0--patch-329
3404      mwolson@gnu.org--2005/muse--main--1.0--patch-330
3405      mwolson@gnu.org--2005/muse--main--1.0--patch-331
3406      mwolson@gnu.org--2005/muse--main--1.0--patch-332
3407      mwolson@gnu.org--2005/muse--main--1.0--patch-333
3408      mwolson@gnu.org--2005/muse--main--1.0--patch-334
3409      mwolson@gnu.org--2005/muse--main--1.0--patch-335
3410      mwolson@gnu.org--2005/muse--main--1.0--patch-336
3411      mwolson@gnu.org--2005/muse--main--1.0--patch-337
3412      mwolson@gnu.org--2005/muse--main--1.0--patch-338
3413      mwolson@gnu.org--2005/muse--main--1.0--patch-339
3414      mwolson@gnu.org--2005/muse--main--1.0--patch-340
3415      mwolson@gnu.org--2005/muse--main--1.0--patch-341
3416      mwolson@gnu.org--2005/muse--main--1.0--patch-342
3417      mwolson@gnu.org--2005/muse--main--1.0--patch-343
3418      mwolson@gnu.org--2005/muse--main--1.0--patch-344
3419      mwolson@gnu.org--2005/muse--main--1.0--patch-345
3420      mwolson@gnu.org--2005/muse--main--1.0--patch-346
3421      mwolson@gnu.org--2005/muse--main--1.0--patch-347
3422      mwolson@gnu.org--2005/muse--main--1.0--patch-348
3423      mwolson@gnu.org--2005/muse--main--1.0--patch-349
3424      mwolson@gnu.org--2005/muse--main--1.0--patch-350
3425      mwolson@gnu.org--2005/muse--main--1.0--patch-351
3426      mwolson@gnu.org--2005/muse--main--1.0--patch-352
3427      mwolson@gnu.org--2005/muse--main--1.0--patch-353
3428      mwolson@gnu.org--2005/muse--main--1.0--patch-354
3429      mwolson@gnu.org--2005/muse--main--1.0--patch-355
3430      mwolson@gnu.org--2005/muse--rel--3.02--base-0
3431      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
3432      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
3433      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
3434      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
3435      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
3436      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
3437      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
3438      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
3439      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
3440      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
3441      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
3442      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
3443      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
3444      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
3445      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
3446      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
3447      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
3448      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
3449      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
3450      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
3451      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
3452      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
3453      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
3454      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
3455      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
3456      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
3457      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
3458      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
3459      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
3460      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
3461      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
3462      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
3463      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
3464      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
3465      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
3466      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
3467      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
3468      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
3469      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
3470      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
3471      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
3472      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
3473      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8