comparison lisp/ChangeLog @ 71183:1b96892b5925

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 03 Jun 2006 08:38:43 +0000
parents 727e23c24e03
children bca9b5c80fd3
comparison
equal deleted inserted replaced
71182:44d77343c9ac 71183:1b96892b5925
1 2006-05-20 Vivek Dasmohapatra <vivek@etla.org>
2
3 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
4 exec constructs like `foo bar`.
5 (sh-quoted-subshell): New helper function to search for a possibly
6 nested subshell (like `` or $()) within a "" quoted string.
7 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
8 (sh-apply-quoted-subshell): Flag quote characters inside a
9 subshell, which is itself already in a quoted region, as
10 punctuation, since this is the closest to what they actually are.
11 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
12 sh-apply-quoted-subshell.
13 (sh-font-lock-syntactic-face-function): Apply the new face for
14 text inside `` instead of the old font-lock-string-face.
15
1 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 16 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 17
3 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar. 18 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
4 (mac-ae-number, mac-ae-frame, mac-ae-script-language) 19 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
5 (mac-bytes-to-text-range, mac-ae-text-range-array) 20 (mac-bytes-to-text-range, mac-ae-text-range-array)