comparison lisp/ChangeLog @ 109682:bc0b9af387a7

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.
author Jay Belanger <jay.p.belanger@gmail.com>
date Sat, 07 Aug 2010 22:04:57 -0500
parents 232ba164887b
children 111f90199914
comparison
equal deleted inserted replaced
109681:232ba164887b 109682:bc0b9af387a7
1 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
4 to italicize headers.
5 (calc-highlight-selections-with-faces): New variable.
6 (calc-selected-face, calc-nonselected-face): New faces.
7
8 * calc/calccomp.el (math-comp-highlight-string): Use
9 `calc-highlight-selections-with-faces' to determine how to highlight
10 sub-formulas.
11
12 * calc/calc-sel.el (calc-show-selections): Change message to when
13 using faces to highlight selections.
14
1 2010-08-07 Michael R. Mauger <mmaug@yahoo.com> 15 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
2 16
3 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords): Added 17 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords): Added
4 SQLite 3 keywords, functions and datatypes. 18 SQLite 3 keywords, functions and datatypes.
5 (sql-interactive-mode): Removed `comint-process-echoes' set to t 19 (sql-interactive-mode): Removed `comint-process-echoes' set to t