|
500
|
1 2001-05-03 Martin Buchholz <martin@xemacs.org>
|
|
|
2
|
|
|
3 * s/aix4.h: Fix crash with xlc -O3.
|
|
|
4 Improve comment explaining how -O3 works.
|
|
|
5
|
|
498
|
6 2001-05-02 Jerry James <james@xemacs.org>
|
|
|
7
|
|
|
8 * faces.h (SET_FACE_PROPERTY): pass parameters to
|
|
|
9 Fadd_spec_to_specifier in the correct order.
|
|
|
10
|
|
493
|
11 2001-05-01 Martin Buchholz <martin@xemacs.org>
|
|
|
12
|
|
|
13 Fix link error with gcc 3.0 on Linux.
|
|
|
14 * terminfo.c (UP): Remove.
|
|
|
15 * terminfo.c (BC): Remove.
|
|
|
16 * terminfo.c (PC): Remove.
|
|
|
17 They weren't used, and in any case, these symbols should be
|
|
|
18 defined in the *library*.
|
|
|
19
|
|
490
|
20 2001-04-30 Martin Buchholz <martin@xemacs.org>
|
|
|
21
|
|
|
22 Make string hashing more efficient.
|
|
|
23 Makes intern much faster.
|
|
|
24 Makes hash tables containing strings faster.
|
|
|
25 * symbols.c (hash_string): A much better hash function.
|
|
|
26 Change prototype to return unsigned value.
|
|
|
27 (init_symbols_once_early): Use unsigned type for hash value.
|
|
|
28 (oblookup): Use unsigned type for hash value.
|
|
|
29
|
|
489
|
30 2001-04-04 Martin Buchholz <martin@xemacs.org>
|
|
|
31
|
|
|
32 * keymap.c (Fmap_keymap): Revert to previous implementation, since
|
|
|
33 elisp_maphash is now safe.
|
|
|
34
|
|
|
35 * elhash.c: Remove erroneously added comment.
|
|
|
36 * elhash.c (copy_compress_hentries): New.
|
|
|
37 (Fmaphash): Use copy_compress_hentries.
|
|
|
38 (elisp_maphash): Use copy_compress_hentries.
|
|
|
39 (elisp_map_remhash): Use copy_compress_hentries.
|
|
|
40 (elisp_maphash_unsafe): New.
|
|
|
41 * elhash.h: Add prototype for elisp_maphash_unsafe.
|
|
|
42
|
|
|
43 * elhash.c (Fmaphash):
|
|
|
44 Avoid crashes/unpredictable behavior if a hash table is modified
|
|
|
45 during a mapping function, perhaps indirectly via gc.
|
|
|
46 (free_hentries): New.
|
|
|
47 Avoid crash if a pdumped hash table is collected.
|
|
|
48 (maphash_unwind): New.
|
|
|
49
|
|
|
50 * tests.c: Add C-level hash table tests.
|
|
|
51
|
|
487
|
52 2001-04-28 Ben Wing <ben@xemacs.org>
|
|
|
53
|
|
|
54 * buffer.c (Ferase_buffer):
|
|
|
55 * editfns.c (buffer_insert1):
|
|
|
56 * editfns.c (Finsert_before_markers):
|
|
|
57 * editfns.c (Finsert_string):
|
|
|
58 * editfns.c (Finsert_char):
|
|
|
59 * editfns.c (Fdelete_region):
|
|
|
60 * editfns.c (Fwiden):
|
|
|
61 * editfns.c (Fnarrow_to_region):
|
|
|
62 remove bogus lines setting zmacs_region_stays to 0.
|
|
|
63
|
|
|
64 * scrollbar-msw.c (mswindows_handle_mousewheel_event):
|
|
|
65 remove debug lines.
|
|
|
66
|
|
|
67 2001-03-08 Mike Alexander <mta@arbortext.com>
|
|
|
68
|
|
|
69 * event-msw.c (mswindows_need_event_in_modal_loop):
|
|
|
70 Don't dispatch a message if we didn't get one.
|
|
|
71 (mswindows_need_event):
|
|
|
72 Terminate the correct process when one exits instead of the first
|
|
|
73 one on Vprocess_list and look for process termination when in
|
|
|
74 mswindows_protect_modal_loop.
|
|
|
75
|
|
479
|
76 2001-04-20 Ben Wing <ben@xemacs.org>
|
|
|
77
|
|
|
78 * .cvsignore: Added stuff for Windows.
|
|
|
79
|
|
|
80 2001-04-15 Ben Wing <ben@xemacs.org>
|
|
|
81
|
|
|
82 * cmdloop.c (call_command_loop):
|
|
|
83 Fix braino in bit-rotting code.
|
|
|
84
|
|
|
85 * event-stream.c:
|
|
|
86 * event-stream.c (Fnext_event):
|
|
|
87 * event-stream.c (is_scrollbar_event):
|
|
|
88 * event-stream.c (execute_command_event):
|
|
|
89 Better fix for Yoshiki's `C-x @ h <scrollbar-drag> x causes a
|
|
|
90 crash' problem. His fix introduces other problems. We filter
|
|
|
91 out scrollbar events specifically, making them somewhat invisible
|
|
|
92 to command-building, and not appearing in `this-command-keys'.
|
|
|
93 More work is still needed (see comments in event-stream.c), but
|
|
|
94 this fixes all the major problems.
|
|
|
95
|
|
475
|
96 2001-04-15 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
97
|
|
|
98 * process-unix.c (unix_open_network_stream): If connect() fails
|
|
|
99 invalidate file descriptor after closing it.
|
|
|
100
|
|
472
|
101 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
|
102
|
|
|
103 * XEmacs 21.5.0 "alfalfa" is released.
|
|
|
104
|
|
469
|
105 2001-03-31 Mike Sperber <mike@xemacs.org>
|
|
|
106
|
|
|
107 * search.c (Freplace_match): [Again] support FSF-style
|
|
|
108 specification of match subexpression when applied to a buffer.
|
|
|
109
|
|
468
|
110 2001-04-07 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
|
111
|
|
|
112 * extents.c (Fset_extent_endpoints): Force creation of extent info
|
|
|
113 in buffer_or_string.
|
|
|
114
|
|
|
115 2001-04-07 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
|
116
|
|
|
117 * extents.c (process_extents_for_insertion_mapper): Correctly
|
|
|
118 check for open-open zero-length extents.
|
|
|
119
|
|
464
|
120 2001-04-02 Jan Vroonhof <jan@xemacs.org>
|
|
|
121
|
|
|
122 * redisplay.c (add_bufbyte_string_runes): Update data->bytepos
|
|
|
123
|
|
|
124 2001-04-03 Mike Sperber <mike@xemacs.org>
|
|
|
125
|
|
|
126 * search.c: Revert previous patch due because of release.
|
|
|
127
|
|
|
128 2001-03-30 Ben Wing <ben@xemacs.org>
|
|
|
129
|
|
|
130 * s\cygwin32.h:
|
|
|
131 Add missing killpg prototype.
|
|
|
132
|
|
|
133 * elhash.c:
|
|
|
134 Add a comment about fixing problems when a new entry is added
|
|
|
135 while mapping.
|
|
|
136
|
|
|
137 * frame-msw.c (mswindows_init_frame_1):
|
|
|
138 Fix compile warnings.
|
|
|
139
|
|
|
140 * menubar.c (vars_of_menubar):
|
|
|
141 Provide `menu-accelerator-support' to indicate that we properly
|
|
|
142 support %_ in menu specifications, so that package code can
|
|
|
143 conditionalize on this (and remove %_ from menu specifications
|
|
|
144 on older versions).
|
|
|
145
|
|
|
146 * event-msw.c:
|
|
|
147 * scrollbar-msw.c:
|
|
|
148 * scrollbar-msw.c (can_scroll):
|
|
|
149 * scrollbar-msw.h:
|
|
|
150 Fix handling of mouse wheel under Windows to follow standards --
|
|
|
151 now scrolls window under pointer, not selected window.
|
|
|
152
|
|
|
153 2001-03-31 Mike Sperber <mike@xemacs.org>
|
|
|
154
|
|
|
155 * search.c (Freplace_match): Support FSF-style specification of
|
|
|
156 match subexpression when applied to a buffer.
|
|
|
157
|
|
|
158 2001-03-15 Martin Buchholz <martin@xemacs.org>
|
|
|
159
|
|
|
160 * keymap.c (Fmap_keymap): map-keymap explicitly allows a mapping
|
|
|
161 function to modify KEYMAP, so map over a copy of the hash table.
|
|
|
162
|
|
462
|
163 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
|
164
|
|
|
165 * XEmacs 21.2.46 "Urania" is released.
|
|
|
166
|
|
|
167 2001-03-20 Dan Holmsand <dan@eyebee.com>
|
|
|
168
|
|
|
169 * realpath.c (xrealpath): Make file-truename work with symlinks to
|
|
|
170 /cygdrive paths on cygwin. Always lowercase drive-letters on
|
|
|
171 native windows.
|
|
|
172 (cygwin_readlink): Don't try to find canonical filename unless
|
|
|
173 file exists.
|
|
|
174
|
|
|
175 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
176
|
|
|
177 * ChangeLog: Log GTK merge.
|
|
|
178
|
|
|
179 * dumper.c:
|
|
|
180 * select-x.c:
|
|
|
181 * specifier.c:
|
|
|
182 * symeval.h:
|
|
|
183 Revert gratuitous whitespace changes from GTK merge.
|
|
|
184
|
|
|
185 * emacs.c: Document end of complex #ifdef @ l. 1495.
|
|
|
186
|
|
|
187
|
|
|
188 2001-03-12 Andy Piper <andy@xemacs.org>
|
|
|
189
|
|
|
190 * mingw32.h: unfortunately cygnus changed mingw32 -> mingw so we
|
|
|
191 have to do likewise.
|
|
|
192
|
|
|
193 2001-03-12 Andy Piper <andy@xemacs.org>
|
|
|
194
|
|
|
195 * sysdep.c: we only support mingw now.
|
|
|
196
|
|
|
197 2001-03-09 Andy Piper <andy@xemacs.org>
|
|
|
198
|
|
|
199 * unexcw.c (copy_executable_and_dump_data_section): making approx
|
|
|
200 overrun a warning only.
|
|
|
201
|
|
|
202 2001-03-10 William M. Perry <wmperry@aventail.com>
|
|
|
203
|
|
|
204 * faces.c (complex_vars_of_faces): Rewrote the font mucking to
|
|
|
205 satisfy Stephen's identical-after-cpp plea.
|
|
|
206
|
|
|
207 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
|
208
|
|
|
209 * cmds.c:
|
|
|
210 * cmds.c (Fforward_char):
|
|
|
211 * syntax.c:
|
|
|
212 * window.c:
|
|
|
213
|
|
|
214 Augment documentation of the most common motion commands to make
|
|
|
215 note of the shifted-motion support.
|
|
|
216
|
|
|
217 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
|
218
|
|
|
219 * nt.c (mswindows_fstat):
|
|
|
220 * nt.c (mswindows_stat):
|
|
|
221 * search.c (boyer_moore):
|
|
|
222 Fix compile warnings under Windows.
|
|
|
223
|
|
|
224 * sysdep.c (sys_readdir):
|
|
|
225 Fix buggy filename-conversion code under Mule.
|
|
|
226
|
|
|
227 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
|
228
|
|
|
229 * Makefile.in.in:
|
|
|
230 * config.h.in:
|
|
|
231 * console.c:
|
|
|
232 * console.h:
|
|
|
233 * device.c:
|
|
|
234 * device.h:
|
|
|
235 * dragdrop.c:
|
|
|
236 * emacs.c:
|
|
|
237 * event-stream.c:
|
|
|
238 * events.c:
|
|
|
239 * events.h:
|
|
|
240 * faces.c:
|
|
|
241 * frame.h:
|
|
|
242 * general-slots.h:
|
|
|
243 * glyphs.c:
|
|
|
244 * gutter.c:
|
|
|
245 * inline.c:
|
|
|
246 * lisp.h:
|
|
|
247 * lrecord.h:
|
|
|
248 * make-src-depend:
|
|
|
249 * redisplay-output.c:
|
|
|
250 * redisplay.c:
|
|
|
251 * symsinit.h:
|
|
|
252 * sysfile.h:
|
|
|
253 * toolbar.c:
|
|
|
254 * window.c:
|
|
|
255 The Great GTK Merge.
|
|
|
256
|
|
|
257 * ChangeLog.GTK:
|
|
|
258 * console-gtk.c:
|
|
|
259 * console-gtk.h:
|
|
|
260 * device-gtk.c:
|
|
|
261 * emacs-marshals.c:
|
|
|
262 * emacs-widget-accessors.c:
|
|
|
263 * event-gtk.c:
|
|
|
264 * frame-gtk.c:
|
|
|
265 * gccache-gtk.c:
|
|
|
266 * gccache-gtk.h:
|
|
|
267 * glade.c:
|
|
|
268 * glyphs-gtk.c:
|
|
|
269 * glyphs-gtk.h:
|
|
|
270 * gtk-glue.c:
|
|
|
271 * gtk-xemacs.c:
|
|
|
272 * gtk-xemacs.h:
|
|
|
273 * gui-gtk.c:
|
|
|
274 * gui-gtk.h:
|
|
|
275 * menubar-gtk.c:
|
|
|
276 * native-gtk-toolbar.c:
|
|
|
277 * objects-gtk.c:
|
|
|
278 * objects-gtk.h:
|
|
|
279 * redisplay-gtk.c:
|
|
|
280 * scrollbar-gtk.c:
|
|
|
281 * scrollbar-gtk.h:
|
|
|
282 * select-gtk.c:
|
|
|
283 * toolbar-gtk.c:
|
|
|
284 * ui-byhand.c:
|
|
|
285 * ui-gtk.c:
|
|
|
286 * ui-gtk.h:
|
|
|
287 The Great GTK Merge: new files.
|
|
|
288
|
|
|
289 2001-02-26 Ben Wing <ben@xemacs.org>
|
|
|
290
|
|
|
291 Reapplied Lstream change.
|
|
|
292
|
|
|
293 2001-02-26 Ben Wing <ben@xemacs.org>
|
|
|
294
|
|
|
295 Undid the last change, since it is more controversial than I
|
|
|
296 thought. It should be back in at some point soon.
|
|
|
297
|
|
|
298 2001-02-25 Ben Wing <ben@xemacs.org>
|
|
|
299
|
|
|
300 * buffer.c:
|
|
|
301 * callproc.c (Fold_call_process_internal):
|
|
|
302 * event-msw.c (ntpipe_slurp_reader):
|
|
|
303 * event-msw.c (ntpipe_shove_writer):
|
|
|
304 * event-msw.c (winsock_reader):
|
|
|
305 * event-msw.c (winsock_writer):
|
|
|
306 * file-coding.c:
|
|
|
307 * file-coding.c (detect_eol_type):
|
|
|
308 * file-coding.c (detect_coding_type):
|
|
|
309 * file-coding.c (determine_real_coding_system):
|
|
|
310 * file-coding.c (Fdetect_coding_region):
|
|
|
311 * file-coding.c (decoding_reader):
|
|
|
312 * file-coding.c (decoding_writer):
|
|
|
313 * file-coding.c (mule_decode):
|
|
|
314 * file-coding.c (Fdecode_coding_region):
|
|
|
315 * file-coding.c (encoding_reader):
|
|
|
316 * file-coding.c (encoding_writer):
|
|
|
317 * file-coding.c (mule_encode):
|
|
|
318 * file-coding.c (Fencode_coding_region):
|
|
|
319 * file-coding.c (detect_coding_sjis):
|
|
|
320 * file-coding.c (decode_coding_sjis):
|
|
|
321 * file-coding.c (encode_coding_sjis):
|
|
|
322 * file-coding.c (detect_coding_big5):
|
|
|
323 * file-coding.c (decode_coding_big5):
|
|
|
324 * file-coding.c (encode_coding_big5):
|
|
|
325 * file-coding.c (detect_coding_ucs4):
|
|
|
326 * file-coding.c (decode_coding_ucs4):
|
|
|
327 * file-coding.c (encode_coding_ucs4):
|
|
|
328 * file-coding.c (detect_coding_utf8):
|
|
|
329 * file-coding.c (decode_coding_utf8):
|
|
|
330 * file-coding.c (encode_coding_utf8):
|
|
|
331 * file-coding.c (detect_coding_iso2022):
|
|
|
332 * file-coding.c (decode_coding_iso2022):
|
|
|
333 * file-coding.c (encode_coding_iso2022):
|
|
|
334 * file-coding.c (decode_coding_no_conversion):
|
|
|
335 * file-coding.c (encode_coding_no_conversion):
|
|
|
336 * glyphs-x.c (write_lisp_string_to_temp_file):
|
|
|
337 * gpmevent.c (tty_get_foreign_selection):
|
|
|
338 * lisp.h:
|
|
|
339 * lstream.c:
|
|
|
340 * lstream.c (Lstream_flush_out):
|
|
|
341 * lstream.c (Lstream_adding):
|
|
|
342 * lstream.c (Lstream_write_1):
|
|
|
343 * lstream.c (Lstream_write):
|
|
|
344 * lstream.c (Lstream_raw_read):
|
|
|
345 * lstream.c (Lstream_read_more):
|
|
|
346 * lstream.c (Lstream_read):
|
|
|
347 * lstream.c (Lstream_unread):
|
|
|
348 * lstream.c (Lstream_fputc):
|
|
|
349 * lstream.c (stdio_reader):
|
|
|
350 * lstream.c (stdio_writer):
|
|
|
351 * lstream.c (filedesc_reader):
|
|
|
352 * lstream.c (filedesc_writer):
|
|
|
353 * lstream.c (lisp_string_reader):
|
|
|
354 * lstream.c (struct fixed_buffer_stream):
|
|
|
355 * lstream.c (make_fixed_buffer_input_stream):
|
|
|
356 * lstream.c (make_fixed_buffer_output_stream):
|
|
|
357 * lstream.c (fixed_buffer_reader):
|
|
|
358 * lstream.c (fixed_buffer_writer):
|
|
|
359 * lstream.c (struct resizing_buffer_stream):
|
|
|
360 * lstream.c (resizing_buffer_writer):
|
|
|
361 * lstream.c (dynarr_writer):
|
|
|
362 * lstream.c (lisp_buffer_reader):
|
|
|
363 * lstream.c (lisp_buffer_writer):
|
|
|
364 * lstream.h:
|
|
|
365 * lstream.h (lstream_implementation):
|
|
|
366 * lstream.h (struct lstream):
|
|
|
367 * md5.c (Fmd5):
|
|
|
368 * process-nt.c (nt_send_process):
|
|
|
369 * process-unix.c (unix_send_process):
|
|
|
370
|
|
|
371 Correct Lstream lossage due to mixing of signed and unsigned
|
|
|
372 quantities. All Lstream uses of size_t and ssize_t are now a
|
|
|
373 single signed data type Lstream_data_count. This fixes problems
|
|
|
374 under Windows with sending large quantities of data to a process,
|
|
|
375 and may well fix other subtle bugs.
|
|
|
376
|
|
460
|
377 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
|
378
|
|
|
379 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
|
380
|
|
|
381 2001-02-21 Martin Buchholz <martin@xemacs.org>
|
|
|
382
|
|
|
383 * lisp-union.h (XSETINT):
|
|
|
384 (XSETCHAR):
|
|
|
385 (XSETOBJ):
|
|
|
386 Reverse previous change of 2001-02-06.
|
|
|
387
|
|
|
388 2001-02-20 Matt Tucker <tuck@whistlingfish.net>
|
|
|
389
|
|
|
390 Fix `VALID_BYTIND_P' crashes in regex.c when using narrowed
|
|
|
391 buffers.
|
|
|
392 * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR):
|
|
|
393 * syntax.h (SYNTAX_CACHE_OBJECT_BYTE_TO_CHAR):
|
|
|
394 Add `BI_BUF_BEGV' to bytepos before calculating bufpos.
|
|
|
395 * regex.c (POS_AS_IN_BUFFER): removed
|
|
|
396 * regex.c (re_search_2):
|
|
|
397 * regex.c (re_match_2):
|
|
|
398 Don't use an offset of 1 when calculating buffer positions, since
|
|
|
399 `BI_BUF_BEGV' does it already.
|
|
|
400
|
|
|
401 2001-02-18 Wim Dumon <wim@easics.be>
|
|
|
402
|
|
|
403 * insdel.c (prepare_to_modify_buffer): Also check for
|
|
|
404 supersession when clash-detection is enabled.
|
|
|
405
|
|
|
406 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
|
|
|
407
|
|
|
408 * regex.c (re_match_2_internal):
|
|
|
409 Convert temp characters from 'const unsigned char' to 're_char'.
|
|
|
410 Fix crashing bug with extended characters under mule.
|
|
|
411 * syntax.c (Qsyntax_table): Moved from vars_of_syntax to
|
|
|
412 syms_of_syntax. Use defsymbol to define. Fixes hanging bug with
|
|
|
413 font-lock, pdump, and new syntax-table code.
|
|
|
414 * syntax.c (find_start_of_comment):
|
|
|
415 (find_end_of_comment):
|
|
|
416 (forward-comment):
|
|
|
417 Fix crashing bugs involving moving beyond end of buffer.
|
|
|
418 * syntax.c (find_start_of_comment):
|
|
|
419 Fixed logic to allow proper detection of cases where the same
|
|
|
420 character is used to end both a two-char comment start and a
|
|
|
421 two-char comment end sequence. Fixes `(forward-comment -1)'.
|
|
|
422 * syntax.c (find_start_of_comment):
|
|
|
423 Return position just past last comment-end character for all cases
|
|
|
424 (previously was only done for two-char comment-end sequences).
|
|
|
425 * syntax.c (forward-comment):
|
|
|
426 Take value returned from `find_end_of_comment', rather than
|
|
|
427 incrementing it.
|
|
|
428 * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR):
|
|
|
429 Properly deal with BUFFERP (syntax_cache.object)
|
|
|
430
|
|
|
431 2001-02-17 Martin Buchholz <martin@xemacs.org>
|
|
|
432
|
|
|
433 * alloc.c (Fgarbage_collect):
|
|
|
434 * alloc.c (make_bit_vector_from_byte_vector):
|
|
|
435 -Wsign-compare-correctness.
|
|
|
436
|
|
|
437 2001-02-16 Martin Buchholz <martin@xemacs.org>
|
|
|
438
|
|
|
439 * lisp-union.h (XSETINT): Eliminate unnecessary temp var.
|
|
|
440 (XSETCHAR): Likewise.
|
|
|
441 (XSETOBJ): Likewise.
|
|
|
442
|
|
|
443 2001-02-15 Martin Buchholz <martin@xemacs.org>
|
|
|
444
|
|
|
445 * mule-canna.c (canna-func-delete_previous):
|
|
|
446 Rename to canna-func-delete-previous.
|
|
|
447
|
|
|
448 2001-02-14 Martin Buchholz <martin@xemacs.org>
|
|
|
449
|
|
|
450 * mule-ccl.c (ccl_driver): Warning suppression. Use countof.
|
|
|
451
|
|
|
452 2001-02-13 Matt Tucker <tuck@whistlingfish.net>
|
|
|
453
|
|
|
454 * font-lock.c (find_context): Fix C++ compile errors introduced by
|
|
|
455 recent patch
|
|
|
456
|
|
|
457 2001-02-13 Martin Buchholz <martin@xemacs.org>
|
|
|
458
|
|
|
459 * s/aix4.h: Later versions of IBM C compiler need a bug workaround
|
|
|
460 pragma, but earlier ones barf on the same pragma.
|
|
|
461
|
|
|
462 2001-02-06 Mike Sperber <mike@xemacs.org>
|
|
|
463
|
|
|
464 * emacs.c (complex_vars_of_emacs): Add `mule-lisp-directory' and
|
|
|
465 `configure-mule-lisp-directory'.
|
|
|
466
|
|
|
467 2001-02-12 Martin Buchholz <martin@xemacs.org>
|
|
|
468
|
|
|
469 Make sure dump-id.c is compiled in the same way as other .c's.
|
|
|
470 Fixes pdump compilation failure with HP's cc, which defaults to K&R.
|
|
|
471 * dump-id.h: Remove.
|
|
|
472 * emacs.c: Move dump-id.h into dumper.h.
|
|
|
473 * dumper.h: Move dump-id.h into dumper.h.
|
|
|
474 * Makefile.in.in:
|
|
|
475 Use standard .c.o rule for building dump-id.o.
|
|
|
476 Remove preprocessor flags from link command.
|
|
|
477 Add dump-id.o to ${otherobjs} if PDUMP.
|
|
|
478
|
|
|
479 2001-02-07 Matt Tucker <tuck@whistlingfish.net>
|
|
|
480
|
|
|
481 Port FSF 20.7 syntax table improvements.
|
|
|
482 * syntax.c.
|
|
|
483 * syntax.h.
|
|
|
484
|
|
|
485 Fixups for new syntax table stuff.
|
|
|
486 * dired.c: Include syntax.c.
|
|
|
487 (Fdirectory_files): Initialize regex_match_object and
|
|
|
488 regex_emacs_buffer.
|
|
|
489 * extents.h: EXFUN Fnext_extent_change, Fprevious_extent_change,
|
|
|
490 and Fget_char_property.
|
|
|
491
|
|
|
492 Use ported FSF 20.7 syntax table improvements.
|
|
|
493 * font-lock.c.
|
|
|
494 * regex.c.
|
|
|
495 * search.c.
|
|
|
496
|
|
|
497 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
498
|
|
|
499 * regex.c (Boolean): Renamed to `re_bool', to avoid conflict with
|
|
|
500 Unixware's enum boolean from sys/types.h.
|
|
|
501
|
|
|
502 2001-02-10 Martin Buchholz <martin@xemacs.org>
|
|
|
503
|
|
|
504 Fix support for building with latest Purify.
|
|
|
505 * Makefile.in.in (PURIFY_LIBS): Remove thread flags.
|
|
|
506 (PURIFY_FLAGS): Likewise.
|
|
|
507
|
|
|
508 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
509
|
|
|
510 * fileio.c (lisp_string_set_file_times): New.
|
|
|
511 * fileio.c (Fcopy_file): Use it.
|
|
|
512 Fixes bug:
|
|
|
513 (copy-file filename non-ascii-filename t t)
|
|
|
514 ==> No such file or directory, non-ascii-filename
|
|
|
515
|
|
|
516 2001-02-10 Martin Buchholz <martin@xemacs.org>
|
|
|
517
|
|
|
518 * glyphs-x.c (generate_cursor_fg_bg): Avoid a warning.
|
|
|
519 USHRT_MAX seems clearer than ~0 anyways.
|
|
|
520
|
|
|
521 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
522
|
|
|
523 dumper improvements. Inspired by Olivier.
|
|
|
524 * dumper.c (pdump_max_align): New.
|
|
|
525 * dumper.c (pdump_add_entry): Use pdump_max_align.
|
|
|
526 * dumper.c (pdump_get_entry_list): Likewise.
|
|
|
527 * dumper.c (pdump_scan_by_alignment): Likewise.
|
|
|
528 Don't iterate through unnecessary alignments.
|
|
|
529 * dumper.c (pdump_file_get): No need to align result of malloc().
|
|
|
530 * dumper.c (pdump_mallocadr): Remove.
|
|
|
531 The result of malloc() is guaranteed to be maximally aligned.
|
|
|
532 * dumper.c: s/elmt/elt/g;
|
|
|
533 * dumper.c (pdump_object_table): Allocate dynamically, not statically.
|
|
|
534 * dumper.c (pdump_alert_undump_object): Likewise.
|
|
|
535 * dumper.c (pdump_align_table):
|
|
|
536 Don't support alignments > 64.
|
|
|
537 Store ALIGNOF's, not shift counts, in table.
|
|
|
538
|
|
|
539 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
540
|
|
|
541 * s/mingw32.h (HAVE_STRUCT_UTIMBUF): Remove.
|
|
|
542 * s/windowsnt.h (HAVE_STRUCT_UTIMBUF): Remove.
|
|
|
543 * systime.h: Use HAVE_UTIME.
|
|
|
544 * sysdep.c (struct utimbuf): Remove.
|
|
|
545 * sysdep.c (set_file_times): Prefer utime() to utimes().
|
|
|
546 * config.h.in (HAVE_UTIME): New.
|
|
|
547 * config.h.in (HAVE_UTIME_H): Remove.
|
|
|
548 * config.h.in (HAVE_STRUCT_UTIMBUF): Remove.
|
|
|
549
|
|
|
550 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
551
|
|
|
552 * s/aix4.h: Hide #pragmas inside #ifndef NOT_C_CODE.
|
|
|
553
|
|
|
554 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
|
555
|
|
|
556 * s/irix6-0.h: Use the standard system memmove, not bcopy.
|
|
|
557
|
|
458
|
558 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
|
559
|
|
|
560 * XEmacs 21.2.44 "Thalia" is released.
|
|
|
561
|
|
|
562 2001-02-06 Martin Buchholz <martin@xemacs.org>
|
|
|
563
|
|
|
564 Fixes crashes in kill-emacs on some systems.
|
|
|
565 * process-unix.c (unix_kill_child_process):
|
|
|
566 It's OK for kill() to fail with ESRCH.
|
|
|
567
|
|
|
568 2001-02-07 Martin Buchholz <martin@xemacs.org>
|
|
|
569
|
|
|
570 Contortions to make .gdbinit tricks work on most systems.
|
|
|
571 * alloc.c (dbg_inhibit_dbg_symbol_deletion): Keep debugger info.
|
|
|
572 * alloc.c (dbg_valmask): Make non-const.
|
|
|
573 * alloc.c (dbg_typemask): Make non-const.
|
|
|
574 * alloc.c (dbg_USE_UNION_TYPE): Make non-const.
|
|
|
575 * alloc.c (dbg_valbits): Make non-const.
|
|
|
576 * alloc.c (dbg_gctypebits): Make non-const.
|
|
|
577 * .gdbinit (decode_object): Make it work with AIX cc.
|
|
|
578
|
|
|
579 2001-02-06 Martin Buchholz <martin@xemacs.org>
|
|
|
580
|
|
|
581 * elhash.c (make_general_lisp_hash_table):
|
|
|
582 Use simpler and more efficient calloc to clear entries.
|
|
|
583
|
|
|
584 2001-02-07 Martin Buchholz <martin@xemacs.org>
|
|
|
585
|
|
|
586 * window.c (window_scroll): Work around an AIX C compiler bug.
|
|
|
587 Fixes 'scroll-up' does nothing problem with xlC.
|
|
|
588
|
|
|
589 2001-02-05 Martin Buchholz <martin@xemacs.org>
|
|
|
590
|
|
|
591 * .gdbinit: Remove obsolete comment.
|
|
|
592
|
|
|
593 2001-01-31 Mike Alexander <mta@arbortext.com>
|
|
|
594
|
|
|
595 * select.c (Fown_selection_internal): Set owned_p for device
|
|
|
596 method correctly.
|
|
|
597
|
|
|
598 2001-02-01 Martin Buchholz <martin@xemacs.org>
|
|
|
599
|
|
|
600 Port to g++ 2.97.
|
|
|
601 "not" cannot be used as a macro name as it is an operator in C++
|
|
|
602 * config.h.in: Stop #defining `not'.
|
|
|
603 * chartab.c (check_category_char): not ==> not_p
|
|
|
604 * chartab.h: Likewise.
|
|
|
605 * regex.c (re_match_2_internal): Likewise.
|
|
|
606
|
|
|
607 2001-02-02 Martin Buchholz <martin@xemacs.org>
|
|
|
608
|
|
|
609 * lisp-disunion.h: Fix up comments.
|
|
|
610
|
|
|
611 2001-01-31 Martin Buchholz <martin@xemacs.org>
|
|
|
612
|
|
|
613 * keymap.c (define_key_check_and_coerce_keysym):
|
|
|
614 (syms_of_keymap):
|
|
|
615 Support mouse-6 and mouse-7 bindings in the obvious way.
|
|
|
616
|
|
|
617 2001-02-01 Martin Buchholz <martin@xemacs.org>
|
|
|
618
|
|
|
619 * m/hp9000s300.h (UNEXEC): Check for HPUX, not !BSD.
|
|
|
620
|
|
|
621 2001-01-30 Martin Buchholz <martin@xemacs.org>
|
|
|
622
|
|
|
623 Previous patch changing DEFVAR_INT to use EMACS_INT was incomplete.
|
|
|
624 Previous patch missed DEFVAR_INT_MAGIC.
|
|
|
625 Make sure future DEFVAR_foo use correct types.
|
|
|
626 * symeval.h (DEFVAR_SYMVAL_FWD_FIXNUM): New.
|
|
|
627 * (DEFVAR_SYMVAL_FWD_INT): Add type checking.
|
|
|
628 * (DEFVAR_SYMVAL_FWD_OBJECT): Add type checking.
|
|
|
629 * (DEFVAR_INT_MAGIC): Use DEFVAR_SYMVAL_FWD_FIXNUM.
|
|
|
630 * (DEFVAR_INT): Likewise.
|
|
|
631 * redisplay.c (vertical_clip): Should be of type Fixnum.
|
|
|
632 * redisplay.c (horizontal_clip): Likewise.
|
|
|
633 * lisp.h (dump_add_opaque_int): New.
|
|
|
634 (dump_add_opaque_fixnum): New.
|
|
|
635
|
|
|
636 2001-01-29 Andy Piper <andy@xemacs.org>
|
|
|
637
|
|
|
638 * glyphs-widget.c (check_valid_int_or_function): allow symbols
|
|
|
639 since they can be eval'ed
|
|
|
640
|
|
|
641 2001-01-29 Martin Buchholz <martin@xemacs.org>
|
|
|
642
|
|
|
643 * lisp.h (ALIGNOF): Make it work on non-gcc C++ compilers.
|
|
|
644 Oops, XEmacs redefines `class'. Use `typename' instead.
|
|
|
645
|
|
|
646 2001-01-28 Martin Buchholz <martin@xemacs.org>
|
|
|
647
|
|
|
648 * dumper.c: Fix C++ compile errors.
|
|
|
649
|
|
|
650 2001-01-29 Martin Buchholz <martin@xemacs.org>
|
|
|
651
|
|
|
652 * tparam.c: Use correct prototypes.
|
|
|
653
|
|
|
654 2001-01-28 Martin Buchholz <martin@xemacs.org>
|
|
|
655
|
|
|
656 * sysproc.h: #include util.h for NetBSD's openpty.
|
|
|
657
|
|
|
658 2001-01-27 Martin Buchholz <martin@xemacs.org>
|
|
|
659
|
|
|
660 More 64-bit correctness.
|
|
|
661 The C value of a DEFVAR_INT should be of type EMACS_INT, not int.
|
|
|
662 Use a typedef `fixnum' for the type used for DEFVAR_INT.
|
|
|
663 Fix up comments.
|
|
|
664 This finally finishes the 64-bit SGI port.
|
|
|
665 Fixes things like (let ((gc-cons-threshold most-positive-fixnum)) ...).
|
|
|
666 * symbols.c: Fix up comments and type casts.
|
|
|
667 * symbols.c (do_symval_forwarding): s/int/Fixnum/g
|
|
|
668 * symbols.c (store_symval_forwarding): s/int/Fixnum/g
|
|
|
669 * symeval.h (Fixnum): New type.
|
|
|
670 * symeval.h (symbol_value_type): Fix up comment.
|
|
|
671
|
|
|
672 * commands.h:
|
|
|
673 * nt.c:
|
|
|
674 * emacs.c:
|
|
|
675 * data.c:
|
|
|
676 * redisplay.c:
|
|
|
677 * abbrev.c:
|
|
|
678 * dired-msw.c:
|
|
|
679 * event-Xt.c:
|
|
|
680 * eldap.c:
|
|
|
681 * window.c:
|
|
|
682 * sound.c:
|
|
|
683 * event-stream.c:
|
|
|
684 * eval.c:
|
|
|
685 * buffer.c:
|
|
|
686 * mule-canna.c: A million DEFVAR_INTs here...
|
|
|
687 * mule-canna.c (count_char): s/int */Fixnum */g in arglist.
|
|
|
688 * extents.c:
|
|
|
689 * cmdloop.c:
|
|
|
690 * lisp.h:
|
|
|
691 * select-x.c:
|
|
|
692 * console-x.h:
|
|
|
693 * event-msw.c:
|
|
|
694 * mule-wnnfns.c:
|
|
|
695 * hpplay.c:
|
|
|
696 * ralloc.c:
|
|
|
697 * alloc.c:
|
|
|
698 * keymap.c:
|
|
|
699 * profile.c:
|
|
|
700 s/int/Fixnum/g in DEFVAR_INT declarations.
|
|
|
701
|
|
456
|
702 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
|
703
|
|
|
704 Port pdump to SGI alignment-sensitive environment.
|
|
|
705 Lisp Object sizeof methods now return aligned sizes. Rely on that.
|
|
|
706 Eliminate is_lrecord since Lisp_Objects sizeof methods are now all
|
|
|
707 properly aligned.
|
|
|
708 Define and use aligned reading and writing macros.
|
|
|
709 Use buffered stdio instead of posix i/o for faster dumping.
|
|
|
710 Eliminate kludgy 256 byte space for header.
|
|
|
711 Read and write from dump file using structs for alignment safety.
|
|
|
712 * dumper.c (pdump_align_stream): New.
|
|
|
713 * dumper.c (PDUMP_ALIGN_OUTPUT): New.
|
|
|
714 * dumper.c (PDUMP_READ_ALIGNED): New.
|
|
|
715 * dumper.c (PDUMP_WRITE_ALIGNED): New.
|
|
|
716 * dumper.c (pdump_static_Lisp_Object): New struct.
|
|
|
717 * dumper.c (pdump_static_pointer): New struct.
|
|
|
718 * dumper.c (pdump_entry_list_element): Remove is_lrecord member.
|
|
|
719 * dumper.c (pdump_add_entry): Remove is_lrecord parameter.
|
|
|
720 * dumper.c (pdump_dump_data): Rely on sizeof method alignment.
|
|
|
721 * dumper.c (pdump_allocate_offset): Rely on sizeof method alignment.
|
|
|
722
|
|
|
723 * dumper.c (pdump_backtrace):
|
|
|
724 * dumper.c (pdump_get_indirect_count):
|
|
|
725 * dumper.c (pdump_register_object):
|
|
|
726 * dumper.c (pdump_register_struct):
|
|
|
727 * dumper.c (pdump_reloc_one):
|
|
|
728 * dumper.c (pdump_scan_by_alignment):
|
|
|
729 * dumper.c (pdump_dump_from_root_struct_ptrs):
|
|
|
730 * dumper.c (pdump_dump_opaques):
|
|
|
731 * dumper.c (pdump_dump_rtables):
|
|
|
732 * dumper.c (pdump_dump_from_root_objects):
|
|
|
733 * dumper.c (pdump):
|
|
|
734 * dumper.c (pdump_load_finish):
|
|
|
735 Use aligned reading and writing.
|
|
|
736
|
|
|
737 * dumper.c (pdump_free): Make static.
|
|
|
738 * dumper.c (pdump_hFile): Likewise.
|
|
|
739 * dumper.c (pdump_hMap): Likewise.
|
|
|
740
|
|
|
741 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
|
742
|
|
|
743 * XEmacs 21.2.43 "Terspichore" is released.
|
|
|
744
|
|
|
745 2001-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
746
|
|
|
747 Type fiddling for window_config.saved_windows_count
|
|
|
748 * window.c (struct window_config):
|
|
|
749 Make saved_windows_count member unsigned.
|
|
|
750 * window.c (sizeof_window_config_for_n_windows):
|
|
|
751 Make parameter unsigned.
|
|
|
752 * window.c (mark_window_config):
|
|
|
753 * window.c (window_config_equal):
|
|
|
754 * window.c (free_window_configuration):
|
|
|
755 * window.c (Fset_window_configuration):
|
|
|
756 * window.c (count_windows):
|
|
|
757 * window.c (Fcurrent_window_configuration):
|
|
|
758 * window.c (reinit_vars_of_window):
|
|
|
759 Update all callers and users.
|
|
|
760
|
|
|
761 2001-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
762
|
|
|
763 Alignment correctness for flexible arrays.
|
|
|
764 * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF):
|
|
|
765 Make alignment-correct. Add interesting comments.
|
|
|
766 * alloc.c (size_vector):
|
|
|
767 * alloc.c (make_vector_internal):
|
|
|
768 * alloc.c (make_bit_vector_internal):
|
|
|
769 * alloc.c (sweep_bit_vectors_1):
|
|
|
770 * fns.c (size_bit_vector):
|
|
|
771 Update all callers of FLEXIBLE_ARRAY_STRUCT_SIZEOF to add new arg.
|
|
|
772 * window.c (sizeof_window_config_for_n_windows):
|
|
|
773 Use FLEXIBLE_ARRAY_STRUCT_SIZEOF.
|
|
|
774
|
|
|
775 2001-01-24 Martin Buchholz <martin@xemacs.org>
|
|
|
776
|
|
|
777 * lread.c (read1): Rename `fexp', which is #defined in SGI's math.h
|
|
|
778
|
|
|
779 2001-01-23 Andy Piper <andy@xemacs.org>
|
|
|
780
|
|
|
781 * select.c (Fown_selection_internal): pass owned_p
|
|
|
782
|
|
|
783 * select-msw.c (mswindows_own_selection): New Signature.
|
|
|
784
|
|
|
785 * console.h (struct console_methods): add owned_p to
|
|
|
786 _own_selection.
|
|
|
787
|
|
|
788 * select-x.c (x_own_selection): pass owned_p
|
|
|
789 (hack_motif_clipboard_selection): use owned_p
|
|
|
790 (vars_of_select_x): new variable -
|
|
|
791 x_selection_strict_motif_ownership.
|
|
|
792
|
|
|
793 2001-01-23 Martin Buchholz <martin@xemacs.org>
|
|
|
794
|
|
|
795 * specifier.h (specifier_data_offset): Remove pointless parens.
|
|
|
796 * glyphs.h (IMAGE_SPECIFIER_DATA): Likewise.
|
|
|
797
|
|
|
798 2001-01-24 Martin Buchholz <martin@xemacs.org>
|
|
|
799
|
|
|
800 Make Lisp_Object sizeof methods be alignment-correct.
|
|
|
801 pdump must restore objects to the same alignment as the C compiler
|
|
|
802 assumes. It really matters on SGIs.
|
|
|
803 * lstream.c (aligned_sizeof_lstream): New.
|
|
|
804 (sizeof_lstream): Use aligned_sizeof_lstream.
|
|
|
805 (Lstream_new): Likewise.
|
|
|
806 * opaque.c (aligned_sizeof_opaque): New.
|
|
|
807 (sizeof_opaque): Use aligned_sizeof_opaque.
|
|
|
808 (make_opaque): Likewise.
|
|
|
809 * specifier.c (aligned_sizeof_specifier): New.
|
|
|
810 (sizeof_specifier): Use aligned_sizeof_specifier.
|
|
|
811 (make_specifier_internal): Likewise.
|
|
|
812
|
|
|
813 2001-01-23 Martin Buchholz <martin@xemacs.org>
|
|
|
814
|
|
|
815 * lstream.h (struct lstream): Use max_align_t for trailing data.
|
|
|
816 * specifier.h (struct Lisp_Specifier): Likewise.
|
|
|
817
|
|
|
818 2001-01-22 Martin Buchholz <martin@xemacs.org>
|
|
|
819
|
|
|
820 * mule-ccl.c (CCL_Extension): Renamed from CCL_Extention.
|
|
|
821 (CCL_SUCCESS): Kludge to prevent Sun cc compiler warnings.
|
|
|
822 (CCL_SUSPEND): Likewise.
|
|
|
823 (CCL_INVALID_CMD): Likewise.
|
|
|
824 (CCL_CALL_FOR_MAP_INSTRUCTION): Likewise.
|
|
|
825 (ccl_driver): Likewise.
|
|
|
826 (CCL_WRITE_CHAR): Macro hygiene.
|
|
|
827 (CCL_WRITE_STRING): Macro hygiene.
|
|
|
828
|
|
|
829 2001-01-22 Martin Buchholz <martin@xemacs.org>
|
|
|
830
|
|
|
831 Port "portable" dumper to SunOS 4 and HP-UX.
|
|
|
832 * s/aix4.h (AIX4): Move MAP_FAILED definition elsewhere.
|
|
|
833 * emacs.c (main): PDUMP implies no RUN_TIME_REMAP.
|
|
|
834 * dumper.c (pdump_file_get): Define MAP_FAILED if not already defined.
|
|
|
835
|
|
|
836 2001-01-22 Martin Buchholz <martin@xemacs.org>
|
|
|
837
|
|
|
838 * lisp.h (ALIGNOF): A better definition for C++.
|
|
|
839
|
|
|
840 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
|
841
|
|
|
842 Macro hygiene.
|
|
|
843 Fix printf warnings: int format, long int arg.
|
|
|
844 * regex.c (DECLARE_DESTINATION): Use DECLARE_NOTHING.
|
|
|
845 (PUSH_FAILURE_POINT): Use correct printf formats.
|
|
|
846 (POP_FAILURE_POINT): Use correct printf formats.
|
|
|
847 Use do {...} while (0)
|
|
|
848
|
|
454
|
849 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
|
850
|
|
|
851 * XEmacs 21.2.42 "Poseidon" is released.
|
|
|
852
|
|
|
853 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
|
854
|
|
|
855 * console-x.h: typo fix du jour. Remove #if 0'ed code.
|
|
|
856
|
|
|
857 2001-01-19 Martin Buchholz <martin@xemacs.org>
|
|
|
858
|
|
|
859 De-kludgify FIXED_TYPE free list frobbing.
|
|
|
860 Fix crashes on 64-bit platforms introduced by my patch of 2001-01-13.
|
|
|
861 * alloc.c (DECLARE_FIXED_TYPE_ALLOC): Use Lisp_Free.
|
|
|
862 * alloc.c (ALLOCATE_FIXED_TYPE_1): Use new definitions.
|
|
|
863 * alloc.c (Lisp_Free): New pseudo lisp object definition.
|
|
|
864 * alloc.c (LRECORD_FREE_P): New.
|
|
|
865 * alloc.c (MARK_LRECORD_AS_FREE): New.
|
|
|
866 * alloc.c (MARK_LRECORD_AS_NOT_FREE): New.
|
|
|
867 * alloc.c (STRUCT_FREE_P): Deleted.
|
|
|
868 * alloc.c (MARK_STRUCT_AS_FREE): Deleted.
|
|
|
869 * alloc.c (MARK_STRUCT_AS_NOT_FREE): Deleted.
|
|
|
870 * alloc.c (STRING_CHARS_FREE_P): New.
|
|
|
871 * alloc.c (MARK_STRING_CHARS_AS_FREE): New.
|
|
|
872 * alloc.c (PUT_FIXED_TYPE_ON_FREE_LIST): Use new definitions.
|
|
|
873 * alloc.c (FREE_FIXED_TYPE): Use new definitions.
|
|
|
874 * alloc.c (STRING_CHARS_FREE_P): Use new definitions.
|
|
|
875 * alloc.c (resize_string): Use new definitions.
|
|
|
876 * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Use new definitions.
|
|
|
877 * alloc.c (verify_string_chars_integrity): Use new definitions.
|
|
|
878 * alloc.c (compact_string_chars): Use new definitions.
|
|
|
879 * alloc.c: Update monster comments.
|
|
|
880 * lrecord.h (lrecord_type): Add some new lrecord types for
|
|
|
881 alloc.c's use.
|
|
|
882
|
|
|
883 2001-01-18 Martin Buchholz <martin@xemacs.org>
|
|
|
884
|
|
|
885 Improve alignment hackery.
|
|
|
886 * lisp.h (ALIGNOF): Better definition for the non-gcc case.
|
|
|
887 (max_align_t): Moved from opaque.h - general purpose.
|
|
|
888 (ALIGN_PTR): Use size_t, not long.
|
|
|
889 * opaque.h (max_align_t): Move to lisp.h.
|
|
|
890
|
|
|
891 2001-01-18 Norbert Koch <nk@LF.net>
|
|
|
892
|
|
|
893 * gui.h: Fix and add prototypes to fix build problems.
|
|
|
894
|
|
|
895 2001-01-18 Martin Buchholz <martin@xemacs.org>
|
|
|
896
|
|
|
897 temacs is going away, so `dump-temacs' is now a bad name.
|
|
|
898 * .dbxrc (dump-temacs): Rename to `dmp'.
|
|
|
899 * .gdbinit (dump-temacs): Rename to `dmp'.
|
|
|
900
|
|
|
901 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
|
902
|
|
|
903 * glyphs.c (print_image_instance): comment to make martin happy.
|
|
|
904
|
|
|
905 * glyphs-x.c (x_redisplay_widget): update faces after a frame
|
|
|
906 change.
|
|
|
907
|
|
|
908 * glyphs-msw.c (mswindows_redisplay_widget): add code to cope with
|
|
|
909 activation.
|
|
|
910 (mswindows_tab_control_redisplay): warning suppression.
|
|
|
911
|
|
|
912 * glyphs-widget.c (widget_update): re-write to cope with updated
|
|
|
913 items.
|
|
|
914 (widget_instantiate): use new gui_item functions.
|
|
|
915 (tab_control_update): deleted.
|
|
|
916 (progress_gauge_update): deleted.
|
|
|
917 (image_instantiator_progress_guage): take out update reference.
|
|
|
918 (image_instantiator_tree_view): ditto.
|
|
|
919 (image_instantiator_tab_control): ditto.
|
|
|
920
|
|
|
921 * gui.c (widget_gui_parse_item_keywords): new function. Do things
|
|
|
922 Right the new way.
|
|
|
923 (gui_item_add_keyval_pair): re-write to cope with descriptors and
|
|
|
924 return whether anything was changed.
|
|
|
925 (update_gui_item_keywords): as it sounds.
|
|
|
926
|
|
|
927 * gui.h: declare widget_gui_parse_item_keywords.
|
|
|
928
|
|
|
929 * fns.c (safe_copy_tree): new function taken from Fcopy_tree.
|
|
|
930 (Fcopy_tree): use it. Stops infloop death in bogus instantiators.
|
|
|
931
|
|
452
|
932 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
|
933
|
|
|
934 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
|
935
|
|
|
936 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
|
937
|
|
|
938 * glyphs.c (image_instantiate): don't use fallbacks when
|
|
|
939 instantiating a face's background pixmap by inheritance.
|
|
|
940
|
|
|
941 2001-01-14 Mike Sperber <mike@xemacs.org>
|
|
|
942
|
|
|
943 * sysdep.c (start_of_data): PDUMP implies ORDINARY_LINK.
|
|
|
944 Conditionalize accordingly.
|
|
|
945
|
|
|
946 2001-01-16 Martin Buchholz <martin@xemacs.org>
|
|
|
947
|
|
|
948 * dumper.c (pdump_file_get): Fix a compiler warning.
|
|
|
949
|
|
|
950 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
|
951
|
|
|
952 Make Purify happy when pdumping.
|
|
|
953 * symbols.c (Fmake_variable_buffer_local): Make Purify happy, by
|
|
|
954 iniitalizing all bits of new lisp object memory.
|
|
|
955 * symbols.c (Fmake_local_variable): Likewise.
|
|
|
956 * symbols.c (Fdontusethis_set_symbol_value_handler): Likewise.
|
|
|
957 * symbols.c (Fdefvaralias): Likewise.
|
|
|
958 * mule-charset.c (vars_of_mule_charset): Likewise.
|
|
|
959
|
|
|
960 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
|
961 Add the `-nd' flag when running pre-dump operations under the debugger.
|
|
|
962 * .dbxrc (run-temacs): Add `-nd'.
|
|
|
963 * .dbxrc (update-elc): Likewise.
|
|
|
964 * .dbxrc (dump-temacs): Likewise.
|
|
|
965 * .gdbinit (run-temacs): Likewise.
|
|
|
966 * .gdbinit (check-temacs): Likewise.
|
|
|
967 * .gdbinit (update-elc): Likewise.
|
|
|
968 * .gdbinit (dump-temacs): Likewise.
|
|
|
969
|
|
|
970 2001-01-14 Martin Buchholz <martin@xemacs.org>
|
|
|
971
|
|
|
972 Allow building 64-bit executables on AIX with GNU malloc, e.g.
|
|
|
973 export OBJECT_MODE=64
|
|
|
974 configure --pdump --use-union-type=no
|
|
|
975 * m/ibmrs6000.h (DATA_START): Define for 64-bit world.
|
|
|
976 * gmalloc.c (__default_morecore): Remove pre-ANSI cruft.
|
|
|
977
|
|
|
978 * miscplay.c (sndcnv8U_2mono):
|
|
|
979 Avoid two uses of `++' in the same expression.
|
|
|
980 Suppresses a GCC warning.
|
|
|
981
|
|
|
982 2001-01-13 Martin Buchholz <martin@xemacs.org>
|
|
|
983
|
|
|
984 Make sure future compilers don't miscompile alloc.c.
|
|
|
985 * alloc.c:
|
|
|
986 (MARK_STRUCT_AS_FREE): Make aliasing-optimization-resistant.
|
|
|
987 (MARK_STRUCT_AS_NOT_FREE): Make aliasing-optimization-resistant.
|
|
|
988
|
|
|
989 2001-01-12 Martin Buchholz <martin@xemacs.org>
|
|
|
990
|
|
|
991 * dumper.c: A little post-pdump-rename comment fixup.
|
|
|
992
|
|
|
993 2001-01-09 Jerry James <james@eecs.ku.edu>
|
|
|
994
|
|
|
995 * lisp-disunion.h: Change LISP_TO_CVOID arg to match its use.
|
|
|
996
|
|
|
997 2001-01-13 Martin Buchholz <martin@xemacs.org>
|
|
|
998
|
|
|
999 * *.[ch]: Globally rename symbols using the following `pdump-rename'
|
|
|
1000 script:
|
|
|
1001 #!/bin/sh
|
|
|
1002 replace_symbol () {
|
|
|
1003 (findn texi$; findn [ch]$) | xargs g -lw "$1" | xargs global-replace 's/(?<!_)\b'$1'\b(?!_)/'$2'/g'
|
|
|
1004 }
|
|
|
1005
|
|
|
1006 replace_symbol pdump_wire_lists pdump_weak_object_chains
|
|
|
1007 replace_symbol pdump_wire_list dump_add_weak_object_chain
|
|
|
1008
|
|
|
1009 replace_symbol pdump_wires pdump_root_objects
|
|
|
1010 replace_symbol pdump_wire dump_add_root_object
|
|
|
1011
|
|
|
1012 replace_symbol pdump_dump_wired pdump_dump_from_root_objects
|
|
|
1013 replace_symbol pdump_dump_structs pdump_dump_from_root_struct_ptrs
|
|
|
1014
|
|
|
1015 replace_symbol dumpstructinfos pdump_root_struct_ptrs
|
|
|
1016 replace_symbol dumpstructinfo_dynarr pdump_root_struct_ptr_dynarr
|
|
|
1017 replace_symbol dumpstructinfo pdump_root_struct_ptr
|
|
|
1018 replace_symbol dumpstruct dump_add_root_struct_ptr
|
|
|
1019
|
|
|
1020 replace_symbol dumpopaque dump_add_opaque
|
|
|
1021 replace_symbol dumpopaqueinfo_dynarr pdump_opaque_dynarr
|
|
|
1022 replace_symbol dumpopaqueinfos pdump_opaques
|
|
|
1023 replace_symbol dumpopaqueinfo pdump_opaque
|
|
|
1024
|
|
|
1025 replace_symbol nb_structdump nb_root_struct_ptrs
|
|
|
1026 replace_symbol nb_opaquedump nb_opaques
|
|
|
1027
|
|
|
1028 replace_symbol align_table pdump_align_table
|
|
|
1029 replace_symbol dump_header pdump_header
|
|
|
1030
|
|
|
1031 replace_symbol DUMP_SIGNATURE_LEN PDUMP_SIGNATURE_LEN
|
|
|
1032 replace_symbol DUMP_SIGNATURE PDUMP_SIGNATURE
|
|
|
1033
|
|
|
1034
|
|
|
1035 2001-01-12 Martin Buchholz <martin@xemacs.org>
|
|
|
1036
|
|
|
1037 * s/aix4.h: Keep the C for AIX compiler from overaggressively
|
|
|
1038 optimizing bytecount_to_charcount().
|
|
|
1039
|
|
|
1040 2001-01-06 Golubev I. N. <gin@mo.msk.ru>
|
|
|
1041
|
|
|
1042 * config.h.in:
|
|
|
1043 (HAVE_DLFCN_H): Removed.
|
|
|
1044 * sysdll.c: Remove HAVE__DLOPEN, HAVE_DLFCN_H.
|
|
|
1045
|
|
|
1046 2001-01-06 Martin Buchholz <martin@xemacs.org>
|
|
|
1047
|
|
|
1048 Portable dumper maintainability improvements.
|
|
|
1049 * alloc.c (staticpro):
|
|
|
1050 * alloc.c (staticpro_nodump):
|
|
|
1051 * alloc.c (garbage_collect_1):
|
|
|
1052 * alloc.c (reinit_alloc_once_early):
|
|
|
1053 * alloc.c (init_alloc_once_early):
|
|
|
1054 * alloc.c: Move dumper functions to alloc.c.
|
|
|
1055 * dumper.c (pdump_backtrace):
|
|
|
1056 * dumper.c (pdump_dump_structs):
|
|
|
1057 * dumper.c (pdump_dump_opaques):
|
|
|
1058 * dumper.c (pdump_dump_rtables):
|
|
|
1059 * dumper.c (pdump_dump_wired):
|
|
|
1060 * dumper.c (pdump):
|
|
|
1061 * dumper.c (pdump_load_check):
|
|
|
1062 * dumper.c (pdump_load_finish):
|
|
|
1063 * dumper.c (pdump_file_unmap):
|
|
|
1064 * dumper.c (pdump_file_get):
|
|
|
1065 * dumper.c (pdump_resource_free):
|
|
|
1066 * dumper.c (pdump_resource_get):
|
|
|
1067 * dumper.c (pdump_file_free):
|
|
|
1068 * dumper.c (pdump_file_try):
|
|
|
1069 * dumper.c (pdump_load):
|
|
|
1070 Remove fixed size limits on staticpro(), staticpro_nodump(),
|
|
|
1071 dumpopaque(), dumpstruct() by using Dynarrs instead of static C arrays.
|
|
|
1072 Remove custom code for dumping lrecord_implementations_table - use
|
|
|
1073 dumpopaque instead.
|
|
|
1074 Remove (most of the) custom code for dumping staticpros - dump it
|
|
|
1075 like any other dynarr.
|
|
|
1076
|
|
|
1077 * alloc.h: Removed. No longer useful, since dumper now more self-contained.
|
|
|
1078 * dumper.c: Moved functions from alloc.c.
|
|
|
1079 * alloc.c (dumpstruct): Moved to dumper.c.
|
|
|
1080 * alloc.c (dumpopaque): Likewise.
|
|
|
1081 * alloc.c (pdump_wire): Likewise.
|
|
|
1082 * alloc.c (pdump_wire_list): Likewise.
|
|
|
1083
|
|
|
1084 * lisp.h (Dynarr_sizeof): New.
|
|
|
1085 * lisp.h (Dynarr_begin): New. Very slightly C++oid.
|
|
|
1086 * lisp.h (Dynarr_end): New. Very slightly C++oid.
|
|
|
1087 * lisp.h (Lisp_Object_ptr_dynarr): New. For staticpros.
|
|
|
1088
|
|
|
1089 * lisp.h (dumpstruct): Define to nothing if not PDUMPing.
|
|
|
1090 * lisp.h (dumpopaque): ditto.
|
|
|
1091 * lisp.h (pdump_wire): ditto.
|
|
|
1092 * lisp.h (pdump_wire_list): ditto.
|
|
|
1093
|
|
|
1094 2001-01-09 Martin Buchholz <martin@xemacs.org>
|
|
|
1095
|
|
|
1096 * make-src-depend (PrintPatternDeps):
|
|
|
1097 Use `sort' to make output independent of perl version.
|
|
|
1098
|
|
|
1099 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
|
1100
|
|
|
1101 Port to Netbsd 1.5.
|
|
|
1102 * unexelf.c: Remove (never used) bogus Netbsd-specific cruft.
|
|
|
1103 * s/netbsd.c: Use unexelf.o if __ELF__ is defined.
|
|
|
1104
|
|
|
1105 2001-01-03 Didier Verna <didier@xemacs.org>
|
|
|
1106
|
|
|
1107 * event-stream.c (emacs_handle_focus_change_preliminary): ensure
|
|
|
1108 that `focus_frame' is alive before thinking of calling
|
|
|
1109 `redisplay_redraw_cursor' on it.
|
|
|
1110
|
|
450
|
1111 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
|
1112
|
|
|
1113 * XEmacs 21.2.40 is released.
|
|
|
1114
|
|
|
1115 2001-01-06 Golubev I. N. <gin@mo.msk.ru>
|
|
|
1116
|
|
|
1117 * regex.c: Replace PREFETCH with REGEX_PREFETCH.
|
|
|
1118
|
|
|
1119 2001-01-06 Martin Buchholz <martin@xemacs.org>
|
|
|
1120
|
|
|
1121 * alloc.c (dbg_valmask): Make const.
|
|
|
1122 * alloc.c (dbg_typemask): Make const.
|
|
|
1123 * alloc.c (dbg_USE_UNION_TYPE): Make const.
|
|
|
1124 * alloc.c (dbg_valbits): Make const.
|
|
|
1125 * alloc.c (dbg_gctypebits): Make const.
|
|
|
1126
|
|
|
1127 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1128
|
|
|
1129 * redisplay-x.c (x_bevel_area):
|
|
|
1130 redisplay.h (struct rune):
|
|
|
1131 Typo fixes in comments.
|
|
|
1132
|
|
|
1133 2001-01-05 Andy Piper <andy@xemacs.org>
|
|
|
1134
|
|
|
1135 * glyphs-x.c (x_redisplay_widget): use size changed for offset
|
|
|
1136 adjustment.
|
|
|
1137
|
|
|
1138 * menubar.c (menubar_visible_p_changed): don't mark frame changed.
|
|
|
1139
|
|
|
1140 2001-01-05 Martin Buchholz <martin@xemacs.org>
|
|
|
1141
|
|
|
1142 * alloc.c (pure-bytes-used): Remove unused mendacious variable.
|
|
|
1143
|
|
|
1144 * mule-ccl.c (stack_idx_of_map_multiple):
|
|
|
1145 Non const global data must not be initialized!
|
|
|
1146 Found by MIYASHITA Hisashi.
|
|
|
1147
|
|
|
1148 2001-01-02 Andy Piper <andy@xemacs.org>
|
|
|
1149
|
|
|
1150 * frame.c (change_frame_size): make sure frame size is always
|
|
|
1151 marked as changed.
|
|
|
1152
|
|
|
1153 * glyphs.c (image_instance_layout): minor code reuse.
|
|
|
1154
|
|
|
1155 * window.c (Fcurrent_window_configuration): revert previous
|
|
|
1156 change.
|
|
|
1157
|
|
|
1158 2001-01-02 Martin Buchholz <martin@xemacs.org>
|
|
|
1159
|
|
|
1160 * glyphs.h:
|
|
|
1161 * glyphs.c (make_image_instance_cache_hash_table): Use ANSI prototypes.
|
|
|
1162
|
|
|
1163 2000-12-31 Andy Piper <andy@xemacs.org>
|
|
|
1164
|
|
|
1165 * glyphs-x.c (x_unmap_subwindow): return focus to enclosing frame
|
|
|
1166 when widget gets unmapped.
|
|
|
1167
|
|
|
1168 * event-Xt.c (emacs_Xt_handle_widget_losing_focus): new
|
|
|
1169 function. Make sure widgets losing focus don't just drop it.
|
|
|
1170 (handle_focus_event_1): record the widget with focus.
|
|
|
1171
|
|
|
1172 2000-12-31 Andy Piper <andy@xemacs.org>
|
|
|
1173
|
|
|
1174 * window.c (allocate_window): use
|
|
|
1175 make_image_instance_cache_hash_table.
|
|
|
1176 (make_dummy_parent): ditto.
|
|
|
1177 (Fset_window_configuration): ditto.
|
|
|
1178
|
|
|
1179 * glyphs.h (INSTANTIATOR_TYPE): new macro. declare new functions.
|
|
|
1180
|
|
|
1181 * glyphs.c (process_image_string_instantiator): use
|
|
|
1182 INSTANTIATOR_TYPE.
|
|
|
1183 (get_image_instantiator_governing_domain): ditto.
|
|
|
1184 (normalize_image_instantiator): ditto.
|
|
|
1185 (instantiate_image_instantiator): ditto.
|
|
|
1186 (make_image_instance_1): ditto.
|
|
|
1187 (image_instantiate): ditto. Key on glyph *and* instantiator type.
|
|
|
1188 (instantiator_eq_equal): new function for use with instance hash
|
|
|
1189 tables.
|
|
|
1190 (instantiator_eq_hash): ditto.
|
|
|
1191 (make_image_instance_cache_hash_table): create a suitable hash
|
|
|
1192 table for storing image instances.
|
|
|
1193
|
|
|
1194 * elhash.h (hash_table_weakness): new internal weakness type
|
|
|
1195 HASH_TABLE_KEY_CAR_VALUE_WEAK.
|
|
|
1196 declare new functions.
|
|
|
1197
|
|
|
1198 * elhash.c (finish_marking_weak_hash_tables): introduce yet
|
|
|
1199 another weakness type for glyphs.
|
|
|
1200 (make_standard_lisp_hash_table): new function split out from
|
|
|
1201 make_general_lisp_hash_table.
|
|
|
1202 (make_lisp_hash_table): call make_standard_lisp_hash_table.
|
|
|
1203 (hash_table_instantiate): ditto.
|
|
|
1204 (Fmake_hash_table): ditto.
|
|
|
1205
|
|
448
|
1206 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
|
1207
|
|
|
1208 * XEmacs 21.2.39 is released.
|
|
|
1209
|
|
|
1210 2000-12-29 Andy Piper <andy@xemacs.org>
|
|
|
1211
|
|
|
1212 * menubar.c (menubar_visible_p_changed): signal the frame changed.
|
|
|
1213
|
|
|
1214 * glyphs-x.c (x_redisplay_widget): Re-calculate widget offsets if
|
|
|
1215 the frame has changed so that we pick up geometry changes such as
|
|
|
1216 menubar visibility.
|
|
|
1217
|
|
|
1218 2000-12-28 Andy Piper <andy@xemacs.org>
|
|
|
1219
|
|
|
1220 * lastfile.c (my_ebss): make a char array so we can pad the
|
|
|
1221 bss. Fixes cygwin unexec.
|
|
|
1222
|
|
|
1223 * unexcw.c: invert BROKEN_GDB to NO_DEBUG.
|
|
|
1224
|
|
|
1225 2000-12-26 Andy Piper <andy@xemacs.org>
|
|
|
1226
|
|
|
1227 * event-Xt.c (emacs_Xt_force_event_pending): add some verbose
|
|
|
1228 comments and try and be more precise about a non-/SIGIO world.
|
|
|
1229 (emacs_Xt_event_pending_p): use XtAppPending under cygwin and non
|
|
|
1230 SIGIO.
|
|
|
1231
|
|
|
1232 * redisplay-output.c (redisplay_normalize_glyph_area): make sure
|
|
|
1233 we don't normalize to zero width or height.
|
|
|
1234
|
|
|
1235 2000-12-24 Andy Piper <andy@xemacs.org>
|
|
|
1236
|
|
|
1237 * Makefile.in.in (ldflags): add -mwindows when appropriate.
|
|
|
1238
|
|
|
1239 2000-08-18 Golubev I. N. <gin@mo.msk.ru>
|
|
|
1240
|
|
|
1241 * s/sco5.h: SCO 5 has pty support.
|
|
|
1242
|
|
|
1243 2000-07-20 Kazuyuki IENAGA <ienaga@xemacs.org>
|
|
|
1244
|
|
|
1245 * input-method-xlib.c: supports both XIM_XLIB and USE_XFONTSET.
|
|
|
1246 input-method-xlib.c contains whole contents of input-method-xfs.c,
|
|
|
1247 so we can use input-method-xlib.c's code for USE_XFONTSET
|
|
|
1248 using #ifdefs.
|
|
|
1249 * input-method-xfs.c: removed.
|
|
|
1250
|
|
|
1251 2000-12-20 Stephen Turnbull <stephen@xemacs.org>
|
|
|
1252
|
|
|
1253 * file-coding.h (enum coding_category_type): reorder enumerators to
|
|
|
1254 make autodetection safer. Make CODING_CATEGORY_LAST an enumerator
|
|
|
1255 (now one greater than largest real coding_category_type enumerator).
|
|
|
1256 * file-coding.c (coding_category_symbol, coding_category_by_priority,
|
|
|
1257 coding_category_system, fcd_descriptihon_1, decode_coding_category,
|
|
|
1258 Fcoding_category_list, Fset_coding_priority_list,
|
|
|
1259 Fcoding_priority_list, coding_system_from_mask, Fdetect_coding_region,
|
|
|
1260 vars_of_file_coding): adjust for change in CODING_CATEGORY_LAST.
|
|
|
1261
|
|
|
1262 2000-12-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1263
|
|
|
1264 * redisplay-output.c (redisplay_clear_top_of_window): Remove static.
|
|
|
1265 * redisplay-output.c (redisplay_output_window): Clear top of window
|
|
|
1266 when face is changed.
|
|
|
1267 * redisplay-x.c (x_redraw_exposed_window): Call
|
|
|
1268 redisplay_clear_top_of_window.
|
|
|
1269 * redisplay.h: Publish redisplay_clear_top_of_window.
|
|
|
1270
|
|
|
1271 2000-12-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1272
|
|
|
1273 * buffer.c (Fkill_buffer): Map over all devices.
|
|
|
1274 * window.c (window_loop): Remove UNSHOW_BUFFER code.
|
|
|
1275 (list_windows): New function.
|
|
|
1276 (list_all_windows): Ditto.
|
|
|
1277 (Freplace_buffer_in_windows): Use them.
|
|
|
1278
|
|
|
1279 2000-02-02 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
|
1280
|
|
|
1281 * database.c (berkdb_subtype): Recognize new subtype `queue'.
|
|
|
1282 (Fopen_database): Use `db_create' instead of `db_open'.
|
|
|
1283 (syms_of_database): Initialize Qqueue.
|
|
|
1284
|
|
|
1285 2000-12-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1286
|
|
|
1287 * buffer.c (common_init_complex_vars_of_buffer): Initialize
|
|
|
1288 buffer_local_face_property.
|
|
|
1289 * buffer.h (struct buffer): New member buffer_local_face_property.
|
|
|
1290 * window.c (Fset_window_buffer): Mark window's face as changed
|
|
|
1291 when buffer has buffer local face.
|
|
|
1292 * window.h (MARK_WINDOW_FACES_CHANGED): New macro.
|
|
|
1293 * objects.c (color_after_change): Set buffer_local_face_property
|
|
|
1294 when locale of face specifier is buffer.
|
|
|
1295 * objects.c (font_after_change): Ditto.
|
|
|
1296 * objects.c (face_boolean_after_change): Ditto.
|
|
|
1297 * glyphs.c (image_after_change): Ditto.
|
|
|
1298
|
|
|
1299 2000-12-09 Dan Holmsand <dan@eyebee.com>
|
|
|
1300
|
|
|
1301 * nt.c (mswindows_fstat): Report file permissions, volume serial
|
|
|
1302 number, etc. Code adapted from FSF Emacs 20.7.
|
|
|
1303
|
|
|
1304 2000-12-09 Dan Holmsand <dan@eyebee.com>
|
|
|
1305
|
|
|
1306 * sysfile.h (lstat): Make lstat an alias for xemacs_stat instead
|
|
|
1307 of stat when we don't have symbolic links, to make sure
|
|
|
1308 mswindows_stat is called on mswindows.
|
|
|
1309
|
|
|
1310 2000-12-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1311
|
|
|
1312 * alloca.c: Define malloc to xmalloc only when built with XEmacs.
|
|
|
1313
|
|
|
1314 2000-12-12 Martin Buchholz <martin@xemacs.org>
|
|
|
1315
|
|
|
1316 * doprnt.c (emacs_doprnt_1): More printing fixes.
|
|
|
1317 Make printing of numbers compatible with libc and FSF Emacs.
|
|
|
1318 BUG was: (format "%6.3f" 1.2) ==>"1.200000"
|
|
|
1319 Use the system printf to do most of the hard work of formatting,
|
|
|
1320 instead of doprnt_1().
|
|
|
1321 Calculate memory to allocate for format string.
|
|
|
1322 Remove arbitrary limit on precision, e.g. (format "%.1000f" 3.14)
|
|
|
1323 (doprnt_1): Cleaner code and documentation.
|
|
|
1324
|
|
|
1325 2000-12-01 Jerry James <james@eecs.ukans.edu>
|
|
|
1326
|
|
|
1327 * Makefile.in.in: Use the loop variable to install headers.
|
|
|
1328
|
|
|
1329 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1330
|
|
|
1331 * window.c (Fsplit_window): Don't invalidate face cache.
|
|
|
1332
|
|
|
1333 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1334
|
|
|
1335 * minibuf.c (Fall_completions): Undo the previous change
|
|
|
1336 which removed checking elements start with space.
|
|
|
1337
|
|
|
1338 2000-12-06 Stephen Turnbull <stephen@xemacs.org>
|
|
|
1339
|
|
|
1340 * mule-canna.c: Didier suppression.
|
|
|
1341
|
|
|
1342 2000-12-06 Stephen Turnbull <stephen@xemacs.org>
|
|
|
1343
|
|
|
1344 * mule-canna.c: rename static unsigned char buf[] to key_buffer
|
|
|
1345 (warning suppression). Add English comment translations.
|
|
|
1346
|
|
|
1347 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
|
1348
|
|
|
1349 * unexelfsgi.c (unexec): Better test for mmap failure.
|
|
|
1350
|
|
446
|
1351 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
|
1352
|
|
|
1353 * XEmacs 21.2.38 is released.
|
|
|
1354
|
|
|
1355 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
|
1356
|
|
|
1357 * redisplay.c (bar-cursor): Make a user variable.
|
|
|
1358
|
|
|
1359 * symsinit.h: Add init_postgresql_from_environment.
|
|
|
1360
|
|
|
1361 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1362
|
|
|
1363 * regex.c: Convert to clean C.
|
|
|
1364
|
|
|
1365 2000-12-05 Dan Holmsand <dan@eyebee.com>
|
|
|
1366
|
|
|
1367 * realpath.c:
|
|
|
1368 Don't #include sysfile.h. Revert to duplicating PATH_MAX
|
|
|
1369 initialization.
|
|
|
1370 (sys_readlink): renamed to system_readlink to avoid conflict with
|
|
|
1371 the other sys_readlink.
|
|
|
1372
|
|
|
1373 2000-12-04 Hiroaki Abe <h-abe@pc.highway.ne.jp>
|
|
|
1374
|
|
|
1375 * dumper.c (pdump_file_get): Correct uses of pdump_fd.
|
|
|
1376
|
|
|
1377 2000-12-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1378
|
|
|
1379 * postgresql.c (init_postgresql_from_environment): new function.
|
|
|
1380 (vars_of_postgresql): Move code initializing Lisp variables out and
|
|
|
1381 into init_postgresql_from_environment.
|
|
|
1382 emacs.c (main_1): Call init_postgresql_from_environment if and only
|
|
|
1383 if running a dumped XEmacs.
|
|
|
1384
|
|
|
1385 2000-08-31 Dan Holmsand <dan@eyebee.com>
|
|
|
1386
|
|
|
1387 * buffer.c: Make find-file-compare-truenames default to true on
|
|
|
1388 windows.
|
|
|
1389
|
|
452
|
1390 * realpath.c (win32_abs_start):
|
|
446
|
1391 (cygwin_readlink):
|
|
|
1392 (win32_readlink): New functions.
|
|
|
1393 (xrealpath): Return really real filenames on windows.
|
|
|
1394
|
|
|
1395 * fileio.c (Ffile_truename): Make file-truename work on windows.
|
|
|
1396
|
|
|
1397 2000-11-29 Didier Verna <didier@xemacs.org>
|
|
|
1398
|
|
|
1399 * faces.c (MAYBE_UNFROB_BACKGROUND_PIXMAP): new macro.
|
|
|
1400 * faces.c (update_face_cachel_data): use it.
|
|
|
1401 * faces.c (add_face_cachel): use it. Complete background pixmap
|
|
|
1402 frobbing in face cache if `update_face_cachel_data' has not done so.
|
|
|
1403
|
|
|
1404 2000-11-29 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1405
|
|
|
1406 * search.c (string_match_1): Don't set last_thing_searched
|
|
|
1407 when search failed.
|
|
|
1408
|
|
|
1409 2000-11-27 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1410
|
|
|
1411 * buffer.c: Include casetab.h
|
|
|
1412 (common_init_complex_vars_of_buffer): Use new case-table object.
|
|
|
1413 * buffer.h: Include casetab.h
|
|
|
1414 * buffer.h (MAKE_TRT_TABLE): Use generic char-table.
|
|
|
1415 (DOWNCASE_TABLE_OF): Ditto.
|
|
|
1416 * bufslots.h: Remove char-tables and add case-table.
|
|
|
1417 * casetab.c: Include casetab.h
|
|
|
1418 (CASE_TABLE_P): Removed.
|
|
|
1419 (mark_case_table): New function.
|
|
|
1420 (allocate_case_table): New function.
|
|
|
1421 (Fcase_table_p): Use new case-table.
|
|
|
1422 (case_table_char): New function.
|
|
|
1423 (Fget_case_table): Ditto.
|
|
|
1424 (Fput_case_table): Ditto.
|
|
|
1425 (Fput_case_table_pair): Ditto.
|
|
|
1426 (Fcopy_case_table): Ditto.
|
|
|
1427 (Fcurrent_case_table): Return case-table.
|
|
|
1428 (Fstandard_case_table): Return case-table.
|
|
|
1429 (Fset_case_table): Fix doc-string.
|
|
|
1430 (set_case_table): Use case-table
|
|
|
1431 (syms_of_casetab): DEFSUBR new functions.
|
|
|
1432 (complex_vars_of_casetab): Set up standard case-table.
|
|
|
1433 * casetab.h: New file.
|
|
|
1434 * editfns.c: Include casetab.h
|
|
|
1435 (Fcompare_buffer_substrings): Use case-table.
|
|
|
1436 * inline.c: Include casetab.h
|
|
|
1437 * lisp.h: Remove bogus extern.
|
|
|
1438 * lrecord.h (lrecord_type): Add lrecord_type_case_table.
|
|
|
1439 * search.c: Include casetab.h
|
|
|
1440 (TRANSLATE_ASCII): Removed.
|
|
|
1441 (TRANSLATE): Unconditionally translate character.
|
|
|
1442 (looking_at_1): Use case-table.
|
|
|
1443 (string_match_1): Ditto.
|
|
|
1444 (fast_string_match): Ditto.
|
|
|
1445 (search_command): Ditto.
|
|
|
1446 (search_buffer): Separate boyer_moore. Check whether
|
|
456
|
1447 boyer_moore is possible.
|
|
446
|
1448 (simple_search): New function.
|
|
|
1449 (boyer_moore): Separated from search_buffer. Translate char.
|
|
|
1450
|
|
|
1451 2000-11-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1452
|
|
|
1453 * regex.c (RE_TR_ASCII): Removed.
|
|
|
1454 (RE_TRANSLATE): Unconditionally use TRT_TABLE.
|
|
|
1455 (PATFETCH): Call PATFETCH_RAW.
|
|
|
1456 (PATFETCH_RAW): Fetch Emchar.
|
|
|
1457 (PATUNFETCH): Decrement charptr.
|
|
|
1458 (GET_BUFFER_SPACE): Rename b to buf_end.
|
|
|
1459 (BUF_PUSH): Ditto.
|
|
|
1460 (BUF_PUSH_2): Ditto.
|
|
|
1461 (BUF_PUSH_3): Ditto.
|
|
|
1462 (EXTEND_BUFFER): Ditto.
|
|
|
1463 (SET_LIST_BIT): Ditto.
|
|
|
1464 (regex_compile): Ditto. Translate non ASCII char.
|
|
|
1465 (compile_range): Ditto.
|
|
|
1466 (re_search_2): Ditto.
|
|
|
1467 (re_match_2_internal): Compare Emchar.
|
|
|
1468 (bcmp_translate): Ditto.
|
|
|
1469
|
|
|
1470 2000-11-29 Stephen J. Turnbull <turnbull@xemacs.org>
|
|
|
1471
|
|
|
1472 * lisp.h (basic char/int typedefs): comment improvement.
|
|
|
1473
|
|
|
1474 2000-11-24 Stephen J. Turnbull <turnbull@xemacs.org>
|
|
|
1475
|
|
|
1476 * emacs.c (main_1): unconditional pdump unstomping; don't save and
|
|
|
1477 unstomp inhibit_site_lisp. Improve comments.
|
|
|
1478
|
|
|
1479 2000-11-22 Stephen J. Turnbull <turnbull@xemacs.org>
|
|
|
1480
|
|
|
1481 * mule-charset.c (Fcharset_property): improve type checking, comments.
|
|
|
1482
|
|
|
1483 2000-11-28 Andy Piper <andy@xemacs.org>
|
|
|
1484
|
|
|
1485 * redisplay-output.c (redisplay_output_subwindow): make sure we do
|
|
|
1486 clipped display for windows in the gutter also.
|
|
|
1487 (redisplay_display_boxes_in_window_p): change semantics of return
|
|
|
1488 codes to be more intuitive.
|
|
|
1489
|
|
|
1490 * gutter.h: declare display_boxes_in_gutter_p.
|
|
|
1491
|
|
|
1492 * gutter.c (display_boxes_in_gutter_p): new function for
|
|
|
1493 redisplay.
|
|
|
1494
|
|
|
1495 2000-11-22 Andy Piper <andy@xemacs.org>
|
|
|
1496
|
|
|
1497 * glyphs-x.c (image_instantiator_format_create_glyphs_x): change
|
|
|
1498 autodetect domain.
|
|
|
1499
|
|
|
1500 2000-11-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1501
|
|
|
1502 * callproc.c (Fold_call_process_internal):
|
|
|
1503 * gpm.c (Freceive_gpm_event):
|
|
|
1504 (tty_get_foreign_selection): Might be just warning supression.
|
|
|
1505 * fileio.c (Fwrite_region_internal):
|
|
|
1506 (Fset_visited_file_modtime):
|
|
|
1507 * keymap.c (event_matches_key_specifier_p):
|
|
|
1508 Initialize GCPROed variable.
|
|
|
1509
|
|
|
1510 * menubar-x.c (command_builder_find_menu_accelerator):
|
|
|
1511 Initialize before use.
|
|
|
1512
|
|
|
1513 2000-11-23 Andy Piper <andy@xemacs.org>
|
|
|
1514
|
|
|
1515 * unexcw.c (unexec): make the resulting executable executable.
|
|
|
1516
|
|
|
1517 2000-11-21 Martin Buchholz <martin@xemacs.org>
|
|
|
1518
|
|
|
1519 * doc.c (get_doc_string):
|
|
|
1520 Use size_t, not int, for result of XSTRING_LENGTH.
|
|
|
1521
|
|
|
1522 * cmds.c (Fdelete_char):
|
|
|
1523 * cmds.c (Fpoint_at_eol):
|
|
|
1524 * cmds.c (Fself_insert_command):
|
|
|
1525 Use EMACS_INT, not int, for result of XINT.
|
|
|
1526 Someday, someone will want to insert more than 2**31 identical characters.
|
|
|
1527
|
|
|
1528 * cmds.c (Fdelete_char):
|
|
|
1529 * cmds.c (Fdelete_backward_char):
|
|
|
1530 * syntax.c (Fforward_word):
|
|
|
1531 * syntax.c (Fforward_comment):
|
|
|
1532 Make COUNT argument optional, for consistency with forward-char et al.
|
|
|
1533
|
|
|
1534 2000-11-22 Martin Buchholz <martin@xemacs.org>
|
|
|
1535
|
|
|
1536 * lisp.h:
|
|
|
1537 * print.c (long_to_string):
|
|
|
1538 Return a useful value: the pointer at end of data written.
|
|
|
1539
|
|
|
1540 * doprnt.c:
|
|
|
1541 Use `static const char * const' for constant strings.
|
|
|
1542 (union printf_arg): Delete `i', `ui' members.
|
|
|
1543 (get_doprnt_args):
|
|
|
1544 (emacs_doprnt_1):
|
|
|
1545 Fix LP64 platform bug: (format "%d" most-positive-fixnum) ==> "-1"
|
|
|
1546 Do all printf-ing via the `l' specifier.
|
|
|
1547 Use EMACS_INT instead of int.
|
|
|
1548 Optimize.
|
|
|
1549
|
|
|
1550 2000-11-20 Didier Verna <didier@xemacs.org>
|
|
|
1551
|
|
|
1552 * faces.c (update_face_cachel_data): don't frob the background
|
|
|
1553 pixmap when the window is being created. The face is needed but
|
|
|
1554 does not exist yet.
|
|
|
1555
|
|
|
1556 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
|
1557
|
|
|
1558 * unexcw.c (copy_executable_and_dump_data_section): Only do bss
|
|
|
1559 messing with a debug environment.
|
|
|
1560
|
|
|
1561 2000-11-20 Martin Buchholz <martin@xemacs.org>
|
|
|
1562
|
|
|
1563 * emacs.c (__sti__iflPNGFile_c___): Pedantically correct prototype.
|
|
|
1564
|
|
|
1565 2000-11-20 Martin Buchholz <martin@xemacs.org>
|
|
|
1566
|
|
|
1567 * casetab.c (Fcase_table_p): Fix compile error and crash.
|
|
|
1568
|
|
|
1569 2000-11-18 Philip Aston <philipa@mail.com>
|
|
|
1570
|
|
|
1571 * s/cygwin32.h: Cygwin has SVR4-like pty support.
|
|
|
1572
|
|
|
1573 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
|
1574
|
|
|
1575 * fileio.c (Fexpand_file_name): GCPRO bug! Protect `handler'.
|
|
|
1576 * filelock.c (lock_file): GCPRO bug! Initialize all GCPROed vars!
|
|
|
1577
|
|
|
1578 2000-11-17 Martin Buchholz <martin@xemacs.org>
|
|
|
1579
|
|
|
1580 * config.h.in: Define HAVE_ELF_H if elf.h exists.
|
|
|
1581 * unexelf.c: Use HAVE_ELF_H.
|
|
|
1582 * unexelfsgi.c: Fix bug with dumped xemacs stdout/stderr not working.
|
|
|
1583 I copied FSF Emacs 20.7 unexelf.c to unexelfsgi.c and ANSIfied it.
|
|
|
1584 Max Matveev <makc@sgi.com> removed non-SGI-relevant parts and tested.
|
|
|
1585 Greg Harrington <greg_harrington@hotmail.com> provided a machine
|
|
|
1586 for testing.
|
|
|
1587 So this is an unexelfsgi.c from a different line of development.
|
|
|
1588
|
|
|
1589 2000-11-16 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1590
|
|
|
1591 * regex.c (RE_TR_ASCII): New function.
|
|
|
1592 (RE_TRANSLATE): Call it.
|
|
|
1593
|
|
|
1594 2000-11-16 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1595
|
|
|
1596 * buffer.h (TRT_TABLE_OF): Remove assert.
|
|
|
1597 (IN_TRT_TABLE_DOMAIN): Removed.
|
|
|
1598
|
|
|
1599 2000-11-16 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
1600
|
|
|
1601 * free-hook.c (log_gcpro):
|
|
|
1602 (show_gcprohist): Add support for GCPRO5.
|
|
|
1603
|
|
|
1604 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1605
|
|
|
1606 * emacs.c (main_1): Improve -sd error message when --pdump=no.
|
|
|
1607
|
|
|
1608 2000-11-16 Olivier Galibert <galibert@xemacs.org>
|
|
|
1609
|
|
|
1610 * symeval.h: Declare flush_all_buffer_local_cache.
|
|
|
1611
|
|
|
1612 * symbols.c: Change XD_LO_RESET_NIL into XD_LISP_OBJECTs.
|
|
|
1613 (flush_buffer_local_cache): Added.
|
|
|
1614 (flush_all_buffer_local_cache): Added.
|
|
|
1615
|
|
|
1616 * lrecord.h: Remove unused XD_LO_RESET_NIL.
|
|
|
1617
|
|
|
1618 * dumper.c (pdump_register_sub): Remove unused XD_LO_RESET_NIL.
|
|
|
1619 (pdump_dump_data): Ditto.
|
|
|
1620 (pdump_reloc_one): Ditto.
|
|
|
1621 (pdump): Remove unused pdump_qnil. Flush buffer local caches
|
|
|
1622 before dumping.
|
|
|
1623
|
|
|
1624
|
|
|
1625 2000-11-14 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1626
|
|
|
1627 * buffer.c: Remove if 0'ed entry.
|
|
|
1628 * buffer.h: Rewrite TRT to use char-table.
|
|
|
1629 * bufslots.h: Remove mirror tables.
|
|
|
1630 * casetab.c: Remove mirror tables.
|
|
|
1631 (CASE_TABLE_P): New macro.
|
|
|
1632 (Fcase_table_p): Element of a case table is string or char-table.
|
|
|
1633 (make_mirror_trt_table): Removed.
|
|
|
1634 (set_case_table): Setup char-table from strings for backward
|
|
|
1635 compatibility.
|
|
|
1636 * dired.c (Fdirectory_files):
|
|
|
1637 * dired-msw.c: (mswindows_get_files):
|
|
|
1638 * lisp.h: Change prototype of re_pattern_buffer.
|
|
|
1639 * regex.c: (RE_TRANSLATE): New macro.
|
|
|
1640 (TRANSLATE_P): Ditto.
|
|
|
1641 Change translate to type RE_TRANSLATE_TYPE.
|
|
|
1642 * regex.h: Define RE_TRANSLATE_TYPE
|
|
|
1643 * search.c (TRANSLATE): New macro.
|
|
|
1644 (TRANSLATE_ASCII): New macro.
|
|
|
1645 Translate table is changed to Lisp_Object.
|
|
|
1646 (signal_failure): Inhibit return.
|
|
|
1647
|
|
|
1648 2000-11-14 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1649
|
|
|
1650 * device-msw.c:
|
|
|
1651 * eldap.c:
|
|
|
1652 * event-Xt.c:
|
|
|
1653 * event-stream.c:
|
|
|
1654 * print.c:
|
|
|
1655 Do UNGCPRO before return.
|
|
|
1656
|
|
444
|
1657 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
|
1658
|
|
|
1659 * XEmacs 21.2.37 is released.
|
|
|
1660
|
|
|
1661 2000-11-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1662
|
|
|
1663 * fileio.c (Finsert_file_contents_internal): UNGCPRO before return.
|
|
|
1664 Add comments about discarded return value.
|
|
|
1665
|
|
|
1666 2000-11-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1667
|
|
|
1668 * callint.c:
|
|
|
1669 * event-stream.c: Fix comments. Remove some #if 0'ed part.
|
|
|
1670
|
|
|
1671 2000-10-27 Andy Piper <andy@xemacs.org>
|
|
|
1672
|
|
|
1673 * gutter.c (Fset_default_gutter_position): default left and right
|
|
|
1674 gutters to visible.
|
|
|
1675 (calculate_gutter_size): calculate resonable heuristic for left
|
|
|
1676 and right gutter sizes.
|
|
|
1677 (specifier_vars_of_gutter): change left and right gutter sizes to
|
|
|
1678 autodetect.
|
|
|
1679 (calculate_gutter_size_from_display_lines): new function.
|
|
|
1680 (output_gutter): check for resizing on left and right gutters.
|
|
|
1681 (clear_gutter): don't special case top and left gutters.
|
|
|
1682 (specifier_vars_of_gutter): use new signature for
|
|
|
1683 set_specifier_caching.
|
|
|
1684
|
|
|
1685 * glyphs-x.c (x_redisplay_widget): spelling fix.
|
|
|
1686 * glyphs.c (specifier_vars_of_glyphs):
|
|
|
1687 * menubar.c (specifier_vars_of_menubar):
|
|
|
1688 * redisplay.c (specifier_vars_of_redisplay):
|
|
|
1689 * toolbar.c (specifier_vars_of_toolbar):
|
|
|
1690 * window.c (specifier_vars_of_window):
|
|
|
1691 * scrollbar.c (specifier_vars_of_scrollbar):
|
|
|
1692 (complex_vars_of_scrollbar): use new signature for
|
|
|
1693 set_specifier_caching.
|
|
|
1694
|
|
|
1695 * specifier.c (set_specifier_caching): include recompute flag.
|
|
|
1696 (recompute_one_cached_specifier_in_window): always recompute if
|
|
|
1697 flag set.
|
|
|
1698 (recompute_one_cached_specifier_in_frame): ditto.
|
|
446
|
1699
|
|
444
|
1700 * specifier.h (struct specifier_caching): add recompute flag.
|
|
|
1701
|
|
|
1702 2000-10-24 Andy Piper <andy@xemacs.org>
|
|
|
1703
|
|
|
1704 * unexcw.c (copy_executable_and_dump_data_section): add new
|
|
|
1705 BSS_PAD_SIZE so that we can re-instate a mini-bss. This keeps gdb
|
|
|
1706 5.0 happy.
|
|
|
1707
|
|
|
1708 2000-11-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1709
|
|
|
1710 * console-x.h (x_device): New member modifier_release_time.
|
|
|
1711 * event-Xt.c (x_handle_sticky_modifiers):
|
|
|
1712 Bound interval modifier keys are sticky.
|
|
|
1713 * event-stream.c (Vmodifier_keys_sticky_time): New variable.
|
|
|
1714 * events.h: extern it.
|
|
|
1715
|
|
|
1716 2000-11-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1717
|
|
|
1718 * cmdloop.c (Fcommand_loop_1): Just add C-g to event queue.
|
|
|
1719
|
|
|
1720 2000-11-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1721
|
|
|
1722 * event-stream.c (execute_command_event): Preserve current_events
|
|
|
1723 and the like when event is misc-user-event.
|
|
|
1724 Inhibit quit during the call to maybe_echo_keys.
|
|
|
1725
|
|
|
1726 2000-10-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1727
|
|
|
1728 * filelock.c (lock_buffer): Cope with kill-buffer. Don't create a
|
|
|
1729 symlink when buffer is killed.
|
|
|
1730 (inhibit_clash_detection): New variable.
|
|
|
1731
|
|
|
1732 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1733
|
|
|
1734 * console.c (Fset_input_method): Trigger redisplay on tty.
|
|
|
1735
|
|
|
1736 2000-11-07 Martin Buchholz <martin@xemacs.org>
|
|
|
1737
|
|
|
1738 * process.c (Fprocess_status): Revert to previous behavior:
|
|
|
1739 (process-status "nosuchprocess") ==> nil
|
|
|
1740
|
|
|
1741 2000-11-06 Martin Buchholz <martin@xemacs.org>
|
|
|
1742
|
|
|
1743 * mule-charset.h (CHARSET_BY_LEADING_BYTE):
|
|
|
1744 Work around another GCC 2.95.2 optimizer bug.
|
|
|
1745
|
|
|
1746 2000-11-02 Martin Buchholz <martin@xemacs.org>
|
|
|
1747
|
|
|
1748 * process.c (Fget_process): Use LIST_LOOP_2.
|
|
|
1749 (kill_buffer_processes): Use LIST_LOOP_2.
|
|
|
1750
|
|
|
1751 * minibuf.c (Fall_completions):
|
|
|
1752 Delete old non-functional code for FSF fourth argument.
|
|
|
1753
|
|
446
|
1754 * frame.c (frame_matches_frame_spec):
|
|
444
|
1755 Renamed from `frame_matches_frametype'. Update all callers.
|
|
446
|
1756 (device_matches_device_spec):
|
|
444
|
1757 Renamed from 'device_matches_console_spec'. Update all callers.
|
|
|
1758
|
|
|
1759 * doc.c (Fsubstitute_command_keys):
|
|
|
1760 Remove buffer overflow crash. Small code cleanups.
|
|
|
1761
|
|
|
1762 * casetab.c (check_case_table): Simpler code.
|
|
|
1763
|
|
|
1764 * window.c (Freplace_buffer_in_windows):
|
|
446
|
1765 Give this the same WHICH-FRAMES and WHICH-DEVICES parameters
|
|
444
|
1766 (and similar implementation) as Fdelete_windows_on.
|
|
|
1767 Update all callers.
|
|
|
1768
|
|
|
1769 * alloc.c (Fmake_list):
|
|
|
1770 * alloc.c (make_vector):
|
|
|
1771 * alloc.c (Fmake_vector):
|
|
|
1772 * alloc.c (make_bit_vector):
|
|
|
1773 * alloc.c (Fmake_bit_vector):
|
|
|
1774 * alloc.c (Fbit_vector):
|
|
|
1775 * alloc.c (Fmake_string):
|
|
|
1776 * alloc.c (Fpurecopy):
|
|
|
1777 * alloc.c (Fmemory_limit):
|
|
|
1778 * buffer.c:
|
|
|
1779 * buffer.c (Fget_buffer):
|
|
|
1780 * buffer.c (Fkill_buffer):
|
|
|
1781 * buffer.c (complex_vars_of_buffer):
|
|
|
1782 * bytecode.c (Fcompiled_function_stack_depth):
|
|
|
1783 * callint.c (Fprefix_numeric_value):
|
|
|
1784 * event-stream.c:
|
|
|
1785 * event-stream.c (Fread_key_sequence):
|
|
|
1786 * casetab.c:
|
|
|
1787 * casetab.c (Fcase_table_p):
|
|
|
1788 * casetab.c (check_case_table):
|
|
|
1789 * casetab.c (Fset_case_table):
|
|
|
1790 * casetab.c (Fset_standard_case_table):
|
|
|
1791 * chartab.c:
|
|
|
1792 * chartab.c (Fchar_table_type):
|
|
|
1793 * chartab.c (Freset_char_table):
|
|
|
1794 * chartab.c (Fget_char_table):
|
|
|
1795 * chartab.c (Fget_range_char_table):
|
|
|
1796 * chartab.c (Fput_char_table):
|
|
|
1797 * chartab.c (Fmap_char_table):
|
|
|
1798 * chartab.c (Fcategory_table_p):
|
|
|
1799 * chartab.c (Fcheck_category_at):
|
|
|
1800 * chartab.c (Fchar_in_category_p):
|
|
|
1801 * chartab.c (Fcategory_table):
|
|
|
1802 * chartab.c (Fcopy_category_table):
|
|
|
1803 * chartab.c (Fset_category_table):
|
|
|
1804 * chartab.c (Fcategory_designator_p):
|
|
|
1805 * chartab.c (Fcategory_table_value_p):
|
|
|
1806 * cmds.c (Fdelete_char):
|
|
|
1807 * cmds.c (Fdelete_backward_char):
|
|
|
1808 * cmds.c (Fself_insert_command):
|
|
|
1809 * cmds.c (Fself_insert_internal):
|
|
|
1810 * console.c (Fvalid_console_type_p):
|
|
|
1811 * console.c (Fcdfw_console):
|
|
|
1812 * console.c (Fconsole_type):
|
|
|
1813 * console.c (Fconsole_name):
|
|
|
1814 * console.c (Fconsole_device_list):
|
|
|
1815 * console.c (Fconsole_on_window_system_p):
|
|
|
1816 * data.c:
|
|
|
1817 * data.c (Feq):
|
|
|
1818 * data.c (Fold_eq):
|
|
|
1819 * data.c (Fsubr_interactive):
|
|
|
1820 * data.c (Fchar_to_int):
|
|
|
1821 * data.c (Fint_to_char):
|
|
|
1822 * data.c (Fsetcar):
|
|
|
1823 * data.c (Fsetcdr):
|
|
|
1824 * data.c (Fnumber_to_string):
|
|
|
1825 * data.c (Fstring_to_number):
|
|
|
1826 * data.c (Frem):
|
|
|
1827 * database.c (mark_database):
|
|
|
1828 * database.c (finalize_database):
|
|
|
1829 * database.c (Fdatabase_live_p):
|
|
|
1830 * database.c (Fdatabasep):
|
|
|
1831 * device-x.c (Fx_get_resource):
|
|
|
1832 * device.c (Fdfw_device):
|
|
|
1833 * dired.c:
|
|
|
1834 * dired.c (Ffile_name_completion):
|
|
|
1835 * dired.c (Ffile_name_all_completions):
|
|
|
1836 * dired.c (Fuser_name_completion):
|
|
|
1837 * dired.c (Fuser_name_completion_1):
|
|
|
1838 * dired.c (Fuser_name_all_completions):
|
|
|
1839 * doc.c (Fdocumentation):
|
|
|
1840 * doc.c (Fdocumentation_property):
|
|
|
1841 * doc.c (Fsubstitute_command_keys):
|
|
|
1842 * editfns.c:
|
|
|
1843 * editfns.c (Fchar_to_string):
|
|
|
1844 * editfns.c (Fstring_to_char):
|
|
|
1845 * editfns.c (Ftemp_directory):
|
|
|
1846 * editfns.c (Finsert_char):
|
|
|
1847 * editfns.c (Fbuffer_substring_no_properties):
|
|
|
1848 * editfns.c (Fnarrow_to_region):
|
|
|
1849 * editfns.c (Fchar_equal):
|
|
|
1850 * editfns.c (Fchar_Equal):
|
|
|
1851 * editfns.c (Ftranspose_regions):
|
|
|
1852 * emacs.c (Fdump_emacs):
|
|
|
1853 * eval.c (Fthrow):
|
|
|
1854 * eval.c (Fcommand_execute):
|
|
|
1855 * eval.c (Fautoload):
|
|
|
1856 * eval.c (Fbacktrace):
|
|
|
1857 * eval.c (Fbacktrace_frame):
|
|
|
1858 * events.c:
|
|
|
1859 * events.c (Fcopy_event):
|
|
|
1860 * events.c (Fcharacter_to_event):
|
|
|
1861 * events.c (Fevent_button):
|
|
|
1862 * events.c (Fevent_process):
|
|
|
1863 * extents.c:
|
|
|
1864 * extents.c (Fnext_extent_change):
|
|
|
1865 * extents.c (Fextent_property):
|
|
|
1866 * faces.c (Ffacep):
|
|
|
1867 * faces.c (Fmake_face):
|
|
|
1868 * file-coding.c:
|
|
|
1869 * file-coding.c (Fencode_shift_jis_char):
|
|
|
1870 * file-coding.c (Fencode_big5_char):
|
|
|
1871 * fileio.c (Ffile_name_directory):
|
|
|
1872 * fileio.c (Ffile_name_nondirectory):
|
|
|
1873 * fileio.c (Ffile_name_as_directory):
|
|
|
1874 * fileio.c (Fdirectory_file_name):
|
|
|
1875 * fileio.c (Ffile_truename):
|
|
|
1876 * fileio.c (Fsubstitute_in_file_name):
|
|
|
1877 * fileio.c (Ffile_modes):
|
|
|
1878 * fileio.c (Fset_file_modes):
|
|
|
1879 * fileio.c (Fset_default_file_modes):
|
|
|
1880 * fileio.c (Fverify_visited_file_modtime):
|
|
|
1881 * floatfns.c (Facos):
|
|
|
1882 * floatfns.c (Fasin):
|
|
|
1883 * floatfns.c (Fatan):
|
|
|
1884 * floatfns.c (Fcos):
|
|
|
1885 * floatfns.c (Fsin):
|
|
|
1886 * floatfns.c (Ftan):
|
|
|
1887 * floatfns.c (Fbessel_j0):
|
|
|
1888 * floatfns.c (Fbessel_j1):
|
|
|
1889 * floatfns.c (Fbessel_jn):
|
|
|
1890 * floatfns.c (Fbessel_y0):
|
|
|
1891 * floatfns.c (Fbessel_y1):
|
|
|
1892 * floatfns.c (Fbessel_yn):
|
|
|
1893 * floatfns.c (Ferf):
|
|
|
1894 * floatfns.c (Ferfc):
|
|
|
1895 * floatfns.c (Flog_gamma):
|
|
|
1896 * floatfns.c (Fexp):
|
|
|
1897 * floatfns.c (Fexpt):
|
|
|
1898 * floatfns.c (Flog):
|
|
|
1899 * floatfns.c (Flog10):
|
|
|
1900 * floatfns.c (Fsqrt):
|
|
|
1901 * floatfns.c (Fcube_root):
|
|
|
1902 * floatfns.c (Facosh):
|
|
|
1903 * floatfns.c (Fasinh):
|
|
|
1904 * floatfns.c (Fatanh):
|
|
|
1905 * floatfns.c (Fcosh):
|
|
|
1906 * floatfns.c (Fsinh):
|
|
|
1907 * floatfns.c (Ftanh):
|
|
|
1908 * floatfns.c (Fabs):
|
|
|
1909 * floatfns.c (Ffloat):
|
|
|
1910 * floatfns.c (Flogb):
|
|
|
1911 * floatfns.c (Fceiling):
|
|
|
1912 * floatfns.c (Ffloor):
|
|
|
1913 * floatfns.c (Fround):
|
|
|
1914 * floatfns.c (Ftruncate):
|
|
|
1915 * floatfns.c (Ffceiling):
|
|
|
1916 * floatfns.c (Fffloor):
|
|
|
1917 * floatfns.c (Ffround):
|
|
|
1918 * floatfns.c (Fftruncate):
|
|
|
1919 * fns.c (Fstring_equal):
|
|
|
1920 * fns.c (Fstring_lessp):
|
|
|
1921 * fns.c (concat2):
|
|
|
1922 * fns.c (concat3):
|
|
|
1923 * fns.c (vconcat2):
|
|
|
1924 * fns.c (vconcat3):
|
|
|
1925 * fns.c (Fsubstring):
|
|
|
1926 * fns.c (Fassoc):
|
|
|
1927 * fns.c (Fold_assoc):
|
|
|
1928 * fns.c (assoc_no_quit):
|
|
|
1929 * fns.c (Fassq):
|
|
|
1930 * fns.c (Fold_assq):
|
|
|
1931 * fns.c (assq_no_quit):
|
|
|
1932 * fns.c (Frassoc):
|
|
|
1933 * fns.c (Fold_rassoc):
|
|
|
1934 * fns.c (Frassq):
|
|
|
1935 * fns.c (Fold_rassq):
|
|
|
1936 * fns.c (rassq_no_quit):
|
|
|
1937 * fns.c (Fremassoc):
|
|
|
1938 * fns.c (remassoc_no_quit):
|
|
|
1939 * fns.c (Fremassq):
|
|
|
1940 * fns.c (remassq_no_quit):
|
|
|
1941 * fns.c (Fremrassoc):
|
|
|
1942 * fns.c (Fremrassq):
|
|
|
1943 * fns.c (remrassq_no_quit):
|
|
|
1944 * fns.c (Fsort):
|
|
|
1945 * fns.c (Fplist_get):
|
|
|
1946 * fns.c (Fplist_put):
|
|
|
1947 * fns.c (Fplist_remprop):
|
|
|
1948 * fns.c (Fplist_member):
|
|
|
1949 * fns.c (Flax_plist_get):
|
|
|
1950 * fns.c (Flax_plist_put):
|
|
|
1951 * fns.c (Flax_plist_remprop):
|
|
|
1952 * fns.c (Flax_plist_member):
|
|
|
1953 * fns.c (Fequal):
|
|
|
1954 * fns.c (Fold_equal):
|
|
|
1955 * fns.c (Frequire):
|
|
|
1956 * fns.c (Fbase64_encode_region):
|
|
|
1957 * fns.c (Fbase64_encode_string):
|
|
|
1958 * fns.c (Fbase64_decode_region):
|
|
|
1959 * frame.c:
|
|
|
1960 * frame.c (frame_matches_frame_spec):
|
|
|
1961 * frame.c (device_matches_device_spec):
|
|
|
1962 * frame.c (next_frame):
|
|
|
1963 * frame.c (previous_frame):
|
|
|
1964 * frame.c (Fnext_frame):
|
|
|
1965 * frame.c (Fprevious_frame):
|
|
|
1966 * frame.c (Fframe_property):
|
|
|
1967 * frame.c (Fset_frame_height):
|
|
|
1968 * frame.c (Fset_frame_size):
|
|
|
1969 * frame.h:
|
|
|
1970 * glyphs.c:
|
|
|
1971 * glyphs.c (if):
|
|
|
1972 * glyphs.c (decode_error_behavior_flag):
|
|
|
1973 * glyphs.c (Fmake_image_instance):
|
|
|
1974 * indent.c (Findent_to):
|
|
|
1975 * intl.c (Fignore_defer_gettext):
|
|
|
1976 * keymap.c (Fkeymapp):
|
|
|
1977 * keymap.c (Flookup_key):
|
|
|
1978 * lread.c:
|
|
|
1979 * lread.c (Fload_internal):
|
|
|
1980 * lread.c (Feval_buffer):
|
|
|
1981 * lread.c (Feval_region):
|
|
|
1982 * macros.c (Fexecute_kbd_macro):
|
|
|
1983 * marker.c (set_marker_internal):
|
|
|
1984 * marker.c (Fset_marker):
|
|
|
1985 * marker.c (set_marker_restricted):
|
|
|
1986 * marker.c (Fcopy_marker):
|
|
|
1987 * marker.c (noseeum_copy_marker):
|
|
|
1988 * menubar.c:
|
|
|
1989 * menubar.c (Fpopup_menu):
|
|
|
1990 * minibuf.c:
|
|
|
1991 * mule-charset.c (Fcharset_name):
|
|
|
1992 * mule-charset.c (Fchar_charset):
|
|
|
1993 * mule-charset.c (Fchar_octet):
|
|
|
1994 * mule-charset.c (Fsplit_char):
|
|
|
1995 * mule-wnnfns.c (Fwnn_open):
|
|
|
1996 * mule-wnnfns.c (Fwnn_dict_comment):
|
|
|
1997 * mule-wnnfns.c (Fwnn_quit_henkan):
|
|
|
1998 * mule-wnnfns.c (Fwnn_word_toroku):
|
|
|
1999 * mule-wnnfns.c (Fwnn_word_sakujo):
|
|
|
2000 * mule-wnnfns.c (Fwnn_word_use):
|
|
|
2001 * mule-wnnfns.c (Fwnn_hindo_set):
|
|
|
2002 * objects.c:
|
|
|
2003 * objects.c (Fmake_color_instance):
|
|
|
2004 * objects.c (Fmake_font_instance):
|
|
|
2005 * print.c (Fwrite_char):
|
|
|
2006 * process.c:
|
|
|
2007 * process.c (mark_process):
|
|
|
2008 * process.c (print_process):
|
|
|
2009 * process.c (get_process_from_usid):
|
|
|
2010 * process.c (Fprocessp):
|
|
|
2011 * process.c (Fprocess_live_p):
|
|
|
2012 * process.c (Fget_process):
|
|
|
2013 * process.c (Fget_buffer_process):
|
|
|
2014 * process.c (get_process):
|
|
|
2015 * process.c (Fprocess_id):
|
|
|
2016 * process.c (Fprocess_name):
|
|
|
2017 * process.c (Fprocess_command):
|
|
|
2018 * process.c (init_process_io_handles):
|
|
|
2019 * process.c (start_process_unwind):
|
|
|
2020 * process.c (Fstart_process_internal):
|
|
|
2021 * process.c (Fopen_multicast_group_internal):
|
|
|
2022 * process.c (Fset_process_window_size):
|
|
|
2023 * process.c (read_process_output):
|
|
|
2024 * process.c (send_process):
|
|
|
2025 * process.c (Fprocess_tty_name):
|
|
|
2026 * process.c (Fset_process_buffer):
|
|
|
2027 * process.c (Fprocess_buffer):
|
|
|
2028 * process.c (Fprocess_mark):
|
|
|
2029 * process.c (set_process_filter):
|
|
|
2030 * process.c (Fset_process_filter):
|
|
|
2031 * process.c (Fprocess_filter):
|
|
|
2032 * process.c (Fprocess_send_region):
|
|
|
2033 * process.c (Fprocess_send_string):
|
|
|
2034 * process.c (exec_sentinel):
|
|
|
2035 * process.c (Fset_process_sentinel):
|
|
|
2036 * process.c (Fprocess_sentinel):
|
|
|
2037 * process.c (status_notify):
|
|
|
2038 * process.c (Fprocess_status):
|
|
|
2039 * process.c (Fprocess_exit_status):
|
|
|
2040 * process.c (process_send_signal):
|
|
|
2041 * process.c (Fprocess_send_eof):
|
|
|
2042 * process.c (deactivate_process):
|
|
|
2043 * process.c (remove_process):
|
|
|
2044 * process.c (Fdelete_process):
|
|
|
2045 * process.c (kill_buffer_processes):
|
|
|
2046 * process.c (Fprocess_kill_without_query):
|
|
|
2047 * process.c (Fprocess_kill_without_query_p):
|
|
|
2048 * rangetab.c:
|
|
|
2049 * rangetab.c (Fget_range_table):
|
|
|
2050 * rangetab.c (Fput_range_table):
|
|
|
2051 * rangetab.c (Fremove_range_table):
|
|
|
2052 * rangetab.c (Fclear_range_table):
|
|
|
2053 * search.c:
|
|
|
2054 * search.c (Fskip_chars_forward):
|
|
|
2055 * search.c (Fskip_chars_backward):
|
|
|
2056 * search.c (Fskip_syntax_forward):
|
|
|
2057 * search.c (Fskip_syntax_backward):
|
|
|
2058 * search.c (search_command):
|
|
|
2059 * search.c (Freplace_match):
|
|
|
2060 * search.c (Fregexp_quote):
|
|
|
2061 * select.c (Fown_selection_internal):
|
|
|
2062 * select.c (Fselection_owner_p):
|
|
|
2063 * select.c (Fselection_exists_p):
|
|
|
2064 * select.c (Fget_selection_internal):
|
|
|
2065 * specifier.c:
|
|
|
2066 * symbols.c:
|
|
|
2067 * symbols.c (Fintern):
|
|
|
2068 * symbols.c (Fintern_soft):
|
|
|
2069 * symbols.c (Funintern):
|
|
|
2070 * symbols.c (Fapropos_internal):
|
|
|
2071 * symbols.c (Fset_default):
|
|
|
2072 * syntax.c:
|
|
|
2073 * syntax.c (Fsyntax_table_p):
|
|
|
2074 * syntax.c (Fcopy_syntax_table):
|
|
|
2075 * syntax.c (Fset_syntax_table):
|
|
|
2076 * syntax.c (Fchar_syntax):
|
|
|
2077 * syntax.c (syntax_match):
|
|
|
2078 * syntax.c (Fmatching_paren):
|
|
|
2079 * syntax.c (Fforward_word):
|
|
|
2080 * syntax.c (scan_lists):
|
|
|
2081 * syntax.c (Fscan_lists):
|
|
|
2082 * syntax.c (Fscan_sexps):
|
|
|
2083 * syntax.c (Fparse_partial_sexp):
|
|
|
2084 * toolbar.c (Fcheck_toolbar_button_syntax):
|
|
|
2085 * tooltalk.doc:
|
|
|
2086 * window.c:
|
|
|
2087 * window.c (Fwindowp):
|
|
|
2088 * window.c (Fwindow_live_p):
|
|
|
2089 * window.c (Fwindow_point):
|
|
|
2090 * window.c (Fdelete_window):
|
|
|
2091 * window.c (Fnext_window):
|
|
|
2092 * window.c (Fprevious_window):
|
|
|
2093 * window.c (Fother_window):
|
|
|
2094 * window.c (window_loop):
|
|
|
2095 * window.c (Fget_lru_window):
|
|
|
2096 * window.c (Fsplit_window):
|
|
|
2097 * window.c (Fenlarge_window):
|
|
|
2098 * window.c (Fenlarge_window_pixels):
|
|
|
2099 * window.c (Fshrink_window):
|
|
|
2100 * window.c (Fshrink_window_pixels):
|
|
|
2101 * window.c (change_window_height):
|
|
|
2102 * window.c (Fwindow_configuration_p):
|
|
|
2103 * window.c (Fcurrent_window_configuration):
|
|
|
2104 * window.h:
|
|
|
2105 * casefiddle.c (casify_object):
|
|
|
2106 * casefiddle.c (Fupcase):
|
|
|
2107 * casefiddle.c (Fdowncase):
|
|
|
2108 * casefiddle.c (Fcapitalize):
|
|
|
2109 * casefiddle.c (Fupcase_initials):
|
|
|
2110 * casefiddle.c (casify_region_internal):
|
|
|
2111 * casefiddle.c (casify_region):
|
|
|
2112 * casefiddle.c (Fupcase_region):
|
|
|
2113 * casefiddle.c (Fdowncase_region):
|
|
|
2114 * casefiddle.c (Fcapitalize_region):
|
|
|
2115 * casefiddle.c (Fupcase_initials_region):
|
|
|
2116 * casefiddle.c (Fupcase_word):
|
|
|
2117 * casefiddle.c (Fdowncase_word):
|
|
|
2118 * casefiddle.c (Fcapitalize_word):
|
|
|
2119 Docstring arglist/Texinfo fixes. See man/ChangeLog for details.
|
|
|
2120 Replace 0 with '\0' when working with bytes.
|
|
|
2121 Replace initial "(" with "\(" in docstrings.
|
|
|
2122
|
|
|
2123 2000-11-01 Martin Buchholz <martin@xemacs.org>
|
|
|
2124
|
|
|
2125 * config.h.in: Handle alloca with Compaq C on Alpha Linux.
|
|
|
2126
|
|
|
2127 * m/alpha.h: Let configure handle SYSTEM_MALLOC on Linux.
|
|
|
2128
|
|
|
2129 2000-10-31 Martin Buchholz <martin@xemacs.org>
|
|
|
2130
|
|
|
2131 * eldap.c (print_ldap): 64-bit cleaner. Fixes warning.
|
|
|
2132
|
|
|
2133 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2134
|
|
|
2135 * doprnt.c (emacs_do_prnt_1): Format (format "%01.2d" 10)
|
|
|
2136 correctly.
|
|
|
2137
|
|
|
2138 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2139
|
|
|
2140 * fileio.c (Vauto_save_list_file_prefix): Moved from startup.el.
|
|
|
2141 (inhibit_auto_save_session): New variable.
|
|
|
2142 (vars_of_fileio): Declare and initialize them.
|
|
|
2143 * fileio.c (Fdo_auto_save): Don't create session file if
|
|
|
2144 Vinhibit_auto_save_session or Vauto_save_list_file_prefix is non-nil.
|
|
|
2145
|
|
|
2146 2000-10-31 Martin Buchholz <martin@xemacs.org>
|
|
|
2147
|
|
|
2148 * sgiplay.c (play_internal): C++ compilability.
|
|
|
2149 * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Remove unused var `SFTB_prev'.
|
|
446
|
2150 * callproc.c (Fold_call_process_internal):
|
|
444
|
2151 Remove unused vars `env', `first'.
|
|
446
|
2152 * scrollbar.c (update_scrollbar_instance):
|
|
444
|
2153 #### unused var `current_window'.
|
|
|
2154 * redisplay-tty.c: Put currently unused vars insert_mode_on,
|
|
|
2155 etc. within #ifdef NOT_YET.
|
|
|
2156 * emacs.c: #### unused vars `initial_argc', `initial_argv'.
|
|
|
2157 * dialog-x.c (dbox_descriptor_to_widget_value): ### unused var `title'.
|
|
446
|
2158 * specifier.c (specifier_instance):
|
|
444
|
2159 #### unused var `tag'.
|
|
|
2160 Use WINDOW_BUFFER, FRAME_DEVICE instead of their expansion.
|
|
|
2161
|
|
|
2162 2000-10-27 Martin Buchholz <martin@xemacs.org>
|
|
|
2163
|
|
|
2164 * fns.c (Fbutlast):
|
|
|
2165 * fns.c (list_sort):
|
|
|
2166 * fns.c (Ffillarray):
|
|
|
2167 * fns.c (bytecode_nconc2):
|
|
|
2168 * fns.c (Fnconc):
|
|
|
2169 * fns.c (mapcar1):
|
|
|
2170 * fns.c (Fmapconcat):
|
|
|
2171 Be pedantically 64-bit correct. For the time when someone will
|
|
|
2172 want to have a list with length > 2**32.
|
|
|
2173
|
|
|
2174 * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
|
|
|
2175 Work around MIPSpro compiler bug.
|
|
|
2176
|
|
|
2177 * process-unix.c (unix_kill_child_process): Add snarky comment.
|
|
|
2178 * process-unix.c (try_to_initialize_subtty): Oops, `=' ==> `=='
|
|
|
2179
|
|
|
2180 * config.h.in: Oops, _getpt ==> _getpty
|
|
|
2181
|
|
|
2182 2000-10-26 Martin Buchholz <martin@xemacs.org>
|
|
|
2183
|
|
|
2184 * config.h.in:
|
|
|
2185 * regex.c:
|
|
|
2186 Use void*, not char*, as return type of alloca().
|
|
|
2187
|
|
|
2188 * alloc.c (free_marker): Side effect inside assert expression!
|
|
|
2189
|
|
|
2190 2000-10-16 MIYASHITA Hisashi <himi@m17n.org>
|
|
|
2191
|
|
|
2192 * mule-charset.c (Fset_charset_ccl_program): To check
|
|
|
2193 if the given ccl program is valid, use setup_ccl_program()
|
|
|
2194 instead of CHECK_VECTOR().
|
|
|
2195 (Fmake_charset): Likewise.
|
|
|
2196
|
|
|
2197 2000-10-20 Golubev I. N. <gin@mo.msk.ru>
|
|
|
2198
|
|
|
2199 * faces.c (get_extent_fragment_face_cache_index):
|
|
|
2200 Fix cachel.merged_faces memory leak.
|
|
|
2201
|
|
|
2202 2000-10-14 MIYASHITA Hisashi <himi@m17n.org>
|
|
|
2203
|
|
|
2204 * mule-ccl.c (ccl_driver)<CCL_DECODE_SJIS>:
|
|
|
2205 Reset MSB of octets obtained by DECODE_SJIS
|
|
|
2206 because of the incompatibility with Emacs.
|
|
|
2207 (ccl_driver)<CCL_ENCODE_SJIS>:
|
|
|
2208 Set MSB of octets before passing them to
|
|
|
2209 ENCODE_SJIS because of the incompatibility
|
|
|
2210 with Emacs.
|
|
|
2211
|
|
|
2212 2000-10-18 Daiki Ueno <ueno@unixuser.org>
|
|
|
2213
|
|
|
2214 * lrecord.h (DECLARE_TYPECHECK_LRECORD): Abolish.
|
|
|
2215 (DECLARE_LRECORD): Undo the last change.
|
|
|
2216 (DECLARE_EXTERNAL_LRECORD): Expand typechecking stuff.
|
|
|
2217
|
|
|
2218 2000-10-17 Daiki Ueno <ueno@unixuser.org>
|
|
|
2219
|
|
|
2220 * lrecord.h (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): Connect
|
|
|
2221 the implementation to lrecord_implementations_table.
|
|
|
2222
|
|
|
2223 2000-10-14 Daiki Ueno <ueno@unixuser.org>
|
|
|
2224
|
|
|
2225 * lrecord.h (MAKE_EXTERNAL_LRECORD_IMPLEMENTATION): Don't set the
|
|
|
2226 initial value of `lrecord_type_##c_name' and
|
|
|
2227 `lrecord_##c_name.lrecord_type_index'; discard "const" qualifier.
|
|
|
2228 (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): New macro.
|
|
|
2229 [ERROR_CHECK_TYPECHECK] (DECLARE_TYPECHECK_LRECORD): New macro.
|
|
|
2230 [ERROR_CHECK_TYPECHECK] (DECLARE_LRECORD): Use it.
|
|
|
2231 [ERROR_CHECK_TYPECHECK] (DECLARE_EXTERNAL_LRECORD): Use it.
|
|
|
2232
|
|
|
2233 2000-10-17 Martin Buchholz <martin@xemacs.org>
|
|
|
2234
|
|
|
2235 * miscplay.c (sndcnv8S_2mono):
|
|
446
|
2236 (sndcnv2monounsigned):
|
|
|
2237 (sndcnvULaw_2linear):
|
|
|
2238 (sndcnv16swap):
|
|
444
|
2239 Remove implementation-defined behavior.
|
|
|
2240
|
|
|
2241 2000-10-12 Martin Buchholz <martin@xemacs.org>
|
|
|
2242
|
|
|
2243 * input-method-xlib.c: Warning suppression.
|
|
|
2244
|
|
|
2245 2000-10-05 MIYASHITA Hisashi <himi@m17n.org>
|
|
|
2246
|
|
|
2247 * mule-ccl.c: Sync up with Emacs 21.0.90.
|
|
|
2248 (ccl_driver)<CCL_TranslateCharacter>: Disabled.
|
|
|
2249 Do nothing.
|
|
|
2250 (ccl_driver)<CCL_TranslateCharacterConstTbl>:
|
|
|
2251 Likewise.
|
|
|
2252 (ccl_driver[WriteMultibyteChar2]): Bug fix.
|
|
|
2253 Use MAX_LEADING_BYTE_OFFICIAL_2 instead of
|
|
|
2254 MIN_LEADING_BYTE_OFFICIAL_2 to check whether the
|
|
|
2255 leading char belongs to official 2-dimensional charset.
|
|
|
2256 (CCL_WRITE_CHAR): When CCL_MODE_ENCODING,
|
|
|
2257 write the given character as is. Otherwise,
|
|
|
2258 if it is a multibyte char, convert it by
|
|
|
2259 non_ascii_set_charptr_emchar, then write it.
|
|
|
2260 (CCL_WRITE_STRING): Likewise.
|
|
|
2261 (ccl_get_compiled_code): New function.
|
|
|
2262 (setup_ccl_program): When ccl_prog is invalid,
|
|
|
2263 return -1.
|
|
|
2264 (Fregister_code_conversion_map): New function.
|
|
|
2265 (syms_of_mule_ccl): defsubr Fregister_code_conversion_map.
|
|
|
2266
|
|
|
2267 * mule-ccl.h: Sync up with Emacs 21.0.90.
|
|
|
2268 (Fregister_ccl_program): export it.
|
|
|
2269
|
|
|
2270 * redisplay-msw.c (separate_textual_runs):
|
|
|
2271 If ccl program is not valid, don't do ccl conversion.
|
|
|
2272
|
|
|
2273 * redisplay-x.c (separate_textual_runs): Ditto.
|
|
|
2274
|
|
|
2275 * file-coding.c (Fmake_coding_system):
|
|
|
2276 When type is ccl and value is vector, register it
|
|
|
2277 with a proper symbol. And checks whether the
|
|
|
2278 given ccl program is valid.
|
|
|
2279 (mule_decode): When calling ccl_driver, if src indicates
|
|
|
2280 NULL pointer, set an empty string instead.
|
|
|
2281 (mule_encode): Likewise.
|
|
|
2282
|
|
|
2283 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
|
2284
|
|
|
2285 The following large batch of changes gets us back to a state of
|
|
|
2286 C++ compilability. Extbyte is now a char, which means that
|
|
|
2287 Extbyte * and Bufbyte * cannot be freely interchanged - a win!
|
|
|
2288
|
|
|
2289 * tooltalk.c (Fset_tooltalk_message_attribute): Type correctness.
|
|
|
2290
|
|
|
2291 * sound.c (Fplay_sound): Type correctness.
|
|
|
2292
|
|
|
2293 * select-x.c (hack_motif_clipboard_selection): Type correctness.
|
|
|
2294 (x_get_window_property): Type correctness.
|
|
|
2295 (receive_incremental_selection): unsigned char ==> Extbyte
|
|
|
2296 (selection_data_to_lisp_data): unsigned char ==> Extbyte
|
|
|
2297 (Fx_get_cutbuffer_internal): unsigned char ==> Extbyte
|
|
|
2298 (Fx_store_cutbuffer_internal): Type correctness.
|
|
|
2299
|
|
|
2300 * process-unix.c (try_to_initialize_subtty): Type correctness.
|
|
|
2301
|
|
|
2302 * objects-x.c (x_print_color_instance): Type correctness.
|
|
|
2303 (x_print_font_instance): Type correctness.
|
|
|
2304 (x_list_fonts): SExtbyte ==> Extbyte.
|
|
|
2305 (valid_x_font_name_p): SExtbyte ==> Extbyte.
|
|
|
2306 (x_find_charset_font): SExtbyte ==> Extbyte.
|
|
|
2307 Use TO_INTERNAL_FORMAT. build_string ==> make_string.
|
|
|
2308 (truename_via_XListFonts): SExtbyte ==> Extbyte.
|
|
|
2309 (x_font_instance_properties): Use TO_INTERNAL_FORMAT.
|
|
|
2310 Use bufbyte_strcmp.
|
|
|
2311
|
|
|
2312 * mule-charset.h (LEADING_BYTE_PREFIX_P): unsigned char ==> Bufbyte
|
|
|
2313 (PRIVATE_LEADING_BYTE_PREFIX): Add paranoia cast.
|
|
|
2314 (BYTE_ASCII_P): Use bit ops for char-signedness safety.
|
|
|
2315 (BYTE_C0_P): Use bit ops for char-signedness safety.
|
|
|
2316 (BYTE_C1_P): Use bit ops for char-signedness safety.
|
|
446
|
2317 (CHARSET_BY_LEADING_BYTE):
|
|
|
2318 (CHARSET_BY_ATTRIBUTES):
|
|
444
|
2319 Always use inline function.
|
|
|
2320 Use type_checking_assert.
|
|
|
2321 Hide chlook.
|
|
|
2322
|
|
|
2323 * mule-charset.c (non_ascii_charptr_copy_char):
|
|
|
2324 Modify to work with both ASCII and non-ASCII characters.
|
|
|
2325 Improve docs and variable names.
|
|
|
2326 Replace over-clever fall-through switch with a simple loop.
|
|
446
|
2327 (Lstream_get_emchar_1):
|
|
444
|
2328 Replace over-clever fall-through switch with a simple loop.
|
|
|
2329
|
|
|
2330 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
|
2331 Warning suppression.
|
|
|
2332
|
|
|
2333 * lstream.h (Lstream_get_emchar): BYTE_ASCII_P cannot be used on
|
|
|
2334 the return value of Lstream_getc, which could be EOF as well.
|
|
|
2335
|
|
|
2336 * lstream.c (Lstream_raw_read): Now returns ssize_t, not int.
|
|
|
2337
|
|
|
2338 * lisp.h: Make Extbyte a char, not unsigned char, so that external
|
|
|
2339 APIs can be used on Extbytes without casts. Risky!
|
|
|
2340 (SExtbyte): Remove.
|
|
|
2341 (UExtbyte): Remove.
|
|
|
2342
|
|
|
2343 * input-method-xlib.c (XIM_init_device):
|
|
|
2344 Use Xlib.h instead of IntrinsicP.h.
|
|
|
2345 Use HAVE_XREGISTERIMINSTANTIATECALLBACK instead of THIS_IS_X11R6,
|
|
|
2346 which will break in X11R7.
|
|
|
2347 Use XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE,
|
|
|
2348 to call XRegisterIMInstantiateCallback with correct types.
|
|
|
2349
|
|
|
2350 * gui-x.c (button_item_to_widget_value): Type correctness.
|
|
|
2351
|
|
|
2352 * glyphs.c (bitmap_to_lisp_data): Type correctness.
|
|
|
2353
|
|
|
2354 * glyphs-x.c (pixmap_from_xbm_inline): Type correctness.
|
|
|
2355 (xbm_instantiate_1): Type correctness.
|
|
|
2356 (BUILD_GLYPH_INST): Type correctness.
|
|
|
2357
|
|
|
2358 * fileio.c (Fsubstitute_in_file_name): Type correctness.
|
|
|
2359
|
|
|
2360 * file-coding.c:
|
|
|
2361 (decode_coding_sjis):
|
|
|
2362 (decode_coding_big5):
|
|
|
2363 (decode_coding_ucs4):
|
|
|
2364 (decode_coding_utf8):
|
|
|
2365 (decode_coding_iso2022):
|
|
|
2366 (decode_coding_no_conversion):
|
|
|
2367 Make all decoding functions take an Extbyte * arg.
|
|
|
2368 (encode_coding_sjis):
|
|
|
2369 (encode_coding_big5):
|
|
|
2370 (encode_coding_ucs4):
|
|
|
2371 (encode_coding_utf8):
|
|
|
2372 (encode_coding_iso2022):
|
|
|
2373 (encode_coding_no_conversion):
|
|
|
2374 Make all encoding functions take a Bufbyte * arg.
|
|
|
2375 Use size_t instead of unsigned int for memory sizes.
|
|
|
2376 Only cast to unsigned char whenever dereferencing Extbyte *.
|
|
|
2377
|
|
|
2378 * doc.c (unparesseuxify_doc_string): Type correctness.
|
|
|
2379
|
|
|
2380 * console-x.c (split_up_display_spec):
|
|
|
2381 Rewrite without using details of internal string representation.
|
|
|
2382 (x_semi_canonicalize_device_connection): Type correctness.
|
|
|
2383
|
|
|
2384 * config.h.in:
|
|
|
2385 (HAVE_XREGISTERIMINSTANTIATECALLBACK): New.
|
|
|
2386 (XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE): New.
|
|
|
2387 (HAVE_XFREE386): Removed.
|
|
|
2388
|
|
|
2389 * buffer.h (DEC_CHARPTR): `const' correctness.
|
|
|
2390 (bufbyte_strcmp): New.
|
|
|
2391 (bufbyte_memcmp): New.
|
|
|
2392
|
|
|
2393 * buffer.c (dfc_convert_to_internal_format): Extbyte ==> Bufbyte
|
|
|
2394
|
|
|
2395 * buffer.h (XCHAR_OR_CHAR_INT):
|
|
|
2396 Always use inline function.
|
|
|
2397 Remove redundant type checking assert() - XINT will abort quite nicely.
|
|
|
2398
|
|
|
2399 2000-10-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2400
|
|
|
2401 * search.c (Freplace_match): Set newtext to an empty string.
|
|
|
2402
|
|
|
2403 2000-10-10 Martin Buchholz <martin@xemacs.org>
|
|
|
2404
|
|
|
2405 * s/decosf1-3.h: Remove #include of stropts.h
|
|
|
2406 * s/ptx.h: Remove #include of stropts.h
|
|
|
2407 * s/usg5-4.h: Remove #include of stropts.h
|
|
446
|
2408 * sysproc.h:
|
|
|
2409 * config.h.in:
|
|
444
|
2410 Use stropts.h, not sys/stropts.h.
|
|
|
2411 Use strtio.h, not sys/strtio.h.
|
|
|
2412
|
|
442
|
2413 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
|
2414
|
|
|
2415 * XEmacs 21.2.36 is released.
|
|
|
2416
|
|
444
|
2417 2000-09-21 Andy Piper <andy@xemacs.org>
|
|
|
2418
|
|
|
2419 * glyphs-x.c (x_redisplay_widget): make sure non-structural
|
|
|
2420 changes still involve copying the widget tree.
|
|
|
2421 (update_widget_face): make sure a change is register in the widget
|
|
|
2422 tree. Call update_tab_widget_face appropriately.
|
|
|
2423 (update_tab_widget_face): ditto.
|
|
|
2424 (x_tab_control_redisplay): make sure non-structural changes still
|
|
|
2425 involve copying the widget tree.
|
|
|
2426
|
|
442
|
2427 2000-08-31 Daiki Ueno <ueno@unixuser.org>
|
|
|
2428
|
|
|
2429 * lread.c (locate_file): Check the path element is non-nil.
|
|
|
2430
|
|
|
2431 2000-10-02 Martin Buchholz <martin@xemacs.org>
|
|
|
2432
|
|
|
2433 * lisp.h: Warning suppression for SCO compilers.
|
|
|
2434
|
|
|
2435 * redisplay-tty.c (reset_tty_modes): Fix crash.
|
|
|
2436 E.g. from xemacs running on X: (delete-device (make-device 'tty nil))
|
|
|
2437
|
|
|
2438 2000-09-27 Martin Buchholz <martin@xemacs.org>
|
|
|
2439
|
|
|
2440 Big signal/process handling overhaul. Bugs fixed:
|
|
|
2441 M-x shell, type `sleep 10000', M-x comint-interrupt-subjob and
|
|
|
2442 M-x comint-kill-subjob should work for both values nil and t of
|
|
|
2443 process-connection-type. It was broken on most platforms.
|
|
|
2444 Testing on Irix and Cygwin still needed. Other plaforms tested.
|
|
|
2445 * sysdep.c: Move #include of stropts.h into sysproc.h. Use pid_t.
|
|
|
2446 * process-unix.c: Signal/Process handling overhaul.
|
|
|
2447 (pty_name): make 64 bytes, as `expect' does, for paranoia.
|
|
|
2448 (allocate_pty): Use all available modern methods of allocating
|
|
|
2449 ptys, falling back to old style BSD allocation as a last resort.
|
|
|
2450 Use allegedly more secure Unix98 pty allocation by default.
|
|
|
2451 (allocate_pty_the_old_fashioned_way): New. the last resort.
|
|
|
2452 (unix_create_process): Push ptem, ldterm, ttcompat where
|
|
|
2453 available. Autoconfiscate.
|
|
|
2454 (try_to_initialize_subtty): New.
|
|
|
2455 (unix_kill_child_process): Proper signal handling for ptys on most
|
|
|
2456 platforms, using special knowledge of AIX, BSD, etc...
|
|
|
2457 (unix_create_process): Always disconnect_controlling_terminal() for
|
|
|
2458 subprocesses, whether using ptys or not.
|
|
|
2459 * process.h: Remove old getpt-dependent PTY code.
|
|
|
2460 * process.c (Fprocess_send_signal): New, obvious generic function.
|
|
|
2461 (decode_signal): New.
|
|
|
2462 (Finterrupt_process):
|
|
|
2463 (Fkill_process):
|
|
|
2464 (Fquit_process):
|
|
|
2465 (Fstop_process):
|
|
|
2466 (Fcontinue_process):
|
|
|
2467 (Fsignal_process): Use decode_signal.
|
|
|
2468 (process_send_signal):
|
|
|
2469 Many docstring corrections.
|
|
|
2470 Allow any signal to be sent to a process object.
|
|
|
2471 * config.h.in: Add symbols for big signal/process overhaul.
|
|
|
2472 * syssignal.h (EMACS_KILLPG): Use HAVE_KILLPG. Use `pid', not `gid'.
|
|
|
2473 * sysproc.h: Include process-related headers, where available:
|
|
|
2474 sys/stropts.h sys/strtio.h pty.h libutil.h
|
|
|
2475 * s/irix4-0.h:
|
|
|
2476 * s/irix5-0.h:
|
|
|
2477 * s/cygwin32.h:
|
|
|
2478 * s/gnu.h:
|
|
|
2479 * s/linux.h:
|
|
|
2480 * s/hpux.h:
|
|
|
2481 * s/aix3-1.h:
|
|
|
2482 Remove old S&M pty stuff.
|
|
|
2483 * console-tty.c (tty_init_console): Use pid_t, not int, for pids.
|
|
|
2484 * systty.h: Simplify cpp hackery, improve comments.
|
|
|
2485 Favor BSD ioctl(TIOCGPGRP) over Posix tcgetpgrp().
|
|
|
2486
|
|
|
2487 * editfns.c (Fformat_time_string):
|
|
|
2488 Be a little more paranoid with the return value of ctime.
|
|
|
2489
|
|
|
2490 * fileio.c (check_executable):
|
|
|
2491 (check_writable):
|
|
|
2492 Use symbolic constants X_OK, W_OK.
|
|
|
2493
|
|
|
2494 * console-x.c (split_up_display_spec): Fix a warning.
|
|
|
2495
|
|
|
2496 2000-10-02 Martin Buchholz <martin@xemacs.org>
|
|
|
2497
|
|
|
2498 * gui-x.c (add_accel_and_to_external): strlen ==> XSTRING_LENGTH
|
|
|
2499 * ntproc.c (sys_spawnve): make_string ==> build_string
|
|
|
2500 Small clarity improvements.
|
|
|
2501
|
|
|
2502 2000-09-30 Martin Buchholz <martin@xemacs.org>
|
|
|
2503
|
|
|
2504 * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY): Warning removal.
|
|
|
2505
|
|
|
2506 * s/windowsnt.h (HAVE_STRCASECMP): Remove.
|
|
|
2507
|
|
|
2508 * config.h.in (HAVE_STRCASECMP): Remove.
|
|
|
2509
|
|
|
2510 2000-09-29 Martin Buchholz <martin@xemacs.org>
|
|
|
2511
|
|
|
2512 * redisplay-output.c (redisplay_output_pixmap):
|
|
|
2513 Cleaner and possibly more 64-bit correct code.
|
|
|
2514
|
|
|
2515 2000-09-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
2516
|
|
|
2517 * dumper.c (pdump_load_finish): move restoration of
|
|
|
2518 `noninteractive1' to emacs.c (main_1).
|
|
|
2519 * emacs.c (main_1): protect LISP-visible command-line flags
|
|
|
2520 from pdump_load().
|
|
|
2521
|
|
|
2522 2000-09-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
2523
|
|
|
2524 * Makefile.in.in (versionclean): Use EXE_TARGET and
|
|
|
2525 DUMP_TARGET instead of literal program names.
|
|
|
2526
|
|
|
2527 2000-09-20 Martin Buchholz <martin@xemacs.org>
|
|
|
2528
|
|
|
2529 * Makefile.in.in: Recent purify's require absolute paths for cache-dir.
|
|
|
2530
|
|
|
2531 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
|
2532
|
|
|
2533 * *: Spelling mega-patch
|
|
|
2534
|
|
|
2535 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
|
2536
|
|
|
2537 * fns.c (bad_bad_turtle):
|
|
|
2538 Delete "Eek!" comment, since we fixed the bug to which it refers.
|
|
|
2539
|
|
|
2540 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
|
2541
|
|
|
2542 * alloca.c: Replace REGISTER with register.
|
|
|
2543
|
|
|
2544 2000-09-16 Daiki Ueno <ueno@unixuser.org>
|
|
|
2545
|
|
|
2546 * file-coding.c (ucs_to_char): Use countof.
|
|
|
2547
|
|
|
2548 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
|
2549
|
|
|
2550 * file-coding.c: (ucs_to_char):
|
|
|
2551 (complex_vars_of_file_coding):
|
|
|
2552 Use countof instead of sizeof.
|
|
|
2553 Use CHECK_NATNUM instead of CHECK_INT.
|
|
|
2554
|
|
|
2555 * sysdep.c (strcasecmp): Remove.
|
|
|
2556 * device-x.c (ascii_strcasecmp): New.
|
|
|
2557 * device-x.c (Fx_get_resource): Use ascii_strcasecmp.
|
|
|
2558 Avoid using non-standard non-portable strcasecmp.
|
|
|
2559
|
|
|
2560 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
|
2561
|
|
|
2562 * Makefile.in.in (mostlyclean): remove reference to prefix-args.
|
|
|
2563 * font-lock.c: remove reference to emacsfns.h.
|
|
|
2564 * search.c: small doc improvement.
|
|
|
2565 * event-Xt.c: correct file names in comments.
|
|
|
2566 * console-x.h Correct file names in comments.
|
|
|
2567 * frame.c: Correct file names in comments.
|
|
|
2568 * event-stream.c: remove Energize from comments.
|
|
|
2569
|
|
|
2570 2000-09-15 Martin Buchholz <martin@xemacs.org>
|
|
|
2571
|
|
|
2572 * symeval.h (DEFERROR_STANDARD):
|
|
|
2573 (DEFERROR):
|
|
|
2574 (DEFSYMBOL):
|
|
|
2575 (DEFSYMBOL_NO_DUMP):
|
|
|
2576 (DEFSYMBOL_MULTIWORD_PREDICATE):
|
|
|
2577 (DEFSYMBOL_MULTIWORD_PREDICATE_NO_DUMP):
|
|
|
2578 (DEFKEYWORD):
|
|
|
2579 The construct &##name is not sensible C.
|
|
|
2580 Fixes compilation errors with Unixware native compiler.
|
|
|
2581
|
|
|
2582 2000-09-14 Martin Buchholz <martin@xemacs.org>
|
|
|
2583
|
|
|
2584 * frame.c (device_matches_console_spec): no longer takes a `frame' arg
|
|
|
2585 (next_frame_internal): Removed. We now just have next_frame.
|
|
|
2586 (next_frame):
|
|
|
2587 Write a simpler and cleaner one-pass algorithm.
|
|
|
2588 Remove called_from_delete_device arg and #ifdefed-out code.
|
|
|
2589 (previous_frame):
|
|
|
2590 Renamed from prev_frame. Update callers.
|
|
|
2591 Cleaned up to have an analogous implementation to next_frame.
|
|
|
2592 (other_visible_frames_internal): Remove the
|
|
|
2593 called_from_delete_device bogus arg, and hence, remove this
|
|
|
2594 function. Just use other_visible_frames().
|
|
|
2595
|
|
446
|
2596 * window.c (Fnext_window):
|
|
442
|
2597 Prettify docstring.
|
|
|
2598 Since next_frame() is guaranteed to return a frame, remove check
|
|
|
2599 for nil inserted in previous patch.
|
|
446
|
2600 (Fprevious_window):
|
|
|
2601 Prettify docstring.
|
|
442
|
2602 Make code look more like Fnext_window.
|
|
|
2603 (window_loop):
|
|
|
2604 Respect the `console' arg when iterating through windows.
|
|
|
2605 Fixes bug: (get-buffer-window buffer t device) not respecting
|
|
|
2606 the `device' arg.
|
|
|
2607 This function needs more work, as others have pointed out.
|
|
|
2608
|
|
|
2609 * frame.h: Rename prev_frame to previous_frame.
|
|
|
2610 device_matches_console_spec no longer takes a `frame' arg.
|
|
|
2611
|
|
|
2612 * s/gnu.h:
|
|
|
2613 * s/linux.h:
|
|
|
2614 * s/hpux.h:
|
|
|
2615 Use EMACS_BLOCK_SIGNAL instead of sigblock.
|
|
|
2616 From "Golubev I. N." <gin@mo.msk.ru>.
|
|
|
2617
|
|
|
2618 * make-src-depend: Fix typo.
|
|
|
2619
|
|
|
2620 2000-09-13 Martin Buchholz <martin@xemacs.org>
|
|
|
2621
|
|
|
2622 * window.c (Fnext_window):
|
|
|
2623 next_frame() might return nil, not a frame.
|
|
|
2624 Fixes this crash:
|
|
|
2625 (gdb) run -eval '(progn (make-device (quote x) "polgar:0") (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
|
|
|
2626
|
|
|
2627 * frame.c (next_frame_internal):
|
|
|
2628 We've passed a frame if we've passed its device.
|
|
|
2629 Fixes this crash:
|
|
|
2630 (gdb) run -eval '(progn (make-frame nil (make-device (quote x) "polgar:0")) (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
|
|
|
2631 Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245, RECORD_TYPEP (obj, lrecord_type_frame)
|
|
|
2632
|
|
|
2633 2000-09-11 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
2634
|
|
|
2635 * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
|
|
|
2636 Allow option to suppress accelerators in menu/dialog items.
|
|
|
2637 (populate_or_checksum_helper): Pass dialog title through above.
|
|
|
2638
|
|
|
2639 2000-09-10 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
2640
|
|
|
2641 * event-msw.c (mswindows_key_to_emacs_keysym):
|
|
|
2642 Add "pause" key, fix "menu" key.
|
|
|
2643
|
|
|
2644 2000-09-09 Martin Buchholz <martin@xemacs.org>
|
|
|
2645
|
|
|
2646 * eval.c (reinit_vars_of_eval):
|
|
|
2647 Increase max_lisp_eval_depth to 1000,
|
|
|
2648 required for thai-xtis.el to byte-compile under some circumstances.
|
|
|
2649
|
|
|
2650 2000-09-04 Martin Buchholz <martin@xemacs.org>
|
|
|
2651
|
|
|
2652 * event-Xt.c (x_to_emacs_keysym): Increase size of `buffer' to 513.
|
|
|
2653 From Kenichi Handa.
|
|
|
2654
|
|
|
2655 2000-09-01 Martin Buchholz <martin@xemacs.org>
|
|
|
2656
|
|
|
2657 * make-src-depend: Make the generated Makefiles smaller.
|
|
|
2658
|
|
|
2659 * s/hpux.h (SETUP_SLAVE_PTY):
|
|
|
2660 Provide a %d in the format string for the errno argument.
|
|
|
2661
|
|
|
2662 * editfns.c (Ftemp_directory):
|
|
|
2663 Warning fix.
|
|
|
2664 Avoid buffer overrun on very long file name.
|
|
|
2665
|
|
446
|
2666 * input-method-xlib.c (XIM_init_device):
|
|
442
|
2667 6th parameter of XRegisterIMInstantiateCallback has different
|
|
|
2668 pointer types on different OSes, so simply cast to (void *).
|
|
|
2669
|
|
|
2670 * unexhp9k800.c: Warning fixes. Fiddly changes.
|
|
|
2671
|
|
|
2672 * sysdll.c (dll_open):
|
|
|
2673 shl_load will hang hard if passed a NULL filename.
|
|
|
2674 Simply return NULL for compatibility with dlopen.
|
|
|
2675 * sysdll.c: Conform to XEmacs coding standards.
|
|
|
2676
|
|
446
|
2677 * sysdep.c (get_pty_max_bytes):
|
|
442
|
2678 Support pty input lines longer than 512 bytes on HP-UX 10.20.
|
|
|
2679
|
|
|
2680 2000-08-31 Martin Buchholz <martin@xemacs.org>
|
|
|
2681
|
|
|
2682 * tooltalk.c: Add #include <syssignal.h>
|
|
|
2683
|
|
|
2684 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
|
|
|
2685
|
|
|
2686 * s/hpux.h: Don't use undefined function sigunblock().
|
|
|
2687
|
|
|
2688 2000-08-31 Martin Buchholz <martin@xemacs.org>
|
|
|
2689
|
|
|
2690 * config.h.in: Add HAVE_BALLOON_HELP.
|
|
|
2691 * emacs.c: Use HAVE_BALLOON_HELP.
|
|
|
2692 * Makefile.in.in (x_objs):
|
|
|
2693 Make Balloon Help conditional on finding shape.h.
|
|
|
2694
|
|
|
2695 2000-08-23 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2696
|
|
|
2697 * syntax.c (regex_emacs_buffer_p): New variable.
|
|
|
2698 * syntax.h (regex_emacs_buffer_p): extern.
|
|
|
2699 * search.c (looking_at_1):
|
|
|
2700 (string_match_1):
|
|
|
2701 (fast_string_match):
|
|
|
2702 (search_buffer): Set regex_emacs_buffer_p.
|
|
|
2703 * regex.c (re_match_2_internal): Reference regex_emacs_buffer_p
|
|
|
2704 when before_dot, at_dot, after_dot.
|
|
|
2705
|
|
|
2706 2000-08-23 Andy Piper <andy@xemacs.org>
|
|
|
2707
|
|
|
2708 * gui-x.c (popup_selection_callback): Only set action_occurred
|
|
|
2709 when we really have an image instance.
|
|
|
2710 * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
|
|
|
2711
|
|
|
2712 2000-08-23 Andy Piper <andy@xemacs.org>
|
|
|
2713
|
|
|
2714 * gui-msw.c (mswindows_handle_gui_wm_command): set
|
|
|
2715 action_occurred.
|
|
|
2716 * gui-x.c (popup_selection_callback): ditto.
|
|
|
2717
|
|
|
2718 * glyphs.h (IMAGE_INSTANCE_WIDGET_ACTION_OCCURRED): new accessor.
|
|
|
2719 (XIMAGE_INSTANCE_WIDGET_ACTION_OCCURRED): ditto.
|
|
|
2720 (struct Lisp_Image_Instance): add action_occurred flag.
|
|
|
2721
|
|
|
2722 * glyphs.c (redisplay_subwindow): use action_occurred flag.
|
|
|
2723 (image_instance_changed): ditto.
|
|
|
2724 (reset_frame_subwindow_instance_cache): only unmap windows - do
|
|
|
2725 not remove them from the cache also.
|
|
|
2726
|
|
|
2727 * glyphs-widget.c (tab_control_update): better debug.
|
|
|
2728 (progress_gauge_update): ditto.
|
|
|
2729 (layout_update): ditto.
|
|
|
2730 (layout_instantiate): ditto.
|
|
|
2731 (tab_control_order_only_changed): cope with null pending items.
|
|
|
2732
|
|
|
2733 * glyphs-msw.c (mswindows_tab_control_redisplay): add better
|
|
|
2734 debug. Force selection of an item when an action occurred. Cope
|
|
|
2735 with null pending_items.
|
|
|
2736 (mswindows_progress_gauge_redisplay): better debug.
|
|
|
2737 * glyphs-x.c (x_tab_control_redisplay): ditto.
|
|
|
2738
|
|
|
2739 * redisplay.c (redisplay_frame): reset the frame cache if the
|
|
|
2740 frame is garbaged.
|
|
|
2741
|
|
|
2742 * window.c (Fset_window_configuration): potentially re-enable
|
|
|
2743 frame cache reset.
|
|
|
2744 (window_unmap_subwindows): need to finalize instances here since
|
|
|
2745 it is only used in mark_window_as_deleted.
|
|
|
2746
|
|
|
2747 2000-08-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
2748
|
|
|
2749 * nas.c (SndOpenDataForReading):
|
|
|
2750 nas.c (WaveOpenDataForReading):
|
|
|
2751 nas.c (readChunk): {BIG,LITTLE}_ENDIAN -> NAS_{BIG,LITTLE}_ENDIAN.
|
|
|
2752 Somehow escaped from the 2000-08-14 patch.
|
|
|
2753
|
|
|
2754 2000-08-14 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
2755
|
|
|
2756 * nas.c: Preprocessor trickery to use NAS_LITTLE_ENDIAN instead
|
|
|
2757 of LITTLE_ENDIAN (conflicts with glibc, at least) in NAS <= 1.2p5.
|
|
|
2758
|
|
|
2759 2000-08-21 Andy Piper <andy@xemacs.org>
|
|
|
2760
|
|
|
2761 * glyphs-x.c (x_map_subwindow): Minor optimization - only map the
|
|
|
2762 window if it is not already displayed.
|
|
|
2763
|
|
|
2764 * glyphs-msw.c (mswindows_map_subwindow): only map the window if
|
|
|
2765 it is not already displayed.
|
|
|
2766
|
|
|
2767 * window.c (Fset_window_configuration): don't reset the frame
|
|
|
2768 cache.
|
|
|
2769
|
|
|
2770 * glyphs.c (unmap_subwindow_instance_cache_mapper): only remove
|
|
|
2771 instances from the frame cache if we are actually finalizing them.
|
|
|
2772 (reset_frame_subwindow_instance_cache): reset frame cache only
|
|
|
2773 after unmapping everything.
|
|
|
2774 (map_subwindow): set displayed flag after mapping.
|
|
|
2775
|
|
|
2776 2000-08-21 Martin Buchholz <martin@xemacs.org>
|
|
|
2777
|
|
|
2778 * data.c (indirect_function):
|
|
|
2779 Rename ERRORP to non-misleading VOID_FUNCTION_ERRORP.
|
|
|
2780
|
|
446
|
2781 * eval.c (function_argcount):
|
|
442
|
2782 Use original function when signaling errors.
|
|
|
2783
|
|
|
2784 2000-08-18 Andy Piper <andy@xemacs.org>
|
|
|
2785
|
|
|
2786 * frame.c (delete_frame_internal): use new
|
|
|
2787 free_frame_subwindow_instances name.
|
|
|
2788
|
|
|
2789 * glyphs-msw.c (mswindows_tab_control_instantiate): verify index.
|
|
|
2790 (add_tab_item): make return type correct.
|
|
|
2791 (mswindows_tab_control_instantiate): assert index of tab.
|
|
|
2792 (mswindows_tab_control_redisplay): Re-code to use
|
|
|
2793 gui_item_equal_sans_selected and gui_item_list_find_selected.
|
|
|
2794
|
|
|
2795 * glyphs-widget.c (tab_control_update): Correct comment.
|
|
|
2796
|
|
|
2797 * window.c (window_unmap_subwindows): use new
|
|
|
2798 unmap_subwindow_instance_cache_mapper.
|
|
|
2799 (window_unmap_subwindows_cache_mapper): deleted.
|
|
|
2800 (Fset_window_configuration): comparisons should now be with
|
|
|
2801 EQ. Preserve the subwindow instance cache across configuration
|
|
|
2802 changes.
|
|
|
2803 (allocate_window): ditto.
|
|
|
2804 (make_dummy_parent): ditto.
|
|
|
2805
|
|
|
2806 * glyphs.c (free_frame_subwindow_instances): rename from
|
|
|
2807 free_frame_subwindow_instance_cache. finalize all instances rather
|
|
|
2808 than just those in the display cache.
|
|
|
2809 (finalize_all_subwindow_instances): walk windows unmapping and
|
|
|
2810 finalizing subwindows.
|
|
|
2811 (unmap_subwindow_instance_cache_mapper): moved from
|
|
|
2812 window.c. Allow finalization as well as unmapping.
|
|
|
2813
|
|
|
2814 * gui.c (gui_item_list_find_selected): new function.
|
|
|
2815
|
|
|
2816 * gui.h (gui_item_list_find_selected): declare.
|
|
|
2817
|
|
|
2818 * glyphs-x.c (x_tab_control_redisplay): pick tab
|
|
|
2819 explicitly. Re-code to use gui_item_equal_sans_selected and
|
|
|
2820 gui_item_list_find_selected.
|
|
|
2821
|
|
|
2822 * glyphs-x.h: add lwlib-utils.h
|
|
|
2823
|
|
|
2824 * buffer.c (Frecord_buffer): undo previous change.
|
|
|
2825
|
|
|
2826 2000-08-09 Vin Shelton <acs@xemacs.org>
|
|
|
2827
|
|
|
2828 * config.h.in, s/gnu.h, s/hpux.h, s/linux.h: Use UNIX98 PTYs if
|
|
|
2829 possible. Create temporary files more securely. The patch was
|
|
|
2830 generated by Torsten Duwe <duwe@caldera.de>, Florian Weimer
|
|
|
2831 <Florian.Weimer@RUS.Uni-Stuttgart.DE> and Olaf Kirch. See
|
|
|
2832 http://www.xemacs.org/list-archives/xemacs-patches/200007/msg00123.html
|
|
|
2833 for details.
|
|
|
2834
|
|
|
2835 2000-08-07 Ben Wing <ben@xemacs.org>
|
|
|
2836
|
|
|
2837 * getloadavg.c: remove duplicate (and windows-breaking)
|
|
|
2838 includes of fcntl.h and sys/file.h.
|
|
|
2839
|
|
|
2840 * nt.c: remove duplicate getloadavg() definition.
|
|
|
2841
|
|
|
2842 * sysdll.h (Qdll_filename_encoding): add missing stand-in
|
|
|
2843 encodings.
|
|
|
2844
|
|
|
2845 2000-08-07 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
2846
|
|
|
2847 * eval.c (function_argcount): If function needs to be autoloaded
|
|
|
2848 actually use the loaded definition.
|
|
|
2849 GCPRO function.
|
|
|
2850
|
|
|
2851 2000-08-05 Ben Wing <ben@xemacs.org>
|
|
|
2852
|
|
|
2853 * getloadavg.c: add prototype for getloadavg(). remove
|
|
|
2854 duplicate WIN32_NATIVE/CYGWIN code (already in the middle
|
|
|
2855 of the code). remove duplicate header includes.
|
|
|
2856
|
|
|
2857 * s\cygwin32.h, s\mingw32.h: remove stray NO_ARG_ARRAY.
|
|
446
|
2858
|
|
442
|
2859 * s\cygwin32.h, s\mingw32.h, m\windowsnt.h:
|
|
|
2860 don't define LOAD_AVE_TYPE/LOAD_AVE_CVT because we have no
|
|
|
2861 useful load average.
|
|
|
2862
|
|
|
2863 * alloc.c (reinit_alloc_once_early): removed references to
|
|
|
2864 VIRT_ADDR_VARIES, malloc_sbrk_used/free, and data-bytes-used/free.
|
|
|
2865 the lisp vars are the only things referencing the malloc_sbrk_*
|
|
|
2866 vars, and they were already if 0'd out. these vars only exist
|
|
|
2867 in the older malloc.c, which is basically unused, and they're
|
|
|
2868 only for informational purposes.
|
|
|
2869
|
|
|
2870 * m\*.h: removed useless VIRT_ADDR_VARIES.
|
|
|
2871
|
|
|
2872 * m\powerpc.h: removed stray NO_ARG_ARRAY.
|
|
|
2873
|
|
|
2874 2000-04-26 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
2875
|
|
|
2876 * redisplay-msw.c (mswindows_output_dibitmap): Set foreground
|
|
|
2877 color if the image is a mono pixmap.
|
|
|
2878
|
|
|
2879 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
|
2880
|
|
|
2881 * Makefile.in.in (release):
|
|
|
2882 Remove stray @.
|
|
446
|
2883
|
|
442
|
2884 * buffer.c (directory_is_current_directory):
|
|
|
2885 * dired-msw.c (mswindows_get_files):
|
|
|
2886 * dired.c:
|
|
|
2887 * dired.c (Fdirectory_files):
|
|
|
2888 * dired.c (file_name_completion_stat):
|
|
|
2889 * dired.c (Ffile_attributes):
|
|
|
2890 [[[[1]]]]: Rename stat() -> xemacs_stat() and eliminate nasty
|
|
|
2891 preprocessor tricks, to avoid problems on some machines
|
|
|
2892 (e.g. SCO).
|
|
|
2893
|
|
|
2894 * callproc.c (egetenv): GC docs.
|
|
446
|
2895
|
|
442
|
2896 * console-msw.h:
|
|
|
2897 * console-msw.h (struct mswindows_dialog_id):
|
|
|
2898 * lrecord.h (lrecord_type):
|
|
|
2899 New object for use with MSW dialogs.
|
|
446
|
2900
|
|
442
|
2901 * console.h (struct console_methods):
|
|
|
2902 New enable/disable frame methods, for proper modal dialogs.
|
|
446
|
2903
|
|
442
|
2904 * device-msw.c (msprinter_default_printer): Fix to follow
|
|
|
2905 proper Mule conventions.
|
|
446
|
2906
|
|
442
|
2907 * device-msw.c:
|
|
|
2908 * device-msw.c (signal_open_printer_error):
|
|
|
2909 * device-msw.c (msprinter_init_device):
|
|
|
2910 * device-msw.c (ensure_not_printing):
|
|
|
2911 * device-msw.c (plist_get_margin):
|
|
|
2912 * device-msw.c (Fmsprinter_select_settings):
|
|
|
2913 * device-msw.c (finalize_devmode):
|
|
|
2914 * device-msw.c (Fmsprinter_settings_despecialize):
|
|
|
2915 * device-msw.c (signal_enum_priner_error):
|
|
|
2916 * extents.c (decode_extent):
|
|
|
2917 * extents.c (decode_map_extents_flags):
|
|
|
2918 * extents.c (decode_extent_at_flag):
|
|
|
2919 * extents.c (Fextent_at):
|
|
|
2920 * extents.c (Fextents_at):
|
|
|
2921 * extents.c (symbol_to_glyph_layout):
|
|
|
2922 [[[[2]]]] Use structured errors.
|
|
446
|
2923
|
|
442
|
2924 * dialog-msw.c:
|
|
|
2925 * dialog-msw.c (mswindows_is_dialog_msg):
|
|
|
2926 * dialog-msw.c (mark_mswindows_dialog_id):
|
|
|
2927 * dialog-msw.c (dialog_proc):
|
|
|
2928 * dialog-msw.c (handle_question_dialog_box):
|
|
|
2929 * dialog-msw.c (syms_of_dialog_mswindows):
|
|
|
2930 Define new object to clean up marking; use it as a dialog identifier.
|
|
|
2931 Call new delete-dialog-box-hook.
|
|
446
|
2932
|
|
442
|
2933 * dialog-x.c (dbox_selection_callback):
|
|
|
2934 * dialog-x.c (dbox_descriptor_to_widget_value):
|
|
|
2935 * dialog-x.c (x_make_dialog_box_internal):
|
|
|
2936 Call new delete-dialog-box-hook.
|
|
|
2937 Return an id.
|
|
|
2938
|
|
|
2939 * dialog.c:
|
|
|
2940 * dialog.c (syms_of_dialog):
|
|
|
2941 * dialog.c (vars_of_dialog):
|
|
|
2942 Define new delete-dialog-box-hook, for use w/modal dialog boxes.
|
|
446
|
2943
|
|
442
|
2944 * eval.c:
|
|
|
2945 * eval.c (signal_call_debugger):
|
|
|
2946 when noninteractive, output stack traces on the console instead
|
|
|
2947 of in a (never-seen) buffer.
|
|
446
|
2948
|
|
442
|
2949 * eval.c (signal_type_error):
|
|
|
2950 * eval.c (invalid_argument_2):
|
|
|
2951 * lisp.h:
|
|
|
2952 new funs for use w/structured errors.
|
|
446
|
2953
|
|
442
|
2954 * event-Xt.c:
|
|
|
2955 * event-Xt.c (x_to_emacs_keysym):
|
|
|
2956 * event-Xt.c (describe_event):
|
|
|
2957 * event-Xt.c (emacs_Xt_event_handler):
|
|
|
2958 * event-Xt.c (vars_of_event_Xt):
|
|
|
2959 * event-msw.c:
|
|
|
2960 * event-msw.c (mswindows_wnd_proc):
|
|
|
2961 * event-msw.c (vars_of_event_mswindows):
|
|
|
2962 rename {x,mswindows}-debug-events to debug-{}-events for
|
|
|
2963 consistency with other debug-foo variables.
|
|
446
|
2964
|
|
442
|
2965 * event-stream.c:
|
|
|
2966 document next-event more clearly.
|
|
446
|
2967
|
|
442
|
2968 * fileio.c (Ffile_name_directory):
|
|
|
2969 * fileio.c (Ffile_name_nondirectory):
|
|
|
2970 * fileio.c (Funhandled_file_name_directory):
|
|
|
2971 * fileio.c (file_name_as_directory):
|
|
|
2972 * fileio.c (Ffile_name_as_directory):
|
|
|
2973 * fileio.c (directory_file_name):
|
|
|
2974 * fileio.c (Fdirectory_file_name):
|
|
|
2975 * fileio.c (Fmake_temp_name):
|
|
|
2976 * fileio.c (Ffile_truename):
|
|
|
2977 * fileio.c (Fsubstitute_in_file_name):
|
|
|
2978 * fileio.c (expand_and_dir_to_file):
|
|
|
2979 * fileio.c (barf_or_query_if_file_exists):
|
|
|
2980 * fileio.c (check_executable):
|
|
|
2981 * fileio.c (Ffile_exists_p):
|
|
|
2982 * fileio.c (Ffile_writable_p):
|
|
|
2983 * fileio.c (Ffile_directory_p):
|
|
|
2984 * fileio.c (Ffile_regular_p):
|
|
|
2985 * fileio.c (Ffile_modes):
|
|
|
2986 * fileio.c (Ffile_newer_than_file_p):
|
|
|
2987 * fileio.c (Fverify_visited_file_modtime):
|
|
|
2988 * fileio.c (Fset_visited_file_modtime):
|
|
|
2989 * fileio.c (auto_save_1):
|
|
|
2990 (1). (2).
|
|
|
2991 fix up gcpro's.
|
|
446
|
2992
|
|
442
|
2993 * frame-msw.c:
|
|
|
2994 * frame-msw.c (mswindows_init_frame_1):
|
|
|
2995 * frame-msw.c (mswindows_enable_frame):
|
|
|
2996 * frame-msw.c (error_frame_unsizable):
|
|
|
2997 * frame-msw.c (msprinter_init_frame_1):
|
|
|
2998 * frame-msw.c (msprinter_init_frame_3):
|
|
|
2999 * frame-msw.c (console_type_create_frame_mswindows):
|
|
|
3000 (2).
|
|
|
3001 implement new enable/disable frame methods.
|
|
446
|
3002
|
|
442
|
3003 * frame-x.c:
|
|
|
3004 * frame-x.c (x_enable_frame):
|
|
|
3005 * frame-x.c (console_type_create_frame_x):
|
|
|
3006 implement new enable/disable frame methods.
|
|
446
|
3007
|
|
442
|
3008 * frame.c:
|
|
|
3009 * frame.c (Fdisable_frame):
|
|
|
3010 * frame.c (syms_of_frame):
|
|
|
3011 * frame.h (struct frame):
|
|
|
3012 implement new enable/disable frame methods/functions.
|
|
446
|
3013
|
|
442
|
3014 * general-slots.h:
|
|
|
3015 add initial-focus.
|
|
446
|
3016
|
|
442
|
3017 * glyphs-msw.c (mswindows_widget_instantiate):
|
|
|
3018 comment that initial-focus should be implemented.
|
|
446
|
3019
|
|
442
|
3020 * glyphs-widget.c:
|
|
|
3021 * glyphs-widget.c (check_valid_instantiator):
|
|
|
3022 * glyphs-widget.c (check_valid_orientation):
|
|
|
3023 * glyphs-widget.c (check_valid_tab_orientation):
|
|
|
3024 * glyphs-widget.c (check_valid_justification):
|
|
|
3025 * glyphs-widget.c (check_valid_border):
|
|
|
3026 * glyphs-widget.c (check_valid_callback):
|
|
|
3027 * glyphs-widget.c (check_valid_int_or_function):
|
|
|
3028 * glyphs-widget.c (check_valid_string_or_vector):
|
|
|
3029 * glyphs-widget.c (check_valid_item_list_1):
|
|
|
3030 * glyphs-widget.c (widget_validate):
|
|
|
3031 * glyphs-widget.c (combo_box_validate):
|
|
|
3032 * glyphs-widget.c (widget_instantiate):
|
|
|
3033 * glyphs-widget.c (syms_of_glyphs_widget):
|
|
|
3034 * glyphs-widget.c (VALID_WIDGET_KEYWORDS):
|
|
|
3035 * glyphs-widget.c (image_instantiator_combo_box):
|
|
|
3036 * glyphs-widget.c (image_instantiator_scrollbar):
|
|
|
3037 * glyphs-widget.c (image_instantiator_tab_control):
|
|
|
3038 * glyphs-widget.c (VALID_LAYOUT_KEYWORDS):
|
|
|
3039 (2).
|
|
|
3040 support (unimplemented) keyword initial-focus.
|
|
|
3041 reindent long macros.
|
|
446
|
3042
|
|
442
|
3043 * glyphs-x.c (x_redisplay_widget):
|
|
|
3044 * glyphs-x.c (x_button_instantiate):
|
|
|
3045 * glyphs-x.c (x_button_redisplay):
|
|
|
3046 * glyphs-x.c (x_progress_gauge_instantiate):
|
|
|
3047 * glyphs-x.c (x_edit_field_instantiate):
|
|
|
3048 * glyphs-x.c (x_combo_box_instantiate):
|
|
|
3049 * glyphs-x.c (x_tab_control_instantiate):
|
|
|
3050 * glyphs-x.c (x_label_instantiate):
|
|
|
3051 * gui-x.c:
|
|
|
3052 * gui-x.c (button_item_to_widget_value):
|
|
|
3053 * gui-x.c (gui_items_to_widget_values_1):
|
|
|
3054 * gui-x.c (gui_item_children_to_widget_values):
|
|
|
3055 * gui-x.c (gui_items_to_widget_values):
|
|
|
3056 * gui-x.h:
|
|
|
3057 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
|
3058 add new flag to gui-parsing routines to indicate whether
|
|
|
3059 accelerator specs should be supported.
|
|
446
|
3060
|
|
442
|
3061 * glyphs.c (syms_of_glyphs): use DEFSYMBOL.
|
|
446
|
3062
|
|
442
|
3063 * glyphs.h (struct Lisp_Image_Instance):
|
|
|
3064 * glyphs.h (IMAGE_INSTANCE_WANTS_INITIAL_FOCUS):
|
|
|
3065 add initial-focus flag.
|
|
446
|
3066
|
|
442
|
3067 * gui.c:
|
|
|
3068 * gui.c (syms_of_gui):
|
|
|
3069 * gui.c (vars_of_gui):
|
|
|
3070 clean up menu-no-selection-hook.
|
|
446
|
3071
|
|
442
|
3072 * gui.h:
|
|
|
3073 support delete-dialog-box-hook.
|
|
446
|
3074
|
|
442
|
3075 * lread.c (Fload_internal):
|
|
|
3076 * lread.c (locate_file_in_directory_mapper):
|
|
|
3077 (1).
|
|
446
|
3078
|
|
442
|
3079 * lrecord.h:
|
|
|
3080 * lrecord.h (struct toolbar_button):
|
|
|
3081 * lrecord.h (syms_of_toolbar):
|
|
|
3082 document how to create a new object.
|
|
446
|
3083
|
|
442
|
3084 * menubar-msw.c (mswindows_char_is_accelerator):
|
|
|
3085 may be called on frames w/o menus.
|
|
|
3086
|
|
|
3087 * menubar.c (vars_of_menubar):
|
|
|
3088 clean up :filter docs.
|
|
446
|
3089
|
|
442
|
3090 * nt.c (readdir):
|
|
|
3091 * ntproc.c:
|
|
|
3092 (1).
|
|
446
|
3093
|
|
442
|
3094 * process-nt.c:
|
|
|
3095 * process-nt.c (validate_signal_number):
|
|
|
3096 * process-nt.c (signal_cannot_launch):
|
|
|
3097 * process-nt.c (nt_create_process):
|
|
|
3098 * process-nt.c (nt_send_process):
|
|
|
3099 * process-nt.c (nt_kill_child_process):
|
|
|
3100 * process-nt.c (nt_open_network_stream):
|
|
|
3101 * process-nt.c (syms_of_process_nt):
|
|
|
3102 (2).
|
|
|
3103 delete quote-handling. call new lisp code that does it better.
|
|
446
|
3104
|
|
442
|
3105 * process-unix.c (connect_to_file_descriptor):
|
|
|
3106 * process-unix.c (allocate_pty):
|
|
|
3107 * process-unix.c (unix_send_process):
|
|
|
3108 * process-unix.c (unix_kill_child_process):
|
|
|
3109 * process-unix.c (unix_open_network_stream):
|
|
|
3110 * process-unix.c (unix_open_multicast_group):
|
|
|
3111 (1). (2).
|
|
446
|
3112
|
|
442
|
3113 * process.c:
|
|
|
3114 * process.c (Fstart_process_internal):
|
|
|
3115 (2). need to canonicalize process path even if absolute.
|
|
446
|
3116
|
|
442
|
3117 * select-msw.c (symbol_to_ms_cf):
|
|
|
3118 * select-msw.c (ms_cf_to_symbol):
|
|
|
3119 * select-msw.c (cf_is_autofreed):
|
|
|
3120 * select-msw.c (mswindows_destroy_selection):
|
|
|
3121 * select.c:
|
|
|
3122 * select.c (syms_of_select):
|
|
|
3123 * select.h:
|
|
|
3124 support dibv5, fix bugs. (from Mike Alexander)
|
|
446
|
3125
|
|
442
|
3126 * select.c (Fget_selection_internal):
|
|
|
3127 * select.c (select_convert_out):
|
|
446
|
3128
|
|
442
|
3129 * sysdep.c:
|
|
|
3130 * sysdep.c (xemacs_stat):
|
|
|
3131 renamed.
|
|
446
|
3132
|
|
442
|
3133 * sysdep.c (mkdir):
|
|
|
3134 * sysdep.c (rmdir):
|
|
|
3135 but keep original stat() here because we provide encapsulation
|
|
|
3136 around these funs.
|
|
446
|
3137
|
|
442
|
3138 * sysfile.h:
|
|
|
3139 * sysfile.h (fstat):
|
|
|
3140 remove stat garbage.
|
|
446
|
3141
|
|
442
|
3142 * syswindows.h:
|
|
|
3143 fix X/MSW conflict.
|
|
|
3144 don't include tchar.h. it's inappropriate because it makes
|
|
|
3145 compile-time distinctions when we want runtime distinctions.
|
|
|
3146 (we provide our own tchar replacements)
|
|
446
|
3147
|
|
442
|
3148 * toolbar.c:
|
|
|
3149 use default object printer for toolbar-button.
|
|
446
|
3150
|
|
442
|
3151 * unexcw.c:
|
|
|
3152 make sure we don't encapsulate.
|
|
446
|
3153
|
|
442
|
3154 * window.c (vars_of_window):
|
|
|
3155 emphasize that temp-buffer-show-hook is obsolete.
|
|
|
3156
|
|
|
3157 2000-08-05 Martin Buchholz <martin@xemacs.org>
|
|
|
3158
|
|
|
3159 * glyphs.c (image_instance_hash): HASH2 wants EMACS_INT args.
|
|
|
3160 (Fimage_instance_subwindow_id): make_int wants EMACS_INT arg.
|
|
|
3161
|
|
446
|
3162 * events.c (Fevent_timestamp_lessp):
|
|
442
|
3163 Not 64-bit clean. Use EMACS_INT, not int.
|
|
|
3164
|
|
|
3165 2000-06-05 Andrew Begel <abegel@cs.berkeley.edu>
|
|
|
3166
|
|
|
3167 * lrecord.h (lrecord_types): Changed lrecord_type_count to an
|
|
|
3168 unsigned int and changed the last enum to
|
|
446
|
3169 lrecord_type_last_built_in_type.
|
|
442
|
3170 (lrecord_implementations_table): changed prototype to know how
|
|
446
|
3171 long the array is supposed to be.
|
|
442
|
3172 (lrecord_type_count): new unsigned int to keep track of the
|
|
|
3173 current number of lisp lrecord types.
|
|
|
3174 (DEFINE_EXTERNAL_LRECORD):
|
|
|
3175 (DECLARE_EXTERNAL_LRECORD): Added these two for external
|
|
|
3176 dynamic-modules to declare new lisp types. They are the same
|
|
|
3177 as the non-EXTERNAL forms, but declare an lrecord_type unsigned
|
|
|
3178 int for each new type, and increment lrecord_type_count by 1.
|
|
|
3179
|
|
|
3180 * alloc.c (lrecord_implementations_table): Changed to reference
|
|
|
3181 lrecord_type_last_built_in_type for the size of the array.
|
|
|
3182 Moved MODULE_DEFINABLE_TYPE_COUNT to lrecord.h.
|
|
|
3183
|
|
|
3184 2000-08-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3185
|
|
|
3186 * glyphs.h (check_valid_item_list): Renamed from
|
|
|
3187 check_valid_item_list_1.
|
|
|
3188
|
|
|
3189 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
3190
|
|
|
3191 * select.c (Qselect_coerce): New.
|
|
|
3192 * select.c (Vselection_coercion_alist): New.
|
|
|
3193 * select.c (syms_of_select): Declare.
|
|
|
3194 * select.c (get-selection-internal): Use it.
|
|
|
3195 Use the new select-coerce functionality.
|
|
|
3196
|
|
|
3197 * select.c (select_coerce): New.
|
|
|
3198 * select.h (select_coerce): Declare.
|
|
|
3199 New function to coerce one type of data into another.
|
|
|
3200
|
|
|
3201 2000-08-03 Martin Buchholz <martin@xemacs.org>
|
|
|
3202
|
|
446
|
3203 * callproc.c (Fcall_process_internal):
|
|
|
3204 (Fcall_process_internal):
|
|
442
|
3205 * process-unix.c (unix_create_process):
|
|
|
3206 Save and restore the value of errno, so that error messages are accurate.
|
|
|
3207
|
|
|
3208 2000-08-01 Martin Buchholz <martin@xemacs.org>
|
|
|
3209
|
|
446
|
3210 * elhash.c (print_hash_table):
|
|
442
|
3211 Fix printing of hash tables to also use `key-and-value' instead of `t'.
|
|
|
3212 Prettify docstrings and indentation.
|
|
|
3213
|
|
|
3214 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3215
|
|
|
3216 * window.c (Fwindow_pixel_edges): Subtract frame border and
|
|
|
3217 gutter size.
|
|
|
3218
|
|
|
3219 2000-07-31 Andy Piper <andy@xemacs.org>
|
|
|
3220
|
|
|
3221 * buffer.c (Frecord_buffer): make absolutely sure that redisplay
|
|
|
3222 will acknowledge the change.
|
|
|
3223
|
|
|
3224 * glyphs.h: declare tab_control_order_only_changed.
|
|
|
3225
|
|
|
3226 * glyphs-x.c (x_tab_control_redisplay): use
|
|
|
3227 tab_control_order_only_changed.
|
|
|
3228
|
|
|
3229 * glyphs-widget.c (tab_control_order_only_changed): new function.
|
|
|
3230
|
|
|
3231 * glyphs-msw.c (mswindows_tab_control_redisplay): use
|
|
|
3232 tab_control_order_only_changed.
|
|
|
3233
|
|
|
3234 * gui.c (gui_item_equal_sans_selected): new function.
|
|
|
3235 (gui_item_equal): use it.
|
|
|
3236
|
|
|
3237 * glyphs-msw.c (mswindows_combo_box_instantiate): deprecate
|
|
|
3238 :properties in favor of :items..
|
|
|
3239
|
|
|
3240 * glyphs-widget.c (check_valid_item_list): rename from
|
|
|
3241 check_valid_item_list_1.
|
|
|
3242 (check_valid_item_list_1): renamed.
|
|
|
3243 (combo_box_validate): deprecate :properties in favor of :items.
|
|
|
3244 (widget_instantiate): ditto.
|
|
|
3245 (tab_control_update): ditto.
|
|
|
3246 (image_instantiator_combo_box): ditto.
|
|
|
3247 (image_instantiator_tree_view): ditto.
|
|
|
3248 (image_instantiator_tab_control): ditto.
|
|
|
3249 (layout_post_instantiate): remove dead code.
|
|
|
3250
|
|
|
3251 * print.c (debug_print_no_newline): only write to debugger if in
|
|
|
3252 WIN32_NATIVE.
|
|
|
3253
|
|
|
3254 * elhash.c (Fmake_hash_table): update doc string.
|
|
|
3255
|
|
|
3256 * event-msw.c (mswindows_wnd_proc): don't allow processing of
|
|
|
3257 messages whilst in GC. This at least stops XEmacs crashing but has
|
|
|
3258 the potential for wierd behaviour.
|
|
|
3259
|
|
|
3260 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
|
3261
|
|
|
3262 * config.h.in:
|
|
|
3263 Make existence of s&m files optional.
|
|
446
|
3264
|
|
442
|
3265 * s/bsd386.h: Remove HAVE_GETLOADAVG.
|
|
|
3266 * s/freebsd.h: Remove HAVE_GETLOADAVG.
|
|
|
3267 * s/gnu.h: Remove HAVE_GETLOADAVG.
|
|
|
3268 * s/netbsd.h: Remove HAVE_GETLOADAVG.
|
|
|
3269 * s/sol2.h: Remove HAVE_GETLOADAVG.
|
|
|
3270 * lisp.h: Remove getloadavg() declaration.
|
|
|
3271 * fns.c:
|
|
|
3272 Include <sys/loadavg.h> if available.
|
|
|
3273 Don't declare our own getloadavg() if HAVE_GETLOADAVG.
|
|
|
3274 * config.h.in: Group together getloadavg()-related macros.
|
|
|
3275 Use only configure-time tests to detect getloadavg().
|
|
|
3276
|
|
|
3277 2000-07-30 Martin Buchholz <martin@xemacs.org>
|
|
|
3278
|
|
|
3279 * Makefile.in.in (TransientEmacsShell.o): Fix race condition.
|
|
|
3280
|
|
|
3281 2000-07-25 Andy Piper <andy@xemacs.org>
|
|
|
3282
|
|
|
3283 * syswindows.h: add tchar.h for native builds.
|
|
|
3284
|
|
|
3285 * frame.c (syms_of_frame): remove set-glyph-image.
|
|
|
3286
|
|
|
3287 * general-slots.h: add Qset_glyph_image.
|
|
|
3288
|
|
|
3289 * glyphs-widget.c (layout_update): add domain arg to
|
|
|
3290 set-glyph-image.
|
|
|
3291 (syms_of_glyphs_widget): remove set-glyph-image.
|
|
|
3292
|
|
|
3293 2000-07-23 Ben Wing <ben@xemacs.org>
|
|
|
3294
|
|
|
3295 * dialog-msw.c (vars_of_dialog_mswindows): need to staticpro
|
|
|
3296 Vpopup_frame_list.
|
|
|
3297
|
|
|
3298 2000-07-22 Andy Piper <andy@xemacs.org>
|
|
|
3299
|
|
|
3300 * symsinit.h: add syms_of_win32().
|
|
|
3301
|
|
|
3302 * gui-msw.c (syms_of_gui_mswindows): remove
|
|
|
3303 Fmswindows_shell_execute.
|
|
|
3304 (Fmswindows_shell_execute): moved to win32.c.
|
|
|
3305
|
|
|
3306 * emacs.c (main_1): add syms_of_win32 ().
|
|
|
3307
|
|
|
3308 * win32.c (init_potentially_nonexistent_functions): rewrite in
|
|
|
3309 compiler-friendly terms.
|
|
|
3310 (Fmswindows_shell_execute): move here from gui-msw.c.
|
|
|
3311 (syms_of_win32): new.
|
|
|
3312
|
|
|
3313 * device-msw.c (Fmswindows_printer_list): clean up args to
|
|
|
3314 EnumPrinters.
|
|
|
3315 Don't include tchar under cygwin or mingw.
|
|
|
3316 (msprinter_default_printer): make cygwin-friendly.
|
|
|
3317
|
|
|
3318 2000-07-21 Andy Piper <andy@xemacs.org>
|
|
|
3319
|
|
|
3320 * glyphs-widget.c (image_instantiator_tree_view): use tab
|
|
|
3321 control's update function.
|
|
|
3322 (layout_property): new function. Retrieve items.
|
|
|
3323
|
|
|
3324 * glyphs-msw.c (mswindows_tree_view_redisplay): new
|
|
|
3325 function. Re-populate the tree view from the pending items.
|
|
|
3326
|
|
|
3327 * glyphs.c (instantiate_image_instantiator): Make sure the domain
|
|
|
3328 is designated the parent if the domain is an image instance. This
|
|
|
3329 is needed so that dirtiness can be cascade up the hierarchy and
|
|
|
3330 thus for layout children to be redisplayed correctly.
|
|
|
3331 (allocate_image_instance): rename glyph -> parent.
|
|
|
3332
|
|
|
3333 * redisplay.h: change redisplay_output_layout signature.
|
|
|
3334
|
|
|
3335 * redisplay-msw.c (mswindows_output_display_block): use domain
|
|
|
3336 arg.
|
|
|
3337
|
|
|
3338 * redisplay-x.c (x_output_display_block): use domain arg.
|
|
|
3339
|
|
|
3340 2000-07-10 Andy Piper <andy@xemacs.org>
|
|
|
3341
|
|
|
3342 * window.c (Fset_window_configuration): add comment.
|
|
|
3343
|
|
446
|
3344 * redisplay-output.c (compare_runes):
|
|
442
|
3345 (redisplay_output_subwindow): redisplay rather than update subwindow.
|
|
|
3346 (redisplay_output_layout): ditto.
|
|
|
3347
|
|
|
3348 * redisplay-msw.c (mswindows_frame_output_end):
|
|
|
3349 (mswindows_frame_output_end): make defer window pos optional.
|
|
|
3350
|
|
|
3351 * lisp.h: add Flast.
|
|
|
3352
|
|
|
3353 * glyphs.h (struct image_instantiator_methods): add dest_mask top
|
|
|
3354 normalize method. Change update method to be for changed
|
|
|
3355 instantiators. Add redisplay method. Change signature of layout
|
|
|
3356 method.
|
|
|
3357 (struct Lisp_Image_Instance): add instantiator.
|
|
|
3358 (IMAGE_INSTANCE_INSTANTIATOR): new.
|
|
|
3359 (IMAGE_INSTANCE_SUBWINDOW_FACE): new.
|
|
|
3360 (XIMAGE_INSTANCE_INSTANTIATOR): new.
|
|
|
3361 (XIMAGE_INSTANCE_SUBWINDOW_FACE): new.
|
|
|
3362
|
|
|
3363 * glyphs.c:
|
|
|
3364 (find_instantiator_differences): new function.
|
|
|
3365 (Fset_instantiator_property): new convenience function.
|
|
|
3366 (check_image_instance_structure): strictly check for vector
|
|
|
3367 instantiators.
|
|
|
3368 (normalize_image_instantiator): make non-static.
|
|
|
3369 (instantiate_image_instantiator): pass on dest_mask and use new
|
|
|
3370 signatures for image_instance_layout and friends.
|
|
|
3371 (mark_image_instance): mark the instantiator. Mark the subwindow
|
|
|
3372 face not the widget face.
|
|
|
3373 (image_instance_equal): add instantiator.
|
|
|
3374 (image_instance_hash): ditto.
|
|
|
3375 (allocate_image_instance): ditto.
|
|
|
3376 (Fset_image_instance_property): removed.
|
|
|
3377 (Fimage_instance_file_name): ditto.
|
|
|
3378 (Fcolorize_image_instance): ditto.
|
|
|
3379 (image_instance_layout): add offsets to be set.
|
|
|
3380 (update_image_instance): new function. update an image instance
|
|
|
3381 from its changed instantiator.
|
|
|
3382 (inherit_normalize): add dest_mask.
|
|
|
3383 (xbm_normalize): ditto.
|
|
|
3384 (xface_normalize): ditto.
|
|
|
3385 (xpm_normalize): ditto.
|
|
|
3386 (text_update): set_property -> update.
|
|
|
3387 (image_instantiate): use the glyph identity as a hash key, not the
|
|
|
3388 instantiator.
|
|
|
3389 (glyph_width): use new image_instance_layout signature.
|
|
|
3390 (glyph_ascent): ditto.
|
|
|
3391 (glyph_descent): ditto.
|
|
|
3392 (glyph_height): ditto.
|
|
|
3393 (glyph_query_geometry): ressurrect.
|
|
|
3394 (glyph_layout): ditto.
|
|
|
3395 (redisplay_subwindow): update -> redisplay.
|
|
|
3396 (syms_of_glyphs): add Fset_instantiator_property.
|
|
|
3397 (image_instantiator_format_create): set_property -> update.
|
|
|
3398
|
|
|
3399 * glyphs-x.c:
|
|
|
3400 (autodetect_normalize): add dest_maks to signature.
|
|
|
3401 (x_redisplay_subwindow): update -> redisplay.
|
|
|
3402 (x_redisplay_widget): ditto.
|
|
|
3403 (x_button_redisplay): ditto.
|
|
|
3404 (x_progress_gauge_redisplay): ditto.
|
|
|
3405 (x_tab_control_redisplay): ditto. Rewrite to cope with changed
|
|
|
3406 stacking order.
|
|
|
3407 (console_type_create_glyphs_x): update -> redisplay.
|
|
|
3408 (image_instantiator_format_create_glyphs_x): ditto.
|
|
|
3409
|
|
|
3410 * glyphs-widget.c:
|
|
|
3411 (check_valid_instantiator): disallow glyphs in the instantiator,
|
|
|
3412 they must now be vectors.
|
|
|
3413 (check_valid_instantiator_list): ditto.
|
|
|
3414 (glyph_instantiator_to_glyph): use internal symbol rather than
|
|
|
3415 intern.
|
|
|
3416 (widget_update): renamed from widget_set_property. Call cascaded
|
|
|
3417 update methods.
|
|
|
3418 (redisplay_widget): renamed from update_widget.
|
|
|
3419 (widget_layout): image_instance_layout now takes position as well
|
|
|
3420 as size.
|
|
|
3421 (widget_normalize): ditto.
|
|
|
3422 (widget_instantiate): ditto.
|
|
|
3423 (tab_control_query_geometry) ditto.:
|
|
|
3424 (tab_control_update): renamed from tab_control_set_property.
|
|
|
3425 (progress_gauge_update): set_property -> update.
|
|
|
3426 (layout_normalize): rewrite so that child instantiators are
|
|
|
3427 normalized also.
|
|
|
3428 (layout_update): new function. Create glyphs from the normalized
|
|
|
3429 children and cope with any other layout keywords. We do not
|
|
|
3430 instantiate children here that will be take care of by
|
|
|
3431 redisplay_output_layout.
|
|
|
3432 (layout_instantiate): call layout_update and not much else.
|
|
|
3433 (layout_post_instantiate): not sure whether this is needed
|
|
|
3434 anymore.
|
|
|
3435 (layout_query_geometry): query glyph geometry rather than
|
|
|
3436 image_instance geometry.
|
|
|
3437 (layout_layout): set offsets from pass in parameters. Use glyph
|
|
|
3438 geometry and layout functions rather than image instance ones.
|
|
|
3439 (native_layout_layout): ditto.
|
|
|
3440 (syms_of_glyphs_widget): add make-glyph and set-glyph-image.
|
|
|
3441 (image_instantiator_widget): set_property -> update.
|
|
|
3442 (image_instantiator_buttons): ditto.
|
|
|
3443 (image_instantiator_progress_guage): ditto.
|
|
|
3444 (image_instantiator_tab_control): ditto.
|
|
|
3445 (VALID_LAYOUT_KEYWORDS): instantiators must now be vectors.
|
|
|
3446 (image_instantiator_layout): add update method.
|
|
|
3447
|
|
|
3448 * glyphs-msw.c (bmp_normalize):
|
|
|
3449 (mswindows_resource_normalize): add dest_mask so that it can be
|
|
|
3450 proprogated by layout_normalize.
|
|
|
3451 (begin_defer_window_pos): make optional because it may not be the
|
|
|
3452 right thing to do and it introduces differences with X.
|
|
|
3453 (mswindows_unmap_subwindow): ditto.
|
|
|
3454 (mswindows_map_subwindow): ditto.
|
|
|
3455 (mswindows_redisplay_subwindow): renamed from
|
|
|
3456 mswindows_update_subwindow.
|
|
|
3457 (mswindows_redisplay_widget): ditto.
|
|
|
3458 (mswindows_button_redisplay): renamed from
|
|
|
3459 mswindows_button_update. Update is now what the instantiation
|
|
|
3460 function does for a changed instantiator.
|
|
|
3461 (mswindows_progress_gauge_instantiate): set the progress value
|
|
|
3462 here if appropriate.
|
|
|
3463 (mswindows_tab_control_redisplay): cope with re-ordering of the
|
|
|
3464 members of the tab widget by simply selecting the new top
|
|
|
3465 widget. This makes things appear ok if you click on a tab.
|
|
|
3466 (mswindows_combo_box_instantiate): image_instance_layout now takes
|
|
|
3467 position as well as size.
|
|
|
3468 (mswindows_progress_gauge_redisplay): renamed from
|
|
|
3469 mswindows_progress_gauge_update.
|
|
|
3470 (console_type_create_glyphs_mswindows): fix update -> redisplay.
|
|
|
3471 (image_instantiator_format_create_glyphs_mswindows): ditto.
|
|
|
3472
|
|
|
3473 * glyphs-eimage.c (jpeg_normalize):
|
|
|
3474 (gif_normalize):
|
|
|
3475 (png_normalize):
|
|
|
3476 (tiff_normalize): add dest_mask so that it can be proprogated by
|
|
|
3477 layout_normalize.
|
|
|
3478
|
|
|
3479 * elhash.c:
|
|
|
3480 (print_hash_table):
|
|
|
3481 (hash_table_weakness_validate):
|
|
|
3482 (decode_hash_table_weakness):
|
|
|
3483 (Fhash_table_weakness):
|
|
|
3484 (Fhash_table_type):
|
|
|
3485 (syms_of_elhash): use Ben's naming scheme for hashtable types..
|
|
|
3486
|
|
|
3487 * console.h (struct console_methods): move update_* to
|
|
|
3488 redisplay_*.
|
|
|
3489
|
|
|
3490 2000-07-20 Ben Wing <ben@xemacs.org>
|
|
|
3491
|
|
|
3492 * *.[ch] (XSETOBJ): remove unused middle argument.
|
|
|
3493 lisp-disunion.h: correct wrap_object() to one argument.
|
|
446
|
3494
|
|
442
|
3495 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
|
3496
|
|
|
3497 * s/cygwin32.h:
|
|
|
3498 * s/cygwin32.h (CYGWIN_CONV_PATH):
|
|
|
3499 Add missing logb prototype for v1.1.
|
|
|
3500 Use post-b20 names and alias to pre-b20 names when pre-b20.
|
|
|
3501
|
|
|
3502 * s/windowsnt.h: [5].
|
|
|
3503
|
|
|
3504 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
|
3505
|
|
|
3506 * Makefile.in.in (x_objs):
|
|
|
3507 * Makefile.in.in (sheap_objs):
|
|
|
3508 * Makefile.in.in (objs):
|
|
|
3509 added win32.o, cosmetic cleanups.
|
|
446
|
3510
|
|
442
|
3511 * alloc.c (Fmake_byte_code):
|
|
|
3512 [[[1]]]: Changes for new LIST_LOOP, EXTERNAL_LIST_LOOP,
|
|
|
3513 etc. macros which declare their own args now.
|
|
|
3514
|
|
|
3515 * alloc.c (syms_of_alloc):
|
|
|
3516 [[[2]]]: Use DEFSYMBOL, DEFKEYWORD, DEFERROR and friends.
|
|
|
3517
|
|
|
3518 * buffer.c:
|
|
|
3519 Moved buffer-dedicated-frame, set-buffer-dedicated-frame into lisp.
|
|
|
3520
|
|
|
3521 * buffer.c (Fget_file_buffer):
|
|
|
3522 Fixed GCPRO problem.
|
|
|
3523
|
|
|
3524 * buffer.c (get_truename_buffer):
|
|
|
3525 Fixed comment about GC checking.
|
|
|
3526
|
|
|
3527 * buffer.c (syms_of_buffer):
|
|
|
3528 Undeclared those dedicated frame funs.
|
|
|
3529 [2].
|
|
|
3530
|
|
|
3531 * buffer.h:
|
|
|
3532 Define convenience macros for internal/external conversions.
|
|
|
3533 [[[3]]]: Define codesys aliases Qcommand_argument_encoding
|
|
|
3534 and Qenvironment_variable_encoding for cleaner code.
|
|
|
3535
|
|
|
3536 * bufslots.h:
|
|
|
3537 Remove dedicated-frame; in lisp.
|
|
|
3538
|
|
|
3539 * bytecode.c (funcall_compiled_function):
|
|
|
3540 [1].
|
|
|
3541
|
|
|
3542 * bytecode.c (syms_of_bytecode):
|
|
|
3543 [2].
|
|
|
3544
|
|
|
3545 * console-msw.c:
|
|
|
3546 * console-msw.c (mswindows_show_console): Rewrote.
|
|
|
3547
|
|
|
3548 * console-msw.c (Fmswindows_debugging_output): New.
|
|
|
3549 Sends to OutputDebugString (special MSWin debugger interface).
|
|
|
3550
|
|
|
3551 * console-msw.c (Fmswindows_message_box):
|
|
|
3552 Fixed stupid bugs so it works when called from kill-emacs.
|
|
|
3553
|
|
|
3554 * console-msw.c (syms_of_console_mswindows):
|
|
|
3555 Declare Fmswindows_debugging_output.
|
|
|
3556
|
|
|
3557 * console-msw.h:
|
|
|
3558 New MSWin prototypes.
|
|
|
3559
|
|
|
3560 * console-msw.h (struct mswindows_frame):
|
|
|
3561 New entry last-click-mods for improved button-modifier support.
|
|
|
3562
|
|
|
3563 * console-msw.h (FRAME_MSWINDOWS_POPUP):
|
|
|
3564 New struct entry `popup' with corresponding accessor.
|
|
|
3565
|
|
|
3566 * console-x.c:
|
|
|
3567 * console-x.c (split_up_display_spec):
|
|
|
3568 * console-x.c (get_display_arg_connection):
|
|
|
3569 * console-x.c (x_semi_canonicalize_console_connection):
|
|
|
3570 * console-x.c (x_canonicalize_device_connection):
|
|
|
3571 [[[6]]]: Change char to more specific type.
|
|
|
3572 [[[8]]]: Make use of abstracting codesys aliases defined in [3], [4];
|
|
|
3573
|
|
|
3574 * console-x.c (x_semi_canonicalize_console_connection):
|
|
|
3575 * console-x.c (x_canonicalize_device_connection):
|
|
|
3576 [[[9]]]: Fix up error signalling to use new structured error system.
|
|
|
3577
|
|
|
3578 * console-x.h:
|
|
|
3579 [[[4]]]: Define codesys aliases:
|
|
|
3580 Qlwlib_encoding, Qx_atom_name_encoding, Qx_font_name_encoding,
|
|
|
3581 Qx_color_name_encoding, Qx_display_name_encoding.
|
|
|
3582
|
|
|
3583 * console.h (struct console_methods):
|
|
|
3584 New method make_dialog_box_internal supersedes older
|
|
|
3585 popup_dialog_box method.
|
|
|
3586
|
|
|
3587 * data.c:
|
|
|
3588 Define many new errors, part of new structured errors.
|
|
|
3589
|
|
|
3590 * data.c (init_errors_once_early):
|
|
|
3591 * data.c (syms_of_data):
|
|
|
3592 [2].
|
|
|
3593
|
|
|
3594 * device-msw.c (mswindows_init_device):
|
|
|
3595 [[[5]]]: Cleanup to support NT 3.51.
|
|
|
3596
|
|
|
3597 * device-msw.c (decode_devmode): Cleanup.
|
|
|
3598
|
|
|
3599 * device-msw.c (mswindows_handle_print_setup_dialog_box):
|
|
|
3600 * device-msw.c (mswindows_handle_print_dialog_box):
|
|
|
3601 * device-msw.c (mswindows_handle_page_setup_dialog_box):
|
|
|
3602 * device-msw.c (syms_of_device_mswindows):
|
|
|
3603 Delete the dialog box primitives recently introduced by Kirill and
|
|
|
3604 instead interface to general dialog box interface.
|
|
|
3605
|
|
|
3606 * device-x.c:
|
|
|
3607 * device-x.c (compute_x_app_name):
|
|
|
3608 * device-x.c (x_init_device):
|
|
|
3609 * device-x.c (Fx_valid_keysym_name_p):
|
|
|
3610 * device-x.c (Fx_set_font_path):
|
|
|
3611 [6].
|
|
|
3612 [7].
|
|
|
3613
|
|
|
3614 * device.h (wrap_device): New.
|
|
|
3615 First of its kind; meant to replace XSETDEVICE.
|
|
|
3616
|
|
|
3617 * dialog-msw.c: Many file-dialog symbols.
|
|
|
3618
|
|
|
3619 * dialog-msw.c (mswindows_register_popup_frame): New.
|
|
|
3620 * dialog-msw.c (mswindows_is_dialog_msg): New.
|
|
|
3621 For supporting kbd traversal in dialog boxes.
|
|
|
3622
|
|
|
3623 * dialog-msw.c (dialog_proc):
|
|
|
3624 Support hitting ESC in dialogs.
|
|
|
3625
|
|
|
3626 * dialog-msw.c (struct):
|
|
|
3627 Common dialog box errors.
|
|
|
3628
|
|
|
3629 * dialog-msw.c (handle_file_dialog_box): New.
|
|
|
3630 Add file dialog code.
|
|
|
3631
|
|
|
3632 * dialog-msw.c (handle_question_dialog_box):
|
|
|
3633 Redo existing code to support new question dialog syntax.
|
|
|
3634
|
|
|
3635 * dialog-msw.c (console_type_create_dialog_mswindows):
|
|
|
3636 We support new dialog console method.
|
|
|
3637
|
|
|
3638 * dialog-msw.c (syms_of_dialog_mswindows):
|
|
|
3639 * dialog-msw.c (vars_of_dialog_mswindows):
|
|
|
3640 New file dialog symbols, vars.
|
|
|
3641
|
|
|
3642 * dialog-x.c:
|
|
|
3643 * dialog-x.c (maybe_run_dbox_text_callback):
|
|
|
3644 * dialog-x.c (dbox_descriptor_to_widget_value):
|
|
|
3645 * dialog-x.c (x_make_dialog_box_internal):
|
|
|
3646 * dialog-x.c (console_type_create_dialog_x):
|
|
|
3647 Mule-ize entire file.
|
|
|
3648 Redo to support question dialog syntax.
|
|
|
3649 [6].
|
|
|
3650
|
|
|
3651 * dialog.c:
|
|
|
3652 * dialog.c (Fmake_dialog_box_internal):
|
|
|
3653 * dialog.c (syms_of_dialog):
|
|
|
3654 Kill old popup-dialog-box, replace with new primitive.
|
|
|
3655 Just call device method or signal error.
|
|
|
3656
|
|
|
3657 * eldap.c (Fldap_open):
|
|
|
3658 * eldap.c (Fldap_search_basic):
|
|
|
3659 * eldap.c (Fldap_add):
|
|
|
3660 * eldap.c (Fldap_modify):
|
|
|
3661 [1].
|
|
|
3662 [7].
|
|
|
3663
|
|
|
3664 * emacs.c:
|
|
|
3665 * emacs.c (make_arg_list_1):
|
|
|
3666 * emacs.c (make_arg_list):
|
|
|
3667 Mule-ize call to dll_init().
|
|
|
3668 [6].
|
|
|
3669 [8].
|
|
|
3670
|
|
|
3671 * emacs.c (make_argc_argv):
|
|
|
3672 * emacs.c (free_argc_argv):
|
|
|
3673 * emacs.c (init_cmdargs):
|
|
|
3674 * emacs.c (main_1):
|
|
|
3675 * emacs.c (Fkill_emacs):
|
|
|
3676 * emacs.c (Fdump_emacs):
|
|
|
3677 Update comments about what can be used in syms_* etc.
|
|
|
3678 Call init_win32() when necessary.
|
|
|
3679 Fix up MS Win dialog box in kill-buffer to actually work right.
|
|
|
3680 [7].
|
|
|
3681
|
|
|
3682 * eval.c:
|
|
|
3683 * eval.c (For):
|
|
|
3684 * eval.c (Fand):
|
|
|
3685 * eval.c (Fprogn):
|
|
|
3686 * eval.c (Fprog1):
|
|
|
3687 * eval.c (Fprog2):
|
|
|
3688 * eval.c (FletX):
|
|
|
3689 * eval.c (Flet):
|
|
|
3690 * eval.c (condition_case_3):
|
|
|
3691 * eval.c (Feval):
|
|
|
3692 * eval.c (function_argcount):
|
|
|
3693 * eval.c (funcall_lambda):
|
|
|
3694 [1].
|
|
|
3695
|
|
|
3696 * eval.c (type_error): New.
|
|
|
3697 * eval.c (maybe_type_error): New.
|
|
|
3698 * eval.c (continuable_type_error): New.
|
|
|
3699 * eval.c (maybe_continuable_type_error): New.
|
|
|
3700 * eval.c (type_error_with_frob): New.
|
|
|
3701 * eval.c (maybe_type_error_with_frob): New.
|
|
|
3702 * eval.c (continuable_type_error_with_frob): New.
|
|
|
3703 * eval.c (maybe_continuable_type_error_with_frob): New.
|
|
|
3704 New functions for use with structured errors.
|
|
|
3705
|
|
|
3706 * event-Xt.c:
|
|
|
3707 * event-Xt.c (x_event_to_emacs_event):
|
|
|
3708 Buttons are now modifiers too.
|
|
|
3709
|
|
|
3710 * event-Xt.c (emacs_Xt_current_event_timestamp):
|
|
|
3711 Implement new event method.
|
|
|
3712 * event-Xt.c (reinit_vars_of_event_Xt): Set it.
|
|
|
3713
|
|
|
3714 * event-msw.c:
|
|
|
3715 * event-msw.c (ntpipe_shove_writer): [5].
|
|
|
3716 * event-msw.c (mswindows_enqueue_mouse_button_event):
|
|
|
3717 * event-msw.c (mswindows_drain_windows_queue):
|
|
|
3718 * event-msw.c (mswindows_wnd_proc): [7].
|
|
|
3719 * event-msw.c (mswindows_current_layout_has_AltGr): [5].
|
|
|
3720 * event-msw.c (mswindows_modifier_state):
|
|
|
3721 Throughout: support new button modifiers.
|
|
|
3722
|
|
|
3723 * event-msw.c (emacs_mswindows_current_event_timestamp):
|
|
|
3724 Implement new event method.
|
|
|
3725 * event-msw.c (reinit_vars_of_event_mswindows): Set it.
|
|
|
3726
|
|
|
3727 * event-stream.c:
|
|
|
3728 * event-stream.c (event_stream_current_event_timestamp): New.
|
|
|
3729 * event-stream.c (maybe_kbd_translate): New functionality.
|
|
|
3730 * event-stream.c (vars_of_event_stream):
|
|
|
3731 Document new kbd-translate-table functionality.
|
|
|
3732
|
|
|
3733 * event-stream.c (Fcurrent_event_timestamp): New.
|
|
|
3734 New primitive for use in fabricated events.
|
|
|
3735 * event-stream.c (syms_of_event_stream): [2]. Declare new primitive.
|
|
|
3736
|
|
|
3737 * events-mod.h (XEMACS_MOD_BUTTON1): new button modifiers.
|
|
|
3738
|
|
|
3739 * events.c:
|
|
|
3740 * events.c (Fmake_event):
|
|
|
3741 * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY):
|
|
|
3742 [1].
|
|
|
3743 [9].
|
|
|
3744
|
|
|
3745 * events.c (format_event_object): fix gcc warnings.
|
|
|
3746
|
|
|
3747 * events.c (Fevent_timestamp): Document new primitives.
|
|
|
3748
|
|
|
3749 * events.c (TIMESTAMP_HALFSPACE): New.
|
|
|
3750
|
|
|
3751 * events.c (Fevent_timestamp_lessp): New. New primitive for
|
|
|
3752 comparing timestamps correctly (half-space algorithm).
|
|
|
3753
|
|
|
3754 * events.c (Fevent_modifier_bits): Doc fix.
|
|
|
3755
|
|
|
3756 * events.c (Fevent_modifiers): Major doc addition.
|
|
|
3757 * events.c (event_x_y_pixel_internal): Typo fix.
|
|
|
3758 * events.c (syms_of_events): Declare new primitives.
|
|
|
3759
|
|
|
3760 * events.h:
|
|
|
3761 Update long comment for button modifiers, timestamps.
|
|
|
3762
|
|
|
3763 * events.h (struct event_stream):
|
|
|
3764 New current_event_timestamp method.
|
|
|
3765
|
|
|
3766 * extents.c:
|
|
|
3767 * extents.c (extent_in_region_p):
|
|
|
3768 * extents.c (decode_extent):
|
|
|
3769 * extents.c (Fset_extent_parent):
|
|
|
3770 * extents.c (decode_map_extents_flags):
|
|
|
3771 Fix gcc warnings.
|
|
|
3772 [9].
|
|
|
3773
|
|
|
3774 * extents.c (struct extent_at_arg):
|
|
|
3775 * extents.c (decode_extent_at_flag):
|
|
|
3776 * extents.c (extent_at_mapper):
|
|
|
3777 * extents.c (extent_at_bytind):
|
|
|
3778 * extents.c (Fextent_at): Adapt to new lower-level interface. [9].
|
|
|
3779 * extents.c (Fextents_at): New primitive. [9].
|
|
|
3780 * extents.c (symbol_to_glyph_layout): [9].
|
|
|
3781 Support new primitive `extents-at'.
|
|
|
3782
|
|
|
3783
|
|
|
3784 * extents.c (get_text_property_bytind):
|
|
|
3785 extent_at_bytind has another arg.
|
|
|
3786 [9].
|
|
|
3787
|
|
|
3788 * extents.c (syms_of_extents): New primitive.
|
|
|
3789
|
|
|
3790 * file-coding.c (Fmake_coding_system): [1].
|
|
|
3791 * file-coding.c (subsidiary_coding_system): fix gcc warning
|
|
|
3792 * file-coding.c (syms_of_file_coding): [2].
|
|
|
3793
|
|
|
3794 * fileio.c (Fexpand_file_name):
|
|
|
3795 * fileio.c (Fsysnetunam):
|
|
|
3796 * fileio.c (Ffile_exists_p):
|
|
|
3797 * fileio.c (Ffile_executable_p):
|
|
|
3798 * fileio.c (Fverify_visited_file_modtime):
|
|
|
3799 Clean up GCPROing.
|
|
|
3800
|
|
|
3801 * fileio.c (syms_of_fileio): [2].
|
|
|
3802
|
|
|
3803 * filelock.c (lock_file_1):
|
|
|
3804 * filelock.c (current_lock_owner):
|
|
|
3805 * filelock.c (lock_if_free):
|
|
|
3806 * filelock.c (lock_file):
|
|
|
3807 * filelock.c (unlock_file):
|
|
|
3808 Clean up GCPROing.
|
|
|
3809
|
|
|
3810 * fns.c (concat): Fix gcc warning.
|
|
|
3811
|
|
|
3812 * fns.c (Fmember):
|
|
|
3813 * fns.c (Fold_member):
|
|
|
3814 * fns.c (Fmemq):
|
|
|
3815 * fns.c (Fold_memq):
|
|
|
3816 * fns.c (memq_no_quit):
|
|
|
3817 * fns.c (Fassoc):
|
|
|
3818 * fns.c (Fold_assoc):
|
|
|
3819 * fns.c (Fassq):
|
|
|
3820 * fns.c (Fold_assq):
|
|
|
3821 * fns.c (assq_no_quit):
|
|
|
3822 * fns.c (Frassoc):
|
|
|
3823 * fns.c (Fold_rassoc):
|
|
|
3824 * fns.c (Frassq):
|
|
|
3825 * fns.c (Fold_rassq):
|
|
|
3826 * fns.c (rassq_no_quit):
|
|
|
3827 * fns.c (Fdelete):
|
|
|
3828 * fns.c (Fold_delete):
|
|
|
3829 * fns.c (Fdelq):
|
|
|
3830 * fns.c (Fold_delq):
|
|
|
3831 * fns.c (delq_no_quit):
|
|
|
3832 * fns.c (Fremassoc):
|
|
|
3833 * fns.c (Fremassq):
|
|
|
3834 * fns.c (remassq_no_quit):
|
|
|
3835 * fns.c (Fremrassoc):
|
|
|
3836 * fns.c (Fremrassq):
|
|
|
3837 * fns.c (remrassq_no_quit):
|
|
|
3838 * fns.c (Freverse):
|
|
|
3839 * fns.c (mapcar1):
|
|
|
3840 [1].
|
|
|
3841
|
|
|
3842 * frame-msw.c (mswindows_init_frame_1):
|
|
|
3843 * frame-msw.c (mswindows_delete_frame):
|
|
|
3844 Register popups with dialog code so keyboard traversing works.
|
|
|
3845
|
|
|
3846 * frame-tty.c (tty_raise_frame_no_select): [1].
|
|
|
3847
|
|
|
3848 * frame-x.c:
|
|
|
3849 * frame-x.c (x_set_frame_text_value):
|
|
|
3850 * frame-x.c (x_set_frame_properties):
|
|
|
3851 * frame-x.c (x_create_widgets):
|
|
|
3852 [7].
|
|
|
3853
|
|
|
3854 * frame.c:
|
|
|
3855 * frame.c (Fmouse_pixel_position): Minor doc fixes.
|
|
|
3856
|
|
|
3857 * frame.h (wrap_frame): New.
|
|
|
3858 Macro like wrap_device.
|
|
|
3859
|
|
|
3860 * general.c:
|
|
|
3861 * general.c (SYMBOL):
|
|
|
3862 * general.c (syms_of_general):
|
|
|
3863 Major reorg. This is now just a wrapper and symbols themselves
|
|
|
3864 are listed in general-slots.h.
|
|
|
3865
|
|
|
3866 * glyphs-eimage.c (tiff_instantiate): Need cast to fix warning.
|
|
|
3867 * glyphs-msw.c (mswindows_resource_instantiate): [5].
|
|
|
3868
|
|
|
3869 * glyphs-msw.c (mswindows_native_layout_instantiate):
|
|
|
3870 Add DS_CONTROL so keyboard traversal will work.
|
|
|
3871
|
|
|
3872 * glyphs-widget.c:
|
|
|
3873 * glyphs-widget.c (syms_of_glyphs_widget):
|
|
|
3874 Move some symbols to general-slots.h.
|
|
|
3875
|
|
|
3876 * glyphs-x.c:
|
|
|
3877 * glyphs-x.c (xbm_instantiate_1):
|
|
|
3878 * glyphs-x.c (x_xbm_instantiate):
|
|
|
3879 * glyphs-x.c (x_xface_instantiate):
|
|
|
3880 * glyphs-x.c (autodetect_instantiate):
|
|
|
3881 * glyphs-x.c (cursor_font_instantiate):
|
|
|
3882 * glyphs-x.c (x_update_widget):
|
|
|
3883 * glyphs-x.c (x_widget_instantiate):
|
|
|
3884 * glyphs.c (bitmap_to_lisp_data):
|
|
|
3885 * glyphs.c (pixmap_to_lisp_data):
|
|
|
3886 [7].
|
|
|
3887
|
|
|
3888 * glyphs.c (syms_of_glyphs):
|
|
|
3889 [2].
|
|
|
3890
|
|
|
3891 * gui-x.c:
|
|
|
3892 * gui-x.c (print_widget_value):
|
|
|
3893 * gui-x.c (menu_separator_style_and_to_external):
|
|
|
3894 * gui-x.c (add_accel_and_to_external):
|
|
|
3895 * gui-x.c (button_item_to_widget_value):
|
|
|
3896 * gui-x.c (gui_items_to_widget_values_1):
|
|
|
3897 * gui-x.c (gui_items_to_widget_values):
|
|
|
3898 * gui-x.c (syms_of_gui_x):
|
|
|
3899 * gui-x.c (vars_of_gui_x):
|
|
|
3900 Mule-ize entire file. Move menu-no-selection-hook to gui.c.
|
|
|
3901 [9].
|
|
|
3902
|
|
|
3903 * gui-x.h:
|
|
|
3904 Muleize, prototype changes matching gui-x.c.
|
|
|
3905
|
|
|
3906 * gui.c:
|
|
|
3907 * gui.c (separator_string_p):
|
|
|
3908 * gui.c (gui_item_add_keyval_pair):
|
|
|
3909 * gui.c (make_gui_item_from_keywords_internal):
|
|
|
3910 * gui.c (signal_too_long_error):
|
|
|
3911 * gui.c (parse_gui_item_tree_item):
|
|
|
3912 * gui.c (syms_of_gui):
|
|
|
3913 * gui.c (vars_of_gui):
|
|
|
3914 * gui.h:
|
|
|
3915 menu-no-selection-hook moved here (used by MSWin).
|
|
|
3916 Move some symbols to general-slots.h.
|
|
|
3917 [6].
|
|
|
3918 [9].
|
|
|
3919
|
|
|
3920 * insdel.c (get_buffer_pos_char):
|
|
|
3921 * insdel.c (get_buffer_range_char):
|
|
|
3922 Add GC comments.
|
|
|
3923
|
|
|
3924 * keymap.c (keymap_lookup_directly):
|
|
|
3925 * keymap.c (keymap_store):
|
|
|
3926 * keymap.c (ensure_meta_prefix_char_keymapp):
|
|
|
3927 * keymap.c (describe_map):
|
|
|
3928 * keymap.h:
|
|
|
3929 Support new button modifiers.
|
|
|
3930
|
|
|
3931 * lisp-disunion.h (wrap_object):
|
|
|
3932 * lisp-disunion.h (XSETOBJ):
|
|
|
3933 Rename make_obj to wrap_object.
|
|
|
3934
|
|
|
3935 * lisp-union.h:
|
|
|
3936 * lisp-union.h (make_int):
|
|
|
3937 * lisp-union.h (make_char):
|
|
|
3938 Support wrap_object.
|
|
|
3939
|
|
|
3940 * lisp.h:
|
|
|
3941 * lisp.h (LIST_LOOP):
|
|
|
3942 * lisp.h (EXTERNAL_LIST_LOOP):
|
|
|
3943 * lisp.h (LIST_LOOP_2):
|
|
|
3944 * lisp.h (EXTERNAL_LIST_LOOP_1):
|
|
|
3945 * lisp.h (EXTERNAL_LIST_LOOP_2):
|
|
|
3946 * lisp.h (EXTERNAL_LIST_LOOP_3):
|
|
|
3947 * lisp.h (EXTERNAL_LIST_LOOP_4_NO_DECLARE):
|
|
|
3948 * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
|
|
|
3949 * lisp.h (GET_EXTERNAL_LIST_LENGTH):
|
|
|
3950 * lisp.h (EXTERNAL_ALIST_LOOP_5):
|
|
|
3951 * lisp.h (EXTERNAL_ALIST_LOOP_6):
|
|
|
3952 * lisp.h (EXTERNAL_ALIST_LOOP_6_NO_DECLARE):
|
|
|
3953 * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_5_NO_DECLARE):
|
|
|
3954 * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_7):
|
|
|
3955 * lisp.h (struct Lisp_Symbol):
|
|
|
3956 * lisp.h (maybe_continuable_error_with_frob):
|
|
|
3957 Fix up section comments.
|
|
|
3958 Add new types for char to indicate usage.
|
|
|
3959 Delete symbols auto-generated from general-slots.h.
|
|
|
3960 Add prototypes for structured error functions.
|
|
|
3961 Add long comments describing looping macros and change interface
|
|
|
3962 so that lvalues are automatically declared.
|
|
|
3963 Add NO_DECLARE macro in case callers want to declare lvalues
|
|
|
3964 themselves.
|
|
|
3965
|
|
|
3966 * lread.c (read_syntax_error):
|
|
|
3967 * lread.c (continuable_read_syntax_error):
|
|
|
3968 * lread.c (read_structure):
|
|
|
3969 * lread.c (sequence_reader):
|
|
|
3970 * lread.c (read_list_conser):
|
|
|
3971 * lread.c (read_compiled_function):
|
|
|
3972 Rename syntax_error and continuable_syntax_error to avoid clash
|
|
|
3973 with same-named structured error functions.
|
|
|
3974
|
|
|
3975 * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
|
|
|
3976 * menubar-msw.c (populate_menu_add_item):
|
|
|
3977 * menubar-msw.c (populate_or_checksum_helper):
|
|
|
3978 [5].
|
|
|
3979 [9].
|
|
|
3980
|
|
|
3981 * menubar-x.c:
|
|
|
3982 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
|
3983 Mule-ize whole file.
|
|
|
3984
|
|
|
3985 * menubar.c (Fnormalize_menu_item_name): Add optimization.
|
|
|
3986
|
|
|
3987 * mule-charset.c (Fmake_charset):
|
|
|
3988 * mule-wnnfns.c (Fwnn_set_param):
|
|
|
3989 [1].
|
|
|
3990
|
|
|
3991 * ntproc.c (create_child):
|
|
|
3992 * ntproc.c (Fwin32_set_current_locale):
|
|
|
3993 Add comments portending doom.
|
|
|
3994
|
|
|
3995 * objects-msw.c:
|
|
|
3996 * objects-msw.c (old_font_enum_callback_2):
|
|
|
3997 * objects-msw.c (font_enum_callback_1):
|
|
|
3998 * objects-msw.c (mswindows_enumerate_fonts):
|
|
|
3999 [5].
|
|
|
4000
|
|
|
4001 * objects-x.c:
|
|
|
4002 * objects-x.c (allocate_nearest_color):
|
|
|
4003 * objects-x.c (x_parse_nearest_color):
|
|
|
4004 * objects-x.c (x_initialize_color_instance):
|
|
|
4005 * objects-x.c (x_print_color_instance):
|
|
|
4006 * objects-x.c (x_finalize_color_instance):
|
|
|
4007 * objects-x.c (x_valid_color_name_p):
|
|
|
4008 * objects-x.c (x_initialize_font_instance):
|
|
|
4009 * objects-x.c (x_print_font_instance):
|
|
|
4010 * objects-x.c (valid_x_font_name_p):
|
|
|
4011 * objects-x.c (truename_via_FONT_prop):
|
|
|
4012 * objects-x.c (truename_via_random_props):
|
|
|
4013 * objects-x.c (truename_via_XListFonts):
|
|
|
4014 * objects-x.c (x_font_truename):
|
|
|
4015 * objects-x.c (x_font_instance_truename):
|
|
|
4016 * objects-x.c (x_font_instance_properties):
|
|
|
4017 * objects-x.c (x_list_fonts):
|
|
|
4018 * objects-x.c (x_find_charset_font):
|
|
|
4019 Mule-ize entire file.
|
|
|
4020 [7].
|
|
|
4021
|
|
|
4022 * objects-x.h:
|
|
|
4023 Mule-verify.
|
|
|
4024
|
|
|
4025 * print.c:
|
|
|
4026 * print.c (std_handle_out_external):
|
|
|
4027 * print.c (debug_print_no_newline):
|
|
|
4028 * print.c (syms_of_print):
|
|
|
4029 Output to all debugger kinds in debug-print.
|
|
|
4030 Fix console-output code under MSWin to actually work.
|
|
|
4031
|
|
|
4032 * process-nt.c (send_signal):
|
|
|
4033 * process-nt.c (nt_create_process):
|
|
|
4034 Use newer Unicode macros.
|
|
|
4035
|
|
|
4036 * process-unix.c (unix_create_process):
|
|
|
4037 * process-unix.c (unix_canonicalize_host_name):
|
|
|
4038 * process-unix.c (unix_open_network_stream):
|
|
|
4039 [7].
|
|
|
4040
|
|
|
4041 * scrollbar-x.c:
|
|
|
4042 Mule-verify.
|
|
|
4043
|
|
|
4044 * search.c (syms_of_search):
|
|
|
4045 [2].
|
|
|
4046
|
|
|
4047 * select-msw.c (mswindows_destroy_selection):
|
|
|
4048 Use LIST_LOOP_2.
|
|
|
4049
|
|
|
4050 * select-x.c (symbol_to_x_atom):
|
|
|
4051 [7].
|
|
|
4052
|
|
|
4053 * select.c (syms_of_select):
|
|
|
4054 [2].
|
|
|
4055
|
|
|
4056 * sound.c (Fplay_sound_file):
|
|
|
4057 [7].
|
|
|
4058
|
|
|
4059 * specifier.c:
|
|
|
4060 * specifier.c (decode_specifier_type):
|
|
|
4061 * specifier.c (Fvalid_specifier_locale_type_p):
|
|
|
4062 * specifier.c (check_valid_locale_or_locale_type):
|
|
|
4063 * specifier.c (decode_locale):
|
|
|
4064 * specifier.c (decode_locale_type):
|
|
|
4065 * specifier.c (decode_locale_list):
|
|
|
4066 * specifier.c (check_valid_domain):
|
|
|
4067 * specifier.c (decode_specifier_tag_set):
|
|
|
4068 * specifier.c (Fcanonicalize_tag_set):
|
|
|
4069 * specifier.c (Fdefine_specifier_tag):
|
|
|
4070 * specifier.c (Fspecifier_tag_predicate):
|
|
|
4071 * specifier.c (check_valid_inst_list):
|
|
|
4072 * specifier.c (check_valid_spec_list):
|
|
|
4073 * specifier.c (decode_how_to_add_specification):
|
|
|
4074 * specifier.c (check_modifiable_specifier):
|
|
|
4075 * specifier.c (specifier_add_spec):
|
|
|
4076 * specifier.c (boolean_validate):
|
|
|
4077 * specifier.c (display_table_validate):
|
|
|
4078 [9].
|
|
|
4079
|
|
|
4080 * specifier.c (syms_of_specifier):
|
|
|
4081 Move some symbols to general-slots.h.
|
|
|
4082 [2].
|
|
|
4083
|
|
|
4084 * symbols.c:
|
|
|
4085 * symbols.c (Fmapatoms):
|
|
|
4086 * symbols.c (Fapropos_internal):
|
|
|
4087 Add GCPROs.
|
|
|
4088
|
|
|
4089 * symbols.c (set_default_buffer_slot_variable):
|
|
|
4090 * symbols.c (set_default_console_slot_variable):
|
|
|
4091 [1].
|
|
|
4092
|
|
|
4093 * symbols.c (defsymbol_massage_name_1):
|
|
|
4094 * symbols.c (defkeyword_massage_name):
|
|
|
4095 * symbols.c (deferror_1):
|
|
|
4096 * symbols.c (deferror):
|
|
|
4097 * symbols.c (deferror_massage_name_and_message):
|
|
|
4098 * symeval.h:
|
|
|
4099 * symeval.h (DEFSYMBOL):
|
|
|
4100 Support DEFSYMBOL*, DEFKEYWORD, DEFERROR
|
|
|
4101
|
|
|
4102 * symbols.c (syms_of_symbols):
|
|
|
4103 [2].
|
|
|
4104
|
|
|
4105 * symsinit.h:
|
|
|
4106 * symsinit.h (init_win32): New.
|
|
|
4107 Also new is syms_of_dialog_mswindows.
|
|
|
4108
|
|
|
4109 * syswindows.h:
|
|
|
4110 Add new Unicode macros, missing Cygwin wide-char functions,
|
|
|
4111 convenience conversion macros for Qmswindows_tstr, macros for
|
|
|
4112 encapsulating required MSWin <-> Cygwin filename conversions,
|
|
|
4113 prototype for dynamically-extracted (not in NT 3.51) functions.
|
|
|
4114
|
|
|
4115 * toolbar-x.c:
|
|
|
4116 Mule-verify.
|
|
|
4117
|
|
|
4118 * tooltalk.c (Fadd_tooltalk_message_arg):
|
|
|
4119 * tooltalk.c (Fadd_tooltalk_pattern_attribute):
|
|
|
4120 * tooltalk.c (Fadd_tooltalk_pattern_arg):
|
|
|
4121 [7].
|
|
|
4122
|
|
|
4123 * tooltalk.c (syms_of_tooltalk):
|
|
|
4124 [2].
|
|
|
4125
|
|
|
4126 * unexnt.c:
|
|
|
4127 * unexnt.c (unexec):
|
|
|
4128 Fix up headers, declaration of unexec() to be more standard.
|
|
|
4129
|
|
|
4130 2000-07-20 Martin Buchholz <martin@xemacs.org>
|
|
|
4131
|
|
|
4132 * offix.h: Revert change to guard macros - they're used in offix.c!
|
|
|
4133
|
|
|
4134 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4135
|
|
|
4136 * lisp.h: Defsubred Fdelete.
|
|
|
4137
|
|
|
4138 * console-msw.h: (msprinter_default_printer): Added.
|
|
|
4139
|
|
|
4140 * console-msw.c (msprinter_canonicalize_console_connection):
|
|
|
4141 (msprinter_canonicalize_device_connection): Added.
|
|
|
4142
|
|
|
4143 * device-msw.c (msprinter_default_printer):
|
|
446
|
4144 (Fmswingows_get_default_printer):
|
|
|
4145 (signal_enum_priner_error):
|
|
442
|
4146 (Fmswingows_printer_list): Added.
|
|
|
4147
|
|
|
4148 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
|
4149
|
|
|
4150 * XEmacs 21.2.35 is released.
|
|
|
4151
|
|
|
4152 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
|
4153
|
|
446
|
4154 * select-x.c (x_handle_selection_request):
|
|
442
|
4155 Text selected in xemacs and pasted into xterm failed to appear.
|
|
|
4156 Spelling fixes and cosmetic changes.
|
|
|
4157
|
|
|
4158 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4159
|
|
|
4160 * event-msw.c (mswindows_drain_windows_queue): Correctly check for
|
|
|
4161 XEmacs frame (fix for doubling chars in dialog boxes).
|
|
|
4162
|
|
|
4163 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4164
|
|
|
4165 * select.c (select_convert_in, select_convert_out):
|
|
|
4166 Don't call intern() every time.
|
|
|
4167
|
|
|
4168 * select.c (Qselect_convert_in, Qselect_convert_out): New.
|
|
|
4169 * select.c (vars_of_select): Initialise them.
|
|
|
4170
|
|
|
4171 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4172
|
|
|
4173 * select.c (selection-coercible-types): New.
|
|
|
4174
|
|
|
4175 * select.c (own-selection-internal):
|
|
|
4176 * select.c (get-selection-internal):
|
|
|
4177 MULE bug fix - these should default to COMPOUND_TEXT and not
|
|
|
4178 STRING for MULE. I think.
|
|
|
4179
|
|
|
4180 * select.c (select_convert_out): Use selection-coercible-types
|
|
|
4181 to find types that we can attempt to perform coercions on.
|
|
|
4182
|
|
|
4183 2000-07-18 Martin Buchholz <martin@xemacs.org>
|
|
|
4184
|
|
|
4185 * mule-wnnfns.c:
|
|
|
4186 * mule-canna.c:
|
|
|
4187 Add coding: cookie to identify encoding.
|
|
|
4188
|
|
|
4189 * mule-canna.c (CANNA_mode_keys): make static.
|
|
|
4190 Use proper prototypes, even for functions of no arguments.
|
|
|
4191 Remove external prototype for Fding().
|
|
|
4192
|
|
|
4193 * symsinit.h: Add missing prototype for reinit_vars_of_mule_wnn.
|
|
|
4194
|
|
|
4195 * select.c (syms_of_select): Add missing DEFSUBR.
|
|
|
4196
|
|
|
4197 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4198
|
|
|
4199 * select.c (get_selection_internal, own_selection_internal):
|
|
|
4200 Make the type default to STRING, rather than placing a nil type
|
|
|
4201 into Vselection_alist.
|
|
|
4202
|
|
|
4203 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4204
|
|
|
4205 * gpmevent.c (tty_selection_exists_p):
|
|
|
4206 * gpmevent.c (tty_own_selection):
|
|
|
4207 Updated parameter lists.
|
|
|
4208
|
|
|
4209 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4210
|
|
|
4211 * select.h (selection-alist): Removed declaration.
|
|
|
4212
|
|
|
4213 * select.h (get_local_selection):
|
|
|
4214 * select.c (get_local_selection):
|
|
|
4215 Made static.
|
|
|
4216
|
|
|
4217 * select.h (convert_selection): Removed declaration.
|
|
|
4218 * select.c (convert_selection): Removed.
|
|
|
4219 This function belongs in Lisp.
|
|
|
4220
|
|
|
4221 * select.h (select_convert_in): Declare.
|
|
|
4222 * select.h (select_convert_out): Declare.
|
|
|
4223 * select.c (select_convert_in): New.
|
|
|
4224 * select.c (select_convert_out): New.
|
|
|
4225 New conversion functions for other files to call.
|
|
|
4226
|
|
|
4227 * select.h (select_notify_buffer_kill): Declare.
|
|
|
4228 * select.c (select_notify_buffer_kill): New.
|
|
|
4229 New functions that get called from kill-buffer.
|
|
|
4230
|
|
|
4231 * buffer.c (kill-buffer): Call select_notify_buffer_kill, rather than
|
|
|
4232 X-specific lisp code.
|
|
|
4233
|
|
|
4234 * select.h: Declare some of the lisp-visible functions for
|
|
|
4235 external use.
|
|
|
4236
|
|
|
4237 * select.c (clean_local_selection_data): Removed. This was
|
|
|
4238 a disgusting function, and previously should have been in
|
|
|
4239 select-x.c in any case. The functionality is now provided
|
|
|
4240 in select-convert-from-integer (select.el).
|
|
|
4241
|
|
|
4242 * select.c (available-selection-types): Fixed stupidity where
|
|
|
4243 INTEGER and ATOM got added twice. Also add STRING when we see an
|
|
|
4244 extent.
|
|
|
4245
|
|
|
4246 * select.c (get-selection-internal): Removed symbol stripping. No
|
|
|
4247 longer causes conversion when data comes from the internal cache.
|
|
|
4248
|
|
|
4249 * select.c (syms_of_select): Added new functions.
|
|
|
4250
|
|
|
4251 * select-x.c (motif_clipboard_cb): Use select_convert_out. Rewrote
|
|
|
4252 error checking - previously this called abort!
|
|
446
|
4253
|
|
442
|
4254 * select-x.c (x_own_selection): Changed comment.
|
|
446
|
4255
|
|
442
|
4256 * select-x.c (x_handle_selection_request): Use select_convert_out.
|
|
|
4257 Don't mess with selection-alist; it's an internal variable of select.c.
|
|
446
|
4258
|
|
442
|
4259 * select-x.c (x_get_foreign_selection): Use select_convert_in.
|
|
446
|
4260
|
|
442
|
4261 * select-x.c (x_handle_selection_clear): Use get-selection-timestamp,
|
|
|
4262 rather than messing with selection-alist.
|
|
446
|
4263
|
|
442
|
4264 * select-msw.c (mswindows_get_foreign_selection):
|
|
|
4265 Use TO_INTERNAL_FORMAT rather than hacking.
|
|
|
4266
|
|
|
4267 2000-07-14 Martin Buchholz <martin@xemacs.org>
|
|
|
4268
|
|
|
4269 * process-unix.c (unix_open_multicast_group):
|
|
|
4270 (unix_open_multicast_group): Remove useless casts.
|
|
|
4271
|
|
|
4272 2000-07-13 Martin Buchholz <martin@xemacs.org>
|
|
|
4273
|
|
|
4274 * sound.c (Fplay_sound): Fix `unused variable' warning.
|
|
|
4275
|
|
|
4276 * emacs.c (main): Use correct type for _environ on SCO5.
|
|
|
4277
|
|
|
4278 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4279
|
|
|
4280 * console.h (own_selection_method):
|
|
|
4281 * console.h (selection_exists_p_method):
|
|
|
4282 * console.h (available_selection_types_method): New.
|
|
|
4283 * console.h (register_selection_data_type_method): New.
|
|
|
4284 * console.h (selection_data_type_name): New.
|
|
446
|
4285
|
|
442
|
4286 * console-msw.h (mswindows_destroy_selection): Declare it. New
|
|
|
4287 function & alist to track GlobalAlloc()'d handles that need
|
|
|
4288 releasing when the clipboard data gets replaced or emptied.
|
|
|
4289
|
|
|
4290 * event-msw.c (mswindows_wnd_proc): Call it.
|
|
|
4291
|
|
|
4292 * lisp.h, general.c (Qappend): New symbol representing a
|
|
|
4293 `how-to-add' mode.
|
|
446
|
4294
|
|
442
|
4295 * select.c (own-selection-internal):
|
|
|
4296 * select.c (selection-exists-p):
|
|
|
4297 * select.c (available-selection-types): New.
|
|
|
4298 * select.c (register-selection-data-type): New.
|
|
|
4299 * select.c (selection-data-type-name): New. New functions to deal
|
|
|
4300 with device-specific selection data formats.
|
|
|
4301 * select.c (selection-converter-out-alist): Renamed.
|
|
|
4302 * select.c (selection-converter-in-alist): New.
|
|
|
4303 * select.c (selection-appender-alist): New. Added new alists.
|
|
|
4304 * select.c (syms_of_select, vars_of_select): Added new symbols &
|
|
|
4305 variables.
|
|
|
4306 * select.c (get_local_selection): Split.
|
|
|
4307 * select.c: Removed spurious type checking - selections may now be
|
|
|
4308 of any type, not just strings.
|
|
|
4309 * select.c (own-selection-internal):
|
|
|
4310
|
|
|
4311 * select.h, select.c (convert_selection): New. Created
|
|
|
4312 convert_selection() function based on get_local_selection().
|
|
|
4313 * select.h, select.c (QCF_*): New symbols representing mswindows
|
|
|
4314 clipboard formats.
|
|
|
4315 * select.h, select.c (Qreplace_all, Qreplace_existing): New
|
|
|
4316 symbols representing `how-to-add' modes.
|
|
|
4317
|
|
|
4318 * select-msw.c (x_sym_p): New.
|
|
|
4319 * select-msw.c (symbol_to_ms_cf): New.
|
|
|
4320 * select-msw.c (ms_cf_to_symbol): New. New functions to deal with
|
|
|
4321 symbols & clipboard formats. Can also handle string names.
|
|
|
4322 * select-msw.c (mswindows_own_selection):
|
|
|
4323 * select-msw.c (mswindows_selection_exists_p):
|
|
|
4324 Added `data-type' parameter. Use it.
|
|
|
4325 * select-msw.c (mswindows_available_selection_types): New.
|
|
|
4326 * select-msw.c (mswindows_register_selection_data_type): New.
|
|
|
4327 * select-msw.c (mswindows_selection_data_type_name): New.
|
|
|
4328 * select-msw.c (mswindows_own_selection):
|
|
|
4329 * select-msw.c (mswindows_get_foreign_selection):
|
|
|
4330 * select-msw.c (mswindows_selection_exists_p): Rewrote.
|
|
|
4331 * select-msw.c (console_create_select_mswindows): Added new methods.
|
|
|
4332 * select-msw.c (mswindows_destroy_selection): New.
|
|
|
4333 * select-msw.c (Vhandle_alist): New list.
|
|
|
4334 * select-msw.c (mswindows_own_selection):
|
|
|
4335
|
|
|
4336 * select-x.c (x_own_selection):
|
|
|
4337 * select-x.c (x_selection_exists_p):
|
|
|
4338 * select-x.c: Added some comments about maybe using new
|
|
|
4339 functionality.
|
|
|
4340 * select-x.c (x_own_selection):
|
|
|
4341
|
|
|
4342 * specifier.c: Remove definition of Qappend (now in general.c)
|
|
|
4343 * specifier.c (syms_of_specifier): Remove Qappend.
|
|
|
4344
|
|
|
4345 2000-07-12 Martin Buchholz <martin@xemacs.org>
|
|
|
4346
|
|
|
4347 * config.h.in: Add socklen_t.
|
|
|
4348
|
|
|
4349 * s/decosf4-0.h: No special compiler flags needed or desired.
|
|
|
4350 In particular, undefine _BSD for DEC OSF 4.0.
|
|
|
4351
|
|
|
4352 2000-07-07 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4353
|
|
|
4354 * redisplay-msw.c (msprinter_frame_output_end): Added.
|
|
|
4355 (console_type_create_redisplay_mswindows): Referred the above.
|
|
|
4356
|
|
|
4357 * frame.c (setup_frame_without_minibuffer): Do not create a
|
|
|
4358 default minibuffer frame on a printer device.
|
|
|
4359
|
|
|
4360 * frame-msw.c (apply_dc_geometry): Added.
|
|
446
|
4361 (msprinter_start_page):
|
|
|
4362 (msprinter_init_frame_3):
|
|
442
|
4363 (msprinter_eject_page): Use it.
|
|
|
4364
|
|
|
4365 * console-msw.h (struct msprinter_frame): Added pix_left and top,
|
|
|
4366 and removed residual duplex and orientation properties.
|
|
|
4367
|
|
|
4368 2000-07-11 Martin Buchholz <martin@xemacs.org>
|
|
|
4369
|
|
|
4370 * eval.c (function_argcount): Work around a DEC CC compiler bug.
|
|
|
4371
|
|
|
4372 * unexalpha.c: Remove system prototypes from C sources!
|
|
|
4373
|
|
|
4374 2000-07-09 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
4375
|
|
|
4376 * eval.c: Remove references to M-x edit-options in DEFUNs for
|
|
|
4377 `defvar' and `defconst'.
|
|
|
4378
|
|
|
4379 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
|
4380
|
|
|
4381 * config.h.in: Remove SMART_INCLUDE hackery.
|
|
446
|
4382
|
|
442
|
4383 PostgreSQL hacking:
|
|
|
4384 * config.h.in: Don't use SMART_INCLUDE.
|
|
|
4385
|
|
|
4386 * postgresql.h: Include libpq-fe.h here. Fix typo.
|
|
|
4387 * inline.c: Simply #include "postgresql.h"
|
|
|
4388 * postgresql.c:
|
|
|
4389 - Don't use SMART_INCLUDE
|
|
|
4390 - Use simply "const".
|
|
|
4391 - Use standard doc string conventions.
|
|
|
4392 - Use correct type for result of PQstatus.
|
|
|
4393
|
|
|
4394 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
|
4395
|
|
|
4396 * glyphs-x.c (x_xface_instantiate): Fix C++ compilation warnings.
|
|
|
4397
|
|
|
4398 C++ compilation changes.
|
|
|
4399 * config.h.in (EXTERN_C): Define.
|
|
|
4400 * config.h.in (not): This is also a C++ keyword.
|
|
|
4401 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Enable C++ compilation.
|
|
|
4402 * cm.c: Use EXTERN_C.
|
|
|
4403 * redisplay-tty.c: Use EXTERN_C.
|
|
|
4404 * sysdep.c: Use EXTERN_C. Remove Gould support.
|
|
|
4405
|
|
|
4406 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
|
4407
|
|
|
4408 * general.c: Remove duplicate definition for Qfunction.
|
|
|
4409
|
|
|
4410 2000-07-08 Ben Wing <ben@xemacs.org>
|
|
|
4411
|
|
|
4412 * device-msw.c (msprinter_init_device):
|
|
|
4413 * device-msw.c (sync_printer_with_devmode):
|
|
|
4414 * device-msw.c (handle_devmode_changes):
|
|
|
4415 * device-msw.c (print_dialog_worker):
|
|
|
4416 * device-msw.c (Fmsprinter_apply_settings):
|
|
|
4417 * device-msw.c (hash_devmode):
|
|
|
4418 * device-msw.c (Fmsprinter_settings_despecialize):
|
|
|
4419 use Qmswindows_tstr, not Qctext.
|
|
446
|
4420
|
|
442
|
4421 * vm-limit.c (check_memory_limits):
|
|
|
4422 avoid infinite loop printing warning messages.
|
|
|
4423
|
|
|
4424 2000-07-05 Craig Lanning <lanning@scra.org>
|
|
|
4425
|
|
|
4426 * Makefile.in.in: Add support for including the Windows resources
|
|
|
4427 when building with the cygwin and mingw targets.
|
|
|
4428
|
|
|
4429 * buffer.c: from Dan Holmsand, on Windows $PWD is most likely either
|
|
|
4430 not set or not correct.
|
|
|
4431 (directory_is_current_directory): Don't compile for WIN32_NATIVE.
|
|
|
4432 (init_initial_directory): Don't try to use $PWD on the
|
|
|
4433 WIN32_NATIVE target.
|
|
|
4434
|
|
|
4435 * s\cygwin32.h:
|
|
|
4436 [[Add -mwindows to eliminate console window.]] not required --ben
|
|
|
4437 (HAVE_NATIVE_SOUND): removed; now handled by configure.
|
|
|
4438 (MAIL_USE_POP): removed; now handled by configure.
|
|
|
4439
|
|
|
4440 * s\mingw32.h: [[Add -mwindows to eliminate console window.]] not in
|
|
|
4441 C_SWITCH_SYSTEM or it will affect lib-src progs. --ben
|
|
|
4442 (HAVE_NATIVE_SOUND): removed; now handled by configure.
|
|
|
4443 (MAIL_USE_POP): removed; now handled by configure.
|
|
|
4444 (ENCAPSULATE_STAT): from Dan Holmsand, added.
|
|
|
4445 (ENCAPSULATE_FSTAT): from Dan Holmsand, added.
|
|
|
4446 (DIRECTORY_SEP): from Dan Holmsand, use lisp variable instead of
|
|
|
4447 constant string.
|
|
|
4448 (HAVE_TIMEVAL): from Dan Holmsand, added; struct timeval is picked
|
|
|
4449 up from <winsock.h> via systime.h.
|
|
|
4450 (HAVE_GETPAGESIZE): from Dan Holmsand, added.
|
|
|
4451 (getpagesize): from Dan Holmsand, added.
|
|
|
4452 Added #endif which was left dangling by Ben's mega patch; added
|
|
|
4453 comment to help prevent this in the future.
|
|
|
4454
|
|
|
4455 * sysdll.c: added #include <windows.h> for WIN32_NATIVE case.
|
|
|
4456
|
|
|
4457 2000-07-05 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4458
|
|
|
4459 * console-msw.h (struct mswindows_device): Removed unnecessary
|
|
|
4460 cached device geometry values.
|
|
|
4461 Added update_tick and an accessor macro.
|
|
446
|
4462 (Lisp_Devmode): Added lrecord declaration.
|
|
442
|
4463 (struct msprinter_device): Contain devmode as a Lisp object.
|
|
|
4464 Added mswindows_get_selected_frame_hwnd();
|
|
|
4465
|
|
|
4466 * console.h (struct console_methods): Indentation nitpicking.
|
|
|
4467
|
|
|
4468 * device-msw.c (mswindows_init_device): Do not initialize geometry
|
|
|
4469 cache. Initialize update tick.
|
|
|
4470 (mswindows_device_system_metrics): Ask the device for its geometry.
|
|
446
|
4471 (global_free_2_maybe):
|
|
|
4472 (devmode_to_hglobal):
|
|
|
4473 (handle_printer_changes):
|
|
|
4474 (ensure_not_printing):
|
|
|
4475 (print_dialog_worker):
|
|
|
4476 (Fmsprinter_print_setup_dialog):
|
|
|
4477 (Fmsprinter_print_dialog):
|
|
|
4478 (plist_get_margin):
|
|
|
4479 (plist_set_margin):
|
|
442
|
4480 (Fmsprinter_page_setup_dialog): Added functions.
|
|
446
|
4481 (sync_printer_with_devmode):
|
|
|
4482 (handle_devmode_changes):
|
|
|
4483 (Fmsprinter_get_settings):
|
|
|
4484 (Fmsprinter_select_settings):
|
|
442
|
4485 (Fmsprinter_apply_settings):
|
|
446
|
4486 (allocate_devmode):
|
|
|
4487 (Fmsprinter_settings_copy):
|
|
|
4488 (Fmsprinter_settings_despecialize):
|
|
|
4489 (print_devmode):
|
|
|
4490 (finalize_devmode):
|
|
|
4491 (equal_devmode):
|
|
442
|
4492 (hash_devmode): Added functions
|
|
|
4493 (syms_of_device_mswindows): Init devmode lrecord class.
|
|
|
4494
|
|
|
4495 * device.h: Added an exfun for find-device.
|
|
|
4496
|
|
|
4497 * event-msw.c (mswindows_wnd_proc): Do not update the cached
|
|
|
4498 geometry; although, recreate the device compatible DC.
|
|
|
4499
|
|
|
4500 * frame-msw.c (mswindows_get_selected_frame_hwnd): Added.
|
|
|
4501 (msprinter_init_frame_3):
|
|
446
|
4502 (msprinter_frame_property):
|
|
442
|
4503 (msprinter_internal_frame_property_p):
|
|
446
|
4504 (msprinter_frame_properties):
|
|
442
|
4505 (msprinter_set_frame_properties): Removed 'orientation and 'duplex
|
|
|
4506 print job properties (will move to device settings).
|
|
|
4507
|
|
|
4508 * lisp.h: Added symbols.
|
|
|
4509
|
|
|
4510 * general.c (syms_of_general): Declared them.
|
|
|
4511
|
|
|
4512 * hash.c (string_hash): Added.
|
|
|
4513
|
|
|
4514 * lrecord.h (lrecord_type): Added devmode lrecord type.
|
|
|
4515
|
|
|
4516 2000-07-02 Mike Sperber <mike@xemacs.org>
|
|
|
4517
|
|
|
4518 * s/freebsd.h (INTERRUPTIBLE_OPEN): open *is* interruptible on
|
|
|
4519 FreeBSD 4.0.
|
|
|
4520
|
|
|
4521 2000-06-07 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
4522
|
|
|
4523 * doprnt.c (emacs_doprnt_1): Fix problem with %0XXd for a negative
|
|
|
4524 integer.
|
|
|
4525
|
|
|
4526 2000-06-07 MORIOKA Tomohiko <tomo@urania.m17n.org>
|
|
|
4527
|
|
|
4528 * data.c (Fstring_to_number): Don't recognize floating point if
|
|
|
4529 base is not 10.
|
|
|
4530
|
|
|
4531 2000-06-22 Martin Buchholz <martin@xemacs.org>
|
|
|
4532
|
|
|
4533 * glyphs-widget.c (tab_control_query_geometry):
|
|
|
4534 (widget_query_geometry):
|
|
|
4535 (button_query_geometry):
|
|
|
4536 * glyphs.c (text_query_geometry):
|
|
|
4537 Enforce type correctness.
|
|
|
4538
|
|
|
4539 2000-06-18 Martin Buchholz <martin@xemacs.org>
|
|
|
4540
|
|
|
4541 * s/decosf4-0.h (_etext): Use portable _etext instead of etext.
|
|
|
4542 * s/decosf4-0.h (_edata): Use portable _edata instead of edata.
|
|
|
4543
|
|
|
4544 2000-06-17 Martin Buchholz <martin@xemacs.org>
|
|
|
4545
|
|
|
4546 * s/decosf4-0.h: Never #include "/usr/include/FOO.h" because this
|
|
|
4547 conflicts with gcc's fixincluded version of FOO.h.
|
|
|
4548
|
|
|
4549 * glyphs.h (image_instance_geometry): Remove trailing `,'
|
|
|
4550
|
|
|
4551 2000-06-08 Mike Alexander <mta@arbortext.com>
|
|
|
4552
|
|
|
4553 (MAX_SHOVE_BUFFER_SIZE): Change to 512 to match stream buffer size
|
|
|
4554 (shove_thread): Don't write the same output twice
|
|
|
4555 (make_ntpipe_output_stream): Increase priority of shove thread
|
|
|
4556 (ntpipe_shove_writer): Call SwitchToThread to give shove thread a
|
|
|
4557 chance to run
|
|
|
4558 (ntpipe_shove_closer): Don't delete the pipe until we're done with
|
|
|
4559 it.
|
|
|
4560
|
|
|
4561 2000-06-12 Ben Wing <ben@xemacs.org>
|
|
|
4562
|
|
|
4563 * s\mingw32.h (sigset):
|
|
|
4564 * s\windowsnt.h (sigset):
|
|
|
4565 rename msw_ to mswindows_ for consistency with general convention.
|
|
|
4566
|
|
|
4567 2000-06-12 Ben Wing <ben@xemacs.org>
|
|
|
4568
|
|
|
4569 * console-msw.c:
|
|
|
4570 * console-msw.c (mswindows_get_console_hwnd):
|
|
|
4571 * console-msw.c (mswindows_ensure_console_allocated):
|
|
|
4572 * console-msw.c (mswindows_hide_console):
|
|
|
4573 * console-msw.c (mswindows_show_console):
|
|
|
4574 * console-msw.c (mswindows_ensure_console_buffered):
|
|
|
4575 * console-msw.c (mswindows_output_console_string):
|
|
|
4576 * console-msw.c (mswindows_windows9x_p):
|
|
|
4577 * console-msw.h:
|
|
|
4578 * device-msw.c (mswindows_get_workspace_coords):
|
|
|
4579 * device-msw.c (mswindows_device_system_metrics):
|
|
|
4580 * dialog-msw.c (mswindows_popup_dialog_box):
|
|
|
4581 * event-msw.c (mswindows_wnd_proc):
|
|
|
4582 * frame-msw.c (mswindows_size_frame_internal):
|
|
|
4583 * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
|
|
|
4584 * menubar-msw.c (displayable_menu_item):
|
|
|
4585 * menubar-msw.c (mswindows_char_is_accelerator):
|
|
|
4586 * nt.c:
|
|
|
4587 * nt.c (mswindows_sigset):
|
|
|
4588 * nt.c (mswindows_sigrelse):
|
|
|
4589 * nt.c (mswindows_sigpause):
|
|
|
4590 * nt.c (mswindows_raise):
|
|
|
4591 * nt.c (timer_proc):
|
|
|
4592 * ntproc.c:
|
|
|
4593 * ntproc.c (find_child_console):
|
|
|
4594 * ntproc.c (sys_kill):
|
|
|
4595 * print.c:
|
|
|
4596 * print.c (std_handle_out_external):
|
|
|
4597 * process-nt.c (find_child_console):
|
|
|
4598 * process-nt.c (send_signal_the_95_way):
|
|
|
4599 * process-nt.c (ensure_console_window_exists):
|
|
|
4600 * process-nt.c (nt_create_process):
|
|
|
4601 * syssignal.h:
|
|
|
4602 rename msw_ to mswindows_ for consistency with general convention.
|
|
|
4603
|
|
|
4604 * emacs.c:
|
|
|
4605 * dumper.c:
|
|
|
4606 include nt.h, not syswindows.h.
|
|
|
4607
|
|
|
4608 * nt.c (mswindows_fstat):
|
|
|
4609 * nt.c (mswindows_stat):
|
|
|
4610 prefix mswindows_ instead of attempting to directly override the
|
|
|
4611 library functions. fix declarations.
|
|
446
|
4612
|
|
442
|
4613 * nt.h:
|
|
|
4614 include syswindows.h. move some sysdep.h stuff here.
|
|
446
|
4615
|
|
442
|
4616 * ntheap.h:
|
|
|
4617 include syswindows.h, not <windows.h>.
|
|
|
4618
|
|
|
4619 * ntplay.c:
|
|
|
4620 clean up headers.
|
|
446
|
4621
|
|
442
|
4622 * sysdep.c:
|
|
|
4623 clean up headers.
|
|
446
|
4624
|
|
442
|
4625 * sysdep.c (sys_fstat):
|
|
|
4626 * sysdep.c (sys_stat):
|
|
|
4627 call mswindows versions when appropriate.
|
|
446
|
4628
|
|
442
|
4629 * sysdep.h:
|
|
|
4630 move mswin decls to nt.h.
|
|
446
|
4631
|
|
442
|
4632 * syswindows.h:
|
|
|
4633 add long comment describing appropriate use of the various windows
|
|
|
4634 headers.
|
|
|
4635
|
|
|
4636 2000-06-11 Ben Wing <ben@xemacs.org>
|
|
|
4637
|
|
|
4638 * device-x.c: Correct doc string for sixth arg of x-get-resource.
|
|
|
4639
|
|
|
4640 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
|
4641
|
|
|
4642 * Makefile.in.in (release):
|
|
|
4643 Correction to make sure xemacs.exe always dumped when correct.
|
|
446
|
4644
|
|
442
|
4645 * alloca.c:
|
|
|
4646 * balloon_help.c:
|
|
|
4647 [[[[3]]]]: Conditionalize on actual problem, not WINDOWSNT.
|
|
446
|
4648
|
|
442
|
4649 * buffer.c (set_buffer_internal):
|
|
|
4650 [[[[2]]]]: Remove HAVE_FEP code.
|
|
|
4651
|
|
|
4652 * buffer.c (init_initial_directory):
|
|
|
4653 [3].
|
|
446
|
4654
|
|
442
|
4655 * bytecode.c:
|
|
|
4656 [[[[4]]]]: limits.h standardly included in lisp.h; remove from
|
|
|
4657 individual files.
|
|
446
|
4658
|
|
442
|
4659 * callproc.c:
|
|
|
4660 * callproc.c (call_process_cleanup):
|
|
|
4661 * callproc.c (Fold_call_process_internal):
|
|
|
4662 * callproc.c (child_setup):
|
|
|
4663 * callproc.c (getenv_internal):
|
|
|
4664 * callproc.c (init_callproc):
|
|
|
4665 * callproc.c (vars_of_callproc):
|
|
|
4666 [[[[1]]]]: WINDOWSNT -> WIN32_NATIVE.
|
|
|
4667 __CYGWIN32__ -> CYGWIN.
|
|
|
4668 DOS_NT -> WIN32_NATIVE.
|
|
|
4669 Remove MSDOS support/references, converting to WIN32_NATIVE
|
|
|
4670 where correct.
|
|
|
4671 __MINGW32__ -> MINGW.
|
|
|
4672 Fix windows.h includes.
|
|
|
4673 Remove bogus HAVE_NTGUI.
|
|
|
4674
|
|
|
4675 * config.h.in:
|
|
|
4676 [2].
|
|
446
|
4677
|
|
442
|
4678 * console-msw.c:
|
|
|
4679 mswindows_message_outputted added for use in allowing startup
|
|
|
4680 errors on the console to be seen.
|
|
446
|
4681
|
|
442
|
4682 * console-msw.c (msw_ensure_console_allocated):
|
|
|
4683 * console-msw.c (msw_output_console_string):
|
|
|
4684 * console-msw.c (DHEADER):
|
|
|
4685 * console-msw.c (DOPAQUE_DATA):
|
|
|
4686 * console-msw.c (DEVENT):
|
|
|
4687 * console-msw.c (DCONS):
|
|
|
4688 * console-msw.c (DCONSCDR):
|
|
|
4689 * console-msw.c (DSTRING):
|
|
|
4690 * console-msw.c (DVECTOR):
|
|
|
4691 * console-msw.c (DSYMBOL):
|
|
|
4692 * console-msw.c (DSYMNAME):
|
|
|
4693 Fix warnings.
|
|
446
|
4694
|
|
442
|
4695 * console-stream.c (stream_init_console):
|
|
|
4696 Fix text/binary problems.
|
|
446
|
4697
|
|
442
|
4698 * device-msw.c:
|
|
|
4699 * device-msw.c (mswindows_finish_init_device):
|
|
|
4700 * device-msw.c (mswindows_delete_device):
|
|
|
4701 [1].
|
|
446
|
4702
|
|
442
|
4703 * device.c (handle_asynch_device_change):
|
|
|
4704 [3].
|
|
446
|
4705
|
|
442
|
4706 * dgif_lib.c:
|
|
|
4707 * dgif_lib.c (DGifOpenFileName):
|
|
|
4708 * dgif_lib.c (DGifOpenFileHandle):
|
|
|
4709 * dgif_lib.c (DGifGetLine):
|
|
|
4710 * dgif_lib.c (DGifGetPixel):
|
|
|
4711 Added config.h/lisp.h, fix up includes.
|
|
|
4712 [1].
|
|
446
|
4713
|
|
442
|
4714 * dired-msw.c:
|
|
|
4715 [4].
|
|
446
|
4716
|
|
442
|
4717 * dired.c:
|
|
|
4718 * dired.c (file_name_completion):
|
|
|
4719 * dired.c (Ffile_attributes):
|
|
|
4720 * dired.c (syms_of_dired):
|
|
|
4721 [1].
|
|
446
|
4722
|
|
442
|
4723 * dumper.c:
|
|
|
4724 * dumper.c (pdump_file_unmap):
|
|
|
4725 * dumper.c (pdump_load):
|
|
|
4726 [1].
|
|
446
|
4727
|
|
442
|
4728 * editfns.c:
|
|
|
4729 * editfns.c (Ftemp_directory):
|
|
|
4730 * editfns.c (user_login_name):
|
|
|
4731 * editfns.c (Fuser_real_login_name):
|
|
|
4732 * editfns.c (get_home_directory):
|
|
|
4733 [1].
|
|
446
|
4734
|
|
442
|
4735 * elhash.c (finish_marking_weak_hash_tables):
|
|
|
4736 [[[[5]]]]: Fix GCC warnings.
|
|
446
|
4737
|
|
442
|
4738 * emacs.c:
|
|
|
4739 * emacs.c (mswindows_handle_hardware_exceptions):
|
|
|
4740 * emacs.c (make_arg_list_1):
|
|
|
4741 * emacs.c (main_1):
|
|
|
4742 * emacs.c (Fkill_emacs):
|
|
|
4743 * emacs.c (Fdump_emacs):
|
|
|
4744 [1].
|
|
|
4745 Fix problems with nested crashes, add long comment.
|
|
446
|
4746
|
|
442
|
4747 * event-Xt.c (init_event_Xt_late):
|
|
|
4748 [1].
|
|
446
|
4749
|
|
442
|
4750 * event-msw.c:
|
|
|
4751 * event-msw.c (mswindows_dde_callback):
|
|
|
4752 * event-msw.c (mswindows_handle_sticky_modifiers):
|
|
|
4753 * event-msw.c (mswindows_wnd_proc):
|
|
|
4754 [1].
|
|
|
4755 [5].
|
|
446
|
4756
|
|
442
|
4757 * events.c (character_to_event):
|
|
|
4758 [1].
|
|
446
|
4759
|
|
442
|
4760 * fileio.c:
|
|
|
4761 * fileio.c (Ffile_name_directory):
|
|
|
4762 * fileio.c (Ffile_name_nondirectory):
|
|
|
4763 * fileio.c (directory_file_name):
|
|
|
4764 * fileio.c (Fexpand_file_name):
|
|
|
4765 * fileio.c (Fsubstitute_in_file_name):
|
|
|
4766 * fileio.c (Ffile_name_absolute_p):
|
|
|
4767 * fileio.c (check_executable):
|
|
|
4768 * fileio.c (Ffile_readable_p):
|
|
|
4769 * fileio.c (Ffile_accessible_directory_p):
|
|
|
4770 * fileio.c (Ffile_modes):
|
|
|
4771 * fileio.c (Funix_sync):
|
|
|
4772 * fileio.c (vars_of_fileio):
|
|
|
4773 [1]. [4].
|
|
|
4774
|
|
|
4775 [[[[7]]]]: Move CORRECT_DIR_SEPS to s\windowsnt.h.
|
|
446
|
4776
|
|
442
|
4777 Expand getdefdir defn.
|
|
|
4778 Fix bogus rename() comment.
|
|
|
4779
|
|
|
4780 [[[[6]]]]: Fix Windows includes w.r.t. removed nt\inc. Attempt
|
|
|
4781 to use standard XEmacs include files, e.g. sysfile.h, rather
|
|
|
4782 than system-specific includes.
|
|
446
|
4783
|
|
442
|
4784 * fns.c:
|
|
|
4785 * fns.c (Fsubseq):
|
|
|
4786 [5]. [6].
|
|
446
|
4787
|
|
442
|
4788 * frame.c (vars_of_frame):
|
|
|
4789 [1].
|
|
446
|
4790
|
|
442
|
4791 * getloadavg.c:
|
|
|
4792 * getloadavg.c (getloadavg):
|
|
|
4793 [1]. [6].
|
|
|
4794 #ifdef XEMACS not defined on Cygwin. Remove this; no need for it.
|
|
|
4795 (We don't use it elsewhere in the code; just add a comment.)
|
|
446
|
4796
|
|
442
|
4797 * gif_io.c:
|
|
|
4798 [6].
|
|
|
4799 Add config.h.
|
|
446
|
4800
|
|
442
|
4801 * glyphs-msw.c:
|
|
|
4802 * glyphs-msw.c (mswindows_resource_instantiate):
|
|
|
4803 [1].
|
|
446
|
4804
|
|
442
|
4805 * glyphs-x.c (x_native_layout_instantiate):
|
|
|
4806 [5].
|
|
446
|
4807
|
|
442
|
4808 * gui-msw.c (Fmswindows_shell_execute):
|
|
|
4809 [1].
|
|
446
|
4810
|
|
442
|
4811 * insdel.c:
|
|
|
4812 [4].
|
|
446
|
4813
|
|
442
|
4814 * lisp.h:
|
|
|
4815 [4]. [5].
|
|
446
|
4816
|
|
442
|
4817 * lread.c (locate_file_in_directory_mapper):
|
|
|
4818 [1].
|
|
446
|
4819
|
|
442
|
4820 * lstream.c:
|
|
|
4821 [4].
|
|
446
|
4822
|
|
442
|
4823 * mem-limits.h:
|
|
|
4824 * mem-limits.h (get_lim_data):
|
|
|
4825 [1].
|
|
446
|
4826
|
|
442
|
4827 * menubar-msw.c:
|
|
|
4828 [4].
|
|
446
|
4829
|
|
442
|
4830 * ndir.h:
|
|
|
4831 [1].
|
|
446
|
4832
|
|
442
|
4833 * nt.c:
|
|
|
4834 * nt.c (getwd):
|
|
|
4835 * nt.c (closedir):
|
|
|
4836 * nt.c (rva_to_section):
|
|
|
4837 * nt.c (mswindows_executable_type):
|
|
|
4838 [1]. [6].
|
|
|
4839 Fix closedir() defn.
|
|
446
|
4840
|
|
442
|
4841 * nt.h:
|
|
|
4842 [[[[8]]]]: *_OK defs moved to sysfile.h.
|
|
446
|
4843
|
|
442
|
4844 * ntproc.c:
|
|
|
4845 [6]. [7].
|
|
446
|
4846
|
|
442
|
4847 * objects-x.c:
|
|
|
4848 [4].
|
|
446
|
4849
|
|
442
|
4850 * print.c:
|
|
|
4851 * print.c (std_handle_out_external):
|
|
|
4852 [1]. [4].
|
|
446
|
4853
|
|
442
|
4854 * process-nt.c:
|
|
|
4855 * process-nt.c (nt_create_process):
|
|
|
4856 [6].
|
|
|
4857 try to fix process quoting somewhat.
|
|
446
|
4858
|
|
442
|
4859 * process-unix.c (unix_create_process):
|
|
|
4860 [1].
|
|
446
|
4861
|
|
442
|
4862 * process.c:
|
|
|
4863 * process.c (vars_of_process):
|
|
|
4864 Add Vnull_device.
|
|
446
|
4865
|
|
442
|
4866 * process.h:
|
|
|
4867 [1].
|
|
446
|
4868
|
|
442
|
4869 * realpath.c:
|
|
|
4870 * realpath.c (xrealpath):
|
|
|
4871 [1].
|
|
446
|
4872
|
|
442
|
4873 * redisplay-tty.c (init_tty_for_redisplay):
|
|
|
4874 [3].
|
|
446
|
4875
|
|
442
|
4876 * redisplay.c:
|
|
|
4877 [4]. [6].
|
|
446
|
4878
|
|
442
|
4879 * scrollbar-msw.c:
|
|
|
4880 [4].
|
|
446
|
4881
|
|
442
|
4882 * sheap.c:
|
|
|
4883 * sheap.c (more_static_core):
|
|
|
4884 * sheap.c (report_sheap_usage):
|
|
|
4885 [5]. [6].
|
|
446
|
4886
|
|
442
|
4887 * signal.c:
|
|
|
4888 * signal.c (alarm_signal):
|
|
446
|
4889 [1]. [6].
|
|
|
4890
|
|
442
|
4891 * sound.c:
|
|
|
4892 [6].
|
|
446
|
4893
|
|
442
|
4894 * strftime.c:
|
|
|
4895 * strftime.c (zone_name):
|
|
|
4896 [1]. [5].
|
|
446
|
4897
|
|
442
|
4898 * symsinit.h (init_sunpro):
|
|
|
4899 [1].
|
|
446
|
4900
|
|
442
|
4901 * syscommctrl.h:
|
|
|
4902 commctrl.h not in Cygwin b20.1.
|
|
446
|
4903
|
|
442
|
4904 * sysdep.c:
|
|
|
4905 * sysdep.c (endif):
|
|
|
4906 * sysdep.c (sys_subshell):
|
|
|
4907 * sysdep.c (init_baud_rate):
|
|
|
4908 * sysdep.c (emacs_get_tty):
|
|
|
4909 * sysdep.c (emacs_set_tty):
|
|
|
4910 * sysdep.c (tty_init_sys_modes_on_device):
|
|
|
4911 * sysdep.c (init_system_name):
|
|
|
4912 * sysdep.c (sys_open):
|
|
|
4913 * sysdep.c (interruptible_open):
|
|
|
4914 * sysdep.c (sys_fopen):
|
|
|
4915 * sysdep.c (sys_mkdir):
|
|
|
4916 * sysdep.c (sys_rename):
|
|
|
4917 * sysdep.c (get_process_times_1):
|
|
|
4918 [1]. [6].
|
|
446
|
4919
|
|
442
|
4920 * sysdep.h:
|
|
|
4921 [1].
|
|
446
|
4922
|
|
442
|
4923 * sysdir.h:
|
|
|
4924 * sysdir.h (DIRENTRY_NONEMPTY):
|
|
|
4925 [1]. [6].
|
|
446
|
4926
|
|
442
|
4927 * sysdll.c (dll_init):
|
|
|
4928 * sysdll.h:
|
|
|
4929 [1].
|
|
446
|
4930
|
|
442
|
4931 * sysfile.h:
|
|
|
4932 [1]. [6]. [8].
|
|
|
4933 added text/binary defs.
|
|
446
|
4934
|
|
442
|
4935 * sysfloat.h:
|
|
|
4936 [1].
|
|
446
|
4937
|
|
442
|
4938 * sysproc.h:
|
|
|
4939 * sysproc.h (EDESTADDRREQ):
|
|
|
4940 * sysproc.h (poll_fds_for_input):
|
|
|
4941 [1]. [6].
|
|
446
|
4942
|
|
442
|
4943 * syspwd.h:
|
|
|
4944 [6].
|
|
446
|
4945
|
|
442
|
4946 * syssignal.h:
|
|
|
4947 [1].
|
|
446
|
4948
|
|
442
|
4949 * systime.h:
|
|
|
4950 [1]. [6].
|
|
446
|
4951
|
|
442
|
4952 * systty.h:
|
|
|
4953 [1].
|
|
446
|
4954
|
|
442
|
4955 * syswindows.h:
|
|
|
4956 [1].
|
|
|
4957 Always define WIN32_LEAN_AND_MEAN.
|
|
446
|
4958
|
|
442
|
4959 * unexcw.c (unexec):
|
|
|
4960 [5].
|
|
446
|
4961
|
|
442
|
4962 * unexec.c:
|
|
|
4963 * unexec.c (copy_text_and_data):
|
|
|
4964 * unexec.c (adjust_lnnoptrs):
|
|
|
4965 [1].
|
|
446
|
4966
|
|
442
|
4967 * unexnt.c:
|
|
|
4968 * unexnt.c (_start):
|
|
|
4969 [1].
|
|
446
|
4970
|
|
442
|
4971 2000-06-07 Ben Wing <ben@xemacs.org>
|
|
|
4972
|
|
|
4973 * mule-mcpath.c, mule-mcpath.h: Removed. Old, crufty code that
|
|
|
4974 was used only as a model. We've long since extracted any useful
|
|
|
4975 logic or code out of this. (I just did an exhaustive search.)
|
|
|
4976
|
|
|
4977 * s\msdos.h: Removed.
|
|
|
4978
|
|
|
4979 * s\windows95.h: Removed.
|
|
|
4980
|
|
|
4981 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
|
4982
|
|
|
4983 * s\cygwin32.h:
|
|
|
4984 [1]. [5].
|
|
|
4985 Don't use extern with fun defs.
|
|
446
|
4986
|
|
442
|
4987 * s\mingw32.h:
|
|
|
4988 [1]. [7].
|
|
|
4989 Remove nt\inc include.
|
|
|
4990 Remove getdisk, getdefdir. (The former is unused, the latter
|
|
|
4991 expanded in fileio.h.)
|
|
446
|
4992
|
|
442
|
4993 * s\windowsnt.h:
|
|
|
4994 * s\windowsnt.h (WIN32_NATIVE):
|
|
|
4995 * s\windowsnt.h (HAVE_STRCASECMP):
|
|
|
4996 [1]. [7].
|
|
|
4997 Add long comment about preprocessor changes.
|
|
|
4998 Remove getdisk, getdefdir. (The former is unused, the latter
|
|
|
4999 expanded in fileio.h.)
|
|
|
5000
|
|
|
5001 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
|
5002
|
|
|
5003 * m\arm.h:
|
|
|
5004 * m\delta.h:
|
|
|
5005 * m\intel386.h:
|
|
|
5006 * m\sequent.h:
|
|
|
5007 * m\template.h:
|
|
|
5008 * m\windowsnt.h:
|
|
|
5009 [1].
|
|
|
5010 Remove bogus/unused NO_SOCK_SIGIO.
|
|
446
|
5011
|
|
442
|
5012 2000-06-08 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
5013
|
|
|
5014 * lisp.h (set_string_char): Call set_string_byte with a Bufbyte,
|
|
|
5015 not an Emchar.
|
|
|
5016
|
|
|
5017 2000-06-04 Mike Sperber <mike@xemacs.org>
|
|
|
5018
|
|
|
5019 * casetab.c (set_case_table): For `set-standard-case-table',
|
|
|
5020 actually deposit the new case tables where the rest of XEmacs can
|
|
|
5021 see them.
|
|
|
5022
|
|
|
5023 2000-06-05 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5024
|
|
|
5025 * data.c (Faset): Don't cast XCHAR() to unsigned char.
|
|
|
5026
|
|
|
5027 2000-06-05 Ben Wing <ben@xemacs.org>
|
|
|
5028
|
|
|
5029 * callproc.c (child_setup): Don't do close_load_descs() under
|
|
|
5030 MS Windows. Put in a comment explaining why.
|
|
|
5031
|
|
|
5032 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
5033
|
|
|
5034 * process-nt.c: Reverting patch "Fixing nt_create_process for MKS
|
|
|
5035 Toolkit shell" which breaks `kill-compilation' on Windows NT
|
|
|
5036 native, retaining STDERR handling improvements.
|
|
|
5037
|
|
|
5038 2000-06-01 Andreas Jaeger <aj@suse.de>
|
|
|
5039
|
|
|
5040 * s/s390.h: Support for S390, based on a patch by Martin
|
|
|
5041 Schwidefsky <schwidefsky@de.ibm.com>.
|
|
|
5042
|
|
|
5043 2000-05-30 Andy Piper <andy@xemacs.org>
|
|
|
5044
|
|
446
|
5045 * window.c (allocate_window):
|
|
|
5046 (make_dummy_parent):
|
|
442
|
5047 (Fset_window_configuration): use new hashtable type.
|
|
|
5048
|
|
446
|
5049 * glyphs.h (IMAGE_UNSPECIFIED_GEOMETRY):
|
|
|
5050 (struct image_instantiator_methods):
|
|
442
|
5051 (struct Lisp_Image_Instance): make instance geometry signed.
|
|
|
5052
|
|
446
|
5053 * glyphs.c (instantiate_image_instantiator):
|
|
|
5054 (image_instance_query_geometry):
|
|
|
5055 (image_instance_layout):
|
|
|
5056 (image_instance_layout):
|
|
|
5057 (query_string_geometry):
|
|
|
5058 (text_query_geometry):
|
|
|
5059 (image_instantiate):
|
|
|
5060 (image_instantiate):
|
|
|
5061 (cache_subwindow_instance_in_frame_maybe):
|
|
442
|
5062 (subwindow_query_geometry): make instance geometry signed.
|
|
|
5063
|
|
446
|
5064 * glyphs-widget.c (widget_query_geometry):
|
|
|
5065 (widget_layout):
|
|
|
5066 (button_query_geometry):
|
|
|
5067 (tree_view_query_geometry):
|
|
|
5068 (tab_control_query_geometry):
|
|
|
5069 (layout_query_geometry):
|
|
|
5070 (layout_layout):
|
|
442
|
5071 (native_layout_layout): make instance geometry signed.
|
|
|
5072
|
|
|
5073 2000-05-29 Olivier Galibert <galibert@pobox.com>
|
|
|
5074
|
|
|
5075 * lisp.h: Add Qfull_assoc symbol and WEAK_LIST_FULL_ASSOC
|
|
|
5076 constant.
|
|
|
5077
|
|
|
5078 * general.c (syms_of_general): Add Qfull_assoc symbol.
|
|
|
5079
|
|
|
5080 * data.c (finish_marking_weak_lists): Mark full-assoc lists
|
|
|
5081 correctly.
|
|
|
5082 (decode_weak_list_type): Decode full-assoc type.
|
|
|
5083 (encode_weak_list_type): Encode full-assoc type.
|
|
|
5084 (Fmake_weak_list): Update doc string.
|
|
|
5085
|
|
|
5086 2000-05-30 Andy Piper <andy@xemacs.org>
|
|
|
5087
|
|
|
5088 * elhash.h (hash_table_weakness): new KEY_VALUE weak hashtable.
|
|
|
5089
|
|
|
5090 * elhash.c (print_hash_table): new KEY_VALUE weak hashtable.
|
|
|
5091 (decode_hash_table_weakness): ditto.
|
|
|
5092 (Fhash_table_weakness): ditto.
|
|
|
5093 (Fhash_table_type): ditto.
|
|
|
5094 (finish_marking_weak_hash_tables): ditto.
|
|
|
5095 (hash_table_weakness_validate): ditto.
|
|
|
5096 (syms_of_elhash): ditto.
|
|
|
5097
|
|
|
5098 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
|
5099
|
|
|
5100 * XEmacs 21.2.34 is released.
|
|
|
5101
|
|
|
5102 2000-05-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5103
|
|
|
5104 * redisplay.c (VERTICAL_CLIP): No longer reset when updating line
|
|
|
5105 start cache.
|
|
|
5106 (updating_line_start_cache): Gone.
|
|
|
5107 (regenerate_window): Replace resetting of VERTICAL_CLIP by
|
|
|
5108 generic code to force a minimum of 1 line laid out in the
|
|
|
5109 CMOTION_DISP case.
|
|
|
5110
|
|
|
5111 2000-05-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5112
|
|
|
5113 * glyphs.c (instantiate_image_instantiator): Check for initialized
|
|
|
5114 height & width no longer special cases IMAGE_NOTHING.
|
|
|
5115 (nothing_instantiate): Set height and width of instance.
|
|
|
5116
|
|
|
5117 2000-05-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5118
|
|
|
5119 * unexelf.c (unexec): Search for ".data" section.
|
|
|
5120 Initialize new_data2_offset from old_data_index.
|
|
|
5121 Remove redundant check for ElfW.
|
|
|
5122
|
|
|
5123 2000-05-23 Andy Piper <andy@xemacs.org>
|
|
|
5124
|
|
|
5125 * glyphs.c (get_image_instantiator_governing_domain): allow more
|
|
|
5126 specific domains as the governing domain rather than expecting an
|
|
|
5127 exact match. This fixes problems with layouts.
|
|
|
5128
|
|
|
5129 2000-05-22 Andy Piper <andy@xemacs.org>
|
|
|
5130
|
|
|
5131 * redisplay-output.c (compare_runes): check for non-images
|
|
|
5132
|
|
|
5133 * glyphs.c (set_glyph_dirty_p): ditto.
|
|
|
5134 (update_glyph_cachel_data): ditto.
|
|
|
5135
|
|
|
5136 * glyphs-widget.c (layout_post_instantiate): ditto.
|
|
|
5137 (layout_post_instantiate): ditto.
|
|
|
5138
|
|
|
5139 * event-msw.c (mswindows_wnd_proc): warning removal.
|
|
|
5140
|
|
|
5141 2000-05-12 Craig Lanning <CraigL@DyCon.com>
|
|
|
5142
|
|
|
5143 * s\mingw32.h: Added #undef for CLASH_DETECTION.
|
|
|
5144
|
|
|
5145 * syswindows.h: Moved PBS_SMOOTH definition to syscommctrl.h.
|
|
|
5146
|
|
|
5147 * syscommctrl.h (PBS_SMOOTH): Moved from syswindows.h.
|
|
|
5148
|
|
|
5149 * nt.c (rva_to_section): mingw32 needs rva_to_section.
|
|
|
5150 (mswindows_executable_type): mingw32 now has enough headers for
|
|
|
5151 this to work.
|
|
|
5152
|
|
|
5153 2000-05-20 Andy Piper <andy@xemacs.org>
|
|
|
5154
|
|
|
5155 * console-msw.c (mswindows_output_last_error): ; -> ,
|
|
|
5156
|
|
|
5157 2000-05-12 Andy Piper <andy@xemacs.org>
|
|
|
5158
|
|
|
5159 * console-msw.c (FROB): compare ints with ints.
|
|
|
5160
|
|
|
5161 2000-05-11 Andy Piper <andy@xemacs.org>
|
|
|
5162
|
|
|
5163 * glyphs-x.c (x_finalize_image_instance): make minimal build
|
|
|
5164 happy.
|
|
|
5165
|
|
|
5166 2000-05-20 Ben Wing <ben@xemacs.org>
|
|
|
5167
|
|
|
5168 * event-Xt.c:
|
|
|
5169 * event-Xt.c (vars_of_event_Xt):
|
|
|
5170 move modifier-keys-are-sticky to event-stream.c.
|
|
446
|
5171
|
|
442
|
5172 * event-msw.c:
|
|
|
5173 * event-msw.c (mswindows_enqueue_mouse_button_event):
|
|
|
5174 * event-msw.c (key_needs_default_processing_p):
|
|
|
5175 * event-msw.c (XEMSW_LCONTROL):
|
|
|
5176 * event-msw.c (mswindows_handle_sticky_modifiers):
|
|
|
5177 * event-msw.c (FROB):
|
|
|
5178 * event-msw.c (clear_sticky_modifiers):
|
|
|
5179 * event-msw.c (output_modifier_keyboard_state):
|
|
|
5180 * event-msw.c (output_alt_keyboard_state):
|
|
|
5181 * event-msw.c (mswindows_wnd_proc):
|
|
|
5182 * event-msw.c (mswindows_modifier_state):
|
|
|
5183 * event-msw.c (emacs_mswindows_handle_magic_event):
|
|
|
5184 implement sticky modifiers.
|
|
446
|
5185
|
|
442
|
5186 * event-stream.c:
|
|
|
5187 * event-stream.c (vars_of_event_stream):
|
|
|
5188 move modifier-keys-are-sticky here.
|
|
|
5189
|
|
|
5190 * lisp.h:
|
|
|
5191 add CHECK_FUNCTION.
|
|
446
|
5192
|
|
442
|
5193 * rangetab.c:
|
|
|
5194 implement map-range-table.
|
|
|
5195
|
|
|
5196
|
|
|
5197 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5198
|
|
|
5199 * redisplay-tty.c (reset_tty_modes):
|
|
|
5200 (tty_redisplay_shutdown): Adjust argument type to
|
|
|
5201 tty_frame_output_end.
|
|
|
5202
|
|
|
5203 2000-05-11 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5204
|
|
|
5205 * eval.c (Fbacktrace): Don't output a line with only right
|
|
|
5206 parenthesis.
|
|
|
5207
|
|
|
5208 2000-05-17 Kenji Itoh <keit@tpj.co.jp>
|
|
|
5209
|
|
|
5210 * postgresql.c (Fpq_connect_poll): Replace `PS' with `polling_status'.
|
|
|
5211 (Fpq_reset_poll): Ditto.
|
|
|
5212
|
|
|
5213 2000-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
|
5214
|
|
|
5215 * redisplay-tty.c: Replace tty_output_end with tty_frame_output_end.
|
|
|
5216
|
|
|
5217 2000-05-16 Ben Wing <ben@xemacs.org>
|
|
|
5218
|
|
|
5219 * buffer.c:
|
|
|
5220 * buffer.c (dfc_convert_to/from_internal_format):
|
|
|
5221 * buffer.c (reinit_vars_of_buffer):
|
|
|
5222 Fix conversion functions to allow reentrancy.
|
|
446
|
5223
|
|
442
|
5224 * console-msw.c:
|
|
|
5225 * console-msw.c (mswindows_output_last_error):
|
|
|
5226 New fun, generally useful -- output a human-readable
|
|
|
5227 version of GetLastError() on the console.
|
|
446
|
5228
|
|
442
|
5229 * console-msw.h:
|
|
|
5230 * console-msw.h (struct mswindows_frame):
|
|
|
5231 Changes for DeferWindowPos. Declare mswindows_output_last_error().
|
|
446
|
5232
|
|
442
|
5233 * console-stream.c (stream_output_begin):
|
|
|
5234 * console-stream.c (stream_output_end):
|
|
|
5235 * console-stream.c (stream_output_vertical_divider):
|
|
|
5236 * console-stream.c (stream_clear_region):
|
|
|
5237 * console-stream.c (stream_flash):
|
|
|
5238 * console-stream.c (console_type_create_stream):
|
|
|
5239 Delete blank stream methods, not needed.
|
|
446
|
5240
|
|
442
|
5241 * console.h (struct console_methods):
|
|
|
5242 Split begin/end methods into window and frame.
|
|
446
|
5243
|
|
442
|
5244 * event-msw.c:
|
|
|
5245 * event-msw.c (mswindows_handle_paint):
|
|
|
5246 * event-msw.c (output_alt_keyboard_state):
|
|
|
5247 * event-msw.c (mswindows_wnd_proc):
|
|
|
5248 * event-msw.c (vars_of_event_mswindows):
|
|
|
5249 Comment about problems with ignored-expose.
|
|
|
5250 Define mswindows-debug-events; not really implemented.
|
|
446
|
5251
|
|
442
|
5252 * frame-msw.c (mswindows_init_frame_1):
|
|
|
5253 random cleanups.
|
|
446
|
5254
|
|
442
|
5255 * glyphs-msw.c:
|
|
|
5256 * glyphs-msw.c (begin_defer_window_pos):
|
|
|
5257 * glyphs-msw.c (mswindows_unmap_subwindow):
|
|
|
5258 * glyphs-msw.c (mswindows_map_subwindow):
|
|
|
5259 * glyphs-msw.c (mswindows_resize_subwindow):
|
|
|
5260 Use DeferWindowPos to reduce flashing when mapping/unmapping.
|
|
446
|
5261
|
|
442
|
5262 * glyphs.c (make_image_instance_1):
|
|
|
5263 Fix crash.
|
|
446
|
5264
|
|
442
|
5265 * gutter.c (Fredisplay_gutter_area):
|
|
|
5266 Use new begin/end methods.
|
|
446
|
5267
|
|
442
|
5268 * lisp.h (Dynarr_new2):
|
|
|
5269 New creation fun.
|
|
446
|
5270
|
|
442
|
5271 * redisplay-msw.c:
|
|
|
5272 * redisplay-msw.c (mswindows_frame_output_begin):
|
|
|
5273 * redisplay-msw.c (mswindows_frame_output_end):
|
|
|
5274 * redisplay-msw.c (console_type_create_redisplay_mswindows):
|
|
|
5275 New begin/end methods -- handle DeferWindowPos.
|
|
446
|
5276
|
|
442
|
5277 * redisplay-output.c (redisplay_move_cursor):
|
|
|
5278 * redisplay-output.c (redraw_cursor_in_window):
|
|
|
5279 * redisplay-output.c (redisplay_update_line):
|
|
|
5280 * redisplay-output.c (redisplay_output_window):
|
|
|
5281 New begin/end methods.
|
|
|
5282
|
|
|
5283 * redisplay-tty.c:
|
|
|
5284 * redisplay-tty.c (tty_frame_output_begin):
|
|
|
5285 * redisplay-tty.c (tty_frame_output_end):
|
|
|
5286 * redisplay-tty.c (console_type_create_redisplay_tty):
|
|
|
5287 New begin/end methods.
|
|
|
5288
|
|
|
5289 * redisplay-x.c:
|
|
|
5290 * redisplay-x.c (x_window_output_begin):
|
|
|
5291 * redisplay-x.c (x_window_output_end):
|
|
|
5292 * redisplay-x.c (console_type_create_redisplay_x):
|
|
|
5293 New begin/end methods.
|
|
|
5294
|
|
|
5295 * redisplay.c (redisplay_frame):
|
|
|
5296 * redisplay.c (Fredisplay_echo_area):
|
|
|
5297 New begin/end methods.
|
|
|
5298 use MAYBE_DEVMETH for clear_frame; it may not exist.
|
|
|
5299
|
|
|
5300 * window.h (WINDOW_XFRAME):
|
|
|
5301 WINDOW_XFOO macros -- get locale and decode struct pointer.
|
|
|
5302
|
|
|
5303
|
|
|
5304 2000-05-12 Ben Wing <ben@xemacs.org>
|
|
|
5305
|
|
|
5306 * emacs.c:
|
|
|
5307 * emacs.c (ensure_no_quitting_from_now_on):
|
|
|
5308 * emacs.c (fatal_error_signal):
|
|
|
5309 * emacs.c (mswindows_handle_hardware_exceptions):
|
|
|
5310 * emacs.c (main):
|
|
|
5311 * emacs.c (Fkill_emacs):
|
|
|
5312 * emacs.c (shut_down_emacs):
|
|
|
5313 * emacs.c (assert_failed):
|
|
|
5314 various improvements in fatal error handling.
|
|
446
|
5315
|
|
442
|
5316 * eval.c:
|
|
|
5317 move preparing_for_armageddon to emacs.c.
|
|
446
|
5318
|
|
442
|
5319 * lisp.h:
|
|
|
5320 declare fatal_error_in_progress.
|
|
446
|
5321
|
|
442
|
5322 * print.c:
|
|
|
5323 * print.c (std_handle_out_external):
|
|
|
5324 * print.c (std_handle_out_va):
|
|
|
5325 * print.c (stderr_out):
|
|
|
5326 * print.c (stdout_out):
|
|
|
5327 use console under mswin when no standard output.
|
|
|
5328 don't do code conversion during fatal error.
|
|
446
|
5329
|
|
442
|
5330 * scrollbar.c (Fscrollbar_page_up):
|
|
|
5331 * scrollbar.c (Fscrollbar_page_down):
|
|
|
5332 fix missing else. reindent.
|
|
|
5333
|
|
|
5334 2000-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5335
|
|
446
|
5336 Emergency fix.
|
|
|
5337
|
|
|
5338 * glyphs.h (GLYPH_CACHEL_DESCENT):
|
|
|
5339 (GLYPH_CACHEL_DESCENT):
|
|
|
5340 (GLYPH_CACHEL_DESCENT):
|
|
442
|
5341 * glyphs.h (GLYPH_CACHEL_ASCENT): Match parameters to variables
|
|
|
5342 used in case these are inline functions.
|
|
|
5343 Use more absurd values to error check.
|
|
|
5344
|
|
|
5345 include window.h for error check functions.
|
|
|
5346
|
|
|
5347 2000-05-11 Ben Wing <ben@xemacs.org>
|
|
|
5348
|
|
|
5349 * cmdloop.c (Freally_early_error_handler):
|
|
|
5350 Display message box under windows; otherwise, message will disappear
|
|
|
5351 before it can be viewed.
|
|
|
5352
|
|
|
5353 * console-msw.c:
|
|
|
5354 * console-msw.c (Fmswindows_message_box):
|
|
|
5355 * console-msw.c (FROB):
|
|
|
5356 * console-msw.c (syms_of_console_mswindows):
|
|
|
5357 Define new fun `mswindows-message-box'.
|
|
|
5358 #### I will merge this into `popup-dialog-box'; just give me
|
|
|
5359 a bit of time.
|
|
446
|
5360
|
|
442
|
5361 * general.c:
|
|
|
5362 * general.c (syms_of_general):
|
|
|
5363 Some new symbols used in `mswindows-message-box'.
|
|
446
|
5364
|
|
442
|
5365 * glyphs.c:
|
|
|
5366 * glyphs.c (Fset_image_instance_property):
|
|
|
5367 put warning in this fun.
|
|
446
|
5368
|
|
442
|
5369 * glyphs.h:
|
|
|
5370 * glyphs.h (GLYPH_CACHEL_WIDTH):
|
|
|
5371 * glyphs.h (GLYPH_CACHEL_ASCENT):
|
|
|
5372 * glyphs.h (GLYPH_CACHEL):
|
|
|
5373 * glyphs.h (GLYPH_CACHEL_GLYPH):
|
|
|
5374 define error-checking versions to try to catch a bug i've seen --
|
|
|
5375 redisplay gets in an infinite loop because the glyph width of the
|
|
|
5376 continuation glyph is 65535.
|
|
446
|
5377
|
|
442
|
5378 * lisp.h:
|
|
|
5379 Extern message-box stuff.
|
|
|
5380
|
|
|
5381 * window.c (allocate_window):
|
|
|
5382 * window.c (make_dummy_parent):
|
|
|
5383 * window.c (Fset_window_configuration):
|
|
|
5384 Use EQUAL not EQ for subwindow caches to make them work a bit
|
|
|
5385 better. (Something is still very broken.)
|
|
446
|
5386
|
|
442
|
5387
|
|
|
5388 2000-05-11 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5389
|
|
|
5390 * glyphs.c (image_instantiate): Suppress gcc warnings.
|
|
|
5391 (Fmake_image_instance): Fix doc string.
|
|
|
5392 * specifier.c (Fmake_specifier): Ditto.
|
|
|
5393
|
|
|
5394 2000-05-02 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5395
|
|
|
5396 * paths.h.in (PATH_LOCK): Removed.
|
|
|
5397 * config.h.in (LOCKDIR_USER_DEFINED): Removed.
|
|
|
5398 * emacs.c (complex_vars_of_emacs): Remove configure-lock-directory.
|
|
|
5399
|
|
|
5400 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5401
|
|
|
5402 * fns.c (Ffeaturep): Update e-mail address in doc-string.
|
|
|
5403 Document (featurep '(and xemacs 21.02)).
|
|
|
5404
|
|
|
5405 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
|
5406
|
|
|
5407 * buffer.c (complex_vars_of_buffer):
|
|
|
5408 update modeline-format doc.
|
|
446
|
5409
|
|
442
|
5410 * device.h:
|
|
|
5411 comment about how DFW_DEVICE should be merged with DOMAIN_DEVICE.
|
|
446
|
5412
|
|
442
|
5413 * emacs.c:
|
|
|
5414 timeline of all released versions of Emacs, for use in creating
|
|
|
5415 authorship comments and in synching up.
|
|
446
|
5416
|
|
442
|
5417 * glyphs-widget.c (image_instantiator_buttons):
|
|
|
5418 * glyphs-widget.c (image_instantiator_edit_fields):
|
|
|
5419 * glyphs-widget.c (image_instantiator_combo_box):
|
|
|
5420 * glyphs-widget.c (image_instantiator_scrollbar):
|
|
|
5421 * glyphs-widget.c (image_instantiator_progress_guage):
|
|
|
5422 * glyphs-widget.c (image_instantiator_tree_view):
|
|
|
5423 * glyphs-widget.c (image_instantiator_tab_control):
|
|
|
5424 * glyphs-widget.c (image_instantiator_labels):
|
|
|
5425 * glyphs-widget.c (image_instantiator_layout):
|
|
|
5426 * glyphs-widget.c (image_instantiator_native_layout):
|
|
|
5427 rename decode_domain method to governing_domain.
|
|
446
|
5428
|
|
442
|
5429 * glyphs.c:
|
|
|
5430 * glyphs.c (Fvalid_image_instantiator_format_p): doc update.
|
|
|
5431 * glyphs.c (add_entry_to_device_ii_format_list):
|
|
|
5432 make sure we don't put an entry more than once into the list.
|
|
|
5433 * glyphs.c (check_instance_cache_mapper):
|
|
|
5434 *************************************************************
|
|
|
5435 allow for nil. THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
|
|
|
5436 HAVE BEEN GETTING.
|
|
|
5437 *************************************************************
|
|
|
5438 * glyphs.c (get_image_instantiator_governing_domain):
|
|
|
5439 clean up, expand on new concept of governing domain.
|
|
|
5440 * glyphs.c (instantiate_image_instantiator):
|
|
|
5441 * glyphs.c (allocate_image_instance):
|
|
|
5442 use governing_domain instead of cache_domain in naming.
|
|
|
5443 * glyphs.c (Fvalid_image_instance_type_p): fix docs.
|
|
|
5444 * glyphs.c (make_image_instance_1):
|
|
|
5445 * glyphs.c (Fmake_image_instance):
|
|
|
5446 allow for any domain (not just device), and process the
|
|
|
5447 governing domain correctly. very big doc fix.
|
|
|
5448 * glyphs.c (Fimage_instance_domain):
|
|
|
5449 new primitive, to retrieve the governing domain of an image instance.
|
|
|
5450 * glyphs.c (image_instantiate):
|
|
|
5451 use new governing_domain stuff. this fixes a crash you could get
|
|
|
5452 by instantiating certain widget glyphs in frame locales. (should
|
|
|
5453 signal an error instead of crashing.)
|
|
|
5454 * glyphs.c (Fimage_specifier_p): move doc to make-image-specifier.
|
|
|
5455 * glyphs.c (Fglyphp): clean up doc.
|
|
|
5456 * glyphs.c (subwindow_governing_domain): renamed from *_decode_domain.
|
|
|
5457 * glyphs.c (syms_of_glyphs):
|
|
|
5458 declare Fimage_instance_domain, remove unused Qlayout_image_instance_p.
|
|
|
5459 * glyphs.c (image_instantiator_format_create): add some comments about
|
|
|
5460 bogus code.
|
|
|
5461 * glyphs.c (specifier_vars_of_glyphs): totally rewrite the doc string
|
|
|
5462 for current-display-table. (Apparently Hrjove implemented in 1998 a
|
|
|
5463 design I wrote up in 1996, but didn't update the doc string.)
|
|
446
|
5464
|
|
442
|
5465 * glyphs.h: clean up a doc string.
|
|
|
5466 * glyphs.h (governing_domain):
|
|
|
5467 * glyphs.h (struct image_instantiator_methods):
|
|
|
5468 changes for governing_domain stuff.
|
|
446
|
5469
|
|
442
|
5470 * gutter.c:
|
|
|
5471 * gutter.c (Fgutter_specifier_p):
|
|
|
5472 * gutter.c (Fgutter_size_specifier_p):
|
|
|
5473 * gutter.c (Fgutter_visible_specifier_p):
|
|
|
5474 * objects.c:
|
|
|
5475 * objects.c (Fcolor_specifier_p):
|
|
|
5476 * objects.c (Ffont_specifier_p):
|
|
|
5477 * objects.c (Fface_boolean_specifier_p):
|
|
|
5478 doc strings moved to make-*-specifier.
|
|
446
|
5479
|
|
442
|
5480 * redisplay.c (add_disp_table_entry_runes_1):
|
|
|
5481 * redisplay.c (generate_fstring_runes):
|
|
|
5482 * redisplay.c (screen):
|
|
|
5483 add random comments and doc strings.
|
|
446
|
5484
|
|
442
|
5485 * specifier.c:
|
|
|
5486 * specifier.c (Fmake_specifier):
|
|
|
5487 major overhaul of this doc string.
|
|
446
|
5488
|
|
442
|
5489 * specifier.c (Fvalid_specifier_domain_p):
|
|
|
5490 comment about the bogosity of image instances being domains.
|
|
|
5491 * specifier.c (decode_domain):
|
|
|
5492 now non-static, used in glyphs.c.
|
|
|
5493 * specifier.c (specifier_instance):
|
|
|
5494 comment about the bogosity of image instances being domains.
|
|
|
5495 * specifier.c (Fgeneric_specifier_p):
|
|
|
5496 move doc string to make-generic-specifier.
|
|
|
5497 * specifier.c (VALID_SINGLE_DISPTABLE_INSTANTIATOR_P):
|
|
|
5498 rebackslashify.
|
|
446
|
5499
|
|
442
|
5500 * specifier.h:
|
|
|
5501 * specifier.h (DOMAIN_FRAME):
|
|
|
5502 * specifier.h (DOMAIN_LIVE_P):
|
|
|
5503 * specifier.h (DOMAIN_XDEVICE):
|
|
|
5504 rebackslashify.
|
|
|
5505 add comments about problems with these macros.
|
|
|
5506 prototype for decode_domain.
|
|
446
|
5507
|
|
442
|
5508 * toolbar.c:
|
|
|
5509 * toolbar.c (Ftoolbar_specifier_p):
|
|
|
5510 move doc string to `make-toolbar-specifier'.
|
|
446
|
5511
|
|
442
|
5512 * window.c (window_unmap_subwindows_cache_mapper):
|
|
|
5513 *************************************************************
|
|
|
5514 allow for nil. THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
|
|
|
5515 HAVE BEEN GETTING.
|
|
|
5516 *************************************************************
|
|
|
5517
|
|
|
5518 2000-05-09 Andy Piper <andy@xemacs.org>
|
|
|
5519
|
|
|
5520 * glyphs.h: declare reset_frame_subwindow_instance_cache.
|
|
|
5521
|
|
|
5522 * window.c (Fset_window_configuration): reset the frame subwindow
|
|
|
5523 cache and re-initialize the window subwindow caches.
|
|
|
5524
|
|
|
5525 * glyphs.c (reset_frame_subwindow_instance_cache): new function.
|
|
|
5526
|
|
|
5527 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
|
5528
|
|
|
5529 * ntheap.c (recreate_heap): Changed unknown (VC6 only?) SIZE_T to
|
|
|
5530 DWORD.
|
|
|
5531
|
|
|
5532 2000-04-26 Mike Woolley <mike@bulsara.com>
|
|
|
5533
|
|
|
5534 * ntheap.c: Changed recreate_heap to limit the amount reserved
|
|
|
5535 for the heap to that which is actually available. Also now
|
|
|
5536 displays a message box (with some dignostics) in the event that
|
|
|
5537 it still can't start.
|
|
|
5538
|
|
|
5539 2000-05-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5540
|
|
|
5541 * callproc.c (Fold_call_process_internal): GCPRO path
|
|
|
5542
|
|
|
5543 2000-05-08 Jan Vroonhof <jan@xemacs.org>
|
|
|
5544
|
|
|
5545 Patch by Bill Perry.
|
|
446
|
5546
|
|
|
5547 * scrollbar.c (Fscrollbar_page_up): Conditionalize on type of call
|
|
442
|
5548 back data instead of #ifdef.
|
|
|
5549 (Fscrollbar_page_down): ditto.
|
|
|
5550
|
|
|
5551 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
|
5552
|
|
|
5553 * buffer.h:
|
|
|
5554 Kludge for defining Qmswindows_tstr.
|
|
446
|
5555
|
|
442
|
5556 * nt.c:
|
|
|
5557 * nt.c (open_input_file):
|
|
|
5558 * nt.c (open_output_file):
|
|
|
5559 * nt.c (rva_to_section):
|
|
|
5560 * nt.c (mswindows_executable_type):
|
|
|
5561 Move all memory-mapped-file routines here (some were in unexnt.c,
|
|
|
5562 which is bad because they are used by process-nt.c, and unexnt
|
|
|
5563 won't be around when portable dumping). Synched the above routines
|
|
|
5564 with FSF 20.6.
|
|
446
|
5565
|
|
442
|
5566 * nt.h:
|
|
|
5567 Removed ifdef'd out bogus code.
|
|
|
5568 Fixed some prototypes.
|
|
446
|
5569
|
|
442
|
5570 * nt.h (file_data):
|
|
|
5571 * nt.h (OFFSET_TO_RVA):
|
|
|
5572 * nt.h (RVA_TO_OFFSET):
|
|
|
5573 * nt.h (RVA_TO_PTR):
|
|
|
5574 Moved the memory-mapped-file structures, macros and prototypes
|
|
|
5575 here, to parallel nt.c. ntheap.h should really be removed
|
|
|
5576 entirely, and it's a non-portable-dumper specific file.
|
|
446
|
5577
|
|
442
|
5578 * ntheap.h (round_to_next):
|
|
|
5579 Moved the memory-mapped-file structures, macros and prototypes
|
|
|
5580 to nt.h.
|
|
|
5581
|
|
|
5582 * ntproc.c (compare_env):
|
|
|
5583 Moved rva_to_section and mswindows_executable_type to nt.c.
|
|
|
5584 Moved compare_env to process-nt.c.
|
|
|
5585 ntproc.c will die, one day.
|
|
|
5586
|
|
|
5587 * ntproc.c (sys_spawnve):
|
|
|
5588 Account for win32_ -> mswindows_.
|
|
|
5589
|
|
|
5590 * process-nt.c:
|
|
|
5591 * process-nt.c (struct nt_process_data):
|
|
|
5592 * process-nt.c (ensure_console_window_exists):
|
|
|
5593 * process-nt.c (compare_env):
|
|
|
5594 * process-nt.c (nt_create_process):
|
|
|
5595 * process-nt.c (nt_kill_process_by_pid):
|
|
|
5596 * process-nt.c (syms_of_process_nt):
|
|
|
5597 * process-nt.c (vars_of_process_nt):
|
|
|
5598 Introduce variable `mswindows-quote-process-args', from FSF 20.6.
|
|
|
5599 Copy argument quoting code from FSF 20.6 (with appropriate Mule-ization
|
|
|
5600 changes). Eliminate our old `nt-quote-process-args' mechanism.
|
|
|
5601 Synch up nt_create_process with FSF 20.6 sys_spawnve.
|
|
|
5602 Move compare_env here from ntproc.c.
|
|
446
|
5603
|
|
442
|
5604 * process.c (Fprocess_send_region):
|
|
|
5605 Takes an optional fourth argument, BUFFER, which should fix some
|
|
|
5606 problems with call-process.
|
|
446
|
5607
|
|
442
|
5608 * syscommctrl.h:
|
|
|
5609 Move ICC_BAR_CLASSES here from syswindows.h, to avoid a warning.
|
|
446
|
5610
|
|
442
|
5611 * syswindows.h:
|
|
|
5612 Move ICC_BAR_CLASSES to syscommctrl.h.
|
|
|
5613 Add preliminary macros for MSWindows/Mule. More to come.
|
|
|
5614
|
|
|
5615 * unexnt.c:
|
|
|
5616 * unexnt.c (unexec):
|
|
|
5617 open_output_file moved to nt.c.
|
|
|
5618
|
|
|
5619
|
|
|
5620 2000-05-05 Andy Piper <andy@xemacs.org>
|
|
|
5621
|
|
|
5622 * window.c (window_unmap_subwindows_cache_mapper): remove the dead
|
|
|
5623 instance from the frame cache also since GC may catch up too late
|
|
|
5624 to make frame deletion sane.
|
|
|
5625
|
|
|
5626 2000-05-04 Andy Piper <andy@xemacs.org>
|
|
|
5627
|
|
|
5628 * glyphs-x.c (x_widget_instantiate): gcpro widget callbacks.
|
|
|
5629 (x_finalize_image_instance): ungcpro on deletion.
|
|
|
5630
|
|
|
5631 * glyphs.c (image_instantiator_format_create): give pointers a
|
|
|
5632 query geometry method so that the geometry is at least set.
|
|
|
5633
|
|
|
5634 * glyphs-x.c (image_instantiator_format_create_glyphs_x): only
|
|
|
5635 initialize layouts if using widgets.
|
|
|
5636
|
|
|
5637 2000-05-03 Andy Piper <andy@xemacs.org>
|
|
|
5638
|
|
|
5639 * nt.c: remove bogus reference to sysmmsystem.h
|
|
|
5640
|
|
|
5641 * gui-x.c (popup_selection_callback): fix no selection abort.
|
|
|
5642
|
|
|
5643 2000-05-02 Andy Piper <andy@xemacs.org>
|
|
|
5644
|
|
|
5645 * glyphs-msw.c (mswindows_update_widget): cope with nil text.
|
|
|
5646 (mswindows_widget_instantiate): ditto.
|
|
|
5647
|
|
|
5648 * glyphs-widget.c (initialize_widget_image_instance): initialize
|
|
|
5649 children correctly.
|
|
|
5650 (widget_instantiate): cope with children and items in the same
|
|
|
5651 instance.
|
|
|
5652
|
|
|
5653 * glyphs.c (mark_image_instance): cope with children as a first
|
|
|
5654 class member.
|
|
|
5655 (image_instance_equal): ditto.
|
|
|
5656 (image_instance_hash): ditto.
|
|
|
5657 (image_instance_changed): ditto.
|
|
|
5658
|
|
|
5659 2000-04-30 Andy Piper <andy@xemacs.org>
|
|
|
5660
|
|
|
5661 * glyphs.c (subwindow_query_geometry): new function. Return some
|
|
|
5662 defaults.
|
|
|
5663 (subwindow_instantiate): don't assign dimensions if none have been
|
|
|
5664 given.
|
|
|
5665 (image_instantiator_format_create): add subwindow_query_geometry.
|
|
|
5666 (print_image_instance): cope with layouts as widgets.
|
|
|
5667
|
|
|
5668 2000-04-29 Andy Piper <andy@xemacs.org>
|
|
|
5669
|
|
|
5670 * frame.c (delete_frame_internal): call
|
|
|
5671 free_frame_subwindow_instance_cache so that all subwindows are
|
|
|
5672 finalized before their parent.
|
|
|
5673 (mark_frame): remove subwindow_cachels.
|
|
|
5674 (Fmake_frame): remove subwindow_cachel manipulation.
|
|
|
5675 (allocate_frame_core): subwindow_instance_cache is a weak list.
|
|
|
5676 (delete_frame_internal): set subwindow_instance_cache to nil.
|
|
|
5677
|
|
|
5678 * glyphs-msw.c (mswindows_finalize_image_instance): make double
|
|
|
5679 finalization safe.
|
|
|
5680 (mswindows_finalize_image_instance): use the device
|
|
|
5681 not the domain as the domain may have died already.
|
|
|
5682
|
|
|
5683 * glyphs-x.c (x_finalize_image_instance): ditto.
|
|
|
5684 (x_subwindow_instantiate): remove SUBWINDOW_WIDTH &
|
|
|
5685 HEIGHT.
|
|
|
5686
|
|
|
5687 * redisplay-output.c (redisplay_unmap_subwindows): update for
|
|
|
5688 subwindow instance cache as a weak list.
|
|
|
5689 (redisplay_unmap_subwindows_maybe): ditto.
|
|
|
5690 (redisplay_unmap_subwindows_except_us): ditto.
|
|
|
5691
|
|
|
5692 * glyphs.c (unmap_subwindow): error checking will check the domain
|
|
|
5693 so don't deal with it here. Don't use cachels anymore.
|
|
|
5694 (map_subwindow): ditto.
|
|
|
5695 (update_subwindow_cachel_data): remove old accessor names.
|
|
|
5696 (subwindow_instantiate): remove SUBWINDOW_WIDTH & HEIGHT.
|
|
|
5697 (Fresize_subwindow): don't update cachel.
|
|
|
5698 (mark_subwindow_cachels):
|
|
|
5699 (update_subwindow_cachel_data):
|
|
|
5700 (add_subwindow_cachel):
|
|
|
5701 (get_subwindow_cachel_index):
|
|
|
5702 (update_subwindow_cachel):
|
|
|
5703 (reset_subwindow_cachels):
|
|
|
5704 (mark_subwindow_cachels_as_not_updated): deleted.
|
|
|
5705 (cache_subwindow_instance_in_frame_maybe): new function. Add a
|
|
|
5706 subwindow instance to the frame cache.
|
|
|
5707 (find_matching_subwindow): update for subwindow instance cache as
|
|
|
5708 a weak list.
|
|
|
5709 (update_widget_instances): ditto.
|
|
|
5710 (image_instance_type_to_mask):inlined.
|
|
|
5711 (free_frame_subwindow_instance_cache): new function. finalize all
|
|
|
5712 subwindows that are instantiated.
|
|
|
5713
|
|
|
5714 * glyphs.h (struct Lisp_Image_Instance): add display_data instead
|
|
|
5715 of cachel information.
|
|
|
5716 (IMAGE_INSTANCE_DISPLAY_X):
|
|
|
5717 (IMAGE_INSTANCE_DISPLAY_Y):
|
|
|
5718 (IMAGE_INSTANCE_DISPLAY_WIDTH):
|
|
|
5719 (IMAGE_INSTANCE_DISPLAY_HEIGHT):
|
|
|
5720 (XIMAGE_INSTANCE_DISPLAY_X):
|
|
|
5721 (XIMAGE_INSTANCE_DISPLAY_Y):
|
|
|
5722 (XIMAGE_INSTANCE_DISPLAY_WIDTH):
|
|
446
|
5723 (XIMAGE_INSTANCE_DISPLAY_HEIGHT): new accessors.
|
|
442
|
5724 remove subwindow_cachel structure and function references.
|
|
|
5725 (image_instance_type_to_mask): inline from glyphs.c
|
|
|
5726
|
|
|
5727 * redisplay.c (redisplay_frame): remove subwindow_cachel
|
|
|
5728 references.
|
|
|
5729
|
|
|
5730 * frame.h (struct frame): remove subwindow_cachels.
|
|
|
5731 (FRAME_SUBWINDOW_CACHE): access subwindow_instance_cache.
|
|
|
5732
|
|
|
5733 * frameslots.h: add subwindow_instance_cache.
|
|
|
5734
|
|
|
5735 * window.c (replace_window): check subwindow cache of replacement.
|
|
|
5736 (window_unmap_subwindows_cache_mapper):
|
|
|
5737 (window_unmap_subwindows): new functions. Unmap all subwindows
|
|
|
5738 cached on this window.
|
|
|
5739 (mark_window_as_deleted): unmap all subwindows.
|
|
|
5740
|
|
|
5741 2000-04-27 Andy Piper <andy@xemacs.org>
|
|
|
5742
|
|
|
5743 * glyphs.h (IIFORMAT_METH_OR_GIVEN): cope with null meths.
|
|
|
5744
|
|
|
5745 * glyphs-widget.c (widget_layout): return something.
|
|
|
5746 (layout_layout): return something. Fail if not initialized.
|
|
|
5747 (layout_query_geometry): ditto.
|
|
|
5748 (image_instantiator_native_layout): new function. Initialized the
|
|
|
5749 native layout type.
|
|
|
5750 (widget_instantiate): don't do layout stuff here.
|
|
|
5751
|
|
|
5752 * glyphs.c (instantiate_image_instantiator): reorded calling or
|
|
|
5753 instantiate and post_instantiate with layout in between.
|
|
|
5754 (image_instance_layout): be more selective about deciding whether
|
|
|
5755 the layout has been done or not.
|
|
|
5756
|
|
|
5757 * glyphs.h (struct image_instantiator_methods): return a value
|
|
|
5758 from layout_method.
|
|
|
5759
|
|
|
5760 2000-04-26 Andy Piper <andy@xemacs.org>
|
|
|
5761
|
|
|
5762 * glyphs.c (allocate_image_instance): make initial width and
|
|
|
5763 height unspecified. Set initialized to 0.
|
|
|
5764
|
|
|
5765 * syscommctrl.h new file. Encapsulates commctrl.h.
|
|
|
5766
|
|
|
5767 * syswindows.h new file. Encapsulates windows.h.
|
|
|
5768
|
|
|
5769 * ntplay.c: use new syswindows.h and syscommctrl.h header.
|
|
|
5770 * nt.c: ditto.
|
|
|
5771 * console-msw.h: ditto.
|
|
446
|
5772
|
|
442
|
5773 * redisplay-tty.c (tty_output_display_block): remove layout references.
|
|
|
5774
|
|
|
5775 * glyphs-msw.c (mswindows_widget_instantiate): use the domain
|
|
|
5776 window handle rather than just the frame.
|
|
|
5777
|
|
|
5778 * glyphs.c (mark_image_instance): remove layout references.
|
|
|
5779 (print_image_instance): ditto.
|
|
|
5780 (image_instance_equal): ditto.
|
|
|
5781 (image_instance_hash): ditto.
|
|
|
5782 (decode_image_instance_type): ditto.
|
|
|
5783 (encode_image_instance_type): ditto.
|
|
|
5784 (image_instantiate): ditto.
|
|
|
5785 (allocate_glyph): ditto.
|
|
|
5786 (Fimage_instance_height): ditto.
|
|
|
5787 (Fimage_instance_width): ditto.
|
|
|
5788 (update_subwindow): ditto.
|
|
|
5789
|
|
|
5790 * redisplay-x.c (x_output_display_block): recode for layouts as
|
|
|
5791 widgets.
|
|
|
5792
|
|
|
5793 * redisplay-output.c (redisplay_output_layout): recode for layouts
|
|
|
5794 as widgets.
|
|
|
5795 (compare_runes): remove layout references.
|
|
|
5796
|
|
|
5797 * redisplay-msw.c (mswindows_output_display_block): recode for
|
|
|
5798 layouts as widgets.
|
|
|
5799
|
|
|
5800 * glyphs-widget.c (image_instantiator_layout): remove
|
|
|
5801 layout_possible_dest_types.
|
|
|
5802 (layout_possible_dest_types): deleted.
|
|
|
5803
|
|
|
5804 * glyphs.h (image_instance_type): remove layout references.
|
|
|
5805 (struct Lisp_Image_Instance): ditto. Add initialized flag.
|
|
|
5806 (IMAGE_INSTANCE_INITIALIZED): new accessor.
|
|
|
5807 (XIMAGE_INSTANCE_INITIALIZED): ditto.
|
|
446
|
5808
|
|
442
|
5809 2000-04-25 Andy Piper <andy@xemacs.org>
|
|
|
5810
|
|
|
5811 * glyphs-widget.c (image_instantiator_buttons):
|
|
|
5812 (image_instantiator_edit_fields):
|
|
|
5813 (image_instantiator_combo_box):
|
|
|
5814 (image_instantiator_scrollbar):
|
|
|
5815 (image_instantiator_progress_guage):
|
|
|
5816 (image_instantiator_tree_view):
|
|
|
5817 (image_instantiator_tab_control):
|
|
|
5818 (image_instantiator_labels):
|
|
|
5819 (image_instantiator_layout): call default post_instantiate method.
|
|
|
5820 (widget_post_instantiate): new function. Simply lays out the
|
|
|
5821 widgets.
|
|
|
5822
|
|
|
5823 * glyphs.h (struct image_instantiator_methods): add
|
|
|
5824 post_instantiate method.
|
|
|
5825
|
|
|
5826 * glyphs.c (instantiate_image_instantiator): add post_instantiate
|
|
|
5827 method calls.
|
|
|
5828
|
|
|
5829 2000-04-23 Andy Piper <andy@xemacs.org>
|
|
|
5830
|
|
|
5831 * glyphs.h (struct image_instantiator_methods): add
|
|
|
5832 decode_domain_method.
|
|
|
5833 (struct Lisp_Image_Instance): remove subwindow frame - it can be
|
|
|
5834 derived from the domain.
|
|
|
5835 (IMAGE_INSTANCE_FRAME): new accessor.
|
|
|
5836 (XIMAGE_INSTANCE_FRAME): ditto.
|
|
|
5837
|
|
|
5838 * glyphs.c (print_image_instance): use IMAGE_INSTANCE_FRAME
|
|
|
5839 instead of _SUBWINDOW_FRAME.
|
|
|
5840 (finalize_image_instance): ditto.
|
|
|
5841 (Fimage_instance_foreground): ditto.
|
|
|
5842 (Fimage_instance_background): ditto.
|
|
|
5843 (image_instantiate): ditto.
|
|
|
5844 (update_subwindow_cachel): ditto.
|
|
|
5845 (update_subwindow): ditto.
|
|
|
5846 (unmap_subwindow): ditto.
|
|
|
5847 (map_subwindow): ditto
|
|
|
5848 (subwindow_instantiate): ditto.
|
|
|
5849 * glyphs-msw.c (mswindows_update_widget): ditto.
|
|
|
5850 (mswindows_progress_gauge_instantiate): ditto.
|
|
|
5851 (mswindows_tab_control_update): ditto.
|
|
|
5852 * glyphs-x.c (x_update_widget): ditto.
|
|
|
5853 (x_widget_instantiate): ditto.
|
|
|
5854 (x_tab_control_instantiate): ditto.
|
|
|
5855 (x_tab_control_update): ditto.
|
|
|
5856 * event-msw.c (mswindows_wnd_proc): ditto
|
|
|
5857
|
|
|
5858 * glyphs-widget.c (image_instantiator_layout): use
|
|
|
5859 subwindow_decode_domain.
|
|
|
5860 (image_instantiator_buttons): ditto.
|
|
|
5861 (image_instantiator_edit_fields): ditto.
|
|
|
5862 (image_instantiator_combo_box): ditto.
|
|
|
5863 (image_instantiator_scrollbar): ditto.
|
|
|
5864 (image_instantiator_progress_guage): ditto.
|
|
|
5865 (image_instantiator_tree_view): ditto.
|
|
|
5866 (image_instantiator_tab_control): ditto.
|
|
|
5867 (image_instantiator_labels): ditto.
|
|
|
5868 (image_instantiator_layout): ditto.
|
|
|
5869
|
|
|
5870 * glyphs.c: add instance error checking to many functions.
|
|
|
5871 (instantiate_image_instantiator): decode device from cache_domain.
|
|
|
5872 (image_instantiate): partially rewrite by using
|
|
|
5873 decode_image_instantiator_domain to determine what domain the
|
|
|
5874 instance needs to be cached in.
|
|
|
5875 (decode_image_instantiator_domain): new function. Determine what
|
|
|
5876 domain the image needs to be cached in.
|
|
|
5877 (check_window_subwindow_cache): new error checking function.
|
|
|
5878 (check_instance_cache_mapper): ditto.
|
|
|
5879 (check_image_instance_structure): ditto.
|
|
|
5880 (subwindow_decode_domain): new function. Encodes a window as a
|
|
|
5881 subwindow's cache domain.
|
|
|
5882 (image_instantiator_format_create): use it for text and
|
|
|
5883 subwindows.
|
|
|
5884
|
|
|
5885 2000-04-21 Andy Piper <andy@xemacs.org>
|
|
|
5886
|
|
|
5887 * glyphs.c (image_instance_device): new function.
|
|
|
5888 (image_instance_frame): new function.
|
|
|
5889 (image_instance_window): new function.
|
|
|
5890 (image_instance_live_p): new function.
|
|
|
5891
|
|
|
5892 * window.c (mark_window_as_deleted): reset the subwindow_instance_
|
|
|
5893 cache to nil.
|
|
|
5894
|
|
|
5895 * glyphs.h (struct Lisp_Image_Instance): device->domain.
|
|
|
5896 (IMAGE_INSTANCE_DOMAIN): new accessor.
|
|
|
5897 (XIMAGE_INSTANCE_DOMAIN): ditto.
|
|
|
5898
|
|
|
5899 * glyphs-x.c (x_finalize_image_instance): device->domain.
|
|
|
5900
|
|
|
5901 * glyphs-msw.c (init_image_instance_geometry): device->domain.
|
|
|
5902 (mswindows_finalize_image_instance): ditto.
|
|
|
5903
|
|
|
5904 * glyphs-eimage.c (jpeg_instantiate): device->domain.
|
|
|
5905 (gif_instantiate): ditto.
|
|
|
5906 (png_instantiate): ditto.
|
|
|
5907 (tiff_instantiate): ditto.
|
|
|
5908
|
|
|
5909 * glyphs.c (instantiate_image_instantiator): use domain rather
|
|
|
5910 than device.
|
|
|
5911 (mark_image_instance): device -> domain.
|
|
|
5912 (print_image_instance): ditto.
|
|
|
5913 (finalize_image_instance): ditto.
|
|
|
5914 (image_instance_equal): ditto.
|
|
|
5915 (allocate_image_instance): ditto.
|
|
|
5916 (Fcolorize_image_instance): ditto.
|
|
|
5917 (query_string_geometry): ditto.
|
|
|
5918 (image_instantiate): ditto
|
|
|
5919 (query_string_font): ditto.
|
|
|
5920 (image_instantiate): ditto.
|
|
|
5921 (update_subwindow): ditto.
|
|
|
5922 (unmap_subwindow): ditto.
|
|
|
5923 (map_subwindow): ditto.
|
|
|
5924 (subwindow_instantiate): ditto.
|
|
|
5925
|
|
|
5926 * specifier.h (DOMAIN_DEVICE): new, semantically correct, decoder.
|
|
|
5927 (DOMAIN_FRAME): ditto.
|
|
|
5928 (DOMAIN_WINDOW): ditto.
|
|
|
5929 (DOMAIN_LIVE_P): ditto.
|
|
|
5930 (XDOMAIN_DEVICE): ditto.
|
|
|
5931 (XDOMAIN_FRAME): ditto.
|
|
|
5932 (XDOMAIN_WINDOW): ditto.
|
|
|
5933
|
|
|
5934 * specifier.c (Fvalid_specifier_domain_p): add image instances as
|
|
|
5935 a valid specifier domain.
|
|
|
5936
|
|
|
5937 2000-04-19 Andy Piper <andy@xemacs.org>
|
|
|
5938
|
|
|
5939 * glyphs-widget.c (syms_of_glyphs_widget): remove
|
|
|
5940 widget-callback-current-channel.
|
|
|
5941 (vars_of_glyphs_widget): ditto.
|
|
|
5942 * glyphs.h: ditto
|
|
|
5943
|
|
|
5944 * gui.c (get_gui_callback): revert to previous behaviour.
|
|
|
5945
|
|
|
5946 2000-04-18 Andy Piper <andy@xemacs.org>
|
|
|
5947
|
|
|
5948 * glyphs.h (struct Lisp_Image_Instance): add margin_width.
|
|
|
5949 (IMAGE_INSTANCE_MARGIN_WIDTH): new.
|
|
|
5950 (XIMAGE_INSTANCE_MARGIN_WIDTH): new.
|
|
|
5951
|
|
|
5952 * glyphs.c (image_instance_equal): add margin_width.
|
|
|
5953 (image_instance_hash): ditto.
|
|
|
5954
|
|
|
5955 * glyphs-widget.c (widget_instantiate): deal with margin-width.
|
|
|
5956 (layout_query_geometry): ditto.
|
|
|
5957 (layout_layout): ditto.
|
|
|
5958 (syms_of_glyphs_widget): add margin-width.
|
|
|
5959 (image_instantiator_layout): allow margin-width.
|
|
|
5960
|
|
|
5961 * glyphs.c (update_widget_instances): make a normal function.
|
|
|
5962 (syms_of_glyphs): remove Qupdate_widget_instances.
|
|
|
5963 * glyphs.h: ditto.
|
|
|
5964
|
|
|
5965 * gui-x.c (popup_selection_callback): use enqueue_magic_eval_event
|
|
|
5966 so that we don't corrupt ideas about the last event or
|
|
|
5967 command. Remove widget-callback-current-channel fiddling.
|
|
|
5968 * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
|
|
|
5969
|
|
|
5970 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
|
5971
|
|
|
5972 * XEmacs 21.2.33 is released.
|
|
|
5973
|
|
|
5974 2000-05-01 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5975
|
|
|
5976 * make-src-depend: Allow dots in header file name.
|
|
|
5977
|
|
|
5978 2000-05-01 Yoshiki Hayashi <yoshiki@xmacs.org>
|
|
|
5979
|
|
|
5980 * mule-charset.h (struct charset_lookup): Add
|
|
|
5981 next_allocated_1_byte_leading_byte and
|
|
|
5982 next_allocated_2_byte_leading_byte.
|
|
|
5983 * mule-charset.c: Move above two variables so that those values
|
|
|
5984 will be dumped.
|
|
|
5985
|
|
|
5986 2000-04-26 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5987
|
|
|
5988 * insdel.c (find_charsets_in_bufbyte_string): Add Vcharset_ascii
|
|
|
5989 when string length is zero.
|
|
|
5990 (find_charsets_in_emchar_string): Ditto.
|
|
|
5991
|
|
|
5992 2000-04-29 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
|
5993
|
|
|
5994 * lisp.h: extern Qdialog and Qmenubar.
|
|
|
5995
|
|
|
5996 * gui-x.c: added events.h.
|
|
|
5997 also fixed typo which made the file uncompilable.
|
|
|
5998
|
|
|
5999 * general.c: Added Qmenubar and Qdialog
|
|
|
6000
|
|
|
6001 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
|
6002
|
|
|
6003 * frame-msw.c (mswindows_init_frame_1):
|
|
|
6004 * frame-msw.c (mswindows_mark_frame):
|
|
|
6005 * event-msw.c (mswindows_enqueue_dispatch_event):
|
|
|
6006 * console-msw.h:
|
|
|
6007 * console-msw.h (struct mswindows_frame):
|
|
|
6008 * console-msw.h (FRAME_MSWINDOWS_WIDGET_HASH_TABLE1):
|
|
|
6009 there are now three hash tables for callbacks.
|
|
|
6010 mswindows_enqueue_dispatch_event is no longer static.
|
|
446
|
6011
|
|
442
|
6012 * dialog-x.c (maybe_run_dbox_text_callback):
|
|
|
6013 * dialog-x.c (dbox_descriptor_to_widget_value):
|
|
|
6014 switch to new cons3 form for callbacks.
|
|
446
|
6015
|
|
442
|
6016 * glyphs-msw.c (mswindows_register_gui_item):
|
|
|
6017 * glyphs-msw.c (mswindows_widget_instantiate):
|
|
|
6018 * glyphs-msw.c (add_tree_item):
|
|
|
6019 * glyphs-msw.c (add_tab_item):
|
|
|
6020 new image instance parameter, so it can be passed to callback-ex.
|
|
|
6021 respect :callback-ex as well as :callback.
|
|
446
|
6022
|
|
442
|
6023 * glyphs-widget.c (VALID_GUI_KEYWORDS):
|
|
|
6024 add :callback-ex.
|
|
446
|
6025
|
|
442
|
6026 * glyphs.c (print_image_instance):
|
|
|
6027 prettify, e.g. now prints widget type.
|
|
446
|
6028
|
|
442
|
6029 * gui-x.h:
|
|
|
6030 certain funs have new image instance parameter.
|
|
446
|
6031
|
|
442
|
6032 * gui.c:
|
|
|
6033 * gui.c (get_gui_callback):
|
|
|
6034 * gui.c (gui_item_add_keyval_pair):
|
|
|
6035 * gui.c (gui_item_init):
|
|
|
6036 * gui.c (gui_add_item_keywords_to_plist):
|
|
|
6037 * gui.c (mark_gui_item):
|
|
|
6038 * gui.c (gui_item_hash):
|
|
|
6039 * gui.c (gui_item_equal):
|
|
|
6040 * gui.c (copy_gui_item):
|
|
|
6041 * gui.c (syms_of_gui):
|
|
|
6042 recognize callback-ex in a number of places.
|
|
|
6043 also, fix the annoying "can't get out of yes-no dialog" bug.
|
|
446
|
6044
|
|
442
|
6045 * gui.h:
|
|
|
6046 * gui.h (struct Lisp_Gui_Item):
|
|
|
6047 recognize callback-ex in a number of places.
|
|
|
6048
|
|
|
6049 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
|
6050 new parameter in button_item_to_widget_value.
|
|
446
|
6051
|
|
442
|
6052 * glyphs-x.c (x_update_widget):
|
|
|
6053 * glyphs-x.c (x_button_instantiate):
|
|
|
6054 * glyphs-x.c (x_button_update):
|
|
|
6055 * glyphs-x.c (x_progress_gauge_instantiate):
|
|
|
6056 * glyphs-x.c (x_edit_field_instantiate):
|
|
|
6057 * glyphs-x.c (x_combo_box_instantiate):
|
|
|
6058 * glyphs-x.c (x_tab_control_instantiate):
|
|
|
6059 * glyphs-x.c (x_label_instantiate):
|
|
|
6060 new image instance parameter in various places.
|
|
446
|
6061
|
|
442
|
6062 * event-Xt.c:
|
|
|
6063 * event-Xt.c (enqueue_Xt_dispatch_event):
|
|
|
6064 this fun gets exported.
|
|
446
|
6065
|
|
442
|
6066 * gui-msw.c:
|
|
|
6067 * gui-msw.c (mswindows_handle_gui_wm_command):
|
|
|
6068 handle both :callback and :callback-ex, and generate our own
|
|
|
6069 event because it's one of the callback-ex arguments.
|
|
446
|
6070
|
|
442
|
6071 * gui-x.c:
|
|
|
6072 * gui-x.c (popup_selection_callback):
|
|
|
6073 handle both :callback and :callback-ex, and generate our own
|
|
|
6074 event because it's one of the callback-ex arguments.
|
|
|
6075 * gui-x.c (button_item_to_widget_value):
|
|
|
6076 * gui-x.c (gui_items_to_widget_values_1):
|
|
|
6077 * gui-x.c (gui_item_children_to_widget_values):
|
|
|
6078 * gui-x.c (gui_items_to_widget_values):
|
|
|
6079 new image instance parameter in various places.
|
|
|
6080
|
|
|
6081 * fns.c (Freplace_list):
|
|
|
6082 fix small typo in doc string.
|
|
446
|
6083
|
|
442
|
6084 * lisp.h:
|
|
|
6085 declare enqueue_Xt_dispatch_event.
|
|
|
6086
|
|
|
6087 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
|
6088
|
|
|
6089 * buffer.c:
|
|
|
6090 * buffer.c (Frecord_buffer):
|
|
|
6091 * buffer.c (syms_of_buffer):
|
|
|
6092 delete record-buffer-hook.
|
|
446
|
6093
|
|
442
|
6094 * fns.c:
|
|
|
6095 * fns.c (Freplace_list):
|
|
|
6096 * fns.c (syms_of_fns):
|
|
|
6097 new primitive replace-list.
|
|
446
|
6098
|
|
442
|
6099 * frameslots.h:
|
|
|
6100 slot for old buffer-alist.
|
|
446
|
6101
|
|
442
|
6102 * lisp.h:
|
|
|
6103 exfun replace-list.
|
|
446
|
6104
|
|
442
|
6105 * redisplay.c:
|
|
|
6106 * redisplay.c (redisplay_frame):
|
|
|
6107 * redisplay.c (syms_of_redisplay):
|
|
|
6108 * redisplay.c (vars_of_redisplay):
|
|
|
6109 new hook buffer-list-changed-hook.
|
|
|
6110 call it.
|
|
|
6111
|
|
|
6112 2000-04-27 Ben Wing <ben@xemacs.org>
|
|
|
6113
|
|
|
6114 * extents.h: extern in_modeline_generation.
|
|
|
6115
|
|
|
6116 * redisplay.c (generate_formatted_string_db): set
|
|
|
6117 in_modeline_generation.
|
|
|
6118
|
|
|
6119 * extents.c (extent_changed_for_redisplay): don't mark redisplay
|
|
|
6120 flags if in modeline generation. otherwise frame-modified-tick
|
|
|
6121 is ticked far too often.
|
|
|
6122 Declare in_modeline_generation.
|
|
|
6123
|
|
|
6124 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
|
6125
|
|
|
6126 * emacs.c (vars_of_emacs): document quick-build "error-checking"
|
|
|
6127 option.
|
|
|
6128 (vars_of_emacs): add quick-build as an error-checking option.
|
|
|
6129 A bit kludgy, but there doesn't seem much point in creating
|
|
|
6130 a real var for this.
|
|
|
6131
|
|
|
6132 * config.h.in: put in an entry for QUICK_BUILD; remove NO_DOC_FILE.
|
|
|
6133
|
|
|
6134 2000-04-14 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
6135
|
|
|
6136 * redisplay.h (struct display_line): Add a new variable,
|
|
|
6137 line_continuation.
|
|
|
6138
|
|
|
6139 * redisplay.c (create_text_block): Set dl->line_continuation if
|
|
|
6140 the line continues.
|
|
|
6141 (create_string_text_block): Ditto.
|
|
|
6142 (regenerate_window_incrementally): Use line_continuation instead
|
|
|
6143 of searching continuation glyph.
|
|
|
6144 (add_margin_runes): Call add_glyph_rune.
|
|
|
6145 (add_glyph_rune): Handle margin glyph.
|
|
|
6146
|
|
|
6147 2000-04-20 Martin Buchholz <martin@xemacs.org>
|
|
|
6148
|
|
446
|
6149 * filelock.c (fill_in_lock_file_name):
|
|
442
|
6150 ANSIfy.
|
|
|
6151 Check for IS_ANY_SEP instead of '/'.
|
|
446
|
6152 (lock_file_1):
|
|
442
|
6153 Avoid generating gratuitous garbage. Call user_login_name() directly.
|
|
|
6154 Never check errno without first seeing that system call failed.
|
|
|
6155 (unlock_file): Add GCPRO.
|
|
|
6156 (Flock_buffer): Fix docstring.
|
|
|
6157 (Ffile_locked_p): Fix docstring. Add GCPRO.
|
|
|
6158
|
|
|
6159 2000-04-19 Martin Buchholz <martin@xemacs.org>
|
|
|
6160
|
|
446
|
6161 * sysdep.c (get_pty_max_bytes):
|
|
442
|
6162 Fix hangs on DEC OSF 4.0 when (process-send-string) sends
|
|
|
6163 strings longer than 252 bytes.
|
|
|
6164
|
|
|
6165 * md5.c: Unconditionally include ANSI header <limits.h>
|
|
|
6166
|
|
446
|
6167 * glyphs-x.c (convert_EImage_to_XImage):
|
|
|
6168 * lisp-union.h (union Lisp_Object):
|
|
442
|
6169 Use consistently the syntax #ifdef FEATURE, not #if FEATURE.
|
|
|
6170
|
|
|
6171 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6172
|
|
|
6173 * filelock.c (current_lock_owner): Remove unused variable o, p.
|
|
|
6174
|
|
|
6175 2000-04-17 Norbert Koch <n.koch@eai-delta.de>
|
|
|
6176
|
|
|
6177 * callint.c: Remove multiply defined symbol Qlet
|
|
|
6178 (syms_of_callint): ditto.
|
|
|
6179
|
|
|
6180 2000-04-14 Andy Piper <andy@xemacs.org>
|
|
|
6181
|
|
|
6182 * general.c (syms_of_general): add last-command, this-command, let
|
|
|
6183 and funcall.
|
|
|
6184
|
|
|
6185 * lisp.h: declare various symbols.
|
|
|
6186
|
|
|
6187 * glyphs.h: declare Qwidget_callback_current_channel;
|
|
|
6188
|
|
|
6189 * glyphs-widget.c (syms_of_glyphs_widget): add
|
|
|
6190 Qgui_callback_current_channel.
|
|
|
6191 (vars_of_glyphs_widget): add Vgui_callback_current_channel.
|
|
|
6192
|
|
|
6193 * gui-msw.c (mswindows_handle_gui_wm_command): bind
|
|
|
6194 widget-callback-current-channel when invoking the interactive
|
|
|
6195 arg. Also bind last-command and next-command when invoking the
|
|
|
6196 widget updates.
|
|
|
6197 * gui-x.c (popup_selection_callback): ditto.
|
|
|
6198
|
|
|
6199 * gui.c (get_gui_callback): massage args so that we are always
|
|
|
6200 calling eval. This allows us to add our own variable bindings
|
|
|
6201 outside.
|
|
|
6202
|
|
|
6203 * glyphs-x.c (x_button_instantiate): use
|
|
|
6204 gui_items_to_widget_values since this is GC safe.
|
|
|
6205 (x_progress_gauge_instantiate): ditto.
|
|
|
6206 (x_edit_field_instantiate): ditto.
|
|
|
6207 (x_label_instantiate): ditto.
|
|
|
6208
|
|
|
6209 * event-Xt.c (emacs_Xt_handle_magic_event): remove old printfs.
|
|
|
6210 (emacs_Xt_event_widget_focus_out): new function
|
|
|
6211 (emacs_Xt_event_widget_focus_in): new function. Set the keyboard
|
|
|
6212 focus.
|
|
|
6213 (emacs_Xt_event_add_widget_actions): new function. add focus
|
|
|
6214 functions as actions.
|
|
|
6215 (init_event_Xt_late): use it.
|
|
|
6216
|
|
|
6217 2000-04-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
6218
|
|
|
6219 * event-stream.c (Fdispatch_event): Doc fix.
|
|
|
6220
|
|
|
6221 2000-03-29 SL Baur <steve@musashimaru.m17n.org>
|
|
|
6222
|
|
|
6223 * postgresql.c: Remove all references to PQsetenv*.
|
|
|
6224
|
|
|
6225 * postgresql.h: Remove references to PGsetenvHandler object.
|
|
|
6226 * lrecord.h (lrecord_type): Ditto.
|
|
|
6227
|
|
|
6228 2000-04-11 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
6229
|
|
|
6230 * glyphs-msw.h (struct mswindows_image_instance_data): Added
|
|
|
6231 real_heigh and real_width members, and accessor macros for these.
|
|
|
6232
|
|
|
6233 * glyphs-msw.c (init_image_instance_geometry): New function.
|
|
|
6234 (init_image_instance_from_dibitmap): Use it.
|
|
|
6235 (mswindows_resource_instantiate): Use it.
|
|
|
6236 (init_image_instance_from_xbm_inline): Use it.
|
|
|
6237 (mswindows_initialize_image_instance_mask): Use real bitmap
|
|
|
6238 geometry.
|
|
|
6239 (mswindows_create_resized_bitmap): Ditto.
|
|
|
6240 (mswindows_create_resized_mask): Ditto.
|
|
446
|
6241
|
|
442
|
6242 * redisplay-msw.c (mswindows_output_dibitmap): Stretch real mask
|
|
|
6243 and bitmap to their surface size.
|
|
|
6244
|
|
|
6245 2000-04-11 Jan Vroonhof <jan@xemacs.org>
|
|
|
6246
|
|
|
6247 * process-unix.c (unix_send_process): Guard against process MIA
|
|
|
6248 after Faccept_process_output.
|
|
|
6249
|
|
|
6250 2000-04-11 Ben Wing <ben@xemacs.org>
|
|
|
6251
|
|
|
6252 * eval.c (unbind_to_hairy): fix brokenness introduced by
|
|
|
6253 nanosecond speed improvements.
|
|
|
6254
|
|
|
6255 2000-04-07 Raymond Toy <toy@rtp.ericsson.se>
|
|
|
6256
|
|
|
6257 * sunplay.c (init_device): To play sounds correctly, the device
|
|
|
6258 apparently needs to be initialized at least once by XEmacs. Make
|
|
|
6259 it so.
|
|
|
6260
|
|
|
6261 2000-04-10 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
6262
|
|
|
6263 * redisplay.c (add_margin_runes): Add text image glyph
|
|
|
6264 handling.
|
|
|
6265
|
|
|
6266 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6267
|
|
|
6268 * lisp.h (DOESNT_RETURN): Don't declare as volatile when
|
|
|
6269 gcc is newer than 2.5.
|
|
|
6270
|
|
|
6271 2000-04-06 Colin Rafferty <colin@xemacs.org>
|
|
|
6272
|
|
|
6273 * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF): Created.
|
|
446
|
6274
|
|
442
|
6275 * fns.c (size_bit_vector):
|
|
|
6276 * alloc.c (size_vector):
|
|
|
6277 (make_vector_internal):
|
|
|
6278 (make_bit_vector_internal):
|
|
|
6279 (sweep_bit_vectors_1):
|
|
|
6280 Replace calls to offsetof with FLEXIBLE_ARRAY_STRUCT_SIZEOF macro.
|
|
|
6281
|
|
|
6282 2000-04-06 Andy Piper <andy@xemacs.org>
|
|
|
6283
|
|
|
6284 * gmalloc.c (malloc): undo previous change.
|
|
|
6285 (malloc): ditto.
|
|
|
6286 (free): ditto.
|
|
|
6287 (realloc): ditto.
|
|
|
6288
|
|
|
6289 2000-04-06 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
6290
|
|
|
6291 * line-number.c (buffer_line_number): Revert to former version.
|
|
|
6292
|
|
|
6293 2000-04-06 Andy Piper <andy@xemacs.org>
|
|
|
6294
|
|
|
6295 * gmalloc.c (malloc): add error checking.
|
|
|
6296 (malloc): ditto.
|
|
|
6297 (free): ditto.
|
|
|
6298 (realloc): ditto.
|
|
|
6299
|
|
|
6300 * dialog-x.c (dbox_descriptor_to_widget_value): add extra
|
|
|
6301 button_item_to_widget_value arg.
|
|
|
6302
|
|
|
6303 * glyphs-x.c (x_button_instantiate): add extra
|
|
|
6304 button_item_to_widget_value arg.
|
|
|
6305 (x_progress_gauge_instantiate): ditto.
|
|
|
6306 (x_edit_field_instantiate): ditto.
|
|
|
6307 (x_label_instantiate): ditto.
|
|
|
6308
|
|
|
6309 * gui-x.c (gui_items_to_widget_values_1): add extra
|
|
|
6310 button_item_to_widget_value arg.
|
|
|
6311 (button_item_to_widget_value): add extra menu_item_p arg.
|
|
|
6312
|
|
|
6313 * gui-x.h: change signature of button_item_to_widget_value.
|
|
|
6314
|
|
|
6315 * menubar-x.c (menu_item_descriptor_to_widget_value_1): add extra
|
|
|
6316 button_item_to_widget_value arg.
|
|
|
6317
|
|
|
6318 2000-04-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6319
|
|
|
6320 * buffer.h (struct buffer): auto_save_modified should be long.
|
|
|
6321
|
|
|
6322 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
|
6323
|
|
|
6324 * glyphs-widget.c (widget_instantiate): pixwidth != pixheight
|
|
|
6325 type.
|
|
|
6326 (button_query_geometry): give a little more room so that athena
|
|
|
6327 buttons fit.
|
|
|
6328
|
|
|
6329 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
|
6330
|
|
|
6331 * faces.c (complex_vars_of_faces): The widget face should inherit
|
|
|
6332 the font of the gui-element face.
|
|
|
6333
|
|
|
6334 2000-04-04 Andy Piper <andy@xemacs.org>
|
|
|
6335
|
|
|
6336 * glyphs-x.c (x_button_update): new function. unconditionally
|
|
|
6337 update a button's state when the instance is dirty.
|
|
|
6338 (image_instantiator_format_create_glyphs_x): add x_button_update.
|
|
|
6339 (x_widget_instantiate): remove old resize cruft.
|
|
|
6340
|
|
|
6341 2000-04-02 Andy Piper <andy@xemacs.org>
|
|
|
6342
|
|
|
6343 * frame.c (change_frame_size_1): The introduction of gutters means
|
|
|
6344 that we need to allow 0 as a potential frame dimension.
|
|
|
6345
|
|
|
6346 2000-04-02 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
6347
|
|
|
6348 * redisplay.c (add_glyph_rune): Don't set 0 to bufpos for text
|
|
|
6349 image glyph if allow_cursor.
|
|
|
6350 (add_hscroll_rune): Don't allow cursor to border glyph.
|
|
|
6351 (create_text_block): Ditto.
|
|
|
6352
|
|
|
6353 * redisplay-output.c (redisplay_move_cursor): Do nothing even if
|
|
|
6354 text not in buffer.
|
|
|
6355 (redisplay_output_layout): Call ensure_face_cachel_complete for
|
|
|
6356 text image glyph.
|
|
|
6357
|
|
|
6358
|
|
|
6359 2000-03-16 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
6360
|
|
|
6361 * redisplay.c (add_glyph_rune): Adding text image as text runes.
|
|
|
6362
|
|
|
6363 * redisplay-output.c (redisplay_move_cursor): NO_CURSOR if text
|
|
|
6364 not in buffer
|
|
|
6365
|
|
|
6366 * redisplay-tty.c (tty_output_display_block): Delete the routine
|
|
|
6367 for text image glyph
|
|
|
6368 * redisplay-x.c (x_output_display_block): ditto
|
|
|
6369 * redisplay-msw.c (mswindows_output_display_block): ditto
|
|
|
6370
|
|
|
6371 2000-02-02 Mike Alexander <mta@arbortext.com>
|
|
|
6372
|
|
|
6373 Note: Some of these were committed by accident as part of other
|
|
|
6374 patches.
|
|
446
|
6375
|
|
442
|
6376 * regex.c (regex_compile): Avoid compiler warnings.
|
|
|
6377
|
|
|
6378 * ntproc.c (sys_spawnve): Avoid compiler warnings.
|
|
|
6379
|
|
|
6380 * nt.h: Declare term_ntproc correctly.
|
|
|
6381
|
|
|
6382 * nt.c: Remove incorrect declaration of get_home_directory which
|
|
|
6383 is declared correctly in lisp.h.
|
|
|
6384
|
|
|
6385 * keymap.c (get_keyelt): Avoid compiler warnings.
|
|
|
6386 (raw_lookup_key_mapper): Avoid compiler warnings.
|
|
|
6387
|
|
|
6388 * gutter.c (gutter_was_visible): Add return statement to avoid warning.
|
|
|
6389
|
|
|
6390 * glyphs-eimage.c (png_instantiate): Avoid compiler warnings.
|
|
|
6391
|
|
|
6392 * filemode.c (mode_string): Avoid compiler warnings.
|
|
|
6393
|
|
|
6394 * file-coding.c (Fcoding_system_aliasee): Add return statement to
|
|
|
6395 avoid warning.
|
|
|
6396
|
|
|
6397 * events-mod.h: Undef some things that winuser.h defines differently.
|
|
|
6398
|
|
|
6399 * data.c (Faset): Avoid compiler warnings.
|
|
|
6400
|
|
|
6401 * alloc.c (Fmake_byte_code): Avoid compiler warnings.
|
|
|
6402
|
|
|
6403 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6404
|
|
|
6405 * sound.c (Fplay_sound_file): Wrap ESD in start/stop_interrupts.
|
|
|
6406 Fall through to simple beep on error.
|
|
|
6407 Replace "extern" by real header file.
|
|
|
6408
|
|
|
6409 * linuxplay.c: Use nativesound.h
|
|
|
6410 (play_sound_data): Return error code. Be less verbose on error.
|
|
|
6411
|
|
|
6412 * sunplay.c: Use nativesound.h
|
|
|
6413 (play_sound_data): Return error code. Be less verbose on error.
|
|
|
6414
|
|
|
6415 * ntplay.c: Use nativesound.h
|
|
|
6416 (play_sound_data): Return fake error code
|
|
|
6417
|
|
|
6418 * sgiplay.c: Use nativesound.h
|
|
|
6419 (play_sound_data): Return error code
|
|
|
6420
|
|
|
6421 * hpplay.c: Use nativesound.h, partially implement
|
|
|
6422 new error code. Break compilation until finished.
|
|
|
6423 (play_sound_data): error code.
|
|
|
6424
|
|
446
|
6425 * nativesound.h (play_sound_file):
|
|
442
|
6426 (play_sound_data): Prototype in new header.
|
|
|
6427
|
|
|
6428 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
|
6429
|
|
|
6430 * glyphs-widget.c: (button_query_geometry): new function. Adjust
|
|
|
6431 for toggle and radio buttons.
|
|
|
6432 (image_instantiator_buttons): use it.
|
|
|
6433
|
|
|
6434 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6435
|
|
446
|
6436 * scrollbar-x.c (x_update_vertical_scrollbar_callback):
|
|
442
|
6437 (x_update_horizontal_scrollbar_callback): Return if no mirror was
|
|
|
6438 found. Scrollbar event probably belonged to some old config.
|
|
|
6439
|
|
|
6440 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
|
6441
|
|
|
6442 * glyphs-widget.c (widget_instantiate): use LAYOUT_VERTICAL rather
|
|
|
6443 than 1.
|
|
|
6444 (initialize_widget_image_instance): default layout to
|
|
|
6445 LAYOUT_HORIZONTAL rather than 0.
|
|
|
6446 (widget_instantiate): reverse the item list at the end rather than
|
|
|
6447 every iteration.
|
|
|
6448 (layout_layout): re-code for the border text at the front of the
|
|
|
6449 item list rather than at the end.
|
|
|
6450 (layout_query_geometry): ditto. Pick up fixed and dynamic sizes
|
|
|
6451 provided by the user.
|
|
|
6452 (widget_query_geometry): comment.
|
|
|
6453
|
|
|
6454 2000-03-30 Andy Piper <andy@xemacs.org>
|
|
|
6455
|
|
|
6456 * glyphs-widget.c (image_instantiator_layout): allow standard
|
|
|
6457 widget keywords in layouts.
|
|
|
6458
|
|
|
6459 * gutter.c (output_gutter): cope with nil gutter contents.
|
|
|
6460
|
|
|
6461 * frame.c (Fset_frame_properties): add gutter docs.
|
|
|
6462
|
|
|
6463 2000-03-29 Andy Piper <andy@xemacs.org>
|
|
|
6464
|
|
|
6465 * toolbar-msw.c (TBSTYLE_FLAT): add.
|
|
|
6466 (mswindows_output_toolbar): minor fiddling.
|
|
|
6467
|
|
|
6468 2000-03-29 Andy Piper <andy@xemacs.org>
|
|
|
6469
|
|
|
6470 * gutter.c (output_gutter): force gutter size recalculation if
|
|
|
6471 what we are trying to display won't fit.
|
|
|
6472 (update_gutter_geometry): new function. A per-gutter version of
|
|
|
6473 update_frame_gutter_geometry.
|
|
|
6474 (update_frame_gutter_geometry): use it.
|
|
|
6475 (redraw_exposed_gutter): add extra debugging output.
|
|
|
6476
|
|
|
6477 2000-03-28 Mike Alexander <mta@arbortext.com>
|
|
|
6478
|
|
|
6479 * dumper.c: Declare pdump_hFile and pdump_hMap (Windows only)
|
|
|
6480 (pdump_file_unmap): Implement it on Windows
|
|
|
6481 (pdump_file_get): Save alocated handles for pdump_file_unmap
|
|
|
6482
|
|
|
6483 2000-03-28 Andy Piper <andy@xemacs.org>
|
|
|
6484
|
|
|
6485 * gui.c (get_gui_callback): treat Quit specially.
|
|
|
6486
|
|
|
6487 2000-03-27 Andy Piper <andy@xemacs.org>
|
|
|
6488
|
|
|
6489 * glyphs.c (image_instantiate): be careful to check in the same
|
|
|
6490 way we assigned.
|
|
|
6491
|
|
|
6492 2000-03-27 Didier Verna <didier@xemacs.org>
|
|
|
6493
|
|
|
6494 * config.h.in: define the proper SMART_INCLUDE macro.
|
|
|
6495 handle renaming of `foo_h_path' to `foo_h_file'.
|
|
|
6496
|
|
|
6497 * database.c: ditto.
|
|
|
6498
|
|
|
6499 * emacs.c: ditto.
|
|
|
6500
|
|
|
6501 * linuxplay.c: ditto.
|
|
|
6502
|
|
|
6503 * terminfo.c: ditto.
|
|
|
6504
|
|
|
6505 * tooltalk.h: ditto.
|
|
|
6506
|
|
|
6507 2000-03-27 Andy Piper <andy@xemacs.org>
|
|
|
6508
|
|
|
6509 * glyphs-msw.c (mswindows_update_widget): make sure the widget
|
|
|
6510 gets updated whenever the face might have changed.
|
|
|
6511
|
|
|
6512 2000-03-26 Mike Alexander <mta@arbortext.com>
|
|
|
6513
|
|
|
6514 * dumper.c (pdump_resource_free): Fix the comment.
|
|
|
6515
|
|
|
6516 2000-03-21 Olivier Galibert <galibert@pobox.com>
|
|
|
6517
|
|
|
6518 * input-method-xlib.c (XIM_init_frame): Remove painful warning.
|
|
|
6519
|
|
|
6520 2000-03-22 Mike Alexander <mta@arbortext.com>
|
|
|
6521
|
|
|
6522 * dumper.c: Include Windows headers on Windows
|
|
|
6523 (pdump_resource_free): Add a body to the function
|
|
|
6524 (pdump_load): exe_name -> exe_path and add some comments.
|
|
|
6525
|
|
|
6526 2000-03-25 Mike Alexander <mta@arbortext.com>
|
|
|
6527
|
|
|
6528 * gui.c (copy_gui_item_tree): Return a value in all cases
|
|
|
6529
|
|
|
6530 2000-03-21 Didier Verna <didier@xemacs.org>
|
|
|
6531
|
|
|
6532 * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 here from
|
|
|
6533 lwlib/config.h.in.
|
|
|
6534 (SMART_INCLUDE): new macro.
|
|
|
6535 (POSTGRES_INCLUDE): new macro to include postgresql headers from
|
|
|
6536 the proper location.
|
|
|
6537
|
|
|
6538 * postgresql.c: use it.
|
|
|
6539
|
|
|
6540 * inline.c: ditto.
|
|
|
6541
|
|
|
6542 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
|
6543
|
|
|
6544 * gutter.c (redraw_exposed_gutters): must be "in display" when we
|
|
|
6545 do this.
|
|
|
6546
|
|
|
6547 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
|
6548
|
|
|
6549 * redisplay-output.c (compare_runes): use image_instance_changed
|
|
|
6550 to detect changes. Do not depend on glyphs_changed, only depend on
|
|
|
6551 dirtiness.
|
|
|
6552 (redisplay_output_layout): add debug messages.
|
|
|
6553 (compare_runes): ditto.
|
|
|
6554
|
|
|
6555 * glyphs.h: declare new functions.
|
|
|
6556 (struct Lisp_Image_Instance): remove percent and associated
|
|
|
6557 accessors.
|
|
|
6558
|
|
|
6559 * gui.h: declare new copying functions.
|
|
|
6560
|
|
|
6561 * gui.c (copy_gui_item_tree): new function.
|
|
|
6562 (copy_gui_item): new function.
|
|
|
6563 (gui_item_id_hash): revert to standard hash.
|
|
|
6564 (gui_item_hash): ditto.
|
|
|
6565 (gui_item_hash_internal): deleted.
|
|
|
6566 (mark_gui_item): mark value.
|
|
|
6567 (gui_item_add_keyval_pair): add value.
|
|
|
6568 (gui_item_init): ditto.
|
|
|
6569 (gui_add_item_keywords_to_plist): ditto.
|
|
|
6570 (gui_item_equal): ditto.
|
|
|
6571 (syms_of_gui): add Q_value.
|
|
|
6572
|
|
|
6573 * glyphs-x.c (x_progress_gauge_update): use pending items and
|
|
|
6574 value for setting the state.
|
|
|
6575 (x_update_widget): don't set items from pending here.
|
|
|
6576
|
|
|
6577 * glyphs-widget.c (update_widget): update items here.
|
|
|
6578 (progress_gauge_set_property): use items for storing value. Put
|
|
|
6579 new value in pending items.
|
|
|
6580
|
|
|
6581 * glyphs-msw.c (mswindows_progress_gauge_update): use pending
|
|
|
6582 items for new value. Convert percent -> value.
|
|
|
6583 (mswindows_tab_control_update): don't update items here.
|
|
|
6584
|
|
|
6585 * glyphs.c (Fupdate_widget_instances): use image_instance_changed.
|
|
|
6586 (update_subwindow): ditto.
|
|
|
6587 (image_instance_changed): new function. Compare hash values and
|
|
|
6588 past and present widget items.
|
|
|
6589 (image_instantiate): We more careful about where we instantiate
|
|
|
6590 things.
|
|
|
6591 (image_instantiate): add error checking.
|
|
|
6592
|
|
|
6593 * gutter.c (syms_of_gutter): use -hook.
|
|
|
6594
|
|
|
6595 2000-03-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6596
|
|
|
6597 * console-tty.c (Fset_console_tty_input_coding_system): Use
|
|
|
6598 Qkeyboard.
|
|
|
6599 (Fset_console_tty_output_coding_system): Use Qterminal.
|
|
|
6600 (tty_init_console): Use Qkeyboard and Qterminal.
|
|
|
6601
|
|
|
6602 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
|
6603
|
|
|
6604 * ntproc.c (create_child): remove bogus HAVE_NTGUI's.
|
|
|
6605 From Mike Alexander <mta@arbortext.com>.
|
|
|
6606
|
|
|
6607 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
|
6608
|
|
|
6609 * event-msw.c (mswindows_need_event): Horrible kludge to fix
|
|
|
6610 process brokenness. Proper implementation to come.
|
|
|
6611 * callproc.c:
|
|
|
6612 Rename call-process-internal to old-call-process-internal.
|
|
|
6613 New impl. in process.el.
|
|
|
6614
|
|
|
6615 2000-03-21 Martin Buchholz <martin@xemacs.org>
|
|
|
6616
|
|
|
6617 * Makefile.in.in: Coalesce HAVE_NATIVE_SOUND code fragments.
|
|
|
6618
|
|
|
6619 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
|
6620
|
|
|
6621 * glyphs.c (full_list_hash): make hashes of the same elements in
|
|
|
6622 different orders return different values.
|
|
|
6623
|
|
|
6624 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
|
6625
|
|
|
6626 * XEmacs 21.2.32 is released.
|
|
|
6627
|
|
|
6628 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
|
6629
|
|
|
6630 * buffer.h (DFC_ALLOCA_USE_CONVERTED_DATA):
|
|
|
6631 (DFC_MALLOC_USE_CONVERTED_DATA):
|
|
|
6632 Add aliasing-safe casts to allow use with char* or unsigned char*
|
|
|
6633 lvalues.
|
|
|
6634
|
|
|
6635 * eldap.c (Fldap_open):
|
|
|
6636 (Fldap_search_basic):
|
|
|
6637 (Fldap_add):
|
|
|
6638 (Fldap_modify):
|
|
|
6639 Make C++-compilable.
|
|
|
6640 Make sure GCPRO'ed variables are initialized.
|
|
|
6641 Use temp variables to avoid repeated calls to Flength.
|
|
|
6642
|
|
|
6643 2000-03-16 Martin Buchholz <martin@xemacs.org>
|
|
|
6644
|
|
|
6645 * sysfile.h:
|
|
|
6646 Make sure PATH_MAX is always defined.
|
|
|
6647 Include limits.h for PATH_MAX.
|
|
|
6648 Deprecate use of MAXPATHLEN.
|
|
|
6649
|
|
|
6650 2000-03-10 Martin Buchholz <martin@xemacs.org>
|
|
|
6651
|
|
|
6652 * emacs.c: Add reinit_vars_of_fileio.
|
|
|
6653 * symsinit.h: Add reinit_vars_of_fileio.
|
|
|
6654 * fileio.c (reinit_vars_of_fileio): New.
|
|
|
6655 * fileio.c (Fmake_temp_name):
|
|
|
6656 Initialize temp_name random number from microseconds to make
|
|
|
6657 collisions even less likely. Initialize always at process startup
|
|
|
6658 time. (make-temp-name) used to return the same file name twice in
|
|
|
6659 a row when PDUMP.
|
|
|
6660 Random stylistic fiddling.
|
|
|
6661 Comment fixes.
|
|
|
6662
|
|
|
6663 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
|
6664
|
|
|
6665 * glyphs.c (image_instantiate): allow text glyphs to be
|
|
|
6666 instantiated in the minibuffer window.
|
|
|
6667
|
|
|
6668 2000-03-19 Andy Piper <andy@xemacs.org>
|
|
|
6669
|
|
|
6670 * glyphs.c (image_instance_hash): be careful about which items we
|
|
|
6671 hash on.
|
|
|
6672
|
|
|
6673 * glyphs-widget.c (tab_control_set_property): record into pending
|
|
|
6674 items rather than the actual items.
|
|
|
6675
|
|
|
6676 * glyphs-x.c (x_update_widget): use pending items to update with.
|
|
|
6677
|
|
|
6678 * glyphs-msw.c (mswindows_tab_control_update): use pending items
|
|
|
6679 to update with.
|
|
|
6680
|
|
|
6681 * glyphs.c (mark_image_instance): mark pending items.
|
|
|
6682
|
|
|
6683 * window.c (Fset_window_configuration): record the buffer.
|
|
|
6684 (Fselect_window): totally revert previous change which breaks many
|
|
|
6685 things.
|
|
|
6686
|
|
|
6687 2000-03-18 Andy Piper <andy@xemacs.org>
|
|
|
6688
|
|
|
6689 * glyphs-msw.c (mswindows_tab_control_update): force selected
|
|
|
6690 item.
|
|
|
6691
|
|
|
6692 * glyphs.c (image_instantiate): don't allow the minibuffer as a
|
|
|
6693 window domain cache, otherwise we get inconsistencies at
|
|
|
6694 startup. There is something fishy at startup which can lead to the
|
|
|
6695 minibuffer being the selected window when the gutter content is
|
|
|
6696 instantiated.
|
|
|
6697
|
|
|
6698 * gui.c (parse_gui_item_tree_list): add probably unnecessary
|
|
|
6699 gcpros.
|
|
|
6700 (parse_gui_item_tree_children): ditto.
|
|
|
6701 (parse_gui_item_tree_item): ditto.
|
|
|
6702
|
|
|
6703 * glyphs.c (Fupdate_widget_instances): return something.
|
|
|
6704
|
|
|
6705 2000-03-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6706
|
|
|
6707 * window.c (Fselect_window): Undo 2000-03-17 change.
|
|
|
6708
|
|
|
6709 2000-03-17 SL Baur <steve@musashimaru.m17n.org>
|
|
|
6710
|
|
|
6711 * postgresql.c (Fpq_setenv): Remove this turkey when linking
|
|
|
6712 against v7.0 libraries. Insta-coredump city until the postgres
|
|
|
6713 folks fix it.
|
|
|
6714
|
|
|
6715 2000-03-17 Andy Piper <andy@xemacs.org>
|
|
|
6716
|
|
|
6717 * faces.c (complex_vars_of_faces): don't give the widget face an
|
|
|
6718 inherited background pixmap.
|
|
|
6719
|
|
|
6720 * glyphs-msw.c (mswindows_tab_control_instantiate): select the
|
|
|
6721 selected item.
|
|
|
6722
|
|
|
6723 * event-stream.c (Fdispatch_non_command_events): return something.
|
|
|
6724
|
|
|
6725 * gutter.c (output_gutter): use widget face.
|
|
|
6726 (clear_gutter): ditto.
|
|
|
6727
|
|
|
6728 * NEWS: adjust again.
|
|
|
6729
|
|
|
6730 * window.c (Fselect_window): make sure this runs to completion to
|
|
|
6731 avoid oddities with Fset_window_configuration.
|
|
|
6732 (Fcurrent_window_configuration): in general do not save the
|
|
|
6733 minibuffer as the selected window.
|
|
|
6734
|
|
|
6735 * glyphs.h (IMAGE_INSTANCE_HASH_DEPTH): increase.
|
|
|
6736
|
|
|
6737 2000-03-16 Olivier Galibert <galibert@pobox.com>
|
|
|
6738
|
|
|
6739 * emacs.c (Frunning_temacs_p): Revert previous patch.
|
|
|
6740 (main_1): Reinitialize running_temacs_argc if pdump_load succeeds.
|
|
|
6741
|
|
|
6742 2000-03-16 Andy Piper <andy@xemacs.org>
|
|
|
6743
|
|
|
6744 * glyphs-x.c (x_tab_control_update): if no widget values then
|
|
|
6745 return.
|
|
|
6746
|
|
|
6747 * NEWS: update for new features.
|
|
|
6748
|
|
|
6749 * event-Xt.c (emacs_Xt_force_event_pending): new function. Post a
|
|
|
6750 synthetic event to the native system.
|
|
|
6751 (reinit_vars_of_event_Xt): set force_event_pending to
|
|
|
6752 emacs_Xt_force_event_pending.
|
|
|
6753
|
|
|
6754 * events.h (struct event_stream): add force_event_pending.
|
|
|
6755
|
|
|
6756 * specifier.c (recompute_one_cached_specifier_in_window): add
|
|
|
6757 comment.
|
|
|
6758
|
|
|
6759 * redisplay.c (redisplay_frame): don't call
|
|
|
6760 update_frame_subwindows. Reset subwindow cachels when
|
|
|
6761 subwindows_changed, removing this was an optimization too far.
|
|
|
6762
|
|
|
6763 * redisplay-output.c (compare_runes): reorganize so that we catch
|
|
|
6764 glyph changes when we want them. Set optimize_output when this
|
|
|
6765 would help layouts.
|
|
|
6766 (redisplay_output_layout): remove frame_really_changed, use
|
|
|
6767 optimize_output instead.
|
|
|
6768
|
|
|
6769 * redisplay-msw.c (mswindows_output_display_block): reset
|
|
|
6770 optimize_output after outputting a glyph.
|
|
|
6771 * redisplay-x.c (x_output_display_block): ditto.
|
|
|
6772 * redisplay-tty.c (tty_output_display_block): ditto.
|
|
|
6773
|
|
|
6774 * gutter.c: (specifier_vars_of_gutter): use new spec changed
|
|
|
6775 functions.
|
|
|
6776 (gutter_specs_changed): do specific gutter positions.
|
|
|
6777 (top_gutter_specs_changed): new function. Only update the
|
|
|
6778 specified gutter specs.
|
|
|
6779 (bottom_gutter_specs_changed): ditto.
|
|
|
6780 (left_gutter_specs_changed): ditto.
|
|
|
6781 (right_gutter_specs_changed): ditto.
|
|
|
6782
|
|
|
6783 * gui.c (gui_item_hash_internal): new function, does a real hash.
|
|
|
6784 (gui_item_id_hash): use it.
|
|
|
6785 (gui_item_hash): hash the eval'ed gui_item.
|
|
|
6786
|
|
|
6787 * gui-x.c (popup_selection_callback): send an eval event to call
|
|
|
6788 Fupdate_widget_instances.
|
|
|
6789
|
|
|
6790 * gui-msw.c (mswindows_handle_gui_wm_command): send an eval event
|
|
|
6791 to call Fupdate_widget_instances.
|
|
|
6792
|
|
|
6793 * glyphs.h (struct Lisp_Image_Instance): add optimize_output flag.
|
|
|
6794 (IMAGE_INSTANCE_OPTIMIZE_OUTPUT): access it.
|
|
|
6795
|
|
|
6796 * glyphs.c: (update_frame_subwindows): deleted.
|
|
|
6797 (Fupdate_widget_instances): new function for updating the dirty
|
|
|
6798 state of widgets that might have changed.
|
|
|
6799 (syms_of_glyphs): add Qupdate_widget_instances.
|
|
|
6800 (full_list_hash): hash a list completely.
|
|
|
6801 (image_instance_hash): use it for items and properties.
|
|
|
6802
|
|
|
6803 * frame-msw.c (mswindows_size_frame_internal): remove unused
|
|
|
6804 variable.
|
|
|
6805
|
|
|
6806 * faces.h (struct face_cachel): fix comment.
|
|
|
6807
|
|
|
6808 * event-stream.c (Fdispatch_non_command_events): new
|
|
|
6809 function. Process non-command events, forcing an event cycle
|
|
|
6810 beforehand.
|
|
|
6811 (syms_of_event_stream): declare.
|
|
|
6812 (event_stream_force_event_pending): new function. Force an event
|
|
|
6813 on the native event queue so that an event cycle will occur next
|
|
|
6814 time we check.
|
|
|
6815
|
|
|
6816 * event-msw.c:
|
|
|
6817 (struct ntpipe_shove_stream):
|
|
|
6818 (mswindows_enqueue_dispatch_event):
|
|
|
6819 (mswindows_dequeue_dispatch_event):
|
|
|
6820 (mswindows_cancel_dispatch_event):
|
|
|
6821 (mswindows_pump_outstanding_events):
|
|
|
6822 (mswindows_drain_windows_queue):
|
|
|
6823 (mswindows_handle_paint):
|
|
|
6824 (mswindows_wnd_proc):
|
|
|
6825 (mswindows_key_to_emacs_keysym):
|
|
|
6826 (get_process_input_waitable):
|
|
|
6827 (emacs_mswindows_delete_stream_pair): re-indent file.
|
|
|
6828 (mswindows_need_event): do not process further fds if the windows
|
|
|
6829 fd is set, otherwise you get endless XM_BUMPQUEUE cycles. This
|
|
|
6830 fixes the 100% cpu problem.
|
|
|
6831 (reinit_vars_of_event_mswindows): set force_event_pending to 0.
|
|
|
6832
|
|
|
6833 2000-03-15 Olivier Galibert <galibert@pobox.com>
|
|
|
6834
|
|
|
6835 * alloc.h: New.
|
|
|
6836 * dumper.h: New.
|
|
|
6837 * dumper.c: New.
|
|
|
6838
|
|
|
6839 * emacs.c: Moved dump file searching to dumper.c.
|
|
|
6840 (Frunning_temacs_p): Fixed.
|
|
|
6841
|
|
|
6842 * alloc.c: Moved everything pdump-related to dumper.c. Removed
|
|
|
6843 last_lrecord_type_index_assigned.
|
|
|
6844
|
|
|
6845 2000-02-20 Olivier Galibert <galibert@pobox.com>
|
|
|
6846
|
|
|
6847 * symsinit.h: Added reinit parameter to init_console_stream
|
|
|
6848 declaration.
|
|
|
6849
|
|
|
6850 * lisp.h: Added file parameter to pdump_load declaration.
|
|
|
6851
|
|
|
6852 * emacs.c (main_1): Added -nd/--nodump-file and -sd/--show-dump-id
|
|
|
6853 support. Added dump file searching.
|
|
|
6854
|
|
|
6855 * config.h.in: Added EMACS_PROGNAME.
|
|
|
6856
|
|
|
6857 * console-stream.c (init_console_stream): Fix reinitialisation
|
|
|
6858 when running from temacs.
|
|
|
6859
|
|
|
6860 * alloc.c (pdump): Add id support.
|
|
|
6861 (pdump_load): Add file parameter and signature/id support.
|
|
|
6862
|
|
|
6863 * Makefile.in.in: Add full pdump support.
|
|
|
6864
|
|
|
6865 2000-03-15 SL Baur <steve@musashimaru.m17n.org>
|
|
|
6866
|
|
|
6867 * postgresql.c: Update documentation to reflect latest code
|
|
|
6868 status.
|
|
|
6869 (print_result): Show tuple counts in printed representation when
|
|
|
6870 appropriate.
|
|
|
6871 (Fpq_put_nbytes): MULE-ize.
|
|
|
6872 (Fpq_get_line_async): Ditto.
|
|
|
6873
|
|
|
6874 2000-03-14 SL Baur <steve@musashimaru.m17n.org>
|
|
|
6875
|
|
|
6876 * postgresql.c (Fpq_lo_import): Fix return value.
|
|
|
6877 Suggested by: Kenji Itoh <keit@tpj.co.jp>.
|
|
|
6878
|
|
|
6879 2000-03-13 Ben Wing <ben@xemacs.org>
|
|
|
6880
|
|
|
6881 * alloc.c (pdump_load):
|
|
|
6882 Fix compile warning under mswin.
|
|
|
6883
|
|
|
6884 2000-03-14 SL Baur <steve@musashimaru.m17n.org>
|
|
|
6885
|
|
|
6886 * postgresql.c: Mule-ization, bug fixes.
|
|
|
6887 Use PG_CODING to encapsulate coding system name changes.
|
|
|
6888 Backport a version of TO_EXTERNAL format for 21.1/InfoDock.
|
|
|
6889 (pg-coding-system): Create.
|
|
|
6890
|
|
|
6891 (Fpq_conn_defaults): Mule-ize.
|
|
|
6892 (Fpq_connectdb): Mule-ize & bug fix.
|
|
|
6893 (Fpq_connect_start): Mule-ize.
|
|
|
6894 (Fpq_set_client_encoding): Mule-ize.
|
|
|
6895 (Fpq_finish): Document `DEAD' connection status.
|
|
|
6896 (Fpq_clear): Ditto.
|
|
|
6897 (Fpq_pgconn): Mule-ize.
|
|
|
6898 (Fpq_exec): Mule-ize & bug fix.
|
|
|
6899 (Fpq_send_query): Ditto.
|
|
|
6900 (Fpq_get_result): Ditto.
|
|
|
6901 (Fpq_res_status): Mule-ize.
|
|
|
6902 (Fpq_result_error_message): Mule-ize.
|
|
|
6903 (Fpq_ntuples): fix comments.
|
|
|
6904 (Fpq_fname): Mule-ize.
|
|
|
6905 (Fpq_fnumber): Mule-ize.
|
|
|
6906 (Fpq_ftype): fix comments.
|
|
|
6907 (Fpq_get_value): Mule-ize.
|
|
|
6908 (Fpq_cmd_status): Ditto.
|
|
|
6909 (Fpq_cmd_tuples): Ditto.
|
|
|
6910 (Fpq_oid_value): Ditto.
|
|
|
6911 (Fpq_notifies): Ditto.
|
|
|
6912 (Fpq_lo_import): Ditto.
|
|
|
6913 (Fpq_lo_export): Ditto.
|
|
|
6914 (Fpq_get_line): Ditto.
|
|
|
6915 (Fpq_put_line): Mule-ize and bug fix.
|
|
|
6916 (syms_of_postgresql): Fix ifdef'ing, add pg-coding-system.
|
|
|
6917
|
|
|
6918 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
|
|
|
6919
|
|
|
6920 * postgresql.c (vars_of_postgresql): Mule-ize.
|
|
|
6921 (Fpq_conn_defaults): Ditto.
|
|
|
6922
|
|
|
6923 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
|
6924
|
|
|
6925 * alloc.c (Fmake_byte_code):
|
|
|
6926 * alloc.c (debug_string_purity_print):
|
|
|
6927 * alloc.c (pdump_backtrace):
|
|
|
6928 * alloc.c (pdump_get_indirect_count):
|
|
|
6929 * alloc.c (pdump_register_sub):
|
|
|
6930 * alloc.c (pdump_register_object):
|
|
|
6931 * alloc.c (pdump_register_struct):
|
|
|
6932 * alloc.c (pdump_dump_data):
|
|
|
6933 * alloc.c (pdump_reloc_one):
|
|
|
6934 Minor cleanups.
|
|
|
6935
|
|
|
6936 * console-msw.c:
|
|
|
6937 * console-msw.c (GetConsoleHwnd):
|
|
|
6938 * console-msw.c (msw_hide_console):
|
|
|
6939 * console-msw.c (msw_show_console):
|
|
|
6940 * console-msw.c (msw_ensure_console_buffered):
|
|
|
6941 * console-msw.c (msw_output_console_string):
|
|
|
6942 * console-msw.c (console_type_create_mswindows):
|
|
|
6943
|
|
|
6944 a) Added functions to manipulate the console window for use with
|
|
|
6945 shell support.
|
|
|
6946
|
|
|
6947 b) Added support for writing text to the console, which is now
|
|
|
6948 used under Windows when xemacs is not being run non-interactively,
|
|
|
6949 to write text that would otherwise be destined for stdout because
|
|
|
6950 under these circumstances, text written to stdout tends to
|
|
|
6951 disappear and not be seen.
|
|
|
6952
|
|
|
6953 * console-msw.h:
|
|
|
6954 * event-Xt.c:
|
|
|
6955 * event-Xt.c (x_event_to_emacs_event):
|
|
|
6956 * event-Xt.c (describe_event_window):
|
|
|
6957 * events-mod.h (XEMACS_MOD_CONTROL):
|
|
|
6958 * events.c:
|
|
|
6959 * events.c (Fmake_event):
|
|
|
6960 * events.c (character_to_event):
|
|
|
6961 * events.c (event_to_character):
|
|
|
6962 * events.c (format_event_object):
|
|
|
6963 * events.c (Fevent_modifiers):
|
|
|
6964 * events.h:
|
|
|
6965 * events.h (struct key_data):
|
|
|
6966 * events.h (struct button_data):
|
|
|
6967 * events.h (struct misc_user_data):
|
|
|
6968 * frame-x.c (Fcde_start_drag_internal):
|
|
|
6969 * frame-x.c (Foffix_start_drag_internal):
|
|
|
6970 * gpmevent.c (Freceive_gpm_event):
|
|
|
6971 * keymap.c:
|
|
|
6972 * keymap.c (bucky_sym_to_bucky_bit):
|
|
|
6973 * keymap.c (control_meta_superify):
|
|
|
6974 * keymap.c (make_key_description):
|
|
|
6975 * keymap.c (keymap_lookup_directly):
|
|
|
6976 * keymap.c (create_bucky_submap):
|
|
|
6977 * keymap.c (keymap_store):
|
|
|
6978 * keymap.c (define_key_check_and_coerce_keysym):
|
|
|
6979 * keymap.c (define_key_parser):
|
|
|
6980 * keymap.c (define_key_alternate_name):
|
|
|
6981 * keymap.c (Fdefine_key):
|
|
|
6982 * keymap.c (raw_lookup_key_mapper):
|
|
|
6983 * keymap.c (struct map_keymap_unsorted_closure):
|
|
|
6984 * keymap.c (map_keymap_unsorted_mapper):
|
|
|
6985 * keymap.c (map_keymap_sort_predicate):
|
|
|
6986 * keymap.c (map_keymap_sorted):
|
|
|
6987 * keymap.c (accessible_keymaps_mapper_1):
|
|
|
6988 * keymap.c (where_is_recursive_mapper):
|
|
|
6989 * keymap.c (describe_map_mapper):
|
|
|
6990 * keymap.c (describe_map_sort_predicate):
|
|
|
6991 * keymap.c (describe_map):
|
|
|
6992 * keymap.c (complex_vars_of_keymap):
|
|
|
6993 And a number of other files, the key modifier preprocessor
|
|
|
6994 constants that xemacs uses have names that conflict with constants
|
|
|
6995 defined under MS Windows for other purposes, so they were renamed
|
|
|
6996 to begin with the prefix XEMACS_. The variables that hold such
|
|
|
6997 modifiers were changed to consistently be of type int to fix
|
|
|
6998 various compile warnings.
|
|
|
6999
|
|
|
7000 * console.c (complex_vars_of_console):
|
|
|
7001 * device.c:
|
|
|
7002 * device-msw.c:
|
|
|
7003 * device-msw.c (mswindows_finish_init_device):
|
|
|
7004 * device-msw.c (msw_get_workspace_coords):
|
|
|
7005 * device-msw.c (mswindows_device_system_metrics):
|
|
|
7006 and various other files, added support for a new
|
|
|
7007 device property called offset-workspace which returns the position
|
|
|
7008 of the upper left corner of the workspace area and goes along with
|
|
|
7009 the existing size-workspace property.
|
|
|
7010
|
|
|
7011 * dialog-msw.c:
|
|
|
7012 * dialog-msw.c (push_bufbyte_string_as_unicode):
|
|
|
7013 * dialog-msw.c (mswindows_popup_dialog_box):
|
|
|
7014 Added support for XEmacs-style accelerator specifications in
|
|
|
7015 button text. Note: I didn't add support for this under X Windows,
|
|
|
7016 and somebody needs to do this.
|
|
|
7017
|
|
|
7018 * dialog.c:
|
|
|
7019 * dialog.c (Fpopup_dialog_box):
|
|
|
7020 Documented the support for accelerators that was just mentioned.
|
|
|
7021
|
|
|
7022 editfns.c (get_home_directory): Changed behavior under Windows
|
|
|
7023 when HOME not defined; former behavior was irretrievably broken.
|
|
|
7024
|
|
|
7025 * emacs.c:
|
|
|
7026 * emacs.c (main_1):
|
|
|
7027 * emacs.c (main):
|
|
|
7028 * minibuf.c (clear_echo_area_internal):
|
|
|
7029 * minibuf.c (echo_area_append):
|
|
|
7030 * print.c:
|
|
|
7031 * print.c (std_handle_out_external):
|
|
|
7032 * print.c (std_handle_out_va):
|
|
|
7033 * print.c (fatal):
|
|
|
7034 * print.c (write_string_to_stdio_stream):
|
|
|
7035 * print.c (output_string):
|
|
|
7036 * print.c (debug_print):
|
|
|
7037 * print.c (debug_backtrace):
|
|
|
7038 * print.c (debug_short_backtrace):
|
|
|
7039 Cleaned up the code that prints text to stdout so that this can be
|
|
|
7040 changed to output into a console window instead under MS Windows,
|
|
|
7041 as described above.
|
|
|
7042
|
|
|
7043 * eval.c:
|
|
|
7044 * eval.c (DEFEND_AGAINST_THROW_RECURSION):
|
|
|
7045 * eval.c (internal_catch):
|
|
|
7046 * eval.c (unwind_to_catch):
|
|
|
7047 * eval.c (throw_or_bomb_out):
|
|
|
7048 * eval.c (condition_case_1):
|
|
|
7049 * eval.c (signal_1):
|
|
|
7050 * eval.c (check_error_state_sanity):
|
|
|
7051 * eval.c (call_with_suspended_errors_1):
|
|
|
7052 * eval.c (call_with_suspended_errors):
|
|
|
7053 * eval.c (reinit_vars_of_eval):
|
|
|
7054 Added code to catch throw loops and check for a pesky bug that may
|
|
|
7055 be gone now.
|
|
|
7056
|
|
|
7057 * event-msw.c:
|
|
|
7058 * event-msw.c (key_needs_default_processing_p):
|
|
|
7059 * event-msw.c (mswindows_wnd_proc):
|
|
|
7060 * event-msw.c (mswindows_modifier_state):
|
|
|
7061 * event-msw.c (emacs_mswindows_quit_p):
|
|
|
7062 * event-msw.c (vars_of_event_mswindows):
|
|
|
7063 a) Added support for using the alt key to select menu items as is
|
|
|
7064 standard under MS Windows. This is controlled using the variable
|
|
|
7065 menu-accelerator-enabled, just like under X Windows. There is an
|
|
|
7066 option on the options menu to turn this support on. I really
|
|
|
7067 think that it should be on by default under Windows, but I'm not
|
|
|
7068 going to make this change yet.
|
|
|
7069
|
|
|
7070 b) Added support for dynamic display size changes under Windows.
|
|
|
7071
|
|
|
7072 * event-stream.c:
|
|
|
7073 * event-stream.c (maybe_echo_keys):
|
|
|
7074 * event-stream.c (Fnext_event):
|
|
|
7075 * event-stream.c (command_builder_find_leaf):
|
|
|
7076 * event-stream.c (lookup_command_event):
|
|
|
7077 * event-stream.c (execute_command_event):
|
|
|
7078 * event-stream.c (pre_command_hook):
|
|
|
7079 * event-stream.c (post_command_hook):
|
|
|
7080 * event-stream.c (syms_of_event_stream):
|
|
|
7081 * event-stream.c (vars_of_event_stream):
|
|
|
7082 * event-stream.c (complex_vars_of_event_stream):
|
|
|
7083 * events.h (struct command_builder):
|
|
|
7084
|
|
|
7085 a) Tried to clean up a little bit the horribly written x-specific
|
|
|
7086 accelerator code that crept into this file. I moved this code
|
|
|
7087 into menubar-x.c where it belongs. I also needed to move the
|
|
|
7088 command builder structure into the file events.h because it is
|
|
|
7089 accessed directly by this accelerator code. What I didn't do, but
|
|
|
7090 which should be done at some point, is to properly abstract this
|
|
|
7091 code using device methods instead of the kludgy way that it
|
|
|
7092 currently hooks into the event code.
|
|
|
7093
|
|
|
7094 b) Added the lisp variables this-command-properties and
|
|
|
7095 last-command- properties, which should be used to synchronize two
|
|
|
7096 adjacent commands in preference to playing games with the variable
|
|
|
7097 this-command, which is typically what happens.
|
|
|
7098
|
|
|
7099 c) Added some slightly nasty code to hook into the lisp support
|
|
|
7100 for shifted- motion-key selection. This is actually necessary for
|
|
|
7101 somewhat complicated reasons, which are described in
|
|
|
7102 simple.el. (NB: I think the proper thing would be to have the code
|
|
|
7103 that calls the pre and post command hooks also call out to generic
|
|
|
7104 lisp functions in simple.el, where all built-in stuff could be
|
|
|
7105 added. I will think about this more.)
|
|
|
7106
|
|
|
7107 * event-unixoid.c (poll_fds_for_input):
|
|
|
7108 * lread.c (readchar):
|
|
|
7109 * redisplay-tty.c (tty_clear_frame):
|
|
|
7110 * redisplay-x.c (x_get_gc):
|
|
|
7111 * signal.c (interrupt_signal):
|
|
|
7112 And a whole bunch of other files: fixed up places that printed
|
|
|
7113 directly to stderr to instead call the function stderr_out so that
|
|
|
7114 the changes I made under Windows work correctly.
|
|
|
7115
|
|
|
7116 * filemode.c (mode_string):
|
|
|
7117 Warning fixes.
|
|
|
7118
|
|
|
7119 * frame-msw.c:
|
|
|
7120 * frame-msw.c (mswindows_size_frame_internal):
|
|
|
7121 Fixed the computation of frame size and position to keep the frame
|
|
|
7122 within the workspace area, rather than within the physical
|
|
|
7123 dimensions of the screen, so that the frame doesn't overlap window
|
|
|
7124 manager decorations, such as the start menu and toolbar, typically
|
|
|
7125 at the bottom of the screen.
|
|
|
7126
|
|
|
7127 * frame.c (vars_of_frame):
|
|
|
7128 Changed the default frame title format under MS Windows to consist
|
|
|
7129 of buffername-XEmacs, which is standard under MS Windows. I think
|
|
|
7130 it might be a good idea to change this everywhere because I think
|
|
|
7131 it is superior to the current frame title format, but this is the
|
|
|
7132 kind of change that is likely to cause some people to get annoyed,
|
|
|
7133 so I'm not making it.
|
|
|
7134
|
|
|
7135 * glyphs-eimage.c (png_instantiate): Fixed some compile warnings.
|
|
|
7136
|
|
|
7137 * gui-msw.c (mswindows_handle_gui_wm_command):
|
|
|
7138 Fixed compile warnings.
|
|
|
7139
|
|
|
7140 * gui-x.c:
|
|
|
7141 * gui-x.c (strdup_and_add_accel):
|
|
|
7142 * gui-x.c (button_item_to_widget_value):
|
|
|
7143 * gui-x.h:
|
|
|
7144 Added code to automatically put an accelerator onto the beginning
|
|
|
7145 of menu items that don't have one as is now the standard, and is
|
|
|
7146 described more later. Also fixed things so that the menu item
|
|
|
7147 name can be an evaluated expression, again a new standard.
|
|
|
7148
|
|
|
7149 * gui.c:
|
|
|
7150 * gui.c (gui_item_add_keyval_pair):
|
|
|
7151 * gui.c (make_gui_item_from_keywords_internal):
|
|
|
7152 * gui.c (gui_add_item_keywords_to_plist):
|
|
|
7153 * gui.c (gui_item_accelerator):
|
|
|
7154 * gui.c (gui_name_accelerator):
|
|
|
7155 * gui.c (gui_item_included_p):
|
|
|
7156 * gui.c (gui_item_display_flush_left):
|
|
|
7157 * gui.c (gui_item_display_flush_right):
|
|
|
7158 * gui.c (parse_gui_item_tree_item):
|
|
|
7159 * gui.c (parse_gui_item_tree_children):
|
|
|
7160 * gui.c (parse_gui_item_tree_list):
|
|
|
7161 Mule-ized. Cleanup. GCPRO addition.
|
|
|
7162
|
|
|
7163 * line-number.c (buffer_line_number):
|
|
|
7164 * lisp.h:
|
|
|
7165 * lisp.h (EMACS_INT_MAX):
|
|
|
7166 Added the manifest constant EMACS_INT_MIN corresponding to the
|
|
|
7167 existing constant EMACS_INT_MAX. This is partially to fix compile
|
|
|
7168 warnings under Windows, and partly for cleanliness.
|
|
|
7169
|
|
|
7170 * menubar-msw.c:
|
|
|
7171 * menubar-msw.c (REPLACE_ME_WITH_GLOBAL_VARIABLE_WHICH_CONTROLS_RIGHT_FLUSH):
|
|
|
7172 * menubar-msw.c (msw_translate_menu_or_dialog_item):
|
|
|
7173 * menubar-msw.c (displayable_menu_item):
|
|
|
7174 * menubar-msw.c (populate_menu_add_item):
|
|
|
7175 * menubar-msw.c (populate_or_checksum_helper):
|
|
|
7176 * menubar-msw.c (populate_menu):
|
|
|
7177 * menubar-msw.c (update_frame_menubar_maybe):
|
|
|
7178 * menubar-msw.c (prune_menubar):
|
|
|
7179 * menubar-msw.c (msw_char_is_accelerator):
|
|
|
7180 * menubar-msw.c (unsafe_handle_wm_initmenu_1):
|
|
|
7181 * menubar-msw.c (mswindows_handle_wm_command):
|
|
|
7182 * menubar-msw.c (mswindows_handle_wm_initmenupopup):
|
|
|
7183 * menubar-msw.c (mswindows_handle_wm_initmenu):
|
|
|
7184 * menubar-msw.c (mswindows_update_frame_menubars):
|
|
|
7185 * menubar-msw.c (mswindows_free_frame_menubars):
|
|
|
7186 * menubar-msw.c (mswindows_popup_menu):
|
|
|
7187 Fixed a bug in handling accelerators where an extra character
|
|
|
7188 would be displayed in the menu item. Also generalized the
|
|
|
7189 function displayable_menu_item because it is now used by the
|
|
|
7190 dialog box code as well. And finally, added code in the functions
|
|
|
7191 that create the menubar to extract a list of accelerators for the
|
|
|
7192 top level menubar, which is used in the event code to determine
|
|
|
7193 whether a particular alt-key combination should be used to invoke
|
|
|
7194 a menu item, or should be passed through to access the standard
|
|
|
7195 XEmacs keymap binding for this key combination.
|
|
|
7196
|
|
|
7197 Much needed GCPROing.
|
|
|
7198
|
|
|
7199 * menubar-x.c:
|
|
|
7200 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
|
7201 * menubar-x.c (menu_item_descriptor_to_widget_value):
|
|
|
7202 * menubar-x.c (restore_in_menu_callback):
|
|
|
7203 * menubar-x.c (x_popup_menu):
|
|
|
7204 * menubar-x.c (menu_move_up):
|
|
|
7205 * menubar-x.c (menu_move_down):
|
|
|
7206 * menubar-x.c (menu_move_left):
|
|
|
7207 * menubar-x.c (menu_move_right):
|
|
|
7208 * menubar-x.c (menu_select_item):
|
|
|
7209 * menubar-x.c (command_builder_operate_menu_accelerator):
|
|
|
7210 * menubar-x.c (menu_accelerator_junk_on_error):
|
|
|
7211 * menubar-x.c (command_builder_find_menu_accelerator):
|
|
|
7212 * menubar-x.c (Faccelerate_menu):
|
|
|
7213 * menubar.h:
|
|
|
7214 Moved a whole bunch of code here that was previously in
|
|
|
7215 event-stream.c as described above. There is also code connected
|
|
|
7216 to the new standard of adding an accelerator to the beginning of
|
|
|
7217 menu items that don't have one as described above and below.
|
|
|
7218
|
|
|
7219 * menubar.c:
|
|
|
7220 * menubar.c (menu_parse_submenu_keywords):
|
|
|
7221 * menubar.c (Fmenu_find_real_submenu):
|
|
|
7222 * menubar.c (Fnormalize_menu_item_name):
|
|
|
7223 * menubar.c (syms_of_menubar):
|
|
|
7224 * menubar.c (vars_of_menubar):
|
|
|
7225 * menubar.c (complex_vars_of_menubar):
|
|
|
7226
|
|
|
7227 a) Cleaned up a bunch of documentation and improved it.
|
|
|
7228
|
|
|
7229 b) XEmacs now automatically adds an accelerator onto the beginning
|
|
|
7230 of any menu items that don't have one. I did this because there
|
|
|
7231 will inevitably be some menu items on the main menubar that don't
|
|
|
7232 have accelerators on them because the package that adds that
|
|
|
7233 particular menu item hasn't yet been fixed up to have accelerators
|
|
|
7234 in them and it looked rather strange to have some items with and
|
|
|
7235 some items without accelerators, especially since even in items
|
|
|
7236 without accelerators, you can, at least under windows, still
|
|
|
7237 access the item through an accelerator corresponding to the first
|
|
|
7238 character in the item's name. If people don't like this behavior,
|
|
|
7239 I can add a variable to turn it off optionally, but I'm not sure
|
|
|
7240 this is a good idea because we really do need to have accelerators
|
|
|
7241 on all of the menu items, and if a package doesn't like the
|
|
|
7242 accelerators being put on the first character, then it should put
|
|
|
7243 the accelerators where they belong.
|
|
|
7244
|
|
|
7245 c) I made a behavior change, which is that the descriptor that
|
|
|
7246 specifies the text of the menu item, which formerly was just a
|
|
|
7247 string, can now also be an evaluated expression. This makes this
|
|
|
7248 descriptor parallel with all of the others, which could also be
|
|
|
7249 evaluated expressions. This also obviates the need for the
|
|
|
7250 keyword :label, which was previously listed in the documentation
|
|
|
7251 as unimplemented, and which was for the same purpose.
|
|
|
7252
|
|
|
7253 d) GCPROing.
|
|
|
7254
|
|
|
7255 * ntproc.c:
|
|
|
7256 * ntproc.c (new_child):
|
|
|
7257 * ntproc.c (sys_spawnve):
|
|
|
7258 * ntproc.c (find_child_console):
|
|
|
7259 * ntproc.c (sys_kill):
|
|
|
7260 Fixed compile warnings. By the way, this file should really go
|
|
|
7261 away entirely, and this will happen as soon as Kirill makes his
|
|
|
7262 final round of process cleanups, which affect the function
|
|
|
7263 call-process.
|
|
|
7264
|
|
|
7265 * process-nt.c:
|
|
|
7266 * process-nt.c (struct nt_process_data):
|
|
|
7267 * process-nt.c (find_process_from_pid):
|
|
|
7268 * process-nt.c (send_signal_the_nt_way):
|
|
|
7269 * process-nt.c (enable_child_signals):
|
|
|
7270 * process-nt.c (find_child_console):
|
|
|
7271 * process-nt.c (send_signal_the_95_way):
|
|
|
7272 * process-nt.c (nt_finalize_process_data):
|
|
|
7273 * process-nt.c (ensure_console_window_exists):
|
|
|
7274 * process-nt.c (nt_create_process):
|
|
|
7275 * process-nt.c (nt_kill_child_process):
|
|
|
7276 * process-nt.c (nt_kill_process_by_pid):
|
|
|
7277 * process-nt.c (nt_open_network_stream):
|
|
|
7278 * process-nt.c (vars_of_process_nt):
|
|
|
7279 Copied over code from Emacs 20.5 to correctly send signals to sub-
|
|
|
7280 processes under Windows 95. Also added code to automatically
|
|
|
7281 create and hide console window when a sub-process is created under
|
|
|
7282 Windows 95, which obviates the need for the separate runemacs.exe
|
|
|
7283 executable, and finally implemented some variables that were
|
|
|
7284 implemented in Emacs 20.5, but previously not in XEmacs. These
|
|
|
7285 include mswindows- start-process-share-console and
|
|
|
7286 mswindows-start-process-inherit-error-mode. (Both of these only
|
|
|
7287 apply to Windows 95.)
|
|
|
7288
|
|
|
7289 * regex.c (regex_compile): Fixed a compile warning.
|
|
|
7290
|
|
|
7291 * select-msw.c:
|
|
|
7292 * select-msw.c (mswindows_own_selection):
|
|
|
7293 * select-msw.c (mswindows_get_foreign_selection):
|
|
|
7294 * select-msw.c (mswindows_disown_selection):
|
|
|
7295 * select-msw.c (console_type_create_select_mswindows):
|
|
|
7296 * select-msw.c (syms_of_select_mswindows):
|
|
|
7297 Cleaned up the file and implemented the device method
|
|
|
7298 selection_exists_p, which had accidentally been left out. Also
|
|
|
7299 removed four lisp functions that were remnants from before the
|
|
|
7300 time when the selection code was properly device abstracted.
|
|
|
7301 These functions are no longer needed because there are generic
|
|
|
7302 equivalents, and because they were added recently and don't exist
|
|
|
7303 in FSF Emacs, I don't think there's any problem with just deleting
|
|
|
7304 them.
|
|
|
7305
|
|
|
7306 * sysdep.c:
|
|
|
7307 * sysdep.c (sys_subshell):
|
|
|
7308 Fixed a compile warning, although in this case there's probably
|
|
|
7309 something wrong with this code, and it ought to be looked into
|
|
|
7310 more thoroughly by somebody who understands it.
|
|
|
7311
|
|
|
7312 * window.c:
|
|
|
7313 * window.c (Fwindow_text_area_height):
|
|
|
7314 * window.c (Fwindow_width):
|
|
|
7315 * window.c (Fwindow_full_width):
|
|
|
7316 * window.c (Fwindow_pixel_width):
|
|
|
7317 * window.c (debug_print_window):
|
|
|
7318 * window.c (syms_of_window):
|
|
|
7319 Added functions window-text-area-height and window-full-width,
|
|
|
7320 which are functions for returning various width and height
|
|
|
7321 characteristics of a window. (One of these functions is necessary
|
|
|
7322 for making the file dialog box work correctly, and the other one
|
|
|
7323 was added for completeness.) Also added a table to the
|
|
|
7324 documentation for window-height which describes the entire scheme
|
|
|
7325 for accessing width and height characteristics of a window.
|
|
|
7326
|
|
|
7327 2000-03-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
7328
|
|
|
7329 * nt.c (fstat): Added a comment for another problem with
|
|
|
7330 non-encapsulated [f]stat(), reported by Adrian Aichner
|
|
|
7331 <aichner@ecf.teradyne.com>.
|
|
|
7332
|
|
|
7333 2000-03-11 Andy Piper <andy@xemacs.org>
|
|
|
7334
|
|
|
7335 * window.c (make_dummy_parent): initialize subwindow instance
|
|
|
7336 cache.
|
|
|
7337 (Fset_window_configuration): zero extent_modiff.
|
|
|
7338
|
|
|
7339 2000-03-10 Andy Piper <andy@xemacs.org>
|
|
|
7340
|
|
|
7341 * redisplay.c (Fredraw_frame): reset the changed_set flags so that
|
|
|
7342 more changes can be triggered.
|
|
|
7343 (Fredisplay_frame): ditto.
|
|
|
7344 (Fredraw_device): ditto.
|
|
|
7345 (Fredisplay_device): ditto.
|
|
|
7346 (redisplay_frame): make non-static.
|
|
|
7347 (redisplay_frame): call update_frame_gutter_geometry outside of
|
|
|
7348 display proper.
|
|
|
7349
|
|
|
7350 * gutter.h: declare update_frame_gutter_geometry.
|
|
|
7351
|
|
|
7352 * redisplay.h: declare redisplay_frame.
|
|
|
7353
|
|
|
7354 * gutter.c (update_frame_gutter_geometry): move geometry changes
|
|
|
7355 in update_frame_gutters here. Geometry changes can only occur
|
|
|
7356 outside of redisplay.
|
|
|
7357 (update_frame_gutters): remove geometry change code.
|
|
|
7358 (Fredisplay_gutter_area): make sure that we are in display when we
|
|
|
7359 update and that we have flushed any size changes.
|
|
|
7360
|
|
|
7361 2000-03-11 Andy Piper <andy@xemacs.org>
|
|
|
7362
|
|
|
7363 * alloc.c (pdump_dump_data): remove i & count shadows.
|
|
|
7364
|
|
|
7365 2000-02-27 Mike Alexander <mta@arbortext.com>
|
|
|
7366
|
|
|
7367 * sysdep.h: Declare pdump_read_file
|
|
|
7368
|
|
|
7369 * sysdep.c (pdump_read_file): New function
|
|
|
7370
|
|
|
7371 * alloc.c (pdump_load): Call pdump_read_file to get the portable
|
|
|
7372 dump data
|
|
|
7373
|
|
|
7374 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
|
|
|
7375
|
|
|
7376 * lrecord.h: add `lrecord_type_pgsetenv'.
|
|
|
7377
|
|
|
7378 2000-03-08 SL Baur <steve@musashimaru.m17n.org>
|
|
|
7379
|
|
|
7380 * symsinit.h: declare (vars|syms)_of* functions.
|
|
|
7381 * lrecord.h: add `lrecord_type_pgconn' and 'lrecord_type_pgresult'.
|
|
|
7382
|
|
|
7383 2000-03-06 SL Baur <steve@musashimaru.m17n.org>
|
|
|
7384
|
|
|
7385 * config.h.in: Add symbols HAVE_POSTGRESQL and HAVE_POSTGRESQLV7
|
|
|
7386
|
|
|
7387 * inline.c: Include postgresql.h lrecord stuffs to placate buggy
|
|
|
7388 GCCs.
|
|
|
7389
|
|
|
7390 * emacs.c (main_1): Call postgres initialization code.
|
|
|
7391
|
|
|
7392 * postgresql.h: New file. PostgreSQL RDBMS support.
|
|
|
7393 * postgresql.c: New file.
|
|
|
7394
|
|
|
7395 2000-03-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
7396
|
|
|
7397 * redisplay-output.c (redisplay_output_display_block): Disable
|
|
|
7398 redundant code.
|
|
|
7399
|
|
|
7400 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
7401
|
|
|
7402 * mule-canna.c (Fcanna_henkan_region): Translate doc-string.
|
|
|
7403 (Fcanna_henkan_next): Ditto.
|
|
|
7404 (Fcanna_bunsetu_henkou): Ditto.
|
|
|
7405 (Fcanna_henkan_kakutei): Ditto.
|
|
|
7406 (Fcanna_henkan_end): Ditto.
|
|
|
7407 (Fcanna_henkan_quit): Ditto.
|
|
|
7408 (Fcanna_henkan_next): Set retun value correctly.
|
|
|
7409 (c2mu): Use unsigned char instead of signed char.
|
|
|
7410
|
|
|
7411 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
7412
|
|
|
7413 * emacs.c (main_1): Always call syms_of_gui.
|
|
|
7414 * inline.c: include gui.h
|
|
|
7415
|
|
|
7416 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
7417
|
|
|
7418 * redisplay.c (Vvisible_bell): Renamed from visible_bell and
|
|
|
7419 converted to Lisp_Object.
|
|
|
7420 (Qtop_bottom): New variable.
|
|
|
7421 (syms_of_redisplay): Initialize it.
|
|
|
7422 * redisplay.h (Vvisible_bell): Ditto.
|
|
|
7423 * sound.c (ding): Ditto and check if Vvisible_bell is nil.
|
|
|
7424 * redisplay-x.c (x_flash): When Vvisible_bell is top-bottom,
|
|
|
7425 only flash top and bottom.
|
|
|
7426
|
|
|
7427 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
|
7428
|
|
|
7429 * buffer.c (Frename_buffer): record new buffer name the right way.
|
|
|
7430
|
|
|
7431 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
|
7432
|
|
|
7433 * glyphs.c (update_subwindow): increase hash depth so that widget
|
|
|
7434 items get picked up properly.
|
|
|
7435
|
|
|
7436 * redisplay-output.c (compare_runes): increase hash depth so that
|
|
|
7437 widget items get picked up properly.
|
|
|
7438
|
|
|
7439 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
|
7440
|
|
|
7441 * gutter.c (output_gutter): add some debug.
|
|
|
7442
|
|
|
7443 * glyphs.h (struct Lisp_Image_Instance): add display_hash.
|
|
|
7444 (IMAGE_INSTANCE_DISPLAY_HASH): new macro.
|
|
|
7445 (XIMAGE_INSTANCE_DISPLAY_HASH): ditto.
|
|
|
7446
|
|
|
7447 * redisplay-output.c (compare_runes): use display_hash to
|
|
|
7448 determine if glyphs really are not the same.
|
|
|
7449
|
|
|
7450 * glyphs.c (update_subwindow): check display_hash to see if
|
|
|
7451 anything really needs to be updated. If not then do
|
|
|
7452 nothing. Record the display_hash after updating.
|
|
|
7453 (image_instance_equal): compare the image_instance face also.
|
|
|
7454
|
|
|
7455 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
7456
|
|
|
7457 * redisplay.h: Fix comment style.
|
|
|
7458
|
|
|
7459 2000-03-08 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7460
|
|
|
7461 * consle-msw.h (struct mswindows_frame):
|
|
|
7462 Added new member paint_pending to indicate whether a WM_PAINT
|
|
|
7463 magic event has been queued for this frame.
|
|
|
7464
|
|
|
7465 * event-msw.c (mswindows_drain_windows_queue):
|
|
|
7466 Don't queue a WM_PAINT magic event if one is already queued.
|
|
|
7467 (emacs_mswindows_handle_magic_event): clear paint_pending flag.
|
|
|
7468
|
|
|
7469 * frame-msw.c (mswindows_init_frame_1): initialise paint_pending flag.
|
|
|
7470
|
|
|
7471 2000-03-07 Didier Verna <didier@xemacs.org>
|
|
|
7472
|
|
|
7473 * dired.c: #include `regex.h' after `sysfile.h'.
|
|
|
7474
|
|
|
7475 2000-03-06 Martin Buchholz <martin@xemacs.org>
|
|
|
7476
|
|
|
7477 * sound.c (init_nas_sound): Fix compiler warning.
|
|
|
7478
|
|
|
7479 * alloc.c (ALIASING_VOIDPP_DEREFERENCE): New.
|
|
|
7480 (FREE_STRUCT_P):
|
|
|
7481 (MARK_STRUCT_AS_FREE):
|
|
|
7482 (MARK_STRUCT_AS_NOT_FREE):
|
|
|
7483 Make `gcc -fstrict-aliasing' work properly.
|
|
|
7484
|
|
|
7485 2000-03-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7486
|
|
|
7487 * device-msw.c (mswindows_finish_init_device): Call CoInitialize().
|
|
|
7488 (mswindows_delete_device): Call CoUnnitialize().
|
|
|
7489
|
|
|
7490 * event-msw.c (mswindows_wnd_proc): WM_DROPFILES: Decode Shortcuts.
|
|
|
7491
|
|
|
7492 2000-02-25 <CraigL@DyCon.com>
|
|
|
7493
|
|
|
7494 * process-nt.c: MinGW now has <shellapi.h>, but still needs
|
|
|
7495 <errno.h>.
|
|
|
7496
|
|
|
7497 * sysdep.c: This extern declaration for environ prevents MinGW
|
|
|
7498 from finding the variable in CRTDLL.DLL.
|
|
|
7499
|
|
|
7500 * s\mingw32.h (PBS_SMOOTH): Removed, now defined in cygwin's
|
|
|
7501 windows headers.
|
|
|
7502 (SHGFI_EXETYPE): ..
|
|
|
7503 (WM_MOUSEWHEEL): ..
|
|
|
7504 (_WIN32_IE): Added, needed to get the TCS_BOTTOM and TCS_VERTICAL
|
|
|
7505 definitions.
|
|
|
7506 (MMRESULT): Removed, now defined in cygwin's windows headers.
|
|
|
7507 (TIMECAPS): ..
|
|
|
7508 (uid_t,gid_t,pid_t,ssize_t): ..
|
|
|
7509 (_timeb): Removed, MinGW defines both _timeb and timeb.
|
|
|
7510 (HAVE_H_ERRNO): Added.
|
|
|
7511 (HAVE_TZNAME): Added, configure is not detecting this.
|
|
|
7512
|
|
|
7513 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
7514
|
|
|
7515 * chartab.h (XCHAR_TABLE_VALUE_UNSAFE): New macro.
|
|
|
7516 * syntax.c (syntax_match): Use it.
|
|
|
7517
|
|
|
7518 * cmds.c: Import auto-fill-chars from FSF Emacs.
|
|
|
7519 (Vauto_fill_chars): New variables.
|
|
|
7520 (internal_self_insert): Check Vauto_fill_chars.
|
|
|
7521 (vars_of_cmds):
|
|
|
7522 Declare auto-fill-chars as a Lisp variable and initialize it.
|
|
|
7523
|
|
|
7524 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7525
|
|
|
7526 * fileio.c (Fmake_symbolic_link):
|
|
|
7527 (Ffile_symlink_p):
|
|
|
7528 Run handlers even if local machine doesn't have symlinks.
|
|
|
7529
|
|
|
7530 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7531
|
|
|
7532 * event-msw.c (mswindows_drain_windows_queue):
|
|
|
7533 Don't generate paint magic events for non-XEmacs frames.
|
|
|
7534
|
|
|
7535 2000-03-05 Andy Piper <andy@xemacs.org>
|
|
|
7536
|
|
|
7537 * redisplay.c (redisplay_frame): generate_displayable_area and
|
|
|
7538 friends assumes that we are not in GC, we therefore have to make
|
|
|
7539 sure that this doesn't happen.
|
|
|
7540
|
|
|
7541 * gutter.c (calculate_gutter_size): generate_displayable_area
|
|
|
7542 assumes that we are not in GC, we therefore have to make sure that
|
|
|
7543 this doesn't happen.
|
|
|
7544
|
|
|
7545 2000-03-05 Martin Buchholz <martin@xemacs.org>
|
|
|
7546
|
|
|
7547 * opaque.c (DEFINE_LRECORD_IMPLEMENTATION): opaque_ptr ==> opaque-ptr
|
|
|
7548
|
|
|
7549 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7550
|
|
|
7551 * redisplay.c (regenerate_window): Make sure we set a sane value
|
|
|
7552 for end_pos even if we jump out of the loop.
|
|
|
7553 (regenerate_window): Answer Ben's question :-).
|
|
|
7554 (start_end_of_last_line): Add may_error argument.
|
|
|
7555 (start_of_last_line):
|
|
|
7556 (end_of_last_line): Pass may_error = 0.
|
|
|
7557 (end_of_last_line_may_error): New function.
|
|
|
7558 (pixel_to_glyph_translation): Use it, so we don't crash in
|
|
|
7559 event_to_glyph.
|
|
|
7560
|
|
|
7561 2000-03-04 Andy Piper <andy@xemacs.org>
|
|
|
7562
|
|
|
7563 * window.h (struct window): add gutter_extent_modiff.
|
|
|
7564
|
|
|
7565 * window.c (allocate_window): zero out gutter_extent_modiff.
|
|
|
7566
|
|
|
7567 * redisplay.h: declare sync_display_line_structs.
|
|
|
7568
|
|
|
7569 * redisplay.c (add_glyph_rune): add a better comment.
|
|
|
7570
|
|
|
7571 * redisplay-output.c (sync_display_line_structs): made non-static.
|
|
|
7572 (compare_runes): remove unneccesary glyph cachel access.
|
|
|
7573
|
|
|
7574 * gutter.h: declare gutter_extent_signal_changed_region_maybe.
|
|
|
7575
|
|
|
7576 * gutter.c (output_gutter): don't output the gutter if extent
|
|
|
7577 changes only involve extents in buffers. use 4 sets of display
|
|
|
7578 lines.
|
|
|
7579 (gutter_extent_signal_changed_region_maybe): new function. Mark
|
|
|
7580 extents in gutters as changed.
|
|
|
7581 (update_frame_gutters): use 4 sets of display lines.
|
|
|
7582 (reset_gutter_display_lines): ditto.
|
|
|
7583 (free_frame_gutters): ditto.
|
|
|
7584 (redraw_exposed_gutter): force output of gutters.
|
|
|
7585
|
|
|
7586 * frame.h (struct frame): add 4 sets of gutter display lines.
|
|
|
7587
|
|
|
7588 * extents.c: (extent_changed_for_redisplay): signal changes to
|
|
|
7589 extents in strings in the gutter as well as extents in buffers.
|
|
|
7590
|
|
|
7591 2000-03-02 Andy Piper <andy@xemacs.org>
|
|
|
7592
|
|
|
7593 * gutter.c (specifier_vars_of_gutter): cosmetic changes.
|
|
|
7594
|
|
|
7595 * frame.c (Fmake_frame): make sure the gutters get initialized
|
|
|
7596 after the frame is visible.
|
|
|
7597 (set_frame_selected_window): re-arrange compilation macros a
|
|
|
7598 little.
|
|
|
7599 (change_frame_size_1): mark gutters changed.
|
|
|
7600
|
|
|
7601 * device.c (Fset_device_class): mark gutters changed.
|
|
|
7602
|
|
|
7603 2000-03-01 Andy Piper <andy@xemacs.org>
|
|
|
7604
|
|
|
7605 * window.c (window_top_frame_gutter_height): deleted.
|
|
|
7606 (window_bottom_frame_gutter_height): ditto.
|
|
|
7607 (window_left_frame_gutter_height): ditto.
|
|
|
7608 (window_right_frame_gutter_height): ditto.
|
|
|
7609 (window_top_gutter_height): don't use them.
|
|
|
7610 (window_bottom_gutter_height): ditto.
|
|
|
7611 (window_left_gutter_width): ditto.
|
|
|
7612 (window_right_gutter_width): ditto.
|
|
|
7613 (Fsplit_window): ditto.
|
|
|
7614 (Fwindow_pixel_edges): don't use border dimensions here.
|
|
|
7615
|
|
|
7616 * scrollbar.c (update_scrollbar_instance): don't take gutters into account.
|
|
|
7617 (update_scrollbar_instance): ditto.
|
|
|
7618
|
|
|
7619 * redisplay.c (generate_modeline): don't take gutters into account.
|
|
|
7620 (generate_modeline): ditto.
|
|
|
7621 (redisplay_frame): small gutter display optimization.
|
|
|
7622
|
|
|
7623 * redisplay-x.c (x_output_vertical_divider): don't take gutters into account.
|
|
|
7624
|
|
|
7625 * redisplay-msw.c (mswindows_output_vertical_divider): don't take
|
|
|
7626 gutters into account.
|
|
|
7627
|
|
|
7628 * gutter.h (WINDOW_REAL_*_GUTTER_BOUNDS): remove bogus checks
|
|
|
7629 for window position and type.
|
|
|
7630
|
|
|
7631 * gutter.c (get_gutter_coords): fix for frame gutters.
|
|
|
7632 (update_frame_gutters): update frame geometry if the gutters have
|
|
|
7633 changed.
|
|
|
7634 (init_frame_gutters): record current gutter geometries.
|
|
|
7635
|
|
|
7636 * glyphs-msw.c (mswindows_subwindow_instantiate): remove unused
|
|
|
7637 var.
|
|
|
7638 (mswindows_widget_instantiate): ditto.
|
|
|
7639
|
|
|
7640 * frame.h (struct frame): add current_gutter_bounds.
|
|
|
7641
|
|
|
7642 * frame.c (change_frame_size_1): position window and minibuffer
|
|
|
7643 appropriately taking into account the frame gutters.
|
|
|
7644
|
|
|
7645 * frame-x.c: (x_initialize_frame_size): take into account the
|
|
|
7646 frame gutters.
|
|
|
7647
|
|
|
7648 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
7649
|
|
|
7650 * emacs.c (data-directory): Xref `locate-data-file' in docstring.
|
|
|
7651
|
|
|
7652 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
7653
|
|
|
7654 * alloc.c (dumpopaquevec): Increase dimension for --with-canna.
|
|
|
7655
|
|
|
7656 1999-12-30 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
7657
|
|
|
7658 * file-coding.c (reset_decoding_stream): Clear previous
|
|
|
7659 detection state when autodetect.
|
|
|
7660
|
|
|
7661 2000-02-29 Didier Verna <didier@xemacs.org>
|
|
|
7662
|
|
|
7663 * extents.c (set_extent_glyph_1): don't require extents to be
|
|
|
7664 attached.
|
|
|
7665
|
|
|
7666 2000-02-27 Andy Piper <andy@xemacs.org>
|
|
|
7667
|
|
|
7668 * gutter.c (Fset_default_gutter_position): don't default left and
|
|
|
7669 right gutter visibility to t.
|
|
|
7670 (Fset_default_gutter_position): run
|
|
|
7671 default-gutter-position-changed-hook.
|
|
|
7672 (syms_of_gutter): add default-gutter-position-changed-hook.
|
|
|
7673
|
|
|
7674 2000-02-26 Andy Piper <andy@xemacs.org>
|
|
|
7675
|
|
|
7676 * specifier.c (Fmake_specifier): add gutter references.
|
|
|
7677
|
|
|
7678 * gutter.h (RAW_WINDOW_GUTTER): new macro.
|
|
|
7679
|
|
|
7680 * lisp.h: declare Fvalid_plist_p.
|
|
|
7681
|
|
|
7682 * gutter.c (gutter_geometry_changed_in_window): mark the modeline
|
|
|
7683 as changed.
|
|
|
7684 (default_gutter_visible_p_changed_in_window): invalidate gutter as
|
|
|
7685 well as its visibility so that it gets reconstructed.
|
|
|
7686 (construct_window_gutter_spec): new function. Construct a string
|
|
|
7687 to be displayed in the gutter from a plist of strings. Take care
|
|
|
7688 to only use elements that are declared as visible.
|
|
|
7689 (calculate_gutter_size): use RAW_WINDOW_GUTTER instead of
|
|
|
7690 WINDOW_GUTTER.
|
|
|
7691 (gutter_validate): allow plists of strings in the specifier.
|
|
|
7692 (gutter_specs_changed): construct the real_gutter from the gutter
|
|
|
7693 specs using construct_window_gutter_spec.
|
|
|
7694 (gutter_visible_validate): gutter-visible is a new specifier type.
|
|
|
7695 (Fgutter_visible_specifier_p): new function for the new specifier.
|
|
|
7696 (syms_of_gutter): declare gutter-visible and
|
|
|
7697 Fgutter_visible_specifier_p.
|
|
|
7698 (specifier_type_create_gutter): intitalize new gutter-visible
|
|
|
7699 specifier.
|
|
|
7700 (reinit_specifier_type_create_gutter): ditto.
|
|
|
7701 (specifier_vars_of_gutter): use new specifier type for gutter
|
|
|
7702 visibility.
|
|
|
7703 (init_frame_gutters): construct real_gutter correctly.
|
|
|
7704 (Fgutter_specifier_p): beef up documentation.
|
|
|
7705 (Fgutter_size_specifier_p): ditto.
|
|
|
7706
|
|
|
7707 * winslots.h: add real_gutter slots.
|
|
|
7708
|
|
|
7709 2000-02-25 Andy Piper <andy@xemacs.org>
|
|
|
7710
|
|
|
7711 * device-msw.c: Be kind to older cygwin versions. From Raymond
|
|
|
7712 Toy <toy@rtp.ericsson.se>.
|
|
|
7713
|
|
|
7714 * gui-msw.c (Fmswindows_shell_execute): Remove things unknown to
|
|
|
7715 earlier cygwins. From Raymond Toy <toy@rtp.ericsson.se>.
|
|
|
7716
|
|
|
7717 2000-02-25 Martin Buchholz <martin@xemacs.org>
|
|
|
7718
|
|
|
7719 * elhash.c (MARK_OBJ): Practice macro hygiene.
|
|
|
7720
|
|
|
7721 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
|
7722
|
|
|
7723 * miscplay.c: s/__inline__/inline/g;
|
|
|
7724 * glyphs-msw.c (set_mono_pixel): INLINE ==> static inline
|
|
|
7725 (get_device_compdc): INLINE ==> static inline
|
|
|
7726 * *.[ch]: Change INLINE to INLINE_HEADER globally.
|
|
|
7727 find -name '*.h' | \
|
|
|
7728 xargs global-replace \
|
|
|
7729 's/(^|(?<=[^A-Za-z0-9_]))INLINE((?=[^A-Za-z0-9_])|$)/INLINE_HEADER/g'
|
|
|
7730
|
|
|
7731 2000-02-25 Andy Piper <andy@xemacs.org>
|
|
|
7732
|
|
|
7733 * window.c (window_top_frame_gutter_height): new function.
|
|
|
7734 (window_top_window_gutter_height): ditto.
|
|
|
7735 (window_top_gutter_height): use them.
|
|
|
7736 (window_bottom_frame_gutter_height): new function.
|
|
|
7737 (window_bottom_window_gutter_height): ditto.
|
|
|
7738 (window_bottom_gutter_height): use them.
|
|
|
7739 (window_left_window_gutter_width): new function.
|
|
|
7740 (window_left_frame_gutter_width): ditto.
|
|
|
7741 (window_left_gutter_width): use them.
|
|
|
7742 (window_right_window_gutter_width): new function.
|
|
|
7743 (window_right_frame_gutter_width): ditto.
|
|
|
7744 (window_right_gutter_width): use them.
|
|
|
7745 (window_pixel_height): new function. calulate window pixel height
|
|
|
7746 with frame gutter involvement.
|
|
|
7747 (Fsplit_window): calculate new sizes taking frame gutters into
|
|
|
7748 account.
|
|
|
7749 (window_char_height_to_pixel_height): don't include frame gutters.
|
|
|
7750 (window_char_height): use window_pixel_height.
|
|
|
7751 (window_pixheight): rename from window_pixel_height.
|
|
|
7752 (change_window_height): use it.
|
|
|
7753 (window_pixel_height_to_char_height): don't include frame gutters.
|
|
|
7754 (window_char_width_to_pixel_width): ditto.
|
|
|
7755
|
|
|
7756 2000-02-25 Andy Piper <andy@xemacs.org>
|
|
|
7757
|
|
|
7758 * glyphs.h (IMAGE_INSTANCE_FACE): glyph might be nil, don't crash
|
|
|
7759 if it is.
|
|
|
7760
|
|
|
7761 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
|
7762
|
|
|
7763 * alloc.c (staticpro):
|
|
|
7764 (staticpro_nodump):
|
|
|
7765 (dumpstruct):
|
|
|
7766 (dumpopaque):
|
|
|
7767 (pdump_wire):
|
|
|
7768 (pdump_wire_list):
|
|
|
7769 (compact_string_chars):
|
|
|
7770 (pdump_dump_wired):
|
|
|
7771 Convert: if (foo) abort(); ==> assert (! foo);
|
|
|
7772
|
|
|
7773 * eldap.c (Fldap_search_basic):
|
|
|
7774 (Fldap_add):
|
|
|
7775 (Fldap_modify):
|
|
|
7776 (Fldap_delete):
|
|
|
7777 Fix compiler warnings, and possible crashes if (random) return
|
|
|
7778 value were to be used.
|
|
|
7779
|
|
|
7780 2000-02-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
7781
|
|
|
7782 * device-msw.c: Workaround ResetDC failure.
|
|
|
7783
|
|
|
7784 * frame-msw.c (msprinter_init_frame_3): Added an assertion before
|
|
|
7785 applying a devmode.
|
|
|
7786
|
|
|
7787 * redisplay-msw.c (get_frame_dc): Added start_page_p.
|
|
|
7788 (mswindows_text_width): Do not start printer page.
|
|
|
7789
|
|
|
7790 * console-msw.h (CHECK_MSGDI_DEVICE): Added this and friends.
|
|
|
7791
|
|
|
7792 * glyphs-msw.c: Added image methods to msprinter console and
|
|
|
7793 msprinter-specific image instantiation.
|
|
|
7794
|
|
|
7795 2000-02-20 Mike Alexander <mta@arbortext.com>
|
|
|
7796
|
|
|
7797 * select-msw.c (Fmswindows_set_clipboard): GC protect more things
|
|
|
7798 to avoid crashes when selection-sets-clipboard is on
|
|
|
7799 (mswindows_own_selection): ditto
|
|
|
7800
|
|
|
7801 2000-02-19 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
7802
|
|
|
7803 * glyphs-msw.c:
|
|
|
7804 * redisplay-msw.c (get_frame_dc):
|
|
|
7805 (get_frame_compdc):
|
|
|
7806 * console-msw.h:
|
|
|
7807 * device-msw.c (mswindows_init_device):
|
|
|
7808 (mswindows_delete_device):
|
|
|
7809 (msprinter_init_device):
|
|
|
7810 (msprinter_delete_device):
|
|
|
7811 * frame-msw.c (mswindows_init_frame_1):
|
|
|
7812 (mswindows_delete_frame):
|
|
|
7813 (msprinter_init_frame_3):
|
|
|
7814 (msprinter_delete_frame): Move compatible DC to device object from
|
|
|
7815 frame object, for both mswindows and msprinter. Only one at a time
|
|
|
7816 is needed, it is a real waste to have one per frame!
|
|
|
7817
|
|
|
7818 2000-02-23 Andy Piper <andy@xemacs.org>
|
|
|
7819
|
|
|
7820 * glyphs.c: add dynamic width and height elements.
|
|
|
7821 (image_instance_equal): ditto.
|
|
|
7822
|
|
|
7823 * glyphs-widget.c (widget_query_geometry): calculate width and
|
|
|
7824 height dynamically if required.
|
|
|
7825 (initialize_widget_image_instance): initialize dynamic dimensions.
|
|
|
7826 (widget_instantiate): pick-up dynamic dimensions.
|
|
|
7827
|
|
|
7828 * glyphs.h (struct Lisp_Image_Instance): add width and height for
|
|
|
7829 dynamic determination. Add appropriate macros.
|
|
|
7830
|
|
|
7831 * gutter.h (WINDOW_GUTTER_BORDER_WIDTH): make non-integer
|
|
|
7832 dimensions safe.
|
|
|
7833 (WINDOW_GUTTER_SIZE): ditto.
|
|
|
7834 (WINDOW_GUTTER_SIZE_INTERNAL): ditto.
|
|
|
7835
|
|
|
7836 * redisplay-msw.c (get_frame_compdc): gcc can't cope with this
|
|
|
7837 inline.
|
|
|
7838 (get_frame_dc): ditto.
|
|
|
7839
|
|
|
7840 * redisplay.h (GLOBAL_RESET_CHANGED_FLAGS): don't reset faces
|
|
|
7841 here.
|
|
|
7842
|
|
|
7843 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
|
7844
|
|
|
7845 * XEmacs 21.2.31 is released.
|
|
|
7846
|
|
|
7847 2000-02-22 Ben Wing <ben@xemacs.org>
|
|
|
7848
|
|
|
7849 * ntheap.c (allocate_heap): Make sure `ptr' is initialized.
|
|
|
7850
|
|
|
7851 2000-02-22 Andy Piper <andy@xemacs.org>
|
|
|
7852
|
|
|
7853 * glyphs-x.c (x_widget_instantiate): don't explicitly resize here.
|
|
|
7854
|
|
|
7855 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
|
7856
|
|
|
7857 * .dbxrc:
|
|
|
7858 * .gdbinit:
|
|
|
7859 * Makefile.in.in: Remove obsolete EMACSBOOTSTRAP... environment
|
|
|
7860 variables.
|
|
|
7861
|
|
|
7862 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
|
7863
|
|
|
7864 * s/aix4.h: Declare getaddrinfo broken for AIX 4, which it is.
|
|
|
7865
|
|
|
7866 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
|
7867
|
|
|
7868 * XEmacs 21.2.30 is released.
|
|
|
7869
|
|
|
7870 2000-02-20 Martin Buchholz <martin@xemacs.org>
|
|
|
7871
|
|
|
7872 Performance hacking.
|
|
|
7873 * *.c (syms_of_*):
|
|
|
7874 Add INIT_LRECORD_IMPLEMENTATION macros, paired with
|
|
|
7875 DEFINE_LRECORD_IMPLEMENTATION macros in the same file.
|
|
|
7876 * emacs.c (main_1):
|
|
|
7877 * lisp.h (DEFUN):
|
|
|
7878 * console.c (DEFVAR_CONSOLE_LOCAL_1):
|
|
|
7879 * buffer.c (DEFVAR_BUFFER_LOCAL_1):
|
|
|
7880 * symeval.h (DEFVAR_SYMVAL_FWD):
|
|
|
7881 * symbols.c (guts_of_unbound_marker):
|
|
|
7882 Make all c_readonly objects also lisp_readonly and marked for life.
|
|
|
7883 * lrecord.h (struct lrecord_implementation):
|
|
|
7884 Document flags better.
|
|
|
7885 * lrecord.h (DEFINE_LRECORD_SEQUENCE_IMPLEMENTATION_WITH_PROPS):
|
|
|
7886 * lrecord.h (DECLARE_LRECORD):
|
|
|
7887 * lrecord.h (XSETRECORD):
|
|
|
7888 * lrecord.h (RECORDP):
|
|
|
7889 * lrecord.h (RECORD_TYPEP):
|
|
|
7890 * lrecord.h (RECORD_MARKER): New.
|
|
|
7891 * lrecord.h (error_check_*):
|
|
|
7892 * lrecord.h (CONCHECK_NONRECORD):
|
|
|
7893 * lrecord.h (MAKE_LRECORD_IMPLEMENTATION):
|
|
|
7894 * lrecord.h (INIT_LRECORD_IMPLEMENTATION): New.
|
|
|
7895 * lrecord.h (set_lheader_implementation):
|
|
|
7896 * lrecord.h (enum lrecord_type): New.
|
|
|
7897 * symeval.h (SYMBOL_VALUE_MAGIC_P):
|
|
|
7898 * alloc.c (disksave_object_finalization_1):
|
|
|
7899 * alloc.c (mark_object):
|
|
|
7900 * alloc.c (lrecord_type_index):
|
|
|
7901 * alloc.c (tick_lcrecord_stats):
|
|
|
7902 * alloc.c (Fgarbage_collect):
|
|
|
7903 * alloc.c (init_alloc_once_early):
|
|
|
7904 * alloc.c (pdump_load):
|
|
|
7905 * alloc.c (GC_CHECK_LHEADER_INVARIANTS): New.
|
|
|
7906 * alloc.c (lrecord_type_index): Delete.
|
|
|
7907 Make lisp object type indexes be constant.
|
|
|
7908 Makes (byte-compile) 5% faster.
|
|
|
7909 Put all marker functions into their own array.
|
|
|
7910 Makes (garbage-collect) 5% faster.
|
|
|
7911 Optimize SYMBOL_VALUE_MAGIC_P.
|
|
|
7912 Makes (byte-compile) 2-3% faster.
|
|
|
7913 * config.h.in (gc_checking_assert): New.
|
|
|
7914 * alloc.c: Use gc_checking_assert().
|
|
|
7915 * .dbxrc: Make compatible with new object type implementation.
|
|
|
7916 * .gdbinit: Make compatible with new object type implementation.
|
|
|
7917 * alloc.c: Delete all symbols defined only for debugging, such as
|
|
|
7918 Lisp_Type_Vector and lrecord_charset.
|
|
|
7919
|
|
|
7920 2000-02-21 Andy Piper <andy@xemacs.org>
|
|
|
7921
|
|
|
7922 * gui-msw.c (Fmswindows_shell_execute): fix file location
|
|
|
7923 problems.
|
|
|
7924
|
|
|
7925 * buffer.c (Fkill_buffer): remove buffer from alist buffer
|
|
|
7926 unshowing so that set_window_buffer doesn't undo
|
|
|
7927 kill_buffer_hook's hard work.
|
|
|
7928
|
|
|
7929 * glyphs-widget.c (tab_control_query_geometry): don't count the
|
|
|
7930 first item when calculating geometry.
|
|
|
7931
|
|
|
7932 * glyphs.c (map_subwindow): remove redundant code.
|
|
|
7933 (update_frame_subwindows): be more circumspect about when to
|
|
|
7934 update subwindows.
|
|
|
7935
|
|
|
7936 * glyphs-x.c (x_update_widget): Properly fix sizing bug. Fix bug
|
|
|
7937 when items haven't changed. Update faces if faces have changed as
|
|
|
7938 well as just the widget face.
|
|
|
7939 (x_tab_control_update): Update faces if faces have changed as well
|
|
|
7940 as just the widget face.
|
|
|
7941
|
|
|
7942 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7943
|
|
|
7944 * device-msw.c: (mswindows_delete_device): Remove redundant DDE
|
|
|
7945 registration.
|
|
|
7946 (build_syscolor_string): Use mswindows_color_to_string to try to
|
|
|
7947 get a named color.
|
|
|
7948 (mswindows_device_system_metrics): Reverse the foreground and
|
|
|
7949 background colors so that they match the documentation.
|
|
|
7950
|
|
|
7951 * objects-msw.c: (mswindows_X_color_map): tweak some values so
|
|
|
7952 they match the default Windows palette.
|
|
|
7953 (mswindows_color_to_string): New function.
|
|
|
7954
|
|
|
7955 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7956
|
|
|
7957 * s/windowsnt.h: Only use __declspec(noreturn) with MSVC>=6.
|
|
|
7958
|
|
|
7959 2000-02-18 Olivier Galibert <galibert@pobox.com>
|
|
|
7960
|
|
|
7961 * m/*, s/*: Removed obsolete DATA_SEG_BITS, PURE_SEG_BITS,
|
|
|
7962 WORD_MACHINE, SIGN_EXTEND_CHAR and EXPLICIT_SIGN_EXTEND.
|
|
|
7963
|
|
|
7964 * symbols.c (init_symbols_once_early): Removed obsolete
|
|
|
7965 DATA_SEG_BITS related kludge.
|
|
|
7966 (defvar_magic): Ditto.
|
|
|
7967
|
|
|
7968 * malloc.c: Removed obsolete DATA_SEG_BITS
|
|
|
7969 * ralloc.c: Ditto.
|
|
|
7970 * mem-limits.h: Ditto.
|
|
|
7971
|
|
|
7972 * Makefile.in.in: Removed obsolete HAVE_SHM
|
|
|
7973 * emacs.c: Ditto.
|
|
|
7974
|
|
|
7975 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7976
|
|
|
7977 * device-msw.c (mswindows_delete_device): Free DDE string
|
|
|
7978 handles.
|
|
|
7979
|
|
|
7980 2000-02-16 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
7981
|
|
|
7982 * keymap.c (get_keyelt):
|
|
|
7983 * unexnt.c (unexec):
|
|
|
7984 * vm-limit.c (memory_warnings):
|
|
|
7985 * ntheap.c (recreate_heap):
|
|
|
7986 * ntheap.h (UNINIT_PTR):
|
|
|
7987 * select-msw.c (Fmswindows_get_clipboard):
|
|
|
7988 (Fmswindows_set_clipboard):
|
|
|
7989 * objects-msw.h (MSWINDOWS_BAD_HFONT):
|
|
|
7990 * objects-msw.c:
|
|
|
7991 * menubar-msw.c (displayable_menu_item):
|
|
|
7992 * glyphs-msw.c:
|
|
|
7993 * glyphs-msw.h (IMAGE_INSTANCE_MSWINDOWS_MASK):
|
|
|
7994 * sysdep.c (sys_subshell):
|
|
|
7995 * process-nt.c (nt_create_process):
|
|
|
7996 * nt.c (normalize_filename):
|
|
|
7997 (dostounix_filename):
|
|
|
7998 (unixtodos_filename):
|
|
|
7999 * ntproc.c (win32_executable_type):
|
|
|
8000 * ntplay.c (play_sound_data_1):
|
|
|
8001 (play_sound_file):
|
|
|
8002 * editfns.c (get_home_directory):
|
|
|
8003 * event-msw.c (struct winsock_stream):
|
|
|
8004 (mswindows_dde_callback):
|
|
|
8005 * device-msw.c (msprinter_init_device):
|
|
|
8006 (msprinter_get_devmode_copy): Frobbed syntax frivolities.
|
|
|
8007
|
|
|
8008 * toolbar-msw.c (mswindows_free_frame_toolbars): Paramters to
|
|
|
8009 mswindows_clear_toolbar were swapped!
|
|
|
8010
|
|
|
8011 * objects-msw.c:(colormap_t):
|
|
|
8012 (fontmap_t):
|
|
|
8013 * emacs.c (struct standard_args): Fixed const jumble.
|
|
|
8014
|
|
|
8015 * glyphs-widget.c (update_widget): Fixed comparison notation.
|
|
|
8016
|
|
|
8017 * event-msw.c (mswindows_dde_callback): Removed extraneous ';'.
|
|
|
8018
|
|
|
8019 * s\windowsnt.h (DOESNT_RETURN): Defined to support the MSVC
|
|
|
8020 __declspec(noreturn) syntax.
|
|
|
8021
|
|
|
8022 2000-02-19 Martin Buchholz <martin@xemacs.org>
|
|
|
8023
|
|
|
8024 * eldap.c (Fldap_open):
|
|
|
8025 (Fldap_search_basic):
|
|
|
8026 (Fldap_add):
|
|
|
8027 (Fldap_modify):
|
|
|
8028 Use new coding system conversion macros.
|
|
|
8029
|
|
|
8030 2000-01-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
8031
|
|
|
8032 * console-tty.c (tty_init_console): Change MULE to FILE_CODING.
|
|
|
8033
|
|
|
8034 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
8035
|
|
|
8036 * eldap.h (Fldap_search) Renamed from Fldap_search_internal:
|
|
|
8037 (Fldap_add, Fldap_modify, Fldap_delete): New functions
|
|
|
8038
|
|
|
8039 * eldap.c (Qadd, Qreplace): New constant symbols
|
|
|
8040 (Fldap_open): Use the LDAP_OPT_RESTART option to avoid
|
|
|
8041 interruptions by XEmacs signals
|
|
|
8042 Remove unnecessary calls to slow_down_interrupts and
|
|
|
8043 speed_up_interrupts
|
|
|
8044 (Fldap_search_basic): Renamed from Fldap_search_internal
|
|
|
8045 Added new optional parameter VERBOSE that triggers the
|
|
|
8046 display of progress messages
|
|
|
8047 Remove unnecessary calls to slow_down_interrupts and
|
|
|
8048 speed_up_interrupts
|
|
|
8049 LDAP result code analysis rewritten
|
|
|
8050 (Fldap_add, Fldap_modify, Fldap_delete): New functions
|
|
|
8051 (syms_of_eldap): Define the new symbols and functions
|
|
|
8052
|
|
|
8053
|
|
|
8054 2000-02-17 Martin Buchholz <martin@xemacs.org>
|
|
|
8055
|
|
|
8056 * realpath.c: Determine PATH_MAX maximally portably.
|
|
|
8057
|
|
|
8058 * insdel.c (bytecount_to_charcount): Optimize.
|
|
|
8059 The function used to be optimized for entirely ASCII sequences.
|
|
|
8060 Now it is optimized for successive characters from the same
|
|
|
8061 charset. This also wins big for _mostly_ ASCII sequences.
|
|
|
8062
|
|
|
8063 * fileio.c (Ffile_truename): convert return from realpath() using
|
|
|
8064 Qfile_name, not Qbinary. Fixes obvious bug with non-ASCII symlinks.
|
|
|
8065 - Rewrite GCPROing slightly.
|
|
|
8066
|
|
|
8067 * sysdep.c (sys_open): Do filename conversion, like all other
|
|
|
8068 sys_* functions. Fixes bug:
|
|
|
8069 (let ((file-name-coding-system 'iso-8859-2))
|
|
|
8070 (write-region x y latin2-name))
|
|
|
8071 ==> writes filename using internal encoding.
|
|
|
8072
|
|
|
8073 2000-02-18 Martin Buchholz <martin@xemacs.org>
|
|
|
8074
|
|
|
8075 * buffer.c (DEFVAR_BUFFER_LOCAL_1): Turn on c_readonly. Always const.
|
|
|
8076 * console.c (DEFVAR_CONSOLE_LOCAL_1): Turn on c_readonly. Always const.
|
|
|
8077 * symeval.h (DEFVAR_SYMVAL_FWD): Turn on c_readonly. Always const.
|
|
|
8078 * eval.c (lrecord_subr): Remove this_one_is_unmarkable.
|
|
|
8079 * symbols.c (lrecord_symbol_value_forward): Remove this_one_is_unmarkable.
|
|
|
8080 * symbols.c (guts_of_unbound_marker): Turn on c_readonly.
|
|
|
8081 * lrecord.h (UNMARKABLE_LRECORD_HEADER_P): Delete.
|
|
|
8082 (CONST_IF_NOT_DEBUG): Delete.
|
|
|
8083 * alloc.c (this_one_is_unmarkable): Delete.
|
|
|
8084 (mark_object): Don't check for this_one_is_unmarkable. Use the
|
|
|
8085 c_readonly flag instead.
|
|
|
8086 * lisp.h (DEFUN): Define a Lisp_Subr as c_readonly.
|
|
|
8087
|
|
|
8088 2000-02-18 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8089
|
|
|
8090 * event-msw.c (mswindows_drain_windows_queue):
|
|
|
8091 (emacs_mswindows_handle_magic_event): Remove attempt to optimise
|
|
|
8092 away redundant repaint events.
|
|
|
8093
|
|
|
8094 2000-02-17 Andy Piper <andy@xemacs.org>
|
|
|
8095
|
|
|
8096 * redisplay.h: declare mark_redisplay_structs.
|
|
|
8097
|
|
|
8098 * redisplay.c (redisplay_window):
|
|
|
8099 (redisplay_frame): don't check subwindows_state_changed.
|
|
|
8100 (mark_redisplay): mark gutters here.
|
|
|
8101
|
|
|
8102 * glyphs.c: (instantiate_image_instantiator): always layout if we
|
|
|
8103 haven't done so already.
|
|
|
8104 (allocate_image_instance): don't mark as dirty.
|
|
|
8105 (update_subwindow): bind inhibit_quit.
|
|
|
8106
|
|
|
8107 * gutter.c (mark_gutters): new function.
|
|
|
8108
|
|
|
8109 * glyphs-x.c (x_update_widget): Always resize to get round a
|
|
|
8110 widget bug.
|
|
|
8111
|
|
|
8112 * glyphs-msw.c (mswindows_tab_control_update): remove `;' that was
|
|
|
8113 breaking absolutely everything.
|
|
|
8114
|
|
|
8115 * gutter.h: declare mark_gutters.
|
|
|
8116
|
|
|
8117 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
|
8118
|
|
|
8119 * XEmacs 21.2.29 is released.
|
|
|
8120
|
|
|
8121 2000-02-15 Olivier Galibert <galibert@pobox.com>
|
|
|
8122
|
|
|
8123 * fns.c (size_bit_vector): Fix computation of the size.
|
|
|
8124
|
|
|
8125 2000-02-15 Martin Buchholz <martin@xemacs.org>
|
|
|
8126
|
|
|
8127 * *.[ch]: Change CONST to const globally.
|
|
|
8128 find -name '*.[ch]' | \
|
|
|
8129 xargs global-replace \
|
|
|
8130 's/(^|(?<=[^A-Za-z0-9_]))CONST((?=[^A-Za-z0-9_])|$)/const/g'
|
|
|
8131 - Remove vestigial references to CONST_IS_LOSING
|
|
|
8132
|
|
|
8133 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8134
|
|
|
8135 * event-msw.c (mswindows_drain_windows_queue): Remove hack to
|
|
|
8136 bailout early on quit. Enqueue WM_PAINT events as XEmacs magic
|
|
|
8137 events instead of dispatching them directly.
|
|
|
8138 (mswindows_handle_paint): New function to do repainting.
|
|
|
8139 (mswindows_wnd_proc):
|
|
|
8140 (emacs_mswindows_handle_magic_event): Call above function.
|
|
|
8141
|
|
|
8142 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8143
|
|
|
8144 * objects-msw.c (mswindows_create_font_variant): Return the new
|
|
|
8145 font handle.
|
|
|
8146 (initialize_font_instance): Get font metrics from the underlined
|
|
|
8147 variant of the font to cope with the case where the underlined
|
|
|
8148 font has a bigger descent.
|
|
|
8149
|
|
|
8150 2000-02-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
|
8151
|
|
|
8152 * gui.c (gui_item_accelerator): Return the first underlined
|
|
|
8153 character in item name.
|
|
|
8154
|
|
|
8155 2000-02-11 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8156
|
|
|
8157 * lisp.h: Added Qprinter.
|
|
|
8158
|
|
|
8159 * general.c (syms_of_general): Initialized it.
|
|
|
8160
|
|
|
8161 * redisplay-msw.c (get_frame_dc): Conditionally start a new page.
|
|
|
8162 (get_frame_dc):
|
|
|
8163 (get_frame_compdc): Made inline.
|
|
|
8164
|
|
|
8165 * console.h (struct console_methods): Added eject_page method.
|
|
|
8166
|
|
|
8167 * frame.h: Added FRAME_DISPLAY_P and friends.
|
|
|
8168 Aligned backslahes in many macros in more readable fashion.
|
|
|
8169 Added page_number to struct frame, and an accessor macro
|
|
|
8170 for it.
|
|
|
8171
|
|
|
8172 * defice.h: Added DEVICE_DISPLAY_P and friends.
|
|
|
8173
|
|
|
8174 * device.c (Fdevice_printer_p): Used these.
|
|
|
8175
|
|
|
8176 * frame.c (allocate_frame_core): Initialize page number.
|
|
|
8177 (Fprint_job_page_number):
|
|
|
8178 (Fprint_job_eject_page): Implemented.
|
|
|
8179
|
|
|
8180 * frame-msw.c (msprinter_eject_page): Added method.
|
|
|
8181 (msprinter_start_page): Added.
|
|
|
8182
|
|
|
8183 * window.c (Fwindow_truncated_p): Fixed docstring.
|
|
|
8184 (Fwindow_last_line_visible_height): Implemented.
|
|
|
8185
|
|
|
8186 2000-02-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
8187
|
|
|
8188 * frame.c (change_frame_size_1): Undo 2000-02-03 change.
|
|
|
8189
|
|
|
8190 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
8191
|
|
|
8192 * syntax.c (scan_words): Always advance at least one character.
|
|
|
8193
|
|
|
8194 2000-02-13 Andy Piper <andy@xemacs.org>
|
|
|
8195
|
|
|
8196 * redisplay.c (add_glyph_rune): call get_glyph_cachel_index here
|
|
|
8197 to make sure the glyph is in the cachels.
|
|
|
8198
|
|
|
8199 * glyphs.h (struct Lisp_Image_Instance): make layout_changed a
|
|
|
8200 global image instance flag.
|
|
|
8201 (IMAGE_INSTANCE_NEEDS_LAYOUT): new macro.
|
|
|
8202 (XIMAGE_INSTANCE_NEEDS_LAYOUT): ditto.
|
|
|
8203
|
|
|
8204 * glyphs.c (allocate_image_instance): set dirty bits correctly.
|
|
|
8205 (Fset_image_instance_property): mark layout as changed.
|
|
|
8206 (invalidate_glyph_geometry_maybe): mark layout as changed.
|
|
|
8207 (glyph_width): use new NEEDS_LAYOUT macro.
|
|
|
8208 (glyph_ascent): ditto.
|
|
|
8209 (glyph_descent): ditto.
|
|
|
8210 (glyph_height): ditto.
|
|
|
8211 (image_instance_layout): mark layout as clean after laying out.
|
|
|
8212 (update_subwindow): don't mark layout as clean here.
|
|
|
8213
|
|
|
8214 * glyphs-x.h (IMAGE_INSTANCE_X_WIDGET_ID): undo C++ changes, they
|
|
|
8215 should no longer be needed.
|
|
|
8216
|
|
|
8217 * glyphs-x.c (x_update_widget): sanitize asserts.
|
|
|
8218 (x_finalize_image_instance): sanitize assignment to widgets.
|
|
|
8219
|
|
|
8220 * glyphs-widget.c (widget_instantiate): don't need to clear the
|
|
|
8221 layout flag here.
|
|
|
8222
|
|
|
8223 2000-02-13 Martin Buchholz <martin@xemacs.org>
|
|
|
8224
|
|
|
8225 * sysdep.c (getcwd): Use standard prototype.
|
|
|
8226 * sysdep.h (getcwd): Use standard prototype.
|
|
|
8227
|
|
|
8228 * fns.c (Fsubseq): Change parameters to more natural ANSI Lisp
|
|
|
8229 (sequence, start, end).
|
|
|
8230 Remove redundant type checking.
|
|
|
8231 (Fmapconcat): Remove useless GCPRO, a wrong-headed attempt (in
|
|
|
8232 view of `caller-protects') to avoid a crash where the real fix was
|
|
|
8233 found elsewhere.
|
|
|
8234
|
|
|
8235 2000-02-12 Martin Buchholz <martin@xemacs.org>
|
|
|
8236
|
|
|
8237 * glyphs-x.c (x_finalize_image_instance): Compile error fixes.
|
|
|
8238
|
|
|
8239 * s/sol2.h: Remove feature macro initialization.
|
|
|
8240
|
|
|
8241 * alloc.c (alloc_lcrecord): Add more type checking assertions.
|
|
|
8242 (vector_hash): New. Code from internal_hash.
|
|
|
8243 * lrecord.h:
|
|
|
8244 Fix up allocation subsystem comments.
|
|
|
8245
|
|
|
8246 * config.h.in: Add __EXTENSIONS__ for Solaris.
|
|
|
8247
|
|
|
8248 * systime.h (EMACS_GETTIMEOFDAY): New.
|
|
|
8249 (EMACS_GET_TIME): Use EMACS_GETTIMEOFDAY.
|
|
|
8250 Remove Solaris-specific code.
|
|
|
8251 Use void* for the (ignored) second arg for gettimeofday().
|
|
|
8252
|
|
|
8253 * elhash.c (hash_table_hash): Implement it, finally.
|
|
|
8254 * elhash.c: Use hashcode_t.
|
|
|
8255
|
|
|
8256 * linuxplay.c (sighandler): Fix prototypes to use SIGTYPE.
|
|
|
8257 * sunplay.c (sighandler): Fix prototype to use SIGTYPE.
|
|
|
8258
|
|
|
8259 * lisp.h (STRETCHY_STRUCT_SIZEOF): Delete.
|
|
|
8260 * fns.c (size_bit_vector):
|
|
|
8261 * alloc.c (size_vector):
|
|
|
8262 (make_vector_internal):
|
|
|
8263 (make_bit_vector_internal):
|
|
|
8264 (sweep_bit_vectors_1):
|
|
|
8265 Replace calls to STRETCHY_STRUCT_SIZEOF with offsetof expression.
|
|
|
8266
|
|
|
8267 2000-02-10 Martin Buchholz <martin@xemacs.org>
|
|
|
8268
|
|
|
8269 * s/aix4.h: #define MAP_FAILED if sys/mman.h didn't.
|
|
|
8270 Include strings.h to avoid warnings for bzero and strcasecmp.
|
|
|
8271
|
|
|
8272 2000-02-10 Olivier Galibert <galibert@pobox.com>
|
|
|
8273
|
|
|
8274 * alloc.c: Move STRETCHY_STRUCT_SIZEOF from here...
|
|
|
8275 * lisp.h (STRETCHY_STRUCT_SIZEOF): ...to here
|
|
|
8276
|
|
|
8277 * fns.c (size_bit_vector): New. Declare bit vectors as a
|
|
|
8278 sequence.
|
|
|
8279
|
|
|
8280 2000-02-10 Olivier Galibert <galibert@pobox.com>
|
|
|
8281
|
|
|
8282 * symeval.h (struct symbol_value_magic): Remove "next" kludge and
|
|
|
8283 use a value field instead.
|
|
|
8284 (symbol_value_forward_forward): Use value field.
|
|
|
8285 (DEFVAR_SYMVAL_FWD): Use value field.
|
|
|
8286 (DEFVAR_SYMVAL_FWD_INT): Added. Dumps the int with dumpopaque.
|
|
|
8287 (DEFVAR_INT): Use DEFVAR_SYMVAL_FWD_INT.
|
|
|
8288 (DEFVAR_CONST_INT): Ditto.
|
|
|
8289 (DEFVAR_BOOL): Ditto.
|
|
|
8290 (DEFVAR_CONST_BOOL): Ditto.
|
|
|
8291 (DEFVAR_INT_MAGIC): Ditto.
|
|
|
8292 (DEFVAR_BOOL_MAGIC): Ditto.
|
|
|
8293
|
|
|
8294 * symbols.c (guts_of_unbound_marker): Use value field.
|
|
|
8295 * console.c (DEFVAR_CONSOLE_LOCAL_1): Ditto.
|
|
|
8296 * buffer.c (DEFVAR_BUFFER_LOCAL_1): Ditto.
|
|
|
8297
|
|
|
8298 * lisp.h: Declare dumpopaque and noninteractive1.
|
|
|
8299
|
|
|
8300 * alloc.c (dumpopaque): Added.
|
|
|
8301 (pdump_dump_opaquevec): Added.
|
|
|
8302 (pdump): Call pdump_dump_opaquevec to dump opaque data.
|
|
|
8303 (pdump_load): Reload opaque data. Sync noninteractive1 with
|
|
|
8304 noninteractive.
|
|
|
8305
|
|
|
8306 2000-02-10 Andy Piper <andy@xemacs.org>
|
|
|
8307
|
|
|
8308 * glyphs.c (image_instance_layout): if the size changes, mark it
|
|
|
8309 as such.
|
|
|
8310
|
|
|
8311 * redisplay-output.c (redisplay_output_layout): Update the
|
|
|
8312 subwindow here.
|
|
|
8313 (redisplay_output_subwindow): ditto.
|
|
|
8314
|
|
|
8315 * glyphs.c (update_subwindow): make sure we reset flags for
|
|
|
8316 layouts as well as everything else.
|
|
|
8317
|
|
|
8318 * glyphs-widget.c (layout_layout): don't need to set the instances
|
|
|
8319 dimensions here.
|
|
|
8320
|
|
|
8321 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
8322
|
|
|
8323 * device-x.c (x_init_device): Wrap calls to dll_* in HAVE_SHLIB,
|
|
|
8324 not HAVE_DLOPEN, which is a lower-level thing.
|
|
|
8325
|
|
|
8326 * .cvsignore: Ignore gmon.out
|
|
|
8327
|
|
|
8328 2000-02-09 Hamish Macdonald <hamishm@lucent.com>
|
|
|
8329
|
|
|
8330 * .cvsignore: Ignore portable dumper xemacs.dmp file
|
|
|
8331
|
|
|
8332 2000-02-09 Andy Piper <andy@xemacs.org>
|
|
|
8333
|
|
|
8334 * redisplay-output.c (redisplay_output_layout): be more clever
|
|
|
8335 about when we output based on the changed flags.
|
|
|
8336
|
|
|
8337 * glyphs.h (struct image_instantiator_methods): add update_method.
|
|
|
8338 (struct Lisp_Image_Instance): add changed flags. Declare new
|
|
|
8339 macros for manipulating them.
|
|
|
8340
|
|
|
8341 * glyphs.c (allocate_image_instance): renamed glyph -> parent.
|
|
|
8342 (image_instance_parent_glyph): find an image_instance's parent
|
|
|
8343 glyph or image_instance.
|
|
|
8344 (image_instance_layout): mark the size as changed.
|
|
|
8345 (set_image_instance_dirty_p): new function. mark an image
|
|
|
8346 instance, plus all of its parents, as dirty.
|
|
|
8347 (Fset_image_instance_property): use it.
|
|
|
8348 (Fglyph_animated_timeout_handler): use it.
|
|
|
8349 (update_subwindow): call update_widget and device methods for
|
|
|
8350 update_subwindow. Mark all changed flags as clean.
|
|
|
8351 (Fresize_subwindow): mark size as changed.
|
|
|
8352
|
|
|
8353 * glyphs-x.c (x_finalize_image_instance): try and detect gc
|
|
|
8354 failures.
|
|
|
8355 (x_update_subwindow): only resize subwindows here.
|
|
|
8356 (x_update_widget): new function. Update all changed properties of
|
|
|
8357 a widget.
|
|
|
8358 (x_resize_subwindow): deleted.
|
|
|
8359 (x_widget_set_property): deleted.
|
|
|
8360 (x_progress_gauge_set_property): deleted.
|
|
|
8361 (x_progress_gauge_update): new function. Implement recorded
|
|
|
8362 changes.
|
|
|
8363 (x_tab_control_update): ditto.
|
|
|
8364 (x_tab_control_set_property): deleted.
|
|
|
8365 (console_type_create_glyphs_x): declare new functions.
|
|
|
8366 (image_instantiator_format_create_glyphs_x): ditto.
|
|
|
8367
|
|
|
8368 * glyphs-widget.c (widget_set_property): mark text changed.
|
|
|
8369 (update_widget): new function. Update properties of a widget.
|
|
|
8370 (widget_instantiate): for layouts make sure we set their
|
|
|
8371 children's parent correctly.
|
|
|
8372 (tab_control_set_property): new function. Record changes that will
|
|
|
8373 take place under redisplay's control.
|
|
|
8374 (progress_gauge_set_property): ditto.
|
|
|
8375 (image_instantiator_progress_guage): declare new functions.
|
|
|
8376 (image_instantiator_tab_control): ditto.
|
|
|
8377
|
|
|
8378 * glyphs-msw.c (mswindows_update_subwindow): just do resizing here
|
|
|
8379 now.
|
|
|
8380 (mswindows_update_widget): new function. Update all properties on
|
|
|
8381 a widget that have changed.
|
|
|
8382 (mswindows_button_update): new function. Update a button's set
|
|
|
8383 state.
|
|
|
8384 (mswindows_tab_control_update): new function. Update the items in
|
|
|
8385 a tab.
|
|
|
8386 (mswindows_tab_control_set_property): deleted.
|
|
|
8387 (mswindows_progress_gauge_update): new function. Update the
|
|
|
8388 progress gauge's progress.
|
|
|
8389 (mswindows_widget_set_property): deleted. This is all done
|
|
|
8390 asynchronously now.
|
|
|
8391 (mswindows_progress_gauge_set_property): ditto.
|
|
|
8392 (console_type_create_glyphs_mswindows): declare new methods.
|
|
|
8393 (image_instantiator_format_create_glyphs_mswindows): ditto.
|
|
|
8394
|
|
|
8395 * frame-msw.c (msprinter_init_frame_1): Remove unused variables.
|
|
|
8396 (msprinter_set_frame_properties): ditto.
|
|
|
8397
|
|
|
8398 * console.h (struct console_methods): Add update_widget_method.
|
|
|
8399
|
|
|
8400 2000-02-09 Andy Piper <andy@xemacs.org>
|
|
|
8401
|
|
|
8402 * gui-msw.c (Fmswindows_shell_execute): Make
|
|
|
8403 mswindows-shell-execute industrial strength.
|
|
|
8404
|
|
|
8405 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
|
8406
|
|
|
8407 * lrecord.h: Make macro argument `props' match member function `plist'.
|
|
|
8408 * fns.c (Fget):
|
|
|
8409 * fns.c (Fput):
|
|
|
8410 * fns.c (Fremprop):
|
|
|
8411 * fns.c (Fobject_plist):
|
|
|
8412 * alloc.c:
|
|
|
8413 * symbols.c:
|
|
|
8414 Object property list frobbing cleanup.
|
|
|
8415 - Allow any lisp object (compared with `eq'), not just symbols, as
|
|
|
8416 keys in object plists.
|
|
|
8417 - Move symbol plist frobbing into symbols.c, where it belongs.
|
|
|
8418 - Move string plist frobbing into alloc.c, where it belongs.
|
|
|
8419 - Everything's an lrecord now, so no need to test for symbolp, etc.
|
|
|
8420 - Fix up doc strings to refer to PROPERTY, not PROPNAME.
|
|
|
8421
|
|
|
8422 * extents.c: Reorder code to remove declarations.
|
|
|
8423
|
|
|
8424 * frame.h (store_in_alist): Remove useless declaration.
|
|
|
8425
|
|
|
8426 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
|
8427
|
|
|
8428 * event-Xt.c (x_has_keysym): Use XConvertCase only if available.
|
|
|
8429 * config.h.in: Add HAVE_XCONVERTCASE.
|
|
|
8430
|
|
|
8431 2000-02-07 Andy Piper <andy@xemacs.org>
|
|
|
8432
|
|
|
8433 * glyphs.c (image_instance_layout): undo 2000-01-29 change since
|
|
|
8434 it breaks many things.
|
|
|
8435
|
|
|
8436 2000-02-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
8437
|
|
|
8438 * src/syntax.h (SYNTAX_START_P): Check whether the two chars
|
|
|
8439 actually can start a common comment type.
|
|
|
8440 * src/syntax.h (SYNTAX_END_P): ditto for end.
|
|
|
8441
|
|
440
|
8442 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
|
8443
|
|
|
8444 * XEmacs 21.2.28 is released.
|
|
|
8445
|
|
|
8446 2000-02-06 Martin Buchholz <martin@xemacs.org>
|
|
|
8447
|
|
|
8448 * event-Xt.c (x_keysym_to_character): New.
|
|
|
8449 (maybe_define_x_key_as_self_inserting_character): New.
|
|
|
8450 (x_has_keysym): New.
|
|
|
8451 Auto-define all keys on the keyboard as self-insert-key.
|
|
|
8452
|
|
|
8453 2000-02-02 Martin Buchholz <martin@xemacs.org>
|
|
|
8454
|
|
|
8455 * menubar.c (vars_of_menubar): A small code simplification.
|
|
|
8456
|
|
|
8457 * minibuf.c (echo_area_append): Workaround egcs-20000131 c++ compiler bug
|
|
|
8458
|
|
442
|
8459 * ExternalShell.c:
|
|
|
8460 * ExternalClient.c:
|
|
|
8461 * EmacsShell-sub.c:
|
|
|
8462 * EmacsManager.c:
|
|
|
8463 * EmacsFrame.c:
|
|
440
|
8464 Use consistent style for specifying X resources.
|
|
|
8465
|
|
|
8466 * symbols.c (Fset): Further implement SYMVAL_LISP_MAGIC.
|
|
|
8467 This makes (dontusethis-set-symbol-value-handler) actually usable.
|
|
|
8468
|
|
|
8469 * lrecord.h (lrecord_decription_type):
|
|
442
|
8470 * alloc.c (pdump_register_sub):
|
|
|
8471 (pdump_dump_data):
|
|
|
8472 (pdump_reloc_one):
|
|
440
|
8473 Add XD_LISP_OBJECT_ARRAY to describe multiple Lisp_Objects.
|
|
|
8474 Comply with XEmacs coding style.
|
|
|
8475 All lrecord descriptions updated to use XD_LISP_OBJECT with 2
|
|
|
8476 args, and XD_LISP_OBJECT_ARRAY with 3 args.
|
|
|
8477
|
|
442
|
8478 * keymap.c (Faccessible_keymaps):
|
|
440
|
8479 Make (accessible-keymaps map "\C-h") do the Right Thing.
|
|
|
8480 Make (accessible-keymaps map []) do the Right Thing.
|
|
|
8481 Make (accessible-keymaps map "") do the Right Thing.
|
|
|
8482 (check_keymap_definition_loop): New function.
|
|
|
8483 (keymap_store_internal): Keep luser from shooting self in foot,
|
|
|
8484 via (define-key ctl-x-4-map "p" global-map).
|
|
|
8485 Remove fullness slot from struct Lisp_Keymap, since hash tables
|
|
|
8486 are now reliable.
|
|
|
8487 (print_keymap): Remove 'Yuck' factor by simply printing "size %d".
|
|
|
8488
|
|
|
8489 2000-01-30 Martin Buchholz <martin@xemacs.org>
|
|
|
8490
|
|
|
8491 * redisplay.c (init_redisplay): Fix small memory leak.
|
|
442
|
8492 * elhash.h:
|
|
|
8493 * elhash.c (pdump_reorganize_hash_table):
|
|
440
|
8494 Rename from reorganize_hash_table. Change prototype.
|
|
|
8495 Reuse the original memory for hentries. Save 100k.
|
|
|
8496 * alloc.c (PDUMP_READ): new macro.
|
|
|
8497 * alloc.c (pdump_load): Replace LISP_TO_VOID with higher-level macros.
|
|
|
8498 * alloc.c: No need to #ifndef before #undef.
|
|
|
8499
|
|
|
8500 * print.c: Allow debug_print() to print readably by modifying
|
|
|
8501 debug_print_readably. Use consistent variable names.
|
|
|
8502
|
|
|
8503 * .dbxrc: Try to get things to work even if stopped in a function
|
|
|
8504 without source available by explicitly specifying source files.
|
|
|
8505 2000-02-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8506
|
|
|
8507 * unexnt.c (_start): Removed bogus code which caused loading heap
|
|
|
8508 from differrent executable file.
|
|
|
8509 Removed bogus assignment to _fmode, which caused inconsistencies.
|
|
|
8510
|
|
|
8511 2000-02-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8512
|
|
|
8513 * s\windowsnt.h: Removed lots of #if 0 blocks of Emacs heritage.
|
|
|
8514 Have spawnve encapsulation regard DONT_ENCAPSULATE.
|
|
|
8515 Do not preliminary `#define signal sigset'.
|
|
|
8516
|
|
|
8517 * systime.h: Do not prototype environ on windows nt and cygwin,
|
|
|
8518 this conflicts with system header.
|
|
|
8519
|
|
|
8520 * syssignal.h: Use correct define for WINDOWSNT
|
|
|
8521
|
|
|
8522 * sysdep.h: Do not prototype environ on windows nt, this conflicts
|
|
|
8523 with system header.
|
|
|
8524
|
|
|
8525 * sysdep.c (near start of file): Fixed commentary and rearranged
|
|
|
8526 ifdefs in readable order.
|
|
|
8527 (NEED_STARTS): Do not force NEED_STARTS when PDUMPing.
|
|
|
8528 (start_of_text):
|
|
442
|
8529 (end_of_text):
|
|
440
|
8530 (end_of_data): Do not compile in if using PDUMP.
|
|
|
8531
|
|
442
|
8532 * symsinit.h: Prototyped vars_of_nt().
|
|
440
|
8533
|
|
|
8534 * ntproc.c (windows9x_p): Added, instead of os_subtype.
|
|
|
8535 (find_child_console): Use it.
|
|
|
8536 (sys_kill): Use it.
|
|
|
8537
|
|
|
8538 * ntheap.h: Do not extern os_subtype.
|
|
|
8539
|
|
|
8540 * ntheap.c (cache_system_info): Do not cache unneeded:
|
|
|
8541 nt_major_version, nt_minor_version and os_subtype.
|
|
|
8542 (recreate_heap): Do not compile in when PDUMPing.
|
|
|
8543
|
|
|
8544 * nt.c (geteuid and friends): Use the new varibale
|
|
|
8545 nt_fake_unix_uid, instead of hashing fake uid out of NT RID.
|
|
|
8546 (init_user_info): Removed the above mentioned hackery.
|
|
|
8547 (fstat, stat): Do not compile in if using MSVC 5.0 and above -
|
|
|
8548 stat has been fixed in the C runtime.
|
|
|
8549 (vars_of_nt): Added, defined the nt_fake_unix_uid variable there.
|
|
442
|
8550
|
|
440
|
8551 * file-coding.c (struct file_coding_dump): Do not define
|
|
|
8552 ucs_to_mule_table in the struct if not MULE.
|
|
|
8553 (struct struct lrecord_description fcd_description_1): Do not dump
|
|
|
8554 the above.
|
|
|
8555
|
|
|
8556 * emacs.c (main_1): Call vars_of_nt().
|
|
|
8557 (right before Fdump_emacs_data): Don't need lastfile if using both
|
|
|
8558 portabe dumper and system malloc.
|
|
|
8559
|
|
|
8560 * alloc.c (Fmemory_limit): Conditionalized out.
|
|
|
8561 (pdump): Use OPEN_BINARY for the portable dump file.
|
|
|
8562 (pdump_load): Ditto.
|
|
|
8563
|
|
|
8564 2000-02-02 Mike Alexander <mta@arbortext.com>
|
|
|
8565
|
|
|
8566 * nt.c (convert_time): Set tm_isdst before calling mktime and
|
|
|
8567 avoid calling it at all if the compiler supports 64 bit integers.
|
|
|
8568 Also initialize utc_base_ft before using it.
|
|
|
8569
|
|
|
8570 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
|
8571
|
|
|
8572 * frame.c (change_frame_size_1): Take f->internal_border_width
|
|
|
8573 into consideration when calculating the width of the frame.
|
|
|
8574
|
|
|
8575 2000-02-01 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8576
|
|
|
8577 * window.c (frame_min_height):
|
|
|
8578 (frame_size_valid_p):
|
|
|
8579 (frame_pixsize_valid_p): Added.
|
|
|
8580 (check_frame_size): Generalized.
|
|
|
8581
|
|
|
8582 * window.h: Prototyped the above.
|
|
|
8583
|
|
|
8584 * lisp.h:
|
|
|
8585 * general.c: Added Qbottom_margin, Qduplex, Qlandscape,
|
|
|
8586 Qleft_margin, Qorientation, Qportrait, Qright_margin, Qtop_margin.
|
|
|
8587 Deleted Vwin32_* and Vbinary_process_* unused variables.
|
|
|
8588
|
|
|
8589 * device-msw.c (msprinter_init_device): Do not get printer font
|
|
|
8590 list; Added DEVMODE functions.
|
|
|
8591
|
|
|
8592 * frame-msw.c: Added lots of printer code.
|
|
|
8593
|
|
|
8594 * faces.c: Moved 'left-margin and 'right-margin defsymbols to
|
|
|
8595 general.c.
|
|
|
8596
|
|
442
|
8597 * console-msw.h: Added more msprinter device private slots.
|
|
440
|
8598
|
|
|
8599 2000-02-01 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8600
|
|
|
8601 * event-msw.c (key_needs_default_processing_p): Added.
|
|
|
8602 (mswindows_wnd_proc, WM_KEYUP, KEYDOWN): Call it.
|
|
|
8603
|
|
|
8604 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8605
|
|
|
8606 * glyphs.c (image_instance_layout): Mark image instance as clean
|
|
|
8607 after layout.
|
|
|
8608 (glyph_dirty_p): Removed redundant function.
|
|
|
8609 (invalidate_glyph_geometry_maybe): Added.
|
|
|
8610 (update_glyph_cachel_data): Call it.
|
|
|
8611
|
|
|
8612 * glyphs.h: Prototyped it.
|
|
|
8613
|
|
|
8614 * redisplay.c (add_glyph_rune): Call it.
|
|
444
|
8615 (redisplay_window): Reset glyphs cachels when frame faces have
|
|
440
|
8616 changed, thus forcing recomputation of built-in border glyphs.
|
|
|
8617
|
|
|
8618 2000-01-30 Martin Buchholz <martin@xemacs.org>
|
|
|
8619
|
|
|
8620 * Makefile.in.in: Make portable dumper and purify play well together.
|
|
|
8621 Add imperfect, but better than nothing, support for pdump.
|
|
|
8622 Remove xemacs.dmp when temacs is re-generated.
|
|
|
8623 Don't ignore errors when dumping xemacs.
|
|
|
8624
|
|
|
8625 * symbols.c (maybe_call_magic_handler): Remove one magic number.
|
|
|
8626
|
|
|
8627 2000-01-28 Andy Piper <andy@xemacs.org>
|
|
|
8628
|
|
|
8629 * frame.c (allocate_frame_core): Use new Fset_window_buffer signature.
|
|
|
8630 (setup_normal_frame): ditto.
|
|
|
8631 (setup_frame_without_minibuffer): ditto.
|
|
|
8632 (setup_minibuffer_frame): ditto.
|
|
|
8633 (delete_frame_internal): ditto.
|
|
|
8634 (Fmake_frame_invisible): ditto.
|
|
|
8635 (Ficonify_frame): ditto.
|
|
|
8636
|
|
|
8637 * window.h: change Fset_window_buffer signature.
|
|
|
8638
|
|
|
8639 * window.c (Fsplit_window): Use new Fset_window_buffer signature.
|
|
|
8640 (Fset_window_buffer): allow recording of buffer if the window is
|
|
|
8641 the selected window.
|
|
|
8642 (window_loop): Use new Fset_window signature.
|
|
|
8643
|
|
|
8644 2000-01-23 Daniel Pittman <daniel@danann.net>
|
|
|
8645
|
|
|
8646 * config.h.in: Added template for `HAVE_ATHENA_3D'
|
|
|
8647
|
|
|
8648 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
|
8649
|
|
|
8650 * glyphs-x.c (x_resize_subwindow): Try and catch bogus resizes.
|
|
|
8651
|
|
|
8652 * gutter.c (output_gutter): Don't output if the window isn't live.
|
|
|
8653
|
|
|
8654 2000-01-28 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8655
|
|
|
8656 * glyphs-msw.c (mswindows_unmap_subwindow): Fix of corrupted patch
|
|
|
8657 of 01/12/00: Moved SetFocus back here where it belongs.
|
|
|
8658
|
|
|
8659 2000-01-23 Andy Piper <andy@xemacs.org>
|
|
|
8660
|
|
|
8661 * s/cygwin32.h: declare printer things.
|
|
|
8662
|
|
|
8663 2000-01-26 Andy Piper <andy@xemacs.org>
|
|
|
8664
|
|
|
8665 * select.c (Fown_selection_internal): GCPRO bug fix from Mike
|
|
|
8666 Alexander.
|
|
|
8667
|
|
|
8668 2000-01-24 Andy Piper <andy@xemacs.org>
|
|
|
8669
|
|
|
8670 * glyphs-msw.c (mswindows_locate_pixmap_file): Expand filename.
|
|
|
8671 (mswindows_button_instantiate): Make sure glyph is a pixmap.
|
|
|
8672
|
|
|
8673 * glyphs-widget.c (widget_instantiate): Avoid shadows.
|
|
|
8674
|
|
|
8675 * frame-msw.c (msprinter_init_frame_3): Nuke warning.
|
|
|
8676
|
|
|
8677 * glyphs-msw.c: (mswindows_string_to_color): remove declaration.
|
|
|
8678
|
|
|
8679 * redisplay-msw.c (mswindows_output_cursor): Avoid shadows.
|
|
|
8680 (mswindows_output_display_block): Avoid local shadows.
|
|
|
8681
|
|
|
8682 * event-msw.c (mswindows_enqueue_magic_event): Avoid shadows.
|
|
|
8683 (mswindows_enqueue_mouse_button_event): ditto.
|
|
|
8684 (mswindows_handle_gui_wm_command): remove declaration.
|
|
|
8685
|
|
|
8686 * console-msw.c (mswindows_canonicalize_console_connection): Avoid
|
|
|
8687 warnings.
|
|
|
8688
|
|
|
8689 * console-msw.h: Avoid shadows.
|
|
|
8690 (mswindows_get_toolbar_button_text):
|
|
|
8691 (emacs_mswindows_create_stream_pair):
|
|
|
8692 (emacs_mswindows_delete_stream_pair):
|
|
|
8693 (mswindows_handle_toolbar_wm_command): declare.
|
|
|
8694
|
|
|
8695 * device-msw.c (build_syscolor_string): Avoid shadows.
|
|
|
8696
|
|
|
8697 2000-01-23 Andy Piper <andy@xemacs.org>
|
|
|
8698
|
|
|
8699 * glyphs-widget.c (widget_instantiate): reverse the items for
|
|
|
8700 layouts so that children are in the expected order.
|
|
|
8701
|
|
|
8702 2000-01-28 Martin Buchholz <martin@xemacs.org>
|
|
|
8703
|
|
|
8704 * ralloc.c: safe_bcopy ==> memmove
|
|
|
8705 * gmalloc.c: Remove MEMMOVE_MISSING conditional code.
|
|
|
8706 * s/msdos.h: Remove BCOPY macros.
|
|
|
8707 * insdel.c (gap_right): Remove BCOPY conditional code.
|
|
|
8708 * insdel.c (gap_left): Remove BCOPY conditional code.
|
|
|
8709 XEmacs demands a working ANSI C compiler - hence memmove.
|
|
|
8710
|
|
|
8711 * regex.c (regex_compile): Remove accidental use of trigraphs.
|
|
|
8712
|
|
|
8713 2000-01-27 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8714
|
|
|
8715 * event-msw.c (mswindows_enqueue_misc_user_event): Initialize
|
|
|
8716 event timestamp.
|
|
|
8717
|
|
|
8718 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8719
|
|
|
8720 * event-msw.c (mswindows_drain_windows_queue): Added the
|
|
|
8721 parameter.
|
|
|
8722 (mswindows_need_event): Commented the call to
|
|
|
8723 mswindows_drain_windows_queue().
|
|
|
8724 (emacs_mswindows_quit_p): Lookup the windows for keyboard messages
|
|
|
8725 only.
|
|
|
8726
|
|
|
8727 * console-msw.h: Moved a few function prototypes here from
|
|
442
|
8728 event-msw.c.
|
|
440
|
8729
|
|
|
8730 * gui-msw.c (mswindows_handle_gui_wm_command): Changed the ID
|
|
|
8731 parameter from unsigned short to unsigned long.
|
|
|
8732 (Fmswindows_shell_execute): Added return value.
|
|
|
8733
|
|
|
8734 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
|
|
|
8735
|
|
442
|
8736 * sysdep.c (init_system_name):
|
|
|
8737 process-unix.c (unix_canonicalized_host_name):
|
|
440
|
8738 Don't call freeaddrinfo() if getaddrinfo() fails.
|
|
|
8739
|
|
|
8740 * process-unix.c (unix_open_unix_network_stream):
|
|
|
8741 Moved the code to get a port # into address loop.
|
|
|
8742
|
|
|
8743 2000-01-27 Martin Buchholz <martin@xemacs.org>
|
|
|
8744
|
|
442
|
8745 * buffer.c (reinit_vars_of_buffer):
|
|
440
|
8746 The right place to initialize conversion_in_dynarr and
|
|
|
8747 conversion_out_dynarr.
|
|
|
8748
|
|
|
8749 * alloc.c (pdump): Use the real open() till sys_open() is functional.
|
|
|
8750
|
|
|
8751 * process-unix.c (unix_canonicalize_host_name): Muleize.
|
|
|
8752 (unix_open_network_stream): Muleize.
|
|
|
8753
|
|
|
8754 * buffer.h: Fix up prototypes for ralloc.c functions.
|
|
|
8755
|
|
|
8756 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
|
|
|
8757 * config.h.in: added HAVE_GETADDRINFO and HAVE_GETNAMEINFO
|
|
|
8758 * sysdep.c: In init_system_name(), add code to use getaddrinfo()
|
|
|
8759 instead of gethostbyname()
|
|
|
8760 * process-unix.c: In unix_canonicalize_host_name() and
|
|
|
8761 unix_open_network_stream(), add code to use getaddrinfo()
|
|
|
8762 instead of gethostbyname().
|
|
|
8763
|
|
|
8764 2000-01-27 Daniel Pittman <daniel@danann.net>
|
|
|
8765
|
|
|
8766 * device-x.c (x_init_device): Warn at run-time if using Athena 3d
|
|
|
8767 libs when built with flat Athena.
|
|
|
8768
|
|
|
8769 2000-01-27 Martin Buchholz <martin@xemacs.org>
|
|
|
8770
|
|
|
8771 * ralloc.c: Replace SIZE (conflicts with Windows headers) with size_t.
|
|
|
8772 Use coding standards for function prototypes.
|
|
|
8773
|
|
|
8774 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
8775
|
|
|
8776 * dialog-msw.c (push_lisp_string_as_unicode):
|
|
|
8777 * doc.c (unparesseuxify_doc_string):
|
|
|
8778 * dired.c (Fuser_name_completion_1):
|
|
|
8779 * dired.c (Fuser_name_all_completions):
|
|
|
8780 * dired.c (free_user_cache):
|
|
|
8781 * dired.c (user_name_completion):
|
|
|
8782 * console-x.c (get_display_arg_connection):
|
|
|
8783 * minibuf.c (clear_echo_area_internal):
|
|
|
8784 * minibuf.c (echo_area_append):
|
|
|
8785 * eldap.c (Fldap_open):
|
|
|
8786 * eldap.c (Fldap_search_internal):
|
|
|
8787 * frame-x.c (x_set_frame_text_value):
|
|
|
8788 * frame-x.c (x_set_frame_properties):
|
|
|
8789 * frame-x.c (x_create_widgets):
|
|
|
8790 * redisplay-tty.c (term_get_fkeys_1):
|
|
|
8791 * objects-x.c (x_parse_nearest_color):
|
|
|
8792 * objects-x.c (x_valid_color_name_p):
|
|
|
8793 * objects-x.c (x_initialize_font_instance):
|
|
|
8794 * objects-x.c (x_list_fonts):
|
|
|
8795 * objects-x.c (x_find_charset_font):
|
|
|
8796 * tooltalk.c (Fadd_tooltalk_message_arg):
|
|
|
8797 * tooltalk.c (Fadd_tooltalk_pattern_attribute):
|
|
|
8798 * tooltalk.c (Fadd_tooltalk_pattern_arg):
|
|
|
8799 * process-unix.c (unix_create_process):
|
|
|
8800 * ntproc.c (sys_spawnve):
|
|
|
8801 * sound.c (Fplay_sound_file):
|
|
|
8802 * sound.c (Fplay_sound):
|
|
|
8803 * buffer.c (init_initial_directory):
|
|
|
8804 * buffer.c (init_buffer):
|
|
|
8805 * editfns.c (init_editfns):
|
|
|
8806 * editfns.c (Ftemp_directory):
|
|
|
8807 * editfns.c (Fuser_full_name):
|
|
|
8808 * editfns.c (uncache_home_directory):
|
|
|
8809 * editfns.c (get_home_directory):
|
|
|
8810 * editfns.c (Fuser_home_directory):
|
|
|
8811 * editfns.c (Fformat_time_string):
|
|
|
8812 * editfns.c (Fcurrent_time_string):
|
|
|
8813 * gui-x.c (button_item_to_widget_value):
|
|
|
8814 * database.c (Fopen_database):
|
|
|
8815 * event-Xt.c (x_to_emacs_keysym):
|
|
|
8816 * event-Xt.c (x_event_to_emacs_event):
|
|
|
8817 * event-Xt.c (describe_event_window):
|
|
|
8818 * event-msw.c (mswindows_wnd_proc):
|
|
|
8819 * glyphs-eimage.c (jpeg_instantiate):
|
|
|
8820 * glyphs-eimage.c (gif_instantiate):
|
|
|
8821 * glyphs-eimage.c (png_instantiate):
|
|
|
8822 * glyphs-eimage.c (tiff_instantiate):
|
|
|
8823 * glyphs-x.c (xbm_instantiate_1):
|
|
|
8824 * glyphs-x.c (x_xbm_instantiate):
|
|
|
8825 * glyphs-x.c (x_xface_instantiate):
|
|
|
8826 * glyphs-x.c (autodetect_instantiate):
|
|
|
8827 * glyphs-x.c (cursor_font_instantiate):
|
|
|
8828 * glyphs-x.c (x_widget_instantiate):
|
|
|
8829 * glyphs-x.c (x_widget_set_property):
|
|
|
8830 * glyphs-x.c (x_widget_property):
|
|
|
8831 * glyphs-x.c (BUILD_GLYPH_INST):
|
|
|
8832 * print.c (write_string_to_stdio_stream):
|
|
|
8833 * print.c (output_string):
|
|
|
8834 * print.c (Falternate_debugging_output):
|
|
|
8835 * print.c (Fexternal_debugging_output):
|
|
|
8836 * glyphs-msw.c (extract_xpm_color_names):
|
|
|
8837 * glyphs-msw.c (mswindows_xpm_instantiate):
|
|
|
8838 * glyphs-msw.c (bmp_instantiate):
|
|
|
8839 * glyphs-msw.c (resource_name_to_resource):
|
|
|
8840 * glyphs-msw.c (mswindows_resource_instantiate):
|
|
|
8841 * glyphs-msw.c (xbm_instantiate_1):
|
|
|
8842 * glyphs-msw.c (mswindows_xbm_instantiate):
|
|
|
8843 * glyphs-msw.c (mswindows_xface_instantiate):
|
|
|
8844 * glyphs-msw.c (mswindows_widget_instantiate):
|
|
|
8845 * glyphs-msw.c (add_tree_item):
|
|
|
8846 * glyphs-msw.c (add_tab_item):
|
|
|
8847 * glyphs-msw.c (mswindows_combo_box_instantiate):
|
|
|
8848 * glyphs-msw.c (mswindows_widget_property):
|
|
|
8849 * glyphs-msw.c (mswindows_combo_box_property):
|
|
|
8850 * glyphs-msw.c (mswindows_widget_set_property):
|
|
|
8851 * console.c (stuff_buffered_input):
|
|
|
8852 * objects-msw.c (mswindows_initialize_color_instance):
|
|
|
8853 * objects-msw.c (mswindows_valid_color_name_p):
|
|
|
8854 * objects-msw.c (mswindows_list_fonts):
|
|
|
8855 * objects-msw.c (mswindows_font_instance_truename):
|
|
|
8856 * bytecode.c (optimize_compiled_function):
|
|
|
8857 * select-x.c (symbol_to_x_atom):
|
|
|
8858 * select-x.c (x_atom_to_symbol):
|
|
|
8859 * select-x.c (hack_motif_clipboard_selection):
|
|
|
8860 * select-x.c (selection_data_to_lisp_data):
|
|
|
8861 * select-x.c (lisp_data_to_selection_data):
|
|
|
8862 * select-x.c (Fx_get_cutbuffer_internal):
|
|
|
8863 * select-x.c (Fx_store_cutbuffer_internal):
|
|
|
8864 * buffer.h (TO_EXTERNAL_FORMAT): New function.
|
|
|
8865 * buffer.h (TO_INTERNAL_FORMAT): New function.
|
|
|
8866 * emacs.c (make_arg_list_1):
|
|
|
8867 * emacs.c (make_argc_argv):
|
|
|
8868 * emacs.c (main_1):
|
|
|
8869 * emacs.c (Fdump_emacs):
|
|
|
8870 * emacs.c (split_string_by_emchar_1):
|
|
|
8871 * file-coding.h:
|
|
|
8872 * lisp.h:
|
|
|
8873 * lstream.h:
|
|
|
8874 * symsinit.h:
|
|
|
8875 * device-x.c (x_init_device):
|
|
|
8876 * device-x.c (Fx_valid_keysym_name_p):
|
|
|
8877 * device-x.c (Fx_get_font_path):
|
|
|
8878 * device-x.c (Fx_set_font_path):
|
|
|
8879 * glyphs.c (bitmap_to_lisp_data):
|
|
|
8880 * glyphs.c (pixmap_to_lisp_data):
|
|
|
8881 * alloc.c (make_ext_string): Use coding system arguments. Update
|
|
|
8882 all callers.
|
|
|
8883 * alloc.c (build_string):
|
|
|
8884 * callproc.c (child_setup):
|
|
|
8885 * callproc.c (init_callproc):
|
|
|
8886 * fileio.c (lisp_strerror):
|
|
|
8887 * fileio.c (directory_file_name):
|
|
|
8888 * fileio.c (Fexpand_file_name):
|
|
|
8889 * fileio.c (Ffile_truename):
|
|
|
8890 * fileio.c (Fsysnetunam):
|
|
|
8891 * fileio.c (Fdo_auto_save):
|
|
|
8892 * sysdep.c (sys_readdir):
|
|
|
8893 * tests.c: New file. Allow adding C tests.
|
|
|
8894 Replace GET_* macros with a more comprehensible and flexible
|
|
|
8895 interface, TO_INTERNAL_FORMAT() and TO_EXTERNAL_FORMAT().
|
|
|
8896 Modify all calls.
|
|
|
8897 Any coding system can be used to do format conversion.
|
|
|
8898 Eliminate enum external_data_format.
|
|
|
8899 Eliminate convert_to_external_format.
|
|
|
8900 Eliminate convert_to_internal_format.
|
|
|
8901 Make sure file-name, keyboard, terminal, and ctext are always
|
|
|
8902 defined as coding systems or aliases. Make
|
|
|
8903 file-name-coding-system, terminal-coding-system, and
|
|
|
8904 keyboard-coding-system magical variables that are equivalent to
|
|
|
8905 defining the corresponding coding system aliases.
|
|
442
|
8906
|
|
440
|
8907 * file-coding.c (Fcoding_system_canonical_name_p): New function.
|
|
|
8908 * file-coding.c (Fcoding_system_alias_p): New function.
|
|
|
8909 * file-coding.c (Fcoding_system_aliasee): New function.
|
|
|
8910 * file-coding.c (append_suffix_to_symbol): New function.
|
|
|
8911 * file-coding.c (dangling_coding_system_alias_p): New function.
|
|
|
8912 * file-coding.c (Ffind_coding_system):
|
|
|
8913 * file-coding.c (Fcopy_coding_system):
|
|
|
8914 * file-coding.c (encode_coding_no_conversion):
|
|
|
8915 * file-coding.c (syms_of_file_coding):
|
|
|
8916 * file-coding.c (vars_of_file_coding):
|
|
|
8917 Rewrite coding system alias code.
|
|
|
8918 Allow nested aliases, like symbolic links.
|
|
|
8919 Allow redefinition of coding system aliases.
|
|
|
8920 Prevent existence of dangling coding system aliases.
|
|
|
8921
|
|
|
8922 * dired.c (Fuser_name_completion_1):
|
|
|
8923 * dired.c (Fuser_name_all_completions):
|
|
|
8924 A crash would happen if user did QUIT in the middle of building
|
|
|
8925 user_name_cache. Remove redundant code in mainline and unwind_protect.
|
|
|
8926
|
|
|
8927 * lisp.h:
|
|
|
8928 * dynarr.c (Dynarr_min_size): Make static. Increase value to 8.
|
|
|
8929
|
|
|
8930 * lstream.c (make_fixed_buffer_input_stream): Take a void *, not
|
|
|
8931 an unsigned char *. Update all callers.
|
|
|
8932
|
|
|
8933 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8934
|
|
|
8935 * callproc.c (Fcall_process_internal): Ignore Vbinary-process_output.
|
|
|
8936
|
|
|
8937 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
8938
|
|
|
8939 * elhash.c (hentry_description): Use more portable definition.
|
|
|
8940 (resize_hash_table): Initialize new hentries using
|
|
|
8941 xnew_array_and_zero, thereby simplifying the code.
|
|
|
8942
|
|
|
8943 * mule-charset.c (make_charset): Make sure entire object is
|
|
442
|
8944 initialized, to avoid Purify warnings.
|
|
440
|
8945
|
|
|
8946 * alloc.c (resize_string): Fix unlikely crash with big strings.
|
|
|
8947
|
|
|
8948 2000-01-24 Martin Buchholz <martin@xemacs.org>
|
|
|
8949
|
|
442
|
8950 * realpath.c (xrealpath):
|
|
440
|
8951 Don't call getwd().
|
|
|
8952
|
|
|
8953 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
8954
|
|
|
8955 * lread.c (read_bit_vector): Fix memory leak reading literal bit vectors.
|
|
|
8956
|
|
|
8957 1999-12-28 Max Matveev <max@melbourne.sgi.com>
|
|
|
8958
|
|
|
8959 * unexelfsgi.c (unexec): Change the way we decide which segment
|
|
|
8960 should be extended.
|
|
|
8961
|
|
|
8962 Assumption that .bss section should be outside the PT_LOADable
|
|
|
8963 segment. On IRIX with version 6.2 and above, .bss (or .sbss, if
|
|
|
8964 it's present) is inside the 'data' segment. This would fail the
|
|
|
8965 test which was used to find a segment to grow and cover new
|
|
|
8966 heap. Instead of this assumption, I created another one - on IRIX
|
|
|
8967 the segment to grow should start below .bss and it's address
|
|
|
8968 should extent above the end of .bss. Once this segment is
|
|
|
8969 identified, it's grown to accommodate the new heap and new
|
|
|
8970 zero-length .bss section is added at the end of .data2.
|
|
|
8971
|
|
|
8972 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
8973
|
|
|
8974 * eval.c (Feval): Wrong number of arguments should use original
|
|
|
8975 function, not the indirect_function version of it.
|
|
|
8976
|
|
|
8977 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
8978
|
|
|
8979 * glyphs-x.c (x_button_instantiate): Don't add image if
|
|
|
8980 it is not a pixmap.
|
|
|
8981 (x_locate_pixmap_file): Call Fexpand_file_name when file name
|
|
|
8982 is relative.
|
|
|
8983
|
|
|
8984 2000-01-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
8985
|
|
|
8986 * symeval.h (DEFVAR_LISP_MAGIC): Remove semicolon after macro
|
|
|
8987 declaration.
|
|
|
8988 (DEFVAR_INT_MAGIC): Ditto.
|
|
|
8989 (DEFVAR_BOOL_MAGIC): Ditto.
|
|
|
8990 * glyphs.h: Reindent backslash.
|
|
|
8991
|
|
|
8992 2000-01-24 Martin Buchholz <martin@xemacs.org>
|
|
|
8993
|
|
442
|
8994 * glyphs-widget.c (layout_query_geometry):
|
|
440
|
8995 (layout_layout): Use correct types for gheight, gwidth.
|
|
|
8996
|
|
|
8997 2000-01-24 Martin Buchholz <martin@xemacs.org>
|
|
|
8998
|
|
|
8999 * EmacsManager.c (QueryGeometry): Purified.
|
|
|
9000
|
|
|
9001 2000-01-23 Martin Buchholz <martin@xemacs.org>
|
|
|
9002
|
|
442
|
9003 * alloc.c (make_float): Make sure entire object is initialized, to
|
|
440
|
9004 avoid Purify warnings.
|
|
|
9005 (pdump_register_sub): Remove useless assignment.
|
|
|
9006 (pdump): Use xmalloc, not malloc.
|
|
|
9007 (pdump_load): Use xmalloc, not malloc.
|
|
|
9008
|
|
|
9009 2000-01-23 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
9010
|
|
442
|
9011 * callproc.c:
|
|
|
9012 * dired-msw.c:
|
|
|
9013 * fileio.c:
|
|
|
9014 * process-nt.c:
|
|
|
9015 * redisplay-msw.c:
|
|
440
|
9016 * sysdep.c: Removed redundant #include <windows.h>
|
|
|
9017
|
|
|
9018 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
9019
|
|
|
9020 * frame.c (delete_frame_internal): Do not delete device when its
|
|
|
9021 implementation so declares.
|
|
|
9022 (delete_frame_internal): Set device selected frame to nil when
|
|
442
|
9023 last frame goes away.
|
|
440
|
9024
|
|
|
9025 * device-msw.c (msprinter_device_system_metrics): Implemented.
|
|
|
9026 (mswindows_device_system_metrics): Added 'device-dpi property.
|
|
|
9027
|
|
|
9028 * device.c: (Fdevice_printer_p): Added.
|
|
|
9029 Added 'offset-workspace device metric.
|
|
|
9030
|
|
|
9031 * console.h (device_metrics): Declared DM_offset_workspace.
|
|
|
9032
|
|
|
9033 2000-01-23 Martin Buchholz <martin@xemacs.org>
|
|
|
9034
|
|
|
9035 * fileio.c (Ffile_truename): Remove pointless and confusing
|
|
|
9036 initialization of elen.
|
|
|
9037
|
|
|
9038 * glyphs-widget.c: Compiler warning fixes.
|
|
|
9039
|
|
|
9040 2000-01-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
9041
|
|
|
9042 * process.h (PROCESS_LIVE_P): Modify to take a Lisp_Process
|
|
|
9043 instead of a Lisp_Object as argument to make it consistent with
|
|
|
9044 the other LIVE_P macros.
|
|
|
9045 (CHECK_LIVE_PROCESS): New macro.
|
|
|
9046
|
|
|
9047 * process.c: Declare Qprocess_live_p.
|
|
|
9048 (Fprocess_live_p): New function.
|
|
|
9049 (create_process): Use PROCESS_LIVE_P.
|
|
|
9050 (read_process_output): Ditto.
|
|
|
9051 (set_process_filter): Ditto.
|
|
|
9052 (Fdelete_process): Ditto.
|
|
|
9053 (kill_buffer_processes): Ditto
|
|
|
9054 (process_send_signal): Use CHECK_LIVE_PROCESS.
|
|
|
9055 (Fprocess_input_coding_system): Check whether process is still
|
|
|
9056 alive (fix PR#1061).
|
|
|
9057 (Fprocess_output_coding_system): Ditto.
|
|
|
9058 (Fprocess_coding_system): Ditto.
|
|
|
9059 (Fset_process_input_coding_system): Ditto.
|
|
|
9060 (Fset_process_output_coding_system): Ditto.
|
|
|
9061
|
|
|
9062 2000-01-23 Andy Piper <andy@xemacs.org>
|
|
|
9063
|
|
|
9064 * glyphs.h (struct Lisp_Image_Instance): change format by unifying
|
|
|
9065 layout and widget.
|
|
|
9066
|
|
|
9067 * glyphs.c (mark_image_instance): take into account changed
|
|
|
9068 image_instance format.
|
|
|
9069 (image_instance_equal): ditto.
|
|
|
9070 (image_instance_hash): ditto.
|
|
|
9071
|
|
|
9072 * glyphs-widget.c (widget_instantiate): Incorporate layout
|
|
|
9073 instantiation here. Delay layout of the layout until later.
|
|
|
9074 (layout_instantiate): deleted.
|
|
|
9075 (layout_query_geometry): new function. get the geometry of a
|
|
|
9076 layout.
|
|
|
9077 (layout_layout): layout a layout dynamically.
|
|
|
9078 (image_instantiator_widget): New function - splitting up
|
|
|
9079 image_instantiator_format_create_glyphs_widget for netwinder
|
|
|
9080 compilation.
|
|
|
9081 (image_instantiator_buttons):
|
|
|
9082 (image_instantiator_edit_fields):
|
|
|
9083 (image_instantiator_combo_box):
|
|
|
9084 (image_instantiator_scrollbar):
|
|
|
9085 (image_instantiator_progress_guage):
|
|
|
9086 (image_instantiator_tree_view):
|
|
|
9087 (image_instantiator_tab_control):
|
|
|
9088 (image_instantiator_labels):
|
|
|
9089 (image_instantiator_layout): ditto.
|
|
442
|
9090 (image_instantiator_format_create_glyphs_widget): Call preceding
|
|
440
|
9091 functions.
|
|
|
9092
|
|
|
9093 2000-01-22 Martin Buchholz <martin@xemacs.org>
|
|
|
9094
|
|
|
9095 * process.c (Fset_process_coding_system):
|
|
442
|
9096 * device-x.c (Fx_keysym_hash_table):
|
|
440
|
9097 Docstring fixes.
|
|
|
9098
|
|
|
9099 * lstream.c (Lstream_write): Return documented value, not 0.
|
|
|
9100
|
|
442
|
9101 * fileio.c (directory_file_name):
|
|
|
9102 (Fsubstitute_in_file_name):
|
|
|
9103 (Fsubstitute_insert_file_contents_internal):
|
|
440
|
9104 (Fwrite_region_internal):
|
|
|
9105 * emacs.c:
|
|
|
9106 * sysdep.c:
|
|
442
|
9107 * getloadavg.c:
|
|
440
|
9108 * systty.h:
|
|
|
9109 Remove vestigial APOLLO-conditional code.
|
|
|
9110
|
|
|
9111 2000-01-21 Martin Buchholz <martin@xemacs.org>
|
|
|
9112
|
|
|
9113 * getpagesize.h: Add guard macros.
|
|
|
9114 * libsst.h: Add guard macros.
|
|
|
9115 * libst.h: Add guard macros.
|
|
|
9116 * line-number.h: Add guard macros.
|
|
|
9117 * ndir.h: Add guard macros.
|
|
|
9118 * sysfloat.h: Add guard macros.
|
|
|
9119 * sysfile.h: Add guard macros.
|
|
|
9120 * sysproc.h: Add guard macros.
|
|
|
9121 * syswait.h: Add guard macros.
|
|
|
9122 * xintrinsic.h: Add guard macros.
|
|
|
9123 * xintrinsicp.h: Add guard macros.
|
|
|
9124 * xmmanager.h: Add guard macros.
|
|
|
9125 * xmmanagerp.h: Add guard macros.
|
|
|
9126 * xmprimitive.h: Add guard macros.
|
|
|
9127 * xmu.h: Add guard macros.
|
|
|
9128 * gpmevent.h: Add copyright statement. Add guard macros.
|
|
|
9129 * miscplay.h: Add guard macros.
|
|
|
9130 * *.h: Use consistent C-standards-approved guard macro names.
|
|
|
9131
|
|
442
|
9132 * opaque.c (make_opaque): Switch parameter order.
|
|
440
|
9133 * opaque.h (make_opaque): Switch parameter order.
|
|
|
9134 Update all callers.
|
|
|
9135 * buffer.h (MAKE_MIRROR_TRT_TABLE): Use symbolic constant OPAQUE_CLEAR.
|
|
|
9136
|
|
|
9137 * config.h.in (type_checking_assert): Added.
|
|
|
9138 (bufpos_checking_assert): Added.
|
|
|
9139
|
|
|
9140 2000-01-21 Martin Buchholz <martin@xemacs.org>
|
|
|
9141
|
|
|
9142 * alloc.c: Harmless pdump changes.
|
|
|
9143 - Use countof().
|
|
|
9144 - spell alignment correctly.
|
|
|
9145 * sysdep.c: Use countof()
|
|
|
9146
|
|
|
9147 2000-01-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
9148
|
|
|
9149 * console.c (create_console): Use CONMETH_OR_GIVEN when calling
|
|
|
9150 initially_selected_for_input() console method, default to 0.
|
|
|
9151 (semi_canonicalize_console_connection): Try to delegate to
|
|
|
9152 canonicalize_console_connection if no such console method.
|
|
|
9153 (canonicalize_console_connection): Vice versa.
|
|
|
9154 (print_console): Do not print nil connection.
|
|
|
9155
|
|
|
9156 * console.h (XDEVIMPF_IS_A_PRINTER): Added.
|
|
|
9157 (XDEVIMPF_NO_AUTO_REDISPLAY): Added.
|
|
|
9158 (XDEVIMPF_FRAMELESS_OK): Added.
|
|
|
9159 (CONSOLE_INHERITS_METHOD): Added.
|
|
|
9160
|
|
|
9161 * console-msw.c (mswindows_canonicalize_console_connection):
|
|
|
9162 Added.
|
|
|
9163 (mswindows_canonicalize_device_connection): Added.
|
|
|
9164
|
|
|
9165 * console-msw.h (struct msprinter_device): Added this struct and
|
|
|
9166 accessor macros.
|
|
|
9167 (mswindows_device): Made fontlist a lisp object.
|
|
|
9168
|
|
|
9169 * device.c (semi_canonicalize_device_connection): Try to delegate
|
|
|
9170 to canonicalize_device_connection if no such console method.
|
|
|
9171 (canonicalize_device_connection): Vice versa.
|
|
|
9172 (print_device): Do not print nil connection.
|
|
|
9173
|
|
|
9174 * device-msw.c (mswindows_init_device): Call InitCommonControls
|
|
|
9175 when have widgets.
|
|
|
9176 (mswindows_delete_device): Removed fontlist deallocation.
|
|
|
9177 (mswindows_mark_device): Added.
|
|
|
9178
|
|
|
9179 * events.c (event_equal): Added abort() at unreached code.
|
|
|
9180 (event_hash): Ditto.
|
|
|
9181
|
|
|
9182 * faces.c (complex_vars_of_faces): Added Qmsprinter to the list of
|
|
|
9183 fallback tags of Windows devices.
|
|
|
9184
|
|
|
9185 * general.c (syms_of_general): Initialized Qmsprinter.
|
|
|
9186
|
|
|
9187 * gutter.c (complex_vars_of_gutters): Added Qmsprinter to the list
|
|
|
9188 of fallback tags of Windows devices.
|
|
|
9189
|
|
|
9190 * lisp.h: Declared Qmsprinter.
|
|
|
9191
|
|
|
9192 * objects-msw.c (font_enum_callback_2): Rewrote to build lisp list
|
|
|
9193 of strings.
|
|
|
9194 (mswindows_list_fonts): Ditto.
|
|
|
9195 (mswindows_enumerate_fonts): Removed dependency on XDEVICE, so
|
|
|
9196 that it can be used by both mswindows and msprinter devices.
|
|
|
9197 (initialize_font_instance): Added.
|
|
|
9198 (mswindows_initialize_font_instance): Use it.
|
|
|
9199 (msprinter_initialize_font_instance): Added.
|
|
|
9200
|
|
|
9201 * redisplay.c (redisplay_device): Added the parameter AUTOMATIC
|
|
|
9202 and implementation flags check.
|
|
|
9203 (redisplay_without_hooks): Changed the call to the above.
|
|
|
9204 (Fredraw_device): Ditto.
|
|
|
9205 (Fredisplay_device): Ditto.
|
|
|
9206
|
|
|
9207 * redisplay-msw.c (get_frame_dc): Implemented.
|
|
|
9208 (get_frame_compdc): Implemented.
|
|
|
9209 (many functions): Use the two functions above to get device
|
|
|
9210 contexts, ether for a window or a printer.
|
|
|
9211
|
|
|
9212 2000-01-21 Olivier Galibert <galibert@pobox.com>
|
|
|
9213
|
|
|
9214 * symbols.c (reinit_symbols_once_early): Put Qzero/Qnull_pointer
|
|
|
9215 initialization here.
|
|
|
9216 (init_symbols_once_early): Call it.
|
|
|
9217 * emacs.c (main_1): Call it.
|
|
|
9218 * symsinit.h: Declare it.
|
|
|
9219
|
|
|
9220 2000-01-19 Olivier Galibert <galibert@pobox.com>
|
|
|
9221
|
|
|
9222 * alloc.c: Use a lrecord_header * in the backtrace instead of a
|
|
|
9223 Lisp_Object.
|
|
|
9224 (pdump_backtrace): Ditto.
|
|
|
9225 (pdump_register_object): Ditto. Cleanup use of the pointers.
|
|
|
9226 (pdump_get_entry): Abort if trying to register a null pointer.
|
|
|
9227 (pdump_dump_data): Cleanup types when relocating.
|
|
|
9228 (pdump_dump_staticvec): Cleanup types w.r.t the reloc table.
|
|
|
9229 (pdump_dump_rtables): Remove bad casts.
|
|
|
9230 (pdump_load): Cleanup relocation w.r.t union type. Use a
|
|
|
9231 Lisp_Object instead of a EMACS_INT for the hashtable
|
|
|
9232 reorganization.
|
|
|
9233
|
|
|
9234 2000-01-20 Martin Buchholz <martin@xemacs.org>
|
|
|
9235
|
|
|
9236 * emacs.c (main_1): Rearrange morass of #ifdef's for correctness.
|
|
|
9237
|
|
|
9238 * callproc.c (call_process_cleanup): Isolate WINDOWSNT code for clarity.
|
|
|
9239
|
|
|
9240 * EmacsManager.c (GeometryManager): Avoid use of CPP for clarity.
|
|
|
9241
|
|
|
9242 * *.[ch]: global-replace 's/_of_xselect/_of_select_x/g' *.[ch]
|
|
|
9243
|
|
|
9244 2000-01-17 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
9245
|
|
|
9246 * faces.h (FACE_STRIKETHRU_P): Added.
|
|
|
9247
|
|
|
9248 * glyphs-msw.c (mswindows_widget_hfont): Implemented, to take care
|
|
|
9249 of font variants.
|
|
|
9250
|
|
|
9251 * redisplay-msw.c (mswindows_apply_face_effects): Deleted.
|
|
|
9252 (mswindows_set_dc_font): New function, aware of font variants,
|
|
|
9253 separated from mswindows_update_dc.
|
|
|
9254
|
|
|
9255 * objects-msw.h (struct mswindows_font_instance_data): Added
|
|
|
9256 definition.
|
|
|
9257
|
|
|
9258 * objects-msw.c (mswindows_finalize_font_instance): Delete all
|
|
|
9259 cached fonts and the data structure.
|
|
|
9260 (mswindows_initialize_font_instance): Added creation of font data
|
|
|
9261 structure.
|
|
|
9262 (mswindows_print_font_instance): Print at least something.
|
|
|
9263 (mswindows_create_font_variant): Implemented.
|
|
|
9264 (mswindows_get_hfont): Implemented.
|
|
|
9265
|
|
|
9266 2000-01-13 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
|
|
|
9267
|
|
|
9268 * dired-msw.c: permute "sysdir.h" with "sysfile.h" because of
|
|
|
9269 prototyping problem with msvc.
|
|
|
9270
|
|
|
9271 * emacs.c (main_1): added syms_of_gui_mswindows() call
|
|
|
9272
|
|
|
9273 * gui-msw.c: added "mswindows-shell-execute" lisp subr and
|
|
|
9274 syms_of_gui_mswindows() function
|
|
|
9275
|
|
|
9276 * symsinit.h: added the prototype for syms_of_gui_mswindows()
|
|
|
9277
|
|
438
|
9278 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
434
|
9279
|
|
438
|
9280 * XEmacs 21.2.27 is released.
|
|
432
|
9281
|
|
438
|
9282 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
430
|
9283
|
|
438
|
9284 * glyphs-eimage.c (struct tiff_error_struct):
|
|
|
9285 (tiff_error_func):
|
|
|
9286 (tiff_warning_func):
|
|
|
9287 #if HAVE_VSNPRINTF ==> #ifdef HAVE_VSNPRINTF
|
|
428
|
9288
|
|
438
|
9289 * unexmips.c:
|
|
|
9290 * unexhp9k3.c:
|
|
|
9291 * unexfreebsd.c:
|
|
|
9292 * unexec.c: Remove vestigial Lucid C code.
|
|
|
9293 * unexalpha.c:
|
|
|
9294 * unexaix.c:
|
|
|
9295 * termcap.c:
|
|
|
9296 * libsst.c: Ansify.
|
|
|
9297 Remove declarations of errno and strerror().
|
|
428
|
9298
|
|
438
|
9299 * eval.c (Fbacktrace): Small Purify-cation. Fix docstring.
|
|
428
|
9300
|
|
438
|
9301 * .dbxrc (run-temacs): Use the horrible ${1+"$@"} instead of "$@".
|
|
428
|
9302
|
|
438
|
9303 2000-01-16 Martin Buchholz <martin@xemacs.org>
|
|
428
|
9304
|
|
438
|
9305 * mule-charset.c (Fchar_octet): Resurrect from earlier in 1999.
|
|
|
9306 Optimize.
|
|
428
|
9307
|
|
438
|
9308 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
428
|
9309
|
|
438
|
9310 * md5.c:
|
|
|
9311 * file-coding.c:
|
|
428
|
9312 * file-coding.h:
|
|
438
|
9313 Change enum eol_type to eol_type_t.
|
|
428
|
9314
|
|
438
|
9315 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
428
|
9316
|
|
438
|
9317 * gui.c (get_gui_callback): Check cons before accessing car.
|
|
428
|
9318
|
|
438
|
9319 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
428
|
9320
|
|
438
|
9321 * specifier.h (XSPECIFIER_TYPE): Add error checking version.
|
|
|
9322 (XSETSPECIFIER_TYPE): Ditto.
|
|
428
|
9323
|
|
438
|
9324 2000-01-17 Didier Verna <didier@xemacs.org>
|
|
428
|
9325
|
|
438
|
9326 * redisplay.c (generate_fstring_runes): compute string size in
|
|
|
9327 characters, not bytes.
|
|
428
|
9328
|
|
438
|
9329 2000-01-09 Hrvoje Niksic <hniksic@iskon.hr>
|
|
428
|
9330
|
|
438
|
9331 * window.c (Fwindow_minibuffer_p): Make WINDOW optional.
|
|
428
|
9332
|
|
438
|
9333 2000-01-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
428
|
9334
|
|
438
|
9335 * print.c (print_error_message): Call print_prepare().
|
|
428
|
9336
|
|
438
|
9337 2000-01-14 Martin Buchholz <martin@xemacs.org>
|
|
428
|
9338
|
|
438
|
9339 * .dbxrc: Renamed from dbxrc.
|
|
428
|
9340
|
|
438
|
9341 * events.c (event_to_character):
|
|
|
9342 Use `assert (foo)' instead of `if (!foo) abort()'
|
|
428
|
9343
|
|
438
|
9344 * .gdbinit (xtype): Add documentation.
|
|
|
9345 * .gdbinit (check-temacs): New function.
|
|
|
9346 * .gdbinit (check-xemacs): New function.
|
|
|
9347 * dbxrc (check-xemacs): New function.
|
|
|
9348 * dbxrc (check-xemacs): New function.
|
|
428
|
9349
|
|
438
|
9350 2000-01-14 Andy Piper <andy@xemacs.org>
|
|
428
|
9351
|
|
438
|
9352 * glyphs-widget.c (widget_query_geometry): Make sure that we
|
|
|
9353 calculate default dimensions correctly.
|
|
428
|
9354
|
|
438
|
9355 2000-01-13 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
428
|
9356
|
|
438
|
9357 * symsinit.h: Added prototype for reinit_vars_of_frame_mswindows.
|
|
428
|
9358
|
|
438
|
9359 * event-msw.c (vars_of_event_mswindows): Fixed a mistyped
|
|
|
9360 pdump_wire'd variable.
|
|
428
|
9361
|
|
438
|
9362 * emacs.c: (main_1): Conditionalized calls to
|
|
|
9363 reinit_vars_of_scrollbar_x and reinit_vars_of_module.
|
|
428
|
9364
|
|
438
|
9365 2000-01-13 Martin Buchholz <martin@xemacs.org>
|
|
428
|
9366
|
|
438
|
9367 * window.c (Fset_window_configuration):
|
|
|
9368 * sysdep.c (_start):
|
|
|
9369 * input-method-motif.c (res):
|
|
|
9370 * event-Xt.c (Xt_process_to_emacs_event):
|
|
|
9371 Simple compiler warning fixes.
|
|
428
|
9372
|
|
438
|
9373 * bytecode.c (funcall_compiled_function): Use the original
|
|
|
9374 function symbol on the backtrace list in preference to the
|
|
|
9375 compiled_function object in error messages.
|
|
428
|
9376
|
|
438
|
9377 2000-01-13 Andy Piper <andy@xemacs.org>
|
|
428
|
9378
|
|
438
|
9379 * glyphs-x.c (update_widget_face): Make sure we update the widget
|
|
|
9380 background as well as foreground.
|
|
428
|
9381
|
|
438
|
9382 2000-01-13 Andy Piper <andy@xemacs.org>
|
|
428
|
9383
|
|
438
|
9384 * glyphs.h (struct Lisp_Image_Instance): Move justify and orient
|
|
|
9385 fields to subwindow.
|
|
|
9386 (IMAGE_INSTANCE_SUBWINDOW_JUSTIFY): new macro.
|
|
|
9387 (XIMAGE_INSTANCE_SUBWINDOW_JUSTIFY): ditto.
|
|
|
9388 (IMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
|
|
|
9389 (XIMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
|
|
428
|
9390
|
|
438
|
9391 * glyphs-widget.c (check_valid_tab_orientation): new function.
|
|
|
9392 (initialize_widget_image_instance): zero orientation and
|
|
|
9393 justification.
|
|
|
9394 (widget_instantiate): pick up orientation.
|
|
|
9395 (tab_control_query_geometry): return appropriate values for
|
|
|
9396 vertical tabs.
|
|
428
|
9397
|
|
438
|
9398 * glyphs-msw.c: (mswindows_tab_control_instantiate): assign
|
|
|
9399 appropriate creation flags for left, right and bottom tabs.
|
|
428
|
9400
|
|
438
|
9401 * s/cygwin32.h: add tab definitions.
|
|
428
|
9402
|
|
438
|
9403 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
428
|
9404
|
|
438
|
9405 * glyphs-msw.c (mswindows_unmap_subwindow): Set focus back to the
|
|
|
9406 frame upon hiding a subwindow.
|
|
|
9407 (mswindows_button_instantiate): Changed the push button style to
|
|
|
9408 BS_PUSHBUTTON.
|
|
|
9409 (mswindows_button_instantiate): Removed button BS_NOTIFY
|
|
|
9410 style.
|
|
|
9411 (mswindows_button_instantiate): Removed redundant check for
|
|
|
9412 a disabled gui item.
|
|
|
9413 (mswindows_button_instantiate): Made use of WS_TABSTOP
|
|
|
9414 consistent: "operable" controls (edit, button, tree, scroll) have
|
|
|
9415 this style, "display-only" ones (static, progress gauge) do
|
|
|
9416 not. This style is currently ignored by XEmacs though. Also,
|
|
|
9417 removed the WS_EX_CONTROLPARENT style - it is not for children,
|
|
|
9418 it is for their parents!
|
|
|
9419 (mswindows_edit_field_instantiate): Ditto.
|
|
|
9420 (mswindows_progress_gauge_instantiate): Ditto.
|
|
|
9421 (mswindows_tree_view_instantiate): Ditto.
|
|
|
9422 (mswindows_tab_control_instantiate): Ditto.
|
|
|
9423 (mswindows_scrollbar_instantiate): Ditto.
|
|
|
9424 (mswindows_combo_box_instantiate): Ditto.
|
|
|
9425 (mswindows_widget_instantiate): Added the WS_EX_CONTROLPARENT
|
|
|
9426 style to the "clip" window.
|
|
|
9427 (mswindows_button_instantiate): Removed compilation warning by
|
|
|
9428 equally typing terms of the ?: operator.
|
|
428
|
9429
|
|
438
|
9430 2000-01-12 Didier Verna <didier@xemacs.org>
|
|
428
|
9431
|
|
438
|
9432 * redisplay.c (generate_fstring_runes): new parameter holding the
|
|
|
9433 last modeline-format extent.
|
|
|
9434 (add_glyph_to_fstring_db_runes): new parameter holding the glyph
|
|
|
9435 extent, fill the glyph block with it.
|
|
|
9436 (generate_fstring_runes): handle these parameters.
|
|
|
9437 (generate_formatted_string_db): ditto.
|
|
428
|
9438
|
|
438
|
9439 * keymap.c (get_relevant_keymaps): retreive the keymaps from the
|
|
|
9440 glyphs'extents in the modeline.
|
|
428
|
9441
|
|
438
|
9442 1999-01-11 Mike Woolley <mike@bulsara.com>
|
|
428
|
9443
|
|
438
|
9444 * ntheap.c: Reduced the reserved heap space from 1Gb down to
|
|
|
9445 256Mb, as a workaround for the non-starting problem many people
|
|
|
9446 have experienced.
|
|
428
|
9447
|
|
438
|
9448 2000-01-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
428
|
9449
|
|
438
|
9450 * console-tty.c (Fset_console_tty_output_coding_system):
|
|
|
9451 Force redrawing tty frame.
|
|
428
|
9452
|
|
438
|
9453 2000-01-10 Didier Verna <didier@xemacs.org>
|
|
428
|
9454
|
|
438
|
9455 * redisplay.c (generate_fstring_runes): fix size computation bug.
|
|
428
|
9456
|
|
438
|
9457 2000-01-09 William M. Perry <wmperry@aventail.com>
|
|
428
|
9458
|
|
438
|
9459 * gpmevent.c: (gpm_next_event_cb): Don't return value from void function.
|
|
428
|
9460
|
|
438
|
9461 2000-01-09 Andy Piper <andy@xemacs.org>
|
|
428
|
9462
|
|
438
|
9463 * glyphs-msw.c: index -> i to avoid shadows.
|
|
|
9464 (xbm_create_bitmap_from_data): make static.
|
|
|
9465 (check_valid_string_or_int): deleted.
|
|
|
9466 (mswindows_control_wnd_proc): message -> msg to avoid shadows.
|
|
428
|
9467
|
|
438
|
9468 * glyphs-x.c (x_update_subwindow): remove unused args.
|
|
428
|
9469
|
|
438
|
9470 * glyphs.c (glyph_image_instance): return the thing. Don't set the
|
|
|
9471 back pointer - this is done in allocate_image_instance.
|
|
|
9472 (query_string_font): return Qnil to make the compiler happy.
|
|
|
9473 (unmap_subwindow): set to ~0 to make the compiler happy.
|
|
|
9474 (glyph_query_geometry): comment out until used.
|
|
|
9475 (glyph_layout): ditto.
|
|
428
|
9476
|
|
438
|
9477 2000-01-09 Hrvoje Niksic <hniksic@iskon.hr>
|
|
428
|
9478
|
|
438
|
9479 * insdel.c (signal_after_change): Remove extraneous unbind_to().
|