Mercurial > emacs
comparison lisp/ChangeLog @ 72044:3dc0557bba5f
(sh-quoted-subshell): Further fix last change.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 20 Jul 2006 21:23:48 +0000 |
parents | dce50dd248c3 |
children | 48c386e7269e |
comparison
equal
deleted
inserted
replaced
72043:dce50dd248c3 | 72044:3dc0557bba5f |
---|---|
1 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change. | |
4 | |
1 2006-07-20 Jay Belanger <belanger@truman.edu> | 5 2006-07-20 Jay Belanger <belanger@truman.edu> |
2 | 6 |
3 * calc.el (calc-previous-alg-entry): Remove variable. | 7 * calc.el (calc-previous-alg-entry): Remove variable. |
4 | 8 |
5 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history): | 9 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history): |
10 (calcAlg-edit, calcAlg-enter): Remove reference to | 14 (calcAlg-edit, calcAlg-enter): Remove reference to |
11 `calc-previous-alg-entry'. | 15 `calc-previous-alg-entry'. |
12 (calcAlg-previous): Use `previous-history-element' instead of | 16 (calcAlg-previous): Use `previous-history-element' instead of |
13 `calc-previous-alg-entry'. | 17 `calc-previous-alg-entry'. |
14 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'. | 18 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'. |
15 Change keybinding for `calcAlg-plus-minus', add keybindings for | 19 Change keybinding for `calcAlg-plus-minus', add keybindings for |
16 `previous-history-element' and `next-history-element'. | 20 `previous-history-element' and `next-history-element'. |
17 | 21 |
18 * calc-rewr.el (calc-match): Remove reference to | 22 * calc-rewr.el (calc-match): Remove reference to |
19 `calc-previous-alg-entry'. | 23 `calc-previous-alg-entry'. |
20 | 24 |
33 * international/mule-cmds.el (select-safe-coding-system): Fix the | 37 * international/mule-cmds.el (select-safe-coding-system): Fix the |
34 way of deciding eol-type of the coding system. | 38 way of deciding eol-type of the coding system. |
35 | 39 |
36 2006-07-20 Alan Mackenzie <acm@muc.de> | 40 2006-07-20 Alan Mackenzie <acm@muc.de> |
37 | 41 |
38 * progmodes/cc-langs.el (c-emacs-variable-inits): new variable. | 42 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable. |
39 (c-lang-setvar): new macro. | 43 (c-lang-setvar): New macro. |
40 (c-make-init-lang-vars-fun): Use the initialization forms in | 44 (c-make-init-lang-vars-fun): Use the initialization forms in |
41 c-emacs-variable-inits in addition to those in c-lang-variable-inits. | 45 c-emacs-variable-inits in addition to those in c-lang-variable-inits. |
42 (comment-start, comment-end, comment-start-skip): Change these from | 46 (comment-start, comment-end, comment-start-skip): Change these from |
43 c-lang-defvar's to c-lang-setvar's. | 47 c-lang-defvar's to c-lang-setvar's. |
44 | 48 |
45 * progmodes/cc-mode.el (c-make-emacs-variables-local): new macro, | 49 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro, |
46 which calls make-local-variable on the elements of | 50 which calls make-local-variable on the elements of |
47 c-emacs-variable-inits. | 51 c-emacs-variable-inits. |
48 (c-init-language-vars-for): Call this new macro. | 52 (c-init-language-vars-for): Call this new macro. |
49 | 53 |
50 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca> | 54 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca> |