(unknown)

Michael Kifer <[email protected]> Mon, 07 Dec 2009 07:02:24 +0000
Newsgroups gmane.emacs.xemacs.cvs,gmane.spam.detected
Message-ID <[email protected]>
From: CVS Monitor <[email protected]>
To: [email protected]
Subject: Notice of package-commit by kifer-guest in XEmacs/packages/xemacs-packages/ediff

Commit done by kifer-guest
Mon Dec  7 07:02:24 UTC 2009
Update of /cvsroot/xemacs/XEmacs/packages/xemacs-packages/ediff
In directory alioth:/tmp/cvs-serv21158

Modified Files:
	ChangeLog ediff-init.el ediff-util.el ediff.el 
Log Message:
2009-12-07  Michael Kifer <[email protected]>
	
	* ediff-init.el (ediff-event-key): use event-to-character instead of
	event-key.
	
	* ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer): add
	menus to the meta mode. (Dan Nicolaescu's <[email protected]> patch.)
	
	* ediff.el (ediff-buffers-internal): add unwind-protect.
	
	* ediff-util.el (ediff-minibuffer-with-setup-hook): new macro from
	Emacs tree.
	(ediff-read-file-name): use that macro.