- 13 Jan, 2009 1 commit
-
-
Chong Yidong authored
-
- 11 Jan, 2009 1 commit
-
-
Glenn Morris authored
-
- 10 Jan, 2009 1 commit
-
-
Dan Nicolaescu authored
Move setting up whitepace-mode ... (diff-mode): ... here. (diff-mode-menu): Add a menu entry for showing trailing whitespace.
-
- 03 Jan, 2009 1 commit
-
-
Stefan Monnier authored
-
- 03 Dec, 2008 1 commit
-
-
Lute Kamstra authored
* allout.el: * apropos.el: * arc-mode.el: * autoinsert.el: * avoid.el: * battery.el: * bookmark.el: * buff-menu.el: * calculator.el: * chistory.el: * cmuscheme.el: * comint.el: * compare-w.el: * dabbrev.el: * delim-col.el: * desktop.el: * diff-mode.el: * diff.el: * dired-aux.el: * dired-x.el: * dired.el: * dos-vars.el: * ediff-diff.el: * ediff-help.el: * ediff-init.el: * ediff-merg.el: * ediff-mult.el: * ediff-ptch.el: * ediff-vers.el: * ediff-wind.el: * ediff.el: * emerge.el: * facemenu.el: * faces.el: * ffap.el: * filecache.el: * find-dired.el: * font-core.el: * font-lock.el: * forms.el: * fringe.el: * help-at-pt.el: * hippie-exp.el: * ido.el: * image-file.el: * imenu.el: * indent.el: * info.el: * isearchb.el: * iswitchb.el: * jit-lock.el: * jka-compr.el: * log-edit.el: * lpr.el: * ls-lisp.el: * man.el: * menu-bar.el: * midnight.el: * mouse-sel.el: * mouse.el: * msb.el: * outline.el: * paren.el: * pcmpl-cvs.el: * pcmpl-gnu.el: * pcomplete.el: * pcvs-info.el: * pcvs-parse.el: * printing.el: * ps-mule.el: * ps-print.el: * replace.el: * ruler-mode.el: * saveplace.el: * sb-image.el: * scroll-bar.el: * sha1.el: * shadowfile.el: * shell.el: * sort.el: * speedbar.el: * strokes.el: * tempo.el: * term.el: * terminal.el: * time-stamp.el: * time.el: * tree-widget.el: * type-break.el: * vc-cvs.el: * vc-hg.el: * vc-mcvs.el: * vc-rcs.el: * vc-sccs.el: * vc.el: * view.el: * w32-vars.el: * whitespace.el: * wid-edit.el: Remove leading * from docstrings of defcustoms, deffaces, defconsts and defuns.
-
- 14 Sep, 2008 1 commit
-
-
Stefan Monnier authored
be more honest when we don't know. (diff-tell-file-name): Don't prompt before the actual prompt. (diff-mode): Don't prompt in add-log-buffer-file-name-function. (diff-find-source-location): Add `noprompt' argument. (diff-current-defun): Don't prompt.
-
- 06 Aug, 2008 1 commit
-
-
Dan Nicolaescu authored
-
- 26 Jul, 2008 1 commit
-
-
Vinicius Jose Latorre authored
-
- 25 Jul, 2008 1 commit
-
-
Vinicius Jose Latorre authored
-
- 22 Jul, 2008 1 commit
-
-
Stefan Monnier authored
otherwise displayed in every buffer.
-
- 21 Jul, 2008 1 commit
-
-
Thien-Thi Nguyen authored
* diff-mode.el (diff-auto-refine): Delete defcustom. (diff-auto-refine-mode): New func/var via define-minor-mode. Update var ref to use diff-auto-refine-mode. * smerge-mode.el (diff-mode): Require when compiling. (smerge-auto-refine): Delete defcustom. Update smerge-auto-refine ref to use diff-auto-refine-mode.
-
- 24 Jun, 2008 1 commit
-
-
Dan Nicolaescu authored
entry to be on a new line. * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
-
- 26 May, 2008 1 commit
-
-
Stefan Monnier authored
(diff-font-lock-keywords, diff-context->unified) (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk) (diff-hunk-text, diff-find-source-location): Use it. (diff-post-command-hook): Let the user edit the hunk headers.
-
- 15 May, 2008 1 commit
-
-
John Paul Wallington authored
-
- 11 May, 2008 1 commit
-
-
Stefan Monnier authored
-
- 06 May, 2008 1 commit
-
-
Glenn Morris authored
-
- 25 Apr, 2008 1 commit
-
-
Stefan Monnier authored
(diff-end-of-hunk, diff-unified->context, diff-fixup-modifs) (diff-sanity-check-hunk): Adjust code accordingly.
-
- 05 Apr, 2008 2 commits
-
-
Dan Nicolaescu authored
new files, deleted files and for changing permissions.
-
Dan Nicolaescu authored
new files and for changing permissions.
-
- 04 Apr, 2008 1 commit
-
-
Dan Nicolaescu authored
new files. (diff-mode): Set beginning-of-defun-function and
-
- 25 Mar, 2008 1 commit
-
-
Stefan Monnier authored
(diff-find-file-name): Use it to flush diff-remembered-files-alist.
-
- 19 Mar, 2008 1 commit
-
-
Dan Nicolaescu authored
(diff-refine-change): Tone the color down.
-
- 18 Mar, 2008 1 commit
-
-
Stefan Monnier authored
"+" lines not accounted for by counting "-" and context lines.
-
- 12 Mar, 2008 1 commit
-
-
Dan Nicolaescu authored
-
- 09 Mar, 2008 1 commit
-
-
Dan Nicolaescu authored
-
- 08 Mar, 2008 1 commit
-
-
Dan Nicolaescu authored
inhibit-read-only before trying to change the buffer.
-
- 29 Feb, 2008 1 commit
-
-
Stefan Monnier authored
we still expect more lines.
-
- 25 Feb, 2008 1 commit
-
-
Stefan Monnier authored
(diff-beginning-of-file-and-junk): Use it. (diff-file-kill): Make sure we were really inside a file diff. * diff-mode.el: Make it more robust in the presence of empty context lines in unified hunks. (diff-valid-unified-empty-line): New var. (diff-unified->context, diff-sanity-check-hunk): Obey it. (diff-end-of-hunk): Obey it. New arg `donttrustheader'. (diff-fixup-modifs, diff-post-command-hook): Use this new arg. (diff-hunk-header-re-unified): New const. (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk) (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk) (diff-sanity-check-hunk): Use it. * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the Index: line, don't search backward for the previous one.
-
- 19 Feb, 2008 2 commits
-
-
Stefan Monnier authored
(diff-beginning-of-file-and-junk): Use it. (diff-file-kill): Make sure we were really inside a file diff.
-
Stefan Monnier authored
(diff-valid-unified-empty-line): New var. (diff-unified->context, diff-sanity-check-hunk): Obey it. (diff-end-of-hunk): Obey it. New arg `donttrustheader'. (diff-fixup-modifs, diff-post-command-hook): Use this new arg. (diff-hunk-header-re-unified): New const. (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk) (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk) (diff-sanity-check-hunk): Use it.
-
- 10 Feb, 2008 2 commits
-
-
Dan Nicolaescu authored
add-change-log-entry.
-
Stefan Monnier authored
Index: line, don't search backward for the previous one.
-
- 08 Feb, 2008 1 commit
-
-
Stefan Monnier authored
splitter in context hunks.
-
- 05 Feb, 2008 1 commit
-
-
Stefan Monnier authored
Rename from diff-create-changelog. Change users. Minor change to hopefully work with plain diffs. (diff-mode-map): Add binding for it.
-
- 04 Feb, 2008 1 commit
-
-
Dan Nicolaescu authored
(diff-create-changelog): New function. (diff-mode-menu): Bind it.
-
- 15 Jan, 2008 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
- 08 Jan, 2008 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
- 07 Jan, 2008 1 commit
-
-
Glenn Morris authored
-