diff lisp/ChangeLog @ 67553:10707dfc70f3

(vc-svn-registered): Use it to avoid popping up a spurious frame in case of errors.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 13 Dec 2005 22:25:24 +0000
parents 7c0bd57ed595
children c3e344df91dd
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Dec 13 22:25:13 2005 +0000
+++ b/lisp/ChangeLog	Tue Dec 13 22:25:24 2005 +0000
@@ -1,6 +1,13 @@
+2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* vc.el (vc-do-command): Add a new value t for okstatus.
+
+	* vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
+	frame in case of errors.
+
 2005-12-13  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
 
-	* menu-bar.el (menu-bar-showhide-fringe-menu): Moved "On the Right"
+	* menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
 	so it comes after "On the Left" in the menu.
 
 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
@@ -12,7 +19,7 @@
 
 	* vc-svn.el (vc-svn-registered): Fix problem of visiting
 	non-writable Subversion-controlled files by saving window
-	configuration before calling vc-do-command. vc-do-command calls
+	configuration before calling vc-do-command.  vc-do-command calls
 	pop-to-buffer on error which is unexpected during registration.
 
 2005-12-12  Jay Belanger  <belanger@truman.edu>
@@ -41,7 +48,7 @@
 
 2005-12-12  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
 
-	* tooltip.el (tooltip-y-offset): Changed default to 20.
+	* tooltip.el (tooltip-y-offset): Change default to 20.
 
 2005-12-12  Richard M. Stallman  <rms@gnu.org>