Use "—" instead of "—"
[muse-el.git] / ChangeLog
blob12f22ca6053593e40240dc780d33a641019f5d2f
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2005/muse--main--1.0
5 2005-01-31 21:04:43 GMT Michael Olson <mwolson@gnu.org> patch-7
7     Summary:
8       Use "&mdash;" instead of "&#151;"
9     Revision:
10       muse--main--1.0--patch-7
12     2005-01-31  Michael Olson  <mwolson@gnu.org>
13     
14         * muse-docbook.el (muse-docbook-markup-strings): Replace "&#151;"
15         with "&mdash;" so that documents validate properly.  Thanks to
16         Björn Lindström for the suggestion.
17     
18         * muse-html.el (muse-html-markup-strings): Ditto.
20     modified files:
21      ChangeLog muse-docbook.el muse-html.el
24 2005-01-25 19:04:31 GMT Michael Olson <mwolson@gnu.org> patch-6
26     Summary:
27       Fix use of "[:blank:]" in underline markup
28     Revision:
29       muse--main--1.0--patch-6
31     2005-01-25  Michael Olson  <mwolson@gnu.org>
32     
33         * muse-colors.el (muse-colors-markup): Replace "[:blank:]" with
34         use of `muse-regexp-blank'.
36     modified files:
37      ChangeLog muse-colors.el
40 2005-01-03 06:00:43 GMT Michael Olson <mwolson@member.fsf.org>  patch-5
42     Summary:
43       Fix problem with headings being given wrong face
44     Revision:
45       muse--main--1.0--patch-5
47     2005-01-03  Michael Olson  <mwolson@gnu.org>
48     
49         * muse-colors.el: Add header.
50         (muse-colors-emphasized): Headings were being given the coloring
51         for the next level of heading instead of the real
52         level (i.e. `muse-header-2' instead of `muse-header-1' for "*
53         Heading").  Thanks to Lan Yufeng for finding this and sending a
54         patch.
55     
56         * muse-regexps.el: Fix header.
58     modified files:
59      ChangeLog muse-colors.el muse-regexps.el
62 2005-01-02 00:02:15 GMT Michael Olson <mwolson@member.fsf.org>  patch-4
64     Summary:
65       Rotate ChangeLog
66     Revision:
67       muse--main--1.0--patch-4
69     2005-01-01  Michael Olson  <mwolson@gnu.org>
70     
71         * ChangeLog: Move old ChangeLog to ChangeLog.2004.  This new
72         version will be automatically maintained by Arch.
73     
75     new files:
76      .arch-ids/ChangeLog.id ChangeLog
78     renamed files:
79      .arch-ids/ChangeLog.id
80        ==> .arch-ids/ChangeLog.2004.id
81      ChangeLog
82        ==> ChangeLog.2004
85 2004-12-30 07:26:48 GMT Michael Olson <mwolson@member.fsf.org>  patch-3
87     Summary:
88       Extended regexps fix, allow spaces in 1st part of links
89     Revision:
90       muse--main--1.0--patch-3
92     2004-12-30  Michael Olson  <mwolson@gnu.org>
93     
94         * muse.el (muse-link-regexp): Allow spaces in the first part of
95         links.
96     
97         * muse-colors.el, muse-convert.el, muse-docbook.el: Use
98         customizable alternatives to extended character classes.
99     
100         * muse-html.el, muse-mode.el, muse-publish.el: Ditto.
102     modified files:
103      ChangeLog muse-colors.el muse-convert.el muse-docbook.el
104      muse-html.el muse-mode.el muse-publish.el muse.el
107 2004-12-30 02:18:07 GMT Michael Olson <mwolson@member.fsf.org>  patch-2
109     Summary:
110       Begin to change regexp handling, tweak muse.el header
111     Revision:
112       muse--main--1.0--patch-2
114     2004-12-29  Michael Olson  <mwolson@gnu.org>
115     
116         * muse.el: Change Copyright notice to FSF.  Change Maintainer to
117         myself.  Update URL.
118     
119         * muse-regexps.el: New file that implements regexp handling.
120         Generalized regexp options will be moved to it eventually.
122     new files:
123      .arch-ids/muse-regexps.el.id muse-regexps.el
125     modified files:
126      ChangeLog muse.el
129 2004-12-30 01:49:50 GMT Michael Olson <mwolson@member.fsf.org>  patch-1
131     Summary:
132       Do some early spring cleaning
133     Revision:
134       muse--main--1.0--patch-1
136     2004-12-29  Michael Olson  <mwolson@gnu.org>
137     
138         * Makefile: Change path to `publish' script.
139     
140         * contrib/pcomplete.el: New file that is used by Muse without
141         actually being a part of it: hence its location in the contrib
142         directory.
143     
144         * contrib/cgi.el, contrib/httpd.el: New location.
145     
146         * examples/muse-johnw.el, examples/publish-johnw: Ditto.
147     
148         * scripts/publish, scripts/publish-project: Ditto.
150     new files:
151      contrib/.arch-ids/=id contrib/.arch-ids/pcomplete.el.id
152      contrib/pcomplete.el examples/.arch-ids/=id
153      scripts/.arch-ids/=id
155     modified files:
156      ChangeLog Makefile
158     renamed files:
159      .arch-ids/cgi.el.id
160        ==> contrib/.arch-ids/cgi.el.id
161      .arch-ids/httpd.el.id
162        ==> contrib/.arch-ids/httpd.el.id
163      .arch-ids/muse-johnw.el.id
164        ==> examples/.arch-ids/muse-johnw.el.id
165      .arch-ids/publish-johnw.id
166        ==> examples/.arch-ids/publish-johnw.id
167      .arch-ids/publish-project.id
168        ==> scripts/.arch-ids/publish-project.id
169      .arch-ids/publish.id
170        ==> scripts/.arch-ids/publish.id
171      cgi.el
172        ==> contrib/cgi.el
173      httpd.el
174        ==> contrib/httpd.el
175      muse-johnw.el
176        ==> examples/muse-johnw.el
177      publish
178        ==> scripts/publish
179      publish-johnw
180        ==> examples/publish-johnw
181      publish-project
182        ==> scripts/publish-project
184     new directories:
185      contrib contrib/.arch-ids examples examples/.arch-ids scripts
186      scripts/.arch-ids
189 2004-12-30 01:33:11 GMT Michael Olson <mwolson@member.fsf.org>  base-0
191     Summary:
192       tag of mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
193     Revision:
194       muse--main--1.0--base-0
196     (automatically generated log message)
198     new patches:
199      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
200      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
201      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
202      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
203      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
204      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
205      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
206      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
207      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
208      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
209      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
210      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
211      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
212      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
213      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
214      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
215      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
216      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8