aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorJuanma Barranquero2013-07-08 01:05:52 +0200
committerJuanma Barranquero2013-07-08 01:05:52 +0200
commit5165d44a786798f59c880d23dd3569d263009b51 (patch)
tree8e38785b20f9e91aaaf7133c6dcc1a159ead1ceb /lib-src
parented095bd7585e92d2159c34a6ce23a909f68a1900 (diff)
downloademacs-5165d44a786798f59c880d23dd3569d263009b51.tar.gz
emacs-5165d44a786798f59c880d23dd3569d263009b51.zip
ChangeLog fixes.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 4a43a741e54..875e6b167d5 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -6134,7 +6134,7 @@
6134 6134
61351995-06-13 Geoff Voelker <voelker@cs.washington.edu> 61351995-06-13 Geoff Voelker <voelker@cs.washington.edu>
6136 6136
6137 * etags.c (process_file,absolute_filename): Handle filenames 6137 * etags.c (process_file, absolute_filename): Handle filenames
6138 starting with a drive letter. 6138 starting with a drive letter.
6139 6139
6140 * makefile.nt (install): Copy wakeup.exe properly. 6140 * makefile.nt (install): Copy wakeup.exe properly.
@@ -6161,12 +6161,12 @@
61611995-05-25 Geoff Voelker <voelker@cs.washington.edu> 61611995-05-25 Geoff Voelker <voelker@cs.washington.edu>
6162 6162
6163 * makefile.nt (LIBS): Use BASE_LIBS. 6163 * makefile.nt (LIBS): Use BASE_LIBS.
6164 (make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend 6164 (make-docfile.exe, hexl.exe, wakeup.exe, etags.exe): Don't depend
6165 upon LIBS. 6165 upon LIBS.
6166 (DOC): Use del instead of rm. 6166 (DOC): Use del instead of rm.
6167 (DOC) [WINDOWS95]: Use DOC. 6167 (DOC) [WINDOWS95]: Use DOC.
6168 (clean): Handle MSVC aux files. 6168 (clean): Handle MSVC aux files.
6169 (config.h,paths.h): Use $(CP) instead of cp. 6169 (config.h, paths.h): Use $(CP) instead of cp.
6170 (config.h): Use $(CONFIG_H) 6170 (config.h): Use $(CONFIG_H)
6171 (make-docfile.obj): Depend upon config.h. 6171 (make-docfile.obj): Depend upon config.h.
6172 Clean up comments. 6172 Clean up comments.