- 20 Jul, 2007 6 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
directory and the root as well.
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
instead of a file. * vc-hg.el (vc-hg-print-log): Fix for multiple files. * vc.el: (vc-directory-exclusion-list): Add .hg and .bzr. (vc-diff-internal): Pass a list instead of a file.
-
Dan Nicolaescu authored
(vc-default-comment-history): Likewise.
-
Dan Nicolaescu authored
(vc-hg-registered): Replace if with when. (vc-hg-state): Deal with nonexistent files and handle removed files. (vc-hg-dir-state, vc-hg-dired-state-info): New functions. (vc-hg-checkout): Re-enable. (vc-hg-create-repo): Fix typos. * vc.el: Fix typo. * vc-mcvs.el (vc-mcvs-create-repo): Fix typos. * vc-bzr.el (vc-bzr-create-repo): New function.
-
- 19 Jul, 2007 4 commits
-
-
Eric S. Raymond authored
-
Stefan Monnier authored
`file' from which to start the search.
-
Eric S. Raymond authored
-
Stefan Monnier authored
-
- 18 Jul, 2007 5 commits
-
-
Michael Albinus authored
(grep-compute-defaults): Use it.
-
Stefan Monnier authored
-
Eric S. Raymond authored
makes only the minimum changes needed to get the old vc.el logic working with the new back ends.
-
Juanma Barranquero authored
-
Martin Rudalics authored
avoid that filling introduces lines with a single asterisk.
-
- 17 Jul, 2007 3 commits
-
-
Michael Albinus authored
parameter IDENTIFICATION. (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'. (tramp-file-name-handler-alist, tramp-file-name-for-operation): Add entry for `set-file-times'. (tramp-do-copy-or-rename-file-via-buffer) (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'. (tramp-handle-unhandled-file-name-directory): Rewrite. (tramp-convert-file-attributes): Add error handling when inode is extraordinary big. (tramp-get-inode): Change parameter from FILE to VEC. (tramp-handle-start-file-process ): Use (current-buffer) if BUFFER is NIL. This is according to the specification. Goto (point-max) when ready. (tramp-handle-shell-command): Rewrite completely, using `process-file' and `start-file-process'. (tramp-methods, tramp-find-shell) (tramp-open-connection-setup-interactive-shell) (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell var. Reported by Steve Youngs <steve@sxemacs.org>. * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add entry for `set-file-times'. Rename `start-process' into `start-file-process'. Remove `call-process' entry. (tramp-fish-handle-set-file-times): New defun. (tramp-fish-handle-executable-find): Use `process-file'. (tramp-fish-handle-process-file): New defun. Replaces `tramp-fish-handle-call-process'. (tramp-fish-do-copy-or-rename-file-directly): Use `set-file-times'. (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter. * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change `tramp-get-inode' parameter.
-
Stefan Monnier authored
Remove. Version 0.8 is already old nowadays, and by the time Emacs-23 comes out, nobody will even remember it has ever existed.
-
Dan Nicolaescu authored
-
- 16 Jul, 2007 9 commits
-
-
Eli Zaretskii authored
-
Stefan Monnier authored
(tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments when starting font-lock rather than when loading tex-mode.el.
-
Thien-Thi Nguyen authored
Instead, if not sorting, simply return it. (bookmark-bmenu-list): Call bookmark-maybe-sort-alist for its return value, not for its side effect.
-
Stefan Monnier authored
whole $( rather than just the $. Rename from sh-quoted-subshell. (sh-font-lock-syntactic-keywords): Adjust call accordingly.
-
Thien-Thi Nguyen authored
find and consider the sexp actually at indentation to be the "last sexp".
-
Richard M. Stallman authored
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
(xterm-turn-off-modify-other-keys): New functions. (terminal-init-xterm): Enable the modifyOtherKeys feature if the terminal supports it.
-
Thien-Thi Nguyen authored
Make sure each inserted annotation ends with newline.
-
- 15 Jul, 2007 8 commits
-
-
Michael Albinus authored
-
Juri Linkov authored
check also whether last-command is one of mouse-save-then-kill, mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
-
Michael Albinus authored
(recentf-keep): Use it as initial value.
-
Glenn Morris authored
(calendar-goto-bahai-date): Autoload it.
-
Karl Fogel authored
three slots under C-x r. See this message and its thread for details: http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html. * lisp/bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com. * etc/NEWS: Revert 2007-07-13T23:20:21Z!kfogel@red-bean.com, which documented bookmark keybinding changes that were later reverted. * man/ChangeLog: Remove ChangeLog entry for accidentally uncommitted changes to regs.texi that would have documented the keybinding change reverted above.
-
Glenn Morris authored
(calendar-goto-bahai-date): Add autoload cookie.
-
Glenn Morris authored
(calendar-goto-bahai-date): Add autoload cookie.
-
Jason Rumney authored
(comint-password-prompt-regexp): Recognize plink's passphrase prompt.
-
- 14 Jul, 2007 4 commits
-
-
Stefan Monnier authored
-
Karl Fogel authored
header; rewrite entry accordingly.
-
David Kastrup authored
-
Juanma Barranquero authored
-
- 13 Jul, 2007 1 commit
-
-
Eli Zaretskii authored
(install): Use them to copy all *.el files before *.elc.
-