NEWS: Update.
[muse-el.git] / ChangeLog
blob6219e1586e93dd8c9887d377ac1667d949666b0d
1 2008-01-28  Michael Olson  <mwolson@gnu.org>
3         * NEWS: Update.
5         * Update copyright years.
7         * etc/muse.rnc: Add support for the <br> tag.  Don't allow <cite>
8         tags inside of format elements.
10         * lisp/muse-groff.el (muse-groff-markup-strings)
11         * lisp/muse-html.el (muse-html-markup-strings)
12         (muse-xhtml-markup-strings):
13         * lisp/muse-latex.el (muse-latex-markup-strings)
14         * lisp/muse-texinfo.el (muse-texinfo-markup-strings)
15         * lisp/muse-xml.el (muse-xml-markup-strings): Add markup string
16         for line-break.
18         * lisp/muse-project.el (muse-project-of-file): Fix bug where
19         directory names without slashes in projects were not being
20         recognized.  Thanks to Mirko Vukovic and ktneely for the report.
22 2008-01-23  Michael Olson  <mwolson@gnu.org>
24         * lisp/muse-latex.el (muse-latex-header)
25         (muse-latex-slides-header, muse-latex-lecture-notes-header):
26         Default to using UTF-8, rather than latin1.
28         * lisp/muse-publish.el (muse-publish-url): Add comments.  Move
29         target detection higher.  Use unescaped description for image
30         links, so that they don't get erroneously escaped.  Thanks to Suno
31         Ano for the report.
33 2008-01-15  Michael Olson  <mwolson@gnu.org>
35         * Makefile.defs.default (DESTDIR): New variable which allows the
36         destination directory to be easily set.  Thanks to gour for the
37         suggestion.
38         (ELISPDIR, INFODIR): Use it.
40         * README (Compilation): Don't mention PREFIX, ELISPDIR, and
41         INFODIR here.
42         (Installation): Mention DESTDIR and PREFIX.
44         * texi/muse.texi: Update copyright year.
45         (Installation): Don't mention PREFIX, ELISPDIR, and INFODIR in the
46         compilation step.  Do mention DESTDIR and PREFIX in the
47         installation step.
49 2008-01-06  Michael Olson  <mwolson@gnu.org>
51         * lisp/muse.el (muse-with-temp-buffer): Don't keep track of undo
52         information.  Update documentation.
55 See ChangeLog.4 for earlier changes.
57 ;; Local Variables:
58 ;; coding: utf-8
59 ;; End: