Commit graph

54 commits

Author SHA1 Message Date
Eli Zaretskii
0c973505c8 Synchronize @dircategory directives in doc/misc with info/dir.
ada-mode.texi: Sync @dircategory with ../../info/dir.
 auth.texi: Sync @dircategory with ../../info/dir.
 autotype.texi: Sync @dircategory with ../../info/dir.
 calc.texi: Sync @dircategory with ../../info/dir.
 cc-mode.texi: Sync @dircategory with ../../info/dir.
 cl.texi: Sync @dircategory with ../../info/dir.
 dbus.texi: Sync @dircategory with ../../info/dir.
 dired-x.texi: Sync @dircategory with ../../info/dir.
 ebrowse.texi: Sync @dircategory with ../../info/dir.
 ede.texi: Sync @dircategory with ../../info/dir.
 ediff.texi: Sync @dircategory with ../../info/dir.
 edt.texi: Sync @dircategory with ../../info/dir.
 eieio.texi: Sync @dircategory with ../../info/dir.
 emacs-mime.texi: Sync @dircategory with ../../info/dir.
 epa.texi: Sync @dircategory with ../../info/dir.
 erc.texi: Sync @dircategory with ../../info/dir.
 eshell.texi: Sync @dircategory with ../../info/dir.
 eudc.texi: Sync @dircategory with ../../info/dir.
 flymake.texi: Sync @dircategory with ../../info/dir.
 forms.texi: Sync @dircategory with ../../info/dir.
 gnus.texi: Sync @dircategory with ../../info/dir.
 idlwave.texi: Sync @dircategory with ../../info/dir.
 mairix-el.texi: Sync @dircategory with ../../info/dir.
 message.texi: Sync @dircategory with ../../info/dir.
 mh-e.texi: Sync @dircategory with ../../info/dir.
 newsticker.texi: Sync @dircategory with ../../info/dir.
 nxml-mode.texi: Sync @dircategory with ../../info/dir.
 org.texi: Sync @dircategory with ../../info/dir.
 pcl-cvs.texi: Sync @dircategory with ../../info/dir.
 pgg.texi: Sync @dircategory with ../../info/dir.
 rcirc.texi: Sync @dircategory with ../../info/dir.
 reftex.texi: Sync @dircategory with ../../info/dir.
 remember.texi: Sync @dircategory with ../../info/dir.
 sasl.texi: Sync @dircategory with ../../info/dir.
 sc.texi: Sync @dircategory with ../../info/dir.
 semantic.texi: Sync @dircategory with ../../info/dir.
 ses.texi: Sync @dircategory with ../../info/dir.
 sieve.texi: Sync @dircategory with ../../info/dir.
 smtpmail.texi: Sync @dircategory with ../../info/dir.
 speedbar.texi: Sync @dircategory with ../../info/dir.
 trampver.texi [emacs]: Set emacsname to "Emacs".
 tramp.texi: Sync @dircategory with ../../info/dir.
 url.texi: Sync @dircategory with ../../info/dir.
 vip.texi: Sync @dircategory with ../../info/dir.
 viper.texi: Sync @dircategory with ../../info/dir.
 widget.texi: Sync @dircategory with ../../info/dir.
 woman.texi: Sync @dircategory with ../../info/dir.
