Manual: Make Extending Muse more readable and fix args to muse-define-style.
[muse-el.git] / ChangeLog
blobbb8b1a369a6d35beb26e083c1a2ec055b1379f94
1 2008-02-10  Michael Olson  <mwolson@gnu.org>
3         * texi/muse.texi (Extending Muse): Flatten nodes by removing
4         Common Elements and grouping its subsections under this chapter.
5         (Style Elements): Use @defun.  Fix arguments to muse-define-style.
6         Thanks to Sebastian Tennant for the report.
7         (Deriving Styles): Use @defun.  Fix argument names.
9 2008-02-02  Michael Olson  <mwolson@gnu.org>
11         * Makefile.defs.default (INFODIR): Place files in .../share/info,
12         rather than .../info.  Thanks to gour for the suggestion.
14 2008-01-29  Michael Olson  <mwolson@gnu.org>
16         * lisp/muse.el (muse-insert-file-contents): Fix bug where end of
17         line conversion was not happening on Windows.  Thanks to Sacha
18         Chua for the report.
20 2008-01-28  Michael Olson  <mwolson@gnu.org>
22         * Release Emacs Muse 3.12.
24         * NEWS: Update.
26         * Update copyright years.
28         * examples/mwolson: Update init file, stylesheets, and templates.
30         * etc/muse.rnc: Add support for the <br> tag.  Don't allow <cite>
31         tags inside of format elements.
33         * lisp/muse-groff.el (muse-groff-markup-strings)
34         * lisp/muse-html.el (muse-html-markup-strings)
35         (muse-xhtml-markup-strings):
36         * lisp/muse-latex.el (muse-latex-markup-strings)
37         * lisp/muse-texinfo.el (muse-texinfo-markup-strings)
38         * lisp/muse-xml.el (muse-xml-markup-strings): Add markup string
39         for line-break.
41         * lisp/muse-project.el (muse-project-of-file): Fix bug where
42         directory names without slashes in projects were not being
43         recognized.  Thanks to Mirko Vukovic and ktneely for the report.
45 2008-01-23  Michael Olson  <mwolson@gnu.org>
47         * lisp/muse-latex.el (muse-latex-header)
48         (muse-latex-slides-header, muse-latex-lecture-notes-header):
49         Default to using UTF-8, rather than latin1.
51         * lisp/muse-publish.el (muse-publish-url): Add comments.  Move
52         target detection higher.  Use unescaped description for image
53         links, so that they don't get erroneously escaped.  Thanks to Suno
54         Ano for the report.
56 2008-01-15  Michael Olson  <mwolson@gnu.org>
58         * Makefile.defs.default (DESTDIR): New variable which allows the
59         destination directory to be easily set.  Thanks to gour for the
60         suggestion.
61         (ELISPDIR, INFODIR): Use it.
63         * README (Compilation): Don't mention PREFIX, ELISPDIR, and
64         INFODIR here.
65         (Installation): Mention DESTDIR and PREFIX.
67         * texi/muse.texi: Update copyright year.
68         (Installation): Don't mention PREFIX, ELISPDIR, and INFODIR in the
69         compilation step.  Do mention DESTDIR and PREFIX in the
70         installation step.
72 2008-01-06  Michael Olson  <mwolson@gnu.org>
74         * lisp/muse.el (muse-with-temp-buffer): Don't keep track of undo
75         information.  Update documentation.
78 See ChangeLog.4 for earlier changes.
80 ;; Local Variables:
81 ;; coding: utf-8
82 ;; End: