diff options
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | nt/ChangeLog | 8 | ||||
-rw-r--r-- | src/ChangeLog | 4 |
3 files changed, 14 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d4aecda9e1a..18ad17635e9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-01-28 Peter 'Luna' Runestig <peter@runestig.com> + + * dos-w32.el: Added support for the `default-printer-name' function. + 2004-01-27 Eli Tziperman <eli@deas.harvard.edu> * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter- diff --git a/nt/ChangeLog b/nt/ChangeLog index 4a51c1ab4ee..91fb3f510c1 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,12 +1,16 @@ +2004-01-28 Peter Runestig <peter@runestig.com> + + * gmake.defs, nmake.defs: Add linking to ``winspool.lib''. + 2003-12-24 Miles Bader <miles@gnu.ai.mit.edu> * .cvsignore: Add `.arch-inventory'. -2003-11-22 Lars Hansen <larsh@math.ku.dk> +2003-11-22 Lars Hansen <larsh@math.ku.dk> * inc/grp.h: Added. -2003-09-03 Peter Runestig <peter@runestig.com> +2003-09-03 Peter Runestig <peter@runestig.com> * configure.bat: Create ``makefile'' in directories man, lispref and lispintro. diff --git a/src/ChangeLog b/src/ChangeLog index 61711332b4c..100cfd83f06 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-01-28 Peter Runestig <peter@runestig.com> + + * makefile.w32-in, w32fns.c: Add `default-printer-name' function. + 2004-01-27 Steven Tamm <steventamm@mac.com> * unexmacosx.c (unexec_copy): Do not copy more than was |