diff options
| author | Glenn Morris | 2013-01-31 19:51:08 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-01-31 19:51:08 -0800 |
| commit | 86e100a6936882a982648c3fe2e09d82f5a94e55 (patch) | |
| tree | eb775b25f7549fce94fe38348cb9c45446571c07 /etc | |
| parent | 1e77b18e33526319ee8bb9f1ebb28860ad20a4c2 (diff) | |
| download | emacs-86e100a6936882a982648c3fe2e09d82f5a94e55.tar.gz emacs-86e100a6936882a982648c3fe2e09d82f5a94e55.zip | |
Merge calc news from lisp/calc/README into etc/NEWS files
* doc/misc/calc.texi (Help Commands): Update calc-view-news description.
* lisp/calc/calc-help.el (calc-view-news): Use view-emacs-news.
* lisp/calc/README: Move news entries from here...
* etc/NEWS, etc/NEWS.23: ... to here
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 25 | ||||
| -rw-r--r-- | etc/NEWS.23 | 26 |
2 files changed, 51 insertions, 0 deletions
| @@ -107,6 +107,8 @@ Nil, the default value, means to always use the Gregorian calendar. | |||
| 107 | The value (YEAR MONTH DAY) means to start using the Gregorian calendar | 107 | The value (YEAR MONTH DAY) means to start using the Gregorian calendar |
| 108 | on the given date. | 108 | on the given date. |
| 109 | 109 | ||
| 110 | *** Support for ISO 8601 dates. | ||
| 111 | |||
| 110 | ** ERC | 112 | ** ERC |
| 111 | 113 | ||
| 112 | *** New option `erc-accidental-paste-threshold-seconds'. | 114 | *** New option `erc-accidental-paste-threshold-seconds'. |
| @@ -719,6 +721,12 @@ see the `apropos' Custom group for details. | |||
| 719 | *** Option `Buffer-menu-buffer+size-width' is now obsolete. | 721 | *** Option `Buffer-menu-buffer+size-width' is now obsolete. |
| 720 | Use `Buffer-menu-name-width' and `Buffer-menu-size-width' instead. | 722 | Use `Buffer-menu-name-width' and `Buffer-menu-size-width' instead. |
| 721 | 723 | ||
| 724 | ** Calc | ||
| 725 | |||
| 726 | *** Algebraic simplification mode is now the default. | ||
| 727 | To restrict to the limited simplifications given by the former | ||
| 728 | default simplification mode, use `m I'. | ||
| 729 | |||
| 722 | ** Calendar | 730 | ** Calendar |
| 723 | 731 | ||
| 724 | *** You can customize the header text that appears above each calendar month. | 732 | *** You can customize the header text that appears above each calendar month. |
| @@ -1648,6 +1656,23 @@ Use the variable `bibtex-dialect' to select different BibTeX dialects. | |||
| 1648 | *** The default browser used by the package is now the "xdg-open" program, | 1656 | *** The default browser used by the package is now the "xdg-open" program, |
| 1649 | on platforms that support it. This calls your desktop's preferred browser. | 1657 | on platforms that support it. This calls your desktop's preferred browser. |
| 1650 | 1658 | ||
| 1659 | ** Calc | ||
| 1660 | |||
| 1661 | *** Support for musical notes. | ||
| 1662 | |||
| 1663 | *** Support for logarithmic units. | ||
| 1664 | |||
| 1665 | *** No longer uses the tex prefix for TeX specific unit names when | ||
| 1666 | using TeX or LaTeX mode. | ||
| 1667 | |||
| 1668 | *** New option to highlight selections using faces. | ||
| 1669 | |||
| 1670 | *** `calc-histogram' has the option of using a vector to determine the bins. | ||
| 1671 | |||
| 1672 | *** New "O" option prefix. | ||
| 1673 | |||
| 1674 | *** Use the "O" prefix to "d r" (`calc-radix') to turn on twos-complement mode. | ||
| 1675 | |||
| 1651 | ** Calendar, Diary, and Appt | 1676 | ** Calendar, Diary, and Appt |
| 1652 | 1677 | ||
| 1653 | *** Diary entries can contain non-printing "comments". | 1678 | *** Diary entries can contain non-printing "comments". |
diff --git a/etc/NEWS.23 b/etc/NEWS.23 index eaef3220d41..88371c30cef 100644 --- a/etc/NEWS.23 +++ b/etc/NEWS.23 | |||
| @@ -329,6 +329,8 @@ that file exists. | |||
| 329 | user-emacs-directory; but the old location, ~/.calc.el, is used if | 329 | user-emacs-directory; but the old location, ~/.calc.el, is used if |
| 330 | that file exists. | 330 | that file exists. |
| 331 | 331 | ||
| 332 | *** New twos-complement display. | ||
| 333 | |||
| 332 | *** Graphing commands (`g f' etc.) now work on MS-Windows, if you have | 334 | *** Graphing commands (`g f' etc.) now work on MS-Windows, if you have |
| 333 | the native Windows port of Gnuplot version 3.8 or later installed. | 335 | the native Windows port of Gnuplot version 3.8 or later installed. |
| 334 | 336 | ||
| @@ -1372,6 +1374,30 @@ identify cited keys in BibTeX entries, used by `bibtex-find-crossref'. | |||
| 1372 | bookmark.el can read a .emacs.bmk file saved by an older Emacs, but an | 1374 | bookmark.el can read a .emacs.bmk file saved by an older Emacs, but an |
| 1373 | older Emacs cannot read one saved by Emacs 23. | 1375 | older Emacs cannot read one saved by Emacs 23. |
| 1374 | 1376 | ||
| 1377 | ** Calc | ||
| 1378 | |||
| 1379 | *** `j *' (cal-sel-mult-both-sides) has an option to expand the denominator. | ||
| 1380 | |||
| 1381 | *** `calc-embedded-word-regexp' is used for finding words in | ||
| 1382 | `calc-embedded-word' in place of delimiters. | ||
| 1383 | |||
| 1384 | *** The separate Calc version number has been removed; use the Emacs | ||
| 1385 | version for reference. | ||
| 1386 | |||
| 1387 | *** Support for using registers. | ||
| 1388 | |||
| 1389 | *** Support for Yacas, Maxima and Giac languages. | ||
| 1390 | |||
| 1391 | *** Addition of a menu. | ||
| 1392 | |||
| 1393 | *** Logistic non-linear curves have been added to curve-fitting. | ||
| 1394 | |||
| 1395 | *** New option to plot data points and curve when curve-fitting. | ||
| 1396 | |||
| 1397 | *** Unit conversions are now exact when possible. | ||
| 1398 | |||
| 1399 | *** The precedence of negation has been lowered. | ||
| 1400 | |||
| 1375 | ** Calendar and diary | 1401 | ** Calendar and diary |
| 1376 | 1402 | ||
| 1377 | *** There is a new date style, `iso', essentially year/month/day. | 1403 | *** There is a new date style, `iso', essentially year/month/day. |