Show
Ignore:
Timestamp:
07/01/06 08:27:06 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib-src/ChangeLog

    r4091 r4098  
     12006-06-09  Eli Zaretskii  <eliz@gnu.org> 
     2 
     3        * yow.c: Remove file. 
     4 
     5        * makefile.w32-in ($(BLD)/yow.$(O)): Remove target. 
     6 
     7        * Makefile.in (UTILITIES): Remove yow${EXEEXT}. 
     8        yow${EXEEXT}: Remove target. 
     9 
     102006-06-04  Masatake YAMATO  <jet@gyve.org> 
     11 
     12        * ebrowse.c (main): Exit with EXIT_FAILURE if BROWSE file 
     13        doesn't exist, is not seekable, not is failed in ftall. 
     14 
     152006-06-03  Eli Zaretskii  <eliz@gnu.org> 
     16 
     17        * makefile.w32-in (ALL): Add sorted-doc and digest-doc. 
     18        ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe) 
     19        ($(BLD)/test-distrib.exe): New targets. 
     20        (sorted-doc, digest-doc, test-distrib): New targets. 
     21        (install): Install sorted-doc.exe and digest-doc.exe. 
     22        ($(BLD)/sorted-doc.$(O)): Update dependencies. 
     23 
     24        * digest-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h. 
     25        (main) [DOS_NT]: Switch stdin to binary mode, if it is not a 
     26        terminal device. 
     27 
     28        * sorted-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h. 
     29        [WINDOWSNT] <top level>: Don't redeclare malloc. 
     30        (main) [DOS_NT]: Switch stdin to binary mode, if it is not a 
     31        terminal device. 
     32        (main): Initialize bp, to avoid compiler warnings 
     33 
     34        * makefile.w32-in: Delete traces of leditcfns.c. 
     35 
     36        * leditcfns.c: Remove file. 
     37 
    1382006-05-23  Francesco Potort,Al(B  <pot@gnu.org> 
    239