comparison src/ChangeLog @ 102736:c8e6da2dab57

(Fx_focus_frame): Declare.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 26 Mar 2009 22:15:13 +0000
parents 07f2395ce3db
children d69c45eb83b1
comparison
equal deleted inserted replaced
102735:07f2395ce3db 102736:c8e6da2dab57
1 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca> 1 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * lisp.h (Fx_focus_frame): Declare.
2 4
3 * callint.c (Fcall_interactively): For '^' just delegate the work to 5 * callint.c (Fcall_interactively): For '^' just delegate the work to
4 handle-shift-selection. 6 handle-shift-selection.
5 (syms_of_callint): Move declaration of shift-select-mode to simple.el. 7 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
6 8
101 installed, since it is not implemented correctly. 103 installed, since it is not implemented correctly.
102 104
103 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca> 105 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
104 106
105 * dired.c (file_name_completion): Check completion-ignored-extensions 107 * dired.c (file_name_completion): Check completion-ignored-extensions
106 only if the entry can't affect bestmatch anyway. 108 only if the entry can affect bestmatch.
107 Stop the search early, as Ftry_completion already does. 109 Stop the search early, as Ftry_completion already does.
108 110
109 2009-03-17 Chong Yidong <cyd@stupidchicken.com> 111 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
110 112
111 * minibuf.c (Vminibuffer_completion_confirm): Doc fix. 113 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.