aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2009-03-26 22:15:13 +0000
committerStefan Monnier2009-03-26 22:15:13 +0000
commitc95a500868e8e6df777e479e8aa9f195f31bcde3 (patch)
tree10279f0782d5016622e94ed15f4e607c21a60a86 /src/ChangeLog
parent84db11d602adda080d7062ef8ab57d35442fbe59 (diff)
downloademacs-c95a500868e8e6df777e479e8aa9f195f31bcde3.tar.gz
emacs-c95a500868e8e6df777e479e8aa9f195f31bcde3.zip
(Fx_focus_frame): Declare.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e0a02b39dc0..f6f8d2b89a5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12009-03-26 Stefan Monnier <monnier@iro.umontreal.ca> 12009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * lisp.h (Fx_focus_frame): Declare.
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.
@@ -103,7 +105,7 @@
1032009-03-17 Stefan Monnier <monnier@iro.umontreal.ca> 1052009-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
1092009-03-17 Chong Yidong <cyd@stupidchicken.com> 1112009-03-17 Chong Yidong <cyd@stupidchicken.com>