aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ediff.el
Commit message (Collapse)AuthorAgeFilesLines
* * viper-cmd.el (viper-envelop-ESC-key): added the option toMichael Kifer2000-02-281-1/+1
| | | | | | | | | | | | | translate all ESC key sequences. (viper-goto-mark-subr): restore markers for files for which they were saved. * viper-init.el (viper-translate-all-ESC-keysequences): new variable. * viper-util.el (viper-set-replace-overlay-glyphs, viper-set-replace-overlay): always check if the replacement overlay is live. * viper.el (viper-vi-state-mode-list): added major modes. * ediff-wind.el: minor comment changes. * ediff.el: copyright notice date fix.
* Fix copyright dates.Dave Love2000-01-311-1/+1
|
* *** empty log message ***Michael Kifer1999-11-251-19/+17
|
* *** empty log message ***Michael Kifer1999-11-011-81/+117
|
* Update version number.Karl Heuer1998-05-301-2/+2
|
* new versionMichael Kifer1998-05-041-2/+2
|
* new versionMichael Kifer1997-11-011-22/+51
|
* new versionMichael Kifer1997-09-301-2/+2
|
* new versionMichael Kifer1997-09-061-4/+5
|
* new versionMichael Kifer1997-08-221-0/+1
|
* new versionMichael Kifer1997-08-091-1/+1
|
* new versionMichael Kifer1997-07-311-9/+9
|
* new versionMichael Kifer1997-07-171-20/+22
|
* new versionMichael Kifer1997-05-311-23/+44
|
* *** empty log message ***Michael Kifer1996-12-281-2/+2
|
* *** empty log message ***Michael Kifer1996-09-201-27/+69
|
* *** empty log message ***Michael Kifer1996-06-221-242/+98
|
* *** empty log message ***Michael Kifer1996-02-161-200/+87
|
* Update FSF's address.Erik Naggum1996-01-141-10/+5
|
* Comment fixes.Karl Heuer1996-01-051-3/+3
|
* (ediff-mult): Require ediff-mult.Richard M. Stallman1995-11-201-1/+1
|
* (ediff-version): is now autoloaded.Michael Kifer1995-10-141-2/+11
|
* (ediff-files,ediff-merge-files): better file-name defaults.Michael Kifer1995-10-061-909/+522
| | | | | | | | | (ediff-split-string): new function. (ediff-exec-process): now handles diff args separated by space. (ediff-backup-extension): new variable. Replaced -hooks with -hook. (ediff-revision-key): variable deleted. Moved menubar definitions to a new file, ediff-hook.el
* Update address in comment.Karl Heuer1995-08-171-1/+1
|
* Fixed bogus references to menu-bar-file-menu in define-key forms.Roland McGrath1995-06-171-4/+4
|
* don't make the patch buffer RO.Karl Heuer1995-06-051-1116/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | (ediff-load-version-control): now checks if ediff-revision-key is non-nil. (ediff-revision-key): Now defaults to nil. (ediff-revision): now takes prefix argument; can compare two versions of the same file. the merge buffer now assumes the major mode of the default variant. (ediff-documentation: new function. (ediff-patch-buffer): now handles buffers that don't visit any file. (ediff-windows): renamed to ediff-windows-wordwise, added (ediff-windows-linewise): new function. Changed ediff-small/large-regions to ediff-regions-wordwise/linewise Converted xemacs *screen* nomenclature to *frame*. Incorporated overlay strings. Ediff no longer runs under emacs 19.28 and earlier and XEmacs 19.11 and earlier. Changed window-system to ediff-window-display.
* (ediff-revision-key): Default value nil.Richard M. Stallman1995-05-081-6/+7
| | | | | (ediff-load-version-control): Don't remind any key if ediff-revision-key is nil.
* Update copyright.Karl Heuer1995-04-071-1/+1
|
* Don't put ediff-windows in the menu.Karl Heuer1995-03-181-3/+4
|
* (ediff-patch-buffer): Use buffer name in error message.Karl Heuer1995-03-181-1/+1
|
* Delete some autoloads that are now in menu-bar.el.Karl Heuer1995-03-171-6/+0
|
* Installed new version from author.Karl Heuer1995-03-161-3761/+1873
|
* (ediff-submit-report, ediff-revision)Richard M. Stallman1994-09-181-194/+389
| | | | | | | | | | | | | | | | (ediff-find-file-name-handler, vc-ediff-internal, rcs-ediff-internal): New functions. (ediff-version-control-package): New variable. (vc-ediff, rcs-ediff): Functions deleted. (ediff-submit-report): New function. (ediff-toggle-read-only, ediff-patch-file): Check out version controlled files before their buffers are modified. (ediff-local-checkout-flag, ediff-toggle-read-only-function): New variables. (ediff-find-file, ediff-patch-file): Were getting confused by symbolic links. Fixed.
* Undo change in condition for defining the menu bar items.Richard M. Stallman1994-08-111-8/+8
| | | | Use purify-flag once again.
* (ediff-find-file, ediff-patch-file): Handle symlinks.Richard M. Stallman1994-08-101-199/+343
| | | | | | | | | | | | | | | Check ediff-if-lucid when setting up Emacs 19 menus. (ediff-save-buffer): Added option for saving diff output. (ediff-fine-diff-buffer, ediff-ignore-similar-regions): New variables. (ediff-no-fine-diffs): Macro added. (ediff-next-difference, ediff-previous-difference) (ediff-make-fine-diffs): Enabled a new feature that allows one to skip over the difference regions where the only differences are the white space and newlines. (ediff-toggle-autorefine): Fixed a bug that caused error when the current difference is <= 0 or > ediff-number-of-differences.
* (ediff-version): Function, variable deleted.Richard M. Stallman1994-08-041-16/+1
| | | | | (ediff-date): Var deleted. (ediff-status-info): Don't call ediff-version.
* Made menu bar's autoloaded stuff conditional onRichard M. Stallman1994-07-261-75/+111
| | | | | | | | | | | | | | purify-flag, to avoid error message when loading ediff in a frame that has no menu bar. (ediff-setup): Improved mode-line-buffer-identification. Now accommodates buffer identifications generated by mode-line.el and uniquify.el. (ediff-current-diff-face-A/B, ediff-fine-diff-face-A/B,ediff-odd/even-diff-face-A/B): Variables changed to contain face names instead of face internal representation.
* (Emacs 19 menu setup): Move back to top level and do it only if purify-flag.Richard M. Stallman1994-07-201-434/+865
| | | | | | | | | | | | | | | (ediff-find-file, ediff-files-internal, ediff-patch-file): Modified to work with remote and compressed files. (ediff-read-file-name, ediff-buffers): Better defaults. (ediff-read-file-name) Handle OS/2. (ediff-forward-word-function) New function. (ediff-wordify-function): Variable deleted. (ediff-toggle-regexp-match, ediff-hide-regexp-matches): New functions. (ediff-focus-on-regexp-matches): New function. (ediff-status-info): New function. (ediff-file-names, ediff-line-numbers): Functions deleted.
* (ediff-patch-buffer): Fix autoload cookie.Richard M. Stallman1994-05-281-1/+1
|
* Doc fix.Richard M. Stallman1994-05-221-1/+1
|
* Make menu bar defines unconditional.Richard M. Stallman1994-05-141-27/+19
| | | | Don't alter menu-bar-files-menu here; menu-bar.el does that.
* Move menu bar defines to top levelRichard M. Stallman1994-05-141-34/+36
| | | | and split them among three top-level sexps.
* (ediff-no-help-in-control-buffer): Renamed fromKarl Heuer1994-05-111-2/+2
| | | | ediff-nix-help-in-control-buffer, to match doc and usage.
* New version from Kifer.Richard M. Stallman1994-05-101-483/+1302
|
* Doc fixes.Richard M. Stallman1994-05-091-110/+110
|
* entered into RCSRichard M. Stallman1994-05-071-49/+28
|
* Initial revisionRichard M. Stallman1994-05-021-0/+3076