diff lisp/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 68eb53e4b7e5
children 19559cacc941
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat May 05 10:53:30 2001 +0000
+++ b/lisp/ChangeLog	Sun May 06 08:33:41 2001 +0000
@@ -1,3 +1,24 @@
+2001-05-06  Ben Wing  <ben@xemacs.org>
+
+	* dialog.el (make-dialog-box):
+	* menubar-items.el (default-menubar):
+	* printer.el (generic-print-buffer):
+	* printer.el (generic-print-region):
+	implement printing the selection when it's selected.
+
+	unrelated:
+	
+	* minibuf.el (input-error):
+	* subr.el (error):
+	a couple of error cleanups.
+	
+	* update-elc.el ((preloaded-file-list site-load-packages need-to-dump dumped-exe)):
+	* update-elc.el (update-elc-files-to-compile):
+	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).
+
 2001-05-05  Ben Wing  <ben@xemacs.org>
 
 	* subr.el (error):