aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bb2e2bad555..fdbf922173b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,25 @@
12014-04-22 Paul Eggert <eggert@cs.ucla.edu>
2
3 Port to GCC 4.9.0 with --enable-gcc-warnings.
4 * image.c (struct my_jpeg_error_mgr) [lint]: Remove member fp.
5 All uses removed.
6 (jpeg_load_body) [lint]: Add a 'volatile' to pacify a buggy GCC in
7 a way that also works with GCC 4.9.0.
8
9 * search.c (Fnewline_cache_check): Remove unused locals.
10
112014-04-22 Eli Zaretskii <eliz@gnu.org>
12
13 * search.c (find_newline1): New subroutine.
14 (Fnewline_cache_check): New function.
15 (syms_of_search): Defsubr it.
16
172014-04-22 Jarek Czekalski <jarekczek@poczta.onet.pl>
18
19 Fix freezing with scroll bars of GTK3 Toolkit (bug#15801).
20 * keyboard.c (unblock_input): Add comment.
21 * xgselect.c (xg_select): Prevent Glib main loop recursion.
22
12014-04-22 Daniel Colascione <dancol@dancol.org> 232014-04-22 Daniel Colascione <dancol@dancol.org>
2 24
3 * lread.c (readevalloop_eager_expand_eval): New function 25 * lread.c (readevalloop_eager_expand_eval): New function