calc.el (calc-trail-mode,calc-refresh): Use `face' property to italicize headers.
authorJay Belanger <jay.p.belanger@gmail.com>
Sun, 8 Aug 2010 03:04:57 +0000 (22:04 -0500)
committerJay Belanger <jay.p.belanger@gmail.com>
Sun, 8 Aug 2010 03:04:57 +0000 (22:04 -0500)
commit2c695727e092f051b17846c0897fd541cefbdf8a
tree6f72607d95778ef73ffaff06018fccfd6baca509
parentb93d4f22cbb28c4efbb65fa4927e8b42b41ba00f
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.
doc/misc/ChangeLog
doc/misc/calc.texi
lisp/ChangeLog
lisp/calc/calc-sel.el
lisp/calc/calc.el
lisp/calc/calccomp.el