diff options
| author | Joakim Verona | 2012-12-25 12:46:23 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-12-25 12:46:23 +0100 |
| commit | e5dd24f0774c238b08021fda22502245aa946a41 (patch) | |
| tree | 6dacef17e98134acd1f06906386bae433e865ef2 /src/ChangeLog | |
| parent | 8142ca4454a8746d194a231995476786f40826ef (diff) | |
| parent | 9a0d4f34c6575556260d67f97bbb88a9ef757081 (diff) | |
| download | emacs-e5dd24f0774c238b08021fda22502245aa946a41.tar.gz emacs-e5dd24f0774c238b08021fda22502245aa946a41.zip | |
auto upstream
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cb799f627d1..92ce2f795d9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-12-25 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * xdisp.c (redisplay_window): Remove inner local variable | ||
| 4 | because the outer shadowed one has the same meaning. | ||
| 5 | |||
| 1 | 2012-12-24 Dmitry Antipov <dmantipov@yandex.ru> | 6 | 2012-12-24 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 7 | ||
| 3 | * buffer.h (BUF_COMPACT): New macro to follow the common style. | 8 | * buffer.h (BUF_COMPACT): New macro to follow the common style. |
| @@ -94,7 +99,7 @@ | |||
| 94 | (charpos_to_bytepos): Remove. | 99 | (charpos_to_bytepos): Remove. |
| 95 | * fileio.c (Finsert_file_contents): Use move_gap_both. | 100 | * fileio.c (Finsert_file_contents): Use move_gap_both. |
| 96 | * search.c (Freplace_match): Likewise. | 101 | * search.c (Freplace_match): Likewise. |
| 97 | * process.c (process_send_region): Likewise. Use convenient | 102 | * process.c (process_send_region): Likewise. Use convenient |
| 98 | names for byte positions. | 103 | names for byte positions. |
| 99 | * lisp.h (charpos_to_bytepos): Remove prototype. | 104 | * lisp.h (charpos_to_bytepos): Remove prototype. |
| 100 | * indent.c (scan_for_column): Use CHAR_TO_BYTE. | 105 | * indent.c (scan_for_column): Use CHAR_TO_BYTE. |