Revert prematurely committed patch.
[muse-el.git] / ChangeLog
blob08f845bd4e8057ab17103c6a909a2119f514b191
1 2006-08-30  Michael Olson  <mwolson@gnu.org>
3         * muse.texi (Blosxom Requirements): Fix typo.
5         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
6         directories for bzr and darcs.
8         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
9         contrib/pyblosxom/getstamps.py: Update version and headers.
11 2006-08-27  Michael Olson  <mwolson@gnu.org>
13         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
14         nil values before they get to mapconcat.  This fixes a lockup when
15         muse-wiki-match-all-project-files is nil.
17         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
18         (muse-wiki-ignore-implicit-links-to-current-page)
19         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
20         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
21         (muse-wiki-publish-small-title-words)
22         (muse-wiki-publish-pretty-title): Docfix.
23         (muse-wiki-update-local-wikiword-regexp): Rename from
24         muse-wiki-update-local-wikiword-regexp.  Set
25         muse-wiki-project-file-regexp instead of
26         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
27         take muse-wiki-use-wikiword into account, since this is a
28         different concept now.
29         (muse-wiki-update-wikiword-regexp): Remove.
30         (muse-wiki-wikiword-regexp): In-line the :set function.
31         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
33 2006-08-26  Michael Olson  <mwolson@gnu.org>
35         * lisp/muse-publish.el (muse-publish-surround-text): When looking
36         for indented list items, ignore blank lines.
38         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
39         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
40         mapconcat.  This should hopefully fix a problem with large amounts
41         of files with spaces in their name.  Thanks to Greg Detre for the
42         report.
44 2006-08-24  Michael Olson  <mwolson@gnu.org>
46         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
47         numbers from the argument to format-time-string.  This fixes an
48         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
50 2006-08-18  Michael Olson  <mwolson@gnu.org>
52         * lisp/muse-project.el (muse-project-file-entries): Since we are
53         given a full path, match against the filename as well.  This fixes
54         an issue where backup files were being added to the file alist.
56         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
57         from muse-html.el.
59 2006-08-12  Michael Olson  <mwolson@gnu.org>
61         * Makefile (.PHONY): Don't use line continuations.
62         (realclean fullclean): Call realclean in subdirs, not distclean.
63         (distclean): Don't call realclean, since this would wipe out our
64         autoloads file.
65         (dist): Use correct path to autoloads file.
67         * NEWS: Catch up with the latest changes.
69         * experimental/Makefile (.PHONY): Wrap long line.
71         * lisp/Makefile (distclean): Do the same thing as "clean", not
72         "realclean".
74         * lisp/muse-project.el (muse-project-get-applicable-style):
75         Indentation tweak.
76         (muse-project-ignore-regexp, muse-project-recurse-directory):
77         Docfix.
78         (muse-project-of-file): Try the ignored files regexp against the
79         base filename as well as the entire path.
81         * lisp/muse-publish.el (muse-publish-this-file): Display message
82         if the buffer is not associated with any file, so that we avoid
83         errors later on.
84         (muse-publish-url-desc): New function taken from muse-publish-url
85         that causes a URL description to be transformed.
86         (muse-publish-url): Call muse-publish-url-desc on either the
87         description or the original URL if it will be used as a
88         description.  Accept the original URL as an argument, in case it
89         was transformed earlier.
90         (muse-publish-insert-url): Pass original URL as an argument.
91         (muse-publish-markup-link): Make this somewhat easier to follow.
92         Pass original URL as argument.
93         (muse-publish-get-style): If the same style is used to publish to
94         two different directories, prompt the user for which directory to
95         use.
96         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
97         latest changes.
98         (muse-publish-markup-url): Pass original URL as an argument.  This
99         fixes the "nil" description for bare URLs that was in 3.02.91.
100         Nothing like finding a bug just after completing the announcement
101         of a release.
103         * lisp/muse.el: Use defalias whenever convenient.
104         (muse-version): Set version to 3.02.92 (3.03 RC2).
106 2006-08-10  Michael Olson  <mwolson@gnu.org>
108         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
109         style does not derive from any other class, return `t' here.
110         This, along with the corresponding change to muse-publish.el,
111         fixes a problem with the table of contents getting inserted
112         multiple times for custom html-based styles.
113         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
114         smarter method for table centering that works with XHTML.
116         * lisp/muse-latex2png.el Rename all functions to have a
117         "muse-latex2png" prefix.  Turn all variables into customizable
118         options in the muse-latex2png group.
119         (muse-latex2png-img-dest): New option specifying where to place
120         the images.
121         (muse-latex2png-template): New option containing the template to
122         use for the surrounding LaTeX code.
123         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
124         compliance.
125         (muse-latex2png-move2pubdir): Avoid multiple redundant error
126         messages when something else goes wrong.  Create the image
127         subdirectory if it doesn't exist already -- thanks to Christian
128         Straßer for the report.  Expand the filename properly.
129         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
130         and filename expansion.
131         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
132         the default directory properly.
134         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
135         do not run the same function twice.
137 2006-08-08  Michael Olson  <mwolson@gnu.org>
139         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
140         introduced wrong-type-argument error.
142         * lisp/muse-html.el (muse-html-markup-strings)
143         (muse-xhtml-markup-string): Cause table definition that contains
144         image to be center-aligned.  This should fix an issue with images
145         not being centered when captions are very long.
147         * lisp/muse-publish.el (muse-publish-table-fields): Trim
148         whitespace from fields once we have split them up.
150         * lisp/muse.el (muse-trim-whitespace): New function that strips
151         leading and trailing whitespace from a string.
153 2006-08-07  Michael Olson  <mwolson@gnu.org>
155         * NEWS: Update through patch-95.
157         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
158         to match the tags.
159         (muse-colors-explicit-link): Show images in link descriptions if
160         inlined images are enabled.
162         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
163         definitions for 'image-with-desc, 'image, and 'image-link.
164         (muse-docbook-markup-paragraph): If an inlined image begins a
165         paragraph, insert <para> before it.
166         (muse-docbook-fixup-images): New function that upper-cases the
167         "format" attribute of the <imagedata> tag.
168         (muse-docbook-finalize-buffer): Call it.
170         * lisp/muse-html.el (muse-html-markup-strings): Publish images
171         with descriptions as centered tables, with a centered caption
172         underneath.  The resulting look is consistent with the way that
173         they are published in the LaTeX style.  Thanks to Jody Klymak for
174         the suggestion.
175         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
176         valid way to center a table.
177         (muse-html-markup-paragraph): Use class="image" instead of
178         "image-link" for paragraphs that start with an embedded image.
180         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
181         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
182         suggestion.
183         (muse-latex-markup-specials-image): New option that enables
184         escaping of specials in images.  This was split from the URL
185         specials.
186         (muse-latex-decide-specials): Handle 'image context.
187         (muse-latex-fixup-dquotes): Go to beginning of document, instead
188         of relying on caller to do this for us.
190         * lisp/muse-publish.el (muse-publish-escape-specials): Document
191         'image context.
192         (muse-publish-url): Use 'image context for images.  Use 'image
193         instead of 'image-link and 'image-link in place of
194         'url-with-image.  Separate the image file from its extension so
195         that docbook and texinfo can publish images correctly.
196         (muse-publish-markup-link): Don't force a description if one is
197         not given.  This fixes a bug where images without descriptions
198         were being published as 'image-with-desc instead of 'image.
200         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
201         images the same as URLs.
202         (muse-texinfo-markup-strings): Improve image markup to achieve an
203         effect similar to that of the LaTeX publishing style.  Simplify
204         'url string.
206         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
208         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
209         when we have to use the custom version of this function.
211         * muse.texi (Images): Explain how to toggle inlining of images and
212         give better examples.  Mention captions and that captioned images
213         should not be used inside of text paragraphs.
214         (Markup Strings): Bring up-to-date with the changes made since
215         3.02.
217 2006-08-06  Michael Olson  <mwolson@gnu.org>
219         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
220         in the Emacs source tree.
222         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
223         in the Emacs source tree.
225         * ChangeLog.3: New file created from the old ChangeLog.
227         * Makefile.defs (VERSION): Set to 3.02.91.
229         * NEWS: Update through patch-84.
231         * lisp/muse.el (muse-version): Set to 3.02.91.
233         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
234         attributes.
235         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
236         delimiter are instead of hard-coding it.
238         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
239         (muse-mode): Make filling definition lists work better.  This
240         should fix #5359.
242         * lisp/muse-publish.el (muse-style-run-hooks): Use
243         `muse-style-element' instead of `muse-get-keyword' here.  This
244         should fix #6399.
246         * muse.texi: Set version to 3.02.91 (3.02 RC2).
248 See ChangeLog.3 for earlier changes.
250 ;; Local Variables:
251 ;; coding: utf-8
252 ;; End: