summaryrefslogtreecommitdiff
path: root/lisp/diff.el
AgeCommit message (Collapse)Author
2008-11-24(diff-sentinel): Take note of diff error return value.Chong Yidong
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-01-08Merge from emacs--rel--22Miles Bader
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-07Add 2008 to copyright years.Glenn Morris
2007-10-26* emulation/pc-select.el (next-line-mark, next-line-nomark)Dan Nicolaescu
(previous-line-mark, previous-line-nomark): Wrap with-no-warnings around uses of previous-line and next-line. * diff.el (diff-old-file, diff-new-file, diff-extra-args): New defvars. * textmodes/css-mode.el (comment-continue): * net/browse-url.el (url-handler-regexp): * progmodes/idlw-help.el (idlwave-system-routines): Pacify byte-compiler.
2007-08-13Merge from emacs--rel--22Miles Bader
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
2007-08-08Replace `iff' in doc-strings and comments.Glenn Morris
2007-07-26Merge from emacs--rel--22Miles Bader
Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-05-05(diff): Use buffer-local vars diff-old-file and diff-new-fileStefan Monnier
rather than storing their value in the revert-buffer function.
2007-01-21Add 2007 to copyright years.Glenn Morris
2006-06-06* diff-mode.el (diff-mode): Set buffer-read-only to t whenChong Yidong
diff-default-read-only is non-nill. * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when modifying the *Diff* buffer. (diff-process-filter): New filter function for diff process that sets inhibit-read-only to t when modifying the *Diff* buffer.
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-09-242005-09-24 Emilio C. Lopes <eclig@gmx.net>Romain Francoise
* woman.el (woman-file-name): * wid-edit.el (widget-file-prompt-value) (widget-coding-system-prompt-value): * w32-fns.el (set-w32-system-coding-system): * vc.el (vc-version-diff, vc-annotate): * textmodes/reftex-auc.el (reftex-arg-cite) (reftex-arg-index-tag): * textmodes/refer.el (refer-get-bib-files): * textmodes/artist.el (artist-figlet-choose-font): * terminal.el (terminal-emulator): * replace.el (occur-read-primary-args): * rect.el (string-rectangle, string-insert-rectangle): * ps-print.el (ps-print-preprint): * progmodes/pascal.el (pascal-goto-defun): * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer): * progmodes/compile.el (compilation-find-file): * printing.el (pr-interactive-n-up): * play/animate.el (animate-birthday-present): * net/rcompile.el (remote-compile): * man.el (man, Man-goto-section, Man-follow-manual-reference): * mail/rmailsum.el (rmail-summary-search-backward) (rmail-summary-search): * mail/rmailout.el (rmail-output-read-rmail-file-name) (rmail-output-read-file-name): * mail/rmail.el (rmail-search, rmail-search-backwards): * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs): * locate.el (locate): * international/quail.el (quail-show-keyboard-layout): * international/mule.el (set-buffer-file-coding-system) (revert-buffer-with-coding-system, set-file-name-coding-system) (set-terminal-coding-system, set-keyboard-coding-system) (set-next-selection-coding-system): * international/mule-diag.el (describe-coding-system) (describe-font, describe-fontset): * international/mule-cmds.el (universal-coding-system-argument) (search-unencodable-char, describe-input-method) (set-language-environment, describe-language-environment): * international/codepage.el (codepage-setup): * international/code-pages.el (codepage-setup): * info.el (Info-search, Info-follow-reference) (Info-search-backward): * emacs-lisp/advice.el (ad-read-advised-function) (ad-read-advice-class, ad-clear-cache, ad-activate) (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name) (ad-enable-advice, ad-disable-advice, ad-remove-advice) (ad-read-regexp): * ediff-util.el (ediff-toggle-regexp-match): * ediff-ptch.el (ediff-prompt-for-patch-file): * dired-aux.el (dired-diff): * diff.el (diff): * cus-edit.el (custom-variable-prompt): * calendar/timeclock.el (timeclock-ask-for-project): * calc/calcalg3.el (calc-get-fit-variables): * calc/calc-store.el (calc-edit-variable) (calc-permanent-variable): * vc-mcvs.el (vc-mcvs-register): * shadowfile.el (shadow-define-literal-group): * woman.el (woman-file-name): * vc.el (vc-version-diff, vc-merge): * textmodes/reftex-index.el (reftex-index-complete-tag): * format.el (format-decode-buffer, format-decode-region): * emulation/viper-cmd.el (viper-read-string-with-history): * emacs-lisp/debug.el (cancel-debug-on-entry): * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): * ediff.el (ediff-merge-revisions) (ediff-merge-revisions-with-ancestor, ediff-revision): * completion.el (interactive-completion-string-reader): * calc/calc-prog.el (calc-user-define-formula): Follow convention for reading with the minibuffer.
2005-08-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2004-04-30(diff-switches): Fix typo in docstring.Juanma Barranquero
2004-04-24(diff): Set default-directory in diff buffer.Andreas Schwab
2004-02-11Don't use compile any more, use diff-mode instead.Stefan Monnier
(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.
2004-02-11(diff): Simplify code handling `switch'.Stefan Monnier
2004-02-10(diff): Add a revert-buffer function.Stefan Monnier
2004-02-10(diff-switches): New fun.Stefan Monnier
(diff, diff-backup): Use it. (diff): Clean up the args construction. Use backquote. Use listp instead of consp to avoid putting a nil arg.
2003-10-20(diff-parse-differences): Don't visit the files now;Richard M. Stallman
instead, just record the error locus.
2003-09-01Add arch taglinesMiles Bader
2002-09-09(diff): Doc fix.Markus Rost
2002-09-07(diff): Add optional argument no-async, and use the above argument.Colin Walters
2002-05-22(diff-latest-backup-file): Replace the main code by a call ofMarkus Rost
file-newest-backup.
2002-05-08(diff-regexp-alist): Doc fix.Richard M. Stallman
2001-10-11(diff): Display default values in prompts as `(default ...)', not `(...)'.Miles Bader
2001-08-06Keyword added and FSF specified as Maintainer.Pavel Janík
2001-07-15Some fixes to follow coding conventions.Pavel Janík
1999-08-28(diff-parse-differences):Richard M. Stallman
Use a marker instead of an integer for `compilation-parsing-end'.
1997-09-09(diff group): Remove autoload cookie.Richard M. Stallman
1997-06-06(diff-command): Fix previous change.Richard M. Stallman
1997-06-04Customize.Richard M. Stallman
(diff-switches, diff-command): Add autoload cookies.
1997-05-10(diff-latest-backup-file):Richard M. Stallman
Rename bv-length to backup-extract-version-start.
1997-02-09* (diff-process-setup): New function, sets up theEli Zaretskii
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.
1996-08-26(diff): Don't pop to *diff* buffer. Change bogusRichard M. Stallman
unwind-protect to save-excursion.
1996-01-14Update FSF's address.Erik Naggum
1996-01-10(diff): Fix local compilation-exit-message-function to take the properRoland McGrath
arguments; remove gratuitous use of if around cond; return useful mode line messages for normal completion.
1996-01-09(diff): Set compilation-exit-message-function.Karl Heuer
1994-10-28(diff-command): New variable.Richard M. Stallman
(diff): Use it.
1994-07-11(diff-latest-backup-file): Cope with backups storedRichard M. Stallman
in a different directory.
1994-04-22Pass operation to Ffind_file_name_handler.Karl Heuer
1994-03-13(diff-latest-backup-file): Call file name handler properly.Richard M. Stallman
1994-03-02(diff-latest-backup-file): Check for a file-name-handler and run it.Roland McGrath
1994-01-09(diff): Select the differences buffer.Richard M. Stallman
1994-01-09(diff-latest-backup-file): Call file-chase-links.Richard M. Stallman
1993-12-31(diff): Call shell-quote-argument.Richard M. Stallman
1993-09-21(diff): Doc fix.Brian Fox