diff options
author | Kenichi Handa <handa@m17n.org> | 2012-02-17 16:33:15 +0900 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2012-02-17 16:33:15 +0900 |
commit | 48dd1e399f41aa349e8651d049cb4a707ffd0bb0 (patch) | |
tree | 54a1d0b537b697ca2cb0bb420d125eafbbbb534c /admin | |
parent | c406be4337317c4ff4e60dc74a10921bd1102cac (diff) | |
parent | bcc657043df41514ec80c3e172c6872b88221005 (diff) | |
download | emacs-48dd1e399f41aa349e8651d049cb4a707ffd0bb0.tar.gz |
merge trunk
Diffstat (limited to 'admin')
-rw-r--r-- | admin/FOR-RELEASE | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index f2c572cfd17..ec0107dc110 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -7,7 +7,7 @@ Check cross-references between the manuals (eg from emacs to elisp) are correct. You can use something like the following in the info directory in the Emacs build tree: -emacs -Q --eval "(setq Info-default-directory-list '(\".\"))" \ +emacs -Q --eval "(progn (require 'info) (setq Info-directory-list '(\".\")))" \ -f info-xref-check-all make emacs.dvi, elisp.dvi, and deal with any errors (undefined @@ -61,11 +61,6 @@ sk Miroslav Vaško * BUGS -** rms: gnus-dired.el is a mistake. Those features should not -be part of Gnus. They should be moved to some other part of Emacs. -rsteib: Gnus dependencies in `gnus-dired.el' (and `mailcap.el') have been -minimized. I don't know what is left to do here. - ** Check for modes which bind M-s that conflicts with a new global binding M-s and change key bindings where necessary. The current list of modes: @@ -131,13 +126,13 @@ arevert-xtra.texi cyd basic.texi cyd buffers.texi cyd building.texi cyd -calendar.texi +calendar.texi rgm cal-xtra.texi cmdargs.texi cyd commands.texi cyd custom.texi cyd dired.texi cyd -dired-xtra.texi +dired-xtra.texi rgm display.texi cyd emacs.texi emacs-xtra.texi @@ -145,7 +140,7 @@ emerge-xtra.texi entering.texi cyd files.texi cyd fixit.texi cyd -fortran-xtra.texi +fortran-xtra.texi rgm frames.texi cyd glossary.texi help.texi cyd @@ -225,14 +220,14 @@ sequences.texi cyd streams.texi cyd strings.texi cyd symbols.texi cyd -syntax.texi +syntax.texi cyd text.texi tips.texi variables.texi cyd windows.texi * PLANNED ADDITIONS -* pov-mode (probably not for Emacs-23: waiting for a Free POV-Ray). +* pov-mode (waiting for a Free POV-Ray) ** gas-mode ? |