Mercurial > emacs
comparison lisp/ChangeLog @ 81568:69dec53b2a24
(diff-font-lock-keywords): Fix M. Kifer's last change differently.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 22 Jun 2007 21:18:31 +0000 |
parents | 0e2a83705e5f |
children | 0991efe3cafa |
comparison
equal
deleted
inserted
replaced
81567:0b055b6ebf6c | 81568:69dec53b2a24 |
---|---|
1 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change | |
4 differently. | |
2 | 5 |
3 * vc-hg.el (vc-hg-registered): Add an autoloaded version. | 6 * vc-hg.el (vc-hg-registered): Add an autoloaded version. |
4 (vc-hg-log-view-mode): Use log-view-font-lock-keywords. | 7 (vc-hg-log-view-mode): Use log-view-font-lock-keywords. |
5 | 8 |
6 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu> | 9 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu> |
89 | 92 |
90 * calc/calc.el (math-standard-ops): Fix precedence of | 93 * calc/calc.el (math-standard-ops): Fix precedence of |
91 multiplication. | 94 multiplication. |
92 | 95 |
93 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca> | 96 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca> |
97 | |
98 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the | |
99 buffer-local value of log-view-*-re if applicable. | |
100 | |
101 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set. | |
102 Use vc-bzr-command rather than the ill defined vc-bzr-command*. | |
103 (vc-bzr-command*): Remove both (incompatible) versions. | |
104 (vc-bzr-do-command*): Remove. | |
105 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation): | |
106 Remove by folding into its only caller vc-bzr-command. | |
107 (vc-bzr-command): Always set the environment, even when ineffective. | |
108 (vc-bzr-version): Minor fix up. | |
109 (vc-bzr-admin-dirname): New var. | |
110 (vc-bzr-bzr-dir): Remove. | |
111 (vc-bzr-root-dir): New fun. | |
112 (vc-bzr-registered): Use it. Add an autoloaded version. | |
113 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well. | |
114 (vc-bzr-view-log-function): Remove. | |
115 (vc-bzr-log-view-mode): New major mode to replace it. | |
116 (vc-bzr-print-log): Only activate the old hack if needed. | |
94 | 117 |
95 * vc.el (vc-default-log-view-mode): New function. | 118 * vc.el (vc-default-log-view-mode): New function. |
96 (vc-print-log): Add new `log-view-mode' VC operation. | 119 (vc-print-log): Add new `log-view-mode' VC operation. |
97 | 120 |
98 2007-06-20 Juanma Barranquero <lekktu@gmail.com> | 121 2007-06-20 Juanma Barranquero <lekktu@gmail.com> |