aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 37e6d20eb83..f0ec092c068 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12015-02-26 Eli Zaretskii <eliz@gnu.org>
2
3 * dispextern.h (FACE_FOR_CHAR): Fix the commentary.
4
52015-02-26 Hans Wennborg <hwennborg@google.com> (tiny change)
6
7 * emacs.c (decode_env_path): Add parentheses around ternary
8 operator to increase readability and pacify compiler warnings.
9
102015-02-26 Eli Zaretskii <eliz@gnu.org>
11
12 * w32.c (sys_readdir): Map ERROR_NOT_READY (as in "device not
13 ready") to ENOENT.
14
12015-02-26 Paul Eggert <eggert@cs.ucla.edu> 152015-02-26 Paul Eggert <eggert@cs.ucla.edu>
2 16
3 * xfns.c (x_real_pos_and_offsets): Fix pointer signedness. 17 * xfns.c (x_real_pos_and_offsets): Fix pointer signedness.