- 23 Jul, 2007 10 commits
-
-
Juri Linkov authored
next-history-element. (next-history-element): Most code moved to goto-history-element. Call goto-history-element with (- minibuffer-history-position n). (previous-history-element): Call goto-history-element with (+ minibuffer-history-position n). (minibuffer-setup-hook): Add minibuffer-history-isearch-setup. (minibuffer-history-isearch-message-overlay): New buffer-local variable. (minibuffer-history-isearch-setup, minibuffer-history-isearch-end) (minibuffer-history-isearch-search, minibuffer-history-isearch-message) (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state) (minibuffer-history-isearch-pop-state): New functions.
-
Thien-Thi Nguyen authored
Also, if FILE is a list, return non-nil if any of its elements should stay local. Update docstring.
-
Stefan Monnier authored
-
Richard M. Stallman authored
-
Dan Nicolaescu authored
handling it. Use vc-git-command. (vc-git-find-version, vc-git-diff-tree): New functions. (vc-git-revert): Use vc-git-command. (vc-git--run-command): Delete.
-
Dan Nicolaescu authored
-
Juanma Barranquero authored
-
Dan Nicolaescu authored
-
Kenichi Handa authored
-
Dan Nicolaescu authored
-
- 22 Jul, 2007 18 commits
-
-
Nick Roberts authored
-
Juri Linkov authored
isearch-other-end to old-point and old-other-end before reading the search string from minibuffer. After exiting minibuffer set point to old-other-end if point and the search direction is the same as before reading the search string. (isearch-del-char): Don't set isearch-yank-flag to t. Put point to isearch-other-end. Instead of isearch-search-and-update call three functions isearch-search, isearch-push-state and isearch-update.
-
Dan Nicolaescu authored
deal with multiple file arguments. (vc-git-print-log): Deal with multiple file arguments.
-
Stefan Monnier authored
diff-refine-hunk. Adjust users. (diff-unified-hunk-p, diff-splittable-p): New functions. (diff-mode-menu): Use it to disable Split when it doesn't work.
-
Stefan Monnier authored
-
Stefan Monnier authored
if applicable, so as to save undo-log space.
-
Stefan Monnier authored
-
Stefan Monnier authored
(diff-file-kill): Use it. (diff-beginning-of-hunk): Add arg `try-harder' using it. (diff-restrict-view, diff-find-source-location, diff-refine-hunk): Use it so they find the hunk even when we're in the file header.
-
Dan Nicolaescu authored
(vc-git-command,vc-git-dir-state,vc-git-dired-state-info), (vc-git-create-repo): New functions. (vc-git-registered): New autoloaded function definition. (vc-git-registered): Use vc-git-root. (vc-git-responsible-p): New defalias. (vc-git-annotate-extract-revision-at-line): Uncomment. (vc-git-print-log): Add the file name to the log. (vc-git-log-view-mode): New derived mode. (vc-git-diff,vc-git-annotate-command): Use vc-git-command.
-
Michael Albinus authored
-
David Kastrup authored
-
Dan Nicolaescu authored
-
Stefan Monnier authored
-
Dan Nicolaescu authored
for branches and new files. * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and local-map handling ... (vc-mode-line): ... here. Improve handling of help-echo. * vc.el (mode-line-string): Document help-echo usage.
-
Michael Albinus authored
-
Jan Djärv authored
-
Martin Rudalics authored
(change-log-indent): Call change-log-fill-parenthesized-list. (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t. Have lines with leading asterisk start a paragraph.
-
Jay Belanger authored
(math-smallest-emacs-expt): New variables. (math-use-emacs-fn): New function. (math-exp-raw): Evaluate with `math-use-emacs-fn', when appropriate.
-
- 21 Jul, 2007 2 commits
-
-
Thien-Thi Nguyen authored
(image-dired-write-tags, image-dired-remove-tag) (image-dired-list-tags, image-dired-write-comments) (image-dired-get-comment, image-dired-mark-tagged-files) (image-dired-create-gallery-lists): Call new func.
-
Dan Nicolaescu authored
(vc-hg-print-log): Fix expected return value for vc-hg-command. (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file) (vc-hg-register, vc-hg-create-repo, vc-hg-checkin) (vc-hg-revert): Likewise. (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
-
- 20 Jul, 2007 10 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
Use derived-mode-p rather than checking major-mode directly.
-
Dan Nicolaescu authored
group and version.
-
Stefan Monnier authored
to after we've switched to the ChangeLog buffer so we get the right value.
-
Stefan Monnier authored
-
Stefan Monnier authored
name for buffer-file-name if it refers to a directory.
-
Stefan Monnier authored
-
Stefan Monnier authored
compilation-directory. (compile): Set the global value of compilation-directory. (recompile): Use compilation-directory even if run from the compilation buffer.
-
Dan Nicolaescu authored
-
Vinicius Jose Latorre authored
-