Add ability to automate the creation a new blosxom entry.
[muse-el.git] / ChangeLog
blobb66a8b2ce2ab9ddbee732e63e855d772c6e2c254
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-13 00:41:10 GMT Michael Olson <mwolson@gnu.org> patch-52
7     Summary:
8       Add ability to automate the creation a new blosxom entry.
9     Revision:
10       muse--main--1.0--patch-52
12     * examples/mwolson/muse-init.el: Move new entry section to
13       muse-blosxom.el.  Modify the key settings in my example accordingly.
14     
15     * muse-blosxom.el (muse-blosxom-footer): Just use the empty string, since
16       Muse always makes sure that the file ends with a newline.
17     
18     * muse-blosxom.el (muse-blosxom-markup-regexps): Remove this, since
19       planner markup is now provided automatically by the planner port to
20       Muse, and we don't have any customized markup.
21     
22     * muse-blosxom.el (muse-blosxom-base-directory): New customizable
23       variable that specifies where the base directory of your blog entries
24       is found.
25     
26     * muse-blosxom.el (muse-blosxom-get-categories): Get the categories from
27       the base directory.  Explore categories recursively.
28     
29     * muse-blosxom.el (muse-blosxom-title-to-file): Helper function for
30       `muse-blosxom-new-entry'.  Turns the given title into a lowercase, sans
31       special characters file name.
32     
33     * muse-blosxom.el (muse-blosxom-new-entry): Automate the process of
34       making a new blog entry.  It will prompt you for a category, then a
35       title, and then will create a new file that has the date and title
36       inserted.
38     modified files:
39      ChangeLog examples/mwolson/muse-init.el muse-blosxom.el
42 2005-06-12 22:11:20 GMT Michael Olson <mwolson@gnu.org> patch-51
44     Summary:
45       Change mailing address of FSF, add AUTHORS file.
46     Revision:
47       muse--main--1.0--patch-51
49     * muse-*.el, muse.texi: Change mailing address of FSF.
50     
51     * muse.texi (Contributors): Fix typo.
52     
53     * AUTHORS: New file containing a list of all of those who have
54       contributed code or documentation to Muse, how many lines were changed,
55       etc.
57     new files:
58      .arch-ids/AUTHORS.id AUTHORS
60     modified files:
61      ChangeLog muse-blosxom.el muse-convert.el muse-docbook.el
62      muse-html.el muse-http.el muse-journal.el muse-latex.el
63      muse-message.el muse-mode.el muse-poem.el muse-project.el
64      muse-publish.el muse-regexps.el muse-texinfo.el muse.el
65      muse.texi
68 2005-06-12 21:33:24 GMT Michael Olson <mwolson@gnu.org> patch-50
70     Summary:
71       Merged from hodique@lifl.fr--2005 (patch 0-1)
72     Revision:
73       muse--main--1.0--patch-50
75     Patches applied:
76     
77      * hodique@lifl.fr--2005/muse--yh--1.0--base-0
78        tag of mwolson@gnu.org--2005/muse--main--1.0--patch-49
79     
80      * hodique@lifl.fr--2005/muse--yh--1.0--patch-1
81        fix .html (for example) in visible names for links
83     modified files:
84      ChangeLog muse-publish.el
86     new patches:
87      hodique@lifl.fr--2005/muse--yh--1.0--base-0
88      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
91 2005-06-11 23:35:43 GMT Michael Olson <mwolson@gnu.org> patch-49
93     Summary:
94       Make generated X(HT)ML show up in the right encoding in other modes.
95     Revision:
96       muse--main--1.0--patch-49
98     * muse-html.el (muse-xhtml-header): Add "encoding=..." to first line.
99       Thanks to Zhiqiang Ye for the suggestion.  This attempts to make
100       generated (X)HTML files show up in the right coding system when editing
101       them with another Emacs mode.
102     
103     * muse-journal.el (muse-journal-rss-header): Automatically determine the
104       encoding instead of hard-coding it.
105     
106     * muse-message.el: Add content to Commentary section, explaining the use
107       of this publishing style.
109     modified files:
110      ChangeLog muse-html.el muse-journal.el muse-message.el
113 2005-06-11 01:28:01 GMT Michael Olson <mwolson@gnu.org> patch-48
115     Summary:
116       Move regexps to same group, only make 4 heading faces.
117     Revision:
118       muse--main--1.0--patch-48
120     * muse-colors.el (muse-make-faces): Only create 4 header faces since we
121       can only publish 3 of them specially, leaving the fourth to be in
122       plain text.
123       (muse-colors-markup): Only recognize 4 levels of heading.
124     
125     * muse-regexps.el (muse-tag-regexp, muse-link-regexp, muse-url-regexp)
126       (muse-file-regexp, muse-image-regexp)
127       (muse-ignored-extensions-regexp): Moved here from muse.el.  It seems
128       like a good idea to have all the regexps in the same group.
130     modified files:
131      ChangeLog muse-colors.el muse-regexps.el muse.el
134 2005-06-09 19:48:02 GMT Michael Olson <mwolson@gnu.org> patch-47
136     Summary:
137       Update my example config, minor code cleanup.
138     Revision:
139       muse--main--1.0--patch-47
141     * examples/mwolson/muse-init.el (muse-project-alist): Shorten project
142       names and add "Plans" project.
143     
144     * muse-docbook.el (looking-back): Delete.
145     
146     * muse-html.el (looking-back): Delete.
147     
148     * muse-html.el (muse-html-markup-paragraph): Use `muse-looking-back'
149       instead of `looking-back'.
150     
151     * muse.el (muse-looking-back): Instead of redefining the `looking-back'
152       function, use this function.  If `looking-back' exists, call it;
153       otherwise, use a workaround.
155     removed files:
156      contrib/.arch-ids/pcomplete.el.id contrib/pcomplete.el
158     modified files:
159      ChangeLog examples/mwolson/muse-init.el muse-docbook.el
160      muse-html.el muse.el
163 2005-05-30 22:15:13 GMT Michael Olson <mwolson@gnu.org> patch-46
165     Summary:
166       Handle a few paragraph publishing edge cases better.
167     Revision:
168       muse--main--1.0--patch-46
170     * muse-docbook.el (muse-docbook-markup-regexps): Consolidate the
171       beginning-of-document, end-of-document, and paragraph separator regexps
172       so that one markup rule can be used in all these cases.
173       (muse-docbook-markup-paragraph): Handle more cases correctly.  In
174       particular, blockquote or center at beginning or end of document will
175       be published properly.  Hopefully this won't slow things down too much.
176       (muse-docbook-markup-paragraph-close): Removed.
177     
178     * muse-blosxom.el (muse-blosxom-markup-regexps): Ditto.
179     
180     * muse-html.el (muse-html-markup-regexps, muse-html-markup-paragraph):
181       Ditto.
182       (muse-html-markup-paragraph-close): Removed.
184     modified files:
185      ChangeLog muse-blosxom.el muse-docbook.el muse-html.el
188 2005-05-28 23:37:11 GMT Michael Olson <mwolson@gnu.org> patch-45
190     Summary:
191       Improve prompt when reading a tag.
192     Revision:
193       muse--main--1.0--patch-45
195     * muse-mode.el (muse-insert-tag): Add a colon after "default" like some
196       other Emacs modes seem to do.
198     modified files:
199      ChangeLog muse-mode.el
202 2005-05-28 23:34:50 GMT Michael Olson <mwolson@gnu.org> patch-44
204     Summary:
205       Warn user when publishing fails due to a private directory.
206     Revision:
207       muse--main--1.0--patch-44
209     * muse-project.el (muse-project-private-p): Warn users when publishing a
210       file fails due to its directory not being readable by others.  Make
211       sure that you do a `chmod +o name_of_directory' if you want the
212       contents of that directory to be publishable.
214     modified files:
215      ChangeLog muse-project.el
218 2005-05-28 23:21:39 GMT Michael Olson <mwolson@gnu.org> patch-43
220     Summary:
221       Fix error with example tags and message publishing style.
222     Revision:
223       muse--main--1.0--patch-43
225     * muse-colors.el: Don't define `font-lock-mode' as a variable.  Check to
226       see if a previous definition for `font-lock-multiline' exists.
227     
228     * muse-message.el (muse-message-example-tag): Don't require two
229       additional (unused) arguments.
231     modified files:
232      ChangeLog muse-colors.el muse-message.el
235 2005-05-22 05:58:40 GMT Michael Olson <mwolson@gnu.org> patch-42
237     Summary:
238       Always end the published document with a newline.
239     Revision:
240       muse--main--1.0--patch-42
242     * muse-html.el (muse-html-markup-paragraph-close): Always end the
243       published document with a newline.
244     
245     * muse-docbook.el (muse-docbook-markup-paragraph-close): Ditto.
247     modified files:
248      ChangeLog muse-docbook.el muse-html.el
251 2005-05-22 01:26:13 GMT Michael Olson <mwolson@gnu.org> patch-41
253     Summary:
254       Don't let automatic backup files crash the publishing process.
255     Revision:
256       muse--main--1.0--patch-41
258     * muse-blosxom.el (muse-blosxom-markup-regexps): Remove rule for date
259       directive since this value is already processed by
260       `muse-publish-markup-directive', and may be obtained by using
261       the code: (muse-publishing-directive "date").
262     
263     * muse-colors.el (muse-colors-region): Make sure that we don't ever try
264       to run (funcall nil); this happened once during a debugging process.
265     
266     * muse-project.el (muse-project-private-p): Skip any file for which we
267       cannot fetch attributes.  This fixes a bug where having an
268       Emacs-generated automatic backup file in a publishing directory causes
269       the publishing process to halt with an error.
271     modified files:
272      ChangeLog muse-blosxom.el muse-colors.el muse-project.el
275 2005-05-20 20:44:46 GMT Michael Olson <mwolson@gnu.org> patch-40
277     Summary:
278       Apply fix in previous patch to the DocBook publishing style.
279     Revision:
280       muse--main--1.0--patch-40
282     * muse-docbook.el (muse-docbook-markup-paragraph-close): Apply fix from
283       previous patch here as well.
284     
286     modified files:
287      ChangeLog muse-docbook.el
290 2005-05-20 20:28:32 GMT Michael Olson <mwolson@gnu.org> patch-39
292     Summary:
293       Fix newly-introduced lock-up during HTML publishing.
294     Revision:
295       muse--main--1.0--patch-39
297     * muse-blosxom.el (muse-blosxom-markup-regexps): Give date directive and
298       planner rules higher priority in the publishing sequence.  Hopefully
299       this will not wreck anything; I don't use these rules, so I cannot
300       tell.  This wasn't a real bugfix, just an aesthetic code thing for me.
301     
302     * muse-html.el (muse-html-markup-paragraph-close): Don't use
303       replace-match; that seems to be slightly evil.  Return nil instead of a
304       newline since otherwise Muse thinks that we are not done yet and gets
305       into an infinite loop.  This should fix the lock-up problem that
306       resulted from the previous few patches.
308     modified files:
309      ChangeLog muse-blosxom.el muse-html.el
312 2005-05-19 23:44:16 GMT Michael Olson <mwolson@gnu.org> patch-38
314     Summary:
315       Parenthesis goofup.
316     Revision:
317       muse--main--1.0--patch-38
319     * muse-blosxom.el (muse-blosxom-markup-regexps): Remove stray parenthesis.
320     
322     modified files:
323      ChangeLog muse-blosxom.el
326 2005-05-19 23:41:54 GMT Michael Olson <mwolson@gnu.org> patch-37
328     Summary:
329       Make docbook and blosxom modes close paragraphs properly at end.
330     Revision:
331       muse--main--1.0--patch-37
333     * muse-blosxom.el (muse-blosxom-markup-regexps): Use new rule from last
334       patch.
335     
336     * muse-docbook.el (muse-docbook-markup-regexps): Ditto.
337       (muse-docbook-markup-paragraph-close): Adapt from
338       `muse-html-markup-paragraph-close'.
339     
340     * muse-html.el (muse-html-markup-paragraph-close): Add newline so that we
341       preserve the same appearance as before the last patch.
343     modified files:
344      ChangeLog muse-blosxom.el muse-docbook.el muse-html.el
347 2005-05-19 23:26:50 GMT Michael Olson <mwolson@gnu.org> patch-36
349     Summary:
350       Bugfix: Close P tag properly at end of file.
351     Revision:
352       muse--main--1.0--patch-36
354     * muse-blosxom.el: Fix bug where loading this file twice would cause an
355       error.
356     
357     * muse-html.el (muse-html-markup-regexps): Use simpler mechanism for
358       detecting whether or not a paragraph needs a closing P tag.
359       (muse-html-markup-paragraph-close): New function that only inserts a
360       closing P tag when an unclosed P tag is nearby.
362     modified files:
363      ChangeLog muse-blosxom.el muse-html.el
366 2005-05-18 06:07:02 GMT Michael Olson <mwolson@gnu.org> patch-35
368     Summary:
369       Update my example settings.
370     Revision:
371       muse--main--1.0--patch-35
373     * examples/mwolson/muse-init.el: Synchronize with my current settings.
375     modified files:
376      ChangeLog examples/mwolson/muse-init.el
379 2005-05-18 06:03:07 GMT Michael Olson <mwolson@gnu.org> patch-34
381     Summary:
382       Update documentation for C-c TAB feature.
383     Revision:
384       muse--main--1.0--patch-34
386     * muse.texi (Keystroke Summary): Note that C-c TAB calls
387       `muse-insert-tag'.
388     
390     modified files:
391      ChangeLog muse.texi
394 2005-05-18 06:00:27 GMT Michael Olson <mwolson@gnu.org> patch-33
396     Summary:
397       New feature: tag completion with C-c TAB.
398     Revision:
399       muse--main--1.0--patch-33
401     * muse-mode.el (muse-mode-map): Map C-c TAB to `muse-insert-tag'.
402       (muse-tag-history, muse-custom-tags): New variables that keep track of
403       the tag history and newly-entered tags respectively for
404       `muse-insert-tag'.
405       (muse-insert-tag): New function that interactively prompts the user for
406       a tag to use.
408     modified files:
409      ChangeLog muse-mode.el
412 2005-05-18 05:49:07 GMT Michael Olson <mwolson@gnu.org> patch-32
414     Summary:
415       Fix XHTML validation error with <hr> and <br>.
416     Revision:
417       muse--main--1.0--patch-32
419     * muse-html.el (muse-xhtml-markup-strings): Use the proper form of the BR
420       and HR tags for XHTML publishing.  This should fix a few validation
421       errors that I've been noticing lately.
423     modified files:
424      ChangeLog muse-html.el
427 2005-05-12 22:46:10 GMT Michael Olson <mwolson@gnu.org> patch-31
429     Summary:
430       Remove flyspell overlays on links.
431     Revision:
432       muse--main--1.0--patch-31
434     * muse-colors.el (muse-colors-link): Remove flyspell overlays.  This
435       should make the link clickable.  On Emacs21, the color will stay red,
436       but other Emacsen should do the right thing, which is use the normal
437       link color.  Hopefully this will fix some strange flyspell-related link
438       problems.
440     modified files:
441      ChangeLog muse-colors.el
444 2005-05-06 03:30:05 GMT Michael Olson <mwolson@gnu.org> patch-30
446     Summary:
447       Update my example Muse settings.
448     Revision:
449       muse--main--1.0--patch-30
451     * examples/mwolson/muse-init.el: Update from my latest version.
452       (muse-project-alist): Remove the francais part of my blog.
453       (my-muse-mode-flyspell-p): Split old `my-muse-mode-affect-p' function
454       into this and `my-muse-mode-fill-nobreak-p'.
455       (muse-mode-hook): Tell fill mode to avoid breaking links; hopefully
456       this is the best way to accomplish this.
457       (my-muse-blosxom-title-to-file): Replace more non-alphanumeric
458       characters in the title.
459       (my-muse-prepare-entry-for-xanga): Treat example regions better.
461     modified files:
462      ChangeLog examples/mwolson/muse-init.el
465 2005-04-21 18:25:28 GMT Michael Olson <mwolson@gnu.org> patch-29
467     Summary:
468       Add simple `muse-version' function.
469     Revision:
470       muse--main--1.0--patch-29
472     * muse.el (muse-version): New function that displays the value of the
473       `muse-version' variable.  This should be easier for the user to type
474       than C-h v muse-version.
476     modified files:
477      ChangeLog muse.el
480 2005-04-21 18:19:02 GMT Michael Olson <mwolson@gnu.org> patch-28
482     Summary:
483       Don't compile documentation by default.
484     Revision:
485       muse--main--1.0--patch-28
487     * Makefile (all): Don't compile documentation by default.
488       (doc): Use this rule to compile documentation.
490     modified files:
491      ChangeLog Makefile
494 2005-04-16 18:08:24 GMT Michael Olson <mwolson@gnu.org> patch-27
496     Summary:
497       Merge RSS 2.0 enclosure support for muse-journal.el from johnw
498     Revision:
499       muse--main--1.0--patch-27
501     2005-04-16  Michael Olson  <mwolson@gnu.org>
502     
503         * muse-journal.el: Merge in enclosure support for RSS 2.0 from
504         johnw. If a journal entry's title is a [[link]], then an
505         <enclosure> tag will be added to the XML data giving the size and
506         MIME type of the link target.  This makes podcasting with Muse
507         trivial.
508         (muse-journal-rss-entry-template): Add enclosure usage to example.
509         (muse-journal-rss-munge-buffer): Implement enclosures.
511     modified files:
512      ChangeLog muse-journal.el
515 2005-04-15 05:54:30 GMT Michael Olson <mwolson@gnu.org> patch-26
517     Summary:
518       Standardize source headers, appease elint, don't require planner
519     Revision:
520       muse--main--1.0--patch-26
522     2005-04-15  Michael Olson  <mwolson@gnu.org>
523     
524         * Makefile, scripts/muse-build.el: Moved muse-build.el to the
525         `scripts' directory since it really isn't part of Muse proper; it
526         is used to generate Muse output from the command line.
527     
528         * muse-blosxom.el: Handle case where planner is not loaded so that
529         it isn't a hard requirement.
530     
531         * muse-colors.el: Move definition of `muse-colors-tag-info' up so
532         that elint doesn't complain.
533     
534         * muse-message.el (muse-message-markup-link): Don't throw up on
535         links with no description.
536     
537         * muse-blosxom.el, muse-book.el, muse-colors.el, muse-convert.el,
538         muse-docbook.el, muse-html.el, muse-http.el, muse-journal.el,
539         muse-latex.el, muse-message.el, muse-mode.el, muse-poem.el,
540         muse-project.el, muse-publish.el, muse-regexps.el,
541         muse-texinfo.el, muse.el: Add standard header for each file in
542         preparation for the initial release, which will hopefully happen
543         sometime within the next month.
544     
546     removed files:
547      experimental/.arch-ids/=id
549     modified files:
550      ChangeLog Makefile muse-blosxom.el muse-book.el muse-colors.el
551      muse-convert.el muse-docbook.el muse-html.el muse-http.el
552      muse-journal.el muse-latex.el muse-message.el muse-mode.el
553      muse-poem.el muse-project.el muse-publish.el muse-regexps.el
554      muse-texinfo.el muse.el
556     renamed files:
557      .arch-ids/muse-build.el.id
558        ==> scripts/.arch-ids/muse-build.el.id
559      muse-build.el
560        ==> scripts/muse-build.el
562     removed directories:
563      experimental experimental/.arch-ids
566 2005-04-14 23:46:47 GMT Michael Olson <mwolson@gnu.org> patch-25
568     Summary:
569       Merge contents of muse-latexcjk.el into muse-latex.el.
570     Revision:
571       muse--main--1.0--patch-25
573     2005-04-14  Michael Olson  <mwolson@gnu.org>
574     
575         * muse-latex.el (muse-latexcjk-header, muse-latexcjk-footer)
576         (muse-latexcjk-encoding-map, muse-latexcjk-encoding-default)
577         (muse-latexcjk-encoding, muse-latexcjk-transform-content-type):
578         Merge in from muse-latexcjk.el.
579     
580         * muse-latexcjk.el: Removed, functionality merged with
581         muse-latex.el
583     removed files:
584      .arch-ids/muse-latexcjk.el.id muse-latexcjk.el
586     modified files:
587      ChangeLog muse-latex.el
590 2005-04-06 23:25:47 GMT Michael Olson <mwolson@gnu.org> patch-24
592     Summary:
593       Merge muse-xhtml.el into muse-html.el.
594     Revision:
595       muse--main--1.0--patch-24
597     2005-04-06  Michael Olson  <mwolson@gnu.org>
598     
599         * examples/mwolson/muse-init.el: Update with respect to the
600         muse-xhtml.el merge.
601     
602         * muse-html.el: The contents of muse-xhtml.el have been merged in
603         as advised by John Wiegley.
604         (muse-html-style-sheet): Add example for XHTML use in the
605         function's documentation.
606         (muse-xhtml-header, muse-xhtml-footer, muse-xhtml-markup-tags):
607         Moved from muse-xhtml.el.
608     
609         * muse-xhtml.el: Removed; contents merged into muse-html.el.
611     removed files:
612      .arch-ids/muse-xhtml.el.id muse-xhtml.el
614     modified files:
615      ChangeLog examples/mwolson/muse-init.el muse-html.el
618 2005-04-06 03:18:55 GMT Michael Olson <mwolson@gnu.org> patch-23
620     Summary:
621       Try to fix regexps for Emacs 21.4.
622     Revision:
623       muse--main--1.0--patch-23
625     2005-04-05  Michael Olson  <mwolson@gnu.org>
626     
627         * muse-regexps.el (muse-extreg-usable-p): Try to make regexps work
628         for Emacs 21.4.
630     modified files:
631      ChangeLog muse-regexps.el
634 2005-04-01 17:59:47 GMT Michael Olson <mwolson@gnu.org> patch-22
636     Summary:
637       Add comments to the publish-project example script
638     Revision:
639       muse--main--1.0--patch-22
641     2005-04-01  Michael Olson  <mwolson@gnu.org>
642     
643         * examples/publish-project: Moved here from
644         scripts/publish-project.  Added a few comments so people know what
645         it is used for.
647     modified files:
648      ChangeLog examples/publish-project
650     renamed files:
651      scripts/.arch-ids/publish-project.id
652        ==> examples/.arch-ids/publish-project.id
653      scripts/publish-project
654        ==> examples/publish-project
657 2005-04-01 02:27:08 GMT Michael Olson <mwolson@gnu.org> patch-21
659     Summary:
660       New XHTML style, add more examples to my sample muse config
661     Revision:
662       muse--main--1.0--patch-21
664     2005-03-31  Michael Olson  <mwolson@gnu.org>
665     
666         * examples/mwolson/muse-init.el: Give an example of deriving a
667         custom publishing style.
668         (my-muse-blosxom-finalize): Finalizes the "my-blosxom" style.
669         (my-muse-prepare-entry-for-xanga): Mangle the published output
670         from a blosxom project and copy the result to the clipboard for
671         easy pasting into Xanga's web form.  The file is untouched.
672     
673         * muse-html.el (muse-html-style-sheet): Include the <style
674         type="text/css"></style> wrapper around the example.
675         (muse-html-header): Don't add <style type="text/css"></style>
676         around the value of `muse-html-style-sheet' anymore.  This allows
677         for the option of putting your stylesheet(s) in a separate file.
678         An example of this is given in the documentation for this
679         variable.
680     
681         * muse-xhtml: New file that implements a publishing style which is
682         derived from HTML mode.  It uses a slightly modified version of
683         the HTML markup rules to generate XHTML-compliant output.
684     
685         * muse-blosxom.el: Add new "blosxom-xhtml" style.  The old
686         "blosxom" style has been renamed to "blosxom-html".  Fix a few
687         header gaffes.
688     
689         * muse-journal.el: Add new "journal-xhtml" style.
690     
691         * muse-message.el: Add new "message-xhtml" style.
693     new files:
694      .arch-ids/muse-xhtml.el.id muse-xhtml.el
696     modified files:
697      ChangeLog examples/mwolson/muse-init.el muse-blosxom.el
698      muse-html.el muse-journal.el muse-message.el
701 2005-03-25 03:55:13 GMT Michael Olson <mwolson@gnu.org> patch-20
703     Summary:
704       Add my muse configuration to the examples
705     Revision:
706       muse--main--1.0--patch-20
708     2005-03-24  Michael Olson  <mwolson@gnu.org>
709     
710         * examples/johnw: Move John Wiegley's configuration to this
711         directory.
712     
713         * examples/mwolson: My configuration files go here.
714     
715         * examples/mwolson/muse-init.el: My Muse configuration file.  I
716         just figured out how to keep links from being spell-checked or
717         split up by fill-mode, so the implementation of this may be found
718         here.  I also made a function that sets up a blog entry for me.
720     new files:
721      examples/johnw/.arch-ids/=id examples/mwolson/.arch-ids/=id
722      examples/mwolson/.arch-ids/muse-init.el.id
723      examples/mwolson/muse-init.el
725     modified files:
726      ChangeLog
728     renamed files:
729      examples/.arch-ids/muse-johnw.el.id
730        ==> examples/johnw/.arch-ids/muse-johnw.el.id
731      examples/.arch-ids/publish-johnw.id
732        ==> examples/johnw/.arch-ids/publish-johnw.id
733      examples/muse-johnw.el
734        ==> examples/johnw/muse-johnw.el
735      examples/publish-johnw
736        ==> examples/johnw/publish-johnw
738     new directories:
739      examples/johnw examples/johnw/.arch-ids examples/mwolson
740      examples/mwolson/.arch-ids
743 2005-03-24 22:57:10 GMT Michael Olson <mwolson@gnu.org> patch-19
745     Summary:
746       Add muse-blosxom script and plugin for pyblosxom
747     Revision:
748       muse--main--1.0--patch-19
750     2005-03-24  Michael Olson  <mwolson@gnu.org>
751     
752         * muse-blosxom.el: Update copyright notice in headers and mention
753         the pyblosxom scripts.
754     
755         * contrib/pyblosxom: New directory containing pyblosxom plugins
756         and helper scripts.
757     
758         * contrib/getstamps.py: Script that generates the "timestamps"
759         file, run on the local machine.
760     
761         * contrib/hardcodedates.py: PyBlosxom plugin that interprets the
762         timestamps file.
764     new files:
765      contrib/pyblosxom/.arch-ids/=id
766      contrib/pyblosxom/.arch-ids/getstamps.py.id
767      contrib/pyblosxom/.arch-ids/hardcodedates.py.id
768      contrib/pyblosxom/getstamps.py
769      contrib/pyblosxom/hardcodedates.py
771     modified files:
772      ChangeLog muse-blosxom.el
774     new directories:
775      contrib/pyblosxom contrib/pyblosxom/.arch-ids
778 2005-03-23 19:05:09 GMT Michael Olson <mwolson@gnu.org> patch-18
780     Summary:
781       muse-blosxom.el has matured past experimental status
782     Revision:
783       muse--main--1.0--patch-18
785     2005-03-23  Michael Olson  <mwolson@gnu.org>
786     
787         * muse-blosxom.el: Remove common functionality that has already
788         been implemented in `muse-html.el'.  Derive this mode from
789         `muse-html'.  Update documentation.  I now feel that this file is
790         ready to be included in the top-level Muse directory.
792     modified files:
793      ChangeLog muse-blosxom.el
795     renamed files:
796      experimental/.arch-ids/muse-blosxom.el.id
797        ==> .arch-ids/muse-blosxom.el.id
798      experimental/muse-blosxom.el
799        ==> muse-blosxom.el
802 2005-03-22 05:28:01 GMT Michael Olson <mwolson@gnu.org> patch-17
804     Summary:
805       Make muse-blosxom.el slightly less experimental
806     Revision:
807       muse--main--1.0--patch-17
809     2005-03-22  Michael Olson  <mwolson@gnu.org>
810     
811         * experimental/muse-blosxom.el (muse-blosxom-page-date-alist):
812         Renamed from `blosxom-page-date-alist'.  Currently it does nothing
813         useful.
814         (muse-blosxom-markup-regexps): Remove unnecessary first grouping
815         from the `muse-blosxom-markup-date-directive' rule.
816         (blosxom-set-time): Remove this function.  We're not going to be
817         touching the timestamp manually anymore -- it's too much of a
818         hassle.  Right now I've got a python program that compiles a
819         timestamp file and a pyblosxom helper that reads it.  Something
820         similar could be arranged for blosxom, I'm sure.
821     
823     modified files:
824      ChangeLog experimental/muse-blosxom.el
827 2005-03-20 19:40:10 GMT Michael Olson <mwolson@gnu.org> patch-16
829     Summary:
830       Apply latest journal-related updates from johnw
831     Revision:
832       muse--main--1.0--patch-16
835     modified files:
836      ChangeLog examples/muse-johnw.el muse-journal.el
839 2005-03-01 02:58:29 GMT Michael Olson <mwolson@gnu.org> patch-15
841     Summary:
842       Add Projects node to the manual
843     Revision:
844       muse--main--1.0--patch-15
846     2005-02-28  Michael Olson  <mwolson@gnu.org>
847     
848         * muse.texi: Change copyright notice since the FSF is now the
849         copyright holder.
850         (Projects): New node, based on a section from the README file.
852     modified files:
853      ChangeLog muse.texi
856 2005-03-01 02:25:15 GMT Michael Olson <mwolson@gnu.org> patch-14
858     Summary:
859       Correct documentation, adding some content.
860     Revision:
861       muse--main--1.0--patch-14
863     2005-02-28  Michael Olson  <mwolson@gnu.org>
864     
865         * muse.texi: Change license terms of the documentation to the GNU
866         GPL instead of the GNU FDL, as per the consent of the copyright
867         holders of the emacs-wiki manual, from which this is based.  Some
868         emacs-wiki-isms in the manual were corrected, and the Getting
869         Started section was updated.
871     modified files:
872      ChangeLog muse.texi
875 2005-02-17 19:08:19 GMT Michael Olson <mwolson@gnu.org> patch-13
877     Summary:
878       Make muse-blosxom.el a bit more sane, still need to bum it down a bit
879     Revision:
880       muse--main--1.0--patch-13
882     2005-02-17  Michael Olson  <mwolson@gnu.org>
883     
884         * experimental/muse-blosxom.el: Somehow the contents of this file
885         managed to get duplicated.  I removed the duplicates.
886         (muse-blosxom-date): Remove this, since it is not useful.
887         (muse-blosxom-header): Use the standard header that blosxom.el
888         has.
890     modified files:
891      ChangeLog experimental/muse-blosxom.el
894 2005-02-08 04:20:41 GMT Michael Olson <mwolson@gnu.org> patch-12
896     Summary:
897       Initial commit of muse.texi, nothing substantial
898     Revision:
899       muse--main--1.0--patch-12
901     2005-02-07  Michael Olson  <mwolson@gnu.org>
902     
903         * muse.texi: New file that provides the documentation for Muse.
904         It is in a very rough form at the moment.  Nothing substantial may
905         be found here yet.  Be ye warned.
907     new files:
908      .arch-ids/muse.texi.id muse.texi
910     modified files:
911      ChangeLog
914 2005-02-08 01:15:15 GMT Michael Olson <mwolson@gnu.org> patch-11
916     Summary:
917       Add docstring, new trivial function
918     Revision:
919       muse--main--1.0--patch-11
921     2005-02-07  Michael Olson  <mwolson@gnu.org>
922     
923         * muse-mode.el (muse-mode-map): Make "C-c =" trigger
924         `muse-what-changed'.  No functionality change.
925         (muse-what-changed): New function that displays in diff format the
926         changes made since the buffer was last saved.
927     
928         * muse-project.el (muse-project-publish): Add docstring.
930     modified files:
931      ChangeLog muse-mode.el muse-project.el
934 2005-02-04 18:42:08 GMT Michael Olson <mwolson@gnu.org> patch-10
936     Summary:
937       Add experimental version of muse-blosxom.el to project
938     Revision:
939       muse--main--1.0--patch-10
941     2005-02-04  Michael Olson  <mwolson@gnu.org>
942     
943         * Makefile (realclean): Remove file that gets generated when fonts
944         are missing.
945     
946         * experimental/muse-bloxsom.el: New file that implements Blosxom
947         support for Muse.  It's in a very rough state, hence its placement
948         in the `experimental' directory.
950     new files:
951      experimental/.arch-ids/=id
952      experimental/.arch-ids/muse-blosxom.el.id
953      experimental/muse-blosxom.el
955     modified files:
956      ChangeLog Makefile
958     new directories:
959      experimental experimental/.arch-ids
962 2005-02-04 18:19:44 GMT Michael Olson <mwolson@gnu.org> patch-9
964     Summary:
965       Make permissions more consistent
966     Revision:
967       muse--main--1.0--patch-9
970     modified files:
971      ChangeLog
973     modified directories:
974      contrib examples scripts
977 2005-02-04 18:13:56 GMT Michael Olson <mwolson@gnu.org> patch-8
979     Summary:
980       Fix build problems
981     Revision:
982       muse--main--1.0--patch-8
984     2005-02-04  Michael Olson  <mwolson@gnu.org>
985     
986         * muse-build.el: Add contrib directory to `load-path'.
987         (muse-elint-files): Load `muse-regexps.el'.
988     
989         * scripts/publish: Change permissions so that this script is
990         executable.  Add contrib directory to load list.  Add
991         `muse-regexps.el' to list.
993     modified files:
994      ChangeLog muse-build.el scripts/publish
997 2005-01-31 21:04:43 GMT Michael Olson <mwolson@gnu.org> patch-7
999     Summary:
1000       Use "&mdash;" instead of "&#151;"
1001     Revision:
1002       muse--main--1.0--patch-7
1004     2005-01-31  Michael Olson  <mwolson@gnu.org>
1005     
1006         * muse-docbook.el (muse-docbook-markup-strings): Replace "&#151;"
1007         with "&mdash;" so that documents validate properly.  Thanks to
1008         Björn Lindström for the suggestion.
1009     
1010         * muse-html.el (muse-html-markup-strings): Ditto.
1012     modified files:
1013      ChangeLog muse-docbook.el muse-html.el
1016 2005-01-25 19:04:31 GMT Michael Olson <mwolson@gnu.org> patch-6
1018     Summary:
1019       Fix use of "[:blank:]" in underline markup
1020     Revision:
1021       muse--main--1.0--patch-6
1023     2005-01-25  Michael Olson  <mwolson@gnu.org>
1024     
1025         * muse-colors.el (muse-colors-markup): Replace "[:blank:]" with
1026         use of `muse-regexp-blank'.
1028     modified files:
1029      ChangeLog muse-colors.el
1032 2005-01-03 06:00:43 GMT Michael Olson <mwolson@member.fsf.org>  patch-5
1034     Summary:
1035       Fix problem with headings being given wrong face
1036     Revision:
1037       muse--main--1.0--patch-5
1039     2005-01-03  Michael Olson  <mwolson@gnu.org>
1040     
1041         * muse-colors.el: Add header.
1042         (muse-colors-emphasized): Headings were being given the coloring
1043         for the next level of heading instead of the real
1044         level (i.e. `muse-header-2' instead of `muse-header-1' for "*
1045         Heading").  Thanks to Lan Yufeng for finding this and sending a
1046         patch.
1047     
1048         * muse-regexps.el: Fix header.
1050     modified files:
1051      ChangeLog muse-colors.el muse-regexps.el
1054 2005-01-02 00:02:15 GMT Michael Olson <mwolson@member.fsf.org>  patch-4
1056     Summary:
1057       Rotate ChangeLog
1058     Revision:
1059       muse--main--1.0--patch-4
1061     2005-01-01  Michael Olson  <mwolson@gnu.org>
1062     
1063         * ChangeLog: Move old ChangeLog to ChangeLog.2004.  This new
1064         version will be automatically maintained by Arch.
1065     
1067     new files:
1068      .arch-ids/ChangeLog.id ChangeLog
1070     renamed files:
1071      .arch-ids/ChangeLog.id
1072        ==> .arch-ids/ChangeLog.2004.id
1073      ChangeLog
1074        ==> ChangeLog.2004
1077 2004-12-30 07:26:48 GMT Michael Olson <mwolson@member.fsf.org>  patch-3
1079     Summary:
1080       Extended regexps fix, allow spaces in 1st part of links
1081     Revision:
1082       muse--main--1.0--patch-3
1084     2004-12-30  Michael Olson  <mwolson@gnu.org>
1085     
1086         * muse.el (muse-link-regexp): Allow spaces in the first part of
1087         links.
1088     
1089         * muse-colors.el, muse-convert.el, muse-docbook.el: Use
1090         customizable alternatives to extended character classes.
1091     
1092         * muse-html.el, muse-mode.el, muse-publish.el: Ditto.
1094     modified files:
1095      ChangeLog muse-colors.el muse-convert.el muse-docbook.el
1096      muse-html.el muse-mode.el muse-publish.el muse.el
1099 2004-12-30 02:18:07 GMT Michael Olson <mwolson@member.fsf.org>  patch-2
1101     Summary:
1102       Begin to change regexp handling, tweak muse.el header
1103     Revision:
1104       muse--main--1.0--patch-2
1106     2004-12-29  Michael Olson  <mwolson@gnu.org>
1107     
1108         * muse.el: Change Copyright notice to FSF.  Change Maintainer to
1109         myself.  Update URL.
1110     
1111         * muse-regexps.el: New file that implements regexp handling.
1112         Generalized regexp options will be moved to it eventually.
1114     new files:
1115      .arch-ids/muse-regexps.el.id muse-regexps.el
1117     modified files:
1118      ChangeLog muse.el
1121 2004-12-30 01:49:50 GMT Michael Olson <mwolson@member.fsf.org>  patch-1
1123     Summary:
1124       Do some early spring cleaning
1125     Revision:
1126       muse--main--1.0--patch-1
1128     2004-12-29  Michael Olson  <mwolson@gnu.org>
1129     
1130         * Makefile: Change path to `publish' script.
1131     
1132         * contrib/pcomplete.el: New file that is used by Muse without
1133         actually being a part of it: hence its location in the contrib
1134         directory.
1135     
1136         * contrib/cgi.el, contrib/httpd.el: New location.
1137     
1138         * examples/muse-johnw.el, examples/publish-johnw: Ditto.
1139     
1140         * scripts/publish, scripts/publish-project: Ditto.
1142     new files:
1143      contrib/.arch-ids/=id contrib/.arch-ids/pcomplete.el.id
1144      contrib/pcomplete.el examples/.arch-ids/=id
1145      scripts/.arch-ids/=id
1147     modified files:
1148      ChangeLog Makefile
1150     renamed files:
1151      .arch-ids/cgi.el.id
1152        ==> contrib/.arch-ids/cgi.el.id
1153      .arch-ids/httpd.el.id
1154        ==> contrib/.arch-ids/httpd.el.id
1155      .arch-ids/muse-johnw.el.id
1156        ==> examples/.arch-ids/muse-johnw.el.id
1157      .arch-ids/publish-johnw.id
1158        ==> examples/.arch-ids/publish-johnw.id
1159      .arch-ids/publish-project.id
1160        ==> scripts/.arch-ids/publish-project.id
1161      .arch-ids/publish.id
1162        ==> scripts/.arch-ids/publish.id
1163      cgi.el
1164        ==> contrib/cgi.el
1165      httpd.el
1166        ==> contrib/httpd.el
1167      muse-johnw.el
1168        ==> examples/muse-johnw.el
1169      publish
1170        ==> scripts/publish
1171      publish-johnw
1172        ==> examples/publish-johnw
1173      publish-project
1174        ==> scripts/publish-project
1176     new directories:
1177      contrib contrib/.arch-ids examples examples/.arch-ids scripts
1178      scripts/.arch-ids
1181 2004-12-30 01:33:11 GMT Michael Olson <mwolson@member.fsf.org>  base-0
1183     Summary:
1184       tag of mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
1185     Revision:
1186       muse--main--1.0--base-0
1188     (automatically generated log message)
1190     new patches:
1191      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
1192      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
1193      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
1194      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
1195      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
1196      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
1197      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
1198      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
1199      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
1200      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
1201      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
1202      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
1203      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
1204      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
1205      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
1206      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
1207      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
1208      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8