Mercurial > emacs
comparison src/ChangeLog @ 98543:a97852c2d560
* emacs.c (Vbefore_init_time, Vafter_init_time): Moved from
startup.el.
* lisp.h: (Vbefore_init_time, Vafter_init_time): Declare.
* gtkutil.c (x_wm_set_size_hint): Return immediately if called
during initialization.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 06 Oct 2008 16:16:43 +0000 |
parents | 09a4b21bd2de |
children | 0835efd6ac19 |
comparison
equal
deleted
inserted
replaced
98542:bbd02c892604 | 98543:a97852c2d560 |
---|---|
1 2008-10-06 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * emacs.c (Vbefore_init_time, Vafter_init_time): Moved from | |
4 startup.el. | |
5 | |
6 * lisp.h: (Vbefore_init_time, Vafter_init_time): Declare. | |
7 | |
8 * gtkutil.c (x_wm_set_size_hint): Return immediately if called | |
9 during initialization. | |
10 | |
1 2008-10-04 Eli Zaretskii <eliz@gnu.org> | 11 2008-10-04 Eli Zaretskii <eliz@gnu.org> |
2 | 12 |
3 * xdisp.c (redisplay_internal): If frame switched, redisplay the | 13 * xdisp.c (redisplay_internal): If frame switched, redisplay the |
4 whole thing on MSDOS frames as well as on a TTY. | 14 whole thing on MSDOS frames as well as on a TTY. |
5 | 15 |