summaryrefslogtreecommitdiff
path: root/lisp/diff.el
Commit message (Collapse)AuthorAgeFilesLines
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (diff-switches): Fix typo in docstring.Juanma Barranquero2004-04-301-1/+1
|
* (diff): Set default-directory in diff buffer.Andreas Schwab2004-04-241-0/+2
|
* Don't use compile any more, use diff-mode instead.Stefan Monnier2004-02-111-170/+49
| | | | | | | | (diff-regexp-alist, diff-old-file, diff-new-file) (diff-parse-differences, diff-process-setup): Remove. (diff-sentinel): New fun. (diff): Use it. Run the process ourselves. Use diff-mode for the rest of the processing.
* (diff): Simplify code handling `switch'.Stefan Monnier2004-02-111-8/+3
|
* (diff): Add a revert-buffer function.Stefan Monnier2004-02-101-0/+3
|
* (diff-switches): New fun.Stefan Monnier2004-02-101-51/+44
| | | | | | (diff, diff-backup): Use it. (diff): Clean up the args construction. Use backquote. Use listp instead of consp to avoid putting a nil arg.
* (diff-parse-differences): Don't visit the files now;Richard M. Stallman2003-10-201-11/+7
| | | | instead, just record the error locus.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (diff): Doc fix.Markus Rost2002-09-091-1/+1
|
* (diff): Add optional argument no-async, and use the above argument.Colin Walters2002-09-071-3/+5
|
* (diff-latest-backup-file): Replace the main code by a call ofMarkus Rost2002-05-221-24/+1
| | | | file-newest-backup.
* (diff-regexp-alist): Doc fix.Richard M. Stallman2002-05-081-5/+9
|
* (diff): Display default values in prompts as `(default ...)', not `(...)'.Miles Bader2001-10-111-3/+3
|
* Keyword added and FSF specified as Maintainer.Pavel Janík2001-08-061-0/+1
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-151-1/+1
|
* (diff-parse-differences):Richard M. Stallman1999-08-281-5/+5
| | | | Use a marker instead of an integer for `compilation-parsing-end'.
* (diff group): Remove autoload cookie.Richard M. Stallman1997-09-091-1/+0
|
* (diff-command): Fix previous change.Richard M. Stallman1997-06-061-1/+1
|
* Customize.Richard M. Stallman1997-06-041-5/+15
| | | | (diff-switches, diff-command): Add autoload cookies.
* (diff-latest-backup-file):Richard M. Stallman1997-05-101-2/+2
| | | | Rename bv-length to backup-extract-version-start.
* * (diff-process-setup): New function, sets up theEli Zaretskii1997-02-091-13/+21
| | | | | | | | compilation-exit-message-function so that it works with both asynchronous and synchronous sub-processes. (diff): Bind compilation-exit-message-function. Run compilation-finish-function when compile-internal returns if async processes aren't supported.
* (diff): Don't pop to *diff* buffer. Change bogusRichard M. Stallman1996-08-261-2/+2
| | | | unwind-protect to save-excursion.
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (diff): Fix local compilation-exit-message-function to take the properRoland McGrath1996-01-101-13/+12
| | | | | arguments; remove gratuitous use of if around cond; return useful mode line messages for normal completion.
* (diff): Set compilation-exit-message-function.Karl Heuer1996-01-091-0/+13
|
* (diff-command): New variable.Richard M. Stallman1994-10-281-1/+4
| | | | (diff): Use it.
* (diff-latest-backup-file): Cope with backups storedRichard M. Stallman1994-07-111-2/+6
| | | | in a different directory.
* Pass operation to Ffind_file_name_handler.Karl Heuer1994-04-221-1/+1
|
* (diff-latest-backup-file): Call file name handler properly.Richard M. Stallman1994-03-131-1/+1
|
* (diff-latest-backup-file): Check for a file-name-handler and run it.Roland McGrath1994-03-021-21/+24
|
* (diff): Select the differences buffer.Richard M. Stallman1994-01-091-12/+11
|
* (diff-latest-backup-file): Call file-chase-links.Richard M. Stallman1994-01-091-1/+1
|
* (diff): Call shell-quote-argument.Richard M. Stallman1993-12-311-2/+4
|
* (diff): Doc fix.Brian Fox1993-09-211-1/+1
|
* * diff.el (diff-parse-differences): Preserve the match dataJim Blandy1993-06-221-1/+2
| | | | across the call to find-file-noselect.
* (diff): Really do use arg SWITCHES.Richard M. Stallman1993-06-021-3/+8
|
* Comment fix.Richard M. Stallman1993-05-091-0/+1
|
* (diff-parse-differences): Small robustification --- don't lose if weEric S. Raymond1993-04-161-1/+3
| | | | call this with compilation-parsing-end nil
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+6
|
* Add or correct keywordsEric S. Raymond1993-03-181-1/+1
|
* (diff): Don't print echo area message.Richard M. Stallman1992-09-261-5/+6
| | | | | (diff-parse-differences): Always add `done' to message, at end. New local num-loci-found counts the loci.
* entered into RCSRichard M. Stallman1992-09-201-4/+9
|
* *** empty log message ***Richard M. Stallman1992-09-141-23/+23
|
* *** empty log message ***Jim Blandy1992-09-131-1/+1
|
* *** empty log message ***Richard M. Stallman1992-09-131-15/+42
|
* *** empty log message ***Roland McGrath1992-08-021-4/+6
|
* *** empty log message ***Roland McGrath1992-07-291-202/+161
|
* *** empty log message ***Richard M. Stallman1992-07-271-47/+36
|