comparison lisp/ChangeLog @ 82040:da93af05594f

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Sun, 22 Jul 2007 22:33:48 +0000
parents 7ee8cfeeb2b8
children cf652d32b662
comparison
equal deleted inserted replaced
82039:ee17cf620665 82040:da93af05594f
1 2007-07-22 Juri Linkov <juri@jurta.org>
2
3 * isearch.el (isearch-edit-string): Save old point and
4 isearch-other-end to old-point and old-other-end before reading
5 the search string from minibuffer. After exiting minibuffer set
6 point to old-other-end if point and the search direction is the
7 same as before reading the search string.
8 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
9 to isearch-other-end. Instead of isearch-search-and-update call
10 three functions isearch-search, isearch-push-state and isearch-update.
11
1 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu> 12 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
2 13
3 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command, 14 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
4 deal with multiple file arguments. 15 deal with multiple file arguments.
5 (vc-git-print-log): Deal with multiple file arguments. 16 (vc-git-print-log): Deal with multiple file arguments.