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
Stefan Monnier
ad4573c72b
(add-change-log-entry): Delay reading add-log-(full-name|mailing-address)
...
to after we've switched to the ChangeLog buffer so we get the right value.
2007-07-20 20:23:58 +00:00
Stefan Monnier
e1f5b0ed24
(add-log-file-name): Use file-relative-name.
2007-07-20 20:09:44 +00:00
Stefan Monnier
6655f0bfc9
(cvs-mode-add-change-log-entry-other-window): Use a directory
...
name for buffer-file-name if it refers to a directory.
2007-07-20 20:08:21 +00:00
Stefan Monnier
f3b8feb4fb
(vc-arch-diff): Fix last change.
2007-07-20 20:02:32 +00:00
Stefan Monnier
091525d5d7
(compilation-start): Remember the original directory in a buffer-local
...
compilation-directory.
(compile): Set the global value of compilation-directory.
(recompile): Use compilation-directory even if run from the compilation buffer.
2007-07-20 18:54:57 +00:00
Dan Nicolaescu
d7927b9f48
(vc-hg-diff): Use vc-hg-command.
2007-07-20 17:32:04 +00:00
Vinicius Jose Latorre
3f0257cb93
Fix foreground/background color
2007-07-20 17:24:39 +00:00
Eli Zaretskii
ec9bbc6ce5
(install-lisp-CMD, install-lisp-SH): Don't create subdirectories
...
in $(INSTALL_DIR)/lisp/ if they already exist.
2007-07-20 11:15:09 +00:00
Stefan Monnier
e341a817a0
(vera-mode-map): Move initialization into declaration.
2007-07-20 04:48:30 +00:00
Stefan Monnier
ceb19436aa
(vera-re-search-forward, vera-re-search-backward):
...
Remove use of store-match-data.
2007-07-20 04:11:14 +00:00
Stefan Monnier
8ebbfc80ba
(flymake-buildfile-dirs): Remove.
...
(flymake-find-buildfile): Use locate-dominating-file.
2007-07-20 04:09:08 +00:00
Stefan Monnier
6b6b99547b
(locate-dominating-file): Add comment.
2007-07-20 04:00:37 +00:00
Stefan Monnier
d1a607bc74
(vc-delistify): Use mapconcat.
...
(vc-do-command): Minor simplification.
(vc-expand-dirs): Use push.
2007-07-20 03:59:03 +00:00
Stefan Monnier
0792fdb47b
Add todo item.
2007-07-20 03:57:14 +00:00
Stefan Monnier
da4c9778fb
(vc-(m)cvs-create-repo): Remove.
2007-07-20 03:56:53 +00:00
Stefan Monnier
3b27900d2a
(vc-find-root): Fix case where `file' is the current
...
directory and the root as well.
2007-07-20 03:48:27 +00:00