diff options
| author | Joakim Verona | 2013-01-25 00:03:33 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-01-25 00:03:33 +0100 |
| commit | 25520166464418c67a8b4ae9fb7174c949e40d6b (patch) | |
| tree | 140513b5d8e79d0005f7fcda2aadb22a3ac4f210 /src/ChangeLog | |
| parent | e4963dc9795ed5a3eb60e73943b9d799107e0f13 (diff) | |
| parent | 3d4147bae3f03502acb3d12a5c9747129cc0c6aa (diff) | |
| download | emacs-25520166464418c67a8b4ae9fb7174c949e40d6b.tar.gz emacs-25520166464418c67a8b4ae9fb7174c949e40d6b.zip | |
auto upstream
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 31 |
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 @@ | |||
| 1 | 2013-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 | |||
| 6 | 2013-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 | |||
| 27 | 2013-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 | |||
| 1 | 2013-01-23 Stefan Monnier <monnier@iro.umontreal.ca> | 32 | 2013-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. |