diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2384599caf2..aad382de6d0 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2012-04-07 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (obj): Add xml.o. | ||
| 4 | |||
| 5 | 2012-04-07 Eli Zaretskii <eliz@gnu.org> | ||
| 6 | |||
| 7 | * makefile.w32-in (ALL): Now the list of executables, not of phony | ||
| 8 | targets. | ||
| 9 | (.PHONY): Only make-docfile is its prerequisite now. | ||
| 10 | (make-docfile): Don't depend on stamp_BLD. Add a comment about | ||
| 11 | the need in this target. | ||
| 12 | (ctags, etags, ebrowse, hexl, movemail, emacsclient) | ||
| 13 | (test-distrib): Phony targets removed. | ||
| 14 | ($(BLD)/test-distrib.exe): Run test-distrib as part of the recipe. | ||
| 15 | (all): Don't depend on stamp_BLD. | ||
| 16 | (ALL): Include $(BLD)/test-distrib.exe. | ||
| 17 | |||
| 1 | 2012-03-11 Andreas Schwab <schwab@linux-m68k.org> | 18 | 2012-03-11 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 19 | ||
| 3 | * emacsclient.c (main): Handle -print-nonl command. | 20 | * emacsclient.c (main): Handle -print-nonl command. |