aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2005-11-04 21:37:03 +0000
committerStefan Monnier2005-11-04 21:37:03 +0000
commit20b69789f39002044bb4618e0d97179d5498659a (patch)
treed4535f4cbf88e5e8f87efd255377e889d315521e /src/ChangeLog
parentdb2cf961d715f83ce47e68e90b910297b4af9619 (diff)
downloademacs-20b69789f39002044bb4618e0d97179d5498659a.tar.gz
emacs-20b69789f39002044bb4618e0d97179d5498659a.zip
(Fget_lru_window, Fget_largest_window, window_loop):
Don't abuse the `mini' arg. Use the `obj' arg instead.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b1dbf1029fc..e2798ad1268 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * window.c (Fget_lru_window, Fget_largest_window, window_loop):
4 Don't abuse the `mini' arg. Use the `obj' arg instead.
5
12005-11-04 Kim F. Storm <storm@cua.dk> 62005-11-04 Kim F. Storm <storm@cua.dk>
2 7
3 * xdisp.c (show_mouse_face): Clear mouse face to eol. 8 * xdisp.c (show_mouse_face): Clear mouse face to eol.
@@ -251,8 +256,7 @@
251 256
2522005-10-20 Aubrey Jaffer <agj@alum.mit.edu> (tiny change) 2572005-10-20 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
253 258
254 * unexelf.c (unexec): Fix calls to `fatal' with less than 3 259 * unexelf.c (unexec): Fix calls to `fatal' with less than 3 arguments.
255 arguments.
256 260
2572005-10-20 Olli Savia <ops@iki.fi> (tiny change) 2612005-10-20 Olli Savia <ops@iki.fi> (tiny change)
258 262