comparison lisp/ChangeLog @ 108704:912915c9edd9

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Wed, 19 May 2010 22:54:44 +0000
parents 665253a7d3f6
children f7d37c2787ad
comparison
equal deleted inserted replaced
108685:391df511b305 108704:912915c9edd9
1 2010-05-19 Juri Linkov <juri@jurta.org>
2
3 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
4 set-window-parameter.
5
6 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
7
8 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
9 where appropriate.
10 (tramp-maybe-open-connection): Use it.
11
12 2010-05-19 Eli Zaretskii <eliz@gnu.org>
13
14 * simple.el (move-end-of-line): Make sure we are at line beginning
15 before backing up to end of previous line.
16
17 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
18
19 * password-cache.el (password-cache-remove): Fix docstring.
20
21 * net/secrets.el: Autoload the widget functions.
22 (secrets-search-items, secrets-create-item)
23 (secrets-get-attributes, secrets-expand-item): Attributes will be
24 stored on the password database without leading ":", as all other
25 clients do as well.
26 (secrets-mode): Fix docstring.
27 (secrets-show-secrets): Provide it as autoloaded command only when
28 D-Bus support is available. Check existence of Secret Service API.
29
30 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * indent.el (indent-region): Deactivate region (bug#6200).
33
34 2010-05-19 Glenn Morris <rgm@gnu.org>
35
36 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
37
38 2010-05-19 Kenichi Handa <handa@m17n.org>
39
40 * composite.el: Register compose-gstring-for-graphic in
41 composition-function-table only for combining characters (Mn, Mc, Me).
42
1 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com> 43 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
2 44
3 * calc/calc-trail.el (calc-trail-isearch-forward) 45 * calc/calc-trail.el (calc-trail-isearch-forward)
4 (calc-trail-isearch-backward): Ensure that the new window 46 (calc-trail-isearch-backward): Ensure that the new window
5 point is set correctly. 47 point is set correctly.