diff options
| author | Dmitry Antipov | 2013-02-15 16:26:42 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-02-15 16:26:42 +0400 |
| commit | 0063fdb148db6352a06448053227c0924110cdda (patch) | |
| tree | 6711236d18fa202a83612192791b0876dbb8e761 /src/ChangeLog | |
| parent | 0f63df79f05310cf6a0bde3474c0c976bb7c2178 (diff) | |
| download | emacs-0063fdb148db6352a06448053227c0924110cdda.tar.gz emacs-0063fdb148db6352a06448053227c0924110cdda.zip | |
* composite.c (fill_gstring_header): Remove useless prototype.
Break long line.
* lisp.h (message_dolog, compile_pattern): Adjust prototype.
* print.c (PRINTDECLARE, print_object):
* search.c (compile_pattern, fast_looking_at, search_buffer):
(simple_search, boyer_moore, Freplace_match):
* xdisp.c (c_string_pos, number_of_chars, message_dolog):
(get_overlay_arrow_glyph_row, display_mode_element):
(decode_mode_spec_coding, message3):
* xfaces.c (face_at_string_position): Use bool for booleans.
Adjust comments.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 00cb40df9e6..448f1e1ca0f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2013-02-15 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * composite.c (fill_gstring_header): Remove useless prototype. | ||
| 4 | Break long line. | ||
| 5 | * lisp.h (message_dolog, compile_pattern): Adjust prototype. | ||
| 6 | * print.c (PRINTDECLARE, print_object): | ||
| 7 | * search.c (compile_pattern, fast_looking_at, search_buffer): | ||
| 8 | (simple_search, boyer_moore, Freplace_match): | ||
| 9 | * xdisp.c (c_string_pos, number_of_chars, message_dolog): | ||
| 10 | (get_overlay_arrow_glyph_row, display_mode_element): | ||
| 11 | (decode_mode_spec_coding, message3): | ||
| 12 | * xfaces.c (face_at_string_position): Use bool for booleans. | ||
| 13 | Adjust comments. | ||
| 14 | |||
| 1 | 2013-02-15 Paul Eggert <eggert@cs.ucla.edu> | 15 | 2013-02-15 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 16 | ||
| 3 | Fix AIX port (Bug#13650). | 17 | Fix AIX port (Bug#13650). |