Implement <perl>, <python>, and <ruby> tags.
[muse-el.git] / ChangeLog
blobff9d2d109d820f1cd780855a7c3c8cc158631530
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2006/muse--main--1.0
5 2006-08-06 16:44:16 GMT Michael Olson <mwolson@gnu.org> patch-172
7     Summary:
8       Implement <perl>, <python>, and <ruby> tags.
9     Revision:
10       muse--main--1.0--patch-172
12     * lisp/muse-publish.el (muse-publish-markup-tags): Add <perl>, <python>,
13       and <ruby> tags.
14       (muse-publish-command-tag): Code indentation.
15       (muse-publish-perl-tag): New function that publishes a <perl> tag.
16       (muse-publish-python-tag): New function that publishes a <python> tag.
17       (muse-publish-ruby-tag): New function that publishes a <ruby> tag.
18     
19     * muse.texi (Tag Summary): Document <perl>, <python>, and <ruby>.
20     
21     * examples/johnw/publish-johnw: Add explanatory comment.
23     modified files:
24      ChangeLog examples/johnw/publish-johnw lisp/muse-publish.el
25      muse.texi
28 2006-08-06 01:34:51 GMT Michael Olson <mwolson@gnu.org> patch-171
30     Summary:
31       Tweak build system.
32     Revision:
33       muse--main--1.0--patch-171
35     * Makefile, Makefile.defs, contrib/Makefile, experimental/Makefile:
36       lisp/Makefile: Make the build system more abstract so that it can be
37       easily re-used in other Emacs Lisp programs.
38     
39     * examples/mwolson/muse-init.el: Update.
41     modified files:
42      ChangeLog Makefile Makefile.defs contrib/Makefile
43      examples/mwolson/muse-init.el experimental/Makefile
44      lisp/Makefile
47 2006-08-05 15:12:38 GMT Michael Olson <mwolson@gnu.org> patch-170
49     Summary:
50       Rename muse-convert-latex.el to muse-import-latex.el.
51     Revision:
52       muse--main--1.0--patch-170
54     * lisp/muse-import-latex.el: Rename from muse-convert-latex.el.  Rename
55       all functions as well.
57     modified files:
58      ChangeLog lisp/muse-import-latex.el
60     renamed files:
61      lisp/.arch-ids/muse-convert-latex.el.id
62        ==> lisp/.arch-ids/muse-import-latex.el.id
63      lisp/muse-convert-latex.el
64        ==> lisp/muse-import-latex.el
67 2006-07-29 04:03:29 GMT Michael Olson <mwolson@gnu.org> patch-169
69     Summary:
70       Manual: Update mailing list info.
71     Revision:
72       muse--main--1.0--patch-169
74     * muse.texi (Releases): Update mailing list info.
75       (Implicit Links): Fix use of future tense.
76       (Getting Help and Reporting Bugs): Update mailing list info.
78     modified files:
79      ChangeLog muse.texi
82 2006-07-29 03:49:29 GMT Michael Olson <mwolson@gnu.org> patch-168
84     Summary:
85       Mention both Ubuntu and Debian throughout.
86     Revision:
87       muse--main--1.0--patch-168
89     * Makefile.defs, README, muse.texi: Mention Ubuntu wherever Debian is
90       mentioned.
92     modified files:
93      ChangeLog Makefile.defs README muse.texi
96 2006-07-27 22:28:13 GMT Michael Olson <mwolson@gnu.org> patch-167
98     Summary:
99       Fix #5899: muse-follow-name-at-mouse breaks mouse-yank-at-point.
100     Revision:
101       muse--main--1.0--patch-167
103     * lisp/muse-mode.el (muse-follow-name-at-mouse): Restore the point before
104       calling the fallback keybinding.  This fixes #5899.
105     
106     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
107       (muse-publish-mark-link): Docfix.
108       (muse-link-specials): Docfix.
110     modified files:
111      ChangeLog lisp/muse-mode.el lisp/muse-publish.el lisp/muse.el
114 2006-07-27 20:46:38 GMT Michael Olson <mwolson@gnu.org> patch-166
116     Summary:
117       Make C-c C-t publish the current file in a more sensible way.
118     Revision:
119       muse--main--1.0--patch-166
121     * lisp/muse-mode.el (muse-mode-map): Make C-c C-t call
122       muse-project-publish-this-file instead of muse-publish-this file.  Make
123       C-c C-T call the latter.
124       (muse-browse-result): Use `muse-project-get-applicable-styles'.
125       (muse-follow-name-at-point): Docfix.
126     
127     * lisp/muse-project.el (muse-project-get-applicable-style): New function
128       that prompts the user for a style if more than one style applies to the
129       given file.
130       (muse-project-publish-this-file): New function that publishes the
131       currently-visited file according to `muse-project-alist', prompting if
132       more than one style applies.
133     
134     * lisp/muse-publish.el (muse-publish-this-file): Docfix.
135     
136     * muse.texi (Keystroke Summary): Update for the changes made.  C-c C-c
137       was not previously documented.
139     modified files:
140      ChangeLog lisp/muse-mode.el lisp/muse-project.el
141      lisp/muse-publish.el muse.texi
144 2006-07-27 19:36:31 GMT Michael Olson <mwolson@gnu.org> patch-165
146     Summary:
147       Implement interactive insertion of URLs.
148     Revision:
149       muse--main--1.0--patch-165
151     * lisp/muse-mode.el (muse-insert-map): Add binding for muse-insert-url.
152       (muse-insert-thing): Add text for URL to prompt.
153       (muse-insert-relative-link-to-file): Docfix, style fix.
154       (muse-insert-url): New function that reads a URL and description from
155       the user.
156     
157     * muse.texi (Keystroke Summary): Mention insert-url keybinding.
159     modified files:
160      ChangeLog lisp/muse-mode.el muse.texi
163 2006-07-27 18:50:50 GMT Michael Olson <mwolson@gnu.org> patch-164
165     Summary:
166       Make escaping of brackets in links work properly.
167     Revision:
168       muse--main--1.0--patch-164
170     * lisp/muse-colors.el (muse-colors-explicit-link): If the link has
171       escaped characters, display them unescaped.
172     
173     * lisp/muse-mode.el (muse-make-link): Handle case where we are given no
174       link.
175       (muse-edit-link-at-point): Unescape the link before presenting it to
176       the user for editing.
177     
178     * lisp/muse-publish.el (muse-publish-escape-specials-in-string): Minor
179       coding style fix.
180       (muse-publish-url): Unescape the link description before doing further
181       transforms on it.  The link has already been unescaped.
182     
183     * lisp/muse.el (muse-sort-by-rating): Minor coding style fix.
184       (muse-escape-specials-in-string): New function that escapes specials in
185       a string.  This differs from Muse's other specials-escaping routines in
186       that it replaces strings rather than characters, and is reversible if
187       the specials are defined properly.
188       (muse-replace-regexp-in-string): Docfix.
189       (muse-link-specials): New variable containing the specials that Muse
190       uses to handle syntactic issues with link text.  Namely: brackets.  The
191       percent sign must also be escaped since it is used in the escaped text.
192       (muse-link-escape, muse-link-unescape): Call
193       muse-escape-specials-in-string.  Embarrassingly, these functions
194       previously had no effect before.
196     modified files:
197      ChangeLog lisp/muse-colors.el lisp/muse-mode.el
198      lisp/muse-publish.el lisp/muse.el
201 2006-07-09 18:28:25 GMT Michael Olson <mwolson@gnu.org> patch-163
203     Summary:
204       Make space around emdash optional.
205     Revision:
206       muse--main--1.0--patch-163
208     * lisp/muse-publish.el (muse-publish-markup-regexps): Make space around
209       emdash optional.
211     modified files:
212      ChangeLog lisp/muse-publish.el
215 2006-07-08 20:38:12 GMT Michael Olson <mwolson@gnu.org> patch-162
217     Summary:
218       muse-latex: Make publishing of <contents> tags optional.
219     Revision:
220       muse--main--1.0--patch-162
222     * lisp/muse-html.el (muse-html-insert-contents): Use nreverse rather than
223       reverse for a minor speed boost.
224     
225     * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header): Only
226       insert a table of contents when muse-latex-permit-contents-tag is nil.
227       (muse-latexcjk-header): Make comments do the right thing.
228       (muse-latex-permit-contents-tag): New option that specifies whether we
229       should take action on the <contents> tag.
230       (muse-latex-finalize-buffer): If muse-latex-permit-contents-tag is
231       non-nil, publish a table of contents in the place where the <contents>
232       tag is.
233     
234     * muse.texi (LaTeX): Bring up-to-date with new options.
236     modified files:
237      ChangeLog lisp/muse-html.el lisp/muse-latex.el muse.texi
240 2006-07-04 05:00:35 GMT Michael Olson <mwolson@gnu.org> patch-161
242     Summary:
243       Fix publishing bug introduced in last patch.
244     Revision:
245       muse--main--1.0--patch-161
247     * lisp/muse-project.el (muse-current-output-style): New variable that
248       holds the output style that is currently being used to publish a file.
249       (muse-project-page-file): When a subdirectory is used, only record
250       matches.  Sort using matches, not entire list.
251       (muse-project-resolve-link): Docfix.
252       (muse-project-current-output-style): New function that returns the
253       current output style.
254       (muse-project-link-page): Use the local output style, not the other
255       kind of style.
256       (muse-project-publish-file): Set muse-current-output-style.
257     
258     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use
259       muse-current-output-style.
261     modified files:
262      ChangeLog lisp/muse-project.el lisp/muse-wiki.el
265 2006-07-04 04:06:44 GMT Michael Olson <mwolson@gnu.org> patch-160
267     Summary:
268       Make links to files in subdirectories work.
269     Revision:
270       muse--main--1.0--patch-160
272     * lisp/muse-project.el (muse-project-alist-styles): Fix stray comment.
273       (muse-project-page-file): Change to a defun.  Handle files with the
274       same name but in different directories.  Handle case where a
275       subdirectory is given in a link.
276       (muse-project-choose-style-by-link-suffix): Move from muse-wiki.el.
277       (muse-project-applicable-styles): Sort entries according to how late in
278       the string the match for the include regexp occurs.
279       (muse-project-resolve-link): Moved from muse-wiki.el.  Strip
280       subdirectory from page because we have already determined the correct
281       path.
282       (muse-project-link-page): New function that resolves a link to a page
283       in the same project.
284     
285     * lisp/muse-publish.el (muse-publish-link-page): Simple wrapper for
286       muse-project-link-page.
287       (muse-publish-classify-url): Use muse-publish-link-page.
288     
289     * lisp/muse-regexps.el (muse-file-regexp): Don't match subdirectory
290       links.
291     
292     * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix)
293       (muse-wiki-resolve-project-page-1): Move to muse-project.el.
294       (muse-wiki-resolve-project-page): Use muse-project-resolve-link.
295     
296     * lisp/muse.el (muse-collect-alist): New function that is like assoc, but
297       returns a list of matches.
298       (muse-sort-with-closure): New convenience macro for using `sort' with a
299       closure argument.
300       (muse-sort-by-rating): New function that takes a rating list and sorts
301       it, discarding the rating.
302     
303     * muse.texi (Projects): Mention that you can use regexps in place of
304       directory names in project entries.  Caught that when source-diving.
306     modified files:
307      ChangeLog lisp/muse-project.el lisp/muse-publish.el
308      lisp/muse-regexps.el lisp/muse-wiki.el lisp/muse.el muse.texi
311 2006-07-03 01:33:17 GMT Michael Olson <mwolson@gnu.org> patch-159
313     Summary:
314       Fix publishing of blank table fields.
315     Revision:
316       muse--main--1.0--patch-159
318     * lisp/muse-regexps.el (muse-table-field-regexp): Make publishing blank
319       fields work properly.
321     modified files:
322      ChangeLog lisp/muse-regexps.el
325 2006-07-03 00:39:47 GMT Michael Olson <mwolson@gnu.org> patch-158
327     Summary:
328       Make muse-publish-markup-buffer usable even with no current file.
329     Revision:
330       muse--main--1.0--patch-158
332     * lisp/muse-publish.el (muse-publish-markup-buffer): Make this work even
333       if no file is associated with the buffer.  Thanks to dds for the fix.
335     modified files:
336      ChangeLog lisp/muse-publish.el
339 2006-06-26 18:13:59 GMT Michael Olson <mwolson@gnu.org> patch-157
341     Summary:
342       Don't use illegal C-c i keybinding.
343     Revision:
344       muse--main--1.0--patch-157
346     * lisp/muse-mode.el (muse-mode-map): Remove "C-c i" binding and use "C-c
347       TAB" for that purpose instead.  Thanks to Adrian Aichner for the
348       report.
349     
350     * muse.texi (Keystroke Summary): Update documentation for the above
351       change.
353     modified files:
354      ChangeLog lisp/muse-mode.el muse.texi
357 2006-06-12 13:58:59 GMT Michael Olson <mwolson@gnu.org> patch-156
359     Summary:
360       Improve ignored files regexp.
361     Revision:
362       muse--main--1.0--patch-156
364     * lisp/muse-project.el (muse-project-ignore-regexp): Ignore Darcs and SVN
365       metadata directories, and use a better matching technique for autosave
366       files.  Previously, files with '#' in them were ignored erroneously.
368     modified files:
369      ChangeLog lisp/muse-project.el
372 2006-06-12 13:55:17 GMT Michael Olson <mwolson@gnu.org> patch-155
374     Summary:
375       Provide example for <include> in Muse manual.
376     Revision:
377       muse--main--1.0--patch-155
379     * muse.texi (Tag Summary): Give an example of using the <include> tag.
381     modified files:
382      ChangeLog muse.texi
385 2006-06-10 06:49:08 GMT Michael Olson <mwolson@gnu.org> patch-154
387     Summary:
388       Make PDF version of the Muse manual be generated correctly.
389     Revision:
390       muse--main--1.0--patch-154
392     * muse.texi (Tag Summary): Use a slightly different syntax for the table
393       items.  Even though texinfo published the HTML version correctly, the
394       PDF version was not working.  Thanks to mirko.vukovic for the report.
396     modified files:
397      ChangeLog muse.texi
400 2006-06-03 23:38:12 GMT Michael Olson <mwolson@gnu.org> patch-153
402     Summary:
403       Fix bug introduced in last patch.
404     Revision:
405       muse--main--1.0--patch-153
407     * muse-publish.el (muse-publish-include-tag): Fix bug introduced in last
408       patch.
410     modified files:
411      ChangeLog lisp/muse-publish.el
414 2006-06-03 21:18:35 GMT Michael Olson <mwolson@gnu.org> patch-152
416     Summary:
417       Move Debian stuff into its own branch.
418     Revision:
419       muse--main--1.0--patch-152
421     * debian: Moved to muse--debian--0.
423     removed files:
424      debian/.arch-ids/=id debian/.arch-ids/NEWS.id
425      debian/.arch-ids/changelog.id debian/.arch-ids/compat.id
426      debian/.arch-ids/control.id debian/.arch-ids/copyright.id
427      debian/.arch-ids/emacsen-install.id
428      debian/.arch-ids/emacsen-remove.id
429      debian/.arch-ids/emacsen-startup.id
430      debian/.arch-ids/muse-el.dirs.id
431      debian/.arch-ids/muse-el.docs.id
432      debian/.arch-ids/muse-el.examples.id
433      debian/.arch-ids/muse-el.info.id debian/.arch-ids/rules.id
434      debian/NEWS debian/changelog debian/compat debian/control
435      debian/copyright debian/emacsen-install debian/emacsen-remove
436      debian/emacsen-startup debian/muse-el.dirs debian/muse-el.docs
437      debian/muse-el.examples debian/muse-el.info debian/rules
439     modified files:
440      ChangeLog
442     removed directories:
443      debian debian/.arch-ids
446 2006-06-03 21:12:36 GMT Michael Olson <mwolson@gnu.org> patch-151
448     Summary:
449       Provide some markup shortcuts for the <include> tag.
450     Revision:
451       muse--main--1.0--patch-151
453     * lisp/muse-publish.el (muse-publish-examplify-buffer): New function that
454       transforms the current buffer as if it were an <example> region.
455       (muse-publish-versify-buffer): Ditto, but for <verse> regions.
456       (muse-publish-include-tag): Docfix.  Support special cases for
457       markup="example" and markup="verse".
458     
459     * muse.texi (Tag Summary): Update for new <include> shortcuts.
461     modified files:
462      ChangeLog lisp/muse-publish.el muse.texi
465 2006-06-01 04:14:45 GMT Michael Olson <mwolson@gnu.org> patch-150
467     Summary:
468       Really update ChangeLog.2005.
469     Revision:
470       muse--main--1.0--patch-150
472     * ChangeLog.2005: Really update this.
474     new files:
475      .arch-ids/ChangeLog.2005.id ChangeLog.2005
477     removed files:
478      .arch-ids/ChangeLog.2005.id ChangeLog.2005
480     modified files:
481      .arch-ids/muse.texi.id ChangeLog
484 2006-06-01 04:05:33 GMT Michael Olson <mwolson@gnu.org> patch-149
486     Summary:
487       Second attempt at fixing XEmacs beta problem.
488     Revision:
489       muse--main--1.0--patch-149
491     * lisp/Makefile (ELC): Revert previous change, now that I have a hunch
492       about what causes the problem.
493     
494     * lisp/muse-publish.el (muse-publish-markup-regexps): Move anchor markup
495       lower to future-proof an idea that I have.
496       (muse-style-element): Make this a function instead of a substitution,
497       especially since it is potentially recursive.
499     modified files:
500      ChangeLog ChangeLog.2005 lisp/Makefile lisp/muse-publish.el
503 2006-06-01 03:47:49 GMT Michael Olson <mwolson@gnu.org> patch-148
505     Summary:
506       Update ChangeLogs.
507     Revision:
508       muse--main--1.0--patch-148
510     * ChangeLog: Rename from ChangeLog.2006 to follow Emacs conventions.
511     
512     * ChangeLog.2005: Mention ChangeLog.2004 for earlier changes.
513     
514     * lisp/muse-regexps.el: Add a few comments.
515     
516     * muse.texi (Tag Summary): Add example of <tag /> use.
518     modified files:
519      ChangeLog ChangeLog.2005 lisp/muse-regexps.el muse.texi
522 2006-06-01 03:44:00 GMT Michael Olson <mwolson@gnu.org> patch-147
524     Summary:
525       Try to work around a bug in XEmacs beta.
526     Revision:
527       muse--main--1.0--patch-147
529     * lisp/Makefile (ELC): Compile muse-publish.el first, to try to work
530       around a bug in XEmacs beta.
532     modified files:
533      ChangeLog lisp/Makefile
536 2006-05-30 18:21:51 GMT Michael Olson <mwolson@gnu.org> patch-146
538     Summary:
539       Fix tag-publishing in <insert> and <markup>.
540     Revision:
541       muse--main--1.0--patch-146
543     * lisp/muse-publish.el (muse-insert-file-or-string): Don't set
544       muse-publish-markup-tags, since that messes other things up for
545       <markup> and <insert>.
546       (muse-inhibit-style-tags): New variable that specifies whether to
547       disable looking for tag definitions that are specific to the current
548       style.  This is useful for publishing headers and footers.
549       (muse-publish-markup-tag): Use `muse-inhibit-style-tags', but disable
550       it unconditionally when calling a tag's function, so that the effect
551       does not propagate.
552     
553     * lisp/muse.el (muse-file-remote-p): New function that detects whether
554       the given file path is a remote location.  This is not used yet.
556     modified files:
557      ChangeLog lisp/muse-publish.el lisp/muse.el
560 2006-05-30 00:19:37 GMT Michael Olson <mwolson@gnu.org> patch-145
562     Summary:
563       Rename muse-convert.el to muse-latex-convert.el.
564     Revision:
565       muse--main--1.0--patch-145
567     * lisp/muse-convert-latex.el: Rename from muse-convert.el, since more
568       files of this nature are expected in the future.
570     modified files:
571      ChangeLog Makefile.defs debian/changelog
572      lisp/muse-convert-latex.el
574     renamed files:
575      lisp/.arch-ids/muse-convert.el.id
576        ==> lisp/.arch-ids/muse-convert-latex.el.id
577      lisp/muse-convert.el
578        ==> lisp/muse-convert-latex.el
581 2006-05-29 21:34:34 GMT Michael Olson <mwolson@gnu.org> patch-144
583     Summary:
584       List all tags in Muse's documentation.
585     Revision:
586       muse--main--1.0--patch-144
588     * lisp/muse-publish.el (muse-publish-markup-region): Remove cruft that I
589       was trying out.
590       (muse-publish-contents-depth): New option that specifies the maximum
591       depth of headings to include with <contents> tags.
592       (muse-publish-contents-tag): Use it.
593       (muse-publish-include-tag): Docfix.
594     
595     * muse.texi (Paragraphs): Mention <center> and <quote> tags.
596       (Tag Summary): New section that defines the syntax used for tags and
597       gives a complete listing of all of the tags that Muse comes with, as
598       well as some documentation for each tag.
599       (HTML): Update documentation.
601     modified files:
602      ChangeLog lisp/muse-publish.el muse.texi
605 2006-05-29 18:48:41 GMT Michael Olson <mwolson@gnu.org> patch-143
607     Summary:
608       Implement <include> and <markup> tags.
609     Revision:
610       muse--main--1.0--patch-143
612     * lisp/muse-html.el (muse-html-markup-regexps): Make paragraph detection
613       work better when a paragraph follows some other markup, especially
614       tables.
615     
616     * lisp/muse-publish.el (muse-publish-markup-tags): Add <include> and
617       <markup> tags.
618       (muse-publish-markup): Fix edge case.
619       (muse-publish-markup-header-footer-tags): New option that specifies
620       which tags may be used when publishing headers and footers.
621       (muse-insert-file-or-string): Use
622       muse-publish-markup-header-footer-tags instead of a hard-coded value.
623       (muse-publish-markup-region): Make title and style arguments optional,
624       so that this is easier to use.
625       (muse-publish-include-tag): Implement <include> tag.  I've tested all
626       of the cases I can think of, and it works.
627       (muse-publish-mark-up-tag): Implement <markup> tag.  This is handy for
628       times when you want to publish Muse markup in headers and footers.
629       Adding a table of contents to a header should be particularly easy now.
631     modified files:
632      ChangeLog lisp/muse-html.el lisp/muse-publish.el
635 2006-05-29 14:59:31 GMT Michael Olson <mwolson@gnu.org> patch-142
637     Summary:
638       Make ChangeLog conform to conventions better.
639     Revision:
640       muse--main--1.0--patch-142
642     * ChangeLog: Renamed from ChangeLog.2006 in order to follow Emacs
643       conventions better.  Specify the buffer encoding.  Add helpful notices
644       near the bottom of this and ChangeLog.2005.
646     modified files:
647      ChangeLog ChangeLog.2004 ChangeLog.2005 debian/rules
648      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/base-0
650     renamed files:
651      .arch-ids/ChangeLog.2006.id
652        ==> .arch-ids/ChangeLog.id
653      ChangeLog.2006
654        ==> ChangeLog
657 2006-05-28 07:45:09 GMT Michael Olson <mwolson@gnu.org> patch-141
659     Summary:
660       Provide explanation of how to invoke getstamps.py.
661     Revision:
662       muse--main--1.0--patch-141
664     * contrib/pyblosxom/getstamps.py: Strip the Muse file extension when
665       writing the timestamps file.
666     
667     * contrib/pyblosxom/make-blog: New example script that shows how to
668       invoke getstamps.py.
669     
670     * examples/mwolson/stylesheets/common.css: Update.
671     
672     * muse.texi (Blosxom Requirements): Mention the new example script.
673       Additionally, explain how to call getstamps.py.
675     new files:
676      contrib/pyblosxom/.arch-ids/make-blog.id
677      contrib/pyblosxom/make-blog
679     modified files:
680      ChangeLog.2006 contrib/pyblosxom/getstamps.py
681      examples/mwolson/stylesheets/common.css muse.texi
684 2006-05-28 06:40:46 GMT Michael Olson <mwolson@gnu.org> patch-140
686     Summary:
687       muse-blosxom: Perform extra check on category in new entry.
688     Revision:
689       muse--main--1.0--patch-140
691     * lisp/muse-blosxom.el (muse-blosxom-new-entry): Make it impossible to
692       write an invalid categories line, which could cause other mysterious
693       troubles later on.
695     modified files:
696      ChangeLog.2006 lisp/muse-blosxom.el
699 2006-05-28 06:31:11 GMT Michael Olson <mwolson@gnu.org> patch-139
701     Summary:
702       Improve documentation in the included pyblosxom plug-ins.
703     Revision:
704       muse--main--1.0--patch-139
706     * contrib/pyblosxom/getstamps.py, hardcodedates.py: Improve
707       documentation.  The initial wording was very confusing.
709     modified files:
710      ChangeLog.2006 contrib/pyblosxom/getstamps.py
711      contrib/pyblosxom/hardcodedates.py
714 2006-05-27 06:25:32 GMT Michael Olson <mwolson@gnu.org> patch-138
716     Summary:
717       Minor tweak in my example CSS stylesheet.
718     Revision:
719       muse--main--1.0--patch-138
721     * examples/mwolson/stylesheets/common.css: Be careful about
722       distinguishing between links and anchors.
724     modified files:
725      ChangeLog.2006 examples/mwolson/stylesheets/common.css
728 2006-05-26 14:38:01 GMT Michael Olson <mwolson@gnu.org> patch-137
730     Summary:
731       Use better fallback when displaying warnings.
732     Revision:
733       muse--main--1.0--patch-137
735     * lisp/muse.el (muse-display-warning): Use a better fallback if
736       `display-warning' does not exist.
738     modified files:
739      ChangeLog.2006 lisp/muse.el
742 2006-05-25 21:23:55 GMT Michael Olson <mwolson@gnu.org> patch-136
744     Summary:
745       Make the Table of Contents CSS easier to customize.
746     Revision:
747       muse--main--1.0--patch-136
749     * examples/mwolson/muse-init.el (muse-bad-link): Update.
750     
751     * examples/mwolson/stylesheets/*.css: Update and add license.
752     
753     * lisp/muse-html.el (muse-html-insert-contents): Surround contents with
754       <div> section for easier CSS hacking.  Remove the class attribute of
755       other elements, since we don't need it anymore.
757     modified files:
758      ChangeLog.2006 Makefile.defs debian/changelog
759      examples/mwolson/muse-init.el
760      examples/mwolson/stylesheets/blog.css
761      examples/mwolson/stylesheets/common.css
762      examples/mwolson/stylesheets/print.css
763      examples/mwolson/stylesheets/screen.css lisp/muse-html.el
766 2006-05-24 03:30:40 GMT Michael Olson <mwolson@gnu.org> patch-135
768     Summary:
769       Fix a potential unbounded recursive call.
770     Revision:
771       muse--main--1.0--patch-135
773     * lisp/muse-project.el (muse-updating-file-alist-p): New variable that
774       prevents calls to muse-project-file-alist in its hook functions from
775       going into an infinite loop.
776       (muse-project-file-alist): Use it.
777     
778     * lisp/muse-wiki.el (muse-wiki-updating-wikiword-p): Remove.  This is now
779       handled in muse-project.el.
780       (muse-wiki-update-local-wikiword-regexp): Remove the use of
781       muse-wiki-updating-wikiword-p.
783     modified files:
784      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
787 2006-05-23 18:10:49 GMT Michael Olson <mwolson@gnu.org> patch-134
789     Summary:
790       Try not to call tramp during publishing.
791     Revision:
792       muse--main--1.0--patch-134
794     * lisp/muse-publish.el (muse-insert-file-or-string): Do not call
795       file-readable-p on text that has a newline in it, because this could
796       cause tramp to be invoked.
798     modified files:
799      ChangeLog.2006 lisp/muse-publish.el
802 2006-05-23 15:30:02 GMT Michael Olson <mwolson@gnu.org> patch-133
804     Summary:
805       Make links colored blue by default.
806     Revision:
807       muse--main--1.0--patch-133
809     * lisp/muse-colors.el (muse-link): Make links blue by default, like most
810       other Emacs modes do.
812     modified files:
813      ChangeLog.2006 lisp/muse-colors.el
816 2006-05-23 14:24:58 GMT Michael Olson <mwolson@gnu.org> patch-132
818     Summary:
819       Fix publishing error with tables and initial whitespace.
820     Revision:
821       muse--main--1.0--patch-132
823     * lisp/muse-publish.el (muse-publish-markup-regexps): Move table rule
824       above blockquote and centered text, so that indented but blank initial
825       table fields publish correctly.
826     
827     * lisp/muse-regexps.el (muse-table-line-regexp): Make this much simpler.
828       We accept anything that has at least one field delimiter.
830     modified files:
831      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
834 2006-05-18 06:58:58 GMT Michael Olson <mwolson@gnu.org> patch-131
836     Summary:
837       Add muse-protocol-iw.el to experimental folder.
838     Revision:
839       muse--main--1.0--patch-131
841     * experimental/muse-protocol-iw.el: New experimental file that implements
842       an interwiki protocol of sorts that handles subdirectories.
844     new files:
845      experimental/.arch-ids/muse-protocol-iw.el.id
846      experimental/muse-protocol-iw.el
848     modified files:
849      AUTHORS ChangeLog.2006 experimental/muse-split.el
852 2006-05-18 06:43:30 GMT Michael Olson <mwolson@gnu.org> patch-130
854     Summary:
855       Add muse-split.el to experimental folder.
856     Revision:
857       muse--main--1.0--patch-130
859     * experimental/muse-split.el: New experimental file that splits published
860       Muse files into several smaller files.
862     new files:
863      experimental/.arch-ids/muse-split.el.id
864      experimental/muse-split.el
866     modified files:
867      AUTHORS ChangeLog.2006 Makefile.defs debian/changelog
868      debian/control
871 2006-05-18 06:03:49 GMT Michael Olson <mwolson@gnu.org> patch-129
873     Summary:
874       muse-wiki: Make the interwiki resolver a bit more clever.
875     Revision:
876       muse--main--1.0--patch-129
878     * lisp/muse-project.el (muse-project-choose-style): New function that
879       chooses a style from a list of styles, given a user-supplied test.
880     
881     * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix): New function
882       that is used along with `muse-project-choose-style' to pick the first
883       style that matches a given value for :link-prefix.
884       (muse-wiki-resolve-project-page-1): New function split from
885       `muse-wiki-resolve-project-page' for readability.  Try to match files
886       that have the same link-suffix.  This should hopefully fix a bug
887       noticed by Hans Ekbrand.
889     modified files:
890      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
893 2006-05-18 01:24:04 GMT Michael Olson <mwolson@gnu.org> patch-128
895     Summary:
896       Fix bug where links with :: in them were marked up as lists.
897     Revision:
898       muse--main--1.0--patch-128
900     * lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
901       Change noemphasis property to muse-link.
902     
903     * lisp/muse.el (muse-forward-list-item): Respect muse-link property.
904     
905     * lisp/muse-publish.el (muse-publish-surround-text)
906       (muse-publish-markup-list): Ditto.  This should fix a bug.
907       (muse-publish-markup-list): Docfix.
908       (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.
909     
910     * lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
911       There must be either one or more spaces or a single newline after the
912       colons.  This prevents an ambiguity with the double-colon muse-wiki
913       interwiki delimiter.
915     modified files:
916      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
917      lisp/muse-regexps.el lisp/muse-xml-common.el lisp/muse.el
920 2006-05-17 21:27:19 GMT Michael Olson <mwolson@gnu.org> patch-127
922     Summary:
923       DTRT with explicit links that have no description.
924     Revision:
925       muse--main--1.0--patch-127
927     * lisp/muse-publish.el (muse-publish-markup-link): If we are given an
928       explicit link without a description, use the name of the linked page.
930     modified files:
931      ChangeLog.2006 lisp/muse-publish.el
934 2006-05-16 15:53:56 GMT Michael Olson <mwolson@gnu.org> patch-126
936     Summary:
937       Fix emdash in link description bug.
938     Revision:
939       muse--main--1.0--patch-126
941     * lisp/muse-publish.el (muse-publish-markup-emdash): Don't markup emdash
942       if we are in a link, since otherwise it will be incorrectly escaped.
943       Thanks to Chiyuan Zhang for the report.
945     modified files:
946      ChangeLog.2006 Makefile.defs debian/changelog
947      lisp/muse-publish.el
950 2006-05-12 04:16:43 GMT Michael Olson <mwolson@gnu.org> patch-125
952     Summary:
953       Fix #5925: Emphasis on item breaks lists.
954     Revision:
955       muse--main--1.0--patch-125
957     * lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
958       as the browsing function.
959     
960     * lisp/muse-mode.el (muse-browse-result): Only include styles that match
961       the current file.
962     
963     * lisp/muse.el (muse-list-item-critical-point): Take a new argument named
964       `offset' into account, in case the list-item regexp is nested in
965       another group.
966       (muse-forward-list-item): Call `muse-list-item-critical-point' with an
967       offset of 1.  This should fix an unpleasant list-as-blockquote error
968       that was noticed recently.  Thanks to John Sullivan for the report.
970     modified files:
971      ChangeLog.2006 lisp/muse-blosxom.el lisp/muse-mode.el
972      lisp/muse.el
975 2006-05-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
977     Summary:
978       Fix a couple of beginning-of-buffer errors.
979     Revision:
980       muse--main--1.0--patch-124
982     * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
983       don't throw an error if at the beginning of the buffer.  Thanks to John
984       Sullivan for the report.
986     modified files:
987      ChangeLog.2006 lisp/muse-mode.el
990 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
992     Summary:
993       muse.texi: Change use of @subsubheading to @subheading.
994     Revision:
995       muse--main--1.0--patch-123
997     * muse.texi: Change use of @subsubheading to @subheading throughout
998       document.
1000     modified files:
1001      ChangeLog.2006 muse.texi
1004 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
1006     Summary:
1007       muse.texi: Change subsections to subheadings.
1008     Revision:
1009       muse--main--1.0--patch-122
1011     (Author: John Sullivan <john@wjsullivan.net>)
1012     
1013     * muse.texi: Change @subsection and @strong to @subheading throughout
1014       document.
1016     modified files:
1017      ChangeLog.2006 Makefile.defs debian/changelog muse.texi
1019     new patches:
1020      john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
1021      john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
1022      john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
1025 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
1027     Summary:
1028       Update keystrokes used in muse-mode, as well as docs.
1029     Revision:
1030       muse--main--1.0--patch-121
1032     * lisp/muse-mode.el (muse-insert-map): New variable that defines the
1033       keymap to use when the user wants to insert something into the current
1034       buffer using `C-c i'.
1035       (muse-mode-map): Sort keys somewhat.  Remove binding of `C-c C-v' to
1036       muse-follow-name-at-point, since this is already used for
1037       muse-browse-result.  Call `muse-insert-thing' on `C-c i', which will
1038       prompt for the thing to insert.
1039       (muse-insert-thing): New function that prompts the user for something
1040       to insert into the current buffer.  It tries to be as friendly as
1041       possible by catching possible errors with the message "Not inserting
1042       anything".
1043       (muse-mode-completions): Rename from `muse-completions', since this is
1044       what we use in `muse-mode'.
1045       (muse-mode-current-word): Similarly.  These don't seem to work
1046       correctly, for unknown reasons.
1047     
1048     * muse.texi (Keystroke Summary): Update to include all keystrokes that we
1049       utilize.
1051     modified files:
1052      ChangeLog.2006 lisp/muse-mode.el muse.texi
1055 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
1057     Summary:
1058       Fix buggy behavior in muse-browse-result.
1059     Revision:
1060       muse--main--1.0--patch-120
1062     * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
1063       names to styles, based on the styles contained in the current Muse
1064       project.  Thanks to kid kid for the analysis.
1065     
1066     * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
1067       specified as an argument.
1069     modified files:
1070      ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
1073 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
1075     Summary:
1076       muse-latex: Make images look better.
1077     Revision:
1078       muse--main--1.0--patch-119
1080     * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
1081       be 75% the width of the page, which looks better.  Enclose images in
1082       figures, and center them.
1084     modified files:
1085      ChangeLog.2006 lisp/muse-latex.el
1088 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
1090     Summary:
1091       Fix a few image bugs.
1092     Revision:
1093       muse--main--1.0--patch-118
1095     * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
1096       passing it to `muse-colors-inline-image-method'.  This makes images
1097       with the same current directory and publishing directory get resolved
1098       correctly.
1099     
1100     * lisp/muse-project.el (muse-project-find-file): Don't try to add a
1101       ".muse" extension to images.
1103     modified files:
1104      ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
1107 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
1109     Summary:
1110       Make build targets more consistent.
1111     Revision:
1112       muse--main--1.0--patch-117
1114     * contrib/Makefile (install): Make build targets more consistent.  Thanks
1115       to dsmith for the report.
1116     
1117     * lisp/Makefile (all, lisp, install): Ditto.
1119     modified files:
1120      ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
1121      lisp/Makefile
1124 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
1126     Summary:
1127       cgi.el: Make this work without cl-seq.el.
1128     Revision:
1129       muse--main--1.0--patch-116
1131     * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
1132       code.  Make this not depend on 'cl at runtime.
1133       (cgi-position): New function that implements a simple replacement for
1134       the position function found in cl-seq.el.
1135       (cgi-decode): Use `cgi-position' instead of `position' and `substring'
1136       instead of `subseq'.
1137     
1138     * contrib/httpd.el: Credit myself.
1140     modified files:
1141      ChangeLog.2006 contrib/cgi.el contrib/httpd.el
1144 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
1146     Summary:
1147       Make publishing DTRT when using escaped list markup.
1148     Revision:
1149       muse--main--1.0--patch-115
1151     * lisp/muse-publish.el (muse-publish-surround-text)
1152       (muse-publish-markup-list): Ignore escaped list markup.
1153     
1154     * lisp/muse.el (muse-list-item-type): Docfix.
1155       (muse-list-item-critical-point): New function that returns the point
1156       where we should expect to find the first character in the current list
1157       item markup.
1158       (muse-forward-paragraph): Docfix and cosmetic change.
1159       (muse-forward-list-item): Ignore escaped list markup.  This should fix
1160       a few publishing errors that involve markup like =::=.
1162     modified files:
1163      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1166 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
1168     Summary:
1169       muse-publish: Get rid of warning when batch publishing.
1170     Revision:
1171       muse--main--1.0--patch-114
1173     * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
1174       publishing warning message.
1176     modified files:
1177      ChangeLog.2006 Makefile.defs debian/changelog
1178      lisp/muse-publish.el
1181 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
1183     Summary:
1184       Try to fix face clobbering bug.
1185     Revision:
1186       muse--main--1.0--patch-113
1188     * lisp/muse-colors.el (muse-make-faces-default): New function that sets
1189       the default value of the header faces.  It can be re-used.
1190       (muse-make-faces): Simplify.  This should now fix the face clobbering
1191       bug.
1193     modified files:
1194      ChangeLog.2006 lisp/muse-colors.el
1197 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
1199     Summary:
1200       Re-add some cgi.el stuff and update my example config.
1201     Revision:
1202       muse--main--1.0--patch-112
1204     * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
1205       they are mentioned in the documentation.
1206     
1207     * examples/mwolson/: Update.
1209     modified files:
1210      ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
1211      examples/mwolson/templates/footer.html
1212      examples/mwolson/templates/header.html
1215 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
1217     Summary:
1218       muse-mode: Make C-c C-e work better.
1219     Revision:
1220       muse--main--1.0--patch-111
1222     * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
1223       that this is more robust.
1225     modified files:
1226      ChangeLog.2006 lisp/muse-mode.el
1229 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
1231     Summary:
1232       muse-latex: Don't escape backslash in <example> regions.
1233     Revision:
1234       muse--main--1.0--patch-110
1236     * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
1237       to escape the backslash after all.
1238       (muse-latex-markup-specials-literal): Docfix.
1239     
1240     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
1242     modified files:
1243      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1246 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
1248     Summary:
1249       Allow tab characters in the target of explicit links.
1250     Revision:
1251       muse--main--1.0--patch-109
1253     * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
1254       in the link target.  This doesn't seem like it could hurt anything, and
1255       prevents unexpected behavior.  Thanks to rubikitch AT ruby-lang.org for
1256       the report.
1258     modified files:
1259      ChangeLog.2006 lisp/muse-regexps.el
1262 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
1264     Summary:
1265       muse-wiki: Fix bug that caused WikiWords not to publish or display.
1266     Revision:
1267       muse--main--1.0--patch-108
1269     * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
1271     modified files:
1272      ChangeLog.2006 Makefile.defs debian/changelog
1273      lisp/muse-wiki.el
1276 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
1278     Summary:
1279       Fix horrendous typo.
1280     Revision:
1281       muse--main--1.0--patch-107
1283     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
1284       strangeness.
1286     modified files:
1287      ChangeLog.2006 lisp/muse-publish.el
1290 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
1292     Summary:
1293       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
1294     Revision:
1295       muse--main--1.0--patch-106
1297     (Author: Per B. Sederberg <per@med.upenn.edu>)
1298     
1299     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
1300       Option to not create implicit links to the current page.
1301       (muse-wiki-handle-wikiword): Process the option to not create implicit
1302       links to the current page.
1304     modified files:
1305      ChangeLog.2006 Makefile.defs debian/changelog
1306      lisp/muse-wiki.el
1308     new patches:
1309      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
1312 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
1314     Summary:
1315       Try to fix failure to recognize Muse file extension (6th attempt).
1316     Revision:
1317       muse--main--1.0--patch-105
1319     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
1320       init file is loaded.
1321       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
1322       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
1323     
1324     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
1325       user's init file is loaded.  Explicitly add the Muse file extension
1326       when muse.el is loaded, to make life simpler.
1327       (muse-update-file-extension): Take several edge cases into account.
1328       (muse-file-extension): Docfix.
1329       (muse-update-file-extension-after-init): New function that causes the
1330       file extension to be updated.
1331     
1332     * muse.texi (Projects): It is no longer necessary to call
1333       `muse-mode-maybe' manually.
1335     modified files:
1336      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
1339 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
1341     Summary:
1342       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
1343     Revision:
1344       muse--main--1.0--patch-104
1346     (Author: Per B. Sederberg <per@med.upenn.edu>)
1347     
1348     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
1349       to return a list of project files that have spaces.
1350       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
1351       spaces function.  Don't make this buffer-local.
1353     modified files:
1354      ChangeLog.2006 lisp/muse-wiki.el
1356     new patches:
1357      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
1358      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
1359      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
1360      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
1361      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
1364 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
1366     Summary:
1367       Try to fix failure to recognize Muse file extension (5th attempt).
1368     Revision:
1369       muse--main--1.0--patch-103
1371     * lisp/muse.el: To detect whether Emacs has fully started, check
1372       `command-line-processed' instead of `inhibit-startup-hooks', since the
1373       latter only exists for Emacs22.
1375     modified files:
1376      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
1379 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
1381     Summary:
1382       muse-html: Add :style-sheet element.
1383     Revision:
1384       muse--main--1.0--patch-102
1386     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
1387       :style-sheet element.
1388       ("html", "xhtml"): Add the :style-sheet element.
1389     
1390     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
1391       style already exists.  Instead, just replace the existing style.
1392       (muse-derive-style): Ditto.
1393     
1394     * muse.texi (Style Elements): Mention :style-sheet.
1396     modified files:
1397      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
1398      muse.texi
1401 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
1403     Summary:
1404       Try to fix failure to recognize Muse file extension (4th attempt).
1405     Revision:
1406       muse--main--1.0--patch-101
1408     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
1409       the command line.
1411     modified files:
1412      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
1415 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
1417     Summary:
1418       Try to fix failure to recognize Muse file extension (3rd attempt).
1419     Revision:
1420       muse--main--1.0--patch-100
1422     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
1424     modified files:
1425      ChangeLog.2006 lisp/muse.el
1428 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
1430     Summary:
1431       Try to fix failure to recognize Muse file extension (2nd attempt).
1432     Revision:
1433       muse--main--1.0--patch-99
1435     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
1436       auto-mode-alist.
1438     modified files:
1439      ChangeLog.2006 lisp/muse.el
1442 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
1444     Summary:
1445       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
1446     Revision:
1447       muse--main--1.0--patch-98
1449     (Author: Per B. Sederberg <per@med.upenn.edu>)
1450     
1451     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
1452       interwiki-regexp to search for any project file name.  This is so it
1453       will match files with spaces.
1455     modified files:
1456      ChangeLog.2006 lisp/muse-wiki.el
1458     new patches:
1459      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
1460      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
1461      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
1462      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
1463      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
1464      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
1465      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
1468 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
1470     Summary:
1471       Try to fix failure to recognize Muse file extension.
1472     Revision:
1473       muse--main--1.0--patch-97
1475     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
1476       of semantics.
1477     
1478     * lisp/muse.el: Call muse-update-file-extension in
1479       muse-update-values-hook, instead of
1480       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
1481       emacs-startup-hook, so that the user has time to set this in their
1482       .emacs file.
1484     modified files:
1485      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1488 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
1490     Summary:
1491       Make things in contrib directory installable.
1492     Revision:
1493       muse--main--1.0--patch-96
1495     * Makefile (SUBDIRS): Add contrib.
1496       (all): Add contrib.
1497       (contrib): New target that compiles things in the contrib directory.
1498       (install-bin): Add contrib.  Install things in the contrib directory.
1499       Also install uncompiled things in the experimental directory.
1500     
1501     * contrib/Makefile: New Makefile for the contrib directory.
1502     
1503     * contrib/httpd.el (httpd-start): Fix compiler warnings.
1504     
1505     * debian/emacsen-install: Compile files in contrib directory in addition
1506       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
1507     
1508     * debian/emacsen-startup: Add contrib directory to load-path.
1509     
1510     * experimental/Makefile (test): Remove target.
1511       (install-uncompiled): New target that installs uncompiled files.
1512     
1513     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
1514       (muse-update-file-extension): Fix a warning that occurred when doing
1515       batch publishing.
1517     new files:
1518      contrib/.arch-ids/Makefile.id contrib/Makefile
1520     modified files:
1521      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
1522      debian/changelog debian/emacsen-install debian/emacsen-startup
1523      experimental/Makefile lisp/muse.el muse.texi
1526 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
1528     Summary:
1529       Remove muse-registry.el.
1530     Revision:
1531       muse--main--1.0--patch-95
1533     * lisp/muse-registry.el: Move to the Planner project, since it is a
1534       better fit with Planner than Muse.
1536     removed files:
1537      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
1539     modified files:
1540      AUTHORS ChangeLog.2006
1543 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
1545     Summary:
1546       Prepare Debian package for Arch snapshot.
1547     Revision:
1548       muse--main--1.0--patch-94
1550     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
1551       snapshot.
1553     modified files:
1554      ChangeLog.2006 Makefile.defs debian/changelog
1557 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
1559     Summary:
1560       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
1561     Revision:
1562       muse--main--1.0--patch-93
1564     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
1565       `muse-wiki-hide-nop-tag' into account.
1567     modified files:
1568      ChangeLog.2006 lisp/muse-wiki.el
1571 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
1573     Summary:
1574       Fix a couple of compiler warnings.
1575     Revision:
1576       muse--main--1.0--patch-92
1578     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
1580     modified files:
1581      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
1584 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
1586     Summary:
1587       Make interwiki links work with the new option.
1588     Revision:
1589       muse--main--1.0--patch-91
1591     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
1592       parameters.  Populate this correctly when
1593       `muse-wiki-match-all-project-files' is non-nil.
1595     modified files:
1596      ChangeLog.2006 lisp/muse-wiki.el
1599 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
1601     Summary:
1602       Permit table generation to be disabled for a single Muse page.
1603     Revision:
1604       muse--main--1.0--patch-90
1606     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
1607       data, don't publish the table.
1608     
1609     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
1610     
1611     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
1612     
1613     * lisp/muse-publish.el (muse-publish-table-fields): If the
1614       "disable-tables" publishing directive exists for the current page, do
1615       not generate a table.
1616     
1617     * muse.texi (Tables): Mention that table generation can be disabled for a
1618       single page.
1620     modified files:
1621      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1622      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
1625 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
1627     Summary:
1628       muse-wiki: Match filenames before WikiWords.
1629     Revision:
1630       muse--main--1.0--patch-89
1632     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
1633       filenames in project before the general WikiWord regexp.
1635     modified files:
1636      ChangeLog.2006 lisp/muse-wiki.el
1639 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
1641     Summary:
1642       Use a better mechanism for updating autogenerated variables.
1643     Revision:
1644       muse--main--1.0--patch-88
1646     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
1647     
1648     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
1649     
1650     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
1651       muse-update-values-hook.
1652     
1653     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
1654       muse-update-values-hook.
1655     
1656     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
1657       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
1658       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
1659       error is fixed.
1660       (muse-wiki-update-custom-values): Replace with function that gives a
1661       warning and an explanation.
1662     
1663     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
1664       example so that people who use it won't have a wrong value in
1665       muse-mode-hook.
1667     modified files:
1668      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
1669      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
1670      lisp/muse.el
1673 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
1675     Summary:
1676       muse-wiki: Implement implicit links for all files in project.
1677     Revision:
1678       muse--main--1.0--patch-87
1680     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
1681       don't get errors when trying to use it.
1682     
1683     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
1684       muse-project-file-alist-hook.
1685       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
1686       into a recursive call.
1687       (muse-wiki-update-wikiword-regexp): Call
1688       `muse-wiki-update-local-wikiword-regexp'.
1689     
1690     (Author: Per B. Sederberg <per@med.upenn.edu>)
1691     
1692     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
1693       muse-before-publish-hook and muse-mode-hook so that implicit links are
1694       published properly.
1695       (muse-wiki-wikiword-match-project-files): New option for determining
1696       whether to match all project files as implicit links.  This is off by
1697       default.
1698       (muse-wiki-update-local-wikiword-regexp): New function to make the
1699       wikiword-regexp local and append the files in the current project to
1700       it.
1702     modified files:
1703      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1705     new patches:
1706      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
1707      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
1708      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
1709      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
1710      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
1711      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
1712      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
1713      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
1714      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
1715      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
1716      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
1717      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
1718      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
1719      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
1722 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
1724     Summary:
1725       Update Muse's file-alist after saving any Muse page.
1726     Revision:
1727       muse--main--1.0--patch-86
1729     * lisp/muse-project.el (muse-project-after-save-hook): New function that
1730       causes Muse's file-alist to be updated when we are saving a Muse file.
1731       This is added to after-save-hook.
1733     modified files:
1734      ChangeLog.2006 lisp/muse-project.el
1737 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
1739     Summary:
1740       Add a hook that is called whenever Muse's file-alist is updated.
1741     Revision:
1742       muse--main--1.0--patch-85
1744     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
1745       executed after an update to muse-project-file-alist happens.
1746       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
1748     modified files:
1749      ChangeLog.2006 lisp/muse-project.el
1752 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
1754     Summary:
1755       muse-mode: Recognize definition lists when filling text.
1756     Revision:
1757       muse--main--1.0--patch-84
1759     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
1760       text.
1761     
1763     modified files:
1764      ChangeLog.2006 lisp/muse-mode.el
1767 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
1769     Summary:
1770       Remove unrelated part of patch-82.
1771     Revision:
1772       muse--main--1.0--patch-83
1775     modified files:
1776      ChangeLog.2006 lisp/muse-mode.el
1779 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
1781     Summary:
1782       muse-journal: Fix dates in RSS feeds.
1783     Revision:
1784       muse--main--1.0--patch-82
1786     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
1787       date is in a format that RSS readers can handle.  Thanks to René
1788       Stadler for the patch.
1790     modified files:
1791      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
1794 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
1796     Summary:
1797       debian: Install ChangeLog properly.
1798     Revision:
1799       muse--main--1.0--patch-81
1801     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
1802       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
1803       the breakage report.
1805     modified files:
1806      ChangeLog.2006 debian/rules
1809 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
1811     Summary:
1812       Fix a bug triggered by batch-publishing.
1813     Revision:
1814       muse--main--1.0--patch-80
1816     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
1817       right algorithm turned out to be simpler than I had thought.  Thanks to
1818       Sergei V. Fleytin for reporting breakage with the old method.
1819       (muse-publish-file): Don't be overzealous when checking for an invalid
1820       style -- use a simpler check.
1821       (muse-batch-publish-files): Don't check for invalid styles here, since
1822       we already do so in `muse-publish-file'.
1824     modified files:
1825      ChangeLog.2006 lisp/muse-publish.el
1828 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
1830     Summary:
1831       muse.texi: Move some sections to a new Extending Muse chapter.
1832     Revision:
1833       muse--main--1.0--patch-79
1835     * muse.texi (Extending Muse): New chapter containing nodes that deal with
1836       extending Muse in various ways.
1837       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
1839     modified files:
1840      ChangeLog.2006 muse.texi
1843 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
1845     Summary:
1846       Fix a couple of recently-introduced bugs.
1847     Revision:
1848       muse--main--1.0--patch-78
1850     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
1851       extra hard to preserve our settings for faces, especially after a new
1852       frame or splash screen.
1853     
1854     * lisp/muse.el (muse-copy-face): New function that ensures the face is
1855       copied globally, to the extent the Emacs permits this.
1857     modified files:
1858      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1861 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
1863     Summary:
1864       Update my example configuration file.
1865     Revision:
1866       muse--main--1.0--patch-77
1869     modified files:
1870      ChangeLog.2006 examples/mwolson/muse-init.el
1873 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
1875     Summary:
1876       Remove cruft from patch logs.
1877     Revision:
1878       muse--main--1.0--patch-76
1881     modified files:
1882      ChangeLog.2006
1883      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
1884      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
1885      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
1886      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
1887      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
1888      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
1889      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
1890      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
1893 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
1895     Summary:
1896       Make faces more robust and namespace-conforming.
1897     Revision:
1898       muse--main--1.0--patch-75
1900     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
1901       face has documentation and a group.
1902       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
1903       "-face" suffix.
1904       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
1905       faces have documentation and a group.  Copy unconditionally from the
1906       related Emacs faces, rather than specifying face attributes.
1907       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
1908       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
1909       face names.
1910     
1911     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
1912       the 'muse-link property rather than looking at the face.
1914     modified files:
1915      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1918 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
1920     Summary:
1921       muse.texi: Mention the <code> tag.
1922     Revision:
1923       muse--main--1.0--patch-74
1925     * muse.texi (Emphasizing Text): Mention the <code> tag.
1927     modified files:
1928      ChangeLog.2006 muse.texi
1931 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
1933     Summary:
1934       Fix bug in verse markup, undesired behavior with emdash.
1935     Revision:
1936       muse--main--1.0--patch-73
1938     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
1939       around emdash.
1940     
1941     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1942     
1943     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1944     
1945     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
1946       trailing whitespace to `muse-markup-text', in case the current
1947       publishing wishes to use them.
1948       (muse-publish-markup-verse): Insert newline without adding read-only
1949       properties to it.  This fixes a paragraph detection bug in HTML
1950       publishing.
1952     modified files:
1953      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1954      lisp/muse-publish.el lisp/muse-xml.el
1957 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
1959     Summary:
1960       httpd.el: Update to work with newer versions of Emacs.
1961     Revision:
1962       muse--main--1.0--patch-72
1964     * contrib/httpd.el (httpd-start): Update this to work with newer versions
1965       of Emacs.
1967     modified files:
1968      ChangeLog.2006 contrib/httpd.el
1971 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1973     Summary:
1974       muse-journal: Make custom RSS heading regexps possible.
1975     Revision:
1976       muse--main--1.0--patch-71
1978     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1979       determines the regexp to use when searching for an RSS heading.
1980       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1982     modified files:
1983      ChangeLog.2006 lisp/muse-journal.el
1986 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1988     Summary:
1989       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1990     Revision:
1991       muse--main--1.0--patch-70
1993     * lisp/muse-project.el (muse-project-publish): If we cannot find a
1994       project to publish, indicate this in an error message.
1995     
1996     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1997       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
1998       (muse-detect-invalid-style): New function that makes sure that the
1999       given style is in a valid format.
2000       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
2001       publishing.
2003     modified files:
2004      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
2007 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
2009     Summary:
2010       muse-mode: Don't require muse-publish.el.
2011     Revision:
2012       muse--main--1.0--patch-69
2014     * lisp/muse-mode.el: Use a few autoloads instead of requiring
2015       muse-publish.el.  This allows people to optionally have Muse mode
2016       without including the publishing features, as long as they never call a
2017       publishing function.  The documentation says that Muse is supposed to
2018       be modular in that way, so I guess we'd better follow it.
2019       (muse-insert-tag): Make sure that muse-publish is required before
2020       accessing `muse-publish-markup-tags'.
2022     modified files:
2023      ChangeLog.2006 lisp/muse-mode.el
2026 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
2028     Summary:
2029       Minor code cleanup.
2030     Revision:
2031       muse--main--1.0--patch-68
2033     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
2035     modified files:
2036      ChangeLog.2006 lisp/muse-mode.el
2039 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
2041     Summary:
2042       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
2043     Revision:
2044       muse--main--1.0--patch-67
2046     (Author: Per B. Sederberg <per@med.upenn.edu>)
2047     
2048     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
2049       used for grepping.
2050       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
2051       muse-find-backlinks C-c C-b
2052       (muse-grep): New function to envoke a search with the compiler.
2053       (muse-search-with-command): New function to search for text, optionally
2054       editing the command.
2055       (muse-search): New function to search for text.
2056       (muse-find-backlinks): New function to search for backlinks to the
2057       current page.
2059     modified files:
2060      ChangeLog.2006 lisp/muse-mode.el
2062     new patches:
2063      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
2064      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
2065      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
2066      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
2067      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
2068      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
2069      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
2070      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
2071      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
2072      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
2073      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
2074      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
2077 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
2079     Summary:
2080       Make it easier to call context-specific region-escaping function.
2081     Revision:
2082       muse--main--1.0--patch-66
2084     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
2085       returned from specials, call it with beg, end, ignore-read-only args.
2086       This allows for people to specify their own functions for escaping
2087       regions, depending on context.  See `muse-xml-decide-specials' in
2088       muse-xml-common.el.  This functionality already exists for escaping
2089       specials in strings.
2091     modified files:
2092      ChangeLog.2006 lisp/muse-publish.el
2095 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
2097     Summary:
2098       Attempt to make new syntaxes easier to support.
2099     Revision:
2100       muse--main--1.0--patch-65
2102     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
2103       and `muse-get-link-data'.
2104     
2105     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
2106     
2107     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
2108       (muse-make-link): Change argument name.
2109     
2110     * lisp/muse.el (muse-handle-explicit-link): Ditto.
2111       (muse-get-link, muse-get-link-desc): New functions that return the link
2112       and the link description, respectively, from the given TARGET.  The
2113       idea is that at least one other markup syntax puts descriptions before
2114       links, so all they would have to do is re-define these two functions.
2116     modified files:
2117      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
2118      lisp/muse-mode.el lisp/muse.el
2121 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
2123     Summary:
2124       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
2125     Revision:
2126       muse--main--1.0--patch-64
2128     * Makefile.defs, lisp/muse-colors.el: Fix typo.
2129     
2130     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
2131       `replace-in-string' is checked before `replace-regexp-in-string', since
2132       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
2133       Ottaway for the heads up.
2135     modified files:
2136      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
2139 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
2141     Summary:
2142       muse-latex: Add footnotes to links so that they show up on printed copies.
2143     Revision:
2144       muse--main--1.0--patch-63
2146     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
2147       'url-and-desc.  Display footnotes if we have both a link and a
2148       description, since we want URLs to show up on printed documents.
2149       (muse-latex-markup-specials-document): Escape the "@" character in the
2150       entire document.
2151     
2152     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
2153       without descriptions and URLs with descriptions.  If no markup string
2154       exists for 'url-and-desc, fall back to 'url.
2156     modified files:
2157      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
2160 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
2162     Summary:
2163       Fix publishing error with multi-line wrapped list items.
2164     Revision:
2165       muse--main--1.0--patch-62
2167     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
2168       multiple lines of a wrapped list item.
2170     modified files:
2171      ChangeLog.2006 lisp/muse-publish.el
2174 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
2176     Summary:
2177       Add COPYING file; update headers.
2178     Revision:
2179       muse--main--1.0--patch-61
2181     * COPYING: New file containing the GNU GPL.
2182     
2183     * AUTHORS: Bookkeeping.
2184     
2185     * README: Add License section.  Change Muse homepage URL.
2186     
2187     * debian/copyright: Change Muse homepage URL.  Prune list to those who
2188       have changed 15+ lines of code, since this is the amount that
2189       constitutes legal contribution to a software work, AFAICT.
2190     
2191     * examples/mwolson: Update contents of directory to match my current
2192       setup.
2193     
2194     * experimental/muse*.el, lisp/muse*.el: Update headers.
2195     
2196     * muse.texi: Change Muse homepage URL.
2198     new files:
2199      .arch-ids/COPYING.id COPYING
2201     modified files:
2202      AUTHORS ChangeLog.2006 README debian/copyright
2203      examples/mwolson/muse-init.el
2204      examples/mwolson/stylesheets/blog.css
2205      examples/mwolson/stylesheets/common.css
2206      examples/mwolson/stylesheets/print.css
2207      examples/mwolson/stylesheets/screen.css
2208      experimental/muse-cite.el experimental/muse-mathml.el
2209      experimental/muse-message.el lisp/muse-backlink.el
2210      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
2211      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
2212      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
2213      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
2214      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
2215      lisp/muse-publish.el lisp/muse-regexps.el
2216      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
2217      lisp/muse-xml.el lisp/muse.el muse.texi
2220 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
2222     Summary:
2223       Update Muse XML schema.
2224     Revision:
2225       muse--main--1.0--patch-60
2227     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
2228       history.  We'll call this v0.3 of the schema.
2229     
2230     * lisp/muse-xml-common.el: Update header.
2231       (muse-xml-markup-table): Fix table generation when attributes are not
2232       specified.
2234     modified files:
2235      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
2238 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
2240     Summary:
2241       Fix output for consecutive list items of same type.
2242     Revision:
2243       muse--main--1.0--patch-59
2245     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
2246       post-indent and indent-found values local to each list item.  This
2247       should fix undesired behavior with consecutive list items of the same
2248       type.
2250     modified files:
2251      ChangeLog.2006 lisp/muse-publish.el
2254 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
2256     Summary:
2257       Make C-> and C-< keybindings not indent nested items.
2258     Revision:
2259       muse--main--1.0--patch-58
2261     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
2262       nested items.
2263     
2264     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
2265       optional, and document this.
2267     modified files:
2268      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
2271 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
2273     Summary:
2274       Slightly improve flyspell integration.
2275     Revision:
2276       muse--main--1.0--patch-57
2278     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
2279       property to determine whether we are at a link.
2281     modified files:
2282      ChangeLog.2006 lisp/muse-mode.el
2285 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
2287     Summary:
2288       Make nested definition list items work much better.
2289     Revision:
2290       muse--main--1.0--patch-56
2292     * lisp/muse-publish.el (muse-publish-surround-dl): Use
2293       `muse-forward-list-item'.  Don't pass indent and post-indent to the
2294       move function.
2295       (muse-publish-surround-text): If we are to determine the indentation,
2296       but have found no list items, set indent to the empty string.  If we
2297       are to determine indentation but have found an item, get all leading
2298       whitespace and set indent to it.  Never try to determine post-indent
2299       using the first line.  Try to contain the amount of "damage" a nested
2300       list item can do to wrapped list item text.
2301     
2302     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
2303       part so that it is easier to indicate the amount of desired initial
2304       whitespace.
2305     
2306     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
2307       entry optional.
2308       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
2309       merged into `muse-forward-list-item'.
2310       (muse-forward-list-item-1): New function that determines whether a
2311       nested list item is found.
2312       (muse-forward-list-item): Move hairy nested list detection algorithm
2313       into `muse-forward-list-item-1'.  Be extra careful about terminating
2314       when we go past the boundary.
2316     modified files:
2317      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2318      lisp/muse.el
2321 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
2323     Summary:
2324       Add backlink support, thanks to Jim Ottaway.
2325     Revision:
2326       muse--main--1.0--patch-55
2328     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
2329       variable that indicates whether Muse is fontifying the current buffer.
2330       (muse-colors-region): Set `muse-colors-fontifying' to t.
2331     
2332     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
2333       support.  I've modified it slightly to get rid of the defadvice forms.
2335     new files:
2336      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
2338     modified files:
2339      AUTHORS ChangeLog.2006 lisp/muse-colors.el
2342 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
2344     Summary:
2345       muse-protocols: Add Wikipedia support.
2346     Revision:
2347       muse--main--1.0--patch-54
2349     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
2350       is used to look up terms on the Wikipedia website.
2351       (muse-wikipedia-country): New option that specifies the country code to
2352       use for Wikipedia.
2353       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
2354       resolve and browse Wikipedia URLs.
2356     modified files:
2357      ChangeLog.2006 lisp/muse-protocols.el
2360 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
2362     Summary:
2363       muse-protocols: Add DOI handling.
2364     Revision:
2365       muse--main--1.0--patch-53
2367     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
2368       DOI's (digitial object identifiers) are a standard identifier used in
2369       the publishing industry.  Thanks to Phillip Lord for the patch.
2370       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
2371       and browse DOI's.
2373     modified files:
2374      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
2377 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
2379     Summary:
2380       Refine previous patch.
2381     Revision:
2382       muse--main--1.0--patch-52
2384     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
2385       ever use the fallback method.  Save point when using new method.
2387     modified files:
2388      ChangeLog.2006 lisp/muse-mode.el
2391 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
2393     Summary:
2394       Make visiting of links a bit faster.
2395     Revision:
2396       muse--main--1.0--patch-51
2398     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
2399       property.
2400       (muse-link-properties): If we are highlighting a link, add the
2401       muse-link property.
2402     
2403     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
2404       exists at point, use it to bound the link.  Otherwise, use the old
2405       method.  This should make it easier to visit custom implicit link
2406       forms, since it does not require a change to muse-implicit-link-regexp.
2407     
2408     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
2409       used when muse-colors.el is loaded.
2411     modified files:
2412      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2413      lisp/muse-regexps.el
2416 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
2418     Summary:
2419       Make resolving of inline image paths more flexible.
2420     Revision:
2421       muse--main--1.0--patch-50
2423     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
2424       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
2425       option.  Make the fallback customization type a function rather than a
2426       symbol.
2427       (muse-colors-use-publishing-directory): New function that takes the
2428       best guess at where the current Muse file will be published and makes
2429       the given link relative to that.
2430       (muse-colors-insert-image): If muse-colors-inline-image-method is
2431       'default-directory, use the default directory.  If it is a function,
2432       call that function with LINK as an argument.  Otherwise, give up.
2434     modified files:
2435      ChangeLog.2006 lisp/muse-colors.el
2438 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
2440     Summary:
2441       Fix inline image lockup.
2442     Revision:
2443       muse--main--1.0--patch-49
2445     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
2446       patch-47.  This will prevent Muse from locking up after making a new
2447       inline image.
2449     modified files:
2450      ChangeLog.2006 lisp/muse-colors.el
2453 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
2455     Summary:
2456       Fix publishing problem with XEmacs.
2457     Revision:
2458       muse--main--1.0--patch-48
2460     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
2461       publishing problem when text at beginning of buffer is read-only.
2462       Thanks to Christian Clercin for the report.
2464     modified files:
2465      ChangeLog.2006 lisp/muse-publish.el
2468 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
2470     Summary:
2471       Get increase and decrease of list indentation to work with complex cases.
2472     Revision:
2473       muse--main--1.0--patch-47
2475     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
2476       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
2477       to indicate this interpretation, though parens are different.
2478     
2479     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
2480       (muse-alter-list-item-indentation): New function that alters the list
2481       structure at point.  The behavior to use is specified by the OPERATION
2482       argument.  Currently-supported operations are 'increase and 'decrease
2483       indentation level.  This now uses the same sort of list detection
2484       algorithm that is used during publishing, so it should work as expected
2485       for complicated cases.
2486       (muse-increase-list-item-indentation)
2487       (muse-decrease-list-item-indentation): Use
2488       `muse-alter-list-item-indentation'.
2490     modified files:
2491      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2494 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
2496     Summary:
2497       Code simplification; improve muse-list-item-type function.
2498     Revision:
2499       muse--main--1.0--patch-46
2501     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
2502       'dl-entry, instead of just returning 'dl.
2503       (muse-forward-dl-term, muse-forward-dl-entry): Use
2504       muse-forward-list-item.
2505       (muse-forward-dl-part): Remove, merge functionality into
2506       muse-forward-list-item.
2507       (muse-forward-list-item): Add a few conditions needed for skipping
2508       nested 'dl-term and 'dl-entry items.
2510     modified files:
2511      ChangeLog.2006 lisp/muse.el
2514 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
2516     Summary:
2517       Put movement by list and paragraph functions in muse.el.
2518     Revision:
2519       muse--main--1.0--patch-45
2521     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
2522       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
2523       (muse-forward-list-item): Move here from muse-publish.el, so that
2524       muse-mode can make use of these.
2526     modified files:
2527      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
2530 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
2532     Summary:
2533       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
2534     Revision:
2535       muse--main--1.0--patch-44
2537     (Author: Per B. Sederberg <per@med.upenn.edu>)
2538     
2539     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
2540       decrease the current item indentation.
2541       (muse-get-paragraph-start): Helper function to determine the start of
2542       the current paragraph.
2543       (muse-insert-list-item): Cleaned up list item insertion code and made
2544       it handle definitions.
2545       (muse-increase-list-item-indentation): New interactive function to
2546       increase list item indentation.
2547       (muse-decrease-list-item-indentation): New interactive function to
2548       decrease list item indentation.
2550     modified files:
2551      ChangeLog.2006 lisp/muse-mode.el
2553     new patches:
2554      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
2555      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
2556      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
2557      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
2558      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
2559      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
2560      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
2561      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
2562      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
2563      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
2566 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
2568     Summary:
2569       Use slightly better algorithm for removing initial whitespace.
2570     Revision:
2571       muse--main--1.0--patch-43
2573     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
2574       the definition occurred on the same line as the term.
2575       (muse-publish-surround-text): Use a slightly better algorithm for
2576       removing initial indentation of list items.  This way, we preserve
2577       nesting of lists and also deal with same-level items that occur after
2578       nested items.  This probably doesn't make much of a difference in the
2579       output, but it should make support of nested definition lists a bit
2580       less troublesome in some cases.
2581       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
2582       regexp.
2583       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
2584       data.  Don't remove any text.  This makes the function easier to reuse
2585       in display-only situations.
2587     modified files:
2588      ChangeLog.2006 lisp/muse-publish.el
2591 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
2593     Summary:
2594       In a preliminary way, make definition lists nest.
2595     Revision:
2596       muse--main--1.0--patch-42
2598     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
2599       lists nest a bit better.
2600     
2601     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
2602       use it anymore.
2604     modified files:
2605      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2608 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
2610     Summary:
2611       Fix nested list regression.
2612     Revision:
2613       muse--main--1.0--patch-41
2615     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
2616       original indentation value and use that.  This fixes a regression
2617       caused by the last patch.
2619     modified files:
2620      ChangeLog.2006 lisp/muse-publish.el
2623 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
2625     Summary:
2626       Make code look nicer by using muse-forward-dl-* functions.
2627     Revision:
2628       muse--main--1.0--patch-40
2630     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
2631       forms into muse-forward-dl-* for increased reusability.
2632       (muse-publish-surround-text): Call move function with an indent
2633       argument so that we don't have to use partial substitution in lambda
2634       forms.
2635       (muse-forward-dl-term): New function that moves forward to the next
2636       definition list term.
2637       (muse-forward-dl-entry): New function that moves forward to the next
2638       definition list entry.
2639       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
2640       does not move past entire definition list items, only parts of them.
2641       (muse-publish-markup-list, muse-publish-markup-quote):
2642       (muse-publish-quote-tag): Use better lambda form, and include a
2643       parameter.
2645     modified files:
2646      ChangeLog.2006 lisp/muse-publish.el
2649 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
2651     Summary:
2652       Handle blockquoted sections within lists properly.
2653     Revision:
2654       muse--main--1.0--patch-39
2656     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
2657       property.  This should make blockquoted sections within a list do the
2658       right thing.
2659       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
2660       behavior of `muse-forward-paragraph'.
2662     modified files:
2663      ChangeLog.2006 lisp/muse-publish.el
2666 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
2668     Summary:
2669       Fix problem when previous list item was nested.
2670     Revision:
2671       muse--main--1.0--patch-38
2673     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
2674       indicator at the correct place.  This fixes an error where a previous
2675       list was nested but the current one isn't.  Thanks to Per B. Sederberg
2676       for the report.
2678     modified files:
2679      ChangeLog.2006 lisp/muse-publish.el
2682 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
2684     Summary:
2685       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
2686     Revision:
2687       muse--main--1.0--patch-37
2689     * muse.texi (Implicit Links): Mention how to customize the WikiName
2690       recognition, and note that if you're setting this manually, you have to
2691       call some additional code.  This should fix #5376.  Also remove local
2692       variables section at end, since it seems pointless.
2694     modified files:
2695      ChangeLog.2006 muse.texi
2698 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
2700     Summary:
2701       Fix #5325: nested formatting not working in HTML output.
2702     Revision:
2703       muse--main--1.0--patch-36
2705     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
2706       work.  I'm a bit worried about possible double-escaping, though.
2707       Perhaps we should write the context to a text property and escape it
2708       later.  This should fix #5325.
2710     modified files:
2711      ChangeLog.2006 lisp/muse-publish.el
2714 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
2716     Summary:
2717       Make paragraphs respect the end of a list or list item.
2718     Revision:
2719       muse--main--1.0--patch-35
2721     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
2722       end of a list (or list item), back up.  This allows for a nice side
2723       effect when using indented sentences in between list items.
2724     
2725     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
2726     
2727     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
2728     
2729     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
2730       and end-item are marked up with end-list properties.
2732     modified files:
2733      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2734      lisp/muse-publish.el lisp/muse-xml.el
2737 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
2739     Summary:
2740       Make sure an initial term exists before publishing definition list.
2741     Revision:
2742       muse--main--1.0--patch-34
2744     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
2745       exists before publishing a definition list.
2747     modified files:
2748      ChangeLog.2006 lisp/muse-publish.el
2751 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
2753     Summary:
2754       Add comments to nested list code.
2755     Revision:
2756       muse--main--1.0--patch-33
2758     * lisp/muse-publish.el (muse-publish-surround-dl)
2759       (muse-publish-surround-text, muse-forward-dl-item):
2760       (muse-forward-list-item): Add comments, since there were many
2761       intricacies that are probably not obvious to the casual reader.
2762       (muse-forward-dl-item): Remove no-op condition.
2764     modified files:
2765      ChangeLog.2006 lisp/muse-publish.el
2768 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
2770     Summary:
2771       Make nested list items work when separated by one blank line.
2772     Revision:
2773       muse--main--1.0--patch-32
2775     * lisp/muse-publish.el (muse-publish-surround-dl): Use
2776       muse-forward-dl-item instead of muse-forward-list-item.  On second
2777       thought, don't unconditionally insert a newline, as that breaks some
2778       things.
2779       (muse-forward-dl-item): New function that moves forward to the next
2780       definition list item.  This was factored out from
2781       muse-forward-list-item, since it was getting too complex for my liking.
2782       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
2783       indented line, and skip past these if we have a blank line followed by
2784       an indented line.  "Indented" means "indented one past the current
2785       indentation level" here.  Remove some initial whitespace that was being
2786       overlooked before.
2788     modified files:
2789      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2792 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
2794     Summary:
2795       Fix a couple of bugs in muse-wiki-resolve-project-page.
2796     Revision:
2797       muse--main--1.0--patch-31
2799     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
2800       better algorithm for adding styles to a list.
2801     
2802     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
2803       carefully.  This should fix one or two hard-to-explain bugs.
2805     modified files:
2806      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
2809 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
2811     Summary:
2812       Fix another definition list edge case.
2813     Revision:
2814       muse--main--1.0--patch-30
2816     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
2817       unordered list immediately follows definition list term.
2819     modified files:
2820      ChangeLog.2006 lisp/muse-publish.el
2823 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
2825     Summary:
2826       Pass all current definition list test cases.
2827     Revision:
2828       muse--main--1.0--patch-29
2830     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
2831       line if definition is not on the same line as the term.
2832       (muse-forward-list-item): Fix publishing incorrectness that occurred
2833       when a non-dl list follows a definition list.  Always move to the right
2834       place so as to prevent extra empty dd elements from being published.
2836     modified files:
2837      ChangeLog.2006 lisp/muse-publish.el
2840 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
2842     Summary:
2843       Merge consecutive definition list terms properly.
2844     Revision:
2845       muse--main--1.0--patch-28
2847     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
2848       correctly.  This makes Muse merge several definition list items into
2849       one list.
2850       (muse-forward-list-item): Use simpler regexp for 'dl.
2851     
2852     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
2853       definition lists, and make terms the 2nd matched text.
2855     modified files:
2856      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2859 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
2861     Summary:
2862       Bookkeeping.
2863     Revision:
2864       muse--main--1.0--patch-27
2866     * AUTHORS: Update.
2867     
2868     * muse-colors.el, muse-mode.el: Credit contributions.
2870     modified files:
2871      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2874 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
2876     Summary:
2877       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
2878     Revision:
2879       muse--main--1.0--patch-26
2881     Patches applied:
2882     
2883      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2884        Added ability to show inline images in the Emacs buffer.
2885     
2886      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2887        Added enhanced list item insertion.
2888     
2889     Detailed log:
2890     
2891     (Author: Per B. Sederberg <per@med.upenn.edu>)
2892     
2893     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
2894       list item.  New key mapping to toggle showing images.  Added a key
2895       mapping to insert a link to a file and modified the key map to insert a
2896       tag.
2897       (muse-on-blank-line): Helper function to determine if the point is on a
2898       line containing only blank spaces.
2899       (muse-insert-list-item): New interactive function to insert a new list
2900       item, taking into account the current list state.
2901       (muse-insert-relative-link-to-file): New function to insert a link to a
2902       file, relative to the default directory.
2903     
2904     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
2905       for where to search for images to inline in the buffer.
2906       (muse-colors-inline-images): Added custom boolean field for whether to
2907       show inline images in the buffer.
2908       (muse-colors-toggle-inline-images): New function to toggle showing the
2909       inline images in the buffer.
2910       (muse-unhighlight-region): Now removes end-glyph text properties to
2911       support XEmacs.
2912       (muse-colors-resolve-image-file): New function to determine if a link
2913       is an image and whether the version of Emacs can support inline images.
2914       (muse-make-file-glyph): New function to create an image glyph if we are
2915       using XEmacs.
2916       (muse-colors-insert-image): New function to insert an image in an Emacs
2917       buffer.
2918       (muse-colors-explicit-link): Modified function to have the ability to
2919       insert an image instead of formatting the text of the link.
2921     modified files:
2922      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2924     new patches:
2925      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
2926      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
2927      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2928      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2929      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
2932 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
2934     Summary:
2935       Pass testcase for definition list and nested unordered list.
2936     Revision:
2937       muse--main--1.0--patch-25
2939     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
2940       lists always have at least one entry.  This appears to do the right
2941       thing with a sample nested unordered list.
2943     modified files:
2944      ChangeLog.2006 lisp/muse-publish.el
2947 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
2949     Summary:
2950       Some definition list fixes.
2951     Revision:
2952       muse--main--1.0--patch-24
2954     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
2955       markup for end of list using the `muse-insert-markup-end-list'
2956       function.  Handle list items nested inside of a definition list.
2958     modified files:
2959      ChangeLog.2006 lisp/muse-publish.el
2962 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
2964     Summary:
2965       Fix another wrapped list item edge case.
2966     Revision:
2967       muse--main--1.0--patch-23
2969     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2970       indentation in a region when we encounter any list items.  This should
2971       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
2972       for the report.
2974     modified files:
2975      ChangeLog.2006 lisp/muse-publish.el
2978 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2980     Summary:
2981       Fix comment in Debian packaging.
2982     Revision:
2983       muse--main--1.0--patch-22
2985     * debian/emacsen-remove: Fix comment.
2987     modified files:
2988      ChangeLog.2006 debian/emacsen-remove
2991 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2993     Summary:
2994       muse-blosxom: Fix order of #tags line in header.
2995     Revision:
2996       muse--main--1.0--patch-21
2998     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2999       rather than before it.  Thanks to bkhl for the heads up.
3001     modified files:
3002      ChangeLog.2006 lisp/muse-blosxom.el
3005 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
3007     Summary:
3008       muse-blosxom: Add ability to use tags in entries.
3009     Revision:
3010       muse--main--1.0--patch-20
3012     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
3013       publish them.
3014       (muse-blosxom-use-tags): New option that specifies whether we are using
3015       tags.
3016       (muse-blosxom-new-entry): If using tags, read tags until the user hits
3017       RET without entering one.
3019     modified files:
3020      ChangeLog.2006 lisp/muse-blosxom.el
3023 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
3025     Summary:
3026       Fix backtrace when publishing unsaved files.
3027     Revision:
3028       muse--main--1.0--patch-19
3030     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
3031       trying to publish a file that has not been saved, and give an
3032       explanation to the user.
3034     modified files:
3035      ChangeLog.2006 lisp/muse-publish.el
3038 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
3040     Summary:
3041       muse-texinfo: Fix link suffix.
3042     Revision:
3043       muse--main--1.0--patch-18
3045     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
3046       styles.  This should fix a bug where links in published info files use
3047       an incorrect extension.  Thanks to Hans Ekbrand for the report!
3049     modified files:
3050      ChangeLog.2006 lisp/muse-texinfo.el
3053 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
3055     Summary:
3056       Fix prompting of non-Muse buffers before publishing.
3057     Revision:
3058       muse--main--1.0--patch-17
3060     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
3061       Stadler to ignore buffers that have no associated filename.  This fixes
3062       an annoyance where Muse prompts to save BBDB and ERC buffers before
3063       publishing.
3065     modified files:
3066      AUTHORS ChangeLog.2006 lisp/muse-project.el
3069 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
3071     Summary:
3072       Fix wrapped nested list item edge case.
3073     Revision:
3074       muse--main--1.0--patch-16
3076     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
3077       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
3078       case.
3079       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
3080       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
3081     
3082     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
3083       exactly one space character in front of a unnumbered or numbered list.
3084       This should make it easier to match every list instance, since
3085       definition lists can now be handled more nicely in
3086       muse-publish-markup-regexps.  This also has the effect of fixing a
3087       wrapped nested list item edge case.
3089     modified files:
3090      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
3093 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
3095     Summary:
3096       Fix edge case in muse-wiki-publish-pretty-title.
3097     Revision:
3098       muse--main--1.0--patch-15
3100     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
3101       the document does not have a valid title, use the empty string.
3103     modified files:
3104      ChangeLog.2006 lisp/muse-wiki.el
3107 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
3109     Summary:
3110       Use debian/compat to determine debhelper compat level.
3111     Revision:
3112       muse--main--1.0--patch-14
3114     * debian/compat: New file that sets the debhelper compatibility level to
3115       4.
3116     
3117     * debian/rules: Remove DH_COMPAT line.
3119     new files:
3120      debian/.arch-ids/compat.id debian/compat
3122     modified files:
3123      ChangeLog.2006 debian/rules
3126 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
3128     Summary:
3129       Fix a couple of table-publishing edge cases.
3130     Revision:
3131       muse--main--1.0--patch-13
3133     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
3134       publishing error that occurs when a table line is the last thing in a
3135       document.  Thanks to cymacs for the report and suggested fix.
3136       (muse-publish-table-fields): Skip initial blank lines, and don't remove
3137       them.
3138     
3139     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
3140       at the end of the 'end-table markup string.
3141     
3142     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
3143     
3144     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
3145     
3146     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
3147       newline at the end of the table.  This should fix a problem with
3148       paragraphs after tables not being published as such.  Thanks to cymacs
3149       for the report.
3150     
3151     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
3152       muse-insert-markup to insert a trailing newline.
3154     modified files:
3155      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
3156      lisp/muse-publish.el lisp/muse-texinfo.el
3157      lisp/muse-xml-common.el lisp/muse-xml.el
3160 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
3162     Summary:
3163       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
3164     Revision:
3165       muse--main--1.0--patch-12
3168     new files:
3169      .arch-ids/ChangeLog.2006.id ChangeLog.2006
3171     renamed files:
3172      .arch-ids/ChangeLog.id
3173        ==> .arch-ids/ChangeLog.2005.id
3174      ChangeLog
3175        ==> ChangeLog.2005
3178 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
3180     Summary:
3181       Make muse-journal work with whole-document escaping.
3182     Revision:
3183       muse--main--1.0--patch-11
3185     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
3186       by Emacs Muse" so that muse-journal does not get confused.
3187     
3188     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
3189       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
3190       for whole-buffer escaping.  Thanks to mondoshawan for the report.
3191       (muse-journal-rss-munge-buffer): Display a warning if someone does not
3192       have "Page published by Emacs Muse (begins|ends) here" in their header
3193       or footer, since muse-journal needs this in order to determine where
3194       entries begin and end.
3196     modified files:
3197      examples/mwolson/templates/footer.html
3198      examples/mwolson/templates/generic-footer.html
3199      examples/mwolson/templates/generic-header.html
3200      examples/mwolson/templates/header.html
3201      examples/mwolson/templates/header.tex lisp/muse-journal.el
3204 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
3206     Summary:
3207       Get simple test case for definition lists to work.
3208     Revision:
3209       muse--main--1.0--patch-10
3211     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
3212       publish properly.
3213       (muse-forward-list-item): Fix edge case.
3215     modified files:
3216      lisp/muse-publish.el
3219 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
3221     Summary:
3222       Add documentation to some publishing functions.
3223     Revision:
3224       muse--main--1.0--patch-9
3226     * lisp/muse-publish.el (muse-publish-mark-read-only)
3227       (muse-publish-mark-noemphasis): Add documentation.
3229     modified files:
3230      lisp/muse-publish.el
3233 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
3235     Summary:
3236       Fix an error with `custom-quote'.
3237     Revision:
3238       muse--main--1.0--patch-8
3240     * lisp/muse-project.el: Require 'cus-edit, since that is where
3241       `custom-quote' is defined.
3242     
3243     * muse.texi: Use copyright symbol.
3245     modified files:
3246      lisp/muse-project.el muse.texi
3249 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
3251     Summary:
3252       muse-registry: update from author.
3253     Revision:
3254       muse--main--1.0--patch-7
3256     * lisp/muse-registry.el: Update to newest version from author.
3257       Re-tabify.
3259     modified files:
3260      lisp/muse-registry.el
3263 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
3265     Summary:
3266       muse-latex: Handle double-quote edge case.
3267     Revision:
3268       muse--main--1.0--patch-6
3270     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
3271       character begins the buffer.
3273     modified files:
3274      lisp/muse-latex.el
3277 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
3279     Summary:
3280       Allow beginning and ending empty elements in tables.
3281     Revision:
3282       muse--main--1.0--patch-5
3284     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
3285       whitespace after the field if we're at the end of a line.
3286       (muse-table-line-regexp): Allow the table to start with a "|".  The
3287       resulting initial empty cell isn't yet thrown away like it should be.
3289     modified files:
3290      lisp/muse-regexps.el
3293 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
3295     Summary:
3296       muse-latex: Use \url to publish bare URLs.
3297     Revision:
3298       muse--main--1.0--patch-4
3300     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
3301       \href for bare URLs.  Thanks to Na Li for the suggestion!
3303     modified files:
3304      lisp/muse-latex.el
3307 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
3309     Summary:
3310       Create parents of output directories.
3311     Revision:
3312       muse--main--1.0--patch-3
3314     * lisp/muse-project.el (muse-project-publish-file): Create parent
3315       directories as well, if the output directory does not exist.  This can
3316       happen when we have nested directories in a project.
3318     modified files:
3319      lisp/muse-project.el
3322 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
3324     Summary:
3325       Pick a better default if publishing with more than one style.
3326     Revision:
3327       muse--main--1.0--patch-2
3329     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
3330       the list we return is in the right order.  That way, if more than one
3331       publishing rule matches a link, the first one is used, rather than the
3332       last.
3334     modified files:
3335      lisp/muse-project.el
3338 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
3340     Summary:
3341       Oops, committed to the wrong archive.
3342     Revision:
3343       muse--main--1.0--patch-1
3345     Patches applied:
3346     
3347      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
3348        Debian fixups.
3349     
3350      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
3351        Another Debian fix.
3353     modified files:
3354      ChangeLog debian/emacsen-startup
3356     renamed files:
3357      debian/.arch-ids/NEWS.Debian.id
3358        ==> debian/.arch-ids/NEWS.id
3359      debian/NEWS.Debian
3360        ==> debian/NEWS
3362     new patches:
3363      mwolson@gnu.org--2005/muse--main--1.0--patch-356
3364      mwolson@gnu.org--2005/muse--main--1.0--patch-357
3367 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
3369     Summary:
3370       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
3371     Revision:
3372       muse--main--1.0--base-0
3374     See ChangeLog.2005 for earlier changes.
3376     new patches:
3377      ajk@iu.edu--2005/muse--ajk--1.0--base-0
3378      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
3379      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
3380      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
3381      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
3382      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
3383      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
3384      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
3385      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
3386      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
3387      ajk@iu.edu--2005/muse--main--1.0--base-0
3388      ajk@iu.edu--2005/muse--main--1.0--patch-1
3389      ajk@iu.edu--2005/muse--main--1.0--patch-2
3390      davidsmith@acm.org--2005/muse--devo--1.0--base-0
3391      davidsmith@acm.org--main/muse--devo--1.0--base-0
3392      davidsmith@acm.org--main/muse--devo--1.0--patch-1
3393      davidsmith@acm.org--main/muse--devo--1.0--patch-2
3394      hodique@lifl.fr--2005/muse--yh--1.0--base-0
3395      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
3396      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
3397      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
3398      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
3399      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
3400      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
3401      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
3402      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
3403      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
3404      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
3405      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
3406      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
3407      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
3408      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
3409      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
3410      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
3411      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
3412      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
3413      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
3414      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
3415      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
3416      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
3417      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
3418      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
3419      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
3420      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
3421      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
3422      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
3423      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
3424      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
3425      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
3426      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
3427      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
3428      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
3429      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
3430      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
3431      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
3432      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
3433      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
3434      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
3435      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
3436      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
3437      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
3438      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
3439      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
3440      jeho@jeho.org--2005/muse--jeho--1.0--base-0
3441      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
3442      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
3443      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
3444      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
3445      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
3446      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
3447      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
3448      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
3449      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
3450      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
3451      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
3452      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
3453      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
3454      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
3455      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
3456      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
3457      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
3458      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
3459      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
3460      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
3461      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
3462      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
3463      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
3464      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
3465      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
3466      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
3467      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
3468      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
3469      mwolson@gnu.org--2005/muse--main--1.0--base-0
3470      mwolson@gnu.org--2005/muse--main--1.0--patch-1
3471      mwolson@gnu.org--2005/muse--main--1.0--patch-2
3472      mwolson@gnu.org--2005/muse--main--1.0--patch-3
3473      mwolson@gnu.org--2005/muse--main--1.0--patch-4
3474      mwolson@gnu.org--2005/muse--main--1.0--patch-5
3475      mwolson@gnu.org--2005/muse--main--1.0--patch-6
3476      mwolson@gnu.org--2005/muse--main--1.0--patch-7
3477      mwolson@gnu.org--2005/muse--main--1.0--patch-8
3478      mwolson@gnu.org--2005/muse--main--1.0--patch-9
3479      mwolson@gnu.org--2005/muse--main--1.0--patch-10
3480      mwolson@gnu.org--2005/muse--main--1.0--patch-11
3481      mwolson@gnu.org--2005/muse--main--1.0--patch-12
3482      mwolson@gnu.org--2005/muse--main--1.0--patch-13
3483      mwolson@gnu.org--2005/muse--main--1.0--patch-14
3484      mwolson@gnu.org--2005/muse--main--1.0--patch-15
3485      mwolson@gnu.org--2005/muse--main--1.0--patch-16
3486      mwolson@gnu.org--2005/muse--main--1.0--patch-17
3487      mwolson@gnu.org--2005/muse--main--1.0--patch-18
3488      mwolson@gnu.org--2005/muse--main--1.0--patch-19
3489      mwolson@gnu.org--2005/muse--main--1.0--patch-20
3490      mwolson@gnu.org--2005/muse--main--1.0--patch-21
3491      mwolson@gnu.org--2005/muse--main--1.0--patch-22
3492      mwolson@gnu.org--2005/muse--main--1.0--patch-23
3493      mwolson@gnu.org--2005/muse--main--1.0--patch-24
3494      mwolson@gnu.org--2005/muse--main--1.0--patch-25
3495      mwolson@gnu.org--2005/muse--main--1.0--patch-26
3496      mwolson@gnu.org--2005/muse--main--1.0--patch-27
3497      mwolson@gnu.org--2005/muse--main--1.0--patch-28
3498      mwolson@gnu.org--2005/muse--main--1.0--patch-29
3499      mwolson@gnu.org--2005/muse--main--1.0--patch-30
3500      mwolson@gnu.org--2005/muse--main--1.0--patch-31
3501      mwolson@gnu.org--2005/muse--main--1.0--patch-32
3502      mwolson@gnu.org--2005/muse--main--1.0--patch-33
3503      mwolson@gnu.org--2005/muse--main--1.0--patch-34
3504      mwolson@gnu.org--2005/muse--main--1.0--patch-35
3505      mwolson@gnu.org--2005/muse--main--1.0--patch-36
3506      mwolson@gnu.org--2005/muse--main--1.0--patch-37
3507      mwolson@gnu.org--2005/muse--main--1.0--patch-38
3508      mwolson@gnu.org--2005/muse--main--1.0--patch-39
3509      mwolson@gnu.org--2005/muse--main--1.0--patch-40
3510      mwolson@gnu.org--2005/muse--main--1.0--patch-41
3511      mwolson@gnu.org--2005/muse--main--1.0--patch-42
3512      mwolson@gnu.org--2005/muse--main--1.0--patch-43
3513      mwolson@gnu.org--2005/muse--main--1.0--patch-44
3514      mwolson@gnu.org--2005/muse--main--1.0--patch-45
3515      mwolson@gnu.org--2005/muse--main--1.0--patch-46
3516      mwolson@gnu.org--2005/muse--main--1.0--patch-47
3517      mwolson@gnu.org--2005/muse--main--1.0--patch-48
3518      mwolson@gnu.org--2005/muse--main--1.0--patch-49
3519      mwolson@gnu.org--2005/muse--main--1.0--patch-50
3520      mwolson@gnu.org--2005/muse--main--1.0--patch-51
3521      mwolson@gnu.org--2005/muse--main--1.0--patch-52
3522      mwolson@gnu.org--2005/muse--main--1.0--patch-53
3523      mwolson@gnu.org--2005/muse--main--1.0--patch-54
3524      mwolson@gnu.org--2005/muse--main--1.0--patch-55
3525      mwolson@gnu.org--2005/muse--main--1.0--patch-56
3526      mwolson@gnu.org--2005/muse--main--1.0--patch-57
3527      mwolson@gnu.org--2005/muse--main--1.0--patch-58
3528      mwolson@gnu.org--2005/muse--main--1.0--patch-59
3529      mwolson@gnu.org--2005/muse--main--1.0--patch-60
3530      mwolson@gnu.org--2005/muse--main--1.0--patch-61
3531      mwolson@gnu.org--2005/muse--main--1.0--patch-62
3532      mwolson@gnu.org--2005/muse--main--1.0--patch-63
3533      mwolson@gnu.org--2005/muse--main--1.0--patch-64
3534      mwolson@gnu.org--2005/muse--main--1.0--patch-65
3535      mwolson@gnu.org--2005/muse--main--1.0--patch-66
3536      mwolson@gnu.org--2005/muse--main--1.0--patch-67
3537      mwolson@gnu.org--2005/muse--main--1.0--patch-68
3538      mwolson@gnu.org--2005/muse--main--1.0--patch-69
3539      mwolson@gnu.org--2005/muse--main--1.0--patch-70
3540      mwolson@gnu.org--2005/muse--main--1.0--patch-71
3541      mwolson@gnu.org--2005/muse--main--1.0--patch-72
3542      mwolson@gnu.org--2005/muse--main--1.0--patch-73
3543      mwolson@gnu.org--2005/muse--main--1.0--patch-74
3544      mwolson@gnu.org--2005/muse--main--1.0--patch-75
3545      mwolson@gnu.org--2005/muse--main--1.0--patch-76
3546      mwolson@gnu.org--2005/muse--main--1.0--patch-77
3547      mwolson@gnu.org--2005/muse--main--1.0--patch-78
3548      mwolson@gnu.org--2005/muse--main--1.0--patch-79
3549      mwolson@gnu.org--2005/muse--main--1.0--patch-80
3550      mwolson@gnu.org--2005/muse--main--1.0--patch-81
3551      mwolson@gnu.org--2005/muse--main--1.0--patch-82
3552      mwolson@gnu.org--2005/muse--main--1.0--patch-83
3553      mwolson@gnu.org--2005/muse--main--1.0--patch-84
3554      mwolson@gnu.org--2005/muse--main--1.0--patch-85
3555      mwolson@gnu.org--2005/muse--main--1.0--patch-86
3556      mwolson@gnu.org--2005/muse--main--1.0--patch-87
3557      mwolson@gnu.org--2005/muse--main--1.0--patch-88
3558      mwolson@gnu.org--2005/muse--main--1.0--patch-89
3559      mwolson@gnu.org--2005/muse--main--1.0--patch-90
3560      mwolson@gnu.org--2005/muse--main--1.0--patch-91
3561      mwolson@gnu.org--2005/muse--main--1.0--patch-92
3562      mwolson@gnu.org--2005/muse--main--1.0--patch-93
3563      mwolson@gnu.org--2005/muse--main--1.0--patch-94
3564      mwolson@gnu.org--2005/muse--main--1.0--patch-95
3565      mwolson@gnu.org--2005/muse--main--1.0--patch-96
3566      mwolson@gnu.org--2005/muse--main--1.0--patch-97
3567      mwolson@gnu.org--2005/muse--main--1.0--patch-98
3568      mwolson@gnu.org--2005/muse--main--1.0--patch-99
3569      mwolson@gnu.org--2005/muse--main--1.0--patch-100
3570      mwolson@gnu.org--2005/muse--main--1.0--patch-101
3571      mwolson@gnu.org--2005/muse--main--1.0--patch-102
3572      mwolson@gnu.org--2005/muse--main--1.0--patch-103
3573      mwolson@gnu.org--2005/muse--main--1.0--patch-104
3574      mwolson@gnu.org--2005/muse--main--1.0--patch-105
3575      mwolson@gnu.org--2005/muse--main--1.0--patch-106
3576      mwolson@gnu.org--2005/muse--main--1.0--patch-107
3577      mwolson@gnu.org--2005/muse--main--1.0--patch-108
3578      mwolson@gnu.org--2005/muse--main--1.0--patch-109
3579      mwolson@gnu.org--2005/muse--main--1.0--patch-110
3580      mwolson@gnu.org--2005/muse--main--1.0--patch-111
3581      mwolson@gnu.org--2005/muse--main--1.0--patch-112
3582      mwolson@gnu.org--2005/muse--main--1.0--patch-113
3583      mwolson@gnu.org--2005/muse--main--1.0--patch-114
3584      mwolson@gnu.org--2005/muse--main--1.0--patch-115
3585      mwolson@gnu.org--2005/muse--main--1.0--patch-116
3586      mwolson@gnu.org--2005/muse--main--1.0--patch-117
3587      mwolson@gnu.org--2005/muse--main--1.0--patch-118
3588      mwolson@gnu.org--2005/muse--main--1.0--patch-119
3589      mwolson@gnu.org--2005/muse--main--1.0--patch-120
3590      mwolson@gnu.org--2005/muse--main--1.0--patch-121
3591      mwolson@gnu.org--2005/muse--main--1.0--patch-122
3592      mwolson@gnu.org--2005/muse--main--1.0--patch-123
3593      mwolson@gnu.org--2005/muse--main--1.0--patch-124
3594      mwolson@gnu.org--2005/muse--main--1.0--patch-125
3595      mwolson@gnu.org--2005/muse--main--1.0--patch-126
3596      mwolson@gnu.org--2005/muse--main--1.0--patch-127
3597      mwolson@gnu.org--2005/muse--main--1.0--patch-128
3598      mwolson@gnu.org--2005/muse--main--1.0--patch-129
3599      mwolson@gnu.org--2005/muse--main--1.0--patch-130
3600      mwolson@gnu.org--2005/muse--main--1.0--patch-131
3601      mwolson@gnu.org--2005/muse--main--1.0--patch-132
3602      mwolson@gnu.org--2005/muse--main--1.0--patch-133
3603      mwolson@gnu.org--2005/muse--main--1.0--patch-134
3604      mwolson@gnu.org--2005/muse--main--1.0--patch-135
3605      mwolson@gnu.org--2005/muse--main--1.0--patch-136
3606      mwolson@gnu.org--2005/muse--main--1.0--patch-137
3607      mwolson@gnu.org--2005/muse--main--1.0--patch-138
3608      mwolson@gnu.org--2005/muse--main--1.0--patch-139
3609      mwolson@gnu.org--2005/muse--main--1.0--patch-140
3610      mwolson@gnu.org--2005/muse--main--1.0--patch-141
3611      mwolson@gnu.org--2005/muse--main--1.0--patch-142
3612      mwolson@gnu.org--2005/muse--main--1.0--patch-143
3613      mwolson@gnu.org--2005/muse--main--1.0--patch-144
3614      mwolson@gnu.org--2005/muse--main--1.0--patch-145
3615      mwolson@gnu.org--2005/muse--main--1.0--patch-146
3616      mwolson@gnu.org--2005/muse--main--1.0--patch-147
3617      mwolson@gnu.org--2005/muse--main--1.0--patch-148
3618      mwolson@gnu.org--2005/muse--main--1.0--patch-149
3619      mwolson@gnu.org--2005/muse--main--1.0--patch-150
3620      mwolson@gnu.org--2005/muse--main--1.0--patch-151
3621      mwolson@gnu.org--2005/muse--main--1.0--patch-152
3622      mwolson@gnu.org--2005/muse--main--1.0--patch-153
3623      mwolson@gnu.org--2005/muse--main--1.0--patch-154
3624      mwolson@gnu.org--2005/muse--main--1.0--patch-155
3625      mwolson@gnu.org--2005/muse--main--1.0--patch-156
3626      mwolson@gnu.org--2005/muse--main--1.0--patch-157
3627      mwolson@gnu.org--2005/muse--main--1.0--patch-158
3628      mwolson@gnu.org--2005/muse--main--1.0--patch-159
3629      mwolson@gnu.org--2005/muse--main--1.0--patch-160
3630      mwolson@gnu.org--2005/muse--main--1.0--patch-161
3631      mwolson@gnu.org--2005/muse--main--1.0--patch-162
3632      mwolson@gnu.org--2005/muse--main--1.0--patch-163
3633      mwolson@gnu.org--2005/muse--main--1.0--patch-164
3634      mwolson@gnu.org--2005/muse--main--1.0--patch-165
3635      mwolson@gnu.org--2005/muse--main--1.0--patch-166
3636      mwolson@gnu.org--2005/muse--main--1.0--patch-167
3637      mwolson@gnu.org--2005/muse--main--1.0--patch-168
3638      mwolson@gnu.org--2005/muse--main--1.0--patch-169
3639      mwolson@gnu.org--2005/muse--main--1.0--patch-170
3640      mwolson@gnu.org--2005/muse--main--1.0--patch-171
3641      mwolson@gnu.org--2005/muse--main--1.0--patch-172
3642      mwolson@gnu.org--2005/muse--main--1.0--patch-173
3643      mwolson@gnu.org--2005/muse--main--1.0--patch-174
3644      mwolson@gnu.org--2005/muse--main--1.0--patch-175
3645      mwolson@gnu.org--2005/muse--main--1.0--patch-176
3646      mwolson@gnu.org--2005/muse--main--1.0--patch-177
3647      mwolson@gnu.org--2005/muse--main--1.0--patch-178
3648      mwolson@gnu.org--2005/muse--main--1.0--patch-179
3649      mwolson@gnu.org--2005/muse--main--1.0--patch-180
3650      mwolson@gnu.org--2005/muse--main--1.0--patch-181
3651      mwolson@gnu.org--2005/muse--main--1.0--patch-182
3652      mwolson@gnu.org--2005/muse--main--1.0--patch-183
3653      mwolson@gnu.org--2005/muse--main--1.0--patch-184
3654      mwolson@gnu.org--2005/muse--main--1.0--patch-185
3655      mwolson@gnu.org--2005/muse--main--1.0--patch-186
3656      mwolson@gnu.org--2005/muse--main--1.0--patch-187
3657      mwolson@gnu.org--2005/muse--main--1.0--patch-188
3658      mwolson@gnu.org--2005/muse--main--1.0--patch-189
3659      mwolson@gnu.org--2005/muse--main--1.0--patch-190
3660      mwolson@gnu.org--2005/muse--main--1.0--patch-191
3661      mwolson@gnu.org--2005/muse--main--1.0--patch-192
3662      mwolson@gnu.org--2005/muse--main--1.0--patch-193
3663      mwolson@gnu.org--2005/muse--main--1.0--patch-194
3664      mwolson@gnu.org--2005/muse--main--1.0--patch-195
3665      mwolson@gnu.org--2005/muse--main--1.0--patch-196
3666      mwolson@gnu.org--2005/muse--main--1.0--patch-197
3667      mwolson@gnu.org--2005/muse--main--1.0--patch-198
3668      mwolson@gnu.org--2005/muse--main--1.0--patch-199
3669      mwolson@gnu.org--2005/muse--main--1.0--patch-200
3670      mwolson@gnu.org--2005/muse--main--1.0--patch-201
3671      mwolson@gnu.org--2005/muse--main--1.0--patch-202
3672      mwolson@gnu.org--2005/muse--main--1.0--patch-203
3673      mwolson@gnu.org--2005/muse--main--1.0--patch-204
3674      mwolson@gnu.org--2005/muse--main--1.0--patch-205
3675      mwolson@gnu.org--2005/muse--main--1.0--patch-206
3676      mwolson@gnu.org--2005/muse--main--1.0--patch-207
3677      mwolson@gnu.org--2005/muse--main--1.0--patch-208
3678      mwolson@gnu.org--2005/muse--main--1.0--patch-209
3679      mwolson@gnu.org--2005/muse--main--1.0--patch-210
3680      mwolson@gnu.org--2005/muse--main--1.0--patch-211
3681      mwolson@gnu.org--2005/muse--main--1.0--patch-212
3682      mwolson@gnu.org--2005/muse--main--1.0--patch-213
3683      mwolson@gnu.org--2005/muse--main--1.0--patch-214
3684      mwolson@gnu.org--2005/muse--main--1.0--patch-215
3685      mwolson@gnu.org--2005/muse--main--1.0--patch-216
3686      mwolson@gnu.org--2005/muse--main--1.0--patch-217
3687      mwolson@gnu.org--2005/muse--main--1.0--patch-218
3688      mwolson@gnu.org--2005/muse--main--1.0--patch-219
3689      mwolson@gnu.org--2005/muse--main--1.0--patch-220
3690      mwolson@gnu.org--2005/muse--main--1.0--patch-221
3691      mwolson@gnu.org--2005/muse--main--1.0--patch-222
3692      mwolson@gnu.org--2005/muse--main--1.0--patch-223
3693      mwolson@gnu.org--2005/muse--main--1.0--patch-224
3694      mwolson@gnu.org--2005/muse--main--1.0--patch-225
3695      mwolson@gnu.org--2005/muse--main--1.0--patch-226
3696      mwolson@gnu.org--2005/muse--main--1.0--patch-227
3697      mwolson@gnu.org--2005/muse--main--1.0--patch-228
3698      mwolson@gnu.org--2005/muse--main--1.0--patch-229
3699      mwolson@gnu.org--2005/muse--main--1.0--patch-230
3700      mwolson@gnu.org--2005/muse--main--1.0--patch-231
3701      mwolson@gnu.org--2005/muse--main--1.0--patch-232
3702      mwolson@gnu.org--2005/muse--main--1.0--patch-233
3703      mwolson@gnu.org--2005/muse--main--1.0--patch-234
3704      mwolson@gnu.org--2005/muse--main--1.0--patch-235
3705      mwolson@gnu.org--2005/muse--main--1.0--patch-236
3706      mwolson@gnu.org--2005/muse--main--1.0--patch-237
3707      mwolson@gnu.org--2005/muse--main--1.0--patch-238
3708      mwolson@gnu.org--2005/muse--main--1.0--patch-239
3709      mwolson@gnu.org--2005/muse--main--1.0--patch-240
3710      mwolson@gnu.org--2005/muse--main--1.0--patch-241
3711      mwolson@gnu.org--2005/muse--main--1.0--patch-242
3712      mwolson@gnu.org--2005/muse--main--1.0--patch-243
3713      mwolson@gnu.org--2005/muse--main--1.0--patch-244
3714      mwolson@gnu.org--2005/muse--main--1.0--patch-245
3715      mwolson@gnu.org--2005/muse--main--1.0--patch-246
3716      mwolson@gnu.org--2005/muse--main--1.0--patch-247
3717      mwolson@gnu.org--2005/muse--main--1.0--patch-248
3718      mwolson@gnu.org--2005/muse--main--1.0--patch-249
3719      mwolson@gnu.org--2005/muse--main--1.0--patch-250
3720      mwolson@gnu.org--2005/muse--main--1.0--patch-251
3721      mwolson@gnu.org--2005/muse--main--1.0--patch-252
3722      mwolson@gnu.org--2005/muse--main--1.0--patch-253
3723      mwolson@gnu.org--2005/muse--main--1.0--patch-254
3724      mwolson@gnu.org--2005/muse--main--1.0--patch-255
3725      mwolson@gnu.org--2005/muse--main--1.0--patch-256
3726      mwolson@gnu.org--2005/muse--main--1.0--patch-257
3727      mwolson@gnu.org--2005/muse--main--1.0--patch-258
3728      mwolson@gnu.org--2005/muse--main--1.0--patch-259
3729      mwolson@gnu.org--2005/muse--main--1.0--patch-260
3730      mwolson@gnu.org--2005/muse--main--1.0--patch-261
3731      mwolson@gnu.org--2005/muse--main--1.0--patch-262
3732      mwolson@gnu.org--2005/muse--main--1.0--patch-263
3733      mwolson@gnu.org--2005/muse--main--1.0--patch-264
3734      mwolson@gnu.org--2005/muse--main--1.0--patch-265
3735      mwolson@gnu.org--2005/muse--main--1.0--patch-266
3736      mwolson@gnu.org--2005/muse--main--1.0--patch-267
3737      mwolson@gnu.org--2005/muse--main--1.0--patch-268
3738      mwolson@gnu.org--2005/muse--main--1.0--patch-269
3739      mwolson@gnu.org--2005/muse--main--1.0--patch-270
3740      mwolson@gnu.org--2005/muse--main--1.0--patch-271
3741      mwolson@gnu.org--2005/muse--main--1.0--patch-272
3742      mwolson@gnu.org--2005/muse--main--1.0--patch-273
3743      mwolson@gnu.org--2005/muse--main--1.0--patch-274
3744      mwolson@gnu.org--2005/muse--main--1.0--patch-275
3745      mwolson@gnu.org--2005/muse--main--1.0--patch-276
3746      mwolson@gnu.org--2005/muse--main--1.0--patch-277
3747      mwolson@gnu.org--2005/muse--main--1.0--patch-278
3748      mwolson@gnu.org--2005/muse--main--1.0--patch-279
3749      mwolson@gnu.org--2005/muse--main--1.0--patch-280
3750      mwolson@gnu.org--2005/muse--main--1.0--patch-281
3751      mwolson@gnu.org--2005/muse--main--1.0--patch-282
3752      mwolson@gnu.org--2005/muse--main--1.0--patch-283
3753      mwolson@gnu.org--2005/muse--main--1.0--patch-284
3754      mwolson@gnu.org--2005/muse--main--1.0--patch-285
3755      mwolson@gnu.org--2005/muse--main--1.0--patch-286
3756      mwolson@gnu.org--2005/muse--main--1.0--patch-287
3757      mwolson@gnu.org--2005/muse--main--1.0--patch-288
3758      mwolson@gnu.org--2005/muse--main--1.0--patch-289
3759      mwolson@gnu.org--2005/muse--main--1.0--patch-290
3760      mwolson@gnu.org--2005/muse--main--1.0--patch-291
3761      mwolson@gnu.org--2005/muse--main--1.0--patch-292
3762      mwolson@gnu.org--2005/muse--main--1.0--patch-293
3763      mwolson@gnu.org--2005/muse--main--1.0--patch-294
3764      mwolson@gnu.org--2005/muse--main--1.0--patch-295
3765      mwolson@gnu.org--2005/muse--main--1.0--patch-296
3766      mwolson@gnu.org--2005/muse--main--1.0--patch-297
3767      mwolson@gnu.org--2005/muse--main--1.0--patch-298
3768      mwolson@gnu.org--2005/muse--main--1.0--patch-299
3769      mwolson@gnu.org--2005/muse--main--1.0--patch-300
3770      mwolson@gnu.org--2005/muse--main--1.0--patch-301
3771      mwolson@gnu.org--2005/muse--main--1.0--patch-302
3772      mwolson@gnu.org--2005/muse--main--1.0--patch-303
3773      mwolson@gnu.org--2005/muse--main--1.0--patch-304
3774      mwolson@gnu.org--2005/muse--main--1.0--patch-305
3775      mwolson@gnu.org--2005/muse--main--1.0--patch-306
3776      mwolson@gnu.org--2005/muse--main--1.0--patch-307
3777      mwolson@gnu.org--2005/muse--main--1.0--patch-308
3778      mwolson@gnu.org--2005/muse--main--1.0--patch-309
3779      mwolson@gnu.org--2005/muse--main--1.0--patch-310
3780      mwolson@gnu.org--2005/muse--main--1.0--patch-311
3781      mwolson@gnu.org--2005/muse--main--1.0--patch-312
3782      mwolson@gnu.org--2005/muse--main--1.0--patch-313
3783      mwolson@gnu.org--2005/muse--main--1.0--patch-314
3784      mwolson@gnu.org--2005/muse--main--1.0--patch-315
3785      mwolson@gnu.org--2005/muse--main--1.0--patch-316
3786      mwolson@gnu.org--2005/muse--main--1.0--patch-317
3787      mwolson@gnu.org--2005/muse--main--1.0--patch-318
3788      mwolson@gnu.org--2005/muse--main--1.0--patch-319
3789      mwolson@gnu.org--2005/muse--main--1.0--patch-320
3790      mwolson@gnu.org--2005/muse--main--1.0--patch-321
3791      mwolson@gnu.org--2005/muse--main--1.0--patch-322
3792      mwolson@gnu.org--2005/muse--main--1.0--patch-323
3793      mwolson@gnu.org--2005/muse--main--1.0--patch-324
3794      mwolson@gnu.org--2005/muse--main--1.0--patch-325
3795      mwolson@gnu.org--2005/muse--main--1.0--patch-326
3796      mwolson@gnu.org--2005/muse--main--1.0--patch-327
3797      mwolson@gnu.org--2005/muse--main--1.0--patch-328
3798      mwolson@gnu.org--2005/muse--main--1.0--patch-329
3799      mwolson@gnu.org--2005/muse--main--1.0--patch-330
3800      mwolson@gnu.org--2005/muse--main--1.0--patch-331
3801      mwolson@gnu.org--2005/muse--main--1.0--patch-332
3802      mwolson@gnu.org--2005/muse--main--1.0--patch-333
3803      mwolson@gnu.org--2005/muse--main--1.0--patch-334
3804      mwolson@gnu.org--2005/muse--main--1.0--patch-335
3805      mwolson@gnu.org--2005/muse--main--1.0--patch-336
3806      mwolson@gnu.org--2005/muse--main--1.0--patch-337
3807      mwolson@gnu.org--2005/muse--main--1.0--patch-338
3808      mwolson@gnu.org--2005/muse--main--1.0--patch-339
3809      mwolson@gnu.org--2005/muse--main--1.0--patch-340
3810      mwolson@gnu.org--2005/muse--main--1.0--patch-341
3811      mwolson@gnu.org--2005/muse--main--1.0--patch-342
3812      mwolson@gnu.org--2005/muse--main--1.0--patch-343
3813      mwolson@gnu.org--2005/muse--main--1.0--patch-344
3814      mwolson@gnu.org--2005/muse--main--1.0--patch-345
3815      mwolson@gnu.org--2005/muse--main--1.0--patch-346
3816      mwolson@gnu.org--2005/muse--main--1.0--patch-347
3817      mwolson@gnu.org--2005/muse--main--1.0--patch-348
3818      mwolson@gnu.org--2005/muse--main--1.0--patch-349
3819      mwolson@gnu.org--2005/muse--main--1.0--patch-350
3820      mwolson@gnu.org--2005/muse--main--1.0--patch-351
3821      mwolson@gnu.org--2005/muse--main--1.0--patch-352
3822      mwolson@gnu.org--2005/muse--main--1.0--patch-353
3823      mwolson@gnu.org--2005/muse--main--1.0--patch-354
3824      mwolson@gnu.org--2005/muse--main--1.0--patch-355
3825      mwolson@gnu.org--2005/muse--rel--3.02--base-0
3826      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
3827      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
3828      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
3829      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
3830      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
3831      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
3832      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
3833      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
3834      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
3835      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
3836      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
3837      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
3838      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
3839      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
3840      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
3841      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
3842      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
3843      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
3844      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
3845      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
3846      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
3847      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
3848      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
3849      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
3850      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
3851      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
3852      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
3853      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
3854      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
3855      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
3856      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
3857      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
3858      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
3859      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
3860      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
3861      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
3862      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
3863      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
3864      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
3865      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
3866      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
3867      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
3868      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8