Warn user when publishing fails due to a private directory.
[muse-el.git] / ChangeLog
blobe9d8fe2813aa83674d85a6ba2c6392b0cd011dc1
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2005/muse--main--1.0
5 2005-05-28 23:34:50 GMT Michael Olson <mwolson@gnu.org> patch-44
7     Summary:
8       Warn user when publishing fails due to a private directory.
9     Revision:
10       muse--main--1.0--patch-44
12     * muse-project.el (muse-project-private-p): Warn users when publishing a
13       file fails due to its directory not being readable by others.  Make
14       sure that you do a `chmod +o name_of_directory' if you want the
15       contents of that directory to be publishable.
17     modified files:
18      ChangeLog muse-project.el
21 2005-05-28 23:21:39 GMT Michael Olson <mwolson@gnu.org> patch-43
23     Summary:
24       Fix error with example tags and message publishing style.
25     Revision:
26       muse--main--1.0--patch-43
28     * muse-colors.el: Don't define `font-lock-mode' as a variable.  Check to
29       see if a previous definition for `font-lock-multiline' exists.
30     
31     * muse-message.el (muse-message-example-tag): Don't require two
32       additional (unused) arguments.
34     modified files:
35      ChangeLog muse-colors.el muse-message.el
38 2005-05-22 05:58:40 GMT Michael Olson <mwolson@gnu.org> patch-42
40     Summary:
41       Always end the published document with a newline.
42     Revision:
43       muse--main--1.0--patch-42
45     * muse-html.el (muse-html-markup-paragraph-close): Always end the
46       published document with a newline.
47     
48     * muse-docbook.el (muse-docbook-markup-paragraph-close): Ditto.
50     modified files:
51      ChangeLog muse-docbook.el muse-html.el
54 2005-05-22 01:26:13 GMT Michael Olson <mwolson@gnu.org> patch-41
56     Summary:
57       Don't let automatic backup files crash the publishing process.
58     Revision:
59       muse--main--1.0--patch-41
61     * muse-blosxom.el (muse-blosxom-markup-regexps): Remove rule for date
62       directive since this value is already processed by
63       `muse-publish-markup-directive', and may be obtained by using
64       the code: (muse-publishing-directive "date").
65     
66     * muse-colors.el (muse-colors-region): Make sure that we don't ever try
67       to run (funcall nil); this happened once during a debugging process.
68     
69     * muse-project.el (muse-project-private-p): Skip any file for which we
70       cannot fetch attributes.  This fixes a bug where having an
71       Emacs-generated automatic backup file in a publishing directory causes
72       the publishing process to halt with an error.
74     modified files:
75      ChangeLog muse-blosxom.el muse-colors.el muse-project.el
78 2005-05-20 20:44:46 GMT Michael Olson <mwolson@gnu.org> patch-40
80     Summary:
81       Apply fix in previous patch to the DocBook publishing style.
82     Revision:
83       muse--main--1.0--patch-40
85     * muse-docbook.el (muse-docbook-markup-paragraph-close): Apply fix from
86       previous patch here as well.
87     
89     modified files:
90      ChangeLog muse-docbook.el
93 2005-05-20 20:28:32 GMT Michael Olson <mwolson@gnu.org> patch-39
95     Summary:
96       Fix newly-introduced lock-up during HTML publishing.
97     Revision:
98       muse--main--1.0--patch-39
100     * muse-blosxom.el (muse-blosxom-markup-regexps): Give date directive and
101       planner rules higher priority in the publishing sequence.  Hopefully
102       this will not wreck anything; I don't use these rules, so I cannot
103       tell.  This wasn't a real bugfix, just an aesthetic code thing for me.
104     
105     * muse-html.el (muse-html-markup-paragraph-close): Don't use
106       replace-match; that seems to be slightly evil.  Return nil instead of a
107       newline since otherwise Muse thinks that we are not done yet and gets
108       into an infinite loop.  This should fix the lock-up problem that
109       resulted from the previous few patches.
111     modified files:
112      ChangeLog muse-blosxom.el muse-html.el
115 2005-05-19 23:44:16 GMT Michael Olson <mwolson@gnu.org> patch-38
117     Summary:
118       Parenthesis goofup.
119     Revision:
120       muse--main--1.0--patch-38
122     * muse-blosxom.el (muse-blosxom-markup-regexps): Remove stray parenthesis.
123     
125     modified files:
126      ChangeLog muse-blosxom.el
129 2005-05-19 23:41:54 GMT Michael Olson <mwolson@gnu.org> patch-37
131     Summary:
132       Make docbook and blosxom modes close paragraphs properly at end.
133     Revision:
134       muse--main--1.0--patch-37
136     * muse-blosxom.el (muse-blosxom-markup-regexps): Use new rule from last
137       patch.
138     
139     * muse-docbook.el (muse-docbook-markup-regexps): Ditto.
140       (muse-docbook-markup-paragraph-close): Adapt from
141       `muse-html-markup-paragraph-close'.
142     
143     * muse-html.el (muse-html-markup-paragraph-close): Add newline so that we
144       preserve the same appearance as before the last patch.
146     modified files:
147      ChangeLog muse-blosxom.el muse-docbook.el muse-html.el
150 2005-05-19 23:26:50 GMT Michael Olson <mwolson@gnu.org> patch-36
152     Summary:
153       Bugfix: Close P tag properly at end of file.
154     Revision:
155       muse--main--1.0--patch-36
157     * muse-blosxom.el: Fix bug where loading this file twice would cause an
158       error.
159     
160     * muse-html.el (muse-html-markup-regexps): Use simpler mechanism for
161       detecting whether or not a paragraph needs a closing P tag.
162       (muse-html-markup-paragraph-close): New function that only inserts a
163       closing P tag when an unclosed P tag is nearby.
165     modified files:
166      ChangeLog muse-blosxom.el muse-html.el
169 2005-05-18 06:07:02 GMT Michael Olson <mwolson@gnu.org> patch-35
171     Summary:
172       Update my example settings.
173     Revision:
174       muse--main--1.0--patch-35
176     * examples/mwolson/muse-init.el: Synchronize with my current settings.
178     modified files:
179      ChangeLog examples/mwolson/muse-init.el
182 2005-05-18 06:03:07 GMT Michael Olson <mwolson@gnu.org> patch-34
184     Summary:
185       Update documentation for C-c TAB feature.
186     Revision:
187       muse--main--1.0--patch-34
189     * muse.texi (Keystroke Summary): Note that C-c TAB calls
190       `muse-insert-tag'.
191     
193     modified files:
194      ChangeLog muse.texi
197 2005-05-18 06:00:27 GMT Michael Olson <mwolson@gnu.org> patch-33
199     Summary:
200       New feature: tag completion with C-c TAB.
201     Revision:
202       muse--main--1.0--patch-33
204     * muse-mode.el (muse-mode-map): Map C-c TAB to `muse-insert-tag'.
205       (muse-tag-history, muse-custom-tags): New variables that keep track of
206       the tag history and newly-entered tags respectively for
207       `muse-insert-tag'.
208       (muse-insert-tag): New function that interactively prompts the user for
209       a tag to use.
211     modified files:
212      ChangeLog muse-mode.el
215 2005-05-18 05:49:07 GMT Michael Olson <mwolson@gnu.org> patch-32
217     Summary:
218       Fix XHTML validation error with <hr> and <br>.
219     Revision:
220       muse--main--1.0--patch-32
222     * muse-html.el (muse-xhtml-markup-strings): Use the proper form of the BR
223       and HR tags for XHTML publishing.  This should fix a few validation
224       errors that I've been noticing lately.
226     modified files:
227      ChangeLog muse-html.el
230 2005-05-12 22:46:10 GMT Michael Olson <mwolson@gnu.org> patch-31
232     Summary:
233       Remove flyspell overlays on links.
234     Revision:
235       muse--main--1.0--patch-31
237     * muse-colors.el (muse-colors-link): Remove flyspell overlays.  This
238       should make the link clickable.  On Emacs21, the color will stay red,
239       but other Emacsen should do the right thing, which is use the normal
240       link color.  Hopefully this will fix some strange flyspell-related link
241       problems.
243     modified files:
244      ChangeLog muse-colors.el
247 2005-05-06 03:30:05 GMT Michael Olson <mwolson@gnu.org> patch-30
249     Summary:
250       Update my example Muse settings.
251     Revision:
252       muse--main--1.0--patch-30
254     * examples/mwolson/muse-init.el: Update from my latest version.
255       (muse-project-alist): Remove the francais part of my blog.
256       (my-muse-mode-flyspell-p): Split old `my-muse-mode-affect-p' function
257       into this and `my-muse-mode-fill-nobreak-p'.
258       (muse-mode-hook): Tell fill mode to avoid breaking links; hopefully
259       this is the best way to accomplish this.
260       (my-muse-blosxom-title-to-file): Replace more non-alphanumeric
261       characters in the title.
262       (my-muse-prepare-entry-for-xanga): Treat example regions better.
264     modified files:
265      ChangeLog examples/mwolson/muse-init.el
268 2005-04-21 18:25:28 GMT Michael Olson <mwolson@gnu.org> patch-29
270     Summary:
271       Add simple `muse-version' function.
272     Revision:
273       muse--main--1.0--patch-29
275     * muse.el (muse-version): New function that displays the value of the
276       `muse-version' variable.  This should be easier for the user to type
277       than C-h v muse-version.
279     modified files:
280      ChangeLog muse.el
283 2005-04-21 18:19:02 GMT Michael Olson <mwolson@gnu.org> patch-28
285     Summary:
286       Don't compile documentation by default.
287     Revision:
288       muse--main--1.0--patch-28
290     * Makefile (all): Don't compile documentation by default.
291       (doc): Use this rule to compile documentation.
293     modified files:
294      ChangeLog Makefile
297 2005-04-16 18:08:24 GMT Michael Olson <mwolson@gnu.org> patch-27
299     Summary:
300       Merge RSS 2.0 enclosure support for muse-journal.el from johnw
301     Revision:
302       muse--main--1.0--patch-27
304     2005-04-16  Michael Olson  <mwolson@gnu.org>
305     
306         * muse-journal.el: Merge in enclosure support for RSS 2.0 from
307         johnw. If a journal entry's title is a [[link]], then an
308         <enclosure> tag will be added to the XML data giving the size and
309         MIME type of the link target.  This makes podcasting with Muse
310         trivial.
311         (muse-journal-rss-entry-template): Add enclosure usage to example.
312         (muse-journal-rss-munge-buffer): Implement enclosures.
314     modified files:
315      ChangeLog muse-journal.el
318 2005-04-15 05:54:30 GMT Michael Olson <mwolson@gnu.org> patch-26
320     Summary:
321       Standardize source headers, appease elint, don't require planner
322     Revision:
323       muse--main--1.0--patch-26
325     2005-04-15  Michael Olson  <mwolson@gnu.org>
326     
327         * Makefile, scripts/muse-build.el: Moved muse-build.el to the
328         `scripts' directory since it really isn't part of Muse proper; it
329         is used to generate Muse output from the command line.
330     
331         * muse-blosxom.el: Handle case where planner is not loaded so that
332         it isn't a hard requirement.
333     
334         * muse-colors.el: Move definition of `muse-colors-tag-info' up so
335         that elint doesn't complain.
336     
337         * muse-message.el (muse-message-markup-link): Don't throw up on
338         links with no description.
339     
340         * muse-blosxom.el, muse-book.el, muse-colors.el, muse-convert.el,
341         muse-docbook.el, muse-html.el, muse-http.el, muse-journal.el,
342         muse-latex.el, muse-message.el, muse-mode.el, muse-poem.el,
343         muse-project.el, muse-publish.el, muse-regexps.el,
344         muse-texinfo.el, muse.el: Add standard header for each file in
345         preparation for the initial release, which will hopefully happen
346         sometime within the next month.
347     
349     removed files:
350      experimental/.arch-ids/=id
352     modified files:
353      ChangeLog Makefile muse-blosxom.el muse-book.el muse-colors.el
354      muse-convert.el muse-docbook.el muse-html.el muse-http.el
355      muse-journal.el muse-latex.el muse-message.el muse-mode.el
356      muse-poem.el muse-project.el muse-publish.el muse-regexps.el
357      muse-texinfo.el muse.el
359     renamed files:
360      .arch-ids/muse-build.el.id
361        ==> scripts/.arch-ids/muse-build.el.id
362      muse-build.el
363        ==> scripts/muse-build.el
365     removed directories:
366      experimental experimental/.arch-ids
369 2005-04-14 23:46:47 GMT Michael Olson <mwolson@gnu.org> patch-25
371     Summary:
372       Merge contents of muse-latexcjk.el into muse-latex.el.
373     Revision:
374       muse--main--1.0--patch-25
376     2005-04-14  Michael Olson  <mwolson@gnu.org>
377     
378         * muse-latex.el (muse-latexcjk-header, muse-latexcjk-footer)
379         (muse-latexcjk-encoding-map, muse-latexcjk-encoding-default)
380         (muse-latexcjk-encoding, muse-latexcjk-transform-content-type):
381         Merge in from muse-latexcjk.el.
382     
383         * muse-latexcjk.el: Removed, functionality merged with
384         muse-latex.el
386     removed files:
387      .arch-ids/muse-latexcjk.el.id muse-latexcjk.el
389     modified files:
390      ChangeLog muse-latex.el
393 2005-04-06 23:25:47 GMT Michael Olson <mwolson@gnu.org> patch-24
395     Summary:
396       Merge muse-xhtml.el into muse-html.el.
397     Revision:
398       muse--main--1.0--patch-24
400     2005-04-06  Michael Olson  <mwolson@gnu.org>
401     
402         * examples/mwolson/muse-init.el: Update with respect to the
403         muse-xhtml.el merge.
404     
405         * muse-html.el: The contents of muse-xhtml.el have been merged in
406         as advised by John Wiegley.
407         (muse-html-style-sheet): Add example for XHTML use in the
408         function's documentation.
409         (muse-xhtml-header, muse-xhtml-footer, muse-xhtml-markup-tags):
410         Moved from muse-xhtml.el.
411     
412         * muse-xhtml.el: Removed; contents merged into muse-html.el.
414     removed files:
415      .arch-ids/muse-xhtml.el.id muse-xhtml.el
417     modified files:
418      ChangeLog examples/mwolson/muse-init.el muse-html.el
421 2005-04-06 03:18:55 GMT Michael Olson <mwolson@gnu.org> patch-23
423     Summary:
424       Try to fix regexps for Emacs 21.4.
425     Revision:
426       muse--main--1.0--patch-23
428     2005-04-05  Michael Olson  <mwolson@gnu.org>
429     
430         * muse-regexps.el (muse-extreg-usable-p): Try to make regexps work
431         for Emacs 21.4.
433     modified files:
434      ChangeLog muse-regexps.el
437 2005-04-01 17:59:47 GMT Michael Olson <mwolson@gnu.org> patch-22
439     Summary:
440       Add comments to the publish-project example script
441     Revision:
442       muse--main--1.0--patch-22
444     2005-04-01  Michael Olson  <mwolson@gnu.org>
445     
446         * examples/publish-project: Moved here from
447         scripts/publish-project.  Added a few comments so people know what
448         it is used for.
450     modified files:
451      ChangeLog examples/publish-project
453     renamed files:
454      scripts/.arch-ids/publish-project.id
455        ==> examples/.arch-ids/publish-project.id
456      scripts/publish-project
457        ==> examples/publish-project
460 2005-04-01 02:27:08 GMT Michael Olson <mwolson@gnu.org> patch-21
462     Summary:
463       New XHTML style, add more examples to my sample muse config
464     Revision:
465       muse--main--1.0--patch-21
467     2005-03-31  Michael Olson  <mwolson@gnu.org>
468     
469         * examples/mwolson/muse-init.el: Give an example of deriving a
470         custom publishing style.
471         (my-muse-blosxom-finalize): Finalizes the "my-blosxom" style.
472         (my-muse-prepare-entry-for-xanga): Mangle the published output
473         from a blosxom project and copy the result to the clipboard for
474         easy pasting into Xanga's web form.  The file is untouched.
475     
476         * muse-html.el (muse-html-style-sheet): Include the <style
477         type="text/css"></style> wrapper around the example.
478         (muse-html-header): Don't add <style type="text/css"></style>
479         around the value of `muse-html-style-sheet' anymore.  This allows
480         for the option of putting your stylesheet(s) in a separate file.
481         An example of this is given in the documentation for this
482         variable.
483     
484         * muse-xhtml: New file that implements a publishing style which is
485         derived from HTML mode.  It uses a slightly modified version of
486         the HTML markup rules to generate XHTML-compliant output.
487     
488         * muse-blosxom.el: Add new "blosxom-xhtml" style.  The old
489         "blosxom" style has been renamed to "blosxom-html".  Fix a few
490         header gaffes.
491     
492         * muse-journal.el: Add new "journal-xhtml" style.
493     
494         * muse-message.el: Add new "message-xhtml" style.
496     new files:
497      .arch-ids/muse-xhtml.el.id muse-xhtml.el
499     modified files:
500      ChangeLog examples/mwolson/muse-init.el muse-blosxom.el
501      muse-html.el muse-journal.el muse-message.el
504 2005-03-25 03:55:13 GMT Michael Olson <mwolson@gnu.org> patch-20
506     Summary:
507       Add my muse configuration to the examples
508     Revision:
509       muse--main--1.0--patch-20
511     2005-03-24  Michael Olson  <mwolson@gnu.org>
512     
513         * examples/johnw: Move John Wiegley's configuration to this
514         directory.
515     
516         * examples/mwolson: My configuration files go here.
517     
518         * examples/mwolson/muse-init.el: My Muse configuration file.  I
519         just figured out how to keep links from being spell-checked or
520         split up by fill-mode, so the implementation of this may be found
521         here.  I also made a function that sets up a blog entry for me.
523     new files:
524      examples/johnw/.arch-ids/=id examples/mwolson/.arch-ids/=id
525      examples/mwolson/.arch-ids/muse-init.el.id
526      examples/mwolson/muse-init.el
528     modified files:
529      ChangeLog
531     renamed files:
532      examples/.arch-ids/muse-johnw.el.id
533        ==> examples/johnw/.arch-ids/muse-johnw.el.id
534      examples/.arch-ids/publish-johnw.id
535        ==> examples/johnw/.arch-ids/publish-johnw.id
536      examples/muse-johnw.el
537        ==> examples/johnw/muse-johnw.el
538      examples/publish-johnw
539        ==> examples/johnw/publish-johnw
541     new directories:
542      examples/johnw examples/johnw/.arch-ids examples/mwolson
543      examples/mwolson/.arch-ids
546 2005-03-24 22:57:10 GMT Michael Olson <mwolson@gnu.org> patch-19
548     Summary:
549       Add muse-blosxom script and plugin for pyblosxom
550     Revision:
551       muse--main--1.0--patch-19
553     2005-03-24  Michael Olson  <mwolson@gnu.org>
554     
555         * muse-blosxom.el: Update copyright notice in headers and mention
556         the pyblosxom scripts.
557     
558         * contrib/pyblosxom: New directory containing pyblosxom plugins
559         and helper scripts.
560     
561         * contrib/getstamps.py: Script that generates the "timestamps"
562         file, run on the local machine.
563     
564         * contrib/hardcodedates.py: PyBlosxom plugin that interprets the
565         timestamps file.
567     new files:
568      contrib/pyblosxom/.arch-ids/=id
569      contrib/pyblosxom/.arch-ids/getstamps.py.id
570      contrib/pyblosxom/.arch-ids/hardcodedates.py.id
571      contrib/pyblosxom/getstamps.py
572      contrib/pyblosxom/hardcodedates.py
574     modified files:
575      ChangeLog muse-blosxom.el
577     new directories:
578      contrib/pyblosxom contrib/pyblosxom/.arch-ids
581 2005-03-23 19:05:09 GMT Michael Olson <mwolson@gnu.org> patch-18
583     Summary:
584       muse-blosxom.el has matured past experimental status
585     Revision:
586       muse--main--1.0--patch-18
588     2005-03-23  Michael Olson  <mwolson@gnu.org>
589     
590         * muse-blosxom.el: Remove common functionality that has already
591         been implemented in `muse-html.el'.  Derive this mode from
592         `muse-html'.  Update documentation.  I now feel that this file is
593         ready to be included in the top-level Muse directory.
595     modified files:
596      ChangeLog muse-blosxom.el
598     renamed files:
599      experimental/.arch-ids/muse-blosxom.el.id
600        ==> .arch-ids/muse-blosxom.el.id
601      experimental/muse-blosxom.el
602        ==> muse-blosxom.el
605 2005-03-22 05:28:01 GMT Michael Olson <mwolson@gnu.org> patch-17
607     Summary:
608       Make muse-blosxom.el slightly less experimental
609     Revision:
610       muse--main--1.0--patch-17
612     2005-03-22  Michael Olson  <mwolson@gnu.org>
613     
614         * experimental/muse-blosxom.el (muse-blosxom-page-date-alist):
615         Renamed from `blosxom-page-date-alist'.  Currently it does nothing
616         useful.
617         (muse-blosxom-markup-regexps): Remove unnecessary first grouping
618         from the `muse-blosxom-markup-date-directive' rule.
619         (blosxom-set-time): Remove this function.  We're not going to be
620         touching the timestamp manually anymore -- it's too much of a
621         hassle.  Right now I've got a python program that compiles a
622         timestamp file and a pyblosxom helper that reads it.  Something
623         similar could be arranged for blosxom, I'm sure.
624     
626     modified files:
627      ChangeLog experimental/muse-blosxom.el
630 2005-03-20 19:40:10 GMT Michael Olson <mwolson@gnu.org> patch-16
632     Summary:
633       Apply latest journal-related updates from johnw
634     Revision:
635       muse--main--1.0--patch-16
638     modified files:
639      ChangeLog examples/muse-johnw.el muse-journal.el
642 2005-03-01 02:58:29 GMT Michael Olson <mwolson@gnu.org> patch-15
644     Summary:
645       Add Projects node to the manual
646     Revision:
647       muse--main--1.0--patch-15
649     2005-02-28  Michael Olson  <mwolson@gnu.org>
650     
651         * muse.texi: Change copyright notice since the FSF is now the
652         copyright holder.
653         (Projects): New node, based on a section from the README file.
655     modified files:
656      ChangeLog muse.texi
659 2005-03-01 02:25:15 GMT Michael Olson <mwolson@gnu.org> patch-14
661     Summary:
662       Correct documentation, adding some content.
663     Revision:
664       muse--main--1.0--patch-14
666     2005-02-28  Michael Olson  <mwolson@gnu.org>
667     
668         * muse.texi: Change license terms of the documentation to the GNU
669         GPL instead of the GNU FDL, as per the consent of the copyright
670         holders of the emacs-wiki manual, from which this is based.  Some
671         emacs-wiki-isms in the manual were corrected, and the Getting
672         Started section was updated.
674     modified files:
675      ChangeLog muse.texi
678 2005-02-17 19:08:19 GMT Michael Olson <mwolson@gnu.org> patch-13
680     Summary:
681       Make muse-blosxom.el a bit more sane, still need to bum it down a bit
682     Revision:
683       muse--main--1.0--patch-13
685     2005-02-17  Michael Olson  <mwolson@gnu.org>
686     
687         * experimental/muse-blosxom.el: Somehow the contents of this file
688         managed to get duplicated.  I removed the duplicates.
689         (muse-blosxom-date): Remove this, since it is not useful.
690         (muse-blosxom-header): Use the standard header that blosxom.el
691         has.
693     modified files:
694      ChangeLog experimental/muse-blosxom.el
697 2005-02-08 04:20:41 GMT Michael Olson <mwolson@gnu.org> patch-12
699     Summary:
700       Initial commit of muse.texi, nothing substantial
701     Revision:
702       muse--main--1.0--patch-12
704     2005-02-07  Michael Olson  <mwolson@gnu.org>
705     
706         * muse.texi: New file that provides the documentation for Muse.
707         It is in a very rough form at the moment.  Nothing substantial may
708         be found here yet.  Be ye warned.
710     new files:
711      .arch-ids/muse.texi.id muse.texi
713     modified files:
714      ChangeLog
717 2005-02-08 01:15:15 GMT Michael Olson <mwolson@gnu.org> patch-11
719     Summary:
720       Add docstring, new trivial function
721     Revision:
722       muse--main--1.0--patch-11
724     2005-02-07  Michael Olson  <mwolson@gnu.org>
725     
726         * muse-mode.el (muse-mode-map): Make "C-c =" trigger
727         `muse-what-changed'.  No functionality change.
728         (muse-what-changed): New function that displays in diff format the
729         changes made since the buffer was last saved.
730     
731         * muse-project.el (muse-project-publish): Add docstring.
733     modified files:
734      ChangeLog muse-mode.el muse-project.el
737 2005-02-04 18:42:08 GMT Michael Olson <mwolson@gnu.org> patch-10
739     Summary:
740       Add experimental version of muse-blosxom.el to project
741     Revision:
742       muse--main--1.0--patch-10
744     2005-02-04  Michael Olson  <mwolson@gnu.org>
745     
746         * Makefile (realclean): Remove file that gets generated when fonts
747         are missing.
748     
749         * experimental/muse-bloxsom.el: New file that implements Blosxom
750         support for Muse.  It's in a very rough state, hence its placement
751         in the `experimental' directory.
753     new files:
754      experimental/.arch-ids/=id
755      experimental/.arch-ids/muse-blosxom.el.id
756      experimental/muse-blosxom.el
758     modified files:
759      ChangeLog Makefile
761     new directories:
762      experimental experimental/.arch-ids
765 2005-02-04 18:19:44 GMT Michael Olson <mwolson@gnu.org> patch-9
767     Summary:
768       Make permissions more consistent
769     Revision:
770       muse--main--1.0--patch-9
773     modified files:
774      ChangeLog
776     modified directories:
777      contrib examples scripts
780 2005-02-04 18:13:56 GMT Michael Olson <mwolson@gnu.org> patch-8
782     Summary:
783       Fix build problems
784     Revision:
785       muse--main--1.0--patch-8
787     2005-02-04  Michael Olson  <mwolson@gnu.org>
788     
789         * muse-build.el: Add contrib directory to `load-path'.
790         (muse-elint-files): Load `muse-regexps.el'.
791     
792         * scripts/publish: Change permissions so that this script is
793         executable.  Add contrib directory to load list.  Add
794         `muse-regexps.el' to list.
796     modified files:
797      ChangeLog muse-build.el scripts/publish
800 2005-01-31 21:04:43 GMT Michael Olson <mwolson@gnu.org> patch-7
802     Summary:
803       Use "&mdash;" instead of "&#151;"
804     Revision:
805       muse--main--1.0--patch-7
807     2005-01-31  Michael Olson  <mwolson@gnu.org>
808     
809         * muse-docbook.el (muse-docbook-markup-strings): Replace "&#151;"
810         with "&mdash;" so that documents validate properly.  Thanks to
811         Björn Lindström for the suggestion.
812     
813         * muse-html.el (muse-html-markup-strings): Ditto.
815     modified files:
816      ChangeLog muse-docbook.el muse-html.el
819 2005-01-25 19:04:31 GMT Michael Olson <mwolson@gnu.org> patch-6
821     Summary:
822       Fix use of "[:blank:]" in underline markup
823     Revision:
824       muse--main--1.0--patch-6
826     2005-01-25  Michael Olson  <mwolson@gnu.org>
827     
828         * muse-colors.el (muse-colors-markup): Replace "[:blank:]" with
829         use of `muse-regexp-blank'.
831     modified files:
832      ChangeLog muse-colors.el
835 2005-01-03 06:00:43 GMT Michael Olson <mwolson@member.fsf.org>  patch-5
837     Summary:
838       Fix problem with headings being given wrong face
839     Revision:
840       muse--main--1.0--patch-5
842     2005-01-03  Michael Olson  <mwolson@gnu.org>
843     
844         * muse-colors.el: Add header.
845         (muse-colors-emphasized): Headings were being given the coloring
846         for the next level of heading instead of the real
847         level (i.e. `muse-header-2' instead of `muse-header-1' for "*
848         Heading").  Thanks to Lan Yufeng for finding this and sending a
849         patch.
850     
851         * muse-regexps.el: Fix header.
853     modified files:
854      ChangeLog muse-colors.el muse-regexps.el
857 2005-01-02 00:02:15 GMT Michael Olson <mwolson@member.fsf.org>  patch-4
859     Summary:
860       Rotate ChangeLog
861     Revision:
862       muse--main--1.0--patch-4
864     2005-01-01  Michael Olson  <mwolson@gnu.org>
865     
866         * ChangeLog: Move old ChangeLog to ChangeLog.2004.  This new
867         version will be automatically maintained by Arch.
868     
870     new files:
871      .arch-ids/ChangeLog.id ChangeLog
873     renamed files:
874      .arch-ids/ChangeLog.id
875        ==> .arch-ids/ChangeLog.2004.id
876      ChangeLog
877        ==> ChangeLog.2004
880 2004-12-30 07:26:48 GMT Michael Olson <mwolson@member.fsf.org>  patch-3
882     Summary:
883       Extended regexps fix, allow spaces in 1st part of links
884     Revision:
885       muse--main--1.0--patch-3
887     2004-12-30  Michael Olson  <mwolson@gnu.org>
888     
889         * muse.el (muse-link-regexp): Allow spaces in the first part of
890         links.
891     
892         * muse-colors.el, muse-convert.el, muse-docbook.el: Use
893         customizable alternatives to extended character classes.
894     
895         * muse-html.el, muse-mode.el, muse-publish.el: Ditto.
897     modified files:
898      ChangeLog muse-colors.el muse-convert.el muse-docbook.el
899      muse-html.el muse-mode.el muse-publish.el muse.el
902 2004-12-30 02:18:07 GMT Michael Olson <mwolson@member.fsf.org>  patch-2
904     Summary:
905       Begin to change regexp handling, tweak muse.el header
906     Revision:
907       muse--main--1.0--patch-2
909     2004-12-29  Michael Olson  <mwolson@gnu.org>
910     
911         * muse.el: Change Copyright notice to FSF.  Change Maintainer to
912         myself.  Update URL.
913     
914         * muse-regexps.el: New file that implements regexp handling.
915         Generalized regexp options will be moved to it eventually.
917     new files:
918      .arch-ids/muse-regexps.el.id muse-regexps.el
920     modified files:
921      ChangeLog muse.el
924 2004-12-30 01:49:50 GMT Michael Olson <mwolson@member.fsf.org>  patch-1
926     Summary:
927       Do some early spring cleaning
928     Revision:
929       muse--main--1.0--patch-1
931     2004-12-29  Michael Olson  <mwolson@gnu.org>
932     
933         * Makefile: Change path to `publish' script.
934     
935         * contrib/pcomplete.el: New file that is used by Muse without
936         actually being a part of it: hence its location in the contrib
937         directory.
938     
939         * contrib/cgi.el, contrib/httpd.el: New location.
940     
941         * examples/muse-johnw.el, examples/publish-johnw: Ditto.
942     
943         * scripts/publish, scripts/publish-project: Ditto.
945     new files:
946      contrib/.arch-ids/=id contrib/.arch-ids/pcomplete.el.id
947      contrib/pcomplete.el examples/.arch-ids/=id
948      scripts/.arch-ids/=id
950     modified files:
951      ChangeLog Makefile
953     renamed files:
954      .arch-ids/cgi.el.id
955        ==> contrib/.arch-ids/cgi.el.id
956      .arch-ids/httpd.el.id
957        ==> contrib/.arch-ids/httpd.el.id
958      .arch-ids/muse-johnw.el.id
959        ==> examples/.arch-ids/muse-johnw.el.id
960      .arch-ids/publish-johnw.id
961        ==> examples/.arch-ids/publish-johnw.id
962      .arch-ids/publish-project.id
963        ==> scripts/.arch-ids/publish-project.id
964      .arch-ids/publish.id
965        ==> scripts/.arch-ids/publish.id
966      cgi.el
967        ==> contrib/cgi.el
968      httpd.el
969        ==> contrib/httpd.el
970      muse-johnw.el
971        ==> examples/muse-johnw.el
972      publish
973        ==> scripts/publish
974      publish-johnw
975        ==> examples/publish-johnw
976      publish-project
977        ==> scripts/publish-project
979     new directories:
980      contrib contrib/.arch-ids examples examples/.arch-ids scripts
981      scripts/.arch-ids
984 2004-12-30 01:33:11 GMT Michael Olson <mwolson@member.fsf.org>  base-0
986     Summary:
987       tag of mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
988     Revision:
989       muse--main--1.0--base-0
991     (automatically generated log message)
993     new patches:
994      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
995      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
996      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
997      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
998      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
999      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
1000      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
1001      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
1002      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
1003      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
1004      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
1005      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
1006      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
1007      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
1008      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
1009      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
1010      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
1011      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8