diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 875e6b167d5..f41c23df5d2 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2013-07-10 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port to C89. | ||
| 4 | * ebrowse.c (USAGE): Remove macro with too-long string literal ... | ||
| 5 | (usage_message): ... and replace it with this new static constant | ||
| 6 | containing multiple literals. All uses changed. | ||
| 7 | * emacsclient.c (print_help_and_exit): | ||
| 8 | Rewrite to avoid string literals longer than the C89 limits. | ||
| 9 | (start_daemon_and_retry_set_socket): | ||
| 10 | Rewrite to avoid non-constant array initializer. | ||
| 11 | * make-docfile.c (enum global_type): Omit trailing comma. | ||
| 12 | |||
| 1 | 2013-07-02 Paul Eggert <eggert@cs.ucla.edu> | 13 | 2013-07-02 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 14 | ||
| 3 | Prefer plain 'static' to 'static inline' (Bug#12541). | 15 | Prefer plain 'static' to 'static inline' (Bug#12541). |