aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-11-06 09:40:07 -0800
committerPaul Eggert2012-11-06 09:40:07 -0800
commit68f8f1c0c680494639b4396e242747e5103ae40d (patch)
tree7195329b3f0a568d7aed617fa1f37779b1b13aad /src/ChangeLog
parent056cb3a1fc23d0eb3a2fae33c40aef2ed16d69ad (diff)
downloademacs-68f8f1c0c680494639b4396e242747e5103ae40d.tar.gz
emacs-68f8f1c0c680494639b4396e242747e5103ae40d.zip
Minor adjustments of recently-changed frame functions.
* buffer.c (Fbuffer_list): Omit CHECK_FRAME, since arg is already known to be a frame (we're in the FRAMEP branch). * lisp.h (Qframep): Remove decl. frame.h declares this. * window.c (quad): Args are of type EMACS_INT, not ptrdiff_t, since they're meant for Lisp fixnum values.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 10c48b80f76..1a4da7f6a3c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12012-11-06 Paul Eggert <eggert@cs.ucla.edu>
2
3 Minor adjustments of recently-changed frame functions.
4 * buffer.c (Fbuffer_list): Omit CHECK_FRAME, since arg is already
5 known to be a frame (we're in the FRAMEP branch).
6 * lisp.h (Qframep): Remove decl. frame.h declares this.
7 * window.c (quad): Args are of type EMACS_INT, not ptrdiff_t,
8 since they're meant for Lisp fixnum values.
9
12012-11-06 Dmitry Antipov <dmantipov@yandex.ru> 102012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
2 11
3 * window.c (Fwindow_combination_limit): Revert to the only 12 * window.c (Fwindow_combination_limit): Revert to the only