diff options
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. |