index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
vc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use run-mode-hooks for major mode hooks.
Stefan Monnier
2011-01-13
2
-2
/
+4
*
Tweaks to tool-bar for default, VC-dir, Compile, and Info.
Chong Yidong
2011-01-08
1
-25
/
+28
*
vc-bzr fix for bug #7792.
Glenn Morris
2011-01-05
1
-5
/
+8
*
Fix 2010-11-22 change to diff.el.
Chong Yidong
2010-12-20
1
-10
/
+2
*
Delete long unused functions and variables in rect.el.
Chong Yidong
2010-12-15
1
-1
/
+0
*
Merge from emacs-23
Stefan Monnier
2010-12-13
2
-3
/
+6
*
Misc vc-bzr.el.
Glenn Morris
2010-12-10
1
-23
/
+34
*
* lisp/vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
Bob Rogers
2010-12-04
1
-2
/
+1
*
diff-sentinel trivia.
Glenn Morris
2010-12-02
1
-2
/
+1
*
Merge changes from emacs-23 branch
Chong Yidong
2010-11-27
1
-4
/
+3
*
* diff.el (diff): Fix it for good, hopefully, this time.
Stefan Monnier
2010-11-25
1
-5
/
+4
*
* lisp/vc/diff.el (diff): Fix last change.
Stefan Monnier
2010-11-24
1
-2
/
+2
*
Always issue a full prompt in vc-merge-branch operation.
Chong Yidong
2010-11-23
2
-34
/
+40
*
Initial support for unified DVCS pull and merge.
Chong Yidong
2010-11-22
2
-80
/
+211
*
Cleanup diff-buffer-with-file.
Stefan Monnier
2010-11-22
1
-52
/
+71
*
* lisp/files.el: Make revert work with diff-buffer-with-file.
Bob Rogers
2010-11-22
1
-2
/
+6
*
Merge from emacs-23
Stefan Monnier
2010-11-17
1
-4
/
+8
*
* lisp/vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
Stefan Monnier
2010-11-12
1
-2
/
+3
*
* lisp/vc/smerge-mode.el (smerge-refine): Choose better default part to
Stefan Monnier
2010-11-12
1
-0
/
+4
*
Merge from emacs-23
Stefan Monnier
2010-11-09
1
-3
/
+3
*
Replace still more end-of-line etc with line-end-position, etc.
Glenn Morris
2010-11-08
1
-4
/
+2
*
Minor emerge changes.
Glenn Morris
2010-11-06
1
-123
/
+113
*
Don't be so lax with spelling.
Glenn Morris
2010-11-02
1
-2
/
+1
*
Remove extra leftover args to vc-*-checkin.
Chong Yidong
2010-10-31
5
-5
/
+5
*
Merge changes from emacs-23 branch
Chong Yidong
2010-10-31
1
-2
/
+2
*
* lisp/vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
Stefan Monnier
2010-10-28
1
-0
/
+2
*
* lisp/vc/log-edit.el (log-edit-rewrite-fixes): New var.
Stefan Monnier
2010-10-27
1
-17
/
+60
*
* lisp/vc/log-view.el (log-view-mode-map): Bind revert-buffer.
Dan Nicolaescu
2010-10-09
1
-0
/
+1
*
Merge changes from emacs-23 branch.
Juanma Barranquero
2010-10-08
1
-1
/
+1
*
Remove some tests for defunct system-types.
Glenn Morris
2010-10-08
3
-22
/
+19
*
Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
Dan Nicolaescu
2010-10-03
1
-8
/
+28
*
Remove vc-header-alist, obsolete since 21.1.
Glenn Morris
2010-10-03
6
-11
/
+9
*
Remove some functions, variables and aliases obsolete since at least 21.1.
Glenn Morris
2010-10-01
2
-12
/
+3
*
Fix documentation of VC status indicator in mode line.
Eli Zaretskii
2010-09-30
1
-0
/
+3
*
Cosmetic changes for add-log.el.
Glenn Morris
2010-09-23
1
-7
/
+3
*
Merge changes from emacs-23 branch.
Juanma Barranquero
2010-09-14
1
-2
/
+6
*
Add "Version:" and "Package:" Lisp file headers.
Chong Yidong
2010-08-29
1
-0
/
+1
*
Add "Package:" file headers to denote built-in packages.
Chong Yidong
2010-08-29
28
-1
/
+29
*
* lisp/vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
Stefan Monnier
2010-08-21
1
-1
/
+11
*
* lisp/vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
Dan Nicolaescu
2010-08-05
1
-0
/
+1
*
Merge changes from emacs-23 branch.
Chong Yidong
2010-07-16
1
-1
/
+16
*
Merge changes from emacs-23 branch.
Chong Yidong
2010-07-10
4
-35
/
+53
*
Allow global VC ops like `C-x v D' in Diff and Log-View buffers.
Chong Yidong
2010-06-29
2
-17
/
+18
*
* lisp/vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
Juri Linkov
2010-06-25
1
-0
/
+3
*
Merge from emacs-23
Stefan Monnier
2010-06-16
2
-5
/
+5
*
* compare-w.el: Move to the "vc" subdirectory.
Juri Linkov
2010-06-14
1
-0
/
+393
*
Revert 2010-06-02 change to log-edit-font-lock-keywords (Bug#6343).
Chong Yidong
2010-06-12
1
-1
/
+1
*
* lisp/finder.el (finder-known-keywords): Add keyword "vc"
Juri Linkov
2010-06-11
18
-18
/
+18
*
Move version control related files to the "vc" subdirectory.
Juri Linkov
2010-06-11
39
-0
/
+43491