Apply latest journal-related updates from johnw
[muse-el.git] / ChangeLog
blob5a0ceb9e250cf9b7760ee6691eb98f3f6f0614e2
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2005/muse--main--1.0
5 2005-03-20 19:40:10 GMT Michael Olson <mwolson@gnu.org> patch-16
7     Summary:
8       Apply latest journal-related updates from johnw
9     Revision:
10       muse--main--1.0--patch-16
13     modified files:
14      ChangeLog examples/muse-johnw.el muse-journal.el
17 2005-03-01 02:58:29 GMT Michael Olson <mwolson@gnu.org> patch-15
19     Summary:
20       Add Projects node to the manual
21     Revision:
22       muse--main--1.0--patch-15
24     2005-02-28  Michael Olson  <mwolson@gnu.org>
25     
26         * muse.texi: Change copyright notice since the FSF is now the
27         copyright holder.
28         (Projects): New node, based on a section from the README file.
30     modified files:
31      ChangeLog muse.texi
34 2005-03-01 02:25:15 GMT Michael Olson <mwolson@gnu.org> patch-14
36     Summary:
37       Correct documentation, adding some content.
38     Revision:
39       muse--main--1.0--patch-14
41     2005-02-28  Michael Olson  <mwolson@gnu.org>
42     
43         * muse.texi: Change license terms of the documentation to the GNU
44         GPL instead of the GNU FDL, as per the consent of the copyright
45         holders of the emacs-wiki manual, from which this is based.  Some
46         emacs-wiki-isms in the manual were corrected, and the Getting
47         Started section was updated.
49     modified files:
50      ChangeLog muse.texi
53 2005-02-17 19:08:19 GMT Michael Olson <mwolson@gnu.org> patch-13
55     Summary:
56       Make muse-blosxom.el a bit more sane, still need to bum it down a bit
57     Revision:
58       muse--main--1.0--patch-13
60     2005-02-17  Michael Olson  <mwolson@gnu.org>
61     
62         * experimental/muse-blosxom.el: Somehow the contents of this file
63         managed to get duplicated.  I removed the duplicates.
64         (muse-blosxom-date): Remove this, since it is not useful.
65         (muse-blosxom-header): Use the standard header that blosxom.el
66         has.
68     modified files:
69      ChangeLog experimental/muse-blosxom.el
72 2005-02-08 04:20:41 GMT Michael Olson <mwolson@gnu.org> patch-12
74     Summary:
75       Initial commit of muse.texi, nothing substantial
76     Revision:
77       muse--main--1.0--patch-12
79     2005-02-07  Michael Olson  <mwolson@gnu.org>
80     
81         * muse.texi: New file that provides the documentation for Muse.
82         It is in a very rough form at the moment.  Nothing substantial may
83         be found here yet.  Be ye warned.
85     new files:
86      .arch-ids/muse.texi.id muse.texi
88     modified files:
89      ChangeLog
92 2005-02-08 01:15:15 GMT Michael Olson <mwolson@gnu.org> patch-11
94     Summary:
95       Add docstring, new trivial function
96     Revision:
97       muse--main--1.0--patch-11
99     2005-02-07  Michael Olson  <mwolson@gnu.org>
100     
101         * muse-mode.el (muse-mode-map): Make "C-c =" trigger
102         `muse-what-changed'.  No functionality change.
103         (muse-what-changed): New function that displays in diff format the
104         changes made since the buffer was last saved.
105     
106         * muse-project.el (muse-project-publish): Add docstring.
108     modified files:
109      ChangeLog muse-mode.el muse-project.el
112 2005-02-04 18:42:08 GMT Michael Olson <mwolson@gnu.org> patch-10
114     Summary:
115       Add experimental version of muse-blosxom.el to project
116     Revision:
117       muse--main--1.0--patch-10
119     2005-02-04  Michael Olson  <mwolson@gnu.org>
120     
121         * Makefile (realclean): Remove file that gets generated when fonts
122         are missing.
123     
124         * experimental/muse-bloxsom.el: New file that implements Blosxom
125         support for Muse.  It's in a very rough state, hence its placement
126         in the `experimental' directory.
128     new files:
129      experimental/.arch-ids/=id
130      experimental/.arch-ids/muse-blosxom.el.id
131      experimental/muse-blosxom.el
133     modified files:
134      ChangeLog Makefile
136     new directories:
137      experimental experimental/.arch-ids
140 2005-02-04 18:19:44 GMT Michael Olson <mwolson@gnu.org> patch-9
142     Summary:
143       Make permissions more consistent
144     Revision:
145       muse--main--1.0--patch-9
148     modified files:
149      ChangeLog
151     modified directories:
152      contrib examples scripts
155 2005-02-04 18:13:56 GMT Michael Olson <mwolson@gnu.org> patch-8
157     Summary:
158       Fix build problems
159     Revision:
160       muse--main--1.0--patch-8
162     2005-02-04  Michael Olson  <mwolson@gnu.org>
163     
164         * muse-build.el: Add contrib directory to `load-path'.
165         (muse-elint-files): Load `muse-regexps.el'.
166     
167         * scripts/publish: Change permissions so that this script is
168         executable.  Add contrib directory to load list.  Add
169         `muse-regexps.el' to list.
171     modified files:
172      ChangeLog muse-build.el scripts/publish
175 2005-01-31 21:04:43 GMT Michael Olson <mwolson@gnu.org> patch-7
177     Summary:
178       Use "&mdash;" instead of "&#151;"
179     Revision:
180       muse--main--1.0--patch-7
182     2005-01-31  Michael Olson  <mwolson@gnu.org>
183     
184         * muse-docbook.el (muse-docbook-markup-strings): Replace "&#151;"
185         with "&mdash;" so that documents validate properly.  Thanks to
186         Björn Lindström for the suggestion.
187     
188         * muse-html.el (muse-html-markup-strings): Ditto.
190     modified files:
191      ChangeLog muse-docbook.el muse-html.el
194 2005-01-25 19:04:31 GMT Michael Olson <mwolson@gnu.org> patch-6
196     Summary:
197       Fix use of "[:blank:]" in underline markup
198     Revision:
199       muse--main--1.0--patch-6
201     2005-01-25  Michael Olson  <mwolson@gnu.org>
202     
203         * muse-colors.el (muse-colors-markup): Replace "[:blank:]" with
204         use of `muse-regexp-blank'.
206     modified files:
207      ChangeLog muse-colors.el
210 2005-01-03 06:00:43 GMT Michael Olson <mwolson@member.fsf.org>  patch-5
212     Summary:
213       Fix problem with headings being given wrong face
214     Revision:
215       muse--main--1.0--patch-5
217     2005-01-03  Michael Olson  <mwolson@gnu.org>
218     
219         * muse-colors.el: Add header.
220         (muse-colors-emphasized): Headings were being given the coloring
221         for the next level of heading instead of the real
222         level (i.e. `muse-header-2' instead of `muse-header-1' for "*
223         Heading").  Thanks to Lan Yufeng for finding this and sending a
224         patch.
225     
226         * muse-regexps.el: Fix header.
228     modified files:
229      ChangeLog muse-colors.el muse-regexps.el
232 2005-01-02 00:02:15 GMT Michael Olson <mwolson@member.fsf.org>  patch-4
234     Summary:
235       Rotate ChangeLog
236     Revision:
237       muse--main--1.0--patch-4
239     2005-01-01  Michael Olson  <mwolson@gnu.org>
240     
241         * ChangeLog: Move old ChangeLog to ChangeLog.2004.  This new
242         version will be automatically maintained by Arch.
243     
245     new files:
246      .arch-ids/ChangeLog.id ChangeLog
248     renamed files:
249      .arch-ids/ChangeLog.id
250        ==> .arch-ids/ChangeLog.2004.id
251      ChangeLog
252        ==> ChangeLog.2004
255 2004-12-30 07:26:48 GMT Michael Olson <mwolson@member.fsf.org>  patch-3
257     Summary:
258       Extended regexps fix, allow spaces in 1st part of links
259     Revision:
260       muse--main--1.0--patch-3
262     2004-12-30  Michael Olson  <mwolson@gnu.org>
263     
264         * muse.el (muse-link-regexp): Allow spaces in the first part of
265         links.
266     
267         * muse-colors.el, muse-convert.el, muse-docbook.el: Use
268         customizable alternatives to extended character classes.
269     
270         * muse-html.el, muse-mode.el, muse-publish.el: Ditto.
272     modified files:
273      ChangeLog muse-colors.el muse-convert.el muse-docbook.el
274      muse-html.el muse-mode.el muse-publish.el muse.el
277 2004-12-30 02:18:07 GMT Michael Olson <mwolson@member.fsf.org>  patch-2
279     Summary:
280       Begin to change regexp handling, tweak muse.el header
281     Revision:
282       muse--main--1.0--patch-2
284     2004-12-29  Michael Olson  <mwolson@gnu.org>
285     
286         * muse.el: Change Copyright notice to FSF.  Change Maintainer to
287         myself.  Update URL.
288     
289         * muse-regexps.el: New file that implements regexp handling.
290         Generalized regexp options will be moved to it eventually.
292     new files:
293      .arch-ids/muse-regexps.el.id muse-regexps.el
295     modified files:
296      ChangeLog muse.el
299 2004-12-30 01:49:50 GMT Michael Olson <mwolson@member.fsf.org>  patch-1
301     Summary:
302       Do some early spring cleaning
303     Revision:
304       muse--main--1.0--patch-1
306     2004-12-29  Michael Olson  <mwolson@gnu.org>
307     
308         * Makefile: Change path to `publish' script.
309     
310         * contrib/pcomplete.el: New file that is used by Muse without
311         actually being a part of it: hence its location in the contrib
312         directory.
313     
314         * contrib/cgi.el, contrib/httpd.el: New location.
315     
316         * examples/muse-johnw.el, examples/publish-johnw: Ditto.
317     
318         * scripts/publish, scripts/publish-project: Ditto.
320     new files:
321      contrib/.arch-ids/=id contrib/.arch-ids/pcomplete.el.id
322      contrib/pcomplete.el examples/.arch-ids/=id
323      scripts/.arch-ids/=id
325     modified files:
326      ChangeLog Makefile
328     renamed files:
329      .arch-ids/cgi.el.id
330        ==> contrib/.arch-ids/cgi.el.id
331      .arch-ids/httpd.el.id
332        ==> contrib/.arch-ids/httpd.el.id
333      .arch-ids/muse-johnw.el.id
334        ==> examples/.arch-ids/muse-johnw.el.id
335      .arch-ids/publish-johnw.id
336        ==> examples/.arch-ids/publish-johnw.id
337      .arch-ids/publish-project.id
338        ==> scripts/.arch-ids/publish-project.id
339      .arch-ids/publish.id
340        ==> scripts/.arch-ids/publish.id
341      cgi.el
342        ==> contrib/cgi.el
343      httpd.el
344        ==> contrib/httpd.el
345      muse-johnw.el
346        ==> examples/muse-johnw.el
347      publish
348        ==> scripts/publish
349      publish-johnw
350        ==> examples/publish-johnw
351      publish-project
352        ==> scripts/publish-project
354     new directories:
355      contrib contrib/.arch-ids examples examples/.arch-ids scripts
356      scripts/.arch-ids
359 2004-12-30 01:33:11 GMT Michael Olson <mwolson@member.fsf.org>  base-0
361     Summary:
362       tag of mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
363     Revision:
364       muse--main--1.0--base-0
366     (automatically generated log message)
368     new patches:
369      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
370      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
371      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
372      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
373      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
374      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
375      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
376      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
377      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
378      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
379      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
380      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
381      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
382      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
383      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
384      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
385      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
386      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8