Provide some markup shortcuts for the <include> tag.
[muse-el.git] / debian / NEWS
blob4c9debf5a2aa5b872fbab8f25d8938ce9581423b
1 muse-el (3.02.02-1) unstable; urgency=low
3 We now use a file extension for Muse files by default.
5 To obtain the old behavior, set `muse-file-extension' to nil and
6 `muse-mode-auto-p' to t.
8 To go along with the new behavior, be sure to rename all of your Muse
9 files to have a ".muse" extension.
11  -- Michael W. Olson (GNU address) <mwolson@gnu.org>  Sat, 19 Nov 2005 00:50:30 -0500
13 muse-el (3.02.01-1) unstable; urgency=low
15 `muse-project-alist' -- This variable should now save customizations
16 to the correct form in the .emacs file.  Before, it was saving an
17 intermediate form of the variable.
19 If you have used the customize interface in the previous release of
20 Muse to set `muse-project-alist', please do the following to import
21 your settings.
23  - Open your .emacs file.
24  - Move the point to where `muse-project-alist' is set.
25  - Type `M-: (setq muse-project-alist-using-customize t) RET'.
26  - Type `C-M-x'.
27  - Type `M-x customize-save-variable RET muse-project-alist RET'.
29  -- Michael W. Olson (GNU address) <mwolson@gnu.org>  Mon, 26 Sep 2005 17:00:46 -0500