aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-12-26 10:46:21 +0100
committerJoakim Verona2012-12-26 10:46:21 +0100
commit899ca8176f7d38daeed5456f82717a6deb6560f9 (patch)
tree4f640f3ba0883c6b534abf60e68261483c9c441e /src/ChangeLog
parent33d58dfa55bce32831a0b88f41f0fd9a0449fd17 (diff)
parent4b298d5a3e0d5fb75f66c48598e80122669cef8b (diff)
downloademacs-899ca8176f7d38daeed5456f82717a6deb6560f9.tar.gz
emacs-899ca8176f7d38daeed5456f82717a6deb6560f9.zip
auto upstream
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 91fa2cb5f6e..8a228214507 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12012-12-26 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * keyboard.c (record_asynch_buffer_change): Initialize an event
4 only if it's really needed.
5 * frame.h (enum output_method): Remove output_mac member since
6 it's a leftover from the deleted code.
7 * frame.c (Fframep): Adjust user here ...
8 * terminal.c (Fterminal_live_p): ... and here.
9 * coding.c (Qmac): Now here because it's only used to denote
10 end-of-line encoding type.
11 (syms_of_coding): DEFSYM it.
12 * frame.h (Qmac): Remove duplicated declaration.
13
12012-12-26 Paul Eggert <eggert@cs.ucla.edu> 142012-12-26 Paul Eggert <eggert@cs.ucla.edu>
2 15
3 * window.c (select_window_1): Now static, since it's used only here. 16 * window.c (select_window_1): Now static, since it's used only here.