diff options
| author | Miles Bader | 2006-06-07 18:05:10 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-06-07 18:05:10 +0000 |
| commit | b883cdb2fefa8ea9c3b0d82eba7a9ee792f871bb (patch) | |
| tree | de3804210a8cd955e0d3b9abc15679480930bc82 /lib-src/ChangeLog | |
| parent | 885b7d0991bd4b4b8f4bd1d3cd21c18a697bbce2 (diff) | |
| parent | 26c9afc3239e18b03537faaea33e3e82e28099e6 (diff) | |
| download | emacs-b883cdb2fefa8ea9c3b0d82eba7a9ee792f871bb.tar.gz emacs-b883cdb2fefa8ea9c3b0d82eba7a9ee792f871bb.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 285-296)
- Update from CVS
- Merge from gnus--rel--5.10
- Update from CVS: admin/FOR-RELEASE: Update refcard section.
* gnus--rel--5.10 (patch 102-104)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-64
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 16c4e538939..557d8a2d492 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,36 @@ | |||
| 1 | 2006-06-04 Masatake YAMATO <jet@gyve.org> | ||
| 2 | |||
| 3 | * ebrowse.c (main): Exit with EXIT_FAILURE if BROWSE file | ||
| 4 | doesn't exist, is not seekable, not is failed in ftall. | ||
| 5 | |||
| 6 | 2006-06-03 Eli Zaretskii <eliz@gnu.org> | ||
| 7 | |||
| 8 | * makefile.w32-in (ALL): Add sorted-doc and digest-doc. | ||
| 9 | ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe) | ||
| 10 | ($(BLD)/test-distrib.exe): New targets. | ||
| 11 | (sorted-doc, digest-doc, test-distrib): New targets. | ||
| 12 | (install): Install sorted-doc.exe and digest-doc.exe. | ||
| 13 | ($(BLD)/sorted-doc.$(O)): Update dependencies. | ||
| 14 | |||
| 15 | * digest-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h. | ||
| 16 | (main) [DOS_NT]: Switch stdin to binary mode, if it is not a | ||
| 17 | terminal device. | ||
| 18 | |||
| 19 | * sorted-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h. | ||
| 20 | [WINDOWSNT] <top level>: Don't redeclare malloc. | ||
| 21 | (main) [DOS_NT]: Switch stdin to binary mode, if it is not a | ||
| 22 | terminal device. | ||
| 23 | (main): Initialize bp, to avoid compiler warnings | ||
| 24 | |||
| 25 | * makefile.w32-in: Delete traces of leditcfns.c. | ||
| 26 | |||
| 27 | * leditcfns.c: Remove file. | ||
| 28 | |||
| 29 | 2006-05-23 Francesco Potort,Al(B <pot@gnu.org> | ||
| 30 | |||
| 31 | * pop.c (pop_open, socket_connection, KPOP_SERVICE): Added | ||
| 32 | comments explaining why the "kpop" service is never used. | ||
| 33 | |||
| 1 | 2006-05-13 Eli Zaretskii <eliz@gnu.org> | 34 | 2006-05-13 Eli Zaretskii <eliz@gnu.org> |
| 2 | 35 | ||
| 3 | * makefile.w32-in (lisp1): Add fringe.elc. | 36 | * makefile.w32-in (lisp1): Add fringe.elc. |