Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 798:1f5108485fe7
[xemacs-hg @ 2002-03-29 18:26:33 by jhar]
Fix win32 printing margins when machine is set up for metric units
author | jhar |
---|---|
date | Fri, 29 Mar 2002 18:26:49 +0000 |
parents | 776fcda0ee36 |
children | a5954632b187 |
line wrap: on
line diff
--- a/src/ChangeLog Fri Mar 29 13:51:50 2002 +0000 +++ b/src/ChangeLog Fri Mar 29 18:26:49 2002 +0000 @@ -1,3 +1,15 @@ +2002-03-29 Jonathan Harris <jonathan@xemacs.org> + + * device-msw.c (plist_get_margin): Add arg specifying mm or inches + * device-msw.c (plist_set_margin): Fix multiplicand used for mm + * device-msw.c (mswindows_handle_page_setup_dialog_box): + Detect and handle case where machine is set up for metric units + + * intl-auto-encap-win32.c: + * intl-auto-encap-win32.h: + * intl-encap-win32.c: + Add Get & SetLocaleInfo from winnls.h + 2002-03-29 William M. Perry <wmperry@gnu.org> * ui-gtk.c (Fgtk_import_function_internal):