aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog18
1 files changed, 15 insertions, 3 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 4a43a741e54..f41c23df5d2 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,15 @@
12013-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
12013-07-02 Paul Eggert <eggert@cs.ucla.edu> 132013-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).
@@ -6134,7 +6146,7 @@
6134 6146
61351995-06-13 Geoff Voelker <voelker@cs.washington.edu> 61471995-06-13 Geoff Voelker <voelker@cs.washington.edu>
6136 6148
6137 * etags.c (process_file,absolute_filename): Handle filenames 6149 * etags.c (process_file, absolute_filename): Handle filenames
6138 starting with a drive letter. 6150 starting with a drive letter.
6139 6151
6140 * makefile.nt (install): Copy wakeup.exe properly. 6152 * makefile.nt (install): Copy wakeup.exe properly.
@@ -6161,12 +6173,12 @@
61611995-05-25 Geoff Voelker <voelker@cs.washington.edu> 61731995-05-25 Geoff Voelker <voelker@cs.washington.edu>
6162 6174
6163 * makefile.nt (LIBS): Use BASE_LIBS. 6175 * makefile.nt (LIBS): Use BASE_LIBS.
6164 (make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend 6176 (make-docfile.exe, hexl.exe, wakeup.exe, etags.exe): Don't depend
6165 upon LIBS. 6177 upon LIBS.
6166 (DOC): Use del instead of rm. 6178 (DOC): Use del instead of rm.
6167 (DOC) [WINDOWS95]: Use DOC. 6179 (DOC) [WINDOWS95]: Use DOC.
6168 (clean): Handle MSVC aux files. 6180 (clean): Handle MSVC aux files.
6169 (config.h,paths.h): Use $(CP) instead of cp. 6181 (config.h, paths.h): Use $(CP) instead of cp.
6170 (config.h): Use $(CONFIG_H) 6182 (config.h): Use $(CONFIG_H)
6171 (make-docfile.obj): Depend upon config.h. 6183 (make-docfile.obj): Depend upon config.h.
6172 Clean up comments. 6184 Clean up comments.