log lisp/vc-hooks.el @ 83392:2fdf37d06e0c

age author description
2005-09-04 Karoly Lorentey Merged in changes from CVS trunk. Plus added lisp/term tweaks.
2005-07-05 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 469)
2005-04-04 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 45-55, 214-231)
2005-02-10 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 12-13, 79-90)
2004-12-08 Karoly Lorentey Merged in changes from CVS trunk.
2004-10-19 Karoly Lorentey Merged in changes from CVS trunk.
2004-09-13 Karoly Lorentey Merged in changes from CVS trunk.
2004-04-27 Karoly Lorentey Merged in changes from CVS trunk.
2004-04-16 Karoly Lorentey Merged in changes from CVS trunk.
2004-04-13 Karoly Lorentey Merged in changes from CVS trunk
2004-03-30 Karoly Lorentey Merged in changes from CVS HEAD
2004-03-28 Karoly Lorentey Fix bootstrap problems in CVS.
2004-03-28 Karoly Lorentey Merged in changes from CVS HEAD
2004-03-25 Karoly Lorentey Merged in changes from CVS HEAD
2004-03-16 Karoly Lorentey Merged in changes from CVS HEAD
2007-08-26 Dan Nicolaescu * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
2007-08-22 Jason Rumney (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
2007-08-21 Stefan Monnier (vc-menu-map-filter): Use vc-call and reindent.
2007-08-21 Stefan Monnier (vc-menu-entry): New var.
2007-08-13 Miles Bader Merge from emacs--rel--22
2007-08-06 Jason Rumney (vc-call): Add doc string.
2007-08-03 Miles Bader Change capitalization of VC backend names for new backends
2007-08-01 Dan Nicolaescu * vc.el: Document new VC operation `extra-menu'.
2007-07-26 Dan Nicolaescu * vc-git.el: Relicense to GPLv3 or later.
2007-07-26 Miles Bader Merge from emacs--rel--22
2007-07-23 Stefan Monnier (vc-mode-line-map): New const.
2007-07-23 Thien-Thi Nguyen (vc-stay-local-p): Fix bug: Avoid remove-if-not.
2007-07-22 Dan Nicolaescu * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
2007-07-20 Stefan Monnier (vc-find-root): Fix case where `file' is the current
2007-07-20 Dan Nicolaescu * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
2007-07-19 Stefan Monnier (vc-find-root): Walk up the tree to find an existing
2007-07-18 Eric S. Raymond Generalize stay-local-p to operatre on lists of files.
2007-07-16 Dan Nicolaescu (vc-handled-backends): Move BZR later in the list.
2007-07-13 Stefan Monnier Remove spurious * in docstrings.
2007-07-13 Stefan Monnier (vc-find-file-hook): Use with-demoted-errors.
2007-07-11 Dan Nicolaescu * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
2007-07-05 Dan Nicolaescu * vc-hooks.el (vc-handled-backends): Add HG.
2008-02-16 Stefan Monnier (vc-find-root): Remove initial loop because it's not
2008-02-16 Juanma Barranquero Revert previous change.
2008-02-16 Juanma Barranquero (vc-find-root): Don't loop forever on non-existent root.
2008-01-07 Glenn Morris Add 2008 to copyright years.
2007-09-18 Dan Nicolaescu * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
2007-09-14 Stefan Monnier (vc-handled-backends): Add Mtn.
2007-09-14 Stefan Monnier Add vc-mtn.el.
2007-08-09 Stefan Monnier (vc-default-find-file-not-found-hook): Do nothing.
2007-08-03 Miles Bader Change capitalization of VC backend names for new backends
2007-07-31 Stefan Monnier (vc-find-file-hook): Failsafe if the backend's `registered' function burps.
2007-07-31 Stefan Monnier * vc-bzr.el: New file (copied from the trunk).
2007-07-30 Dan Nicolaescu * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends):
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-07-23 Stefan Monnier (vc-find-root): Walk up the tree to find an existing
2007-05-25 Miles Bader lisp/vc-hooks.el (vc-find-root): Fix file attribute test
2007-05-17 Glenn Morris Sync change from trunk at request of rms in FOR-RELEASE:
2007-04-28 Stefan Monnier (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2007-01-21 Glenn Morris Add 2007 to copyright years.
2006-12-27 Stefan Monnier (vc-version-backup-file-name): Revision names may be
2006-12-05 Glenn Morris Update copyright years.
2006-10-13 Stefan Monnier (vc-ignore-dir-regexp): Make it into a defcustom.
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2006-01-25 André Spiegel (vc-user-login-name): Rewritten to handle access via Tramp.