diff options
| author | Eli Zaretskii | 2010-04-19 19:22:55 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-04-19 19:22:55 +0300 |
| commit | fd3998ffe25d0b44771f110c43b8409656a2b7d3 (patch) | |
| tree | b3ade5505051bda1a13d0b233b1c410b10970d2b /src/ChangeLog | |
| parent | 940afb597e2c898bfa1d00b7797515528eb139c8 (diff) | |
| download | emacs-fd3998ffe25d0b44771f110c43b8409656a2b7d3.tar.gz emacs-fd3998ffe25d0b44771f110c43b8409656a2b7d3.zip | |
Cosmetic changes in src/bidi.c.
bidi.c (bidi_get_type, bidi_get_category)
(bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
(bidi_type_of_next_char, bidi_level_of_next_char): Declare
static. Use `INLINE' rather than `inline'.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 61d2f124935..27cc282145b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2010-04-19 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * bidi.c (bidi_get_type, bidi_get_category) | ||
| 4 | (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral) | ||
| 5 | (bidi_type_of_next_char, bidi_level_of_next_char): Declare | ||
| 6 | static. Use `INLINE' rather than `inline'. | ||
| 7 | |||
| 1 | 2010-04-19 Juanma Barranquero <lekktu@gmail.com> | 8 | 2010-04-19 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 9 | ||
| 3 | * dired.c (Ffile_attributes): Fix typo in docstring. | 10 | * dired.c (Ffile_attributes): Fix typo in docstring. |