Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | updated (C) | Sam Steingold | 2001-11-12 | 1 | -4/+8 |
| | |||||
* | (log-view-mode-map): Bind `M-n' and `M-p', not `M n' | Kai Großjohann | 2001-10-29 | 1 | -3/+6 |
| | | | | and `M p'. | ||||
* | Remove useless Version. | Stefan Monnier | 2000-12-18 | 1 | -2/+4 |
| | |||||
* | Fix copyright years. | Dave Love | 2000-12-06 | 1 | -2/+9 |
| | |||||
* | Fix file description. | Stefan Monnier | 2000-05-21 | 1 | -10/+17 |
| | | | | | | | (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not available. (log-view-font-lock-keywords): Only use cvs-filename-face if present. (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present. | ||||
* | (log-view-goto-rev): New function for the new VC. | Stefan Monnier | 2000-05-10 | 1 | -4/+18 |
| | | | | (log-view-minor-wrap): Use mark-active. | ||||
* | (log-view-(msg|file)-(prev|next)): Rename from | Stefan Monnier | 2000-03-22 | 1 | -45/+23 |
| | | | | | | | | log-view-*-(message|file) and use easy-mmode-define-navigation. (log-view-message-re): Match SCCS format as well. And match the revision line rather than the dashed separator line. (log-view-mode): Use the new define-derived-mode. (log-view-current-tag): Fill in with an actual implementation. | ||||
* | *** empty log message *** | Stefan Monnier | 2000-03-11 | 1 | -0/+189 |