annotate src/ChangeLog @ 536:8f3fb4fd879b

[xemacs-hg @ 2001-05-14 05:05:09 by mta] * dragdrop.el (experimental-dragdrop-drop-url-default): If event has no window, use one from the frame in the event * frame-msw.c (mswindows_make_frame_visible): Call SetActiveWindow to make the frame the active window.
author mta
date Mon, 14 May 2001 05:05:14 +0000
parents c69610198c35
children 2e265ae71eed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
536
8f3fb4fd879b [xemacs-hg @ 2001-05-14 05:05:09 by mta]
mta
parents: 535
diff changeset
1 2001-05-13 Mike Alexander <mta@arbortext.com>
8f3fb4fd879b [xemacs-hg @ 2001-05-14 05:05:09 by mta]
mta
parents: 535
diff changeset
2
8f3fb4fd879b [xemacs-hg @ 2001-05-14 05:05:09 by mta]
mta
parents: 535
diff changeset
3 * frame-msw.c (mswindows_make_frame_visible): Call SetActiveWindow
8f3fb4fd879b [xemacs-hg @ 2001-05-14 05:05:09 by mta]
mta
parents: 535
diff changeset
4 to make the frame the active window.
8f3fb4fd879b [xemacs-hg @ 2001-05-14 05:05:09 by mta]
mta
parents: 535
diff changeset
5
535
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
6 2001-05-11 Martin Buchholz <martin@xemacs.org>
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
7
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
8 Eliminate the need to define HAVE_PTYS in s&m files.
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
9
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
10 * config.h.in:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
11 * event-msw.c (emacs_mswindows_create_stream_pair):
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
12 * event-stream.c (execute_internal_event):
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
13 * event-unixoid.c (event_stream_unixoid_create_stream_pair):
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
14 * process-unix.c:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
15 * process-unix.c (unix_create_process):
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
16 * sysdep.c:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
17 * sysdep.c (set_descriptor_non_blocking):
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
18 * sysdep.c (setup_pty): Delete ancient FIONBIO code.
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
19 * systty.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
20 * s/aix3-1.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
21 * s/bsd4-1.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
22 * s/bsd4-2.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
23 * s/cxux.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
24 * s/dgux.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
25 * s/cygwin32.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
26 * s/esix.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
27 * s/hpux.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
28 * s/iris3-5.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
29 * s/iris3-6.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
30 * s/irix3-3.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
31 * s/isc2-2.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
32 * s/linux.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
33 * s/ptx.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
34 * s/rtu.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
35 * s/sco4.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
36 * s/sco5.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
37 * s/template.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
38 * s/umax.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
39 * s/umips.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
40 * s/unipl5-0.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
41 * s/unipl5-2.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
42 * s/usg5-0.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
43 * s/usg5-3.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
44 * s/usg5-4.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
45 * s/windowsnt.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
46 * s/xenix.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
47 * m/7300.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
48 * m/delta.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
49 * m/delta88k.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
50 * m/dpx2.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
51 * m/hp800.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
52 * m/ibmps2-aix.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
53 * m/ibmrt-aix.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
54 * m/mips.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
55 * m/pfa50.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
56 * m/sps7.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
57 * m/stride.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
58 * m/tad68k.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
59 * m/tekxd88.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
60 * m/wicat.h:
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
61 Nuke all references to HAVE_PTYS, SYSV_PTYS, NEED_BSDTTY.
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
62 All current Unix systems have ptys, and even on systems without
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
63 ptys, the basic functionality has been sufficiently
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
64 autoconfiscated that everything should just work anyways.
c69610198c35 [xemacs-hg @ 2001-05-14 04:52:02 by martinb]
martinb
parents: 534
diff changeset
65
534
a0266879cecf [xemacs-hg @ 2001-05-14 04:16:17 by mta]
mta
parents: 533
diff changeset
66 2001-05-11 Mike Alexander <mta@arbortext.com>
a0266879cecf [xemacs-hg @ 2001-05-14 04:16:17 by mta]
mta
parents: 533
diff changeset
67
a0266879cecf [xemacs-hg @ 2001-05-14 04:16:17 by mta]
mta
parents: 533
diff changeset
68 * event-msw.c (mswindows_need_event_in_modal_loop):
a0266879cecf [xemacs-hg @ 2001-05-14 04:16:17 by mta]
mta
parents: 533
diff changeset
69 (mswindows_need_event):
a0266879cecf [xemacs-hg @ 2001-05-14 04:16:17 by mta]
mta
parents: 533
diff changeset
70 Fix indentation.
a0266879cecf [xemacs-hg @ 2001-05-14 04:16:17 by mta]
mta
parents: 533
diff changeset
71
533
f38950946dcf [xemacs-hg @ 2001-05-12 11:39:18 by ben]
ben
parents: 531
diff changeset
72 2001-05-12 Ben Wing <ben@xemacs.org>
f38950946dcf [xemacs-hg @ 2001-05-12 11:39:18 by ben]
ben
parents: 531
diff changeset
73
f38950946dcf [xemacs-hg @ 2001-05-12 11:39:18 by ben]
ben
parents: 531
diff changeset
74 * .cvsignore: add xemacs.opt, a VC-generated file.
f38950946dcf [xemacs-hg @ 2001-05-12 11:39:18 by ben]
ben
parents: 531
diff changeset
75
531
0493e9f3c27f [xemacs-hg @ 2001-05-12 11:16:12 by ben]
ben
parents: 528
diff changeset
76 2001-05-12 Ben Wing <ben@xemacs.org>
0493e9f3c27f [xemacs-hg @ 2001-05-12 11:16:12 by ben]
ben
parents: 528
diff changeset
77
0493e9f3c27f [xemacs-hg @ 2001-05-12 11:16:12 by ben]
ben
parents: 528
diff changeset
78 * event-msw.c (mswindows_dde_callback):
0493e9f3c27f [xemacs-hg @ 2001-05-12 11:16:12 by ben]
ben
parents: 528
diff changeset
79 * event-msw.c (mswindows_wnd_proc):
0493e9f3c27f [xemacs-hg @ 2001-05-12 11:16:12 by ben]
ben
parents: 528
diff changeset
80 eliminate cygwin warnings.
0493e9f3c27f [xemacs-hg @ 2001-05-12 11:16:12 by ben]
ben
parents: 528
diff changeset
81
0493e9f3c27f [xemacs-hg @ 2001-05-12 11:16:12 by ben]
ben
parents: 528
diff changeset
82 * dired.c:
0493e9f3c27f [xemacs-hg @ 2001-05-12 11:16:12 by ben]
ben
parents: 528
diff changeset
83 * dired.c (user_name_completion):
0493e9f3c27f [xemacs-hg @ 2001-05-12 11:16:12 by ben]
ben
parents: 528
diff changeset
84 * syswindows.h:
0493e9f3c27f [xemacs-hg @ 2001-05-12 11:16:12 by ben]
ben
parents: 528
diff changeset
85 * win32.c:
0493e9f3c27f [xemacs-hg @ 2001-05-12 11:16:12 by ben]
ben
parents: 528
diff changeset
86 * win32.c (init_potentially_nonexistent_functions):
0493e9f3c27f [xemacs-hg @ 2001-05-12 11:16:12 by ben]
ben
parents: 528
diff changeset
87 find the Net* functions the hard way to avoid errors on win 9x.
0493e9f3c27f [xemacs-hg @ 2001-05-12 11:16:12 by ben]
ben
parents: 528
diff changeset
88
528
ef4d2466a29c [xemacs-hg @ 2001-05-10 09:59:45 by ben]
ben
parents: 525
diff changeset
89 2001-05-10 Ben Wing <ben@xemacs.org>
ef4d2466a29c [xemacs-hg @ 2001-05-10 09:59:45 by ben]
ben
parents: 525
diff changeset
90
ef4d2466a29c [xemacs-hg @ 2001-05-10 09:59:45 by ben]
ben
parents: 525
diff changeset
91 * dired.c:
ef4d2466a29c [xemacs-hg @ 2001-05-10 09:59:45 by ben]
ben
parents: 525
diff changeset
92 * dired.c (user_name_completion_unwind):
ef4d2466a29c [xemacs-hg @ 2001-05-10 09:59:45 by ben]
ben
parents: 525
diff changeset
93 * dired.c (user_name_completion):
ef4d2466a29c [xemacs-hg @ 2001-05-10 09:59:45 by ben]
ben
parents: 525
diff changeset
94 * dired.c (syms_of_dired):
ef4d2466a29c [xemacs-hg @ 2001-05-10 09:59:45 by ben]
ben
parents: 525
diff changeset
95 implement user-name-all-completions under Windows.
ef4d2466a29c [xemacs-hg @ 2001-05-10 09:59:45 by ben]
ben
parents: 525
diff changeset
96
ef4d2466a29c [xemacs-hg @ 2001-05-10 09:59:45 by ben]
ben
parents: 525
diff changeset
97 * emacs.c:
ef4d2466a29c [xemacs-hg @ 2001-05-10 09:59:45 by ben]
ben
parents: 525
diff changeset
98 * emacs.c (syms_of_emacs):
ef4d2466a29c [xemacs-hg @ 2001-05-10 09:59:45 by ben]
ben
parents: 525
diff changeset
99 create new function force-debugging-signal (only when DEBUG_XEMACS)
ef4d2466a29c [xemacs-hg @ 2001-05-10 09:59:45 by ben]
ben
parents: 525
diff changeset
100 to breakpoint or abort to the debugger.
ef4d2466a29c [xemacs-hg @ 2001-05-10 09:59:45 by ben]
ben
parents: 525
diff changeset
101
ef4d2466a29c [xemacs-hg @ 2001-05-10 09:59:45 by ben]
ben
parents: 525
diff changeset
102 * file-coding.c:
ef4d2466a29c [xemacs-hg @ 2001-05-10 09:59:45 by ben]
ben
parents: 525
diff changeset
103 * file-coding.c (syms_of_file_coding):
ef4d2466a29c [xemacs-hg @ 2001-05-10 09:59:45 by ben]
ben
parents: 525
diff changeset
104 * file-coding.h:
ef4d2466a29c [xemacs-hg @ 2001-05-10 09:59:45 by ben]
ben
parents: 525
diff changeset
105 * lisp.h:
ef4d2466a29c [xemacs-hg @ 2001-05-10 09:59:45 by ben]
ben
parents: 525
diff changeset
106 move coding-system-charset to lisp to avoid doc warning.
ef4d2466a29c [xemacs-hg @ 2001-05-10 09:59:45 by ben]
ben
parents: 525
diff changeset
107
525
77fb0aa0e69f [xemacs-hg @ 2001-05-09 14:31:52 by wmperry]
wmperry
parents: 523
diff changeset
108 2001-05-09 William M. Perry <wmperry@gnu.org>
77fb0aa0e69f [xemacs-hg @ 2001-05-09 14:31:52 by wmperry]
wmperry
parents: 523
diff changeset
109
77fb0aa0e69f [xemacs-hg @ 2001-05-09 14:31:52 by wmperry]
wmperry
parents: 523
diff changeset
110 * scrollbar-gtk.c (gtk_create_scrollbar_instance): Fix the
77fb0aa0e69f [xemacs-hg @ 2001-05-09 14:31:52 by wmperry]
wmperry
parents: 523
diff changeset
111 disappearing GTK scrollbar problem.
77fb0aa0e69f [xemacs-hg @ 2001-05-09 14:31:52 by wmperry]
wmperry
parents: 523
diff changeset
112
523
cd662ad69f40 [xemacs-hg @ 2001-05-09 13:43:49 by ben]
ben
parents: 522
diff changeset
113 2001-05-09 Ben Wing <ben@xemacs.org>
cd662ad69f40 [xemacs-hg @ 2001-05-09 13:43:49 by ben]
ben
parents: 522
diff changeset
114
cd662ad69f40 [xemacs-hg @ 2001-05-09 13:43:49 by ben]
ben
parents: 522
diff changeset
115 * regex.c (regex_compile):
cd662ad69f40 [xemacs-hg @ 2001-05-09 13:43:49 by ben]
ben
parents: 522
diff changeset
116 fix error compiling regexps with back-references in them.
cd662ad69f40 [xemacs-hg @ 2001-05-09 13:43:49 by ben]
ben
parents: 522
diff changeset
117
522
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 520
diff changeset
118 2001-05-09 Martin Buchholz <martin@xemacs.org>
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 520
diff changeset
119
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 520
diff changeset
120 * XEmacs 21.5.1 "anise" is released.
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 520
diff changeset
121
520
0cacef09dba2 [xemacs-hg @ 2001-05-08 09:14:35 by yoshiki]
yoshiki
parents: 519
diff changeset
122 2001-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
0cacef09dba2 [xemacs-hg @ 2001-05-08 09:14:35 by yoshiki]
yoshiki
parents: 519
diff changeset
123
0cacef09dba2 [xemacs-hg @ 2001-05-08 09:14:35 by yoshiki]
yoshiki
parents: 519
diff changeset
124 * buffer.c (Vcase_fold_search): Remove obsolete
0cacef09dba2 [xemacs-hg @ 2001-05-08 09:14:35 by yoshiki]
yoshiki
parents: 519
diff changeset
125 comment about non ASCII case-fold-search. This
0cacef09dba2 [xemacs-hg @ 2001-05-08 09:14:35 by yoshiki]
yoshiki
parents: 519
diff changeset
126 bug has been fixed by case-table changes.
0cacef09dba2 [xemacs-hg @ 2001-05-08 09:14:35 by yoshiki]
yoshiki
parents: 519
diff changeset
127
519
1c3b60121364 [xemacs-hg @ 2001-05-08 06:00:32 by martinb]
martinb
parents: 518
diff changeset
128 2001-05-08 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
1c3b60121364 [xemacs-hg @ 2001-05-08 06:00:32 by martinb]
martinb
parents: 518
diff changeset
129
1c3b60121364 [xemacs-hg @ 2001-05-08 06:00:32 by martinb]
martinb
parents: 518
diff changeset
130 * mule-charset.c (Fmake_charset): Add missing else.
1c3b60121364 [xemacs-hg @ 2001-05-08 06:00:32 by martinb]
martinb
parents: 518
diff changeset
131
518
e6e7cbdea419 [xemacs-hg @ 2001-05-08 05:23:51 by martinb]
martinb
parents: 517
diff changeset
132 2001-05-07 Martin Buchholz <martin@xemacs.org>
e6e7cbdea419 [xemacs-hg @ 2001-05-08 05:23:51 by martinb]
martinb
parents: 517
diff changeset
133
e6e7cbdea419 [xemacs-hg @ 2001-05-08 05:23:51 by martinb]
martinb
parents: 517
diff changeset
134 * s/bsd386.h: Use NOT_C_CODE instead of `emacs' to protect Makefiles
e6e7cbdea419 [xemacs-hg @ 2001-05-08 05:23:51 by martinb]
martinb
parents: 517
diff changeset
135
517
00e9371a84f3 [xemacs-hg @ 2001-05-08 05:16:01 by martinb]
martinb
parents: 516
diff changeset
136 2001-05-08 Martin Buchholz <martin@xemacs.org>
00e9371a84f3 [xemacs-hg @ 2001-05-08 05:16:01 by martinb]
martinb
parents: 516
diff changeset
137
00e9371a84f3 [xemacs-hg @ 2001-05-08 05:16:01 by martinb]
martinb
parents: 516
diff changeset
138 * s/bsdos4.h: Protect C code with #ifndef NOT_C_CODE.
00e9371a84f3 [xemacs-hg @ 2001-05-08 05:16:01 by martinb]
martinb
parents: 516
diff changeset
139
516
8a4db099aa97 [xemacs-hg @ 2001-05-07 14:55:13 by yoshiki]
yoshiki
parents: 513
diff changeset
140 2000-04-22 zhaoway <zw@debian.org>
8a4db099aa97 [xemacs-hg @ 2001-05-07 14:55:13 by yoshiki]
yoshiki
parents: 513
diff changeset
141
8a4db099aa97 [xemacs-hg @ 2001-05-07 14:55:13 by yoshiki]
yoshiki
parents: 513
diff changeset
142 * event-stream.c (is_scrollbar_event): Return 0 when XEmacs is
8a4db099aa97 [xemacs-hg @ 2001-05-07 14:55:13 by yoshiki]
yoshiki
parents: 513
diff changeset
143 compiled without scrollbars.
8a4db099aa97 [xemacs-hg @ 2001-05-07 14:55:13 by yoshiki]
yoshiki
parents: 513
diff changeset
144
513
e159a0b4bed4 [xemacs-hg @ 2001-05-07 07:49:18 by martinb]
martinb
parents: 510
diff changeset
145 2001-05-05 Martin Buchholz <martin@xemacs.org>
e159a0b4bed4 [xemacs-hg @ 2001-05-07 07:49:18 by martinb]
martinb
parents: 510
diff changeset
146
e159a0b4bed4 [xemacs-hg @ 2001-05-07 07:49:18 by martinb]
martinb
parents: 510
diff changeset
147 TTY configury portability improvements.
e159a0b4bed4 [xemacs-hg @ 2001-05-07 07:49:18 by martinb]
martinb
parents: 510
diff changeset
148 Support systems which use OXTABS instead of TAB3, without any s&m.
e159a0b4bed4 [xemacs-hg @ 2001-05-07 07:49:18 by martinb]
martinb
parents: 510
diff changeset
149 * s/bsd386.h: Remove definitions for system symbols TABDLY and OXTABS.
e159a0b4bed4 [xemacs-hg @ 2001-05-07 07:49:18 by martinb]
martinb
parents: 510
diff changeset
150 * s/freebsd.h: Likewise.
e159a0b4bed4 [xemacs-hg @ 2001-05-07 07:49:18 by martinb]
martinb
parents: 510
diff changeset
151 * s/gnu.h: Likewise.
e159a0b4bed4 [xemacs-hg @ 2001-05-07 07:49:18 by martinb]
martinb
parents: 510
diff changeset
152 * s/netbsd.h: Likewise.
e159a0b4bed4 [xemacs-hg @ 2001-05-07 07:49:18 by martinb]
martinb
parents: 510
diff changeset
153 * s/nextstep.h: Remove definitions for TAB3 and BSD_TERMIOS.
e159a0b4bed4 [xemacs-hg @ 2001-05-07 07:49:18 by martinb]
martinb
parents: 510
diff changeset
154 * systty.h:
e159a0b4bed4 [xemacs-hg @ 2001-05-07 07:49:18 by martinb]
martinb
parents: 510
diff changeset
155 Fix up (unused) tty tab delay/expansion code.
e159a0b4bed4 [xemacs-hg @ 2001-05-07 07:49:18 by martinb]
martinb
parents: 510
diff changeset
156 Better preprocessor symbol hygiene.
e159a0b4bed4 [xemacs-hg @ 2001-05-07 07:49:18 by martinb]
martinb
parents: 510
diff changeset
157 Remove BSD_TERMIOS cruft.
e159a0b4bed4 [xemacs-hg @ 2001-05-07 07:49:18 by martinb]
martinb
parents: 510
diff changeset
158 * sysdep.c (child_setup_tty): More careful code. Check for OXTABS.
e159a0b4bed4 [xemacs-hg @ 2001-05-07 07:49:18 by martinb]
martinb
parents: 510
diff changeset
159 * sysdep.c (tty_init_sys_modes_on_device):
e159a0b4bed4 [xemacs-hg @ 2001-05-07 07:49:18 by martinb]
martinb
parents: 510
diff changeset
160 Tab expansion disabling code was buggy. So I fixed it.
e159a0b4bed4 [xemacs-hg @ 2001-05-07 07:49:18 by martinb]
martinb
parents: 510
diff changeset
161 But it shouldn't have been done at all. So I also #if 0'ed it.
e159a0b4bed4 [xemacs-hg @ 2001-05-07 07:49:18 by martinb]
martinb
parents: 510
diff changeset
162
510
5bdbc721d46a [xemacs-hg @ 2001-05-06 08:33:35 by ben]
ben
parents: 508
diff changeset
163 2001-05-06 Ben Wing <ben@xemacs.org>
5bdbc721d46a [xemacs-hg @ 2001-05-06 08:33:35 by ben]
ben
parents: 508
diff changeset
164
5bdbc721d46a [xemacs-hg @ 2001-05-06 08:33:35 by ben]
ben
parents: 508
diff changeset
165 * console-msw.h:
5bdbc721d46a [xemacs-hg @ 2001-05-06 08:33:35 by ben]
ben
parents: 508
diff changeset
166 * device-msw.c:
5bdbc721d46a [xemacs-hg @ 2001-05-06 08:33:35 by ben]
ben
parents: 508
diff changeset
167 * device-msw.c (print_dialog_worker):
5bdbc721d46a [xemacs-hg @ 2001-05-06 08:33:35 by ben]
ben
parents: 508
diff changeset
168 * device-msw.c (mswindows_handle_print_dialog_box):
5bdbc721d46a [xemacs-hg @ 2001-05-06 08:33:35 by ben]
ben
parents: 508
diff changeset
169 * device-msw.c (syms_of_device_mswindows):
5bdbc721d46a [xemacs-hg @ 2001-05-06 08:33:35 by ben]
ben
parents: 508
diff changeset
170 * dialog-msw.c (mswindows_make_dialog_box_internal):
5bdbc721d46a [xemacs-hg @ 2001-05-06 08:33:35 by ben]
ben
parents: 508
diff changeset
171 * general-slots.h:
5bdbc721d46a [xemacs-hg @ 2001-05-06 08:33:35 by ben]
ben
parents: 508
diff changeset
172 implement printing the selection when it's selected.
5bdbc721d46a [xemacs-hg @ 2001-05-06 08:33:35 by ben]
ben
parents: 508
diff changeset
173
5bdbc721d46a [xemacs-hg @ 2001-05-06 08:33:35 by ben]
ben
parents: 508
diff changeset
174 unrelated:
5bdbc721d46a [xemacs-hg @ 2001-05-06 08:33:35 by ben]
ben
parents: 508
diff changeset
175
5bdbc721d46a [xemacs-hg @ 2001-05-06 08:33:35 by ben]
ben
parents: 508
diff changeset
176 * mule-charset.c (Fset_charset_ccl_program):
5bdbc721d46a [xemacs-hg @ 2001-05-06 08:33:35 by ben]
ben
parents: 508
diff changeset
177 * mule-charset.c (invalidate_charset_font_caches):
5bdbc721d46a [xemacs-hg @ 2001-05-06 08:33:35 by ben]
ben
parents: 508
diff changeset
178 force redisplay when set-charset-ccl-program called.
5bdbc721d46a [xemacs-hg @ 2001-05-06 08:33:35 by ben]
ben
parents: 508
diff changeset
179
508
0be8704d6062 [xemacs-hg @ 2001-05-05 10:21:20 by martinb]
martinb
parents: 507
diff changeset
180 2001-05-04 Martin Buchholz <martin@xemacs.org>
0be8704d6062 [xemacs-hg @ 2001-05-05 10:21:20 by martinb]
martinb
parents: 507
diff changeset
181
0be8704d6062 [xemacs-hg @ 2001-05-05 10:21:20 by martinb]
martinb
parents: 507
diff changeset
182 * s/bsdos4.h (openpty): Add declaration, missing from system headers.
0be8704d6062 [xemacs-hg @ 2001-05-05 10:21:20 by martinb]
martinb
parents: 507
diff changeset
183
507
167135c7a7ae [xemacs-hg @ 2001-05-05 10:10:36 by martinb]
martinb
parents: 506
diff changeset
184 2001-05-05 Martin Buchholz <martin@xemacs.org>
167135c7a7ae [xemacs-hg @ 2001-05-05 10:10:36 by martinb]
martinb
parents: 506
diff changeset
185
167135c7a7ae [xemacs-hg @ 2001-05-05 10:10:36 by martinb]
martinb
parents: 506
diff changeset
186 * search.c (warn_about_possibly_incompatible_back_references):
167135c7a7ae [xemacs-hg @ 2001-05-05 10:10:36 by martinb]
martinb
parents: 506
diff changeset
187 Target of a DEFVAR_INT should be a Fixnum, not int.
167135c7a7ae [xemacs-hg @ 2001-05-05 10:10:36 by martinb]
martinb
parents: 506
diff changeset
188
506
39ccc7dd8077 [xemacs-hg @ 2001-05-05 08:39:59 by ben]
ben
parents: 502
diff changeset
189 2001-05-05 Ben Wing <ben@xemacs.org>
39ccc7dd8077 [xemacs-hg @ 2001-05-05 08:39:59 by ben]
ben
parents: 502
diff changeset
190
39ccc7dd8077 [xemacs-hg @ 2001-05-05 08:39:59 by ben]
ben
parents: 502
diff changeset
191 * console-msw.h:
39ccc7dd8077 [xemacs-hg @ 2001-05-05 08:39:59 by ben]
ben
parents: 502
diff changeset
192 * device-msw.c:
39ccc7dd8077 [xemacs-hg @ 2001-05-05 08:39:59 by ben]
ben
parents: 502
diff changeset
193 * device-msw.c (mswindows_get_default_margin):
39ccc7dd8077 [xemacs-hg @ 2001-05-05 08:39:59 by ben]
ben
parents: 502
diff changeset
194 * frame-msw.c (mswindows_size_frame_internal):
39ccc7dd8077 [xemacs-hg @ 2001-05-05 08:39:59 by ben]
ben
parents: 502
diff changeset
195 * frame-msw.c (msprinter_init_frame_1):
39ccc7dd8077 [xemacs-hg @ 2001-05-05 08:39:59 by ben]
ben
parents: 502
diff changeset
196 * frame-msw.c (vars_of_frame_mswindows):
39ccc7dd8077 [xemacs-hg @ 2001-05-05 08:39:59 by ben]
ben
parents: 502
diff changeset
197 Change top/bottom margin defaults to 0.5 inches.
39ccc7dd8077 [xemacs-hg @ 2001-05-05 08:39:59 by ben]
ben
parents: 502
diff changeset
198
502
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
199 2001-04-23 Ben Wing <ben@xemacs.org>
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
200
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
201 ------------ notable bug fix: Windows event code --------------
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
202
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
203 * event-msw.c (FAKE_MOD_QUIT):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
204 * event-msw.c (mswindows_dequeue_dispatch_event):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
205 * event-msw.c (mswindows_wnd_proc):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
206 * event-msw.c (emacs_mswindows_quit_p):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
207 Get critical quit working.
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
208
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
209 ------------ notable bug fix and new feature: regex code --------------
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
210
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
211 * lisp.h:
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
212 * regex.c:
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
213 * regex.c (enum):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
214 * regex.c (print_compiled_pattern):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
215 * regex.c (INIT_REG_TRANSLATE_SIZE):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
216 * regex.c (regex_compile):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
217 * regex.c (re_match_2_internal):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
218 * regex.h:
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
219 * regex.h (RE_SYNTAX_AWK):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
220 * regex.h (RE_SYNTAX_GREP):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
221 * regex.h (RE_SYNTAX_EGREP):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
222 * regex.h (RE_SYNTAX_POSIX_EGREP):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
223 * regex.h (_RE_SYNTAX_POSIX_COMMON):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
224 * regex.h (struct re_pattern_buffer):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
225 * search.c:
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
226 * search.c (vars_of_search):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
227 Shy groups were implemented in a horrible, half-assed way that
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
228 would cause them to screw up regex searching in most cases.
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
229 Fixed to work correctly.
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
230
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
231 Also extended back-reference syntax past 9. Only is recognized
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
232 as such if there are at least that many non-shy groups; and
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
233 optionally will warn about such uses, to catch old code that
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
234 might be using them differently. (Added variable to control
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
235 this in search.c -- `warn-about-possibly-incompatible-back-
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
236 references', on by default for the moment. Declared in lisp.h.
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
237
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
238 ---------------- process/SIGIO improvements -------------------
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
239
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
240 * process-unix.c:
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
241 * process-unix.c (get_internet_address):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
242 * process-unix.c (unix_canonicalize_host_name):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
243 * process-unix.c (unix_open_network_stream):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
244 * process-unix.c (unix_open_multicast_group):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
245 define USE_GETADDRINFO to replace more complex conditional,
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
246 and use it. the code conditionalized on this in
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
247 unix_open_network_stream had *serious* problems handling errors.
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
248 it's now fixed, and major amounts of duplicate code between
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
249 the two versions were combined.
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
250
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
251 don't disable SIGIO and other interrupts unless
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
252 CONNECT_NEEDS_SLOWED_INTERRUPTS is defined -- don't penalize OS's
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
253 without bugs. similarly for a freebsd bug that was affecting all
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
254 OS's.
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
255
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
256 * s\ultrix.h:
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
257 define CONNECT_NEEDS_SLOWED_INTERRUPTS, since that's the OS
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
258 mentioned as having a kernel bug.
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
259
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
260 * sysdep.c (request_sigio_on_device):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
261 * sysdep.c (unrequest_sigio_on_device):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
262 fix SIGIO problems on Linux. add check for O_ASYNC in case it's
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
263 defined and FASYNC isn't. add comment about other ways to do
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
264 SIGIO on Linux.
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
265
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
266 * callproc.c (Fold_call_process_internal):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
267 * process.c (Fstart_process_internal):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
268 Deal with the possibility that `default-directory' doesn't
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
269 have terminating slash. Correct comments about vfork.
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
270
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
271 ---------------- Miscellaneous bug fixes/cleanup -------------------
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
272
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
273 * callint.c (Finteractive):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
274 Add lots of documentation -- exactly what the Lisp equivalents of
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
275 all the interactive specs are.
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
276
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
277 * console.h (struct console): change type of quit_char to Emchar.
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
278
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
279 * event-msw.c (lstream_type_create_mswindows_selectable): spacing
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
280 change.
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
281
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
282 * event-Xt.c:
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
283 * event-msw.c:
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
284 * event-stream.c:
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
285 * events-mod.h:
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
286 * events.c:
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
287 * events.h:
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
288 * frame-x.c:
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
289 * gpmevent.c:
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
290 * keymap.c:
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
291 Eliminate events-mod.h and combine into events.h.
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
292
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
293 * emacs.c:
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
294 * emacs.c (make_arg_list_1):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
295 * emacs.c (main_1):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
296 A couple of char->Extbyte changes, add a comment.
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
297
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
298 * glyphs-msw.c (mswindows_resource_instantiate):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
299 * glyphs-msw.c (mswindows_xface_instantiate):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
300 * glyphs-msw.c (mswindows_subwindow_instantiate):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
301 * glyphs-msw.c (mswindows_widget_instantiate):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
302 * glyphs-msw.c (mswindows_native_layout_instantiate):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
303 * glyphs-msw.c (mswindows_button_instantiate):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
304 * glyphs-msw.c (mswindows_edit_field_instantiate):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
305 * glyphs-msw.c (mswindows_progress_gauge_instantiate):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
306 * glyphs-msw.c (mswindows_tree_view_instantiate):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
307 * glyphs-msw.c (mswindows_tab_control_instantiate):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
308 * glyphs-msw.c (mswindows_label_instantiate):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
309 * glyphs-msw.c (mswindows_scrollbar_instantiate):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
310 * glyphs-msw.c (mswindows_combo_box_instantiate):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
311 Correct indentation of function defns to not exceed 80 cols.
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
312 Try (sort of) to fix some code that sets the colors of the
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
313 progress gauge. (Commented out)
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
314
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
315 * keymap.c (syms_of_keymap):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
316 use DEFSYMBOL.
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
317
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
318 * process.c (read_process_output):
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
319 No need to fiddle with zmacs_region_stays, now that bogus
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
320 clearing of it (see below) is removed.
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
321
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
322 * search.c (Freplace_match): warning fix.
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
323
7039e6323819 [xemacs-hg @ 2001-05-04 22:41:46 by ben]
ben
parents: 500
diff changeset
324
500
cc01aa5e5784 [xemacs-hg @ 2001-05-03 07:40:12 by martinb]
martinb
parents: 498
diff changeset
325 2001-05-03 Martin Buchholz <martin@xemacs.org>
cc01aa5e5784 [xemacs-hg @ 2001-05-03 07:40:12 by martinb]
martinb
parents: 498
diff changeset
326
cc01aa5e5784 [xemacs-hg @ 2001-05-03 07:40:12 by martinb]
martinb
parents: 498
diff changeset
327 * s/aix4.h: Fix crash with xlc -O3.
cc01aa5e5784 [xemacs-hg @ 2001-05-03 07:40:12 by martinb]
martinb
parents: 498
diff changeset
328 Improve comment explaining how -O3 works.
cc01aa5e5784 [xemacs-hg @ 2001-05-03 07:40:12 by martinb]
martinb
parents: 498
diff changeset
329
498
88e7e9bafe19 [xemacs-hg @ 2001-05-02 16:08:10 by james]
james
parents: 493
diff changeset
330 2001-05-02 Jerry James <james@xemacs.org>
88e7e9bafe19 [xemacs-hg @ 2001-05-02 16:08:10 by james]
james
parents: 493
diff changeset
331
88e7e9bafe19 [xemacs-hg @ 2001-05-02 16:08:10 by james]
james
parents: 493
diff changeset
332 * faces.h (SET_FACE_PROPERTY): pass parameters to
88e7e9bafe19 [xemacs-hg @ 2001-05-02 16:08:10 by james]
james
parents: 493
diff changeset
333 Fadd_spec_to_specifier in the correct order.
88e7e9bafe19 [xemacs-hg @ 2001-05-02 16:08:10 by james]
james
parents: 493
diff changeset
334
493
610e4ba94a4d [xemacs-hg @ 2001-04-30 10:13:09 by martinb]
martinb
parents: 490
diff changeset
335 2001-05-01 Martin Buchholz <martin@xemacs.org>
610e4ba94a4d [xemacs-hg @ 2001-04-30 10:13:09 by martinb]
martinb
parents: 490
diff changeset
336
610e4ba94a4d [xemacs-hg @ 2001-04-30 10:13:09 by martinb]
martinb
parents: 490
diff changeset
337 Fix link error with gcc 3.0 on Linux.
610e4ba94a4d [xemacs-hg @ 2001-04-30 10:13:09 by martinb]
martinb
parents: 490
diff changeset
338 * terminfo.c (UP): Remove.
610e4ba94a4d [xemacs-hg @ 2001-04-30 10:13:09 by martinb]
martinb
parents: 490
diff changeset
339 * terminfo.c (BC): Remove.
610e4ba94a4d [xemacs-hg @ 2001-04-30 10:13:09 by martinb]
martinb
parents: 490
diff changeset
340 * terminfo.c (PC): Remove.
610e4ba94a4d [xemacs-hg @ 2001-04-30 10:13:09 by martinb]
martinb
parents: 490
diff changeset
341 They weren't used, and in any case, these symbols should be
610e4ba94a4d [xemacs-hg @ 2001-04-30 10:13:09 by martinb]
martinb
parents: 490
diff changeset
342 defined in the *library*.
610e4ba94a4d [xemacs-hg @ 2001-04-30 10:13:09 by martinb]
martinb
parents: 490
diff changeset
343
490
38fb9ae12edd [xemacs-hg @ 2001-04-30 09:12:03 by martinb]
martinb
parents: 489
diff changeset
344 2001-04-30 Martin Buchholz <martin@xemacs.org>
38fb9ae12edd [xemacs-hg @ 2001-04-30 09:12:03 by martinb]
martinb
parents: 489
diff changeset
345
38fb9ae12edd [xemacs-hg @ 2001-04-30 09:12:03 by martinb]
martinb
parents: 489
diff changeset
346 Make string hashing more efficient.
38fb9ae12edd [xemacs-hg @ 2001-04-30 09:12:03 by martinb]
martinb
parents: 489
diff changeset
347 Makes intern much faster.
38fb9ae12edd [xemacs-hg @ 2001-04-30 09:12:03 by martinb]
martinb
parents: 489
diff changeset
348 Makes hash tables containing strings faster.
38fb9ae12edd [xemacs-hg @ 2001-04-30 09:12:03 by martinb]
martinb
parents: 489
diff changeset
349 * symbols.c (hash_string): A much better hash function.
38fb9ae12edd [xemacs-hg @ 2001-04-30 09:12:03 by martinb]
martinb
parents: 489
diff changeset
350 Change prototype to return unsigned value.
38fb9ae12edd [xemacs-hg @ 2001-04-30 09:12:03 by martinb]
martinb
parents: 489
diff changeset
351 (init_symbols_once_early): Use unsigned type for hash value.
38fb9ae12edd [xemacs-hg @ 2001-04-30 09:12:03 by martinb]
martinb
parents: 489
diff changeset
352 (oblookup): Use unsigned type for hash value.
38fb9ae12edd [xemacs-hg @ 2001-04-30 09:12:03 by martinb]
martinb
parents: 489
diff changeset
353
489
4a8bb4aa9740 [xemacs-hg @ 2001-04-30 08:49:24 by martinb]
martinb
parents: 487
diff changeset
354 2001-04-04 Martin Buchholz <martin@xemacs.org>
4a8bb4aa9740 [xemacs-hg @ 2001-04-30 08:49:24 by martinb]
martinb
parents: 487
diff changeset
355
4a8bb4aa9740 [xemacs-hg @ 2001-04-30 08:49:24 by martinb]
martinb
parents: 487
diff changeset
356 * keymap.c (Fmap_keymap): Revert to previous implementation, since
4a8bb4aa9740 [xemacs-hg @ 2001-04-30 08:49:24 by martinb]
martinb
parents: 487
diff changeset
357 elisp_maphash is now safe.
4a8bb4aa9740 [xemacs-hg @ 2001-04-30 08:49:24 by martinb]
martinb
parents: 487
diff changeset
358
4a8bb4aa9740 [xemacs-hg @ 2001-04-30 08:49:24 by martinb]
martinb
parents: 487
diff changeset
359 * elhash.c: Remove erroneously added comment.
4a8bb4aa9740 [xemacs-hg @ 2001-04-30 08:49:24 by martinb]
martinb
parents: 487
diff changeset
360 * elhash.c (copy_compress_hentries): New.
4a8bb4aa9740 [xemacs-hg @ 2001-04-30 08:49:24 by martinb]
martinb
parents: 487
diff changeset
361 (Fmaphash): Use copy_compress_hentries.
4a8bb4aa9740 [xemacs-hg @ 2001-04-30 08:49:24 by martinb]
martinb
parents: 487
diff changeset
362 (elisp_maphash): Use copy_compress_hentries.
4a8bb4aa9740 [xemacs-hg @ 2001-04-30 08:49:24 by martinb]
martinb
parents: 487
diff changeset
363 (elisp_map_remhash): Use copy_compress_hentries.
4a8bb4aa9740 [xemacs-hg @ 2001-04-30 08:49:24 by martinb]
martinb
parents: 487
diff changeset
364 (elisp_maphash_unsafe): New.
4a8bb4aa9740 [xemacs-hg @ 2001-04-30 08:49:24 by martinb]
martinb
parents: 487
diff changeset
365 * elhash.h: Add prototype for elisp_maphash_unsafe.
4a8bb4aa9740 [xemacs-hg @ 2001-04-30 08:49:24 by martinb]
martinb
parents: 487
diff changeset
366
4a8bb4aa9740 [xemacs-hg @ 2001-04-30 08:49:24 by martinb]
martinb
parents: 487
diff changeset
367 * elhash.c (Fmaphash):
4a8bb4aa9740 [xemacs-hg @ 2001-04-30 08:49:24 by martinb]
martinb
parents: 487
diff changeset
368 Avoid crashes/unpredictable behavior if a hash table is modified
4a8bb4aa9740 [xemacs-hg @ 2001-04-30 08:49:24 by martinb]
martinb
parents: 487
diff changeset
369 during a mapping function, perhaps indirectly via gc.
4a8bb4aa9740 [xemacs-hg @ 2001-04-30 08:49:24 by martinb]
martinb
parents: 487
diff changeset
370 (free_hentries): New.
4a8bb4aa9740 [xemacs-hg @ 2001-04-30 08:49:24 by martinb]
martinb
parents: 487
diff changeset
371 Avoid crash if a pdumped hash table is collected.
4a8bb4aa9740 [xemacs-hg @ 2001-04-30 08:49:24 by martinb]
martinb
parents: 487
diff changeset
372 (maphash_unwind): New.
4a8bb4aa9740 [xemacs-hg @ 2001-04-30 08:49:24 by martinb]
martinb
parents: 487
diff changeset
373
4a8bb4aa9740 [xemacs-hg @ 2001-04-30 08:49:24 by martinb]
martinb
parents: 487
diff changeset
374 * tests.c: Add C-level hash table tests.
4a8bb4aa9740 [xemacs-hg @ 2001-04-30 08:49:24 by martinb]
martinb
parents: 487
diff changeset
375
487
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
376 2001-04-28 Ben Wing <ben@xemacs.org>
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
377
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
378 * buffer.c (Ferase_buffer):
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
379 * editfns.c (buffer_insert1):
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
380 * editfns.c (Finsert_before_markers):
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
381 * editfns.c (Finsert_string):
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
382 * editfns.c (Finsert_char):
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
383 * editfns.c (Fdelete_region):
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
384 * editfns.c (Fwiden):
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
385 * editfns.c (Fnarrow_to_region):
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
386 remove bogus lines setting zmacs_region_stays to 0.
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
387
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
388 * scrollbar-msw.c (mswindows_handle_mousewheel_event):
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
389 remove debug lines.
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
390
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
391 2001-03-08 Mike Alexander <mta@arbortext.com>
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
392
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
393 * event-msw.c (mswindows_need_event_in_modal_loop):
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
394 Don't dispatch a message if we didn't get one.
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
395 (mswindows_need_event):
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
396 Terminate the correct process when one exits instead of the first
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
397 one on Vprocess_list and look for process termination when in
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
398 mswindows_protect_modal_loop.
54fa1a5c2d12 [xemacs-hg @ 2001-04-28 07:48:36 by ben]
ben
parents: 479
diff changeset
399
479
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 475
diff changeset
400 2001-04-20 Ben Wing <ben@xemacs.org>
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 475
diff changeset
401
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 475
diff changeset
402 * .cvsignore: Added stuff for Windows.
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 475
diff changeset
403
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 475
diff changeset
404 2001-04-15 Ben Wing <ben@xemacs.org>
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 475
diff changeset
405
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 475
diff changeset
406 * cmdloop.c (call_command_loop):
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 475
diff changeset
407 Fix braino in bit-rotting code.
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 475
diff changeset
408
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 475
diff changeset
409 * event-stream.c:
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 475
diff changeset
410 * event-stream.c (Fnext_event):
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 475
diff changeset
411 * event-stream.c (is_scrollbar_event):
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 475
diff changeset
412 * event-stream.c (execute_command_event):
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 475
diff changeset
413 Better fix for Yoshiki's `C-x @ h <scrollbar-drag> x causes a
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 475
diff changeset
414 crash' problem. His fix introduces other problems. We filter
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 475
diff changeset
415 out scrollbar events specifically, making them somewhat invisible
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 475
diff changeset
416 to command-building, and not appearing in `this-command-keys'.
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 475
diff changeset
417 More work is still needed (see comments in event-stream.c), but
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 475
diff changeset
418 this fixes all the major problems.
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 475
diff changeset
419
475
f42052c80e1c [xemacs-hg @ 2001-04-18 17:17:55 by gunnar]
gunnar
parents: 472
diff changeset
420 2001-04-15 Gunnar Evermann <ge204@eng.cam.ac.uk>
f42052c80e1c [xemacs-hg @ 2001-04-18 17:17:55 by gunnar]
gunnar
parents: 472
diff changeset
421
f42052c80e1c [xemacs-hg @ 2001-04-18 17:17:55 by gunnar]
gunnar
parents: 472
diff changeset
422 * process-unix.c (unix_open_network_stream): If connect() fails
f42052c80e1c [xemacs-hg @ 2001-04-18 17:17:55 by gunnar]
gunnar
parents: 472
diff changeset
423 invalidate file descriptor after closing it.
f42052c80e1c [xemacs-hg @ 2001-04-18 17:17:55 by gunnar]
gunnar
parents: 472
diff changeset
424
472
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 469
diff changeset
425 2001-04-18 Martin Buchholz <martin@xemacs.org>
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 469
diff changeset
426
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 469
diff changeset
427 * XEmacs 21.5.0 "alfalfa" is released.
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 469
diff changeset
428
469
ccaeb2a3c329 [xemacs-hg @ 2001-04-13 15:04:38 by michaels]
michaels
parents: 468
diff changeset
429 2001-03-31 Mike Sperber <mike@xemacs.org>
ccaeb2a3c329 [xemacs-hg @ 2001-04-13 15:04:38 by michaels]
michaels
parents: 468
diff changeset
430
ccaeb2a3c329 [xemacs-hg @ 2001-04-13 15:04:38 by michaels]
michaels
parents: 468
diff changeset
431 * search.c (Freplace_match): [Again] support FSF-style
ccaeb2a3c329 [xemacs-hg @ 2001-04-13 15:04:38 by michaels]
michaels
parents: 468
diff changeset
432 specification of match subexpression when applied to a buffer.
ccaeb2a3c329 [xemacs-hg @ 2001-04-13 15:04:38 by michaels]
michaels
parents: 468
diff changeset
433
468
20ae8821c23d [xemacs-hg @ 2001-04-13 09:11:17 by michaels]
michaels
parents: 467
diff changeset
434 2001-04-07 Hrvoje Niksic <hniksic@arsdigita.com>
20ae8821c23d [xemacs-hg @ 2001-04-13 09:11:17 by michaels]
michaels
parents: 467
diff changeset
435
20ae8821c23d [xemacs-hg @ 2001-04-13 09:11:17 by michaels]
michaels
parents: 467
diff changeset
436 * extents.c (Fset_extent_endpoints): Force creation of extent info
20ae8821c23d [xemacs-hg @ 2001-04-13 09:11:17 by michaels]
michaels
parents: 467
diff changeset
437 in buffer_or_string.
20ae8821c23d [xemacs-hg @ 2001-04-13 09:11:17 by michaels]
michaels
parents: 467
diff changeset
438
20ae8821c23d [xemacs-hg @ 2001-04-13 09:11:17 by michaels]
michaels
parents: 467
diff changeset
439 2001-04-07 Hrvoje Niksic <hniksic@arsdigita.com>
20ae8821c23d [xemacs-hg @ 2001-04-13 09:11:17 by michaels]
michaels
parents: 467
diff changeset
440
20ae8821c23d [xemacs-hg @ 2001-04-13 09:11:17 by michaels]
michaels
parents: 467
diff changeset
441 * extents.c (process_extents_for_insertion_mapper): Correctly
20ae8821c23d [xemacs-hg @ 2001-04-13 09:11:17 by michaels]
michaels
parents: 467
diff changeset
442 check for open-open zero-length extents.
20ae8821c23d [xemacs-hg @ 2001-04-13 09:11:17 by michaels]
michaels
parents: 467
diff changeset
443
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
444 2001-04-02 Jan Vroonhof <jan@xemacs.org>
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
445
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
446 * redisplay.c (add_bufbyte_string_runes): Update data->bytepos
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
447
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
448 2001-04-03 Mike Sperber <mike@xemacs.org>
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
449
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
450 * search.c: Revert previous patch due because of release.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
451
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
452 2001-03-30 Ben Wing <ben@xemacs.org>
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
453
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
454 * s\cygwin32.h:
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
455 Add missing killpg prototype.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
456
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
457 * elhash.c:
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
458 Add a comment about fixing problems when a new entry is added
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
459 while mapping.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
460
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
461 * frame-msw.c (mswindows_init_frame_1):
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
462 Fix compile warnings.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
463
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
464 * menubar.c (vars_of_menubar):
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
465 Provide `menu-accelerator-support' to indicate that we properly
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
466 support %_ in menu specifications, so that package code can
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
467 conditionalize on this (and remove %_ from menu specifications
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
468 on older versions).
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
469
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
470 * event-msw.c:
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
471 * scrollbar-msw.c:
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
472 * scrollbar-msw.c (can_scroll):
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
473 * scrollbar-msw.h:
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
474 Fix handling of mouse wheel under Windows to follow standards --
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
475 now scrolls window under pointer, not selected window.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
476
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
477 2001-03-31 Mike Sperber <mike@xemacs.org>
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
478
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
479 * search.c (Freplace_match): Support FSF-style specification of
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
480 match subexpression when applied to a buffer.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
481
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
482 2001-03-15 Martin Buchholz <martin@xemacs.org>
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
483
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
484 * keymap.c (Fmap_keymap): map-keymap explicitly allows a mapping
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
485 function to modify KEYMAP, so map over a copy of the hash table.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
486
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
487 2001-03-21 Martin Buchholz <martin@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
488
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
489 * XEmacs 21.2.46 "Urania" is released.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
490
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
491 2001-03-20 Dan Holmsand <dan@eyebee.com>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
492
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
493 * realpath.c (xrealpath): Make file-truename work with symlinks to
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
494 /cygdrive paths on cygwin. Always lowercase drive-letters on
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
495 native windows.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
496 (cygwin_readlink): Don't try to find canonical filename unless
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
497 file exists.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
498
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
499 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
500
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
501 * ChangeLog: Log GTK merge.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
502
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
503 * dumper.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
504 * select-x.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
505 * specifier.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
506 * symeval.h:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
507 Revert gratuitous whitespace changes from GTK merge.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
508
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
509 * emacs.c: Document end of complex #ifdef @ l. 1495.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
510
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
511
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
512 2001-03-12 Andy Piper <andy@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
513
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
514 * mingw32.h: unfortunately cygnus changed mingw32 -> mingw so we
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
515 have to do likewise.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
516
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
517 2001-03-12 Andy Piper <andy@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
518
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
519 * sysdep.c: we only support mingw now.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
520
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
521 2001-03-09 Andy Piper <andy@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
522
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
523 * unexcw.c (copy_executable_and_dump_data_section): making approx
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
524 overrun a warning only.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
525
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
526 2001-03-10 William M. Perry <wmperry@aventail.com>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
527
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
528 * faces.c (complex_vars_of_faces): Rewrote the font mucking to
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
529 satisfy Stephen's identical-after-cpp plea.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
530
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
531 2001-03-02 Ben Wing <ben@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
532
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
533 * cmds.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
534 * cmds.c (Fforward_char):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
535 * syntax.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
536 * window.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
537
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
538 Augment documentation of the most common motion commands to make
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
539 note of the shifted-motion support.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
540
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
541 2001-03-02 Ben Wing <ben@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
542
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
543 * nt.c (mswindows_fstat):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
544 * nt.c (mswindows_stat):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
545 * search.c (boyer_moore):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
546 Fix compile warnings under Windows.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
547
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
548 * sysdep.c (sys_readdir):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
549 Fix buggy filename-conversion code under Mule.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
550
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
551 2001-03-09 William M. Perry <wmperry@aventail.com>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
552
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
553 * Makefile.in.in:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
554 * config.h.in:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
555 * console.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
556 * console.h:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
557 * device.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
558 * device.h:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
559 * dragdrop.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
560 * emacs.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
561 * event-stream.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
562 * events.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
563 * events.h:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
564 * faces.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
565 * frame.h:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
566 * general-slots.h:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
567 * glyphs.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
568 * gutter.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
569 * inline.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
570 * lisp.h:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
571 * lrecord.h:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
572 * make-src-depend:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
573 * redisplay-output.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
574 * redisplay.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
575 * symsinit.h:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
576 * sysfile.h:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
577 * toolbar.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
578 * window.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
579 The Great GTK Merge.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
580
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
581 * ChangeLog.GTK:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
582 * console-gtk.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
583 * console-gtk.h:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
584 * device-gtk.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
585 * emacs-marshals.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
586 * emacs-widget-accessors.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
587 * event-gtk.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
588 * frame-gtk.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
589 * gccache-gtk.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
590 * gccache-gtk.h:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
591 * glade.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
592 * glyphs-gtk.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
593 * glyphs-gtk.h:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
594 * gtk-glue.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
595 * gtk-xemacs.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
596 * gtk-xemacs.h:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
597 * gui-gtk.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
598 * gui-gtk.h:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
599 * menubar-gtk.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
600 * native-gtk-toolbar.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
601 * objects-gtk.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
602 * objects-gtk.h:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
603 * redisplay-gtk.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
604 * scrollbar-gtk.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
605 * scrollbar-gtk.h:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
606 * select-gtk.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
607 * toolbar-gtk.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
608 * ui-byhand.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
609 * ui-gtk.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
610 * ui-gtk.h:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
611 The Great GTK Merge: new files.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
612
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
613 2001-02-26 Ben Wing <ben@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
614
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
615 Reapplied Lstream change.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
616
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
617 2001-02-26 Ben Wing <ben@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
618
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
619 Undid the last change, since it is more controversial than I
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
620 thought. It should be back in at some point soon.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
621
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
622 2001-02-25 Ben Wing <ben@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
623
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
624 * buffer.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
625 * callproc.c (Fold_call_process_internal):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
626 * event-msw.c (ntpipe_slurp_reader):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
627 * event-msw.c (ntpipe_shove_writer):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
628 * event-msw.c (winsock_reader):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
629 * event-msw.c (winsock_writer):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
630 * file-coding.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
631 * file-coding.c (detect_eol_type):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
632 * file-coding.c (detect_coding_type):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
633 * file-coding.c (determine_real_coding_system):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
634 * file-coding.c (Fdetect_coding_region):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
635 * file-coding.c (decoding_reader):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
636 * file-coding.c (decoding_writer):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
637 * file-coding.c (mule_decode):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
638 * file-coding.c (Fdecode_coding_region):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
639 * file-coding.c (encoding_reader):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
640 * file-coding.c (encoding_writer):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
641 * file-coding.c (mule_encode):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
642 * file-coding.c (Fencode_coding_region):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
643 * file-coding.c (detect_coding_sjis):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
644 * file-coding.c (decode_coding_sjis):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
645 * file-coding.c (encode_coding_sjis):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
646 * file-coding.c (detect_coding_big5):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
647 * file-coding.c (decode_coding_big5):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
648 * file-coding.c (encode_coding_big5):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
649 * file-coding.c (detect_coding_ucs4):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
650 * file-coding.c (decode_coding_ucs4):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
651 * file-coding.c (encode_coding_ucs4):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
652 * file-coding.c (detect_coding_utf8):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
653 * file-coding.c (decode_coding_utf8):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
654 * file-coding.c (encode_coding_utf8):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
655 * file-coding.c (detect_coding_iso2022):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
656 * file-coding.c (decode_coding_iso2022):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
657 * file-coding.c (encode_coding_iso2022):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
658 * file-coding.c (decode_coding_no_conversion):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
659 * file-coding.c (encode_coding_no_conversion):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
660 * glyphs-x.c (write_lisp_string_to_temp_file):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
661 * gpmevent.c (tty_get_foreign_selection):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
662 * lisp.h:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
663 * lstream.c:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
664 * lstream.c (Lstream_flush_out):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
665 * lstream.c (Lstream_adding):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
666 * lstream.c (Lstream_write_1):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
667 * lstream.c (Lstream_write):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
668 * lstream.c (Lstream_raw_read):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
669 * lstream.c (Lstream_read_more):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
670 * lstream.c (Lstream_read):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
671 * lstream.c (Lstream_unread):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
672 * lstream.c (Lstream_fputc):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
673 * lstream.c (stdio_reader):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
674 * lstream.c (stdio_writer):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
675 * lstream.c (filedesc_reader):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
676 * lstream.c (filedesc_writer):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
677 * lstream.c (lisp_string_reader):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
678 * lstream.c (struct fixed_buffer_stream):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
679 * lstream.c (make_fixed_buffer_input_stream):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
680 * lstream.c (make_fixed_buffer_output_stream):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
681 * lstream.c (fixed_buffer_reader):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
682 * lstream.c (fixed_buffer_writer):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
683 * lstream.c (struct resizing_buffer_stream):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
684 * lstream.c (resizing_buffer_writer):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
685 * lstream.c (dynarr_writer):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
686 * lstream.c (lisp_buffer_reader):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
687 * lstream.c (lisp_buffer_writer):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
688 * lstream.h:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
689 * lstream.h (lstream_implementation):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
690 * lstream.h (struct lstream):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
691 * md5.c (Fmd5):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
692 * process-nt.c (nt_send_process):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
693 * process-unix.c (unix_send_process):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
694
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
695 Correct Lstream lossage due to mixing of signed and unsigned
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
696 quantities. All Lstream uses of size_t and ssize_t are now a
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
697 single signed data type Lstream_data_count. This fixes problems
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
698 under Windows with sending large quantities of data to a process,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
699 and may well fix other subtle bugs.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
700
460
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
701 2001-02-23 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
702
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
703 * XEmacs 21.2.45 "Thelxepeia" is released.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
704
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
705 2001-02-21 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
706
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
707 * lisp-union.h (XSETINT):
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
708 (XSETCHAR):
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
709 (XSETOBJ):
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
710 Reverse previous change of 2001-02-06.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
711
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
712 2001-02-20 Matt Tucker <tuck@whistlingfish.net>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
713
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
714 Fix `VALID_BYTIND_P' crashes in regex.c when using narrowed
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
715 buffers.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
716 * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR):
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
717 * syntax.h (SYNTAX_CACHE_OBJECT_BYTE_TO_CHAR):
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
718 Add `BI_BUF_BEGV' to bytepos before calculating bufpos.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
719 * regex.c (POS_AS_IN_BUFFER): removed
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
720 * regex.c (re_search_2):
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
721 * regex.c (re_match_2):
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
722 Don't use an offset of 1 when calculating buffer positions, since
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
723 `BI_BUF_BEGV' does it already.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
724
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
725 2001-02-18 Wim Dumon <wim@easics.be>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
726
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
727 * insdel.c (prepare_to_modify_buffer): Also check for
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
728 supersession when clash-detection is enabled.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
729
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
730 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
731
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
732 * regex.c (re_match_2_internal):
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
733 Convert temp characters from 'const unsigned char' to 're_char'.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
734 Fix crashing bug with extended characters under mule.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
735 * syntax.c (Qsyntax_table): Moved from vars_of_syntax to
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
736 syms_of_syntax. Use defsymbol to define. Fixes hanging bug with
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
737 font-lock, pdump, and new syntax-table code.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
738 * syntax.c (find_start_of_comment):
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
739 (find_end_of_comment):
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
740 (forward-comment):
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
741 Fix crashing bugs involving moving beyond end of buffer.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
742 * syntax.c (find_start_of_comment):
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
743 Fixed logic to allow proper detection of cases where the same
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
744 character is used to end both a two-char comment start and a
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
745 two-char comment end sequence. Fixes `(forward-comment -1)'.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
746 * syntax.c (find_start_of_comment):
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
747 Return position just past last comment-end character for all cases
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
748 (previously was only done for two-char comment-end sequences).
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
749 * syntax.c (forward-comment):
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
750 Take value returned from `find_end_of_comment', rather than
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
751 incrementing it.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
752 * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR):
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
753 Properly deal with BUFFERP (syntax_cache.object)
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
754
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
755 2001-02-17 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
756
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
757 * alloc.c (Fgarbage_collect):
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
758 * alloc.c (make_bit_vector_from_byte_vector):
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
759 -Wsign-compare-correctness.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
760
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
761 2001-02-16 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
762
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
763 * lisp-union.h (XSETINT): Eliminate unnecessary temp var.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
764 (XSETCHAR): Likewise.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
765 (XSETOBJ): Likewise.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
766
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
767 2001-02-15 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
768
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
769 * mule-canna.c (canna-func-delete_previous):
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
770 Rename to canna-func-delete-previous.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
771
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
772 2001-02-14 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
773
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
774 * mule-ccl.c (ccl_driver): Warning suppression. Use countof.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
775
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
776 2001-02-13 Matt Tucker <tuck@whistlingfish.net>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
777
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
778 * font-lock.c (find_context): Fix C++ compile errors introduced by
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
779 recent patch
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
780
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
781 2001-02-13 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
782
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
783 * s/aix4.h: Later versions of IBM C compiler need a bug workaround
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
784 pragma, but earlier ones barf on the same pragma.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
785
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
786 2001-02-06 Mike Sperber <mike@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
787
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
788 * emacs.c (complex_vars_of_emacs): Add `mule-lisp-directory' and
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
789 `configure-mule-lisp-directory'.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
790
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
791 2001-02-12 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
792
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
793 Make sure dump-id.c is compiled in the same way as other .c's.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
794 Fixes pdump compilation failure with HP's cc, which defaults to K&R.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
795 * dump-id.h: Remove.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
796 * emacs.c: Move dump-id.h into dumper.h.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
797 * dumper.h: Move dump-id.h into dumper.h.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
798 * Makefile.in.in:
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
799 Use standard .c.o rule for building dump-id.o.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
800 Remove preprocessor flags from link command.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
801 Add dump-id.o to ${otherobjs} if PDUMP.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
802
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
803 2001-02-07 Matt Tucker <tuck@whistlingfish.net>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
804
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
805 Port FSF 20.7 syntax table improvements.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
806 * syntax.c.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
807 * syntax.h.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
808
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
809 Fixups for new syntax table stuff.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
810 * dired.c: Include syntax.c.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
811 (Fdirectory_files): Initialize regex_match_object and
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
812 regex_emacs_buffer.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
813 * extents.h: EXFUN Fnext_extent_change, Fprevious_extent_change,
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
814 and Fget_char_property.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
815
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
816 Use ported FSF 20.7 syntax table improvements.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
817 * font-lock.c.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
818 * regex.c.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
819 * search.c.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
820
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
821 2001-02-09 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
822
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
823 * regex.c (Boolean): Renamed to `re_bool', to avoid conflict with
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
824 Unixware's enum boolean from sys/types.h.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
825
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
826 2001-02-10 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
827
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
828 Fix support for building with latest Purify.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
829 * Makefile.in.in (PURIFY_LIBS): Remove thread flags.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
830 (PURIFY_FLAGS): Likewise.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
831
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
832 2001-02-09 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
833
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
834 * fileio.c (lisp_string_set_file_times): New.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
835 * fileio.c (Fcopy_file): Use it.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
836 Fixes bug:
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
837 (copy-file filename non-ascii-filename t t)
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
838 ==> No such file or directory, non-ascii-filename
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
839
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
840 2001-02-10 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
841
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
842 * glyphs-x.c (generate_cursor_fg_bg): Avoid a warning.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
843 USHRT_MAX seems clearer than ~0 anyways.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
844
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
845 2001-02-09 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
846
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
847 dumper improvements. Inspired by Olivier.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
848 * dumper.c (pdump_max_align): New.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
849 * dumper.c (pdump_add_entry): Use pdump_max_align.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
850 * dumper.c (pdump_get_entry_list): Likewise.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
851 * dumper.c (pdump_scan_by_alignment): Likewise.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
852 Don't iterate through unnecessary alignments.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
853 * dumper.c (pdump_file_get): No need to align result of malloc().
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
854 * dumper.c (pdump_mallocadr): Remove.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
855 The result of malloc() is guaranteed to be maximally aligned.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
856 * dumper.c: s/elmt/elt/g;
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
857 * dumper.c (pdump_object_table): Allocate dynamically, not statically.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
858 * dumper.c (pdump_alert_undump_object): Likewise.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
859 * dumper.c (pdump_align_table):
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
860 Don't support alignments > 64.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
861 Store ALIGNOF's, not shift counts, in table.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
862
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
863 2001-02-09 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
864
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
865 * s/mingw32.h (HAVE_STRUCT_UTIMBUF): Remove.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
866 * s/windowsnt.h (HAVE_STRUCT_UTIMBUF): Remove.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
867 * systime.h: Use HAVE_UTIME.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
868 * sysdep.c (struct utimbuf): Remove.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
869 * sysdep.c (set_file_times): Prefer utime() to utimes().
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
870 * config.h.in (HAVE_UTIME): New.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
871 * config.h.in (HAVE_UTIME_H): Remove.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
872 * config.h.in (HAVE_STRUCT_UTIMBUF): Remove.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
873
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
874 2001-02-09 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
875
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
876 * s/aix4.h: Hide #pragmas inside #ifndef NOT_C_CODE.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
877
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
878 2001-02-08 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
879
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
880 * s/irix6-0.h: Use the standard system memmove, not bcopy.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
881
458
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
882 2001-02-08 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
883
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
884 * XEmacs 21.2.44 "Thalia" is released.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
885
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
886 2001-02-06 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
887
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
888 Fixes crashes in kill-emacs on some systems.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
889 * process-unix.c (unix_kill_child_process):
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
890 It's OK for kill() to fail with ESRCH.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
891
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
892 2001-02-07 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
893
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
894 Contortions to make .gdbinit tricks work on most systems.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
895 * alloc.c (dbg_inhibit_dbg_symbol_deletion): Keep debugger info.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
896 * alloc.c (dbg_valmask): Make non-const.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
897 * alloc.c (dbg_typemask): Make non-const.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
898 * alloc.c (dbg_USE_UNION_TYPE): Make non-const.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
899 * alloc.c (dbg_valbits): Make non-const.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
900 * alloc.c (dbg_gctypebits): Make non-const.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
901 * .gdbinit (decode_object): Make it work with AIX cc.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
902
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
903 2001-02-06 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
904
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
905 * elhash.c (make_general_lisp_hash_table):
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
906 Use simpler and more efficient calloc to clear entries.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
907
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
908 2001-02-07 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
909
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
910 * window.c (window_scroll): Work around an AIX C compiler bug.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
911 Fixes 'scroll-up' does nothing problem with xlC.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
912
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
913 2001-02-05 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
914
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
915 * .gdbinit: Remove obsolete comment.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
916
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
917 2001-01-31 Mike Alexander <mta@arbortext.com>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
918
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
919 * select.c (Fown_selection_internal): Set owned_p for device
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
920 method correctly.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
921
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
922 2001-02-01 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
923
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
924 Port to g++ 2.97.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
925 "not" cannot be used as a macro name as it is an operator in C++
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
926 * config.h.in: Stop #defining `not'.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
927 * chartab.c (check_category_char): not ==> not_p
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
928 * chartab.h: Likewise.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
929 * regex.c (re_match_2_internal): Likewise.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
930
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
931 2001-02-02 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
932
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
933 * lisp-disunion.h: Fix up comments.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
934
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
935 2001-01-31 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
936
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
937 * keymap.c (define_key_check_and_coerce_keysym):
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
938 (syms_of_keymap):
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
939 Support mouse-6 and mouse-7 bindings in the obvious way.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
940
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
941 2001-02-01 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
942
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
943 * m/hp9000s300.h (UNEXEC): Check for HPUX, not !BSD.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
944
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
945 2001-01-30 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
946
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
947 Previous patch changing DEFVAR_INT to use EMACS_INT was incomplete.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
948 Previous patch missed DEFVAR_INT_MAGIC.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
949 Make sure future DEFVAR_foo use correct types.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
950 * symeval.h (DEFVAR_SYMVAL_FWD_FIXNUM): New.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
951 * (DEFVAR_SYMVAL_FWD_INT): Add type checking.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
952 * (DEFVAR_SYMVAL_FWD_OBJECT): Add type checking.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
953 * (DEFVAR_INT_MAGIC): Use DEFVAR_SYMVAL_FWD_FIXNUM.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
954 * (DEFVAR_INT): Likewise.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
955 * redisplay.c (vertical_clip): Should be of type Fixnum.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
956 * redisplay.c (horizontal_clip): Likewise.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
957 * lisp.h (dump_add_opaque_int): New.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
958 (dump_add_opaque_fixnum): New.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
959
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
960 2001-01-29 Andy Piper <andy@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
961
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
962 * glyphs-widget.c (check_valid_int_or_function): allow symbols
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
963 since they can be eval'ed
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
964
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
965 2001-01-29 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
966
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
967 * lisp.h (ALIGNOF): Make it work on non-gcc C++ compilers.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
968 Oops, XEmacs redefines `class'. Use `typename' instead.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
969
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
970 2001-01-28 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
971
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
972 * dumper.c: Fix C++ compile errors.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
973
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
974 2001-01-29 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
975
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
976 * tparam.c: Use correct prototypes.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
977
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
978 2001-01-28 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
979
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
980 * sysproc.h: #include util.h for NetBSD's openpty.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
981
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
982 2001-01-27 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
983
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
984 More 64-bit correctness.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
985 The C value of a DEFVAR_INT should be of type EMACS_INT, not int.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
986 Use a typedef `fixnum' for the type used for DEFVAR_INT.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
987 Fix up comments.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
988 This finally finishes the 64-bit SGI port.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
989 Fixes things like (let ((gc-cons-threshold most-positive-fixnum)) ...).
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
990 * symbols.c: Fix up comments and type casts.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
991 * symbols.c (do_symval_forwarding): s/int/Fixnum/g
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
992 * symbols.c (store_symval_forwarding): s/int/Fixnum/g
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
993 * symeval.h (Fixnum): New type.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
994 * symeval.h (symbol_value_type): Fix up comment.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
995
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
996 * commands.h:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
997 * nt.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
998 * emacs.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
999 * data.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1000 * redisplay.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1001 * abbrev.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1002 * dired-msw.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1003 * event-Xt.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1004 * eldap.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1005 * window.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1006 * sound.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1007 * event-stream.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1008 * eval.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1009 * buffer.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1010 * mule-canna.c: A million DEFVAR_INTs here...
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1011 * mule-canna.c (count_char): s/int */Fixnum */g in arglist.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1012 * extents.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1013 * cmdloop.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1014 * lisp.h:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1015 * select-x.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1016 * console-x.h:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1017 * event-msw.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1018 * mule-wnnfns.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1019 * hpplay.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1020 * ralloc.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1021 * alloc.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1022 * keymap.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1023 * profile.c:
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1024 s/int/Fixnum/g in DEFVAR_INT declarations.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
1025
456
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1026 2001-01-26 Martin Buchholz <martin@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1027
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1028 Port pdump to SGI alignment-sensitive environment.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1029 Lisp Object sizeof methods now return aligned sizes. Rely on that.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1030 Eliminate is_lrecord since Lisp_Objects sizeof methods are now all
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1031 properly aligned.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1032 Define and use aligned reading and writing macros.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1033 Use buffered stdio instead of posix i/o for faster dumping.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1034 Eliminate kludgy 256 byte space for header.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1035 Read and write from dump file using structs for alignment safety.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1036 * dumper.c (pdump_align_stream): New.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1037 * dumper.c (PDUMP_ALIGN_OUTPUT): New.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1038 * dumper.c (PDUMP_READ_ALIGNED): New.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1039 * dumper.c (PDUMP_WRITE_ALIGNED): New.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1040 * dumper.c (pdump_static_Lisp_Object): New struct.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1041 * dumper.c (pdump_static_pointer): New struct.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1042 * dumper.c (pdump_entry_list_element): Remove is_lrecord member.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1043 * dumper.c (pdump_add_entry): Remove is_lrecord parameter.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1044 * dumper.c (pdump_dump_data): Rely on sizeof method alignment.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1045 * dumper.c (pdump_allocate_offset): Rely on sizeof method alignment.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1046
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1047 * dumper.c (pdump_backtrace):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1048 * dumper.c (pdump_get_indirect_count):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1049 * dumper.c (pdump_register_object):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1050 * dumper.c (pdump_register_struct):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1051 * dumper.c (pdump_reloc_one):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1052 * dumper.c (pdump_scan_by_alignment):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1053 * dumper.c (pdump_dump_from_root_struct_ptrs):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1054 * dumper.c (pdump_dump_opaques):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1055 * dumper.c (pdump_dump_rtables):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1056 * dumper.c (pdump_dump_from_root_objects):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1057 * dumper.c (pdump):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1058 * dumper.c (pdump_load_finish):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1059 Use aligned reading and writing.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1060
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1061 * dumper.c (pdump_free): Make static.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1062 * dumper.c (pdump_hFile): Likewise.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1063 * dumper.c (pdump_hMap): Likewise.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1064
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1065 2001-01-26 Martin Buchholz <martin@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1066
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1067 * XEmacs 21.2.43 "Terspichore" is released.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1068
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1069 2001-01-25 Martin Buchholz <martin@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1070
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1071 Type fiddling for window_config.saved_windows_count
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1072 * window.c (struct window_config):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1073 Make saved_windows_count member unsigned.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1074 * window.c (sizeof_window_config_for_n_windows):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1075 Make parameter unsigned.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1076 * window.c (mark_window_config):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1077 * window.c (window_config_equal):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1078 * window.c (free_window_configuration):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1079 * window.c (Fset_window_configuration):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1080 * window.c (count_windows):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1081 * window.c (Fcurrent_window_configuration):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1082 * window.c (reinit_vars_of_window):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1083 Update all callers and users.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1084
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1085 2001-01-25 Martin Buchholz <martin@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1086
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1087 Alignment correctness for flexible arrays.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1088 * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1089 Make alignment-correct. Add interesting comments.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1090 * alloc.c (size_vector):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1091 * alloc.c (make_vector_internal):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1092 * alloc.c (make_bit_vector_internal):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1093 * alloc.c (sweep_bit_vectors_1):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1094 * fns.c (size_bit_vector):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1095 Update all callers of FLEXIBLE_ARRAY_STRUCT_SIZEOF to add new arg.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1096 * window.c (sizeof_window_config_for_n_windows):
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1097 Use FLEXIBLE_ARRAY_STRUCT_SIZEOF.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1098
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1099 2001-01-24 Martin Buchholz <martin@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1100
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1101 * lread.c (read1): Rename `fexp', which is #defined in SGI's math.h
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1102
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1103 2001-01-23 Andy Piper <andy@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1104
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1105 * select.c (Fown_selection_internal): pass owned_p
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1106
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1107 * select-msw.c (mswindows_own_selection): New Signature.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1108
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1109 * console.h (struct console_methods): add owned_p to
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1110 _own_selection.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1111
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1112 * select-x.c (x_own_selection): pass owned_p
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1113 (hack_motif_clipboard_selection): use owned_p
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1114 (vars_of_select_x): new variable -
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1115 x_selection_strict_motif_ownership.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1116
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1117 2001-01-23 Martin Buchholz <martin@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1118
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1119 * specifier.h (specifier_data_offset): Remove pointless parens.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1120 * glyphs.h (IMAGE_SPECIFIER_DATA): Likewise.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1121
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1122 2001-01-24 Martin Buchholz <martin@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1123
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1124 Make Lisp_Object sizeof methods be alignment-correct.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1125 pdump must restore objects to the same alignment as the C compiler
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1126 assumes. It really matters on SGIs.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1127 * lstream.c (aligned_sizeof_lstream): New.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1128 (sizeof_lstream): Use aligned_sizeof_lstream.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1129 (Lstream_new): Likewise.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1130 * opaque.c (aligned_sizeof_opaque): New.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1131 (sizeof_opaque): Use aligned_sizeof_opaque.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1132 (make_opaque): Likewise.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1133 * specifier.c (aligned_sizeof_specifier): New.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1134 (sizeof_specifier): Use aligned_sizeof_specifier.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1135 (make_specifier_internal): Likewise.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1136
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1137 2001-01-23 Martin Buchholz <martin@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1138
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1139 * lstream.h (struct lstream): Use max_align_t for trailing data.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1140 * specifier.h (struct Lisp_Specifier): Likewise.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1141
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1142 2001-01-22 Martin Buchholz <martin@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1143
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1144 * mule-ccl.c (CCL_Extension): Renamed from CCL_Extention.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1145 (CCL_SUCCESS): Kludge to prevent Sun cc compiler warnings.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1146 (CCL_SUSPEND): Likewise.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1147 (CCL_INVALID_CMD): Likewise.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1148 (CCL_CALL_FOR_MAP_INSTRUCTION): Likewise.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1149 (ccl_driver): Likewise.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1150 (CCL_WRITE_CHAR): Macro hygiene.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1151 (CCL_WRITE_STRING): Macro hygiene.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1152
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1153 2001-01-22 Martin Buchholz <martin@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1154
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1155 Port "portable" dumper to SunOS 4 and HP-UX.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1156 * s/aix4.h (AIX4): Move MAP_FAILED definition elsewhere.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1157 * emacs.c (main): PDUMP implies no RUN_TIME_REMAP.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1158 * dumper.c (pdump_file_get): Define MAP_FAILED if not already defined.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1159
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1160 2001-01-22 Martin Buchholz <martin@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1161
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1162 * lisp.h (ALIGNOF): A better definition for C++.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1163
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1164 2001-01-20 Martin Buchholz <martin@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1165
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1166 Macro hygiene.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1167 Fix printf warnings: int format, long int arg.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1168 * regex.c (DECLARE_DESTINATION): Use DECLARE_NOTHING.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1169 (PUSH_FAILURE_POINT): Use correct printf formats.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1170 (POP_FAILURE_POINT): Use correct printf formats.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1171 Use do {...} while (0)
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1172
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1173 2001-01-20 Martin Buchholz <martin@xemacs.org>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1174
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1175 * XEmacs 21.2.42 "Poseidon" is released.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1176
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1177 2001-01-20 Martin Buchholz <martin@xemacs.org>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1178
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1179 * console-x.h: typo fix du jour. Remove #if 0'ed code.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1180
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1181 2001-01-19 Martin Buchholz <martin@xemacs.org>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1182
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1183 De-kludgify FIXED_TYPE free list frobbing.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1184 Fix crashes on 64-bit platforms introduced by my patch of 2001-01-13.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1185 * alloc.c (DECLARE_FIXED_TYPE_ALLOC): Use Lisp_Free.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1186 * alloc.c (ALLOCATE_FIXED_TYPE_1): Use new definitions.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1187 * alloc.c (Lisp_Free): New pseudo lisp object definition.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1188 * alloc.c (LRECORD_FREE_P): New.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1189 * alloc.c (MARK_LRECORD_AS_FREE): New.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1190 * alloc.c (MARK_LRECORD_AS_NOT_FREE): New.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1191 * alloc.c (STRUCT_FREE_P): Deleted.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1192 * alloc.c (MARK_STRUCT_AS_FREE): Deleted.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1193 * alloc.c (MARK_STRUCT_AS_NOT_FREE): Deleted.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1194 * alloc.c (STRING_CHARS_FREE_P): New.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1195 * alloc.c (MARK_STRING_CHARS_AS_FREE): New.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1196 * alloc.c (PUT_FIXED_TYPE_ON_FREE_LIST): Use new definitions.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1197 * alloc.c (FREE_FIXED_TYPE): Use new definitions.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1198 * alloc.c (STRING_CHARS_FREE_P): Use new definitions.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1199 * alloc.c (resize_string): Use new definitions.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1200 * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Use new definitions.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1201 * alloc.c (verify_string_chars_integrity): Use new definitions.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1202 * alloc.c (compact_string_chars): Use new definitions.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1203 * alloc.c: Update monster comments.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1204 * lrecord.h (lrecord_type): Add some new lrecord types for
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1205 alloc.c's use.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1206
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1207 2001-01-18 Martin Buchholz <martin@xemacs.org>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1208
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1209 Improve alignment hackery.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1210 * lisp.h (ALIGNOF): Better definition for the non-gcc case.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1211 (max_align_t): Moved from opaque.h - general purpose.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1212 (ALIGN_PTR): Use size_t, not long.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1213 * opaque.h (max_align_t): Move to lisp.h.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1214
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1215 2001-01-18 Norbert Koch <nk@LF.net>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1216
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1217 * gui.h: Fix and add prototypes to fix build problems.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1218
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1219 2001-01-18 Martin Buchholz <martin@xemacs.org>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1220
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1221 temacs is going away, so `dump-temacs' is now a bad name.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1222 * .dbxrc (dump-temacs): Rename to `dmp'.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1223 * .gdbinit (dump-temacs): Rename to `dmp'.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1224
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1225 2001-01-17 Andy Piper <andy@xemacs.org>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1226
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1227 * glyphs.c (print_image_instance): comment to make martin happy.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1228
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1229 * glyphs-x.c (x_redisplay_widget): update faces after a frame
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1230 change.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1231
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1232 * glyphs-msw.c (mswindows_redisplay_widget): add code to cope with
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1233 activation.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1234 (mswindows_tab_control_redisplay): warning suppression.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1235
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1236 * glyphs-widget.c (widget_update): re-write to cope with updated
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1237 items.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1238 (widget_instantiate): use new gui_item functions.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1239 (tab_control_update): deleted.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1240 (progress_gauge_update): deleted.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1241 (image_instantiator_progress_guage): take out update reference.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1242 (image_instantiator_tree_view): ditto.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1243 (image_instantiator_tab_control): ditto.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1244
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1245 * gui.c (widget_gui_parse_item_keywords): new function. Do things
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1246 Right the new way.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1247 (gui_item_add_keyval_pair): re-write to cope with descriptors and
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1248 return whether anything was changed.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1249 (update_gui_item_keywords): as it sounds.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1250
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1251 * gui.h: declare widget_gui_parse_item_keywords.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1252
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1253 * fns.c (safe_copy_tree): new function taken from Fcopy_tree.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1254 (Fcopy_tree): use it. Stops infloop death in bogus instantiators.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
1255
452
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1256 2001-01-17 Martin Buchholz <martin@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1257
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1258 * XEmacs 21.2.41 "Polyhymnia" is released.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1259
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1260 2001-01-16 Didier Verna <didier@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1261
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1262 * glyphs.c (image_instantiate): don't use fallbacks when
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1263 instantiating a face's background pixmap by inheritance.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1264
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1265 2001-01-14 Mike Sperber <mike@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1266
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1267 * sysdep.c (start_of_data): PDUMP implies ORDINARY_LINK.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1268 Conditionalize accordingly.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1269
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1270 2001-01-16 Martin Buchholz <martin@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1271
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1272 * dumper.c (pdump_file_get): Fix a compiler warning.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1273
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1274 2001-01-15 Martin Buchholz <martin@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1275
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1276 Make Purify happy when pdumping.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1277 * symbols.c (Fmake_variable_buffer_local): Make Purify happy, by
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1278 iniitalizing all bits of new lisp object memory.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1279 * symbols.c (Fmake_local_variable): Likewise.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1280 * symbols.c (Fdontusethis_set_symbol_value_handler): Likewise.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1281 * symbols.c (Fdefvaralias): Likewise.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1282 * mule-charset.c (vars_of_mule_charset): Likewise.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1283
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1284 2001-01-15 Martin Buchholz <martin@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1285 Add the `-nd' flag when running pre-dump operations under the debugger.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1286 * .dbxrc (run-temacs): Add `-nd'.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1287 * .dbxrc (update-elc): Likewise.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1288 * .dbxrc (dump-temacs): Likewise.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1289 * .gdbinit (run-temacs): Likewise.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1290 * .gdbinit (check-temacs): Likewise.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1291 * .gdbinit (update-elc): Likewise.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1292 * .gdbinit (dump-temacs): Likewise.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1293
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1294 2001-01-14 Martin Buchholz <martin@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1295
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1296 Allow building 64-bit executables on AIX with GNU malloc, e.g.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1297 export OBJECT_MODE=64
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1298 configure --pdump --use-union-type=no
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1299 * m/ibmrs6000.h (DATA_START): Define for 64-bit world.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1300 * gmalloc.c (__default_morecore): Remove pre-ANSI cruft.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1301
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1302 * miscplay.c (sndcnv8U_2mono):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1303 Avoid two uses of `++' in the same expression.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1304 Suppresses a GCC warning.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1305
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1306 2001-01-13 Martin Buchholz <martin@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1307
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1308 Make sure future compilers don't miscompile alloc.c.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1309 * alloc.c:
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1310 (MARK_STRUCT_AS_FREE): Make aliasing-optimization-resistant.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1311 (MARK_STRUCT_AS_NOT_FREE): Make aliasing-optimization-resistant.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1312
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1313 2001-01-12 Martin Buchholz <martin@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1314
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1315 * dumper.c: A little post-pdump-rename comment fixup.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1316
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1317 2001-01-09 Jerry James <james@eecs.ku.edu>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1318
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1319 * lisp-disunion.h: Change LISP_TO_CVOID arg to match its use.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1320
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1321 2001-01-13 Martin Buchholz <martin@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1322
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1323 * *.[ch]: Globally rename symbols using the following `pdump-rename'
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1324 script:
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1325 #!/bin/sh
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1326 replace_symbol () {
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1327 (findn texi$; findn [ch]$) | xargs g -lw "$1" | xargs global-replace 's/(?<!_)\b'$1'\b(?!_)/'$2'/g'
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1328 }
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1329
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1330 replace_symbol pdump_wire_lists pdump_weak_object_chains
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1331 replace_symbol pdump_wire_list dump_add_weak_object_chain
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1332
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1333 replace_symbol pdump_wires pdump_root_objects
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1334 replace_symbol pdump_wire dump_add_root_object
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1335
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1336 replace_symbol pdump_dump_wired pdump_dump_from_root_objects
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1337 replace_symbol pdump_dump_structs pdump_dump_from_root_struct_ptrs
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1338
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1339 replace_symbol dumpstructinfos pdump_root_struct_ptrs
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1340 replace_symbol dumpstructinfo_dynarr pdump_root_struct_ptr_dynarr
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1341 replace_symbol dumpstructinfo pdump_root_struct_ptr
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1342 replace_symbol dumpstruct dump_add_root_struct_ptr
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1343
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1344 replace_symbol dumpopaque dump_add_opaque
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1345 replace_symbol dumpopaqueinfo_dynarr pdump_opaque_dynarr
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1346 replace_symbol dumpopaqueinfos pdump_opaques
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1347 replace_symbol dumpopaqueinfo pdump_opaque
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1348
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1349 replace_symbol nb_structdump nb_root_struct_ptrs
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1350 replace_symbol nb_opaquedump nb_opaques
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1351
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1352 replace_symbol align_table pdump_align_table
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1353 replace_symbol dump_header pdump_header
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1354
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1355 replace_symbol DUMP_SIGNATURE_LEN PDUMP_SIGNATURE_LEN
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1356 replace_symbol DUMP_SIGNATURE PDUMP_SIGNATURE
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1357
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1358
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1359 2001-01-12 Martin Buchholz <martin@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1360
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1361 * s/aix4.h: Keep the C for AIX compiler from overaggressively
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1362 optimizing bytecount_to_charcount().
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1363
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1364 2001-01-06 Golubev I. N. <gin@mo.msk.ru>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1365
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1366 * config.h.in:
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1367 (HAVE_DLFCN_H): Removed.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1368 * sysdll.c: Remove HAVE__DLOPEN, HAVE_DLFCN_H.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1369
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1370 2001-01-06 Martin Buchholz <martin@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1371
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1372 Portable dumper maintainability improvements.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1373 * alloc.c (staticpro):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1374 * alloc.c (staticpro_nodump):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1375 * alloc.c (garbage_collect_1):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1376 * alloc.c (reinit_alloc_once_early):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1377 * alloc.c (init_alloc_once_early):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1378 * alloc.c: Move dumper functions to alloc.c.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1379 * dumper.c (pdump_backtrace):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1380 * dumper.c (pdump_dump_structs):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1381 * dumper.c (pdump_dump_opaques):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1382 * dumper.c (pdump_dump_rtables):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1383 * dumper.c (pdump_dump_wired):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1384 * dumper.c (pdump):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1385 * dumper.c (pdump_load_check):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1386 * dumper.c (pdump_load_finish):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1387 * dumper.c (pdump_file_unmap):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1388 * dumper.c (pdump_file_get):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1389 * dumper.c (pdump_resource_free):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1390 * dumper.c (pdump_resource_get):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1391 * dumper.c (pdump_file_free):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1392 * dumper.c (pdump_file_try):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1393 * dumper.c (pdump_load):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1394 Remove fixed size limits on staticpro(), staticpro_nodump(),
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1395 dumpopaque(), dumpstruct() by using Dynarrs instead of static C arrays.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1396 Remove custom code for dumping lrecord_implementations_table - use
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1397 dumpopaque instead.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1398 Remove (most of the) custom code for dumping staticpros - dump it
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1399 like any other dynarr.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1400
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1401 * alloc.h: Removed. No longer useful, since dumper now more self-contained.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1402 * dumper.c: Moved functions from alloc.c.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1403 * alloc.c (dumpstruct): Moved to dumper.c.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1404 * alloc.c (dumpopaque): Likewise.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1405 * alloc.c (pdump_wire): Likewise.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1406 * alloc.c (pdump_wire_list): Likewise.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1407
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1408 * lisp.h (Dynarr_sizeof): New.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1409 * lisp.h (Dynarr_begin): New. Very slightly C++oid.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1410 * lisp.h (Dynarr_end): New. Very slightly C++oid.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1411 * lisp.h (Lisp_Object_ptr_dynarr): New. For staticpros.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1412
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1413 * lisp.h (dumpstruct): Define to nothing if not PDUMPing.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1414 * lisp.h (dumpopaque): ditto.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1415 * lisp.h (pdump_wire): ditto.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1416 * lisp.h (pdump_wire_list): ditto.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1417
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1418 2001-01-09 Martin Buchholz <martin@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1419
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1420 * make-src-depend (PrintPatternDeps):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1421 Use `sort' to make output independent of perl version.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1422
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1423 2001-01-08 Martin Buchholz <martin@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1424
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1425 Port to Netbsd 1.5.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1426 * unexelf.c: Remove (never used) bogus Netbsd-specific cruft.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1427 * s/netbsd.c: Use unexelf.o if __ELF__ is defined.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1428
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1429 2001-01-03 Didier Verna <didier@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1430
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1431 * event-stream.c (emacs_handle_focus_change_preliminary): ensure
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1432 that `focus_frame' is alive before thinking of calling
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1433 `redisplay_redraw_cursor' on it.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1434
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1435 2001-01-08 Martin Buchholz <martin@xemacs.org>
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1436
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1437 * XEmacs 21.2.40 is released.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1438
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1439 2001-01-06 Golubev I. N. <gin@mo.msk.ru>
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1440
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1441 * regex.c: Replace PREFETCH with REGEX_PREFETCH.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1442
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1443 2001-01-06 Martin Buchholz <martin@xemacs.org>
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1444
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1445 * alloc.c (dbg_valmask): Make const.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1446 * alloc.c (dbg_typemask): Make const.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1447 * alloc.c (dbg_USE_UNION_TYPE): Make const.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1448 * alloc.c (dbg_valbits): Make const.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1449 * alloc.c (dbg_gctypebits): Make const.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1451 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1452
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1453 * redisplay-x.c (x_bevel_area):
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1454 redisplay.h (struct rune):
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1455 Typo fixes in comments.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1456
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1457 2001-01-05 Andy Piper <andy@xemacs.org>
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1458
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1459 * glyphs-x.c (x_redisplay_widget): use size changed for offset
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1460 adjustment.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1461
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1462 * menubar.c (menubar_visible_p_changed): don't mark frame changed.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1463
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1464 2001-01-05 Martin Buchholz <martin@xemacs.org>
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1465
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1466 * alloc.c (pure-bytes-used): Remove unused mendacious variable.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1467
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1468 * mule-ccl.c (stack_idx_of_map_multiple):
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1469 Non const global data must not be initialized!
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1470 Found by MIYASHITA Hisashi.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1471
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1472 2001-01-02 Andy Piper <andy@xemacs.org>
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1473
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1474 * frame.c (change_frame_size): make sure frame size is always
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1475 marked as changed.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1476
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1477 * glyphs.c (image_instance_layout): minor code reuse.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1478
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1479 * window.c (Fcurrent_window_configuration): revert previous
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1480 change.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1481
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1482 2001-01-02 Martin Buchholz <martin@xemacs.org>
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1483
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1484 * glyphs.h:
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1485 * glyphs.c (make_image_instance_cache_hash_table): Use ANSI prototypes.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1486
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1487 2000-12-31 Andy Piper <andy@xemacs.org>
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1488
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1489 * glyphs-x.c (x_unmap_subwindow): return focus to enclosing frame
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1490 when widget gets unmapped.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1491
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1492 * event-Xt.c (emacs_Xt_handle_widget_losing_focus): new
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1493 function. Make sure widgets losing focus don't just drop it.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1494 (handle_focus_event_1): record the widget with focus.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1495
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1496 2000-12-31 Andy Piper <andy@xemacs.org>
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1497
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1498 * window.c (allocate_window): use
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1499 make_image_instance_cache_hash_table.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1500 (make_dummy_parent): ditto.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1501 (Fset_window_configuration): ditto.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1502
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1503 * glyphs.h (INSTANTIATOR_TYPE): new macro. declare new functions.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1504
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1505 * glyphs.c (process_image_string_instantiator): use
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1506 INSTANTIATOR_TYPE.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1507 (get_image_instantiator_governing_domain): ditto.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1508 (normalize_image_instantiator): ditto.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1509 (instantiate_image_instantiator): ditto.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1510 (make_image_instance_1): ditto.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1511 (image_instantiate): ditto. Key on glyph *and* instantiator type.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1512 (instantiator_eq_equal): new function for use with instance hash
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1513 tables.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1514 (instantiator_eq_hash): ditto.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1515 (make_image_instance_cache_hash_table): create a suitable hash
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1516 table for storing image instances.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1517
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1518 * elhash.h (hash_table_weakness): new internal weakness type
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1519 HASH_TABLE_KEY_CAR_VALUE_WEAK.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1520 declare new functions.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1521
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1522 * elhash.c (finish_marking_weak_hash_tables): introduce yet
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1523 another weakness type for glyphs.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1524 (make_standard_lisp_hash_table): new function split out from
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1525 make_general_lisp_hash_table.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1526 (make_lisp_hash_table): call make_standard_lisp_hash_table.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1527 (hash_table_instantiate): ditto.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1528 (Fmake_hash_table): ditto.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
1529
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1530 2000-12-31 Martin Buchholz <martin@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1531
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1532 * XEmacs 21.2.39 is released.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1533
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1534 2000-12-29 Andy Piper <andy@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1535
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1536 * menubar.c (menubar_visible_p_changed): signal the frame changed.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1537
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1538 * glyphs-x.c (x_redisplay_widget): Re-calculate widget offsets if
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1539 the frame has changed so that we pick up geometry changes such as
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1540 menubar visibility.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1541
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1542 2000-12-28 Andy Piper <andy@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1543
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1544 * lastfile.c (my_ebss): make a char array so we can pad the
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1545 bss. Fixes cygwin unexec.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1546
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1547 * unexcw.c: invert BROKEN_GDB to NO_DEBUG.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1548
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1549 2000-12-26 Andy Piper <andy@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1550
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1551 * event-Xt.c (emacs_Xt_force_event_pending): add some verbose
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1552 comments and try and be more precise about a non-/SIGIO world.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1553 (emacs_Xt_event_pending_p): use XtAppPending under cygwin and non
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1554 SIGIO.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1555
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1556 * redisplay-output.c (redisplay_normalize_glyph_area): make sure
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1557 we don't normalize to zero width or height.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1558
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1559 2000-12-24 Andy Piper <andy@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1560
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1561 * Makefile.in.in (ldflags): add -mwindows when appropriate.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1562
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1563 2000-08-18 Golubev I. N. <gin@mo.msk.ru>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1564
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1565 * s/sco5.h: SCO 5 has pty support.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1566
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1567 2000-07-20 Kazuyuki IENAGA <ienaga@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1568
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1569 * input-method-xlib.c: supports both XIM_XLIB and USE_XFONTSET.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1570 input-method-xlib.c contains whole contents of input-method-xfs.c,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1571 so we can use input-method-xlib.c's code for USE_XFONTSET
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1572 using #ifdefs.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1573 * input-method-xfs.c: removed.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1574
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1575 2000-12-20 Stephen Turnbull <stephen@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1576
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1577 * file-coding.h (enum coding_category_type): reorder enumerators to
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1578 make autodetection safer. Make CODING_CATEGORY_LAST an enumerator
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1579 (now one greater than largest real coding_category_type enumerator).
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1580 * file-coding.c (coding_category_symbol, coding_category_by_priority,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1581 coding_category_system, fcd_descriptihon_1, decode_coding_category,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1582 Fcoding_category_list, Fset_coding_priority_list,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1583 Fcoding_priority_list, coding_system_from_mask, Fdetect_coding_region,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1584 vars_of_file_coding): adjust for change in CODING_CATEGORY_LAST.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1585
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1586 2000-12-18 Yoshiki Hayashi <yoshiki@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1587
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1588 * redisplay-output.c (redisplay_clear_top_of_window): Remove static.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1589 * redisplay-output.c (redisplay_output_window): Clear top of window
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1590 when face is changed.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1591 * redisplay-x.c (x_redraw_exposed_window): Call
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1592 redisplay_clear_top_of_window.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1593 * redisplay.h: Publish redisplay_clear_top_of_window.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1594
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1595 2000-12-18 Yoshiki Hayashi <yoshiki@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1596
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1597 * buffer.c (Fkill_buffer): Map over all devices.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1598 * window.c (window_loop): Remove UNSHOW_BUFFER code.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1599 (list_windows): New function.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1600 (list_all_windows): Ditto.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1601 (Freplace_buffer_in_windows): Use them.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1602
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1603 2000-02-02 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1604
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1605 * database.c (berkdb_subtype): Recognize new subtype `queue'.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1606 (Fopen_database): Use `db_create' instead of `db_open'.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1607 (syms_of_database): Initialize Qqueue.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1608
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1609 2000-12-13 Yoshiki Hayashi <yoshiki@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1610
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1611 * buffer.c (common_init_complex_vars_of_buffer): Initialize
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1612 buffer_local_face_property.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1613 * buffer.h (struct buffer): New member buffer_local_face_property.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1614 * window.c (Fset_window_buffer): Mark window's face as changed
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1615 when buffer has buffer local face.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1616 * window.h (MARK_WINDOW_FACES_CHANGED): New macro.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1617 * objects.c (color_after_change): Set buffer_local_face_property
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1618 when locale of face specifier is buffer.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1619 * objects.c (font_after_change): Ditto.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1620 * objects.c (face_boolean_after_change): Ditto.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1621 * glyphs.c (image_after_change): Ditto.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1622
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1623 2000-12-09 Dan Holmsand <dan@eyebee.com>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1624
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1625 * nt.c (mswindows_fstat): Report file permissions, volume serial
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1626 number, etc. Code adapted from FSF Emacs 20.7.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1627
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1628 2000-12-09 Dan Holmsand <dan@eyebee.com>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1629
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1630 * sysfile.h (lstat): Make lstat an alias for xemacs_stat instead
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1631 of stat when we don't have symbolic links, to make sure
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1632 mswindows_stat is called on mswindows.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1633
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1634 2000-12-12 Yoshiki Hayashi <yoshiki@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1635
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1636 * alloca.c: Define malloc to xmalloc only when built with XEmacs.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1637
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1638 2000-12-12 Martin Buchholz <martin@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1639
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1640 * doprnt.c (emacs_doprnt_1): More printing fixes.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1641 Make printing of numbers compatible with libc and FSF Emacs.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1642 BUG was: (format "%6.3f" 1.2) ==>"1.200000"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1643 Use the system printf to do most of the hard work of formatting,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1644 instead of doprnt_1().
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1645 Calculate memory to allocate for format string.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1646 Remove arbitrary limit on precision, e.g. (format "%.1000f" 3.14)
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1647 (doprnt_1): Cleaner code and documentation.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1648
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1649 2000-12-01 Jerry James <james@eecs.ukans.edu>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1650
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1651 * Makefile.in.in: Use the loop variable to install headers.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1652
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1653 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1654
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1655 * window.c (Fsplit_window): Don't invalidate face cache.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1656
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1657 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1658
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1659 * minibuf.c (Fall_completions): Undo the previous change
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1660 which removed checking elements start with space.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1661
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1662 2000-12-06 Stephen Turnbull <stephen@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1663
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1664 * mule-canna.c: Didier suppression.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1665
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1666 2000-12-06 Stephen Turnbull <stephen@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1667
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1668 * mule-canna.c: rename static unsigned char buf[] to key_buffer
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1669 (warning suppression). Add English comment translations.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1670
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1671 2000-12-05 Martin Buchholz <martin@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1672
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1673 * unexelfsgi.c (unexec): Better test for mmap failure.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
1674
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1675 2000-12-05 Martin Buchholz <martin@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1676
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1677 * XEmacs 21.2.38 is released.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1678
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1679 2000-12-05 Martin Buchholz <martin@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1680
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1681 * redisplay.c (bar-cursor): Make a user variable.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1682
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1683 * symsinit.h: Add init_postgresql_from_environment.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1684
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1685 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1686
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1687 * regex.c: Convert to clean C.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1688
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1689 2000-12-05 Dan Holmsand <dan@eyebee.com>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1690
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1691 * realpath.c:
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1692 Don't #include sysfile.h. Revert to duplicating PATH_MAX
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1693 initialization.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1694 (sys_readlink): renamed to system_readlink to avoid conflict with
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1695 the other sys_readlink.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1696
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1697 2000-12-04 Hiroaki Abe <h-abe@pc.highway.ne.jp>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1698
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1699 * dumper.c (pdump_file_get): Correct uses of pdump_fd.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1700
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1701 2000-12-04 Stephen J. Turnbull <stephen@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1702
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1703 * postgresql.c (init_postgresql_from_environment): new function.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1704 (vars_of_postgresql): Move code initializing Lisp variables out and
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1705 into init_postgresql_from_environment.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1706 emacs.c (main_1): Call init_postgresql_from_environment if and only
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1707 if running a dumped XEmacs.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1708
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1709 2000-08-31 Dan Holmsand <dan@eyebee.com>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1710
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1711 * buffer.c: Make find-file-compare-truenames default to true on
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1712 windows.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1713
452
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
1714 * realpath.c (win32_abs_start):
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1715 (cygwin_readlink):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1716 (win32_readlink): New functions.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1717 (xrealpath): Return really real filenames on windows.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1718
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1719 * fileio.c (Ffile_truename): Make file-truename work on windows.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1720
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1721 2000-11-29 Didier Verna <didier@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1722
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1723 * faces.c (MAYBE_UNFROB_BACKGROUND_PIXMAP): new macro.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1724 * faces.c (update_face_cachel_data): use it.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1725 * faces.c (add_face_cachel): use it. Complete background pixmap
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1726 frobbing in face cache if `update_face_cachel_data' has not done so.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1727
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1728 2000-11-29 Yoshiki Hayashi <yoshiki@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1729
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1730 * search.c (string_match_1): Don't set last_thing_searched
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1731 when search failed.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1732
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1733 2000-11-27 Yoshiki Hayashi <yoshiki@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1734
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1735 * buffer.c: Include casetab.h
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1736 (common_init_complex_vars_of_buffer): Use new case-table object.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1737 * buffer.h: Include casetab.h
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1738 * buffer.h (MAKE_TRT_TABLE): Use generic char-table.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1739 (DOWNCASE_TABLE_OF): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1740 * bufslots.h: Remove char-tables and add case-table.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1741 * casetab.c: Include casetab.h
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1742 (CASE_TABLE_P): Removed.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1743 (mark_case_table): New function.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1744 (allocate_case_table): New function.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1745 (Fcase_table_p): Use new case-table.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1746 (case_table_char): New function.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1747 (Fget_case_table): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1748 (Fput_case_table): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1749 (Fput_case_table_pair): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1750 (Fcopy_case_table): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1751 (Fcurrent_case_table): Return case-table.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1752 (Fstandard_case_table): Return case-table.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1753 (Fset_case_table): Fix doc-string.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1754 (set_case_table): Use case-table
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1755 (syms_of_casetab): DEFSUBR new functions.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1756 (complex_vars_of_casetab): Set up standard case-table.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1757 * casetab.h: New file.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1758 * editfns.c: Include casetab.h
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1759 (Fcompare_buffer_substrings): Use case-table.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1760 * inline.c: Include casetab.h
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1761 * lisp.h: Remove bogus extern.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1762 * lrecord.h (lrecord_type): Add lrecord_type_case_table.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1763 * search.c: Include casetab.h
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1764 (TRANSLATE_ASCII): Removed.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1765 (TRANSLATE): Unconditionally translate character.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1766 (looking_at_1): Use case-table.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1767 (string_match_1): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1768 (fast_string_match): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1769 (search_command): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1770 (search_buffer): Separate boyer_moore. Check whether
456
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
1771 boyer_moore is possible.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1772 (simple_search): New function.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1773 (boyer_moore): Separated from search_buffer. Translate char.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1774
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1775 2000-11-24 Yoshiki Hayashi <yoshiki@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1776
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1777 * regex.c (RE_TR_ASCII): Removed.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1778 (RE_TRANSLATE): Unconditionally use TRT_TABLE.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1779 (PATFETCH): Call PATFETCH_RAW.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1780 (PATFETCH_RAW): Fetch Emchar.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1781 (PATUNFETCH): Decrement charptr.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1782 (GET_BUFFER_SPACE): Rename b to buf_end.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1783 (BUF_PUSH): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1784 (BUF_PUSH_2): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1785 (BUF_PUSH_3): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1786 (EXTEND_BUFFER): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1787 (SET_LIST_BIT): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1788 (regex_compile): Ditto. Translate non ASCII char.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1789 (compile_range): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1790 (re_search_2): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1791 (re_match_2_internal): Compare Emchar.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1792 (bcmp_translate): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1793
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1794 2000-11-29 Stephen J. Turnbull <turnbull@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1795
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1796 * lisp.h (basic char/int typedefs): comment improvement.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1797
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1798 2000-11-24 Stephen J. Turnbull <turnbull@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1799
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1800 * emacs.c (main_1): unconditional pdump unstomping; don't save and
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1801 unstomp inhibit_site_lisp. Improve comments.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1802
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1803 2000-11-22 Stephen J. Turnbull <turnbull@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1804
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1805 * mule-charset.c (Fcharset_property): improve type checking, comments.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1806
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1807 2000-11-28 Andy Piper <andy@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1808
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1809 * redisplay-output.c (redisplay_output_subwindow): make sure we do
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1810 clipped display for windows in the gutter also.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1811 (redisplay_display_boxes_in_window_p): change semantics of return
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1812 codes to be more intuitive.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1813
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1814 * gutter.h: declare display_boxes_in_gutter_p.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1815
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1816 * gutter.c (display_boxes_in_gutter_p): new function for
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1817 redisplay.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1818
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1819 2000-11-22 Andy Piper <andy@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1820
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1821 * glyphs-x.c (image_instantiator_format_create_glyphs_x): change
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1822 autodetect domain.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1823
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1824 2000-11-21 Yoshiki Hayashi <yoshiki@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1825
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1826 * callproc.c (Fold_call_process_internal):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1827 * gpm.c (Freceive_gpm_event):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1828 (tty_get_foreign_selection): Might be just warning supression.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1829 * fileio.c (Fwrite_region_internal):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1830 (Fset_visited_file_modtime):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1831 * keymap.c (event_matches_key_specifier_p):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1832 Initialize GCPROed variable.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1833
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1834 * menubar-x.c (command_builder_find_menu_accelerator):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1835 Initialize before use.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1836
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1837 2000-11-23 Andy Piper <andy@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1838
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1839 * unexcw.c (unexec): make the resulting executable executable.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1840
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1841 2000-11-21 Martin Buchholz <martin@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1842
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1843 * doc.c (get_doc_string):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1844 Use size_t, not int, for result of XSTRING_LENGTH.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1845
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1846 * cmds.c (Fdelete_char):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1847 * cmds.c (Fpoint_at_eol):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1848 * cmds.c (Fself_insert_command):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1849 Use EMACS_INT, not int, for result of XINT.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1850 Someday, someone will want to insert more than 2**31 identical characters.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1851
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1852 * cmds.c (Fdelete_char):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1853 * cmds.c (Fdelete_backward_char):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1854 * syntax.c (Fforward_word):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1855 * syntax.c (Fforward_comment):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1856 Make COUNT argument optional, for consistency with forward-char et al.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1857
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1858 2000-11-22 Martin Buchholz <martin@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1859
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1860 * lisp.h:
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1861 * print.c (long_to_string):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1862 Return a useful value: the pointer at end of data written.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1863
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1864 * doprnt.c:
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1865 Use `static const char * const' for constant strings.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1866 (union printf_arg): Delete `i', `ui' members.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1867 (get_doprnt_args):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1868 (emacs_doprnt_1):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1869 Fix LP64 platform bug: (format "%d" most-positive-fixnum) ==> "-1"
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1870 Do all printf-ing via the `l' specifier.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1871 Use EMACS_INT instead of int.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1872 Optimize.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1873
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1874 2000-11-20 Didier Verna <didier@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1875
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1876 * faces.c (update_face_cachel_data): don't frob the background
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1877 pixmap when the window is being created. The face is needed but
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1878 does not exist yet.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1879
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1880 2000-11-20 Andy Piper <andy@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1881
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1882 * unexcw.c (copy_executable_and_dump_data_section): Only do bss
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1883 messing with a debug environment.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1884
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1885 2000-11-20 Martin Buchholz <martin@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1886
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1887 * emacs.c (__sti__iflPNGFile_c___): Pedantically correct prototype.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1888
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1889 2000-11-20 Martin Buchholz <martin@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1890
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1891 * casetab.c (Fcase_table_p): Fix compile error and crash.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1892
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1893 2000-11-18 Philip Aston <philipa@mail.com>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1894
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1895 * s/cygwin32.h: Cygwin has SVR4-like pty support.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1896
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1897 2000-11-18 Martin Buchholz <martin@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1898
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1899 * fileio.c (Fexpand_file_name): GCPRO bug! Protect `handler'.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1900 * filelock.c (lock_file): GCPRO bug! Initialize all GCPROed vars!
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1901
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1902 2000-11-17 Martin Buchholz <martin@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1903
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1904 * config.h.in: Define HAVE_ELF_H if elf.h exists.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1905 * unexelf.c: Use HAVE_ELF_H.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1906 * unexelfsgi.c: Fix bug with dumped xemacs stdout/stderr not working.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1907 I copied FSF Emacs 20.7 unexelf.c to unexelfsgi.c and ANSIfied it.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1908 Max Matveev <makc@sgi.com> removed non-SGI-relevant parts and tested.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1909 Greg Harrington <greg_harrington@hotmail.com> provided a machine
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1910 for testing.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1911 So this is an unexelfsgi.c from a different line of development.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1912
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1913 2000-11-16 Yoshiki Hayashi <yoshiki@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1914
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1915 * regex.c (RE_TR_ASCII): New function.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1916 (RE_TRANSLATE): Call it.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1917
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1918 2000-11-16 Yoshiki Hayashi <yoshiki@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1919
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1920 * buffer.h (TRT_TABLE_OF): Remove assert.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1921 (IN_TRT_TABLE_DOMAIN): Removed.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1922
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1923 2000-11-16 Gunnar Evermann <ge204@eng.cam.ac.uk>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1924
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1925 * free-hook.c (log_gcpro):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1926 (show_gcprohist): Add support for GCPRO5.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1927
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1928 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1929
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1930 * emacs.c (main_1): Improve -sd error message when --pdump=no.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1931
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1932 2000-11-16 Olivier Galibert <galibert@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1933
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1934 * symeval.h: Declare flush_all_buffer_local_cache.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1935
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1936 * symbols.c: Change XD_LO_RESET_NIL into XD_LISP_OBJECTs.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1937 (flush_buffer_local_cache): Added.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1938 (flush_all_buffer_local_cache): Added.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1939
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1940 * lrecord.h: Remove unused XD_LO_RESET_NIL.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1941
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1942 * dumper.c (pdump_register_sub): Remove unused XD_LO_RESET_NIL.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1943 (pdump_dump_data): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1944 (pdump_reloc_one): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1945 (pdump): Remove unused pdump_qnil. Flush buffer local caches
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1946 before dumping.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1947
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1948
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1949 2000-11-14 Yoshiki Hayashi <yoshiki@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1950
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1951 * buffer.c: Remove if 0'ed entry.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1952 * buffer.h: Rewrite TRT to use char-table.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1953 * bufslots.h: Remove mirror tables.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1954 * casetab.c: Remove mirror tables.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1955 (CASE_TABLE_P): New macro.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1956 (Fcase_table_p): Element of a case table is string or char-table.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1957 (make_mirror_trt_table): Removed.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1958 (set_case_table): Setup char-table from strings for backward
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1959 compatibility.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1960 * dired.c (Fdirectory_files):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1961 * dired-msw.c: (mswindows_get_files):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1962 * lisp.h: Change prototype of re_pattern_buffer.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1963 * regex.c: (RE_TRANSLATE): New macro.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1964 (TRANSLATE_P): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1965 Change translate to type RE_TRANSLATE_TYPE.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1966 * regex.h: Define RE_TRANSLATE_TYPE
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1967 * search.c (TRANSLATE): New macro.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1968 (TRANSLATE_ASCII): New macro.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1969 Translate table is changed to Lisp_Object.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1970 (signal_failure): Inhibit return.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1971
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1972 2000-11-14 Yoshiki Hayashi <yoshiki@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1973
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1974 * device-msw.c:
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1975 * eldap.c:
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1976 * event-Xt.c:
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1977 * event-stream.c:
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1978 * print.c:
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1979 Do UNGCPRO before return.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
1980
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1981 2000-11-14 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1982
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1983 * XEmacs 21.2.37 is released.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1984
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1985 2000-11-13 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1986
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1987 * fileio.c (Finsert_file_contents_internal): UNGCPRO before return.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1988 Add comments about discarded return value.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1989
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1990 2000-11-09 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1991
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1992 * callint.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1993 * event-stream.c: Fix comments. Remove some #if 0'ed part.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1994
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1995 2000-10-27 Andy Piper <andy@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1996
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1997 * gutter.c (Fset_default_gutter_position): default left and right
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1998 gutters to visible.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
1999 (calculate_gutter_size): calculate resonable heuristic for left
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2000 and right gutter sizes.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2001 (specifier_vars_of_gutter): change left and right gutter sizes to
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2002 autodetect.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2003 (calculate_gutter_size_from_display_lines): new function.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2004 (output_gutter): check for resizing on left and right gutters.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2005 (clear_gutter): don't special case top and left gutters.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2006 (specifier_vars_of_gutter): use new signature for
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2007 set_specifier_caching.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2008
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2009 * glyphs-x.c (x_redisplay_widget): spelling fix.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2010 * glyphs.c (specifier_vars_of_glyphs):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2011 * menubar.c (specifier_vars_of_menubar):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2012 * redisplay.c (specifier_vars_of_redisplay):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2013 * toolbar.c (specifier_vars_of_toolbar):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2014 * window.c (specifier_vars_of_window):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2015 * scrollbar.c (specifier_vars_of_scrollbar):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2016 (complex_vars_of_scrollbar): use new signature for
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2017 set_specifier_caching.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2018
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2019 * specifier.c (set_specifier_caching): include recompute flag.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2020 (recompute_one_cached_specifier_in_window): always recompute if
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2021 flag set.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2022 (recompute_one_cached_specifier_in_frame): ditto.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2023
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2024 * specifier.h (struct specifier_caching): add recompute flag.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2025
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2026 2000-10-24 Andy Piper <andy@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2027
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2028 * unexcw.c (copy_executable_and_dump_data_section): add new
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2029 BSS_PAD_SIZE so that we can re-instate a mini-bss. This keeps gdb
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2030 5.0 happy.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2031
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2032 2000-11-06 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2033
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2034 * console-x.h (x_device): New member modifier_release_time.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2035 * event-Xt.c (x_handle_sticky_modifiers):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2036 Bound interval modifier keys are sticky.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2037 * event-stream.c (Vmodifier_keys_sticky_time): New variable.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2038 * events.h: extern it.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2039
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2040 2000-11-06 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2041
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2042 * cmdloop.c (Fcommand_loop_1): Just add C-g to event queue.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2043
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2044 2000-11-06 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2045
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2046 * event-stream.c (execute_command_event): Preserve current_events
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2047 and the like when event is misc-user-event.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2048 Inhibit quit during the call to maybe_echo_keys.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2049
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2050 2000-10-31 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2051
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2052 * filelock.c (lock_buffer): Cope with kill-buffer. Don't create a
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2053 symlink when buffer is killed.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2054 (inhibit_clash_detection): New variable.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2055
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2056 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2057
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2058 * console.c (Fset_input_method): Trigger redisplay on tty.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2059
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2060 2000-11-07 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2061
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2062 * process.c (Fprocess_status): Revert to previous behavior:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2063 (process-status "nosuchprocess") ==> nil
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2064
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2065 2000-11-06 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2066
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2067 * mule-charset.h (CHARSET_BY_LEADING_BYTE):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2068 Work around another GCC 2.95.2 optimizer bug.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2069
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2070 2000-11-02 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2071
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2072 * process.c (Fget_process): Use LIST_LOOP_2.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2073 (kill_buffer_processes): Use LIST_LOOP_2.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2074
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2075 * minibuf.c (Fall_completions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2076 Delete old non-functional code for FSF fourth argument.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2077
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2078 * frame.c (frame_matches_frame_spec):
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2079 Renamed from `frame_matches_frametype'. Update all callers.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2080 (device_matches_device_spec):
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2081 Renamed from 'device_matches_console_spec'. Update all callers.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2082
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2083 * doc.c (Fsubstitute_command_keys):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2084 Remove buffer overflow crash. Small code cleanups.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2085
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2086 * casetab.c (check_case_table): Simpler code.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2087
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2088 * window.c (Freplace_buffer_in_windows):
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2089 Give this the same WHICH-FRAMES and WHICH-DEVICES parameters
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2090 (and similar implementation) as Fdelete_windows_on.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2091 Update all callers.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2092
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2093 * alloc.c (Fmake_list):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2094 * alloc.c (make_vector):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2095 * alloc.c (Fmake_vector):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2096 * alloc.c (make_bit_vector):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2097 * alloc.c (Fmake_bit_vector):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2098 * alloc.c (Fbit_vector):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2099 * alloc.c (Fmake_string):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2100 * alloc.c (Fpurecopy):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2101 * alloc.c (Fmemory_limit):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2102 * buffer.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2103 * buffer.c (Fget_buffer):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2104 * buffer.c (Fkill_buffer):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2105 * buffer.c (complex_vars_of_buffer):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2106 * bytecode.c (Fcompiled_function_stack_depth):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2107 * callint.c (Fprefix_numeric_value):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2108 * event-stream.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2109 * event-stream.c (Fread_key_sequence):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2110 * casetab.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2111 * casetab.c (Fcase_table_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2112 * casetab.c (check_case_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2113 * casetab.c (Fset_case_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2114 * casetab.c (Fset_standard_case_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2115 * chartab.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2116 * chartab.c (Fchar_table_type):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2117 * chartab.c (Freset_char_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2118 * chartab.c (Fget_char_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2119 * chartab.c (Fget_range_char_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2120 * chartab.c (Fput_char_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2121 * chartab.c (Fmap_char_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2122 * chartab.c (Fcategory_table_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2123 * chartab.c (Fcheck_category_at):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2124 * chartab.c (Fchar_in_category_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2125 * chartab.c (Fcategory_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2126 * chartab.c (Fcopy_category_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2127 * chartab.c (Fset_category_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2128 * chartab.c (Fcategory_designator_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2129 * chartab.c (Fcategory_table_value_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2130 * cmds.c (Fdelete_char):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2131 * cmds.c (Fdelete_backward_char):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2132 * cmds.c (Fself_insert_command):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2133 * cmds.c (Fself_insert_internal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2134 * console.c (Fvalid_console_type_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2135 * console.c (Fcdfw_console):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2136 * console.c (Fconsole_type):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2137 * console.c (Fconsole_name):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2138 * console.c (Fconsole_device_list):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2139 * console.c (Fconsole_on_window_system_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2140 * data.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2141 * data.c (Feq):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2142 * data.c (Fold_eq):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2143 * data.c (Fsubr_interactive):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2144 * data.c (Fchar_to_int):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2145 * data.c (Fint_to_char):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2146 * data.c (Fsetcar):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2147 * data.c (Fsetcdr):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2148 * data.c (Fnumber_to_string):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2149 * data.c (Fstring_to_number):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2150 * data.c (Frem):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2151 * database.c (mark_database):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2152 * database.c (finalize_database):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2153 * database.c (Fdatabase_live_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2154 * database.c (Fdatabasep):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2155 * device-x.c (Fx_get_resource):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2156 * device.c (Fdfw_device):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2157 * dired.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2158 * dired.c (Ffile_name_completion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2159 * dired.c (Ffile_name_all_completions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2160 * dired.c (Fuser_name_completion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2161 * dired.c (Fuser_name_completion_1):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2162 * dired.c (Fuser_name_all_completions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2163 * doc.c (Fdocumentation):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2164 * doc.c (Fdocumentation_property):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2165 * doc.c (Fsubstitute_command_keys):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2166 * editfns.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2167 * editfns.c (Fchar_to_string):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2168 * editfns.c (Fstring_to_char):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2169 * editfns.c (Ftemp_directory):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2170 * editfns.c (Finsert_char):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2171 * editfns.c (Fbuffer_substring_no_properties):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2172 * editfns.c (Fnarrow_to_region):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2173 * editfns.c (Fchar_equal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2174 * editfns.c (Fchar_Equal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2175 * editfns.c (Ftranspose_regions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2176 * emacs.c (Fdump_emacs):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2177 * eval.c (Fthrow):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2178 * eval.c (Fcommand_execute):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2179 * eval.c (Fautoload):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2180 * eval.c (Fbacktrace):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2181 * eval.c (Fbacktrace_frame):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2182 * events.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2183 * events.c (Fcopy_event):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2184 * events.c (Fcharacter_to_event):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2185 * events.c (Fevent_button):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2186 * events.c (Fevent_process):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2187 * extents.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2188 * extents.c (Fnext_extent_change):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2189 * extents.c (Fextent_property):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2190 * faces.c (Ffacep):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2191 * faces.c (Fmake_face):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2192 * file-coding.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2193 * file-coding.c (Fencode_shift_jis_char):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2194 * file-coding.c (Fencode_big5_char):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2195 * fileio.c (Ffile_name_directory):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2196 * fileio.c (Ffile_name_nondirectory):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2197 * fileio.c (Ffile_name_as_directory):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2198 * fileio.c (Fdirectory_file_name):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2199 * fileio.c (Ffile_truename):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2200 * fileio.c (Fsubstitute_in_file_name):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2201 * fileio.c (Ffile_modes):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2202 * fileio.c (Fset_file_modes):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2203 * fileio.c (Fset_default_file_modes):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2204 * fileio.c (Fverify_visited_file_modtime):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2205 * floatfns.c (Facos):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2206 * floatfns.c (Fasin):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2207 * floatfns.c (Fatan):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2208 * floatfns.c (Fcos):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2209 * floatfns.c (Fsin):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2210 * floatfns.c (Ftan):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2211 * floatfns.c (Fbessel_j0):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2212 * floatfns.c (Fbessel_j1):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2213 * floatfns.c (Fbessel_jn):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2214 * floatfns.c (Fbessel_y0):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2215 * floatfns.c (Fbessel_y1):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2216 * floatfns.c (Fbessel_yn):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2217 * floatfns.c (Ferf):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2218 * floatfns.c (Ferfc):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2219 * floatfns.c (Flog_gamma):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2220 * floatfns.c (Fexp):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2221 * floatfns.c (Fexpt):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2222 * floatfns.c (Flog):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2223 * floatfns.c (Flog10):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2224 * floatfns.c (Fsqrt):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2225 * floatfns.c (Fcube_root):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2226 * floatfns.c (Facosh):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2227 * floatfns.c (Fasinh):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2228 * floatfns.c (Fatanh):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2229 * floatfns.c (Fcosh):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2230 * floatfns.c (Fsinh):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2231 * floatfns.c (Ftanh):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2232 * floatfns.c (Fabs):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2233 * floatfns.c (Ffloat):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2234 * floatfns.c (Flogb):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2235 * floatfns.c (Fceiling):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2236 * floatfns.c (Ffloor):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2237 * floatfns.c (Fround):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2238 * floatfns.c (Ftruncate):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2239 * floatfns.c (Ffceiling):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2240 * floatfns.c (Fffloor):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2241 * floatfns.c (Ffround):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2242 * floatfns.c (Fftruncate):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2243 * fns.c (Fstring_equal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2244 * fns.c (Fstring_lessp):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2245 * fns.c (concat2):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2246 * fns.c (concat3):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2247 * fns.c (vconcat2):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2248 * fns.c (vconcat3):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2249 * fns.c (Fsubstring):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2250 * fns.c (Fassoc):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2251 * fns.c (Fold_assoc):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2252 * fns.c (assoc_no_quit):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2253 * fns.c (Fassq):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2254 * fns.c (Fold_assq):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2255 * fns.c (assq_no_quit):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2256 * fns.c (Frassoc):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2257 * fns.c (Fold_rassoc):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2258 * fns.c (Frassq):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2259 * fns.c (Fold_rassq):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2260 * fns.c (rassq_no_quit):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2261 * fns.c (Fremassoc):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2262 * fns.c (remassoc_no_quit):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2263 * fns.c (Fremassq):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2264 * fns.c (remassq_no_quit):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2265 * fns.c (Fremrassoc):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2266 * fns.c (Fremrassq):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2267 * fns.c (remrassq_no_quit):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2268 * fns.c (Fsort):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2269 * fns.c (Fplist_get):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2270 * fns.c (Fplist_put):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2271 * fns.c (Fplist_remprop):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2272 * fns.c (Fplist_member):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2273 * fns.c (Flax_plist_get):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2274 * fns.c (Flax_plist_put):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2275 * fns.c (Flax_plist_remprop):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2276 * fns.c (Flax_plist_member):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2277 * fns.c (Fequal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2278 * fns.c (Fold_equal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2279 * fns.c (Frequire):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2280 * fns.c (Fbase64_encode_region):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2281 * fns.c (Fbase64_encode_string):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2282 * fns.c (Fbase64_decode_region):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2283 * frame.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2284 * frame.c (frame_matches_frame_spec):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2285 * frame.c (device_matches_device_spec):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2286 * frame.c (next_frame):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2287 * frame.c (previous_frame):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2288 * frame.c (Fnext_frame):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2289 * frame.c (Fprevious_frame):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2290 * frame.c (Fframe_property):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2291 * frame.c (Fset_frame_height):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2292 * frame.c (Fset_frame_size):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2293 * frame.h:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2294 * glyphs.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2295 * glyphs.c (if):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2296 * glyphs.c (decode_error_behavior_flag):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2297 * glyphs.c (Fmake_image_instance):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2298 * indent.c (Findent_to):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2299 * intl.c (Fignore_defer_gettext):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2300 * keymap.c (Fkeymapp):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2301 * keymap.c (Flookup_key):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2302 * lread.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2303 * lread.c (Fload_internal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2304 * lread.c (Feval_buffer):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2305 * lread.c (Feval_region):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2306 * macros.c (Fexecute_kbd_macro):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2307 * marker.c (set_marker_internal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2308 * marker.c (Fset_marker):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2309 * marker.c (set_marker_restricted):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2310 * marker.c (Fcopy_marker):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2311 * marker.c (noseeum_copy_marker):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2312 * menubar.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2313 * menubar.c (Fpopup_menu):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2314 * minibuf.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2315 * mule-charset.c (Fcharset_name):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2316 * mule-charset.c (Fchar_charset):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2317 * mule-charset.c (Fchar_octet):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2318 * mule-charset.c (Fsplit_char):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2319 * mule-wnnfns.c (Fwnn_open):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2320 * mule-wnnfns.c (Fwnn_dict_comment):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2321 * mule-wnnfns.c (Fwnn_quit_henkan):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2322 * mule-wnnfns.c (Fwnn_word_toroku):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2323 * mule-wnnfns.c (Fwnn_word_sakujo):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2324 * mule-wnnfns.c (Fwnn_word_use):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2325 * mule-wnnfns.c (Fwnn_hindo_set):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2326 * objects.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2327 * objects.c (Fmake_color_instance):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2328 * objects.c (Fmake_font_instance):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2329 * print.c (Fwrite_char):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2330 * process.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2331 * process.c (mark_process):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2332 * process.c (print_process):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2333 * process.c (get_process_from_usid):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2334 * process.c (Fprocessp):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2335 * process.c (Fprocess_live_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2336 * process.c (Fget_process):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2337 * process.c (Fget_buffer_process):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2338 * process.c (get_process):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2339 * process.c (Fprocess_id):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2340 * process.c (Fprocess_name):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2341 * process.c (Fprocess_command):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2342 * process.c (init_process_io_handles):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2343 * process.c (start_process_unwind):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2344 * process.c (Fstart_process_internal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2345 * process.c (Fopen_multicast_group_internal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2346 * process.c (Fset_process_window_size):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2347 * process.c (read_process_output):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2348 * process.c (send_process):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2349 * process.c (Fprocess_tty_name):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2350 * process.c (Fset_process_buffer):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2351 * process.c (Fprocess_buffer):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2352 * process.c (Fprocess_mark):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2353 * process.c (set_process_filter):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2354 * process.c (Fset_process_filter):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2355 * process.c (Fprocess_filter):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2356 * process.c (Fprocess_send_region):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2357 * process.c (Fprocess_send_string):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2358 * process.c (exec_sentinel):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2359 * process.c (Fset_process_sentinel):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2360 * process.c (Fprocess_sentinel):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2361 * process.c (status_notify):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2362 * process.c (Fprocess_status):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2363 * process.c (Fprocess_exit_status):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2364 * process.c (process_send_signal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2365 * process.c (Fprocess_send_eof):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2366 * process.c (deactivate_process):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2367 * process.c (remove_process):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2368 * process.c (Fdelete_process):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2369 * process.c (kill_buffer_processes):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2370 * process.c (Fprocess_kill_without_query):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2371 * process.c (Fprocess_kill_without_query_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2372 * rangetab.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2373 * rangetab.c (Fget_range_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2374 * rangetab.c (Fput_range_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2375 * rangetab.c (Fremove_range_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2376 * rangetab.c (Fclear_range_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2377 * search.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2378 * search.c (Fskip_chars_forward):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2379 * search.c (Fskip_chars_backward):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2380 * search.c (Fskip_syntax_forward):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2381 * search.c (Fskip_syntax_backward):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2382 * search.c (search_command):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2383 * search.c (Freplace_match):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2384 * search.c (Fregexp_quote):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2385 * select.c (Fown_selection_internal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2386 * select.c (Fselection_owner_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2387 * select.c (Fselection_exists_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2388 * select.c (Fget_selection_internal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2389 * specifier.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2390 * symbols.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2391 * symbols.c (Fintern):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2392 * symbols.c (Fintern_soft):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2393 * symbols.c (Funintern):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2394 * symbols.c (Fapropos_internal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2395 * symbols.c (Fset_default):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2396 * syntax.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2397 * syntax.c (Fsyntax_table_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2398 * syntax.c (Fcopy_syntax_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2399 * syntax.c (Fset_syntax_table):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2400 * syntax.c (Fchar_syntax):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2401 * syntax.c (syntax_match):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2402 * syntax.c (Fmatching_paren):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2403 * syntax.c (Fforward_word):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2404 * syntax.c (scan_lists):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2405 * syntax.c (Fscan_lists):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2406 * syntax.c (Fscan_sexps):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2407 * syntax.c (Fparse_partial_sexp):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2408 * toolbar.c (Fcheck_toolbar_button_syntax):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2409 * tooltalk.doc:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2410 * window.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2411 * window.c (Fwindowp):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2412 * window.c (Fwindow_live_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2413 * window.c (Fwindow_point):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2414 * window.c (Fdelete_window):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2415 * window.c (Fnext_window):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2416 * window.c (Fprevious_window):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2417 * window.c (Fother_window):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2418 * window.c (window_loop):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2419 * window.c (Fget_lru_window):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2420 * window.c (Fsplit_window):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2421 * window.c (Fenlarge_window):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2422 * window.c (Fenlarge_window_pixels):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2423 * window.c (Fshrink_window):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2424 * window.c (Fshrink_window_pixels):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2425 * window.c (change_window_height):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2426 * window.c (Fwindow_configuration_p):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2427 * window.c (Fcurrent_window_configuration):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2428 * window.h:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2429 * casefiddle.c (casify_object):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2430 * casefiddle.c (Fupcase):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2431 * casefiddle.c (Fdowncase):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2432 * casefiddle.c (Fcapitalize):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2433 * casefiddle.c (Fupcase_initials):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2434 * casefiddle.c (casify_region_internal):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2435 * casefiddle.c (casify_region):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2436 * casefiddle.c (Fupcase_region):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2437 * casefiddle.c (Fdowncase_region):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2438 * casefiddle.c (Fcapitalize_region):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2439 * casefiddle.c (Fupcase_initials_region):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2440 * casefiddle.c (Fupcase_word):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2441 * casefiddle.c (Fdowncase_word):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2442 * casefiddle.c (Fcapitalize_word):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2443 Docstring arglist/Texinfo fixes. See man/ChangeLog for details.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2444 Replace 0 with '\0' when working with bytes.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2445 Replace initial "(" with "\(" in docstrings.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2446
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2447 2000-11-01 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2448
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2449 * config.h.in: Handle alloca with Compaq C on Alpha Linux.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2450
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2451 * m/alpha.h: Let configure handle SYSTEM_MALLOC on Linux.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2452
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2453 2000-10-31 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2454
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2455 * eldap.c (print_ldap): 64-bit cleaner. Fixes warning.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2456
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2457 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2458
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2459 * doprnt.c (emacs_do_prnt_1): Format (format "%01.2d" 10)
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2460 correctly.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2461
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2462 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2463
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2464 * fileio.c (Vauto_save_list_file_prefix): Moved from startup.el.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2465 (inhibit_auto_save_session): New variable.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2466 (vars_of_fileio): Declare and initialize them.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2467 * fileio.c (Fdo_auto_save): Don't create session file if
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2468 Vinhibit_auto_save_session or Vauto_save_list_file_prefix is non-nil.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2469
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2470 2000-10-31 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2471
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2472 * sgiplay.c (play_internal): C++ compilability.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2473 * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Remove unused var `SFTB_prev'.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2474 * callproc.c (Fold_call_process_internal):
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2475 Remove unused vars `env', `first'.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2476 * scrollbar.c (update_scrollbar_instance):
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2477 #### unused var `current_window'.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2478 * redisplay-tty.c: Put currently unused vars insert_mode_on,
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2479 etc. within #ifdef NOT_YET.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2480 * emacs.c: #### unused vars `initial_argc', `initial_argv'.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2481 * dialog-x.c (dbox_descriptor_to_widget_value): ### unused var `title'.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2482 * specifier.c (specifier_instance):
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2483 #### unused var `tag'.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2484 Use WINDOW_BUFFER, FRAME_DEVICE instead of their expansion.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2485
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2486 2000-10-27 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2487
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2488 * fns.c (Fbutlast):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2489 * fns.c (list_sort):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2490 * fns.c (Ffillarray):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2491 * fns.c (bytecode_nconc2):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2492 * fns.c (Fnconc):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2493 * fns.c (mapcar1):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2494 * fns.c (Fmapconcat):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2495 Be pedantically 64-bit correct. For the time when someone will
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2496 want to have a list with length > 2**32.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2497
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2498 * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2499 Work around MIPSpro compiler bug.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2500
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2501 * process-unix.c (unix_kill_child_process): Add snarky comment.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2502 * process-unix.c (try_to_initialize_subtty): Oops, `=' ==> `=='
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2503
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2504 * config.h.in: Oops, _getpt ==> _getpty
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2505
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2506 2000-10-26 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2507
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2508 * config.h.in:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2509 * regex.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2510 Use void*, not char*, as return type of alloca().
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2511
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2512 * alloc.c (free_marker): Side effect inside assert expression!
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2513
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2514 2000-10-16 MIYASHITA Hisashi <himi@m17n.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2515
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2516 * mule-charset.c (Fset_charset_ccl_program): To check
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2517 if the given ccl program is valid, use setup_ccl_program()
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2518 instead of CHECK_VECTOR().
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2519 (Fmake_charset): Likewise.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2520
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2521 2000-10-20 Golubev I. N. <gin@mo.msk.ru>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2522
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2523 * faces.c (get_extent_fragment_face_cache_index):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2524 Fix cachel.merged_faces memory leak.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2525
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2526 2000-10-14 MIYASHITA Hisashi <himi@m17n.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2527
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2528 * mule-ccl.c (ccl_driver)<CCL_DECODE_SJIS>:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2529 Reset MSB of octets obtained by DECODE_SJIS
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2530 because of the incompatibility with Emacs.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2531 (ccl_driver)<CCL_ENCODE_SJIS>:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2532 Set MSB of octets before passing them to
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2533 ENCODE_SJIS because of the incompatibility
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2534 with Emacs.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2535
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2536 2000-10-18 Daiki Ueno <ueno@unixuser.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2537
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2538 * lrecord.h (DECLARE_TYPECHECK_LRECORD): Abolish.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2539 (DECLARE_LRECORD): Undo the last change.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2540 (DECLARE_EXTERNAL_LRECORD): Expand typechecking stuff.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2541
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2542 2000-10-17 Daiki Ueno <ueno@unixuser.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2543
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2544 * lrecord.h (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): Connect
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2545 the implementation to lrecord_implementations_table.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2546
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2547 2000-10-14 Daiki Ueno <ueno@unixuser.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2548
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2549 * lrecord.h (MAKE_EXTERNAL_LRECORD_IMPLEMENTATION): Don't set the
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2550 initial value of `lrecord_type_##c_name' and
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2551 `lrecord_##c_name.lrecord_type_index'; discard "const" qualifier.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2552 (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): New macro.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2553 [ERROR_CHECK_TYPECHECK] (DECLARE_TYPECHECK_LRECORD): New macro.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2554 [ERROR_CHECK_TYPECHECK] (DECLARE_LRECORD): Use it.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2555 [ERROR_CHECK_TYPECHECK] (DECLARE_EXTERNAL_LRECORD): Use it.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2556
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2557 2000-10-17 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2558
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2559 * miscplay.c (sndcnv8S_2mono):
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2560 (sndcnv2monounsigned):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2561 (sndcnvULaw_2linear):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2562 (sndcnv16swap):
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2563 Remove implementation-defined behavior.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2564
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2565 2000-10-12 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2566
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2567 * input-method-xlib.c: Warning suppression.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2568
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2569 2000-10-05 MIYASHITA Hisashi <himi@m17n.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2570
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2571 * mule-ccl.c: Sync up with Emacs 21.0.90.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2572 (ccl_driver)<CCL_TranslateCharacter>: Disabled.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2573 Do nothing.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2574 (ccl_driver)<CCL_TranslateCharacterConstTbl>:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2575 Likewise.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2576 (ccl_driver[WriteMultibyteChar2]): Bug fix.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2577 Use MAX_LEADING_BYTE_OFFICIAL_2 instead of
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2578 MIN_LEADING_BYTE_OFFICIAL_2 to check whether the
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2579 leading char belongs to official 2-dimensional charset.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2580 (CCL_WRITE_CHAR): When CCL_MODE_ENCODING,
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2581 write the given character as is. Otherwise,
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2582 if it is a multibyte char, convert it by
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2583 non_ascii_set_charptr_emchar, then write it.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2584 (CCL_WRITE_STRING): Likewise.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2585 (ccl_get_compiled_code): New function.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2586 (setup_ccl_program): When ccl_prog is invalid,
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2587 return -1.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2588 (Fregister_code_conversion_map): New function.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2589 (syms_of_mule_ccl): defsubr Fregister_code_conversion_map.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2590
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2591 * mule-ccl.h: Sync up with Emacs 21.0.90.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2592 (Fregister_ccl_program): export it.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2593
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2594 * redisplay-msw.c (separate_textual_runs):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2595 If ccl program is not valid, don't do ccl conversion.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2596
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2597 * redisplay-x.c (separate_textual_runs): Ditto.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2598
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2599 * file-coding.c (Fmake_coding_system):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2600 When type is ccl and value is vector, register it
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2601 with a proper symbol. And checks whether the
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2602 given ccl program is valid.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2603 (mule_decode): When calling ccl_driver, if src indicates
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2604 NULL pointer, set an empty string instead.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2605 (mule_encode): Likewise.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2606
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2607 2000-10-11 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2608
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2609 The following large batch of changes gets us back to a state of
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2610 C++ compilability. Extbyte is now a char, which means that
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2611 Extbyte * and Bufbyte * cannot be freely interchanged - a win!
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2612
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2613 * tooltalk.c (Fset_tooltalk_message_attribute): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2614
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2615 * sound.c (Fplay_sound): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2616
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2617 * select-x.c (hack_motif_clipboard_selection): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2618 (x_get_window_property): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2619 (receive_incremental_selection): unsigned char ==> Extbyte
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2620 (selection_data_to_lisp_data): unsigned char ==> Extbyte
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2621 (Fx_get_cutbuffer_internal): unsigned char ==> Extbyte
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2622 (Fx_store_cutbuffer_internal): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2623
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2624 * process-unix.c (try_to_initialize_subtty): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2625
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2626 * objects-x.c (x_print_color_instance): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2627 (x_print_font_instance): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2628 (x_list_fonts): SExtbyte ==> Extbyte.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2629 (valid_x_font_name_p): SExtbyte ==> Extbyte.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2630 (x_find_charset_font): SExtbyte ==> Extbyte.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2631 Use TO_INTERNAL_FORMAT. build_string ==> make_string.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2632 (truename_via_XListFonts): SExtbyte ==> Extbyte.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2633 (x_font_instance_properties): Use TO_INTERNAL_FORMAT.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2634 Use bufbyte_strcmp.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2635
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2636 * mule-charset.h (LEADING_BYTE_PREFIX_P): unsigned char ==> Bufbyte
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2637 (PRIVATE_LEADING_BYTE_PREFIX): Add paranoia cast.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2638 (BYTE_ASCII_P): Use bit ops for char-signedness safety.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2639 (BYTE_C0_P): Use bit ops for char-signedness safety.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2640 (BYTE_C1_P): Use bit ops for char-signedness safety.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2641 (CHARSET_BY_LEADING_BYTE):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2642 (CHARSET_BY_ATTRIBUTES):
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2643 Always use inline function.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2644 Use type_checking_assert.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2645 Hide chlook.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2646
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2647 * mule-charset.c (non_ascii_charptr_copy_char):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2648 Modify to work with both ASCII and non-ASCII characters.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2649 Improve docs and variable names.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2650 Replace over-clever fall-through switch with a simple loop.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2651 (Lstream_get_emchar_1):
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2652 Replace over-clever fall-through switch with a simple loop.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2653
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2654 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2655 Warning suppression.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2656
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2657 * lstream.h (Lstream_get_emchar): BYTE_ASCII_P cannot be used on
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2658 the return value of Lstream_getc, which could be EOF as well.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2659
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2660 * lstream.c (Lstream_raw_read): Now returns ssize_t, not int.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2661
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2662 * lisp.h: Make Extbyte a char, not unsigned char, so that external
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2663 APIs can be used on Extbytes without casts. Risky!
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2664 (SExtbyte): Remove.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2665 (UExtbyte): Remove.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2666
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2667 * input-method-xlib.c (XIM_init_device):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2668 Use Xlib.h instead of IntrinsicP.h.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2669 Use HAVE_XREGISTERIMINSTANTIATECALLBACK instead of THIS_IS_X11R6,
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2670 which will break in X11R7.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2671 Use XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE,
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2672 to call XRegisterIMInstantiateCallback with correct types.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2673
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2674 * gui-x.c (button_item_to_widget_value): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2675
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2676 * glyphs.c (bitmap_to_lisp_data): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2677
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2678 * glyphs-x.c (pixmap_from_xbm_inline): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2679 (xbm_instantiate_1): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2680 (BUILD_GLYPH_INST): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2681
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2682 * fileio.c (Fsubstitute_in_file_name): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2683
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2684 * file-coding.c:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2685 (decode_coding_sjis):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2686 (decode_coding_big5):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2687 (decode_coding_ucs4):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2688 (decode_coding_utf8):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2689 (decode_coding_iso2022):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2690 (decode_coding_no_conversion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2691 Make all decoding functions take an Extbyte * arg.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2692 (encode_coding_sjis):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2693 (encode_coding_big5):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2694 (encode_coding_ucs4):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2695 (encode_coding_utf8):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2696 (encode_coding_iso2022):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2697 (encode_coding_no_conversion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2698 Make all encoding functions take a Bufbyte * arg.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2699 Use size_t instead of unsigned int for memory sizes.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2700 Only cast to unsigned char whenever dereferencing Extbyte *.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2701
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2702 * doc.c (unparesseuxify_doc_string): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2703
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2704 * console-x.c (split_up_display_spec):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2705 Rewrite without using details of internal string representation.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2706 (x_semi_canonicalize_device_connection): Type correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2707
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2708 * config.h.in:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2709 (HAVE_XREGISTERIMINSTANTIATECALLBACK): New.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2710 (XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE): New.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2711 (HAVE_XFREE386): Removed.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2712
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2713 * buffer.h (DEC_CHARPTR): `const' correctness.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2714 (bufbyte_strcmp): New.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2715 (bufbyte_memcmp): New.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2716
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2717 * buffer.c (dfc_convert_to_internal_format): Extbyte ==> Bufbyte
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2718
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2719 * buffer.h (XCHAR_OR_CHAR_INT):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2720 Always use inline function.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2721 Remove redundant type checking assert() - XINT will abort quite nicely.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2722
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2723 2000-10-03 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2724
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2725 * search.c (Freplace_match): Set newtext to an empty string.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2726
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2727 2000-10-10 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2728
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2729 * s/decosf1-3.h: Remove #include of stropts.h
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2730 * s/ptx.h: Remove #include of stropts.h
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2731 * s/usg5-4.h: Remove #include of stropts.h
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2732 * sysproc.h:
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2733 * config.h.in:
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2734 Use stropts.h, not sys/stropts.h.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2735 Use strtio.h, not sys/strtio.h.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2736
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2737 2000-10-04 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2738
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2739 * XEmacs 21.2.36 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2740
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2741 2000-09-21 Andy Piper <andy@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2742
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2743 * glyphs-x.c (x_redisplay_widget): make sure non-structural
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2744 changes still involve copying the widget tree.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2745 (update_widget_face): make sure a change is register in the widget
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2746 tree. Call update_tab_widget_face appropriately.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2747 (update_tab_widget_face): ditto.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2748 (x_tab_control_redisplay): make sure non-structural changes still
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2749 involve copying the widget tree.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
2750
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2751 2000-08-31 Daiki Ueno <ueno@unixuser.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2752
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2753 * lread.c (locate_file): Check the path element is non-nil.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2754
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2755 2000-10-02 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2756
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2757 * lisp.h: Warning suppression for SCO compilers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2758
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2759 * redisplay-tty.c (reset_tty_modes): Fix crash.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2760 E.g. from xemacs running on X: (delete-device (make-device 'tty nil))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2761
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2762 2000-09-27 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2763
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2764 Big signal/process handling overhaul. Bugs fixed:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2765 M-x shell, type `sleep 10000', M-x comint-interrupt-subjob and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2766 M-x comint-kill-subjob should work for both values nil and t of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2767 process-connection-type. It was broken on most platforms.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2768 Testing on Irix and Cygwin still needed. Other plaforms tested.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2769 * sysdep.c: Move #include of stropts.h into sysproc.h. Use pid_t.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2770 * process-unix.c: Signal/Process handling overhaul.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2771 (pty_name): make 64 bytes, as `expect' does, for paranoia.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2772 (allocate_pty): Use all available modern methods of allocating
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2773 ptys, falling back to old style BSD allocation as a last resort.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2774 Use allegedly more secure Unix98 pty allocation by default.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2775 (allocate_pty_the_old_fashioned_way): New. the last resort.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2776 (unix_create_process): Push ptem, ldterm, ttcompat where
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2777 available. Autoconfiscate.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2778 (try_to_initialize_subtty): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2779 (unix_kill_child_process): Proper signal handling for ptys on most
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2780 platforms, using special knowledge of AIX, BSD, etc...
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2781 (unix_create_process): Always disconnect_controlling_terminal() for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2782 subprocesses, whether using ptys or not.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2783 * process.h: Remove old getpt-dependent PTY code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2784 * process.c (Fprocess_send_signal): New, obvious generic function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2785 (decode_signal): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2786 (Finterrupt_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2787 (Fkill_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2788 (Fquit_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2789 (Fstop_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2790 (Fcontinue_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2791 (Fsignal_process): Use decode_signal.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2792 (process_send_signal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2793 Many docstring corrections.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2794 Allow any signal to be sent to a process object.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2795 * config.h.in: Add symbols for big signal/process overhaul.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2796 * syssignal.h (EMACS_KILLPG): Use HAVE_KILLPG. Use `pid', not `gid'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2797 * sysproc.h: Include process-related headers, where available:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2798 sys/stropts.h sys/strtio.h pty.h libutil.h
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2799 * s/irix4-0.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2800 * s/irix5-0.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2801 * s/cygwin32.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2802 * s/gnu.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2803 * s/linux.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2804 * s/hpux.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2805 * s/aix3-1.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2806 Remove old S&M pty stuff.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2807 * console-tty.c (tty_init_console): Use pid_t, not int, for pids.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2808 * systty.h: Simplify cpp hackery, improve comments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2809 Favor BSD ioctl(TIOCGPGRP) over Posix tcgetpgrp().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2810
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2811 * editfns.c (Fformat_time_string):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2812 Be a little more paranoid with the return value of ctime.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2813
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2814 * fileio.c (check_executable):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2815 (check_writable):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2816 Use symbolic constants X_OK, W_OK.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2817
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2818 * console-x.c (split_up_display_spec): Fix a warning.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2819
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2820 2000-10-02 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2821
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2822 * gui-x.c (add_accel_and_to_external): strlen ==> XSTRING_LENGTH
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2823 * ntproc.c (sys_spawnve): make_string ==> build_string
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2824 Small clarity improvements.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2825
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2826 2000-09-30 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2827
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2828 * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY): Warning removal.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2829
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2830 * s/windowsnt.h (HAVE_STRCASECMP): Remove.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2831
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2832 * config.h.in (HAVE_STRCASECMP): Remove.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2833
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2834 2000-09-29 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2835
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2836 * redisplay-output.c (redisplay_output_pixmap):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2837 Cleaner and possibly more 64-bit correct code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2838
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2839 2000-09-28 Stephen J. Turnbull <stephen@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2840
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2841 * dumper.c (pdump_load_finish): move restoration of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2842 `noninteractive1' to emacs.c (main_1).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2843 * emacs.c (main_1): protect LISP-visible command-line flags
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2844 from pdump_load().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2845
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2846 2000-09-26 Stephen J. Turnbull <stephen@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2847
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2848 * Makefile.in.in (versionclean): Use EXE_TARGET and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2849 DUMP_TARGET instead of literal program names.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2850
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2851 2000-09-20 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2852
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2853 * Makefile.in.in: Recent purify's require absolute paths for cache-dir.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2854
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2855 2000-09-19 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2856
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2857 * *: Spelling mega-patch
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2858
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2859 2000-09-19 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2860
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2861 * fns.c (bad_bad_turtle):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2862 Delete "Eek!" comment, since we fixed the bug to which it refers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2863
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2864 2000-09-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2865
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2866 * alloca.c: Replace REGISTER with register.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2867
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2868 2000-09-16 Daiki Ueno <ueno@unixuser.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2869
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2870 * file-coding.c (ucs_to_char): Use countof.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2871
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2872 2000-09-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2873
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2874 * file-coding.c: (ucs_to_char):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2875 (complex_vars_of_file_coding):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2876 Use countof instead of sizeof.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2877 Use CHECK_NATNUM instead of CHECK_INT.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2878
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2879 * sysdep.c (strcasecmp): Remove.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2880 * device-x.c (ascii_strcasecmp): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2881 * device-x.c (Fx_get_resource): Use ascii_strcasecmp.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2882 Avoid using non-standard non-portable strcasecmp.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2883
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2884 2000-09-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2885
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2886 * Makefile.in.in (mostlyclean): remove reference to prefix-args.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2887 * font-lock.c: remove reference to emacsfns.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2888 * search.c: small doc improvement.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2889 * event-Xt.c: correct file names in comments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2890 * console-x.h Correct file names in comments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2891 * frame.c: Correct file names in comments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2892 * event-stream.c: remove Energize from comments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2893
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2894 2000-09-15 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2895
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2896 * symeval.h (DEFERROR_STANDARD):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2897 (DEFERROR):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2898 (DEFSYMBOL):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2899 (DEFSYMBOL_NO_DUMP):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2900 (DEFSYMBOL_MULTIWORD_PREDICATE):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2901 (DEFSYMBOL_MULTIWORD_PREDICATE_NO_DUMP):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2902 (DEFKEYWORD):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2903 The construct &##name is not sensible C.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2904 Fixes compilation errors with Unixware native compiler.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2905
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2906 2000-09-14 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2907
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2908 * frame.c (device_matches_console_spec): no longer takes a `frame' arg
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2909 (next_frame_internal): Removed. We now just have next_frame.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2910 (next_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2911 Write a simpler and cleaner one-pass algorithm.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2912 Remove called_from_delete_device arg and #ifdefed-out code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2913 (previous_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2914 Renamed from prev_frame. Update callers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2915 Cleaned up to have an analogous implementation to next_frame.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2916 (other_visible_frames_internal): Remove the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2917 called_from_delete_device bogus arg, and hence, remove this
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2918 function. Just use other_visible_frames().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2919
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2920 * window.c (Fnext_window):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2921 Prettify docstring.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2922 Since next_frame() is guaranteed to return a frame, remove check
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2923 for nil inserted in previous patch.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2924 (Fprevious_window):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2925 Prettify docstring.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2926 Make code look more like Fnext_window.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2927 (window_loop):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2928 Respect the `console' arg when iterating through windows.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2929 Fixes bug: (get-buffer-window buffer t device) not respecting
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2930 the `device' arg.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2931 This function needs more work, as others have pointed out.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2932
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2933 * frame.h: Rename prev_frame to previous_frame.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2934 device_matches_console_spec no longer takes a `frame' arg.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2935
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2936 * s/gnu.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2937 * s/linux.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2938 * s/hpux.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2939 Use EMACS_BLOCK_SIGNAL instead of sigblock.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2940 From "Golubev I. N." <gin@mo.msk.ru>.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2941
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2942 * make-src-depend: Fix typo.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2943
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2944 2000-09-13 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2945
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2946 * window.c (Fnext_window):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2947 next_frame() might return nil, not a frame.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2948 Fixes this crash:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2949 (gdb) run -eval '(progn (make-device (quote x) "polgar:0") (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2950
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2951 * frame.c (next_frame_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2952 We've passed a frame if we've passed its device.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2953 Fixes this crash:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2954 (gdb) run -eval '(progn (make-frame nil (make-device (quote x) "polgar:0")) (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2955 Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245, RECORD_TYPEP (obj, lrecord_type_frame)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2956
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2957 2000-09-11 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2958
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2959 * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2960 Allow option to suppress accelerators in menu/dialog items.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2961 (populate_or_checksum_helper): Pass dialog title through above.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2962
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2963 2000-09-10 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2964
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2965 * event-msw.c (mswindows_key_to_emacs_keysym):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2966 Add "pause" key, fix "menu" key.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2967
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2968 2000-09-09 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2969
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2970 * eval.c (reinit_vars_of_eval):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2971 Increase max_lisp_eval_depth to 1000,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2972 required for thai-xtis.el to byte-compile under some circumstances.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2973
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2974 2000-09-04 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2975
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2976 * event-Xt.c (x_to_emacs_keysym): Increase size of `buffer' to 513.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2977 From Kenichi Handa.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2978
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2979 2000-09-01 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2980
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2981 * make-src-depend: Make the generated Makefiles smaller.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2982
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2983 * s/hpux.h (SETUP_SLAVE_PTY):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2984 Provide a %d in the format string for the errno argument.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2985
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2986 * editfns.c (Ftemp_directory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2987 Warning fix.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2988 Avoid buffer overrun on very long file name.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2989
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
2990 * input-method-xlib.c (XIM_init_device):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2991 6th parameter of XRegisterIMInstantiateCallback has different
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2992 pointer types on different OSes, so simply cast to (void *).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2993
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2994 * unexhp9k800.c: Warning fixes. Fiddly changes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2995
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2996 * sysdll.c (dll_open):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2997 shl_load will hang hard if passed a NULL filename.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2998 Simply return NULL for compatibility with dlopen.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
2999 * sysdll.c: Conform to XEmacs coding standards.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3000
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3001 * sysdep.c (get_pty_max_bytes):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3002 Support pty input lines longer than 512 bytes on HP-UX 10.20.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3003
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3004 2000-08-31 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3005
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3006 * tooltalk.c: Add #include <syssignal.h>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3007
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3008 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3009
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3010 * s/hpux.h: Don't use undefined function sigunblock().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3011
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3012 2000-08-31 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3013
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3014 * config.h.in: Add HAVE_BALLOON_HELP.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3015 * emacs.c: Use HAVE_BALLOON_HELP.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3016 * Makefile.in.in (x_objs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3017 Make Balloon Help conditional on finding shape.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3018
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3019 2000-08-23 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3020
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3021 * syntax.c (regex_emacs_buffer_p): New variable.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3022 * syntax.h (regex_emacs_buffer_p): extern.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3023 * search.c (looking_at_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3024 (string_match_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3025 (fast_string_match):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3026 (search_buffer): Set regex_emacs_buffer_p.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3027 * regex.c (re_match_2_internal): Reference regex_emacs_buffer_p
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3028 when before_dot, at_dot, after_dot.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3029
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3030 2000-08-23 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3031
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3032 * gui-x.c (popup_selection_callback): Only set action_occurred
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3033 when we really have an image instance.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3034 * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3035
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3036 2000-08-23 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3037
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3038 * gui-msw.c (mswindows_handle_gui_wm_command): set
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3039 action_occurred.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3040 * gui-x.c (popup_selection_callback): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3041
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3042 * glyphs.h (IMAGE_INSTANCE_WIDGET_ACTION_OCCURRED): new accessor.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3043 (XIMAGE_INSTANCE_WIDGET_ACTION_OCCURRED): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3044 (struct Lisp_Image_Instance): add action_occurred flag.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3045
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3046 * glyphs.c (redisplay_subwindow): use action_occurred flag.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3047 (image_instance_changed): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3048 (reset_frame_subwindow_instance_cache): only unmap windows - do
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3049 not remove them from the cache also.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3050
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3051 * glyphs-widget.c (tab_control_update): better debug.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3052 (progress_gauge_update): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3053 (layout_update): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3054 (layout_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3055 (tab_control_order_only_changed): cope with null pending items.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3056
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3057 * glyphs-msw.c (mswindows_tab_control_redisplay): add better
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3058 debug. Force selection of an item when an action occurred. Cope
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3059 with null pending_items.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3060 (mswindows_progress_gauge_redisplay): better debug.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3061 * glyphs-x.c (x_tab_control_redisplay): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3062
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3063 * redisplay.c (redisplay_frame): reset the frame cache if the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3064 frame is garbaged.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3065
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3066 * window.c (Fset_window_configuration): potentially re-enable
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3067 frame cache reset.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3068 (window_unmap_subwindows): need to finalize instances here since
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3069 it is only used in mark_window_as_deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3070
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3071 2000-08-22 Stephen J. Turnbull <stephen@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3072
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3073 * nas.c (SndOpenDataForReading):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3074 nas.c (WaveOpenDataForReading):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3075 nas.c (readChunk): {BIG,LITTLE}_ENDIAN -> NAS_{BIG,LITTLE}_ENDIAN.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3076 Somehow escaped from the 2000-08-14 patch.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3077
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3078 2000-08-14 Stephen J. Turnbull <stephen@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3079
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3080 * nas.c: Preprocessor trickery to use NAS_LITTLE_ENDIAN instead
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3081 of LITTLE_ENDIAN (conflicts with glibc, at least) in NAS <= 1.2p5.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3082
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3083 2000-08-21 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3084
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3085 * glyphs-x.c (x_map_subwindow): Minor optimization - only map the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3086 window if it is not already displayed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3087
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3088 * glyphs-msw.c (mswindows_map_subwindow): only map the window if
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3089 it is not already displayed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3090
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3091 * window.c (Fset_window_configuration): don't reset the frame
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3092 cache.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3093
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3094 * glyphs.c (unmap_subwindow_instance_cache_mapper): only remove
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3095 instances from the frame cache if we are actually finalizing them.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3096 (reset_frame_subwindow_instance_cache): reset frame cache only
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3097 after unmapping everything.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3098 (map_subwindow): set displayed flag after mapping.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3099
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3100 2000-08-21 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3101
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3102 * data.c (indirect_function):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3103 Rename ERRORP to non-misleading VOID_FUNCTION_ERRORP.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3104
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3105 * eval.c (function_argcount):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3106 Use original function when signaling errors.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3107
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3108 2000-08-18 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3109
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3110 * frame.c (delete_frame_internal): use new
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3111 free_frame_subwindow_instances name.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3112
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3113 * glyphs-msw.c (mswindows_tab_control_instantiate): verify index.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3114 (add_tab_item): make return type correct.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3115 (mswindows_tab_control_instantiate): assert index of tab.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3116 (mswindows_tab_control_redisplay): Re-code to use
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3117 gui_item_equal_sans_selected and gui_item_list_find_selected.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3118
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3119 * glyphs-widget.c (tab_control_update): Correct comment.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3120
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3121 * window.c (window_unmap_subwindows): use new
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3122 unmap_subwindow_instance_cache_mapper.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3123 (window_unmap_subwindows_cache_mapper): deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3124 (Fset_window_configuration): comparisons should now be with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3125 EQ. Preserve the subwindow instance cache across configuration
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3126 changes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3127 (allocate_window): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3128 (make_dummy_parent): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3129
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3130 * glyphs.c (free_frame_subwindow_instances): rename from
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3131 free_frame_subwindow_instance_cache. finalize all instances rather
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3132 than just those in the display cache.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3133 (finalize_all_subwindow_instances): walk windows unmapping and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3134 finalizing subwindows.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3135 (unmap_subwindow_instance_cache_mapper): moved from
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3136 window.c. Allow finalization as well as unmapping.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3137
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3138 * gui.c (gui_item_list_find_selected): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3139
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3140 * gui.h (gui_item_list_find_selected): declare.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3141
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3142 * glyphs-x.c (x_tab_control_redisplay): pick tab
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3143 explicitly. Re-code to use gui_item_equal_sans_selected and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3144 gui_item_list_find_selected.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3145
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3146 * glyphs-x.h: add lwlib-utils.h
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3147
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3148 * buffer.c (Frecord_buffer): undo previous change.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3149
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3150 2000-08-09 Vin Shelton <acs@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3151
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3152 * config.h.in, s/gnu.h, s/hpux.h, s/linux.h: Use UNIX98 PTYs if
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3153 possible. Create temporary files more securely. The patch was
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3154 generated by Torsten Duwe <duwe@caldera.de>, Florian Weimer
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3155 <Florian.Weimer@RUS.Uni-Stuttgart.DE> and Olaf Kirch. See
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3156 http://www.xemacs.org/list-archives/xemacs-patches/200007/msg00123.html
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3157 for details.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3158
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3159 2000-08-07 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3160
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3161 * getloadavg.c: remove duplicate (and windows-breaking)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3162 includes of fcntl.h and sys/file.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3163
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3164 * nt.c: remove duplicate getloadavg() definition.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3165
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3166 * sysdll.h (Qdll_filename_encoding): add missing stand-in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3167 encodings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3168
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3169 2000-08-07 Gunnar Evermann <ge204@eng.cam.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3170
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3171 * eval.c (function_argcount): If function needs to be autoloaded
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3172 actually use the loaded definition.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3173 GCPRO function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3174
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3175 2000-08-05 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3176
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3177 * getloadavg.c: add prototype for getloadavg(). remove
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3178 duplicate WIN32_NATIVE/CYGWIN code (already in the middle
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3179 of the code). remove duplicate header includes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3180
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3181 * s\cygwin32.h, s\mingw32.h: remove stray NO_ARG_ARRAY.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3182
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3183 * s\cygwin32.h, s\mingw32.h, m\windowsnt.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3184 don't define LOAD_AVE_TYPE/LOAD_AVE_CVT because we have no
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3185 useful load average.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3186
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3187 * alloc.c (reinit_alloc_once_early): removed references to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3188 VIRT_ADDR_VARIES, malloc_sbrk_used/free, and data-bytes-used/free.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3189 the lisp vars are the only things referencing the malloc_sbrk_*
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3190 vars, and they were already if 0'd out. these vars only exist
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3191 in the older malloc.c, which is basically unused, and they're
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3192 only for informational purposes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3193
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3194 * m\*.h: removed useless VIRT_ADDR_VARIES.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3195
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3196 * m\powerpc.h: removed stray NO_ARG_ARRAY.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3197
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3198 2000-04-26 IKEYAMA Tomonori <tomonori@suiyokai.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3199
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3200 * redisplay-msw.c (mswindows_output_dibitmap): Set foreground
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3201 color if the image is a mono pixmap.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3202
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3203 2000-07-30 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3204
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3205 * Makefile.in.in (release):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3206 Remove stray @.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3207
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3208 * buffer.c (directory_is_current_directory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3209 * dired-msw.c (mswindows_get_files):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3210 * dired.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3211 * dired.c (Fdirectory_files):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3212 * dired.c (file_name_completion_stat):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3213 * dired.c (Ffile_attributes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3214 [[[[1]]]]: Rename stat() -> xemacs_stat() and eliminate nasty
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3215 preprocessor tricks, to avoid problems on some machines
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3216 (e.g. SCO).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3217
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3218 * callproc.c (egetenv): GC docs.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3219
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3220 * console-msw.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3221 * console-msw.h (struct mswindows_dialog_id):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3222 * lrecord.h (lrecord_type):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3223 New object for use with MSW dialogs.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3224
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3225 * console.h (struct console_methods):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3226 New enable/disable frame methods, for proper modal dialogs.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3227
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3228 * device-msw.c (msprinter_default_printer): Fix to follow
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3229 proper Mule conventions.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3230
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3231 * device-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3232 * device-msw.c (signal_open_printer_error):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3233 * device-msw.c (msprinter_init_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3234 * device-msw.c (ensure_not_printing):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3235 * device-msw.c (plist_get_margin):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3236 * device-msw.c (Fmsprinter_select_settings):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3237 * device-msw.c (finalize_devmode):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3238 * device-msw.c (Fmsprinter_settings_despecialize):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3239 * device-msw.c (signal_enum_priner_error):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3240 * extents.c (decode_extent):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3241 * extents.c (decode_map_extents_flags):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3242 * extents.c (decode_extent_at_flag):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3243 * extents.c (Fextent_at):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3244 * extents.c (Fextents_at):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3245 * extents.c (symbol_to_glyph_layout):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3246 [[[[2]]]] Use structured errors.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3247
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3248 * dialog-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3249 * dialog-msw.c (mswindows_is_dialog_msg):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3250 * dialog-msw.c (mark_mswindows_dialog_id):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3251 * dialog-msw.c (dialog_proc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3252 * dialog-msw.c (handle_question_dialog_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3253 * dialog-msw.c (syms_of_dialog_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3254 Define new object to clean up marking; use it as a dialog identifier.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3255 Call new delete-dialog-box-hook.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3256
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3257 * dialog-x.c (dbox_selection_callback):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3258 * dialog-x.c (dbox_descriptor_to_widget_value):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3259 * dialog-x.c (x_make_dialog_box_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3260 Call new delete-dialog-box-hook.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3261 Return an id.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3262
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3263 * dialog.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3264 * dialog.c (syms_of_dialog):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3265 * dialog.c (vars_of_dialog):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3266 Define new delete-dialog-box-hook, for use w/modal dialog boxes.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3267
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3268 * eval.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3269 * eval.c (signal_call_debugger):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3270 when noninteractive, output stack traces on the console instead
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3271 of in a (never-seen) buffer.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3272
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3273 * eval.c (signal_type_error):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3274 * eval.c (invalid_argument_2):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3275 * lisp.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3276 new funs for use w/structured errors.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3277
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3278 * event-Xt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3279 * event-Xt.c (x_to_emacs_keysym):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3280 * event-Xt.c (describe_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3281 * event-Xt.c (emacs_Xt_event_handler):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3282 * event-Xt.c (vars_of_event_Xt):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3283 * event-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3284 * event-msw.c (mswindows_wnd_proc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3285 * event-msw.c (vars_of_event_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3286 rename {x,mswindows}-debug-events to debug-{}-events for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3287 consistency with other debug-foo variables.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3288
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3289 * event-stream.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3290 document next-event more clearly.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3291
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3292 * fileio.c (Ffile_name_directory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3293 * fileio.c (Ffile_name_nondirectory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3294 * fileio.c (Funhandled_file_name_directory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3295 * fileio.c (file_name_as_directory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3296 * fileio.c (Ffile_name_as_directory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3297 * fileio.c (directory_file_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3298 * fileio.c (Fdirectory_file_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3299 * fileio.c (Fmake_temp_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3300 * fileio.c (Ffile_truename):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3301 * fileio.c (Fsubstitute_in_file_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3302 * fileio.c (expand_and_dir_to_file):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3303 * fileio.c (barf_or_query_if_file_exists):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3304 * fileio.c (check_executable):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3305 * fileio.c (Ffile_exists_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3306 * fileio.c (Ffile_writable_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3307 * fileio.c (Ffile_directory_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3308 * fileio.c (Ffile_regular_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3309 * fileio.c (Ffile_modes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3310 * fileio.c (Ffile_newer_than_file_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3311 * fileio.c (Fverify_visited_file_modtime):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3312 * fileio.c (Fset_visited_file_modtime):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3313 * fileio.c (auto_save_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3314 (1). (2).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3315 fix up gcpro's.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3316
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3317 * frame-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3318 * frame-msw.c (mswindows_init_frame_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3319 * frame-msw.c (mswindows_enable_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3320 * frame-msw.c (error_frame_unsizable):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3321 * frame-msw.c (msprinter_init_frame_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3322 * frame-msw.c (msprinter_init_frame_3):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3323 * frame-msw.c (console_type_create_frame_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3324 (2).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3325 implement new enable/disable frame methods.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3326
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3327 * frame-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3328 * frame-x.c (x_enable_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3329 * frame-x.c (console_type_create_frame_x):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3330 implement new enable/disable frame methods.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3331
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3332 * frame.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3333 * frame.c (Fdisable_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3334 * frame.c (syms_of_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3335 * frame.h (struct frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3336 implement new enable/disable frame methods/functions.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3337
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3338 * general-slots.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3339 add initial-focus.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3340
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3341 * glyphs-msw.c (mswindows_widget_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3342 comment that initial-focus should be implemented.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3343
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3344 * glyphs-widget.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3345 * glyphs-widget.c (check_valid_instantiator):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3346 * glyphs-widget.c (check_valid_orientation):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3347 * glyphs-widget.c (check_valid_tab_orientation):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3348 * glyphs-widget.c (check_valid_justification):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3349 * glyphs-widget.c (check_valid_border):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3350 * glyphs-widget.c (check_valid_callback):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3351 * glyphs-widget.c (check_valid_int_or_function):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3352 * glyphs-widget.c (check_valid_string_or_vector):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3353 * glyphs-widget.c (check_valid_item_list_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3354 * glyphs-widget.c (widget_validate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3355 * glyphs-widget.c (combo_box_validate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3356 * glyphs-widget.c (widget_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3357 * glyphs-widget.c (syms_of_glyphs_widget):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3358 * glyphs-widget.c (VALID_WIDGET_KEYWORDS):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3359 * glyphs-widget.c (image_instantiator_combo_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3360 * glyphs-widget.c (image_instantiator_scrollbar):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3361 * glyphs-widget.c (image_instantiator_tab_control):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3362 * glyphs-widget.c (VALID_LAYOUT_KEYWORDS):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3363 (2).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3364 support (unimplemented) keyword initial-focus.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3365 reindent long macros.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3366
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3367 * glyphs-x.c (x_redisplay_widget):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3368 * glyphs-x.c (x_button_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3369 * glyphs-x.c (x_button_redisplay):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3370 * glyphs-x.c (x_progress_gauge_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3371 * glyphs-x.c (x_edit_field_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3372 * glyphs-x.c (x_combo_box_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3373 * glyphs-x.c (x_tab_control_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3374 * glyphs-x.c (x_label_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3375 * gui-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3376 * gui-x.c (button_item_to_widget_value):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3377 * gui-x.c (gui_items_to_widget_values_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3378 * gui-x.c (gui_item_children_to_widget_values):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3379 * gui-x.c (gui_items_to_widget_values):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3380 * gui-x.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3381 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3382 add new flag to gui-parsing routines to indicate whether
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3383 accelerator specs should be supported.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3384
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3385 * glyphs.c (syms_of_glyphs): use DEFSYMBOL.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3386
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3387 * glyphs.h (struct Lisp_Image_Instance):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3388 * glyphs.h (IMAGE_INSTANCE_WANTS_INITIAL_FOCUS):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3389 add initial-focus flag.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3390
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3391 * gui.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3392 * gui.c (syms_of_gui):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3393 * gui.c (vars_of_gui):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3394 clean up menu-no-selection-hook.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3395
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3396 * gui.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3397 support delete-dialog-box-hook.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3398
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3399 * lread.c (Fload_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3400 * lread.c (locate_file_in_directory_mapper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3401 (1).
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3402
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3403 * lrecord.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3404 * lrecord.h (struct toolbar_button):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3405 * lrecord.h (syms_of_toolbar):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3406 document how to create a new object.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3407
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3408 * menubar-msw.c (mswindows_char_is_accelerator):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3409 may be called on frames w/o menus.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3410
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3411 * menubar.c (vars_of_menubar):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3412 clean up :filter docs.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3413
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3414 * nt.c (readdir):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3415 * ntproc.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3416 (1).
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3417
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3418 * process-nt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3419 * process-nt.c (validate_signal_number):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3420 * process-nt.c (signal_cannot_launch):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3421 * process-nt.c (nt_create_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3422 * process-nt.c (nt_send_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3423 * process-nt.c (nt_kill_child_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3424 * process-nt.c (nt_open_network_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3425 * process-nt.c (syms_of_process_nt):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3426 (2).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3427 delete quote-handling. call new lisp code that does it better.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3428
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3429 * process-unix.c (connect_to_file_descriptor):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3430 * process-unix.c (allocate_pty):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3431 * process-unix.c (unix_send_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3432 * process-unix.c (unix_kill_child_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3433 * process-unix.c (unix_open_network_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3434 * process-unix.c (unix_open_multicast_group):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3435 (1). (2).
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3436
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3437 * process.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3438 * process.c (Fstart_process_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3439 (2). need to canonicalize process path even if absolute.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3440
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3441 * select-msw.c (symbol_to_ms_cf):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3442 * select-msw.c (ms_cf_to_symbol):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3443 * select-msw.c (cf_is_autofreed):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3444 * select-msw.c (mswindows_destroy_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3445 * select.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3446 * select.c (syms_of_select):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3447 * select.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3448 support dibv5, fix bugs. (from Mike Alexander)
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3449
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3450 * select.c (Fget_selection_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3451 * select.c (select_convert_out):
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3452
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3453 * sysdep.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3454 * sysdep.c (xemacs_stat):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3455 renamed.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3456
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3457 * sysdep.c (mkdir):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3458 * sysdep.c (rmdir):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3459 but keep original stat() here because we provide encapsulation
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3460 around these funs.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3461
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3462 * sysfile.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3463 * sysfile.h (fstat):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3464 remove stat garbage.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3465
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3466 * syswindows.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3467 fix X/MSW conflict.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3468 don't include tchar.h. it's inappropriate because it makes
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3469 compile-time distinctions when we want runtime distinctions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3470 (we provide our own tchar replacements)
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3471
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3472 * toolbar.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3473 use default object printer for toolbar-button.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3474
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3475 * unexcw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3476 make sure we don't encapsulate.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3477
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3478 * window.c (vars_of_window):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3479 emphasize that temp-buffer-show-hook is obsolete.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3480
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3481 2000-08-05 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3482
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3483 * glyphs.c (image_instance_hash): HASH2 wants EMACS_INT args.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3484 (Fimage_instance_subwindow_id): make_int wants EMACS_INT arg.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3485
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3486 * events.c (Fevent_timestamp_lessp):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3487 Not 64-bit clean. Use EMACS_INT, not int.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3488
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3489 2000-06-05 Andrew Begel <abegel@cs.berkeley.edu>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3490
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3491 * lrecord.h (lrecord_types): Changed lrecord_type_count to an
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3492 unsigned int and changed the last enum to
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3493 lrecord_type_last_built_in_type.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3494 (lrecord_implementations_table): changed prototype to know how
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3495 long the array is supposed to be.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3496 (lrecord_type_count): new unsigned int to keep track of the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3497 current number of lisp lrecord types.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3498 (DEFINE_EXTERNAL_LRECORD):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3499 (DECLARE_EXTERNAL_LRECORD): Added these two for external
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3500 dynamic-modules to declare new lisp types. They are the same
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3501 as the non-EXTERNAL forms, but declare an lrecord_type unsigned
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3502 int for each new type, and increment lrecord_type_count by 1.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3503
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3504 * alloc.c (lrecord_implementations_table): Changed to reference
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3505 lrecord_type_last_built_in_type for the size of the array.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3506 Moved MODULE_DEFINABLE_TYPE_COUNT to lrecord.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3507
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3508 2000-08-03 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3509
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3510 * glyphs.h (check_valid_item_list): Renamed from
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3511 check_valid_item_list_1.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3512
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3513 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3514
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3515 * select.c (Qselect_coerce): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3516 * select.c (Vselection_coercion_alist): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3517 * select.c (syms_of_select): Declare.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3518 * select.c (get-selection-internal): Use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3519 Use the new select-coerce functionality.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3520
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3521 * select.c (select_coerce): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3522 * select.h (select_coerce): Declare.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3523 New function to coerce one type of data into another.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3524
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3525 2000-08-03 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3526
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3527 * callproc.c (Fcall_process_internal):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3528 (Fcall_process_internal):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3529 * process-unix.c (unix_create_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3530 Save and restore the value of errno, so that error messages are accurate.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3531
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3532 2000-08-01 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3533
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3534 * elhash.c (print_hash_table):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3535 Fix printing of hash tables to also use `key-and-value' instead of `t'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3536 Prettify docstrings and indentation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3537
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3538 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3539
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3540 * window.c (Fwindow_pixel_edges): Subtract frame border and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3541 gutter size.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3542
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3543 2000-07-31 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3544
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3545 * buffer.c (Frecord_buffer): make absolutely sure that redisplay
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3546 will acknowledge the change.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3547
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3548 * glyphs.h: declare tab_control_order_only_changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3549
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3550 * glyphs-x.c (x_tab_control_redisplay): use
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3551 tab_control_order_only_changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3552
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3553 * glyphs-widget.c (tab_control_order_only_changed): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3554
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3555 * glyphs-msw.c (mswindows_tab_control_redisplay): use
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3556 tab_control_order_only_changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3557
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3558 * gui.c (gui_item_equal_sans_selected): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3559 (gui_item_equal): use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3560
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3561 * glyphs-msw.c (mswindows_combo_box_instantiate): deprecate
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3562 :properties in favor of :items..
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3563
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3564 * glyphs-widget.c (check_valid_item_list): rename from
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3565 check_valid_item_list_1.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3566 (check_valid_item_list_1): renamed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3567 (combo_box_validate): deprecate :properties in favor of :items.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3568 (widget_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3569 (tab_control_update): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3570 (image_instantiator_combo_box): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3571 (image_instantiator_tree_view): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3572 (image_instantiator_tab_control): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3573 (layout_post_instantiate): remove dead code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3574
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3575 * print.c (debug_print_no_newline): only write to debugger if in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3576 WIN32_NATIVE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3577
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3578 * elhash.c (Fmake_hash_table): update doc string.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3579
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3580 * event-msw.c (mswindows_wnd_proc): don't allow processing of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3581 messages whilst in GC. This at least stops XEmacs crashing but has
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3582 the potential for wierd behaviour.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3583
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3584 2000-07-31 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3585
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3586 * config.h.in:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3587 Make existence of s&m files optional.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3588
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3589 * s/bsd386.h: Remove HAVE_GETLOADAVG.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3590 * s/freebsd.h: Remove HAVE_GETLOADAVG.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3591 * s/gnu.h: Remove HAVE_GETLOADAVG.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3592 * s/netbsd.h: Remove HAVE_GETLOADAVG.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3593 * s/sol2.h: Remove HAVE_GETLOADAVG.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3594 * lisp.h: Remove getloadavg() declaration.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3595 * fns.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3596 Include <sys/loadavg.h> if available.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3597 Don't declare our own getloadavg() if HAVE_GETLOADAVG.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3598 * config.h.in: Group together getloadavg()-related macros.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3599 Use only configure-time tests to detect getloadavg().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3600
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3601 2000-07-30 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3602
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3603 * Makefile.in.in (TransientEmacsShell.o): Fix race condition.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3604
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3605 2000-07-25 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3606
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3607 * syswindows.h: add tchar.h for native builds.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3608
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3609 * frame.c (syms_of_frame): remove set-glyph-image.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3610
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3611 * general-slots.h: add Qset_glyph_image.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3612
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3613 * glyphs-widget.c (layout_update): add domain arg to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3614 set-glyph-image.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3615 (syms_of_glyphs_widget): remove set-glyph-image.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3616
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3617 2000-07-23 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3618
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3619 * dialog-msw.c (vars_of_dialog_mswindows): need to staticpro
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3620 Vpopup_frame_list.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3621
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3622 2000-07-22 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3623
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3624 * symsinit.h: add syms_of_win32().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3625
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3626 * gui-msw.c (syms_of_gui_mswindows): remove
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3627 Fmswindows_shell_execute.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3628 (Fmswindows_shell_execute): moved to win32.c.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3629
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3630 * emacs.c (main_1): add syms_of_win32 ().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3631
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3632 * win32.c (init_potentially_nonexistent_functions): rewrite in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3633 compiler-friendly terms.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3634 (Fmswindows_shell_execute): move here from gui-msw.c.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3635 (syms_of_win32): new.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3636
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3637 * device-msw.c (Fmswindows_printer_list): clean up args to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3638 EnumPrinters.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3639 Don't include tchar under cygwin or mingw.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3640 (msprinter_default_printer): make cygwin-friendly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3641
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3642 2000-07-21 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3643
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3644 * glyphs-widget.c (image_instantiator_tree_view): use tab
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3645 control's update function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3646 (layout_property): new function. Retrieve items.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3647
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3648 * glyphs-msw.c (mswindows_tree_view_redisplay): new
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3649 function. Re-populate the tree view from the pending items.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3650
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3651 * glyphs.c (instantiate_image_instantiator): Make sure the domain
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3652 is designated the parent if the domain is an image instance. This
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3653 is needed so that dirtiness can be cascade up the hierarchy and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3654 thus for layout children to be redisplayed correctly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3655 (allocate_image_instance): rename glyph -> parent.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3656
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3657 * redisplay.h: change redisplay_output_layout signature.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3658
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3659 * redisplay-msw.c (mswindows_output_display_block): use domain
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3660 arg.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3661
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3662 * redisplay-x.c (x_output_display_block): use domain arg.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3663
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3664 2000-07-10 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3665
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3666 * window.c (Fset_window_configuration): add comment.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3667
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3668 * redisplay-output.c (compare_runes):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3669 (redisplay_output_subwindow): redisplay rather than update subwindow.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3670 (redisplay_output_layout): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3671
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3672 * redisplay-msw.c (mswindows_frame_output_end):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3673 (mswindows_frame_output_end): make defer window pos optional.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3674
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3675 * lisp.h: add Flast.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3676
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3677 * glyphs.h (struct image_instantiator_methods): add dest_mask top
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3678 normalize method. Change update method to be for changed
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3679 instantiators. Add redisplay method. Change signature of layout
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3680 method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3681 (struct Lisp_Image_Instance): add instantiator.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3682 (IMAGE_INSTANCE_INSTANTIATOR): new.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3683 (IMAGE_INSTANCE_SUBWINDOW_FACE): new.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3684 (XIMAGE_INSTANCE_INSTANTIATOR): new.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3685 (XIMAGE_INSTANCE_SUBWINDOW_FACE): new.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3686
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3687 * glyphs.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3688 (find_instantiator_differences): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3689 (Fset_instantiator_property): new convenience function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3690 (check_image_instance_structure): strictly check for vector
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3691 instantiators.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3692 (normalize_image_instantiator): make non-static.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3693 (instantiate_image_instantiator): pass on dest_mask and use new
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3694 signatures for image_instance_layout and friends.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3695 (mark_image_instance): mark the instantiator. Mark the subwindow
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3696 face not the widget face.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3697 (image_instance_equal): add instantiator.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3698 (image_instance_hash): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3699 (allocate_image_instance): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3700 (Fset_image_instance_property): removed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3701 (Fimage_instance_file_name): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3702 (Fcolorize_image_instance): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3703 (image_instance_layout): add offsets to be set.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3704 (update_image_instance): new function. update an image instance
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3705 from its changed instantiator.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3706 (inherit_normalize): add dest_mask.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3707 (xbm_normalize): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3708 (xface_normalize): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3709 (xpm_normalize): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3710 (text_update): set_property -> update.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3711 (image_instantiate): use the glyph identity as a hash key, not the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3712 instantiator.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3713 (glyph_width): use new image_instance_layout signature.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3714 (glyph_ascent): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3715 (glyph_descent): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3716 (glyph_height): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3717 (glyph_query_geometry): ressurrect.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3718 (glyph_layout): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3719 (redisplay_subwindow): update -> redisplay.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3720 (syms_of_glyphs): add Fset_instantiator_property.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3721 (image_instantiator_format_create): set_property -> update.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3722
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3723 * glyphs-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3724 (autodetect_normalize): add dest_maks to signature.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3725 (x_redisplay_subwindow): update -> redisplay.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3726 (x_redisplay_widget): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3727 (x_button_redisplay): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3728 (x_progress_gauge_redisplay): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3729 (x_tab_control_redisplay): ditto. Rewrite to cope with changed
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3730 stacking order.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3731 (console_type_create_glyphs_x): update -> redisplay.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3732 (image_instantiator_format_create_glyphs_x): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3733
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3734 * glyphs-widget.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3735 (check_valid_instantiator): disallow glyphs in the instantiator,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3736 they must now be vectors.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3737 (check_valid_instantiator_list): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3738 (glyph_instantiator_to_glyph): use internal symbol rather than
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3739 intern.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3740 (widget_update): renamed from widget_set_property. Call cascaded
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3741 update methods.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3742 (redisplay_widget): renamed from update_widget.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3743 (widget_layout): image_instance_layout now takes position as well
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3744 as size.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3745 (widget_normalize): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3746 (widget_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3747 (tab_control_query_geometry) ditto.:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3748 (tab_control_update): renamed from tab_control_set_property.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3749 (progress_gauge_update): set_property -> update.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3750 (layout_normalize): rewrite so that child instantiators are
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3751 normalized also.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3752 (layout_update): new function. Create glyphs from the normalized
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3753 children and cope with any other layout keywords. We do not
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3754 instantiate children here that will be take care of by
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3755 redisplay_output_layout.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3756 (layout_instantiate): call layout_update and not much else.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3757 (layout_post_instantiate): not sure whether this is needed
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3758 anymore.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3759 (layout_query_geometry): query glyph geometry rather than
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3760 image_instance geometry.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3761 (layout_layout): set offsets from pass in parameters. Use glyph
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3762 geometry and layout functions rather than image instance ones.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3763 (native_layout_layout): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3764 (syms_of_glyphs_widget): add make-glyph and set-glyph-image.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3765 (image_instantiator_widget): set_property -> update.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3766 (image_instantiator_buttons): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3767 (image_instantiator_progress_guage): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3768 (image_instantiator_tab_control): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3769 (VALID_LAYOUT_KEYWORDS): instantiators must now be vectors.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3770 (image_instantiator_layout): add update method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3771
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3772 * glyphs-msw.c (bmp_normalize):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3773 (mswindows_resource_normalize): add dest_mask so that it can be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3774 proprogated by layout_normalize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3775 (begin_defer_window_pos): make optional because it may not be the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3776 right thing to do and it introduces differences with X.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3777 (mswindows_unmap_subwindow): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3778 (mswindows_map_subwindow): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3779 (mswindows_redisplay_subwindow): renamed from
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3780 mswindows_update_subwindow.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3781 (mswindows_redisplay_widget): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3782 (mswindows_button_redisplay): renamed from
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3783 mswindows_button_update. Update is now what the instantiation
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3784 function does for a changed instantiator.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3785 (mswindows_progress_gauge_instantiate): set the progress value
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3786 here if appropriate.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3787 (mswindows_tab_control_redisplay): cope with re-ordering of the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3788 members of the tab widget by simply selecting the new top
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3789 widget. This makes things appear ok if you click on a tab.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3790 (mswindows_combo_box_instantiate): image_instance_layout now takes
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3791 position as well as size.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3792 (mswindows_progress_gauge_redisplay): renamed from
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3793 mswindows_progress_gauge_update.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3794 (console_type_create_glyphs_mswindows): fix update -> redisplay.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3795 (image_instantiator_format_create_glyphs_mswindows): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3796
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3797 * glyphs-eimage.c (jpeg_normalize):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3798 (gif_normalize):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3799 (png_normalize):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3800 (tiff_normalize): add dest_mask so that it can be proprogated by
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3801 layout_normalize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3802
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3803 * elhash.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3804 (print_hash_table):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3805 (hash_table_weakness_validate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3806 (decode_hash_table_weakness):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3807 (Fhash_table_weakness):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3808 (Fhash_table_type):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3809 (syms_of_elhash): use Ben's naming scheme for hashtable types..
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3810
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3811 * console.h (struct console_methods): move update_* to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3812 redisplay_*.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3813
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3814 2000-07-20 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3815
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3816 * *.[ch] (XSETOBJ): remove unused middle argument.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3817 lisp-disunion.h: correct wrap_object() to one argument.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3818
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3819 2000-07-15 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3820
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3821 * s/cygwin32.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3822 * s/cygwin32.h (CYGWIN_CONV_PATH):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3823 Add missing logb prototype for v1.1.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3824 Use post-b20 names and alias to pre-b20 names when pre-b20.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3825
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3826 * s/windowsnt.h: [5].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3827
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3828 2000-07-15 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3829
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3830 * Makefile.in.in (x_objs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3831 * Makefile.in.in (sheap_objs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3832 * Makefile.in.in (objs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3833 added win32.o, cosmetic cleanups.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
3834
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3835 * alloc.c (Fmake_byte_code):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3836 [[[1]]]: Changes for new LIST_LOOP, EXTERNAL_LIST_LOOP,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3837 etc. macros which declare their own args now.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3838
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3839 * alloc.c (syms_of_alloc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3840 [[[2]]]: Use DEFSYMBOL, DEFKEYWORD, DEFERROR and friends.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3841
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3842 * buffer.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3843 Moved buffer-dedicated-frame, set-buffer-dedicated-frame into lisp.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3844
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3845 * buffer.c (Fget_file_buffer):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3846 Fixed GCPRO problem.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3847
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3848 * buffer.c (get_truename_buffer):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3849 Fixed comment about GC checking.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3850
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3851 * buffer.c (syms_of_buffer):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3852 Undeclared those dedicated frame funs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3853 [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3854
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3855 * buffer.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3856 Define convenience macros for internal/external conversions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3857 [[[3]]]: Define codesys aliases Qcommand_argument_encoding
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3858 and Qenvironment_variable_encoding for cleaner code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3859
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3860 * bufslots.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3861 Remove dedicated-frame; in lisp.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3862
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3863 * bytecode.c (funcall_compiled_function):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3864 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3865
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3866 * bytecode.c (syms_of_bytecode):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3867 [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3868
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3869 * console-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3870 * console-msw.c (mswindows_show_console): Rewrote.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3871
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3872 * console-msw.c (Fmswindows_debugging_output): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3873 Sends to OutputDebugString (special MSWin debugger interface).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3874
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3875 * console-msw.c (Fmswindows_message_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3876 Fixed stupid bugs so it works when called from kill-emacs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3877
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3878 * console-msw.c (syms_of_console_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3879 Declare Fmswindows_debugging_output.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3880
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3881 * console-msw.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3882 New MSWin prototypes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3883
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3884 * console-msw.h (struct mswindows_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3885 New entry last-click-mods for improved button-modifier support.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3886
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3887 * console-msw.h (FRAME_MSWINDOWS_POPUP):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3888 New struct entry `popup' with corresponding accessor.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3889
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3890 * console-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3891 * console-x.c (split_up_display_spec):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3892 * console-x.c (get_display_arg_connection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3893 * console-x.c (x_semi_canonicalize_console_connection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3894 * console-x.c (x_canonicalize_device_connection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3895 [[[6]]]: Change char to more specific type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3896 [[[8]]]: Make use of abstracting codesys aliases defined in [3], [4];
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3897
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3898 * console-x.c (x_semi_canonicalize_console_connection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3899 * console-x.c (x_canonicalize_device_connection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3900 [[[9]]]: Fix up error signalling to use new structured error system.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3901
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3902 * console-x.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3903 [[[4]]]: Define codesys aliases:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3904 Qlwlib_encoding, Qx_atom_name_encoding, Qx_font_name_encoding,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3905 Qx_color_name_encoding, Qx_display_name_encoding.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3906
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3907 * console.h (struct console_methods):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3908 New method make_dialog_box_internal supersedes older
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3909 popup_dialog_box method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3910
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3911 * data.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3912 Define many new errors, part of new structured errors.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3913
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3914 * data.c (init_errors_once_early):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3915 * data.c (syms_of_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3916 [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3917
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3918 * device-msw.c (mswindows_init_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3919 [[[5]]]: Cleanup to support NT 3.51.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3920
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3921 * device-msw.c (decode_devmode): Cleanup.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3922
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3923 * device-msw.c (mswindows_handle_print_setup_dialog_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3924 * device-msw.c (mswindows_handle_print_dialog_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3925 * device-msw.c (mswindows_handle_page_setup_dialog_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3926 * device-msw.c (syms_of_device_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3927 Delete the dialog box primitives recently introduced by Kirill and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3928 instead interface to general dialog box interface.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3929
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3930 * device-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3931 * device-x.c (compute_x_app_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3932 * device-x.c (x_init_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3933 * device-x.c (Fx_valid_keysym_name_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3934 * device-x.c (Fx_set_font_path):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3935 [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3936 [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3937
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3938 * device.h (wrap_device): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3939 First of its kind; meant to replace XSETDEVICE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3940
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3941 * dialog-msw.c: Many file-dialog symbols.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3942
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3943 * dialog-msw.c (mswindows_register_popup_frame): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3944 * dialog-msw.c (mswindows_is_dialog_msg): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3945 For supporting kbd traversal in dialog boxes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3946
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3947 * dialog-msw.c (dialog_proc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3948 Support hitting ESC in dialogs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3949
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3950 * dialog-msw.c (struct):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3951 Common dialog box errors.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3952
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3953 * dialog-msw.c (handle_file_dialog_box): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3954 Add file dialog code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3955
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3956 * dialog-msw.c (handle_question_dialog_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3957 Redo existing code to support new question dialog syntax.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3958
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3959 * dialog-msw.c (console_type_create_dialog_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3960 We support new dialog console method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3961
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3962 * dialog-msw.c (syms_of_dialog_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3963 * dialog-msw.c (vars_of_dialog_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3964 New file dialog symbols, vars.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3965
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3966 * dialog-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3967 * dialog-x.c (maybe_run_dbox_text_callback):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3968 * dialog-x.c (dbox_descriptor_to_widget_value):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3969 * dialog-x.c (x_make_dialog_box_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3970 * dialog-x.c (console_type_create_dialog_x):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3971 Mule-ize entire file.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3972 Redo to support question dialog syntax.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3973 [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3974
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3975 * dialog.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3976 * dialog.c (Fmake_dialog_box_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3977 * dialog.c (syms_of_dialog):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3978 Kill old popup-dialog-box, replace with new primitive.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3979 Just call device method or signal error.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3980
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3981 * eldap.c (Fldap_open):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3982 * eldap.c (Fldap_search_basic):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3983 * eldap.c (Fldap_add):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3984 * eldap.c (Fldap_modify):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3985 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3986 [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3987
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3988 * emacs.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3989 * emacs.c (make_arg_list_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3990 * emacs.c (make_arg_list):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3991 Mule-ize call to dll_init().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3992 [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3993 [8].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3994
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3995 * emacs.c (make_argc_argv):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3996 * emacs.c (free_argc_argv):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3997 * emacs.c (init_cmdargs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3998 * emacs.c (main_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
3999 * emacs.c (Fkill_emacs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4000 * emacs.c (Fdump_emacs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4001 Update comments about what can be used in syms_* etc.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4002 Call init_win32() when necessary.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4003 Fix up MS Win dialog box in kill-buffer to actually work right.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4004 [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4005
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4006 * eval.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4007 * eval.c (For):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4008 * eval.c (Fand):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4009 * eval.c (Fprogn):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4010 * eval.c (Fprog1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4011 * eval.c (Fprog2):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4012 * eval.c (FletX):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4013 * eval.c (Flet):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4014 * eval.c (condition_case_3):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4015 * eval.c (Feval):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4016 * eval.c (function_argcount):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4017 * eval.c (funcall_lambda):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4018 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4019
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4020 * eval.c (type_error): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4021 * eval.c (maybe_type_error): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4022 * eval.c (continuable_type_error): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4023 * eval.c (maybe_continuable_type_error): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4024 * eval.c (type_error_with_frob): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4025 * eval.c (maybe_type_error_with_frob): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4026 * eval.c (continuable_type_error_with_frob): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4027 * eval.c (maybe_continuable_type_error_with_frob): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4028 New functions for use with structured errors.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4029
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4030 * event-Xt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4031 * event-Xt.c (x_event_to_emacs_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4032 Buttons are now modifiers too.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4033
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4034 * event-Xt.c (emacs_Xt_current_event_timestamp):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4035 Implement new event method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4036 * event-Xt.c (reinit_vars_of_event_Xt): Set it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4037
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4038 * event-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4039 * event-msw.c (ntpipe_shove_writer): [5].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4040 * event-msw.c (mswindows_enqueue_mouse_button_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4041 * event-msw.c (mswindows_drain_windows_queue):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4042 * event-msw.c (mswindows_wnd_proc): [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4043 * event-msw.c (mswindows_current_layout_has_AltGr): [5].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4044 * event-msw.c (mswindows_modifier_state):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4045 Throughout: support new button modifiers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4046
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4047 * event-msw.c (emacs_mswindows_current_event_timestamp):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4048 Implement new event method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4049 * event-msw.c (reinit_vars_of_event_mswindows): Set it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4050
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4051 * event-stream.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4052 * event-stream.c (event_stream_current_event_timestamp): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4053 * event-stream.c (maybe_kbd_translate): New functionality.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4054 * event-stream.c (vars_of_event_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4055 Document new kbd-translate-table functionality.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4056
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4057 * event-stream.c (Fcurrent_event_timestamp): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4058 New primitive for use in fabricated events.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4059 * event-stream.c (syms_of_event_stream): [2]. Declare new primitive.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4060
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4061 * events-mod.h (XEMACS_MOD_BUTTON1): new button modifiers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4062
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4063 * events.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4064 * events.c (Fmake_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4065 * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4066 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4067 [9].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4068
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4069 * events.c (format_event_object): fix gcc warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4070
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4071 * events.c (Fevent_timestamp): Document new primitives.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4072
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4073 * events.c (TIMESTAMP_HALFSPACE): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4074
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4075 * events.c (Fevent_timestamp_lessp): New. New primitive for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4076 comparing timestamps correctly (half-space algorithm).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4077
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4078 * events.c (Fevent_modifier_bits): Doc fix.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4079
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4080 * events.c (Fevent_modifiers): Major doc addition.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4081 * events.c (event_x_y_pixel_internal): Typo fix.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4082 * events.c (syms_of_events): Declare new primitives.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4083
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4084 * events.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4085 Update long comment for button modifiers, timestamps.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4086
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4087 * events.h (struct event_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4088 New current_event_timestamp method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4089
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4090 * extents.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4091 * extents.c (extent_in_region_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4092 * extents.c (decode_extent):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4093 * extents.c (Fset_extent_parent):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4094 * extents.c (decode_map_extents_flags):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4095 Fix gcc warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4096 [9].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4097
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4098 * extents.c (struct extent_at_arg):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4099 * extents.c (decode_extent_at_flag):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4100 * extents.c (extent_at_mapper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4101 * extents.c (extent_at_bytind):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4102 * extents.c (Fextent_at): Adapt to new lower-level interface. [9].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4103 * extents.c (Fextents_at): New primitive. [9].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4104 * extents.c (symbol_to_glyph_layout): [9].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4105 Support new primitive `extents-at'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4106
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4107
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4108 * extents.c (get_text_property_bytind):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4109 extent_at_bytind has another arg.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4110 [9].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4111
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4112 * extents.c (syms_of_extents): New primitive.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4113
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4114 * file-coding.c (Fmake_coding_system): [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4115 * file-coding.c (subsidiary_coding_system): fix gcc warning
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4116 * file-coding.c (syms_of_file_coding): [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4117
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4118 * fileio.c (Fexpand_file_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4119 * fileio.c (Fsysnetunam):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4120 * fileio.c (Ffile_exists_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4121 * fileio.c (Ffile_executable_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4122 * fileio.c (Fverify_visited_file_modtime):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4123 Clean up GCPROing.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4124
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4125 * fileio.c (syms_of_fileio): [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4126
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4127 * filelock.c (lock_file_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4128 * filelock.c (current_lock_owner):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4129 * filelock.c (lock_if_free):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4130 * filelock.c (lock_file):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4131 * filelock.c (unlock_file):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4132 Clean up GCPROing.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4133
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4134 * fns.c (concat): Fix gcc warning.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4135
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4136 * fns.c (Fmember):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4137 * fns.c (Fold_member):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4138 * fns.c (Fmemq):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4139 * fns.c (Fold_memq):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4140 * fns.c (memq_no_quit):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4141 * fns.c (Fassoc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4142 * fns.c (Fold_assoc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4143 * fns.c (Fassq):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4144 * fns.c (Fold_assq):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4145 * fns.c (assq_no_quit):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4146 * fns.c (Frassoc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4147 * fns.c (Fold_rassoc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4148 * fns.c (Frassq):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4149 * fns.c (Fold_rassq):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4150 * fns.c (rassq_no_quit):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4151 * fns.c (Fdelete):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4152 * fns.c (Fold_delete):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4153 * fns.c (Fdelq):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4154 * fns.c (Fold_delq):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4155 * fns.c (delq_no_quit):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4156 * fns.c (Fremassoc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4157 * fns.c (Fremassq):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4158 * fns.c (remassq_no_quit):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4159 * fns.c (Fremrassoc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4160 * fns.c (Fremrassq):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4161 * fns.c (remrassq_no_quit):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4162 * fns.c (Freverse):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4163 * fns.c (mapcar1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4164 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4165
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4166 * frame-msw.c (mswindows_init_frame_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4167 * frame-msw.c (mswindows_delete_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4168 Register popups with dialog code so keyboard traversing works.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4169
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4170 * frame-tty.c (tty_raise_frame_no_select): [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4171
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4172 * frame-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4173 * frame-x.c (x_set_frame_text_value):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4174 * frame-x.c (x_set_frame_properties):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4175 * frame-x.c (x_create_widgets):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4176 [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4177
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4178 * frame.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4179 * frame.c (Fmouse_pixel_position): Minor doc fixes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4180
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4181 * frame.h (wrap_frame): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4182 Macro like wrap_device.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4183
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4184 * general.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4185 * general.c (SYMBOL):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4186 * general.c (syms_of_general):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4187 Major reorg. This is now just a wrapper and symbols themselves
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4188 are listed in general-slots.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4189
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4190 * glyphs-eimage.c (tiff_instantiate): Need cast to fix warning.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4191 * glyphs-msw.c (mswindows_resource_instantiate): [5].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4192
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4193 * glyphs-msw.c (mswindows_native_layout_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4194 Add DS_CONTROL so keyboard traversal will work.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4195
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4196 * glyphs-widget.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4197 * glyphs-widget.c (syms_of_glyphs_widget):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4198 Move some symbols to general-slots.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4199
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4200 * glyphs-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4201 * glyphs-x.c (xbm_instantiate_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4202 * glyphs-x.c (x_xbm_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4203 * glyphs-x.c (x_xface_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4204 * glyphs-x.c (autodetect_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4205 * glyphs-x.c (cursor_font_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4206 * glyphs-x.c (x_update_widget):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4207 * glyphs-x.c (x_widget_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4208 * glyphs.c (bitmap_to_lisp_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4209 * glyphs.c (pixmap_to_lisp_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4210 [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4211
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4212 * glyphs.c (syms_of_glyphs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4213 [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4214
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4215 * gui-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4216 * gui-x.c (print_widget_value):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4217 * gui-x.c (menu_separator_style_and_to_external):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4218 * gui-x.c (add_accel_and_to_external):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4219 * gui-x.c (button_item_to_widget_value):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4220 * gui-x.c (gui_items_to_widget_values_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4221 * gui-x.c (gui_items_to_widget_values):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4222 * gui-x.c (syms_of_gui_x):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4223 * gui-x.c (vars_of_gui_x):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4224 Mule-ize entire file. Move menu-no-selection-hook to gui.c.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4225 [9].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4226
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4227 * gui-x.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4228 Muleize, prototype changes matching gui-x.c.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4229
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4230 * gui.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4231 * gui.c (separator_string_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4232 * gui.c (gui_item_add_keyval_pair):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4233 * gui.c (make_gui_item_from_keywords_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4234 * gui.c (signal_too_long_error):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4235 * gui.c (parse_gui_item_tree_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4236 * gui.c (syms_of_gui):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4237 * gui.c (vars_of_gui):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4238 * gui.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4239 menu-no-selection-hook moved here (used by MSWin).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4240 Move some symbols to general-slots.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4241 [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4242 [9].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4243
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4244 * insdel.c (get_buffer_pos_char):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4245 * insdel.c (get_buffer_range_char):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4246 Add GC comments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4247
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4248 * keymap.c (keymap_lookup_directly):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4249 * keymap.c (keymap_store):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4250 * keymap.c (ensure_meta_prefix_char_keymapp):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4251 * keymap.c (describe_map):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4252 * keymap.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4253 Support new button modifiers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4254
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4255 * lisp-disunion.h (wrap_object):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4256 * lisp-disunion.h (XSETOBJ):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4257 Rename make_obj to wrap_object.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4258
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4259 * lisp-union.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4260 * lisp-union.h (make_int):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4261 * lisp-union.h (make_char):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4262 Support wrap_object.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4263
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4264 * lisp.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4265 * lisp.h (LIST_LOOP):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4266 * lisp.h (EXTERNAL_LIST_LOOP):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4267 * lisp.h (LIST_LOOP_2):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4268 * lisp.h (EXTERNAL_LIST_LOOP_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4269 * lisp.h (EXTERNAL_LIST_LOOP_2):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4270 * lisp.h (EXTERNAL_LIST_LOOP_3):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4271 * lisp.h (EXTERNAL_LIST_LOOP_4_NO_DECLARE):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4272 * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4273 * lisp.h (GET_EXTERNAL_LIST_LENGTH):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4274 * lisp.h (EXTERNAL_ALIST_LOOP_5):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4275 * lisp.h (EXTERNAL_ALIST_LOOP_6):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4276 * lisp.h (EXTERNAL_ALIST_LOOP_6_NO_DECLARE):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4277 * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_5_NO_DECLARE):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4278 * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_7):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4279 * lisp.h (struct Lisp_Symbol):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4280 * lisp.h (maybe_continuable_error_with_frob):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4281 Fix up section comments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4282 Add new types for char to indicate usage.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4283 Delete symbols auto-generated from general-slots.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4284 Add prototypes for structured error functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4285 Add long comments describing looping macros and change interface
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4286 so that lvalues are automatically declared.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4287 Add NO_DECLARE macro in case callers want to declare lvalues
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4288 themselves.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4289
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4290 * lread.c (read_syntax_error):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4291 * lread.c (continuable_read_syntax_error):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4292 * lread.c (read_structure):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4293 * lread.c (sequence_reader):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4294 * lread.c (read_list_conser):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4295 * lread.c (read_compiled_function):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4296 Rename syntax_error and continuable_syntax_error to avoid clash
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4297 with same-named structured error functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4298
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4299 * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4300 * menubar-msw.c (populate_menu_add_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4301 * menubar-msw.c (populate_or_checksum_helper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4302 [5].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4303 [9].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4304
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4305 * menubar-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4306 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4307 Mule-ize whole file.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4308
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4309 * menubar.c (Fnormalize_menu_item_name): Add optimization.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4310
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4311 * mule-charset.c (Fmake_charset):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4312 * mule-wnnfns.c (Fwnn_set_param):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4313 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4314
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4315 * ntproc.c (create_child):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4316 * ntproc.c (Fwin32_set_current_locale):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4317 Add comments portending doom.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4318
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4319 * objects-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4320 * objects-msw.c (old_font_enum_callback_2):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4321 * objects-msw.c (font_enum_callback_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4322 * objects-msw.c (mswindows_enumerate_fonts):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4323 [5].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4324
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4325 * objects-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4326 * objects-x.c (allocate_nearest_color):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4327 * objects-x.c (x_parse_nearest_color):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4328 * objects-x.c (x_initialize_color_instance):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4329 * objects-x.c (x_print_color_instance):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4330 * objects-x.c (x_finalize_color_instance):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4331 * objects-x.c (x_valid_color_name_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4332 * objects-x.c (x_initialize_font_instance):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4333 * objects-x.c (x_print_font_instance):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4334 * objects-x.c (valid_x_font_name_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4335 * objects-x.c (truename_via_FONT_prop):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4336 * objects-x.c (truename_via_random_props):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4337 * objects-x.c (truename_via_XListFonts):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4338 * objects-x.c (x_font_truename):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4339 * objects-x.c (x_font_instance_truename):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4340 * objects-x.c (x_font_instance_properties):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4341 * objects-x.c (x_list_fonts):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4342 * objects-x.c (x_find_charset_font):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4343 Mule-ize entire file.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4344 [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4345
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4346 * objects-x.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4347 Mule-verify.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4348
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4349 * print.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4350 * print.c (std_handle_out_external):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4351 * print.c (debug_print_no_newline):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4352 * print.c (syms_of_print):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4353 Output to all debugger kinds in debug-print.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4354 Fix console-output code under MSWin to actually work.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4355
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4356 * process-nt.c (send_signal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4357 * process-nt.c (nt_create_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4358 Use newer Unicode macros.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4359
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4360 * process-unix.c (unix_create_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4361 * process-unix.c (unix_canonicalize_host_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4362 * process-unix.c (unix_open_network_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4363 [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4364
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4365 * scrollbar-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4366 Mule-verify.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4367
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4368 * search.c (syms_of_search):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4369 [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4370
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4371 * select-msw.c (mswindows_destroy_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4372 Use LIST_LOOP_2.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4373
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4374 * select-x.c (symbol_to_x_atom):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4375 [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4376
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4377 * select.c (syms_of_select):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4378 [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4379
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4380 * sound.c (Fplay_sound_file):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4381 [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4382
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4383 * specifier.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4384 * specifier.c (decode_specifier_type):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4385 * specifier.c (Fvalid_specifier_locale_type_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4386 * specifier.c (check_valid_locale_or_locale_type):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4387 * specifier.c (decode_locale):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4388 * specifier.c (decode_locale_type):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4389 * specifier.c (decode_locale_list):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4390 * specifier.c (check_valid_domain):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4391 * specifier.c (decode_specifier_tag_set):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4392 * specifier.c (Fcanonicalize_tag_set):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4393 * specifier.c (Fdefine_specifier_tag):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4394 * specifier.c (Fspecifier_tag_predicate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4395 * specifier.c (check_valid_inst_list):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4396 * specifier.c (check_valid_spec_list):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4397 * specifier.c (decode_how_to_add_specification):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4398 * specifier.c (check_modifiable_specifier):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4399 * specifier.c (specifier_add_spec):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4400 * specifier.c (boolean_validate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4401 * specifier.c (display_table_validate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4402 [9].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4403
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4404 * specifier.c (syms_of_specifier):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4405 Move some symbols to general-slots.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4406 [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4407
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4408 * symbols.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4409 * symbols.c (Fmapatoms):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4410 * symbols.c (Fapropos_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4411 Add GCPROs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4412
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4413 * symbols.c (set_default_buffer_slot_variable):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4414 * symbols.c (set_default_console_slot_variable):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4415 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4416
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4417 * symbols.c (defsymbol_massage_name_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4418 * symbols.c (defkeyword_massage_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4419 * symbols.c (deferror_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4420 * symbols.c (deferror):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4421 * symbols.c (deferror_massage_name_and_message):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4422 * symeval.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4423 * symeval.h (DEFSYMBOL):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4424 Support DEFSYMBOL*, DEFKEYWORD, DEFERROR
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4425
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4426 * symbols.c (syms_of_symbols):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4427 [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4428
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4429 * symsinit.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4430 * symsinit.h (init_win32): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4431 Also new is syms_of_dialog_mswindows.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4432
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4433 * syswindows.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4434 Add new Unicode macros, missing Cygwin wide-char functions,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4435 convenience conversion macros for Qmswindows_tstr, macros for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4436 encapsulating required MSWin <-> Cygwin filename conversions,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4437 prototype for dynamically-extracted (not in NT 3.51) functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4438
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4439 * toolbar-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4440 Mule-verify.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4441
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4442 * tooltalk.c (Fadd_tooltalk_message_arg):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4443 * tooltalk.c (Fadd_tooltalk_pattern_attribute):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4444 * tooltalk.c (Fadd_tooltalk_pattern_arg):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4445 [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4446
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4447 * tooltalk.c (syms_of_tooltalk):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4448 [2].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4449
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4450 * unexnt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4451 * unexnt.c (unexec):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4452 Fix up headers, declaration of unexec() to be more standard.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4453
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4454 2000-07-20 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4455
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4456 * offix.h: Revert change to guard macros - they're used in offix.c!
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4457
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4458 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4459
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4460 * lisp.h: Defsubred Fdelete.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4461
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4462 * console-msw.h: (msprinter_default_printer): Added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4463
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4464 * console-msw.c (msprinter_canonicalize_console_connection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4465 (msprinter_canonicalize_device_connection): Added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4466
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4467 * device-msw.c (msprinter_default_printer):
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4468 (Fmswingows_get_default_printer):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4469 (signal_enum_priner_error):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4470 (Fmswingows_printer_list): Added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4471
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4472 2000-07-19 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4473
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4474 * XEmacs 21.2.35 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4475
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4476 2000-07-19 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4477
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4478 * select-x.c (x_handle_selection_request):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4479 Text selected in xemacs and pasted into xterm failed to appear.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4480 Spelling fixes and cosmetic changes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4481
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4482 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4483
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4484 * event-msw.c (mswindows_drain_windows_queue): Correctly check for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4485 XEmacs frame (fix for doubling chars in dialog boxes).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4486
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4487 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4488
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4489 * select.c (select_convert_in, select_convert_out):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4490 Don't call intern() every time.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4491
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4492 * select.c (Qselect_convert_in, Qselect_convert_out): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4493 * select.c (vars_of_select): Initialise them.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4494
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4495 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4496
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4497 * select.c (selection-coercible-types): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4498
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4499 * select.c (own-selection-internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4500 * select.c (get-selection-internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4501 MULE bug fix - these should default to COMPOUND_TEXT and not
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4502 STRING for MULE. I think.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4503
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4504 * select.c (select_convert_out): Use selection-coercible-types
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4505 to find types that we can attempt to perform coercions on.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4506
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4507 2000-07-18 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4508
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4509 * mule-wnnfns.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4510 * mule-canna.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4511 Add coding: cookie to identify encoding.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4512
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4513 * mule-canna.c (CANNA_mode_keys): make static.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4514 Use proper prototypes, even for functions of no arguments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4515 Remove external prototype for Fding().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4516
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4517 * symsinit.h: Add missing prototype for reinit_vars_of_mule_wnn.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4518
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4519 * select.c (syms_of_select): Add missing DEFSUBR.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4520
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4521 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4522
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4523 * select.c (get_selection_internal, own_selection_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4524 Make the type default to STRING, rather than placing a nil type
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4525 into Vselection_alist.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4526
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4527 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4528
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4529 * gpmevent.c (tty_selection_exists_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4530 * gpmevent.c (tty_own_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4531 Updated parameter lists.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4532
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4533 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4534
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4535 * select.h (selection-alist): Removed declaration.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4536
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4537 * select.h (get_local_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4538 * select.c (get_local_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4539 Made static.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4540
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4541 * select.h (convert_selection): Removed declaration.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4542 * select.c (convert_selection): Removed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4543 This function belongs in Lisp.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4544
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4545 * select.h (select_convert_in): Declare.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4546 * select.h (select_convert_out): Declare.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4547 * select.c (select_convert_in): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4548 * select.c (select_convert_out): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4549 New conversion functions for other files to call.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4550
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4551 * select.h (select_notify_buffer_kill): Declare.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4552 * select.c (select_notify_buffer_kill): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4553 New functions that get called from kill-buffer.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4554
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4555 * buffer.c (kill-buffer): Call select_notify_buffer_kill, rather than
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4556 X-specific lisp code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4557
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4558 * select.h: Declare some of the lisp-visible functions for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4559 external use.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4560
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4561 * select.c (clean_local_selection_data): Removed. This was
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4562 a disgusting function, and previously should have been in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4563 select-x.c in any case. The functionality is now provided
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4564 in select-convert-from-integer (select.el).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4565
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4566 * select.c (available-selection-types): Fixed stupidity where
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4567 INTEGER and ATOM got added twice. Also add STRING when we see an
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4568 extent.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4569
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4570 * select.c (get-selection-internal): Removed symbol stripping. No
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4571 longer causes conversion when data comes from the internal cache.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4572
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4573 * select.c (syms_of_select): Added new functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4574
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4575 * select-x.c (motif_clipboard_cb): Use select_convert_out. Rewrote
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4576 error checking - previously this called abort!
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4577
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4578 * select-x.c (x_own_selection): Changed comment.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4579
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4580 * select-x.c (x_handle_selection_request): Use select_convert_out.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4581 Don't mess with selection-alist; it's an internal variable of select.c.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4582
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4583 * select-x.c (x_get_foreign_selection): Use select_convert_in.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4584
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4585 * select-x.c (x_handle_selection_clear): Use get-selection-timestamp,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4586 rather than messing with selection-alist.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4587
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4588 * select-msw.c (mswindows_get_foreign_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4589 Use TO_INTERNAL_FORMAT rather than hacking.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4590
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4591 2000-07-14 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4592
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4593 * process-unix.c (unix_open_multicast_group):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4594 (unix_open_multicast_group): Remove useless casts.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4595
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4596 2000-07-13 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4597
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4598 * sound.c (Fplay_sound): Fix `unused variable' warning.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4599
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4600 * emacs.c (main): Use correct type for _environ on SCO5.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4601
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4602 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4603
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4604 * console.h (own_selection_method):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4605 * console.h (selection_exists_p_method):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4606 * console.h (available_selection_types_method): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4607 * console.h (register_selection_data_type_method): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4608 * console.h (selection_data_type_name): New.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4609
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4610 * console-msw.h (mswindows_destroy_selection): Declare it. New
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4611 function & alist to track GlobalAlloc()'d handles that need
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4612 releasing when the clipboard data gets replaced or emptied.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4613
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4614 * event-msw.c (mswindows_wnd_proc): Call it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4615
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4616 * lisp.h, general.c (Qappend): New symbol representing a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4617 `how-to-add' mode.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4618
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4619 * select.c (own-selection-internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4620 * select.c (selection-exists-p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4621 * select.c (available-selection-types): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4622 * select.c (register-selection-data-type): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4623 * select.c (selection-data-type-name): New. New functions to deal
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4624 with device-specific selection data formats.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4625 * select.c (selection-converter-out-alist): Renamed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4626 * select.c (selection-converter-in-alist): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4627 * select.c (selection-appender-alist): New. Added new alists.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4628 * select.c (syms_of_select, vars_of_select): Added new symbols &
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4629 variables.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4630 * select.c (get_local_selection): Split.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4631 * select.c: Removed spurious type checking - selections may now be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4632 of any type, not just strings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4633 * select.c (own-selection-internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4634
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4635 * select.h, select.c (convert_selection): New. Created
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4636 convert_selection() function based on get_local_selection().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4637 * select.h, select.c (QCF_*): New symbols representing mswindows
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4638 clipboard formats.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4639 * select.h, select.c (Qreplace_all, Qreplace_existing): New
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4640 symbols representing `how-to-add' modes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4641
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4642 * select-msw.c (x_sym_p): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4643 * select-msw.c (symbol_to_ms_cf): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4644 * select-msw.c (ms_cf_to_symbol): New. New functions to deal with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4645 symbols & clipboard formats. Can also handle string names.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4646 * select-msw.c (mswindows_own_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4647 * select-msw.c (mswindows_selection_exists_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4648 Added `data-type' parameter. Use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4649 * select-msw.c (mswindows_available_selection_types): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4650 * select-msw.c (mswindows_register_selection_data_type): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4651 * select-msw.c (mswindows_selection_data_type_name): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4652 * select-msw.c (mswindows_own_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4653 * select-msw.c (mswindows_get_foreign_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4654 * select-msw.c (mswindows_selection_exists_p): Rewrote.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4655 * select-msw.c (console_create_select_mswindows): Added new methods.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4656 * select-msw.c (mswindows_destroy_selection): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4657 * select-msw.c (Vhandle_alist): New list.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4658 * select-msw.c (mswindows_own_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4659
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4660 * select-x.c (x_own_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4661 * select-x.c (x_selection_exists_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4662 * select-x.c: Added some comments about maybe using new
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4663 functionality.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4664 * select-x.c (x_own_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4665
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4666 * specifier.c: Remove definition of Qappend (now in general.c)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4667 * specifier.c (syms_of_specifier): Remove Qappend.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4668
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4669 2000-07-12 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4670
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4671 * config.h.in: Add socklen_t.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4672
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4673 * s/decosf4-0.h: No special compiler flags needed or desired.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4674 In particular, undefine _BSD for DEC OSF 4.0.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4675
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4676 2000-07-07 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4677
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4678 * redisplay-msw.c (msprinter_frame_output_end): Added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4679 (console_type_create_redisplay_mswindows): Referred the above.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4680
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4681 * frame.c (setup_frame_without_minibuffer): Do not create a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4682 default minibuffer frame on a printer device.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4683
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4684 * frame-msw.c (apply_dc_geometry): Added.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4685 (msprinter_start_page):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4686 (msprinter_init_frame_3):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4687 (msprinter_eject_page): Use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4688
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4689 * console-msw.h (struct msprinter_frame): Added pix_left and top,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4690 and removed residual duplex and orientation properties.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4691
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4692 2000-07-11 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4693
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4694 * eval.c (function_argcount): Work around a DEC CC compiler bug.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4695
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4696 * unexalpha.c: Remove system prototypes from C sources!
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4697
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4698 2000-07-09 Adrian Aichner <aichner@ecf.teradyne.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4699
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4700 * eval.c: Remove references to M-x edit-options in DEFUNs for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4701 `defvar' and `defconst'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4702
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4703 2000-07-09 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4704
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4705 * config.h.in: Remove SMART_INCLUDE hackery.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4706
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4707 PostgreSQL hacking:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4708 * config.h.in: Don't use SMART_INCLUDE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4709
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4710 * postgresql.h: Include libpq-fe.h here. Fix typo.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4711 * inline.c: Simply #include "postgresql.h"
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4712 * postgresql.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4713 - Don't use SMART_INCLUDE
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4714 - Use simply "const".
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4715 - Use standard doc string conventions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4716 - Use correct type for result of PQstatus.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4717
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4718 2000-07-09 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4719
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4720 * glyphs-x.c (x_xface_instantiate): Fix C++ compilation warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4721
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4722 C++ compilation changes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4723 * config.h.in (EXTERN_C): Define.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4724 * config.h.in (not): This is also a C++ keyword.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4725 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Enable C++ compilation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4726 * cm.c: Use EXTERN_C.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4727 * redisplay-tty.c: Use EXTERN_C.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4728 * sysdep.c: Use EXTERN_C. Remove Gould support.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4729
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4730 2000-07-09 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4731
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4732 * general.c: Remove duplicate definition for Qfunction.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4733
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4734 2000-07-08 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4735
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4736 * device-msw.c (msprinter_init_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4737 * device-msw.c (sync_printer_with_devmode):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4738 * device-msw.c (handle_devmode_changes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4739 * device-msw.c (print_dialog_worker):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4740 * device-msw.c (Fmsprinter_apply_settings):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4741 * device-msw.c (hash_devmode):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4742 * device-msw.c (Fmsprinter_settings_despecialize):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4743 use Qmswindows_tstr, not Qctext.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4744
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4745 * vm-limit.c (check_memory_limits):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4746 avoid infinite loop printing warning messages.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4747
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4748 2000-07-05 Craig Lanning <lanning@scra.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4749
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4750 * Makefile.in.in: Add support for including the Windows resources
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4751 when building with the cygwin and mingw targets.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4752
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4753 * buffer.c: from Dan Holmsand, on Windows $PWD is most likely either
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4754 not set or not correct.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4755 (directory_is_current_directory): Don't compile for WIN32_NATIVE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4756 (init_initial_directory): Don't try to use $PWD on the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4757 WIN32_NATIVE target.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4758
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4759 * s\cygwin32.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4760 [[Add -mwindows to eliminate console window.]] not required --ben
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4761 (HAVE_NATIVE_SOUND): removed; now handled by configure.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4762 (MAIL_USE_POP): removed; now handled by configure.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4763
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4764 * s\mingw32.h: [[Add -mwindows to eliminate console window.]] not in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4765 C_SWITCH_SYSTEM or it will affect lib-src progs. --ben
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4766 (HAVE_NATIVE_SOUND): removed; now handled by configure.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4767 (MAIL_USE_POP): removed; now handled by configure.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4768 (ENCAPSULATE_STAT): from Dan Holmsand, added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4769 (ENCAPSULATE_FSTAT): from Dan Holmsand, added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4770 (DIRECTORY_SEP): from Dan Holmsand, use lisp variable instead of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4771 constant string.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4772 (HAVE_TIMEVAL): from Dan Holmsand, added; struct timeval is picked
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4773 up from <winsock.h> via systime.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4774 (HAVE_GETPAGESIZE): from Dan Holmsand, added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4775 (getpagesize): from Dan Holmsand, added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4776 Added #endif which was left dangling by Ben's mega patch; added
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4777 comment to help prevent this in the future.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4778
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4779 * sysdll.c: added #include <windows.h> for WIN32_NATIVE case.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4780
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4781 2000-07-05 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4782
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4783 * console-msw.h (struct mswindows_device): Removed unnecessary
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4784 cached device geometry values.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4785 Added update_tick and an accessor macro.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4786 (Lisp_Devmode): Added lrecord declaration.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4787 (struct msprinter_device): Contain devmode as a Lisp object.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4788 Added mswindows_get_selected_frame_hwnd();
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4789
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4790 * console.h (struct console_methods): Indentation nitpicking.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4791
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4792 * device-msw.c (mswindows_init_device): Do not initialize geometry
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4793 cache. Initialize update tick.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4794 (mswindows_device_system_metrics): Ask the device for its geometry.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4795 (global_free_2_maybe):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4796 (devmode_to_hglobal):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4797 (handle_printer_changes):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4798 (ensure_not_printing):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4799 (print_dialog_worker):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4800 (Fmsprinter_print_setup_dialog):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4801 (Fmsprinter_print_dialog):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4802 (plist_get_margin):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4803 (plist_set_margin):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4804 (Fmsprinter_page_setup_dialog): Added functions.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4805 (sync_printer_with_devmode):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4806 (handle_devmode_changes):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4807 (Fmsprinter_get_settings):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4808 (Fmsprinter_select_settings):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4809 (Fmsprinter_apply_settings):
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4810 (allocate_devmode):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4811 (Fmsprinter_settings_copy):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4812 (Fmsprinter_settings_despecialize):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4813 (print_devmode):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4814 (finalize_devmode):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4815 (equal_devmode):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4816 (hash_devmode): Added functions
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4817 (syms_of_device_mswindows): Init devmode lrecord class.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4818
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4819 * device.h: Added an exfun for find-device.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4820
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4821 * event-msw.c (mswindows_wnd_proc): Do not update the cached
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4822 geometry; although, recreate the device compatible DC.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4823
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4824 * frame-msw.c (mswindows_get_selected_frame_hwnd): Added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4825 (msprinter_init_frame_3):
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4826 (msprinter_frame_property):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4827 (msprinter_internal_frame_property_p):
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4828 (msprinter_frame_properties):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4829 (msprinter_set_frame_properties): Removed 'orientation and 'duplex
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4830 print job properties (will move to device settings).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4831
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4832 * lisp.h: Added symbols.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4833
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4834 * general.c (syms_of_general): Declared them.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4835
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4836 * hash.c (string_hash): Added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4837
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4838 * lrecord.h (lrecord_type): Added devmode lrecord type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4839
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4840 2000-07-02 Mike Sperber <mike@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4841
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4842 * s/freebsd.h (INTERRUPTIBLE_OPEN): open *is* interruptible on
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4843 FreeBSD 4.0.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4844
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4845 2000-06-07 MORIOKA Tomohiko <tomo@etl.go.jp>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4846
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4847 * doprnt.c (emacs_doprnt_1): Fix problem with %0XXd for a negative
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4848 integer.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4849
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4850 2000-06-07 MORIOKA Tomohiko <tomo@urania.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4851
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4852 * data.c (Fstring_to_number): Don't recognize floating point if
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4853 base is not 10.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4854
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4855 2000-06-22 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4856
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4857 * glyphs-widget.c (tab_control_query_geometry):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4858 (widget_query_geometry):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4859 (button_query_geometry):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4860 * glyphs.c (text_query_geometry):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4861 Enforce type correctness.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4862
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4863 2000-06-18 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4864
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4865 * s/decosf4-0.h (_etext): Use portable _etext instead of etext.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4866 * s/decosf4-0.h (_edata): Use portable _edata instead of edata.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4867
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4868 2000-06-17 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4869
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4870 * s/decosf4-0.h: Never #include "/usr/include/FOO.h" because this
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4871 conflicts with gcc's fixincluded version of FOO.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4872
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4873 * glyphs.h (image_instance_geometry): Remove trailing `,'
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4874
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4875 2000-06-08 Mike Alexander <mta@arbortext.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4876
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4877 (MAX_SHOVE_BUFFER_SIZE): Change to 512 to match stream buffer size
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4878 (shove_thread): Don't write the same output twice
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4879 (make_ntpipe_output_stream): Increase priority of shove thread
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4880 (ntpipe_shove_writer): Call SwitchToThread to give shove thread a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4881 chance to run
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4882 (ntpipe_shove_closer): Don't delete the pipe until we're done with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4883 it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4884
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4885 2000-06-12 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4886
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4887 * s\mingw32.h (sigset):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4888 * s\windowsnt.h (sigset):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4889 rename msw_ to mswindows_ for consistency with general convention.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4890
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4891 2000-06-12 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4892
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4893 * console-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4894 * console-msw.c (mswindows_get_console_hwnd):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4895 * console-msw.c (mswindows_ensure_console_allocated):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4896 * console-msw.c (mswindows_hide_console):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4897 * console-msw.c (mswindows_show_console):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4898 * console-msw.c (mswindows_ensure_console_buffered):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4899 * console-msw.c (mswindows_output_console_string):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4900 * console-msw.c (mswindows_windows9x_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4901 * console-msw.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4902 * device-msw.c (mswindows_get_workspace_coords):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4903 * device-msw.c (mswindows_device_system_metrics):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4904 * dialog-msw.c (mswindows_popup_dialog_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4905 * event-msw.c (mswindows_wnd_proc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4906 * frame-msw.c (mswindows_size_frame_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4907 * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4908 * menubar-msw.c (displayable_menu_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4909 * menubar-msw.c (mswindows_char_is_accelerator):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4910 * nt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4911 * nt.c (mswindows_sigset):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4912 * nt.c (mswindows_sigrelse):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4913 * nt.c (mswindows_sigpause):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4914 * nt.c (mswindows_raise):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4915 * nt.c (timer_proc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4916 * ntproc.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4917 * ntproc.c (find_child_console):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4918 * ntproc.c (sys_kill):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4919 * print.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4920 * print.c (std_handle_out_external):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4921 * process-nt.c (find_child_console):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4922 * process-nt.c (send_signal_the_95_way):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4923 * process-nt.c (ensure_console_window_exists):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4924 * process-nt.c (nt_create_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4925 * syssignal.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4926 rename msw_ to mswindows_ for consistency with general convention.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4927
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4928 * emacs.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4929 * dumper.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4930 include nt.h, not syswindows.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4931
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4932 * nt.c (mswindows_fstat):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4933 * nt.c (mswindows_stat):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4934 prefix mswindows_ instead of attempting to directly override the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4935 library functions. fix declarations.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4936
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4937 * nt.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4938 include syswindows.h. move some sysdep.h stuff here.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4939
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4940 * ntheap.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4941 include syswindows.h, not <windows.h>.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4942
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4943 * ntplay.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4944 clean up headers.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4945
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4946 * sysdep.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4947 clean up headers.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4948
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4949 * sysdep.c (sys_fstat):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4950 * sysdep.c (sys_stat):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4951 call mswindows versions when appropriate.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4952
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4953 * sysdep.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4954 move mswin decls to nt.h.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4955
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4956 * syswindows.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4957 add long comment describing appropriate use of the various windows
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4958 headers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4959
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4960 2000-06-11 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4961
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4962 * device-x.c: Correct doc string for sixth arg of x-get-resource.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4963
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4964 2000-06-10 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4965
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4966 * Makefile.in.in (release):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4967 Correction to make sure xemacs.exe always dumped when correct.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4968
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4969 * alloca.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4970 * balloon_help.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4971 [[[[3]]]]: Conditionalize on actual problem, not WINDOWSNT.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4972
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4973 * buffer.c (set_buffer_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4974 [[[[2]]]]: Remove HAVE_FEP code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4975
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4976 * buffer.c (init_initial_directory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4977 [3].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4978
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4979 * bytecode.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4980 [[[[4]]]]: limits.h standardly included in lisp.h; remove from
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4981 individual files.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
4982
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4983 * callproc.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4984 * callproc.c (call_process_cleanup):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4985 * callproc.c (Fold_call_process_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4986 * callproc.c (child_setup):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4987 * callproc.c (getenv_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4988 * callproc.c (init_callproc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4989 * callproc.c (vars_of_callproc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4990 [[[[1]]]]: WINDOWSNT -> WIN32_NATIVE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4991 __CYGWIN32__ -> CYGWIN.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4992 DOS_NT -> WIN32_NATIVE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4993 Remove MSDOS support/references, converting to WIN32_NATIVE
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4994 where correct.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4995 __MINGW32__ -> MINGW.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4996 Fix windows.h includes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4997 Remove bogus HAVE_NTGUI.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4998
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
4999 * config.h.in:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5000 [2].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5001
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5002 * console-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5003 mswindows_message_outputted added for use in allowing startup
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5004 errors on the console to be seen.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5005
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5006 * console-msw.c (msw_ensure_console_allocated):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5007 * console-msw.c (msw_output_console_string):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5008 * console-msw.c (DHEADER):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5009 * console-msw.c (DOPAQUE_DATA):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5010 * console-msw.c (DEVENT):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5011 * console-msw.c (DCONS):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5012 * console-msw.c (DCONSCDR):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5013 * console-msw.c (DSTRING):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5014 * console-msw.c (DVECTOR):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5015 * console-msw.c (DSYMBOL):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5016 * console-msw.c (DSYMNAME):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5017 Fix warnings.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5018
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5019 * console-stream.c (stream_init_console):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5020 Fix text/binary problems.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5021
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5022 * device-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5023 * device-msw.c (mswindows_finish_init_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5024 * device-msw.c (mswindows_delete_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5025 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5026
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5027 * device.c (handle_asynch_device_change):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5028 [3].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5029
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5030 * dgif_lib.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5031 * dgif_lib.c (DGifOpenFileName):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5032 * dgif_lib.c (DGifOpenFileHandle):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5033 * dgif_lib.c (DGifGetLine):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5034 * dgif_lib.c (DGifGetPixel):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5035 Added config.h/lisp.h, fix up includes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5036 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5037
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5038 * dired-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5039 [4].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5040
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5041 * dired.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5042 * dired.c (file_name_completion):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5043 * dired.c (Ffile_attributes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5044 * dired.c (syms_of_dired):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5045 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5046
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5047 * dumper.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5048 * dumper.c (pdump_file_unmap):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5049 * dumper.c (pdump_load):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5050 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5051
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5052 * editfns.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5053 * editfns.c (Ftemp_directory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5054 * editfns.c (user_login_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5055 * editfns.c (Fuser_real_login_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5056 * editfns.c (get_home_directory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5057 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5058
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5059 * elhash.c (finish_marking_weak_hash_tables):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5060 [[[[5]]]]: Fix GCC warnings.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5061
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5062 * emacs.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5063 * emacs.c (mswindows_handle_hardware_exceptions):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5064 * emacs.c (make_arg_list_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5065 * emacs.c (main_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5066 * emacs.c (Fkill_emacs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5067 * emacs.c (Fdump_emacs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5068 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5069 Fix problems with nested crashes, add long comment.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5070
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5071 * event-Xt.c (init_event_Xt_late):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5072 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5073
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5074 * event-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5075 * event-msw.c (mswindows_dde_callback):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5076 * event-msw.c (mswindows_handle_sticky_modifiers):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5077 * event-msw.c (mswindows_wnd_proc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5078 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5079 [5].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5080
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5081 * events.c (character_to_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5082 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5083
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5084 * fileio.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5085 * fileio.c (Ffile_name_directory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5086 * fileio.c (Ffile_name_nondirectory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5087 * fileio.c (directory_file_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5088 * fileio.c (Fexpand_file_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5089 * fileio.c (Fsubstitute_in_file_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5090 * fileio.c (Ffile_name_absolute_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5091 * fileio.c (check_executable):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5092 * fileio.c (Ffile_readable_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5093 * fileio.c (Ffile_accessible_directory_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5094 * fileio.c (Ffile_modes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5095 * fileio.c (Funix_sync):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5096 * fileio.c (vars_of_fileio):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5097 [1]. [4].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5098
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5099 [[[[7]]]]: Move CORRECT_DIR_SEPS to s\windowsnt.h.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5100
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5101 Expand getdefdir defn.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5102 Fix bogus rename() comment.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5103
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5104 [[[[6]]]]: Fix Windows includes w.r.t. removed nt\inc. Attempt
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5105 to use standard XEmacs include files, e.g. sysfile.h, rather
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5106 than system-specific includes.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5107
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5108 * fns.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5109 * fns.c (Fsubseq):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5110 [5]. [6].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5111
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5112 * frame.c (vars_of_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5113 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5114
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5115 * getloadavg.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5116 * getloadavg.c (getloadavg):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5117 [1]. [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5118 #ifdef XEMACS not defined on Cygwin. Remove this; no need for it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5119 (We don't use it elsewhere in the code; just add a comment.)
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5120
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5121 * gif_io.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5122 [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5123 Add config.h.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5124
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5125 * glyphs-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5126 * glyphs-msw.c (mswindows_resource_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5127 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5128
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5129 * glyphs-x.c (x_native_layout_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5130 [5].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5131
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5132 * gui-msw.c (Fmswindows_shell_execute):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5133 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5134
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5135 * insdel.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5136 [4].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5137
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5138 * lisp.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5139 [4]. [5].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5140
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5141 * lread.c (locate_file_in_directory_mapper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5142 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5143
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5144 * lstream.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5145 [4].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5146
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5147 * mem-limits.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5148 * mem-limits.h (get_lim_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5149 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5150
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5151 * menubar-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5152 [4].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5153
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5154 * ndir.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5155 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5156
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5157 * nt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5158 * nt.c (getwd):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5159 * nt.c (closedir):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5160 * nt.c (rva_to_section):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5161 * nt.c (mswindows_executable_type):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5162 [1]. [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5163 Fix closedir() defn.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5164
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5165 * nt.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5166 [[[[8]]]]: *_OK defs moved to sysfile.h.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5167
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5168 * ntproc.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5169 [6]. [7].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5170
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5171 * objects-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5172 [4].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5173
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5174 * print.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5175 * print.c (std_handle_out_external):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5176 [1]. [4].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5177
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5178 * process-nt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5179 * process-nt.c (nt_create_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5180 [6].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5181 try to fix process quoting somewhat.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5182
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5183 * process-unix.c (unix_create_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5184 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5185
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5186 * process.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5187 * process.c (vars_of_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5188 Add Vnull_device.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5189
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5190 * process.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5191 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5192
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5193 * realpath.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5194 * realpath.c (xrealpath):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5195 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5196
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5197 * redisplay-tty.c (init_tty_for_redisplay):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5198 [3].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5199
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5200 * redisplay.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5201 [4]. [6].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5202
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5203 * scrollbar-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5204 [4].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5205
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5206 * sheap.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5207 * sheap.c (more_static_core):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5208 * sheap.c (report_sheap_usage):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5209 [5]. [6].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5210
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5211 * signal.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5212 * signal.c (alarm_signal):
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5213 [1]. [6].
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5214
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5215 * sound.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5216 [6].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5217
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5218 * strftime.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5219 * strftime.c (zone_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5220 [1]. [5].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5221
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5222 * symsinit.h (init_sunpro):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5223 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5224
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5225 * syscommctrl.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5226 commctrl.h not in Cygwin b20.1.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5227
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5228 * sysdep.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5229 * sysdep.c (endif):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5230 * sysdep.c (sys_subshell):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5231 * sysdep.c (init_baud_rate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5232 * sysdep.c (emacs_get_tty):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5233 * sysdep.c (emacs_set_tty):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5234 * sysdep.c (tty_init_sys_modes_on_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5235 * sysdep.c (init_system_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5236 * sysdep.c (sys_open):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5237 * sysdep.c (interruptible_open):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5238 * sysdep.c (sys_fopen):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5239 * sysdep.c (sys_mkdir):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5240 * sysdep.c (sys_rename):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5241 * sysdep.c (get_process_times_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5242 [1]. [6].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5243
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5244 * sysdep.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5245 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5246
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5247 * sysdir.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5248 * sysdir.h (DIRENTRY_NONEMPTY):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5249 [1]. [6].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5250
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5251 * sysdll.c (dll_init):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5252 * sysdll.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5253 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5254
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5255 * sysfile.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5256 [1]. [6]. [8].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5257 added text/binary defs.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5258
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5259 * sysfloat.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5260 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5261
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5262 * sysproc.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5263 * sysproc.h (EDESTADDRREQ):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5264 * sysproc.h (poll_fds_for_input):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5265 [1]. [6].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5266
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5267 * syspwd.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5268 [6].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5269
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5270 * syssignal.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5271 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5272
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5273 * systime.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5274 [1]. [6].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5275
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5276 * systty.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5277 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5278
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5279 * syswindows.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5280 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5281 Always define WIN32_LEAN_AND_MEAN.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5282
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5283 * unexcw.c (unexec):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5284 [5].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5285
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5286 * unexec.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5287 * unexec.c (copy_text_and_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5288 * unexec.c (adjust_lnnoptrs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5289 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5290
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5291 * unexnt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5292 * unexnt.c (_start):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5293 [1].
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5294
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5295 2000-06-07 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5296
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5297 * mule-mcpath.c, mule-mcpath.h: Removed. Old, crufty code that
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5298 was used only as a model. We've long since extracted any useful
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5299 logic or code out of this. (I just did an exhaustive search.)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5300
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5301 * s\msdos.h: Removed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5302
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5303 * s\windows95.h: Removed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5304
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5305 2000-06-10 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5306
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5307 * s\cygwin32.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5308 [1]. [5].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5309 Don't use extern with fun defs.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5310
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5311 * s\mingw32.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5312 [1]. [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5313 Remove nt\inc include.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5314 Remove getdisk, getdefdir. (The former is unused, the latter
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5315 expanded in fileio.h.)
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5316
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5317 * s\windowsnt.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5318 * s\windowsnt.h (WIN32_NATIVE):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5319 * s\windowsnt.h (HAVE_STRCASECMP):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5320 [1]. [7].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5321 Add long comment about preprocessor changes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5322 Remove getdisk, getdefdir. (The former is unused, the latter
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5323 expanded in fileio.h.)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5324
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5325 2000-06-10 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5326
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5327 * m\arm.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5328 * m\delta.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5329 * m\intel386.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5330 * m\sequent.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5331 * m\template.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5332 * m\windowsnt.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5333 [1].
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5334 Remove bogus/unused NO_SOCK_SIGIO.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5335
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5336 2000-06-08 Hrvoje Niksic <hniksic@iskon.hr>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5337
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5338 * lisp.h (set_string_char): Call set_string_byte with a Bufbyte,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5339 not an Emchar.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5340
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5341 2000-06-04 Mike Sperber <mike@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5342
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5343 * casetab.c (set_case_table): For `set-standard-case-table',
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5344 actually deposit the new case tables where the rest of XEmacs can
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5345 see them.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5346
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5347 2000-06-05 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5348
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5349 * data.c (Faset): Don't cast XCHAR() to unsigned char.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5350
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5351 2000-06-05 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5352
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5353 * callproc.c (child_setup): Don't do close_load_descs() under
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5354 MS Windows. Put in a comment explaining why.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5355
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5356 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5357
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5358 * process-nt.c: Reverting patch "Fixing nt_create_process for MKS
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5359 Toolkit shell" which breaks `kill-compilation' on Windows NT
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5360 native, retaining STDERR handling improvements.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5361
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5362 2000-06-01 Andreas Jaeger <aj@suse.de>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5363
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5364 * s/s390.h: Support for S390, based on a patch by Martin
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5365 Schwidefsky <schwidefsky@de.ibm.com>.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5366
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5367 2000-05-30 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5368
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5369 * window.c (allocate_window):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5370 (make_dummy_parent):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5371 (Fset_window_configuration): use new hashtable type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5372
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5373 * glyphs.h (IMAGE_UNSPECIFIED_GEOMETRY):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5374 (struct image_instantiator_methods):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5375 (struct Lisp_Image_Instance): make instance geometry signed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5376
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5377 * glyphs.c (instantiate_image_instantiator):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5378 (image_instance_query_geometry):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5379 (image_instance_layout):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5380 (image_instance_layout):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5381 (query_string_geometry):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5382 (text_query_geometry):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5383 (image_instantiate):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5384 (image_instantiate):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5385 (cache_subwindow_instance_in_frame_maybe):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5386 (subwindow_query_geometry): make instance geometry signed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5387
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5388 * glyphs-widget.c (widget_query_geometry):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5389 (widget_layout):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5390 (button_query_geometry):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5391 (tree_view_query_geometry):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5392 (tab_control_query_geometry):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5393 (layout_query_geometry):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5394 (layout_layout):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5395 (native_layout_layout): make instance geometry signed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5396
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5397 2000-05-29 Olivier Galibert <galibert@pobox.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5398
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5399 * lisp.h: Add Qfull_assoc symbol and WEAK_LIST_FULL_ASSOC
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5400 constant.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5401
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5402 * general.c (syms_of_general): Add Qfull_assoc symbol.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5403
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5404 * data.c (finish_marking_weak_lists): Mark full-assoc lists
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5405 correctly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5406 (decode_weak_list_type): Decode full-assoc type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5407 (encode_weak_list_type): Encode full-assoc type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5408 (Fmake_weak_list): Update doc string.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5409
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5410 2000-05-30 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5411
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5412 * elhash.h (hash_table_weakness): new KEY_VALUE weak hashtable.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5413
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5414 * elhash.c (print_hash_table): new KEY_VALUE weak hashtable.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5415 (decode_hash_table_weakness): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5416 (Fhash_table_weakness): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5417 (Fhash_table_type): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5418 (finish_marking_weak_hash_tables): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5419 (hash_table_weakness_validate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5420 (syms_of_elhash): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5421
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5422 2000-05-28 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5423
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5424 * XEmacs 21.2.34 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5425
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5426 2000-05-22 Jan Vroonhof <vroonhof@math.ethz.ch>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5427
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5428 * redisplay.c (VERTICAL_CLIP): No longer reset when updating line
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5429 start cache.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5430 (updating_line_start_cache): Gone.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5431 (regenerate_window): Replace resetting of VERTICAL_CLIP by
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5432 generic code to force a minimum of 1 line laid out in the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5433 CMOTION_DISP case.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5434
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5435 2000-05-22 Jan Vroonhof <vroonhof@math.ethz.ch>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5436
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5437 * glyphs.c (instantiate_image_instantiator): Check for initialized
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5438 height & width no longer special cases IMAGE_NOTHING.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5439 (nothing_instantiate): Set height and width of instance.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5440
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5441 2000-05-24 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5443 * unexelf.c (unexec): Search for ".data" section.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5444 Initialize new_data2_offset from old_data_index.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5445 Remove redundant check for ElfW.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5446
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5447 2000-05-23 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5448
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5449 * glyphs.c (get_image_instantiator_governing_domain): allow more
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5450 specific domains as the governing domain rather than expecting an
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5451 exact match. This fixes problems with layouts.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5452
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5453 2000-05-22 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5454
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5455 * redisplay-output.c (compare_runes): check for non-images
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5456
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5457 * glyphs.c (set_glyph_dirty_p): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5458 (update_glyph_cachel_data): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5459
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5460 * glyphs-widget.c (layout_post_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5461 (layout_post_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5462
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5463 * event-msw.c (mswindows_wnd_proc): warning removal.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5464
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5465 2000-05-12 Craig Lanning <CraigL@DyCon.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5466
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5467 * s\mingw32.h: Added #undef for CLASH_DETECTION.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5468
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5469 * syswindows.h: Moved PBS_SMOOTH definition to syscommctrl.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5470
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5471 * syscommctrl.h (PBS_SMOOTH): Moved from syswindows.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5472
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5473 * nt.c (rva_to_section): mingw32 needs rva_to_section.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5474 (mswindows_executable_type): mingw32 now has enough headers for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5475 this to work.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5476
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5477 2000-05-20 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5478
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5479 * console-msw.c (mswindows_output_last_error): ; -> ,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5480
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5481 2000-05-12 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5482
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5483 * console-msw.c (FROB): compare ints with ints.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5484
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5485 2000-05-11 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5486
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5487 * glyphs-x.c (x_finalize_image_instance): make minimal build
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5488 happy.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5489
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5490 2000-05-20 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5491
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5492 * event-Xt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5493 * event-Xt.c (vars_of_event_Xt):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5494 move modifier-keys-are-sticky to event-stream.c.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5495
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5496 * event-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5497 * event-msw.c (mswindows_enqueue_mouse_button_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5498 * event-msw.c (key_needs_default_processing_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5499 * event-msw.c (XEMSW_LCONTROL):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5500 * event-msw.c (mswindows_handle_sticky_modifiers):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5501 * event-msw.c (FROB):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5502 * event-msw.c (clear_sticky_modifiers):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5503 * event-msw.c (output_modifier_keyboard_state):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5504 * event-msw.c (output_alt_keyboard_state):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5505 * event-msw.c (mswindows_wnd_proc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5506 * event-msw.c (mswindows_modifier_state):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5507 * event-msw.c (emacs_mswindows_handle_magic_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5508 implement sticky modifiers.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5509
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5510 * event-stream.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5511 * event-stream.c (vars_of_event_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5512 move modifier-keys-are-sticky here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5513
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5514 * lisp.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5515 add CHECK_FUNCTION.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5516
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5517 * rangetab.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5518 implement map-range-table.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5519
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5520
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5521 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5522
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5523 * redisplay-tty.c (reset_tty_modes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5524 (tty_redisplay_shutdown): Adjust argument type to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5525 tty_frame_output_end.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5526
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5527 2000-05-11 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5528
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5529 * eval.c (Fbacktrace): Don't output a line with only right
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5530 parenthesis.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5531
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5532 2000-05-17 Kenji Itoh <keit@tpj.co.jp>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5533
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5534 * postgresql.c (Fpq_connect_poll): Replace `PS' with `polling_status'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5535 (Fpq_reset_poll): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5536
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5537 2000-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5538
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5539 * redisplay-tty.c: Replace tty_output_end with tty_frame_output_end.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5540
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5541 2000-05-16 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5542
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5543 * buffer.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5544 * buffer.c (dfc_convert_to/from_internal_format):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5545 * buffer.c (reinit_vars_of_buffer):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5546 Fix conversion functions to allow reentrancy.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5547
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5548 * console-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5549 * console-msw.c (mswindows_output_last_error):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5550 New fun, generally useful -- output a human-readable
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5551 version of GetLastError() on the console.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5552
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5553 * console-msw.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5554 * console-msw.h (struct mswindows_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5555 Changes for DeferWindowPos. Declare mswindows_output_last_error().
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5556
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5557 * console-stream.c (stream_output_begin):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5558 * console-stream.c (stream_output_end):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5559 * console-stream.c (stream_output_vertical_divider):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5560 * console-stream.c (stream_clear_region):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5561 * console-stream.c (stream_flash):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5562 * console-stream.c (console_type_create_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5563 Delete blank stream methods, not needed.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5564
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5565 * console.h (struct console_methods):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5566 Split begin/end methods into window and frame.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5567
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5568 * event-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5569 * event-msw.c (mswindows_handle_paint):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5570 * event-msw.c (output_alt_keyboard_state):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5571 * event-msw.c (mswindows_wnd_proc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5572 * event-msw.c (vars_of_event_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5573 Comment about problems with ignored-expose.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5574 Define mswindows-debug-events; not really implemented.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5575
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5576 * frame-msw.c (mswindows_init_frame_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5577 random cleanups.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5578
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5579 * glyphs-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5580 * glyphs-msw.c (begin_defer_window_pos):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5581 * glyphs-msw.c (mswindows_unmap_subwindow):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5582 * glyphs-msw.c (mswindows_map_subwindow):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5583 * glyphs-msw.c (mswindows_resize_subwindow):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5584 Use DeferWindowPos to reduce flashing when mapping/unmapping.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5585
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5586 * glyphs.c (make_image_instance_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5587 Fix crash.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5588
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5589 * gutter.c (Fredisplay_gutter_area):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5590 Use new begin/end methods.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5591
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5592 * lisp.h (Dynarr_new2):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5593 New creation fun.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5594
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5595 * redisplay-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5596 * redisplay-msw.c (mswindows_frame_output_begin):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5597 * redisplay-msw.c (mswindows_frame_output_end):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5598 * redisplay-msw.c (console_type_create_redisplay_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5599 New begin/end methods -- handle DeferWindowPos.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5600
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5601 * redisplay-output.c (redisplay_move_cursor):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5602 * redisplay-output.c (redraw_cursor_in_window):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5603 * redisplay-output.c (redisplay_update_line):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5604 * redisplay-output.c (redisplay_output_window):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5605 New begin/end methods.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5606
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5607 * redisplay-tty.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5608 * redisplay-tty.c (tty_frame_output_begin):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5609 * redisplay-tty.c (tty_frame_output_end):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5610 * redisplay-tty.c (console_type_create_redisplay_tty):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5611 New begin/end methods.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5612
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5613 * redisplay-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5614 * redisplay-x.c (x_window_output_begin):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5615 * redisplay-x.c (x_window_output_end):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5616 * redisplay-x.c (console_type_create_redisplay_x):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5617 New begin/end methods.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5618
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5619 * redisplay.c (redisplay_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5620 * redisplay.c (Fredisplay_echo_area):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5621 New begin/end methods.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5622 use MAYBE_DEVMETH for clear_frame; it may not exist.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5623
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5624 * window.h (WINDOW_XFRAME):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5625 WINDOW_XFOO macros -- get locale and decode struct pointer.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5626
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5627
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5628 2000-05-12 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5629
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5630 * emacs.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5631 * emacs.c (ensure_no_quitting_from_now_on):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5632 * emacs.c (fatal_error_signal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5633 * emacs.c (mswindows_handle_hardware_exceptions):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5634 * emacs.c (main):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5635 * emacs.c (Fkill_emacs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5636 * emacs.c (shut_down_emacs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5637 * emacs.c (assert_failed):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5638 various improvements in fatal error handling.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5639
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5640 * eval.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5641 move preparing_for_armageddon to emacs.c.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5642
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5643 * lisp.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5644 declare fatal_error_in_progress.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5645
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5646 * print.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5647 * print.c (std_handle_out_external):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5648 * print.c (std_handle_out_va):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5649 * print.c (stderr_out):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5650 * print.c (stdout_out):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5651 use console under mswin when no standard output.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5652 don't do code conversion during fatal error.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5653
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5654 * scrollbar.c (Fscrollbar_page_up):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5655 * scrollbar.c (Fscrollbar_page_down):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5656 fix missing else. reindent.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5657
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5658 2000-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5659
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5660 Emergency fix.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5661
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5662 * glyphs.h (GLYPH_CACHEL_DESCENT):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5663 (GLYPH_CACHEL_DESCENT):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5664 (GLYPH_CACHEL_DESCENT):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5665 * glyphs.h (GLYPH_CACHEL_ASCENT): Match parameters to variables
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5666 used in case these are inline functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5667 Use more absurd values to error check.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5668
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5669 include window.h for error check functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5670
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5671 2000-05-11 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5672
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5673 * cmdloop.c (Freally_early_error_handler):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5674 Display message box under windows; otherwise, message will disappear
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5675 before it can be viewed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5676
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5677 * console-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5678 * console-msw.c (Fmswindows_message_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5679 * console-msw.c (FROB):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5680 * console-msw.c (syms_of_console_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5681 Define new fun `mswindows-message-box'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5682 #### I will merge this into `popup-dialog-box'; just give me
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5683 a bit of time.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5684
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5685 * general.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5686 * general.c (syms_of_general):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5687 Some new symbols used in `mswindows-message-box'.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5688
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5689 * glyphs.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5690 * glyphs.c (Fset_image_instance_property):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5691 put warning in this fun.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5692
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5693 * glyphs.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5694 * glyphs.h (GLYPH_CACHEL_WIDTH):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5695 * glyphs.h (GLYPH_CACHEL_ASCENT):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5696 * glyphs.h (GLYPH_CACHEL):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5697 * glyphs.h (GLYPH_CACHEL_GLYPH):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5698 define error-checking versions to try to catch a bug i've seen --
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5699 redisplay gets in an infinite loop because the glyph width of the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5700 continuation glyph is 65535.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5701
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5702 * lisp.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5703 Extern message-box stuff.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5704
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5705 * window.c (allocate_window):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5706 * window.c (make_dummy_parent):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5707 * window.c (Fset_window_configuration):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5708 Use EQUAL not EQ for subwindow caches to make them work a bit
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5709 better. (Something is still very broken.)
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5710
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5711
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5712 2000-05-11 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5713
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5714 * glyphs.c (image_instantiate): Suppress gcc warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5715 (Fmake_image_instance): Fix doc string.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5716 * specifier.c (Fmake_specifier): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5717
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5718 2000-05-02 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5719
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5720 * paths.h.in (PATH_LOCK): Removed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5721 * config.h.in (LOCKDIR_USER_DEFINED): Removed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5722 * emacs.c (complex_vars_of_emacs): Remove configure-lock-directory.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5723
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5724 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5725
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5726 * fns.c (Ffeaturep): Update e-mail address in doc-string.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5727 Document (featurep '(and xemacs 21.02)).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5728
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5729 2000-05-09 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5730
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5731 * buffer.c (complex_vars_of_buffer):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5732 update modeline-format doc.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5733
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5734 * device.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5735 comment about how DFW_DEVICE should be merged with DOMAIN_DEVICE.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5736
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5737 * emacs.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5738 timeline of all released versions of Emacs, for use in creating
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5739 authorship comments and in synching up.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5740
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5741 * glyphs-widget.c (image_instantiator_buttons):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5742 * glyphs-widget.c (image_instantiator_edit_fields):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5743 * glyphs-widget.c (image_instantiator_combo_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5744 * glyphs-widget.c (image_instantiator_scrollbar):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5745 * glyphs-widget.c (image_instantiator_progress_guage):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5746 * glyphs-widget.c (image_instantiator_tree_view):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5747 * glyphs-widget.c (image_instantiator_tab_control):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5748 * glyphs-widget.c (image_instantiator_labels):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5749 * glyphs-widget.c (image_instantiator_layout):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5750 * glyphs-widget.c (image_instantiator_native_layout):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5751 rename decode_domain method to governing_domain.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5752
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5753 * glyphs.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5754 * glyphs.c (Fvalid_image_instantiator_format_p): doc update.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5755 * glyphs.c (add_entry_to_device_ii_format_list):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5756 make sure we don't put an entry more than once into the list.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5757 * glyphs.c (check_instance_cache_mapper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5758 *************************************************************
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5759 allow for nil. THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5760 HAVE BEEN GETTING.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5761 *************************************************************
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5762 * glyphs.c (get_image_instantiator_governing_domain):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5763 clean up, expand on new concept of governing domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5764 * glyphs.c (instantiate_image_instantiator):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5765 * glyphs.c (allocate_image_instance):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5766 use governing_domain instead of cache_domain in naming.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5767 * glyphs.c (Fvalid_image_instance_type_p): fix docs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5768 * glyphs.c (make_image_instance_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5769 * glyphs.c (Fmake_image_instance):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5770 allow for any domain (not just device), and process the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5771 governing domain correctly. very big doc fix.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5772 * glyphs.c (Fimage_instance_domain):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5773 new primitive, to retrieve the governing domain of an image instance.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5774 * glyphs.c (image_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5775 use new governing_domain stuff. this fixes a crash you could get
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5776 by instantiating certain widget glyphs in frame locales. (should
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5777 signal an error instead of crashing.)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5778 * glyphs.c (Fimage_specifier_p): move doc to make-image-specifier.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5779 * glyphs.c (Fglyphp): clean up doc.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5780 * glyphs.c (subwindow_governing_domain): renamed from *_decode_domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5781 * glyphs.c (syms_of_glyphs):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5782 declare Fimage_instance_domain, remove unused Qlayout_image_instance_p.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5783 * glyphs.c (image_instantiator_format_create): add some comments about
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5784 bogus code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5785 * glyphs.c (specifier_vars_of_glyphs): totally rewrite the doc string
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5786 for current-display-table. (Apparently Hrjove implemented in 1998 a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5787 design I wrote up in 1996, but didn't update the doc string.)
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5788
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5789 * glyphs.h: clean up a doc string.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5790 * glyphs.h (governing_domain):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5791 * glyphs.h (struct image_instantiator_methods):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5792 changes for governing_domain stuff.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5793
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5794 * gutter.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5795 * gutter.c (Fgutter_specifier_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5796 * gutter.c (Fgutter_size_specifier_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5797 * gutter.c (Fgutter_visible_specifier_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5798 * objects.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5799 * objects.c (Fcolor_specifier_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5800 * objects.c (Ffont_specifier_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5801 * objects.c (Fface_boolean_specifier_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5802 doc strings moved to make-*-specifier.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5803
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5804 * redisplay.c (add_disp_table_entry_runes_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5805 * redisplay.c (generate_fstring_runes):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5806 * redisplay.c (screen):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5807 add random comments and doc strings.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5808
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5809 * specifier.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5810 * specifier.c (Fmake_specifier):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5811 major overhaul of this doc string.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5812
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5813 * specifier.c (Fvalid_specifier_domain_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5814 comment about the bogosity of image instances being domains.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5815 * specifier.c (decode_domain):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5816 now non-static, used in glyphs.c.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5817 * specifier.c (specifier_instance):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5818 comment about the bogosity of image instances being domains.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5819 * specifier.c (Fgeneric_specifier_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5820 move doc string to make-generic-specifier.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5821 * specifier.c (VALID_SINGLE_DISPTABLE_INSTANTIATOR_P):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5822 rebackslashify.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5823
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5824 * specifier.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5825 * specifier.h (DOMAIN_FRAME):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5826 * specifier.h (DOMAIN_LIVE_P):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5827 * specifier.h (DOMAIN_XDEVICE):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5828 rebackslashify.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5829 add comments about problems with these macros.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5830 prototype for decode_domain.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5831
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5832 * toolbar.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5833 * toolbar.c (Ftoolbar_specifier_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5834 move doc string to `make-toolbar-specifier'.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5835
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5836 * window.c (window_unmap_subwindows_cache_mapper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5837 *************************************************************
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5838 allow for nil. THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5839 HAVE BEEN GETTING.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5840 *************************************************************
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5841
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5842 2000-05-09 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5843
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5844 * glyphs.h: declare reset_frame_subwindow_instance_cache.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5845
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5846 * window.c (Fset_window_configuration): reset the frame subwindow
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5847 cache and re-initialize the window subwindow caches.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5848
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5849 * glyphs.c (reset_frame_subwindow_instance_cache): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5850
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5851 2000-05-09 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5852
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5853 * ntheap.c (recreate_heap): Changed unknown (VC6 only?) SIZE_T to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5854 DWORD.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5855
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5856 2000-04-26 Mike Woolley <mike@bulsara.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5857
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5858 * ntheap.c: Changed recreate_heap to limit the amount reserved
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5859 for the heap to that which is actually available. Also now
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5860 displays a message box (with some dignostics) in the event that
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5861 it still can't start.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5862
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5863 2000-05-07 Jan Vroonhof <vroonhof@math.ethz.ch>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5864
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5865 * callproc.c (Fold_call_process_internal): GCPRO path
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5866
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5867 2000-05-08 Jan Vroonhof <jan@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5868
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5869 Patch by Bill Perry.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5870
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5871 * scrollbar.c (Fscrollbar_page_up): Conditionalize on type of call
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5872 back data instead of #ifdef.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5873 (Fscrollbar_page_down): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5874
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5875 2000-05-07 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5876
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5877 * buffer.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5878 Kludge for defining Qmswindows_tstr.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5879
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5880 * nt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5881 * nt.c (open_input_file):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5882 * nt.c (open_output_file):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5883 * nt.c (rva_to_section):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5884 * nt.c (mswindows_executable_type):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5885 Move all memory-mapped-file routines here (some were in unexnt.c,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5886 which is bad because they are used by process-nt.c, and unexnt
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5887 won't be around when portable dumping). Synched the above routines
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5888 with FSF 20.6.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5889
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5890 * nt.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5891 Removed ifdef'd out bogus code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5892 Fixed some prototypes.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5893
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5894 * nt.h (file_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5895 * nt.h (OFFSET_TO_RVA):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5896 * nt.h (RVA_TO_OFFSET):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5897 * nt.h (RVA_TO_PTR):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5898 Moved the memory-mapped-file structures, macros and prototypes
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5899 here, to parallel nt.c. ntheap.h should really be removed
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5900 entirely, and it's a non-portable-dumper specific file.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5901
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5902 * ntheap.h (round_to_next):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5903 Moved the memory-mapped-file structures, macros and prototypes
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5904 to nt.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5905
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5906 * ntproc.c (compare_env):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5907 Moved rva_to_section and mswindows_executable_type to nt.c.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5908 Moved compare_env to process-nt.c.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5909 ntproc.c will die, one day.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5910
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5911 * ntproc.c (sys_spawnve):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5912 Account for win32_ -> mswindows_.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5913
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5914 * process-nt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5915 * process-nt.c (struct nt_process_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5916 * process-nt.c (ensure_console_window_exists):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5917 * process-nt.c (compare_env):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5918 * process-nt.c (nt_create_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5919 * process-nt.c (nt_kill_process_by_pid):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5920 * process-nt.c (syms_of_process_nt):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5921 * process-nt.c (vars_of_process_nt):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5922 Introduce variable `mswindows-quote-process-args', from FSF 20.6.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5923 Copy argument quoting code from FSF 20.6 (with appropriate Mule-ization
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5924 changes). Eliminate our old `nt-quote-process-args' mechanism.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5925 Synch up nt_create_process with FSF 20.6 sys_spawnve.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5926 Move compare_env here from ntproc.c.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5927
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5928 * process.c (Fprocess_send_region):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5929 Takes an optional fourth argument, BUFFER, which should fix some
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5930 problems with call-process.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5931
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5932 * syscommctrl.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5933 Move ICC_BAR_CLASSES here from syswindows.h, to avoid a warning.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5934
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5935 * syswindows.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5936 Move ICC_BAR_CLASSES to syscommctrl.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5937 Add preliminary macros for MSWindows/Mule. More to come.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5938
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5939 * unexnt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5940 * unexnt.c (unexec):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5941 open_output_file moved to nt.c.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5942
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5943
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5944 2000-05-05 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5945
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5946 * window.c (window_unmap_subwindows_cache_mapper): remove the dead
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5947 instance from the frame cache also since GC may catch up too late
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5948 to make frame deletion sane.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5949
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5950 2000-05-04 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5951
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5952 * glyphs-x.c (x_widget_instantiate): gcpro widget callbacks.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5953 (x_finalize_image_instance): ungcpro on deletion.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5954
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5955 * glyphs.c (image_instantiator_format_create): give pointers a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5956 query geometry method so that the geometry is at least set.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5957
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5958 * glyphs-x.c (image_instantiator_format_create_glyphs_x): only
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5959 initialize layouts if using widgets.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5960
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5961 2000-05-03 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5962
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5963 * nt.c: remove bogus reference to sysmmsystem.h
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5964
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5965 * gui-x.c (popup_selection_callback): fix no selection abort.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5966
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5967 2000-05-02 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5968
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5969 * glyphs-msw.c (mswindows_update_widget): cope with nil text.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5970 (mswindows_widget_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5971
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5972 * glyphs-widget.c (initialize_widget_image_instance): initialize
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5973 children correctly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5974 (widget_instantiate): cope with children and items in the same
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5975 instance.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5976
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5977 * glyphs.c (mark_image_instance): cope with children as a first
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5978 class member.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5979 (image_instance_equal): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5980 (image_instance_hash): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5981 (image_instance_changed): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5982
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5983 2000-04-30 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5984
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5985 * glyphs.c (subwindow_query_geometry): new function. Return some
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5986 defaults.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5987 (subwindow_instantiate): don't assign dimensions if none have been
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5988 given.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5989 (image_instantiator_format_create): add subwindow_query_geometry.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5990 (print_image_instance): cope with layouts as widgets.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5991
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5992 2000-04-29 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5993
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5994 * frame.c (delete_frame_internal): call
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5995 free_frame_subwindow_instance_cache so that all subwindows are
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5996 finalized before their parent.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5997 (mark_frame): remove subwindow_cachels.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5998 (Fmake_frame): remove subwindow_cachel manipulation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5999 (allocate_frame_core): subwindow_instance_cache is a weak list.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6000 (delete_frame_internal): set subwindow_instance_cache to nil.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6001
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6002 * glyphs-msw.c (mswindows_finalize_image_instance): make double
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6003 finalization safe.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6004 (mswindows_finalize_image_instance): use the device
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6005 not the domain as the domain may have died already.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6006
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6007 * glyphs-x.c (x_finalize_image_instance): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6008 (x_subwindow_instantiate): remove SUBWINDOW_WIDTH &
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6009 HEIGHT.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6010
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6011 * redisplay-output.c (redisplay_unmap_subwindows): update for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6012 subwindow instance cache as a weak list.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6013 (redisplay_unmap_subwindows_maybe): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6014 (redisplay_unmap_subwindows_except_us): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6015
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6016 * glyphs.c (unmap_subwindow): error checking will check the domain
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6017 so don't deal with it here. Don't use cachels anymore.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6018 (map_subwindow): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6019 (update_subwindow_cachel_data): remove old accessor names.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6020 (subwindow_instantiate): remove SUBWINDOW_WIDTH & HEIGHT.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6021 (Fresize_subwindow): don't update cachel.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6022 (mark_subwindow_cachels):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6023 (update_subwindow_cachel_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6024 (add_subwindow_cachel):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6025 (get_subwindow_cachel_index):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6026 (update_subwindow_cachel):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6027 (reset_subwindow_cachels):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6028 (mark_subwindow_cachels_as_not_updated): deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6029 (cache_subwindow_instance_in_frame_maybe): new function. Add a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6030 subwindow instance to the frame cache.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6031 (find_matching_subwindow): update for subwindow instance cache as
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6032 a weak list.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6033 (update_widget_instances): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6034 (image_instance_type_to_mask):inlined.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6035 (free_frame_subwindow_instance_cache): new function. finalize all
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6036 subwindows that are instantiated.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6037
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6038 * glyphs.h (struct Lisp_Image_Instance): add display_data instead
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6039 of cachel information.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6040 (IMAGE_INSTANCE_DISPLAY_X):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6041 (IMAGE_INSTANCE_DISPLAY_Y):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6042 (IMAGE_INSTANCE_DISPLAY_WIDTH):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6043 (IMAGE_INSTANCE_DISPLAY_HEIGHT):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6044 (XIMAGE_INSTANCE_DISPLAY_X):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6045 (XIMAGE_INSTANCE_DISPLAY_Y):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6046 (XIMAGE_INSTANCE_DISPLAY_WIDTH):
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6047 (XIMAGE_INSTANCE_DISPLAY_HEIGHT): new accessors.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6048 remove subwindow_cachel structure and function references.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6049 (image_instance_type_to_mask): inline from glyphs.c
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6050
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6051 * redisplay.c (redisplay_frame): remove subwindow_cachel
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6052 references.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6053
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6054 * frame.h (struct frame): remove subwindow_cachels.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6055 (FRAME_SUBWINDOW_CACHE): access subwindow_instance_cache.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6056
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6057 * frameslots.h: add subwindow_instance_cache.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6058
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6059 * window.c (replace_window): check subwindow cache of replacement.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6060 (window_unmap_subwindows_cache_mapper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6061 (window_unmap_subwindows): new functions. Unmap all subwindows
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6062 cached on this window.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6063 (mark_window_as_deleted): unmap all subwindows.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6064
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6065 2000-04-27 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6066
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6067 * glyphs.h (IIFORMAT_METH_OR_GIVEN): cope with null meths.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6068
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6069 * glyphs-widget.c (widget_layout): return something.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6070 (layout_layout): return something. Fail if not initialized.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6071 (layout_query_geometry): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6072 (image_instantiator_native_layout): new function. Initialized the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6073 native layout type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6074 (widget_instantiate): don't do layout stuff here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6075
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6076 * glyphs.c (instantiate_image_instantiator): reorded calling or
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6077 instantiate and post_instantiate with layout in between.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6078 (image_instance_layout): be more selective about deciding whether
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6079 the layout has been done or not.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6080
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6081 * glyphs.h (struct image_instantiator_methods): return a value
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6082 from layout_method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6083
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6084 2000-04-26 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6085
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6086 * glyphs.c (allocate_image_instance): make initial width and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6087 height unspecified. Set initialized to 0.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6088
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6089 * syscommctrl.h new file. Encapsulates commctrl.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6090
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6091 * syswindows.h new file. Encapsulates windows.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6092
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6093 * ntplay.c: use new syswindows.h and syscommctrl.h header.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6094 * nt.c: ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6095 * console-msw.h: ditto.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6096
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6097 * redisplay-tty.c (tty_output_display_block): remove layout references.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6098
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6099 * glyphs-msw.c (mswindows_widget_instantiate): use the domain
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6100 window handle rather than just the frame.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6101
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6102 * glyphs.c (mark_image_instance): remove layout references.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6103 (print_image_instance): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6104 (image_instance_equal): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6105 (image_instance_hash): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6106 (decode_image_instance_type): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6107 (encode_image_instance_type): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6108 (image_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6109 (allocate_glyph): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6110 (Fimage_instance_height): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6111 (Fimage_instance_width): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6112 (update_subwindow): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6113
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6114 * redisplay-x.c (x_output_display_block): recode for layouts as
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6115 widgets.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6116
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6117 * redisplay-output.c (redisplay_output_layout): recode for layouts
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6118 as widgets.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6119 (compare_runes): remove layout references.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6120
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6121 * redisplay-msw.c (mswindows_output_display_block): recode for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6122 layouts as widgets.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6123
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6124 * glyphs-widget.c (image_instantiator_layout): remove
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6125 layout_possible_dest_types.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6126 (layout_possible_dest_types): deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6127
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6128 * glyphs.h (image_instance_type): remove layout references.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6129 (struct Lisp_Image_Instance): ditto. Add initialized flag.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6130 (IMAGE_INSTANCE_INITIALIZED): new accessor.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6131 (XIMAGE_INSTANCE_INITIALIZED): ditto.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6132
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6133 2000-04-25 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6134
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6135 * glyphs-widget.c (image_instantiator_buttons):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6136 (image_instantiator_edit_fields):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6137 (image_instantiator_combo_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6138 (image_instantiator_scrollbar):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6139 (image_instantiator_progress_guage):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6140 (image_instantiator_tree_view):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6141 (image_instantiator_tab_control):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6142 (image_instantiator_labels):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6143 (image_instantiator_layout): call default post_instantiate method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6144 (widget_post_instantiate): new function. Simply lays out the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6145 widgets.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6146
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6147 * glyphs.h (struct image_instantiator_methods): add
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6148 post_instantiate method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6149
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6150 * glyphs.c (instantiate_image_instantiator): add post_instantiate
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6151 method calls.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6152
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6153 2000-04-23 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6154
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6155 * glyphs.h (struct image_instantiator_methods): add
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6156 decode_domain_method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6157 (struct Lisp_Image_Instance): remove subwindow frame - it can be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6158 derived from the domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6159 (IMAGE_INSTANCE_FRAME): new accessor.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6160 (XIMAGE_INSTANCE_FRAME): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6161
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6162 * glyphs.c (print_image_instance): use IMAGE_INSTANCE_FRAME
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6163 instead of _SUBWINDOW_FRAME.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6164 (finalize_image_instance): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6165 (Fimage_instance_foreground): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6166 (Fimage_instance_background): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6167 (image_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6168 (update_subwindow_cachel): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6169 (update_subwindow): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6170 (unmap_subwindow): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6171 (map_subwindow): ditto
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6172 (subwindow_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6173 * glyphs-msw.c (mswindows_update_widget): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6174 (mswindows_progress_gauge_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6175 (mswindows_tab_control_update): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6176 * glyphs-x.c (x_update_widget): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6177 (x_widget_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6178 (x_tab_control_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6179 (x_tab_control_update): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6180 * event-msw.c (mswindows_wnd_proc): ditto
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6181
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6182 * glyphs-widget.c (image_instantiator_layout): use
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6183 subwindow_decode_domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6184 (image_instantiator_buttons): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6185 (image_instantiator_edit_fields): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6186 (image_instantiator_combo_box): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6187 (image_instantiator_scrollbar): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6188 (image_instantiator_progress_guage): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6189 (image_instantiator_tree_view): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6190 (image_instantiator_tab_control): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6191 (image_instantiator_labels): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6192 (image_instantiator_layout): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6193
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6194 * glyphs.c: add instance error checking to many functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6195 (instantiate_image_instantiator): decode device from cache_domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6196 (image_instantiate): partially rewrite by using
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6197 decode_image_instantiator_domain to determine what domain the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6198 instance needs to be cached in.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6199 (decode_image_instantiator_domain): new function. Determine what
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6200 domain the image needs to be cached in.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6201 (check_window_subwindow_cache): new error checking function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6202 (check_instance_cache_mapper): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6203 (check_image_instance_structure): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6204 (subwindow_decode_domain): new function. Encodes a window as a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6205 subwindow's cache domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6206 (image_instantiator_format_create): use it for text and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6207 subwindows.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6208
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6209 2000-04-21 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6210
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6211 * glyphs.c (image_instance_device): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6212 (image_instance_frame): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6213 (image_instance_window): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6214 (image_instance_live_p): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6215
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6216 * window.c (mark_window_as_deleted): reset the subwindow_instance_
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6217 cache to nil.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6218
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6219 * glyphs.h (struct Lisp_Image_Instance): device->domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6220 (IMAGE_INSTANCE_DOMAIN): new accessor.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6221 (XIMAGE_INSTANCE_DOMAIN): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6222
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6223 * glyphs-x.c (x_finalize_image_instance): device->domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6224
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6225 * glyphs-msw.c (init_image_instance_geometry): device->domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6226 (mswindows_finalize_image_instance): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6227
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6228 * glyphs-eimage.c (jpeg_instantiate): device->domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6229 (gif_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6230 (png_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6231 (tiff_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6232
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6233 * glyphs.c (instantiate_image_instantiator): use domain rather
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6234 than device.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6235 (mark_image_instance): device -> domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6236 (print_image_instance): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6237 (finalize_image_instance): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6238 (image_instance_equal): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6239 (allocate_image_instance): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6240 (Fcolorize_image_instance): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6241 (query_string_geometry): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6242 (image_instantiate): ditto
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6243 (query_string_font): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6244 (image_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6245 (update_subwindow): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6246 (unmap_subwindow): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6247 (map_subwindow): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6248 (subwindow_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6249
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6250 * specifier.h (DOMAIN_DEVICE): new, semantically correct, decoder.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6251 (DOMAIN_FRAME): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6252 (DOMAIN_WINDOW): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6253 (DOMAIN_LIVE_P): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6254 (XDOMAIN_DEVICE): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6255 (XDOMAIN_FRAME): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6256 (XDOMAIN_WINDOW): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6257
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6258 * specifier.c (Fvalid_specifier_domain_p): add image instances as
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6259 a valid specifier domain.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6260
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6261 2000-04-19 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6262
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6263 * glyphs-widget.c (syms_of_glyphs_widget): remove
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6264 widget-callback-current-channel.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6265 (vars_of_glyphs_widget): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6266 * glyphs.h: ditto
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6267
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6268 * gui.c (get_gui_callback): revert to previous behaviour.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6269
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6270 2000-04-18 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6271
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6272 * glyphs.h (struct Lisp_Image_Instance): add margin_width.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6273 (IMAGE_INSTANCE_MARGIN_WIDTH): new.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6274 (XIMAGE_INSTANCE_MARGIN_WIDTH): new.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6275
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6276 * glyphs.c (image_instance_equal): add margin_width.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6277 (image_instance_hash): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6278
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6279 * glyphs-widget.c (widget_instantiate): deal with margin-width.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6280 (layout_query_geometry): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6281 (layout_layout): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6282 (syms_of_glyphs_widget): add margin-width.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6283 (image_instantiator_layout): allow margin-width.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6284
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6285 * glyphs.c (update_widget_instances): make a normal function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6286 (syms_of_glyphs): remove Qupdate_widget_instances.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6287 * glyphs.h: ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6288
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6289 * gui-x.c (popup_selection_callback): use enqueue_magic_eval_event
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6290 so that we don't corrupt ideas about the last event or
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6291 command. Remove widget-callback-current-channel fiddling.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6292 * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6293
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6294 2000-05-01 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6295
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6296 * XEmacs 21.2.33 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6297
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6298 2000-05-01 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6299
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6300 * make-src-depend: Allow dots in header file name.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6301
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6302 2000-05-01 Yoshiki Hayashi <yoshiki@xmacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6303
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6304 * mule-charset.h (struct charset_lookup): Add
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6305 next_allocated_1_byte_leading_byte and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6306 next_allocated_2_byte_leading_byte.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6307 * mule-charset.c: Move above two variables so that those values
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6308 will be dumped.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6309
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6310 2000-04-26 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6311
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6312 * insdel.c (find_charsets_in_bufbyte_string): Add Vcharset_ascii
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6313 when string length is zero.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6314 (find_charsets_in_emchar_string): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6315
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6316 2000-04-29 Bjrn Torkelsson <torkel@hpc2n.umu.se>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6317
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6318 * lisp.h: extern Qdialog and Qmenubar.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6319
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6320 * gui-x.c: added events.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6321 also fixed typo which made the file uncompilable.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6322
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6323 * general.c: Added Qmenubar and Qdialog
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6324
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6325 2000-04-28 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6326
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6327 * frame-msw.c (mswindows_init_frame_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6328 * frame-msw.c (mswindows_mark_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6329 * event-msw.c (mswindows_enqueue_dispatch_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6330 * console-msw.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6331 * console-msw.h (struct mswindows_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6332 * console-msw.h (FRAME_MSWINDOWS_WIDGET_HASH_TABLE1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6333 there are now three hash tables for callbacks.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6334 mswindows_enqueue_dispatch_event is no longer static.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6335
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6336 * dialog-x.c (maybe_run_dbox_text_callback):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6337 * dialog-x.c (dbox_descriptor_to_widget_value):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6338 switch to new cons3 form for callbacks.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6339
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6340 * glyphs-msw.c (mswindows_register_gui_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6341 * glyphs-msw.c (mswindows_widget_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6342 * glyphs-msw.c (add_tree_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6343 * glyphs-msw.c (add_tab_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6344 new image instance parameter, so it can be passed to callback-ex.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6345 respect :callback-ex as well as :callback.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6346
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6347 * glyphs-widget.c (VALID_GUI_KEYWORDS):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6348 add :callback-ex.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6349
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6350 * glyphs.c (print_image_instance):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6351 prettify, e.g. now prints widget type.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6352
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6353 * gui-x.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6354 certain funs have new image instance parameter.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6355
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6356 * gui.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6357 * gui.c (get_gui_callback):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6358 * gui.c (gui_item_add_keyval_pair):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6359 * gui.c (gui_item_init):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6360 * gui.c (gui_add_item_keywords_to_plist):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6361 * gui.c (mark_gui_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6362 * gui.c (gui_item_hash):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6363 * gui.c (gui_item_equal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6364 * gui.c (copy_gui_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6365 * gui.c (syms_of_gui):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6366 recognize callback-ex in a number of places.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6367 also, fix the annoying "can't get out of yes-no dialog" bug.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6368
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6369 * gui.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6370 * gui.h (struct Lisp_Gui_Item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6371 recognize callback-ex in a number of places.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6372
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6373 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6374 new parameter in button_item_to_widget_value.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6375
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6376 * glyphs-x.c (x_update_widget):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6377 * glyphs-x.c (x_button_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6378 * glyphs-x.c (x_button_update):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6379 * glyphs-x.c (x_progress_gauge_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6380 * glyphs-x.c (x_edit_field_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6381 * glyphs-x.c (x_combo_box_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6382 * glyphs-x.c (x_tab_control_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6383 * glyphs-x.c (x_label_instantiate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6384 new image instance parameter in various places.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6385
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6386 * event-Xt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6387 * event-Xt.c (enqueue_Xt_dispatch_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6388 this fun gets exported.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6389
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6390 * gui-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6391 * gui-msw.c (mswindows_handle_gui_wm_command):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6392 handle both :callback and :callback-ex, and generate our own
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6393 event because it's one of the callback-ex arguments.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6394
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6395 * gui-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6396 * gui-x.c (popup_selection_callback):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6397 handle both :callback and :callback-ex, and generate our own
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6398 event because it's one of the callback-ex arguments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6399 * gui-x.c (button_item_to_widget_value):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6400 * gui-x.c (gui_items_to_widget_values_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6401 * gui-x.c (gui_item_children_to_widget_values):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6402 * gui-x.c (gui_items_to_widget_values):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6403 new image instance parameter in various places.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6404
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6405 * fns.c (Freplace_list):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6406 fix small typo in doc string.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6407
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6408 * lisp.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6409 declare enqueue_Xt_dispatch_event.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6410
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6411 2000-04-28 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6412
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6413 * buffer.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6414 * buffer.c (Frecord_buffer):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6415 * buffer.c (syms_of_buffer):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6416 delete record-buffer-hook.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6417
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6418 * fns.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6419 * fns.c (Freplace_list):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6420 * fns.c (syms_of_fns):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6421 new primitive replace-list.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6422
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6423 * frameslots.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6424 slot for old buffer-alist.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6425
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6426 * lisp.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6427 exfun replace-list.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6428
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6429 * redisplay.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6430 * redisplay.c (redisplay_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6431 * redisplay.c (syms_of_redisplay):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6432 * redisplay.c (vars_of_redisplay):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6433 new hook buffer-list-changed-hook.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6434 call it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6435
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6436 2000-04-27 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6437
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6438 * extents.h: extern in_modeline_generation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6439
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6440 * redisplay.c (generate_formatted_string_db): set
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6441 in_modeline_generation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6443 * extents.c (extent_changed_for_redisplay): don't mark redisplay
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6444 flags if in modeline generation. otherwise frame-modified-tick
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6445 is ticked far too often.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6446 Declare in_modeline_generation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6447
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6448 2000-04-26 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6449
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6450 * emacs.c (vars_of_emacs): document quick-build "error-checking"
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6451 option.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6452 (vars_of_emacs): add quick-build as an error-checking option.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6453 A bit kludgy, but there doesn't seem much point in creating
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6454 a real var for this.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6455
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6456 * config.h.in: put in an entry for QUICK_BUILD; remove NO_DOC_FILE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6457
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6458 2000-04-14 IKEYAMA Tomonori <tomonori@suiyokai.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6459
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6460 * redisplay.h (struct display_line): Add a new variable,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6461 line_continuation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6462
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6463 * redisplay.c (create_text_block): Set dl->line_continuation if
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6464 the line continues.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6465 (create_string_text_block): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6466 (regenerate_window_incrementally): Use line_continuation instead
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6467 of searching continuation glyph.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6468 (add_margin_runes): Call add_glyph_rune.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6469 (add_glyph_rune): Handle margin glyph.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6470
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6471 2000-04-20 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6472
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6473 * filelock.c (fill_in_lock_file_name):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6474 ANSIfy.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6475 Check for IS_ANY_SEP instead of '/'.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6476 (lock_file_1):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6477 Avoid generating gratuitous garbage. Call user_login_name() directly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6478 Never check errno without first seeing that system call failed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6479 (unlock_file): Add GCPRO.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6480 (Flock_buffer): Fix docstring.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6481 (Ffile_locked_p): Fix docstring. Add GCPRO.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6482
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6483 2000-04-19 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6484
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6485 * sysdep.c (get_pty_max_bytes):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6486 Fix hangs on DEC OSF 4.0 when (process-send-string) sends
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6487 strings longer than 252 bytes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6488
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6489 * md5.c: Unconditionally include ANSI header <limits.h>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6490
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6491 * glyphs-x.c (convert_EImage_to_XImage):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6492 * lisp-union.h (union Lisp_Object):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6493 Use consistently the syntax #ifdef FEATURE, not #if FEATURE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6494
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6495 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6496
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6497 * filelock.c (current_lock_owner): Remove unused variable o, p.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6498
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6499 2000-04-17 Norbert Koch <n.koch@eai-delta.de>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6500
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6501 * callint.c: Remove multiply defined symbol Qlet
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6502 (syms_of_callint): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6503
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6504 2000-04-14 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6505
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6506 * general.c (syms_of_general): add last-command, this-command, let
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6507 and funcall.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6508
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6509 * lisp.h: declare various symbols.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6510
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6511 * glyphs.h: declare Qwidget_callback_current_channel;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6512
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6513 * glyphs-widget.c (syms_of_glyphs_widget): add
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6514 Qgui_callback_current_channel.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6515 (vars_of_glyphs_widget): add Vgui_callback_current_channel.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6516
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6517 * gui-msw.c (mswindows_handle_gui_wm_command): bind
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6518 widget-callback-current-channel when invoking the interactive
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6519 arg. Also bind last-command and next-command when invoking the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6520 widget updates.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6521 * gui-x.c (popup_selection_callback): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6522
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6523 * gui.c (get_gui_callback): massage args so that we are always
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6524 calling eval. This allows us to add our own variable bindings
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6525 outside.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6526
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6527 * glyphs-x.c (x_button_instantiate): use
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6528 gui_items_to_widget_values since this is GC safe.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6529 (x_progress_gauge_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6530 (x_edit_field_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6531 (x_label_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6532
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6533 * event-Xt.c (emacs_Xt_handle_magic_event): remove old printfs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6534 (emacs_Xt_event_widget_focus_out): new function
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6535 (emacs_Xt_event_widget_focus_in): new function. Set the keyboard
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6536 focus.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6537 (emacs_Xt_event_add_widget_actions): new function. add focus
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6538 functions as actions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6539 (init_event_Xt_late): use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6540
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6541 2000-04-14 Hrvoje Niksic <hniksic@iskon.hr>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6542
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6543 * event-stream.c (Fdispatch_event): Doc fix.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6544
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6545 2000-03-29 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6546
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6547 * postgresql.c: Remove all references to PQsetenv*.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6548
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6549 * postgresql.h: Remove references to PGsetenvHandler object.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6550 * lrecord.h (lrecord_type): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6551
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6552 2000-04-11 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6553
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6554 * glyphs-msw.h (struct mswindows_image_instance_data): Added
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6555 real_heigh and real_width members, and accessor macros for these.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6556
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6557 * glyphs-msw.c (init_image_instance_geometry): New function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6558 (init_image_instance_from_dibitmap): Use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6559 (mswindows_resource_instantiate): Use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6560 (init_image_instance_from_xbm_inline): Use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6561 (mswindows_initialize_image_instance_mask): Use real bitmap
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6562 geometry.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6563 (mswindows_create_resized_bitmap): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6564 (mswindows_create_resized_mask): Ditto.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6565
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6566 * redisplay-msw.c (mswindows_output_dibitmap): Stretch real mask
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6567 and bitmap to their surface size.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6568
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6569 2000-04-11 Jan Vroonhof <jan@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6570
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6571 * process-unix.c (unix_send_process): Guard against process MIA
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6572 after Faccept_process_output.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6573
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6574 2000-04-11 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6575
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6576 * eval.c (unbind_to_hairy): fix brokenness introduced by
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6577 nanosecond speed improvements.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6578
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6579 2000-04-07 Raymond Toy <toy@rtp.ericsson.se>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6580
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6581 * sunplay.c (init_device): To play sounds correctly, the device
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6582 apparently needs to be initialized at least once by XEmacs. Make
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6583 it so.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6584
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6585 2000-04-10 IKEYAMA Tomonori <tomonori@suiyokai.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6586
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6587 * redisplay.c (add_margin_runes): Add text image glyph
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6588 handling.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6589
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6590 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6591
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6592 * lisp.h (DOESNT_RETURN): Don't declare as volatile when
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6593 gcc is newer than 2.5.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6594
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6595 2000-04-06 Colin Rafferty <colin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6596
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6597 * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF): Created.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6598
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6599 * fns.c (size_bit_vector):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6600 * alloc.c (size_vector):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6601 (make_vector_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6602 (make_bit_vector_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6603 (sweep_bit_vectors_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6604 Replace calls to offsetof with FLEXIBLE_ARRAY_STRUCT_SIZEOF macro.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6605
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6606 2000-04-06 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6607
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6608 * gmalloc.c (malloc): undo previous change.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6609 (malloc): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6610 (free): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6611 (realloc): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6612
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6613 2000-04-06 IKEYAMA Tomonori <tomonori@suiyokai.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6614
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6615 * line-number.c (buffer_line_number): Revert to former version.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6616
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6617 2000-04-06 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6618
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6619 * gmalloc.c (malloc): add error checking.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6620 (malloc): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6621 (free): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6622 (realloc): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6623
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6624 * dialog-x.c (dbox_descriptor_to_widget_value): add extra
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6625 button_item_to_widget_value arg.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6626
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6627 * glyphs-x.c (x_button_instantiate): add extra
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6628 button_item_to_widget_value arg.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6629 (x_progress_gauge_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6630 (x_edit_field_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6631 (x_label_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6632
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6633 * gui-x.c (gui_items_to_widget_values_1): add extra
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6634 button_item_to_widget_value arg.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6635 (button_item_to_widget_value): add extra menu_item_p arg.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6636
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6637 * gui-x.h: change signature of button_item_to_widget_value.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6638
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6639 * menubar-x.c (menu_item_descriptor_to_widget_value_1): add extra
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6640 button_item_to_widget_value arg.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6641
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6642 2000-04-03 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6643
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6644 * buffer.h (struct buffer): auto_save_modified should be long.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6645
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6646 2000-04-05 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6647
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6648 * glyphs-widget.c (widget_instantiate): pixwidth != pixheight
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6649 type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6650 (button_query_geometry): give a little more room so that athena
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6651 buttons fit.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6652
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6653 2000-04-05 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6654
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6655 * faces.c (complex_vars_of_faces): The widget face should inherit
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6656 the font of the gui-element face.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6657
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6658 2000-04-04 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6659
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6660 * glyphs-x.c (x_button_update): new function. unconditionally
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6661 update a button's state when the instance is dirty.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6662 (image_instantiator_format_create_glyphs_x): add x_button_update.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6663 (x_widget_instantiate): remove old resize cruft.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6664
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6665 2000-04-02 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6666
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6667 * frame.c (change_frame_size_1): The introduction of gutters means
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6668 that we need to allow 0 as a potential frame dimension.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6669
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6670 2000-04-02 IKEYAMA Tomonori <tomonori@suiyokai.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6671
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6672 * redisplay.c (add_glyph_rune): Don't set 0 to bufpos for text
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6673 image glyph if allow_cursor.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6674 (add_hscroll_rune): Don't allow cursor to border glyph.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6675 (create_text_block): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6676
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6677 * redisplay-output.c (redisplay_move_cursor): Do nothing even if
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6678 text not in buffer.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6679 (redisplay_output_layout): Call ensure_face_cachel_complete for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6680 text image glyph.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6681
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6682
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6683 2000-03-16 IKEYAMA Tomonori <tomonori@suiyokai.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6684
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6685 * redisplay.c (add_glyph_rune): Adding text image as text runes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6686
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6687 * redisplay-output.c (redisplay_move_cursor): NO_CURSOR if text
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6688 not in buffer
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6689
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6690 * redisplay-tty.c (tty_output_display_block): Delete the routine
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6691 for text image glyph
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6692 * redisplay-x.c (x_output_display_block): ditto
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6693 * redisplay-msw.c (mswindows_output_display_block): ditto
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6694
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6695 2000-02-02 Mike Alexander <mta@arbortext.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6696
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6697 Note: Some of these were committed by accident as part of other
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6698 patches.
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6699
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6700 * regex.c (regex_compile): Avoid compiler warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6701
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6702 * ntproc.c (sys_spawnve): Avoid compiler warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6703
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6704 * nt.h: Declare term_ntproc correctly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6705
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6706 * nt.c: Remove incorrect declaration of get_home_directory which
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6707 is declared correctly in lisp.h.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6708
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6709 * keymap.c (get_keyelt): Avoid compiler warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6710 (raw_lookup_key_mapper): Avoid compiler warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6711
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6712 * gutter.c (gutter_was_visible): Add return statement to avoid warning.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6713
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6714 * glyphs-eimage.c (png_instantiate): Avoid compiler warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6715
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6716 * filemode.c (mode_string): Avoid compiler warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6717
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6718 * file-coding.c (Fcoding_system_aliasee): Add return statement to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6719 avoid warning.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6720
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6721 * events-mod.h: Undef some things that winuser.h defines differently.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6722
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6723 * data.c (Faset): Avoid compiler warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6724
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6725 * alloc.c (Fmake_byte_code): Avoid compiler warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6726
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6727 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6728
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6729 * sound.c (Fplay_sound_file): Wrap ESD in start/stop_interrupts.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6730 Fall through to simple beep on error.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6731 Replace "extern" by real header file.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6732
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6733 * linuxplay.c: Use nativesound.h
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6734 (play_sound_data): Return error code. Be less verbose on error.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6735
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6736 * sunplay.c: Use nativesound.h
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6737 (play_sound_data): Return error code. Be less verbose on error.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6738
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6739 * ntplay.c: Use nativesound.h
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6740 (play_sound_data): Return fake error code
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6741
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6742 * sgiplay.c: Use nativesound.h
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6743 (play_sound_data): Return error code
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6744
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6745 * hpplay.c: Use nativesound.h, partially implement
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6746 new error code. Break compilation until finished.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6747 (play_sound_data): error code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6748
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6749 * nativesound.h (play_sound_file):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6750 (play_sound_data): Prototype in new header.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6751
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6752 2000-03-31 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6753
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6754 * glyphs-widget.c: (button_query_geometry): new function. Adjust
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6755 for toggle and radio buttons.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6756 (image_instantiator_buttons): use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6757
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6758 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6759
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
6760 * scrollbar-x.c (x_update_vertical_scrollbar_callback):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6761 (x_update_horizontal_scrollbar_callback): Return if no mirror was
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6762 found. Scrollbar event probably belonged to some old config.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6763
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6764 2000-03-31 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6765
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6766 * glyphs-widget.c (widget_instantiate): use LAYOUT_VERTICAL rather
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6767 than 1.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6768 (initialize_widget_image_instance): default layout to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6769 LAYOUT_HORIZONTAL rather than 0.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6770 (widget_instantiate): reverse the item list at the end rather than
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6771 every iteration.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6772 (layout_layout): re-code for the border text at the front of the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6773 item list rather than at the end.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6774 (layout_query_geometry): ditto. Pick up fixed and dynamic sizes
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6775 provided by the user.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6776 (widget_query_geometry): comment.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6777
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6778 2000-03-30 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6779
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6780 * glyphs-widget.c (image_instantiator_layout): allow standard
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6781 widget keywords in layouts.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6782
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6783 * gutter.c (output_gutter): cope with nil gutter contents.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6784
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6785 * frame.c (Fset_frame_properties): add gutter docs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6786
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6787 2000-03-29 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6788
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6789 * toolbar-msw.c (TBSTYLE_FLAT): add.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6790 (mswindows_output_toolbar): minor fiddling.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6791
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6792 2000-03-29 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6793
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6794 * gutter.c (output_gutter): force gutter size recalculation if
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6795 what we are trying to display won't fit.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6796 (update_gutter_geometry): new function. A per-gutter version of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6797 update_frame_gutter_geometry.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6798 (update_frame_gutter_geometry): use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6799 (redraw_exposed_gutter): add extra debugging output.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6800
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6801 2000-03-28 Mike Alexander <mta@arbortext.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6802
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6803 * dumper.c: Declare pdump_hFile and pdump_hMap (Windows only)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6804 (pdump_file_unmap): Implement it on Windows
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6805 (pdump_file_get): Save alocated handles for pdump_file_unmap
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6806
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6807 2000-03-28 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6808
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6809 * gui.c (get_gui_callback): treat Quit specially.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6810
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6811 2000-03-27 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6812
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6813 * glyphs.c (image_instantiate): be careful to check in the same
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6814 way we assigned.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6815
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6816 2000-03-27 Didier Verna <didier@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6817
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6818 * config.h.in: define the proper SMART_INCLUDE macro.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6819 handle renaming of `foo_h_path' to `foo_h_file'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6820
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6821 * database.c: ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6822
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6823 * emacs.c: ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6824
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6825 * linuxplay.c: ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6826
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6827 * terminfo.c: ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6828
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6829 * tooltalk.h: ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6830
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6831 2000-03-27 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6832
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6833 * glyphs-msw.c (mswindows_update_widget): make sure the widget
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6834 gets updated whenever the face might have changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6835
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6836 2000-03-26 Mike Alexander <mta@arbortext.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6837
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6838 * dumper.c (pdump_resource_free): Fix the comment.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6839
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6840 2000-03-21 Olivier Galibert <galibert@pobox.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6841
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6842 * input-method-xlib.c (XIM_init_frame): Remove painful warning.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6843
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6844 2000-03-22 Mike Alexander <mta@arbortext.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6845
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6846 * dumper.c: Include Windows headers on Windows
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6847 (pdump_resource_free): Add a body to the function
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6848 (pdump_load): exe_name -> exe_path and add some comments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6849
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6850 2000-03-25 Mike Alexander <mta@arbortext.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6851
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6852 * gui.c (copy_gui_item_tree): Return a value in all cases
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6853
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6854 2000-03-21 Didier Verna <didier@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6855
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6856 * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 here from
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6857 lwlib/config.h.in.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6858 (SMART_INCLUDE): new macro.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6859 (POSTGRES_INCLUDE): new macro to include postgresql headers from
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6860 the proper location.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6861
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6862 * postgresql.c: use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6863
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6864 * inline.c: ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6865
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6866 2000-03-24 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6867
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6868 * gutter.c (redraw_exposed_gutters): must be "in display" when we
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6869 do this.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6870
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6871 2000-03-24 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6872
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6873 * redisplay-output.c (compare_runes): use image_instance_changed
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6874 to detect changes. Do not depend on glyphs_changed, only depend on
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6875 dirtiness.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6876 (redisplay_output_layout): add debug messages.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6877 (compare_runes): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6878
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6879 * glyphs.h: declare new functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6880 (struct Lisp_Image_Instance): remove percent and associated
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6881 accessors.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6882
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6883 * gui.h: declare new copying functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6884
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6885 * gui.c (copy_gui_item_tree): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6886 (copy_gui_item): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6887 (gui_item_id_hash): revert to standard hash.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6888 (gui_item_hash): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6889 (gui_item_hash_internal): deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6890 (mark_gui_item): mark value.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6891 (gui_item_add_keyval_pair): add value.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6892 (gui_item_init): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6893 (gui_add_item_keywords_to_plist): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6894 (gui_item_equal): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6895 (syms_of_gui): add Q_value.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6896
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6897 * glyphs-x.c (x_progress_gauge_update): use pending items and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6898 value for setting the state.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6899 (x_update_widget): don't set items from pending here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6900
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6901 * glyphs-widget.c (update_widget): update items here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6902 (progress_gauge_set_property): use items for storing value. Put
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6903 new value in pending items.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6904
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6905 * glyphs-msw.c (mswindows_progress_gauge_update): use pending
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6906 items for new value. Convert percent -> value.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6907 (mswindows_tab_control_update): don't update items here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6908
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6909 * glyphs.c (Fupdate_widget_instances): use image_instance_changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6910 (update_subwindow): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6911 (image_instance_changed): new function. Compare hash values and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6912 past and present widget items.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6913 (image_instantiate): We more careful about where we instantiate
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6914 things.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6915 (image_instantiate): add error checking.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6916
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6917 * gutter.c (syms_of_gutter): use -hook.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6918
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6919 2000-03-20 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6920
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6921 * console-tty.c (Fset_console_tty_input_coding_system): Use
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6922 Qkeyboard.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6923 (Fset_console_tty_output_coding_system): Use Qterminal.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6924 (tty_init_console): Use Qkeyboard and Qterminal.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6925
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6926 2000-03-21 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6927
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6928 * ntproc.c (create_child): remove bogus HAVE_NTGUI's.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6929 From Mike Alexander <mta@arbortext.com>.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6930
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6931 2000-03-21 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6932
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6933 * event-msw.c (mswindows_need_event): Horrible kludge to fix
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6934 process brokenness. Proper implementation to come.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6935 * callproc.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6936 Rename call-process-internal to old-call-process-internal.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6937 New impl. in process.el.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6938
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6939 2000-03-21 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6940
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6941 * Makefile.in.in: Coalesce HAVE_NATIVE_SOUND code fragments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6942
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6943 2000-03-20 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6944
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6945 * glyphs.c (full_list_hash): make hashes of the same elements in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6946 different orders return different values.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6947
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6948 2000-03-20 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6949
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6950 * XEmacs 21.2.32 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6951
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6952 2000-03-20 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6953
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6954 * buffer.h (DFC_ALLOCA_USE_CONVERTED_DATA):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6955 (DFC_MALLOC_USE_CONVERTED_DATA):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6956 Add aliasing-safe casts to allow use with char* or unsigned char*
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6957 lvalues.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6958
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6959 * eldap.c (Fldap_open):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6960 (Fldap_search_basic):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6961 (Fldap_add):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6962 (Fldap_modify):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6963 Make C++-compilable.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6964 Make sure GCPRO'ed variables are initialized.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6965 Use temp variables to avoid repeated calls to Flength.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6966
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6967 2000-03-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6968
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6969 * sysfile.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6970 Make sure PATH_MAX is always defined.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6971 Include limits.h for PATH_MAX.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6972 Deprecate use of MAXPATHLEN.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6973
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6974 2000-03-10 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6975
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6976 * emacs.c: Add reinit_vars_of_fileio.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6977 * symsinit.h: Add reinit_vars_of_fileio.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6978 * fileio.c (reinit_vars_of_fileio): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6979 * fileio.c (Fmake_temp_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6980 Initialize temp_name random number from microseconds to make
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6981 collisions even less likely. Initialize always at process startup
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6982 time. (make-temp-name) used to return the same file name twice in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6983 a row when PDUMP.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6984 Random stylistic fiddling.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6985 Comment fixes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6986
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6987 2000-03-20 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6988
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6989 * glyphs.c (image_instantiate): allow text glyphs to be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6990 instantiated in the minibuffer window.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6991
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6992 2000-03-19 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6993
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6994 * glyphs.c (image_instance_hash): be careful about which items we
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6995 hash on.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6996
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6997 * glyphs-widget.c (tab_control_set_property): record into pending
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6998 items rather than the actual items.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6999
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7000 * glyphs-x.c (x_update_widget): use pending items to update with.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7001
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7002 * glyphs-msw.c (mswindows_tab_control_update): use pending items
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7003 to update with.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7004
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7005 * glyphs.c (mark_image_instance): mark pending items.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7006
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7007 * window.c (Fset_window_configuration): record the buffer.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7008 (Fselect_window): totally revert previous change which breaks many
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7009 things.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7010
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7011 2000-03-18 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7012
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7013 * glyphs-msw.c (mswindows_tab_control_update): force selected
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7014 item.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7015
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7016 * glyphs.c (image_instantiate): don't allow the minibuffer as a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7017 window domain cache, otherwise we get inconsistencies at
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7018 startup. There is something fishy at startup which can lead to the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7019 minibuffer being the selected window when the gutter content is
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7020 instantiated.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7021
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7022 * gui.c (parse_gui_item_tree_list): add probably unnecessary
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7023 gcpros.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7024 (parse_gui_item_tree_children): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7025 (parse_gui_item_tree_item): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7026
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7027 * glyphs.c (Fupdate_widget_instances): return something.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7028
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7029 2000-03-18 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7030
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7031 * window.c (Fselect_window): Undo 2000-03-17 change.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7032
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7033 2000-03-17 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7034
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7035 * postgresql.c (Fpq_setenv): Remove this turkey when linking
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7036 against v7.0 libraries. Insta-coredump city until the postgres
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7037 folks fix it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7038
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7039 2000-03-17 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7040
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7041 * faces.c (complex_vars_of_faces): don't give the widget face an
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7042 inherited background pixmap.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7043
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7044 * glyphs-msw.c (mswindows_tab_control_instantiate): select the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7045 selected item.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7046
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7047 * event-stream.c (Fdispatch_non_command_events): return something.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7048
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7049 * gutter.c (output_gutter): use widget face.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7050 (clear_gutter): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7051
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7052 * NEWS: adjust again.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7053
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7054 * window.c (Fselect_window): make sure this runs to completion to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7055 avoid oddities with Fset_window_configuration.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7056 (Fcurrent_window_configuration): in general do not save the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7057 minibuffer as the selected window.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7058
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7059 * glyphs.h (IMAGE_INSTANCE_HASH_DEPTH): increase.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7060
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7061 2000-03-16 Olivier Galibert <galibert@pobox.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7062
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7063 * emacs.c (Frunning_temacs_p): Revert previous patch.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7064 (main_1): Reinitialize running_temacs_argc if pdump_load succeeds.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7065
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7066 2000-03-16 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7067
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7068 * glyphs-x.c (x_tab_control_update): if no widget values then
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7069 return.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7070
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7071 * NEWS: update for new features.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7072
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7073 * event-Xt.c (emacs_Xt_force_event_pending): new function. Post a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7074 synthetic event to the native system.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7075 (reinit_vars_of_event_Xt): set force_event_pending to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7076 emacs_Xt_force_event_pending.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7077
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7078 * events.h (struct event_stream): add force_event_pending.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7079
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7080 * specifier.c (recompute_one_cached_specifier_in_window): add
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7081 comment.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7082
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7083 * redisplay.c (redisplay_frame): don't call
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7084 update_frame_subwindows. Reset subwindow cachels when
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7085 subwindows_changed, removing this was an optimization too far.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7086
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7087 * redisplay-output.c (compare_runes): reorganize so that we catch
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7088 glyph changes when we want them. Set optimize_output when this
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7089 would help layouts.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7090 (redisplay_output_layout): remove frame_really_changed, use
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7091 optimize_output instead.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7092
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7093 * redisplay-msw.c (mswindows_output_display_block): reset
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7094 optimize_output after outputting a glyph.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7095 * redisplay-x.c (x_output_display_block): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7096 * redisplay-tty.c (tty_output_display_block): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7097
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7098 * gutter.c: (specifier_vars_of_gutter): use new spec changed
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7099 functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7100 (gutter_specs_changed): do specific gutter positions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7101 (top_gutter_specs_changed): new function. Only update the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7102 specified gutter specs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7103 (bottom_gutter_specs_changed): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7104 (left_gutter_specs_changed): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7105 (right_gutter_specs_changed): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7106
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7107 * gui.c (gui_item_hash_internal): new function, does a real hash.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7108 (gui_item_id_hash): use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7109 (gui_item_hash): hash the eval'ed gui_item.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7110
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7111 * gui-x.c (popup_selection_callback): send an eval event to call
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7112 Fupdate_widget_instances.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7113
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7114 * gui-msw.c (mswindows_handle_gui_wm_command): send an eval event
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7115 to call Fupdate_widget_instances.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7116
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7117 * glyphs.h (struct Lisp_Image_Instance): add optimize_output flag.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7118 (IMAGE_INSTANCE_OPTIMIZE_OUTPUT): access it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7119
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7120 * glyphs.c: (update_frame_subwindows): deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7121 (Fupdate_widget_instances): new function for updating the dirty
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7122 state of widgets that might have changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7123 (syms_of_glyphs): add Qupdate_widget_instances.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7124 (full_list_hash): hash a list completely.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7125 (image_instance_hash): use it for items and properties.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7126
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7127 * frame-msw.c (mswindows_size_frame_internal): remove unused
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7128 variable.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7129
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7130 * faces.h (struct face_cachel): fix comment.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7131
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7132 * event-stream.c (Fdispatch_non_command_events): new
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7133 function. Process non-command events, forcing an event cycle
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7134 beforehand.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7135 (syms_of_event_stream): declare.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7136 (event_stream_force_event_pending): new function. Force an event
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7137 on the native event queue so that an event cycle will occur next
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7138 time we check.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7139
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7140 * event-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7141 (struct ntpipe_shove_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7142 (mswindows_enqueue_dispatch_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7143 (mswindows_dequeue_dispatch_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7144 (mswindows_cancel_dispatch_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7145 (mswindows_pump_outstanding_events):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7146 (mswindows_drain_windows_queue):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7147 (mswindows_handle_paint):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7148 (mswindows_wnd_proc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7149 (mswindows_key_to_emacs_keysym):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7150 (get_process_input_waitable):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7151 (emacs_mswindows_delete_stream_pair): re-indent file.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7152 (mswindows_need_event): do not process further fds if the windows
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7153 fd is set, otherwise you get endless XM_BUMPQUEUE cycles. This
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7154 fixes the 100% cpu problem.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7155 (reinit_vars_of_event_mswindows): set force_event_pending to 0.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7156
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7157 2000-03-15 Olivier Galibert <galibert@pobox.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7158
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7159 * alloc.h: New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7160 * dumper.h: New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7161 * dumper.c: New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7162
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7163 * emacs.c: Moved dump file searching to dumper.c.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7164 (Frunning_temacs_p): Fixed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7165
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7166 * alloc.c: Moved everything pdump-related to dumper.c. Removed
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7167 last_lrecord_type_index_assigned.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7168
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7169 2000-02-20 Olivier Galibert <galibert@pobox.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7170
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7171 * symsinit.h: Added reinit parameter to init_console_stream
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7172 declaration.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7173
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7174 * lisp.h: Added file parameter to pdump_load declaration.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7175
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7176 * emacs.c (main_1): Added -nd/--nodump-file and -sd/--show-dump-id
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7177 support. Added dump file searching.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7178
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7179 * config.h.in: Added EMACS_PROGNAME.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7180
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7181 * console-stream.c (init_console_stream): Fix reinitialisation
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7182 when running from temacs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7183
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7184 * alloc.c (pdump): Add id support.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7185 (pdump_load): Add file parameter and signature/id support.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7186
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7187 * Makefile.in.in: Add full pdump support.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7188
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7189 2000-03-15 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7190
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7191 * postgresql.c: Update documentation to reflect latest code
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7192 status.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7193 (print_result): Show tuple counts in printed representation when
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7194 appropriate.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7195 (Fpq_put_nbytes): MULE-ize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7196 (Fpq_get_line_async): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7197
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7198 2000-03-14 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7199
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7200 * postgresql.c (Fpq_lo_import): Fix return value.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7201 Suggested by: Kenji Itoh <keit@tpj.co.jp>.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7202
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7203 2000-03-13 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7204
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7205 * alloc.c (pdump_load):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7206 Fix compile warning under mswin.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7207
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7208 2000-03-14 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7209
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7210 * postgresql.c: Mule-ization, bug fixes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7211 Use PG_CODING to encapsulate coding system name changes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7212 Backport a version of TO_EXTERNAL format for 21.1/InfoDock.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7213 (pg-coding-system): Create.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7214
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7215 (Fpq_conn_defaults): Mule-ize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7216 (Fpq_connectdb): Mule-ize & bug fix.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7217 (Fpq_connect_start): Mule-ize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7218 (Fpq_set_client_encoding): Mule-ize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7219 (Fpq_finish): Document `DEAD' connection status.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7220 (Fpq_clear): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7221 (Fpq_pgconn): Mule-ize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7222 (Fpq_exec): Mule-ize & bug fix.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7223 (Fpq_send_query): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7224 (Fpq_get_result): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7225 (Fpq_res_status): Mule-ize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7226 (Fpq_result_error_message): Mule-ize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7227 (Fpq_ntuples): fix comments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7228 (Fpq_fname): Mule-ize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7229 (Fpq_fnumber): Mule-ize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7230 (Fpq_ftype): fix comments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7231 (Fpq_get_value): Mule-ize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7232 (Fpq_cmd_status): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7233 (Fpq_cmd_tuples): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7234 (Fpq_oid_value): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7235 (Fpq_notifies): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7236 (Fpq_lo_import): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7237 (Fpq_lo_export): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7238 (Fpq_get_line): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7239 (Fpq_put_line): Mule-ize and bug fix.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7240 (syms_of_postgresql): Fix ifdef'ing, add pg-coding-system.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7241
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7242 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7243
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7244 * postgresql.c (vars_of_postgresql): Mule-ize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7245 (Fpq_conn_defaults): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7246
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7247 2000-03-12 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7248
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7249 * alloc.c (Fmake_byte_code):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7250 * alloc.c (debug_string_purity_print):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7251 * alloc.c (pdump_backtrace):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7252 * alloc.c (pdump_get_indirect_count):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7253 * alloc.c (pdump_register_sub):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7254 * alloc.c (pdump_register_object):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7255 * alloc.c (pdump_register_struct):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7256 * alloc.c (pdump_dump_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7257 * alloc.c (pdump_reloc_one):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7258 Minor cleanups.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7259
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7260 * console-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7261 * console-msw.c (GetConsoleHwnd):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7262 * console-msw.c (msw_hide_console):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7263 * console-msw.c (msw_show_console):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7264 * console-msw.c (msw_ensure_console_buffered):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7265 * console-msw.c (msw_output_console_string):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7266 * console-msw.c (console_type_create_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7267
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7268 a) Added functions to manipulate the console window for use with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7269 shell support.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7270
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7271 b) Added support for writing text to the console, which is now
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7272 used under Windows when xemacs is not being run non-interactively,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7273 to write text that would otherwise be destined for stdout because
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7274 under these circumstances, text written to stdout tends to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7275 disappear and not be seen.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7276
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7277 * console-msw.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7278 * event-Xt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7279 * event-Xt.c (x_event_to_emacs_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7280 * event-Xt.c (describe_event_window):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7281 * events-mod.h (XEMACS_MOD_CONTROL):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7282 * events.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7283 * events.c (Fmake_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7284 * events.c (character_to_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7285 * events.c (event_to_character):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7286 * events.c (format_event_object):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7287 * events.c (Fevent_modifiers):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7288 * events.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7289 * events.h (struct key_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7290 * events.h (struct button_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7291 * events.h (struct misc_user_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7292 * frame-x.c (Fcde_start_drag_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7293 * frame-x.c (Foffix_start_drag_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7294 * gpmevent.c (Freceive_gpm_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7295 * keymap.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7296 * keymap.c (bucky_sym_to_bucky_bit):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7297 * keymap.c (control_meta_superify):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7298 * keymap.c (make_key_description):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7299 * keymap.c (keymap_lookup_directly):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7300 * keymap.c (create_bucky_submap):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7301 * keymap.c (keymap_store):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7302 * keymap.c (define_key_check_and_coerce_keysym):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7303 * keymap.c (define_key_parser):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7304 * keymap.c (define_key_alternate_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7305 * keymap.c (Fdefine_key):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7306 * keymap.c (raw_lookup_key_mapper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7307 * keymap.c (struct map_keymap_unsorted_closure):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7308 * keymap.c (map_keymap_unsorted_mapper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7309 * keymap.c (map_keymap_sort_predicate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7310 * keymap.c (map_keymap_sorted):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7311 * keymap.c (accessible_keymaps_mapper_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7312 * keymap.c (where_is_recursive_mapper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7313 * keymap.c (describe_map_mapper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7314 * keymap.c (describe_map_sort_predicate):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7315 * keymap.c (describe_map):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7316 * keymap.c (complex_vars_of_keymap):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7317 And a number of other files, the key modifier preprocessor
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7318 constants that xemacs uses have names that conflict with constants
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7319 defined under MS Windows for other purposes, so they were renamed
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7320 to begin with the prefix XEMACS_. The variables that hold such
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7321 modifiers were changed to consistently be of type int to fix
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7322 various compile warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7323
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7324 * console.c (complex_vars_of_console):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7325 * device.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7326 * device-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7327 * device-msw.c (mswindows_finish_init_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7328 * device-msw.c (msw_get_workspace_coords):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7329 * device-msw.c (mswindows_device_system_metrics):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7330 and various other files, added support for a new
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7331 device property called offset-workspace which returns the position
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7332 of the upper left corner of the workspace area and goes along with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7333 the existing size-workspace property.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7334
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7335 * dialog-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7336 * dialog-msw.c (push_bufbyte_string_as_unicode):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7337 * dialog-msw.c (mswindows_popup_dialog_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7338 Added support for XEmacs-style accelerator specifications in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7339 button text. Note: I didn't add support for this under X Windows,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7340 and somebody needs to do this.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7341
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7342 * dialog.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7343 * dialog.c (Fpopup_dialog_box):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7344 Documented the support for accelerators that was just mentioned.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7345
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7346 editfns.c (get_home_directory): Changed behavior under Windows
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7347 when HOME not defined; former behavior was irretrievably broken.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7348
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7349 * emacs.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7350 * emacs.c (main_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7351 * emacs.c (main):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7352 * minibuf.c (clear_echo_area_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7353 * minibuf.c (echo_area_append):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7354 * print.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7355 * print.c (std_handle_out_external):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7356 * print.c (std_handle_out_va):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7357 * print.c (fatal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7358 * print.c (write_string_to_stdio_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7359 * print.c (output_string):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7360 * print.c (debug_print):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7361 * print.c (debug_backtrace):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7362 * print.c (debug_short_backtrace):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7363 Cleaned up the code that prints text to stdout so that this can be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7364 changed to output into a console window instead under MS Windows,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7365 as described above.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7366
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7367 * eval.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7368 * eval.c (DEFEND_AGAINST_THROW_RECURSION):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7369 * eval.c (internal_catch):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7370 * eval.c (unwind_to_catch):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7371 * eval.c (throw_or_bomb_out):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7372 * eval.c (condition_case_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7373 * eval.c (signal_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7374 * eval.c (check_error_state_sanity):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7375 * eval.c (call_with_suspended_errors_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7376 * eval.c (call_with_suspended_errors):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7377 * eval.c (reinit_vars_of_eval):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7378 Added code to catch throw loops and check for a pesky bug that may
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7379 be gone now.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7380
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7381 * event-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7382 * event-msw.c (key_needs_default_processing_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7383 * event-msw.c (mswindows_wnd_proc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7384 * event-msw.c (mswindows_modifier_state):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7385 * event-msw.c (emacs_mswindows_quit_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7386 * event-msw.c (vars_of_event_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7387 a) Added support for using the alt key to select menu items as is
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7388 standard under MS Windows. This is controlled using the variable
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7389 menu-accelerator-enabled, just like under X Windows. There is an
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7390 option on the options menu to turn this support on. I really
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7391 think that it should be on by default under Windows, but I'm not
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7392 going to make this change yet.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7393
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7394 b) Added support for dynamic display size changes under Windows.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7395
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7396 * event-stream.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7397 * event-stream.c (maybe_echo_keys):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7398 * event-stream.c (Fnext_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7399 * event-stream.c (command_builder_find_leaf):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7400 * event-stream.c (lookup_command_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7401 * event-stream.c (execute_command_event):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7402 * event-stream.c (pre_command_hook):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7403 * event-stream.c (post_command_hook):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7404 * event-stream.c (syms_of_event_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7405 * event-stream.c (vars_of_event_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7406 * event-stream.c (complex_vars_of_event_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7407 * events.h (struct command_builder):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7408
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7409 a) Tried to clean up a little bit the horribly written x-specific
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7410 accelerator code that crept into this file. I moved this code
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7411 into menubar-x.c where it belongs. I also needed to move the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7412 command builder structure into the file events.h because it is
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7413 accessed directly by this accelerator code. What I didn't do, but
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7414 which should be done at some point, is to properly abstract this
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7415 code using device methods instead of the kludgy way that it
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7416 currently hooks into the event code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7417
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7418 b) Added the lisp variables this-command-properties and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7419 last-command- properties, which should be used to synchronize two
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7420 adjacent commands in preference to playing games with the variable
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7421 this-command, which is typically what happens.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7422
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7423 c) Added some slightly nasty code to hook into the lisp support
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7424 for shifted- motion-key selection. This is actually necessary for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7425 somewhat complicated reasons, which are described in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7426 simple.el. (NB: I think the proper thing would be to have the code
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7427 that calls the pre and post command hooks also call out to generic
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7428 lisp functions in simple.el, where all built-in stuff could be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7429 added. I will think about this more.)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7430
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7431 * event-unixoid.c (poll_fds_for_input):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7432 * lread.c (readchar):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7433 * redisplay-tty.c (tty_clear_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7434 * redisplay-x.c (x_get_gc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7435 * signal.c (interrupt_signal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7436 And a whole bunch of other files: fixed up places that printed
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7437 directly to stderr to instead call the function stderr_out so that
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7438 the changes I made under Windows work correctly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7439
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7440 * filemode.c (mode_string):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7441 Warning fixes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7443 * frame-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7444 * frame-msw.c (mswindows_size_frame_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7445 Fixed the computation of frame size and position to keep the frame
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7446 within the workspace area, rather than within the physical
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7447 dimensions of the screen, so that the frame doesn't overlap window
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7448 manager decorations, such as the start menu and toolbar, typically
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7449 at the bottom of the screen.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7450
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7451 * frame.c (vars_of_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7452 Changed the default frame title format under MS Windows to consist
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7453 of buffername-XEmacs, which is standard under MS Windows. I think
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7454 it might be a good idea to change this everywhere because I think
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7455 it is superior to the current frame title format, but this is the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7456 kind of change that is likely to cause some people to get annoyed,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7457 so I'm not making it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7458
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7459 * glyphs-eimage.c (png_instantiate): Fixed some compile warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7460
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7461 * gui-msw.c (mswindows_handle_gui_wm_command):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7462 Fixed compile warnings.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7463
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7464 * gui-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7465 * gui-x.c (strdup_and_add_accel):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7466 * gui-x.c (button_item_to_widget_value):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7467 * gui-x.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7468 Added code to automatically put an accelerator onto the beginning
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7469 of menu items that don't have one as is now the standard, and is
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7470 described more later. Also fixed things so that the menu item
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7471 name can be an evaluated expression, again a new standard.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7472
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7473 * gui.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7474 * gui.c (gui_item_add_keyval_pair):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7475 * gui.c (make_gui_item_from_keywords_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7476 * gui.c (gui_add_item_keywords_to_plist):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7477 * gui.c (gui_item_accelerator):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7478 * gui.c (gui_name_accelerator):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7479 * gui.c (gui_item_included_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7480 * gui.c (gui_item_display_flush_left):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7481 * gui.c (gui_item_display_flush_right):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7482 * gui.c (parse_gui_item_tree_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7483 * gui.c (parse_gui_item_tree_children):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7484 * gui.c (parse_gui_item_tree_list):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7485 Mule-ized. Cleanup. GCPRO addition.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7486
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7487 * line-number.c (buffer_line_number):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7488 * lisp.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7489 * lisp.h (EMACS_INT_MAX):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7490 Added the manifest constant EMACS_INT_MIN corresponding to the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7491 existing constant EMACS_INT_MAX. This is partially to fix compile
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7492 warnings under Windows, and partly for cleanliness.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7493
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7494 * menubar-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7495 * menubar-msw.c (REPLACE_ME_WITH_GLOBAL_VARIABLE_WHICH_CONTROLS_RIGHT_FLUSH):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7496 * menubar-msw.c (msw_translate_menu_or_dialog_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7497 * menubar-msw.c (displayable_menu_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7498 * menubar-msw.c (populate_menu_add_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7499 * menubar-msw.c (populate_or_checksum_helper):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7500 * menubar-msw.c (populate_menu):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7501 * menubar-msw.c (update_frame_menubar_maybe):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7502 * menubar-msw.c (prune_menubar):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7503 * menubar-msw.c (msw_char_is_accelerator):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7504 * menubar-msw.c (unsafe_handle_wm_initmenu_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7505 * menubar-msw.c (mswindows_handle_wm_command):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7506 * menubar-msw.c (mswindows_handle_wm_initmenupopup):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7507 * menubar-msw.c (mswindows_handle_wm_initmenu):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7508 * menubar-msw.c (mswindows_update_frame_menubars):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7509 * menubar-msw.c (mswindows_free_frame_menubars):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7510 * menubar-msw.c (mswindows_popup_menu):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7511 Fixed a bug in handling accelerators where an extra character
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7512 would be displayed in the menu item. Also generalized the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7513 function displayable_menu_item because it is now used by the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7514 dialog box code as well. And finally, added code in the functions
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7515 that create the menubar to extract a list of accelerators for the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7516 top level menubar, which is used in the event code to determine
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7517 whether a particular alt-key combination should be used to invoke
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7518 a menu item, or should be passed through to access the standard
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7519 XEmacs keymap binding for this key combination.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7520
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7521 Much needed GCPROing.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7522
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7523 * menubar-x.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7524 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7525 * menubar-x.c (menu_item_descriptor_to_widget_value):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7526 * menubar-x.c (restore_in_menu_callback):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7527 * menubar-x.c (x_popup_menu):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7528 * menubar-x.c (menu_move_up):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7529 * menubar-x.c (menu_move_down):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7530 * menubar-x.c (menu_move_left):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7531 * menubar-x.c (menu_move_right):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7532 * menubar-x.c (menu_select_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7533 * menubar-x.c (command_builder_operate_menu_accelerator):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7534 * menubar-x.c (menu_accelerator_junk_on_error):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7535 * menubar-x.c (command_builder_find_menu_accelerator):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7536 * menubar-x.c (Faccelerate_menu):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7537 * menubar.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7538 Moved a whole bunch of code here that was previously in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7539 event-stream.c as described above. There is also code connected
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7540 to the new standard of adding an accelerator to the beginning of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7541 menu items that don't have one as described above and below.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7542
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7543 * menubar.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7544 * menubar.c (menu_parse_submenu_keywords):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7545 * menubar.c (Fmenu_find_real_submenu):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7546 * menubar.c (Fnormalize_menu_item_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7547 * menubar.c (syms_of_menubar):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7548 * menubar.c (vars_of_menubar):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7549 * menubar.c (complex_vars_of_menubar):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7550
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7551 a) Cleaned up a bunch of documentation and improved it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7552
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7553 b) XEmacs now automatically adds an accelerator onto the beginning
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7554 of any menu items that don't have one. I did this because there
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7555 will inevitably be some menu items on the main menubar that don't
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7556 have accelerators on them because the package that adds that
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7557 particular menu item hasn't yet been fixed up to have accelerators
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7558 in them and it looked rather strange to have some items with and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7559 some items without accelerators, especially since even in items
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7560 without accelerators, you can, at least under windows, still
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7561 access the item through an accelerator corresponding to the first
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7562 character in the item's name. If people don't like this behavior,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7563 I can add a variable to turn it off optionally, but I'm not sure
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7564 this is a good idea because we really do need to have accelerators
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7565 on all of the menu items, and if a package doesn't like the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7566 accelerators being put on the first character, then it should put
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7567 the accelerators where they belong.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7568
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7569 c) I made a behavior change, which is that the descriptor that
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7570 specifies the text of the menu item, which formerly was just a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7571 string, can now also be an evaluated expression. This makes this
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7572 descriptor parallel with all of the others, which could also be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7573 evaluated expressions. This also obviates the need for the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7574 keyword :label, which was previously listed in the documentation
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7575 as unimplemented, and which was for the same purpose.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7576
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7577 d) GCPROing.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7578
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7579 * ntproc.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7580 * ntproc.c (new_child):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7581 * ntproc.c (sys_spawnve):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7582 * ntproc.c (find_child_console):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7583 * ntproc.c (sys_kill):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7584 Fixed compile warnings. By the way, this file should really go
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7585 away entirely, and this will happen as soon as Kirill makes his
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7586 final round of process cleanups, which affect the function
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7587 call-process.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7588
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7589 * process-nt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7590 * process-nt.c (struct nt_process_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7591 * process-nt.c (find_process_from_pid):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7592 * process-nt.c (send_signal_the_nt_way):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7593 * process-nt.c (enable_child_signals):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7594 * process-nt.c (find_child_console):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7595 * process-nt.c (send_signal_the_95_way):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7596 * process-nt.c (nt_finalize_process_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7597 * process-nt.c (ensure_console_window_exists):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7598 * process-nt.c (nt_create_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7599 * process-nt.c (nt_kill_child_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7600 * process-nt.c (nt_kill_process_by_pid):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7601 * process-nt.c (nt_open_network_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7602 * process-nt.c (vars_of_process_nt):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7603 Copied over code from Emacs 20.5 to correctly send signals to sub-
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7604 processes under Windows 95. Also added code to automatically
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7605 create and hide console window when a sub-process is created under
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7606 Windows 95, which obviates the need for the separate runemacs.exe
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7607 executable, and finally implemented some variables that were
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7608 implemented in Emacs 20.5, but previously not in XEmacs. These
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7609 include mswindows- start-process-share-console and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7610 mswindows-start-process-inherit-error-mode. (Both of these only
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7611 apply to Windows 95.)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7612
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7613 * regex.c (regex_compile): Fixed a compile warning.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7614
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7615 * select-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7616 * select-msw.c (mswindows_own_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7617 * select-msw.c (mswindows_get_foreign_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7618 * select-msw.c (mswindows_disown_selection):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7619 * select-msw.c (console_type_create_select_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7620 * select-msw.c (syms_of_select_mswindows):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7621 Cleaned up the file and implemented the device method
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7622 selection_exists_p, which had accidentally been left out. Also
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7623 removed four lisp functions that were remnants from before the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7624 time when the selection code was properly device abstracted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7625 These functions are no longer needed because there are generic
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7626 equivalents, and because they were added recently and don't exist
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7627 in FSF Emacs, I don't think there's any problem with just deleting
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7628 them.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7629
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7630 * sysdep.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7631 * sysdep.c (sys_subshell):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7632 Fixed a compile warning, although in this case there's probably
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7633 something wrong with this code, and it ought to be looked into
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7634 more thoroughly by somebody who understands it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7635
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7636 * window.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7637 * window.c (Fwindow_text_area_height):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7638 * window.c (Fwindow_width):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7639 * window.c (Fwindow_full_width):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7640 * window.c (Fwindow_pixel_width):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7641 * window.c (debug_print_window):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7642 * window.c (syms_of_window):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7643 Added functions window-text-area-height and window-full-width,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7644 which are functions for returning various width and height
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7645 characteristics of a window. (One of these functions is necessary
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7646 for making the file dialog box work correctly, and the other one
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7647 was added for completeness.) Also added a table to the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7648 documentation for window-height which describes the entire scheme
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7649 for accessing width and height characteristics of a window.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7650
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7651 2000-03-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7652
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7653 * nt.c (fstat): Added a comment for another problem with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7654 non-encapsulated [f]stat(), reported by Adrian Aichner
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7655 <aichner@ecf.teradyne.com>.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7656
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7657 2000-03-11 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7658
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7659 * window.c (make_dummy_parent): initialize subwindow instance
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7660 cache.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7661 (Fset_window_configuration): zero extent_modiff.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7662
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7663 2000-03-10 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7664
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7665 * redisplay.c (Fredraw_frame): reset the changed_set flags so that
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7666 more changes can be triggered.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7667 (Fredisplay_frame): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7668 (Fredraw_device): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7669 (Fredisplay_device): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7670 (redisplay_frame): make non-static.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7671 (redisplay_frame): call update_frame_gutter_geometry outside of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7672 display proper.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7673
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7674 * gutter.h: declare update_frame_gutter_geometry.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7675
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7676 * redisplay.h: declare redisplay_frame.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7677
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7678 * gutter.c (update_frame_gutter_geometry): move geometry changes
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7679 in update_frame_gutters here. Geometry changes can only occur
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7680 outside of redisplay.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7681 (update_frame_gutters): remove geometry change code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7682 (Fredisplay_gutter_area): make sure that we are in display when we
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7683 update and that we have flushed any size changes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7684
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7685 2000-03-11 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7686
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7687 * alloc.c (pdump_dump_data): remove i & count shadows.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7688
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7689 2000-02-27 Mike Alexander <mta@arbortext.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7690
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7691 * sysdep.h: Declare pdump_read_file
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7692
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7693 * sysdep.c (pdump_read_file): New function
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7694
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7695 * alloc.c (pdump_load): Call pdump_read_file to get the portable
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7696 dump data
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7697
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7698 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7699
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7700 * lrecord.h: add `lrecord_type_pgsetenv'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7701
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7702 2000-03-08 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7703
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7704 * symsinit.h: declare (vars|syms)_of* functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7705 * lrecord.h: add `lrecord_type_pgconn' and 'lrecord_type_pgresult'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7706
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7707 2000-03-06 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7708
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7709 * config.h.in: Add symbols HAVE_POSTGRESQL and HAVE_POSTGRESQLV7
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7710
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7711 * inline.c: Include postgresql.h lrecord stuffs to placate buggy
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7712 GCCs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7713
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7714 * emacs.c (main_1): Call postgres initialization code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7715
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7716 * postgresql.h: New file. PostgreSQL RDBMS support.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7717 * postgresql.c: New file.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7718
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7719 2000-03-08 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7720
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7721 * redisplay-output.c (redisplay_output_display_block): Disable
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7722 redundant code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7723
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7724 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7725
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7726 * mule-canna.c (Fcanna_henkan_region): Translate doc-string.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7727 (Fcanna_henkan_next): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7728 (Fcanna_bunsetu_henkou): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7729 (Fcanna_henkan_kakutei): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7730 (Fcanna_henkan_end): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7731 (Fcanna_henkan_quit): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7732 (Fcanna_henkan_next): Set retun value correctly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7733 (c2mu): Use unsigned char instead of signed char.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7734
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7735 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7736
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7737 * emacs.c (main_1): Always call syms_of_gui.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7738 * inline.c: include gui.h
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7739
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7740 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7741
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7742 * redisplay.c (Vvisible_bell): Renamed from visible_bell and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7743 converted to Lisp_Object.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7744 (Qtop_bottom): New variable.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7745 (syms_of_redisplay): Initialize it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7746 * redisplay.h (Vvisible_bell): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7747 * sound.c (ding): Ditto and check if Vvisible_bell is nil.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7748 * redisplay-x.c (x_flash): When Vvisible_bell is top-bottom,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7749 only flash top and bottom.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7750
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7751 2000-03-08 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7752
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7753 * buffer.c (Frename_buffer): record new buffer name the right way.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7754
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7755 2000-03-08 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7756
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7757 * glyphs.c (update_subwindow): increase hash depth so that widget
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7758 items get picked up properly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7759
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7760 * redisplay-output.c (compare_runes): increase hash depth so that
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7761 widget items get picked up properly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7762
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7763 2000-03-08 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7764
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7765 * gutter.c (output_gutter): add some debug.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7766
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7767 * glyphs.h (struct Lisp_Image_Instance): add display_hash.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7768 (IMAGE_INSTANCE_DISPLAY_HASH): new macro.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7769 (XIMAGE_INSTANCE_DISPLAY_HASH): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7770
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7771 * redisplay-output.c (compare_runes): use display_hash to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7772 determine if glyphs really are not the same.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7773
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7774 * glyphs.c (update_subwindow): check display_hash to see if
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7775 anything really needs to be updated. If not then do
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7776 nothing. Record the display_hash after updating.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7777 (image_instance_equal): compare the image_instance face also.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7778
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7779 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7780
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7781 * redisplay.h: Fix comment style.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7782
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7783 2000-03-08 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7784
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7785 * consle-msw.h (struct mswindows_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7786 Added new member paint_pending to indicate whether a WM_PAINT
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7787 magic event has been queued for this frame.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7788
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7789 * event-msw.c (mswindows_drain_windows_queue):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7790 Don't queue a WM_PAINT magic event if one is already queued.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7791 (emacs_mswindows_handle_magic_event): clear paint_pending flag.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7792
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7793 * frame-msw.c (mswindows_init_frame_1): initialise paint_pending flag.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7794
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7795 2000-03-07 Didier Verna <didier@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7796
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7797 * dired.c: #include `regex.h' after `sysfile.h'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7798
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7799 2000-03-06 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7800
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7801 * sound.c (init_nas_sound): Fix compiler warning.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7802
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7803 * alloc.c (ALIASING_VOIDPP_DEREFERENCE): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7804 (FREE_STRUCT_P):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7805 (MARK_STRUCT_AS_FREE):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7806 (MARK_STRUCT_AS_NOT_FREE):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7807 Make `gcc -fstrict-aliasing' work properly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7808
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7809 2000-03-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7810
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7811 * device-msw.c (mswindows_finish_init_device): Call CoInitialize().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7812 (mswindows_delete_device): Call CoUnnitialize().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7813
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7814 * event-msw.c (mswindows_wnd_proc): WM_DROPFILES: Decode Shortcuts.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7815
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7816 2000-02-25 <CraigL@DyCon.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7817
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7818 * process-nt.c: MinGW now has <shellapi.h>, but still needs
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7819 <errno.h>.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7820
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7821 * sysdep.c: This extern declaration for environ prevents MinGW
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7822 from finding the variable in CRTDLL.DLL.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7823
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7824 * s\mingw32.h (PBS_SMOOTH): Removed, now defined in cygwin's
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7825 windows headers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7826 (SHGFI_EXETYPE): ..
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7827 (WM_MOUSEWHEEL): ..
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7828 (_WIN32_IE): Added, needed to get the TCS_BOTTOM and TCS_VERTICAL
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7829 definitions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7830 (MMRESULT): Removed, now defined in cygwin's windows headers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7831 (TIMECAPS): ..
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7832 (uid_t,gid_t,pid_t,ssize_t): ..
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7833 (_timeb): Removed, MinGW defines both _timeb and timeb.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7834 (HAVE_H_ERRNO): Added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7835 (HAVE_TZNAME): Added, configure is not detecting this.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7836
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7837 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7838
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7839 * chartab.h (XCHAR_TABLE_VALUE_UNSAFE): New macro.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7840 * syntax.c (syntax_match): Use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7841
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7842 * cmds.c: Import auto-fill-chars from FSF Emacs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7843 (Vauto_fill_chars): New variables.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7844 (internal_self_insert): Check Vauto_fill_chars.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7845 (vars_of_cmds):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7846 Declare auto-fill-chars as a Lisp variable and initialize it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7847
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7848 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7849
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7850 * fileio.c (Fmake_symbolic_link):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7851 (Ffile_symlink_p):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7852 Run handlers even if local machine doesn't have symlinks.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7853
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7854 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7855
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7856 * event-msw.c (mswindows_drain_windows_queue):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7857 Don't generate paint magic events for non-XEmacs frames.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7858
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7859 2000-03-05 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7860
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7861 * redisplay.c (redisplay_frame): generate_displayable_area and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7862 friends assumes that we are not in GC, we therefore have to make
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7863 sure that this doesn't happen.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7864
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7865 * gutter.c (calculate_gutter_size): generate_displayable_area
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7866 assumes that we are not in GC, we therefore have to make sure that
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7867 this doesn't happen.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7868
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7869 2000-03-05 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7870
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7871 * opaque.c (DEFINE_LRECORD_IMPLEMENTATION): opaque_ptr ==> opaque-ptr
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7872
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7873 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7874
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7875 * redisplay.c (regenerate_window): Make sure we set a sane value
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7876 for end_pos even if we jump out of the loop.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7877 (regenerate_window): Answer Ben's question :-).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7878 (start_end_of_last_line): Add may_error argument.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7879 (start_of_last_line):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7880 (end_of_last_line): Pass may_error = 0.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7881 (end_of_last_line_may_error): New function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7882 (pixel_to_glyph_translation): Use it, so we don't crash in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7883 event_to_glyph.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7884
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7885 2000-03-04 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7886
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7887 * window.h (struct window): add gutter_extent_modiff.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7888
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7889 * window.c (allocate_window): zero out gutter_extent_modiff.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7890
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7891 * redisplay.h: declare sync_display_line_structs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7892
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7893 * redisplay.c (add_glyph_rune): add a better comment.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7894
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7895 * redisplay-output.c (sync_display_line_structs): made non-static.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7896 (compare_runes): remove unneccesary glyph cachel access.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7897
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7898 * gutter.h: declare gutter_extent_signal_changed_region_maybe.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7899
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7900 * gutter.c (output_gutter): don't output the gutter if extent
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7901 changes only involve extents in buffers. use 4 sets of display
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7902 lines.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7903 (gutter_extent_signal_changed_region_maybe): new function. Mark
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7904 extents in gutters as changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7905 (update_frame_gutters): use 4 sets of display lines.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7906 (reset_gutter_display_lines): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7907 (free_frame_gutters): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7908 (redraw_exposed_gutter): force output of gutters.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7909
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7910 * frame.h (struct frame): add 4 sets of gutter display lines.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7911
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7912 * extents.c: (extent_changed_for_redisplay): signal changes to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7913 extents in strings in the gutter as well as extents in buffers.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7914
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7915 2000-03-02 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7916
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7917 * gutter.c (specifier_vars_of_gutter): cosmetic changes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7918
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7919 * frame.c (Fmake_frame): make sure the gutters get initialized
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7920 after the frame is visible.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7921 (set_frame_selected_window): re-arrange compilation macros a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7922 little.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7923 (change_frame_size_1): mark gutters changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7924
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7925 * device.c (Fset_device_class): mark gutters changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7926
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7927 2000-03-01 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7928
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7929 * window.c (window_top_frame_gutter_height): deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7930 (window_bottom_frame_gutter_height): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7931 (window_left_frame_gutter_height): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7932 (window_right_frame_gutter_height): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7933 (window_top_gutter_height): don't use them.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7934 (window_bottom_gutter_height): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7935 (window_left_gutter_width): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7936 (window_right_gutter_width): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7937 (Fsplit_window): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7938 (Fwindow_pixel_edges): don't use border dimensions here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7939
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7940 * scrollbar.c (update_scrollbar_instance): don't take gutters into account.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7941 (update_scrollbar_instance): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7942
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7943 * redisplay.c (generate_modeline): don't take gutters into account.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7944 (generate_modeline): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7945 (redisplay_frame): small gutter display optimization.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7946
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7947 * redisplay-x.c (x_output_vertical_divider): don't take gutters into account.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7948
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7949 * redisplay-msw.c (mswindows_output_vertical_divider): don't take
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7950 gutters into account.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7951
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7952 * gutter.h (WINDOW_REAL_*_GUTTER_BOUNDS): remove bogus checks
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7953 for window position and type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7954
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7955 * gutter.c (get_gutter_coords): fix for frame gutters.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7956 (update_frame_gutters): update frame geometry if the gutters have
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7957 changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7958 (init_frame_gutters): record current gutter geometries.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7959
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7960 * glyphs-msw.c (mswindows_subwindow_instantiate): remove unused
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7961 var.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7962 (mswindows_widget_instantiate): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7963
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7964 * frame.h (struct frame): add current_gutter_bounds.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7965
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7966 * frame.c (change_frame_size_1): position window and minibuffer
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7967 appropriately taking into account the frame gutters.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7968
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7969 * frame-x.c: (x_initialize_frame_size): take into account the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7970 frame gutters.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7971
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7972 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7973
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7974 * emacs.c (data-directory): Xref `locate-data-file' in docstring.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7975
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7976 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7977
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7978 * alloc.c (dumpopaquevec): Increase dimension for --with-canna.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7979
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7980 1999-12-30 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7981
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7982 * file-coding.c (reset_decoding_stream): Clear previous
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7983 detection state when autodetect.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7984
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7985 2000-02-29 Didier Verna <didier@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7986
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7987 * extents.c (set_extent_glyph_1): don't require extents to be
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7988 attached.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7989
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7990 2000-02-27 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7991
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7992 * gutter.c (Fset_default_gutter_position): don't default left and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7993 right gutter visibility to t.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7994 (Fset_default_gutter_position): run
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7995 default-gutter-position-changed-hook.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7996 (syms_of_gutter): add default-gutter-position-changed-hook.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7997
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7998 2000-02-26 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
7999
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8000 * specifier.c (Fmake_specifier): add gutter references.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8001
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8002 * gutter.h (RAW_WINDOW_GUTTER): new macro.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8003
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8004 * lisp.h: declare Fvalid_plist_p.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8005
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8006 * gutter.c (gutter_geometry_changed_in_window): mark the modeline
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8007 as changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8008 (default_gutter_visible_p_changed_in_window): invalidate gutter as
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8009 well as its visibility so that it gets reconstructed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8010 (construct_window_gutter_spec): new function. Construct a string
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8011 to be displayed in the gutter from a plist of strings. Take care
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8012 to only use elements that are declared as visible.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8013 (calculate_gutter_size): use RAW_WINDOW_GUTTER instead of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8014 WINDOW_GUTTER.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8015 (gutter_validate): allow plists of strings in the specifier.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8016 (gutter_specs_changed): construct the real_gutter from the gutter
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8017 specs using construct_window_gutter_spec.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8018 (gutter_visible_validate): gutter-visible is a new specifier type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8019 (Fgutter_visible_specifier_p): new function for the new specifier.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8020 (syms_of_gutter): declare gutter-visible and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8021 Fgutter_visible_specifier_p.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8022 (specifier_type_create_gutter): intitalize new gutter-visible
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8023 specifier.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8024 (reinit_specifier_type_create_gutter): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8025 (specifier_vars_of_gutter): use new specifier type for gutter
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8026 visibility.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8027 (init_frame_gutters): construct real_gutter correctly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8028 (Fgutter_specifier_p): beef up documentation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8029 (Fgutter_size_specifier_p): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8030
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8031 * winslots.h: add real_gutter slots.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8032
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8033 2000-02-25 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8034
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8035 * device-msw.c: Be kind to older cygwin versions. From Raymond
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8036 Toy <toy@rtp.ericsson.se>.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8037
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8038 * gui-msw.c (Fmswindows_shell_execute): Remove things unknown to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8039 earlier cygwins. From Raymond Toy <toy@rtp.ericsson.se>.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8040
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8041 2000-02-25 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8042
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8043 * elhash.c (MARK_OBJ): Practice macro hygiene.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8044
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8045 2000-02-24 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8046
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8047 * miscplay.c: s/__inline__/inline/g;
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8048 * glyphs-msw.c (set_mono_pixel): INLINE ==> static inline
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8049 (get_device_compdc): INLINE ==> static inline
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8050 * *.[ch]: Change INLINE to INLINE_HEADER globally.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8051 find -name '*.h' | \
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8052 xargs global-replace \
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8053 's/(^|(?<=[^A-Za-z0-9_]))INLINE((?=[^A-Za-z0-9_])|$)/INLINE_HEADER/g'
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8054
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8055 2000-02-25 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8056
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8057 * window.c (window_top_frame_gutter_height): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8058 (window_top_window_gutter_height): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8059 (window_top_gutter_height): use them.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8060 (window_bottom_frame_gutter_height): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8061 (window_bottom_window_gutter_height): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8062 (window_bottom_gutter_height): use them.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8063 (window_left_window_gutter_width): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8064 (window_left_frame_gutter_width): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8065 (window_left_gutter_width): use them.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8066 (window_right_window_gutter_width): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8067 (window_right_frame_gutter_width): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8068 (window_right_gutter_width): use them.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8069 (window_pixel_height): new function. calulate window pixel height
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8070 with frame gutter involvement.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8071 (Fsplit_window): calculate new sizes taking frame gutters into
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8072 account.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8073 (window_char_height_to_pixel_height): don't include frame gutters.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8074 (window_char_height): use window_pixel_height.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8075 (window_pixheight): rename from window_pixel_height.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8076 (change_window_height): use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8077 (window_pixel_height_to_char_height): don't include frame gutters.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8078 (window_char_width_to_pixel_width): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8079
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8080 2000-02-25 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8081
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8082 * glyphs.h (IMAGE_INSTANCE_FACE): glyph might be nil, don't crash
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8083 if it is.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8084
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8085 2000-02-24 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8086
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8087 * alloc.c (staticpro):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8088 (staticpro_nodump):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8089 (dumpstruct):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8090 (dumpopaque):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8091 (pdump_wire):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8092 (pdump_wire_list):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8093 (compact_string_chars):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8094 (pdump_dump_wired):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8095 Convert: if (foo) abort(); ==> assert (! foo);
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8096
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8097 * eldap.c (Fldap_search_basic):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8098 (Fldap_add):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8099 (Fldap_modify):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8100 (Fldap_delete):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8101 Fix compiler warnings, and possible crashes if (random) return
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8102 value were to be used.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8103
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8104 2000-02-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8105
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8106 * device-msw.c: Workaround ResetDC failure.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8107
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8108 * frame-msw.c (msprinter_init_frame_3): Added an assertion before
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8109 applying a devmode.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8110
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8111 * redisplay-msw.c (get_frame_dc): Added start_page_p.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8112 (mswindows_text_width): Do not start printer page.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8113
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8114 * console-msw.h (CHECK_MSGDI_DEVICE): Added this and friends.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8115
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8116 * glyphs-msw.c: Added image methods to msprinter console and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8117 msprinter-specific image instantiation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8118
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8119 2000-02-20 Mike Alexander <mta@arbortext.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8120
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8121 * select-msw.c (Fmswindows_set_clipboard): GC protect more things
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8122 to avoid crashes when selection-sets-clipboard is on
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8123 (mswindows_own_selection): ditto
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8124
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8125 2000-02-19 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8126
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8127 * glyphs-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8128 * redisplay-msw.c (get_frame_dc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8129 (get_frame_compdc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8130 * console-msw.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8131 * device-msw.c (mswindows_init_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8132 (mswindows_delete_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8133 (msprinter_init_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8134 (msprinter_delete_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8135 * frame-msw.c (mswindows_init_frame_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8136 (mswindows_delete_frame):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8137 (msprinter_init_frame_3):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8138 (msprinter_delete_frame): Move compatible DC to device object from
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8139 frame object, for both mswindows and msprinter. Only one at a time
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8140 is needed, it is a real waste to have one per frame!
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8141
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8142 2000-02-23 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8143
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8144 * glyphs.c: add dynamic width and height elements.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8145 (image_instance_equal): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8146
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8147 * glyphs-widget.c (widget_query_geometry): calculate width and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8148 height dynamically if required.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8149 (initialize_widget_image_instance): initialize dynamic dimensions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8150 (widget_instantiate): pick-up dynamic dimensions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8151
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8152 * glyphs.h (struct Lisp_Image_Instance): add width and height for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8153 dynamic determination. Add appropriate macros.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8154
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8155 * gutter.h (WINDOW_GUTTER_BORDER_WIDTH): make non-integer
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8156 dimensions safe.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8157 (WINDOW_GUTTER_SIZE): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8158 (WINDOW_GUTTER_SIZE_INTERNAL): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8159
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8160 * redisplay-msw.c (get_frame_compdc): gcc can't cope with this
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8161 inline.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8162 (get_frame_dc): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8163
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8164 * redisplay.h (GLOBAL_RESET_CHANGED_FLAGS): don't reset faces
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8165 here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8166
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8167 2000-02-23 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8168
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8169 * XEmacs 21.2.31 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8170
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8171 2000-02-22 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8172
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8173 * ntheap.c (allocate_heap): Make sure `ptr' is initialized.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8174
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8175 2000-02-22 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8176
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8177 * glyphs-x.c (x_widget_instantiate): don't explicitly resize here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8178
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8179 2000-02-21 Mike Sperber <mike@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8180
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8181 * .dbxrc:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8182 * .gdbinit:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8183 * Makefile.in.in: Remove obsolete EMACSBOOTSTRAP... environment
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8184 variables.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8185
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8186 2000-02-21 Mike Sperber <mike@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8187
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8188 * s/aix4.h: Declare getaddrinfo broken for AIX 4, which it is.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8189
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8190 2000-02-21 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8191
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8192 * XEmacs 21.2.30 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8193
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8194 2000-02-20 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8195
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8196 Performance hacking.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8197 * *.c (syms_of_*):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8198 Add INIT_LRECORD_IMPLEMENTATION macros, paired with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8199 DEFINE_LRECORD_IMPLEMENTATION macros in the same file.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8200 * emacs.c (main_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8201 * lisp.h (DEFUN):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8202 * console.c (DEFVAR_CONSOLE_LOCAL_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8203 * buffer.c (DEFVAR_BUFFER_LOCAL_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8204 * symeval.h (DEFVAR_SYMVAL_FWD):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8205 * symbols.c (guts_of_unbound_marker):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8206 Make all c_readonly objects also lisp_readonly and marked for life.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8207 * lrecord.h (struct lrecord_implementation):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8208 Document flags better.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8209 * lrecord.h (DEFINE_LRECORD_SEQUENCE_IMPLEMENTATION_WITH_PROPS):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8210 * lrecord.h (DECLARE_LRECORD):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8211 * lrecord.h (XSETRECORD):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8212 * lrecord.h (RECORDP):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8213 * lrecord.h (RECORD_TYPEP):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8214 * lrecord.h (RECORD_MARKER): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8215 * lrecord.h (error_check_*):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8216 * lrecord.h (CONCHECK_NONRECORD):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8217 * lrecord.h (MAKE_LRECORD_IMPLEMENTATION):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8218 * lrecord.h (INIT_LRECORD_IMPLEMENTATION): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8219 * lrecord.h (set_lheader_implementation):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8220 * lrecord.h (enum lrecord_type): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8221 * symeval.h (SYMBOL_VALUE_MAGIC_P):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8222 * alloc.c (disksave_object_finalization_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8223 * alloc.c (mark_object):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8224 * alloc.c (lrecord_type_index):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8225 * alloc.c (tick_lcrecord_stats):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8226 * alloc.c (Fgarbage_collect):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8227 * alloc.c (init_alloc_once_early):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8228 * alloc.c (pdump_load):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8229 * alloc.c (GC_CHECK_LHEADER_INVARIANTS): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8230 * alloc.c (lrecord_type_index): Delete.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8231 Make lisp object type indexes be constant.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8232 Makes (byte-compile) 5% faster.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8233 Put all marker functions into their own array.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8234 Makes (garbage-collect) 5% faster.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8235 Optimize SYMBOL_VALUE_MAGIC_P.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8236 Makes (byte-compile) 2-3% faster.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8237 * config.h.in (gc_checking_assert): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8238 * alloc.c: Use gc_checking_assert().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8239 * .dbxrc: Make compatible with new object type implementation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8240 * .gdbinit: Make compatible with new object type implementation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8241 * alloc.c: Delete all symbols defined only for debugging, such as
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8242 Lisp_Type_Vector and lrecord_charset.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8243
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8244 2000-02-21 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8245
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8246 * gui-msw.c (Fmswindows_shell_execute): fix file location
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8247 problems.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8248
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8249 * buffer.c (Fkill_buffer): remove buffer from alist buffer
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8250 unshowing so that set_window_buffer doesn't undo
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8251 kill_buffer_hook's hard work.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8252
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8253 * glyphs-widget.c (tab_control_query_geometry): don't count the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8254 first item when calculating geometry.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8255
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8256 * glyphs.c (map_subwindow): remove redundant code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8257 (update_frame_subwindows): be more circumspect about when to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8258 update subwindows.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8259
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8260 * glyphs-x.c (x_update_widget): Properly fix sizing bug. Fix bug
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8261 when items haven't changed. Update faces if faces have changed as
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8262 well as just the widget face.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8263 (x_tab_control_update): Update faces if faces have changed as well
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8264 as just the widget face.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8265
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8266 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8267
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8268 * device-msw.c: (mswindows_delete_device): Remove redundant DDE
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8269 registration.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8270 (build_syscolor_string): Use mswindows_color_to_string to try to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8271 get a named color.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8272 (mswindows_device_system_metrics): Reverse the foreground and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8273 background colors so that they match the documentation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8274
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8275 * objects-msw.c: (mswindows_X_color_map): tweak some values so
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8276 they match the default Windows palette.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8277 (mswindows_color_to_string): New function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8278
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8279 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8280
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8281 * s/windowsnt.h: Only use __declspec(noreturn) with MSVC>=6.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8282
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8283 2000-02-18 Olivier Galibert <galibert@pobox.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8284
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8285 * m/*, s/*: Removed obsolete DATA_SEG_BITS, PURE_SEG_BITS,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8286 WORD_MACHINE, SIGN_EXTEND_CHAR and EXPLICIT_SIGN_EXTEND.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8287
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8288 * symbols.c (init_symbols_once_early): Removed obsolete
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8289 DATA_SEG_BITS related kludge.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8290 (defvar_magic): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8291
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8292 * malloc.c: Removed obsolete DATA_SEG_BITS
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8293 * ralloc.c: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8294 * mem-limits.h: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8295
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8296 * Makefile.in.in: Removed obsolete HAVE_SHM
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8297 * emacs.c: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8298
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8299 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8300
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8301 * device-msw.c (mswindows_delete_device): Free DDE string
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8302 handles.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8303
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8304 2000-02-16 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8305
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8306 * keymap.c (get_keyelt):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8307 * unexnt.c (unexec):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8308 * vm-limit.c (memory_warnings):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8309 * ntheap.c (recreate_heap):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8310 * ntheap.h (UNINIT_PTR):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8311 * select-msw.c (Fmswindows_get_clipboard):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8312 (Fmswindows_set_clipboard):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8313 * objects-msw.h (MSWINDOWS_BAD_HFONT):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8314 * objects-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8315 * menubar-msw.c (displayable_menu_item):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8316 * glyphs-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8317 * glyphs-msw.h (IMAGE_INSTANCE_MSWINDOWS_MASK):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8318 * sysdep.c (sys_subshell):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8319 * process-nt.c (nt_create_process):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8320 * nt.c (normalize_filename):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8321 (dostounix_filename):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8322 (unixtodos_filename):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8323 * ntproc.c (win32_executable_type):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8324 * ntplay.c (play_sound_data_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8325 (play_sound_file):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8326 * editfns.c (get_home_directory):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8327 * event-msw.c (struct winsock_stream):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8328 (mswindows_dde_callback):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8329 * device-msw.c (msprinter_init_device):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8330 (msprinter_get_devmode_copy): Frobbed syntax frivolities.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8331
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8332 * toolbar-msw.c (mswindows_free_frame_toolbars): Paramters to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8333 mswindows_clear_toolbar were swapped!
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8334
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8335 * objects-msw.c:(colormap_t):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8336 (fontmap_t):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8337 * emacs.c (struct standard_args): Fixed const jumble.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8338
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8339 * glyphs-widget.c (update_widget): Fixed comparison notation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8340
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8341 * event-msw.c (mswindows_dde_callback): Removed extraneous ';'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8342
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8343 * s\windowsnt.h (DOESNT_RETURN): Defined to support the MSVC
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8344 __declspec(noreturn) syntax.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8345
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8346 2000-02-19 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8347
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8348 * eldap.c (Fldap_open):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8349 (Fldap_search_basic):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8350 (Fldap_add):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8351 (Fldap_modify):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8352 Use new coding system conversion macros.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8353
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8354 2000-01-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8355
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8356 * console-tty.c (tty_init_console): Change MULE to FILE_CODING.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8357
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8358 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8359
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8360 * eldap.h (Fldap_search) Renamed from Fldap_search_internal:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8361 (Fldap_add, Fldap_modify, Fldap_delete): New functions
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8362
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8363 * eldap.c (Qadd, Qreplace): New constant symbols
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8364 (Fldap_open): Use the LDAP_OPT_RESTART option to avoid
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8365 interruptions by XEmacs signals
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8366 Remove unnecessary calls to slow_down_interrupts and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8367 speed_up_interrupts
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8368 (Fldap_search_basic): Renamed from Fldap_search_internal
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8369 Added new optional parameter VERBOSE that triggers the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8370 display of progress messages
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8371 Remove unnecessary calls to slow_down_interrupts and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8372 speed_up_interrupts
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8373 LDAP result code analysis rewritten
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8374 (Fldap_add, Fldap_modify, Fldap_delete): New functions
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8375 (syms_of_eldap): Define the new symbols and functions
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8376
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8377
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8378 2000-02-17 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8379
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8380 * realpath.c: Determine PATH_MAX maximally portably.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8381
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8382 * insdel.c (bytecount_to_charcount): Optimize.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8383 The function used to be optimized for entirely ASCII sequences.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8384 Now it is optimized for successive characters from the same
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8385 charset. This also wins big for _mostly_ ASCII sequences.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8386
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8387 * fileio.c (Ffile_truename): convert return from realpath() using
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8388 Qfile_name, not Qbinary. Fixes obvious bug with non-ASCII symlinks.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8389 - Rewrite GCPROing slightly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8390
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8391 * sysdep.c (sys_open): Do filename conversion, like all other
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8392 sys_* functions. Fixes bug:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8393 (let ((file-name-coding-system 'iso-8859-2))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8394 (write-region x y latin2-name))
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8395 ==> writes filename using internal encoding.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8396
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8397 2000-02-18 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8398
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8399 * buffer.c (DEFVAR_BUFFER_LOCAL_1): Turn on c_readonly. Always const.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8400 * console.c (DEFVAR_CONSOLE_LOCAL_1): Turn on c_readonly. Always const.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8401 * symeval.h (DEFVAR_SYMVAL_FWD): Turn on c_readonly. Always const.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8402 * eval.c (lrecord_subr): Remove this_one_is_unmarkable.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8403 * symbols.c (lrecord_symbol_value_forward): Remove this_one_is_unmarkable.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8404 * symbols.c (guts_of_unbound_marker): Turn on c_readonly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8405 * lrecord.h (UNMARKABLE_LRECORD_HEADER_P): Delete.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8406 (CONST_IF_NOT_DEBUG): Delete.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8407 * alloc.c (this_one_is_unmarkable): Delete.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8408 (mark_object): Don't check for this_one_is_unmarkable. Use the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8409 c_readonly flag instead.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8410 * lisp.h (DEFUN): Define a Lisp_Subr as c_readonly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8411
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8412 2000-02-18 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8413
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8414 * event-msw.c (mswindows_drain_windows_queue):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8415 (emacs_mswindows_handle_magic_event): Remove attempt to optimise
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8416 away redundant repaint events.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8417
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8418 2000-02-17 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8419
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8420 * redisplay.h: declare mark_redisplay_structs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8421
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8422 * redisplay.c (redisplay_window):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8423 (redisplay_frame): don't check subwindows_state_changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8424 (mark_redisplay): mark gutters here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8425
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8426 * glyphs.c: (instantiate_image_instantiator): always layout if we
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8427 haven't done so already.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8428 (allocate_image_instance): don't mark as dirty.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8429 (update_subwindow): bind inhibit_quit.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8430
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8431 * gutter.c (mark_gutters): new function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8432
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8433 * glyphs-x.c (x_update_widget): Always resize to get round a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8434 widget bug.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8435
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8436 * glyphs-msw.c (mswindows_tab_control_update): remove `;' that was
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8437 breaking absolutely everything.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8438
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8439 * gutter.h: declare mark_gutters.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8440
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8441 2000-02-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8443 * XEmacs 21.2.29 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8444
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8445 2000-02-15 Olivier Galibert <galibert@pobox.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8446
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8447 * fns.c (size_bit_vector): Fix computation of the size.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8448
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8449 2000-02-15 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8450
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8451 * *.[ch]: Change CONST to const globally.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8452 find -name '*.[ch]' | \
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8453 xargs global-replace \
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8454 's/(^|(?<=[^A-Za-z0-9_]))CONST((?=[^A-Za-z0-9_])|$)/const/g'
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8455 - Remove vestigial references to CONST_IS_LOSING
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8456
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8457 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8458
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8459 * event-msw.c (mswindows_drain_windows_queue): Remove hack to
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8460 bailout early on quit. Enqueue WM_PAINT events as XEmacs magic
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8461 events instead of dispatching them directly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8462 (mswindows_handle_paint): New function to do repainting.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8463 (mswindows_wnd_proc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8464 (emacs_mswindows_handle_magic_event): Call above function.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8465
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8466 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8467
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8468 * objects-msw.c (mswindows_create_font_variant): Return the new
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8469 font handle.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8470 (initialize_font_instance): Get font metrics from the underlined
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8471 variant of the font to cope with the case where the underlined
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8472 font has a bigger descent.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8473
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8474 2000-02-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8475
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8476 * gui.c (gui_item_accelerator): Return the first underlined
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8477 character in item name.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8478
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8479 2000-02-11 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8480
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8481 * lisp.h: Added Qprinter.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8482
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8483 * general.c (syms_of_general): Initialized it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8484
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8485 * redisplay-msw.c (get_frame_dc): Conditionally start a new page.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8486 (get_frame_dc):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8487 (get_frame_compdc): Made inline.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8488
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8489 * console.h (struct console_methods): Added eject_page method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8490
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8491 * frame.h: Added FRAME_DISPLAY_P and friends.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8492 Aligned backslahes in many macros in more readable fashion.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8493 Added page_number to struct frame, and an accessor macro
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8494 for it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8495
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8496 * defice.h: Added DEVICE_DISPLAY_P and friends.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8497
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8498 * device.c (Fdevice_printer_p): Used these.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8499
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8500 * frame.c (allocate_frame_core): Initialize page number.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8501 (Fprint_job_page_number):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8502 (Fprint_job_eject_page): Implemented.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8503
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8504 * frame-msw.c (msprinter_eject_page): Added method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8505 (msprinter_start_page): Added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8506
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8507 * window.c (Fwindow_truncated_p): Fixed docstring.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8508 (Fwindow_last_line_visible_height): Implemented.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8509
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8510 2000-02-09 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8511
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8512 * frame.c (change_frame_size_1): Undo 2000-02-03 change.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8513
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8514 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8515
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8516 * syntax.c (scan_words): Always advance at least one character.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8517
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8518 2000-02-13 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8519
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8520 * redisplay.c (add_glyph_rune): call get_glyph_cachel_index here
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8521 to make sure the glyph is in the cachels.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8522
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8523 * glyphs.h (struct Lisp_Image_Instance): make layout_changed a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8524 global image instance flag.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8525 (IMAGE_INSTANCE_NEEDS_LAYOUT): new macro.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8526 (XIMAGE_INSTANCE_NEEDS_LAYOUT): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8527
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8528 * glyphs.c (allocate_image_instance): set dirty bits correctly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8529 (Fset_image_instance_property): mark layout as changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8530 (invalidate_glyph_geometry_maybe): mark layout as changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8531 (glyph_width): use new NEEDS_LAYOUT macro.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8532 (glyph_ascent): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8533 (glyph_descent): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8534 (glyph_height): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8535 (image_instance_layout): mark layout as clean after laying out.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8536 (update_subwindow): don't mark layout as clean here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8537
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8538 * glyphs-x.h (IMAGE_INSTANCE_X_WIDGET_ID): undo C++ changes, they
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8539 should no longer be needed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8540
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8541 * glyphs-x.c (x_update_widget): sanitize asserts.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8542 (x_finalize_image_instance): sanitize assignment to widgets.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8543
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8544 * glyphs-widget.c (widget_instantiate): don't need to clear the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8545 layout flag here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8546
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8547 2000-02-13 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8548
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8549 * sysdep.c (getcwd): Use standard prototype.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8550 * sysdep.h (getcwd): Use standard prototype.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8551
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8552 * fns.c (Fsubseq): Change parameters to more natural ANSI Lisp
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8553 (sequence, start, end).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8554 Remove redundant type checking.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8555 (Fmapconcat): Remove useless GCPRO, a wrong-headed attempt (in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8556 view of `caller-protects') to avoid a crash where the real fix was
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8557 found elsewhere.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8558
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8559 2000-02-12 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8560
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8561 * glyphs-x.c (x_finalize_image_instance): Compile error fixes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8562
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8563 * s/sol2.h: Remove feature macro initialization.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8564
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8565 * alloc.c (alloc_lcrecord): Add more type checking assertions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8566 (vector_hash): New. Code from internal_hash.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8567 * lrecord.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8568 Fix up allocation subsystem comments.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8569
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8570 * config.h.in: Add __EXTENSIONS__ for Solaris.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8571
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8572 * systime.h (EMACS_GETTIMEOFDAY): New.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8573 (EMACS_GET_TIME): Use EMACS_GETTIMEOFDAY.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8574 Remove Solaris-specific code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8575 Use void* for the (ignored) second arg for gettimeofday().
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8576
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8577 * elhash.c (hash_table_hash): Implement it, finally.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8578 * elhash.c: Use hashcode_t.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8579
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8580 * linuxplay.c (sighandler): Fix prototypes to use SIGTYPE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8581 * sunplay.c (sighandler): Fix prototype to use SIGTYPE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8582
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8583 * lisp.h (STRETCHY_STRUCT_SIZEOF): Delete.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8584 * fns.c (size_bit_vector):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8585 * alloc.c (size_vector):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8586 (make_vector_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8587 (make_bit_vector_internal):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8588 (sweep_bit_vectors_1):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8589 Replace calls to STRETCHY_STRUCT_SIZEOF with offsetof expression.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8590
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8591 2000-02-10 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8592
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8593 * s/aix4.h: #define MAP_FAILED if sys/mman.h didn't.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8594 Include strings.h to avoid warnings for bzero and strcasecmp.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8595
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8596 2000-02-10 Olivier Galibert <galibert@pobox.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8597
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8598 * alloc.c: Move STRETCHY_STRUCT_SIZEOF from here...
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8599 * lisp.h (STRETCHY_STRUCT_SIZEOF): ...to here
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8600
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8601 * fns.c (size_bit_vector): New. Declare bit vectors as a
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8602 sequence.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8603
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8604 2000-02-10 Olivier Galibert <galibert@pobox.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8605
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8606 * symeval.h (struct symbol_value_magic): Remove "next" kludge and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8607 use a value field instead.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8608 (symbol_value_forward_forward): Use value field.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8609 (DEFVAR_SYMVAL_FWD): Use value field.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8610 (DEFVAR_SYMVAL_FWD_INT): Added. Dumps the int with dumpopaque.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8611 (DEFVAR_INT): Use DEFVAR_SYMVAL_FWD_INT.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8612 (DEFVAR_CONST_INT): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8613 (DEFVAR_BOOL): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8614 (DEFVAR_CONST_BOOL): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8615 (DEFVAR_INT_MAGIC): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8616 (DEFVAR_BOOL_MAGIC): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8617
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8618 * symbols.c (guts_of_unbound_marker): Use value field.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8619 * console.c (DEFVAR_CONSOLE_LOCAL_1): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8620 * buffer.c (DEFVAR_BUFFER_LOCAL_1): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8621
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8622 * lisp.h: Declare dumpopaque and noninteractive1.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8623
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8624 * alloc.c (dumpopaque): Added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8625 (pdump_dump_opaquevec): Added.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8626 (pdump): Call pdump_dump_opaquevec to dump opaque data.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8627 (pdump_load): Reload opaque data. Sync noninteractive1 with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8628 noninteractive.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8629
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8630 2000-02-10 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8631
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8632 * glyphs.c (image_instance_layout): if the size changes, mark it
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8633 as such.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8634
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8635 * redisplay-output.c (redisplay_output_layout): Update the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8636 subwindow here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8637 (redisplay_output_subwindow): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8638
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8639 * glyphs.c (update_subwindow): make sure we reset flags for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8640 layouts as well as everything else.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8641
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8642 * glyphs-widget.c (layout_layout): don't need to set the instances
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8643 dimensions here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8644
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8645 2000-02-09 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8646
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8647 * device-x.c (x_init_device): Wrap calls to dll_* in HAVE_SHLIB,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8648 not HAVE_DLOPEN, which is a lower-level thing.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8649
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8650 * .cvsignore: Ignore gmon.out
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8651
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8652 2000-02-09 Hamish Macdonald <hamishm@lucent.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8653
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8654 * .cvsignore: Ignore portable dumper xemacs.dmp file
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8655
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8656 2000-02-09 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8657
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8658 * redisplay-output.c (redisplay_output_layout): be more clever
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8659 about when we output based on the changed flags.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8660
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8661 * glyphs.h (struct image_instantiator_methods): add update_method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8662 (struct Lisp_Image_Instance): add changed flags. Declare new
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8663 macros for manipulating them.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8664
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8665 * glyphs.c (allocate_image_instance): renamed glyph -> parent.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8666 (image_instance_parent_glyph): find an image_instance's parent
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8667 glyph or image_instance.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8668 (image_instance_layout): mark the size as changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8669 (set_image_instance_dirty_p): new function. mark an image
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8670 instance, plus all of its parents, as dirty.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8671 (Fset_image_instance_property): use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8672 (Fglyph_animated_timeout_handler): use it.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8673 (update_subwindow): call update_widget and device methods for
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8674 update_subwindow. Mark all changed flags as clean.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8675 (Fresize_subwindow): mark size as changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8676
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8677 * glyphs-x.c (x_finalize_image_instance): try and detect gc
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8678 failures.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8679 (x_update_subwindow): only resize subwindows here.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8680 (x_update_widget): new function. Update all changed properties of
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8681 a widget.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8682 (x_resize_subwindow): deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8683 (x_widget_set_property): deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8684 (x_progress_gauge_set_property): deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8685 (x_progress_gauge_update): new function. Implement recorded
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8686 changes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8687 (x_tab_control_update): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8688 (x_tab_control_set_property): deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8689 (console_type_create_glyphs_x): declare new functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8690 (image_instantiator_format_create_glyphs_x): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8691
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8692 * glyphs-widget.c (widget_set_property): mark text changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8693 (update_widget): new function. Update properties of a widget.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8694 (widget_instantiate): for layouts make sure we set their
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8695 children's parent correctly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8696 (tab_control_set_property): new function. Record changes that will
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8697 take place under redisplay's control.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8698 (progress_gauge_set_property): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8699 (image_instantiator_progress_guage): declare new functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8700 (image_instantiator_tab_control): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8701
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8702 * glyphs-msw.c (mswindows_update_subwindow): just do resizing here
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8703 now.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8704 (mswindows_update_widget): new function. Update all properties on
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8705 a widget that have changed.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8706 (mswindows_button_update): new function. Update a button's set
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8707 state.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8708 (mswindows_tab_control_update): new function. Update the items in
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8709 a tab.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8710 (mswindows_tab_control_set_property): deleted.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8711 (mswindows_progress_gauge_update): new function. Update the
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8712 progress gauge's progress.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8713 (mswindows_widget_set_property): deleted. This is all done
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8714 asynchronously now.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8715 (mswindows_progress_gauge_set_property): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8716 (console_type_create_glyphs_mswindows): declare new methods.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8717 (image_instantiator_format_create_glyphs_mswindows): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8718
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8719 * frame-msw.c (msprinter_init_frame_1): Remove unused variables.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8720 (msprinter_set_frame_properties): ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8721
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8722 * console.h (struct console_methods): Add update_widget_method.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8723
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8724 2000-02-09 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8725
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8726 * gui-msw.c (Fmswindows_shell_execute): Make
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8727 mswindows-shell-execute industrial strength.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8728
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8729 2000-02-08 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8730
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8731 * lrecord.h: Make macro argument `props' match member function `plist'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8732 * fns.c (Fget):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8733 * fns.c (Fput):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8734 * fns.c (Fremprop):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8735 * fns.c (Fobject_plist):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8736 * alloc.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8737 * symbols.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8738 Object property list frobbing cleanup.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8739 - Allow any lisp object (compared with `eq'), not just symbols, as
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8740 keys in object plists.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8741 - Move symbol plist frobbing into symbols.c, where it belongs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8742 - Move string plist frobbing into alloc.c, where it belongs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8743 - Everything's an lrecord now, so no need to test for symbolp, etc.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8744 - Fix up doc strings to refer to PROPERTY, not PROPNAME.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8745
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8746 * extents.c: Reorder code to remove declarations.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8747
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8748 * frame.h (store_in_alist): Remove useless declaration.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8749
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8750 2000-02-07 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8751
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8752 * event-Xt.c (x_has_keysym): Use XConvertCase only if available.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8753 * config.h.in: Add HAVE_XCONVERTCASE.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8754
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8755 2000-02-07 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8756
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8757 * glyphs.c (image_instance_layout): undo 2000-01-29 change since
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8758 it breaks many things.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8759
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8760 2000-02-07 Jan Vroonhof <vroonhof@math.ethz.ch>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8761
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8762 * src/syntax.h (SYNTAX_START_P): Check whether the two chars
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8763 actually can start a common comment type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8764 * src/syntax.h (SYNTAX_END_P): ditto for end.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8765
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8766 2000-02-07 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8767
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8768 * XEmacs 21.2.28 is released.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8769
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8770 2000-02-06 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8771
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8772 * event-Xt.c (x_keysym_to_character): New.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8773 (maybe_define_x_key_as_self_inserting_character): New.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8774 (x_has_keysym): New.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8775 Auto-define all keys on the keyboard as self-insert-key.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8776
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8777 2000-02-02 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8778
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8779 * menubar.c (vars_of_menubar): A small code simplification.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8780
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8781 * minibuf.c (echo_area_append): Workaround egcs-20000131 c++ compiler bug
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8782
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8783 * ExternalShell.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8784 * ExternalClient.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8785 * EmacsShell-sub.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8786 * EmacsManager.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8787 * EmacsFrame.c:
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8788 Use consistent style for specifying X resources.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8789
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8790 * symbols.c (Fset): Further implement SYMVAL_LISP_MAGIC.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8791 This makes (dontusethis-set-symbol-value-handler) actually usable.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8792
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8793 * lrecord.h (lrecord_decription_type):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8794 * alloc.c (pdump_register_sub):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8795 (pdump_dump_data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8796 (pdump_reloc_one):
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8797 Add XD_LISP_OBJECT_ARRAY to describe multiple Lisp_Objects.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8798 Comply with XEmacs coding style.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8799 All lrecord descriptions updated to use XD_LISP_OBJECT with 2
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8800 args, and XD_LISP_OBJECT_ARRAY with 3 args.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8801
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8802 * keymap.c (Faccessible_keymaps):
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8803 Make (accessible-keymaps map "\C-h") do the Right Thing.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8804 Make (accessible-keymaps map []) do the Right Thing.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8805 Make (accessible-keymaps map "") do the Right Thing.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8806 (check_keymap_definition_loop): New function.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8807 (keymap_store_internal): Keep luser from shooting self in foot,
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8808 via (define-key ctl-x-4-map "p" global-map).
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8809 Remove fullness slot from struct Lisp_Keymap, since hash tables
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8810 are now reliable.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8811 (print_keymap): Remove 'Yuck' factor by simply printing "size %d".
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8812
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8813 2000-01-30 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8814
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8815 * redisplay.c (init_redisplay): Fix small memory leak.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8816 * elhash.h:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8817 * elhash.c (pdump_reorganize_hash_table):
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8818 Rename from reorganize_hash_table. Change prototype.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8819 Reuse the original memory for hentries. Save 100k.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8820 * alloc.c (PDUMP_READ): new macro.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8821 * alloc.c (pdump_load): Replace LISP_TO_VOID with higher-level macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8822 * alloc.c: No need to #ifndef before #undef.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8823
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8824 * print.c: Allow debug_print() to print readably by modifying
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8825 debug_print_readably. Use consistent variable names.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8826
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8827 * .dbxrc: Try to get things to work even if stopped in a function
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8828 without source available by explicitly specifying source files.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8829 2000-02-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8830
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8831 * unexnt.c (_start): Removed bogus code which caused loading heap
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8832 from differrent executable file.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8833 Removed bogus assignment to _fmode, which caused inconsistencies.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8834
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8835 2000-02-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8836
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8837 * s\windowsnt.h: Removed lots of #if 0 blocks of Emacs heritage.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8838 Have spawnve encapsulation regard DONT_ENCAPSULATE.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8839 Do not preliminary `#define signal sigset'.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8840
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8841 * systime.h: Do not prototype environ on windows nt and cygwin,
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8842 this conflicts with system header.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8843
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8844 * syssignal.h: Use correct define for WINDOWSNT
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8845
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8846 * sysdep.h: Do not prototype environ on windows nt, this conflicts
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8847 with system header.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8848
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8849 * sysdep.c (near start of file): Fixed commentary and rearranged
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8850 ifdefs in readable order.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8851 (NEED_STARTS): Do not force NEED_STARTS when PDUMPing.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8852 (start_of_text):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8853 (end_of_text):
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8854 (end_of_data): Do not compile in if using PDUMP.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8855
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8856 * symsinit.h: Prototyped vars_of_nt().
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8857
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8858 * ntproc.c (windows9x_p): Added, instead of os_subtype.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8859 (find_child_console): Use it.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8860 (sys_kill): Use it.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8861
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8862 * ntheap.h: Do not extern os_subtype.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8863
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8864 * ntheap.c (cache_system_info): Do not cache unneeded:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8865 nt_major_version, nt_minor_version and os_subtype.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8866 (recreate_heap): Do not compile in when PDUMPing.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8867
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8868 * nt.c (geteuid and friends): Use the new varibale
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8869 nt_fake_unix_uid, instead of hashing fake uid out of NT RID.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8870 (init_user_info): Removed the above mentioned hackery.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8871 (fstat, stat): Do not compile in if using MSVC 5.0 and above -
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8872 stat has been fixed in the C runtime.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8873 (vars_of_nt): Added, defined the nt_fake_unix_uid variable there.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8874
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8875 * file-coding.c (struct file_coding_dump): Do not define
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8876 ucs_to_mule_table in the struct if not MULE.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8877 (struct struct lrecord_description fcd_description_1): Do not dump
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8878 the above.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8879
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8880 * emacs.c (main_1): Call vars_of_nt().
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8881 (right before Fdump_emacs_data): Don't need lastfile if using both
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8882 portabe dumper and system malloc.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8883
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8884 * alloc.c (Fmemory_limit): Conditionalized out.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8885 (pdump): Use OPEN_BINARY for the portable dump file.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8886 (pdump_load): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8887
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8888 2000-02-02 Mike Alexander <mta@arbortext.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8889
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8890 * nt.c (convert_time): Set tm_isdst before calling mktime and
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8891 avoid calling it at all if the compiler supports 64 bit integers.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8892 Also initialize utc_base_ft before using it.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8893
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8894 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8895
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8896 * frame.c (change_frame_size_1): Take f->internal_border_width
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8897 into consideration when calculating the width of the frame.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8898
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8899 2000-02-01 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8900
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8901 * window.c (frame_min_height):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8902 (frame_size_valid_p):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8903 (frame_pixsize_valid_p): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8904 (check_frame_size): Generalized.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8905
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8906 * window.h: Prototyped the above.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8907
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8908 * lisp.h:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8909 * general.c: Added Qbottom_margin, Qduplex, Qlandscape,
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8910 Qleft_margin, Qorientation, Qportrait, Qright_margin, Qtop_margin.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8911 Deleted Vwin32_* and Vbinary_process_* unused variables.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8912
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8913 * device-msw.c (msprinter_init_device): Do not get printer font
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8914 list; Added DEVMODE functions.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8915
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8916 * frame-msw.c: Added lots of printer code.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8917
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8918 * faces.c: Moved 'left-margin and 'right-margin defsymbols to
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8919 general.c.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8920
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
8921 * console-msw.h: Added more msprinter device private slots.
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8922
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8923 2000-02-01 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8924
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8925 * event-msw.c (key_needs_default_processing_p): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8926 (mswindows_wnd_proc, WM_KEYUP, KEYDOWN): Call it.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8927
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8928 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8929
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8930 * glyphs.c (image_instance_layout): Mark image instance as clean
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8931 after layout.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8932 (glyph_dirty_p): Removed redundant function.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8933 (invalidate_glyph_geometry_maybe): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8934 (update_glyph_cachel_data): Call it.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8935
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8936 * glyphs.h: Prototyped it.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8937
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8938 * redisplay.c (add_glyph_rune): Call it.
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
8939 (redisplay_window): Reset glyphs cachels when frame faces have
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8940 changed, thus forcing recomputation of built-in border glyphs.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8941
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8942 2000-01-30 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8943
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8944 * Makefile.in.in: Make portable dumper and purify play well together.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8945 Add imperfect, but better than nothing, support for pdump.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8946 Remove xemacs.dmp when temacs is re-generated.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8947 Don't ignore errors when dumping xemacs.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8948
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8949 * symbols.c (maybe_call_magic_handler): Remove one magic number.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8950
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8951 2000-01-28 Andy Piper <andy@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8952
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8953 * frame.c (allocate_frame_core): Use new Fset_window_buffer signature.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8954 (setup_normal_frame): ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8955 (setup_frame_without_minibuffer): ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8956 (setup_minibuffer_frame): ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8957 (delete_frame_internal): ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8958 (Fmake_frame_invisible): ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8959 (Ficonify_frame): ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8960
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8961 * window.h: change Fset_window_buffer signature.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8962
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8963 * window.c (Fsplit_window): Use new Fset_window_buffer signature.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8964 (Fset_window_buffer): allow recording of buffer if the window is
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8965 the selected window.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8966 (window_loop): Use new Fset_window signature.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8967
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8968 2000-01-23 Daniel Pittman <daniel@danann.net>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8969
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8970 * config.h.in: Added template for `HAVE_ATHENA_3D'
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8971
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8972 2000-01-29 Andy Piper <andy@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8973
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8974 * glyphs-x.c (x_resize_subwindow): Try and catch bogus resizes.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8975
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8976 * gutter.c (output_gutter): Don't output if the window isn't live.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8977
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8978 2000-01-28 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8979
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8980 * glyphs-msw.c (mswindows_unmap_subwindow): Fix of corrupted patch
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8981 of 01/12/00: Moved SetFocus back here where it belongs.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8982
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8983 2000-01-23 Andy Piper <andy@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8984
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8985 * s/cygwin32.h: declare printer things.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8986
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8987 2000-01-26 Andy Piper <andy@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8988
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8989 * select.c (Fown_selection_internal): GCPRO bug fix from Mike
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8990 Alexander.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8991
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8992 2000-01-24 Andy Piper <andy@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8993
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8994 * glyphs-msw.c (mswindows_locate_pixmap_file): Expand filename.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8995 (mswindows_button_instantiate): Make sure glyph is a pixmap.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8996
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8997 * glyphs-widget.c (widget_instantiate): Avoid shadows.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8998
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
8999 * frame-msw.c (msprinter_init_frame_3): Nuke warning.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9000
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9001 * glyphs-msw.c: (mswindows_string_to_color): remove declaration.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9002
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9003 * redisplay-msw.c (mswindows_output_cursor): Avoid shadows.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9004 (mswindows_output_display_block): Avoid local shadows.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9005
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9006 * event-msw.c (mswindows_enqueue_magic_event): Avoid shadows.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9007 (mswindows_enqueue_mouse_button_event): ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9008 (mswindows_handle_gui_wm_command): remove declaration.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9009
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9010 * console-msw.c (mswindows_canonicalize_console_connection): Avoid
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9011 warnings.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9012
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9013 * console-msw.h: Avoid shadows.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9014 (mswindows_get_toolbar_button_text):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9015 (emacs_mswindows_create_stream_pair):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9016 (emacs_mswindows_delete_stream_pair):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9017 (mswindows_handle_toolbar_wm_command): declare.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9018
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9019 * device-msw.c (build_syscolor_string): Avoid shadows.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9020
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9021 2000-01-23 Andy Piper <andy@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9022
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9023 * glyphs-widget.c (widget_instantiate): reverse the items for
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9024 layouts so that children are in the expected order.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9025
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9026 2000-01-28 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9027
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9028 * ralloc.c: safe_bcopy ==> memmove
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9029 * gmalloc.c: Remove MEMMOVE_MISSING conditional code.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9030 * s/msdos.h: Remove BCOPY macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9031 * insdel.c (gap_right): Remove BCOPY conditional code.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9032 * insdel.c (gap_left): Remove BCOPY conditional code.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9033 XEmacs demands a working ANSI C compiler - hence memmove.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9034
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9035 * regex.c (regex_compile): Remove accidental use of trigraphs.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9036
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9037 2000-01-27 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9038
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9039 * event-msw.c (mswindows_enqueue_misc_user_event): Initialize
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9040 event timestamp.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9041
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9042 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9043
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9044 * event-msw.c (mswindows_drain_windows_queue): Added the
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9045 parameter.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9046 (mswindows_need_event): Commented the call to
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9047 mswindows_drain_windows_queue().
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9048 (emacs_mswindows_quit_p): Lookup the windows for keyboard messages
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9049 only.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9050
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9051 * console-msw.h: Moved a few function prototypes here from
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
9052 event-msw.c.
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9053
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9054 * gui-msw.c (mswindows_handle_gui_wm_command): Changed the ID
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9055 parameter from unsigned short to unsigned long.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9056 (Fmswindows_shell_execute): Added return value.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9057
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9058 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9059
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
9060 * sysdep.c (init_system_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
9061 process-unix.c (unix_canonicalized_host_name):
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9062 Don't call freeaddrinfo() if getaddrinfo() fails.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9063
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9064 * process-unix.c (unix_open_unix_network_stream):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9065 Moved the code to get a port # into address loop.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9066
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9067 2000-01-27 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9068
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
9069 * buffer.c (reinit_vars_of_buffer):
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9070 The right place to initialize conversion_in_dynarr and
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9071 conversion_out_dynarr.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9072
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9073 * alloc.c (pdump): Use the real open() till sys_open() is functional.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9074
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9075 * process-unix.c (unix_canonicalize_host_name): Muleize.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9076 (unix_open_network_stream): Muleize.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9077
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9078 * buffer.h: Fix up prototypes for ralloc.c functions.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9079
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9080 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9081 * config.h.in: added HAVE_GETADDRINFO and HAVE_GETNAMEINFO
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9082 * sysdep.c: In init_system_name(), add code to use getaddrinfo()
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9083 instead of gethostbyname()
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9084 * process-unix.c: In unix_canonicalize_host_name() and
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9085 unix_open_network_stream(), add code to use getaddrinfo()
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9086 instead of gethostbyname().
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9087
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9088 2000-01-27 Daniel Pittman <daniel@danann.net>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9089
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9090 * device-x.c (x_init_device): Warn at run-time if using Athena 3d
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9091 libs when built with flat Athena.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9092
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9093 2000-01-27 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9094
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9095 * ralloc.c: Replace SIZE (conflicts with Windows headers) with size_t.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9096 Use coding standards for function prototypes.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9097
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9098 2000-01-25 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9099
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9100 * dialog-msw.c (push_lisp_string_as_unicode):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9101 * doc.c (unparesseuxify_doc_string):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9102 * dired.c (Fuser_name_completion_1):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9103 * dired.c (Fuser_name_all_completions):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9104 * dired.c (free_user_cache):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9105 * dired.c (user_name_completion):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9106 * console-x.c (get_display_arg_connection):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9107 * minibuf.c (clear_echo_area_internal):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9108 * minibuf.c (echo_area_append):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9109 * eldap.c (Fldap_open):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9110 * eldap.c (Fldap_search_internal):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9111 * frame-x.c (x_set_frame_text_value):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9112 * frame-x.c (x_set_frame_properties):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9113 * frame-x.c (x_create_widgets):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9114 * redisplay-tty.c (term_get_fkeys_1):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9115 * objects-x.c (x_parse_nearest_color):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9116 * objects-x.c (x_valid_color_name_p):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9117 * objects-x.c (x_initialize_font_instance):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9118 * objects-x.c (x_list_fonts):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9119 * objects-x.c (x_find_charset_font):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9120 * tooltalk.c (Fadd_tooltalk_message_arg):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9121 * tooltalk.c (Fadd_tooltalk_pattern_attribute):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9122 * tooltalk.c (Fadd_tooltalk_pattern_arg):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9123 * process-unix.c (unix_create_process):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9124 * ntproc.c (sys_spawnve):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9125 * sound.c (Fplay_sound_file):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9126 * sound.c (Fplay_sound):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9127 * buffer.c (init_initial_directory):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9128 * buffer.c (init_buffer):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9129 * editfns.c (init_editfns):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9130 * editfns.c (Ftemp_directory):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9131 * editfns.c (Fuser_full_name):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9132 * editfns.c (uncache_home_directory):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9133 * editfns.c (get_home_directory):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9134 * editfns.c (Fuser_home_directory):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9135 * editfns.c (Fformat_time_string):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9136 * editfns.c (Fcurrent_time_string):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9137 * gui-x.c (button_item_to_widget_value):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9138 * database.c (Fopen_database):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9139 * event-Xt.c (x_to_emacs_keysym):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9140 * event-Xt.c (x_event_to_emacs_event):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9141 * event-Xt.c (describe_event_window):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9142 * event-msw.c (mswindows_wnd_proc):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9143 * glyphs-eimage.c (jpeg_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9144 * glyphs-eimage.c (gif_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9145 * glyphs-eimage.c (png_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9146 * glyphs-eimage.c (tiff_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9147 * glyphs-x.c (xbm_instantiate_1):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9148 * glyphs-x.c (x_xbm_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9149 * glyphs-x.c (x_xface_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9150 * glyphs-x.c (autodetect_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9151 * glyphs-x.c (cursor_font_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9152 * glyphs-x.c (x_widget_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9153 * glyphs-x.c (x_widget_set_property):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9154 * glyphs-x.c (x_widget_property):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9155 * glyphs-x.c (BUILD_GLYPH_INST):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9156 * print.c (write_string_to_stdio_stream):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9157 * print.c (output_string):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9158 * print.c (Falternate_debugging_output):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9159 * print.c (Fexternal_debugging_output):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9160 * glyphs-msw.c (extract_xpm_color_names):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9161 * glyphs-msw.c (mswindows_xpm_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9162 * glyphs-msw.c (bmp_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9163 * glyphs-msw.c (resource_name_to_resource):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9164 * glyphs-msw.c (mswindows_resource_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9165 * glyphs-msw.c (xbm_instantiate_1):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9166 * glyphs-msw.c (mswindows_xbm_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9167 * glyphs-msw.c (mswindows_xface_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9168 * glyphs-msw.c (mswindows_widget_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9169 * glyphs-msw.c (add_tree_item):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9170 * glyphs-msw.c (add_tab_item):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9171 * glyphs-msw.c (mswindows_combo_box_instantiate):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9172 * glyphs-msw.c (mswindows_widget_property):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9173 * glyphs-msw.c (mswindows_combo_box_property):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9174 * glyphs-msw.c (mswindows_widget_set_property):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9175 * console.c (stuff_buffered_input):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9176 * objects-msw.c (mswindows_initialize_color_instance):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9177 * objects-msw.c (mswindows_valid_color_name_p):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9178 * objects-msw.c (mswindows_list_fonts):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9179 * objects-msw.c (mswindows_font_instance_truename):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9180 * bytecode.c (optimize_compiled_function):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9181 * select-x.c (symbol_to_x_atom):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9182 * select-x.c (x_atom_to_symbol):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9183 * select-x.c (hack_motif_clipboard_selection):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9184 * select-x.c (selection_data_to_lisp_data):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9185 * select-x.c (lisp_data_to_selection_data):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9186 * select-x.c (Fx_get_cutbuffer_internal):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9187 * select-x.c (Fx_store_cutbuffer_internal):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9188 * buffer.h (TO_EXTERNAL_FORMAT): New function.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9189 * buffer.h (TO_INTERNAL_FORMAT): New function.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9190 * emacs.c (make_arg_list_1):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9191 * emacs.c (make_argc_argv):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9192 * emacs.c (main_1):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9193 * emacs.c (Fdump_emacs):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9194 * emacs.c (split_string_by_emchar_1):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9195 * file-coding.h:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9196 * lisp.h:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9197 * lstream.h:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9198 * symsinit.h:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9199 * device-x.c (x_init_device):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9200 * device-x.c (Fx_valid_keysym_name_p):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9201 * device-x.c (Fx_get_font_path):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9202 * device-x.c (Fx_set_font_path):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9203 * glyphs.c (bitmap_to_lisp_data):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9204 * glyphs.c (pixmap_to_lisp_data):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9205 * alloc.c (make_ext_string): Use coding system arguments. Update
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9206 all callers.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9207 * alloc.c (build_string):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9208 * callproc.c (child_setup):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9209 * callproc.c (init_callproc):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9210 * fileio.c (lisp_strerror):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9211 * fileio.c (directory_file_name):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9212 * fileio.c (Fexpand_file_name):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9213 * fileio.c (Ffile_truename):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9214 * fileio.c (Fsysnetunam):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9215 * fileio.c (Fdo_auto_save):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9216 * sysdep.c (sys_readdir):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9217 * tests.c: New file. Allow adding C tests.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9218 Replace GET_* macros with a more comprehensible and flexible
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9219 interface, TO_INTERNAL_FORMAT() and TO_EXTERNAL_FORMAT().
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9220 Modify all calls.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9221 Any coding system can be used to do format conversion.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9222 Eliminate enum external_data_format.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9223 Eliminate convert_to_external_format.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9224 Eliminate convert_to_internal_format.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9225 Make sure file-name, keyboard, terminal, and ctext are always
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9226 defined as coding systems or aliases. Make
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9227 file-name-coding-system, terminal-coding-system, and
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9228 keyboard-coding-system magical variables that are equivalent to
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9229 defining the corresponding coding system aliases.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
9230
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9231 * file-coding.c (Fcoding_system_canonical_name_p): New function.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9232 * file-coding.c (Fcoding_system_alias_p): New function.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9233 * file-coding.c (Fcoding_system_aliasee): New function.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9234 * file-coding.c (append_suffix_to_symbol): New function.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9235 * file-coding.c (dangling_coding_system_alias_p): New function.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9236 * file-coding.c (Ffind_coding_system):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9237 * file-coding.c (Fcopy_coding_system):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9238 * file-coding.c (encode_coding_no_conversion):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9239 * file-coding.c (syms_of_file_coding):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9240 * file-coding.c (vars_of_file_coding):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9241 Rewrite coding system alias code.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9242 Allow nested aliases, like symbolic links.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9243 Allow redefinition of coding system aliases.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9244 Prevent existence of dangling coding system aliases.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9245
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9246 * dired.c (Fuser_name_completion_1):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9247 * dired.c (Fuser_name_all_completions):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9248 A crash would happen if user did QUIT in the middle of building
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9249 user_name_cache. Remove redundant code in mainline and unwind_protect.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9250
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9251 * lisp.h:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9252 * dynarr.c (Dynarr_min_size): Make static. Increase value to 8.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9253
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9254 * lstream.c (make_fixed_buffer_input_stream): Take a void *, not
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9255 an unsigned char *. Update all callers.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9256
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9257 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9258
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9259 * callproc.c (Fcall_process_internal): Ignore Vbinary-process_output.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9260
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9261 2000-01-25 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9262
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9263 * elhash.c (hentry_description): Use more portable definition.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9264 (resize_hash_table): Initialize new hentries using
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9265 xnew_array_and_zero, thereby simplifying the code.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9266
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9267 * mule-charset.c (make_charset): Make sure entire object is
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
9268 initialized, to avoid Purify warnings.
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9269
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9270 * alloc.c (resize_string): Fix unlikely crash with big strings.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9271
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9272 2000-01-24 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9273
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
9274 * realpath.c (xrealpath):
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9275 Don't call getwd().
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9276
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9277 2000-01-25 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9278
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9279 * lread.c (read_bit_vector): Fix memory leak reading literal bit vectors.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9280
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9281 1999-12-28 Max Matveev <max@melbourne.sgi.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9282
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9283 * unexelfsgi.c (unexec): Change the way we decide which segment
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9284 should be extended.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9285
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9286 Assumption that .bss section should be outside the PT_LOADable
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9287 segment. On IRIX with version 6.2 and above, .bss (or .sbss, if
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9288 it's present) is inside the 'data' segment. This would fail the
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9289 test which was used to find a segment to grow and cover new
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9290 heap. Instead of this assumption, I created another one - on IRIX
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9291 the segment to grow should start below .bss and it's address
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9292 should extent above the end of .bss. Once this segment is
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9293 identified, it's grown to accommodate the new heap and new
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9294 zero-length .bss section is added at the end of .data2.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9295
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9296 2000-01-25 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9297
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9298 * eval.c (Feval): Wrong number of arguments should use original
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9299 function, not the indirect_function version of it.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9300
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9301 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9302
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9303 * glyphs-x.c (x_button_instantiate): Don't add image if
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9304 it is not a pixmap.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9305 (x_locate_pixmap_file): Call Fexpand_file_name when file name
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9306 is relative.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9307
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9308 2000-01-21 Yoshiki Hayashi <yoshiki@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9309
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9310 * symeval.h (DEFVAR_LISP_MAGIC): Remove semicolon after macro
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9311 declaration.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9312 (DEFVAR_INT_MAGIC): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9313 (DEFVAR_BOOL_MAGIC): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9314 * glyphs.h: Reindent backslash.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9315
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9316 2000-01-24 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9317
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
9318 * glyphs-widget.c (layout_query_geometry):
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9319 (layout_layout): Use correct types for gheight, gwidth.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9320
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9321 2000-01-24 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9322
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9323 * EmacsManager.c (QueryGeometry): Purified.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9324
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9325 2000-01-23 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9326
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
9327 * alloc.c (make_float): Make sure entire object is initialized, to
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9328 avoid Purify warnings.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9329 (pdump_register_sub): Remove useless assignment.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9330 (pdump): Use xmalloc, not malloc.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9331 (pdump_load): Use xmalloc, not malloc.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9332
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9333 2000-01-23 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9334
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
9335 * callproc.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
9336 * dired-msw.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
9337 * fileio.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
9338 * process-nt.c:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
9339 * redisplay-msw.c:
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9340 * sysdep.c: Removed redundant #include <windows.h>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9341
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9342 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9343
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9344 * frame.c (delete_frame_internal): Do not delete device when its
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9345 implementation so declares.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9346 (delete_frame_internal): Set device selected frame to nil when
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
9347 last frame goes away.
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9348
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9349 * device-msw.c (msprinter_device_system_metrics): Implemented.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9350 (mswindows_device_system_metrics): Added 'device-dpi property.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9351
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9352 * device.c: (Fdevice_printer_p): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9353 Added 'offset-workspace device metric.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9354
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9355 * console.h (device_metrics): Declared DM_offset_workspace.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9356
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9357 2000-01-23 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9358
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9359 * fileio.c (Ffile_truename): Remove pointless and confusing
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9360 initialization of elen.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9361
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9362 * glyphs-widget.c: Compiler warning fixes.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9363
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9364 2000-01-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9365
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9366 * process.h (PROCESS_LIVE_P): Modify to take a Lisp_Process
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9367 instead of a Lisp_Object as argument to make it consistent with
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9368 the other LIVE_P macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9369 (CHECK_LIVE_PROCESS): New macro.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9370
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9371 * process.c: Declare Qprocess_live_p.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9372 (Fprocess_live_p): New function.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9373 (create_process): Use PROCESS_LIVE_P.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9374 (read_process_output): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9375 (set_process_filter): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9376 (Fdelete_process): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9377 (kill_buffer_processes): Ditto
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9378 (process_send_signal): Use CHECK_LIVE_PROCESS.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9379 (Fprocess_input_coding_system): Check whether process is still
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9380 alive (fix PR#1061).
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9381 (Fprocess_output_coding_system): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9382 (Fprocess_coding_system): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9383 (Fset_process_input_coding_system): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9384 (Fset_process_output_coding_system): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9385
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9386 2000-01-23 Andy Piper <andy@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9387
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9388 * glyphs.h (struct Lisp_Image_Instance): change format by unifying
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9389 layout and widget.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9390
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9391 * glyphs.c (mark_image_instance): take into account changed
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9392 image_instance format.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9393 (image_instance_equal): ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9394 (image_instance_hash): ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9395
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9396 * glyphs-widget.c (widget_instantiate): Incorporate layout
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9397 instantiation here. Delay layout of the layout until later.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9398 (layout_instantiate): deleted.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9399 (layout_query_geometry): new function. get the geometry of a
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9400 layout.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9401 (layout_layout): layout a layout dynamically.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9402 (image_instantiator_widget): New function - splitting up
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9403 image_instantiator_format_create_glyphs_widget for netwinder
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9404 compilation.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9405 (image_instantiator_buttons):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9406 (image_instantiator_edit_fields):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9407 (image_instantiator_combo_box):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9408 (image_instantiator_scrollbar):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9409 (image_instantiator_progress_guage):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9410 (image_instantiator_tree_view):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9411 (image_instantiator_tab_control):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9412 (image_instantiator_labels):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9413 (image_instantiator_layout): ditto.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
9414 (image_instantiator_format_create_glyphs_widget): Call preceding
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9415 functions.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9416
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9417 2000-01-22 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9418
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9419 * process.c (Fset_process_coding_system):
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
9420 * device-x.c (Fx_keysym_hash_table):
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9421 Docstring fixes.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9422
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9423 * lstream.c (Lstream_write): Return documented value, not 0.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9424
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
9425 * fileio.c (directory_file_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
9426 (Fsubstitute_in_file_name):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
9427 (Fsubstitute_insert_file_contents_internal):
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9428 (Fwrite_region_internal):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9429 * emacs.c:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9430 * sysdep.c:
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
9431 * getloadavg.c:
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9432 * systty.h:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9433 Remove vestigial APOLLO-conditional code.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9434
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9435 2000-01-21 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9436
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9437 * getpagesize.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9438 * libsst.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9439 * libst.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9440 * line-number.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9441 * ndir.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9442 * sysfloat.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9443 * sysfile.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9444 * sysproc.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9445 * syswait.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9446 * xintrinsic.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9447 * xintrinsicp.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9448 * xmmanager.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9449 * xmmanagerp.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9450 * xmprimitive.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9451 * xmu.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9452 * gpmevent.h: Add copyright statement. Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9453 * miscplay.h: Add guard macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9454 * *.h: Use consistent C-standards-approved guard macro names.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9455
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
9456 * opaque.c (make_opaque): Switch parameter order.
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9457 * opaque.h (make_opaque): Switch parameter order.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9458 Update all callers.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9459 * buffer.h (MAKE_MIRROR_TRT_TABLE): Use symbolic constant OPAQUE_CLEAR.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9460
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9461 * config.h.in (type_checking_assert): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9462 (bufpos_checking_assert): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9463
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9464 2000-01-21 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9465
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9466 * alloc.c: Harmless pdump changes.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9467 - Use countof().
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9468 - spell alignment correctly.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9469 * sysdep.c: Use countof()
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9470
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9471 2000-01-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9472
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9473 * console.c (create_console): Use CONMETH_OR_GIVEN when calling
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9474 initially_selected_for_input() console method, default to 0.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9475 (semi_canonicalize_console_connection): Try to delegate to
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9476 canonicalize_console_connection if no such console method.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9477 (canonicalize_console_connection): Vice versa.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9478 (print_console): Do not print nil connection.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9479
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9480 * console.h (XDEVIMPF_IS_A_PRINTER): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9481 (XDEVIMPF_NO_AUTO_REDISPLAY): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9482 (XDEVIMPF_FRAMELESS_OK): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9483 (CONSOLE_INHERITS_METHOD): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9484
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9485 * console-msw.c (mswindows_canonicalize_console_connection):
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9486 Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9487 (mswindows_canonicalize_device_connection): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9488
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9489 * console-msw.h (struct msprinter_device): Added this struct and
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9490 accessor macros.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9491 (mswindows_device): Made fontlist a lisp object.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9492
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9493 * device.c (semi_canonicalize_device_connection): Try to delegate
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9494 to canonicalize_device_connection if no such console method.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9495 (canonicalize_device_connection): Vice versa.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9496 (print_device): Do not print nil connection.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9497
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9498 * device-msw.c (mswindows_init_device): Call InitCommonControls
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9499 when have widgets.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9500 (mswindows_delete_device): Removed fontlist deallocation.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9501 (mswindows_mark_device): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9502
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9503 * events.c (event_equal): Added abort() at unreached code.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9504 (event_hash): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9505
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9506 * faces.c (complex_vars_of_faces): Added Qmsprinter to the list of
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9507 fallback tags of Windows devices.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9508
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9509 * general.c (syms_of_general): Initialized Qmsprinter.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9510
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9511 * gutter.c (complex_vars_of_gutters): Added Qmsprinter to the list
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9512 of fallback tags of Windows devices.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9513
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9514 * lisp.h: Declared Qmsprinter.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9515
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9516 * objects-msw.c (font_enum_callback_2): Rewrote to build lisp list
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9517 of strings.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9518 (mswindows_list_fonts): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9519 (mswindows_enumerate_fonts): Removed dependency on XDEVICE, so
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9520 that it can be used by both mswindows and msprinter devices.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9521 (initialize_font_instance): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9522 (mswindows_initialize_font_instance): Use it.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9523 (msprinter_initialize_font_instance): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9524
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9525 * redisplay.c (redisplay_device): Added the parameter AUTOMATIC
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9526 and implementation flags check.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9527 (redisplay_without_hooks): Changed the call to the above.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9528 (Fredraw_device): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9529 (Fredisplay_device): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9530
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9531 * redisplay-msw.c (get_frame_dc): Implemented.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9532 (get_frame_compdc): Implemented.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9533 (many functions): Use the two functions above to get device
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9534 contexts, ether for a window or a printer.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9535
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9536 2000-01-21 Olivier Galibert <galibert@pobox.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9537
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9538 * symbols.c (reinit_symbols_once_early): Put Qzero/Qnull_pointer
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9539 initialization here.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9540 (init_symbols_once_early): Call it.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9541 * emacs.c (main_1): Call it.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9542 * symsinit.h: Declare it.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9543
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9544 2000-01-19 Olivier Galibert <galibert@pobox.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9545
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9546 * alloc.c: Use a lrecord_header * in the backtrace instead of a
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9547 Lisp_Object.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9548 (pdump_backtrace): Ditto.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9549 (pdump_register_object): Ditto. Cleanup use of the pointers.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9550 (pdump_get_entry): Abort if trying to register a null pointer.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9551 (pdump_dump_data): Cleanup types when relocating.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9552 (pdump_dump_staticvec): Cleanup types w.r.t the reloc table.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9553 (pdump_dump_rtables): Remove bad casts.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9554 (pdump_load): Cleanup relocation w.r.t union type. Use a
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9555 Lisp_Object instead of a EMACS_INT for the hashtable
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9556 reorganization.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9557
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9558 2000-01-20 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9559
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9560 * emacs.c (main_1): Rearrange morass of #ifdef's for correctness.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9561
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9562 * callproc.c (call_process_cleanup): Isolate WINDOWSNT code for clarity.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9563
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9564 * EmacsManager.c (GeometryManager): Avoid use of CPP for clarity.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9565
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9566 * *.[ch]: global-replace 's/_of_xselect/_of_select_x/g' *.[ch]
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9567
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9568 2000-01-17 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9569
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9570 * faces.h (FACE_STRIKETHRU_P): Added.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9571
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9572 * glyphs-msw.c (mswindows_widget_hfont): Implemented, to take care
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9573 of font variants.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9574
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9575 * redisplay-msw.c (mswindows_apply_face_effects): Deleted.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9576 (mswindows_set_dc_font): New function, aware of font variants,
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9577 separated from mswindows_update_dc.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9578
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9579 * objects-msw.h (struct mswindows_font_instance_data): Added
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9580 definition.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9581
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9582 * objects-msw.c (mswindows_finalize_font_instance): Delete all
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9583 cached fonts and the data structure.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9584 (mswindows_initialize_font_instance): Added creation of font data
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9585 structure.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9586 (mswindows_print_font_instance): Print at least something.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9587 (mswindows_create_font_variant): Implemented.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9588 (mswindows_get_hfont): Implemented.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9589
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9590 2000-01-13 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9591
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9592 * dired-msw.c: permute "sysdir.h" with "sysfile.h" because of
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9593 prototyping problem with msvc.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9594
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9595 * emacs.c (main_1): added syms_of_gui_mswindows() call
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9596
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9597 * gui-msw.c: added "mswindows-shell-execute" lisp subr and
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9598 syms_of_gui_mswindows() function
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9599
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9600 * symsinit.h: added the prototype for syms_of_gui_mswindows()
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
9601
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9602 2000-01-18 Martin Buchholz <martin@xemacs.org>
434
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
9603
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9604 * XEmacs 21.2.27 is released.
432
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
9605
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9606 2000-01-18 Martin Buchholz <martin@xemacs.org>
430
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
9607
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9608 * glyphs-eimage.c (struct tiff_error_struct):
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9609 (tiff_error_func):
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9610 (tiff_warning_func):
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9611 #if HAVE_VSNPRINTF ==> #ifdef HAVE_VSNPRINTF
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9612
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9613 * unexmips.c:
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9614 * unexhp9k3.c:
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9615 * unexfreebsd.c:
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9616 * unexec.c: Remove vestigial Lucid C code.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9617 * unexalpha.c:
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9618 * unexaix.c:
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9619 * termcap.c:
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9620 * libsst.c: Ansify.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9621 Remove declarations of errno and strerror().
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9622
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9623 * eval.c (Fbacktrace): Small Purify-cation. Fix docstring.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9624
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9625 * .dbxrc (run-temacs): Use the horrible ${1+"$@"} instead of "$@".
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9626
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9627 2000-01-16 Martin Buchholz <martin@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9628
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9629 * mule-charset.c (Fchar_octet): Resurrect from earlier in 1999.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9630 Optimize.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9631
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9632 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9633
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9634 * md5.c:
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9635 * file-coding.c:
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9636 * file-coding.h:
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9637 Change enum eol_type to eol_type_t.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9638
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9639 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9640
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9641 * gui.c (get_gui_callback): Check cons before accessing car.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9642
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9643 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9644
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9645 * specifier.h (XSPECIFIER_TYPE): Add error checking version.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9646 (XSETSPECIFIER_TYPE): Ditto.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9647
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9648 2000-01-17 Didier Verna <didier@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9649
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9650 * redisplay.c (generate_fstring_runes): compute string size in
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9651 characters, not bytes.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9652
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9653 2000-01-09 Hrvoje Niksic <hniksic@iskon.hr>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9654
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9655 * window.c (Fwindow_minibuffer_p): Make WINDOW optional.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9656
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9657 2000-01-14 Hrvoje Niksic <hniksic@iskon.hr>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9658
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9659 * print.c (print_error_message): Call print_prepare().
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9660
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9661 2000-01-14 Martin Buchholz <martin@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9662
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9663 * .dbxrc: Renamed from dbxrc.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9664
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9665 * events.c (event_to_character):
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9666 Use `assert (foo)' instead of `if (!foo) abort()'
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9667
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9668 * .gdbinit (xtype): Add documentation.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9669 * .gdbinit (check-temacs): New function.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9670 * .gdbinit (check-xemacs): New function.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9671 * dbxrc (check-xemacs): New function.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9672 * dbxrc (check-xemacs): New function.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9673
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9674 2000-01-14 Andy Piper <andy@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9675
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9676 * glyphs-widget.c (widget_query_geometry): Make sure that we
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9677 calculate default dimensions correctly.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9678
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9679 2000-01-13 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9680
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9681 * symsinit.h: Added prototype for reinit_vars_of_frame_mswindows.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9682
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9683 * event-msw.c (vars_of_event_mswindows): Fixed a mistyped
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9684 pdump_wire'd variable.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9685
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9686 * emacs.c: (main_1): Conditionalized calls to
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9687 reinit_vars_of_scrollbar_x and reinit_vars_of_module.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9688
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9689 2000-01-13 Martin Buchholz <martin@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9690
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9691 * window.c (Fset_window_configuration):
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9692 * sysdep.c (_start):
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9693 * input-method-motif.c (res):
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9694 * event-Xt.c (Xt_process_to_emacs_event):
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9695 Simple compiler warning fixes.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9696
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9697 * bytecode.c (funcall_compiled_function): Use the original
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9698 function symbol on the backtrace list in preference to the
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9699 compiled_function object in error messages.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9700
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9701 2000-01-13 Andy Piper <andy@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9702
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9703 * glyphs-x.c (update_widget_face): Make sure we update the widget
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9704 background as well as foreground.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9705
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9706 2000-01-13 Andy Piper <andy@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9707
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9708 * glyphs.h (struct Lisp_Image_Instance): Move justify and orient
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9709 fields to subwindow.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9710 (IMAGE_INSTANCE_SUBWINDOW_JUSTIFY): new macro.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9711 (XIMAGE_INSTANCE_SUBWINDOW_JUSTIFY): ditto.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9712 (IMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9713 (XIMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9714
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9715 * glyphs-widget.c (check_valid_tab_orientation): new function.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9716 (initialize_widget_image_instance): zero orientation and
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9717 justification.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9718 (widget_instantiate): pick up orientation.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9719 (tab_control_query_geometry): return appropriate values for
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9720 vertical tabs.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9721
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9722 * glyphs-msw.c: (mswindows_tab_control_instantiate): assign
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9723 appropriate creation flags for left, right and bottom tabs.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9724
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9725 * s/cygwin32.h: add tab definitions.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9726
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9727 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9728
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9729 * glyphs-msw.c (mswindows_unmap_subwindow): Set focus back to the
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9730 frame upon hiding a subwindow.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9731 (mswindows_button_instantiate): Changed the push button style to
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9732 BS_PUSHBUTTON.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9733 (mswindows_button_instantiate): Removed button BS_NOTIFY
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9734 style.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9735 (mswindows_button_instantiate): Removed redundant check for
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9736 a disabled gui item.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9737 (mswindows_button_instantiate): Made use of WS_TABSTOP
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9738 consistent: "operable" controls (edit, button, tree, scroll) have
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9739 this style, "display-only" ones (static, progress gauge) do
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9740 not. This style is currently ignored by XEmacs though. Also,
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9741 removed the WS_EX_CONTROLPARENT style - it is not for children,
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9742 it is for their parents!
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9743 (mswindows_edit_field_instantiate): Ditto.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9744 (mswindows_progress_gauge_instantiate): Ditto.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9745 (mswindows_tree_view_instantiate): Ditto.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9746 (mswindows_tab_control_instantiate): Ditto.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9747 (mswindows_scrollbar_instantiate): Ditto.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9748 (mswindows_combo_box_instantiate): Ditto.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9749 (mswindows_widget_instantiate): Added the WS_EX_CONTROLPARENT
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9750 style to the "clip" window.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9751 (mswindows_button_instantiate): Removed compilation warning by
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9752 equally typing terms of the ?: operator.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9753
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9754 2000-01-12 Didier Verna <didier@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9755
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9756 * redisplay.c (generate_fstring_runes): new parameter holding the
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9757 last modeline-format extent.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9758 (add_glyph_to_fstring_db_runes): new parameter holding the glyph
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9759 extent, fill the glyph block with it.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9760 (generate_fstring_runes): handle these parameters.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9761 (generate_formatted_string_db): ditto.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9762
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9763 * keymap.c (get_relevant_keymaps): retreive the keymaps from the
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9764 glyphs'extents in the modeline.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9765
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9766 1999-01-11 Mike Woolley <mike@bulsara.com>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9767
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9768 * ntheap.c: Reduced the reserved heap space from 1Gb down to
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9769 256Mb, as a workaround for the non-starting problem many people
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9770 have experienced.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9771
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9772 2000-01-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9773
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9774 * console-tty.c (Fset_console_tty_output_coding_system):
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9775 Force redrawing tty frame.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9776
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9777 2000-01-10 Didier Verna <didier@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9778
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9779 * redisplay.c (generate_fstring_runes): fix size computation bug.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9780
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9781 2000-01-09 William M. Perry <wmperry@aventail.com>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9782
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9783 * gpmevent.c: (gpm_next_event_cb): Don't return value from void function.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9784
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9785 2000-01-09 Andy Piper <andy@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9786
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9787 * glyphs-msw.c: index -> i to avoid shadows.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9788 (xbm_create_bitmap_from_data): make static.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9789 (check_valid_string_or_int): deleted.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9790 (mswindows_control_wnd_proc): message -> msg to avoid shadows.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9791
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9792 * glyphs-x.c (x_update_subwindow): remove unused args.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9793
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9794 * glyphs.c (glyph_image_instance): return the thing. Don't set the
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9795 back pointer - this is done in allocate_image_instance.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9796 (query_string_font): return Qnil to make the compiler happy.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9797 (unmap_subwindow): set to ~0 to make the compiler happy.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9798 (glyph_query_geometry): comment out until used.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9799 (glyph_layout): ditto.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9800
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9801 2000-01-09 Hrvoje Niksic <hniksic@iskon.hr>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9802
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
9803 * insdel.c (signal_after_change): Remove extraneous unbind_to().