aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 6909367dccb..e1f7a56aede 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12013-05-18 Paul Eggert <eggert@cs.ucla.edu>
2
3 Port --enable-gcc-warnings to clang.
4 * bytecode.c (exec_byte_code):
5 * regex.c:
6 Redo diagnostic pragmas to pacify clang, too.
7 * dbusbind.c (xd_retrieve_arg): Do not use uninitialized variable.
8 * editfns.c (Fencode_time):
9 * fileio.c (file_accessible_directory_p):
10 * font.c (font_unparse_xlfd):
11 Use '&"string"[index]' instead of '"string" + (index)'.
12 * undo.c (user_error): Remove; unused.
13
12013-05-16 Eli Zaretskii <eliz@gnu.org> 142013-05-16 Eli Zaretskii <eliz@gnu.org>
2 15
3 * insdel.c (insert_1_both): Document the arguments, instead of 16 * insdel.c (insert_1_both): Document the arguments, instead of