Mercurial > emacs
annotate etc/ORDERS @ 72037:52f1e8d569ad
(calcAlg-edit, calcAlg-enter): Remove reference to calc-previous-alg-entry.
(calcAlg-previous): Use previous-history-element instead of
calc-previous-alg-entry.
(calc-do-alg-entry): Add history to reading from minibuffer.
Change keybinding for calcAlg-plus-minus, add keybindings for
previous-history-element and next-history-element.
(calc-alg-entry-history, calc-quick-calc-history): New variables.
(calc-do-quick-calc): Use calc-quick-calc-history.
Remove reference to calc-previous-alg-entry.
(calc-alg-entry): Use calc-alg-entry-history.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Thu, 20 Jul 2006 20:23:06 +0000 |
parents | dcdbdce3d030 |
children | 0259a1711394 |
rev | line source |
---|---|
32916 | 1 Printed copies of the GNU Emacs Manual, the Emacs Lisp Reference |
2 Manual, "Programming in Emacs Lisp: An Introduction", and other | |
3 materials can be ordered directly from the Free Software Foundation. | |
4 For more information, see the order form on the web at | |
36397 | 5 <http://www.gnu.org/order/order.html>. Your purchases will help support |
32916 | 6 further development of Emacs and other free software programs. You |
7 can also make tax-deductable donations to the Free Software Foundation, | |
8 a not-for-profit organization (assuming you pay US taxes) - see | |
36397 | 9 <http://www.gnu.org/help/donate.html>. |
71189
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
36397
diff
changeset
|
10 |
71190 | 11 Copyright (c) 2000, 2001, 2006 Free Software Foundation, Inc. |
71189
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
36397
diff
changeset
|
12 |
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
36397
diff
changeset
|
13 Verbatim copying and distribution is permitted in any medium |
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
36397
diff
changeset
|
14 provided this notice is preserved. |