Minor cleanups
[muse-el.git] / ChangeLog
blobbe1766acb3ddce09d67915874e38714ae0750a6f
1 2006-10-15  Michael Olson  <mwolson@gnu.org>
3         * AUTHORS: Bookkeeping.
5         * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp
6         tag.
8         * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested
9         tags.
11         * lisp/muse-html.el (muse-html-markup-tags): Ditto.
13         * lisp/muse-journal.el (muse-journal-latex-markup-tags): Ditto.
15         * lisp/muse-latex2png.el (muse-publish-markup-tags): Ditto.
17         * lisp/muse-mode.el (muse-previous-reference): Minor docfix.
18         (muse-next-reference, muse-previous-reference): Minor whitespace
19         changes.
21         * lisp/muse-poem.el (muse-poem-tag): Ditto.
23         * lisp/muse-publish.el (muse-publish-markup-tags)
24         (muse-publish-markup-header-footer-tags): Shift 4th element to 5th
25         element and make 4th element determine whether tags are nestable.
26         (muse-publish-goto-tag-end): New function that moves to the end of
27         a tag.  Handle nested tags when NESTED is non-nil.
28         (muse-publish-markup-tag): Call muse-publish-goto-tag-end.  Use
29         5th element for function.
30         (muse-publish-quote-tag): Handle nested quote tags.  I've tested
31         this on several scenarios, and it seems to work.
33         * muse.texi (Markup Tags): Mention nestable tags.
35 2006-10-10  Michael Olson  <mwolson@gnu.org>
37         * NEWS: Update for 3.02.7 bugfix release.
39 2006-10-06  Sasha Kovar  <sasha@arcocene.org>
41         * lisp/muse-blosxom.el (muse-blosxom-header): Insert the date
42         using the value in the muse #date directive.
43         (muse-blosxom-use-metadate): New option that determines whether or
44         not to use the #postdate directive.
45         (muse-blosxom-format-date): Convert a date string to PyBlosxom
46         metadate plugin format.
48 2006-09-30  Stefan Schlee  <stefan_schlee@yahoo.com>
50         * lisp/muse-protocols.el: Fix bug #6741: Exclude colon in
51         recognised URLs.
53         * muse.texi: Clarify handling of implicit links by mentioning
54         which characters can prevent Muse from recognizing something as an
55         implicit link.
57 2006-09-26  Michael Olson  <mwolson@gnu.org>
59         * lisp/muse-colors.el (muse-use-font-lock): Don't quote
60         beginning-of-line.  This should fix a bug that was noticed in
61         recent Emacs 22 builds.
63         * lisp/muse-backlink.el: Wrap muse-backlink-split-string in an
64         eval-and-compile block to avoid a compiler warning.
66 2006-09-25  Jim Ottaway  <j.ottaway@lse.ac.uk>
68         * lisp/muse-backlink.el (muse-backlink-split-string):
69         Compatibility with Emacs versions < 22
70         (muse-backlink-pending): New internal variable
71         (muse-backlink-get-mode-hook): Find the major mode hook to use, so
72         that backlinks are inserted at the right time.
73         (muse-backlink-insert-hook-func): Remove unwind-protection; check
74         for pending backlink, and that this is the targe page.
75         (muse-backlink-handle-link): Don’t handle the link if we are
76         already handling one. Return the link as well as the parent links.
78 2006-09-25  Sasha Kovar  <sasha@arcocene.org>
80         * lisp/muse-blosxom.el (muse-blosxom-new-entry): : Fix for bug
81         #6942 - muse-blosxom-new-entry fails when using tags.
83 2006-09-14  Michael Olson  <mwolson@gnu.org>
85         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): Silence
86         compiler warning.
88 2006-09-14  Jim Ottaway  <j.ottaway@lse.ac.uk>
90         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): New
91         function: Protect all wikiwords from START to END from further
92         processing.
93         (muse-texinfo-markup-heading): Use muse-texinfo-protect-wikiwords.
95 2006-09-13  Michael Olson  <mwolson@gnu.org>
97         * lisp/muse-texinfo.el (muse-texinfo-markup-heading): New function
98         adopted from Jim Ottaway's patch.  It removes links from the
99         heading, and then marks the region read-only to inhibit WikiWord
100         detection.
102 2006-09-13  Jim Ottaway  <j.ottaway@lse.ac.uk>
104         * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add
105         special handling for headings.
106         (muse-texinfo-remove-links): New function that removes explicit
107         links from the given strings, replacing them with a description.
109 2006-09-11  Michael Olson  <mwolson@gnu.org>
111         * muse.texi (Getting Help and Reporting Bugs): Mention the
112         muse-el-internationalization mailing list.
114         * lisp/muse.el (muse-path-sans-extension): New function that acts
115         like file-name-sans-extension, but guarantees to never modify the
116         directory part of the path.  Thanks to Evan Monroig for
117         investigating this.
119         * lisp/muse-book.el (muse-book-publish-project): Use
120         muse-path-sans-extension instead of file-name-sans-extension.
122         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
123         Ditto.
125 2006-08-30  Michael Olson  <mwolson@gnu.org>
127         * muse.texi (Blosxom Requirements): Fix typo.
129         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
130         directories for bzr and darcs.
132         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
133         contrib/pyblosxom/getstamps.py: Update version and headers.
135 2006-08-27  Michael Olson  <mwolson@gnu.org>
137         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
138         nil values before they get to mapconcat.  This fixes a lockup when
139         muse-wiki-match-all-project-files is nil.
141         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
142         (muse-wiki-ignore-implicit-links-to-current-page)
143         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
144         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
145         (muse-wiki-publish-small-title-words)
146         (muse-wiki-publish-pretty-title): Docfix.
147         (muse-wiki-update-local-wikiword-regexp): Rename from
148         muse-wiki-update-local-wikiword-regexp.  Set
149         muse-wiki-project-file-regexp instead of
150         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
151         take muse-wiki-use-wikiword into account, since this is a
152         different concept now.
153         (muse-wiki-update-wikiword-regexp): Remove.
154         (muse-wiki-wikiword-regexp): In-line the :set function.
155         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
157 2006-08-26  Michael Olson  <mwolson@gnu.org>
159         * lisp/muse-publish.el (muse-publish-surround-text): When looking
160         for indented list items, ignore blank lines.
162         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
163         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
164         mapconcat.  This should hopefully fix a problem with large amounts
165         of files with spaces in their name.  Thanks to Greg Detre for the
166         report.
168 2006-08-24  Michael Olson  <mwolson@gnu.org>
170         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
171         numbers from the argument to format-time-string.  This fixes an
172         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
174 2006-08-18  Michael Olson  <mwolson@gnu.org>
176         * lisp/muse-project.el (muse-project-file-entries): Since we are
177         given a full path, match against the filename as well.  This fixes
178         an issue where backup files were being added to the file alist.
180         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
181         from muse-html.el.
183 2006-08-12  Michael Olson  <mwolson@gnu.org>
185         * Makefile (.PHONY): Don't use line continuations.
186         (realclean fullclean): Call realclean in subdirs, not distclean.
187         (distclean): Don't call realclean, since this would wipe out our
188         autoloads file.
189         (dist): Use correct path to autoloads file.
191         * NEWS: Catch up with the latest changes.
193         * experimental/Makefile (.PHONY): Wrap long line.
195         * lisp/Makefile (distclean): Do the same thing as "clean", not
196         "realclean".
198         * lisp/muse-project.el (muse-project-get-applicable-style):
199         Indentation tweak.
200         (muse-project-ignore-regexp, muse-project-recurse-directory):
201         Docfix.
202         (muse-project-of-file): Try the ignored files regexp against the
203         base filename as well as the entire path.
205         * lisp/muse-publish.el (muse-publish-this-file): Display message
206         if the buffer is not associated with any file, so that we avoid
207         errors later on.
208         (muse-publish-url-desc): New function taken from muse-publish-url
209         that causes a URL description to be transformed.
210         (muse-publish-url): Call muse-publish-url-desc on either the
211         description or the original URL if it will be used as a
212         description.  Accept the original URL as an argument, in case it
213         was transformed earlier.
214         (muse-publish-insert-url): Pass original URL as an argument.
215         (muse-publish-markup-link): Make this somewhat easier to follow.
216         Pass original URL as argument.
217         (muse-publish-get-style): If the same style is used to publish to
218         two different directories, prompt the user for which directory to
219         use.
220         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
221         latest changes.
222         (muse-publish-markup-url): Pass original URL as an argument.  This
223         fixes the "nil" description for bare URLs that was in 3.02.91.
224         Nothing like finding a bug just after completing the announcement
225         of a release.
227         * lisp/muse.el: Use defalias whenever convenient.
228         (muse-version): Set version to 3.02.92 (3.03 RC2).
230 2006-08-10  Michael Olson  <mwolson@gnu.org>
232         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
233         style does not derive from any other class, return `t' here.
234         This, along with the corresponding change to muse-publish.el,
235         fixes a problem with the table of contents getting inserted
236         multiple times for custom html-based styles.
237         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
238         smarter method for table centering that works with XHTML.
240         * lisp/muse-latex2png.el Rename all functions to have a
241         "muse-latex2png" prefix.  Turn all variables into customizable
242         options in the muse-latex2png group.
243         (muse-latex2png-img-dest): New option specifying where to place
244         the images.
245         (muse-latex2png-template): New option containing the template to
246         use for the surrounding LaTeX code.
247         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
248         compliance.
249         (muse-latex2png-move2pubdir): Avoid multiple redundant error
250         messages when something else goes wrong.  Create the image
251         subdirectory if it doesn't exist already -- thanks to Christian
252         Straßer for the report.  Expand the filename properly.
253         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
254         and filename expansion.
255         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
256         the default directory properly.
258         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
259         do not run the same function twice.
261 2006-08-08  Michael Olson  <mwolson@gnu.org>
263         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
264         introduced wrong-type-argument error.
266         * lisp/muse-html.el (muse-html-markup-strings)
267         (muse-xhtml-markup-string): Cause table definition that contains
268         image to be center-aligned.  This should fix an issue with images
269         not being centered when captions are very long.
271         * lisp/muse-publish.el (muse-publish-table-fields): Trim
272         whitespace from fields once we have split them up.
274         * lisp/muse.el (muse-trim-whitespace): New function that strips
275         leading and trailing whitespace from a string.
277 2006-08-07  Michael Olson  <mwolson@gnu.org>
279         * NEWS: Update through patch-95.
281         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
282         to match the tags.
283         (muse-colors-explicit-link): Show images in link descriptions if
284         inlined images are enabled.
286         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
287         definitions for 'image-with-desc, 'image, and 'image-link.
288         (muse-docbook-markup-paragraph): If an inlined image begins a
289         paragraph, insert <para> before it.
290         (muse-docbook-fixup-images): New function that upper-cases the
291         "format" attribute of the <imagedata> tag.
292         (muse-docbook-finalize-buffer): Call it.
294         * lisp/muse-html.el (muse-html-markup-strings): Publish images
295         with descriptions as centered tables, with a centered caption
296         underneath.  The resulting look is consistent with the way that
297         they are published in the LaTeX style.  Thanks to Jody Klymak for
298         the suggestion.
299         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
300         valid way to center a table.
301         (muse-html-markup-paragraph): Use class="image" instead of
302         "image-link" for paragraphs that start with an embedded image.
304         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
305         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
306         suggestion.
307         (muse-latex-markup-specials-image): New option that enables
308         escaping of specials in images.  This was split from the URL
309         specials.
310         (muse-latex-decide-specials): Handle 'image context.
311         (muse-latex-fixup-dquotes): Go to beginning of document, instead
312         of relying on caller to do this for us.
314         * lisp/muse-publish.el (muse-publish-escape-specials): Document
315         'image context.
316         (muse-publish-url): Use 'image context for images.  Use 'image
317         instead of 'image-link and 'image-link in place of
318         'url-with-image.  Separate the image file from its extension so
319         that docbook and texinfo can publish images correctly.
320         (muse-publish-markup-link): Don't force a description if one is
321         not given.  This fixes a bug where images without descriptions
322         were being published as 'image-with-desc instead of 'image.
324         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
325         images the same as URLs.
326         (muse-texinfo-markup-strings): Improve image markup to achieve an
327         effect similar to that of the LaTeX publishing style.  Simplify
328         'url string.
330         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
332         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
333         when we have to use the custom version of this function.
335         * muse.texi (Images): Explain how to toggle inlining of images and
336         give better examples.  Mention captions and that captioned images
337         should not be used inside of text paragraphs.
338         (Markup Strings): Bring up-to-date with the changes made since
339         3.02.
341 2006-08-06  Michael Olson  <mwolson@gnu.org>
343         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
344         in the Emacs source tree.
346         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
347         in the Emacs source tree.
349         * ChangeLog.3: New file created from the old ChangeLog.
351         * Makefile.defs (VERSION): Set to 3.02.91.
353         * NEWS: Update through patch-84.
355         * lisp/muse.el (muse-version): Set to 3.02.91.
357         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
358         attributes.
359         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
360         delimiter are instead of hard-coding it.
362         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
363         (muse-mode): Make filling definition lists work better.  This
364         should fix #5359.
366         * lisp/muse-publish.el (muse-style-run-hooks): Use
367         `muse-style-element' instead of `muse-get-keyword' here.  This
368         should fix #6399.
370         * muse.texi: Set version to 3.02.91 (3.02 RC2).
372 See ChangeLog.3 for earlier changes.
374 ;; Local Variables:
375 ;; coding: utf-8
376 ;; End: