diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c2f0d27fd73..142ede7d681 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-06-17 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * fileio.c (Fread_file_name): Do not pass redundant args and ... | ||
| 4 | * callint.c (read_file_name): ... convert to static here. | ||
| 5 | * lisp.h (Fread_file_name): Do not EXFUN it. | ||
| 6 | * composite.c (CHAR_COMPOSABLE_P): Replace unsafe macro with ... | ||
| 7 | (char_composable_p): ... static function. All users changed. | ||
| 8 | |||
| 1 | 2014-06-16 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2014-06-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | * Makefile.in (ns-app): Fix typo that broke build on OS X. | 11 | * Makefile.in (ns-app): Fix typo that broke build on OS X. |