2011-02-18 15:57:53 +02:00
Glenn Morris
5df4f04cd3 Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08:00
Jay Belanger
630a5546c9 calc.texi: Update Emacs version to 23.3. 2010-11-03 18:19:23 -05:00
Glenn Morris
62e034c228 Minor doc/misc/*.texi direntry fixes.
* ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
* dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
* emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
* flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
* newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
* remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
* speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
* woman.texi:
Start direntry descriptions in column 32, per Texinfo convention.
Make them end with a period.
2010-06-24 00:10:51 -07:00
Glenn Morris
b9f978f044 (Reporting Bugs): Don't mention format of repository. 2010-01-16 19:24:31 -08:00
Glenn Morris
114f9c9679 Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
Stefan Monnier
c57008f6ef Avoid dubious uses of save-excursions.
* doc/lispref/positions.texi (Excursions): Recommend the use of
save-current-buffer if applicable.
* doc/lispref/text.texi (Clickable Text): Fix the example code which used
save-excursion in a naive way which sometimes preserves point and
sometimes not.
* doc/lispref/variables.texi (Creating Buffer-Local):
* doc/lispref/os.texi (Session Management):
* doc/lispref/display.texi (GIF Images):
* doc/lispref/control.texi (Cleanups): Use (save|with)-current-buffer.
* doc/misc/gnus.texi (Posting Styles): Use with-current-buffer.
* doc/misc/calc.texi (Defining Simple Commands): Prefer save-current-buffer.
2010-01-04 13:18:38 -05:00
Chong Yidong
4970fbfe84 * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
* faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
2009-12-25 20:05:14 +00:00
Jay Belanger
4fa409bf5a (Radix Modes): Clean up wording. 2009-12-15 04:44:34 +00:00
Jay Belanger
0e9833273d (Radix Modes): Clarify two's complement notation. 2009-12-15 00:58:26 +00:00
Jay Belanger
5ea5dbc925 (Radix modes): Discuss alternate bases for two's complement notations. 2009-11-22 02:19:23 +00:00
Jay Belanger
17291a1fc4 (Radix modes): Mention twos-complement notation. 2009-11-16 23:41:36 +00:00
Jay Belanger
744256cf1b (Simplifying Formulas): Improve the wording. 2009-08-30 02:42:35 +00:00
Jay Belanger
0ff2d6c28e (Rewrite Rules): Improve the example.
(Simplifying Formulas): Explain use of the I and H flags for simplification.
2009-08-27 13:36:19 +00:00
Chong Yidong
4c39f404d5 * calc.texi (Date Forms): Fix typos. 2009-08-09 23:39:59 +00:00
Eli Zaretskii
66783bb464 (Graphics, Devices): Update with the peculiarities of operation on MS-Windows. 2009-08-07 15:22:29 +00:00
Jay Belanger
74edaf1f3e (Types Tutorial Exercise 2): Fix wording. 2009-08-05 00:43:34 +00:00
Jay Belanger
b5bdfd9f4f (Help Commands): Add index entries for "prefix ?" keybindings. 2009-07-30 04:57:42 +00:00
Jay Belanger
65d0154bdc (Vector/Matrix Functions): Add index entries for both "v" and "V" key
bindings.  Mention that `calc-matrix-brackets' only affects matrices
with more than one row.
2009-07-30 04:40:41 +00:00
Jay Belanger
5a9e3ab796 (Stack Manipulation Commands): Add documentation for
`calc-transpose-lines'
2009-07-29 03:46:13 +00:00
Jay Belanger
ec06459cb6 (Undoing Mistakes): Mention that the undo list will be truncated when
Calc is quit.
(Customizing Calc): Mention `calc-undo-length'.
2009-07-21 19:01:41 +00:00
Chong Yidong
4ce54f6bab * calc.texi (About This Manual): Don't mention chapter numbers in text. 2009-07-20 13:58:01 +00:00
Karl Berry
5dc584b517 consistently use @insertcopying, @direntry, @contents 2009-02-16 17:41:58 +00:00
Jay Belanger
5fafc2475d (Embedded Mode, Algebraic-Style Calculations): Make Calc the subject
of sentences.
(Rearranging Formulas using Selections): Discuss new options for `j *'.
2009-01-27 01:55:20 +00:00
Glenn Morris
6ed161e1d6 Add 2009 to copyright years. 2009-01-08 05:28:46 +00:00
Jay Belanger
3bf8054fea (About This Manual): Clarify behavior of `C-x * t'.
(Using Calc): Clarify use of `C-x * o'.
(Embedded Mode (Overview)): Clarify use of `C-x * e'.
2008-12-01 02:09:58 +00:00
Glenn Morris
6a2c4aece5 Relicense all texi files under FDL 1.3 or later. 2008-11-19 04:29:29 +00:00
Jay Belanger
59ee4113ed (Tutorial): Clarify how to set up the on-line tutorial. 2008-11-17 05:00:23 +00:00
Jay Belanger
17587b1b2f (About This Manual): Comment out a mention of marginal notes. 2008-11-14 05:32:46 +00:00
Jay Belanger
4a65fb7ad2 (Embedded mode overview, Customizing Embedded Mode, Customizing Calc):
Change references to `calc-embedded-open/close-word' to
`calc-embedded-word-regexp'.
2008-10-10 14:54:11 +00:00
Jay Belanger
4043c1949e (User Defined Units): Mention how to enter optional display string. 2008-09-30 02:45:50 +00:00
Jay Belanger
5a83c46e96 Remove version numbering. 2008-08-14 19:17:59 +00:00
Jay Belanger
8dc6104d90 (summarykey): New macro. Use to correctly format keys in the summary.
(Editing Stack Entries):
(Algebraic Entry): Rewrite introductory sentences so it can be used by
Calc's help functions.  Mention fixing typos.
(Customizing Calc): Fix typo.
2008-07-23 02:58:53 +00:00
Jay Belanger
a8b1414970 (Manipulating Vectors): Clarify definition of rnorm' and cnorm'.
(Arithmetic Tutorial): Simplify the verification of prime factors.
2008-07-13 04:50:39 +00:00
Jay Belanger
92e1588172 Adjust image of mode line throughout. 2008-06-29 03:02:14 +00:00
Jay Belanger
aee08080a2 (Killing from the stack): Mention how to use normal Emacs copying. 2008-06-24 05:27:35 +00:00
Glenn Morris
6f09330716 Update Back-Cover Text as per maintain.info. 2008-06-13 04:20:28 +00:00
Jay Belanger
538c257322 (Calc Summary): Mention register commands.
(Saving Into Registers, Inserting From Registers): New sections.
2008-05-18 21:15:51 +00:00
Jay Belanger
ee0fd0d8c3 (Calc Summary): Add mention of `kron'. 2008-04-11 22:36:49 +00:00
Jay Belanger
629f618d69 calc.texi (Vector and Matrix Arithmetic): Add mention of `kron'. 2008-04-11 22:26:48 +00:00
Miles Bader
1bad168e59 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1006
2008-01-22 23:53:46 +00:00
Jay Belanger
4e32073381 (Language Modes): Fix menu. 2007-12-29 01:16:30 +00:00
Jay Belanger
702dbfd92c (Yacas Language, Maxima Language, Giac Language): New sections. 2007-12-29 00:23:01 +00:00
Jay Belanger
0cbe9c788a (TeX and LaTeX Language Modes): Put in missing braces. 2007-11-16 04:20:08 +00:00
Jay Belanger
3bc88bc923 (Basic commands): Mention the menu. 2007-11-15 03:35:49 +00:00
Jay Belanger
0edd2970d2 (Formulas, Composition Basics): Lower the precedence of negation. 2007-10-27 20:38:38 +00:00
Jay Belanger
45b778a677 (Default Simplifications, Making Selections, Customizing Calc):
Clarify associativity of multiplication.
2007-10-25 03:41:31 +00:00
Jay Belanger
9c26440366 (Trigonometric and Hyperbolic Functions): Fix typo. 2007-10-20 15:38:24 +00:00
Jay Belanger
4bb49b438b (History and Acknowledgements): Turn comment about integer size into
past tense.
(Time Zones): Remove pointer to Calc author's address.
(Trigonometric and Hyperbolic Functions): Mention cotangent and
hyperbolic cotangent functions.
2007-10-20 00:48:06 +00:00
Jay Belanger
285f0d3a19 (Predefined Units): Add some history. 2007-09-13 04:55:20 +00:00