* etc/FTP: Mark as obsolete.
* etc/ORDERS: Replace contents with pointer to emacs.info, mark obsolete.
* doc/emacs/emacs.texi (Distrib): Add donate URL. Add anchor.
* lisp/help.el (view-order-manuals): Open emacs.info rather than ORDERS.
+2014-01-10 Glenn Morris <rgm@gnu.org>
+
+ * emacs.texi (Distrib): Add donate URL. Add anchor.
+
2014-01-10 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
- * dired.texi (Misc Dired Features): Document
- `dired-hide-details-mode',
+ * dired.texi (Misc Dired Features): Document `dired-hide-details-mode',
`dired-hide-details-hide-symlink-targets', and
`dired-hide-details-hide-information-lines'.
2014-01-09 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
* emacs.texi: Add EWW.
-
* misc.texi (EWW): Document EWW.
2014-01-09 Glenn Morris <rgm@gnu.org>
Free Software Foundation to support our work. Donations to the Free
Software Foundation are tax deductible in the US@. If you use GNU Emacs
at your workplace, please suggest that the company make a donation.
-For more information on how you can help, see
+To donate, see @url{https://my.fsf.org/donate/}.
+For other ways in which you can help, see
@url{http://www.gnu.org/help/help.html}.
+@c The command view-order-manuals uses this anchor.
+@anchor{Printed Books}
We also sell hardcopy versions of this manual and @cite{An
Introduction to Programming in Emacs Lisp}, by Robert J. Chassell.
You can visit our online store at @url{http://shop.fsf.org/}.
+2014-01-10 Glenn Morris <rgm@gnu.org>
+
+ * ORDERS: Replace contents with pointer to emacs.info, mark obsolete.
+
+ * FTP: Mark as obsolete.
+
2014-01-09 David Engster <deng@randomsample.de>
* NEWS: Added new `describe-function' EIEIO support.
-For information about how to obtain GNU Emacs and other GNU software
-by FTP, please see <http://www.gnu.org/order/ftp.html>.
+For information about how to download GNU Emacs, please see:
+<http://www.gnu.org/software/emacs/>
-Information about Emacs is also available at
-<http://www.gnu.org/software/emacs/>.
+For general GNU software downloading, please see
+<http://www.gnu.org/order/ftp.html>
+Note added January 2014:
+This file is obsolete and will be removed in future.
+Please update any links to use the above URLs.
-Printed copies of the GNU Emacs Manual, the Emacs Lisp Reference
-Manual, "Programming in Emacs Lisp: An Introduction", and other
-materials can be ordered directly from the Free Software Foundation.
+Printed copies of Emacs manuals
-For more information, see the online store at <http://shop.fsf.org/>.
+Note added January 2014:
-Your purchases will help support further development of Emacs and
-other free software programs.
-
-You can also make tax-deductible donations to the Free Software
-Foundation, a not-for-profit organization (assuming you pay US taxes)
-- see <https://my.fsf.org/donate/>.
+This file is obsolete and will be removed in future.
+Please update any links to use
+ info node `(emacs)Printed Books'
+instead.
+2014-01-10 Glenn Morris <rgm@gnu.org>
+
+ * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
+
2014-01-09 David Engster <deng@randomsample.de>
* emacs-lisp/eieio-custom.el:
(display-buffer (current-buffer))))
(defun view-order-manuals ()
- "Display the Emacs ORDERS file."
+ "Display information on how to buy printed copies of Emacs manuals."
(interactive)
- (view-help-file "ORDERS"))
+;; (view-help-file "ORDERS")
+ (info "(emacs)Printed Books"))
(defun view-emacs-FAQ ()
"Display the Emacs Frequently Asked Questions (FAQ) file."