aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7a2ff184c0a..ffa4bdf927f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,34 @@
12013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * nsfont.m (ns_escape_name, ns_unescape_name, ns_registry_to_script):
4 Avoid redundant calls to strlen.
5
62013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
7
8 Drop async_visible and async_iconified fields of struct frame.
9 This is possible because async input is gone; for details, see
10 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00734.html.
11 * frame.h (struct frame): Remove async_visible and async_iconified
12 members, convert garbaged to unsigned bitfield. Adjust comments.
13 (FRAME_SAMPLE_VISIBILITY): Remove. Adjust all users.
14 (SET_FRAME_VISIBLE, SET_FRAME_ICONIFIED): New macros.
15 * frame.c, gtkutil.c, term.c, w32fns.c, window.c, xdisp.c:
16 Consistently use SET_FRAME_VISIBLE, SET_FRAME_ICONIFIED,
17 FRAME_VISIBLE_P and FRAME_ICONIFIED_P macros where appropriate.
18 * w32term.c: Ditto.
19 (w32_read_socket): Save iconified state to generate DEICONIFY_EVENT
20 properly. Likewise for obscured.
21 * xterm.c: Ditto.
22 (handle_one_xevent): Save visible state go generate ICONIFY_EVENT
23 properly.
24 * nsterm.m: Ditto.
25 (windowDidDeminiaturize): Generate DEICONIFY_EVENT.
26
272013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
28
29 * insdel.c (prepare_to_modify_buffer): Revert last change as suggested
30 in http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00555.html.
31
12013-01-23 Stefan Monnier <monnier@iro.umontreal.ca> 322013-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2 33
3 * xdisp.c (message2, message2_nolog): Remove functions. 34 * xdisp.c (message2, message2_nolog): Remove functions.