aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/log-view.el
Commit message (Collapse)AuthorAgeFilesLines
* Revision: [email protected]/emacs--cvs-trunk--0--patch-374Miles Bader2005-06-101-4/+8
| | | | | | | | | | | | Remove "-face" suffix from log-view faces 2005-06-10 Miles Bader <[email protected]> * 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 Monnier2005-02-181-3/+3
|
* (log-view-diff): Replace interactive code "r"Juri Linkov2004-04-271-2/+4
| | | | by a list to allow to call it even if region is not active.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Remove annoying $Id$ tag.Stefan Monnier2003-05-091-1/+0
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-2/+2
|
* (log-view-message-re): The rev might be locked.Stefan Monnier2003-01-141-2/+4
|
* (various face definitions): Use :weight, not :bold.Richard M. Stallman2001-12-311-4/+4
|
* (log-view-message-re, log-view-current-tag):Stefan Monnier2001-12-161-6/+6
| | | | Recognize Subversion's log output format.
* (log-view-find-version): New function.André Spiegel2001-11-261-1/+10
| | | | (log-view-mode-map): Bind it to `f'.
* (log-view-mode): Don't mark the buffer unmodified.Stefan Monnier2001-11-161-37/+1
|
* * vc.el (vc-print-log): Bind `inhibit-read-only' to t before andSam Steingold2001-11-121-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 Steingold2001-11-121-4/+8
|
* (log-view-mode-map): Bind `M-n' and `M-p', not `M n'Kai Großjohann2001-10-291-3/+6
| | | | and `M p'.
* Remove useless Version.Stefan Monnier2000-12-181-2/+4
|
* Fix copyright years.Dave Love2000-12-061-2/+9
|
* Fix file description.Stefan Monnier2000-05-211-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 Monnier2000-05-101-4/+18
| | | | (log-view-minor-wrap): Use mark-active.
* (log-view-(msg|file)-(prev|next)): Rename fromStefan Monnier2000-03-221-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 Monnier2000-03-111-0/+189