summaryrefslogtreecommitdiff
path: root/lisp/vc
AgeCommit message (Expand)Author
2011-07-14`diff' doc clarificationLars Magne Ingebrigtsen
2011-07-13* lisp/vc/vc.el (vc-revert-file): Don't set file time-stamp in the past.Sergei Organov
2011-07-11(ediff-patch-file): Clarify doc stringLars Magne Ingebrigtsen
2011-07-09* vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).Bob Rogers
2011-07-08* lisp/vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's onlyStefan Monnier
2011-07-03* vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*Lars Magne Ingebrigtsen
2011-07-01* lisp/vc/vc-bzr.el (vc-bzr-revision-keywords): Update.Stefan Monnier
2011-06-30* vc/ediff-util.el (ediff-calc-command-time): Use time-sincePaul Eggert
2011-06-26* lisp/vc/vc.el (vc-revert-show-diff): Default to t.Chong Yidong
2011-06-26New option for showing a diff in vc-revert (Bug#8927).Chong Yidong
2011-06-02Silence warning for unused `dotimes' counter variables.Juanma Barranquero
2011-05-24Implement primitive `sha1' and remove sha1.elLeo Liu
2011-05-23Don't quote lambda expressions with `quote'.Stefan Monnier
2011-05-23* lisp/vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark.Stefan Monnier
2011-05-22Maked "edited" tag stand out in vc-dir (Bug#8178).Jari Aalto
2011-05-22Fix diff-changed face definition.Chong Yidong
2011-05-16Merge from emacs-23; up to 2010-06-11T14:39:54Z!cyd@stupidchicken.com.Glenn Morris
2011-05-15* lisp/vc/diff-mode.el: Fix paren typo.Glenn Morris
2011-05-15Fix minor bug of diff-fixup-modifs on small diffs (Bug#8672).Chong Yidong
2011-05-15Bind = to diff command in vc-annotate mode (Bug#8671)Chong Yidong
2011-05-14add-log font-lock fix for mutilple authors (bug#8644)Glenn Morris
2011-05-14add-log.el fix for multiple author entries (bug#8645)Glenn Morris
2011-05-12Merge from emacs-23; up to 2010-06-10T12:56:11Z!michael.albinus@gmx.de.Glenn Morris
2011-05-05Silence diff-mode.el compilation.Glenn Morris
2011-05-02Fix description of diff.elLeo Liu
2011-04-24Add vc-annotate-goto-line.Chong Yidong
2011-04-21lisp/vc/vc.el (ediff-vc-internal): Declare function.Juanma Barranquero
2011-04-20* lisp/vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, sinceStefan Monnier
2011-04-20* lisp/vc/vc.el (vc-diff-build-argument-list-internal)Christoph Scholtes
2011-04-18* lisp/vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to" to ackn...Sam Steingold
2011-04-08Merge changes from emacs-23 branchChong Yidong
2011-04-07log-edit.el fix for bug#7598.Glenn Morris
2011-04-01Merge from lexical-binding branch.Stefan Monnier
2011-03-31Merge from trunkStefan Monnier
2011-03-30* lisp/vc/add-log.el (add-change-log-entry): Don't use whitespaceJason Merrill
2011-03-21Merge from trunkStefan Monnier
2011-03-21Remove leftover (require 'wid-edit)Leo Liu
2011-03-19Merge changes from emacs-23 branchChong Yidong
2011-03-18* vc/diff-mode.el (diff-mode-map): Shadow problematic bindings fromStefan Monnier
2011-03-15Fix misuse of quote in `case'.Stefan Monnier
2011-03-12lisp/vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).Juanma Barranquero
2011-03-11Misc fixes, and use lexical-binding in more files.Stefan Monnier
2011-03-10* lisp/vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.Glenn Morris
2011-03-10Add `vc-git-program' option; suggested on emacs-devel.Glenn Morris
2011-03-07vc.el fix for bug#6146.Glenn Morris
2011-03-07* lisp/vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.Glenn Morris
2011-03-06Merge from trunkStefan Monnier
2011-03-05Replace many instances of read-file-name with read-directory-name.Antoine Levitt
2011-03-04* lisp/vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)Glenn Morris
2011-03-04* lisp/vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)Leo Liu