1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00
Commit graph

71619 commits

Author SHA1 Message Date
Nick Roberts
f09ff28afc *** empty log message *** 2007-07-23 20:57:14 +00:00
Dan Nicolaescu
d7009f45d8 (vc-git-unregister): New function. 2007-07-23 20:56:13 +00:00
Nick Roberts
f310189cfa *** empty log message *** 2007-07-23 20:55:43 +00:00
Dan Nicolaescu
8b38ce2038 (vc-git-delete-file, vc-git-rename-file): New functions.
(vc-git-find-version): Use the result of ls-files as a parameter
for cat-file
2007-07-23 20:51:02 +00:00
Michael Albinus
d4443a0d7d * net/tramp.el (tramp-perl-file-attributes)
(tramp-perl-directory-files-and-attributes)
(tramp-handle-file-attributes-with-stat)
(tramp-handle-directory-files-and-attributes-with-stat(
(tramp-convert-file-attributes): Handle huge file sizes.
2007-07-23 20:37:33 +00:00
Juri Linkov
297b8ccd7a (goto-history-element): New function created from
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.
2007-07-23 20:29:55 +00:00
Juri Linkov
ac475d3a72 (isearch-message-function): New variable.
(isearch-update, isearch-search): Use it.
2007-07-23 20:29:10 +00:00
Thien-Thi Nguyen
33e0847dbb (vc-stay-local-p): Fix bug: Avoid remove-if-not.
Also, if FILE is a list, return non-nil if any of its
elements should stay local.  Update docstring.
2007-07-23 19:46:00 +00:00
Stefan Monnier
f5e087f898 (copyright-update-year): Fix 2007-05-25 change. 2007-07-23 19:44:33 +00:00
Richard M. Stallman
6b00d5f553 (inferior-octave-prompt): Accept .exe. 2007-07-23 17:56:39 +00:00
Dan Nicolaescu
b838ac802b *** empty log message *** 2007-07-23 16:05:04 +00:00
Dan Nicolaescu
b0f90937fa (vc-git-checkin): Delete unused parameter and the code
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.
2007-07-23 16:01:25 +00:00
Dan Nicolaescu
4d3ac01e41 (vc-git-workfile-unchanged-p): Update comment. 2007-07-23 15:02:16 +00:00
Juanma Barranquero
56b3280086 *** empty log message *** 2007-07-23 08:26:29 +00:00
Miles Bader
328471d91c Add arch tagline 2007-07-23 08:00:58 +00:00
Dan Nicolaescu
faa9810070 (vc-directory-exclusion-list): Use eval-after-load. 2007-07-23 02:06:18 +00:00
Kenichi Handa
e43883beed *** empty log message *** 2007-07-23 02:01:13 +00:00
Dan Nicolaescu
9143abff13 Update status. 2007-07-23 00:41:51 +00:00
Nick Roberts
ad5f4654fd (decode_mode_spec): Add case 'R' for to test for
remote default-directory.
2007-07-22 23:20:31 +00:00
Nick Roberts
3649e4e000 (mode-line-format): Describe above case in doc string. 2007-07-22 23:19:00 +00:00
Nick Roberts
3650f60e8a Mark mode-line-remote as risky. 2007-07-22 23:17:14 +00:00
Nick Roberts
4c43ca076a (mode-line-remote): New variable.
(help-echo): Add to default values of mode-line-format.
2007-07-22 23:10:30 +00:00
Nick Roberts
9f44484140 *** empty log message *** 2007-07-22 23:09:08 +00:00
Juri Linkov
02b99a172e (isearch-edit-string): Save old point and
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.
2007-07-22 22:33:48 +00:00
Dan Nicolaescu
8b9783e0df (vc-git-register, vc-git-checkin): Use vc-git-command,
deal with multiple file arguments.
(vc-git-print-log): Deal with multiple file arguments.
2007-07-22 22:03:27 +00:00
Stefan Monnier
f151b310f6 (diff-refine-ignore-spaces-hunk): Rename from
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.
2007-07-22 22:02:49 +00:00
Stefan Monnier
8f2d38de67 *** empty log message *** 2007-07-22 21:59:55 +00:00
Stefan Monnier
3dc04e8360 (diff-unified->context): Use the new `apply' undo entry kind
if applicable, so as to save undo-log space.
2007-07-22 21:38:28 +00:00
Stefan Monnier
e4456fdfc8 (diff-find-file-name): Add arg `batch'. 2007-07-22 21:28:14 +00:00
Stefan Monnier
fd69179929 (diff-beginning-of-file-and-junk): New function.
(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.
2007-07-22 21:26:34 +00:00
Dan Nicolaescu
53cc90abac (vc-git-revision-granularity,vc-git-root),
(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.
2007-07-22 21:16:34 +00:00
Michael Albinus
2e2eead345 * progmodes/grep.el (grep-compute-defaults): Keep default values. 2007-07-22 19:59:30 +00:00
David Kastrup
a9686d00fd *** empty log message *** 2007-07-22 19:54:08 +00:00
Dan Nicolaescu
fff4a04678 vc-git.el: New file. 2007-07-22 19:46:04 +00:00
Stefan Monnier
0f4827ee1d (tex-font-script-display): Change default to 0.2. 2007-07-22 19:20:33 +00:00
Dan Nicolaescu
3a12f9f830 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
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.
2007-07-22 19:04:11 +00:00
Michael Albinus
31c7000226 Sync with Tramp 2.1.10. 2007-07-22 16:50:21 +00:00
Michael Albinus
bbd281458d *** empty log message *** 2007-07-22 16:44:07 +00:00
Michael Albinus
439e574bdc Sync with Tramp 2.1.10. 2007-07-22 16:42:02 +00:00
Jan Djärv
0389072b37 (x-handle-no-bitmap-icon): New function. 2007-07-22 12:13:34 +00:00
Jan Djärv
bb1f0f780d (command-line-x-option-alist): Use x-handle-no-bitmap-icon, 2007-07-22 12:13:11 +00:00
Martin Rudalics
6dbf614728 (change-log-fill-parenthesized-list): New function.
(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.
2007-07-22 08:32:16 +00:00
Jay Belanger
178b8bafc2 (math-emacs-precision, math-largest-emacs-expt)
(math-smallest-emacs-expt): New variables.
(math-use-emacs-fn): New function.
(math-exp-raw): Evaluate with `math-use-emacs-fn', when appropriate.
2007-07-22 03:34:39 +00:00
Thien-Thi Nguyen
a226e0ef9c (image-dired-sane-db-file): New func.
(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.
2007-07-21 23:43:59 +00:00
Dan Nicolaescu
34b7fb850d (vc-hg-dir-state): Fix loop.
(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.
2007-07-21 16:44:56 +00:00
Eli Zaretskii
51063027dd (Customizing VC) <vc-handled-backends>: Update the default value. 2007-07-21 09:44:11 +00:00
Richard M. Stallman
44caeae4ca (Why Version Control?): Improve previous change. 2007-07-21 04:51:48 +00:00
Stefan Monnier
74dea9e1c1 (change-log-resolve-conflict): Don't lose data if the merge fails. 2007-07-20 20:41:58 +00:00
Stefan Monnier
bb042dc6fa (add-change-log-entry, add-log-current-defun, change-log-merge):
Use derived-mode-p rather than checking major-mode directly.
2007-07-20 20:31:29 +00:00
Dan Nicolaescu
765831a074 (compilation-auto-jump-to-first-error): Add
group and version.
2007-07-20 20:25:32 +00:00