diff options
| author | Eli Zaretskii | 2013-04-05 16:10:57 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-04-05 16:10:57 +0300 |
| commit | eb1dd42a729ab1b9cdcd278767951679480cd4c3 (patch) | |
| tree | 7a9787eacf9fa495ad8f7caef59bb58a46fbe04a /src/ChangeLog | |
| parent | 86e9346005b957ddadb73586c9641e68ea12a79d (diff) | |
| parent | 2a417372c4a06fe90c343bc59660268c7a5ac3e9 (diff) | |
| download | emacs-eb1dd42a729ab1b9cdcd278767951679480cd4c3.tar.gz emacs-eb1dd42a729ab1b9cdcd278767951679480cd4c3.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b2b4aa6895c..ea4e660ed8d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,40 @@ | |||
| 1 | 2013-04-02 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Prefer < to > in range checks such as 0 <= i && i < N. | ||
| 4 | This makes it easier to visualize quantities on a number line. | ||
| 5 | This patch doesn't apply to all such range checks, | ||
| 6 | only to the range checks affected by the 2013-03-24 change. | ||
| 7 | This patch reverts most of the 2013-03-24 change. | ||
| 8 | * alloc.c (xpalloc, Fgarbage_collect): | ||
| 9 | * ccl.c (ccl_driver, resolve_symbol_ccl_program): | ||
| 10 | * character.c (string_escape_byte8): | ||
| 11 | * charset.c (read_hex): | ||
| 12 | * data.c (cons_to_unsigned): | ||
| 13 | * dispnew.c (update_frame_1): | ||
| 14 | * doc.c (Fsubstitute_command_keys): | ||
| 15 | * doprnt.c (doprnt): | ||
| 16 | * editfns.c (hi_time, decode_time_components): | ||
| 17 | * fileio.c (file_offset): | ||
| 18 | * fns.c (larger_vector, make_hash_table, Fmake_hash_table): | ||
| 19 | * font.c (font_intern_prop): | ||
| 20 | * frame.c (x_set_alpha): | ||
| 21 | * gtkutil.c (get_utf8_string): | ||
| 22 | * indent.c (check_display_width): | ||
| 23 | * keymap.c (Fkey_description): | ||
| 24 | * lisp.h (FIXNUM_OVERFLOW_P, vcopy): | ||
| 25 | * lread.c (read1): | ||
| 26 | * minibuf.c (read_minibuf_noninteractive): | ||
| 27 | * process.c (wait_reading_process_output): | ||
| 28 | * search.c (Freplace_match): | ||
| 29 | * window.c (get_phys_cursor_glyph): | ||
| 30 | * xdisp.c (redisplay_internal): | ||
| 31 | * xsmfns.c (smc_save_yourself_CB): | ||
| 32 | Prefer < to > for range checks. | ||
| 33 | * dispnew.c (sit_for): Don't mishandle NaNs. | ||
| 34 | This fixes a bug introduced in the 2013-03-24 change. | ||
| 35 | * editfns.c (decode_time_components): Don't hoist comparison. | ||
| 36 | This fixes another bug introduced in the 2013-03-24 change. | ||
| 37 | |||
| 1 | 2013-03-31 Dmitry Antipov <dmantipov@yandex.ru> | 38 | 2013-03-31 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 39 | ||
| 3 | * frame.h (struct frame): Drop scroll_bottom_vpos | 40 | * frame.h (struct frame): Drop scroll_bottom_vpos |