Mercurial > emacs
comparison lisp/ChangeLog @ 108902:1f795f817d05
Merge from mainline.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Sun, 06 Jun 2010 22:46:17 +0000 |
parents | cc0a50e33241 |
children | ca3bfaa18e56 |
comparison
equal
deleted
inserted
replaced
108901:10652acf752a | 108902:1f795f817d05 |
---|---|
1 2010-06-06 Juri Linkov <juri@jurta.org> | |
2 | |
3 * isearch.el (isearch-lazy-highlight-search): Fix looping | |
4 by checking for empty match. This syncs this loop with the | |
5 similar loop in `isearch-search'. (Bug#6362) | |
6 | |
7 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu> | |
8 | |
9 vc-log-incoming/vc-log-outgoing fixes for Git. | |
10 * vc-git.el (vc-git-log-view-mode): Fix font lock for | |
11 incoming/outgoing logs. | |
12 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream} | |
13 instead of vc-git-compute-remote. | |
14 (vc-git-compute-remote): Remove. | |
15 | |
16 2010-06-04 Juri Linkov <juri@jurta.org> | |
17 | |
18 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates. | |
19 Instead of setting `replace' to t and replacing the same string | |
20 with itself, don't do certain actions when | |
21 kill-do-not-save-duplicates is non-nil and string is equal to car | |
22 of kill-ring: don't call menu-bar-update-yank-menu, don't push | |
23 interprogram-paste strings to kill-ring, and don't push the input | |
24 argument `string' to kill-ring. | |
25 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html | |
26 | |
27 2010-06-04 Juanma Barranquero <lekktu@gmail.com> | |
28 | |
29 * subr.el (directory-sep-char): Move from fileio.c and make a defconst. | |
30 | |
31 2010-06-04 Michael Albinus <michael.albinus@gmx.de> | |
32 | |
33 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/". | |
34 (tramp-gvfs-handler-mounted-unmounted) | |
35 (tramp-gvfs-connection-mounted-p): Handle default-location. | |
36 | |
37 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to | |
38 move files to trash. | |
39 | |
40 2010-06-04 Juanma Barranquero <lekktu@gmail.com> | |
41 | |
42 * international/mule-cmds.el (nonascii-insert-offset) | |
43 (nonascii-translation-table): Add obsolescence information. | |
44 | |
45 * international/mule.el (make-translation-table-from-vector): Doc fix. | |
46 | |
1 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu> | 47 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu> |
48 | |
49 vc-log-incoming/vc-log-outgoing improvements for Git. | |
50 * vc-git.el (vc-git-log-outgoing): Use the same format as the | |
51 short log. | |
52 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command. | |
2 | 53 |
3 Add bindings for vc-log-incoming and vc-log-outgoing. | 54 Add bindings for vc-log-incoming and vc-log-outgoing. |
4 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming | 55 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming |
5 and vc-log-outgoing. | 56 and vc-log-outgoing. |
6 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming | 57 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming |