diff options
| author | Dmitry Antipov | 2014-06-17 07:14:00 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-06-17 07:14:00 +0400 |
| commit | 9dc774d4792633e32b3a2e583d6591faa721e637 (patch) | |
| tree | 374dc5f254d18ec80eba68cefd8ecdaa43d89597 /src/ChangeLog | |
| parent | 64e104891f14070bccd1bae0b6da8f2d7091a3f1 (diff) | |
| download | emacs-9dc774d4792633e32b3a2e583d6591faa721e637.tar.gz emacs-9dc774d4792633e32b3a2e583d6591faa721e637.zip | |
* fileio.c (Fread_file_name): Do not pass redundant args and ...
* callint.c (read_file_name): ... convert to static here.
* lisp.h (Fread_file_name): Do not EXFUN it.
* composite.c (CHAR_COMPOSABLE_P): Replace unsafe macro with ...
(char_composable_p): ... static function. All users changed.
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. |