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