[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ChangeLog
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ChangeLog |
Date: |
Wed, 09 Oct 2002 02:14:15 -0400 |
Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4409 emacs/lisp/ChangeLog:1.4410
*** emacs/lisp/ChangeLog:1.4409 Tue Oct 8 00:57:27 2002
--- emacs/lisp/ChangeLog Tue Oct 8 11:51:32 2002
***************
*** 1,3 ****
--- 1,17 ----
+ 2002-10-08 Stefan Monnier <address@hidden>
+
+ * vc.el (vc-find-version): Use the new backend op `find-version'.
+ (vc-default-find-version): Provide the new backend op `find-version'
+ in terms of the old `checkout' op.
+
+ * vc-rcs.el (vc-rcs-find-version): New fun.
+ (vc-rcs-checkout): Remove `workfile' arg and simplify.
+
+ * vc-sccs.el (vc-sccs-find-version): New fun.
+ (vc-sccs-checkout): Remove `workfile' arg and simplify.
+
+ * vc-cvs.el (vc-cvs-find-version): New fun.
+
2002-10-08 John Paul Wallington <address@hidden>
* info.el (Info-next-menu-item, Info-last-menu-item)
***************
*** 20,27 ****
2002-10-07 Kim F. Storm <address@hidden>
! * emulation/cua-base.el (cua-normal-cursor-color): Fixed
! initialization to make "Erase Customization" work.
2002-10-06 Kai Gro,A_(Bjohann <address@hidden>
--- 34,50 ----
2002-10-07 Kim F. Storm <address@hidden>
! * emulation/cua-base.el (cua-normal-cursor-color):
! Fixed initialization to make "Erase Customization" work.
!
! 2002-10-07 Stefan Monnier <address@hidden>
!
! * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
! in case some other package redefined it.
! (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
!
! * textmodes/fill.el (fill-paragraph): Go to BOL before calling
! forward-paragraph to make sure its return value is meaningful.
2002-10-06 Kai Gro,A_(Bjohann <address@hidden>
***************
*** 41,48 ****
Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
From Michael Albinus.
(tramp-action-terminal): New function.
! (tramp-terminal-prompt-regexp): New variable, matches "tset"
! prompts.
(tramp-actions-before-shell): Use them.
(tramp-handle-shell-command): Logic error. From Ivan
Zakharyaschev <address@hidden>.
--- 64,70 ----
Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
From Michael Albinus.
(tramp-action-terminal): New function.
! (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
(tramp-actions-before-shell): Use them.
(tramp-handle-shell-command): Logic error. From Ivan
Zakharyaschev <address@hidden>.
***************
*** 56,61 ****
--- 78,99 ----
* progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
loops.
+
+ 2002-10-05 Stefan Monnier <address@hidden>
+
+ * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
+ (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
+ (vc-print-log): Don't check log-view-mode.
+ (vc-default-show-log-entry): Don't check log-view-goto-rev.
+ (vc-log-mode): Remove.
+ (vc-log-edit): Don't check log-edit.
+
+ 2002-10-04 Stefan Monnier <address@hidden>
+
+ * vc-cvs.el (vc-cvs-show-log-entry):
+ * vc-rcs.el (vc-rcs-show-log-entry): Delete.
+
+ * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
2002-10-04 Markus Rost <address@hidden>
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/10/01
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/10/01
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/10/01
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2002/10/01
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/10/04
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Dave Love, 2002/10/05
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Dave Love, 2002/10/06
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F. Storm, 2002/10/06
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F. Storm, 2002/10/06
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/10/07
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,
Kenichi Handa <=
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Dave Love, 2002/10/10
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2002/10/14
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2002/10/14
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/10/14
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/10/14
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M. Stallman, 2002/10/15
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/10/15
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2002/10/16
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/10/18
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2002/10/18