Mercurial > emacs
view nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist @ 106472:6e0f1038bc44
Support showing a single log entry from vc-annotate.
* vc.el (print-log): Add a new argument: START-REVISION.
(vc-print-log-internal): Add a new optional argument and
pass it to the backend.
(vc-print-log, vc-print-root-log): Adjust callers.
* vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
buffer already displays the requested log entry, use it.
Otherwise display only the log entry in question.
* vc-svn.el (vc-svn-print-log):
* vc-mtn.el (log-view-file-re):
* vc-hg.el (vc-hg-state):
* vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
(vc-git-show-log-entry): Return t on success.
* vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
(vc-bzr-show-log-entry): Return t on success.
* vc-rcs.el (vc-rcs-print-log):
* vc-sccs.el (vc-sccs-print-log):
* vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 07 Dec 2009 09:02:11 +0000 |
parents | ed6152fc596c |
children | 2400073344ef |
line wrap: on
line source
{ ApplicationDescription = "GNU Emacs for GNUstep / OS X"; ApplicationIcon = emacs.tiff; ApplicationName = Emacs; ApplicationRelease = "23.1.50"; Authors = ( "Adrian Robert (GNUstep)", "Christophe de Dinechin (MacOS X)", "Scott Bender (OpenStep)", "Christian Limpach (NeXTStep)", "Carl Edman (NeXTStep)", "..see http://emacs-app.sf.net/authorship.html" ); Copyright = "Copyright (C) 2009 Free Software Foundation, Inc."; CopyrightDescription = "Released under the GNU General Public License Version 3 or later"; FullVersionID = "Emacs 23.1.50, NS Windowing"; NSExecutable = Emacs; NSIcon = emacs.tiff; NSPrincipalClass = NSApplication; NSRole = Application; NSTypes = ( { NSDocumentClass = ""; NSHumanReadableName = ""; NSIcon = ""; NSName = ""; NSRole = ""; NSUnixExtensions = ( txt ); }, { NSDocumentClass = ""; NSHumanReadableName = ""; NSIcon = ""; NSName = ""; NSRole = ""; NSUnixExtensions = ( c, h ); }, { NSDocumentClass = ""; NSHumanReadableName = ""; NSIcon = ""; NSName = ""; NSRole = ""; NSUnixExtensions = ( m ); }, { NSDocumentClass = ""; NSHumanReadableName = ""; NSIcon = ""; NSName = ""; NSRole = ""; NSUnixExtensions = ( C, cpp, H, cc ); }, { NSDocumentClass = ""; NSHumanReadableName = ""; NSIcon = ""; NSName = ""; NSRole = ""; NSUnixExtensions = ( java ); }, { NSDocumentClass = ""; NSHumanReadableName = ""; NSIcon = ""; NSName = ""; NSRole = ""; NSUnixExtensions = ( el ); }, { NSDocumentClass = ""; NSHumanReadableName = ""; NSIcon = ""; NSName = ""; NSRole = ""; NSUnixExtensions = ( * ); } ); NSServices = ( { NSPortName = Emacs; NSMessage = requestService; NSUserData = open-selection; NSSendTypes = (NSStringPboardType); NSMenuItem = { default = "Emacs.app/New Buffer Containing Selection"; }; }, { NSPortName = Emacs; NSMessage = requestService; NSUserData = open-file; NSSendTypes = (NSStringPboardType); NSMenuItem = { default = "Emacs.app/Open Selected File"; }; }, { NSPortName = Emacs; NSMessage = requestService; NSUserData = mail-selection; NSSendTypes = (NSStringPboardType); NSMenuItem = { default = "Emacs.app/Email Selection"; }; }, { NSPortName = Emacs; NSMessage = requestService; NSUserData = mail-to; NSSendTypes = (NSStringPboardType); NSMenuItem = { default = "Emacs.app/Send Email to Selected Address"; }; }, ); URL = "http://www.gnu.org/software/emacs"; }