Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
| | |||||
* | * outline.el (outline-mode-menu-bar-map): | Dan Nicolaescu | 2008-04-09 | 1 | -8/+16 |
| | | | | | * log-view.el (log-view-mode-menu): * log-edit.el (log-edit-menu): Add :help. | ||||
* | * vc-rcs.el (vc-rcs-modify-change-comment): | Dan Nicolaescu | 2008-04-08 | 1 | -0/+3 |
| | | | | | | * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order. * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment. | ||||
* | (vc-modify-change-comment): Declare for compiler. | Glenn Morris | 2008-01-04 | 1 | -1/+3 |
| | |||||
* | * (vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el): Put | Eric S. Raymond | 2007-12-27 | 1 | -1/+26 |
| | | | | | | | | machinery in place to support editing of change comments with 'e' in a log-view buffer. Not documented yet as this only works for SCCS, RCS, and maybe CVS if you have admin privileges. When we have backend support for Subversion and more modern systems it will ve time to write this up. | ||||
* | Add log format samples for Subversion and Mercurial. | Eric S. Raymond | 2007-12-26 | 1 | -1/+39 |
| | |||||
* | Adapt log-view-diff for new VC API. | Eric S. Raymond | 2007-10-20 | 1 | -1/+1 |
| | |||||
* | Terminology cleanup. | Eric S. Raymond | 2007-10-10 | 1 | -5/+5 |
| | |||||
* | Merge from emacs--rel--22 | Miles Bader | 2007-10-09 | 1 | -0/+61 |
|\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875 | ||||
| * | * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab. | Dan Nicolaescu | 2007-09-22 | 1 | -0/+2 |
| | | | | | | | | | | | | * log-view.el (log-view-mode-map): Likewise. * diff-mode.el (diff-mode-shared-map): Likewise. | ||||
| * | * files.el (file-name-sans-versions): Allow - and a-z in version | Dan Nicolaescu | 2007-09-22 | 1 | -0/+59 |
| | | | | | | | | | | | | | | | | | | | | | | names. * log-view.el (log-view-mode-map, log-view-mode-menu): Bind log-view-annotate-version. (log-view-beginning-of-defun, log-view-end-of-defun) (log-view-annotate-version): New functions. (log-view-mode): Use log-view-beginning-of-defun and log-view-end-of-defun. | ||||
* | | (log-view-current-file): Balance parens. | Romain Francoise | 2007-09-02 | 1 | -1/+1 |
| | | |||||
* | | (log-view-current-file): Give a more explicit error if | Glenn Morris | 2007-09-02 | 1 | -1/+2 |
| | | | | | | | | log-view-file-re fails to find a match. | ||||
* | | (log-view-toggle-mark-entry): Add docstring. | Dan Nicolaescu | 2007-08-26 | 1 | -0/+6 |
| | | | | | | | | (log-view-get-marked): Likewise. | ||||
* | | (log-view-marked-list): Delete variable. | Dan Nicolaescu | 2007-08-25 | 1 | -22/+19 |
| | | | | | | | | | | | | | | (log-view-mode): Don't use it. (log-view-toggle-mark-entry): Likewise, simplify. (log-view-current-tag): Don't return properties. (log-view-get-marked): New function. | ||||
* | | (log-view-toggle-mark-entry): New function. | Dan Nicolaescu | 2007-08-24 | 1 | -1/+41 |
| | | | | | | | | | | | | (log-view-mode-map): Bind it. (log-view-marked-list): New variable. (log-view-mode): Make it local. | ||||
* | | Merge from emacs--rel--22 | Miles Bader | 2007-08-13 | 1 | -0/+1 |
|\| | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851 | ||||
| * | (log-view-font-lock-keywords): Use `eval' so as to adapt to buffer settings. | Stefan Monnier | 2007-08-10 | 1 | -8/+12 |
| | | |||||
* | | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828 | ||||
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | | |||||
| * | (log-view-mode-menu): New menu. | Dan Nicolaescu | 2007-07-07 | 1 | -0/+14 |
| | | |||||
* | | * vc-hg.el (vc-hg-log-view-mode): Fix last change. | Dan Nicolaescu | 2007-06-23 | 1 | -0/+14 |
| | | | | | | | | * log-view.el (log-view-mode-menu): New menu. | ||||
* | | Add docstrings. | Stefan Monnier | 2007-06-22 | 1 | -2/+6 |
| | | |||||
* | | (log-view-font-lock-keywords): Use `eval' to consult the | Stefan Monnier | 2007-06-20 | 1 | -7/+9 |
| | | | | | | | | buffer-local value of log-view-*-re if applicable. | ||||
* | | (log-view-file-re, log-view-message-re): Use \(?1:...\). | Stefan Monnier | 2007-06-12 | 1 | -13/+10 |
|/ | | | | | (log-view-font-lock-keywords): Simplify. (log-view-current-file, log-view-current-tag): Simplify. | ||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | Update my email address. | Stefan Monnier | 2006-04-30 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -2/+2 |
| | |||||
* | (log-view-minor-wrap): First rev is the one at point. | Stefan Monnier | 2006-01-24 | 1 | -6/+9 |
| | |||||
* | (log-view-minor-wrap): Use the same logic to get revisions as `log-view-diff'. | Juri Linkov | 2006-01-17 | 1 | -8/+12 |
| | |||||
* | (log-view-file-re, log-view-message-re): Add support for DaRCS output. | Stefan Monnier | 2006-01-09 | 1 | -2/+27 |
| | |||||
* | Call autoload for vc-find-version. | Juri Linkov | 2005-12-23 | 1 | -2/+3 |
| | | | | | (log-view-current-file): Adjust subgroup numbers. (log-view-current-tag): Add `length'. | ||||
* | (log-view-file-re, log-view-message-re): Use shy groups. | Stefan Monnier | 2005-12-20 | 1 | -10/+45 |
| | | | | | (log-view-font-lock-keywords): Ajust subgroup numbers. (log-view-current-tag): Don't hard code the number of subgroups. | ||||
* | (log-view-diff): Doc fix. | Juri Linkov | 2005-12-14 | 1 | -4/+5 |
| | |||||
* | (log-view-diff): Clarify doc string. | Nick Roberts | 2005-12-02 | 1 | -3/+3 |
| | |||||
* | (cvs-minor-wrap-function): Add defvar. | Juanma Barranquero | 2005-08-31 | 1 | -0/+2 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-374 | Miles Bader | 2005-06-10 | 1 | -4/+8 |
| | | | | | | | | | | | | Remove "-face" suffix from log-view faces 2005-06-10 Miles Bader <miles@gnu.org> * lisp/log-view.el (log-view-file, log-view-message): Remove "-face" suffix from face names. (log-view-file-face, log-view-message-face): New backward-compatibility aliases for renamed faces. (log-view-file-face, log-view-message-face): Use renamed log-view faces. | ||||
* | (log-view-message-re): Fix up Subversion regexp. | Stefan Monnier | 2005-02-18 | 1 | -3/+3 |
| | |||||
* | (log-view-diff): Replace interactive code "r" | Juri Linkov | 2004-04-27 | 1 | -2/+4 |
| | | | | by a list to allow to call it even if region is not active. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | Remove annoying $Id$ tag. | Stefan Monnier | 2003-05-09 | 1 | -1/+0 |
| | |||||
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -2/+2 |
| | |||||
* | (log-view-message-re): The rev might be locked. | Stefan Monnier | 2003-01-14 | 1 | -2/+4 |
| | |||||
* | (various face definitions): Use :weight, not :bold. | Richard M. Stallman | 2001-12-31 | 1 | -4/+4 |
| | |||||
* | (log-view-message-re, log-view-current-tag): | Stefan Monnier | 2001-12-16 | 1 | -6/+6 |
| | | | | Recognize Subversion's log output format. | ||||
* | (log-view-find-version): New function. | André Spiegel | 2001-11-26 | 1 | -1/+10 |
| | | | | (log-view-mode-map): Bind it to `f'. | ||||
* | (log-view-mode): Don't mark the buffer unmodified. | Stefan Monnier | 2001-11-16 | 1 | -37/+1 |
| | |||||
* | * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and | Sam Steingold | 2001-11-12 | 1 | -6/+35 |
| | | | | | | | | | | set-buffer-modified-p to nil after `vc-exec-after'. * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d". (log-view-mode): Make read-only. (log-view-current-file): Do final `expand-file-name' in the current `default-directory'. (log-view-current-tag): Take an optional `where' arg. (log-view-diff): New user command. |