comparison lisp/ChangeLog @ 33248:76c004353ceb

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 06 Nov 2000 13:21:09 +0000
parents d27d42483b9e
children 3d7bff27ec2d
comparison
equal deleted inserted replaced
33247:23d61d30fcd0 33248:76c004353ceb
18 (fancy-splash-screens-1): Throw `stop-splashing' when current 18 (fancy-splash-screens-1): Throw `stop-splashing' when current
19 time is greater than fancy-splash-stop-time. 19 time is greater than fancy-splash-stop-time.
20 20
21 2000-11-06 Stefan Monnier <monnier@cs.yale.edu> 21 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
22 22
23 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
24
23 * pcvs.el (cvs-mode-marked): New arg `noquery'. 25 * pcvs.el (cvs-mode-marked): New arg `noquery'.
24 Prompt user for a file rather than raising an error. 26 Prompt user for a file rather than raising an error.
25 (cvs-enabledp): Fix call to cvs-mode-marked. 27 (cvs-enabledp): Fix call to cvs-mode-marked.
26 (cvs-insert-file): New function (extracted from cvs-mode-insert). 28 (cvs-insert-file): New function (extracted from cvs-mode-insert).
27 (cvs-mode-insert): Use it. Change the init prompt' value. 29 (cvs-mode-insert): Use it. Change the init prompt' value.
35 37
36 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL). 38 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
37 (cvs-status-get-tags): Fix regexp. 39 (cvs-status-get-tags): Fix regexp.
38 (cvs-status-trees, cvs-status-cvstrees): 40 (cvs-status-trees, cvs-status-cvstrees):
39 Combine after change hooks and don't sit-for. 41 Combine after change hooks and don't sit-for.
40 (cvs-tree-use-jisx0208): Renamed from cvs-tree-dstr-2byte-ready. 42 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
41 (cvs-tree-char-*): Renamed from cvs-tree-dstr-char-*. 43 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
42 Use make-char rather than hard-coded cryptic data. 44 Use make-char rather than hard-coded cryptic data.
43 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary. 45 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
44 46
45 * pcvs-defs.el (cvs-menu): Add entries for tree and insert. 47 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
46 48