comparison 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
comparison
equal deleted inserted replaced
509:68eb53e4b7e5 510:5bdbc721d46a
1 2001-05-06 Ben Wing <ben@xemacs.org>
2
3 * console-msw.h:
4 * device-msw.c:
5 * device-msw.c (print_dialog_worker):
6 * device-msw.c (mswindows_handle_print_dialog_box):
7 * device-msw.c (syms_of_device_mswindows):
8 * dialog-msw.c (mswindows_make_dialog_box_internal):
9 * general-slots.h:
10 implement printing the selection when it's selected.
11
12 unrelated:
13
14 * mule-charset.c (Fset_charset_ccl_program):
15 * mule-charset.c (invalidate_charset_font_caches):
16 force redisplay when set-charset-ccl-program called.
17
1 2001-05-04 Martin Buchholz <martin@xemacs.org> 18 2001-05-04 Martin Buchholz <martin@xemacs.org>
2 19
3 * s/bsdos4.h (openpty): Add declaration, missing from system headers. 20 * s/bsdos4.h (openpty): Add declaration, missing from system headers.
4 21
5 2001-05-05 Martin Buchholz <martin@xemacs.org> 22 2001-05-05 Martin Buchholz <martin@xemacs.org>