Parenthesis goofup.
[muse-el.git] / ChangeLog
blobd3adcba5ca782f8b82636a53dd1f0e917a56307e
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:44:16 GMT Michael Olson <mwolson@gnu.org> patch-38
7     Summary:
8       Parenthesis goofup.
9     Revision:
10       muse--main--1.0--patch-38
12     * muse-blosxom.el (muse-blosxom-markup-regexps): Remove stray parenthesis.
13     
15     modified files:
16      ChangeLog muse-blosxom.el
19 2005-05-19 23:41:54 GMT Michael Olson <mwolson@gnu.org> patch-37
21     Summary:
22       Make docbook and blosxom modes close paragraphs properly at end.
23     Revision:
24       muse--main--1.0--patch-37
26     * muse-blosxom.el (muse-blosxom-markup-regexps): Use new rule from last
27       patch.
28     
29     * muse-docbook.el (muse-docbook-markup-regexps): Ditto.
30       (muse-docbook-markup-paragraph-close): Adapt from
31       `muse-html-markup-paragraph-close'.
32     
33     * muse-html.el (muse-html-markup-paragraph-close): Add newline so that we
34       preserve the same appearance as before the last patch.
36     modified files:
37      ChangeLog muse-blosxom.el muse-docbook.el muse-html.el
40 2005-05-19 23:26:50 GMT Michael Olson <mwolson@gnu.org> patch-36
42     Summary:
43       Bugfix: Close P tag properly at end of file.
44     Revision:
45       muse--main--1.0--patch-36
47     * muse-blosxom.el: Fix bug where loading this file twice would cause an
48       error.
49     
50     * muse-html.el (muse-html-markup-regexps): Use simpler mechanism for
51       detecting whether or not a paragraph needs a closing P tag.
52       (muse-html-markup-paragraph-close): New function that only inserts a
53       closing P tag when an unclosed P tag is nearby.
55     modified files:
56      ChangeLog muse-blosxom.el muse-html.el
59 2005-05-18 06:07:02 GMT Michael Olson <mwolson@gnu.org> patch-35
61     Summary:
62       Update my example settings.
63     Revision:
64       muse--main--1.0--patch-35
66     * examples/mwolson/muse-init.el: Synchronize with my current settings.
68     modified files:
69      ChangeLog examples/mwolson/muse-init.el
72 2005-05-18 06:03:07 GMT Michael Olson <mwolson@gnu.org> patch-34
74     Summary:
75       Update documentation for C-c TAB feature.
76     Revision:
77       muse--main--1.0--patch-34
79     * muse.texi (Keystroke Summary): Note that C-c TAB calls
80       `muse-insert-tag'.
81     
83     modified files:
84      ChangeLog muse.texi
87 2005-05-18 06:00:27 GMT Michael Olson <mwolson@gnu.org> patch-33
89     Summary:
90       New feature: tag completion with C-c TAB.
91     Revision:
92       muse--main--1.0--patch-33
94     * muse-mode.el (muse-mode-map): Map C-c TAB to `muse-insert-tag'.
95       (muse-tag-history, muse-custom-tags): New variables that keep track of
96       the tag history and newly-entered tags respectively for
97       `muse-insert-tag'.
98       (muse-insert-tag): New function that interactively prompts the user for
99       a tag to use.
101     modified files:
102      ChangeLog muse-mode.el
105 2005-05-18 05:49:07 GMT Michael Olson <mwolson@gnu.org> patch-32
107     Summary:
108       Fix XHTML validation error with <hr> and <br>.
109     Revision:
110       muse--main--1.0--patch-32
112     * muse-html.el (muse-xhtml-markup-strings): Use the proper form of the BR
113       and HR tags for XHTML publishing.  This should fix a few validation
114       errors that I've been noticing lately.
116     modified files:
117      ChangeLog muse-html.el
120 2005-05-12 22:46:10 GMT Michael Olson <mwolson@gnu.org> patch-31
122     Summary:
123       Remove flyspell overlays on links.
124     Revision:
125       muse--main--1.0--patch-31
127     * muse-colors.el (muse-colors-link): Remove flyspell overlays.  This
128       should make the link clickable.  On Emacs21, the color will stay red,
129       but other Emacsen should do the right thing, which is use the normal
130       link color.  Hopefully this will fix some strange flyspell-related link
131       problems.
133     modified files:
134      ChangeLog muse-colors.el
137 2005-05-06 03:30:05 GMT Michael Olson <mwolson@gnu.org> patch-30
139     Summary:
140       Update my example Muse settings.
141     Revision:
142       muse--main--1.0--patch-30
144     * examples/mwolson/muse-init.el: Update from my latest version.
145       (muse-project-alist): Remove the francais part of my blog.
146       (my-muse-mode-flyspell-p): Split old `my-muse-mode-affect-p' function
147       into this and `my-muse-mode-fill-nobreak-p'.
148       (muse-mode-hook): Tell fill mode to avoid breaking links; hopefully
149       this is the best way to accomplish this.
150       (my-muse-blosxom-title-to-file): Replace more non-alphanumeric
151       characters in the title.
152       (my-muse-prepare-entry-for-xanga): Treat example regions better.
154     modified files:
155      ChangeLog examples/mwolson/muse-init.el
158 2005-04-21 18:25:28 GMT Michael Olson <mwolson@gnu.org> patch-29
160     Summary:
161       Add simple `muse-version' function.
162     Revision:
163       muse--main--1.0--patch-29
165     * muse.el (muse-version): New function that displays the value of the
166       `muse-version' variable.  This should be easier for the user to type
167       than C-h v muse-version.
169     modified files:
170      ChangeLog muse.el
173 2005-04-21 18:19:02 GMT Michael Olson <mwolson@gnu.org> patch-28
175     Summary:
176       Don't compile documentation by default.
177     Revision:
178       muse--main--1.0--patch-28
180     * Makefile (all): Don't compile documentation by default.
181       (doc): Use this rule to compile documentation.
183     modified files:
184      ChangeLog Makefile
187 2005-04-16 18:08:24 GMT Michael Olson <mwolson@gnu.org> patch-27
189     Summary:
190       Merge RSS 2.0 enclosure support for muse-journal.el from johnw
191     Revision:
192       muse--main--1.0--patch-27
194     2005-04-16  Michael Olson  <mwolson@gnu.org>
195     
196         * muse-journal.el: Merge in enclosure support for RSS 2.0 from
197         johnw. If a journal entry's title is a [[link]], then an
198         <enclosure> tag will be added to the XML data giving the size and
199         MIME type of the link target.  This makes podcasting with Muse
200         trivial.
201         (muse-journal-rss-entry-template): Add enclosure usage to example.
202         (muse-journal-rss-munge-buffer): Implement enclosures.
204     modified files:
205      ChangeLog muse-journal.el
208 2005-04-15 05:54:30 GMT Michael Olson <mwolson@gnu.org> patch-26
210     Summary:
211       Standardize source headers, appease elint, don't require planner
212     Revision:
213       muse--main--1.0--patch-26
215     2005-04-15  Michael Olson  <mwolson@gnu.org>
216     
217         * Makefile, scripts/muse-build.el: Moved muse-build.el to the
218         `scripts' directory since it really isn't part of Muse proper; it
219         is used to generate Muse output from the command line.
220     
221         * muse-blosxom.el: Handle case where planner is not loaded so that
222         it isn't a hard requirement.
223     
224         * muse-colors.el: Move definition of `muse-colors-tag-info' up so
225         that elint doesn't complain.
226     
227         * muse-message.el (muse-message-markup-link): Don't throw up on
228         links with no description.
229     
230         * muse-blosxom.el, muse-book.el, muse-colors.el, muse-convert.el,
231         muse-docbook.el, muse-html.el, muse-http.el, muse-journal.el,
232         muse-latex.el, muse-message.el, muse-mode.el, muse-poem.el,
233         muse-project.el, muse-publish.el, muse-regexps.el,
234         muse-texinfo.el, muse.el: Add standard header for each file in
235         preparation for the initial release, which will hopefully happen
236         sometime within the next month.
237     
239     removed files:
240      experimental/.arch-ids/=id
242     modified files:
243      ChangeLog Makefile muse-blosxom.el muse-book.el muse-colors.el
244      muse-convert.el muse-docbook.el muse-html.el muse-http.el
245      muse-journal.el muse-latex.el muse-message.el muse-mode.el
246      muse-poem.el muse-project.el muse-publish.el muse-regexps.el
247      muse-texinfo.el muse.el
249     renamed files:
250      .arch-ids/muse-build.el.id
251        ==> scripts/.arch-ids/muse-build.el.id
252      muse-build.el
253        ==> scripts/muse-build.el
255     removed directories:
256      experimental experimental/.arch-ids
259 2005-04-14 23:46:47 GMT Michael Olson <mwolson@gnu.org> patch-25
261     Summary:
262       Merge contents of muse-latexcjk.el into muse-latex.el.
263     Revision:
264       muse--main--1.0--patch-25
266     2005-04-14  Michael Olson  <mwolson@gnu.org>
267     
268         * muse-latex.el (muse-latexcjk-header, muse-latexcjk-footer)
269         (muse-latexcjk-encoding-map, muse-latexcjk-encoding-default)
270         (muse-latexcjk-encoding, muse-latexcjk-transform-content-type):
271         Merge in from muse-latexcjk.el.
272     
273         * muse-latexcjk.el: Removed, functionality merged with
274         muse-latex.el
276     removed files:
277      .arch-ids/muse-latexcjk.el.id muse-latexcjk.el
279     modified files:
280      ChangeLog muse-latex.el
283 2005-04-06 23:25:47 GMT Michael Olson <mwolson@gnu.org> patch-24
285     Summary:
286       Merge muse-xhtml.el into muse-html.el.
287     Revision:
288       muse--main--1.0--patch-24
290     2005-04-06  Michael Olson  <mwolson@gnu.org>
291     
292         * examples/mwolson/muse-init.el: Update with respect to the
293         muse-xhtml.el merge.
294     
295         * muse-html.el: The contents of muse-xhtml.el have been merged in
296         as advised by John Wiegley.
297         (muse-html-style-sheet): Add example for XHTML use in the
298         function's documentation.
299         (muse-xhtml-header, muse-xhtml-footer, muse-xhtml-markup-tags):
300         Moved from muse-xhtml.el.
301     
302         * muse-xhtml.el: Removed; contents merged into muse-html.el.
304     removed files:
305      .arch-ids/muse-xhtml.el.id muse-xhtml.el
307     modified files:
308      ChangeLog examples/mwolson/muse-init.el muse-html.el
311 2005-04-06 03:18:55 GMT Michael Olson <mwolson@gnu.org> patch-23
313     Summary:
314       Try to fix regexps for Emacs 21.4.
315     Revision:
316       muse--main--1.0--patch-23
318     2005-04-05  Michael Olson  <mwolson@gnu.org>
319     
320         * muse-regexps.el (muse-extreg-usable-p): Try to make regexps work
321         for Emacs 21.4.
323     modified files:
324      ChangeLog muse-regexps.el
327 2005-04-01 17:59:47 GMT Michael Olson <mwolson@gnu.org> patch-22
329     Summary:
330       Add comments to the publish-project example script
331     Revision:
332       muse--main--1.0--patch-22
334     2005-04-01  Michael Olson  <mwolson@gnu.org>
335     
336         * examples/publish-project: Moved here from
337         scripts/publish-project.  Added a few comments so people know what
338         it is used for.
340     modified files:
341      ChangeLog examples/publish-project
343     renamed files:
344      scripts/.arch-ids/publish-project.id
345        ==> examples/.arch-ids/publish-project.id
346      scripts/publish-project
347        ==> examples/publish-project
350 2005-04-01 02:27:08 GMT Michael Olson <mwolson@gnu.org> patch-21
352     Summary:
353       New XHTML style, add more examples to my sample muse config
354     Revision:
355       muse--main--1.0--patch-21
357     2005-03-31  Michael Olson  <mwolson@gnu.org>
358     
359         * examples/mwolson/muse-init.el: Give an example of deriving a
360         custom publishing style.
361         (my-muse-blosxom-finalize): Finalizes the "my-blosxom" style.
362         (my-muse-prepare-entry-for-xanga): Mangle the published output
363         from a blosxom project and copy the result to the clipboard for
364         easy pasting into Xanga's web form.  The file is untouched.
365     
366         * muse-html.el (muse-html-style-sheet): Include the <style
367         type="text/css"></style> wrapper around the example.
368         (muse-html-header): Don't add <style type="text/css"></style>
369         around the value of `muse-html-style-sheet' anymore.  This allows
370         for the option of putting your stylesheet(s) in a separate file.
371         An example of this is given in the documentation for this
372         variable.
373     
374         * muse-xhtml: New file that implements a publishing style which is
375         derived from HTML mode.  It uses a slightly modified version of
376         the HTML markup rules to generate XHTML-compliant output.
377     
378         * muse-blosxom.el: Add new "blosxom-xhtml" style.  The old
379         "blosxom" style has been renamed to "blosxom-html".  Fix a few
380         header gaffes.
381     
382         * muse-journal.el: Add new "journal-xhtml" style.
383     
384         * muse-message.el: Add new "message-xhtml" style.
386     new files:
387      .arch-ids/muse-xhtml.el.id muse-xhtml.el
389     modified files:
390      ChangeLog examples/mwolson/muse-init.el muse-blosxom.el
391      muse-html.el muse-journal.el muse-message.el
394 2005-03-25 03:55:13 GMT Michael Olson <mwolson@gnu.org> patch-20
396     Summary:
397       Add my muse configuration to the examples
398     Revision:
399       muse--main--1.0--patch-20
401     2005-03-24  Michael Olson  <mwolson@gnu.org>
402     
403         * examples/johnw: Move John Wiegley's configuration to this
404         directory.
405     
406         * examples/mwolson: My configuration files go here.
407     
408         * examples/mwolson/muse-init.el: My Muse configuration file.  I
409         just figured out how to keep links from being spell-checked or
410         split up by fill-mode, so the implementation of this may be found
411         here.  I also made a function that sets up a blog entry for me.
413     new files:
414      examples/johnw/.arch-ids/=id examples/mwolson/.arch-ids/=id
415      examples/mwolson/.arch-ids/muse-init.el.id
416      examples/mwolson/muse-init.el
418     modified files:
419      ChangeLog
421     renamed files:
422      examples/.arch-ids/muse-johnw.el.id
423        ==> examples/johnw/.arch-ids/muse-johnw.el.id
424      examples/.arch-ids/publish-johnw.id
425        ==> examples/johnw/.arch-ids/publish-johnw.id
426      examples/muse-johnw.el
427        ==> examples/johnw/muse-johnw.el
428      examples/publish-johnw
429        ==> examples/johnw/publish-johnw
431     new directories:
432      examples/johnw examples/johnw/.arch-ids examples/mwolson
433      examples/mwolson/.arch-ids
436 2005-03-24 22:57:10 GMT Michael Olson <mwolson@gnu.org> patch-19
438     Summary:
439       Add muse-blosxom script and plugin for pyblosxom
440     Revision:
441       muse--main--1.0--patch-19
443     2005-03-24  Michael Olson  <mwolson@gnu.org>
444     
445         * muse-blosxom.el: Update copyright notice in headers and mention
446         the pyblosxom scripts.
447     
448         * contrib/pyblosxom: New directory containing pyblosxom plugins
449         and helper scripts.
450     
451         * contrib/getstamps.py: Script that generates the "timestamps"
452         file, run on the local machine.
453     
454         * contrib/hardcodedates.py: PyBlosxom plugin that interprets the
455         timestamps file.
457     new files:
458      contrib/pyblosxom/.arch-ids/=id
459      contrib/pyblosxom/.arch-ids/getstamps.py.id
460      contrib/pyblosxom/.arch-ids/hardcodedates.py.id
461      contrib/pyblosxom/getstamps.py
462      contrib/pyblosxom/hardcodedates.py
464     modified files:
465      ChangeLog muse-blosxom.el
467     new directories:
468      contrib/pyblosxom contrib/pyblosxom/.arch-ids
471 2005-03-23 19:05:09 GMT Michael Olson <mwolson@gnu.org> patch-18
473     Summary:
474       muse-blosxom.el has matured past experimental status
475     Revision:
476       muse--main--1.0--patch-18
478     2005-03-23  Michael Olson  <mwolson@gnu.org>
479     
480         * muse-blosxom.el: Remove common functionality that has already
481         been implemented in `muse-html.el'.  Derive this mode from
482         `muse-html'.  Update documentation.  I now feel that this file is
483         ready to be included in the top-level Muse directory.
485     modified files:
486      ChangeLog muse-blosxom.el
488     renamed files:
489      experimental/.arch-ids/muse-blosxom.el.id
490        ==> .arch-ids/muse-blosxom.el.id
491      experimental/muse-blosxom.el
492        ==> muse-blosxom.el
495 2005-03-22 05:28:01 GMT Michael Olson <mwolson@gnu.org> patch-17
497     Summary:
498       Make muse-blosxom.el slightly less experimental
499     Revision:
500       muse--main--1.0--patch-17
502     2005-03-22  Michael Olson  <mwolson@gnu.org>
503     
504         * experimental/muse-blosxom.el (muse-blosxom-page-date-alist):
505         Renamed from `blosxom-page-date-alist'.  Currently it does nothing
506         useful.
507         (muse-blosxom-markup-regexps): Remove unnecessary first grouping
508         from the `muse-blosxom-markup-date-directive' rule.
509         (blosxom-set-time): Remove this function.  We're not going to be
510         touching the timestamp manually anymore -- it's too much of a
511         hassle.  Right now I've got a python program that compiles a
512         timestamp file and a pyblosxom helper that reads it.  Something
513         similar could be arranged for blosxom, I'm sure.
514     
516     modified files:
517      ChangeLog experimental/muse-blosxom.el
520 2005-03-20 19:40:10 GMT Michael Olson <mwolson@gnu.org> patch-16
522     Summary:
523       Apply latest journal-related updates from johnw
524     Revision:
525       muse--main--1.0--patch-16
528     modified files:
529      ChangeLog examples/muse-johnw.el muse-journal.el
532 2005-03-01 02:58:29 GMT Michael Olson <mwolson@gnu.org> patch-15
534     Summary:
535       Add Projects node to the manual
536     Revision:
537       muse--main--1.0--patch-15
539     2005-02-28  Michael Olson  <mwolson@gnu.org>
540     
541         * muse.texi: Change copyright notice since the FSF is now the
542         copyright holder.
543         (Projects): New node, based on a section from the README file.
545     modified files:
546      ChangeLog muse.texi
549 2005-03-01 02:25:15 GMT Michael Olson <mwolson@gnu.org> patch-14
551     Summary:
552       Correct documentation, adding some content.
553     Revision:
554       muse--main--1.0--patch-14
556     2005-02-28  Michael Olson  <mwolson@gnu.org>
557     
558         * muse.texi: Change license terms of the documentation to the GNU
559         GPL instead of the GNU FDL, as per the consent of the copyright
560         holders of the emacs-wiki manual, from which this is based.  Some
561         emacs-wiki-isms in the manual were corrected, and the Getting
562         Started section was updated.
564     modified files:
565      ChangeLog muse.texi
568 2005-02-17 19:08:19 GMT Michael Olson <mwolson@gnu.org> patch-13
570     Summary:
571       Make muse-blosxom.el a bit more sane, still need to bum it down a bit
572     Revision:
573       muse--main--1.0--patch-13
575     2005-02-17  Michael Olson  <mwolson@gnu.org>
576     
577         * experimental/muse-blosxom.el: Somehow the contents of this file
578         managed to get duplicated.  I removed the duplicates.
579         (muse-blosxom-date): Remove this, since it is not useful.
580         (muse-blosxom-header): Use the standard header that blosxom.el
581         has.
583     modified files:
584      ChangeLog experimental/muse-blosxom.el
587 2005-02-08 04:20:41 GMT Michael Olson <mwolson@gnu.org> patch-12
589     Summary:
590       Initial commit of muse.texi, nothing substantial
591     Revision:
592       muse--main--1.0--patch-12
594     2005-02-07  Michael Olson  <mwolson@gnu.org>
595     
596         * muse.texi: New file that provides the documentation for Muse.
597         It is in a very rough form at the moment.  Nothing substantial may
598         be found here yet.  Be ye warned.
600     new files:
601      .arch-ids/muse.texi.id muse.texi
603     modified files:
604      ChangeLog
607 2005-02-08 01:15:15 GMT Michael Olson <mwolson@gnu.org> patch-11
609     Summary:
610       Add docstring, new trivial function
611     Revision:
612       muse--main--1.0--patch-11
614     2005-02-07  Michael Olson  <mwolson@gnu.org>
615     
616         * muse-mode.el (muse-mode-map): Make "C-c =" trigger
617         `muse-what-changed'.  No functionality change.
618         (muse-what-changed): New function that displays in diff format the
619         changes made since the buffer was last saved.
620     
621         * muse-project.el (muse-project-publish): Add docstring.
623     modified files:
624      ChangeLog muse-mode.el muse-project.el
627 2005-02-04 18:42:08 GMT Michael Olson <mwolson@gnu.org> patch-10
629     Summary:
630       Add experimental version of muse-blosxom.el to project
631     Revision:
632       muse--main--1.0--patch-10
634     2005-02-04  Michael Olson  <mwolson@gnu.org>
635     
636         * Makefile (realclean): Remove file that gets generated when fonts
637         are missing.
638     
639         * experimental/muse-bloxsom.el: New file that implements Blosxom
640         support for Muse.  It's in a very rough state, hence its placement
641         in the `experimental' directory.
643     new files:
644      experimental/.arch-ids/=id
645      experimental/.arch-ids/muse-blosxom.el.id
646      experimental/muse-blosxom.el
648     modified files:
649      ChangeLog Makefile
651     new directories:
652      experimental experimental/.arch-ids
655 2005-02-04 18:19:44 GMT Michael Olson <mwolson@gnu.org> patch-9
657     Summary:
658       Make permissions more consistent
659     Revision:
660       muse--main--1.0--patch-9
663     modified files:
664      ChangeLog
666     modified directories:
667      contrib examples scripts
670 2005-02-04 18:13:56 GMT Michael Olson <mwolson@gnu.org> patch-8
672     Summary:
673       Fix build problems
674     Revision:
675       muse--main--1.0--patch-8
677     2005-02-04  Michael Olson  <mwolson@gnu.org>
678     
679         * muse-build.el: Add contrib directory to `load-path'.
680         (muse-elint-files): Load `muse-regexps.el'.
681     
682         * scripts/publish: Change permissions so that this script is
683         executable.  Add contrib directory to load list.  Add
684         `muse-regexps.el' to list.
686     modified files:
687      ChangeLog muse-build.el scripts/publish
690 2005-01-31 21:04:43 GMT Michael Olson <mwolson@gnu.org> patch-7
692     Summary:
693       Use "&mdash;" instead of "&#151;"
694     Revision:
695       muse--main--1.0--patch-7
697     2005-01-31  Michael Olson  <mwolson@gnu.org>
698     
699         * muse-docbook.el (muse-docbook-markup-strings): Replace "&#151;"
700         with "&mdash;" so that documents validate properly.  Thanks to
701         Björn Lindström for the suggestion.
702     
703         * muse-html.el (muse-html-markup-strings): Ditto.
705     modified files:
706      ChangeLog muse-docbook.el muse-html.el
709 2005-01-25 19:04:31 GMT Michael Olson <mwolson@gnu.org> patch-6
711     Summary:
712       Fix use of "[:blank:]" in underline markup
713     Revision:
714       muse--main--1.0--patch-6
716     2005-01-25  Michael Olson  <mwolson@gnu.org>
717     
718         * muse-colors.el (muse-colors-markup): Replace "[:blank:]" with
719         use of `muse-regexp-blank'.
721     modified files:
722      ChangeLog muse-colors.el
725 2005-01-03 06:00:43 GMT Michael Olson <mwolson@member.fsf.org>  patch-5
727     Summary:
728       Fix problem with headings being given wrong face
729     Revision:
730       muse--main--1.0--patch-5
732     2005-01-03  Michael Olson  <mwolson@gnu.org>
733     
734         * muse-colors.el: Add header.
735         (muse-colors-emphasized): Headings were being given the coloring
736         for the next level of heading instead of the real
737         level (i.e. `muse-header-2' instead of `muse-header-1' for "*
738         Heading").  Thanks to Lan Yufeng for finding this and sending a
739         patch.
740     
741         * muse-regexps.el: Fix header.
743     modified files:
744      ChangeLog muse-colors.el muse-regexps.el
747 2005-01-02 00:02:15 GMT Michael Olson <mwolson@member.fsf.org>  patch-4
749     Summary:
750       Rotate ChangeLog
751     Revision:
752       muse--main--1.0--patch-4
754     2005-01-01  Michael Olson  <mwolson@gnu.org>
755     
756         * ChangeLog: Move old ChangeLog to ChangeLog.2004.  This new
757         version will be automatically maintained by Arch.
758     
760     new files:
761      .arch-ids/ChangeLog.id ChangeLog
763     renamed files:
764      .arch-ids/ChangeLog.id
765        ==> .arch-ids/ChangeLog.2004.id
766      ChangeLog
767        ==> ChangeLog.2004
770 2004-12-30 07:26:48 GMT Michael Olson <mwolson@member.fsf.org>  patch-3
772     Summary:
773       Extended regexps fix, allow spaces in 1st part of links
774     Revision:
775       muse--main--1.0--patch-3
777     2004-12-30  Michael Olson  <mwolson@gnu.org>
778     
779         * muse.el (muse-link-regexp): Allow spaces in the first part of
780         links.
781     
782         * muse-colors.el, muse-convert.el, muse-docbook.el: Use
783         customizable alternatives to extended character classes.
784     
785         * muse-html.el, muse-mode.el, muse-publish.el: Ditto.
787     modified files:
788      ChangeLog muse-colors.el muse-convert.el muse-docbook.el
789      muse-html.el muse-mode.el muse-publish.el muse.el
792 2004-12-30 02:18:07 GMT Michael Olson <mwolson@member.fsf.org>  patch-2
794     Summary:
795       Begin to change regexp handling, tweak muse.el header
796     Revision:
797       muse--main--1.0--patch-2
799     2004-12-29  Michael Olson  <mwolson@gnu.org>
800     
801         * muse.el: Change Copyright notice to FSF.  Change Maintainer to
802         myself.  Update URL.
803     
804         * muse-regexps.el: New file that implements regexp handling.
805         Generalized regexp options will be moved to it eventually.
807     new files:
808      .arch-ids/muse-regexps.el.id muse-regexps.el
810     modified files:
811      ChangeLog muse.el
814 2004-12-30 01:49:50 GMT Michael Olson <mwolson@member.fsf.org>  patch-1
816     Summary:
817       Do some early spring cleaning
818     Revision:
819       muse--main--1.0--patch-1
821     2004-12-29  Michael Olson  <mwolson@gnu.org>
822     
823         * Makefile: Change path to `publish' script.
824     
825         * contrib/pcomplete.el: New file that is used by Muse without
826         actually being a part of it: hence its location in the contrib
827         directory.
828     
829         * contrib/cgi.el, contrib/httpd.el: New location.
830     
831         * examples/muse-johnw.el, examples/publish-johnw: Ditto.
832     
833         * scripts/publish, scripts/publish-project: Ditto.
835     new files:
836      contrib/.arch-ids/=id contrib/.arch-ids/pcomplete.el.id
837      contrib/pcomplete.el examples/.arch-ids/=id
838      scripts/.arch-ids/=id
840     modified files:
841      ChangeLog Makefile
843     renamed files:
844      .arch-ids/cgi.el.id
845        ==> contrib/.arch-ids/cgi.el.id
846      .arch-ids/httpd.el.id
847        ==> contrib/.arch-ids/httpd.el.id
848      .arch-ids/muse-johnw.el.id
849        ==> examples/.arch-ids/muse-johnw.el.id
850      .arch-ids/publish-johnw.id
851        ==> examples/.arch-ids/publish-johnw.id
852      .arch-ids/publish-project.id
853        ==> scripts/.arch-ids/publish-project.id
854      .arch-ids/publish.id
855        ==> scripts/.arch-ids/publish.id
856      cgi.el
857        ==> contrib/cgi.el
858      httpd.el
859        ==> contrib/httpd.el
860      muse-johnw.el
861        ==> examples/muse-johnw.el
862      publish
863        ==> scripts/publish
864      publish-johnw
865        ==> examples/publish-johnw
866      publish-project
867        ==> scripts/publish-project
869     new directories:
870      contrib contrib/.arch-ids examples examples/.arch-ids scripts
871      scripts/.arch-ids
874 2004-12-30 01:33:11 GMT Michael Olson <mwolson@member.fsf.org>  base-0
876     Summary:
877       tag of mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
878     Revision:
879       muse--main--1.0--base-0
881     (automatically generated log message)
883     new patches:
884      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
885      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
886      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
887      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
888      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
889      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
890      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
891      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
892      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
893      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
894      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
895      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
896      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
897      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
898      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
899      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
900      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
901      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8