muse-blosxom: Fix XEmacs format-time-string bug.
[muse-el.git] / ChangeLog
blobec97b9f85329585a341042a5e62fa563dec2c1b9
1 2006-08-24  Michael Olson  <mwolson@gnu.org>
3         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
4         numbers from the argument to format-time-string.  This fixes an
5         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
7 2006-08-18  Michael Olson  <mwolson@gnu.org>
9         * lisp/muse-project.el (muse-project-file-entries): Since we are
10         given a full path, match against the filename as well.  This fixes
11         an issue where backup files were being added to the file alist.
13         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
14         from muse-html.el.
16 2006-08-12  Michael Olson  <mwolson@gnu.org>
18         * Makefile (.PHONY): Don't use line continuations.
19         (realclean fullclean): Call realclean in subdirs, not distclean.
20         (distclean): Don't call realclean, since this would wipe out our
21         autoloads file.
22         (dist): Use correct path to autoloads file.
24         * NEWS: Catch up with the latest changes.
26         * experimental/Makefile (.PHONY): Wrap long line.
28         * lisp/Makefile (distclean): Do the same thing as "clean", not
29         "realclean".
31         * lisp/muse-project.el (muse-project-get-applicable-style):
32         Indentation tweak.
33         (muse-project-ignore-regexp, muse-project-recurse-directory):
34         Docfix.
35         (muse-project-of-file): Try the ignored files regexp against the
36         base filename as well as the entire path.
38         * lisp/muse-publish.el (muse-publish-this-file): Display message
39         if the buffer is not associated with any file, so that we avoid
40         errors later on.
41         (muse-publish-url-desc): New function taken from muse-publish-url
42         that causes a URL description to be transformed.
43         (muse-publish-url): Call muse-publish-url-desc on either the
44         description or the original URL if it will be used as a
45         description.  Accept the original URL as an argument, in case it
46         was transformed earlier.
47         (muse-publish-insert-url): Pass original URL as an argument.
48         (muse-publish-markup-link): Make this somewhat easier to follow.
49         Pass original URL as argument.
50         (muse-publish-get-style): If the same style is used to publish to
51         two different directories, prompt the user for which directory to
52         use.
53         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
54         latest changes.
55         (muse-publish-markup-url): Pass original URL as an argument.  This
56         fixes the "nil" description for bare URLs that was in 3.02.91.
57         Nothing like finding a bug just after completing the announcement
58         of a release.
60         * lisp/muse.el: Use defalias whenever convenient.
61         (muse-version): Set version to 3.02.92 (3.03 RC2).
63 2006-08-10  Michael Olson  <mwolson@gnu.org>
65         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
66         style does not derive from any other class, return `t' here.
67         This, along with the corresponding change to muse-publish.el,
68         fixes a problem with the table of contents getting inserted
69         multiple times for custom html-based styles.
70         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
71         smarter method for table centering that works with XHTML.
73         * lisp/muse-latex2png.el Rename all functions to have a
74         "muse-latex2png" prefix.  Turn all variables into customizable
75         options in the muse-latex2png group.
76         (muse-latex2png-img-dest): New option specifying where to place
77         the images.
78         (muse-latex2png-template): New option containing the template to
79         use for the surrounding LaTeX code.
80         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
81         compliance.
82         (muse-latex2png-move2pubdir): Avoid multiple redundant error
83         messages when something else goes wrong.  Create the image
84         subdirectory if it doesn't exist already -- thanks to Christian
85         Straßer for the report.  Expand the filename properly.
86         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
87         and filename expansion.
88         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
89         the default directory properly.
91         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
92         do not run the same function twice.
94 2006-08-08  Michael Olson  <mwolson@gnu.org>
96         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
97         introduced wrong-type-argument error.
99         * lisp/muse-html.el (muse-html-markup-strings)
100         (muse-xhtml-markup-string): Cause table definition that contains
101         image to be center-aligned.  This should fix an issue with images
102         not being centered when captions are very long.
104         * lisp/muse-publish.el (muse-publish-table-fields): Trim
105         whitespace from fields once we have split them up.
107         * lisp/muse.el (muse-trim-whitespace): New function that strips
108         leading and trailing whitespace from a string.
110 2006-08-07  Michael Olson  <mwolson@gnu.org>
112         * NEWS: Update through patch-95.
114         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
115         to match the tags.
116         (muse-colors-explicit-link): Show images in link descriptions if
117         inlined images are enabled.
119         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
120         definitions for 'image-with-desc, 'image, and 'image-link.
121         (muse-docbook-markup-paragraph): If an inlined image begins a
122         paragraph, insert <para> before it.
123         (muse-docbook-fixup-images): New function that upper-cases the
124         "format" attribute of the <imagedata> tag.
125         (muse-docbook-finalize-buffer): Call it.
127         * lisp/muse-html.el (muse-html-markup-strings): Publish images
128         with descriptions as centered tables, with a centered caption
129         underneath.  The resulting look is consistent with the way that
130         they are published in the LaTeX style.  Thanks to Jody Klymak for
131         the suggestion.
132         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
133         valid way to center a table.
134         (muse-html-markup-paragraph): Use class="image" instead of
135         "image-link" for paragraphs that start with an embedded image.
137         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
138         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
139         suggestion.
140         (muse-latex-markup-specials-image): New option that enables
141         escaping of specials in images.  This was split from the URL
142         specials.
143         (muse-latex-decide-specials): Handle 'image context.
144         (muse-latex-fixup-dquotes): Go to beginning of document, instead
145         of relying on caller to do this for us.
147         * lisp/muse-publish.el (muse-publish-escape-specials): Document
148         'image context.
149         (muse-publish-url): Use 'image context for images.  Use 'image
150         instead of 'image-link and 'image-link in place of
151         'url-with-image.  Separate the image file from its extension so
152         that docbook and texinfo can publish images correctly.
153         (muse-publish-markup-link): Don't force a description if one is
154         not given.  This fixes a bug where images without descriptions
155         were being published as 'image-with-desc instead of 'image.
157         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
158         images the same as URLs.
159         (muse-texinfo-markup-strings): Improve image markup to achieve an
160         effect similar to that of the LaTeX publishing style.  Simplify
161         'url string.
163         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
165         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
166         when we have to use the custom version of this function.
168         * muse.texi (Images): Explain how to toggle inlining of images and
169         give better examples.  Mention captions and that captioned images
170         should not be used inside of text paragraphs.
171         (Markup Strings): Bring up-to-date with the changes made since
172         3.02.
174 2006-08-06  Michael Olson  <mwolson@gnu.org>
176         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
177         in the Emacs source tree.
179         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
180         in the Emacs source tree.
182         * ChangeLog.3: New file created from the old ChangeLog.
184         * Makefile.defs (VERSION): Set to 3.02.91.
186         * NEWS: Update through patch-84.
188         * lisp/muse.el (muse-version): Set to 3.02.91.
190         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
191         attributes.
192         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
193         delimiter are instead of hard-coding it.
195         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
196         (muse-mode): Make filling definition lists work better.  This
197         should fix #5359.
199         * lisp/muse-publish.el (muse-style-run-hooks): Use
200         `muse-style-element' instead of `muse-get-keyword' here.  This
201         should fix #6399.
203         * muse.texi: Set version to 3.02.91 (3.02 RC2).
205 See ChangeLog.3 for earlier changes.
207 ;; Local Variables:
208 ;; coding: utf-8
209 ;; End: