diff src/ChangeLog @ 510:5bdbc721d46a

[xemacs-hg @ 2001-05-06 08:33:35 by ben] implement printing the selection when it's selected. force redisplay when set-charset-ccl-program called. if bytecomp or byte-optimize need recompiling, then load the .el version of them first, recompile them, and reload the .elc versions to recompile everything else (so we won't be waiting until the cows come home).
author ben
date Sun, 06 May 2001 08:33:41 +0000
parents 0be8704d6062
children e159a0b4bed4
line wrap: on
line diff
--- a/src/ChangeLog	Sat May 05 10:53:30 2001 +0000
+++ b/src/ChangeLog	Sun May 06 08:33:41 2001 +0000
@@ -1,3 +1,20 @@
+2001-05-06  Ben Wing  <ben@xemacs.org>
+
+	* console-msw.h:
+	* device-msw.c:
+	* device-msw.c (print_dialog_worker):
+	* device-msw.c (mswindows_handle_print_dialog_box):
+	* device-msw.c (syms_of_device_mswindows):
+	* dialog-msw.c (mswindows_make_dialog_box_internal):
+	* general-slots.h:
+	implement printing the selection when it's selected.
+
+	unrelated:
+	
+	* mule-charset.c (Fset_charset_ccl_program):
+	* mule-charset.c (invalidate_charset_font_caches):
+	force redisplay when set-charset-ccl-program called.
+
 2001-05-04  Martin Buchholz  <martin@xemacs.org>
 
 	* s/bsdos4.h (openpty): Add declaration, missing from system headers.