Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
509:68eb53e4b7e5 | 510:5bdbc721d46a |
---|---|
1 2001-05-06 Ben Wing <ben@xemacs.org> | |
2 | |
3 * dialog.el (make-dialog-box): | |
4 * menubar-items.el (default-menubar): | |
5 * printer.el (generic-print-buffer): | |
6 * printer.el (generic-print-region): | |
7 implement printing the selection when it's selected. | |
8 | |
9 unrelated: | |
10 | |
11 * minibuf.el (input-error): | |
12 * subr.el (error): | |
13 a couple of error cleanups. | |
14 | |
15 * update-elc.el ((preloaded-file-list site-load-packages need-to-dump dumped-exe)): | |
16 * update-elc.el (update-elc-files-to-compile): | |
17 if bytecomp or byte-optimize need recompiling, then load | |
18 the .el version of them first, recompile them, and reload | |
19 the .elc versions to recompile everything else (so we won't | |
20 be waiting until the cows come home). | |
21 | |
1 2001-05-05 Ben Wing <ben@xemacs.org> | 22 2001-05-05 Ben Wing <ben@xemacs.org> |
2 | 23 |
3 * subr.el (error): | 24 * subr.el (error): |
4 Add missing errors to the doc string. | 25 Add missing errors to the doc string. |
5 | 26 |