aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e8428abc926..8e72ddbf9c4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * buffer.c (syms_of_buffer) <Vafter_change_functions>: fix docstring.
4
52014-12-27 Eli Zaretskii <eliz@gnu.org>
6
7 * gnutls.c (gnutls_init): Fix deprecation warning from GCC.
8
92014-12-27 Eli Zaretskii <eliz@gnu.org>
10
12014-12-26 Paul Eggert <eggert@cs.ucla.edu> 112014-12-26 Paul Eggert <eggert@cs.ucla.edu>
2 12
3 Use bool for boolean in xselect.c, xsettings.c 13 Use bool for boolean in xselect.c, xsettings.c
@@ -918,6 +928,8 @@
918 * fileio.c (Fexpand_file_name): Use make_unibyte_string, not 928 * fileio.c (Fexpand_file_name): Use make_unibyte_string, not
919 build_string, when importing a home directory. (Bug#18873) 929 build_string, when importing a home directory. (Bug#18873)
920 930
9312014-12-27 Eli Zaretskii <eliz@gnu.org>
932
921 * dispnew.c (buffer_posn_from_coords): 933 * dispnew.c (buffer_posn_from_coords):
922 Use WINDOW_WANTS_HEADER_LINE_P, not WINDOW_WANTS_MODELINE_P, to 934 Use WINDOW_WANTS_HEADER_LINE_P, not WINDOW_WANTS_MODELINE_P, to
923 account for the header-line height. (Bug#18839) 935 account for the header-line height. (Bug#18839)