comparison lisp/ChangeLog @ 101946:46cc0fb34421

(read-buffer-to-switch): Add table to icomplete-with-completion-tables.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 12 Feb 2009 02:19:53 +0000
parents c1fe31abc35f
children 3fadcabd5931
comparison
equal deleted inserted replaced
101945:2ee2b248bc62 101946:46cc0fb34421
1 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * files.el (read-buffer-to-switch):
4 Add table to icomplete-with-completion-tables.
5
1 2009-02-11 Chong Yidong <cyd@stupidchicken.com> 6 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * dired-aux.el (dired-add-entry): Avoid munging long-form Dired 8 * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
4 switches (Bug#2261). 9 switches (Bug#2261).
5 10
26 (rmail-read-label): Add current labels to completion list. (Bug#2222) 31 (rmail-read-label): Add current labels to completion list. (Bug#2222)
27 (rmail-set-label): Use `or'. 32 (rmail-set-label): Use `or'.
28 33
29 2009-02-11 Chong Yidong <cyd@stupidchicken.com> 34 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
30 35
31 * emacs-lisp/find-func.el (find-library-name, find-library): Doc 36 * emacs-lisp/find-func.el (find-library-name, find-library):
32 fixes. (Part of bug#2270) 37 Doc fixes. (Part of bug#2270)
33 38
34 2009-02-10 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change) 39 2009-02-10 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
35 40
36 * env.el (getenv): When FRAME is non-nil, pass the frame environment 41 * env.el (getenv): When FRAME is non-nil, pass the frame environment
37 to `getenv-internal', not the frame. (Bug#2259) 42 to `getenv-internal', not the frame. (Bug#2259)