Make docbook and blosxom modes close paragraphs properly at end.
[muse-el.git] / ChangeLog
blob2749bd9723ddecf27480f1b4c4af1d880a3ed873
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-19 23:41:54 GMT Michael Olson <mwolson@gnu.org> patch-37
7     Summary:
8       Make docbook and blosxom modes close paragraphs properly at end.
9     Revision:
10       muse--main--1.0--patch-37
12     * muse-blosxom.el (muse-blosxom-markup-regexps): Use new rule from last
13       patch.
14     
15     * muse-docbook.el (muse-docbook-markup-regexps): Ditto.
16       (muse-docbook-markup-paragraph-close): Adapt from
17       `muse-html-markup-paragraph-close'.
18     
19     * muse-html.el (muse-html-markup-paragraph-close): Add newline so that we
20       preserve the same appearance as before the last patch.
22     modified files:
23      ChangeLog muse-blosxom.el muse-docbook.el muse-html.el
26 2005-05-19 23:26:50 GMT Michael Olson <mwolson@gnu.org> patch-36
28     Summary:
29       Bugfix: Close P tag properly at end of file.
30     Revision:
31       muse--main--1.0--patch-36
33     * muse-blosxom.el: Fix bug where loading this file twice would cause an
34       error.
35     
36     * muse-html.el (muse-html-markup-regexps): Use simpler mechanism for
37       detecting whether or not a paragraph needs a closing P tag.
38       (muse-html-markup-paragraph-close): New function that only inserts a
39       closing P tag when an unclosed P tag is nearby.
41     modified files:
42      ChangeLog muse-blosxom.el muse-html.el
45 2005-05-18 06:07:02 GMT Michael Olson <mwolson@gnu.org> patch-35
47     Summary:
48       Update my example settings.
49     Revision:
50       muse--main--1.0--patch-35
52     * examples/mwolson/muse-init.el: Synchronize with my current settings.
54     modified files:
55      ChangeLog examples/mwolson/muse-init.el
58 2005-05-18 06:03:07 GMT Michael Olson <mwolson@gnu.org> patch-34
60     Summary:
61       Update documentation for C-c TAB feature.
62     Revision:
63       muse--main--1.0--patch-34
65     * muse.texi (Keystroke Summary): Note that C-c TAB calls
66       `muse-insert-tag'.
67     
69     modified files:
70      ChangeLog muse.texi
73 2005-05-18 06:00:27 GMT Michael Olson <mwolson@gnu.org> patch-33
75     Summary:
76       New feature: tag completion with C-c TAB.
77     Revision:
78       muse--main--1.0--patch-33
80     * muse-mode.el (muse-mode-map): Map C-c TAB to `muse-insert-tag'.
81       (muse-tag-history, muse-custom-tags): New variables that keep track of
82       the tag history and newly-entered tags respectively for
83       `muse-insert-tag'.
84       (muse-insert-tag): New function that interactively prompts the user for
85       a tag to use.
87     modified files:
88      ChangeLog muse-mode.el
91 2005-05-18 05:49:07 GMT Michael Olson <mwolson@gnu.org> patch-32
93     Summary:
94       Fix XHTML validation error with <hr> and <br>.
95     Revision:
96       muse--main--1.0--patch-32
98     * muse-html.el (muse-xhtml-markup-strings): Use the proper form of the BR
99       and HR tags for XHTML publishing.  This should fix a few validation
100       errors that I've been noticing lately.
102     modified files:
103      ChangeLog muse-html.el
106 2005-05-12 22:46:10 GMT Michael Olson <mwolson@gnu.org> patch-31
108     Summary:
109       Remove flyspell overlays on links.
110     Revision:
111       muse--main--1.0--patch-31
113     * muse-colors.el (muse-colors-link): Remove flyspell overlays.  This
114       should make the link clickable.  On Emacs21, the color will stay red,
115       but other Emacsen should do the right thing, which is use the normal
116       link color.  Hopefully this will fix some strange flyspell-related link
117       problems.
119     modified files:
120      ChangeLog muse-colors.el
123 2005-05-06 03:30:05 GMT Michael Olson <mwolson@gnu.org> patch-30
125     Summary:
126       Update my example Muse settings.
127     Revision:
128       muse--main--1.0--patch-30
130     * examples/mwolson/muse-init.el: Update from my latest version.
131       (muse-project-alist): Remove the francais part of my blog.
132       (my-muse-mode-flyspell-p): Split old `my-muse-mode-affect-p' function
133       into this and `my-muse-mode-fill-nobreak-p'.
134       (muse-mode-hook): Tell fill mode to avoid breaking links; hopefully
135       this is the best way to accomplish this.
136       (my-muse-blosxom-title-to-file): Replace more non-alphanumeric
137       characters in the title.
138       (my-muse-prepare-entry-for-xanga): Treat example regions better.
140     modified files:
141      ChangeLog examples/mwolson/muse-init.el
144 2005-04-21 18:25:28 GMT Michael Olson <mwolson@gnu.org> patch-29
146     Summary:
147       Add simple `muse-version' function.
148     Revision:
149       muse--main--1.0--patch-29
151     * muse.el (muse-version): New function that displays the value of the
152       `muse-version' variable.  This should be easier for the user to type
153       than C-h v muse-version.
155     modified files:
156      ChangeLog muse.el
159 2005-04-21 18:19:02 GMT Michael Olson <mwolson@gnu.org> patch-28
161     Summary:
162       Don't compile documentation by default.
163     Revision:
164       muse--main--1.0--patch-28
166     * Makefile (all): Don't compile documentation by default.
167       (doc): Use this rule to compile documentation.
169     modified files:
170      ChangeLog Makefile
173 2005-04-16 18:08:24 GMT Michael Olson <mwolson@gnu.org> patch-27
175     Summary:
176       Merge RSS 2.0 enclosure support for muse-journal.el from johnw
177     Revision:
178       muse--main--1.0--patch-27
180     2005-04-16  Michael Olson  <mwolson@gnu.org>
181     
182         * muse-journal.el: Merge in enclosure support for RSS 2.0 from
183         johnw. If a journal entry's title is a [[link]], then an
184         <enclosure> tag will be added to the XML data giving the size and
185         MIME type of the link target.  This makes podcasting with Muse
186         trivial.
187         (muse-journal-rss-entry-template): Add enclosure usage to example.
188         (muse-journal-rss-munge-buffer): Implement enclosures.
190     modified files:
191      ChangeLog muse-journal.el
194 2005-04-15 05:54:30 GMT Michael Olson <mwolson@gnu.org> patch-26
196     Summary:
197       Standardize source headers, appease elint, don't require planner
198     Revision:
199       muse--main--1.0--patch-26
201     2005-04-15  Michael Olson  <mwolson@gnu.org>
202     
203         * Makefile, scripts/muse-build.el: Moved muse-build.el to the
204         `scripts' directory since it really isn't part of Muse proper; it
205         is used to generate Muse output from the command line.
206     
207         * muse-blosxom.el: Handle case where planner is not loaded so that
208         it isn't a hard requirement.
209     
210         * muse-colors.el: Move definition of `muse-colors-tag-info' up so
211         that elint doesn't complain.
212     
213         * muse-message.el (muse-message-markup-link): Don't throw up on
214         links with no description.
215     
216         * muse-blosxom.el, muse-book.el, muse-colors.el, muse-convert.el,
217         muse-docbook.el, muse-html.el, muse-http.el, muse-journal.el,
218         muse-latex.el, muse-message.el, muse-mode.el, muse-poem.el,
219         muse-project.el, muse-publish.el, muse-regexps.el,
220         muse-texinfo.el, muse.el: Add standard header for each file in
221         preparation for the initial release, which will hopefully happen
222         sometime within the next month.
223     
225     removed files:
226      experimental/.arch-ids/=id
228     modified files:
229      ChangeLog Makefile muse-blosxom.el muse-book.el muse-colors.el
230      muse-convert.el muse-docbook.el muse-html.el muse-http.el
231      muse-journal.el muse-latex.el muse-message.el muse-mode.el
232      muse-poem.el muse-project.el muse-publish.el muse-regexps.el
233      muse-texinfo.el muse.el
235     renamed files:
236      .arch-ids/muse-build.el.id
237        ==> scripts/.arch-ids/muse-build.el.id
238      muse-build.el
239        ==> scripts/muse-build.el
241     removed directories:
242      experimental experimental/.arch-ids
245 2005-04-14 23:46:47 GMT Michael Olson <mwolson@gnu.org> patch-25
247     Summary:
248       Merge contents of muse-latexcjk.el into muse-latex.el.
249     Revision:
250       muse--main--1.0--patch-25
252     2005-04-14  Michael Olson  <mwolson@gnu.org>
253     
254         * muse-latex.el (muse-latexcjk-header, muse-latexcjk-footer)
255         (muse-latexcjk-encoding-map, muse-latexcjk-encoding-default)
256         (muse-latexcjk-encoding, muse-latexcjk-transform-content-type):
257         Merge in from muse-latexcjk.el.
258     
259         * muse-latexcjk.el: Removed, functionality merged with
260         muse-latex.el
262     removed files:
263      .arch-ids/muse-latexcjk.el.id muse-latexcjk.el
265     modified files:
266      ChangeLog muse-latex.el
269 2005-04-06 23:25:47 GMT Michael Olson <mwolson@gnu.org> patch-24
271     Summary:
272       Merge muse-xhtml.el into muse-html.el.
273     Revision:
274       muse--main--1.0--patch-24
276     2005-04-06  Michael Olson  <mwolson@gnu.org>
277     
278         * examples/mwolson/muse-init.el: Update with respect to the
279         muse-xhtml.el merge.
280     
281         * muse-html.el: The contents of muse-xhtml.el have been merged in
282         as advised by John Wiegley.
283         (muse-html-style-sheet): Add example for XHTML use in the
284         function's documentation.
285         (muse-xhtml-header, muse-xhtml-footer, muse-xhtml-markup-tags):
286         Moved from muse-xhtml.el.
287     
288         * muse-xhtml.el: Removed; contents merged into muse-html.el.
290     removed files:
291      .arch-ids/muse-xhtml.el.id muse-xhtml.el
293     modified files:
294      ChangeLog examples/mwolson/muse-init.el muse-html.el
297 2005-04-06 03:18:55 GMT Michael Olson <mwolson@gnu.org> patch-23
299     Summary:
300       Try to fix regexps for Emacs 21.4.
301     Revision:
302       muse--main--1.0--patch-23
304     2005-04-05  Michael Olson  <mwolson@gnu.org>
305     
306         * muse-regexps.el (muse-extreg-usable-p): Try to make regexps work
307         for Emacs 21.4.
309     modified files:
310      ChangeLog muse-regexps.el
313 2005-04-01 17:59:47 GMT Michael Olson <mwolson@gnu.org> patch-22
315     Summary:
316       Add comments to the publish-project example script
317     Revision:
318       muse--main--1.0--patch-22
320     2005-04-01  Michael Olson  <mwolson@gnu.org>
321     
322         * examples/publish-project: Moved here from
323         scripts/publish-project.  Added a few comments so people know what
324         it is used for.
326     modified files:
327      ChangeLog examples/publish-project
329     renamed files:
330      scripts/.arch-ids/publish-project.id
331        ==> examples/.arch-ids/publish-project.id
332      scripts/publish-project
333        ==> examples/publish-project
336 2005-04-01 02:27:08 GMT Michael Olson <mwolson@gnu.org> patch-21
338     Summary:
339       New XHTML style, add more examples to my sample muse config
340     Revision:
341       muse--main--1.0--patch-21
343     2005-03-31  Michael Olson  <mwolson@gnu.org>
344     
345         * examples/mwolson/muse-init.el: Give an example of deriving a
346         custom publishing style.
347         (my-muse-blosxom-finalize): Finalizes the "my-blosxom" style.
348         (my-muse-prepare-entry-for-xanga): Mangle the published output
349         from a blosxom project and copy the result to the clipboard for
350         easy pasting into Xanga's web form.  The file is untouched.
351     
352         * muse-html.el (muse-html-style-sheet): Include the <style
353         type="text/css"></style> wrapper around the example.
354         (muse-html-header): Don't add <style type="text/css"></style>
355         around the value of `muse-html-style-sheet' anymore.  This allows
356         for the option of putting your stylesheet(s) in a separate file.
357         An example of this is given in the documentation for this
358         variable.
359     
360         * muse-xhtml: New file that implements a publishing style which is
361         derived from HTML mode.  It uses a slightly modified version of
362         the HTML markup rules to generate XHTML-compliant output.
363     
364         * muse-blosxom.el: Add new "blosxom-xhtml" style.  The old
365         "blosxom" style has been renamed to "blosxom-html".  Fix a few
366         header gaffes.
367     
368         * muse-journal.el: Add new "journal-xhtml" style.
369     
370         * muse-message.el: Add new "message-xhtml" style.
372     new files:
373      .arch-ids/muse-xhtml.el.id muse-xhtml.el
375     modified files:
376      ChangeLog examples/mwolson/muse-init.el muse-blosxom.el
377      muse-html.el muse-journal.el muse-message.el
380 2005-03-25 03:55:13 GMT Michael Olson <mwolson@gnu.org> patch-20
382     Summary:
383       Add my muse configuration to the examples
384     Revision:
385       muse--main--1.0--patch-20
387     2005-03-24  Michael Olson  <mwolson@gnu.org>
388     
389         * examples/johnw: Move John Wiegley's configuration to this
390         directory.
391     
392         * examples/mwolson: My configuration files go here.
393     
394         * examples/mwolson/muse-init.el: My Muse configuration file.  I
395         just figured out how to keep links from being spell-checked or
396         split up by fill-mode, so the implementation of this may be found
397         here.  I also made a function that sets up a blog entry for me.
399     new files:
400      examples/johnw/.arch-ids/=id examples/mwolson/.arch-ids/=id
401      examples/mwolson/.arch-ids/muse-init.el.id
402      examples/mwolson/muse-init.el
404     modified files:
405      ChangeLog
407     renamed files:
408      examples/.arch-ids/muse-johnw.el.id
409        ==> examples/johnw/.arch-ids/muse-johnw.el.id
410      examples/.arch-ids/publish-johnw.id
411        ==> examples/johnw/.arch-ids/publish-johnw.id
412      examples/muse-johnw.el
413        ==> examples/johnw/muse-johnw.el
414      examples/publish-johnw
415        ==> examples/johnw/publish-johnw
417     new directories:
418      examples/johnw examples/johnw/.arch-ids examples/mwolson
419      examples/mwolson/.arch-ids
422 2005-03-24 22:57:10 GMT Michael Olson <mwolson@gnu.org> patch-19
424     Summary:
425       Add muse-blosxom script and plugin for pyblosxom
426     Revision:
427       muse--main--1.0--patch-19
429     2005-03-24  Michael Olson  <mwolson@gnu.org>
430     
431         * muse-blosxom.el: Update copyright notice in headers and mention
432         the pyblosxom scripts.
433     
434         * contrib/pyblosxom: New directory containing pyblosxom plugins
435         and helper scripts.
436     
437         * contrib/getstamps.py: Script that generates the "timestamps"
438         file, run on the local machine.
439     
440         * contrib/hardcodedates.py: PyBlosxom plugin that interprets the
441         timestamps file.
443     new files:
444      contrib/pyblosxom/.arch-ids/=id
445      contrib/pyblosxom/.arch-ids/getstamps.py.id
446      contrib/pyblosxom/.arch-ids/hardcodedates.py.id
447      contrib/pyblosxom/getstamps.py
448      contrib/pyblosxom/hardcodedates.py
450     modified files:
451      ChangeLog muse-blosxom.el
453     new directories:
454      contrib/pyblosxom contrib/pyblosxom/.arch-ids
457 2005-03-23 19:05:09 GMT Michael Olson <mwolson@gnu.org> patch-18
459     Summary:
460       muse-blosxom.el has matured past experimental status
461     Revision:
462       muse--main--1.0--patch-18
464     2005-03-23  Michael Olson  <mwolson@gnu.org>
465     
466         * muse-blosxom.el: Remove common functionality that has already
467         been implemented in `muse-html.el'.  Derive this mode from
468         `muse-html'.  Update documentation.  I now feel that this file is
469         ready to be included in the top-level Muse directory.
471     modified files:
472      ChangeLog muse-blosxom.el
474     renamed files:
475      experimental/.arch-ids/muse-blosxom.el.id
476        ==> .arch-ids/muse-blosxom.el.id
477      experimental/muse-blosxom.el
478        ==> muse-blosxom.el
481 2005-03-22 05:28:01 GMT Michael Olson <mwolson@gnu.org> patch-17
483     Summary:
484       Make muse-blosxom.el slightly less experimental
485     Revision:
486       muse--main--1.0--patch-17
488     2005-03-22  Michael Olson  <mwolson@gnu.org>
489     
490         * experimental/muse-blosxom.el (muse-blosxom-page-date-alist):
491         Renamed from `blosxom-page-date-alist'.  Currently it does nothing
492         useful.
493         (muse-blosxom-markup-regexps): Remove unnecessary first grouping
494         from the `muse-blosxom-markup-date-directive' rule.
495         (blosxom-set-time): Remove this function.  We're not going to be
496         touching the timestamp manually anymore -- it's too much of a
497         hassle.  Right now I've got a python program that compiles a
498         timestamp file and a pyblosxom helper that reads it.  Something
499         similar could be arranged for blosxom, I'm sure.
500     
502     modified files:
503      ChangeLog experimental/muse-blosxom.el
506 2005-03-20 19:40:10 GMT Michael Olson <mwolson@gnu.org> patch-16
508     Summary:
509       Apply latest journal-related updates from johnw
510     Revision:
511       muse--main--1.0--patch-16
514     modified files:
515      ChangeLog examples/muse-johnw.el muse-journal.el
518 2005-03-01 02:58:29 GMT Michael Olson <mwolson@gnu.org> patch-15
520     Summary:
521       Add Projects node to the manual
522     Revision:
523       muse--main--1.0--patch-15
525     2005-02-28  Michael Olson  <mwolson@gnu.org>
526     
527         * muse.texi: Change copyright notice since the FSF is now the
528         copyright holder.
529         (Projects): New node, based on a section from the README file.
531     modified files:
532      ChangeLog muse.texi
535 2005-03-01 02:25:15 GMT Michael Olson <mwolson@gnu.org> patch-14
537     Summary:
538       Correct documentation, adding some content.
539     Revision:
540       muse--main--1.0--patch-14
542     2005-02-28  Michael Olson  <mwolson@gnu.org>
543     
544         * muse.texi: Change license terms of the documentation to the GNU
545         GPL instead of the GNU FDL, as per the consent of the copyright
546         holders of the emacs-wiki manual, from which this is based.  Some
547         emacs-wiki-isms in the manual were corrected, and the Getting
548         Started section was updated.
550     modified files:
551      ChangeLog muse.texi
554 2005-02-17 19:08:19 GMT Michael Olson <mwolson@gnu.org> patch-13
556     Summary:
557       Make muse-blosxom.el a bit more sane, still need to bum it down a bit
558     Revision:
559       muse--main--1.0--patch-13
561     2005-02-17  Michael Olson  <mwolson@gnu.org>
562     
563         * experimental/muse-blosxom.el: Somehow the contents of this file
564         managed to get duplicated.  I removed the duplicates.
565         (muse-blosxom-date): Remove this, since it is not useful.
566         (muse-blosxom-header): Use the standard header that blosxom.el
567         has.
569     modified files:
570      ChangeLog experimental/muse-blosxom.el
573 2005-02-08 04:20:41 GMT Michael Olson <mwolson@gnu.org> patch-12
575     Summary:
576       Initial commit of muse.texi, nothing substantial
577     Revision:
578       muse--main--1.0--patch-12
580     2005-02-07  Michael Olson  <mwolson@gnu.org>
581     
582         * muse.texi: New file that provides the documentation for Muse.
583         It is in a very rough form at the moment.  Nothing substantial may
584         be found here yet.  Be ye warned.
586     new files:
587      .arch-ids/muse.texi.id muse.texi
589     modified files:
590      ChangeLog
593 2005-02-08 01:15:15 GMT Michael Olson <mwolson@gnu.org> patch-11
595     Summary:
596       Add docstring, new trivial function
597     Revision:
598       muse--main--1.0--patch-11
600     2005-02-07  Michael Olson  <mwolson@gnu.org>
601     
602         * muse-mode.el (muse-mode-map): Make "C-c =" trigger
603         `muse-what-changed'.  No functionality change.
604         (muse-what-changed): New function that displays in diff format the
605         changes made since the buffer was last saved.
606     
607         * muse-project.el (muse-project-publish): Add docstring.
609     modified files:
610      ChangeLog muse-mode.el muse-project.el
613 2005-02-04 18:42:08 GMT Michael Olson <mwolson@gnu.org> patch-10
615     Summary:
616       Add experimental version of muse-blosxom.el to project
617     Revision:
618       muse--main--1.0--patch-10
620     2005-02-04  Michael Olson  <mwolson@gnu.org>
621     
622         * Makefile (realclean): Remove file that gets generated when fonts
623         are missing.
624     
625         * experimental/muse-bloxsom.el: New file that implements Blosxom
626         support for Muse.  It's in a very rough state, hence its placement
627         in the `experimental' directory.
629     new files:
630      experimental/.arch-ids/=id
631      experimental/.arch-ids/muse-blosxom.el.id
632      experimental/muse-blosxom.el
634     modified files:
635      ChangeLog Makefile
637     new directories:
638      experimental experimental/.arch-ids
641 2005-02-04 18:19:44 GMT Michael Olson <mwolson@gnu.org> patch-9
643     Summary:
644       Make permissions more consistent
645     Revision:
646       muse--main--1.0--patch-9
649     modified files:
650      ChangeLog
652     modified directories:
653      contrib examples scripts
656 2005-02-04 18:13:56 GMT Michael Olson <mwolson@gnu.org> patch-8
658     Summary:
659       Fix build problems
660     Revision:
661       muse--main--1.0--patch-8
663     2005-02-04  Michael Olson  <mwolson@gnu.org>
664     
665         * muse-build.el: Add contrib directory to `load-path'.
666         (muse-elint-files): Load `muse-regexps.el'.
667     
668         * scripts/publish: Change permissions so that this script is
669         executable.  Add contrib directory to load list.  Add
670         `muse-regexps.el' to list.
672     modified files:
673      ChangeLog muse-build.el scripts/publish
676 2005-01-31 21:04:43 GMT Michael Olson <mwolson@gnu.org> patch-7
678     Summary:
679       Use "&mdash;" instead of "&#151;"
680     Revision:
681       muse--main--1.0--patch-7
683     2005-01-31  Michael Olson  <mwolson@gnu.org>
684     
685         * muse-docbook.el (muse-docbook-markup-strings): Replace "&#151;"
686         with "&mdash;" so that documents validate properly.  Thanks to
687         Björn Lindström for the suggestion.
688     
689         * muse-html.el (muse-html-markup-strings): Ditto.
691     modified files:
692      ChangeLog muse-docbook.el muse-html.el
695 2005-01-25 19:04:31 GMT Michael Olson <mwolson@gnu.org> patch-6
697     Summary:
698       Fix use of "[:blank:]" in underline markup
699     Revision:
700       muse--main--1.0--patch-6
702     2005-01-25  Michael Olson  <mwolson@gnu.org>
703     
704         * muse-colors.el (muse-colors-markup): Replace "[:blank:]" with
705         use of `muse-regexp-blank'.
707     modified files:
708      ChangeLog muse-colors.el
711 2005-01-03 06:00:43 GMT Michael Olson <mwolson@member.fsf.org>  patch-5
713     Summary:
714       Fix problem with headings being given wrong face
715     Revision:
716       muse--main--1.0--patch-5
718     2005-01-03  Michael Olson  <mwolson@gnu.org>
719     
720         * muse-colors.el: Add header.
721         (muse-colors-emphasized): Headings were being given the coloring
722         for the next level of heading instead of the real
723         level (i.e. `muse-header-2' instead of `muse-header-1' for "*
724         Heading").  Thanks to Lan Yufeng for finding this and sending a
725         patch.
726     
727         * muse-regexps.el: Fix header.
729     modified files:
730      ChangeLog muse-colors.el muse-regexps.el
733 2005-01-02 00:02:15 GMT Michael Olson <mwolson@member.fsf.org>  patch-4
735     Summary:
736       Rotate ChangeLog
737     Revision:
738       muse--main--1.0--patch-4
740     2005-01-01  Michael Olson  <mwolson@gnu.org>
741     
742         * ChangeLog: Move old ChangeLog to ChangeLog.2004.  This new
743         version will be automatically maintained by Arch.
744     
746     new files:
747      .arch-ids/ChangeLog.id ChangeLog
749     renamed files:
750      .arch-ids/ChangeLog.id
751        ==> .arch-ids/ChangeLog.2004.id
752      ChangeLog
753        ==> ChangeLog.2004
756 2004-12-30 07:26:48 GMT Michael Olson <mwolson@member.fsf.org>  patch-3
758     Summary:
759       Extended regexps fix, allow spaces in 1st part of links
760     Revision:
761       muse--main--1.0--patch-3
763     2004-12-30  Michael Olson  <mwolson@gnu.org>
764     
765         * muse.el (muse-link-regexp): Allow spaces in the first part of
766         links.
767     
768         * muse-colors.el, muse-convert.el, muse-docbook.el: Use
769         customizable alternatives to extended character classes.
770     
771         * muse-html.el, muse-mode.el, muse-publish.el: Ditto.
773     modified files:
774      ChangeLog muse-colors.el muse-convert.el muse-docbook.el
775      muse-html.el muse-mode.el muse-publish.el muse.el
778 2004-12-30 02:18:07 GMT Michael Olson <mwolson@member.fsf.org>  patch-2
780     Summary:
781       Begin to change regexp handling, tweak muse.el header
782     Revision:
783       muse--main--1.0--patch-2
785     2004-12-29  Michael Olson  <mwolson@gnu.org>
786     
787         * muse.el: Change Copyright notice to FSF.  Change Maintainer to
788         myself.  Update URL.
789     
790         * muse-regexps.el: New file that implements regexp handling.
791         Generalized regexp options will be moved to it eventually.
793     new files:
794      .arch-ids/muse-regexps.el.id muse-regexps.el
796     modified files:
797      ChangeLog muse.el
800 2004-12-30 01:49:50 GMT Michael Olson <mwolson@member.fsf.org>  patch-1
802     Summary:
803       Do some early spring cleaning
804     Revision:
805       muse--main--1.0--patch-1
807     2004-12-29  Michael Olson  <mwolson@gnu.org>
808     
809         * Makefile: Change path to `publish' script.
810     
811         * contrib/pcomplete.el: New file that is used by Muse without
812         actually being a part of it: hence its location in the contrib
813         directory.
814     
815         * contrib/cgi.el, contrib/httpd.el: New location.
816     
817         * examples/muse-johnw.el, examples/publish-johnw: Ditto.
818     
819         * scripts/publish, scripts/publish-project: Ditto.
821     new files:
822      contrib/.arch-ids/=id contrib/.arch-ids/pcomplete.el.id
823      contrib/pcomplete.el examples/.arch-ids/=id
824      scripts/.arch-ids/=id
826     modified files:
827      ChangeLog Makefile
829     renamed files:
830      .arch-ids/cgi.el.id
831        ==> contrib/.arch-ids/cgi.el.id
832      .arch-ids/httpd.el.id
833        ==> contrib/.arch-ids/httpd.el.id
834      .arch-ids/muse-johnw.el.id
835        ==> examples/.arch-ids/muse-johnw.el.id
836      .arch-ids/publish-johnw.id
837        ==> examples/.arch-ids/publish-johnw.id
838      .arch-ids/publish-project.id
839        ==> scripts/.arch-ids/publish-project.id
840      .arch-ids/publish.id
841        ==> scripts/.arch-ids/publish.id
842      cgi.el
843        ==> contrib/cgi.el
844      httpd.el
845        ==> contrib/httpd.el
846      muse-johnw.el
847        ==> examples/muse-johnw.el
848      publish
849        ==> scripts/publish
850      publish-johnw
851        ==> examples/publish-johnw
852      publish-project
853        ==> scripts/publish-project
855     new directories:
856      contrib contrib/.arch-ids examples examples/.arch-ids scripts
857      scripts/.arch-ids
860 2004-12-30 01:33:11 GMT Michael Olson <mwolson@member.fsf.org>  base-0
862     Summary:
863       tag of mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
864     Revision:
865       muse--main--1.0--base-0
867     (automatically generated log message)
869     new patches:
870      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
871      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
872      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
873      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
874      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
875      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
876      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
877      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
878      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
879      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
880      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
881      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
882      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
883      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
884      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
885      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
886      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
887      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8