diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bd75180fb55..fee5842c6b6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2014-07-26 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * alloc.c (xnmalloc, xnrealloc, xpalloc, make_save_value) | ||
| 4 | (Fgarbage_collect): Reorder conditions that are written backwards. | ||
| 5 | * data.c (cons_to_unsigned): Likewise. | ||
| 6 | * dispnew.c (update_frame_1, sit_for): Likewise. | ||
| 7 | * fileio.c (file_offset): Likewise. | ||
| 8 | * filelock.c (read_lock_data, lock_file): Likewise. | ||
| 9 | * fns.c (larger_vector, make_hash_table, Fmake_hash_table): | ||
| 10 | Likewise. | ||
| 11 | * font.c (font_intern_prop, font_style_symbolic): Likewise. | ||
| 12 | * lisp.h (FIXNUM_OVERFLOW_P): Likewise. | ||
| 13 | * lread.c (read1): Likewise. | ||
| 14 | * minibuf.c (read_minibuf_noninteractive): Likewise. | ||
| 15 | * nsterm.m (x_set_frame_alpha): Likewise. | ||
| 16 | * process.c (wait_reading_process_output): Likewise. | ||
| 17 | * region-cache.c (delete_cache_boundaries): Likewise. | ||
| 18 | * xterm.c (x_set_frame_alpha): Likewise. | ||
| 19 | |||
| 1 | 2014-07-25 Paul Eggert <eggert@cs.ucla.edu> | 20 | 2014-07-25 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 21 | ||
| 3 | * dispextern.h, xdisp.c (hourglass_shown_p, hourglass_atimer): | 22 | * dispextern.h, xdisp.c (hourglass_shown_p, hourglass_atimer): |