Merged from mwolson@gnu.org--2006 (patch 61)
[muse-el.git] / ChangeLog
blob020068848cae0947f8c5b4af3efa2989823d8743
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2005/muse--rel--3.02
5 2006-03-14 19:21:43 GMT Michael Olson <mwolson@gnu.org> patch-59
7     Summary:
8       Merged from mwolson@gnu.org--2006 (patch 61)
9     Revision:
10       muse--rel--3.02--patch-59
12     Patches applied:
13     
14      * mwolson@gnu.org--2006/muse--main--1.0--patch-61
15        Add COPYING file; update headers.
17     new files:
18      .arch-ids/COPYING.id COPYING
20     modified files:
21      ChangeLog README debian/copyright
22      examples/mwolson/muse-init.el
23      examples/mwolson/stylesheets/blog.css
24      examples/mwolson/stylesheets/common.css
25      examples/mwolson/stylesheets/print.css
26      examples/mwolson/stylesheets/screen.css
27      experimental/muse-cite.el experimental/muse-message.el
28      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
29      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-html.el
30      lisp/muse-http.el lisp/muse-journal.el lisp/muse-latex.el
31      lisp/muse-mode.el lisp/muse-poem.el lisp/muse-project.el
32      lisp/muse-protocols.el lisp/muse-publish.el
33      lisp/muse-regexps.el lisp/muse-texinfo.el lisp/muse-wiki.el
34      lisp/muse-xml.el lisp/muse.el muse.texi
36     new patches:
37      mwolson@gnu.org--2006/muse--main--1.0--patch-61
40 2006-01-28 02:49:14 GMT Michael Olson <mwolson@gnu.org> patch-58
42     Summary:
43       Merged from mwolson@gnu.org--2006 (patch 8)
44     Revision:
45       muse--rel--3.02--patch-58
47     Patches applied:
48     
49      * mwolson@gnu.org--2006/muse--main--1.0--patch-8
50        Fix an error with `custom-quote'.
52     modified files:
53      ChangeLog lisp/muse-project.el muse.texi
55     new patches:
56      mwolson@gnu.org--2006/muse--main--1.0--patch-8
59 2006-01-22 14:55:33 GMT Michael Olson <mwolson@gnu.org> patch-57
61     Summary:
62       muse-latex: Escape "~" in texttt regions.
63     Revision:
64       muse--rel--3.02--patch-57
66     * lisp/muse-latex.el (muse-latex-markup-texttt-specials): Escape "~".
67     
68     * lisp/muse-project.el (muse-project-applicable-styles): Add styles to
69       list in proper order.
70     
71     * lisp/muse-project.el (muse-project-publish-file): Create parent
72       directories, if necessary.
74     modified files:
75      ChangeLog lisp/muse-latex.el lisp/muse-project.el
78 2006-01-17 03:50:43 GMT Michael Olson <mwolson@gnu.org> patch-56
80     Summary:
81       Merged from mwolson@gnu.org--2005 (patch 354)
82     Revision:
83       muse--rel--3.02--patch-56
85     Patches applied:
86     
87      * mwolson@gnu.org--2005/muse--main--1.0--patch-354
88        Post-release updates.
90     modified files:
91      AUTHORS ChangeLog ChangeLog.main Makefile Makefile.defs
92      debian/changelog debian/copyright debian/emacsen-install
93      debian/emacsen-startup debian/rules lisp/Makefile lisp/muse.el
95     renamed files:
96      debian/.arch-ids/NEWS.id
97        ==> debian/.arch-ids/NEWS.Debian.id
98      debian/NEWS
99        ==> debian/NEWS.Debian
101     new patches:
102      mwolson@gnu.org--2005/muse--main--1.0--patch-354
105 2006-01-13 03:32:18 GMT Michael Olson <mwolson@gnu.org> patch-55
107     Summary:
108       Release Emacs Muse 3.02.6.
109     Revision:
110       muse--rel--3.02--patch-55
113     modified files:
114      ChangeLog lisp/muse.el muse.texi
117 2006-01-13 03:29:36 GMT Michael Olson <mwolson@gnu.org> patch-54
119     Summary:
120       Add NEWS items.  Make eval of <lisp> at display time optional.
121     Revision:
122       muse--rel--3.02--patch-54
124     * NEWS: Add items for Muse 3.02.6.
125     
126     * lisp/muse-colors.el (muse-colors-evaluate-lisp-tags): New option that
127       determines whether to evaluate <lisp> tags at display time.  Default is
128       non-nil, which means to evaluate them.
129       (muse-colors-lisp-tag): If we don't want to evaluate <lisp> tags at
130       display time, show them literally.
131     
132     * muse-colors.el, muse-html.el, muse-mode.el, muse-project.el,
133       muse-publish.el, muse-wiki.el, muse.el: Update copyright notice for
134       2006.
136     modified files:
137      ChangeLog Makefile.defs NEWS debian/changelog
138      lisp/muse-colors.el lisp/muse-html.el lisp/muse-mode.el
139      lisp/muse-project.el lisp/muse-publish.el lisp/muse-wiki.el
140      lisp/muse.el
143 2006-01-13 02:41:00 GMT Michael Olson <mwolson@gnu.org> patch-53
145     Summary:
146       Use better code for displaying warnings.
147     Revision:
148       muse--rel--3.02--patch-53
150     * lisp/muse.el (muse-display-warning): New function that displays a
151       warning in the proper way, depending on the version of Emacs being
152       used.
153       (muse-eval-lisp, muse-with-temp-buffer): Use it.
155     modified files:
156      ChangeLog lisp/muse.el
159 2006-01-13 02:02:03 GMT Michael Olson <mwolson@gnu.org> patch-52
161     Summary:
162       Merged from mwolson@gnu.org--2005 (patch 351)
163     Revision:
164       muse--rel--3.02--patch-52
166     Patches applied:
167     
168      * mwolson@gnu.org--2005/muse--main--1.0--patch-351
169        Fix #5044: lisp tag only evaluates first statement.
171     modified files:
172      ChangeLog ChangeLog.main lisp/muse-colors.el
173      lisp/muse-publish.el
175     new patches:
176      mwolson@gnu.org--2005/muse--main--1.0--patch-351
179 2006-01-13 00:40:30 GMT Michael Olson <mwolson@gnu.org> patch-51
181     Summary:
182       Merged from mwolson@gnu.org--2005 (patch 317)
183     Revision:
184       muse--rel--3.02--patch-51
186     * lisp/muse-publish.el (muse-publish-surround-text): Fix several typos.
187     
188     * lisp/muse.el (muse-eval-lisp): Insert this as a comment, not hardcoded
189       HTML.
190     
191     Patches applied:
192     
193      * mwolson@gnu.org--2005/muse--main--1.0--patch-317
194        Get rid of muse-regexp-space.  Standardize anchor markup somewhat.
196     modified files:
197      ChangeLog lisp/muse-colors.el lisp/muse-convert.el
198      lisp/muse-docbook.el lisp/muse-html.el lisp/muse-latex.el
199      lisp/muse-mode.el lisp/muse-protocols.el lisp/muse-publish.el
200      lisp/muse-regexps.el lisp/muse-texinfo.el lisp/muse-xml.el
201      lisp/muse.el
203     new patches:
204      mwolson@gnu.org--2005/muse--main--1.0--patch-317
207 2006-01-06 20:44:29 GMT Michael Olson <mwolson@gnu.org> patch-50
209     Summary:
210       Merged from mwolson@gnu.org--2005 (patch 333, 337, 345-346, 349)
211     Revision:
212       muse--rel--3.02--patch-50
214     Patches applied:
215     
216      * john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
217        Updated copyright year. Added notes about using the .muse file extension to the Projects node.
218     
219      * mwolson@gnu.org--2005/muse--main--1.0--patch-333
220        muse-publish: Prevent error when return value is not a string.
221     
222      * mwolson@gnu.org--2005/muse--main--1.0--patch-337
223        muse-wiki: Allow interwiki links to use different base URLs.
224     
225      * mwolson@gnu.org--2005/muse--main--1.0--patch-345
226        Fix backtrace on project names.
227     
228      * mwolson@gnu.org--2005/muse--main--1.0--patch-346
229        Fix #4973: muse-project-ignore-regexp too aggressive
231     modified files:
232      ChangeLog ChangeLog.main lisp/muse-project.el
233      lisp/muse-publish.el lisp/muse-wiki.el muse.texi
235     new patches:
236      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
237      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
238      mwolson@gnu.org--2005/muse--main--1.0--patch-333
239      mwolson@gnu.org--2005/muse--main--1.0--patch-337
240      mwolson@gnu.org--2005/muse--main--1.0--patch-345
241      mwolson@gnu.org--2005/muse--main--1.0--patch-346
242      mwolson@gnu.org--2005/muse--main--1.0--patch-349
245 2006-01-06 20:39:49 GMT Michael Olson <mwolson@gnu.org> patch-49
247     Summary:
248       Merged from mwolson@gnu.org--2005 (patch 328)
249     Revision:
250       muse--rel--3.02--patch-49
252     Patches applied:
253     
254      * mwolson@gnu.org--2005/muse--main--1.0--patch-328
255        muse-publish: Use narrow-to-region to fix various bugs.
257     modified files:
258      ChangeLog ChangeLog.main lisp/muse-publish.el
260     new patches:
261      mwolson@gnu.org--2005/muse--main--1.0--patch-328
264 2006-01-06 20:29:16 GMT Michael Olson <mwolson@gnu.org> patch-48
266     Summary:
267       Merged from mwolson@gnu.org--2005 (patch 279, 311, 318)
268     Revision:
269       muse--rel--3.02--patch-48
271     Patches applied:
272     
273      * mwolson@gnu.org--2005/muse--main--1.0--patch-279
274        Update AUTHORS.
275     
276      * mwolson@gnu.org--2005/muse--main--1.0--patch-311
277        muse-build: Prevent backup files when generating autoloads.
278     
279      * mwolson@gnu.org--2005/muse--main--1.0--patch-318
280        Fix a markup error involving links like [[#foo]].
282     modified files:
283      AUTHORS ChangeLog ChangeLog.main lisp/muse-docbook.el
284      lisp/muse-html.el lisp/muse-latex.el lisp/muse-publish.el
285      lisp/muse-texinfo.el lisp/muse-xml.el scripts/muse-build.el
287     new patches:
288      mwolson@gnu.org--2005/muse--main--1.0--patch-279
289      mwolson@gnu.org--2005/muse--main--1.0--patch-311
290      mwolson@gnu.org--2005/muse--main--1.0--patch-318
293 2006-01-06 19:27:17 GMT Michael Olson <mwolson@gnu.org> patch-47
295     Summary:
296       Merged from mwolson@gnu.org--2005 (patch 303-305)
297     Revision:
298       muse--rel--3.02--patch-47
300     Patches applied:
301     
302      * mwolson@gnu.org--2005/muse--main--1.0--patch-303
303        Make XML publishing work with QuickStart; no longer considered unstable.
304     
305      * mwolson@gnu.org--2005/muse--main--1.0--patch-304
306        QuickStart: Correct old syntax.
307     
308      * mwolson@gnu.org--2005/muse--main--1.0--patch-305
309        Revert QuickStart changes, hack more on muse.rnc.
310     Patches applied:
312     modified files:
313      ChangeLog ChangeLog.main README examples/Makefile
314      examples/muse.rnc lisp/muse-xml.el
316     renamed files:
317      examples/.arch-ids/QuickStart.id
318        ==> examples/.arch-ids/QuickStart.muse.id
319      examples/QuickStart
320        ==> examples/QuickStart.muse
321      experimental/.arch-ids/muse-xml.el.id
322        ==> lisp/.arch-ids/muse-xml.el.id
323      experimental/muse-xml.el
324        ==> lisp/muse-xml.el
326     new patches:
327      mwolson@gnu.org--2005/muse--main--1.0--patch-303
328      mwolson@gnu.org--2005/muse--main--1.0--patch-304
329      mwolson@gnu.org--2005/muse--main--1.0--patch-305
332 2006-01-06 19:10:33 GMT Michael Olson <mwolson@gnu.org> patch-46
334     Summary:
335       Merged from mwolson@gnu.org--2005 (patch 299-301, 350)
336     Revision:
337       muse--rel--3.02--patch-46
339     Patches applied:
340     
341      * mwolson@gnu.org--2005/muse--main--1.0--patch-299
342        Add autoload cookies.
343     
344      * mwolson@gnu.org--2005/muse--main--1.0--patch-300
345        Generate autoloads file.
346     
347      * mwolson@gnu.org--2005/muse--main--1.0--patch-301
348        Makefile: Minor tweak.
349     
350      * mwolson@gnu.org--2005/muse--main--1.0--patch-350
351        Sync with contributors.
353     modified files:
354      ChangeLog ChangeLog.main Makefile lisp/Makefile
355      lisp/muse-blosxom.el lisp/muse-mode.el lisp/muse-project.el
356      lisp/muse-protocols.el lisp/muse-publish.el
357      scripts/muse-build.el
359     new patches:
360      ajk@iu.edu--2005/muse--main--1.0--base-0
361      ajk@iu.edu--2005/muse--main--1.0--patch-1
362      ajk@iu.edu--2005/muse--main--1.0--patch-2
363      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
364      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
365      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
366      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
367      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
368      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
369      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
370      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
371      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
372      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
373      mwolson@gnu.org--2005/muse--main--1.0--patch-299
374      mwolson@gnu.org--2005/muse--main--1.0--patch-300
375      mwolson@gnu.org--2005/muse--main--1.0--patch-301
376      mwolson@gnu.org--2005/muse--main--1.0--patch-350
379 2006-01-03 04:59:41 GMT Michael Olson <mwolson@gnu.org> patch-45
381     Summary:
382       Merged from mwolson@gnu.org--2005 (patch 341)
383     Revision:
384       muse--rel--3.02--patch-45
386     Patches applied:
387     
388      * mwolson@gnu.org--2005/muse--main--1.0--patch-341
389        Fix #4718: InterWiki links with special characters are not handled properly.
391     modified files:
392      ChangeLog ChangeLog.main lisp/muse-wiki.el
394     new patches:
395      mwolson@gnu.org--2005/muse--main--1.0--patch-341
398 2006-01-03 04:29:09 GMT Michael Olson <mwolson@gnu.org> patch-44
400     Summary:
401       Merged from mwolson@gnu.org--2005 (patch 339-340)
402     Revision:
403       muse--rel--3.02--patch-44
405     Patches applied:
406     
407      * mwolson@gnu.org--2005/muse--main--1.0--patch-339
408        Implement escaping of "[" and "]" in extended links.
409     
410      * mwolson@gnu.org--2005/muse--main--1.0--patch-340
411        Fix an issue with muse-project-file-alist.
413     modified files:
414      AUTHORS ChangeLog ChangeLog.main lisp/muse-mode.el
415      lisp/muse-project.el lisp/muse.el
417     new patches:
418      mwolson@gnu.org--2005/muse--main--1.0--patch-339
419      mwolson@gnu.org--2005/muse--main--1.0--patch-340
422 2006-01-02 19:40:26 GMT Michael Olson <mwolson@gnu.org> patch-43
424     Summary:
425       Merged from mwolson@gnu.org--2005 (patch 338)
426     Revision:
427       muse--rel--3.02--patch-43
429     Patches applied:
430     
431      * mwolson@gnu.org--2005/muse--main--1.0--patch-338
432        muse-colors: Implement <lisp> tag evaluation when viewing Muse files.
434     modified files:
435      ChangeLog ChangeLog.main lisp/muse-colors.el
437     new patches:
438      mwolson@gnu.org--2005/muse--main--1.0--patch-338
441 2006-01-01 21:48:30 GMT Michael Olson <mwolson@gnu.org> patch-42
443     Summary:
444       Fix #4970, #4971.
445     Revision:
446       muse--rel--3.02--patch-42
448     * lisp/muse-html.el (muse-html-escape-string): Add "%" and "+" to the
449       list of specials to leave alone.  This fixes #4971.
450     
451     * lisp/muse-publish.el (muse-publish-markup-word): Escape specials in all
452       forms of emphasis.  This fixes #4970.
454     modified files:
455      ChangeLog ChangeLog.main lisp/muse-html.el
456      lisp/muse-publish.el
458     new patches:
459      mwolson@gnu.org--2005/muse--main--1.0--patch-336
462 2005-12-30 03:33:43 GMT Michael Olson <mwolson@gnu.org> patch-41
464     Summary:
465       Fix #4923: Definition lists with numbers are not possible.
466     Revision:
467       muse--rel--3.02--patch-41
469     * lisp/muse-publish.el (muse-publish-markup-list): Use string-match to
470       determine whether an item is an ordered list or definition list.  This
471       should fix Bug #4923.
473     modified files:
474      ChangeLog ChangeLog.main lisp/muse-publish.el
476     new patches:
477      mwolson@gnu.org--2005/muse--main--1.0--patch-331
480 2005-12-29 23:13:30 GMT Michael Olson <mwolson@gnu.org> patch-40
482     Summary:
483       Fix comment markup.
484     Revision:
485       muse--rel--3.02--patch-40
487     * lisp/muse-latex.el (muse-latex-markup-strings): Fix typo.  Thanks to
488       Ken Brown for the detailed report.
489     
490     * lisp/muse-publish.el (muse-publish-markup-comment): Publish the ending
491       tag as read-only as a temporary workaround.  We should make the
492       beginning tag read-only also, but this is already taken care of in
493       muse--main.
494       (muse-publish-comment-tag): Markup up comment region as read-only.
496     modified files:
497      ChangeLog ChangeLog.main lisp/muse-latex.el
498      lisp/muse-publish.el
500     new patches:
501      mwolson@gnu.org--2005/muse--main--1.0--patch-329
504 2005-12-27 16:28:31 GMT Michael Olson <mwolson@gnu.org> patch-39
506     Summary:
507       Fix use of muse-insert-markup.
508     Revision:
509       muse--rel--3.02--patch-39
511     * lisp/muse-publish.el (muse-publish-markup-no-break-space): Replace
512       muse-insert-markup with `insert'.  Thanks to Ken Brown for catching
513       this.
515     modified files:
516      ChangeLog lisp/muse-publish.el
519 2005-12-27 03:51:10 GMT Michael Olson <mwolson@gnu.org> patch-38
521     Summary:
522       Merged from mwolson@gnu.org--2005 (patch 323)
523     Revision:
524       muse--rel--3.02--patch-38
526     Patches applied:
527     
528      * mwolson@gnu.org--2005/muse--main--1.0--patch-323
529        Add markup for non-breaking space.
531     modified files:
532      ChangeLog ChangeLog.main experimental/muse-xml.el
533      lisp/muse-docbook.el lisp/muse-html.el lisp/muse-latex.el
534      lisp/muse-publish.el lisp/muse-texinfo.el
536     new patches:
537      mwolson@gnu.org--2005/muse--main--1.0--patch-323
540 2005-12-21 02:44:22 GMT Michael Olson <mwolson@gnu.org> patch-37
542     Summary:
543       Make error messages during publishing more friendly.
544     Revision:
545       muse--rel--3.02--patch-37
547     * lisp/muse-mode.el (muse-index-as-string): Use with-temp-buffer instead
548       of muse-with-temp-buffer since we aren't inserting text from another
549       file.
550     
551     * lisp/muse.el (muse-with-temp-buffer): Note in the documentation that
552       this is meant to be used with the insert-file-contents function, in
553       order to keep weird side effects from happening.  Make the displayed
554       message more friendly when debug-on-error is nil, and suggest what to
555       do in order to get a full backtrace.
557     modified files:
558      ChangeLog lisp/muse-mode.el lisp/muse.el
561 2005-12-17 17:14:51 GMT Michael Olson <mwolson@gnu.org> patch-36
563     Summary:
564       Release Emacs Muse 3.02.5.
565     Revision:
566       muse--rel--3.02--patch-36
568     * NEWS: Add items for 3.02.5 release.
569     
570     * muse.el: Release Muse 3.02.5.
572     modified files:
573      ChangeLog Makefile.defs NEWS debian/changelog lisp/muse.el
574      muse.texi
577 2005-12-17 02:08:46 GMT Michael Olson <mwolson@gnu.org> patch-35
579     Summary:
580       muse-colors: Fix QuickStart display bug.
581     Revision:
582       muse--rel--3.02--patch-35
584     * lisp/muse-colors.el (muse-colors-verbatim): Move past last delimiting
585       equal sign, since we don't need to look at the area in-between.  This
586       fixes a display bug involving =<verbatim><example></verbatim>=.
588     modified files:
589      ChangeLog lisp/muse-colors.el
592 2005-12-16 21:30:52 GMT Michael Olson <mwolson@gnu.org> patch-34
594     Summary:
595       Merged from mwolson@gnu.org--2005 (patch 302)
596     Revision:
597       muse--rel--3.02--patch-34
599     Patches applied:
600     
601      * mwolson@gnu.org--2005/muse--main--1.0--patch-302
602        muse-html: Fix regexp error.
604     modified files:
605      ChangeLog ChangeLog.main lisp/muse-html.el
607     new patches:
608      mwolson@gnu.org--2005/muse--main--1.0--patch-302
611 2005-12-16 16:44:02 GMT Michael Olson <mwolson@gnu.org> patch-33
613     Summary:
614       Merged from mwolson@gnu.org--2005 (patch 298)
615     Revision:
616       muse--rel--3.02--patch-33
618     Patches applied:
619     
620      * mwolson@gnu.org--2005/muse--main--1.0--patch-298
621        muse-mode: Make muse-edit-link-at-point work.
623     modified files:
624      ChangeLog ChangeLog.main lisp/muse-mode.el
626     new patches:
627      mwolson@gnu.org--2005/muse--main--1.0--patch-298
630 2005-12-15 23:10:21 GMT Michael Olson <mwolson@gnu.org> patch-32
632     Summary:
633       Merged from mwolson@gnu.org--2005 (patch 297)
634     Revision:
635       muse--rel--3.02--patch-32
637     Patches applied:
638     
639      * mwolson@gnu.org--2005/muse--main--1.0--patch-297
640        Change mode of muse-protocols to 644.
642     modified files:
643      ChangeLog ChangeLog.main lisp/muse-protocols.el
645     new patches:
646      mwolson@gnu.org--2005/muse--main--1.0--patch-297
649 2005-12-14 01:01:09 GMT Michael Olson <mwolson@gnu.org> patch-31
651     Summary:
652       Merged from muse--main--1.0 (patch 286, 296)
653     Revision:
654       muse--rel--3.02--patch-31
656     Patches applied:
657     
658      * mwolson@gnu.org--2005/muse--main--1.0--patch-286
659        muse-wiki: First try at implementing WikiName separator.
660     
661      * mwolson@gnu.org--2005/muse--main--1.0--patch-296
662        muse-wiki: WikiWord suffix fix.
664     modified files:
665      ChangeLog ChangeLog.main lisp/muse-wiki.el
667     new patches:
668      mwolson@gnu.org--2005/muse--main--1.0--patch-286
669      mwolson@gnu.org--2005/muse--main--1.0--patch-296
672 2005-12-14 00:55:15 GMT Michael Olson <mwolson@gnu.org> patch-30
674     Summary:
675       Merged from muse--main--1.0 (patch 295)
676     Revision:
677       muse--rel--3.02--patch-30
679     Patches applied:
680     
681      * mwolson@gnu.org--2005/muse--main--1.0--patch-295
682        muse-wiki: Fix an error that occurs when muse-colors is not loaded.
684     modified files:
685      ChangeLog ChangeLog.main lisp/muse-wiki.el
687     new patches:
688      mwolson@gnu.org--2005/muse--main--1.0--patch-295
691 2005-12-13 04:46:53 GMT Michael Olson <mwolson@gnu.org> patch-29
693     Summary:
694       muse-mode: Fix semicolon in paragraph issue.
695     Revision:
696       muse--rel--3.02--patch-29
698     * lisp/muse-mode.el (muse-mode): Define comment-start-skip so that
699       semicolons in the middle of paragraphs aren't filled improperly.
701     modified files:
702      ChangeLog lisp/muse-mode.el
705 2005-12-13 00:02:27 GMT Michael Olson <mwolson@gnu.org> patch-28
707     Summary:
708       muse-project: Deal with edge case.
709     Revision:
710       muse--rel--3.02--patch-28
712     * lisp/muse-project.el (muse-project-file-alist): Try to fix edge case
713       where file-name-directory returns nil, resulting in an error.  Thanks
714       to Paul Lussier for the report.
716     modified files:
717      ChangeLog lisp/muse-project.el
720 2005-12-11 07:04:56 GMT Michael Olson <mwolson@gnu.org> patch-27
722     Summary:
723       muse-project: Prevent auto-save files from being included.
724     Revision:
725       muse--rel--3.02--patch-27
727     * lisp/muse-project.el (muse-project-ignore-regexp): Apply small patch
728       from Jim Ottaway that causes auto-save files to be excluded from
729       muse-project-file-entries.
731     modified files:
732      ChangeLog lisp/muse-project.el
735 2005-12-11 00:31:46 GMT Michael Olson <mwolson@gnu.org> patch-26
737     Summary:
738       Merged from muse--main--1.0 (patch 278, 281-283)
739     Revision:
740       muse--rel--3.02--patch-26
742     Patches applied:
743     
744      * mwolson@gnu.org--2005/muse--main--1.0--patch-278
745        Don't split anchors in URLs.
746     
747      * mwolson@gnu.org--2005/muse--main--1.0--patch-281
748        muse-colors: Add faces for all 3 levels of emphasis.
749     
750      * mwolson@gnu.org--2005/muse--main--1.0--patch-282
751        muse-mode: Handle case where we visit an anchor-only link.
752     
753      * mwolson@gnu.org--2005/muse--main--1.0--patch-283
754        muse-mode: Minor fix.
756     modified files:
757      AUTHORS ChangeLog ChangeLog.main lisp/muse-colors.el
758      lisp/muse-mode.el
760     new patches:
761      mwolson@gnu.org--2005/muse--main--1.0--patch-278
762      mwolson@gnu.org--2005/muse--main--1.0--patch-281
763      mwolson@gnu.org--2005/muse--main--1.0--patch-282
764      mwolson@gnu.org--2005/muse--main--1.0--patch-283
767 2005-12-11 00:22:15 GMT Michael Olson <mwolson@gnu.org> patch-25
769     Summary:
770       muse-latex: Get table of contents to publish correctly.
771     Revision:
772       muse--rel--3.02--patch-25
774     * lisp/muse-latex.el (muse-latex-pdf-generate): Handle case where we need
775       2 passes to publish a table of contents.  I thought that pdflatex would
776       return an error code in this case, but no such luck.
778     modified files:
779      ChangeLog lisp/muse-latex.el
782 2005-11-21 15:34:27 GMT Michael Olson <mwolson@gnu.org> patch-24
784     Summary:
785       Merged from mwolson@gnu.org--2005 (patch 276)
786     Revision:
787       muse--rel--3.02--patch-24
789     Patches applied:
790     
791      * mwolson@gnu.org--2005/muse--main--1.0--patch-276
792        Deal with case when muse-make-link is passed an explicit link.
794     modified files:
795      ChangeLog ChangeLog.main lisp/muse-mode.el
797     new patches:
798      mwolson@gnu.org--2005/muse--main--1.0--patch-276
801 2005-11-21 15:22:39 GMT Michael Olson <mwolson@gnu.org> patch-23
803     Summary:
804       muse-wiki: WikiWords can have consecutive capital letters.
805     Revision:
806       muse--rel--3.02--patch-23
808     * lisp/muse-wiki.el (muse-wiki-wikiword-regexp): Use a looser definition
809       of what constitutes a WikiWord.  Namely: capital letters can appear
810       next to each other.
812     modified files:
813      ChangeLog lisp/muse-wiki.el
816 2005-11-19 06:53:55 GMT Michael Olson <mwolson@gnu.org> patch-22
818     Summary:
819       Release Emacs Muse 3.02.02.
820     Revision:
821       muse--rel--3.02--patch-22
824     modified files:
825      ChangeLog lisp/muse.el muse.texi
828 2005-11-19 06:50:45 GMT Michael Olson <mwolson@gnu.org> patch-21
830     Summary:
831       Update examples.
832     Revision:
833       muse--rel--3.02--patch-21
835     * examples/mwolson/muse-init.el: Update.
836     
837     * examples/mwolson/header.html: Update.
838     
839     * examples/mwolson/header.tex: New file that contains my custom LaTeX
840       header.
842     new files:
843      examples/mwolson/templates/.arch-ids/header.tex.id
844      examples/mwolson/templates/header.tex
846     modified files:
847      ChangeLog examples/mwolson/muse-init.el
848      examples/mwolson/templates/header.html
851 2005-11-19 06:13:52 GMT Michael Olson <mwolson@gnu.org> patch-20
853     Summary:
854       Update NEWS.
855     Revision:
856       muse--rel--3.02--patch-20
858     * NEWS: Update for recent patches.
860     modified files:
861      ChangeLog NEWS
864 2005-11-19 06:08:20 GMT Michael Olson <mwolson@gnu.org> patch-19
866     Summary:
867       Merged from mwolson@gnu.org--2005 (patch 272-273)
868     Revision:
869       muse--rel--3.02--patch-19
871     Patches applied:
872     
873      * mwolson@gnu.org--2005/muse--main--1.0--patch-272
874        muse-texinfo: Correct markup strings for dots, enddots, center.
875     
876      * mwolson@gnu.org--2005/muse--main--1.0--patch-273
877        muse-latex: Make footnotes look a bit more natural for LaTeX users.
879     modified files:
880      AUTHORS ChangeLog ChangeLog.main lisp/muse-latex.el
881      lisp/muse-texinfo.el
883     new patches:
884      mwolson@gnu.org--2005/muse--main--1.0--patch-272
885      mwolson@gnu.org--2005/muse--main--1.0--patch-273
888 2005-11-19 05:51:32 GMT Michael Olson <mwolson@gnu.org> patch-18
890     Summary:
891       NEWS: Add migration note.
892     Revision:
893       muse--rel--3.02--patch-18
895     * NEWS: Explain how to migrate to the new file extension behavior.
896     
897     * debian/NEWS: Add item about file extension.
899     modified files:
900      ChangeLog NEWS debian/NEWS debian/changelog
903 2005-11-19 05:46:05 GMT Michael Olson <mwolson@gnu.org> patch-17
905     Summary:
906       Update NEWS.
907     Revision:
908       muse--rel--3.02--patch-17
910     * NEWS: Update for 3.02.02.
912     modified files:
913      ChangeLog NEWS
914      {arch}/muse/muse--rel/muse--rel--3.02/mwolson@gnu.org--2005/patch-log/patch-13
917 2005-11-19 05:08:09 GMT Michael Olson <mwolson@gnu.org> patch-16
919     Summary:
920       Move ChangeLogs around.
921     Revision:
922       muse--rel--3.02--patch-16
925     new files:
926      .arch-ids/ChangeLog.id ChangeLog
928     renamed files:
929      .arch-ids/ChangeLog.id
930        ==> .arch-ids/ChangeLog.main.id
931      ChangeLog
932        ==> ChangeLog.main
935 2005-11-19 03:23:44 GMT Michael Olson <mwolson@gnu.org> patch-15
937     Summary:
938       Prepare debian files for new minor release.
939     Revision:
940       muse--rel--3.02--patch-15
942     * debian/control: Depend on debhelper >> 4.0.0.
943     
944     * debian/rules: Change DH_COMPAT to 4.
946     modified files:
947      Makefile.defs debian/changelog debian/control debian/rules
950 2005-11-19 01:48:37 GMT Michael Olson <mwolson@gnu.org> patch-14
952     Summary:
953       Be more fault-tolerant about muse-file-extension.
954     Revision:
955       muse--rel--3.02--patch-14
957     * lisp/muse-project.el (muse-project-file-entries)
958       (muse-project-find-file): If muse-file-extension is an empty string,
959       don't use it.
961     modified files:
962      lisp/muse-project.el
965 2005-11-19 01:21:10 GMT Michael Olson <mwolson@gnu.org> patch-13
967     Summary:
968       Allow bad WikiWords to be colorized, by popular request.
969     Revision:
970       muse--rel--3.02--patch-13
972     * lisp/muse-colors.el (muse-link-face): Allow implicit links to be
973       colored as bad links if they don't correspond with a real file.  Make
974       the code more straightforward.
975     
976     * lisp/muse-wiki.el (muse-wiki-allow-nonexistent-wikiword): New option
977       that determines whether to colorize nonexistent WikiWords.  The default
978       is nil, which means "don't colorize".
979       (muse-wiki-resolve-project-page, muse-wiki-handle-wikiword): Adapt for
980       the possibility of bad WikiWords.
982     modified files:
983      lisp/muse-colors.el lisp/muse-wiki.el
986 2005-11-17 16:42:29 GMT Michael Olson <mwolson@gnu.org> patch-12
988     Summary:
989       muse-latex: backslash-escaping in texttt bugfix.
990     Revision:
991       muse--rel--3.02--patch-12
993     * lisp/muse-latex.el (muse-latex-markup-texttt-specials): Don't escape
994       "/", since it has already been escaped by this time.
996     modified files:
997      lisp/muse-latex.el
1000 2005-11-17 16:38:36 GMT Michael Olson <mwolson@gnu.org> patch-11
1002     Summary:
1003       Don't interpret enddots, dots, and rule inside of links.
1004     Revision:
1005       muse--rel--3.02--patch-11
1007     * lisp/muse-publish.el (muse-publish-markup-enddots)
1008       (muse-publish-markup-dots, muse-publish-markup-rule): Don't insert
1009       markup if we are inside of a link.  Thanks to Trent Buck for the heads
1010       up.
1012     modified files:
1013      lisp/muse-publish.el
1016 2005-11-17 16:32:23 GMT Michael Olson <mwolson@gnu.org> patch-10
1018     Summary:
1019       muse-latex: Hone escaping further.
1020     Revision:
1021       muse--rel--3.02--patch-10
1023     * lisp/muse-latex.el (muse-latex-markup-regexps): Don't escape ampersands
1024       everywhere, since this breaks tables.  Thanks to Trent Buck for the
1025       suggestions.
1026       (muse-latex-markup-texttt-specials): Add rules for "\n", "\", "_", "<",
1027       ">", "$", "%", "&", and "#".
1029     modified files:
1030      lisp/muse-latex.el
1033 2005-11-17 06:43:17 GMT Michael Olson <mwolson@gnu.org> patch-9
1035     Summary:
1036       muse-latex: Rough hack to escape most specials properly.
1037     Revision:
1038       muse--rel--3.02--patch-9
1040     * lisp/muse-latex.el (muse-latex-markup-regexps): Replace several
1041       characters throughout the whole document.
1042       (muse-latex-markup-specials): Only escape "\" here, so as not to mess
1043       up \begin{verbatim} regions.
1044       (muse-latex-markup-texttt-specials): New option containing characters
1045       to escape in \texttt regions.
1046       (muse-latex-fixup-texttt): New function that escapes extra specials in
1047       \texttt regions.
1048       (muse-latex-finalize-buffer): Call muse-latex-fixup-texttt.
1050     modified files:
1051      lisp/muse-latex.el
1054 2005-11-17 05:23:39 GMT Michael Olson <mwolson@gnu.org> patch-8
1056     Summary:
1057       Fix use of function that we don't permit yet.
1058     Revision:
1059       muse--rel--3.02--patch-8
1061     * lisp/muse-publish.el (muse-publish-markup-comment)
1062       (muse-publish-comment-tag): Replace use of muse-insert-markup with
1063       `insert'.
1065     modified files:
1066      lisp/muse-publish.el
1069 2005-11-17 05:19:42 GMT Michael Olson <mwolson@gnu.org> patch-7
1071     Summary:
1072       Miscellaneous safe updates from muse--main--1.0.
1073     Revision:
1074       muse--rel--3.02--patch-7
1076     * AUTHORS: Housekeeping.
1077     
1078     * lisp/muse-html.el (muse-html): Minor wording change.
1079     
1080     * lisp/muse-mode.el (muse-mode): Fix compile-time warning.
1081     
1082     * muse.texi (Directives): Manual fix.
1084     modified files:
1085      AUTHORS lisp/muse-html.el lisp/muse-mode.el muse.texi
1088 2005-11-17 01:49:21 GMT Michael Olson <mwolson@gnu.org> patch-6
1090     Summary:
1091       Merged from mwolson@gnu.org--2005 (patch 263, 266-268)
1092     Revision:
1093       muse--rel--3.02--patch-6
1095     Patches applied:
1096     
1097      * mwolson@gnu.org--2005/muse--main--1.0--patch-263
1098        Fix mistyping of new option name.
1099     
1100      * mwolson@gnu.org--2005/muse--main--1.0--patch-266
1101        Call pdflatex a reasonable number of times.
1102     
1103      * mwolson@gnu.org--2005/muse--main--1.0--patch-267
1104        muse-latex: Fix "generation of PDF failed" message.
1105     
1106      * mwolson@gnu.org--2005/muse--main--1.0--patch-268
1107        Allow "-" in publishing directives.
1109     modified files:
1110      ChangeLog Makefile.defs debian/changelog debian/rules
1111      lisp/muse-latex.el lisp/muse-publish.el
1113     new patches:
1114      mwolson@gnu.org--2005/muse--main--1.0--patch-263
1115      mwolson@gnu.org--2005/muse--main--1.0--patch-266
1116      mwolson@gnu.org--2005/muse--main--1.0--patch-267
1117      mwolson@gnu.org--2005/muse--main--1.0--patch-268
1120 2005-11-17 01:45:58 GMT Michael Olson <mwolson@gnu.org> patch-5
1122     Summary:
1123       Add with-muse-project macro from parts of patch-260.
1124     Revision:
1125       muse--rel--3.02--patch-5
1127     * lisp/muse-project.el (with-muse-project): New function courtesy of Jim
1128       Ottaway.
1130     modified files:
1131      lisp/muse-project.el
1134 2005-11-17 01:41:17 GMT Michael Olson <mwolson@gnu.org> patch-4
1136     Summary:
1137       Add markup for comments, via parts of patch-261.
1138     Revision:
1139       muse--rel--3.02--patch-4
1141     * experimental/muse-xml.el (muse-xml-markup-strings): Produce markup for
1142       'comment-begin and 'comment-end.
1143     
1144     * lisp/muse-docbook.el (muse-docbook-markup-strings): Ditto.
1145     
1146     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1147     
1148     * lisp/muse-texinfo.el (muse-texinfo-markup-strings): Ditto.
1149     
1150     * lisp/muse-latex.el (muse-latex-markup-strings): Ditto.
1151     
1152     * lisp/muse-publish.el (muse-publish-comments-p): New option that
1153       determines whether comments should be deleted or published.  Default is
1154       to delete.
1155       (muse-publish-markup-comment, muse-publish-comment-tag): Use
1156       muse-publish-comments-p.
1158     modified files:
1159      experimental/muse-xml.el lisp/muse-docbook.el
1160      lisp/muse-html.el lisp/muse-latex.el lisp/muse-publish.el
1161      lisp/muse-texinfo.el
1164 2005-11-17 01:22:42 GMT Michael Olson <mwolson@gnu.org> patch-3
1166     Summary:
1167       Apply LaTeX table underlining from patch-259.
1168     Revision:
1169       muse--rel--3.02--patch-3
1171     * AUTHORS: Update.
1172     
1173     * lisp/muse-latex.el (muse-latex-markup-table): Implement underlining of
1174       table headers and overlining table footers, as suggested by Trent Buck.
1176     modified files:
1177      AUTHORS lisp/muse-latex.el
1180 2005-11-17 01:17:36 GMT Michael Olson <mwolson@gnu.org> patch-2
1182     Summary:
1183       Apply some anchor fixes from muse--main--1.0 (253).
1184     Revision:
1185       muse--rel--3.02--patch-2
1187     * experimental/muse-xml.el (muse-xml-insert-anchor)
1188       (muse-xml-markup-anchor): Make sure we don't blow away the text just
1189       before an anchor.  On all types but texinfo, insert a newline
1190       immediately after the anchor.
1191     
1192     * lisp/muse-docbook.el (muse-docbook-insert-anchor)
1193       (muse-docbook-markup-anchor): Ditto.
1194     
1195     * lisp/muse-html.el (muse-html-insert-anchor)
1196       (muse-html-markup-anchor): Ditto.
1197     
1198     * lisp/muse-texinfo.el (muse-texinfo-insert-anchor)
1199       (muse-texinfo-markup-anchor): Ditto.
1200     
1201     * lisp/muse-publish.el (muse-publish-markup-regexps): Make text before
1202       the anchor the first match group.
1203     
1204     * lisp/muse-latex.el (muse-latex-insert-anchor)
1205       (muse-latex-markup-anchor): Ditto.
1207     modified files:
1208      experimental/muse-xml.el lisp/muse-docbook.el
1209      lisp/muse-html.el lisp/muse-latex.el lisp/muse-publish.el
1210      lisp/muse-texinfo.el
1213 2005-11-17 01:10:00 GMT Michael Olson <mwolson@gnu.org> patch-1
1215     Summary:
1216       Merged from mwolson@gnu.org--2005 (patch 242-246, 249, 251-252, 255-257)
1217     Revision:
1218       muse--rel--3.02--patch-1
1220     Apply "safe" changes from muse--main--1.0.  We're trying to make a minor
1221     release of 3.02 that isn't in so much flux.
1222     
1223     Patches applied:
1224     
1225      * jeho@jeho.org--2005/muse--jeho--1.0--base-0
1226        tag of mwolson@gnu.org--2005/muse--main--1.0--patch-12
1227     
1228      * jeho@jeho.org--2005/muse--jeho--1.0--patch-1
1229        merge latest
1230     
1231      * jeho@jeho.org--2005/muse--jeho--1.0--patch-2
1232        merge latest
1233     
1234      * jeho@jeho.org--2005/muse--jeho--1.0--patch-3
1235        merge latest
1236     
1237      * jeho@jeho.org--2005/muse--jeho--1.0--patch-4
1238        big merge of latest patches
1239     
1240      * jeho@jeho.org--2005/muse--jeho--1.0--patch-5
1241        Merged from mwolson@gnu.org--2005 (patch 248-251)
1242     
1243      * jeho@jeho.org--2005/muse--jeho--1.0--patch-6
1244        muse-mode.el fix for muse-visit-link-default
1245     
1246      * jeho@jeho.org--2005/muse--jeho--1.0--patch-7
1247        muse-mode.el fix intangible problem in muse-link-at-point
1248     
1249      * jeho@jeho.org--2005/muse--jeho--1.0--patch-8
1250        muse-wiki: added option for not rendering bare project names as links
1251     
1252      * jeho@jeho.org--2005/muse--jeho--1.0--patch-9
1253        Merged from mwolson@gnu.org--2005 (patch 252-253)
1254     
1255      * jeho@jeho.org--2005/muse--jeho--1.0--patch-10
1256        muse-mode.el: fix finding an anchor
1257     
1258      * jeho@jeho.org--2005/muse--jeho--1.0--patch-11
1259        muse-latex.el: fix footnote-end
1260     
1261      * mwolson@gnu.org--2005/muse--main--1.0--patch-242
1262        Use modification time for date directive.
1263     
1264      * mwolson@gnu.org--2005/muse--main--1.0--patch-243
1265        Try to make link properties more sane.
1266     
1267      * mwolson@gnu.org--2005/muse--main--1.0--patch-244
1268        Fix customization bugs concerning muse-project-alist.
1269     
1270      * mwolson@gnu.org--2005/muse--main--1.0--patch-245
1271        Release Emacs Muse 3.02.01.
1272     
1273      * mwolson@gnu.org--2005/muse--main--1.0--patch-246
1274        Figure out syntax of :set.
1275     
1276      * mwolson@gnu.org--2005/muse--main--1.0--patch-249
1277        muse-latex: Ignore anchor if it occurs at end of line.
1278     
1279      * mwolson@gnu.org--2005/muse--main--1.0--patch-251
1280        Minor bookkeeping update.
1281     
1282      * mwolson@gnu.org--2005/muse--main--1.0--patch-252
1283        Allow anchors to occur near (rather than at) the beginning of line.
1284     
1285      * mwolson@gnu.org--2005/muse--main--1.0--patch-255
1286        Merged from jeho@jeho.org--2005 (patch 0-11)
1287     
1288      * mwolson@gnu.org--2005/muse--main--1.0--patch-256
1289        Emacs 21 flyspell fix.
1290     
1291      * mwolson@gnu.org--2005/muse--main--1.0--patch-257
1292        By default, use ".muse" extension and do not detect by pathname.
1294     new files:
1295      debian/.arch-ids/NEWS.id debian/NEWS
1297     modified files:
1298      AUTHORS ChangeLog Makefile.defs NEWS debian/changelog
1299      debian/rules examples/johnw/muse-johnw.el
1300      examples/mwolson/muse-init.el
1301      examples/mwolson/templates/footer.html
1302      experimental/muse-xml.el lisp/muse-colors.el
1303      lisp/muse-latex.el lisp/muse-mode.el lisp/muse-project.el
1304      lisp/muse-publish.el lisp/muse-wiki.el lisp/muse.el muse.texi
1306     new patches:
1307      jeho@jeho.org--2005/muse--jeho--1.0--base-0
1308      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
1309      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
1310      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
1311      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
1312      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
1313      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
1314      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
1315      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
1316      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
1317      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
1318      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
1319      mwolson@gnu.org--2005/muse--main--1.0--patch-242
1320      mwolson@gnu.org--2005/muse--main--1.0--patch-243
1321      mwolson@gnu.org--2005/muse--main--1.0--patch-244
1322      mwolson@gnu.org--2005/muse--main--1.0--patch-245
1323      mwolson@gnu.org--2005/muse--main--1.0--patch-246
1324      mwolson@gnu.org--2005/muse--main--1.0--patch-249
1325      mwolson@gnu.org--2005/muse--main--1.0--patch-251
1326      mwolson@gnu.org--2005/muse--main--1.0--patch-252
1327      mwolson@gnu.org--2005/muse--main--1.0--patch-255
1328      mwolson@gnu.org--2005/muse--main--1.0--patch-256
1329      mwolson@gnu.org--2005/muse--main--1.0--patch-257
1332 2005-11-17 00:54:06 GMT Michael Olson <mwolson@gnu.org> base-0
1334     Summary:
1335       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-240
1336     Revision:
1337       muse--rel--3.02--base-0
1339     (automatically generated log message)
1341     new patches:
1342      hodique@lifl.fr--2005/muse--yh--1.0--base-0
1343      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
1344      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
1345      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
1346      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
1347      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
1348      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
1349      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
1350      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
1351      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
1352      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
1353      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
1354      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
1355      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
1356      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
1357      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
1358      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
1359      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
1360      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
1361      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
1362      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
1363      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
1364      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
1365      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
1366      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
1367      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
1368      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
1369      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
1370      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
1371      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
1372      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
1373      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
1374      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
1375      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
1376      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
1377      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
1378      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
1379      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
1380      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
1381      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
1382      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
1383      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
1384      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
1385      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
1386      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
1387      mwolson@gnu.org--2005/muse--main--1.0--base-0
1388      mwolson@gnu.org--2005/muse--main--1.0--patch-1
1389      mwolson@gnu.org--2005/muse--main--1.0--patch-2
1390      mwolson@gnu.org--2005/muse--main--1.0--patch-3
1391      mwolson@gnu.org--2005/muse--main--1.0--patch-4
1392      mwolson@gnu.org--2005/muse--main--1.0--patch-5
1393      mwolson@gnu.org--2005/muse--main--1.0--patch-6
1394      mwolson@gnu.org--2005/muse--main--1.0--patch-7
1395      mwolson@gnu.org--2005/muse--main--1.0--patch-8
1396      mwolson@gnu.org--2005/muse--main--1.0--patch-9
1397      mwolson@gnu.org--2005/muse--main--1.0--patch-10
1398      mwolson@gnu.org--2005/muse--main--1.0--patch-11
1399      mwolson@gnu.org--2005/muse--main--1.0--patch-12
1400      mwolson@gnu.org--2005/muse--main--1.0--patch-13
1401      mwolson@gnu.org--2005/muse--main--1.0--patch-14
1402      mwolson@gnu.org--2005/muse--main--1.0--patch-15
1403      mwolson@gnu.org--2005/muse--main--1.0--patch-16
1404      mwolson@gnu.org--2005/muse--main--1.0--patch-17
1405      mwolson@gnu.org--2005/muse--main--1.0--patch-18
1406      mwolson@gnu.org--2005/muse--main--1.0--patch-19
1407      mwolson@gnu.org--2005/muse--main--1.0--patch-20
1408      mwolson@gnu.org--2005/muse--main--1.0--patch-21
1409      mwolson@gnu.org--2005/muse--main--1.0--patch-22
1410      mwolson@gnu.org--2005/muse--main--1.0--patch-23
1411      mwolson@gnu.org--2005/muse--main--1.0--patch-24
1412      mwolson@gnu.org--2005/muse--main--1.0--patch-25
1413      mwolson@gnu.org--2005/muse--main--1.0--patch-26
1414      mwolson@gnu.org--2005/muse--main--1.0--patch-27
1415      mwolson@gnu.org--2005/muse--main--1.0--patch-28
1416      mwolson@gnu.org--2005/muse--main--1.0--patch-29
1417      mwolson@gnu.org--2005/muse--main--1.0--patch-30
1418      mwolson@gnu.org--2005/muse--main--1.0--patch-31
1419      mwolson@gnu.org--2005/muse--main--1.0--patch-32
1420      mwolson@gnu.org--2005/muse--main--1.0--patch-33
1421      mwolson@gnu.org--2005/muse--main--1.0--patch-34
1422      mwolson@gnu.org--2005/muse--main--1.0--patch-35
1423      mwolson@gnu.org--2005/muse--main--1.0--patch-36
1424      mwolson@gnu.org--2005/muse--main--1.0--patch-37
1425      mwolson@gnu.org--2005/muse--main--1.0--patch-38
1426      mwolson@gnu.org--2005/muse--main--1.0--patch-39
1427      mwolson@gnu.org--2005/muse--main--1.0--patch-40
1428      mwolson@gnu.org--2005/muse--main--1.0--patch-41
1429      mwolson@gnu.org--2005/muse--main--1.0--patch-42
1430      mwolson@gnu.org--2005/muse--main--1.0--patch-43
1431      mwolson@gnu.org--2005/muse--main--1.0--patch-44
1432      mwolson@gnu.org--2005/muse--main--1.0--patch-45
1433      mwolson@gnu.org--2005/muse--main--1.0--patch-46
1434      mwolson@gnu.org--2005/muse--main--1.0--patch-47
1435      mwolson@gnu.org--2005/muse--main--1.0--patch-48
1436      mwolson@gnu.org--2005/muse--main--1.0--patch-49
1437      mwolson@gnu.org--2005/muse--main--1.0--patch-50
1438      mwolson@gnu.org--2005/muse--main--1.0--patch-51
1439      mwolson@gnu.org--2005/muse--main--1.0--patch-52
1440      mwolson@gnu.org--2005/muse--main--1.0--patch-53
1441      mwolson@gnu.org--2005/muse--main--1.0--patch-54
1442      mwolson@gnu.org--2005/muse--main--1.0--patch-55
1443      mwolson@gnu.org--2005/muse--main--1.0--patch-56
1444      mwolson@gnu.org--2005/muse--main--1.0--patch-57
1445      mwolson@gnu.org--2005/muse--main--1.0--patch-58
1446      mwolson@gnu.org--2005/muse--main--1.0--patch-59
1447      mwolson@gnu.org--2005/muse--main--1.0--patch-60
1448      mwolson@gnu.org--2005/muse--main--1.0--patch-61
1449      mwolson@gnu.org--2005/muse--main--1.0--patch-62
1450      mwolson@gnu.org--2005/muse--main--1.0--patch-63
1451      mwolson@gnu.org--2005/muse--main--1.0--patch-64
1452      mwolson@gnu.org--2005/muse--main--1.0--patch-65
1453      mwolson@gnu.org--2005/muse--main--1.0--patch-66
1454      mwolson@gnu.org--2005/muse--main--1.0--patch-67
1455      mwolson@gnu.org--2005/muse--main--1.0--patch-68
1456      mwolson@gnu.org--2005/muse--main--1.0--patch-69
1457      mwolson@gnu.org--2005/muse--main--1.0--patch-70
1458      mwolson@gnu.org--2005/muse--main--1.0--patch-71
1459      mwolson@gnu.org--2005/muse--main--1.0--patch-72
1460      mwolson@gnu.org--2005/muse--main--1.0--patch-73
1461      mwolson@gnu.org--2005/muse--main--1.0--patch-74
1462      mwolson@gnu.org--2005/muse--main--1.0--patch-75
1463      mwolson@gnu.org--2005/muse--main--1.0--patch-76
1464      mwolson@gnu.org--2005/muse--main--1.0--patch-77
1465      mwolson@gnu.org--2005/muse--main--1.0--patch-78
1466      mwolson@gnu.org--2005/muse--main--1.0--patch-79
1467      mwolson@gnu.org--2005/muse--main--1.0--patch-80
1468      mwolson@gnu.org--2005/muse--main--1.0--patch-81
1469      mwolson@gnu.org--2005/muse--main--1.0--patch-82
1470      mwolson@gnu.org--2005/muse--main--1.0--patch-83
1471      mwolson@gnu.org--2005/muse--main--1.0--patch-84
1472      mwolson@gnu.org--2005/muse--main--1.0--patch-85
1473      mwolson@gnu.org--2005/muse--main--1.0--patch-86
1474      mwolson@gnu.org--2005/muse--main--1.0--patch-87
1475      mwolson@gnu.org--2005/muse--main--1.0--patch-88
1476      mwolson@gnu.org--2005/muse--main--1.0--patch-89
1477      mwolson@gnu.org--2005/muse--main--1.0--patch-90
1478      mwolson@gnu.org--2005/muse--main--1.0--patch-91
1479      mwolson@gnu.org--2005/muse--main--1.0--patch-92
1480      mwolson@gnu.org--2005/muse--main--1.0--patch-93
1481      mwolson@gnu.org--2005/muse--main--1.0--patch-94
1482      mwolson@gnu.org--2005/muse--main--1.0--patch-95
1483      mwolson@gnu.org--2005/muse--main--1.0--patch-96
1484      mwolson@gnu.org--2005/muse--main--1.0--patch-97
1485      mwolson@gnu.org--2005/muse--main--1.0--patch-98
1486      mwolson@gnu.org--2005/muse--main--1.0--patch-99
1487      mwolson@gnu.org--2005/muse--main--1.0--patch-100
1488      mwolson@gnu.org--2005/muse--main--1.0--patch-101
1489      mwolson@gnu.org--2005/muse--main--1.0--patch-102
1490      mwolson@gnu.org--2005/muse--main--1.0--patch-103
1491      mwolson@gnu.org--2005/muse--main--1.0--patch-104
1492      mwolson@gnu.org--2005/muse--main--1.0--patch-105
1493      mwolson@gnu.org--2005/muse--main--1.0--patch-106
1494      mwolson@gnu.org--2005/muse--main--1.0--patch-107
1495      mwolson@gnu.org--2005/muse--main--1.0--patch-108
1496      mwolson@gnu.org--2005/muse--main--1.0--patch-109
1497      mwolson@gnu.org--2005/muse--main--1.0--patch-110
1498      mwolson@gnu.org--2005/muse--main--1.0--patch-111
1499      mwolson@gnu.org--2005/muse--main--1.0--patch-112
1500      mwolson@gnu.org--2005/muse--main--1.0--patch-113
1501      mwolson@gnu.org--2005/muse--main--1.0--patch-114
1502      mwolson@gnu.org--2005/muse--main--1.0--patch-115
1503      mwolson@gnu.org--2005/muse--main--1.0--patch-116
1504      mwolson@gnu.org--2005/muse--main--1.0--patch-117
1505      mwolson@gnu.org--2005/muse--main--1.0--patch-118
1506      mwolson@gnu.org--2005/muse--main--1.0--patch-119
1507      mwolson@gnu.org--2005/muse--main--1.0--patch-120
1508      mwolson@gnu.org--2005/muse--main--1.0--patch-121
1509      mwolson@gnu.org--2005/muse--main--1.0--patch-122
1510      mwolson@gnu.org--2005/muse--main--1.0--patch-123
1511      mwolson@gnu.org--2005/muse--main--1.0--patch-124
1512      mwolson@gnu.org--2005/muse--main--1.0--patch-125
1513      mwolson@gnu.org--2005/muse--main--1.0--patch-126
1514      mwolson@gnu.org--2005/muse--main--1.0--patch-127
1515      mwolson@gnu.org--2005/muse--main--1.0--patch-128
1516      mwolson@gnu.org--2005/muse--main--1.0--patch-129
1517      mwolson@gnu.org--2005/muse--main--1.0--patch-130
1518      mwolson@gnu.org--2005/muse--main--1.0--patch-131
1519      mwolson@gnu.org--2005/muse--main--1.0--patch-132
1520      mwolson@gnu.org--2005/muse--main--1.0--patch-133
1521      mwolson@gnu.org--2005/muse--main--1.0--patch-134
1522      mwolson@gnu.org--2005/muse--main--1.0--patch-135
1523      mwolson@gnu.org--2005/muse--main--1.0--patch-136
1524      mwolson@gnu.org--2005/muse--main--1.0--patch-137
1525      mwolson@gnu.org--2005/muse--main--1.0--patch-138
1526      mwolson@gnu.org--2005/muse--main--1.0--patch-139
1527      mwolson@gnu.org--2005/muse--main--1.0--patch-140
1528      mwolson@gnu.org--2005/muse--main--1.0--patch-141
1529      mwolson@gnu.org--2005/muse--main--1.0--patch-142
1530      mwolson@gnu.org--2005/muse--main--1.0--patch-143
1531      mwolson@gnu.org--2005/muse--main--1.0--patch-144
1532      mwolson@gnu.org--2005/muse--main--1.0--patch-145
1533      mwolson@gnu.org--2005/muse--main--1.0--patch-146
1534      mwolson@gnu.org--2005/muse--main--1.0--patch-147
1535      mwolson@gnu.org--2005/muse--main--1.0--patch-148
1536      mwolson@gnu.org--2005/muse--main--1.0--patch-149
1537      mwolson@gnu.org--2005/muse--main--1.0--patch-150
1538      mwolson@gnu.org--2005/muse--main--1.0--patch-151
1539      mwolson@gnu.org--2005/muse--main--1.0--patch-152
1540      mwolson@gnu.org--2005/muse--main--1.0--patch-153
1541      mwolson@gnu.org--2005/muse--main--1.0--patch-154
1542      mwolson@gnu.org--2005/muse--main--1.0--patch-155
1543      mwolson@gnu.org--2005/muse--main--1.0--patch-156
1544      mwolson@gnu.org--2005/muse--main--1.0--patch-157
1545      mwolson@gnu.org--2005/muse--main--1.0--patch-158
1546      mwolson@gnu.org--2005/muse--main--1.0--patch-159
1547      mwolson@gnu.org--2005/muse--main--1.0--patch-160
1548      mwolson@gnu.org--2005/muse--main--1.0--patch-161
1549      mwolson@gnu.org--2005/muse--main--1.0--patch-162
1550      mwolson@gnu.org--2005/muse--main--1.0--patch-163
1551      mwolson@gnu.org--2005/muse--main--1.0--patch-164
1552      mwolson@gnu.org--2005/muse--main--1.0--patch-165
1553      mwolson@gnu.org--2005/muse--main--1.0--patch-166
1554      mwolson@gnu.org--2005/muse--main--1.0--patch-167
1555      mwolson@gnu.org--2005/muse--main--1.0--patch-168
1556      mwolson@gnu.org--2005/muse--main--1.0--patch-169
1557      mwolson@gnu.org--2005/muse--main--1.0--patch-170
1558      mwolson@gnu.org--2005/muse--main--1.0--patch-171
1559      mwolson@gnu.org--2005/muse--main--1.0--patch-172
1560      mwolson@gnu.org--2005/muse--main--1.0--patch-173
1561      mwolson@gnu.org--2005/muse--main--1.0--patch-174
1562      mwolson@gnu.org--2005/muse--main--1.0--patch-175
1563      mwolson@gnu.org--2005/muse--main--1.0--patch-176
1564      mwolson@gnu.org--2005/muse--main--1.0--patch-177
1565      mwolson@gnu.org--2005/muse--main--1.0--patch-178
1566      mwolson@gnu.org--2005/muse--main--1.0--patch-179
1567      mwolson@gnu.org--2005/muse--main--1.0--patch-180
1568      mwolson@gnu.org--2005/muse--main--1.0--patch-181
1569      mwolson@gnu.org--2005/muse--main--1.0--patch-182
1570      mwolson@gnu.org--2005/muse--main--1.0--patch-183
1571      mwolson@gnu.org--2005/muse--main--1.0--patch-184
1572      mwolson@gnu.org--2005/muse--main--1.0--patch-185
1573      mwolson@gnu.org--2005/muse--main--1.0--patch-186
1574      mwolson@gnu.org--2005/muse--main--1.0--patch-187
1575      mwolson@gnu.org--2005/muse--main--1.0--patch-188
1576      mwolson@gnu.org--2005/muse--main--1.0--patch-189
1577      mwolson@gnu.org--2005/muse--main--1.0--patch-190
1578      mwolson@gnu.org--2005/muse--main--1.0--patch-191
1579      mwolson@gnu.org--2005/muse--main--1.0--patch-192
1580      mwolson@gnu.org--2005/muse--main--1.0--patch-193
1581      mwolson@gnu.org--2005/muse--main--1.0--patch-194
1582      mwolson@gnu.org--2005/muse--main--1.0--patch-195
1583      mwolson@gnu.org--2005/muse--main--1.0--patch-196
1584      mwolson@gnu.org--2005/muse--main--1.0--patch-197
1585      mwolson@gnu.org--2005/muse--main--1.0--patch-198
1586      mwolson@gnu.org--2005/muse--main--1.0--patch-199
1587      mwolson@gnu.org--2005/muse--main--1.0--patch-200
1588      mwolson@gnu.org--2005/muse--main--1.0--patch-201
1589      mwolson@gnu.org--2005/muse--main--1.0--patch-202
1590      mwolson@gnu.org--2005/muse--main--1.0--patch-203
1591      mwolson@gnu.org--2005/muse--main--1.0--patch-204
1592      mwolson@gnu.org--2005/muse--main--1.0--patch-205
1593      mwolson@gnu.org--2005/muse--main--1.0--patch-206
1594      mwolson@gnu.org--2005/muse--main--1.0--patch-207
1595      mwolson@gnu.org--2005/muse--main--1.0--patch-208
1596      mwolson@gnu.org--2005/muse--main--1.0--patch-209
1597      mwolson@gnu.org--2005/muse--main--1.0--patch-210
1598      mwolson@gnu.org--2005/muse--main--1.0--patch-211
1599      mwolson@gnu.org--2005/muse--main--1.0--patch-212
1600      mwolson@gnu.org--2005/muse--main--1.0--patch-213
1601      mwolson@gnu.org--2005/muse--main--1.0--patch-214
1602      mwolson@gnu.org--2005/muse--main--1.0--patch-215
1603      mwolson@gnu.org--2005/muse--main--1.0--patch-216
1604      mwolson@gnu.org--2005/muse--main--1.0--patch-217
1605      mwolson@gnu.org--2005/muse--main--1.0--patch-218
1606      mwolson@gnu.org--2005/muse--main--1.0--patch-219
1607      mwolson@gnu.org--2005/muse--main--1.0--patch-220
1608      mwolson@gnu.org--2005/muse--main--1.0--patch-221
1609      mwolson@gnu.org--2005/muse--main--1.0--patch-222
1610      mwolson@gnu.org--2005/muse--main--1.0--patch-223
1611      mwolson@gnu.org--2005/muse--main--1.0--patch-224
1612      mwolson@gnu.org--2005/muse--main--1.0--patch-225
1613      mwolson@gnu.org--2005/muse--main--1.0--patch-226
1614      mwolson@gnu.org--2005/muse--main--1.0--patch-227
1615      mwolson@gnu.org--2005/muse--main--1.0--patch-228
1616      mwolson@gnu.org--2005/muse--main--1.0--patch-229
1617      mwolson@gnu.org--2005/muse--main--1.0--patch-230
1618      mwolson@gnu.org--2005/muse--main--1.0--patch-231
1619      mwolson@gnu.org--2005/muse--main--1.0--patch-232
1620      mwolson@gnu.org--2005/muse--main--1.0--patch-233
1621      mwolson@gnu.org--2005/muse--main--1.0--patch-234
1622      mwolson@gnu.org--2005/muse--main--1.0--patch-235
1623      mwolson@gnu.org--2005/muse--main--1.0--patch-236
1624      mwolson@gnu.org--2005/muse--main--1.0--patch-237
1625      mwolson@gnu.org--2005/muse--main--1.0--patch-238
1626      mwolson@gnu.org--2005/muse--main--1.0--patch-239
1627      mwolson@gnu.org--2005/muse--main--1.0--patch-240
1628      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
1629      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
1630      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
1631      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
1632      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
1633      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
1634      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
1635      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
1636      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
1637      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
1638      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
1639      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
1640      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8