Paul Eggert
5c7dd8a783
Update copyright year to 2018
...
Run admin/update-copyright.
2018-01-01 00:57:59 -08:00
Paul Eggert
bc511a64f6
Prefer HTTPS to FTP and HTTP in documentation
...
Most of this change is to boilerplate commentary such as license URLs.
This change was prompted by ftp://ftp.gnu.org's going-away party,
planned for November. Change these FTP URLs to https://ftp.gnu.org
instead. Make similar changes for URLs to other organizations moving
away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and
fsf.org when this works, as this will further help defend against
man-in-the-middle attacks (for this part I omitted the MS-DOS and
MS-Windows sources and the test tarballs to keep the workload down).
HTTPS is not fully working to lists.gnu.org so I left those URLs alone
for now.
2017-09-13 15:54:37 -07:00
Paul Eggert
5badc81c1c
Update copyright year to 2017
...
Run admin/update-copyright.
2016-12-31 19:42:26 -08:00
Paul Eggert
0e963201d0
Update copyright year to 2016
...
Run admin/update-copyright.
2016-01-01 01:34:24 -08:00
Jay Belanger
fb711d7275
Change maintainer address.
...
* lisp/calc/calc (calc-bug-address): Change address.
2015-11-03 16:16:54 -06:00
Dmitry Gutov
166a6556d0
; Remove extraneous "coding: utf-8" specifications in Elisp files
2015-09-29 01:39:46 +03:00
Paul Eggert
7e09ef09a4
Update copyright year to 2015
...
Run admin/update-copyright.
2015-01-01 14:26:41 -08:00
Paul Eggert
ba3189039a
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
Paul Eggert
ab422c4d68
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
Paul Eggert
8b2e00a329
Spelling fixes.
...
* Makefile.in (.PHONY): versioclean -> versionclean.
2012-08-26 03:29:37 -07:00
Jay Belanger
3167378035
calccomp.el (math-compose-expr): Add extra argument indicating that
...
parentheses should be put around products in denominators. Give
multiplication precedence over division during composition.
2012-08-09 09:46:03 -05:00
Jay Belanger
e827b1eb40
calccomp.el (math-compose-expr): Undo previous change.
2012-07-27 10:05:13 -05:00
Jay Belanger
ca1302a40a
calccomp.el (math-compose-expr): Use parentheses when
...
there is a product in the denominator of a fraction.
2012-07-26 22:48:40 -05:00
Glenn Morris
acaf905b11
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
Juanma Barranquero
6e087a44c5
lisp/calc/calccomp.el (math-comp-to-string-flat-term): Simplify.
2011-04-29 01:08:37 +02:00
Glenn Morris
73b0cd5003
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
Glenn Morris
e9bffc61f2
Refill some copyright headers.
2011-01-15 18:21:30 -08:00
Glenn Morris
0d9f702fd0
Nuke arch-tags.
2011-01-15 15:16:57 -08:00
Stefan Monnier
77ab81d054
Merge from emacs-23
2011-01-14 12:18:41 -05:00
Glenn Morris
5df4f04cd3
Add 2011 to FSF/AIST copyright years.
2011-01-02 15:50:46 -08:00
Jay Belanger
2c695727e0
calc.el (calc-trail-mode,calc-refresh): Use `face' property to italicize headers.
...
(calc-highlight-selections-with-faces): New variable.
(calc-selected-face, calc-nonselected-face): New faces.
calccomp.el (math-comp-highlight-string): Use
`calc-highlight-selections-with-faces' to determine how to highlight
subformulas.
calc-sel.el (calc-show-selections): Change message to something
appropriate.
calc.texi (Making Selections, Selecting Subformulas)
(Customizing Calc): Mention how to use faces to emphasize selected
subformulas.
2010-08-07 22:04:57 -05:00
Glenn Morris
be19ef0b9b
Add some utf-8 coding cookies.
...
* lisp/calc/calc-aent.el, lisp/calc/calc-ext.el, lisp/calc/calc-lang.el:
* lisp/calc/calc-store.el, lisp/calc/calc-units.el, lisp/calc/calc.el:
* lisp/calc/calccomp.el:
Add explicit utf-8 coding cookies to files with utf-8 characters.
Also delete trailing whitespace.
2010-06-22 00:41:10 -07:00
Jay Belanger
ae6bc504c0
calc-aent.el (math-read-token, math-find-user-tokens):
...
calc-lang.el (math-read-big-rec, math-lang-read-symbol)
(math-compose-tex-func):
calccomp.el (math-compose-expr):
calc-ext.el (math-format-flat-expr-fancy):
calc-store.el (calc-read-var-name):
calc-units.el (calc-explain-units-rec): Allow Greek letters.
calc.el (var-π, var-φ, var-γ): New variables.
calc-aent.el (math-read-replacement-list): Add "micro" symbol.
calc-units.el (math-unit-prefixes): Add mu for micro.
(math-standard-units): Add units.
2010-05-14 23:50:25 -05:00
Glenn Morris
114f9c9679
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
Jay Belanger
064cb7e6e4
(math-compose-expr): Let `calc-twos-complement-mode' be nil.
2009-11-20 00:56:28 +00:00
Glenn Morris
ae940284fa
Add 2009 to copyright years.
2009-01-05 03:18:22 +00:00
Glenn Morris
662c9c64ae
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 03:16:00 +00:00
Stefan Monnier
cbee283dd7
Fix up comment convention on the arch-tag lines.
2008-04-10 14:10:46 +00:00
Miles Bader
59ce725a3b
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
8b72699e88
Add 2008 to copyright years.
2008-01-07 01:14:52 +00:00
Jay Belanger
f2007b4296
(math-compose-expr): Add new languages.
2007-12-29 00:53:34 +00:00
Jay Belanger
88cf334789
(math-to-percentsigns): Change placeholder for percent signs.
2007-12-27 17:32:59 +00:00
Jay Belanger
28d8820188
(math-to-percentsigns): New function.
...
(math-compose-var): Handle variables with percent signs.
(math-compose-expr): Handle function names with percent signs.
2007-12-26 17:38:24 +00:00
Jay Belanger
2b8a300253
(math-compose-var): Adjust argument list.
...
(math-compose-expr): Use adjusted `math-compose-var'.
2007-12-02 20:00:36 +00:00
Jay Belanger
018f0ad2e4
(math-compose-var): New function.
...
(math-compose-expr): Allow more special functions to be used.
Change test for formatting fractions. Use variables and property
names to help with language specific formatting.
(math-compose-tex-matrix, math-compose-eqn-matrix)
(math-eqn-special-functions): Move to calc-lang.el
(math-compose-rows): Use property names to help with language specific
formatting.
2007-12-02 03:14:55 +00:00
Miles Bader
9aecacd08a
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* Relicense all FSF files to GPLv3 or later.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
2007-07-26 05:28:10 +00:00
Glenn Morris
075969b476
Switch license to GPLv3 or later.
2007-07-25 03:51:22 +00:00
Jay Belanger
b20c4725bd
(math-compose-expr): Let math-expr-opers equal math-expr-ops.
2007-06-20 04:17:51 +00:00
Jay Belanger
e8fff8ed68
Update maintainer's address.
2007-04-23 21:30:42 +00:00
Glenn Morris
7c671b23f3
Change form of license text to match rest of Emacs.
2007-03-19 20:59:53 +00:00
Glenn Morris
f0fa15c5e5
Add 2007 to copyright years.
2007-01-21 02:48:43 +00:00
Jay Belanger
29ecdb2212
(math-compose-tex-matrix): Add a latex option.
...
(math-compose-expr): Use latex option when calling
math-compose-tex-matrix for latex mode.
2006-02-28 14:28:42 +00:00
Jay Belanger
09ea57eaca
Update copyright year.
2006-02-05 16:31:42 +00:00
Jay Belanger
58ba2f8f07
Update copyright information.
2005-07-14 20:05:30 +00:00
Jay Belanger
a42e94cac5
Update copyright year.
2005-05-07 21:22:51 +00:00
Jay Belanger
3ce6180e84
(math-eqn-special-funcs): Add functions to list.
2005-02-15 19:28:08 +00:00
Jay Belanger
1867200e45
(math-compose-expr): Fix a check for language type.
2005-02-08 05:02:09 +00:00
Jay Belanger
53cf64fd65
(math-compose-expr): Allow multiline matrices in TeX mode.
2005-02-06 16:20:46 +00:00
Jay Belanger
ddaad6092e
(math-compose-expr, math-compose-rows): Add LaTeX support.
...
(math-compose-expr): Add support for special functions.
2005-01-31 06:30:37 +00:00
Jay Belanger
cfd31ee4dc
Add a provide statement.
...
(calc-Need-calc-comp): Remove it.
2004-11-30 17:31:45 +00:00