Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (cvs-temp-buffer): Undo last ill-conceived change. | Stefan Monnier | 2007-07-25 | 1 | -5/+8 |
| | | | | | Replace it with another one which disables undo before calling erase-buffer and then turns it back on if needed. | ||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | (cvs-temp-buffer): Disable undo in temp buffers. | Stefan Monnier | 2007-07-24 | 1 | -1/+3 |
| | |||||
* | (cvs-mode-add-change-log-entry-other-window): Use a directory | Stefan Monnier | 2007-07-23 | 1 | -0/+4 |
| | | | | name for buffer-file-name if it refers to a directory. | ||||
* | (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout) | Nick Roberts | 2007-07-08 | 1 | -5/+5 |
| | | | | | (cvs-mode-checkout, cvs-execute-single-file): Use new function names strings->string and string->strings. | ||||
* | (cvs-dired-use-hook): Doc fix. | Juanma Barranquero | 2007-05-16 | 1 | -1/+1 |
| | |||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | Update copyright years. | Glenn Morris | 2006-12-05 | 1 | -1/+1 |
| | |||||
* | (cvs-retrieve-revision): Set buffer-file-coding-system. | Stefan Monnier | 2006-11-17 | 1 | -0/+2 |
| | |||||
* | (cvs-update-header): Fix handling of extra newlines so that | Stefan Monnier | 2006-10-02 | 1 | -5/+7 |
| | | | | they don't keep accumulating. | ||||
* | * cus-theme.el (customize-create-theme) | Romain Francoise | 2006-08-13 | 1 | -1/+1 |
| | | | | | | | | (custom-theme-visit-theme): End `y-or-n-p' prompt with a space. * filesets.el (filesets-add-buffer): Ditto. * pcvs.el (cvs-change-cvsroot): Ditto. | ||||
* | (cvs-retrieve-revision): Use decode-coding-inserted-region. | Stefan Monnier | 2006-06-14 | 1 | -8/+14 |
| | |||||
* | (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'. | Thien-Thi Nguyen | 2006-05-27 | 1 | -1/+1 |
| | |||||
* | (cvs-make-cvs-buffer): Specify | Thien-Thi Nguyen | 2006-05-18 | 1 | -2/+3 |
| | | | | | | extra newline for ewoc's header and footer. (cvs-update-header): Update initial header recognition. Append newline to final header and footer values. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | (defun-cvs-mode): Put `definition-name' property on | Juri Linkov | 2005-12-08 | 1 | -0/+1 |
| | | | | the constructed function name fun-1. | ||||
* | (cvs-edit-log-files): New var. | Stefan Monnier | 2005-10-15 | 1 | -6/+23 |
| | | | | | | | | | (cvs-mode-edit-log): New arg `file'. (cvs-edit-log-minor-wrap): Don't set the ignore-marks property. Instead force the use of the original file and nothing else. (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless the cvs-minor-wrap-function is set. (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap. | ||||
* | (cvs-sentinel): Make sure we do re-enable undo. | Stefan Monnier | 2005-10-06 | 1 | -15/+19 |
| | |||||
* | Message format spec fixes (1) | Deepak Goel | 2005-09-18 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+1 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (cvs-mode): Follow error conventions. | Juanma Barranquero | 2005-06-14 | 1 | -3/+3 |
| | |||||
* | Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-380 | Miles Bader | 2005-06-10 | 1 | -1/+1 |
| | | | | | | | | | | Update uses of renamed pcvs faces 2005-06-10 Miles Bader <miles@gnu.org> * lisp/pcvs.el (cvs-mode-find-file): Use renamed pcvs faces. * lisp/pcvs-defs.el (cvs-mode-map): Likewise. * lisp/cvs-status.el (cvs-status-font-lock-keywords): Likewise. | ||||
* | (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with | Stefan Monnier | 2005-05-06 | 1 | -4/+0 |
| | | | | | list-buffers-directory. This caused the *cvs-commit* buffer to be sometimes mistakenly reused as a *cvs* buffer. | ||||
* | Rename "full-path" -> "full-name". | Stefan Monnier | 2005-04-26 | 1 | -20/+20 |
| | |||||
* | (cvs-checkout): Prompt for cvsroot as well. | Stefan Monnier | 2005-04-03 | 1 | -9/+14 |
| | |||||
* | (cvs-sentinel): Fix last change. | Stefan Monnier | 2005-04-01 | 1 | -1/+1 |
| | |||||
* | (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check): | Stefan Monnier | 2005-04-01 | 1 | -49/+56 |
| | | | | | | | | | | Use buffer-live-p. (cvs-mode-run): Don't call cvs-update-header here. (cvs-run-process): Call cvs-update-header. Use process properties for cvs-postprocess and cvs-buffer so that the sentinel can behave better if the temp buffer is killed. Use a pipe rather than a tty, to better handle unexpected prompts. (cvs-sentinel): Rewrite. Call cvs-update-header. | ||||
* | (smerge-ediff): Remove bogus autoload. | Stefan Monnier | 2005-03-14 | 1 | -2/+0 |
| | |||||
* | (cvs-retrieve-revision): Fix thinko. | Stefan Monnier | 2005-02-21 | 1 | -3/+2 |
| | |||||
* | (cvs-header-msg): New function. | Stefan Monnier | 2004-12-01 | 1 | -35/+40 |
| | | | | | | | (cvs-update-header): Use it. Change calling convention. Correctly handle the case of having simultaneous active processes. (cvs-sentinel): Don't call cvs-update-header any more. (cvs-mode-run): Update call and add cvs-update-header to postproc. | ||||
* | (cvs-mode-checkout): New command. | Stefan Monnier | 2004-11-11 | 1 | -3/+18 |
| | |||||
* | (cvs-mode-view-file, cvs-mode-view-file-other-window): Add. | Kim F. Storm | 2004-10-15 | 1 | -3/+17 |
| | | | | (cvs-mode-find-file): Add optional `view' arg to enter view mode. | ||||
* | (cvs-mode-diff-repository): New command. | Juri Linkov | 2004-07-02 | 1 | -0/+6 |
| | |||||
* | (cvs-mode-diff-yesterday): New command. | Kim F. Storm | 2004-06-10 | 1 | -0/+6 |
| | |||||
* | (defun-cvs-mode): Fix capitalization of error message. | Stefan Monnier | 2004-05-19 | 1 | -1/+1 |
| | |||||
* | (cvs-mode-run, cvs-is-within-p): Fix typo in docstring. | Juanma Barranquero | 2004-05-09 | 1 | -6/+3 |
| | | | | (cvs-get-marked): Remove redundant arglist info. | ||||
* | (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark. | Stefan Monnier | 2004-04-14 | 1 | -5/+6 |
| | | | | Make it work for non-mouse events. | ||||
* | (cvs-parse-process): Workaround for Darwin. | Stefan Monnier | 2004-03-28 | 1 | -2/+10 |
| | |||||
* | (cvs-mode-add-change-log-entry-other-window): Fix minor bug. | Richard M. Stallman | 2004-03-12 | 1 | -2/+2 |
| | |||||
* | (cvs-mode-unmark-up): Move to goal column when done. | Thien-Thi Nguyen | 2003-09-29 | 1 | -4/+5 |
| | |||||
* | Change the prompt depending on `filter' value. | Masatake YAMATO | 2003-09-19 | 1 | -3/+7 |
| | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | * pcvs.el (cvs-do-removal): Use = instead of eq to check | Masatake YAMATO | 2003-08-31 | 1 | -4/+6 |
| | | | | | the numbre of files. Bind the numbre of files to a a local variable. Suggestd by Kevin Rodgers <ihs_4664@yahoo.com>. | ||||
* | (cvs-do-removal): Show the deleted file name on the prompt. | Masatake YAMATO | 2003-08-23 | 1 | -1/+4 |
| | |||||
* | (cvs-temp-buffer): Kill running process in displayed buffers. | Stefan Monnier | 2003-05-23 | 1 | -2/+10 |
| | | | | (cvs-make-cvs-buffer): Fix up format of the header. | ||||
* | (cvs-append-to-ignore): New arg `old-dir'. | Stefan Monnier | 2003-05-14 | 1 | -8/+11 |
| | | | | (cvs-mode-ignore): Use it. | ||||
* | (cvs-make-cvs-buffer): Add the tag info. | Stefan Monnier | 2003-05-13 | 1 | -7/+14 |
| | | | | (cvs-mode): Prevent pilot-error. | ||||
* | (cvs-minor-current-files): Move before first use. | Stefan Monnier | 2003-05-12 | 1 | -9/+7 |
| | | | | | | | | (defun-cvs-mode): Remove unused var `restdoc'. (cvs-edit-log-revision, ediff-after-quit-hook-internal): Declare. (cvs-mode-diff-backup): Remove unused var `filter'. (cvs-mode-run): Remove unused var `cvs-buf'. (cvs-mode-do): Remove unused arg `parse'. | ||||
* | (cvs-retrieve-revision): Make sure HEAD gets you the head of the branch. | Stefan Monnier | 2003-05-12 | 1 | -3/+9 |
| |