aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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