comparison lisp/ChangeLog @ 103201:0f518b180240

(completion-setup-function): Only modify the default-directory in *Completions* (bug#3250). Take partial-completion into account when setting default-directory.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 11 May 2009 15:35:44 +0000
parents 22f651c59c50
children 9dae7d399c7d
comparison
equal deleted inserted replaced
103200:1bf70050c13e 103201:0f518b180240
1 2009-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * simple.el (completion-setup-function):
4 Only modify the default-directory in *Completions* (bug#3250).
5 Take partial-completion into account when setting default-directory.
6
1 2009-05-10 Chong Yidong <cyd@stupidchicken.com> 7 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * emacs-lisp/cl-macs.el (lexical-let*): Doc fix (Bug#3178). 9 * emacs-lisp/cl-macs.el (lexical-let*): Doc fix (Bug#3178).
4 10
5 2009-05-10 Kim F. Storm <storm@cua.dk> 11 2009-05-10 Kim F. Storm <storm@cua.dk>
14 (ido-decorations): Add 11th element for "confirm" message. 20 (ido-decorations): Add 11th element for "confirm" message.
15 (ido-completions): Show confirmation message when requested. 21 (ido-completions): Show confirmation message when requested.
16 22
17 2009-05-08 Kenichi Handa <handa@m17n.org> 23 2009-05-08 Kenichi Handa <handa@m17n.org>
18 24
19 * international/encoded-kb.el (encoded-kbd-setup-keymap): Fix for 25 * international/encoded-kb.el (encoded-kbd-setup-keymap):
20 big5. 26 * international/mule-diag.el (describe-coding-system): Fix for big5.
21
22 * international/mule-diag.el (describe-coding-system): Fix for
23 big5.
24 27
25 2009-05-07 Martin Rudalics <rudalics@gmx.at> 28 2009-05-07 Martin Rudalics <rudalics@gmx.at>
26 29
27 * window.el (split-window-sensibly): New function. 30 * window.el (split-window-sensibly): New function.
28 (split-height-threshold, split-width-threshold): State in 31 (split-height-threshold, split-width-threshold): State in
29 doc-string that these affect split-window-sensibly. Change 32 doc-string that these affect split-window-sensibly.
30 customization subtype from number to integer. 33 Change customization subtype from number to integer.
31 (window--splittable-p): Rename to window-splittable-p since it's 34 (window--splittable-p): Rename to window-splittable-p since it's
32 referred to in doc-string of split-window-sensibly. Update 35 referred to in doc-string of split-window-sensibly. Update doc-string.
33 doc-string.
34 (window--try-to-split-window): Unconditionally call 36 (window--try-to-split-window): Unconditionally call
35 split-window-preferred-function and move splitting functionality 37 split-window-preferred-function and move splitting functionality
36 to split-window-sensibly (Bug#3142). 38 to split-window-sensibly (Bug#3142).
37 (split-window-preferred-function): Rewrite doc-string. Don't 39 (split-window-preferred-function): Rewrite doc-string.
38 allow nil as customization type. 40 Don't allow nil as customization type.
39 41
40 2009-05-07 Chong Yidong <cyd@stupidchicken.com> 42 2009-05-07 Chong Yidong <cyd@stupidchicken.com>
41 43
42 * faces.el (x-handle-named-frame-geometry): Ignore errors from 44 * faces.el (x-handle-named-frame-geometry): Ignore errors from
43 x-get-resource due to not yet opened X connection. This is a 45 x-get-resource due to not yet opened X connection. This is a
102 for objc-method-call-cont. 104 for objc-method-call-cont.
103 105
104 * progmodes/cc-langs.el (c-constant-kwds): New ObjC keywords 106 * progmodes/cc-langs.el (c-constant-kwds): New ObjC keywords
105 "YES", "NO", "NS_DURING", "NS_HANDLER", "NS_ENDHANDLER". 107 "YES", "NO", "NS_DURING", "NS_HANDLER", "NS_ENDHANDLER".
106 108
107 * progmodes/cc-align.el (c-lineup-ObjC-method-call-colons): New 109 * progmodes/cc-align.el (c-lineup-ObjC-method-call-colons):
108 function. 110 New function.
109 111
110 2009-04-29 Chong Yidong <cyd@stupidchicken.com> 112 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
111 113
112 * subr.el (assoc-default): Doc fix. 114 * subr.el (assoc-default): Doc fix.
113 115
114 2009-04-29 Ulrich Mueller <ulm@gentoo.org> 116 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
115 117
116 * files.el (hack-local-variables-prop-line) 118 * files.el (hack-local-variables-prop-line)
117 (hack-local-variables, dir-locals-read-from-file): Bind 119 (hack-local-variables, dir-locals-read-from-file):
118 read-circle to nil before reading. 120 Bind read-circle to nil before reading.
119 121
120 2009-04-28 Geert Kloosterman <g.j.kloosterman@gmail.com> (tiny change) 122 2009-04-28 Geert Kloosterman <g.j.kloosterman@gmail.com> (tiny change)
121 123
122 * progmodes/which-func.el (which-function): Don't assume that 124 * progmodes/which-func.el (which-function): Don't assume that
123 entries from `imenu--index-alist' are ordered by buffer position, 125 entries from `imenu--index-alist' are ordered by buffer position,