comparison lisp/ChangeLog @ 47800:ef10fe99a92f

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 08 Oct 2002 15:51:32 +0000
parents c460856d1bfd
children ac62d9e35fc3
comparison
equal deleted inserted replaced
47799:0d2f83a91144 47800:ef10fe99a92f
1 2002-10-08 Stefan Monnier <monnier@cs.yale.edu>
2
3 * vc.el (vc-find-version): Use the new backend op `find-version'.
4 (vc-default-find-version): Provide the new backend op `find-version'
5 in terms of the old `checkout' op.
6
7 * vc-rcs.el (vc-rcs-find-version): New fun.
8 (vc-rcs-checkout): Remove `workfile' arg and simplify.
9
10 * vc-sccs.el (vc-sccs-find-version): New fun.
11 (vc-sccs-checkout): Remove `workfile' arg and simplify.
12
13 * vc-cvs.el (vc-cvs-find-version): New fun.
14
1 2002-10-08 John Paul Wallington <jpw@shootybangbang.com> 15 2002-10-08 John Paul Wallington <jpw@shootybangbang.com>
2 16
3 * info.el (Info-next-menu-item, Info-last-menu-item) 17 * info.el (Info-next-menu-item, Info-last-menu-item)
4 (info-emacs-manual): Add docstrings. 18 (info-emacs-manual): Add docstrings.
5 (Info-index): Use `string-to-number' instead of `string-to-int'. 19 (Info-index): Use `string-to-number' instead of `string-to-int'.
18 32
19 * thingatpt.el (thing-at-point-url-path-regexp): Doc fix. 33 * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
20 34
21 2002-10-07 Kim F. Storm <storm@cua.dk> 35 2002-10-07 Kim F. Storm <storm@cua.dk>
22 36
23 * emulation/cua-base.el (cua-normal-cursor-color): Fixed 37 * emulation/cua-base.el (cua-normal-cursor-color):
24 initialization to make "Erase Customization" work. 38 Fixed initialization to make "Erase Customization" work.
39
40 2002-10-07 Stefan Monnier <monnier@cs.yale.edu>
41
42 * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
43 in case some other package redefined it.
44 (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
45
46 * textmodes/fill.el (fill-paragraph): Go to BOL before calling
47 forward-paragraph to make sure its return value is meaningful.
25 48
26 2002-10-06 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 49 2002-10-06 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
27 50
28 * net/tramp.el: Version 2.0.25 released. 51 * net/tramp.el: Version 2.0.25 released.
29 (tramp-handle-file-truename): If it's a directory, 52 (tramp-handle-file-truename): If it's a directory,
39 From Michael Albinus. 62 From Michael Albinus.
40 (tramp-file-name-structure, tramp-multi-file-name-hop-structure): 63 (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
41 Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'. 64 Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
42 From Michael Albinus. 65 From Michael Albinus.
43 (tramp-action-terminal): New function. 66 (tramp-action-terminal): New function.
44 (tramp-terminal-prompt-regexp): New variable, matches "tset" 67 (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
45 prompts.
46 (tramp-actions-before-shell): Use them. 68 (tramp-actions-before-shell): Use them.
47 (tramp-handle-shell-command): Logic error. From Ivan 69 (tramp-handle-shell-command): Logic error. From Ivan
48 Zakharyaschev <imz@altlinux.org>. 70 Zakharyaschev <imz@altlinux.org>.
49 71
50 2002-10-06 Markus Holmberg <markush@acc.umu.se> (tiny change) 72 2002-10-06 Markus Holmberg <markush@acc.umu.se> (tiny change)
54 76
55 2002-10-06 Glenn Morris <gmorris@ast.cam.ac.uk> 77 2002-10-06 Glenn Morris <gmorris@ast.cam.ac.uk>
56 78
57 * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO 79 * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
58 loops. 80 loops.
81
82 2002-10-05 Stefan Monnier <monnier@cs.yale.edu>
83
84 * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
85 (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
86 (vc-print-log): Don't check log-view-mode.
87 (vc-default-show-log-entry): Don't check log-view-goto-rev.
88 (vc-log-mode): Remove.
89 (vc-log-edit): Don't check log-edit.
90
91 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
92
93 * vc-cvs.el (vc-cvs-show-log-entry):
94 * vc-rcs.el (vc-rcs-show-log-entry): Delete.
95
96 * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
59 97
60 2002-10-04 Markus Rost <rost@math.ohio-state.edu> 98 2002-10-04 Markus Rost <rost@math.ohio-state.edu>
61 99
62 * vc.el (vc-default-show-log-entry): Fix typo. 100 * vc.el (vc-default-show-log-entry): Fix typo.
63 101