annotate src/ChangeLog @ 410:de805c49cfc1 r21-2-35

Import from CVS: tag r21-2-35
author cvs
date Mon, 13 Aug 2007 11:19:21 +0200
parents 501cfd01ee6d
children 697ef44129c6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
410
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
1 2000-07-19 Martin Buchholz <martin@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
2
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
3 * XEmacs 21.2.35 is released.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
4
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
5 2000-07-19 Martin Buchholz <martin@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
6
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
7 * select-x.c (x_handle_selection_request):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
8 Text selected in xemacs and pasted into xterm failed to appear.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
9 Spelling fixes and cosmetic changes.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
10
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
11 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
12
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
13 * event-msw.c (mswindows_drain_windows_queue): Correctly check for
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
14 XEmacs frame (fix for doubling chars in dialog boxes).
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
15
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
16 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
17
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
18 * select.c (select_convert_in, select_convert_out):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
19 Don't call intern() every time.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
20
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
21 * select.c (Qselect_convert_in, Qselect_convert_out): New.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
22 * select.c (vars_of_select): Initialise them.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
23
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
24 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
25
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
26 * select.c (selection-coercible-types): New.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
27
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
28 * select.c (own-selection-internal):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
29 * select.c (get-selection-internal):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
30 MULE bug fix - these should default to COMPOUND_TEXT and not
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
31 STRING for MULE. I think.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
32
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
33 * select.c (select_convert_out): Use selection-coercible-types
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
34 to find types that we can attempt to perform coercions on.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
35
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
36 2000-07-18 Martin Buchholz <martin@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
37
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
38 * mule-wnnfns.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
39 * mule-canna.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
40 Add coding: cookie to identify encoding.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
41
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
42 * mule-canna.c (CANNA_mode_keys): make static.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
43 Use proper prototypes, even for functions of no arguments.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
44 Remove external prototype for Fding().
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
45
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
46 * symsinit.h: Add missing prototype for reinit_vars_of_mule_wnn.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
47
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
48 * select.c (syms_of_select): Add missing DEFSUBR.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
49
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
50 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
51
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
52 * select.c (get_selection_internal, own_selection_internal):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
53 Make the type default to STRING, rather than placing a nil type
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
54 into Vselection_alist.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
55
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
56 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
57
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
58 * gpmevent.c (tty_selection_exists_p):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
59 * gpmevent.c (tty_own_selection):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
60 Updated parameter lists.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
61
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
62 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
63
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
64 * select.h (selection-alist): Removed declaration.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
65
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
66 * select.h (get_local_selection):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
67 * select.c (get_local_selection):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
68 Made static.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
69
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
70 * select.h (convert_selection): Removed declaration.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
71 * select.c (convert_selection): Removed.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
72 This function belongs in Lisp.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
73
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
74 * select.h (select_convert_in): Declare.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
75 * select.h (select_convert_out): Declare.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
76 * select.c (select_convert_in): New.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
77 * select.c (select_convert_out): New.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
78 New conversion functions for other files to call.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
79
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
80 * select.h (select_notify_buffer_kill): Declare.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
81 * select.c (select_notify_buffer_kill): New.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
82 New functions that get called from kill-buffer.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
83
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
84 * buffer.c (kill-buffer): Call select_notify_buffer_kill, rather than
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
85 X-specific lisp code.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
86
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
87 * select.h: Declare some of the lisp-visible functions for
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
88 external use.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
89
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
90 * select.c (clean_local_selection_data): Removed. This was
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
91 a disgusting function, and previously should have been in
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
92 select-x.c in any case. The functionality is now provided
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
93 in select-convert-from-integer (select.el).
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
94
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
95 * select.c (available-selection-types): Fixed stupidity where
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
96 INTEGER and ATOM got added twice. Also add STRING when we see an
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
97 extent.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
98
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
99 * select.c (get-selection-internal): Removed symbol stripping. No
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
100 longer causes conversion when data comes from the internal cache.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
101
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
102 * select.c (syms_of_select): Added new functions.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
103
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
104 * select-x.c (motif_clipboard_cb): Use select_convert_out. Rewrote
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
105 error checking - previously this called abort!
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
106
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
107 * select-x.c (x_own_selection): Changed comment.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
108
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
109 * select-x.c (x_handle_selection_request): Use select_convert_out.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
110 Don't mess with selection-alist; it's an internal variable of select.c.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
111
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
112 * select-x.c (x_get_foreign_selection): Use select_convert_in.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
113
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
114 * select-x.c (x_handle_selection_clear): Use get-selection-timestamp,
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
115 rather than messing with selection-alist.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
116
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
117 * select-msw.c (mswindows_get_foreign_selection):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
118 Use TO_INTERNAL_FORMAT rather than hacking.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
119
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
120 2000-07-14 Martin Buchholz <martin@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
121
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
122 * process-unix.c (unix_open_multicast_group):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
123 (unix_open_multicast_group): Remove useless casts.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
124
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
125 2000-07-13 Martin Buchholz <martin@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
126
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
127 * sound.c (Fplay_sound): Fix `unused variable' warning.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
128
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
129 * emacs.c (main): Use correct type for _environ on SCO5.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
130
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
131 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
132
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
133 * console.h (own_selection_method):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
134 * console.h (selection_exists_p_method):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
135 * console.h (available_selection_types_method): New.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
136 * console.h (register_selection_data_type_method): New.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
137 * console.h (selection_data_type_name): New.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
138
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
139 * console-msw.h (mswindows_destroy_selection): Declare it. New
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
140 function & alist to track GlobalAlloc()'d handles that need
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
141 releasing when the clipboard data gets replaced or emptied.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
142
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
143 * event-msw.c (mswindows_wnd_proc): Call it.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
144
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
145 * lisp.h, general.c (Qappend): New symbol representing a
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
146 `how-to-add' mode.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
147
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
148 * select.c (own-selection-internal):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
149 * select.c (selection-exists-p):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
150 * select.c (available-selection-types): New.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
151 * select.c (register-selection-data-type): New.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
152 * select.c (selection-data-type-name): New. New functions to deal
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
153 with device-specific selection data formats.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
154 * select.c (selection-converter-out-alist): Renamed.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
155 * select.c (selection-converter-in-alist): New.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
156 * select.c (selection-appender-alist): New. Added new alists.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
157 * select.c (syms_of_select, vars_of_select): Added new symbols &
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
158 variables.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
159 * select.c (get_local_selection): Split.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
160 * select.c: Removed spurious type checking - selections may now be
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
161 of any type, not just strings.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
162 * select.c (own-selection-internal):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
163
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
164 * select.h, select.c (convert_selection): New. Created
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
165 convert_selection() function based on get_local_selection().
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
166 * select.h, select.c (QCF_*): New symbols representing mswindows
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
167 clipboard formats.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
168 * select.h, select.c (Qreplace_all, Qreplace_existing): New
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
169 symbols representing `how-to-add' modes.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
170
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
171 * select-msw.c (x_sym_p): New.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
172 * select-msw.c (symbol_to_ms_cf): New.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
173 * select-msw.c (ms_cf_to_symbol): New. New functions to deal with
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
174 symbols & clipboard formats. Can also handle string names.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
175 * select-msw.c (mswindows_own_selection):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
176 * select-msw.c (mswindows_selection_exists_p):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
177 Added `data-type' parameter. Use it.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
178 * select-msw.c (mswindows_available_selection_types): New.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
179 * select-msw.c (mswindows_register_selection_data_type): New.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
180 * select-msw.c (mswindows_selection_data_type_name): New.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
181 * select-msw.c (mswindows_own_selection):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
182 * select-msw.c (mswindows_get_foreign_selection):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
183 * select-msw.c (mswindows_selection_exists_p): Rewrote.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
184 * select-msw.c (console_create_select_mswindows): Added new methods.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
185 * select-msw.c (mswindows_destroy_selection): New.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
186 * select-msw.c (Vhandle_alist): New list.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
187 * select-msw.c (mswindows_own_selection):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
188
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
189 * select-x.c (x_own_selection):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
190 * select-x.c (x_selection_exists_p):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
191 * select-x.c: Added some comments about maybe using new
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
192 functionality.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
193 * select-x.c (x_own_selection):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
194
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
195 * specifier.c: Remove definition of Qappend (now in general.c)
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
196 * specifier.c (syms_of_specifier): Remove Qappend.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
197
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
198 2000-07-12 Martin Buchholz <martin@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
199
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
200 * config.h.in: Add socklen_t.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
201
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
202 * s/decosf4-0.h: No special compiler flags needed or desired.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
203 In particular, undefine _BSD for DEC OSF 4.0.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
204
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
205 2000-07-07 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
206
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
207 * redisplay-msw.c (msprinter_frame_output_end): Added.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
208 (console_type_create_redisplay_mswindows): Referred the above.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
209
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
210 * frame.c (setup_frame_without_minibuffer): Do not create a
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
211 default minibuffer frame on a printer device.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
212
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
213 * frame-msw.c (apply_dc_geometry): Added.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
214 (msprinter_start_page):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
215 (msprinter_init_frame_3):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
216 (msprinter_eject_page): Use it.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
217
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
218 * console-msw.h (struct msprinter_frame): Added pix_left and top,
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
219 and removed residual duplex and orientation properties.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
220
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
221 2000-07-11 Martin Buchholz <martin@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
222
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
223 * eval.c (function_argcount): Work around a DEC CC compiler bug.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
224
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
225 * unexalpha.c: Remove system prototypes from C sources!
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
226
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
227 2000-07-09 Adrian Aichner <aichner@ecf.teradyne.com>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
228
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
229 * eval.c: Remove references to M-x edit-options in DEFUNs for
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
230 `defvar' and `defconst'.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
231
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
232 2000-07-09 Martin Buchholz <martin@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
233
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
234 * config.h.in: Remove SMART_INCLUDE hackery.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
235
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
236 PostgreSQL hacking:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
237 * config.h.in: Don't use SMART_INCLUDE.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
238
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
239 * postgresql.h: Include libpq-fe.h here. Fix typo.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
240 * inline.c: Simply #include "postgresql.h"
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
241 * postgresql.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
242 - Don't use SMART_INCLUDE
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
243 - Use simply "const".
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
244 - Use standard doc string conventions.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
245 - Use correct type for result of PQstatus.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
246
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
247 2000-07-09 Martin Buchholz <martin@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
248
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
249 * glyphs-x.c (x_xface_instantiate): Fix C++ compilation warnings.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
250
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
251 C++ compilation changes.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
252 * config.h.in (EXTERN_C): Define.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
253 * config.h.in (not): This is also a C++ keyword.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
254 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Enable C++ compilation.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
255 * cm.c: Use EXTERN_C.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
256 * redisplay-tty.c: Use EXTERN_C.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
257 * sysdep.c: Use EXTERN_C. Remove Gould support.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
258
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
259 2000-07-09 Martin Buchholz <martin@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
260
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
261 * general.c: Remove duplicate definition for Qfunction.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
262
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
263 2000-07-08 Ben Wing <ben@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
264
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
265 * device-msw.c (msprinter_init_device):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
266 * device-msw.c (sync_printer_with_devmode):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
267 * device-msw.c (handle_devmode_changes):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
268 * device-msw.c (print_dialog_worker):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
269 * device-msw.c (Fmsprinter_apply_settings):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
270 * device-msw.c (hash_devmode):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
271 * device-msw.c (Fmsprinter_settings_despecialize):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
272 use Qmswindows_tstr, not Qctext.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
273
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
274 * vm-limit.c (check_memory_limits):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
275 avoid infinite loop printing warning messages.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
276
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
277 2000-07-05 Craig Lanning <lanning@scra.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
278
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
279 * Makefile.in.in: Add support for including the Windows resources
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
280 when building with the cygwin and mingw targets.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
281
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
282 * buffer.c: from Dan Holmsand, on Windows $PWD is most likely either
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
283 not set or not correct.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
284 (directory_is_current_directory): Don't compile for WIN32_NATIVE.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
285 (init_initial_directory): Don't try to use $PWD on the
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
286 WIN32_NATIVE target.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
287
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
288 * s\cygwin32.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
289 [[Add -mwindows to eliminate console window.]] not required --ben
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
290 (HAVE_NATIVE_SOUND): removed; now handled by configure.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
291 (MAIL_USE_POP): removed; now handled by configure.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
292
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
293 * s\mingw32.h: [[Add -mwindows to eliminate console window.]] not in
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
294 C_SWITCH_SYSTEM or it will affect lib-src progs. --ben
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
295 (HAVE_NATIVE_SOUND): removed; now handled by configure.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
296 (MAIL_USE_POP): removed; now handled by configure.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
297 (ENCAPSULATE_STAT): from Dan Holmsand, added.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
298 (ENCAPSULATE_FSTAT): from Dan Holmsand, added.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
299 (DIRECTORY_SEP): from Dan Holmsand, use lisp variable instead of
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
300 constant string.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
301 (HAVE_TIMEVAL): from Dan Holmsand, added; struct timeval is picked
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
302 up from <winsock.h> via systime.h.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
303 (HAVE_GETPAGESIZE): from Dan Holmsand, added.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
304 (getpagesize): from Dan Holmsand, added.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
305 Added #endif which was left dangling by Ben's mega patch; added
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
306 comment to help prevent this in the future.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
307
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
308 * sysdll.c: added #include <windows.h> for WIN32_NATIVE case.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
309
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
310 2000-07-05 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
311
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
312 * console-msw.h (struct mswindows_device): Removed unnecessary
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
313 cached device geometry values.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
314 Added update_tick and an accessor macro.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
315 (Lisp_Devmode): Added lrecord declaration.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
316 (struct msprinter_device): Contain devmode as a Lisp object.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
317 Added mswindows_get_selected_frame_hwnd();
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
318
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
319 * console.h (struct console_methods): Indentation nitpicking.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
320
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
321 * device-msw.c (mswindows_init_device): Do not initialize geometry
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
322 cache. Initialize update tick.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
323 (mswindows_device_system_metrics): Ask the device for its geometry.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
324 (global_free_2_maybe):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
325 (devmode_to_hglobal):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
326 (handle_printer_changes):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
327 (ensure_not_printing):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
328 (print_dialog_worker):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
329 (Fmsprinter_print_setup_dialog):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
330 (Fmsprinter_print_dialog):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
331 (plist_get_margin):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
332 (plist_set_margin):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
333 (Fmsprinter_page_setup_dialog): Added functions.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
334 (sync_printer_with_devmode):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
335 (handle_devmode_changes):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
336 (Fmsprinter_get_settings):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
337 (Fmsprinter_select_settings):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
338 (Fmsprinter_apply_settings):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
339 (allocate_devmode):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
340 (Fmsprinter_settings_copy):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
341 (Fmsprinter_settings_despecialize):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
342 (print_devmode):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
343 (finalize_devmode):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
344 (equal_devmode):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
345 (hash_devmode): Added functions
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
346 (syms_of_device_mswindows): Init devmode lrecord class.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
347
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
348 * device.h: Added an exfun for find-device.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
349
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
350 * event-msw.c (mswindows_wnd_proc): Do not update the cached
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
351 geometry; although, recreate the device compatible DC.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
352
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
353 * frame-msw.c (mswindows_get_selected_frame_hwnd): Added.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
354 (msprinter_init_frame_3):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
355 (msprinter_frame_property):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
356 (msprinter_internal_frame_property_p):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
357 (msprinter_frame_properties):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
358 (msprinter_set_frame_properties): Removed 'orientation and 'duplex
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
359 print job properties (will move to device settings).
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
360
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
361 * lisp.h: Added symbols.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
362
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
363 * general.c (syms_of_general): Declared them.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
364
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
365 * hash.c (string_hash): Added.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
366
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
367 * lrecord.h (lrecord_type): Added devmode lrecord type.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
368
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
369 2000-07-02 Mike Sperber <mike@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
370
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
371 * s/freebsd.h (INTERRUPTIBLE_OPEN): open *is* interruptible on
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
372 FreeBSD 4.0.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
373
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
374 2000-06-07 MORIOKA Tomohiko <tomo@etl.go.jp>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
375
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
376 * doprnt.c (emacs_doprnt_1): Fix problem with %0XXd for a negative
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
377 integer.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
378
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
379 2000-06-07 MORIOKA Tomohiko <tomo@urania.m17n.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
380
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
381 * data.c (Fstring_to_number): Don't recognize floating point if
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
382 base is not 10.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
383
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
384 2000-06-22 Martin Buchholz <martin@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
385
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
386 * glyphs-widget.c (tab_control_query_geometry):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
387 (widget_query_geometry):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
388 (button_query_geometry):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
389 * glyphs.c (text_query_geometry):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
390 Enforce type correctness.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
391
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
392 2000-06-18 Martin Buchholz <martin@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
393
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
394 * s/decosf4-0.h (_etext): Use portable _etext instead of etext.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
395 * s/decosf4-0.h (_edata): Use portable _edata instead of edata.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
396
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
397 2000-06-17 Martin Buchholz <martin@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
398
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
399 * s/decosf4-0.h: Never #include "/usr/include/FOO.h" because this
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
400 conflicts with gcc's fixincluded version of FOO.h.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
401
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
402 * glyphs.h (image_instance_geometry): Remove trailing `,'
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
403
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
404 2000-06-08 Mike Alexander <mta@arbortext.com>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
405
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
406 (MAX_SHOVE_BUFFER_SIZE): Change to 512 to match stream buffer size
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
407 (shove_thread): Don't write the same output twice
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
408 (make_ntpipe_output_stream): Increase priority of shove thread
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
409 (ntpipe_shove_writer): Call SwitchToThread to give shove thread a
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
410 chance to run
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
411 (ntpipe_shove_closer): Don't delete the pipe until we're done with
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
412 it.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
413
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
414 2000-06-12 Ben Wing <ben@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
415
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
416 * s\mingw32.h (sigset):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
417 * s\windowsnt.h (sigset):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
418 rename msw_ to mswindows_ for consistency with general convention.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
419
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
420 2000-06-12 Ben Wing <ben@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
421
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
422 * console-msw.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
423 * console-msw.c (mswindows_get_console_hwnd):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
424 * console-msw.c (mswindows_ensure_console_allocated):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
425 * console-msw.c (mswindows_hide_console):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
426 * console-msw.c (mswindows_show_console):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
427 * console-msw.c (mswindows_ensure_console_buffered):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
428 * console-msw.c (mswindows_output_console_string):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
429 * console-msw.c (mswindows_windows9x_p):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
430 * console-msw.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
431 * device-msw.c (mswindows_get_workspace_coords):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
432 * device-msw.c (mswindows_device_system_metrics):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
433 * dialog-msw.c (mswindows_popup_dialog_box):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
434 * event-msw.c (mswindows_wnd_proc):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
435 * frame-msw.c (mswindows_size_frame_internal):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
436 * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
437 * menubar-msw.c (displayable_menu_item):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
438 * menubar-msw.c (mswindows_char_is_accelerator):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
439 * nt.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
440 * nt.c (mswindows_sigset):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
441 * nt.c (mswindows_sigrelse):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
442 * nt.c (mswindows_sigpause):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
443 * nt.c (mswindows_raise):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
444 * nt.c (timer_proc):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
445 * ntproc.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
446 * ntproc.c (find_child_console):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
447 * ntproc.c (sys_kill):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
448 * print.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
449 * print.c (std_handle_out_external):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
450 * process-nt.c (find_child_console):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
451 * process-nt.c (send_signal_the_95_way):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
452 * process-nt.c (ensure_console_window_exists):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
453 * process-nt.c (nt_create_process):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
454 * syssignal.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
455 rename msw_ to mswindows_ for consistency with general convention.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
456
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
457 * emacs.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
458 * dumper.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
459 include nt.h, not syswindows.h.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
460
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
461 * nt.c (mswindows_fstat):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
462 * nt.c (mswindows_stat):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
463 prefix mswindows_ instead of attempting to directly override the
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
464 library functions. fix declarations.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
465
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
466 * nt.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
467 include syswindows.h. move some sysdep.h stuff here.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
468
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
469 * ntheap.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
470 include syswindows.h, not <windows.h>.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
471
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
472 * ntplay.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
473 clean up headers.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
474
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
475 * sysdep.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
476 clean up headers.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
477
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
478 * sysdep.c (sys_fstat):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
479 * sysdep.c (sys_stat):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
480 call mswindows versions when appropriate.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
481
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
482 * sysdep.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
483 move mswin decls to nt.h.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
484
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
485 * syswindows.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
486 add long comment describing appropriate use of the various windows
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
487 headers.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
488
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
489 2000-06-11 Ben Wing <ben@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
490
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
491 * device-x.c: Correct doc string for sixth arg of x-get-resource.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
492
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
493 2000-06-10 Ben Wing <ben@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
494
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
495 * Makefile.in.in (release):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
496 Correction to make sure xemacs.exe always dumped when correct.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
497
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
498 * alloca.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
499 * balloon_help.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
500 [[[[3]]]]: Conditionalize on actual problem, not WINDOWSNT.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
501
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
502 * buffer.c (set_buffer_internal):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
503 [[[[2]]]]: Remove HAVE_FEP code.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
504
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
505 * buffer.c (init_initial_directory):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
506 [3].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
507
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
508 * bytecode.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
509 [[[[4]]]]: limits.h standardly included in lisp.h; remove from
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
510 individual files.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
511
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
512 * callproc.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
513 * callproc.c (call_process_cleanup):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
514 * callproc.c (Fold_call_process_internal):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
515 * callproc.c (child_setup):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
516 * callproc.c (getenv_internal):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
517 * callproc.c (init_callproc):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
518 * callproc.c (vars_of_callproc):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
519 [[[[1]]]]: WINDOWSNT -> WIN32_NATIVE.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
520 __CYGWIN32__ -> CYGWIN.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
521 DOS_NT -> WIN32_NATIVE.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
522 Remove MSDOS support/references, converting to WIN32_NATIVE
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
523 where correct.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
524 __MINGW32__ -> MINGW.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
525 Fix windows.h includes.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
526 Remove bogus HAVE_NTGUI.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
527
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
528 * config.h.in:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
529 [2].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
530
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
531 * console-msw.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
532 mswindows_message_outputted added for use in allowing startup
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
533 errors on the console to be seen.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
534
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
535 * console-msw.c (msw_ensure_console_allocated):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
536 * console-msw.c (msw_output_console_string):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
537 * console-msw.c (DHEADER):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
538 * console-msw.c (DOPAQUE_DATA):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
539 * console-msw.c (DEVENT):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
540 * console-msw.c (DCONS):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
541 * console-msw.c (DCONSCDR):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
542 * console-msw.c (DSTRING):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
543 * console-msw.c (DVECTOR):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
544 * console-msw.c (DSYMBOL):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
545 * console-msw.c (DSYMNAME):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
546 Fix warnings.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
547
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
548 * console-stream.c (stream_init_console):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
549 Fix text/binary problems.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
550
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
551 * device-msw.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
552 * device-msw.c (mswindows_finish_init_device):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
553 * device-msw.c (mswindows_delete_device):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
554 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
555
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
556 * device.c (handle_asynch_device_change):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
557 [3].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
558
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
559 * dgif_lib.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
560 * dgif_lib.c (DGifOpenFileName):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
561 * dgif_lib.c (DGifOpenFileHandle):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
562 * dgif_lib.c (DGifGetLine):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
563 * dgif_lib.c (DGifGetPixel):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
564 Added config.h/lisp.h, fix up includes.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
565 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
566
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
567 * dired-msw.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
568 [4].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
569
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
570 * dired.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
571 * dired.c (file_name_completion):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
572 * dired.c (Ffile_attributes):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
573 * dired.c (syms_of_dired):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
574 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
575
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
576 * dumper.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
577 * dumper.c (pdump_file_unmap):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
578 * dumper.c (pdump_load):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
579 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
580
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
581 * editfns.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
582 * editfns.c (Ftemp_directory):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
583 * editfns.c (user_login_name):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
584 * editfns.c (Fuser_real_login_name):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
585 * editfns.c (get_home_directory):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
586 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
587
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
588 * elhash.c (finish_marking_weak_hash_tables):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
589 [[[[5]]]]: Fix GCC warnings.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
590
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
591 * emacs.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
592 * emacs.c (mswindows_handle_hardware_exceptions):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
593 * emacs.c (make_arg_list_1):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
594 * emacs.c (main_1):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
595 * emacs.c (Fkill_emacs):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
596 * emacs.c (Fdump_emacs):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
597 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
598 Fix problems with nested crashes, add long comment.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
599
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
600 * event-Xt.c (init_event_Xt_late):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
601 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
602
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
603 * event-msw.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
604 * event-msw.c (mswindows_dde_callback):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
605 * event-msw.c (mswindows_handle_sticky_modifiers):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
606 * event-msw.c (mswindows_wnd_proc):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
607 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
608 [5].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
609
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
610 * events.c (character_to_event):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
611 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
612
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
613 * fileio.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
614 * fileio.c (Ffile_name_directory):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
615 * fileio.c (Ffile_name_nondirectory):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
616 * fileio.c (directory_file_name):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
617 * fileio.c (Fexpand_file_name):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
618 * fileio.c (Fsubstitute_in_file_name):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
619 * fileio.c (Ffile_name_absolute_p):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
620 * fileio.c (check_executable):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
621 * fileio.c (Ffile_readable_p):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
622 * fileio.c (Ffile_accessible_directory_p):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
623 * fileio.c (Ffile_modes):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
624 * fileio.c (Funix_sync):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
625 * fileio.c (vars_of_fileio):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
626 [1]. [4].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
627
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
628 [[[[7]]]]: Move CORRECT_DIR_SEPS to s\windowsnt.h.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
629
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
630 Expand getdefdir defn.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
631 Fix bogus rename() comment.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
632
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
633 [[[[6]]]]: Fix Windows includes w.r.t. removed nt\inc. Attempt
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
634 to use standard XEmacs include files, e.g. sysfile.h, rather
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
635 than system-specific includes.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
636
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
637 * fns.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
638 * fns.c (Fsubseq):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
639 [5]. [6].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
640
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
641 * frame.c (vars_of_frame):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
642 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
643
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
644 * getloadavg.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
645 * getloadavg.c (getloadavg):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
646 [1]. [6].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
647 #ifdef XEMACS not defined on Cygwin. Remove this; no need for it.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
648 (We don't use it elsewhere in the code; just add a comment.)
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
649
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
650 * gif_io.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
651 [6].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
652 Add config.h.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
653
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
654 * glyphs-msw.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
655 * glyphs-msw.c (mswindows_resource_instantiate):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
656 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
657
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
658 * glyphs-x.c (x_native_layout_instantiate):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
659 [5].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
660
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
661 * gui-msw.c (Fmswindows_shell_execute):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
662 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
663
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
664 * insdel.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
665 [4].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
666
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
667 * lisp.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
668 [4]. [5].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
669
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
670 * lread.c (locate_file_in_directory_mapper):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
671 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
672
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
673 * lstream.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
674 [4].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
675
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
676 * mem-limits.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
677 * mem-limits.h (get_lim_data):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
678 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
679
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
680 * menubar-msw.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
681 [4].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
682
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
683 * ndir.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
684 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
685
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
686 * nt.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
687 * nt.c (getwd):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
688 * nt.c (closedir):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
689 * nt.c (rva_to_section):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
690 * nt.c (mswindows_executable_type):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
691 [1]. [6].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
692 Fix closedir() defn.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
693
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
694 * nt.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
695 [[[[8]]]]: *_OK defs moved to sysfile.h.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
696
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
697 * ntproc.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
698 [6]. [7].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
699
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
700 * objects-x.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
701 [4].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
702
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
703 * print.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
704 * print.c (std_handle_out_external):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
705 [1]. [4].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
706
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
707 * process-nt.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
708 * process-nt.c (nt_create_process):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
709 [6].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
710 try to fix process quoting somewhat.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
711
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
712 * process-unix.c (unix_create_process):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
713 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
714
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
715 * process.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
716 * process.c (vars_of_process):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
717 Add Vnull_device.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
718
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
719 * process.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
720 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
721
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
722 * realpath.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
723 * realpath.c (xrealpath):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
724 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
725
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
726 * redisplay-tty.c (init_tty_for_redisplay):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
727 [3].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
728
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
729 * redisplay.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
730 [4]. [6].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
731
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
732 * scrollbar-msw.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
733 [4].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
734
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
735 * sheap.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
736 * sheap.c (more_static_core):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
737 * sheap.c (report_sheap_usage):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
738 [5]. [6].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
739
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
740 * signal.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
741 * signal.c (alarm_signal):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
742 [1]. [6].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
743
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
744 * sound.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
745 [6].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
746
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
747 * strftime.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
748 * strftime.c (zone_name):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
749 [1]. [5].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
750
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
751 * symsinit.h (init_sunpro):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
752 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
753
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
754 * syscommctrl.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
755 commctrl.h not in Cygwin b20.1.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
756
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
757 * sysdep.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
758 * sysdep.c (endif):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
759 * sysdep.c (sys_subshell):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
760 * sysdep.c (init_baud_rate):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
761 * sysdep.c (emacs_get_tty):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
762 * sysdep.c (emacs_set_tty):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
763 * sysdep.c (tty_init_sys_modes_on_device):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
764 * sysdep.c (init_system_name):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
765 * sysdep.c (sys_open):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
766 * sysdep.c (interruptible_open):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
767 * sysdep.c (sys_fopen):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
768 * sysdep.c (sys_mkdir):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
769 * sysdep.c (sys_rename):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
770 * sysdep.c (get_process_times_1):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
771 [1]. [6].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
772
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
773 * sysdep.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
774 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
775
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
776 * sysdir.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
777 * sysdir.h (DIRENTRY_NONEMPTY):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
778 [1]. [6].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
779
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
780 * sysdll.c (dll_init):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
781 * sysdll.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
782 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
783
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
784 * sysfile.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
785 [1]. [6]. [8].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
786 added text/binary defs.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
787
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
788 * sysfloat.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
789 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
790
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
791 * sysproc.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
792 * sysproc.h (EDESTADDRREQ):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
793 * sysproc.h (poll_fds_for_input):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
794 [1]. [6].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
795
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
796 * syspwd.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
797 [6].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
798
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
799 * syssignal.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
800 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
801
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
802 * systime.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
803 [1]. [6].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
804
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
805 * systty.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
806 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
807
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
808 * syswindows.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
809 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
810 Always define WIN32_LEAN_AND_MEAN.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
811
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
812 * unexcw.c (unexec):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
813 [5].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
814
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
815 * unexec.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
816 * unexec.c (copy_text_and_data):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
817 * unexec.c (adjust_lnnoptrs):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
818 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
819
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
820 * unexnt.c:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
821 * unexnt.c (_start):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
822 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
823
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
824 2000-06-07 Ben Wing <ben@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
825
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
826 * mule-mcpath.c, mule-mcpath.h: Removed. Old, crufty code that
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
827 was used only as a model. We've long since extracted any useful
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
828 logic or code out of this. (I just did an exhaustive search.)
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
829
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
830 * s\msdos.h: Removed.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
831
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
832 * s\windows95.h: Removed.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
833
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
834 2000-06-10 Ben Wing <ben@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
835
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
836 * s\cygwin32.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
837 [1]. [5].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
838 Don't use extern with fun defs.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
839
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
840 * s\mingw32.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
841 [1]. [7].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
842 Remove nt\inc include.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
843 Remove getdisk, getdefdir. (The former is unused, the latter
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
844 expanded in fileio.h.)
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
845
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
846 * s\windowsnt.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
847 * s\windowsnt.h (WIN32_NATIVE):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
848 * s\windowsnt.h (HAVE_STRCASECMP):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
849 [1]. [7].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
850 Add long comment about preprocessor changes.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
851 Remove getdisk, getdefdir. (The former is unused, the latter
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
852 expanded in fileio.h.)
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
853
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
854 2000-06-10 Ben Wing <ben@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
855
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
856 * m\arm.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
857 * m\delta.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
858 * m\intel386.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
859 * m\sequent.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
860 * m\template.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
861 * m\windowsnt.h:
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
862 [1].
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
863 Remove bogus/unused NO_SOCK_SIGIO.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
864
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
865 2000-06-08 Hrvoje Niksic <hniksic@iskon.hr>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
866
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
867 * lisp.h (set_string_char): Call set_string_byte with a Bufbyte,
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
868 not an Emchar.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
869
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
870 2000-06-04 Mike Sperber <mike@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
871
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
872 * casetab.c (set_case_table): For `set-standard-case-table',
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
873 actually deposit the new case tables where the rest of XEmacs can
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
874 see them.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
875
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
876 2000-06-05 Yoshiki Hayashi <yoshiki@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
877
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
878 * data.c (Faset): Don't cast XCHAR() to unsigned char.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
879
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
880 2000-06-05 Ben Wing <ben@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
881
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
882 * callproc.c (child_setup): Don't do close_load_descs() under
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
883 MS Windows. Put in a comment explaining why.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
884
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
885 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
886
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
887 * process-nt.c: Reverting patch "Fixing nt_create_process for MKS
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
888 Toolkit shell" which breaks `kill-compilation' on Windows NT
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
889 native, retaining STDERR handling improvements.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
890
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
891 2000-06-01 Andreas Jaeger <aj@suse.de>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
892
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
893 * s/s390.h: Support for S390, based on a patch by Martin
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
894 Schwidefsky <schwidefsky@de.ibm.com>.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
895
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
896 2000-05-30 Andy Piper <andy@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
897
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
898 * window.c (allocate_window):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
899 (make_dummy_parent):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
900 (Fset_window_configuration): use new hashtable type.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
901
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
902 * glyphs.h (IMAGE_UNSPECIFIED_GEOMETRY):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
903 (struct image_instantiator_methods):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
904 (struct Lisp_Image_Instance): make instance geometry signed.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
905
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
906 * glyphs.c (instantiate_image_instantiator):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
907 (image_instance_query_geometry):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
908 (image_instance_layout):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
909 (image_instance_layout):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
910 (query_string_geometry):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
911 (text_query_geometry):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
912 (image_instantiate):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
913 (image_instantiate):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
914 (cache_subwindow_instance_in_frame_maybe):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
915 (subwindow_query_geometry): make instance geometry signed.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
916
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
917 * glyphs-widget.c (widget_query_geometry):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
918 (widget_layout):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
919 (button_query_geometry):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
920 (tree_view_query_geometry):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
921 (tab_control_query_geometry):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
922 (layout_query_geometry):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
923 (layout_layout):
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
924 (native_layout_layout): make instance geometry signed.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
925
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
926 2000-05-29 Olivier Galibert <galibert@pobox.com>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
927
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
928 * lisp.h: Add Qfull_assoc symbol and WEAK_LIST_FULL_ASSOC
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
929 constant.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
930
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
931 * general.c (syms_of_general): Add Qfull_assoc symbol.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
932
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
933 * data.c (finish_marking_weak_lists): Mark full-assoc lists
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
934 correctly.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
935 (decode_weak_list_type): Decode full-assoc type.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
936 (encode_weak_list_type): Encode full-assoc type.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
937 (Fmake_weak_list): Update doc string.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
938
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
939 2000-05-30 Andy Piper <andy@xemacs.org>
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
940
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
941 * elhash.h (hash_table_weakness): new KEY_VALUE weak hashtable.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
942
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
943 * elhash.c (print_hash_table): new KEY_VALUE weak hashtable.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
944 (decode_hash_table_weakness): ditto.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
945 (Fhash_table_weakness): ditto.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
946 (Fhash_table_type): ditto.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
947 (finish_marking_weak_hash_tables): ditto.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
948 (hash_table_weakness_validate): ditto.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
949 (syms_of_elhash): ditto.
de805c49cfc1 Import from CVS: tag r21-2-35
cvs
parents: 408
diff changeset
950
408
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
951 2000-05-28 Martin Buchholz <martin@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
952
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
953 * XEmacs 21.2.34 is released.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
954
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
955 2000-05-22 Jan Vroonhof <vroonhof@math.ethz.ch>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
956
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
957 * redisplay.c (VERTICAL_CLIP): No longer reset when updating line
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
958 start cache.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
959 (updating_line_start_cache): Gone.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
960 (regenerate_window): Replace resetting of VERTICAL_CLIP by
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
961 generic code to force a minimum of 1 line laid out in the
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
962 CMOTION_DISP case.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
963
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
964 2000-05-22 Jan Vroonhof <vroonhof@math.ethz.ch>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
965
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
966 * glyphs.c (instantiate_image_instantiator): Check for initialized
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
967 height & width no longer special cases IMAGE_NOTHING.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
968 (nothing_instantiate): Set height and width of instance.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
969
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
970 2000-05-24 Yoshiki Hayashi <yoshiki@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
971
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
972 * unexelf.c (unexec): Search for ".data" section.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
973 Initialize new_data2_offset from old_data_index.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
974 Remove redundant check for ElfW.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
975
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
976 2000-05-23 Andy Piper <andy@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
977
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
978 * glyphs.c (get_image_instantiator_governing_domain): allow more
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
979 specific domains as the governing domain rather than expecting an
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
980 exact match. This fixes problems with layouts.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
981
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
982 2000-05-22 Andy Piper <andy@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
983
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
984 * redisplay-output.c (compare_runes): check for non-images
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
985
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
986 * glyphs.c (set_glyph_dirty_p): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
987 (update_glyph_cachel_data): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
988
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
989 * glyphs-widget.c (layout_post_instantiate): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
990 (layout_post_instantiate): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
991
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
992 * event-msw.c (mswindows_wnd_proc): warning removal.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
993
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
994 2000-05-12 Craig Lanning <CraigL@DyCon.com>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
995
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
996 * s\mingw32.h: Added #undef for CLASH_DETECTION.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
997
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
998 * syswindows.h: Moved PBS_SMOOTH definition to syscommctrl.h.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
999
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1000 * syscommctrl.h (PBS_SMOOTH): Moved from syswindows.h.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1001
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1002 * nt.c (rva_to_section): mingw32 needs rva_to_section.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1003 (mswindows_executable_type): mingw32 now has enough headers for
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1004 this to work.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1005
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1006 2000-05-20 Andy Piper <andy@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1007
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1008 * console-msw.c (mswindows_output_last_error): ; -> ,
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1009
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1010 2000-05-12 Andy Piper <andy@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1011
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1012 * console-msw.c (FROB): compare ints with ints.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1013
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1014 2000-05-11 Andy Piper <andy@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1015
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1016 * glyphs-x.c (x_finalize_image_instance): make minimal build
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1017 happy.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1018
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1019 2000-05-20 Ben Wing <ben@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1020
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1021 * event-Xt.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1022 * event-Xt.c (vars_of_event_Xt):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1023 move modifier-keys-are-sticky to event-stream.c.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1024
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1025 * event-msw.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1026 * event-msw.c (mswindows_enqueue_mouse_button_event):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1027 * event-msw.c (key_needs_default_processing_p):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1028 * event-msw.c (XEMSW_LCONTROL):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1029 * event-msw.c (mswindows_handle_sticky_modifiers):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1030 * event-msw.c (FROB):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1031 * event-msw.c (clear_sticky_modifiers):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1032 * event-msw.c (output_modifier_keyboard_state):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1033 * event-msw.c (output_alt_keyboard_state):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1034 * event-msw.c (mswindows_wnd_proc):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1035 * event-msw.c (mswindows_modifier_state):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1036 * event-msw.c (emacs_mswindows_handle_magic_event):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1037 implement sticky modifiers.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1038
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1039 * event-stream.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1040 * event-stream.c (vars_of_event_stream):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1041 move modifier-keys-are-sticky here.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1042
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1043 * lisp.h:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1044 add CHECK_FUNCTION.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1045
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1046 * rangetab.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1047 implement map-range-table.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1048
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1049
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1050 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1051
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1052 * redisplay-tty.c (reset_tty_modes):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1053 (tty_redisplay_shutdown): Adjust argument type to
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1054 tty_frame_output_end.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1055
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1056 2000-05-11 Yoshiki Hayashi <yoshiki@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1057
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1058 * eval.c (Fbacktrace): Don't output a line with only right
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1059 parenthesis.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1060
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1061 2000-05-17 Kenji Itoh <keit@tpj.co.jp>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1062
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1063 * postgresql.c (Fpq_connect_poll): Replace `PS' with `polling_status'.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1064 (Fpq_reset_poll): Ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1065
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1066 2000-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1067
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1068 * redisplay-tty.c: Replace tty_output_end with tty_frame_output_end.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1069
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1070 2000-05-16 Ben Wing <ben@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1071
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1072 * buffer.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1073 * buffer.c (dfc_convert_to/from_internal_format):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1074 * buffer.c (reinit_vars_of_buffer):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1075 Fix conversion functions to allow reentrancy.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1076
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1077 * console-msw.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1078 * console-msw.c (mswindows_output_last_error):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1079 New fun, generally useful -- output a human-readable
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1080 version of GetLastError() on the console.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1081
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1082 * console-msw.h:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1083 * console-msw.h (struct mswindows_frame):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1084 Changes for DeferWindowPos. Declare mswindows_output_last_error().
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1085
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1086 * console-stream.c (stream_output_begin):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1087 * console-stream.c (stream_output_end):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1088 * console-stream.c (stream_output_vertical_divider):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1089 * console-stream.c (stream_clear_region):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1090 * console-stream.c (stream_flash):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1091 * console-stream.c (console_type_create_stream):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1092 Delete blank stream methods, not needed.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1093
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1094 * console.h (struct console_methods):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1095 Split begin/end methods into window and frame.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1096
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1097 * event-msw.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1098 * event-msw.c (mswindows_handle_paint):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1099 * event-msw.c (output_alt_keyboard_state):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1100 * event-msw.c (mswindows_wnd_proc):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1101 * event-msw.c (vars_of_event_mswindows):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1102 Comment about problems with ignored-expose.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1103 Define mswindows-debug-events; not really implemented.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1104
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1105 * frame-msw.c (mswindows_init_frame_1):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1106 random cleanups.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1107
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1108 * glyphs-msw.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1109 * glyphs-msw.c (begin_defer_window_pos):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1110 * glyphs-msw.c (mswindows_unmap_subwindow):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1111 * glyphs-msw.c (mswindows_map_subwindow):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1112 * glyphs-msw.c (mswindows_resize_subwindow):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1113 Use DeferWindowPos to reduce flashing when mapping/unmapping.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1114
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1115 * glyphs.c (make_image_instance_1):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1116 Fix crash.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1117
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1118 * gutter.c (Fredisplay_gutter_area):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1119 Use new begin/end methods.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1120
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1121 * lisp.h (Dynarr_new2):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1122 New creation fun.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1123
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1124 * redisplay-msw.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1125 * redisplay-msw.c (mswindows_frame_output_begin):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1126 * redisplay-msw.c (mswindows_frame_output_end):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1127 * redisplay-msw.c (console_type_create_redisplay_mswindows):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1128 New begin/end methods -- handle DeferWindowPos.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1129
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1130 * redisplay-output.c (redisplay_move_cursor):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1131 * redisplay-output.c (redraw_cursor_in_window):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1132 * redisplay-output.c (redisplay_update_line):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1133 * redisplay-output.c (redisplay_output_window):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1134 New begin/end methods.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1135
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1136 * redisplay-tty.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1137 * redisplay-tty.c (tty_frame_output_begin):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1138 * redisplay-tty.c (tty_frame_output_end):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1139 * redisplay-tty.c (console_type_create_redisplay_tty):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1140 New begin/end methods.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1141
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1142 * redisplay-x.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1143 * redisplay-x.c (x_window_output_begin):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1144 * redisplay-x.c (x_window_output_end):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1145 * redisplay-x.c (console_type_create_redisplay_x):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1146 New begin/end methods.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1147
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1148 * redisplay.c (redisplay_frame):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1149 * redisplay.c (Fredisplay_echo_area):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1150 New begin/end methods.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1151 use MAYBE_DEVMETH for clear_frame; it may not exist.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1152
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1153 * window.h (WINDOW_XFRAME):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1154 WINDOW_XFOO macros -- get locale and decode struct pointer.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1155
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1156
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1157 2000-05-12 Ben Wing <ben@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1158
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1159 * emacs.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1160 * emacs.c (ensure_no_quitting_from_now_on):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1161 * emacs.c (fatal_error_signal):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1162 * emacs.c (mswindows_handle_hardware_exceptions):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1163 * emacs.c (main):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1164 * emacs.c (Fkill_emacs):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1165 * emacs.c (shut_down_emacs):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1166 * emacs.c (assert_failed):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1167 various improvements in fatal error handling.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1168
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1169 * eval.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1170 move preparing_for_armageddon to emacs.c.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1171
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1172 * lisp.h:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1173 declare fatal_error_in_progress.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1174
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1175 * print.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1176 * print.c (std_handle_out_external):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1177 * print.c (std_handle_out_va):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1178 * print.c (stderr_out):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1179 * print.c (stdout_out):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1180 use console under mswin when no standard output.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1181 don't do code conversion during fatal error.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1182
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1183 * scrollbar.c (Fscrollbar_page_up):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1184 * scrollbar.c (Fscrollbar_page_down):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1185 fix missing else. reindent.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1186
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1187 2000-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1188
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1189 Emergency fix.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1190
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1191 * glyphs.h (GLYPH_CACHEL_DESCENT):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1192 (GLYPH_CACHEL_DESCENT):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1193 (GLYPH_CACHEL_DESCENT):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1194 * glyphs.h (GLYPH_CACHEL_ASCENT): Match parameters to variables
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1195 used in case these are inline functions.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1196 Use more absurd values to error check.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1197
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1198 include window.h for error check functions.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1199
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1200 2000-05-11 Ben Wing <ben@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1201
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1202 * cmdloop.c (Freally_early_error_handler):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1203 Display message box under windows; otherwise, message will disappear
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1204 before it can be viewed.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1205
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1206 * console-msw.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1207 * console-msw.c (Fmswindows_message_box):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1208 * console-msw.c (FROB):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1209 * console-msw.c (syms_of_console_mswindows):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1210 Define new fun `mswindows-message-box'.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1211 #### I will merge this into `popup-dialog-box'; just give me
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1212 a bit of time.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1213
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1214 * general.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1215 * general.c (syms_of_general):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1216 Some new symbols used in `mswindows-message-box'.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1217
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1218 * glyphs.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1219 * glyphs.c (Fset_image_instance_property):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1220 put warning in this fun.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1221
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1222 * glyphs.h:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1223 * glyphs.h (GLYPH_CACHEL_WIDTH):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1224 * glyphs.h (GLYPH_CACHEL_ASCENT):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1225 * glyphs.h (GLYPH_CACHEL):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1226 * glyphs.h (GLYPH_CACHEL_GLYPH):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1227 define error-checking versions to try to catch a bug i've seen --
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1228 redisplay gets in an infinite loop because the glyph width of the
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1229 continuation glyph is 65535.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1230
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1231 * lisp.h:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1232 Extern message-box stuff.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1233
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1234 * window.c (allocate_window):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1235 * window.c (make_dummy_parent):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1236 * window.c (Fset_window_configuration):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1237 Use EQUAL not EQ for subwindow caches to make them work a bit
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1238 better. (Something is still very broken.)
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1239
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1240
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1241 2000-05-11 Yoshiki Hayashi <yoshiki@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1242
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1243 * glyphs.c (image_instantiate): Suppress gcc warnings.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1244 (Fmake_image_instance): Fix doc string.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1245 * specifier.c (Fmake_specifier): Ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1246
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1247 2000-05-02 Yoshiki Hayashi <yoshiki@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1248
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1249 * paths.h.in (PATH_LOCK): Removed.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1250 * config.h.in (LOCKDIR_USER_DEFINED): Removed.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1251 * emacs.c (complex_vars_of_emacs): Remove configure-lock-directory.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1252
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1253 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1254
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1255 * fns.c (Ffeaturep): Update e-mail address in doc-string.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1256 Document (featurep '(and xemacs 21.02)).
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1257
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1258 2000-05-09 Ben Wing <ben@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1259
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1260 * buffer.c (complex_vars_of_buffer):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1261 update modeline-format doc.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1262
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1263 * device.h:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1264 comment about how DFW_DEVICE should be merged with DOMAIN_DEVICE.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1265
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1266 * emacs.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1267 timeline of all released versions of Emacs, for use in creating
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1268 authorship comments and in synching up.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1269
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1270 * glyphs-widget.c (image_instantiator_buttons):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1271 * glyphs-widget.c (image_instantiator_edit_fields):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1272 * glyphs-widget.c (image_instantiator_combo_box):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1273 * glyphs-widget.c (image_instantiator_scrollbar):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1274 * glyphs-widget.c (image_instantiator_progress_guage):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1275 * glyphs-widget.c (image_instantiator_tree_view):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1276 * glyphs-widget.c (image_instantiator_tab_control):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1277 * glyphs-widget.c (image_instantiator_labels):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1278 * glyphs-widget.c (image_instantiator_layout):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1279 * glyphs-widget.c (image_instantiator_native_layout):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1280 rename decode_domain method to governing_domain.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1281
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1282 * glyphs.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1283 * glyphs.c (Fvalid_image_instantiator_format_p): doc update.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1284 * glyphs.c (add_entry_to_device_ii_format_list):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1285 make sure we don't put an entry more than once into the list.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1286 * glyphs.c (check_instance_cache_mapper):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1287 *************************************************************
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1288 allow for nil. THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1289 HAVE BEEN GETTING.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1290 *************************************************************
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1291 * glyphs.c (get_image_instantiator_governing_domain):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1292 clean up, expand on new concept of governing domain.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1293 * glyphs.c (instantiate_image_instantiator):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1294 * glyphs.c (allocate_image_instance):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1295 use governing_domain instead of cache_domain in naming.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1296 * glyphs.c (Fvalid_image_instance_type_p): fix docs.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1297 * glyphs.c (make_image_instance_1):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1298 * glyphs.c (Fmake_image_instance):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1299 allow for any domain (not just device), and process the
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1300 governing domain correctly. very big doc fix.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1301 * glyphs.c (Fimage_instance_domain):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1302 new primitive, to retrieve the governing domain of an image instance.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1303 * glyphs.c (image_instantiate):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1304 use new governing_domain stuff. this fixes a crash you could get
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1305 by instantiating certain widget glyphs in frame locales. (should
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1306 signal an error instead of crashing.)
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1307 * glyphs.c (Fimage_specifier_p): move doc to make-image-specifier.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1308 * glyphs.c (Fglyphp): clean up doc.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1309 * glyphs.c (subwindow_governing_domain): renamed from *_decode_domain.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1310 * glyphs.c (syms_of_glyphs):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1311 declare Fimage_instance_domain, remove unused Qlayout_image_instance_p.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1312 * glyphs.c (image_instantiator_format_create): add some comments about
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1313 bogus code.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1314 * glyphs.c (specifier_vars_of_glyphs): totally rewrite the doc string
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1315 for current-display-table. (Apparently Hrjove implemented in 1998 a
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1316 design I wrote up in 1996, but didn't update the doc string.)
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1317
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1318 * glyphs.h: clean up a doc string.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1319 * glyphs.h (governing_domain):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1320 * glyphs.h (struct image_instantiator_methods):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1321 changes for governing_domain stuff.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1322
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1323 * gutter.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1324 * gutter.c (Fgutter_specifier_p):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1325 * gutter.c (Fgutter_size_specifier_p):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1326 * gutter.c (Fgutter_visible_specifier_p):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1327 * objects.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1328 * objects.c (Fcolor_specifier_p):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1329 * objects.c (Ffont_specifier_p):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1330 * objects.c (Fface_boolean_specifier_p):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1331 doc strings moved to make-*-specifier.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1332
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1333 * redisplay.c (add_disp_table_entry_runes_1):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1334 * redisplay.c (generate_fstring_runes):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1335 * redisplay.c (screen):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1336 add random comments and doc strings.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1337
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1338 * specifier.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1339 * specifier.c (Fmake_specifier):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1340 major overhaul of this doc string.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1341
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1342 * specifier.c (Fvalid_specifier_domain_p):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1343 comment about the bogosity of image instances being domains.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1344 * specifier.c (decode_domain):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1345 now non-static, used in glyphs.c.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1346 * specifier.c (specifier_instance):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1347 comment about the bogosity of image instances being domains.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1348 * specifier.c (Fgeneric_specifier_p):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1349 move doc string to make-generic-specifier.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1350 * specifier.c (VALID_SINGLE_DISPTABLE_INSTANTIATOR_P):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1351 rebackslashify.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1352
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1353 * specifier.h:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1354 * specifier.h (DOMAIN_FRAME):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1355 * specifier.h (DOMAIN_LIVE_P):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1356 * specifier.h (DOMAIN_XDEVICE):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1357 rebackslashify.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1358 add comments about problems with these macros.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1359 prototype for decode_domain.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1360
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1361 * toolbar.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1362 * toolbar.c (Ftoolbar_specifier_p):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1363 move doc string to `make-toolbar-specifier'.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1364
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1365 * window.c (window_unmap_subwindows_cache_mapper):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1366 *************************************************************
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1367 allow for nil. THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1368 HAVE BEEN GETTING.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1369 *************************************************************
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1370
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1371 2000-05-09 Andy Piper <andy@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1372
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1373 * glyphs.h: declare reset_frame_subwindow_instance_cache.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1374
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1375 * window.c (Fset_window_configuration): reset the frame subwindow
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1376 cache and re-initialize the window subwindow caches.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1377
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1378 * glyphs.c (reset_frame_subwindow_instance_cache): new function.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1379
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1380 2000-05-09 Ben Wing <ben@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1381
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1382 * ntheap.c (recreate_heap): Changed unknown (VC6 only?) SIZE_T to
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1383 DWORD.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1384
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1385 2000-04-26 Mike Woolley <mike@bulsara.com>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1386
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1387 * ntheap.c: Changed recreate_heap to limit the amount reserved
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1388 for the heap to that which is actually available. Also now
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1389 displays a message box (with some dignostics) in the event that
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1390 it still can't start.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1391
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1392 2000-05-07 Jan Vroonhof <vroonhof@math.ethz.ch>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1393
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1394 * callproc.c (Fold_call_process_internal): GCPRO path
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1395
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1396 2000-05-08 Jan Vroonhof <jan@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1397
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1398 Patch by Bill Perry.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1399
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1400 * scrollbar.c (Fscrollbar_page_up): Conditionalize on type of call
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1401 back data instead of #ifdef.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1402 (Fscrollbar_page_down): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1403
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1404 2000-05-07 Ben Wing <ben@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1405
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1406 * buffer.h:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1407 Kludge for defining Qmswindows_tstr.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1408
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1409 * nt.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1410 * nt.c (open_input_file):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1411 * nt.c (open_output_file):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1412 * nt.c (rva_to_section):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1413 * nt.c (mswindows_executable_type):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1414 Move all memory-mapped-file routines here (some were in unexnt.c,
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1415 which is bad because they are used by process-nt.c, and unexnt
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1416 won't be around when portable dumping). Synched the above routines
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1417 with FSF 20.6.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1418
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1419 * nt.h:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1420 Removed ifdef'd out bogus code.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1421 Fixed some prototypes.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1422
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1423 * nt.h (file_data):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1424 * nt.h (OFFSET_TO_RVA):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1425 * nt.h (RVA_TO_OFFSET):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1426 * nt.h (RVA_TO_PTR):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1427 Moved the memory-mapped-file structures, macros and prototypes
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1428 here, to parallel nt.c. ntheap.h should really be removed
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1429 entirely, and it's a non-portable-dumper specific file.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1430
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1431 * ntheap.h (round_to_next):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1432 Moved the memory-mapped-file structures, macros and prototypes
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1433 to nt.h.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1434
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1435 * ntproc.c (compare_env):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1436 Moved rva_to_section and mswindows_executable_type to nt.c.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1437 Moved compare_env to process-nt.c.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1438 ntproc.c will die, one day.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1439
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1440 * ntproc.c (sys_spawnve):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1441 Account for win32_ -> mswindows_.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1442
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1443 * process-nt.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1444 * process-nt.c (struct nt_process_data):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1445 * process-nt.c (ensure_console_window_exists):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1446 * process-nt.c (compare_env):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1447 * process-nt.c (nt_create_process):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1448 * process-nt.c (nt_kill_process_by_pid):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1449 * process-nt.c (syms_of_process_nt):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1450 * process-nt.c (vars_of_process_nt):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1451 Introduce variable `mswindows-quote-process-args', from FSF 20.6.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1452 Copy argument quoting code from FSF 20.6 (with appropriate Mule-ization
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1453 changes). Eliminate our old `nt-quote-process-args' mechanism.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1454 Synch up nt_create_process with FSF 20.6 sys_spawnve.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1455 Move compare_env here from ntproc.c.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1456
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1457 * process.c (Fprocess_send_region):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1458 Takes an optional fourth argument, BUFFER, which should fix some
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1459 problems with call-process.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1460
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1461 * syscommctrl.h:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1462 Move ICC_BAR_CLASSES here from syswindows.h, to avoid a warning.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1463
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1464 * syswindows.h:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1465 Move ICC_BAR_CLASSES to syscommctrl.h.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1466 Add preliminary macros for MSWindows/Mule. More to come.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1467
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1468 * unexnt.c:
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1469 * unexnt.c (unexec):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1470 open_output_file moved to nt.c.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1471
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1472
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1473 2000-05-05 Andy Piper <andy@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1474
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1475 * window.c (window_unmap_subwindows_cache_mapper): remove the dead
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1476 instance from the frame cache also since GC may catch up too late
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1477 to make frame deletion sane.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1478
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1479 2000-05-04 Andy Piper <andy@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1480
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1481 * glyphs-x.c (x_widget_instantiate): gcpro widget callbacks.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1482 (x_finalize_image_instance): ungcpro on deletion.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1483
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1484 * glyphs.c (image_instantiator_format_create): give pointers a
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1485 query geometry method so that the geometry is at least set.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1486
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1487 * glyphs-x.c (image_instantiator_format_create_glyphs_x): only
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1488 initialize layouts if using widgets.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1489
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1490 2000-05-03 Andy Piper <andy@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1491
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1492 * nt.c: remove bogus reference to sysmmsystem.h
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1493
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1494 * gui-x.c (popup_selection_callback): fix no selection abort.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1495
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1496 2000-05-02 Andy Piper <andy@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1497
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1498 * glyphs-msw.c (mswindows_update_widget): cope with nil text.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1499 (mswindows_widget_instantiate): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1500
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1501 * glyphs-widget.c (initialize_widget_image_instance): initialize
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1502 children correctly.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1503 (widget_instantiate): cope with children and items in the same
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1504 instance.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1505
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1506 * glyphs.c (mark_image_instance): cope with children as a first
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1507 class member.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1508 (image_instance_equal): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1509 (image_instance_hash): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1510 (image_instance_changed): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1511
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1512 2000-04-30 Andy Piper <andy@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1513
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1514 * glyphs.c (subwindow_query_geometry): new function. Return some
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1515 defaults.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1516 (subwindow_instantiate): don't assign dimensions if none have been
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1517 given.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1518 (image_instantiator_format_create): add subwindow_query_geometry.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1519 (print_image_instance): cope with layouts as widgets.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1520
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1521 2000-04-29 Andy Piper <andy@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1522
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1523 * frame.c (delete_frame_internal): call
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1524 free_frame_subwindow_instance_cache so that all subwindows are
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1525 finalized before their parent.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1526 (mark_frame): remove subwindow_cachels.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1527 (Fmake_frame): remove subwindow_cachel manipulation.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1528 (allocate_frame_core): subwindow_instance_cache is a weak list.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1529 (delete_frame_internal): set subwindow_instance_cache to nil.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1530
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1531 * glyphs-msw.c (mswindows_finalize_image_instance): make double
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1532 finalization safe.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1533 (mswindows_finalize_image_instance): use the device
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1534 not the domain as the domain may have died already.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1535
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1536 * glyphs-x.c (x_finalize_image_instance): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1537 (x_subwindow_instantiate): remove SUBWINDOW_WIDTH &
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1538 HEIGHT.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1539
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1540 * redisplay-output.c (redisplay_unmap_subwindows): update for
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1541 subwindow instance cache as a weak list.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1542 (redisplay_unmap_subwindows_maybe): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1543 (redisplay_unmap_subwindows_except_us): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1544
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1545 * glyphs.c (unmap_subwindow): error checking will check the domain
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1546 so don't deal with it here. Don't use cachels anymore.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1547 (map_subwindow): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1548 (update_subwindow_cachel_data): remove old accessor names.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1549 (subwindow_instantiate): remove SUBWINDOW_WIDTH & HEIGHT.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1550 (Fresize_subwindow): don't update cachel.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1551 (mark_subwindow_cachels):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1552 (update_subwindow_cachel_data):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1553 (add_subwindow_cachel):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1554 (get_subwindow_cachel_index):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1555 (update_subwindow_cachel):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1556 (reset_subwindow_cachels):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1557 (mark_subwindow_cachels_as_not_updated): deleted.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1558 (cache_subwindow_instance_in_frame_maybe): new function. Add a
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1559 subwindow instance to the frame cache.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1560 (find_matching_subwindow): update for subwindow instance cache as
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1561 a weak list.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1562 (update_widget_instances): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1563 (image_instance_type_to_mask):inlined.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1564 (free_frame_subwindow_instance_cache): new function. finalize all
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1565 subwindows that are instantiated.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1566
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1567 * glyphs.h (struct Lisp_Image_Instance): add display_data instead
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1568 of cachel information.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1569 (IMAGE_INSTANCE_DISPLAY_X):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1570 (IMAGE_INSTANCE_DISPLAY_Y):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1571 (IMAGE_INSTANCE_DISPLAY_WIDTH):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1572 (IMAGE_INSTANCE_DISPLAY_HEIGHT):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1573 (XIMAGE_INSTANCE_DISPLAY_X):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1574 (XIMAGE_INSTANCE_DISPLAY_Y):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1575 (XIMAGE_INSTANCE_DISPLAY_WIDTH):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1576 (XIMAGE_INSTANCE_DISPLAY_HEIGHT): new accessors.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1577 remove subwindow_cachel structure and function references.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1578 (image_instance_type_to_mask): inline from glyphs.c
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1579
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1580 * redisplay.c (redisplay_frame): remove subwindow_cachel
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1581 references.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1582
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1583 * frame.h (struct frame): remove subwindow_cachels.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1584 (FRAME_SUBWINDOW_CACHE): access subwindow_instance_cache.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1585
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1586 * frameslots.h: add subwindow_instance_cache.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1587
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1588 * window.c (replace_window): check subwindow cache of replacement.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1589 (window_unmap_subwindows_cache_mapper):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1590 (window_unmap_subwindows): new functions. Unmap all subwindows
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1591 cached on this window.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1592 (mark_window_as_deleted): unmap all subwindows.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1593
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1594 2000-04-27 Andy Piper <andy@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1595
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1596 * glyphs.h (IIFORMAT_METH_OR_GIVEN): cope with null meths.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1597
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1598 * glyphs-widget.c (widget_layout): return something.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1599 (layout_layout): return something. Fail if not intialized.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1600 (layout_query_geometry): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1601 (image_instantiator_native_layout): new function. Initialized the
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1602 native layout type.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1603 (widget_instantiate): don't do layout stuff here.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1604
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1605 * glyphs.c (instantiate_image_instantiator): reorded calling or
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1606 instantiate and post_instantiate with layout in between.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1607 (image_instance_layout): be more selective about deciding whether
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1608 the layout has been done or not.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1609
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1610 * glyphs.h (struct image_instantiator_methods): return a value
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1611 from layout_method.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1612
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1613 2000-04-26 Andy Piper <andy@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1614
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1615 * glyphs.c (allocate_image_instance): make initial width and
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1616 height unspecified. Set initialized to 0.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1617
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1618 * syscommctrl.h new file. Encapsulates commctrl.h.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1619
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1620 * syswindows.h new file. Encapsulates windows.h.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1621
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1622 * ntplay.c: use new syswindows.h and syscommctrl.h header.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1623 * nt.c: ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1624 * console-msw.h: ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1625
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1626 * redisplay-tty.c (tty_output_display_block): remove layout references.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1627
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1628 * glyphs-msw.c (mswindows_widget_instantiate): use the domain
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1629 window handle rather than just the frame.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1630
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1631 * glyphs.c (mark_image_instance): remove layout references.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1632 (print_image_instance): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1633 (image_instance_equal): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1634 (image_instance_hash): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1635 (decode_image_instance_type): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1636 (encode_image_instance_type): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1637 (image_instantiate): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1638 (allocate_glyph): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1639 (Fimage_instance_height): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1640 (Fimage_instance_width): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1641 (update_subwindow): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1642
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1643 * redisplay-x.c (x_output_display_block): recode for layouts as
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1644 widgets.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1645
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1646 * redisplay-output.c (redisplay_output_layout): recode for layouts
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1647 as widgets.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1648 (compare_runes): remove layout references.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1649
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1650 * redisplay-msw.c (mswindows_output_display_block): recode for
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1651 layouts as widgets.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1652
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1653 * glyphs-widget.c (image_instantiator_layout): remove
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1654 layout_possible_dest_types.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1655 (layout_possible_dest_types): deleted.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1656
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1657 * glyphs.h (image_instance_type): remove layout references.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1658 (struct Lisp_Image_Instance): ditto. Add initialized flag.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1659 (IMAGE_INSTANCE_INITIALIZED): new accessor.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1660 (XIMAGE_INSTANCE_INITIALIZED): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1661
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1662 2000-04-25 Andy Piper <andy@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1663
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1664 * glyphs-widget.c (image_instantiator_buttons):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1665 (image_instantiator_edit_fields):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1666 (image_instantiator_combo_box):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1667 (image_instantiator_scrollbar):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1668 (image_instantiator_progress_guage):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1669 (image_instantiator_tree_view):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1670 (image_instantiator_tab_control):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1671 (image_instantiator_labels):
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1672 (image_instantiator_layout): call default post_instantiate method.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1673 (widget_post_instantiate): new function. Simply lays out the
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1674 widgets.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1675
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1676 * glyphs.h (struct image_instantiator_methods): add
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1677 post_instantiate method.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1678
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1679 * glyphs.c (instantiate_image_instantiator): add post_instantiate
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1680 method calls.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1681
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1682 2000-04-23 Andy Piper <andy@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1683
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1684 * glyphs.h (struct image_instantiator_methods): add
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1685 decode_domain_method.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1686 (struct Lisp_Image_Instance): remove subwindow frame - it can be
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1687 derived from the domain.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1688 (IMAGE_INSTANCE_FRAME): new accessor.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1689 (XIMAGE_INSTANCE_FRAME): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1690
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1691 * glyphs.c (print_image_instance): use IMAGE_INSTANCE_FRAME
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1692 instead of _SUBWINDOW_FRAME.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1693 (finalize_image_instance): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1694 (Fimage_instance_foreground): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1695 (Fimage_instance_background): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1696 (image_instantiate): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1697 (update_subwindow_cachel): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1698 (update_subwindow): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1699 (unmap_subwindow): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1700 (map_subwindow): ditto
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1701 (subwindow_instantiate): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1702 * glyphs-msw.c (mswindows_update_widget): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1703 (mswindows_progress_gauge_instantiate): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1704 (mswindows_tab_control_update): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1705 * glyphs-x.c (x_update_widget): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1706 (x_widget_instantiate): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1707 (x_tab_control_instantiate): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1708 (x_tab_control_update): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1709 * event-msw.c (mswindows_wnd_proc): ditto
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1710
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1711 * glyphs-widget.c (image_instantiator_layout): use
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1712 subwindow_decode_domain.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1713 (image_instantiator_buttons): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1714 (image_instantiator_edit_fields): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1715 (image_instantiator_combo_box): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1716 (image_instantiator_scrollbar): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1717 (image_instantiator_progress_guage): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1718 (image_instantiator_tree_view): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1719 (image_instantiator_tab_control): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1720 (image_instantiator_labels): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1721 (image_instantiator_layout): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1722
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1723 * glyphs.c: add instance error checking to many functions.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1724 (instantiate_image_instantiator): decode device from cache_domain.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1725 (image_instantiate): partially rewrite by using
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1726 decode_image_instantiator_domain to determine what domain the
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1727 instance needs to be cached in.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1728 (decode_image_instantiator_domain): new function. Determine what
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1729 domain the image needs to be cached in.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1730 (check_window_subwindow_cache): new error checking function.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1731 (check_instance_cache_mapper): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1732 (check_image_instance_structure): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1733 (subwindow_decode_domain): new function. Encodes a window as a
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1734 subwindow's cache domain.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1735 (image_instantiator_format_create): use it for text and
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1736 subwindows.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1737
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1738 2000-04-21 Andy Piper <andy@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1739
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1740 * glyphs.c (image_instance_device): new function.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1741 (image_instance_frame): new function.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1742 (image_instance_window): new function.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1743 (image_instance_live_p): new function.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1744
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1745 * window.c (mark_window_as_deleted): reset the subwindow_instance_
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1746 cache to nil.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1747
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1748 * glyphs.h (struct Lisp_Image_Instance): device->domain.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1749 (IMAGE_INSTANCE_DOMAIN): new accessor.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1750 (XIMAGE_INSTANCE_DOMAIN): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1751
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1752 * glyphs-x.c (x_finalize_image_instance): device->domain.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1753
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1754 * glyphs-msw.c (init_image_instance_geometry): device->domain.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1755 (mswindows_finalize_image_instance): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1756
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1757 * glyphs-eimage.c (jpeg_instantiate): device->domain.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1758 (gif_instantiate): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1759 (png_instantiate): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1760 (tiff_instantiate): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1761
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1762 * glyphs.c (instantiate_image_instantiator): use domain rather
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1763 than device.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1764 (mark_image_instance): device -> domain.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1765 (print_image_instance): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1766 (finalize_image_instance): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1767 (image_instance_equal): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1768 (allocate_image_instance): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1769 (Fcolorize_image_instance): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1770 (query_string_geometry): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1771 (image_instantiate): ditto
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1772 (query_string_font): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1773 (image_instantiate): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1774 (update_subwindow): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1775 (unmap_subwindow): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1776 (map_subwindow): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1777 (subwindow_instantiate): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1778
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1779 * specifier.h (DOMAIN_DEVICE): new, semantically correct, decoder.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1780 (DOMAIN_FRAME): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1781 (DOMAIN_WINDOW): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1782 (DOMAIN_LIVE_P): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1783 (XDOMAIN_DEVICE): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1784 (XDOMAIN_FRAME): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1785 (XDOMAIN_WINDOW): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1786
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1787 * specifier.c (Fvalid_specifier_domain_p): add image instances as
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1788 a valid specifier domain.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1789
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1790 2000-04-19 Andy Piper <andy@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1791
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1792 * glyphs-widget.c (syms_of_glyphs_widget): remove
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1793 widget-callback-current-channel.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1794 (vars_of_glyphs_widget): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1795 * glyphs.h: ditto
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1796
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1797 * gui.c (get_gui_callback): revert to previous behaviour.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1798
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1799 2000-04-18 Andy Piper <andy@xemacs.org>
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1800
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1801 * glyphs.h (struct Lisp_Image_Instance): add margin_width.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1802 (IMAGE_INSTANCE_MARGIN_WIDTH): new.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1803 (XIMAGE_INSTANCE_MARGIN_WIDTH): new.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1804
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1805 * glyphs.c (image_instance_equal): add margin_width.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1806 (image_instance_hash): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1807
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1808 * glyphs-widget.c (widget_instantiate): deal with margin-width.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1809 (layout_query_geometry): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1810 (layout_layout): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1811 (syms_of_glyphs_widget): add margin-width.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1812 (image_instantiator_layout): allow margin-width.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1813
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1814 * glyphs.c (update_widget_instances): make a normal function.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1815 (syms_of_glyphs): remove Qupdate_widget_instances.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1816 * glyphs.h: ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1817
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1818 * gui-x.c (popup_selection_callback): use enqueue_magic_eval_event
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1819 so that we don't corrupt ideas about the last event or
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1820 command. Remove widget-callback-current-channel fiddling.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1821 * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
501cfd01ee6d Import from CVS: tag r21-2-34
cvs
parents: 406
diff changeset
1822
406
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1823 2000-05-01 Martin Buchholz <martin@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1824
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1825 * XEmacs 21.2.33 is released.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1826
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1827 2000-05-01 Yoshiki Hayashi <yoshiki@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1828
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1829 * make-src-depend: Allow dots in header file name.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1830
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1831 2000-05-01 Yoshiki Hayashi <yoshiki@xmacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1832
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1833 * mule-charset.h (struct charset_lookup): Add
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1834 next_allocated_1_byte_leading_byte and
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1835 next_allocated_2_byte_leading_byte.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1836 * mule-charset.c: Move above two variables so that those values
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1837 will be dumped.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1838
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1839 2000-04-26 Yoshiki Hayashi <yoshiki@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1840
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1841 * insdel.c (find_charsets_in_bufbyte_string): Add Vcharset_ascii
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1842 when string length is zero.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1843 (find_charsets_in_emchar_string): Ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1844
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1845 2000-04-29 Bjrn Torkelsson <torkel@hpc2n.umu.se>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1846
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1847 * lisp.h: extern Qdialog and Qmenubar.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1848
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1849 * gui-x.c: added events.h.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1850 also fixed typo which made the file uncompilable.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1851
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1852 * general.c: Added Qmenubar and Qdialog
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1853
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1854 2000-04-28 Ben Wing <ben@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1855
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1856 * frame-msw.c (mswindows_init_frame_1):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1857 * frame-msw.c (mswindows_mark_frame):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1858 * event-msw.c (mswindows_enqueue_dispatch_event):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1859 * console-msw.h:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1860 * console-msw.h (struct mswindows_frame):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1861 * console-msw.h (FRAME_MSWINDOWS_WIDGET_HASH_TABLE1):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1862 there are now three hash tables for callbacks.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1863 mswindows_enqueue_dispatch_event is no longer static.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1864
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1865 * dialog-x.c (maybe_run_dbox_text_callback):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1866 * dialog-x.c (dbox_descriptor_to_widget_value):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1867 switch to new cons3 form for callbacks.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1868
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1869 * glyphs-msw.c (mswindows_register_gui_item):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1870 * glyphs-msw.c (mswindows_widget_instantiate):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1871 * glyphs-msw.c (add_tree_item):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1872 * glyphs-msw.c (add_tab_item):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1873 new image instance parameter, so it can be passed to callback-ex.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1874 respect :callback-ex as well as :callback.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1875
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1876 * glyphs-widget.c (VALID_GUI_KEYWORDS):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1877 add :callback-ex.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1878
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1879 * glyphs.c (print_image_instance):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1880 prettify, e.g. now prints widget type.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1881
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1882 * gui-x.h:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1883 certain funs have new image instance parameter.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1884
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1885 * gui.c:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1886 * gui.c (get_gui_callback):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1887 * gui.c (gui_item_add_keyval_pair):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1888 * gui.c (gui_item_init):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1889 * gui.c (gui_add_item_keywords_to_plist):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1890 * gui.c (mark_gui_item):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1891 * gui.c (gui_item_hash):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1892 * gui.c (gui_item_equal):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1893 * gui.c (copy_gui_item):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1894 * gui.c (syms_of_gui):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1895 recognize callback-ex in a number of places.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1896 also, fix the annoying "can't get out of yes-no dialog" bug.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1897
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1898 * gui.h:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1899 * gui.h (struct Lisp_Gui_Item):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1900 recognize callback-ex in a number of places.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1901
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1902 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1903 new parameter in button_item_to_widget_value.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1904
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1905 * glyphs-x.c (x_update_widget):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1906 * glyphs-x.c (x_button_instantiate):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1907 * glyphs-x.c (x_button_update):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1908 * glyphs-x.c (x_progress_gauge_instantiate):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1909 * glyphs-x.c (x_edit_field_instantiate):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1910 * glyphs-x.c (x_combo_box_instantiate):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1911 * glyphs-x.c (x_tab_control_instantiate):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1912 * glyphs-x.c (x_label_instantiate):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1913 new image instance parameter in various places.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1914
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1915 * event-Xt.c:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1916 * event-Xt.c (enqueue_Xt_dispatch_event):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1917 this fun gets exported.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1918
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1919 * gui-msw.c:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1920 * gui-msw.c (mswindows_handle_gui_wm_command):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1921 handle both :callback and :callback-ex, and generate our own
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1922 event because it's one of the callback-ex arguments.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1923
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1924 * gui-x.c:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1925 * gui-x.c (popup_selection_callback):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1926 handle both :callback and :callback-ex, and generate our own
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1927 event because it's one of the callback-ex arguments.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1928 * gui-x.c (button_item_to_widget_value):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1929 * gui-x.c (gui_items_to_widget_values_1):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1930 * gui-x.c (gui_item_children_to_widget_values):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1931 * gui-x.c (gui_items_to_widget_values):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1932 new image instance parameter in various places.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1933
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1934 * fns.c (Freplace_list):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1935 fix small typo in doc string.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1936
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1937 * lisp.h:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1938 declare enqueue_Xt_dispatch_event.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1939
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1940 2000-04-28 Ben Wing <ben@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1941
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1942 * buffer.c:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1943 * buffer.c (Frecord_buffer):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1944 * buffer.c (syms_of_buffer):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1945 delete record-buffer-hook.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1946
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1947 * fns.c:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1948 * fns.c (Freplace_list):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1949 * fns.c (syms_of_fns):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1950 new primitive replace-list.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1951
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1952 * frameslots.h:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1953 slot for old buffer-alist.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1954
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1955 * lisp.h:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1956 exfun replace-list.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1957
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1958 * redisplay.c:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1959 * redisplay.c (redisplay_frame):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1960 * redisplay.c (syms_of_redisplay):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1961 * redisplay.c (vars_of_redisplay):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1962 new hook buffer-list-changed-hook.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1963 call it.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1964
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1965 2000-04-27 Ben Wing <ben@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1966
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1967 * extents.h: extern in_modeline_generation.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1968
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1969 * redisplay.c (generate_formatted_string_db): set
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1970 in_modeline_generation.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1971
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1972 * extents.c (extent_changed_for_redisplay): don't mark redisplay
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1973 flags if in modeline generation. otherwise frame-modified-tick
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1974 is ticked far too often.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1975 Declare in_modeline_generation.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1976
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1977 2000-04-26 Ben Wing <ben@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1978
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1979 * emacs.c (vars_of_emacs): document quick-build "error-checking"
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1980 option.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1981 (vars_of_emacs): add quick-build as an error-checking option.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1982 A bit kludgy, but there doesn't seem much point in creating
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1983 a real var for this.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1984
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1985 * config.h.in: put in an entry for QUICK_BUILD; remove NO_DOC_FILE.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1986
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1987 2000-04-14 IKEYAMA Tomonori <tomonori@suiyokai.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1988
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1989 * redisplay.h (struct display_line): Add a new variable,
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1990 line_continuation.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1991
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1992 * redisplay.c (create_text_block): Set dl->line_continuation if
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1993 the line continues.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1994 (create_string_text_block): Ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1995 (regenerate_window_incrementally): Use line_continuation instead
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1996 of searching continuation glyph.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1997 (add_margin_runes): Call add_glyph_rune.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1998 (add_glyph_rune): Handle margin glyph.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1999
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2000 2000-04-20 Martin Buchholz <martin@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2001
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2002 * filelock.c (fill_in_lock_file_name):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2003 ANSIfy.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2004 Check for IS_ANY_SEP instead of '/'.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2005 (lock_file_1):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2006 Avoid generating gratuitous garbage. Call user_login_name() directly.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2007 Never check errno without first seeing that system call failed.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2008 (unlock_file): Add GCPRO.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2009 (Flock_buffer): Fix docstring.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2010 (Ffile_locked_p): Fix docstring. Add GCPRO.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2011
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2012 2000-04-19 Martin Buchholz <martin@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2013
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2014 * sysdep.c (get_pty_max_bytes):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2015 Fix hangs on DEC OSF 4.0 when (process-send-string) sends
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2016 strings longer than 252 bytes.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2017
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2018 * md5.c: Unconditionally include ANSI header <limits.h>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2019
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2020 * glyphs-x.c (convert_EImage_to_XImage):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2021 * lisp-union.h (union Lisp_Object):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2022 Use consistently the syntax #ifdef FEATURE, not #if FEATURE.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2023
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2024 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2025
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2026 * filelock.c (current_lock_owner): Remove unused variable o, p.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2027
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2028 2000-04-17 Norbert Koch <n.koch@eai-delta.de>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2029
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2030 * callint.c: Remove multiply defined symbol Qlet
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2031 (syms_of_callint): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2032
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2033 2000-04-14 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2034
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2035 * general.c (syms_of_general): add last-command, this-command, let
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2036 and funcall.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2037
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2038 * lisp.h: declare various symbols.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2039
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2040 * glyphs.h: declare Qwidget_callback_current_channel;
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2041
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2042 * glyphs-widget.c (syms_of_glyphs_widget): add
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2043 Qgui_callback_current_channel.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2044 (vars_of_glyphs_widget): add Vgui_callback_current_channel.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2045
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2046 * gui-msw.c (mswindows_handle_gui_wm_command): bind
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2047 widget-callback-current-channel when invoking the interactive
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2048 arg. Also bind last-command and next-command when invoking the
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2049 widget updates.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2050 * gui-x.c (popup_selection_callback): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2051
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2052 * gui.c (get_gui_callback): massage args so that we are always
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2053 calling eval. This allows us to add our own variable bindings
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2054 outside.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2055
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2056 * glyphs-x.c (x_button_instantiate): use
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2057 gui_items_to_widget_values since this is GC safe.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2058 (x_progress_gauge_instantiate): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2059 (x_edit_field_instantiate): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2060 (x_label_instantiate): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2061
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2062 * event-Xt.c (emacs_Xt_handle_magic_event): remove old printfs.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2063 (emacs_Xt_event_widget_focus_out): new function
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2064 (emacs_Xt_event_widget_focus_in): new function. Set the keyboard
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2065 focus.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2066 (emacs_Xt_event_add_widget_actions): new function. add focus
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2067 functions as actions.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2068 (init_event_Xt_late): use it.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2069
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2070 2000-04-14 Hrvoje Niksic <hniksic@iskon.hr>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2071
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2072 * event-stream.c (Fdispatch_event): Doc fix.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2073
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2074 2000-03-29 SL Baur <steve@musashimaru.m17n.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2075
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2076 * postgresql.c: Remove all references to PQsetenv*.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2077
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2078 * postgresql.h: Remove references to PGsetenvHandler object.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2079 * lrecord.h (lrecord_type): Ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2080
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2081 2000-04-11 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2082
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2083 * glyphs-msw.h (struct mswindows_image_instance_data): Added
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2084 real_heigh and real_width members, and accessor macros for these.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2085
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2086 * glyphs-msw.c (init_image_instance_geometry): New function.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2087 (init_image_instance_from_dibitmap): Use it.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2088 (mswindows_resource_instantiate): Use it.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2089 (init_image_instance_from_xbm_inline): Use it.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2090 (mswindows_initialize_image_instance_mask): Use real bitmap
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2091 geometry.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2092 (mswindows_create_resized_bitmap): Ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2093 (mswindows_create_resized_mask): Ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2094
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2095 * redisplay-msw.c (mswindows_output_dibitmap): Stretch real mask
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2096 and bitmap to their surface size.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2097
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2098 2000-04-11 Jan Vroonhof <jan@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2099
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2100 * process-unix.c (unix_send_process): Guard against process MIA
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2101 after Faccept_process_output.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2102
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2103 2000-04-11 Ben Wing <ben@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2104
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2105 * eval.c (unbind_to_hairy): fix brokenness introduced by
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2106 nanosecond speed improvements.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2107
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2108 2000-04-07 Raymond Toy <toy@rtp.ericsson.se>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2109
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2110 * sunplay.c (init_device): To play sounds correctly, the device
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2111 apparently needs to be initialized at least once by XEmacs. Make
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2112 it so.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2113
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2114 2000-04-10 IKEYAMA Tomonori <tomonori@suiyokai.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2115
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2116 * redisplay.c (add_margin_runes): Add text image glyph
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2117 handling.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2118
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2119 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2120
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2121 * lisp.h (DOESNT_RETURN): Don't declare as volatile when
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2122 gcc is newer than 2.5.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2123
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2124 2000-04-06 Colin Rafferty <colin@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2125
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2126 * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF): Created.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2127
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2128 * fns.c (size_bit_vector):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2129 * alloc.c (size_vector):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2130 (make_vector_internal):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2131 (make_bit_vector_internal):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2132 (sweep_bit_vectors_1):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2133 Replace calls to offsetof with FLEXIBLE_ARRAY_STRUCT_SIZEOF macro.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2134
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2135 2000-04-06 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2136
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2137 * gmalloc.c (malloc): undo previous change.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2138 (malloc): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2139 (free): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2140 (realloc): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2141
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2142 2000-04-06 IKEYAMA Tomonori <tomonori@suiyokai.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2143
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2144 * line-number.c (buffer_line_number): Revert to former version.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2145
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2146 2000-04-06 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2147
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2148 * gmalloc.c (malloc): add error checking.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2149 (malloc): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2150 (free): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2151 (realloc): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2152
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2153 * dialog-x.c (dbox_descriptor_to_widget_value): add extra
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2154 button_item_to_widget_value arg.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2155
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2156 * glyphs-x.c (x_button_instantiate): add extra
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2157 button_item_to_widget_value arg.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2158 (x_progress_gauge_instantiate): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2159 (x_edit_field_instantiate): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2160 (x_label_instantiate): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2161
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2162 * gui-x.c (gui_items_to_widget_values_1): add extra
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2163 button_item_to_widget_value arg.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2164 (button_item_to_widget_value): add extra menu_item_p arg.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2165
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2166 * gui-x.h: change signature of button_item_to_widget_value.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2167
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2168 * menubar-x.c (menu_item_descriptor_to_widget_value_1): add extra
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2169 button_item_to_widget_value arg.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2170
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2171 2000-04-03 Yoshiki Hayashi <yoshiki@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2172
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2173 * buffer.h (struct buffer): auto_save_modified should be long.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2174
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2175 2000-04-05 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2176
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2177 * glyphs-widget.c (widget_instantiate): pixwidth != pixheight
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2178 type.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2179 (button_query_geometry): give a little more room so that athena
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2180 buttons fit.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2181
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2182 2000-04-05 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2183
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2184 * faces.c (complex_vars_of_faces): The widget face should inherit
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2185 the font of the gui-element face.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2186
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2187 2000-04-04 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2188
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2189 * glyphs-x.c (x_button_update): new function. unconditionally
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2190 update a button's state when the instance is dirty.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2191 (image_instantiator_format_create_glyphs_x): add x_button_update.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2192 (x_widget_instantiate): remove old resize cruft.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2193
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2194 2000-04-02 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2195
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2196 * frame.c (change_frame_size_1): The introduction of gutters means
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2197 that we need to allow 0 as a potential frame dimension.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2198
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2199 2000-04-02 IKEYAMA Tomonori <tomonori@suiyokai.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2200
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2201 * redisplay.c (add_glyph_rune): Don't set 0 to bufpos for text
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2202 image glyph if allow_cursor.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2203 (add_hscroll_rune): Don't allow cursor to border glyph.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2204 (create_text_block): Ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2205
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2206 * redisplay-output.c (redisplay_move_cursor): Do nothing even if
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2207 text not in buffer.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2208 (redisplay_output_layout): Call ensure_face_cachel_complete for
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2209 text image glyph.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2210
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2211
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2212 2000-03-16 IKEYAMA Tomonori <tomonori@suiyokai.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2213
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2214 * redisplay.c (add_glyph_rune): Adding text image as text runes.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2215
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2216 * redisplay-output.c (redisplay_move_cursor): NO_CURSOR if text
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2217 not in buffer
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2218
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2219 * redisplay-tty.c (tty_output_display_block): Delete the routine
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2220 for text image glyph
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2221 * redisplay-x.c (x_output_display_block): ditto
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2222 * redisplay-msw.c (mswindows_output_display_block): ditto
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2223
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2224 2000-02-02 Mike Alexander <mta@arbortext.com>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2225
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2226 Note: Some of these were committed by accident as part of other
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2227 patches.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2228
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2229 * regex.c (regex_compile): Avoid compiler warnings.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2230
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2231 * ntproc.c (sys_spawnve): Avoid compiler warnings.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2232
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2233 * nt.h: Declare term_ntproc correctly.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2234
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2235 * nt.c: Remove incorrect declaration of get_home_directory which
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2236 is declared correctly in lisp.h.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2237
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2238 * keymap.c (get_keyelt): Avoid compiler warnings.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2239 (raw_lookup_key_mapper): Avoid compiler warnings.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2240
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2241 * gutter.c (gutter_was_visible): Add return statement to avoid warning.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2242
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2243 * glyphs-eimage.c (png_instantiate): Avoid compiler warnings.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2244
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2245 * filemode.c (mode_string): Avoid compiler warnings.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2246
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2247 * file-coding.c (Fcoding_system_aliasee): Add return statement to
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2248 avoid warning.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2249
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2250 * events-mod.h: Undef some things that winuser.h defines differently.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2251
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2252 * data.c (Faset): Avoid compiler warnings.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2253
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2254 * alloc.c (Fmake_byte_code): Avoid compiler warnings.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2255
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2256 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2257
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2258 * sound.c (Fplay_sound_file): Wrap ESD in start/stop_interrupts.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2259 Fall through to simple beep on error.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2260 Replace "extern" by real header file.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2261
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2262 * linuxplay.c: Use nativesound.h
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2263 (play_sound_data): Return error code. Be less verbose on error.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2264
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2265 * sunplay.c: Use nativesound.h
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2266 (play_sound_data): Return error code. Be less verbose on error.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2267
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2268 * ntplay.c: Use nativesound.h
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2269 (play_sound_data): Return fake error code
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2270
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2271 * sgiplay.c: Use nativesound.h
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2272 (play_sound_data): Return error code
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2273
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2274 * hpplay.c: Use nativesound.h, partially implement
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2275 new error code. Break compilation until finished.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2276 (play_sound_data): error code.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2277
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2278 * nativesound.h (play_sound_file):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2279 (play_sound_data): Prototype in new header.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2280
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2281 2000-03-31 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2282
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2283 * glyphs-widget.c: (button_query_geometry): new function. Adjust
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2284 for toggle and radio buttons.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2285 (image_instantiator_buttons): use it.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2286
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2287 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2288
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2289 * scrollbar-x.c (x_update_vertical_scrollbar_callback):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2290 (x_update_horizontal_scrollbar_callback): Return if no mirror was
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2291 found. Scrollbar event probably belonged to some old config.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2292
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2293 2000-03-31 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2294
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2295 * glyphs-widget.c (widget_instantiate): use LAYOUT_VERTICAL rather
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2296 than 1.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2297 (initialize_widget_image_instance): default layout to
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2298 LAYOUT_HORIZONTAL rather than 0.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2299 (widget_instantiate): reverse the item list at the end rather than
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2300 every iteration.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2301 (layout_layout): re-code for the border text at the front of the
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2302 item list rather than at the end.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2303 (layout_query_geometry): ditto. Pick up fixed and dynamic sizes
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2304 provided by the user.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2305 (widget_query_geometry): comment.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2306
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2307 2000-03-30 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2308
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2309 * glyphs-widget.c (image_instantiator_layout): allow standard
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2310 widget keywords in layouts.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2311
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2312 * gutter.c (output_gutter): cope with nil gutter contents.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2313
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2314 * frame.c (Fset_frame_properties): add gutter docs.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2315
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2316 2000-03-29 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2317
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2318 * toolbar-msw.c (TBSTYLE_FLAT): add.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2319 (mswindows_output_toolbar): minor fiddling.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2320
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2321 2000-03-29 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2322
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2323 * gutter.c (output_gutter): force gutter size recalculation if
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2324 what we are trying to display won't fit.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2325 (update_gutter_geometry): new function. A per-gutter version of
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2326 update_frame_gutter_geometry.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2327 (update_frame_gutter_geometry): use it.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2328 (redraw_exposed_gutter): add extra debugging output.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2329
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2330 2000-03-28 Mike Alexander <mta@arbortext.com>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2331
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2332 * dumper.c: Declare pdump_hFile and pdump_hMap (Windows only)
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2333 (pdump_file_unmap): Implement it on Windows
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2334 (pdump_file_get): Save alocated handles for pdump_file_unmap
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2335
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2336 2000-03-28 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2337
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2338 * gui.c (get_gui_callback): treat Quit specially.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2339
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2340 2000-03-27 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2341
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2342 * glyphs.c (image_instantiate): be careful to check in the same
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2343 way we assigned.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2344
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2345 2000-03-27 Didier Verna <didier@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2346
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2347 * config.h.in: define the proper SMART_INCLUDE macro.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2348 handle renaming of `foo_h_path' to `foo_h_file'.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2349
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2350 * database.c: ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2351
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2352 * emacs.c: ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2353
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2354 * linuxplay.c: ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2355
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2356 * terminfo.c: ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2357
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2358 * tooltalk.h: ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2359
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2360 2000-03-27 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2361
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2362 * glyphs-msw.c (mswindows_update_widget): make sure the widget
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2363 gets updated whenever the face might have changed.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2364
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2365 2000-03-26 Mike Alexander <mta@arbortext.com>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2366
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2367 * dumper.c (pdump_resource_free): Fix the comment.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2368
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2369 2000-03-21 Olivier Galibert <galibert@pobox.com>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2370
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2371 * input-method-xlib.c (XIM_init_frame): Remove painful warning.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2372
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2373 2000-03-22 Mike Alexander <mta@arbortext.com>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2374
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2375 * dumper.c: Include Windows headers on Windows
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2376 (pdump_resource_free): Add a body to the function
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2377 (pdump_load): exe_name -> exe_path and add some comments.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2378
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2379 2000-03-25 Mike Alexander <mta@arbortext.com>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2380
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2381 * gui.c (copy_gui_item_tree): Return a value in all cases
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2382
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2383 2000-03-21 Didier Verna <didier@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2384
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2385 * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 here from
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2386 lwlib/config.h.in.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2387 (SMART_INCLUDE): new macro.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2388 (POSTGRES_INCLUDE): new macro to include postgresql headers from
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2389 the proper location.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2390
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2391 * postgresql.c: use it.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2392
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2393 * inline.c: ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2394
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2395 2000-03-24 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2396
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2397 * gutter.c (redraw_exposed_gutters): must be "in display" when we
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2398 do this.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2399
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2400 2000-03-24 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2401
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2402 * redisplay-output.c (compare_runes): use image_instance_changed
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2403 to detect changes. Do not depend on glyphs_changed, only depend on
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2404 dirtiness.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2405 (redisplay_output_layout): add debug messages.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2406 (compare_runes): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2407
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2408 * glyphs.h: declare new functions.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2409 (struct Lisp_Image_Instance): remove percent and associated
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2410 accessors.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2411
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2412 * gui.h: declare new copying functions.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2413
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2414 * gui.c (copy_gui_item_tree): new function.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2415 (copy_gui_item): new function.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2416 (gui_item_id_hash): revert to standard hash.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2417 (gui_item_hash): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2418 (gui_item_hash_internal): deleted.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2419 (mark_gui_item): mark value.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2420 (gui_item_add_keyval_pair): add value.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2421 (gui_item_init): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2422 (gui_add_item_keywords_to_plist): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2423 (gui_item_equal): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2424 (syms_of_gui): add Q_value.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2425
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2426 * glyphs-x.c (x_progress_gauge_update): use pending items and
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2427 value for setting the state.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2428 (x_update_widget): don't set items from pending here.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2429
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2430 * glyphs-widget.c (update_widget): update items here.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2431 (progress_gauge_set_property): use items for storing value. Put
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2432 new value in pending items.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2433
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2434 * glyphs-msw.c (mswindows_progress_gauge_update): use pending
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2435 items for new value. Convert percent -> value.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2436 (mswindows_tab_control_update): don't update items here.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2437
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2438 * glyphs.c (Fupdate_widget_instances): use image_instance_changed.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2439 (update_subwindow): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2440 (image_instance_changed): new function. Compare hash values and
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2441 past and present widget items.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2442 (image_instantiate): We more careful about where we instantiate
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2443 things.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2444 (image_instantiate): add error checking.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2445
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2446 * gutter.c (syms_of_gutter): use -hook.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2447
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2448 2000-03-20 Yoshiki Hayashi <yoshiki@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2449
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2450 * console-tty.c (Fset_console_tty_input_coding_system): Use
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2451 Qkeyboard.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2452 (Fset_console_tty_output_coding_system): Use Qterminal.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2453 (tty_init_console): Use Qkeyboard and Qterminal.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2454
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2455 2000-03-21 Ben Wing <ben@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2456
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2457 * ntproc.c (create_child): remove bogus HAVE_NTGUI's.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2458 From Mike Alexander <mta@arbortext.com>.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2459
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2460 2000-03-21 Ben Wing <ben@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2461
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2462 * event-msw.c (mswindows_need_event): Horrible kludge to fix
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2463 process brokenness. Proper implementation to come.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2464 * callproc.c:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2465 Rename call-process-internal to old-call-process-internal.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2466 New impl. in process.el.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2467
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2468 2000-03-21 Martin Buchholz <martin@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2469
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2470 * Makefile.in.in: Coalesce HAVE_NATIVE_SOUND code fragments.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2471
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2472 2000-03-20 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2473
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2474 * glyphs.c (full_list_hash): make hashes of the same elements in
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2475 different orders return different values.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2476
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2477 2000-03-20 Martin Buchholz <martin@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2478
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2479 * XEmacs 21.2.32 is released.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2480
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2481 2000-03-20 Martin Buchholz <martin@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2482
406
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2483 * buffer.h (DFC_ALLOCA_USE_CONVERTED_DATA):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2484 (DFC_MALLOC_USE_CONVERTED_DATA):
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2485 Add aliasing-safe casts to allow use with char* or unsigned char*
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2486 lvalues.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2487
406
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2488 * eldap.c (Fldap_open):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2489 (Fldap_search_basic):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2490 (Fldap_add):
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2491 (Fldap_modify):
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2492 Make C++-compilable.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2493 Make sure GCPRO'ed variables are initialized.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2494 Use temp variables to avoid repeated calls to Flength.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2495
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2496 2000-03-16 Martin Buchholz <martin@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2497
406
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2498 * sysfile.h:
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2499 Make sure PATH_MAX is always defined.
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2500 Include limits.h for PATH_MAX.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2501 Deprecate use of MAXPATHLEN.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2502
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2503 2000-03-10 Martin Buchholz <martin@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2504
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2505 * emacs.c: Add reinit_vars_of_fileio.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2506 * symsinit.h: Add reinit_vars_of_fileio.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2507 * fileio.c (reinit_vars_of_fileio): New.
406
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2508 * fileio.c (Fmake_temp_name):
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2509 Initialize temp_name random number from microseconds to make
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2510 collisions even less likely. Initialize always at process startup
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2511 time. (make-temp-name) used to return the same file name twice in
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2512 a row when PDUMP.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2513 Random stylistic fiddling.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2514 Comment fixes.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2515
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2516 2000-03-20 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2517
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2518 * glyphs.c (image_instantiate): allow text glyphs to be
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2519 instantiated in the minibuffer window.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2520
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2521 2000-03-19 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2522
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2523 * glyphs.c (image_instance_hash): be careful about which items we
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2524 hash on.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2525
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2526 * glyphs-widget.c (tab_control_set_property): record into pending
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2527 items rather than the actual items.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2528
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2529 * glyphs-x.c (x_update_widget): use pending items to update with.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2530
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2531 * glyphs-msw.c (mswindows_tab_control_update): use pending items
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2532 to update with.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2533
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2534 * glyphs.c (mark_image_instance): mark pending items.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2535
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2536 * window.c (Fset_window_configuration): record the buffer.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2537 (Fselect_window): totally revert previous change which breaks many
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2538 things.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2539
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2540 2000-03-18 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2541
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2542 * glyphs-msw.c (mswindows_tab_control_update): force selected
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2543 item.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2544
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2545 * glyphs.c (image_instantiate): don't allow the minibuffer as a
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2546 window domain cache, otherwise we get inconsistencies at
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2547 startup. There is something fishy at startup which can lead to the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2548 minibuffer being the selected window when the gutter content is
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2549 instantiated.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2550
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2551 * gui.c (parse_gui_item_tree_list): add probably unneccessary
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2552 gcpros.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2553 (parse_gui_item_tree_children): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2554 (parse_gui_item_tree_item): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2555
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2556 * glyphs.c (Fupdate_widget_instances): return something.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2557
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2558 2000-03-18 Yoshiki Hayashi <yoshiki@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2559
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2560 * window.c (Fselect_window): Undo 2000-03-17 change.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2561
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2562 2000-03-17 SL Baur <steve@musashimaru.m17n.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2563
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2564 * postgresql.c (Fpq_setenv): Remove this turkey when linking
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2565 against v7.0 libraries. Insta-coredump city until the postgres
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2566 folks fix it.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2567
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2568 2000-03-17 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2569
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2570 * faces.c (complex_vars_of_faces): don't give the widget face an
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2571 inherited background pixmap.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2572
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2573 * glyphs-msw.c (mswindows_tab_control_instantiate): select the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2574 selected item.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2575
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2576 * event-stream.c (Fdispatch_non_command_events): return something.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2577
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2578 * gutter.c (output_gutter): use widget face.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2579 (clear_gutter): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2580
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2581 * NEWS: adjust again.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2582
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2583 * window.c (Fselect_window): make sure this runs to completion to
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2584 avoid oddities with Fset_window_configuration.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2585 (Fcurrent_window_configuration): in general do not save the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2586 minibuffer as the selected window.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2587
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2588 * glyphs.h (IMAGE_INSTANCE_HASH_DEPTH): increase.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2589
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2590 2000-03-16 Olivier Galibert <galibert@pobox.com>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2591
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2592 * emacs.c (Frunning_temacs_p): Revert previous patch.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2593 (main_1): Reinitialize running_temacs_argc if pdump_load succeeds.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2594
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2595 2000-03-16 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2596
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2597 * glyphs-x.c (x_tab_control_update): if no widget values then
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2598 return.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2599
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2600 * NEWS: update for new features.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2601
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2602 * event-Xt.c (emacs_Xt_force_event_pending): new function. Post a
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2603 synthetic event to the native system.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2604 (reinit_vars_of_event_Xt): set force_event_pending to
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2605 emacs_Xt_force_event_pending.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2606
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2607 * events.h (struct event_stream): add force_event_pending.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2608
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2609 * specifier.c (recompute_one_cached_specifier_in_window): add
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2610 comment.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2611
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2612 * redisplay.c (redisplay_frame): don't call
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2613 update_frame_subwindows. Reset subwindow cachels when
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2614 subwindows_changed, removing this was an optimization too far.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2615
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2616 * redisplay-output.c (compare_runes): reorganize so that we catch
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2617 glyph changes when we want them. Set optimize_output when this
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2618 would help layouts.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2619 (redisplay_output_layout): remove frame_really_changed, use
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2620 optimize_output instead.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2621
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2622 * redisplay-msw.c (mswindows_output_display_block): reset
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2623 optimize_output after outputting a glyph.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2624 * redisplay-x.c (x_output_display_block): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2625 * redisplay-tty.c (tty_output_display_block): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2626
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2627 * gutter.c: (specifier_vars_of_gutter): use new spec changed
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2628 functions.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2629 (gutter_specs_changed): do specific gutter positions.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2630 (top_gutter_specs_changed): new function. Only update the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2631 specified gutter specs.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2632 (bottom_gutter_specs_changed): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2633 (left_gutter_specs_changed): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2634 (right_gutter_specs_changed): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2635
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2636 * gui.c (gui_item_hash_internal): new function, does a real hash.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2637 (gui_item_id_hash): use it.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2638 (gui_item_hash): hash the eval'ed gui_item.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2639
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2640 * gui-x.c (popup_selection_callback): send an eval event to call
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2641 Fupdate_widget_instances.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2642
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2643 * gui-msw.c (mswindows_handle_gui_wm_command): send an eval event
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2644 to call Fupdate_widget_instances.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2645
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2646 * glyphs.h (struct Lisp_Image_Instance): add optimize_output flag.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2647 (IMAGE_INSTANCE_OPTIMIZE_OUTPUT): access it.
406
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2648
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2649 * glyphs.c: (update_frame_subwindows): deleted.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2650 (Fupdate_widget_instances): new function for updating the dirty
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2651 state of widgets that might have changed.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2652 (syms_of_glyphs): add Qupdate_widget_instances.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2653 (full_list_hash): hash a list completely.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2654 (image_instance_hash): use it for items and properties.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2655
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2656 * frame-msw.c (mswindows_size_frame_internal): remove unused
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2657 variable.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2658
406
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2659 * faces.h (struct face_cachel): fix comment.
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2660
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2661 * event-stream.c (Fdispatch_non_command_events): new
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2662 function. Process non-command events, forcing an event cycle
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2663 beforehand.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2664 (syms_of_event_stream): declare.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2665 (event_stream_force_event_pending): new function. Force an event
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2666 on the native event queue so that an event cycle will occur next
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2667 time we check.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2668
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2669 * event-msw.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2670 (struct ntpipe_shove_stream):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2671 (mswindows_enqueue_dispatch_event):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2672 (mswindows_dequeue_dispatch_event):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2673 (mswindows_cancel_dispatch_event):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2674 (mswindows_pump_outstanding_events):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2675 (mswindows_drain_windows_queue):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2676 (mswindows_handle_paint):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2677 (mswindows_wnd_proc):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2678 (mswindows_key_to_emacs_keysym):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2679 (get_process_input_waitable):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2680 (emacs_mswindows_delete_stream_pair): re-indent file.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2681 (mswindows_need_event): do not process further fds if the windows
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2682 fd is set, otherwise you get endless XM_BUMPQUEUE cycles. This
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2683 fixes the 100% cpu problem.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2684 (reinit_vars_of_event_mswindows): set force_event_pending to 0.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2685
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2686 2000-03-15 Olivier Galibert <galibert@pobox.com>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2687
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2688 * alloc.h: New.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2689 * dumper.h: New.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2690 * dumper.c: New.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2691
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2692 * emacs.c: Moved dump file searching to dumper.c.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2693 (Frunning_temacs_p): Fixed.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2694
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2695 * alloc.c: Moved everything pdump-related to dumper.c. Removed
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2696 last_lrecord_type_index_assigned.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2697
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2698 2000-02-20 Olivier Galibert <galibert@pobox.com>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2699
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2700 * symsinit.h: Added reinit parameter to init_console_stream
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2701 declaration.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2702
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2703 * lisp.h: Added file parameter to pdump_load declaration.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2704
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2705 * emacs.c (main_1): Added -nd/--nodump-file and -sd/--show-dump-id
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2706 support. Added dump file searching.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2707
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2708 * config.h.in: Added EMACS_PROGNAME.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2709
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2710 * console-stream.c (init_console_stream): Fix reinitialisation
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2711 when running from temacs.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2712
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2713 * alloc.c (pdump): Add id support.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2714 (pdump_load): Add file parameter and signature/id support.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2715
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2716 * Makefile.in.in: Add full pdump support.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2717
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2718 2000-03-15 SL Baur <steve@musashimaru.m17n.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2719
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2720 * postgresql.c: Update documentation to reflect latest code
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2721 status.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2722 (print_result): Show tuple counts in printed representation when
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2723 appropriate.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2724 (Fpq_put_nbytes): MULE-ize.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2725 (Fpq_get_line_async): Ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2726
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2727 2000-03-14 SL Baur <steve@musashimaru.m17n.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2728
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2729 * postgresql.c (Fpq_lo_import): Fix return value.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2730 Suggested by: Kenji Itoh <keit@tpj.co.jp>.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2731
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2732 2000-03-13 Ben Wing <ben@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2733
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2734 * alloc.c (pdump_load):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2735 Fix compile warning under mswin.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2736
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2737 2000-03-14 SL Baur <steve@musashimaru.m17n.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2738
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2739 * postgresql.c: Mule-ization, bug fixes.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2740 Use PG_CODING to encapsulate coding system name changes.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2741 Backport a version of TO_EXTERNAL format for 21.1/InfoDock.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2742 (pg-coding-system): Create.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2743
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2744 (Fpq_conn_defaults): Mule-ize.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2745 (Fpq_connectdb): Mule-ize & bug fix.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2746 (Fpq_connect_start): Mule-ize.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2747 (Fpq_set_client_encoding): Mule-ize.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2748 (Fpq_finish): Document `DEAD' connection status.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2749 (Fpq_clear): Ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2750 (Fpq_pgconn): Mule-ize.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2751 (Fpq_exec): Mule-ize & bug fix.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2752 (Fpq_send_query): Ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2753 (Fpq_get_result): Ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2754 (Fpq_res_status): Mule-ize.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2755 (Fpq_result_error_message): Mule-ize.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2756 (Fpq_ntuples): fix comments.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2757 (Fpq_fname): Mule-ize.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2758 (Fpq_fnumber): Mule-ize.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2759 (Fpq_ftype): fix comments.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2760 (Fpq_get_value): Mule-ize.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2761 (Fpq_cmd_status): Ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2762 (Fpq_cmd_tuples): Ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2763 (Fpq_oid_value): Ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2764 (Fpq_notifies): Ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2765 (Fpq_lo_import): Ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2766 (Fpq_lo_export): Ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2767 (Fpq_get_line): Ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2768 (Fpq_put_line): Mule-ize and bug fix.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2769 (syms_of_postgresql): Fix ifdef'ing, add pg-coding-system.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2770
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2771 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2772
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2773 * postgresql.c (vars_of_postgresql): Mule-ize.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2774 (Fpq_conn_defaults): Ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2775
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2776 2000-03-12 Ben Wing <ben@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2777
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2778 * alloc.c (Fmake_byte_code):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2779 * alloc.c (debug_string_purity_print):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2780 * alloc.c (pdump_backtrace):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2781 * alloc.c (pdump_get_indirect_count):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2782 * alloc.c (pdump_register_sub):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2783 * alloc.c (pdump_register_object):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2784 * alloc.c (pdump_register_struct):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2785 * alloc.c (pdump_dump_data):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2786 * alloc.c (pdump_reloc_one):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2787 Minor cleanups.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2788
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2789 * console-msw.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2790 * console-msw.c (GetConsoleHwnd):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2791 * console-msw.c (msw_hide_console):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2792 * console-msw.c (msw_show_console):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2793 * console-msw.c (msw_ensure_console_buffered):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2794 * console-msw.c (msw_output_console_string):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2795 * console-msw.c (console_type_create_mswindows):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2796
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2797 a) Added functions to manipulate the console window for use with
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2798 shell support.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2799
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2800 b) Added support for writing text to the console, which is now
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2801 used under Windows when xemacs is not being run non-interactively,
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2802 to write text that would otherwise be destined for stdout because
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2803 under these circumstances, text written to stdout tends to
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2804 disappear and not be seen.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2805
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2806 * console-msw.h:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2807 * event-Xt.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2808 * event-Xt.c (x_event_to_emacs_event):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2809 * event-Xt.c (describe_event_window):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2810 * events-mod.h (XEMACS_MOD_CONTROL):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2811 * events.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2812 * events.c (Fmake_event):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2813 * events.c (character_to_event):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2814 * events.c (event_to_character):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2815 * events.c (format_event_object):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2816 * events.c (Fevent_modifiers):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2817 * events.h:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2818 * events.h (struct key_data):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2819 * events.h (struct button_data):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2820 * events.h (struct misc_user_data):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2821 * frame-x.c (Fcde_start_drag_internal):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2822 * frame-x.c (Foffix_start_drag_internal):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2823 * gpmevent.c (Freceive_gpm_event):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2824 * keymap.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2825 * keymap.c (bucky_sym_to_bucky_bit):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2826 * keymap.c (control_meta_superify):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2827 * keymap.c (make_key_description):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2828 * keymap.c (keymap_lookup_directly):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2829 * keymap.c (create_bucky_submap):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2830 * keymap.c (keymap_store):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2831 * keymap.c (define_key_check_and_coerce_keysym):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2832 * keymap.c (define_key_parser):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2833 * keymap.c (define_key_alternate_name):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2834 * keymap.c (Fdefine_key):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2835 * keymap.c (raw_lookup_key_mapper):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2836 * keymap.c (struct map_keymap_unsorted_closure):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2837 * keymap.c (map_keymap_unsorted_mapper):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2838 * keymap.c (map_keymap_sort_predicate):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2839 * keymap.c (map_keymap_sorted):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2840 * keymap.c (accessible_keymaps_mapper_1):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2841 * keymap.c (where_is_recursive_mapper):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2842 * keymap.c (describe_map_mapper):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2843 * keymap.c (describe_map_sort_predicate):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2844 * keymap.c (describe_map):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2845 * keymap.c (complex_vars_of_keymap):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2846 And a number of other files, the key modifier preprocessor
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2847 constants that xemacs uses have names that conflict with constants
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2848 defined under MS Windows for other purposes, so they were renamed
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2849 to begin with the prefix XEMACS_. The variables that hold such
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2850 modifiers were changed to consistently be of type int to fix
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2851 various compile warnings.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2852
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2853 * console.c (complex_vars_of_console):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2854 * device.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2855 * device-msw.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2856 * device-msw.c (mswindows_finish_init_device):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2857 * device-msw.c (msw_get_workspace_coords):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2858 * device-msw.c (mswindows_device_system_metrics):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2859 and various other files, added support for a new
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2860 device property called offset-workspace which returns the position
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2861 of the upper left corner of the workspace area and goes along with
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2862 the existing size-workspace property.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2863
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2864 * dialog-msw.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2865 * dialog-msw.c (push_bufbyte_string_as_unicode):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2866 * dialog-msw.c (mswindows_popup_dialog_box):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2867 Added support for XEmacs-style accelerator specifications in
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2868 button text. Note: I didn't add support for this under X Windows,
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2869 and somebody needs to do this.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2870
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2871 * dialog.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2872 * dialog.c (Fpopup_dialog_box):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2873 Documented the support for accelerators that was just mentioned.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2874
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2875 editfns.c (get_home_directory): Changed behavior under Windows
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2876 when HOME not defined; former behavior was irretrievably broken.
406
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2877
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2878 * emacs.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2879 * emacs.c (main_1):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2880 * emacs.c (main):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2881 * minibuf.c (clear_echo_area_internal):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2882 * minibuf.c (echo_area_append):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2883 * print.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2884 * print.c (std_handle_out_external):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2885 * print.c (std_handle_out_va):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2886 * print.c (fatal):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2887 * print.c (write_string_to_stdio_stream):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2888 * print.c (output_string):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2889 * print.c (debug_print):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2890 * print.c (debug_backtrace):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2891 * print.c (debug_short_backtrace):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2892 Cleaned up the code that prints text to stdout so that this can be
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2893 changed to output into a console window instead under MS Windows,
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2894 as described above.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2895
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2896 * eval.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2897 * eval.c (DEFEND_AGAINST_THROW_RECURSION):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2898 * eval.c (internal_catch):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2899 * eval.c (unwind_to_catch):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2900 * eval.c (throw_or_bomb_out):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2901 * eval.c (condition_case_1):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2902 * eval.c (signal_1):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2903 * eval.c (check_error_state_sanity):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2904 * eval.c (call_with_suspended_errors_1):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2905 * eval.c (call_with_suspended_errors):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2906 * eval.c (reinit_vars_of_eval):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2907 Added code to catch throw loops and check for a pesky bug that may
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2908 be gone now.
406
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2909
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2910 * event-msw.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2911 * event-msw.c (key_needs_default_processing_p):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2912 * event-msw.c (mswindows_wnd_proc):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2913 * event-msw.c (mswindows_modifier_state):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2914 * event-msw.c (emacs_mswindows_quit_p):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2915 * event-msw.c (vars_of_event_mswindows):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2916 a) Added support for using the alt key to select menu items as is
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2917 standard under MS Windows. This is controlled using the variable
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2918 menu-accelerator-enabled, just like under X Windows. There is an
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2919 option on the options menu to turn this support on. I really
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2920 think that it should be on by default under Windows, but I'm not
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2921 going to make this change yet.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2922
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2923 b) Added support for dynamic display size changes under Windows.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2924
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2925 * event-stream.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2926 * event-stream.c (maybe_echo_keys):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2927 * event-stream.c (Fnext_event):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2928 * event-stream.c (command_builder_find_leaf):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2929 * event-stream.c (lookup_command_event):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2930 * event-stream.c (execute_command_event):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2931 * event-stream.c (pre_command_hook):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2932 * event-stream.c (post_command_hook):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2933 * event-stream.c (syms_of_event_stream):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2934 * event-stream.c (vars_of_event_stream):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2935 * event-stream.c (complex_vars_of_event_stream):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2936 * events.h (struct command_builder):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2937
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2938 a) Tried to clean up a little bit the horribly written x-specific
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2939 accelerator code that crept into this file. I moved this code
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2940 into menubar-x.c where it belongs. I also needed to move the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2941 command builder structure into the file events.h because it is
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2942 accessed directly by this accelerator code. What I didn't do, but
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2943 which should be done at some point, is to properly abstract this
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2944 code using device methods instead of the kludgy way that it
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2945 currently hooks into the event code.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2946
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2947 b) Added the lisp variables this-command-properties and
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2948 last-command- properties, which should be used to synchronize two
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2949 adjacent commands in preference to playing games with the variable
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2950 this-command, which is typically what happens.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2951
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2952 c) Added some slightly nasty code to hook into the lisp support
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2953 for shifted- motion-key selection. This is actually necessary for
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2954 somewhat complicated reasons, which are described in
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2955 simple.el. (NB: I think the proper thing would be to have the code
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2956 that calls the pre and post command hooks also call out to generic
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2957 lisp functions in simple.el, where all built-in stuff could be
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2958 added. I will think about this more.)
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2959
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2960 * event-unixoid.c (poll_fds_for_input):
406
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2961 * lread.c (readchar):
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2962 * redisplay-tty.c (tty_clear_frame):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2963 * redisplay-x.c (x_get_gc):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2964 * signal.c (interrupt_signal):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2965 And a whole bunch of other files: fixed up places that printed
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2966 directly to stderr to instead call the function stderr_out so that
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2967 the changes I made under Windows work correctly.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2968
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2969 * filemode.c (mode_string):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2970 Warning fixes.
406
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2971
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2972 * frame-msw.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2973 * frame-msw.c (mswindows_size_frame_internal):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2974 Fixed the computation of frame size and position to keep the frame
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2975 within the workspace area, rather than within the physical
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2976 dimensions of the screen, so that the frame doesn't overlap window
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2977 manager decorations, such as the start menu and toolbar, typically
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2978 at the bottom of the screen.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2979
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2980 * frame.c (vars_of_frame):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2981 Changed the default frame title format under MS Windows to consist
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2982 of buffername-XEmacs, which is standard under MS Windows. I think
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2983 it might be a good idea to change this everywhere because I think
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2984 it is superior to the current frame title format, but this is the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2985 kind of change that is likely to cause some people to get annoyed,
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2986 so I'm not making it.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2987
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2988 * glyphs-eimage.c (png_instantiate): Fixed some compile warnings.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2989
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2990 * gui-msw.c (mswindows_handle_gui_wm_command):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2991 Fixed compile warnings.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2992
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2993 * gui-x.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2994 * gui-x.c (strdup_and_add_accel):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2995 * gui-x.c (button_item_to_widget_value):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2996 * gui-x.h:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2997 Added code to automatically put an accelerator onto the beginning
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2998 of menu items that don't have one as is now the standard, and is
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
2999 described more later. Also fixed things so that the menu item
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3000 name can be an evaluated expression, again a new standard.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3001
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3002 * gui.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3003 * gui.c (gui_item_add_keyval_pair):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3004 * gui.c (make_gui_item_from_keywords_internal):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3005 * gui.c (gui_add_item_keywords_to_plist):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3006 * gui.c (gui_item_accelerator):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3007 * gui.c (gui_name_accelerator):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3008 * gui.c (gui_item_included_p):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3009 * gui.c (gui_item_display_flush_left):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3010 * gui.c (gui_item_display_flush_right):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3011 * gui.c (parse_gui_item_tree_item):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3012 * gui.c (parse_gui_item_tree_children):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3013 * gui.c (parse_gui_item_tree_list):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3014 Mule-ized. Cleanup. GCPRO addition.
406
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
3015
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3016 * line-number.c (buffer_line_number):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3017 * lisp.h:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3018 * lisp.h (EMACS_INT_MAX):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3019 Added the manifest constant EMACS_INT_MIN corresponding to the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3020 existing constant EMACS_INT_MAX. This is partially to fix compile
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3021 warnings under Windows, and partly for cleanliness.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3022
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3023 * menubar-msw.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3024 * menubar-msw.c (REPLACE_ME_WITH_GLOBAL_VARIABLE_WHICH_CONTROLS_RIGHT_FLUSH):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3025 * menubar-msw.c (msw_translate_menu_or_dialog_item):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3026 * menubar-msw.c (displayable_menu_item):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3027 * menubar-msw.c (populate_menu_add_item):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3028 * menubar-msw.c (populate_or_checksum_helper):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3029 * menubar-msw.c (populate_menu):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3030 * menubar-msw.c (update_frame_menubar_maybe):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3031 * menubar-msw.c (prune_menubar):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3032 * menubar-msw.c (msw_char_is_accelerator):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3033 * menubar-msw.c (unsafe_handle_wm_initmenu_1):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3034 * menubar-msw.c (mswindows_handle_wm_command):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3035 * menubar-msw.c (mswindows_handle_wm_initmenupopup):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3036 * menubar-msw.c (mswindows_handle_wm_initmenu):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3037 * menubar-msw.c (mswindows_update_frame_menubars):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3038 * menubar-msw.c (mswindows_free_frame_menubars):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3039 * menubar-msw.c (mswindows_popup_menu):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3040 Fixed a bug in handling accelerators where an extra character
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3041 would be displayed in the menu item. Also generalized the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3042 function displayable_menu_item because it is now used by the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3043 dialog box code as well. And finally, added code in the functions
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3044 that create the menubar to extract a list of accelerators for the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3045 top level menubar, which is used in the event code to determine
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3046 whether a particular alt-key combination should be used to invoke
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3047 a menu item, or should be passed through to access the standard
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3048 XEmacs keymap binding for this key combination.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3049
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3050 Much needed GCPROing.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3051
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3052 * menubar-x.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3053 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3054 * menubar-x.c (menu_item_descriptor_to_widget_value):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3055 * menubar-x.c (restore_in_menu_callback):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3056 * menubar-x.c (x_popup_menu):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3057 * menubar-x.c (menu_move_up):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3058 * menubar-x.c (menu_move_down):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3059 * menubar-x.c (menu_move_left):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3060 * menubar-x.c (menu_move_right):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3061 * menubar-x.c (menu_select_item):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3062 * menubar-x.c (command_builder_operate_menu_accelerator):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3063 * menubar-x.c (menu_accelerator_junk_on_error):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3064 * menubar-x.c (command_builder_find_menu_accelerator):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3065 * menubar-x.c (Faccelerate_menu):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3066 * menubar.h:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3067 Moved a whole bunch of code here that was previously in
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3068 event-stream.c as described above. There is also code connected
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3069 to the new standard of adding an accelerator to the beginning of
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3070 menu items that don't have one as described above and below.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3071
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3072 * menubar.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3073 * menubar.c (menu_parse_submenu_keywords):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3074 * menubar.c (Fmenu_find_real_submenu):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3075 * menubar.c (Fnormalize_menu_item_name):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3076 * menubar.c (syms_of_menubar):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3077 * menubar.c (vars_of_menubar):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3078 * menubar.c (complex_vars_of_menubar):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3079
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3080 a) Cleaned up a bunch of documentation and improved it.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3081
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3082 b) XEmacs now automatically adds an accelerator onto the beginning
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3083 of any menu items that don't have one. I did this because there
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3084 will inevitably be some menu items on the main menubar that don't
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3085 have accelerators on them because the package that adds that
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3086 particular menu item hasn't yet been fixed up to have accelerators
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3087 in them and it looked rather strange to have some items with and
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3088 some items without accelerators, especially since even in items
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3089 without accelerators, you can, at least under windows, still
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3090 access the item through an accelerator corresponding to the first
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3091 character in the item's name. If people don't like this behavior,
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3092 I can add a variable to turn it off optionally, but I'm not sure
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3093 this is a good idea because we really do need to have accelerators
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3094 on all of the menu items, and if a package doesn't like the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3095 accelerators being put on the first character, then it should put
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3096 the accelerators where they belong.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3097
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3098 c) I made a behavior change, which is that the descriptor that
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3099 specifies the text of the menu item, which formerly was just a
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3100 string, can now also be an evaluated expression. This makes this
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3101 descriptor parallel with all of the others, which could also be
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3102 evaluated expressions. This also obviates the need for the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3103 keyword :label, which was previously listed in the documentation
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3104 as unimplemented, and which was for the same purpose.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3105
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3106 d) GCPROing.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3107
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3108 * ntproc.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3109 * ntproc.c (new_child):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3110 * ntproc.c (sys_spawnve):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3111 * ntproc.c (find_child_console):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3112 * ntproc.c (sys_kill):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3113 Fixed compile warnings. By the way, this file should really go
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3114 away entirely, and this will happen as soon as Kirill makes his
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3115 final round of process cleanups, which affect the function
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3116 call-process.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3117
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3118 * process-nt.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3119 * process-nt.c (struct nt_process_data):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3120 * process-nt.c (find_process_from_pid):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3121 * process-nt.c (send_signal_the_nt_way):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3122 * process-nt.c (enable_child_signals):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3123 * process-nt.c (find_child_console):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3124 * process-nt.c (send_signal_the_95_way):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3125 * process-nt.c (nt_finalize_process_data):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3126 * process-nt.c (ensure_console_window_exists):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3127 * process-nt.c (nt_create_process):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3128 * process-nt.c (nt_kill_child_process):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3129 * process-nt.c (nt_kill_process_by_pid):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3130 * process-nt.c (nt_open_network_stream):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3131 * process-nt.c (vars_of_process_nt):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3132 Copied over code from Emacs 20.5 to correctly send signals to sub-
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3133 processes under Windows 95. Also added code to automatically
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3134 create and hide console window when a sub-process is created under
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3135 Windows 95, which obviates the need for the separate runemacs.exe
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3136 executable, and finally implemented some variables that were
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3137 implemented in Emacs 20.5, but previously not in XEmacs. These
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3138 include mswindows- start-process-share-console and
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3139 mswindows-start-process-inherit-error-mode. (Both of these only
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3140 apply to Windows 95.)
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3141
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3142 * regex.c (regex_compile): Fixed a compile warning.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3143
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3144 * select-msw.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3145 * select-msw.c (mswindows_own_selection):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3146 * select-msw.c (mswindows_get_foreign_selection):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3147 * select-msw.c (mswindows_disown_selection):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3148 * select-msw.c (console_type_create_select_mswindows):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3149 * select-msw.c (syms_of_select_mswindows):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3150 Cleaned up the file and implemented the device method
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3151 selection_exists_p, which had accidentally been left out. Also
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3152 removed four lisp functions that were remnants from before the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3153 time when the selection code was properly device abstracted.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3154 These functions are no longer needed because there are generic
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3155 equivalents, and because they were added recently and don't exist
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3156 in FSF Emacs, I don't think there's any problem with just deleting
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3157 them.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3158
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3159 * sysdep.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3160 * sysdep.c (sys_subshell):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3161 Fixed a compile warning, although in this case there's probably
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3162 something wrong with this code, and it ought to be looked into
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3163 more thoroughly by somebody who understands it.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3164
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3165 * window.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3166 * window.c (Fwindow_text_area_height):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3167 * window.c (Fwindow_width):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3168 * window.c (Fwindow_full_width):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3169 * window.c (Fwindow_pixel_width):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3170 * window.c (debug_print_window):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3171 * window.c (syms_of_window):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3172 Added functions window-text-area-height and window-full-width,
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3173 which are functions for returning various width and height
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3174 characteristics of a window. (One of these functions is necessary
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3175 for making the file dialog box work correctly, and the other one
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3176 was added for completeness.) Also added a table to the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3177 documentation for window-height which describes the entire scheme
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3178 for accessing width and height characteristics of a window.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3179
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3180 2000-03-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3181
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3182 * nt.c (fstat): Added a comment for another problem with
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3183 non-encapsulated [f]stat(), reported by Adrian Aichner
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3184 <aichner@ecf.teradyne.com>.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3185
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3186 2000-03-11 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3187
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3188 * window.c (make_dummy_parent): initialize subwindow instance
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3189 cache.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3190 (Fset_window_configuration): zero extent_modiff.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3191
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3192 2000-03-10 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3193
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3194 * redisplay.c (Fredraw_frame): reset the changed_set flags so that
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3195 more changes can be triggered.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3196 (Fredisplay_frame): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3197 (Fredraw_device): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3198 (Fredisplay_device): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3199 (redisplay_frame): make non-static.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3200 (redisplay_frame): call update_frame_gutter_geometry outside of
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3201 display proper.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3202
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3203 * gutter.h: declare update_frame_gutter_geometry.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3204
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3205 * redisplay.h: declare redisplay_frame.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3206
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3207 * gutter.c (update_frame_gutter_geometry): move geometry changes
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3208 in update_frame_gutters here. Geometry changes can only occur
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3209 outside of redisplay.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3210 (update_frame_gutters): remove geometry change code.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3211 (Fredisplay_gutter_area): make sure that we are in display when we
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3212 update and that we have flushed any size changes.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3213
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3214 2000-03-11 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3215
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3216 * alloc.c (pdump_dump_data): remove i & count shadows.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3217
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3218 2000-02-27 Mike Alexander <mta@arbortext.com>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3219
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3220 * sysdep.h: Declare pdump_read_file
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3221
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3222 * sysdep.c (pdump_read_file): New function
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3223
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3224 * alloc.c (pdump_load): Call pdump_read_file to get the portable
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3225 dump data
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3226
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3227 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3228
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3229 * lrecord.h: add `lrecord_type_pgsetenv'.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3230
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3231 2000-03-08 SL Baur <steve@musashimaru.m17n.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3232
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3233 * symsinit.h: declare (vars|syms)_of* functions.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3234 * lrecord.h: add `lrecord_type_pgconn' and 'lrecord_type_pgresult'.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3235
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3236 2000-03-06 SL Baur <steve@musashimaru.m17n.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3237
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3238 * config.h.in: Add symbols HAVE_POSTGRESQL and HAVE_POSTGRESQLV7
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3239
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3240 * inline.c: Include postgresql.h lrecord stuffs to placate buggy
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3241 GCCs.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3242
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3243 * emacs.c (main_1): Call postgres initialization code.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3244
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3245 * postgresql.h: New file. PostgreSQL RDBMS support.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3246 * postgresql.c: New file.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3247
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3248 2000-03-08 Yoshiki Hayashi <yoshiki@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3249
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3250 * redisplay-output.c (redisplay_output_display_block): Disable
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3251 redundant code.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3252
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3253 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3254
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3255 * mule-canna.c (Fcanna_henkan_region): Translate doc-string.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3256 (Fcanna_henkan_next): Ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3257 (Fcanna_bunsetu_henkou): Ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3258 (Fcanna_henkan_kakutei): Ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3259 (Fcanna_henkan_end): Ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3260 (Fcanna_henkan_quit): Ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3261 (Fcanna_henkan_next): Set retun value correctly.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3262 (c2mu): Use unsigned char instead of signed char.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3263
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3264 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3265
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3266 * emacs.c (main_1): Always call syms_of_gui.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3267 * inline.c: include gui.h
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3268
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3269 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3270
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3271 * redisplay.c (Vvisible_bell): Renamed from visible_bell and
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3272 converted to Lisp_Object.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3273 (Qtop_bottom): New variable.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3274 (syms_of_redisplay): Initialize it.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3275 * redisplay.h (Vvisible_bell): Ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3276 * sound.c (ding): Ditto and check if Vvisible_bell is nil.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3277 * redisplay-x.c (x_flash): When Vvisible_bell is top-bottom,
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3278 only flash top and bottom.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3279
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3280 2000-03-08 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3281
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3282 * buffer.c (Frename_buffer): record new buffer name the right way.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3283
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3284 2000-03-08 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3285
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3286 * glyphs.c (update_subwindow): increase hash depth so that widget
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3287 items get picked up properly.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3288
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3289 * redisplay-output.c (compare_runes): increase hash depth so that
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3290 widget items get picked up properly.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3291
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3292 2000-03-08 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3293
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3294 * gutter.c (output_gutter): add some debug.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3295
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3296 * glyphs.h (struct Lisp_Image_Instance): add display_hash.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3297 (IMAGE_INSTANCE_DISPLAY_HASH): new macro.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3298 (XIMAGE_INSTANCE_DISPLAY_HASH): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3299
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3300 * redisplay-output.c (compare_runes): use display_hash to
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3301 determine if glyphs really are not the same.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3302
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3303 * glyphs.c (update_subwindow): check display_hash to see if
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3304 anything really needs to be updated. If not then do
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3305 nothing. Record the display_hash after updating.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3306 (image_instance_equal): compare the image_instance face also.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3307
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3308 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3309
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3310 * redisplay.h: Fix comment style.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3311
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3312 2000-03-08 Jonathan Harris <jhar@tardis.ed.ac.uk>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3313
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3314 * consle-msw.h (struct mswindows_frame):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3315 Added new member paint_pending to indicate whether a WM_PAINT
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3316 magic event has been queued for this frame.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3317
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3318 * event-msw.c (mswindows_drain_windows_queue):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3319 Don't queue a WM_PAINT magic event if one is already queued.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3320 (emacs_mswindows_handle_magic_event): clear paint_pending flag.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3321
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3322 * frame-msw.c (mswindows_init_frame_1): initialise paint_pending flag.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3323
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3324 2000-03-07 Didier Verna <didier@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3325
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3326 * dired.c: #include `regex.h' after `sysfile.h'.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3327
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3328 2000-03-06 Martin Buchholz <martin@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3329
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3330 * sound.c (init_nas_sound): Fix compiler warning.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3331
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3332 * alloc.c (ALIASING_VOIDPP_DEREFERENCE): New.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3333 (FREE_STRUCT_P):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3334 (MARK_STRUCT_AS_FREE):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3335 (MARK_STRUCT_AS_NOT_FREE):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3336 Make `gcc -fstrict-aliasing' work properly.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3337
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3338 2000-03-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3339
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3340 * device-msw.c (mswindows_finish_init_device): Call CoInitialize().
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3341 (mswindows_delete_device): Call CoUnnitialize().
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3342
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3343 * event-msw.c (mswindows_wnd_proc): WM_DROPFILES: Decode Shortcuts.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3344
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3345 2000-02-25 <CraigL@DyCon.com>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3346
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3347 * process-nt.c: MinGW now has <shellapi.h>, but still needs
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3348 <errno.h>.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3349
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3350 * sysdep.c: This extern declaration for environ prevents MinGW
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3351 from finding the variable in CRTDLL.DLL.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3352
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3353 * s\mingw32.h (PBS_SMOOTH): Removed, now defined in cygwin's
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3354 windows headers.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3355 (SHGFI_EXETYPE): ..
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3356 (WM_MOUSEWHEEL): ..
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3357 (_WIN32_IE): Added, needed to get the TCS_BOTTOM and TCS_VERTICAL
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3358 definitions.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3359 (MMRESULT): Removed, now defined in cygwin's windows headers.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3360 (TIMECAPS): ..
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3361 (uid_t,gid_t,pid_t,ssize_t): ..
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3362 (_timeb): Removed, MinGW defines both _timeb and timeb.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3363 (HAVE_H_ERRNO): Added.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3364 (HAVE_TZNAME): Added, configure is not detecting this.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3365
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3366 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3367
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3368 * chartab.h (XCHAR_TABLE_VALUE_UNSAFE): New macro.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3369 * syntax.c (syntax_match): Use it.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3370
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3371 * cmds.c: Import auto-fill-chars from FSF Emacs.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3372 (Vauto_fill_chars): New variables.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3373 (internal_self_insert): Check Vauto_fill_chars.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3374 (vars_of_cmds):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3375 Declare auto-fill-chars as a Lisp variable and initialize it.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3376
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3377 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3378
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3379 * fileio.c (Fmake_symbolic_link):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3380 (Ffile_symlink_p):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3381 Run handlers even if local machine doesn't have symlinks.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3382
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3383 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3384
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3385 * event-msw.c (mswindows_drain_windows_queue):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3386 Don't generate paint magic events for non-XEmacs frames.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3387
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3388 2000-03-05 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3389
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3390 * redisplay.c (redisplay_frame): generate_displayable_area and
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3391 friends assumes that we are not in GC, we therefore have to make
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3392 sure that this doesn't happen.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3393
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3394 * gutter.c (calculate_gutter_size): generate_displayable_area
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3395 assumes that we are not in GC, we therefore have to make sure that
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3396 this doesn't happen.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3397
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3398 2000-03-05 Martin Buchholz <martin@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3399
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3400 * opaque.c (DEFINE_LRECORD_IMPLEMENTATION): opaque_ptr ==> opaque-ptr
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3401
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3402 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3403
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3404 * redisplay.c (regenerate_window): Make sure we set a sane value
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3405 for end_pos even if we jump out of the loop.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3406 (regenerate_window): Answer Ben's question :-).
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3407 (start_end_of_last_line): Add may_error argument.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3408 (start_of_last_line):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3409 (end_of_last_line): Pass may_error = 0.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3410 (end_of_last_line_may_error): New function.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3411 (pixel_to_glyph_translation): Use it, so we don't crash in
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3412 event_to_glyph.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3413
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3414 2000-03-04 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3415
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3416 * window.h (struct window): add gutter_extent_modiff.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3417
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3418 * window.c (allocate_window): zero out gutter_extent_modiff.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3419
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3420 * redisplay.h: declare sync_display_line_structs.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3421
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3422 * redisplay.c (add_glyph_rune): add a better comment.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3423
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3424 * redisplay-output.c (sync_display_line_structs): made non-static.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3425 (compare_runes): remove unneccesary glyph cachel access.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3426
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3427 * gutter.h: declare gutter_extent_signal_changed_region_maybe.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3428
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3429 * gutter.c (output_gutter): don't output the gutter if extent
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3430 changes only involve extents in buffers. use 4 sets of display
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3431 lines.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3432 (gutter_extent_signal_changed_region_maybe): new function. Mark
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3433 extents in gutters as changed.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3434 (update_frame_gutters): use 4 sets of display lines.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3435 (reset_gutter_display_lines): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3436 (free_frame_gutters): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3437 (redraw_exposed_gutter): force output of gutters.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3438
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3439 * frame.h (struct frame): add 4 sets of gutter display lines.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3440
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3441 * extents.c: (extent_changed_for_redisplay): signal changes to
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3442 extents in strings in the gutter as well as extents in buffers.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3443
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3444 2000-03-02 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3445
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3446 * gutter.c (specifier_vars_of_gutter): cosmetic changes.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3447
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3448 * frame.c (Fmake_frame): make sure the gutters get initialized
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3449 after the frame is visible.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3450 (set_frame_selected_window): re-arrange compilation macros a
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3451 little.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3452 (change_frame_size_1): mark gutters changed.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3453
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3454 * device.c (Fset_device_class): mark gutters changed.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3455
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3456 2000-03-01 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3457
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3458 * window.c (window_top_frame_gutter_height): deleted.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3459 (window_bottom_frame_gutter_height): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3460 (window_left_frame_gutter_height): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3461 (window_right_frame_gutter_height): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3462 (window_top_gutter_height): don't use them.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3463 (window_bottom_gutter_height): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3464 (window_left_gutter_width): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3465 (window_right_gutter_width): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3466 (Fsplit_window): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3467 (Fwindow_pixel_edges): don't use border dimensions here.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3468
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3469 * scrollbar.c (update_scrollbar_instance): don't take gutters into account.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3470 (update_scrollbar_instance): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3471
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3472 * redisplay.c (generate_modeline): don't take gutters into account.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3473 (generate_modeline): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3474 (redisplay_frame): small gutter display optimisation.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3475
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3476 * redisplay-x.c (x_output_vertical_divider): don't take gutters into account.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3477
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3478 * redisplay-msw.c (mswindows_output_vertical_divider): don't take
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3479 gutters into account.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3480
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3481 * gutter.h (WINDOW_REAL_*_GUTTER_BOUNDS): remove bogus checks
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3482 for window position and type.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3483
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3484 * gutter.c (get_gutter_coords): fix for frame gutters.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3485 (update_frame_gutters): update frame geometry if the gutters have
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3486 changed.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3487 (init_frame_gutters): record current gutter geometries.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3488
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3489 * glyphs-msw.c (mswindows_subwindow_instantiate): remove unused
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3490 var.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3491 (mswindows_widget_instantiate): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3492
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3493 * frame.h (struct frame): add current_gutter_bounds.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3494
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3495 * frame.c (change_frame_size_1): position window and minibuffer
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3496 appropriately taking into account the frame gutters.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3497
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3498 * frame-x.c: (x_initialize_frame_size): take into account the
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3499 frame gutters.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3500
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3501 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3502
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3503 * emacs.c (data-directory): Xref `locate-data-file' in docstring.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3504
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3505 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3506
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3507 * alloc.c (dumpopaquevec): Increase dimension for --with-canna.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3508
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3509 1999-12-30 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3510
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3511 * file-coding.c (reset_decoding_stream): Clear previous
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3512 detection state when autodetect.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3513
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3514 2000-02-29 Didier Verna <didier@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3515
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3516 * extents.c (set_extent_glyph_1): don't require extents to be
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3517 attached.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3518
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3519 2000-02-27 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3520
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3521 * gutter.c (Fset_default_gutter_position): don't default left and
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3522 right gutter visibility to t.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3523 (Fset_default_gutter_position): run
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3524 default-gutter-position-changed-hook.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3525 (syms_of_gutter): add default-gutter-position-changed-hook.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3526
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3527 2000-02-26 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3528
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3529 * specifier.c (Fmake_specifier): add gutter references.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3530
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3531 * gutter.h (RAW_WINDOW_GUTTER): new macro.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3532
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3533 * lisp.h: declare Fvalid_plist_p.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3534
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3535 * gutter.c (gutter_geometry_changed_in_window): mark the modeline
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3536 as changed.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3537 (default_gutter_visible_p_changed_in_window): invalidate gutter as
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3538 well as its visibility so that it gets reconstructed.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3539 (construct_window_gutter_spec): new function. Construct a string
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3540 to be displayed in the gutter from a plist of strings. Take care
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3541 to only use elements that are declared as visible.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3542 (calculate_gutter_size): use RAW_WINDOW_GUTTER instead of
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3543 WINDOW_GUTTER.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3544 (gutter_validate): allow plists of strings in the specifier.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3545 (gutter_specs_changed): construct the real_gutter from the gutter
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3546 specs using construct_window_gutter_spec.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3547 (gutter_visible_validate): gutter-visible is a new specifier type.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3548 (Fgutter_visible_specifier_p): new function for the new specifier.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3549 (syms_of_gutter): declare gutter-visible and
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3550 Fgutter_visible_specifier_p.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3551 (specifier_type_create_gutter): intitalize new gutter-visible
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3552 specifier.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3553 (reinit_specifier_type_create_gutter): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3554 (specifier_vars_of_gutter): use new specifier type for gutter
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3555 visibility.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3556 (init_frame_gutters): construct real_gutter correctly.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3557 (Fgutter_specifier_p): beef up documentation.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3558 (Fgutter_size_specifier_p): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3559
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3560 * winslots.h: add real_gutter slots.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3561
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3562 2000-02-25 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3563
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3564 * device-msw.c: Be kind to older cygwin versions. From Raymond
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3565 Toy <toy@rtp.ericsson.se>.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3566
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3567 * gui-msw.c (Fmswindows_shell_execute): Remove things unknown to
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3568 earlier cygwins. From Raymond Toy <toy@rtp.ericsson.se>.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3569
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3570 2000-02-25 Martin Buchholz <martin@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3571
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3572 * elhash.c (MARK_OBJ): Practice macro hygiene.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3573
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3574 2000-02-24 Martin Buchholz <martin@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3575
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3576 * miscplay.c: s/__inline__/inline/g;
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3577 * glyphs-msw.c (set_mono_pixel): INLINE ==> static inline
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3578 (get_device_compdc): INLINE ==> static inline
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3579 * *.[ch]: Change INLINE to INLINE_HEADER globally.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3580 find -name '*.h' | \
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3581 xargs global-replace \
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3582 's/(^|(?<=[^A-Za-z0-9_]))INLINE((?=[^A-Za-z0-9_])|$)/INLINE_HEADER/g'
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3583
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3584 2000-02-25 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3585
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3586 * window.c (window_top_frame_gutter_height): new function.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3587 (window_top_window_gutter_height): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3588 (window_top_gutter_height): use them.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3589 (window_bottom_frame_gutter_height): new function.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3590 (window_bottom_window_gutter_height): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3591 (window_bottom_gutter_height): use them.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3592 (window_left_window_gutter_width): new function.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3593 (window_left_frame_gutter_width): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3594 (window_left_gutter_width): use them.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3595 (window_right_window_gutter_width): new function.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3596 (window_right_frame_gutter_width): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3597 (window_right_gutter_width): use them.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3598 (window_pixel_height): new function. calulate window pixel height
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3599 with frame gutter involvement.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3600 (Fsplit_window): calculate new sizes taking frame gutters into
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3601 account.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3602 (window_char_height_to_pixel_height): don't include frame gutters.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3603 (window_char_height): use window_pixel_height.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3604 (window_pixheight): rename from window_pixel_height.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3605 (change_window_height): use it.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3606 (window_pixel_height_to_char_height): don't include frame gutters.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3607 (window_char_width_to_pixel_width): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3608
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3609 2000-02-25 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3610
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3611 * glyphs.h (IMAGE_INSTANCE_FACE): glyph might be nil, don't crash
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3612 if it is.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3613
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3614 2000-02-24 Martin Buchholz <martin@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3615
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3616 * alloc.c (staticpro):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3617 (staticpro_nodump):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3618 (dumpstruct):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3619 (dumpopaque):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3620 (pdump_wire):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3621 (pdump_wire_list):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3622 (compact_string_chars):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3623 (pdump_dump_wired):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3624 Convert: if (foo) abort(); ==> assert (! foo);
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3625
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3626 * eldap.c (Fldap_search_basic):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3627 (Fldap_add):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3628 (Fldap_modify):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3629 (Fldap_delete):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3630 Fix compiler warnings, and possible crashes if (random) return
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3631 value were to be used.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3632
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3633 2000-02-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3634
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3635 * device-msw.c: Workaround ResetDC failure.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3636
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3637 * frame-msw.c (msprinter_init_frame_3): Added an assertion before
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3638 applying a devmode.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3639
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3640 * redisplay-msw.c (get_frame_dc): Added start_page_p.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3641 (mswindows_text_width): Do not start printer page.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3642
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3643 * console-msw.h (CHECK_MSGDI_DEVICE): Added this and friends.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3644
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3645 * glyphs-msw.c: Added image methods to msprinter console and
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3646 msprinter-specific image instantiation.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3647
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3648 2000-02-20 Mike Alexander <mta@arbortext.com>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3649
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3650 * select-msw.c (Fmswindows_set_clipboard): GC protect more things
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3651 to avoid crashes when selection-sets-clipboard is on
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3652 (mswindows_own_selection): ditto
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3653
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3654 2000-02-19 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3655
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3656 * glyphs-msw.c:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3657 * redisplay-msw.c (get_frame_dc):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3658 (get_frame_compdc):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3659 * console-msw.h:
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3660 * device-msw.c (mswindows_init_device):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3661 (mswindows_delete_device):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3662 (msprinter_init_device):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3663 (msprinter_delete_device):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3664 * frame-msw.c (mswindows_init_frame_1):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3665 (mswindows_delete_frame):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3666 (msprinter_init_frame_3):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3667 (msprinter_delete_frame): Move compatible DC to device object from
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3668 frame object, for both mswindows and msprinter. Only one at a time
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3669 is needed, it is a real waste to have one per frame!
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3670
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3671 2000-02-23 Andy Piper <andy@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3672
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3673 * glyphs.c: add dynamic width and height elements.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3674 (image_instance_equal): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3675
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3676 * glyphs-widget.c (widget_query_geometry): calculate width and
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3677 height dynamically if required.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3678 (initialize_widget_image_instance): initialize dynamic dimensions.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3679 (widget_instantiate): pick-up dynamic dimensions.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3680
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3681 * glyphs.h (struct Lisp_Image_Instance): add width and height for
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3682 dynamic determination. Add appropriate macros.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3683
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3684 * gutter.h (WINDOW_GUTTER_BORDER_WIDTH): make non-integer
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3685 dimensions safe.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3686 (WINDOW_GUTTER_SIZE): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3687 (WINDOW_GUTTER_SIZE_INTERNAL): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3688
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3689 * redisplay-msw.c (get_frame_compdc): gcc can't cope with this
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3690 inline.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3691 (get_frame_dc): ditto.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3692
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3693 * redisplay.h (GLOBAL_RESET_CHANGED_FLAGS): don't reset faces
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3694 here.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3695
402
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3696 2000-02-23 Martin Buchholz <martin@xemacs.org>
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3697
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3698 * XEmacs 21.2.31 is released.
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3699
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3700 2000-02-22 Ben Wing <ben@xemacs.org>
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3701
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3702 * ntheap.c (allocate_heap): Make sure `ptr' is initialized.
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3703
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3704 2000-02-22 Andy Piper <andy@xemacs.org>
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3705
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3706 * glyphs-x.c (x_widget_instantiate): don't explicitly resize here.
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3707
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3708 2000-02-21 Mike Sperber <mike@xemacs.org>
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3709
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3710 * .dbxrc:
402
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3711 * .gdbinit:
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3712 * Makefile.in.in: Remove obsolete EMACSBOOTSTRAP... environment
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3713 variables.
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3714
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3715 2000-02-21 Mike Sperber <mike@xemacs.org>
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3716
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3717 * s/aix4.h: Declare getaddrinfo broken for AIX 4, which it is.
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
3718
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3719 2000-02-21 Martin Buchholz <martin@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3720
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3721 * XEmacs 21.2.30 is released.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3722
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3723 2000-02-20 Martin Buchholz <martin@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3724
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3725 Performance hacking.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3726 * *.c (syms_of_*):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3727 Add INIT_LRECORD_IMPLEMENTATION macros, paired with
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3728 DEFINE_LRECORD_IMPLEMENTATION macros in the same file.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3729 * emacs.c (main_1):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3730 * lisp.h (DEFUN):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3731 * console.c (DEFVAR_CONSOLE_LOCAL_1):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3732 * buffer.c (DEFVAR_BUFFER_LOCAL_1):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3733 * symeval.h (DEFVAR_SYMVAL_FWD):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3734 * symbols.c (guts_of_unbound_marker):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3735 Make all c_readonly objects also lisp_readonly and marked for life.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3736 * lrecord.h (struct lrecord_implementation):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3737 Document flags better.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3738 * lrecord.h (DEFINE_LRECORD_SEQUENCE_IMPLEMENTATION_WITH_PROPS):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3739 * lrecord.h (DECLARE_LRECORD):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3740 * lrecord.h (XSETRECORD):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3741 * lrecord.h (RECORDP):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3742 * lrecord.h (RECORD_TYPEP):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3743 * lrecord.h (RECORD_MARKER): New.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3744 * lrecord.h (error_check_*):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3745 * lrecord.h (CONCHECK_NONRECORD):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3746 * lrecord.h (MAKE_LRECORD_IMPLEMENTATION):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3747 * lrecord.h (INIT_LRECORD_IMPLEMENTATION): New.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3748 * lrecord.h (set_lheader_implementation):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3749 * lrecord.h (enum lrecord_type): New.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3750 * symeval.h (SYMBOL_VALUE_MAGIC_P):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3751 * alloc.c (disksave_object_finalization_1):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3752 * alloc.c (mark_object):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3753 * alloc.c (lrecord_type_index):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3754 * alloc.c (tick_lcrecord_stats):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3755 * alloc.c (Fgarbage_collect):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3756 * alloc.c (init_alloc_once_early):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3757 * alloc.c (pdump_load):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3758 * alloc.c (GC_CHECK_LHEADER_INVARIANTS): New.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3759 * alloc.c (lrecord_type_index): Delete.
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3760 Make lisp object type indexes be constant.
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3761 Makes (byte-compile) 5% faster.
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3762 Put all marker functions into their own array.
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3763 Makes (garbage-collect) 5% faster.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3764 Optimize SYMBOL_VALUE_MAGIC_P.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3765 Makes (byte-compile) 2-3% faster.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3766 * config.h.in (gc_checking_assert): New.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3767 * alloc.c: Use gc_checking_assert().
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3768 * .dbxrc: Make compatible with new object type implementation.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3769 * .gdbinit: Make compatible with new object type implementation.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3770 * alloc.c: Delete all symbols defined only for debugging, such as
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3771 Lisp_Type_Vector and lrecord_charset.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3772
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3773 2000-02-21 Andy Piper <andy@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3774
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3775 * gui-msw.c (Fmswindows_shell_execute): fix file location
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3776 problems.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3777
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3778 * buffer.c (Fkill_buffer): remove buffer from alist buffer
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3779 unshowing so that set_window_buffer doesn't undo
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3780 kill_buffer_hook's hard work.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3781
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3782 * glyphs-widget.c (tab_control_query_geometry): don't count the
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3783 first item when calculating geometry.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3784
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3785 * glyphs.c (map_subwindow): remove redundant code.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3786 (update_frame_subwindows): be more circumspect about when to
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3787 update subwindows.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3788
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3789 * glyphs-x.c (x_update_widget): Properly fix sizing bug. Fix bug
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3790 when items haven't changed. Update faces if faces have changed as
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3791 well as just the widget face.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3792 (x_tab_control_update): Update faces if faces have changed as well
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3793 as just the widget face.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3794
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3795 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3796
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3797 * device-msw.c: (mswindows_delete_device): Remove redundant DDE
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3798 registration.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3799 (build_syscolor_string): Use mswindows_color_to_string to try to
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3800 get a named color.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3801 (mswindows_device_system_metrics): Reverse the foreground and
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3802 background colors so that they match the documentation.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3803
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3804 * objects-msw.c: (mswindows_X_color_map): tweak some values so
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3805 they match the default Windows palette.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3806 (mswindows_color_to_string): New function.
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3807
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3808 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3809
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3810 * s/windowsnt.h: Only use __declspec(noreturn) with MSVC>=6.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3811
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3812 2000-02-18 Olivier Galibert <galibert@pobox.com>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3813
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3814 * m/*, s/*: Removed obsolete DATA_SEG_BITS, PURE_SEG_BITS,
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3815 WORD_MACHINE, SIGN_EXTEND_CHAR and EXPLICIT_SIGN_EXTEND.
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3816
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3817 * symbols.c (init_symbols_once_early): Removed obsolete
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3818 DATA_SEG_BITS related kludge.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3819 (defvar_magic): Ditto.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3820
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3821 * malloc.c: Removed obsolete DATA_SEG_BITS
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3822 * ralloc.c: Ditto.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3823 * mem-limits.h: Ditto.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3824
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3825 * Makefile.in.in: Removed obsolete HAVE_SHM
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3826 * emacs.c: Ditto.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3827
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3828 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3829
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3830 * device-msw.c (mswindows_delete_device): Free DDE string
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3831 handles.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3832
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3833 2000-02-16 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3834
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3835 * keymap.c (get_keyelt):
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3836 * unexnt.c (unexec):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3837 * vm-limit.c (memory_warnings):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3838 * ntheap.c (recreate_heap):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3839 * ntheap.h (UNINIT_PTR):
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3840 * select-msw.c (Fmswindows_get_clipboard):
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3841 (Fmswindows_set_clipboard):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3842 * objects-msw.h (MSWINDOWS_BAD_HFONT):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3843 * objects-msw.c:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3844 * menubar-msw.c (displayable_menu_item):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3845 * glyphs-msw.c:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3846 * glyphs-msw.h (IMAGE_INSTANCE_MSWINDOWS_MASK):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3847 * sysdep.c (sys_subshell):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3848 * process-nt.c (nt_create_process):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3849 * nt.c (normalize_filename):
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3850 (dostounix_filename):
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3851 (unixtodos_filename):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3852 * ntproc.c (win32_executable_type):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3853 * ntplay.c (play_sound_data_1):
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3854 (play_sound_file):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3855 * editfns.c (get_home_directory):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3856 * event-msw.c (struct winsock_stream):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3857 (mswindows_dde_callback):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3858 * device-msw.c (msprinter_init_device):
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3859 (msprinter_get_devmode_copy): Frobbed syntax frivolities.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3860
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3861 * toolbar-msw.c (mswindows_free_frame_toolbars): Paramters to
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3862 mswindows_clear_toolbar were swapped!
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3863
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3864 * objects-msw.c:(colormap_t):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3865 (fontmap_t):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3866 * emacs.c (struct standard_args): Fixed const jumble.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3867
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3868 * glyphs-widget.c (update_widget): Fixed comparison notation.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3869
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3870 * event-msw.c (mswindows_dde_callback): Removed extraneous ';'.
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3871
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3872 * s\windowsnt.h (DOESNT_RETURN): Defined to support the MSVC
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3873 __declspec(noreturn) syntax.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3874
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3875 2000-02-19 Martin Buchholz <martin@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3876
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3877 * eldap.c (Fldap_open):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3878 (Fldap_search_basic):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3879 (Fldap_add):
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3880 (Fldap_modify):
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3881 Use new coding system conversion macros.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3882
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3883 2000-01-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3884
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3885 * console-tty.c (tty_init_console): Change MULE to FILE_CODING.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3886
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3887 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3888
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3889 * eldap.h (Fldap_search) Renamed from Fldap_search_internal:
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3890 (Fldap_add, Fldap_modify, Fldap_delete): New functions
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3891
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3892 * eldap.c (Qadd, Qreplace): New constant symbols
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3893 (Fldap_open): Use the LDAP_OPT_RESTART option to avoid
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3894 interruptions by XEmacs signals
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3895 Remove unnecessary calls to slow_down_interrupts and
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3896 speed_up_interrupts
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3897 (Fldap_search_basic): Renamed from Fldap_search_internal
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
3898 Added new optional parameter VERBOSE that triggers the
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3899 display of progress messages
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3900 Remove unnecessary calls to slow_down_interrupts and
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3901 speed_up_interrupts
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3902 LDAP result code analysis rewritten
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3903 (Fldap_add, Fldap_modify, Fldap_delete): New functions
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3904 (syms_of_eldap): Define the new symbols and functions
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3905
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3906
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3907 2000-02-17 Martin Buchholz <martin@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3908
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3909 * realpath.c: Determine PATH_MAX maximally portably.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3910
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3911 * insdel.c (bytecount_to_charcount): Optimize.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3912 The function used to be optimized for entirely ASCII sequences.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3913 Now it is optimized for successive characters from the same
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3914 charset. This also wins big for _mostly_ ASCII sequences.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3915
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3916 * fileio.c (Ffile_truename): convert return from realpath() using
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3917 Qfile_name, not Qbinary. Fixes obvious bug with non-ASCII symlinks.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3918 - Rewrite GCPROing slightly.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3919
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3920 * sysdep.c (sys_open): Do filename conversion, like all other
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3921 sys_* functions. Fixes bug:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3922 (let ((file-name-coding-system 'iso-8859-2))
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3923 (write-region x y latin2-name))
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3924 ==> writes filename using internal encoding.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3925
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3926 2000-02-18 Martin Buchholz <martin@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3927
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3928 * buffer.c (DEFVAR_BUFFER_LOCAL_1): Turn on c_readonly. Always const.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3929 * console.c (DEFVAR_CONSOLE_LOCAL_1): Turn on c_readonly. Always const.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3930 * symeval.h (DEFVAR_SYMVAL_FWD): Turn on c_readonly. Always const.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3931 * eval.c (lrecord_subr): Remove this_one_is_unmarkable.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3932 * symbols.c (lrecord_symbol_value_forward): Remove this_one_is_unmarkable.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3933 * symbols.c (guts_of_unbound_marker): Turn on c_readonly.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3934 * lrecord.h (UNMARKABLE_LRECORD_HEADER_P): Delete.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3935 (CONST_IF_NOT_DEBUG): Delete.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3936 * alloc.c (this_one_is_unmarkable): Delete.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3937 (mark_object): Don't check for this_one_is_unmarkable. Use the
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3938 c_readonly flag instead.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3939 * lisp.h (DEFUN): Define a Lisp_Subr as c_readonly.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3940
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3941 2000-02-18 Jonathan Harris <jhar@tardis.ed.ac.uk>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3942
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3943 * event-msw.c (mswindows_drain_windows_queue):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3944 (emacs_mswindows_handle_magic_event): Remove attempt to optimise
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3945 away redundant repaint events.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3946
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3947 2000-02-17 Andy Piper <andy@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3948
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3949 * redisplay.h: declare mark_redisplay_structs.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3950
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3951 * redisplay.c (redisplay_window):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3952 (redisplay_frame): don't check subwindows_state_changed.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3953 (mark_redisplay): mark gutters here.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3954
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3955 * glyphs.c: (instantiate_image_instantiator): always layout if we
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3956 haven't done so already.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3957 (allocate_image_instance): don't mark as dirty.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3958 (update_subwindow): bind inhibit_quit.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3959
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3960 * gutter.c (mark_gutters): new function.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3961
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3962 * glyphs-x.c (x_update_widget): Always resize to get round a
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3963 widget bug.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3964
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3965 * glyphs-msw.c (mswindows_tab_control_update): remove `;' that was
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3966 breaking absolutely everything.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3967
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3968 * gutter.h: declare mark_gutters.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
3969
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3970 2000-02-16 Martin Buchholz <martin@xemacs.org>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3971
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3972 * XEmacs 21.2.29 is released.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3973
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3974 2000-02-15 Olivier Galibert <galibert@pobox.com>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3975
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3976 * fns.c (size_bit_vector): Fix computation of the size.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3977
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3978 2000-02-15 Martin Buchholz <martin@xemacs.org>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3979
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3980 * *.[ch]: Change CONST to const globally.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3981 find -name '*.[ch]' | \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3982 xargs global-replace \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3983 's/(^|(?<=[^A-Za-z0-9_]))CONST((?=[^A-Za-z0-9_])|$)/const/g'
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3984 - Remove vestigial references to CONST_IS_LOSING
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3985
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3986 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3987
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3988 * event-msw.c (mswindows_drain_windows_queue): Remove hack to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3989 bailout early on quit. Enqueue WM_PAINT events as XEmacs magic
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3990 events instead of dispatching them directly.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3991 (mswindows_handle_paint): New function to do repainting.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3992 (mswindows_wnd_proc):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3993 (emacs_mswindows_handle_magic_event): Call above function.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3994
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3995 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
3996
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3997 * objects-msw.c (mswindows_create_font_variant): Return the new
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3998 font handle.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
3999 (initialize_font_instance): Get font metrics from the underlined
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4000 variant of the font to cope with the case where the underlined
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4001 font has a bigger descent.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
4002
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4003 2000-02-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
4004
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4005 * gui.c (gui_item_accelerator): Return the first underlined
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4006 character in item name.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
4007
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4008 2000-02-11 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
4009
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4010 * lisp.h: Added Qprinter.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
4011
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4012 * general.c (syms_of_general): Initialized it.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
4013
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4014 * redisplay-msw.c (get_frame_dc): Conditionally start a new page.
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4015 (get_frame_dc):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4016 (get_frame_compdc): Made inline.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
4017
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4018 * console.h (struct console_methods): Added eject_page method.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
4019
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4020 * frame.h: Added FRAME_DISPLAY_P and friends.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4021 Aligned backslahes in many macros in more readable fashion.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4022 Added page_number to struct frame, and an accessor macro
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4023 for it.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
4024
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4025 * defice.h: Added DEVICE_DISPLAY_P and friends.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
4026
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4027 * device.c (Fdevice_printer_p): Used these.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
4028
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4029 * frame.c (allocate_frame_core): Initialize page number.
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4030 (Fprint_job_page_number):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4031 (Fprint_job_eject_page): Implemented.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
4032
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4033 * frame-msw.c (msprinter_eject_page): Added method.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4034 (msprinter_start_page): Added.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
4035
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4036 * window.c (Fwindow_truncated_p): Fixed docstring.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4037 (Fwindow_last_line_visible_height): Implemented.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
4038
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4039 2000-02-09 Yoshiki Hayashi <yoshiki@xemacs.org>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
4040
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4041 * frame.c (change_frame_size_1): Undo 2000-02-03 change.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
4042
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4043 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
4044
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4045 * syntax.c (scan_words): Always advance at least one character.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
4046
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4047 2000-02-13 Andy Piper <andy@xemacs.org>
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
4048
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4049 * redisplay.c (add_glyph_rune): call get_glyph_cachel_index here
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4050 to make sure the glyph is in the cachels.
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
4051
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4052 * glyphs.h (struct Lisp_Image_Instance): make layout_changed a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4053 global image instance flag.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4054 (IMAGE_INSTANCE_NEEDS_LAYOUT): new macro.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4055 (XIMAGE_INSTANCE_NEEDS_LAYOUT): ditto.
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
4056
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4057 * glyphs.c (allocate_image_instance): set dirty bits correctly.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4058 (Fset_image_instance_property): mark layout as changed.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4059 (invalidate_glyph_geometry_maybe): mark layout as changed.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4060 (glyph_width): use new NEEDS_LAYOUT macro.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4061 (glyph_ascent): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4062 (glyph_descent): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4063 (glyph_height): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4064 (image_instance_layout): mark layout as clean after laying out.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4065 (update_subwindow): don't mark layout as clean here.
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
4066
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4067 * glyphs-x.h (IMAGE_INSTANCE_X_WIDGET_ID): undo C++ changes, they
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4068 should no longer be needed.
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
4069
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4070 * glyphs-x.c (x_update_widget): sanitize asserts.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4071 (x_finalize_image_instance): sanitize assignment to widgets.
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
4072
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4073 * glyphs-widget.c (widget_instantiate): don't need to clear the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4074 layout flag here.
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
4075
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4076 2000-02-13 Martin Buchholz <martin@xemacs.org>
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
4077
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4078 * sysdep.c (getcwd): Use standard prototype.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4079 * sysdep.h (getcwd): Use standard prototype.
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
4080
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4081 * fns.c (Fsubseq): Change parameters to more natural ANSI Lisp
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4082 (sequence, start, end).
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4083 Remove redundant type checking.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4084 (Fmapconcat): Remove useless GCPRO, a wrong-headed attempt (in
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4085 view of `caller-protects') to avoid a crash where the real fix was
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4086 found elsewhere.
392
1f50e6fe4f3f Import from CVS: tag r21-2-11
cvs
parents: 390
diff changeset
4087
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4088 2000-02-12 Martin Buchholz <martin@xemacs.org>
390
c6012109f545 Import from CVS: tag r21-2-10
cvs
parents: 388
diff changeset
4089
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4090 * glyphs-x.c (x_finalize_image_instance): Compile error fixes.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
4091
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4092 * s/sol2.h: Remove feature macro initialization.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
4093
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4094 * alloc.c (alloc_lcrecord): Add more type checking assertions.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4095 (vector_hash): New. Code from internal_hash.
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4096 * lrecord.h:
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4097 Fix up allocation subsystem comments.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
4098
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4099 * config.h.in: Add __EXTENSIONS__ for Solaris.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
4100
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4101 * systime.h (EMACS_GETTIMEOFDAY): New.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4102 (EMACS_GET_TIME): Use EMACS_GETTIMEOFDAY.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4103 Remove Solaris-specific code.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4104 Use void* for the (ignored) second arg for gettimeofday().
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
4105
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4106 * elhash.c (hash_table_hash): Implement it, finally.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4107 * elhash.c: Use hashcode_t.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
4108
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4109 * linuxplay.c (sighandler): Fix prototypes to use SIGTYPE.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4110 * sunplay.c (sighandler): Fix prototype to use SIGTYPE.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
4111
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4112 * lisp.h (STRETCHY_STRUCT_SIZEOF): Delete.
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4113 * fns.c (size_bit_vector):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4114 * alloc.c (size_vector):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4115 (make_vector_internal):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4116 (make_bit_vector_internal):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4117 (sweep_bit_vectors_1):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4118 Replace calls to STRETCHY_STRUCT_SIZEOF with offsetof expression.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
4119
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4120 2000-02-10 Martin Buchholz <martin@xemacs.org>
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
4121
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4122 * s/aix4.h: #define MAP_FAILED if sys/mman.h didn't.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4123 Include strings.h to avoid warnings for bzero and strcasecmp.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
4124
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4125 2000-02-10 Olivier Galibert <galibert@pobox.com>
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
4126
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4127 * alloc.c: Move STRETCHY_STRUCT_SIZEOF from here...
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4128 * lisp.h (STRETCHY_STRUCT_SIZEOF): ...to here
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
4129
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4130 * fns.c (size_bit_vector): New. Declare bit vectors as a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4131 sequence.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
4132
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4133 2000-02-10 Olivier Galibert <galibert@pobox.com>
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
4134
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4135 * symeval.h (struct symbol_value_magic): Remove "next" kludge and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4136 use a value field instead.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4137 (symbol_value_forward_forward): Use value field.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4138 (DEFVAR_SYMVAL_FWD): Use value field.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4139 (DEFVAR_SYMVAL_FWD_INT): Added. Dumps the int with dumpopaque.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4140 (DEFVAR_INT): Use DEFVAR_SYMVAL_FWD_INT.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4141 (DEFVAR_CONST_INT): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4142 (DEFVAR_BOOL): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4143 (DEFVAR_CONST_BOOL): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4144 (DEFVAR_INT_MAGIC): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4145 (DEFVAR_BOOL_MAGIC): Ditto.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
4146
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4147 * symbols.c (guts_of_unbound_marker): Use value field.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4148 * console.c (DEFVAR_CONSOLE_LOCAL_1): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4149 * buffer.c (DEFVAR_BUFFER_LOCAL_1): Ditto.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
4150
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4151 * lisp.h: Declare dumpopaque and noninteractive1.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
4152
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4153 * alloc.c (dumpopaque): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4154 (pdump_dump_opaquevec): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4155 (pdump): Call pdump_dump_opaquevec to dump opaque data.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4156 (pdump_load): Reload opaque data. Sync noninteractive1 with
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4157 noninteractive.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
4158
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4159 2000-02-10 Andy Piper <andy@xemacs.org>
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
4160
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4161 * glyphs.c (image_instance_layout): if the size changes, mark it
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4162 as such.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
4163
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4164 * redisplay-output.c (redisplay_output_layout): Update the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4165 subwindow here.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4166 (redisplay_output_subwindow): ditto.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
4167
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4168 * glyphs.c (update_subwindow): make sure we reset flags for
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4169 layouts as well as everything else.
388
aabb7f5b1c81 Import from CVS: tag r21-2-9
cvs
parents: 386
diff changeset
4170
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4171 * glyphs-widget.c (layout_layout): don't need to set the instances
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4172 dimensions here.
386
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
4173
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4174 2000-02-09 Martin Buchholz <martin@xemacs.org>
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents: 392
diff changeset
4175
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4176 * device-x.c (x_init_device): Wrap calls to dll_* in HAVE_SHLIB,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4177 not HAVE_DLOPEN, which is a lower-level thing.
386
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
4178
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4179 * .cvsignore: Ignore gmon.out
386
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
4180
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4181 2000-02-09 Hamish Macdonald <hamishm@lucent.com>
386
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
4182
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4183 * .cvsignore: Ignore portable dumper xemacs.dmp file
386
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
4184
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4185 2000-02-09 Andy Piper <andy@xemacs.org>
386
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
4186
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4187 * redisplay-output.c (redisplay_output_layout): be more clever
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4188 about when we output based on the changed flags.
386
4af0ddfb7c5b Import from CVS: tag r21-2-8
cvs
parents: 384
diff changeset
4189
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4190 * glyphs.h (struct image_instantiator_methods): add update_method.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4191 (struct Lisp_Image_Instance): add changed flags. Declare new
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4192 macros for manipulating them.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4193
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4194 * glyphs.c (allocate_image_instance): renamed glyph -> parent.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4195 (image_instance_parent_glyph): find an image_instance's parent
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4196 glyph or image_instance.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4197 (image_instance_layout): mark the size as changed.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4198 (set_image_instance_dirty_p): new function. mark an image
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4199 instance, plus all of its parents, as dirty.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4200 (Fset_image_instance_property): use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4201 (Fglyph_animated_timeout_handler): use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4202 (update_subwindow): call update_widget and device methods for
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4203 update_subwindow. Mark all changed flags as clean.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4204 (Fresize_subwindow): mark size as changed.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4205
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4206 * glyphs-x.c (x_finalize_image_instance): try and detect gc
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4207 failures.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4208 (x_update_subwindow): only resize subwindows here.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4209 (x_update_widget): new function. Update all changed properties of
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4210 a widget.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4211 (x_resize_subwindow): deleted.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4212 (x_widget_set_property): deleted.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4213 (x_progress_gauge_set_property): deleted.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4214 (x_progress_gauge_update): new function. Implement recorded
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4215 changes.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4216 (x_tab_control_update): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4217 (x_tab_control_set_property): deleted.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4218 (console_type_create_glyphs_x): declare new functions.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4219 (image_instantiator_format_create_glyphs_x): ditto.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4220
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4221 * glyphs-widget.c (widget_set_property): mark text changed.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4222 (update_widget): new function. Update properties of a widget.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4223 (widget_instantiate): for layouts make sure we set their
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4224 children's parent correctly.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4225 (tab_control_set_property): new function. Record changes that will
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4226 take place under redisplay's control.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4227 (progress_gauge_set_property): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4228 (image_instantiator_progress_guage): declare new functions.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4229 (image_instantiator_tab_control): ditto.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4230
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4231 * glyphs-msw.c (mswindows_update_subwindow): just do resizing here
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4232 now.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4233 (mswindows_update_widget): new function. Update all properties on
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4234 a widget that have changed.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4235 (mswindows_button_update): new function. Update a button's set
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4236 state.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4237 (mswindows_tab_control_update): new function. Update the items in
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4238 a tab.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4239 (mswindows_tab_control_set_property): deleted.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4240 (mswindows_progress_gauge_update): new function. Update the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4241 progress gauge's progress.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4242 (mswindows_widget_set_property): deleted. This is all done
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4243 asynchronously now.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4244 (mswindows_progress_gauge_set_property): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4245 (console_type_create_glyphs_mswindows): declare new methods.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4246 (image_instantiator_format_create_glyphs_mswindows): ditto.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4247
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4248 * frame-msw.c (msprinter_init_frame_1): Remove unused variables.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4249 (msprinter_set_frame_properties): ditto.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4250
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4251 * console.h (struct console_methods): Add update_widget_method.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4252
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4253 2000-02-09 Andy Piper <andy@xemacs.org>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4254
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4255 * gui-msw.c (Fmswindows_shell_execute): Make
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4256 mswindows-shell-execute industrial strength.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4257
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4258 2000-02-08 Martin Buchholz <martin@xemacs.org>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4259
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4260 * lrecord.h: Make macro argument `props' match member function `plist'.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4261 * fns.c (Fget):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4262 * fns.c (Fput):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4263 * fns.c (Fremprop):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4264 * fns.c (Fobject_plist):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4265 * alloc.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4266 * symbols.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4267 Object property list frobbing cleanup.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4268 - Allow any lisp object (compared with `eq'), not just symbols, as
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4269 keys in object plists.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4270 - Move symbol plist frobbing into symbols.c, where it belongs.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4271 - Move string plist frobbing into alloc.c, where it belongs.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4272 - Everything's an lrecord now, so no need to test for symbolp, etc.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4273 - Fix up doc strings to refer to PROPERTY, not PROPNAME.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4274
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4275 * extents.c: Reorder code to remove declarations.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4276
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4277 * frame.h (store_in_alist): Remove useless declaration.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4278
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4279 2000-02-07 Martin Buchholz <martin@xemacs.org>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4280
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4281 * event-Xt.c (x_has_keysym): Use XConvertCase only if available.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4282 * config.h.in: Add HAVE_XCONVERTCASE.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4283
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4284 2000-02-07 Andy Piper <andy@xemacs.org>
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4285
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4286 * glyphs.c (image_instance_layout): undo 2000-01-29 change since
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4287 it breaks many things.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4288
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4289 2000-02-07 Jan Vroonhof <vroonhof@math.ethz.ch>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4290
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4291 * src/syntax.h (SYNTAX_START_P): Check whether the two chars
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4292 actually can start a common comment type.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4293 * src/syntax.h (SYNTAX_END_P): ditto for end.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4294
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4295 2000-02-07 Martin Buchholz <martin@xemacs.org>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4296
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4297 * XEmacs 21.2.28 is released.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4298
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4299 2000-02-06 Martin Buchholz <martin@xemacs.org>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4300
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4301 * event-Xt.c (x_keysym_to_character): New.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4302 (maybe_define_x_key_as_self_inserting_character): New.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4303 (x_has_keysym): New.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4304 Auto-define all keys on the keyboard as self-insert-key.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4305
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4306 2000-02-02 Martin Buchholz <martin@xemacs.org>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4307
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4308 * menubar.c (vars_of_menubar): A small code simplification.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4309
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4310 * minibuf.c (echo_area_append): Workaround egcs-20000131 c++ compiler bug
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4311
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4312 * ExternalShell.c:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4313 * ExternalClient.c:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4314 * EmacsShell-sub.c:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4315 * EmacsManager.c:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4316 * EmacsFrame.c:
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4317 Use consistent style for specifying X resources.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4318
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4319 * symbols.c (Fset): Further implement SYMVAL_LISP_MAGIC.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4320 This makes (dontusethis-set-symbol-value-handler) actually usable.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4321
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4322 * lrecord.h (lrecord_decription_type):
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4323 * alloc.c (pdump_register_sub):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4324 (pdump_dump_data):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4325 (pdump_reloc_one):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4326 Add XD_LISP_OBJECT_ARRAY to describe multiple Lisp_Objects.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4327 Comply with XEmacs coding style.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4328 All lrecord descriptions updated to use XD_LISP_OBJECT with 2
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4329 args, and XD_LISP_OBJECT_ARRAY with 3 args.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4330
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4331 * keymap.c (Faccessible_keymaps):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4332 Make (accessible-keymaps map "\C-h") do the Right Thing.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4333 Make (accessible-keymaps map []) do the Right Thing.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4334 Make (accessible-keymaps map "") do the Right Thing.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4335 (check_keymap_definition_loop): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4336 (keymap_store_internal): Keep luser from shooting self in foot,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4337 via (define-key ctl-x-4-map "p" global-map).
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4338 Remove fullness slot from struct Lisp_Keymap, since hash tables
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4339 are now reliable.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4340 (print_keymap): Remove 'Yuck' factor by simply printing "size %d".
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4341
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4342 2000-01-30 Martin Buchholz <martin@xemacs.org>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4343
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4344 * redisplay.c (init_redisplay): Fix small memory leak.
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4345 * elhash.h:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4346 * elhash.c (pdump_reorganize_hash_table):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4347 Rename from reorganize_hash_table. Change prototype.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4348 Reuse the original memory for hentries. Save 100k.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4349 * alloc.c (PDUMP_READ): new macro.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4350 * alloc.c (pdump_load): Replace LISP_TO_VOID with higher-level macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4351 * alloc.c: No need to #ifndef before #undef.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4352
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4353 * print.c: Allow debug_print() to print readably by modifying
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4354 debug_print_readably. Use consistent variable names.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4355
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4356 * .dbxrc: Try to get things to work even if stopped in a function
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4357 without source available by explicitly specifying source files.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4358 2000-02-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4359
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4360 * unexnt.c (_start): Removed bogus code which caused loading heap
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4361 from differrent executable file.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4362 Removed bogus assignment to _fmode, which caused inconsistencies.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4363
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4364 2000-02-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4365
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4366 * s\windowsnt.h: Removed lots of #if 0 blocks of Emacs heritage.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4367 Have spawnve encapsulation regard DONT_ENCAPSULATE.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4368 Do not preliminary `#define signal sigset'.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4369
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4370 * systime.h: Do not prototype environ on windows nt and cygwin,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4371 this conflicts with system header.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4372
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4373 * syssignal.h: Use correct define for WINDOWSNT
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4374
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4375 * sysdep.h: Do not prototype environ on windows nt, this conflicts
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4376 with system header.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4377
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4378 * sysdep.c (near start of file): Fixed commentary and rearranged
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4379 ifdefs in readable order.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4380 (NEED_STARTS): Do not force NEED_STARTS when PDUMPing.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4381 (start_of_text):
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4382 (end_of_text):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4383 (end_of_data): Do not compile in if using PDUMP.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4384
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4385 * symsinit.h: Protptyped vars_of_nt().
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4386
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4387 * ntproc.c (windows9x_p): Added, instead of os_subtype.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4388 (find_child_console): Use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4389 (sys_kill): Use it.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4390
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4391 * ntheap.h: Do not extern os_subtype.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4392
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4393 * ntheap.c (cache_system_info): Do not cache unneeded:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4394 nt_major_version, nt_minor_version and os_subtype.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4395 (recreate_heap): Do not compile in when PDUMPing.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4396
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4397 * nt.c (geteuid and friends): Use the new varibale
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4398 nt_fake_unix_uid, instead of hashing fake uid out of NT RID.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4399 (init_user_info): Removed the above mentioned hackery.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4400 (fstat, stat): Do not compile in if using MSVC 5.0 and above -
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4401 stat has been fixed in the C runtime.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4402 (vars_of_nt): Added, defined the nt_fake_unix_uid variable there.
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4403
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4404 * file-coding.c (struct file_coding_dump): Do not define
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4405 ucs_to_mule_table in the struct if not MULE.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4406 (struct struct lrecord_description fcd_description_1): Do not dump
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4407 the above.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4408
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4409 * emacs.c (main_1): Call vars_of_nt().
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4410 (right before Fdump_emacs_data): Don't need lastfile if using both
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4411 portabe dumper and system malloc.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4412
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4413 * alloc.c (Fmemory_limit): Conditionalized out.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4414 (pdump): Use OPEN_BINARY for the portable dump file.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4415 (pdump_load): Ditto.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4416
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4417 2000-02-02 Mike Alexander <mta@arbortext.com>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4418
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4419 * nt.c (convert_time): Set tm_isdst before calling mktime and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4420 avoid calling it at all if the compiler supports 64 bit integers.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4421 Also initialize utc_base_ft before using it.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4422
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4423 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4424
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4425 * frame.c (change_frame_size_1): Take f->internal_border_width
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4426 into consideration when calculating the width of the frame.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4427
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4428 2000-02-01 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4429
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4430 * window.c (frame_min_height):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4431 (frame_size_valid_p):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4432 (frame_pixsize_valid_p): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4433 (check_frame_size): Generalized.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4434
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4435 * window.h: Prototyped the above.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4436
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4437 * lisp.h:
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4438 * general.c: Added Qbottom_margin, Qduplex, Qlandscape,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4439 Qleft_margin, Qorientation, Qportrait, Qright_margin, Qtop_margin.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4440 Deleted Vwin32_* and Vbinary_process_* unused variables.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4441
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4442 * device-msw.c (msprinter_init_device): Do not get printer font
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4443 list; Added DEVMODE functions.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4444
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4445 * frame-msw.c: Added lots of printer code.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
4446
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4447 * faces.c: Moved 'left-margin and 'right-margin defsymbols to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4448 general.c.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4449
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4450 * console-msw.h: Added more msprinter device private slots.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4451
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4452 2000-02-01 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4453
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4454 * event-msw.c (key_needs_default_processing_p): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4455 (mswindows_wnd_proc, WM_KEYUP, KEYDOWN): Call it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4456
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4457 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4458
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4459 * glyphs.c (image_instance_layout): Mark image instance as clean
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4460 after layout.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4461 (glyph_dirty_p): Removed redundant function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4462 (invalidate_glyph_geometry_maybe): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4463 (update_glyph_cachel_data): Call it.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4464
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4465 * glyphs.h: Prototyped it.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4466
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4467 * redisplay.c (add_glyph_rune): Call it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4468 (redisplay_window): Reset glyphs cachels when frame faces has
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4469 changed, thus forcing recomputation of built-in border glyphs.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4470
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4471 2000-01-30 Martin Buchholz <martin@xemacs.org>
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4472
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4473 * Makefile.in.in: Make portable dumper and purify play well together.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4474 Add imperfect, but better than nothing, support for pdump.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4475 Remove xemacs.dmp when temacs is re-generated.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4476 Don't ignore errors when dumping xemacs.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4477
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4478 * symbols.c (maybe_call_magic_handler): Remove one magic number.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4479
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4480 2000-01-28 Andy Piper <andy@xemacs.org>
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4481
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4482 * frame.c (allocate_frame_core): Use new Fset_window_buffer signature.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4483 (setup_normal_frame): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4484 (setup_frame_without_minibuffer): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4485 (setup_minibuffer_frame): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4486 (delete_frame_internal): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4487 (Fmake_frame_invisible): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4488 (Ficonify_frame): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4489
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4490 * window.h: change Fset_window_buffer signature.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4491
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4492 * window.c (Fsplit_window): Use new Fset_window_buffer signature.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4493 (Fset_window_buffer): allow recording of buffer if the window is
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4494 the selected window.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4495 (window_loop): Use new Fset_window signature.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4496
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4497 2000-01-23 Daniel Pittman <daniel@danann.net>
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4498
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4499 * config.h.in: Added template for `HAVE_ATHENA_3D'
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4500
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4501 2000-01-29 Andy Piper <andy@xemacs.org>
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4502
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4503 * glyphs-x.c (x_resize_subwindow): Try and catch bogus resizes.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4504
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4505 * gutter.c (output_gutter): Don't output if the window isn't live.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4506
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4507 2000-01-28 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4508
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4509 * glyphs-msw.c (mswindows_unmap_subwindow): Fix of corrupted patch
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4510 of 01/12/00: Moved SetFocus back here where it belongs.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4511
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4512 2000-01-23 Andy Piper <andy@xemacs.org>
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4513
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4514 * s/cygwin32.h: declare printer things.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4515
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4516 2000-01-26 Andy Piper <andy@xemacs.org>
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4517
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4518 * select.c (Fown_selection_internal): GCPRO bug fix from Mike
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4519 Alexander.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4520
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4521 2000-01-24 Andy Piper <andy@xemacs.org>
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4522
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4523 * glyphs-msw.c (mswindows_locate_pixmap_file): Expand filename.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4524 (mswindows_button_instantiate): Make sure glyph is a pixmap.
382
064ab7fed2e0 Import from CVS: tag r21-2-6
cvs
parents: 380
diff changeset
4525
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4526 * glyphs-widget.c (widget_instantiate): Avoid shadows.
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
4527
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4528 * frame-msw.c (msprinter_init_frame_3): Nuke warning.
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
4529
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4530 * glyphs-msw.c: (mswindows_string_to_color): remove declaration.
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
4531
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4532 * redisplay-msw.c (mswindows_output_cursor): Avoid shadows.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4533 (mswindows_output_display_block): Avoid local shadows.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4534
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4535 * event-msw.c (mswindows_enqueue_magic_event): Avoid shadows.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4536 (mswindows_enqueue_mouse_button_event): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4537 (mswindows_handle_gui_wm_command): remove declaration.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4538
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4539 * console-msw.c (mswindows_canonicalize_console_connection): Avoid
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4540 warnings.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4541
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4542 * console-msw.h: Avoid shadows.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4543 (mswindows_get_toolbar_button_text):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4544 (emacs_mswindows_create_stream_pair):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4545 (emacs_mswindows_delete_stream_pair):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4546 (mswindows_handle_toolbar_wm_command): declare.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4547
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4548 * device-msw.c (build_syscolor_string): Avoid shadows.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4549
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4550 2000-01-23 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4551
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4552 * glyphs-widget.c (widget_instantiate): reverse the items for
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4553 layouts so that children are in the expected order.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4554
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4555 2000-01-28 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4556
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4557 * ralloc.c: safe_bcopy ==> memmove
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4558 * gmalloc.c: Remove MEMMOVE_MISSING conditional code.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4559 * s/msdos.h: Remove BCOPY macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4560 * insdel.c (gap_right): Remove BCOPY conditional code.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4561 * insdel.c (gap_left): Remove BCOPY conditional code.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4562 XEmacs demands a working ANSI C compiler - hence memmove.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4563
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4564 * regex.c (regex_compile): Remove accidental use of trigraphs.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4565
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4566 2000-01-27 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4567
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4568 * event-msw.c (mswindows_enqueue_misc_user_event): Initialize
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4569 event timestamp.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4570
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4571 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4572
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4573 * event-msw.c (mswindows_drain_windows_queue): Added the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4574 parameter.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4575 (mswindows_need_event): Commented the call to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4576 mswindows_drain_windows_queue().
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4577 (emacs_mswindows_quit_p): Lookup the windows for keyboard messages
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4578 only.
380
8626e4521993 Import from CVS: tag r21-2-5
cvs
parents: 377
diff changeset
4579
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4580 * console-msw.h: Moved a few function prototypes here from
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4581 event-msw.c.
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4582
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4583 * gui-msw.c (mswindows_handle_gui_wm_command): Changed the ID
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4584 parameter from unsigned short to unsigned long.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4585 (Fmswindows_shell_execute): Added return value.
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4586
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4587 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4588
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4589 * sysdep.c (init_system_name):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4590 process-unix.c (unix_canonicalized_host_name):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4591 Don't call freeaddrinfo() if getaddrinfo() fails.
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4592
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4593 * process-unix.c (unix_open_unix_network_stream):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4594 Moved the code to get a port # into address loop.
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4595
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4596 2000-01-27 Martin Buchholz <martin@xemacs.org>
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4597
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4598 * buffer.c (reinit_vars_of_buffer):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4599 The right place to initialize conversion_in_dynarr and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4600 conversion_out_dynarr.
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4601
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4602 * alloc.c (pdump): Use the real open() till sys_open() is functional.
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4603
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4604 * process-unix.c (unix_canonicalize_host_name): Muleize.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4605 (unix_open_network_stream): Muleize.
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4606
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4607 * buffer.h: Fix up prototypes for ralloc.c functions.
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4608
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4609 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4610 * config.h.in: added HAVE_GETADDRINFO and HAVE_GETNAMEINFO
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4611 * sysdep.c: In init_system_name(), add code to use getaddrinfo()
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4612 instead of gethostbyname()
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4613 * process-unix.c: In unix_canonicalize_host_name() and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4614 unix_open_network_stream(), add code to use getaddrinfo()
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4615 instead of gethostbyname().
377
d883f39b8495 Import from CVS: tag r21-2b4
cvs
parents: 375
diff changeset
4616
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4617 2000-01-27 Daniel Pittman <daniel@danann.net>
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4618
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4619 * device-x.c (x_init_device): Warn at run-time if using Athena 3d
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4620 libs when built with flat Athena.
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4621
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4622 2000-01-27 Martin Buchholz <martin@xemacs.org>
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4623
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4624 * ralloc.c: Replace SIZE (conflicts with Windows headers) with size_t.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4625 Use coding standards for function prototypes.
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4626
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4627 2000-01-25 Martin Buchholz <martin@xemacs.org>
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
4628
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4629 * dialog-msw.c (push_lisp_string_as_unicode):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4630 * doc.c (unparesseuxify_doc_string):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4631 * dired.c (Fuser_name_completion_1):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4632 * dired.c (Fuser_name_all_completions):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4633 * dired.c (free_user_cache):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4634 * dired.c (user_name_completion):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4635 * console-x.c (get_display_arg_connection):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4636 * minibuf.c (clear_echo_area_internal):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4637 * minibuf.c (echo_area_append):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4638 * eldap.c (Fldap_open):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4639 * eldap.c (Fldap_search_internal):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4640 * frame-x.c (x_set_frame_text_value):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4641 * frame-x.c (x_set_frame_properties):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4642 * frame-x.c (x_create_widgets):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4643 * redisplay-tty.c (term_get_fkeys_1):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4644 * objects-x.c (x_parse_nearest_color):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4645 * objects-x.c (x_valid_color_name_p):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4646 * objects-x.c (x_initialize_font_instance):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4647 * objects-x.c (x_list_fonts):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4648 * objects-x.c (x_find_charset_font):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4649 * tooltalk.c (Fadd_tooltalk_message_arg):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4650 * tooltalk.c (Fadd_tooltalk_pattern_attribute):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4651 * tooltalk.c (Fadd_tooltalk_pattern_arg):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4652 * process-unix.c (unix_create_process):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4653 * ntproc.c (sys_spawnve):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4654 * sound.c (Fplay_sound_file):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4655 * sound.c (Fplay_sound):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4656 * buffer.c (init_initial_directory):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4657 * buffer.c (init_buffer):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4658 * editfns.c (init_editfns):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4659 * editfns.c (Ftemp_directory):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4660 * editfns.c (Fuser_full_name):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4661 * editfns.c (uncache_home_directory):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4662 * editfns.c (get_home_directory):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4663 * editfns.c (Fuser_home_directory):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4664 * editfns.c (Fformat_time_string):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4665 * editfns.c (Fcurrent_time_string):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4666 * gui-x.c (button_item_to_widget_value):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4667 * database.c (Fopen_database):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4668 * event-Xt.c (x_to_emacs_keysym):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4669 * event-Xt.c (x_event_to_emacs_event):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4670 * event-Xt.c (describe_event_window):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4671 * event-msw.c (mswindows_wnd_proc):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4672 * glyphs-eimage.c (jpeg_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4673 * glyphs-eimage.c (gif_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4674 * glyphs-eimage.c (png_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4675 * glyphs-eimage.c (tiff_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4676 * glyphs-x.c (xbm_instantiate_1):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4677 * glyphs-x.c (x_xbm_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4678 * glyphs-x.c (x_xface_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4679 * glyphs-x.c (autodetect_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4680 * glyphs-x.c (cursor_font_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4681 * glyphs-x.c (x_widget_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4682 * glyphs-x.c (x_widget_set_property):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4683 * glyphs-x.c (x_widget_property):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4684 * glyphs-x.c (BUILD_GLYPH_INST):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4685 * print.c (write_string_to_stdio_stream):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4686 * print.c (output_string):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4687 * print.c (Falternate_debugging_output):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4688 * print.c (Fexternal_debugging_output):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4689 * glyphs-msw.c (extract_xpm_color_names):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4690 * glyphs-msw.c (mswindows_xpm_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4691 * glyphs-msw.c (bmp_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4692 * glyphs-msw.c (resource_name_to_resource):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4693 * glyphs-msw.c (mswindows_resource_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4694 * glyphs-msw.c (xbm_instantiate_1):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4695 * glyphs-msw.c (mswindows_xbm_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4696 * glyphs-msw.c (mswindows_xface_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4697 * glyphs-msw.c (mswindows_widget_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4698 * glyphs-msw.c (add_tree_item):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4699 * glyphs-msw.c (add_tab_item):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4700 * glyphs-msw.c (mswindows_combo_box_instantiate):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4701 * glyphs-msw.c (mswindows_widget_property):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4702 * glyphs-msw.c (mswindows_combo_box_property):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4703 * glyphs-msw.c (mswindows_widget_set_property):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4704 * console.c (stuff_buffered_input):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4705 * objects-msw.c (mswindows_initialize_color_instance):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4706 * objects-msw.c (mswindows_valid_color_name_p):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4707 * objects-msw.c (mswindows_list_fonts):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4708 * objects-msw.c (mswindows_font_instance_truename):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4709 * bytecode.c (optimize_compiled_function):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4710 * select-x.c (symbol_to_x_atom):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4711 * select-x.c (x_atom_to_symbol):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4712 * select-x.c (hack_motif_clipboard_selection):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4713 * select-x.c (selection_data_to_lisp_data):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4714 * select-x.c (lisp_data_to_selection_data):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4715 * select-x.c (Fx_get_cutbuffer_internal):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4716 * select-x.c (Fx_store_cutbuffer_internal):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4717 * buffer.h (TO_EXTERNAL_FORMAT): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4718 * buffer.h (TO_INTERNAL_FORMAT): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4719 * emacs.c (make_arg_list_1):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4720 * emacs.c (make_argc_argv):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4721 * emacs.c (main_1):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4722 * emacs.c (Fdump_emacs):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4723 * emacs.c (split_string_by_emchar_1):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4724 * file-coding.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4725 * lisp.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4726 * lstream.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4727 * symsinit.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4728 * device-x.c (x_init_device):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4729 * device-x.c (Fx_valid_keysym_name_p):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4730 * device-x.c (Fx_get_font_path):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4731 * device-x.c (Fx_set_font_path):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4732 * glyphs.c (bitmap_to_lisp_data):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4733 * glyphs.c (pixmap_to_lisp_data):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4734 * alloc.c (make_ext_string): Use coding system arguments. Update
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4735 all callers.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4736 * alloc.c (build_string):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4737 * callproc.c (child_setup):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4738 * callproc.c (init_callproc):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4739 * fileio.c (lisp_strerror):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4740 * fileio.c (directory_file_name):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4741 * fileio.c (Fexpand_file_name):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4742 * fileio.c (Ffile_truename):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4743 * fileio.c (Fsysnetunam):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4744 * fileio.c (Fdo_auto_save):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4745 * sysdep.c (sys_readdir):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4746 * tests.c: New file. Allow adding C tests.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4747 Replace GET_* macros with a more comprehensible and flexible
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4748 interface, TO_INTERNAL_FORMAT() and TO_EXTERNAL_FORMAT().
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4749 Modify all calls.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4750 Any coding system can be used to do format conversion.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4751 Eliminate enum external_data_format.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4752 Eliminate convert_to_external_format.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4753 Eliminate convert_to_internal_format.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4754 Make sure file-name, keyboard, terminal, and ctext are always
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4755 defined as coding systems or aliases. Make
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4756 file-name-coding-system, terminal-coding-system, and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4757 keyboard-coding-system magical variables that are equivalent to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4758 defining the corresponding coding system aliases.
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4759
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4760 * file-coding.c (Fcoding_system_canonical_name_p): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4761 * file-coding.c (Fcoding_system_alias_p): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4762 * file-coding.c (Fcoding_system_aliasee): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4763 * file-coding.c (append_suffix_to_symbol): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4764 * file-coding.c (dangling_coding_system_alias_p): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4765 * file-coding.c (Ffind_coding_system):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4766 * file-coding.c (Fcopy_coding_system):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4767 * file-coding.c (encode_coding_no_conversion):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4768 * file-coding.c (syms_of_file_coding):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4769 * file-coding.c (vars_of_file_coding):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4770 Rewrite coding system alias code.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4771 Allow nested aliases, like symbolic links.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4772 Allow redefinition of coding system aliases.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4773 Prevent existence of dangling coding system aliases.
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4774
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4775 * dired.c (Fuser_name_completion_1):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4776 * dired.c (Fuser_name_all_completions):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4777 A crash would happen if user did QUIT in the middle of building
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4778 user_name_cache. Remove redundant code in mainline and unwind_protect.
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4779
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4780 * lisp.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4781 * dynarr.c (Dynarr_min_size): Make static. Increase value to 8.
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4782
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4783 * lstream.c (make_fixed_buffer_input_stream): Take a void *, not
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4784 an unsigned char *. Update all callers.
304
c6de09ad3017 Import from CVS: tag r21-0b50
cvs
parents: 300
diff changeset
4785
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4786 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
300
3cc9f0ebfbd1 Import from CVS: tag r21-0b48
cvs
parents: 298
diff changeset
4787
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4788 * callproc.c (Fcall_process_internal): Ignore Vbinary-process_output.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
4789
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4790 2000-01-25 Martin Buchholz <martin@xemacs.org>
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
4791
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4792 * elhash.c (hentry_description): Use more portable definition.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4793 (resize_hash_table): Initialize new hentries using
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4794 xnew_array_and_zero, thereby simplifying the code.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
4795
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4796 * mule-charset.c (make_charset): Make sure entire object is
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4797 intialized, to avoid Purify warnings.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
4798
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4799 * alloc.c (resize_string): Fix unlikely crash with big strings.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
4800
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4801 2000-01-24 Martin Buchholz <martin@xemacs.org>
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
4802
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4803 * realpath.c (xrealpath):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4804 Don't call getwd().
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
4805
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4806 2000-01-25 Martin Buchholz <martin@xemacs.org>
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
4807
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4808 * lread.c (read_bit_vector): Fix memory leak reading literal bit vectors.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
4809
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4810 1999-12-28 Max Matveev <max@melbourne.sgi.com>
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
4811
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4812 * unexelfsgi.c (unexec): Change the way we decide which segment
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4813 should be extended.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
4814
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4815 Assumption that .bss section should be outside the PT_LOADable
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4816 segment. On IRIX with version 6.2 and above, .bss (or .sbss, if
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4817 it's present) is inside the 'data' segment. This would fail the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4818 test which was used to find a segment to grow and cover new
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4819 heap. Instead of this assumption, I created another one - on IRIX
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4820 the segment to grow should start below .bss and it's address
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4821 should extent above the end of .bss. Once this segment is
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4822 identified, it's grown to accommodate the new heap and new
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4823 zero-length .bss section is added at the end of .data2.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
4824
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4825 2000-01-25 Martin Buchholz <martin@xemacs.org>
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
4826
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4827 * eval.c (Feval): Wrong number of arguments should use original
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4828 function, not the indirect_function version of it.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
4829
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4830 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
4831
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4832 * glyphs-x.c (x_button_instantiate): Don't add image if
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4833 it is not a pixmap.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4834 (x_locate_pixmap_file): Call Fexpand_file_name when file name
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4835 is relative.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
4836
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4837 2000-01-21 Yoshiki Hayashi <yoshiki@xemacs.org>
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
4838
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4839 * symeval.h (DEFVAR_LISP_MAGIC): Remove semicolon after macro
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4840 declaration.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4841 (DEFVAR_INT_MAGIC): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4842 (DEFVAR_BOOL_MAGIC): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4843 * glyphs.h: Reindent backslash.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 296
diff changeset
4844
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4845 2000-01-24 Martin Buchholz <martin@xemacs.org>
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
4846
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4847 * glyphs-widget.c (layout_query_geometry):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4848 (layout_layout): Use correct types for gheight, gwidth.
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents: 294
diff changeset
4849
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4850 2000-01-24 Martin Buchholz <martin@xemacs.org>
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4851
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4852 * EmacsManager.c (QueryGeometry): Purified.
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4853
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4854 2000-01-23 Martin Buchholz <martin@xemacs.org>
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4855
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4856 * alloc.c (make_float): Make sure entire object is intialized, to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4857 avoid Purify warnings.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4858 (pdump_register_sub): Remove useless assignment.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4859 (pdump): Use xmalloc, not malloc.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4860 (pdump_load): Use xmalloc, not malloc.
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4861
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4862 2000-01-23 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4863
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4864 * callproc.c:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4865 * dired-msw.c:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4866 * fileio.c:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4867 * process-nt.c:
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4868 * redisplay-msw.c:
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4869 * sysdep.c: Removed redundant #include <windows.h>
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4870
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4871 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
294
4b85ae5eabfb Import from CVS: tag r21-0b45
cvs
parents: 292
diff changeset
4872
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4873 * frame.c (delete_frame_internal): Do not delete device when its
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4874 implementation so declares.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4875 (delete_frame_internal): Set device selected frame to nil when
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4876 last frame goes away.
292
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4877
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4878 * device-msw.c (msprinter_device_system_metrics): Implemented.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4879 (mswindows_device_system_metrics): Added 'device-dpi property.
292
6cb5e14cd98e Import from CVS: tag r21-0b44
cvs
parents: 290
diff changeset
4880
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4881 * device.c: (Fdevice_printer_p): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4882 Added 'offset-workspace device metric.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4883
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4884 * console.h (device_metrics): Declared DM_offset_workspace.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4885
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4886 2000-01-23 Martin Buchholz <martin@xemacs.org>
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4887
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4888 * fileio.c (Ffile_truename): Remove pointless and confusing
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4889 initialization of elen.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4890
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4891 * glyphs-widget.c: Compiler warning fixes.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4892
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4893 2000-01-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4894
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4895 * process.h (PROCESS_LIVE_P): Modify to take a Lisp_Process
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4896 instead of a Lisp_Object as argument to make it consistent with
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4897 the other LIVE_P macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4898 (CHECK_LIVE_PROCESS): New macro.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4899
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4900 * process.c: Declare Qprocess_live_p.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4901 (Fprocess_live_p): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4902 (create_process): Use PROCESS_LIVE_P.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4903 (read_process_output): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4904 (set_process_filter): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4905 (Fdelete_process): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4906 (kill_buffer_processes): Ditto
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4907 (process_send_signal): Use CHECK_LIVE_PROCESS.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4908 (Fprocess_input_coding_system): Check whether process is still
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4909 alive (fix PR#1061).
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4910 (Fprocess_output_coding_system): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4911 (Fprocess_coding_system): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4912 (Fset_process_input_coding_system): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4913 (Fset_process_output_coding_system): Ditto.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4914
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4915 2000-01-23 Andy Piper <andy@xemacs.org>
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4916
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4917 * glyphs.h (struct Lisp_Image_Instance): change format by unifying
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4918 layout and widget.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4919
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4920 * glyphs.c (mark_image_instance): take into account changed
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4921 image_instance format.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4922 (image_instance_equal): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4923 (image_instance_hash): ditto.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
4924
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4925 * glyphs-widget.c (widget_instantiate): Incorporate layout
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4926 instantiation here. Delay layout of the layout until later.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4927 (layout_instantiate): deleted.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4928 (layout_query_geometry): new function. get the geometry of a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4929 layout.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4930 (layout_layout): layout a layout dynamically.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4931 (image_instantiator_widget): New function - splitting up
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4932 image_instantiator_format_create_glyphs_widget for netwinder
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4933 compilation.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4934 (image_instantiator_buttons):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4935 (image_instantiator_edit_fields):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4936 (image_instantiator_combo_box):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4937 (image_instantiator_scrollbar):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4938 (image_instantiator_progress_guage):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4939 (image_instantiator_tree_view):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4940 (image_instantiator_tab_control):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4941 (image_instantiator_labels):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4942 (image_instantiator_layout): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4943 (image_instantiator_format_create_glyphs_widget): Call preceeding
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
4944 functions.
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
4945
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4946 2000-01-22 Martin Buchholz <martin@xemacs.org>
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
4947
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4948 * process.c (Fset_process_coding_system):
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4949 * device-x.c (Fx_keysym_hash_table):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4950 Docstring fixes.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
4951
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4952 * lstream.c (Lstream_write): Return documented value, not 0.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
4953
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4954 * fileio.c (directory_file_name):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4955 (Fsubstitute_in_file_name):
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4956 (Fsubstitute_insert_file_contents_internal):
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4957 (Fwrite_region_internal):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4958 * emacs.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4959 * sysdep.c:
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4960 * getloadavg.c:
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4961 * systty.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4962 Remove vestigial APOLLO-conditional code.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
4963
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4964 2000-01-21 Martin Buchholz <martin@xemacs.org>
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
4965
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4966 * getpagesize.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4967 * libsst.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4968 * libst.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4969 * line-number.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4970 * ndir.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4971 * sysfloat.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4972 * sysfile.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4973 * sysproc.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4974 * syswait.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4975 * xintrinsic.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4976 * xintrinsicp.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4977 * xmmanager.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4978 * xmmanagerp.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4979 * xmprimitive.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4980 * xmu.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4981 * gpmevent.h: Add copyright statement. Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4982 * miscplay.h: Add guard macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4983 * *.h: Use consistent C-standards-approved guard macro names.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
4984
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
4985 * opaque.c (make_opaque): Switch parameter order.
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4986 * opaque.h (make_opaque): Switch parameter order.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4987 Update all callers.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4988 * buffer.h (MAKE_MIRROR_TRT_TABLE): Use symbolic constant OPAQUE_CLEAR.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
4989
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4990 * config.h.in (type_checking_assert): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4991 (bufpos_checking_assert): Added.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
4992
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4993 2000-01-21 Martin Buchholz <martin@xemacs.org>
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4994
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4995 * alloc.c: Harmless pdump changes.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4996 - Use countof().
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4997 - spell alignment correctly.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
4998 * sysdep.c: Use countof()
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 288
diff changeset
4999
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5000 2000-01-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5001
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5002 * console.c (create_console): Use CONMETH_OR_GIVEN when calling
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5003 initially_selected_for_input() console method, default to 0.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5004 (semi_canonicalize_console_connection): Try to delegate to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5005 canonicalize_console_connection if no such console method.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5006 (canonicalize_console_connection): Vice versa.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5007 (print_console): Do not print nil connection.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5008
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5009 * console.h (XDEVIMPF_IS_A_PRINTER): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5010 (XDEVIMPF_NO_AUTO_REDISPLAY): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5011 (XDEVIMPF_FRAMELESS_OK): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5012 (CONSOLE_INHERITS_METHOD): Added.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5013
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5014 * console-msw.c (mswindows_canonicalize_console_connection):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5015 Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5016 (mswindows_canonicalize_device_connection): Added.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5017
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5018 * console-msw.h (struct msprinter_device): Added this struct and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5019 accessor macros.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5020 (mswindows_device): Made fontlist a lisp object.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5021
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5022 * device.c (semi_canonicalize_device_connection): Try to delegate
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5023 to canonicalize_device_connection if no such console method.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5024 (canonicalize_device_connection): Vice versa.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5025 (print_device): Do not print nil connection.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5026
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5027 * device-msw.c (mswindows_init_device): Call InitCommonControls
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5028 when have widgets.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5029 (mswindows_delete_device): Removed fontlist deallocation.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5030 (mswindows_mark_device): Added.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5031
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5032 * events.c (event_equal): Added abort() at unreached code.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5033 (event_hash): Ditto.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5034
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5035 * faces.c (complex_vars_of_faces): Added Qmsprinter to the list of
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5036 fallback tags of Windows devices.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5037
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5038 * general.c (syms_of_general): Initialized Qmsprinter.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5039
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5040 * gutter.c (complex_vars_of_gutters): Added Qmsprinter to the list
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5041 of fallback tags of Windows devices.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5042
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5043 * lisp.h: Declared Qmsprinter.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5044
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5045 * objects-msw.c (font_enum_callback_2): Rewrote to build lisp list
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5046 of strings.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5047 (mswindows_list_fonts): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5048 (mswindows_enumerate_fonts): Removed dependency on XDEVICE, so
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5049 that it can be used by both mswindows and msprinter devices.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5050 (initialize_font_instance): Added.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5051 (mswindows_initialize_font_instance): Use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5052 (msprinter_initialize_font_instance): Added.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5053
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5054 * redisplay.c (redisplay_device): Added the parameter AUTOMATIC
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5055 and implementation flags check.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5056 (redisplay_without_hooks): Changed the call to the above.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5057 (Fredraw_device): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5058 (Fredisplay_device): Ditto.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5059
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5060 * redisplay-msw.c (get_frame_dc): Implemented.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5061 (get_frame_compdc): Implemented.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5062 (many functions): Use the two functions above to get device
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5063 contexts, ether for a window or a printer.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5064
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5065 2000-01-21 Olivier Galibert <galibert@pobox.com>
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5066
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5067 * symbols.c (reinit_symbols_once_early): Put Qzero/Qnull_pointer
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5068 initialization here.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5069 (init_symbols_once_early): Call it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5070 * emacs.c (main_1): Call it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5071 * symsinit.h: Declare it.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5072
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5073 2000-01-19 Olivier Galibert <galibert@pobox.com>
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5074
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5075 * alloc.c: Use a lrecord_header * in the backtrace instead of a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5076 Lisp_Object.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5077 (pdump_backtrace): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5078 (pdump_register_object): Ditto. Cleanup use of the pointers.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5079 (pdump_get_entry): Abort if trying to register a null pointer.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5080 (pdump_dump_data): Cleanup types when relocating.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5081 (pdump_dump_staticvec): Cleanup types w.r.t the reloc table.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5082 (pdump_dump_rtables): Remove bad casts.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5083 (pdump_load): Cleanup relocation w.r.t union type. Use a
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5084 Lisp_Object instead of a EMACS_INT for the hashtable
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5085 reorganization.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5086
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5087 2000-01-20 Martin Buchholz <martin@xemacs.org>
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5088
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5089 * emacs.c (main_1): Rearrange morass of #ifdef's for correctness.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5090
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5091 * callproc.c (call_process_cleanup): Isolate WINDOWSNT code for clarity.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5092
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5093 * EmacsManager.c (GeometryManager): Avoid use of CPP for clarity.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5094
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5095 * *.[ch]: global-replace 's/_of_xselect/_of_select_x/g' *.[ch]
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5096
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5097 2000-01-17 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5098
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5099 * faces.h (FACE_STRIKETHRU_P): Added.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5100
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5101 * glyphs-msw.c (mswindows_widget_hfont): Implemented, to take care
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5102 of font variants.
288
e11d67e05968 Import from CVS: tag r21-0b42
cvs
parents: 286
diff changeset
5103
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5104 * redisplay-msw.c (mswindows_apply_face_effects): Deleted.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5105 (mswindows_set_dc_font): New function, aware of font variants,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5106 separated from mswindows_update_dc.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5107
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5108 * objects-msw.h (struct mswindows_font_instance_data): Added
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5109 definition.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5110
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5111 * objects-msw.c (mswindows_finalize_font_instance): Delete all
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5112 cached fonts and the data structure.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5113 (mswindows_initialize_font_instance): Added creation of font data
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5114 structure.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5115 (mswindows_print_font_instance): Print at least something.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5116 (mswindows_create_font_variant): Implemented.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5117 (mswindows_get_hfont): Implemented.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5118
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5119 2000-01-13 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5120
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5121 * dired-msw.c: permute "sysdir.h" with "sysfile.h" because of
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5122 prototyping problem with msvc.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5123
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5124 * emacs.c (main_1): added syms_of_gui_mswindows() call
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5125
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5126 * gui-msw.c: added "mswindows-shell-execute" lisp subr and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5127 syms_of_gui_mswindows() function
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5128
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5129 * symsinit.h: added the prototype for syms_of_gui_mswindows()
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5130
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5131 2000-01-18 Martin Buchholz <martin@xemacs.org>
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5132
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5133 * XEmacs 21.2.27 is released.
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5134
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5135 2000-01-18 Martin Buchholz <martin@xemacs.org>
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5136
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5137 * glyphs-eimage.c (struct tiff_error_struct):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5138 (tiff_error_func):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5139 (tiff_warning_func):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5140 #if HAVE_VSNPRINTF ==> #ifdef HAVE_VSNPRINTF
286
57709be46d1b Import from CVS: tag r21-0b41
cvs
parents: 284
diff changeset
5141
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5142 * unexmips.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5143 * unexhp9k3.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5144 * unexfreebsd.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5145 * unexec.c: Remove vestigial Lucid C code.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5146 * unexalpha.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5147 * unexaix.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5148 * termcap.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5149 * libsst.c: Ansify.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5150 Remove declarations of errno and strerror().
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5151
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5152 * eval.c (Fbacktrace): Small Purify-cation. Fix docstring.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5153
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5154 * .dbxrc (run-temacs): Use the horrible ${1+"$@"} instead of "$@".
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5155
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5156 2000-01-16 Martin Buchholz <martin@xemacs.org>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5157
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5158 * mule-charset.c (Fchar_octet): Resurrect from earlier in 1999.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5159 Optimize.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5160
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5161 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5162
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5163 * md5.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5164 * file-coding.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5165 * file-coding.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5166 Change enum eol_type to eol_type_t.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5167
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5168 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5169
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5170 * gui.c (get_gui_callback): Check cons before accessing car.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5171
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5172 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5173
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5174 * specifier.h (XSPECIFIER_TYPE): Add error checking version.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5175 (XSETSPECIFIER_TYPE): Ditto.
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 382
diff changeset
5176
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5177 2000-01-17 Didier Verna <didier@xemacs.org>
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5178
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5179 * redisplay.c (generate_fstring_runes): compute string size in
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5180 characters, not bytes.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5181
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5182 2000-01-09 Hrvoje Niksic <hniksic@iskon.hr>
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5183
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5184 * window.c (Fwindow_minibuffer_p): Make WINDOW optional.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5185
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5186 2000-01-14 Hrvoje Niksic <hniksic@iskon.hr>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5187
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5188 * print.c (print_error_message): Call print_prepare().
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5189
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5190 2000-01-14 Martin Buchholz <martin@xemacs.org>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5191
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5192 * .dbxrc: Renamed from dbxrc.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5193
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5194 * events.c (event_to_character):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5195 Use `assert (foo)' instead of `if (!foo) abort()'
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5196
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5197 * .gdbinit (xtype): Add documentation.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5198 * .gdbinit (check-temacs): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5199 * .gdbinit (check-xemacs): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5200 * dbxrc (check-xemacs): New function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5201 * dbxrc (check-xemacs): New function.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5202
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5203 2000-01-14 Andy Piper <andy@xemacs.org>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5204
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5205 * glyphs-widget.c (widget_query_geometry): Make sure that we
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5206 calculate default dimensions correctly.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5207
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5208 2000-01-13 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5209
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5210 * symsinit.h: Added prototype for reinit_vars_of_frame_mswindows.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5211
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5212 * event-msw.c (vars_of_event_mswindows): Fixed a mistyped
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5213 pdump_wire'd variable.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5214
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5215 * emacs.c: (main_1): Conditionalized calls to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5216 reinit_vars_of_scrollbar_x and reinit_vars_of_module.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5217
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5218 2000-01-13 Martin Buchholz <martin@xemacs.org>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5219
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5220 * window.c (Fset_window_configuration):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5221 * sysdep.c (_start):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5222 * input-method-motif.c (res):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5223 * event-Xt.c (Xt_process_to_emacs_event):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5224 Simple compiler warning fixes.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5225
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5226 * bytecode.c (funcall_compiled_function): Use the original
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5227 function symbol on the backtrace list in preference to the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5228 compiled_function object in error messages.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5229
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5230 2000-01-13 Andy Piper <andy@xemacs.org>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5231
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5232 * glyphs-x.c (update_widget_face): Make sure we update the widget
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5233 background as well as foreground.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5234
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5235 2000-01-13 Andy Piper <andy@xemacs.org>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5236
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5237 * glyphs.h (struct Lisp_Image_Instance): Move justify and orient
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5238 fields to subwindow.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5239 (IMAGE_INSTANCE_SUBWINDOW_JUSTIFY): new macro.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5240 (XIMAGE_INSTANCE_SUBWINDOW_JUSTIFY): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5241 (IMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5242 (XIMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5243
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5244 * glyphs-widget.c (check_valid_tab_orientation): new function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5245 (initialize_widget_image_instance): zero orientation and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5246 justification.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5247 (widget_instantiate): pick up orientation.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5248 (tab_control_query_geometry): return appropriate values for
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5249 vertical tabs.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5250
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5251 * glyphs-msw.c: (mswindows_tab_control_instantiate): assign
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5252 appropriate creation flags for left, right and bottom tabs.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5253
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5254 * s/cygwin32.h: add tab definitions.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5255
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5256 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5257
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5258 * glyphs-msw.c (mswindows_unmap_subwindow): Set focus back to the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5259 frame upon hiding a subwindow.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5260 (mswindows_button_instantiate): Changed the push button style to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5261 BS_PUSHBUTTON.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5262 (mswindows_button_instantiate): Removed button BS_NOTIFY
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5263 style.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5264 (mswindows_button_instantiate): Removed redundant check for
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5265 a disabled gui item.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5266 (mswindows_button_instantiate): Made use of WS_TABSTOP
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5267 consistent: "operable" controls (edit, button, tree, scroll) have
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5268 this style, "display-only" ones (static, progress gauge) do
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5269 not. This style is currently ignored by XEmacs though. Also,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5270 removed the WS_EX_CONTROLPARENT style - it is not for children,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5271 it is for their parents!
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5272 (mswindows_edit_field_instantiate): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5273 (mswindows_progress_gauge_instantiate): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5274 (mswindows_tree_view_instantiate): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5275 (mswindows_tab_control_instantiate): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5276 (mswindows_scrollbar_instantiate): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5277 (mswindows_combo_box_instantiate): Ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5278 (mswindows_widget_instantiate): Added the WS_EX_CONTROLPARENT
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5279 style to the "clip" window.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5280 (mswindows_button_instantiate): Removed compilation warning by
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5281 equally typing terms of the ?: operator.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5282
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5283 2000-01-12 Didier Verna <didier@xemacs.org>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5284
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5285 * redisplay.c (generate_fstring_runes): new parameter holding the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5286 last modeline-format extent.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5287 (add_glyph_to_fstring_db_runes): new parameter holding the glyph
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5288 extent, fill the glyph block with it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5289 (generate_fstring_runes): handle these parameters.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5290 (generate_formatted_string_db): ditto.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5291
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5292 * keymap.c (get_relevant_keymaps): retreive the keymaps from the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5293 glyphs'extents in the modeline.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5294
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5295 1999-01-11 Mike Woolley <mike@bulsara.com>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5296
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5297 * ntheap.c: Reduced the reserved heap space from 1Gb down to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5298 256Mb, as a workaround for the non-starting problem many people
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5299 have experienced.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5300
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5301 2000-01-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5302
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5303 * console-tty.c (Fset_console_tty_output_coding_system):
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5304 Force redrawing tty frame.
282
c42ec1d1cded Import from CVS: tag r21-0b39
cvs
parents: 280
diff changeset
5305
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5306 2000-01-10 Didier Verna <didier@xemacs.org>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5307
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5308 * redisplay.c (generate_fstring_runes): fix size computation bug.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5309
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5310 2000-01-09 William M. Perry <wmperry@aventail.com>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5311
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5312 * gpmevent.c: (gpm_next_event_cb): Don't return value from void function.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5313
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5314 2000-01-09 Andy Piper <andy@xemacs.org>
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5315
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5316 * glyphs-msw.c: index -> i to avoid shadows.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5317 (xbm_create_bitmap_from_data): make static.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5318 (check_valid_string_or_int): deleted.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5319 (mswindows_control_wnd_proc): message -> msg to avoid shadows.
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 282
diff changeset
5320
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5321 * glyphs-x.c (x_update_subwindow): remove unused args.
272
c5d627a313b1 Import from CVS: tag r21-0b34
cvs
parents: 269
diff changeset
5322
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5323 * glyphs.c (glyph_image_instance): return the thing. Don't set the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5324 back pointer - this is done in allocate_image_instance.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5325 (query_string_font): return Qnil to make the compiler happy.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5326 (unmap_subwindow): set to ~0 to make the compiler happy.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5327 (glyph_query_geometry): comment out until used.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5328 (glyph_layout): ditto.
241
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
5329
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5330 2000-01-09 Hrvoje Niksic <hniksic@iskon.hr>
203
850242ba4a81 Import from CVS: tag r20-3b28
cvs
parents: 201
diff changeset
5331
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
5332 * insdel.c (signal_after_change): Remove extraneous unbind_to().