Always end the published document with a newline.
[muse-el.git] / ChangeLog
blobb38746322092859594a2ccac27f50949d1c5b41a
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-22 05:58:40 GMT Michael Olson <mwolson@gnu.org> patch-42
7     Summary:
8       Always end the published document with a newline.
9     Revision:
10       muse--main--1.0--patch-42
12     * muse-html.el (muse-html-markup-paragraph-close): Always end the
13       published document with a newline.
14     
15     * muse-docbook.el (muse-docbook-markup-paragraph-close): Ditto.
17     modified files:
18      ChangeLog muse-docbook.el muse-html.el
21 2005-05-22 01:26:13 GMT Michael Olson <mwolson@gnu.org> patch-41
23     Summary:
24       Don't let automatic backup files crash the publishing process.
25     Revision:
26       muse--main--1.0--patch-41
28     * muse-blosxom.el (muse-blosxom-markup-regexps): Remove rule for date
29       directive since this value is already processed by
30       `muse-publish-markup-directive', and may be obtained by using
31       the code: (muse-publishing-directive "date").
32     
33     * muse-colors.el (muse-colors-region): Make sure that we don't ever try
34       to run (funcall nil); this happened once during a debugging process.
35     
36     * muse-project.el (muse-project-private-p): Skip any file for which we
37       cannot fetch attributes.  This fixes a bug where having an
38       Emacs-generated automatic backup file in a publishing directory causes
39       the publishing process to halt with an error.
41     modified files:
42      ChangeLog muse-blosxom.el muse-colors.el muse-project.el
45 2005-05-20 20:44:46 GMT Michael Olson <mwolson@gnu.org> patch-40
47     Summary:
48       Apply fix in previous patch to the DocBook publishing style.
49     Revision:
50       muse--main--1.0--patch-40
52     * muse-docbook.el (muse-docbook-markup-paragraph-close): Apply fix from
53       previous patch here as well.
54     
56     modified files:
57      ChangeLog muse-docbook.el
60 2005-05-20 20:28:32 GMT Michael Olson <mwolson@gnu.org> patch-39
62     Summary:
63       Fix newly-introduced lock-up during HTML publishing.
64     Revision:
65       muse--main--1.0--patch-39
67     * muse-blosxom.el (muse-blosxom-markup-regexps): Give date directive and
68       planner rules higher priority in the publishing sequence.  Hopefully
69       this will not wreck anything; I don't use these rules, so I cannot
70       tell.  This wasn't a real bugfix, just an aesthetic code thing for me.
71     
72     * muse-html.el (muse-html-markup-paragraph-close): Don't use
73       replace-match; that seems to be slightly evil.  Return nil instead of a
74       newline since otherwise Muse thinks that we are not done yet and gets
75       into an infinite loop.  This should fix the lock-up problem that
76       resulted from the previous few patches.
78     modified files:
79      ChangeLog muse-blosxom.el muse-html.el
82 2005-05-19 23:44:16 GMT Michael Olson <mwolson@gnu.org> patch-38
84     Summary:
85       Parenthesis goofup.
86     Revision:
87       muse--main--1.0--patch-38
89     * muse-blosxom.el (muse-blosxom-markup-regexps): Remove stray parenthesis.
90     
92     modified files:
93      ChangeLog muse-blosxom.el
96 2005-05-19 23:41:54 GMT Michael Olson <mwolson@gnu.org> patch-37
98     Summary:
99       Make docbook and blosxom modes close paragraphs properly at end.
100     Revision:
101       muse--main--1.0--patch-37
103     * muse-blosxom.el (muse-blosxom-markup-regexps): Use new rule from last
104       patch.
105     
106     * muse-docbook.el (muse-docbook-markup-regexps): Ditto.
107       (muse-docbook-markup-paragraph-close): Adapt from
108       `muse-html-markup-paragraph-close'.
109     
110     * muse-html.el (muse-html-markup-paragraph-close): Add newline so that we
111       preserve the same appearance as before the last patch.
113     modified files:
114      ChangeLog muse-blosxom.el muse-docbook.el muse-html.el
117 2005-05-19 23:26:50 GMT Michael Olson <mwolson@gnu.org> patch-36
119     Summary:
120       Bugfix: Close P tag properly at end of file.
121     Revision:
122       muse--main--1.0--patch-36
124     * muse-blosxom.el: Fix bug where loading this file twice would cause an
125       error.
126     
127     * muse-html.el (muse-html-markup-regexps): Use simpler mechanism for
128       detecting whether or not a paragraph needs a closing P tag.
129       (muse-html-markup-paragraph-close): New function that only inserts a
130       closing P tag when an unclosed P tag is nearby.
132     modified files:
133      ChangeLog muse-blosxom.el muse-html.el
136 2005-05-18 06:07:02 GMT Michael Olson <mwolson@gnu.org> patch-35
138     Summary:
139       Update my example settings.
140     Revision:
141       muse--main--1.0--patch-35
143     * examples/mwolson/muse-init.el: Synchronize with my current settings.
145     modified files:
146      ChangeLog examples/mwolson/muse-init.el
149 2005-05-18 06:03:07 GMT Michael Olson <mwolson@gnu.org> patch-34
151     Summary:
152       Update documentation for C-c TAB feature.
153     Revision:
154       muse--main--1.0--patch-34
156     * muse.texi (Keystroke Summary): Note that C-c TAB calls
157       `muse-insert-tag'.
158     
160     modified files:
161      ChangeLog muse.texi
164 2005-05-18 06:00:27 GMT Michael Olson <mwolson@gnu.org> patch-33
166     Summary:
167       New feature: tag completion with C-c TAB.
168     Revision:
169       muse--main--1.0--patch-33
171     * muse-mode.el (muse-mode-map): Map C-c TAB to `muse-insert-tag'.
172       (muse-tag-history, muse-custom-tags): New variables that keep track of
173       the tag history and newly-entered tags respectively for
174       `muse-insert-tag'.
175       (muse-insert-tag): New function that interactively prompts the user for
176       a tag to use.
178     modified files:
179      ChangeLog muse-mode.el
182 2005-05-18 05:49:07 GMT Michael Olson <mwolson@gnu.org> patch-32
184     Summary:
185       Fix XHTML validation error with <hr> and <br>.
186     Revision:
187       muse--main--1.0--patch-32
189     * muse-html.el (muse-xhtml-markup-strings): Use the proper form of the BR
190       and HR tags for XHTML publishing.  This should fix a few validation
191       errors that I've been noticing lately.
193     modified files:
194      ChangeLog muse-html.el
197 2005-05-12 22:46:10 GMT Michael Olson <mwolson@gnu.org> patch-31
199     Summary:
200       Remove flyspell overlays on links.
201     Revision:
202       muse--main--1.0--patch-31
204     * muse-colors.el (muse-colors-link): Remove flyspell overlays.  This
205       should make the link clickable.  On Emacs21, the color will stay red,
206       but other Emacsen should do the right thing, which is use the normal
207       link color.  Hopefully this will fix some strange flyspell-related link
208       problems.
210     modified files:
211      ChangeLog muse-colors.el
214 2005-05-06 03:30:05 GMT Michael Olson <mwolson@gnu.org> patch-30
216     Summary:
217       Update my example Muse settings.
218     Revision:
219       muse--main--1.0--patch-30
221     * examples/mwolson/muse-init.el: Update from my latest version.
222       (muse-project-alist): Remove the francais part of my blog.
223       (my-muse-mode-flyspell-p): Split old `my-muse-mode-affect-p' function
224       into this and `my-muse-mode-fill-nobreak-p'.
225       (muse-mode-hook): Tell fill mode to avoid breaking links; hopefully
226       this is the best way to accomplish this.
227       (my-muse-blosxom-title-to-file): Replace more non-alphanumeric
228       characters in the title.
229       (my-muse-prepare-entry-for-xanga): Treat example regions better.
231     modified files:
232      ChangeLog examples/mwolson/muse-init.el
235 2005-04-21 18:25:28 GMT Michael Olson <mwolson@gnu.org> patch-29
237     Summary:
238       Add simple `muse-version' function.
239     Revision:
240       muse--main--1.0--patch-29
242     * muse.el (muse-version): New function that displays the value of the
243       `muse-version' variable.  This should be easier for the user to type
244       than C-h v muse-version.
246     modified files:
247      ChangeLog muse.el
250 2005-04-21 18:19:02 GMT Michael Olson <mwolson@gnu.org> patch-28
252     Summary:
253       Don't compile documentation by default.
254     Revision:
255       muse--main--1.0--patch-28
257     * Makefile (all): Don't compile documentation by default.
258       (doc): Use this rule to compile documentation.
260     modified files:
261      ChangeLog Makefile
264 2005-04-16 18:08:24 GMT Michael Olson <mwolson@gnu.org> patch-27
266     Summary:
267       Merge RSS 2.0 enclosure support for muse-journal.el from johnw
268     Revision:
269       muse--main--1.0--patch-27
271     2005-04-16  Michael Olson  <mwolson@gnu.org>
272     
273         * muse-journal.el: Merge in enclosure support for RSS 2.0 from
274         johnw. If a journal entry's title is a [[link]], then an
275         <enclosure> tag will be added to the XML data giving the size and
276         MIME type of the link target.  This makes podcasting with Muse
277         trivial.
278         (muse-journal-rss-entry-template): Add enclosure usage to example.
279         (muse-journal-rss-munge-buffer): Implement enclosures.
281     modified files:
282      ChangeLog muse-journal.el
285 2005-04-15 05:54:30 GMT Michael Olson <mwolson@gnu.org> patch-26
287     Summary:
288       Standardize source headers, appease elint, don't require planner
289     Revision:
290       muse--main--1.0--patch-26
292     2005-04-15  Michael Olson  <mwolson@gnu.org>
293     
294         * Makefile, scripts/muse-build.el: Moved muse-build.el to the
295         `scripts' directory since it really isn't part of Muse proper; it
296         is used to generate Muse output from the command line.
297     
298         * muse-blosxom.el: Handle case where planner is not loaded so that
299         it isn't a hard requirement.
300     
301         * muse-colors.el: Move definition of `muse-colors-tag-info' up so
302         that elint doesn't complain.
303     
304         * muse-message.el (muse-message-markup-link): Don't throw up on
305         links with no description.
306     
307         * muse-blosxom.el, muse-book.el, muse-colors.el, muse-convert.el,
308         muse-docbook.el, muse-html.el, muse-http.el, muse-journal.el,
309         muse-latex.el, muse-message.el, muse-mode.el, muse-poem.el,
310         muse-project.el, muse-publish.el, muse-regexps.el,
311         muse-texinfo.el, muse.el: Add standard header for each file in
312         preparation for the initial release, which will hopefully happen
313         sometime within the next month.
314     
316     removed files:
317      experimental/.arch-ids/=id
319     modified files:
320      ChangeLog Makefile muse-blosxom.el muse-book.el muse-colors.el
321      muse-convert.el muse-docbook.el muse-html.el muse-http.el
322      muse-journal.el muse-latex.el muse-message.el muse-mode.el
323      muse-poem.el muse-project.el muse-publish.el muse-regexps.el
324      muse-texinfo.el muse.el
326     renamed files:
327      .arch-ids/muse-build.el.id
328        ==> scripts/.arch-ids/muse-build.el.id
329      muse-build.el
330        ==> scripts/muse-build.el
332     removed directories:
333      experimental experimental/.arch-ids
336 2005-04-14 23:46:47 GMT Michael Olson <mwolson@gnu.org> patch-25
338     Summary:
339       Merge contents of muse-latexcjk.el into muse-latex.el.
340     Revision:
341       muse--main--1.0--patch-25
343     2005-04-14  Michael Olson  <mwolson@gnu.org>
344     
345         * muse-latex.el (muse-latexcjk-header, muse-latexcjk-footer)
346         (muse-latexcjk-encoding-map, muse-latexcjk-encoding-default)
347         (muse-latexcjk-encoding, muse-latexcjk-transform-content-type):
348         Merge in from muse-latexcjk.el.
349     
350         * muse-latexcjk.el: Removed, functionality merged with
351         muse-latex.el
353     removed files:
354      .arch-ids/muse-latexcjk.el.id muse-latexcjk.el
356     modified files:
357      ChangeLog muse-latex.el
360 2005-04-06 23:25:47 GMT Michael Olson <mwolson@gnu.org> patch-24
362     Summary:
363       Merge muse-xhtml.el into muse-html.el.
364     Revision:
365       muse--main--1.0--patch-24
367     2005-04-06  Michael Olson  <mwolson@gnu.org>
368     
369         * examples/mwolson/muse-init.el: Update with respect to the
370         muse-xhtml.el merge.
371     
372         * muse-html.el: The contents of muse-xhtml.el have been merged in
373         as advised by John Wiegley.
374         (muse-html-style-sheet): Add example for XHTML use in the
375         function's documentation.
376         (muse-xhtml-header, muse-xhtml-footer, muse-xhtml-markup-tags):
377         Moved from muse-xhtml.el.
378     
379         * muse-xhtml.el: Removed; contents merged into muse-html.el.
381     removed files:
382      .arch-ids/muse-xhtml.el.id muse-xhtml.el
384     modified files:
385      ChangeLog examples/mwolson/muse-init.el muse-html.el
388 2005-04-06 03:18:55 GMT Michael Olson <mwolson@gnu.org> patch-23
390     Summary:
391       Try to fix regexps for Emacs 21.4.
392     Revision:
393       muse--main--1.0--patch-23
395     2005-04-05  Michael Olson  <mwolson@gnu.org>
396     
397         * muse-regexps.el (muse-extreg-usable-p): Try to make regexps work
398         for Emacs 21.4.
400     modified files:
401      ChangeLog muse-regexps.el
404 2005-04-01 17:59:47 GMT Michael Olson <mwolson@gnu.org> patch-22
406     Summary:
407       Add comments to the publish-project example script
408     Revision:
409       muse--main--1.0--patch-22
411     2005-04-01  Michael Olson  <mwolson@gnu.org>
412     
413         * examples/publish-project: Moved here from
414         scripts/publish-project.  Added a few comments so people know what
415         it is used for.
417     modified files:
418      ChangeLog examples/publish-project
420     renamed files:
421      scripts/.arch-ids/publish-project.id
422        ==> examples/.arch-ids/publish-project.id
423      scripts/publish-project
424        ==> examples/publish-project
427 2005-04-01 02:27:08 GMT Michael Olson <mwolson@gnu.org> patch-21
429     Summary:
430       New XHTML style, add more examples to my sample muse config
431     Revision:
432       muse--main--1.0--patch-21
434     2005-03-31  Michael Olson  <mwolson@gnu.org>
435     
436         * examples/mwolson/muse-init.el: Give an example of deriving a
437         custom publishing style.
438         (my-muse-blosxom-finalize): Finalizes the "my-blosxom" style.
439         (my-muse-prepare-entry-for-xanga): Mangle the published output
440         from a blosxom project and copy the result to the clipboard for
441         easy pasting into Xanga's web form.  The file is untouched.
442     
443         * muse-html.el (muse-html-style-sheet): Include the <style
444         type="text/css"></style> wrapper around the example.
445         (muse-html-header): Don't add <style type="text/css"></style>
446         around the value of `muse-html-style-sheet' anymore.  This allows
447         for the option of putting your stylesheet(s) in a separate file.
448         An example of this is given in the documentation for this
449         variable.
450     
451         * muse-xhtml: New file that implements a publishing style which is
452         derived from HTML mode.  It uses a slightly modified version of
453         the HTML markup rules to generate XHTML-compliant output.
454     
455         * muse-blosxom.el: Add new "blosxom-xhtml" style.  The old
456         "blosxom" style has been renamed to "blosxom-html".  Fix a few
457         header gaffes.
458     
459         * muse-journal.el: Add new "journal-xhtml" style.
460     
461         * muse-message.el: Add new "message-xhtml" style.
463     new files:
464      .arch-ids/muse-xhtml.el.id muse-xhtml.el
466     modified files:
467      ChangeLog examples/mwolson/muse-init.el muse-blosxom.el
468      muse-html.el muse-journal.el muse-message.el
471 2005-03-25 03:55:13 GMT Michael Olson <mwolson@gnu.org> patch-20
473     Summary:
474       Add my muse configuration to the examples
475     Revision:
476       muse--main--1.0--patch-20
478     2005-03-24  Michael Olson  <mwolson@gnu.org>
479     
480         * examples/johnw: Move John Wiegley's configuration to this
481         directory.
482     
483         * examples/mwolson: My configuration files go here.
484     
485         * examples/mwolson/muse-init.el: My Muse configuration file.  I
486         just figured out how to keep links from being spell-checked or
487         split up by fill-mode, so the implementation of this may be found
488         here.  I also made a function that sets up a blog entry for me.
490     new files:
491      examples/johnw/.arch-ids/=id examples/mwolson/.arch-ids/=id
492      examples/mwolson/.arch-ids/muse-init.el.id
493      examples/mwolson/muse-init.el
495     modified files:
496      ChangeLog
498     renamed files:
499      examples/.arch-ids/muse-johnw.el.id
500        ==> examples/johnw/.arch-ids/muse-johnw.el.id
501      examples/.arch-ids/publish-johnw.id
502        ==> examples/johnw/.arch-ids/publish-johnw.id
503      examples/muse-johnw.el
504        ==> examples/johnw/muse-johnw.el
505      examples/publish-johnw
506        ==> examples/johnw/publish-johnw
508     new directories:
509      examples/johnw examples/johnw/.arch-ids examples/mwolson
510      examples/mwolson/.arch-ids
513 2005-03-24 22:57:10 GMT Michael Olson <mwolson@gnu.org> patch-19
515     Summary:
516       Add muse-blosxom script and plugin for pyblosxom
517     Revision:
518       muse--main--1.0--patch-19
520     2005-03-24  Michael Olson  <mwolson@gnu.org>
521     
522         * muse-blosxom.el: Update copyright notice in headers and mention
523         the pyblosxom scripts.
524     
525         * contrib/pyblosxom: New directory containing pyblosxom plugins
526         and helper scripts.
527     
528         * contrib/getstamps.py: Script that generates the "timestamps"
529         file, run on the local machine.
530     
531         * contrib/hardcodedates.py: PyBlosxom plugin that interprets the
532         timestamps file.
534     new files:
535      contrib/pyblosxom/.arch-ids/=id
536      contrib/pyblosxom/.arch-ids/getstamps.py.id
537      contrib/pyblosxom/.arch-ids/hardcodedates.py.id
538      contrib/pyblosxom/getstamps.py
539      contrib/pyblosxom/hardcodedates.py
541     modified files:
542      ChangeLog muse-blosxom.el
544     new directories:
545      contrib/pyblosxom contrib/pyblosxom/.arch-ids
548 2005-03-23 19:05:09 GMT Michael Olson <mwolson@gnu.org> patch-18
550     Summary:
551       muse-blosxom.el has matured past experimental status
552     Revision:
553       muse--main--1.0--patch-18
555     2005-03-23  Michael Olson  <mwolson@gnu.org>
556     
557         * muse-blosxom.el: Remove common functionality that has already
558         been implemented in `muse-html.el'.  Derive this mode from
559         `muse-html'.  Update documentation.  I now feel that this file is
560         ready to be included in the top-level Muse directory.
562     modified files:
563      ChangeLog muse-blosxom.el
565     renamed files:
566      experimental/.arch-ids/muse-blosxom.el.id
567        ==> .arch-ids/muse-blosxom.el.id
568      experimental/muse-blosxom.el
569        ==> muse-blosxom.el
572 2005-03-22 05:28:01 GMT Michael Olson <mwolson@gnu.org> patch-17
574     Summary:
575       Make muse-blosxom.el slightly less experimental
576     Revision:
577       muse--main--1.0--patch-17
579     2005-03-22  Michael Olson  <mwolson@gnu.org>
580     
581         * experimental/muse-blosxom.el (muse-blosxom-page-date-alist):
582         Renamed from `blosxom-page-date-alist'.  Currently it does nothing
583         useful.
584         (muse-blosxom-markup-regexps): Remove unnecessary first grouping
585         from the `muse-blosxom-markup-date-directive' rule.
586         (blosxom-set-time): Remove this function.  We're not going to be
587         touching the timestamp manually anymore -- it's too much of a
588         hassle.  Right now I've got a python program that compiles a
589         timestamp file and a pyblosxom helper that reads it.  Something
590         similar could be arranged for blosxom, I'm sure.
591     
593     modified files:
594      ChangeLog experimental/muse-blosxom.el
597 2005-03-20 19:40:10 GMT Michael Olson <mwolson@gnu.org> patch-16
599     Summary:
600       Apply latest journal-related updates from johnw
601     Revision:
602       muse--main--1.0--patch-16
605     modified files:
606      ChangeLog examples/muse-johnw.el muse-journal.el
609 2005-03-01 02:58:29 GMT Michael Olson <mwolson@gnu.org> patch-15
611     Summary:
612       Add Projects node to the manual
613     Revision:
614       muse--main--1.0--patch-15
616     2005-02-28  Michael Olson  <mwolson@gnu.org>
617     
618         * muse.texi: Change copyright notice since the FSF is now the
619         copyright holder.
620         (Projects): New node, based on a section from the README file.
622     modified files:
623      ChangeLog muse.texi
626 2005-03-01 02:25:15 GMT Michael Olson <mwolson@gnu.org> patch-14
628     Summary:
629       Correct documentation, adding some content.
630     Revision:
631       muse--main--1.0--patch-14
633     2005-02-28  Michael Olson  <mwolson@gnu.org>
634     
635         * muse.texi: Change license terms of the documentation to the GNU
636         GPL instead of the GNU FDL, as per the consent of the copyright
637         holders of the emacs-wiki manual, from which this is based.  Some
638         emacs-wiki-isms in the manual were corrected, and the Getting
639         Started section was updated.
641     modified files:
642      ChangeLog muse.texi
645 2005-02-17 19:08:19 GMT Michael Olson <mwolson@gnu.org> patch-13
647     Summary:
648       Make muse-blosxom.el a bit more sane, still need to bum it down a bit
649     Revision:
650       muse--main--1.0--patch-13
652     2005-02-17  Michael Olson  <mwolson@gnu.org>
653     
654         * experimental/muse-blosxom.el: Somehow the contents of this file
655         managed to get duplicated.  I removed the duplicates.
656         (muse-blosxom-date): Remove this, since it is not useful.
657         (muse-blosxom-header): Use the standard header that blosxom.el
658         has.
660     modified files:
661      ChangeLog experimental/muse-blosxom.el
664 2005-02-08 04:20:41 GMT Michael Olson <mwolson@gnu.org> patch-12
666     Summary:
667       Initial commit of muse.texi, nothing substantial
668     Revision:
669       muse--main--1.0--patch-12
671     2005-02-07  Michael Olson  <mwolson@gnu.org>
672     
673         * muse.texi: New file that provides the documentation for Muse.
674         It is in a very rough form at the moment.  Nothing substantial may
675         be found here yet.  Be ye warned.
677     new files:
678      .arch-ids/muse.texi.id muse.texi
680     modified files:
681      ChangeLog
684 2005-02-08 01:15:15 GMT Michael Olson <mwolson@gnu.org> patch-11
686     Summary:
687       Add docstring, new trivial function
688     Revision:
689       muse--main--1.0--patch-11
691     2005-02-07  Michael Olson  <mwolson@gnu.org>
692     
693         * muse-mode.el (muse-mode-map): Make "C-c =" trigger
694         `muse-what-changed'.  No functionality change.
695         (muse-what-changed): New function that displays in diff format the
696         changes made since the buffer was last saved.
697     
698         * muse-project.el (muse-project-publish): Add docstring.
700     modified files:
701      ChangeLog muse-mode.el muse-project.el
704 2005-02-04 18:42:08 GMT Michael Olson <mwolson@gnu.org> patch-10
706     Summary:
707       Add experimental version of muse-blosxom.el to project
708     Revision:
709       muse--main--1.0--patch-10
711     2005-02-04  Michael Olson  <mwolson@gnu.org>
712     
713         * Makefile (realclean): Remove file that gets generated when fonts
714         are missing.
715     
716         * experimental/muse-bloxsom.el: New file that implements Blosxom
717         support for Muse.  It's in a very rough state, hence its placement
718         in the `experimental' directory.
720     new files:
721      experimental/.arch-ids/=id
722      experimental/.arch-ids/muse-blosxom.el.id
723      experimental/muse-blosxom.el
725     modified files:
726      ChangeLog Makefile
728     new directories:
729      experimental experimental/.arch-ids
732 2005-02-04 18:19:44 GMT Michael Olson <mwolson@gnu.org> patch-9
734     Summary:
735       Make permissions more consistent
736     Revision:
737       muse--main--1.0--patch-9
740     modified files:
741      ChangeLog
743     modified directories:
744      contrib examples scripts
747 2005-02-04 18:13:56 GMT Michael Olson <mwolson@gnu.org> patch-8
749     Summary:
750       Fix build problems
751     Revision:
752       muse--main--1.0--patch-8
754     2005-02-04  Michael Olson  <mwolson@gnu.org>
755     
756         * muse-build.el: Add contrib directory to `load-path'.
757         (muse-elint-files): Load `muse-regexps.el'.
758     
759         * scripts/publish: Change permissions so that this script is
760         executable.  Add contrib directory to load list.  Add
761         `muse-regexps.el' to list.
763     modified files:
764      ChangeLog muse-build.el scripts/publish
767 2005-01-31 21:04:43 GMT Michael Olson <mwolson@gnu.org> patch-7
769     Summary:
770       Use "&mdash;" instead of "&#151;"
771     Revision:
772       muse--main--1.0--patch-7
774     2005-01-31  Michael Olson  <mwolson@gnu.org>
775     
776         * muse-docbook.el (muse-docbook-markup-strings): Replace "&#151;"
777         with "&mdash;" so that documents validate properly.  Thanks to
778         Björn Lindström for the suggestion.
779     
780         * muse-html.el (muse-html-markup-strings): Ditto.
782     modified files:
783      ChangeLog muse-docbook.el muse-html.el
786 2005-01-25 19:04:31 GMT Michael Olson <mwolson@gnu.org> patch-6
788     Summary:
789       Fix use of "[:blank:]" in underline markup
790     Revision:
791       muse--main--1.0--patch-6
793     2005-01-25  Michael Olson  <mwolson@gnu.org>
794     
795         * muse-colors.el (muse-colors-markup): Replace "[:blank:]" with
796         use of `muse-regexp-blank'.
798     modified files:
799      ChangeLog muse-colors.el
802 2005-01-03 06:00:43 GMT Michael Olson <mwolson@member.fsf.org>  patch-5
804     Summary:
805       Fix problem with headings being given wrong face
806     Revision:
807       muse--main--1.0--patch-5
809     2005-01-03  Michael Olson  <mwolson@gnu.org>
810     
811         * muse-colors.el: Add header.
812         (muse-colors-emphasized): Headings were being given the coloring
813         for the next level of heading instead of the real
814         level (i.e. `muse-header-2' instead of `muse-header-1' for "*
815         Heading").  Thanks to Lan Yufeng for finding this and sending a
816         patch.
817     
818         * muse-regexps.el: Fix header.
820     modified files:
821      ChangeLog muse-colors.el muse-regexps.el
824 2005-01-02 00:02:15 GMT Michael Olson <mwolson@member.fsf.org>  patch-4
826     Summary:
827       Rotate ChangeLog
828     Revision:
829       muse--main--1.0--patch-4
831     2005-01-01  Michael Olson  <mwolson@gnu.org>
832     
833         * ChangeLog: Move old ChangeLog to ChangeLog.2004.  This new
834         version will be automatically maintained by Arch.
835     
837     new files:
838      .arch-ids/ChangeLog.id ChangeLog
840     renamed files:
841      .arch-ids/ChangeLog.id
842        ==> .arch-ids/ChangeLog.2004.id
843      ChangeLog
844        ==> ChangeLog.2004
847 2004-12-30 07:26:48 GMT Michael Olson <mwolson@member.fsf.org>  patch-3
849     Summary:
850       Extended regexps fix, allow spaces in 1st part of links
851     Revision:
852       muse--main--1.0--patch-3
854     2004-12-30  Michael Olson  <mwolson@gnu.org>
855     
856         * muse.el (muse-link-regexp): Allow spaces in the first part of
857         links.
858     
859         * muse-colors.el, muse-convert.el, muse-docbook.el: Use
860         customizable alternatives to extended character classes.
861     
862         * muse-html.el, muse-mode.el, muse-publish.el: Ditto.
864     modified files:
865      ChangeLog muse-colors.el muse-convert.el muse-docbook.el
866      muse-html.el muse-mode.el muse-publish.el muse.el
869 2004-12-30 02:18:07 GMT Michael Olson <mwolson@member.fsf.org>  patch-2
871     Summary:
872       Begin to change regexp handling, tweak muse.el header
873     Revision:
874       muse--main--1.0--patch-2
876     2004-12-29  Michael Olson  <mwolson@gnu.org>
877     
878         * muse.el: Change Copyright notice to FSF.  Change Maintainer to
879         myself.  Update URL.
880     
881         * muse-regexps.el: New file that implements regexp handling.
882         Generalized regexp options will be moved to it eventually.
884     new files:
885      .arch-ids/muse-regexps.el.id muse-regexps.el
887     modified files:
888      ChangeLog muse.el
891 2004-12-30 01:49:50 GMT Michael Olson <mwolson@member.fsf.org>  patch-1
893     Summary:
894       Do some early spring cleaning
895     Revision:
896       muse--main--1.0--patch-1
898     2004-12-29  Michael Olson  <mwolson@gnu.org>
899     
900         * Makefile: Change path to `publish' script.
901     
902         * contrib/pcomplete.el: New file that is used by Muse without
903         actually being a part of it: hence its location in the contrib
904         directory.
905     
906         * contrib/cgi.el, contrib/httpd.el: New location.
907     
908         * examples/muse-johnw.el, examples/publish-johnw: Ditto.
909     
910         * scripts/publish, scripts/publish-project: Ditto.
912     new files:
913      contrib/.arch-ids/=id contrib/.arch-ids/pcomplete.el.id
914      contrib/pcomplete.el examples/.arch-ids/=id
915      scripts/.arch-ids/=id
917     modified files:
918      ChangeLog Makefile
920     renamed files:
921      .arch-ids/cgi.el.id
922        ==> contrib/.arch-ids/cgi.el.id
923      .arch-ids/httpd.el.id
924        ==> contrib/.arch-ids/httpd.el.id
925      .arch-ids/muse-johnw.el.id
926        ==> examples/.arch-ids/muse-johnw.el.id
927      .arch-ids/publish-johnw.id
928        ==> examples/.arch-ids/publish-johnw.id
929      .arch-ids/publish-project.id
930        ==> scripts/.arch-ids/publish-project.id
931      .arch-ids/publish.id
932        ==> scripts/.arch-ids/publish.id
933      cgi.el
934        ==> contrib/cgi.el
935      httpd.el
936        ==> contrib/httpd.el
937      muse-johnw.el
938        ==> examples/muse-johnw.el
939      publish
940        ==> scripts/publish
941      publish-johnw
942        ==> examples/publish-johnw
943      publish-project
944        ==> scripts/publish-project
946     new directories:
947      contrib contrib/.arch-ids examples examples/.arch-ids scripts
948      scripts/.arch-ids
951 2004-12-30 01:33:11 GMT Michael Olson <mwolson@member.fsf.org>  base-0
953     Summary:
954       tag of mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
955     Revision:
956       muse--main--1.0--base-0
958     (automatically generated log message)
960     new patches:
961      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
962      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
963      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
964      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
965      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
966      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
967      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
968      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
969      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
970      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
971      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
972      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
973      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
974      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
975      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
976      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
977      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
978      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8