diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0a277a0d67b..10c48b80f76 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * window.c (Fwindow_combination_limit): Revert to the only | ||
| 4 | required argument and adjust docstring as suggested in | ||
| 5 | http://lists.gnu.org/archive/html/emacs-diffs/2012-11/msg01082.html | ||
| 6 | by Martin Rudalics <rudalics@gmx.at>. | ||
| 7 | |||
| 8 | 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 9 | |||
| 3 | Widely used frame validity and checking functions. | 10 | Widely used frame validity and checking functions. |
| 4 | * frame.h (decode_live_frame, decode_any_frame): Add prototypes. | 11 | * frame.h (decode_live_frame, decode_any_frame): Add prototypes. |
| 5 | * frame.c (decode_live_frame, decode_any_frame): New functions. | 12 | * frame.c (decode_live_frame, decode_any_frame): New functions. |