Mercurial > emacs
comparison lisp/ChangeLog @ 58717:bd9d0c90fd28
(cvs-header-msg): New function.
(cvs-update-header): Use it. Change calling convention.
Correctly handle the case of having simultaneous active processes.
(cvs-sentinel): Don't call cvs-update-header any more.
(cvs-mode-run): Update call and add cvs-update-header to postproc.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 01 Dec 2004 22:35:15 +0000 |
parents | 93065e5b01e4 |
children | af6f7a42f2d3 |
comparison
equal
deleted
inserted
replaced
58716:599d383ee37d | 58717:bd9d0c90fd28 |
---|---|
1 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * pcvs.el (cvs-header-msg): New function. | |
4 (cvs-update-header): Use it. Change calling convention. | |
5 Correctly handle the case of having simultaneous active processes. | |
6 (cvs-sentinel): Don't call cvs-update-header any more. | |
7 (cvs-mode-run): Update call and add cvs-update-header to postproc. | |
8 | |
1 2004-12-01 Jay Belanger <belanger@truman.edu> | 9 2004-12-01 Jay Belanger <belanger@truman.edu> |
2 | 10 |
3 * calc/calc-ext.el (calc-inverse, calc-hyperbolic): | 11 * calc/calc-ext.el (calc-inverse, calc-hyperbolic): |
4 Change message. | 12 Change message. |
5 | 13 |
29 * term/x-win.el (x-last-selected-text-cut-encoded): New variable. | 37 * term/x-win.el (x-last-selected-text-cut-encoded): New variable. |
30 (x-select-text): Don't treat eight-bit-control/graphic chars | 38 (x-select-text): Don't treat eight-bit-control/graphic chars |
31 specially. Store the encoded text in the X cut buffer. | 39 specially. Store the encoded text in the X cut buffer. |
32 (x-cut-buffer-or-selection-value): Compare the X cut buffer text | 40 (x-cut-buffer-or-selection-value): Compare the X cut buffer text |
33 with x-last-selected-text-cut-encoded. | 41 with x-last-selected-text-cut-encoded. |
42 | |
43 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca> | |
44 | |
45 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes. | |
34 | 46 |
35 2004-11-30 Markus Rost <rost@ias.edu> | 47 2004-11-30 Markus Rost <rost@ias.edu> |
36 | 48 |
37 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with | 49 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with |
38 AUCTeX. | 50 AUCTeX. |
85 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font): | 97 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font): |
86 Support Cyrillic, CentralEuropean, and Dingbat font display | 98 Support Cyrillic, CentralEuropean, and Dingbat font display |
87 | 99 |
88 2004-11-30 Andre Spiegel <spiegel@gnu.org> | 100 2004-11-30 Andre Spiegel <spiegel@gnu.org> |
89 | 101 |
90 * vc-hooks.el (vc-recompute-state): Moved here from vc.el. | 102 * vc-hooks.el (vc-recompute-state): Move here from vc.el. |
91 | 103 |
92 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is | 104 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is |
93 still nil. | 105 still nil. |
94 | 106 |
95 2004-11-29 Luc Teirlinck <teirllm@auburn.edu> | 107 2004-11-29 Luc Teirlinck <teirllm@auburn.edu> |
185 | 197 |
186 2004-11-27 Luc Teirlinck <teirllm@auburn.edu> | 198 2004-11-27 Luc Teirlinck <teirllm@auburn.edu> |
187 | 199 |
188 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler | 200 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler |
189 warning. Delay real definition, which uses | 201 warning. Delay real definition, which uses |
190 `set-fringe-indicators-1' till after the definition of that | 202 `set-fringe-indicators-1' till after the definition of that function. |
191 function. | |
192 | 203 |
193 2004-11-28 Kim F. Storm <storm@cua.dk> | 204 2004-11-28 Kim F. Storm <storm@cua.dk> |
194 | 205 |
195 * fringe.el (fringe): New defgroup. | 206 * fringe.el (fringe): New defgroup. |
196 (fringe-mode): Move to fringe group. | 207 (fringe-mode): Move to fringe group. |
207 (menu-bar-showhide-fringe-ind-none): New defuns. | 218 (menu-bar-showhide-fringe-ind-none): New defuns. |
208 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu. | 219 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu. |
209 | 220 |
210 2004-11-27 Richard M. Stallman <rms@gnu.org> | 221 2004-11-27 Richard M. Stallman <rms@gnu.org> |
211 | 222 |
212 * comint.el (comint-read-noecho): Add trivial compatibility | 223 * comint.el (comint-read-noecho): Add trivial compatibility definition. |
213 definition. | |
214 | 224 |
215 * generic.el (define-generic-mode): Doc fix. | 225 * generic.el (define-generic-mode): Doc fix. |
216 | 226 |
217 * menu-bar.el (menu-bar-options-save): For the options | 227 * menu-bar.el (menu-bar-options-save): For the options |
218 that are toggled with menu-bar-make-mm-toggle, don't check | 228 that are toggled with menu-bar-make-mm-toggle, don't check |