changeset 96004:376c1b70d15b

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 16 Jun 2008 08:55:56 +0000
parents 243cf028ce86
children 66f0213be62a
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Jun 16 08:54:29 2008 +0000
+++ b/lisp/ChangeLog	Mon Jun 16 08:55:56 2008 +0000
@@ -1,3 +1,8 @@
+2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
+
+	* vc-bzr.el (log-view-per-file-logs):
+	* vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
+
 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
 
 	* mouse.el (mouse-appearance-menu-map): New var.
@@ -44,17 +49,16 @@
 
 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
 
-	* net/tramp.el (tramp-handle-start-file-process): Clear
-	modification time of the connection buffer.
-	(tramp-sh-file-name-handler): Reset `tramp-locked' in case of
-	error.
+	* net/tramp.el (tramp-handle-start-file-process):
+	Clear modification time of the connection buffer.
+	(tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
 	(tramp-open-connection-setup-interactive-shell): Flush cache, and
 	restart `tramp-maybe-open-connection' when the remote system has
 	been changed. Throw 'uname-changed event.
 	(tramp-maybe-open-connection): Catch it.
 
-	* net/tramp-cmds.el (tramp-cleanup-all-connections): Reset
-	`tramp-locked'.
+	* net/tramp-cmds.el (tramp-cleanup-all-connections):
+	Reset `tramp-locked'.
 
 2008-06-15  Ulf Jasper  <ulf@web.de>
 
@@ -66,8 +70,7 @@
 	Remove window dedication.
 	(newsticker--group-manage-orphan-feeds): Handle ill-valued
 	newsticker-groups.
-	(newsticker--treeview-tree-expand): Don't manage orphan feeds
-	here.
+	(newsticker--treeview-tree-expand): Don't manage orphan feeds here.
 
 2008-06-15  Andreas Schwab  <schwab@suse.de>