diff options
| author | Paul Eggert | 2014-05-04 12:37:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-05-04 12:37:56 -0700 |
| commit | 3e9fa60a5c99568817a12a1011b0e61cce5d3a67 (patch) | |
| tree | 831a801351db662f324d0709bf1fee718eda63e9 /src/ChangeLog | |
| parent | bbdcf64f499636ba9567e8fed8f209e06380352c (diff) | |
| parent | 61febcb6e32860575316b8a539a2e9f13f70e3c2 (diff) | |
| download | emacs-3e9fa60a5c99568817a12a1011b0e61cce5d3a67.tar.gz emacs-3e9fa60a5c99568817a12a1011b0e61cce5d3a67.zip | |
Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.edu
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 152bcad9470..e06163c32ce 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,54 @@ | |||
| 1 | 2014-05-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Revert recent libpng changes (Bug#17339). | ||
| 4 | * Makefile.in (PNG_CFLAGS): Remove; all uses removed. | ||
| 5 | * image.c [HAVE_LIBPNG_PNG_H]: Include <libpng/png.h>, not <png.h>. | ||
| 6 | |||
| 7 | 2014-05-03 Paul Eggert <eggert@cs.ucla.edu> | ||
| 8 | |||
| 9 | Handle systems without WCONTINUED consistently. (Bug#15110, 17339) | ||
| 10 | * process.c (handle_child_signal): Remove WCONTINUED ifdef, | ||
| 11 | because WCONTINUED is always defined now. | ||
| 12 | * syswait.h (WCONTINUED): Move here from ../lib-src/emacsclient.c. | ||
| 13 | |||
| 14 | 2014-05-03 Eli Zaretskii <eliz@gnu.org> | ||
| 15 | |||
| 16 | * buffer.c (overlay_strings): Fix the wording of the commentary. | ||
| 17 | |||
| 18 | 2014-05-02 Paul Eggert <eggert@cs.ucla.edu> | ||
| 19 | |||
| 20 | Consult libpng-config more consistently (Bug#17339). | ||
| 21 | * Makefile.in (PNG_CFLAGS): New var. | ||
| 22 | (ALL_CFLAGS): Use it. | ||
| 23 | * image.c [HAVE_PNG]: Don't worry about <libpng/png.h>, as | ||
| 24 | CFLAGS now handles this. | ||
| 25 | |||
| 26 | 2014-05-01 Glenn Morris <rgm@gnu.org> | ||
| 27 | |||
| 28 | * floatfns.c (Fisnan): | ||
| 29 | * profiler.c (Fprofiler_cpu_running_p): Doc fix (replace `iff'). | ||
| 30 | |||
| 31 | 2014-05-01 Eli Zaretskii <eliz@gnu.org> | ||
| 32 | |||
| 33 | * term.c (tty_menu_activate): A better initialization for cursor | ||
| 34 | coordinates. | ||
| 35 | |||
| 36 | 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 37 | |||
| 38 | * intervals.c: Tighten assertions. | ||
| 39 | (create_root_interval): Make sure the interval is not empty. | ||
| 40 | (intervals_equal): Use booleans. | ||
| 41 | (rotate_right, rotate_left): Check LENGTHs rather than TOTAL_LENGTH. | ||
| 42 | (balance_an_interval): Sanity check LENGTHs and TOTAL_LENGTHs. | ||
| 43 | (balance_possible_root_interval): Simplify and use booleans. | ||
| 44 | (split_interval_right, split_interval_left): Check LENGTH, and remove | ||
| 45 | now redundant assertion. | ||
| 46 | (adjust_intervals_for_insertion): Remove now redundant assertions. | ||
| 47 | (delete_node, interval_deletion_adjustment) | ||
| 48 | (adjust_intervals_for_deletion, merge_interval_right) | ||
| 49 | (merge_interval_left): Check LENGTH rather than TOTAL_LENGTH. | ||
| 50 | (reproduce_interval): Make sure the interval is not empty. | ||
| 51 | |||
| 1 | 2014-04-30 Paul Eggert <eggert@cs.ucla.edu> | 52 | 2014-04-30 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 53 | ||
| 3 | * term.c (tty_menu_activate): Don't assume row and col are initialized. | 54 | * term.c (tty_menu_activate): Don't assume row and col are initialized. |