Change mailing address of FSF, add AUTHORS file.
[muse-el.git] / ChangeLog
blob4150db1c1fa03b723ec94411b4e180301d18a182
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2005/muse--main--1.0
5 2005-06-12 22:11:20 GMT Michael Olson <mwolson@gnu.org> patch-51
7     Summary:
8       Change mailing address of FSF, add AUTHORS file.
9     Revision:
10       muse--main--1.0--patch-51
12     * muse-*.el, muse.texi: Change mailing address of FSF.
13     
14     * muse.texi (Contributors): Fix typo.
15     
16     * AUTHORS: New file containing a list of all of those who have
17       contributed code or documentation to Muse, how many lines were changed,
18       etc.
20     new files:
21      .arch-ids/AUTHORS.id AUTHORS
23     modified files:
24      ChangeLog muse-blosxom.el muse-convert.el muse-docbook.el
25      muse-html.el muse-http.el muse-journal.el muse-latex.el
26      muse-message.el muse-mode.el muse-poem.el muse-project.el
27      muse-publish.el muse-regexps.el muse-texinfo.el muse.el
28      muse.texi
31 2005-06-12 21:33:24 GMT Michael Olson <mwolson@gnu.org> patch-50
33     Summary:
34       Merged from hodique@lifl.fr--2005 (patch 0-1)
35     Revision:
36       muse--main--1.0--patch-50
38     Patches applied:
39     
40      * hodique@lifl.fr--2005/muse--yh--1.0--base-0
41        tag of mwolson@gnu.org--2005/muse--main--1.0--patch-49
42     
43      * hodique@lifl.fr--2005/muse--yh--1.0--patch-1
44        fix .html (for example) in visible names for links
46     modified files:
47      ChangeLog muse-publish.el
49     new patches:
50      hodique@lifl.fr--2005/muse--yh--1.0--base-0
51      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
54 2005-06-11 23:35:43 GMT Michael Olson <mwolson@gnu.org> patch-49
56     Summary:
57       Make generated X(HT)ML show up in the right encoding in other modes.
58     Revision:
59       muse--main--1.0--patch-49
61     * muse-html.el (muse-xhtml-header): Add "encoding=..." to first line.
62       Thanks to Zhiqiang Ye for the suggestion.  This attempts to make
63       generated (X)HTML files show up in the right coding system when editing
64       them with another Emacs mode.
65     
66     * muse-journal.el (muse-journal-rss-header): Automatically determine the
67       encoding instead of hard-coding it.
68     
69     * muse-message.el: Add content to Commentary section, explaining the use
70       of this publishing style.
72     modified files:
73      ChangeLog muse-html.el muse-journal.el muse-message.el
76 2005-06-11 01:28:01 GMT Michael Olson <mwolson@gnu.org> patch-48
78     Summary:
79       Move regexps to same group, only make 4 heading faces.
80     Revision:
81       muse--main--1.0--patch-48
83     * muse-colors.el (muse-make-faces): Only create 4 header faces since we
84       can only publish 3 of them specially, leaving the fourth to be in
85       plain text.
86       (muse-colors-markup): Only recognize 4 levels of heading.
87     
88     * muse-regexps.el (muse-tag-regexp, muse-link-regexp, muse-url-regexp)
89       (muse-file-regexp, muse-image-regexp)
90       (muse-ignored-extensions-regexp): Moved here from muse.el.  It seems
91       like a good idea to have all the regexps in the same group.
93     modified files:
94      ChangeLog muse-colors.el muse-regexps.el muse.el
97 2005-06-09 19:48:02 GMT Michael Olson <mwolson@gnu.org> patch-47
99     Summary:
100       Update my example config, minor code cleanup.
101     Revision:
102       muse--main--1.0--patch-47
104     * examples/mwolson/muse-init.el (muse-project-alist): Shorten project
105       names and add "Plans" project.
106     
107     * muse-docbook.el (looking-back): Delete.
108     
109     * muse-html.el (looking-back): Delete.
110     
111     * muse-html.el (muse-html-markup-paragraph): Use `muse-looking-back'
112       instead of `looking-back'.
113     
114     * muse.el (muse-looking-back): Instead of redefining the `looking-back'
115       function, use this function.  If `looking-back' exists, call it;
116       otherwise, use a workaround.
118     removed files:
119      contrib/.arch-ids/pcomplete.el.id contrib/pcomplete.el
121     modified files:
122      ChangeLog examples/mwolson/muse-init.el muse-docbook.el
123      muse-html.el muse.el
126 2005-05-30 22:15:13 GMT Michael Olson <mwolson@gnu.org> patch-46
128     Summary:
129       Handle a few paragraph publishing edge cases better.
130     Revision:
131       muse--main--1.0--patch-46
133     * muse-docbook.el (muse-docbook-markup-regexps): Consolidate the
134       beginning-of-document, end-of-document, and paragraph separator regexps
135       so that one markup rule can be used in all these cases.
136       (muse-docbook-markup-paragraph): Handle more cases correctly.  In
137       particular, blockquote or center at beginning or end of document will
138       be published properly.  Hopefully this won't slow things down too much.
139       (muse-docbook-markup-paragraph-close): Removed.
140     
141     * muse-blosxom.el (muse-blosxom-markup-regexps): Ditto.
142     
143     * muse-html.el (muse-html-markup-regexps, muse-html-markup-paragraph):
144       Ditto.
145       (muse-html-markup-paragraph-close): Removed.
147     modified files:
148      ChangeLog muse-blosxom.el muse-docbook.el muse-html.el
151 2005-05-28 23:37:11 GMT Michael Olson <mwolson@gnu.org> patch-45
153     Summary:
154       Improve prompt when reading a tag.
155     Revision:
156       muse--main--1.0--patch-45
158     * muse-mode.el (muse-insert-tag): Add a colon after "default" like some
159       other Emacs modes seem to do.
161     modified files:
162      ChangeLog muse-mode.el
165 2005-05-28 23:34:50 GMT Michael Olson <mwolson@gnu.org> patch-44
167     Summary:
168       Warn user when publishing fails due to a private directory.
169     Revision:
170       muse--main--1.0--patch-44
172     * muse-project.el (muse-project-private-p): Warn users when publishing a
173       file fails due to its directory not being readable by others.  Make
174       sure that you do a `chmod +o name_of_directory' if you want the
175       contents of that directory to be publishable.
177     modified files:
178      ChangeLog muse-project.el
181 2005-05-28 23:21:39 GMT Michael Olson <mwolson@gnu.org> patch-43
183     Summary:
184       Fix error with example tags and message publishing style.
185     Revision:
186       muse--main--1.0--patch-43
188     * muse-colors.el: Don't define `font-lock-mode' as a variable.  Check to
189       see if a previous definition for `font-lock-multiline' exists.
190     
191     * muse-message.el (muse-message-example-tag): Don't require two
192       additional (unused) arguments.
194     modified files:
195      ChangeLog muse-colors.el muse-message.el
198 2005-05-22 05:58:40 GMT Michael Olson <mwolson@gnu.org> patch-42
200     Summary:
201       Always end the published document with a newline.
202     Revision:
203       muse--main--1.0--patch-42
205     * muse-html.el (muse-html-markup-paragraph-close): Always end the
206       published document with a newline.
207     
208     * muse-docbook.el (muse-docbook-markup-paragraph-close): Ditto.
210     modified files:
211      ChangeLog muse-docbook.el muse-html.el
214 2005-05-22 01:26:13 GMT Michael Olson <mwolson@gnu.org> patch-41
216     Summary:
217       Don't let automatic backup files crash the publishing process.
218     Revision:
219       muse--main--1.0--patch-41
221     * muse-blosxom.el (muse-blosxom-markup-regexps): Remove rule for date
222       directive since this value is already processed by
223       `muse-publish-markup-directive', and may be obtained by using
224       the code: (muse-publishing-directive "date").
225     
226     * muse-colors.el (muse-colors-region): Make sure that we don't ever try
227       to run (funcall nil); this happened once during a debugging process.
228     
229     * muse-project.el (muse-project-private-p): Skip any file for which we
230       cannot fetch attributes.  This fixes a bug where having an
231       Emacs-generated automatic backup file in a publishing directory causes
232       the publishing process to halt with an error.
234     modified files:
235      ChangeLog muse-blosxom.el muse-colors.el muse-project.el
238 2005-05-20 20:44:46 GMT Michael Olson <mwolson@gnu.org> patch-40
240     Summary:
241       Apply fix in previous patch to the DocBook publishing style.
242     Revision:
243       muse--main--1.0--patch-40
245     * muse-docbook.el (muse-docbook-markup-paragraph-close): Apply fix from
246       previous patch here as well.
247     
249     modified files:
250      ChangeLog muse-docbook.el
253 2005-05-20 20:28:32 GMT Michael Olson <mwolson@gnu.org> patch-39
255     Summary:
256       Fix newly-introduced lock-up during HTML publishing.
257     Revision:
258       muse--main--1.0--patch-39
260     * muse-blosxom.el (muse-blosxom-markup-regexps): Give date directive and
261       planner rules higher priority in the publishing sequence.  Hopefully
262       this will not wreck anything; I don't use these rules, so I cannot
263       tell.  This wasn't a real bugfix, just an aesthetic code thing for me.
264     
265     * muse-html.el (muse-html-markup-paragraph-close): Don't use
266       replace-match; that seems to be slightly evil.  Return nil instead of a
267       newline since otherwise Muse thinks that we are not done yet and gets
268       into an infinite loop.  This should fix the lock-up problem that
269       resulted from the previous few patches.
271     modified files:
272      ChangeLog muse-blosxom.el muse-html.el
275 2005-05-19 23:44:16 GMT Michael Olson <mwolson@gnu.org> patch-38
277     Summary:
278       Parenthesis goofup.
279     Revision:
280       muse--main--1.0--patch-38
282     * muse-blosxom.el (muse-blosxom-markup-regexps): Remove stray parenthesis.
283     
285     modified files:
286      ChangeLog muse-blosxom.el
289 2005-05-19 23:41:54 GMT Michael Olson <mwolson@gnu.org> patch-37
291     Summary:
292       Make docbook and blosxom modes close paragraphs properly at end.
293     Revision:
294       muse--main--1.0--patch-37
296     * muse-blosxom.el (muse-blosxom-markup-regexps): Use new rule from last
297       patch.
298     
299     * muse-docbook.el (muse-docbook-markup-regexps): Ditto.
300       (muse-docbook-markup-paragraph-close): Adapt from
301       `muse-html-markup-paragraph-close'.
302     
303     * muse-html.el (muse-html-markup-paragraph-close): Add newline so that we
304       preserve the same appearance as before the last patch.
306     modified files:
307      ChangeLog muse-blosxom.el muse-docbook.el muse-html.el
310 2005-05-19 23:26:50 GMT Michael Olson <mwolson@gnu.org> patch-36
312     Summary:
313       Bugfix: Close P tag properly at end of file.
314     Revision:
315       muse--main--1.0--patch-36
317     * muse-blosxom.el: Fix bug where loading this file twice would cause an
318       error.
319     
320     * muse-html.el (muse-html-markup-regexps): Use simpler mechanism for
321       detecting whether or not a paragraph needs a closing P tag.
322       (muse-html-markup-paragraph-close): New function that only inserts a
323       closing P tag when an unclosed P tag is nearby.
325     modified files:
326      ChangeLog muse-blosxom.el muse-html.el
329 2005-05-18 06:07:02 GMT Michael Olson <mwolson@gnu.org> patch-35
331     Summary:
332       Update my example settings.
333     Revision:
334       muse--main--1.0--patch-35
336     * examples/mwolson/muse-init.el: Synchronize with my current settings.
338     modified files:
339      ChangeLog examples/mwolson/muse-init.el
342 2005-05-18 06:03:07 GMT Michael Olson <mwolson@gnu.org> patch-34
344     Summary:
345       Update documentation for C-c TAB feature.
346     Revision:
347       muse--main--1.0--patch-34
349     * muse.texi (Keystroke Summary): Note that C-c TAB calls
350       `muse-insert-tag'.
351     
353     modified files:
354      ChangeLog muse.texi
357 2005-05-18 06:00:27 GMT Michael Olson <mwolson@gnu.org> patch-33
359     Summary:
360       New feature: tag completion with C-c TAB.
361     Revision:
362       muse--main--1.0--patch-33
364     * muse-mode.el (muse-mode-map): Map C-c TAB to `muse-insert-tag'.
365       (muse-tag-history, muse-custom-tags): New variables that keep track of
366       the tag history and newly-entered tags respectively for
367       `muse-insert-tag'.
368       (muse-insert-tag): New function that interactively prompts the user for
369       a tag to use.
371     modified files:
372      ChangeLog muse-mode.el
375 2005-05-18 05:49:07 GMT Michael Olson <mwolson@gnu.org> patch-32
377     Summary:
378       Fix XHTML validation error with <hr> and <br>.
379     Revision:
380       muse--main--1.0--patch-32
382     * muse-html.el (muse-xhtml-markup-strings): Use the proper form of the BR
383       and HR tags for XHTML publishing.  This should fix a few validation
384       errors that I've been noticing lately.
386     modified files:
387      ChangeLog muse-html.el
390 2005-05-12 22:46:10 GMT Michael Olson <mwolson@gnu.org> patch-31
392     Summary:
393       Remove flyspell overlays on links.
394     Revision:
395       muse--main--1.0--patch-31
397     * muse-colors.el (muse-colors-link): Remove flyspell overlays.  This
398       should make the link clickable.  On Emacs21, the color will stay red,
399       but other Emacsen should do the right thing, which is use the normal
400       link color.  Hopefully this will fix some strange flyspell-related link
401       problems.
403     modified files:
404      ChangeLog muse-colors.el
407 2005-05-06 03:30:05 GMT Michael Olson <mwolson@gnu.org> patch-30
409     Summary:
410       Update my example Muse settings.
411     Revision:
412       muse--main--1.0--patch-30
414     * examples/mwolson/muse-init.el: Update from my latest version.
415       (muse-project-alist): Remove the francais part of my blog.
416       (my-muse-mode-flyspell-p): Split old `my-muse-mode-affect-p' function
417       into this and `my-muse-mode-fill-nobreak-p'.
418       (muse-mode-hook): Tell fill mode to avoid breaking links; hopefully
419       this is the best way to accomplish this.
420       (my-muse-blosxom-title-to-file): Replace more non-alphanumeric
421       characters in the title.
422       (my-muse-prepare-entry-for-xanga): Treat example regions better.
424     modified files:
425      ChangeLog examples/mwolson/muse-init.el
428 2005-04-21 18:25:28 GMT Michael Olson <mwolson@gnu.org> patch-29
430     Summary:
431       Add simple `muse-version' function.
432     Revision:
433       muse--main--1.0--patch-29
435     * muse.el (muse-version): New function that displays the value of the
436       `muse-version' variable.  This should be easier for the user to type
437       than C-h v muse-version.
439     modified files:
440      ChangeLog muse.el
443 2005-04-21 18:19:02 GMT Michael Olson <mwolson@gnu.org> patch-28
445     Summary:
446       Don't compile documentation by default.
447     Revision:
448       muse--main--1.0--patch-28
450     * Makefile (all): Don't compile documentation by default.
451       (doc): Use this rule to compile documentation.
453     modified files:
454      ChangeLog Makefile
457 2005-04-16 18:08:24 GMT Michael Olson <mwolson@gnu.org> patch-27
459     Summary:
460       Merge RSS 2.0 enclosure support for muse-journal.el from johnw
461     Revision:
462       muse--main--1.0--patch-27
464     2005-04-16  Michael Olson  <mwolson@gnu.org>
465     
466         * muse-journal.el: Merge in enclosure support for RSS 2.0 from
467         johnw. If a journal entry's title is a [[link]], then an
468         <enclosure> tag will be added to the XML data giving the size and
469         MIME type of the link target.  This makes podcasting with Muse
470         trivial.
471         (muse-journal-rss-entry-template): Add enclosure usage to example.
472         (muse-journal-rss-munge-buffer): Implement enclosures.
474     modified files:
475      ChangeLog muse-journal.el
478 2005-04-15 05:54:30 GMT Michael Olson <mwolson@gnu.org> patch-26
480     Summary:
481       Standardize source headers, appease elint, don't require planner
482     Revision:
483       muse--main--1.0--patch-26
485     2005-04-15  Michael Olson  <mwolson@gnu.org>
486     
487         * Makefile, scripts/muse-build.el: Moved muse-build.el to the
488         `scripts' directory since it really isn't part of Muse proper; it
489         is used to generate Muse output from the command line.
490     
491         * muse-blosxom.el: Handle case where planner is not loaded so that
492         it isn't a hard requirement.
493     
494         * muse-colors.el: Move definition of `muse-colors-tag-info' up so
495         that elint doesn't complain.
496     
497         * muse-message.el (muse-message-markup-link): Don't throw up on
498         links with no description.
499     
500         * muse-blosxom.el, muse-book.el, muse-colors.el, muse-convert.el,
501         muse-docbook.el, muse-html.el, muse-http.el, muse-journal.el,
502         muse-latex.el, muse-message.el, muse-mode.el, muse-poem.el,
503         muse-project.el, muse-publish.el, muse-regexps.el,
504         muse-texinfo.el, muse.el: Add standard header for each file in
505         preparation for the initial release, which will hopefully happen
506         sometime within the next month.
507     
509     removed files:
510      experimental/.arch-ids/=id
512     modified files:
513      ChangeLog Makefile muse-blosxom.el muse-book.el muse-colors.el
514      muse-convert.el muse-docbook.el muse-html.el muse-http.el
515      muse-journal.el muse-latex.el muse-message.el muse-mode.el
516      muse-poem.el muse-project.el muse-publish.el muse-regexps.el
517      muse-texinfo.el muse.el
519     renamed files:
520      .arch-ids/muse-build.el.id
521        ==> scripts/.arch-ids/muse-build.el.id
522      muse-build.el
523        ==> scripts/muse-build.el
525     removed directories:
526      experimental experimental/.arch-ids
529 2005-04-14 23:46:47 GMT Michael Olson <mwolson@gnu.org> patch-25
531     Summary:
532       Merge contents of muse-latexcjk.el into muse-latex.el.
533     Revision:
534       muse--main--1.0--patch-25
536     2005-04-14  Michael Olson  <mwolson@gnu.org>
537     
538         * muse-latex.el (muse-latexcjk-header, muse-latexcjk-footer)
539         (muse-latexcjk-encoding-map, muse-latexcjk-encoding-default)
540         (muse-latexcjk-encoding, muse-latexcjk-transform-content-type):
541         Merge in from muse-latexcjk.el.
542     
543         * muse-latexcjk.el: Removed, functionality merged with
544         muse-latex.el
546     removed files:
547      .arch-ids/muse-latexcjk.el.id muse-latexcjk.el
549     modified files:
550      ChangeLog muse-latex.el
553 2005-04-06 23:25:47 GMT Michael Olson <mwolson@gnu.org> patch-24
555     Summary:
556       Merge muse-xhtml.el into muse-html.el.
557     Revision:
558       muse--main--1.0--patch-24
560     2005-04-06  Michael Olson  <mwolson@gnu.org>
561     
562         * examples/mwolson/muse-init.el: Update with respect to the
563         muse-xhtml.el merge.
564     
565         * muse-html.el: The contents of muse-xhtml.el have been merged in
566         as advised by John Wiegley.
567         (muse-html-style-sheet): Add example for XHTML use in the
568         function's documentation.
569         (muse-xhtml-header, muse-xhtml-footer, muse-xhtml-markup-tags):
570         Moved from muse-xhtml.el.
571     
572         * muse-xhtml.el: Removed; contents merged into muse-html.el.
574     removed files:
575      .arch-ids/muse-xhtml.el.id muse-xhtml.el
577     modified files:
578      ChangeLog examples/mwolson/muse-init.el muse-html.el
581 2005-04-06 03:18:55 GMT Michael Olson <mwolson@gnu.org> patch-23
583     Summary:
584       Try to fix regexps for Emacs 21.4.
585     Revision:
586       muse--main--1.0--patch-23
588     2005-04-05  Michael Olson  <mwolson@gnu.org>
589     
590         * muse-regexps.el (muse-extreg-usable-p): Try to make regexps work
591         for Emacs 21.4.
593     modified files:
594      ChangeLog muse-regexps.el
597 2005-04-01 17:59:47 GMT Michael Olson <mwolson@gnu.org> patch-22
599     Summary:
600       Add comments to the publish-project example script
601     Revision:
602       muse--main--1.0--patch-22
604     2005-04-01  Michael Olson  <mwolson@gnu.org>
605     
606         * examples/publish-project: Moved here from
607         scripts/publish-project.  Added a few comments so people know what
608         it is used for.
610     modified files:
611      ChangeLog examples/publish-project
613     renamed files:
614      scripts/.arch-ids/publish-project.id
615        ==> examples/.arch-ids/publish-project.id
616      scripts/publish-project
617        ==> examples/publish-project
620 2005-04-01 02:27:08 GMT Michael Olson <mwolson@gnu.org> patch-21
622     Summary:
623       New XHTML style, add more examples to my sample muse config
624     Revision:
625       muse--main--1.0--patch-21
627     2005-03-31  Michael Olson  <mwolson@gnu.org>
628     
629         * examples/mwolson/muse-init.el: Give an example of deriving a
630         custom publishing style.
631         (my-muse-blosxom-finalize): Finalizes the "my-blosxom" style.
632         (my-muse-prepare-entry-for-xanga): Mangle the published output
633         from a blosxom project and copy the result to the clipboard for
634         easy pasting into Xanga's web form.  The file is untouched.
635     
636         * muse-html.el (muse-html-style-sheet): Include the <style
637         type="text/css"></style> wrapper around the example.
638         (muse-html-header): Don't add <style type="text/css"></style>
639         around the value of `muse-html-style-sheet' anymore.  This allows
640         for the option of putting your stylesheet(s) in a separate file.
641         An example of this is given in the documentation for this
642         variable.
643     
644         * muse-xhtml: New file that implements a publishing style which is
645         derived from HTML mode.  It uses a slightly modified version of
646         the HTML markup rules to generate XHTML-compliant output.
647     
648         * muse-blosxom.el: Add new "blosxom-xhtml" style.  The old
649         "blosxom" style has been renamed to "blosxom-html".  Fix a few
650         header gaffes.
651     
652         * muse-journal.el: Add new "journal-xhtml" style.
653     
654         * muse-message.el: Add new "message-xhtml" style.
656     new files:
657      .arch-ids/muse-xhtml.el.id muse-xhtml.el
659     modified files:
660      ChangeLog examples/mwolson/muse-init.el muse-blosxom.el
661      muse-html.el muse-journal.el muse-message.el
664 2005-03-25 03:55:13 GMT Michael Olson <mwolson@gnu.org> patch-20
666     Summary:
667       Add my muse configuration to the examples
668     Revision:
669       muse--main--1.0--patch-20
671     2005-03-24  Michael Olson  <mwolson@gnu.org>
672     
673         * examples/johnw: Move John Wiegley's configuration to this
674         directory.
675     
676         * examples/mwolson: My configuration files go here.
677     
678         * examples/mwolson/muse-init.el: My Muse configuration file.  I
679         just figured out how to keep links from being spell-checked or
680         split up by fill-mode, so the implementation of this may be found
681         here.  I also made a function that sets up a blog entry for me.
683     new files:
684      examples/johnw/.arch-ids/=id examples/mwolson/.arch-ids/=id
685      examples/mwolson/.arch-ids/muse-init.el.id
686      examples/mwolson/muse-init.el
688     modified files:
689      ChangeLog
691     renamed files:
692      examples/.arch-ids/muse-johnw.el.id
693        ==> examples/johnw/.arch-ids/muse-johnw.el.id
694      examples/.arch-ids/publish-johnw.id
695        ==> examples/johnw/.arch-ids/publish-johnw.id
696      examples/muse-johnw.el
697        ==> examples/johnw/muse-johnw.el
698      examples/publish-johnw
699        ==> examples/johnw/publish-johnw
701     new directories:
702      examples/johnw examples/johnw/.arch-ids examples/mwolson
703      examples/mwolson/.arch-ids
706 2005-03-24 22:57:10 GMT Michael Olson <mwolson@gnu.org> patch-19
708     Summary:
709       Add muse-blosxom script and plugin for pyblosxom
710     Revision:
711       muse--main--1.0--patch-19
713     2005-03-24  Michael Olson  <mwolson@gnu.org>
714     
715         * muse-blosxom.el: Update copyright notice in headers and mention
716         the pyblosxom scripts.
717     
718         * contrib/pyblosxom: New directory containing pyblosxom plugins
719         and helper scripts.
720     
721         * contrib/getstamps.py: Script that generates the "timestamps"
722         file, run on the local machine.
723     
724         * contrib/hardcodedates.py: PyBlosxom plugin that interprets the
725         timestamps file.
727     new files:
728      contrib/pyblosxom/.arch-ids/=id
729      contrib/pyblosxom/.arch-ids/getstamps.py.id
730      contrib/pyblosxom/.arch-ids/hardcodedates.py.id
731      contrib/pyblosxom/getstamps.py
732      contrib/pyblosxom/hardcodedates.py
734     modified files:
735      ChangeLog muse-blosxom.el
737     new directories:
738      contrib/pyblosxom contrib/pyblosxom/.arch-ids
741 2005-03-23 19:05:09 GMT Michael Olson <mwolson@gnu.org> patch-18
743     Summary:
744       muse-blosxom.el has matured past experimental status
745     Revision:
746       muse--main--1.0--patch-18
748     2005-03-23  Michael Olson  <mwolson@gnu.org>
749     
750         * muse-blosxom.el: Remove common functionality that has already
751         been implemented in `muse-html.el'.  Derive this mode from
752         `muse-html'.  Update documentation.  I now feel that this file is
753         ready to be included in the top-level Muse directory.
755     modified files:
756      ChangeLog muse-blosxom.el
758     renamed files:
759      experimental/.arch-ids/muse-blosxom.el.id
760        ==> .arch-ids/muse-blosxom.el.id
761      experimental/muse-blosxom.el
762        ==> muse-blosxom.el
765 2005-03-22 05:28:01 GMT Michael Olson <mwolson@gnu.org> patch-17
767     Summary:
768       Make muse-blosxom.el slightly less experimental
769     Revision:
770       muse--main--1.0--patch-17
772     2005-03-22  Michael Olson  <mwolson@gnu.org>
773     
774         * experimental/muse-blosxom.el (muse-blosxom-page-date-alist):
775         Renamed from `blosxom-page-date-alist'.  Currently it does nothing
776         useful.
777         (muse-blosxom-markup-regexps): Remove unnecessary first grouping
778         from the `muse-blosxom-markup-date-directive' rule.
779         (blosxom-set-time): Remove this function.  We're not going to be
780         touching the timestamp manually anymore -- it's too much of a
781         hassle.  Right now I've got a python program that compiles a
782         timestamp file and a pyblosxom helper that reads it.  Something
783         similar could be arranged for blosxom, I'm sure.
784     
786     modified files:
787      ChangeLog experimental/muse-blosxom.el
790 2005-03-20 19:40:10 GMT Michael Olson <mwolson@gnu.org> patch-16
792     Summary:
793       Apply latest journal-related updates from johnw
794     Revision:
795       muse--main--1.0--patch-16
798     modified files:
799      ChangeLog examples/muse-johnw.el muse-journal.el
802 2005-03-01 02:58:29 GMT Michael Olson <mwolson@gnu.org> patch-15
804     Summary:
805       Add Projects node to the manual
806     Revision:
807       muse--main--1.0--patch-15
809     2005-02-28  Michael Olson  <mwolson@gnu.org>
810     
811         * muse.texi: Change copyright notice since the FSF is now the
812         copyright holder.
813         (Projects): New node, based on a section from the README file.
815     modified files:
816      ChangeLog muse.texi
819 2005-03-01 02:25:15 GMT Michael Olson <mwolson@gnu.org> patch-14
821     Summary:
822       Correct documentation, adding some content.
823     Revision:
824       muse--main--1.0--patch-14
826     2005-02-28  Michael Olson  <mwolson@gnu.org>
827     
828         * muse.texi: Change license terms of the documentation to the GNU
829         GPL instead of the GNU FDL, as per the consent of the copyright
830         holders of the emacs-wiki manual, from which this is based.  Some
831         emacs-wiki-isms in the manual were corrected, and the Getting
832         Started section was updated.
834     modified files:
835      ChangeLog muse.texi
838 2005-02-17 19:08:19 GMT Michael Olson <mwolson@gnu.org> patch-13
840     Summary:
841       Make muse-blosxom.el a bit more sane, still need to bum it down a bit
842     Revision:
843       muse--main--1.0--patch-13
845     2005-02-17  Michael Olson  <mwolson@gnu.org>
846     
847         * experimental/muse-blosxom.el: Somehow the contents of this file
848         managed to get duplicated.  I removed the duplicates.
849         (muse-blosxom-date): Remove this, since it is not useful.
850         (muse-blosxom-header): Use the standard header that blosxom.el
851         has.
853     modified files:
854      ChangeLog experimental/muse-blosxom.el
857 2005-02-08 04:20:41 GMT Michael Olson <mwolson@gnu.org> patch-12
859     Summary:
860       Initial commit of muse.texi, nothing substantial
861     Revision:
862       muse--main--1.0--patch-12
864     2005-02-07  Michael Olson  <mwolson@gnu.org>
865     
866         * muse.texi: New file that provides the documentation for Muse.
867         It is in a very rough form at the moment.  Nothing substantial may
868         be found here yet.  Be ye warned.
870     new files:
871      .arch-ids/muse.texi.id muse.texi
873     modified files:
874      ChangeLog
877 2005-02-08 01:15:15 GMT Michael Olson <mwolson@gnu.org> patch-11
879     Summary:
880       Add docstring, new trivial function
881     Revision:
882       muse--main--1.0--patch-11
884     2005-02-07  Michael Olson  <mwolson@gnu.org>
885     
886         * muse-mode.el (muse-mode-map): Make "C-c =" trigger
887         `muse-what-changed'.  No functionality change.
888         (muse-what-changed): New function that displays in diff format the
889         changes made since the buffer was last saved.
890     
891         * muse-project.el (muse-project-publish): Add docstring.
893     modified files:
894      ChangeLog muse-mode.el muse-project.el
897 2005-02-04 18:42:08 GMT Michael Olson <mwolson@gnu.org> patch-10
899     Summary:
900       Add experimental version of muse-blosxom.el to project
901     Revision:
902       muse--main--1.0--patch-10
904     2005-02-04  Michael Olson  <mwolson@gnu.org>
905     
906         * Makefile (realclean): Remove file that gets generated when fonts
907         are missing.
908     
909         * experimental/muse-bloxsom.el: New file that implements Blosxom
910         support for Muse.  It's in a very rough state, hence its placement
911         in the `experimental' directory.
913     new files:
914      experimental/.arch-ids/=id
915      experimental/.arch-ids/muse-blosxom.el.id
916      experimental/muse-blosxom.el
918     modified files:
919      ChangeLog Makefile
921     new directories:
922      experimental experimental/.arch-ids
925 2005-02-04 18:19:44 GMT Michael Olson <mwolson@gnu.org> patch-9
927     Summary:
928       Make permissions more consistent
929     Revision:
930       muse--main--1.0--patch-9
933     modified files:
934      ChangeLog
936     modified directories:
937      contrib examples scripts
940 2005-02-04 18:13:56 GMT Michael Olson <mwolson@gnu.org> patch-8
942     Summary:
943       Fix build problems
944     Revision:
945       muse--main--1.0--patch-8
947     2005-02-04  Michael Olson  <mwolson@gnu.org>
948     
949         * muse-build.el: Add contrib directory to `load-path'.
950         (muse-elint-files): Load `muse-regexps.el'.
951     
952         * scripts/publish: Change permissions so that this script is
953         executable.  Add contrib directory to load list.  Add
954         `muse-regexps.el' to list.
956     modified files:
957      ChangeLog muse-build.el scripts/publish
960 2005-01-31 21:04:43 GMT Michael Olson <mwolson@gnu.org> patch-7
962     Summary:
963       Use "&mdash;" instead of "&#151;"
964     Revision:
965       muse--main--1.0--patch-7
967     2005-01-31  Michael Olson  <mwolson@gnu.org>
968     
969         * muse-docbook.el (muse-docbook-markup-strings): Replace "&#151;"
970         with "&mdash;" so that documents validate properly.  Thanks to
971         Björn Lindström for the suggestion.
972     
973         * muse-html.el (muse-html-markup-strings): Ditto.
975     modified files:
976      ChangeLog muse-docbook.el muse-html.el
979 2005-01-25 19:04:31 GMT Michael Olson <mwolson@gnu.org> patch-6
981     Summary:
982       Fix use of "[:blank:]" in underline markup
983     Revision:
984       muse--main--1.0--patch-6
986     2005-01-25  Michael Olson  <mwolson@gnu.org>
987     
988         * muse-colors.el (muse-colors-markup): Replace "[:blank:]" with
989         use of `muse-regexp-blank'.
991     modified files:
992      ChangeLog muse-colors.el
995 2005-01-03 06:00:43 GMT Michael Olson <mwolson@member.fsf.org>  patch-5
997     Summary:
998       Fix problem with headings being given wrong face
999     Revision:
1000       muse--main--1.0--patch-5
1002     2005-01-03  Michael Olson  <mwolson@gnu.org>
1003     
1004         * muse-colors.el: Add header.
1005         (muse-colors-emphasized): Headings were being given the coloring
1006         for the next level of heading instead of the real
1007         level (i.e. `muse-header-2' instead of `muse-header-1' for "*
1008         Heading").  Thanks to Lan Yufeng for finding this and sending a
1009         patch.
1010     
1011         * muse-regexps.el: Fix header.
1013     modified files:
1014      ChangeLog muse-colors.el muse-regexps.el
1017 2005-01-02 00:02:15 GMT Michael Olson <mwolson@member.fsf.org>  patch-4
1019     Summary:
1020       Rotate ChangeLog
1021     Revision:
1022       muse--main--1.0--patch-4
1024     2005-01-01  Michael Olson  <mwolson@gnu.org>
1025     
1026         * ChangeLog: Move old ChangeLog to ChangeLog.2004.  This new
1027         version will be automatically maintained by Arch.
1028     
1030     new files:
1031      .arch-ids/ChangeLog.id ChangeLog
1033     renamed files:
1034      .arch-ids/ChangeLog.id
1035        ==> .arch-ids/ChangeLog.2004.id
1036      ChangeLog
1037        ==> ChangeLog.2004
1040 2004-12-30 07:26:48 GMT Michael Olson <mwolson@member.fsf.org>  patch-3
1042     Summary:
1043       Extended regexps fix, allow spaces in 1st part of links
1044     Revision:
1045       muse--main--1.0--patch-3
1047     2004-12-30  Michael Olson  <mwolson@gnu.org>
1048     
1049         * muse.el (muse-link-regexp): Allow spaces in the first part of
1050         links.
1051     
1052         * muse-colors.el, muse-convert.el, muse-docbook.el: Use
1053         customizable alternatives to extended character classes.
1054     
1055         * muse-html.el, muse-mode.el, muse-publish.el: Ditto.
1057     modified files:
1058      ChangeLog muse-colors.el muse-convert.el muse-docbook.el
1059      muse-html.el muse-mode.el muse-publish.el muse.el
1062 2004-12-30 02:18:07 GMT Michael Olson <mwolson@member.fsf.org>  patch-2
1064     Summary:
1065       Begin to change regexp handling, tweak muse.el header
1066     Revision:
1067       muse--main--1.0--patch-2
1069     2004-12-29  Michael Olson  <mwolson@gnu.org>
1070     
1071         * muse.el: Change Copyright notice to FSF.  Change Maintainer to
1072         myself.  Update URL.
1073     
1074         * muse-regexps.el: New file that implements regexp handling.
1075         Generalized regexp options will be moved to it eventually.
1077     new files:
1078      .arch-ids/muse-regexps.el.id muse-regexps.el
1080     modified files:
1081      ChangeLog muse.el
1084 2004-12-30 01:49:50 GMT Michael Olson <mwolson@member.fsf.org>  patch-1
1086     Summary:
1087       Do some early spring cleaning
1088     Revision:
1089       muse--main--1.0--patch-1
1091     2004-12-29  Michael Olson  <mwolson@gnu.org>
1092     
1093         * Makefile: Change path to `publish' script.
1094     
1095         * contrib/pcomplete.el: New file that is used by Muse without
1096         actually being a part of it: hence its location in the contrib
1097         directory.
1098     
1099         * contrib/cgi.el, contrib/httpd.el: New location.
1100     
1101         * examples/muse-johnw.el, examples/publish-johnw: Ditto.
1102     
1103         * scripts/publish, scripts/publish-project: Ditto.
1105     new files:
1106      contrib/.arch-ids/=id contrib/.arch-ids/pcomplete.el.id
1107      contrib/pcomplete.el examples/.arch-ids/=id
1108      scripts/.arch-ids/=id
1110     modified files:
1111      ChangeLog Makefile
1113     renamed files:
1114      .arch-ids/cgi.el.id
1115        ==> contrib/.arch-ids/cgi.el.id
1116      .arch-ids/httpd.el.id
1117        ==> contrib/.arch-ids/httpd.el.id
1118      .arch-ids/muse-johnw.el.id
1119        ==> examples/.arch-ids/muse-johnw.el.id
1120      .arch-ids/publish-johnw.id
1121        ==> examples/.arch-ids/publish-johnw.id
1122      .arch-ids/publish-project.id
1123        ==> scripts/.arch-ids/publish-project.id
1124      .arch-ids/publish.id
1125        ==> scripts/.arch-ids/publish.id
1126      cgi.el
1127        ==> contrib/cgi.el
1128      httpd.el
1129        ==> contrib/httpd.el
1130      muse-johnw.el
1131        ==> examples/muse-johnw.el
1132      publish
1133        ==> scripts/publish
1134      publish-johnw
1135        ==> examples/publish-johnw
1136      publish-project
1137        ==> scripts/publish-project
1139     new directories:
1140      contrib contrib/.arch-ids examples examples/.arch-ids scripts
1141      scripts/.arch-ids
1144 2004-12-30 01:33:11 GMT Michael Olson <mwolson@member.fsf.org>  base-0
1146     Summary:
1147       tag of mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
1148     Revision:
1149       muse--main--1.0--base-0
1151     (automatically generated log message)
1153     new patches:
1154      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
1155      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
1156      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
1157      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
1158      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
1159      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
1160      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
1161      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
1162      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
1163      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
1164      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
1165      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
1166      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
1167      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
1168      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
1169      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
1170      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
1171      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8