479
|
1 2001-04-20 Ben Wing <ben@xemacs.org>
|
|
2
|
|
3 * .cvsignore: Added stuff for Windows.
|
|
4
|
|
5 2001-04-15 Ben Wing <ben@xemacs.org>
|
|
6
|
|
7 * cmdloop.c (call_command_loop):
|
|
8 Fix braino in bit-rotting code.
|
|
9
|
|
10 * event-stream.c:
|
|
11 * event-stream.c (Fnext_event):
|
|
12 * event-stream.c (is_scrollbar_event):
|
|
13 * event-stream.c (execute_command_event):
|
|
14 Better fix for Yoshiki's `C-x @ h <scrollbar-drag> x causes a
|
|
15 crash' problem. His fix introduces other problems. We filter
|
|
16 out scrollbar events specifically, making them somewhat invisible
|
|
17 to command-building, and not appearing in `this-command-keys'.
|
|
18 More work is still needed (see comments in event-stream.c), but
|
|
19 this fixes all the major problems.
|
|
20
|
475
|
21 2001-04-15 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
22
|
|
23 * process-unix.c (unix_open_network_stream): If connect() fails
|
|
24 invalidate file descriptor after closing it.
|
|
25
|
472
|
26 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
27
|
|
28 * XEmacs 21.5.0 "alfalfa" is released.
|
|
29
|
469
|
30 2001-03-31 Mike Sperber <mike@xemacs.org>
|
|
31
|
|
32 * search.c (Freplace_match): [Again] support FSF-style
|
|
33 specification of match subexpression when applied to a buffer.
|
|
34
|
468
|
35 2001-04-07 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
36
|
|
37 * extents.c (Fset_extent_endpoints): Force creation of extent info
|
|
38 in buffer_or_string.
|
|
39
|
|
40 2001-04-07 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
41
|
|
42 * extents.c (process_extents_for_insertion_mapper): Correctly
|
|
43 check for open-open zero-length extents.
|
|
44
|
464
|
45 2001-04-02 Jan Vroonhof <jan@xemacs.org>
|
|
46
|
|
47 * redisplay.c (add_bufbyte_string_runes): Update data->bytepos
|
|
48
|
|
49 2001-04-03 Mike Sperber <mike@xemacs.org>
|
|
50
|
|
51 * search.c: Revert previous patch due because of release.
|
|
52
|
|
53 2001-03-30 Ben Wing <ben@xemacs.org>
|
|
54
|
|
55 * s\cygwin32.h:
|
|
56 Add missing killpg prototype.
|
|
57
|
|
58 * elhash.c:
|
|
59 Add a comment about fixing problems when a new entry is added
|
|
60 while mapping.
|
|
61
|
|
62 * frame-msw.c (mswindows_init_frame_1):
|
|
63 Fix compile warnings.
|
|
64
|
|
65 * menubar.c (vars_of_menubar):
|
|
66 Provide `menu-accelerator-support' to indicate that we properly
|
|
67 support %_ in menu specifications, so that package code can
|
|
68 conditionalize on this (and remove %_ from menu specifications
|
|
69 on older versions).
|
|
70
|
|
71 * event-msw.c:
|
|
72 * scrollbar-msw.c:
|
|
73 * scrollbar-msw.c (can_scroll):
|
|
74 * scrollbar-msw.h:
|
|
75 Fix handling of mouse wheel under Windows to follow standards --
|
|
76 now scrolls window under pointer, not selected window.
|
|
77
|
|
78 2001-03-31 Mike Sperber <mike@xemacs.org>
|
|
79
|
|
80 * search.c (Freplace_match): Support FSF-style specification of
|
|
81 match subexpression when applied to a buffer.
|
|
82
|
|
83 2001-03-15 Martin Buchholz <martin@xemacs.org>
|
|
84
|
|
85 * keymap.c (Fmap_keymap): map-keymap explicitly allows a mapping
|
|
86 function to modify KEYMAP, so map over a copy of the hash table.
|
|
87
|
462
|
88 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
89
|
|
90 * XEmacs 21.2.46 "Urania" is released.
|
|
91
|
|
92 2001-03-20 Dan Holmsand <dan@eyebee.com>
|
|
93
|
|
94 * realpath.c (xrealpath): Make file-truename work with symlinks to
|
|
95 /cygdrive paths on cygwin. Always lowercase drive-letters on
|
|
96 native windows.
|
|
97 (cygwin_readlink): Don't try to find canonical filename unless
|
|
98 file exists.
|
|
99
|
|
100 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
101
|
|
102 * ChangeLog: Log GTK merge.
|
|
103
|
|
104 * dumper.c:
|
|
105 * select-x.c:
|
|
106 * specifier.c:
|
|
107 * symeval.h:
|
|
108 Revert gratuitous whitespace changes from GTK merge.
|
|
109
|
|
110 * emacs.c: Document end of complex #ifdef @ l. 1495.
|
|
111
|
|
112
|
|
113 2001-03-12 Andy Piper <andy@xemacs.org>
|
|
114
|
|
115 * mingw32.h: unfortunately cygnus changed mingw32 -> mingw so we
|
|
116 have to do likewise.
|
|
117
|
|
118 2001-03-12 Andy Piper <andy@xemacs.org>
|
|
119
|
|
120 * sysdep.c: we only support mingw now.
|
|
121
|
|
122 2001-03-09 Andy Piper <andy@xemacs.org>
|
|
123
|
|
124 * unexcw.c (copy_executable_and_dump_data_section): making approx
|
|
125 overrun a warning only.
|
|
126
|
|
127 2001-03-10 William M. Perry <wmperry@aventail.com>
|
|
128
|
|
129 * faces.c (complex_vars_of_faces): Rewrote the font mucking to
|
|
130 satisfy Stephen's identical-after-cpp plea.
|
|
131
|
|
132 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
133
|
|
134 * cmds.c:
|
|
135 * cmds.c (Fforward_char):
|
|
136 * syntax.c:
|
|
137 * window.c:
|
|
138
|
|
139 Augment documentation of the most common motion commands to make
|
|
140 note of the shifted-motion support.
|
|
141
|
|
142 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
143
|
|
144 * nt.c (mswindows_fstat):
|
|
145 * nt.c (mswindows_stat):
|
|
146 * search.c (boyer_moore):
|
|
147 Fix compile warnings under Windows.
|
|
148
|
|
149 * sysdep.c (sys_readdir):
|
|
150 Fix buggy filename-conversion code under Mule.
|
|
151
|
|
152 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
153
|
|
154 * Makefile.in.in:
|
|
155 * config.h.in:
|
|
156 * console.c:
|
|
157 * console.h:
|
|
158 * device.c:
|
|
159 * device.h:
|
|
160 * dragdrop.c:
|
|
161 * emacs.c:
|
|
162 * event-stream.c:
|
|
163 * events.c:
|
|
164 * events.h:
|
|
165 * faces.c:
|
|
166 * frame.h:
|
|
167 * general-slots.h:
|
|
168 * glyphs.c:
|
|
169 * gutter.c:
|
|
170 * inline.c:
|
|
171 * lisp.h:
|
|
172 * lrecord.h:
|
|
173 * make-src-depend:
|
|
174 * redisplay-output.c:
|
|
175 * redisplay.c:
|
|
176 * symsinit.h:
|
|
177 * sysfile.h:
|
|
178 * toolbar.c:
|
|
179 * window.c:
|
|
180 The Great GTK Merge.
|
|
181
|
|
182 * ChangeLog.GTK:
|
|
183 * console-gtk.c:
|
|
184 * console-gtk.h:
|
|
185 * device-gtk.c:
|
|
186 * emacs-marshals.c:
|
|
187 * emacs-widget-accessors.c:
|
|
188 * event-gtk.c:
|
|
189 * frame-gtk.c:
|
|
190 * gccache-gtk.c:
|
|
191 * gccache-gtk.h:
|
|
192 * glade.c:
|
|
193 * glyphs-gtk.c:
|
|
194 * glyphs-gtk.h:
|
|
195 * gtk-glue.c:
|
|
196 * gtk-xemacs.c:
|
|
197 * gtk-xemacs.h:
|
|
198 * gui-gtk.c:
|
|
199 * gui-gtk.h:
|
|
200 * menubar-gtk.c:
|
|
201 * native-gtk-toolbar.c:
|
|
202 * objects-gtk.c:
|
|
203 * objects-gtk.h:
|
|
204 * redisplay-gtk.c:
|
|
205 * scrollbar-gtk.c:
|
|
206 * scrollbar-gtk.h:
|
|
207 * select-gtk.c:
|
|
208 * toolbar-gtk.c:
|
|
209 * ui-byhand.c:
|
|
210 * ui-gtk.c:
|
|
211 * ui-gtk.h:
|
|
212 The Great GTK Merge: new files.
|
|
213
|
|
214 2001-02-26 Ben Wing <ben@xemacs.org>
|
|
215
|
|
216 Reapplied Lstream change.
|
|
217
|
|
218 2001-02-26 Ben Wing <ben@xemacs.org>
|
|
219
|
|
220 Undid the last change, since it is more controversial than I
|
|
221 thought. It should be back in at some point soon.
|
|
222
|
|
223 2001-02-25 Ben Wing <ben@xemacs.org>
|
|
224
|
|
225 * buffer.c:
|
|
226 * callproc.c (Fold_call_process_internal):
|
|
227 * event-msw.c (ntpipe_slurp_reader):
|
|
228 * event-msw.c (ntpipe_shove_writer):
|
|
229 * event-msw.c (winsock_reader):
|
|
230 * event-msw.c (winsock_writer):
|
|
231 * file-coding.c:
|
|
232 * file-coding.c (detect_eol_type):
|
|
233 * file-coding.c (detect_coding_type):
|
|
234 * file-coding.c (determine_real_coding_system):
|
|
235 * file-coding.c (Fdetect_coding_region):
|
|
236 * file-coding.c (decoding_reader):
|
|
237 * file-coding.c (decoding_writer):
|
|
238 * file-coding.c (mule_decode):
|
|
239 * file-coding.c (Fdecode_coding_region):
|
|
240 * file-coding.c (encoding_reader):
|
|
241 * file-coding.c (encoding_writer):
|
|
242 * file-coding.c (mule_encode):
|
|
243 * file-coding.c (Fencode_coding_region):
|
|
244 * file-coding.c (detect_coding_sjis):
|
|
245 * file-coding.c (decode_coding_sjis):
|
|
246 * file-coding.c (encode_coding_sjis):
|
|
247 * file-coding.c (detect_coding_big5):
|
|
248 * file-coding.c (decode_coding_big5):
|
|
249 * file-coding.c (encode_coding_big5):
|
|
250 * file-coding.c (detect_coding_ucs4):
|
|
251 * file-coding.c (decode_coding_ucs4):
|
|
252 * file-coding.c (encode_coding_ucs4):
|
|
253 * file-coding.c (detect_coding_utf8):
|
|
254 * file-coding.c (decode_coding_utf8):
|
|
255 * file-coding.c (encode_coding_utf8):
|
|
256 * file-coding.c (detect_coding_iso2022):
|
|
257 * file-coding.c (decode_coding_iso2022):
|
|
258 * file-coding.c (encode_coding_iso2022):
|
|
259 * file-coding.c (decode_coding_no_conversion):
|
|
260 * file-coding.c (encode_coding_no_conversion):
|
|
261 * glyphs-x.c (write_lisp_string_to_temp_file):
|
|
262 * gpmevent.c (tty_get_foreign_selection):
|
|
263 * lisp.h:
|
|
264 * lstream.c:
|
|
265 * lstream.c (Lstream_flush_out):
|
|
266 * lstream.c (Lstream_adding):
|
|
267 * lstream.c (Lstream_write_1):
|
|
268 * lstream.c (Lstream_write):
|
|
269 * lstream.c (Lstream_raw_read):
|
|
270 * lstream.c (Lstream_read_more):
|
|
271 * lstream.c (Lstream_read):
|
|
272 * lstream.c (Lstream_unread):
|
|
273 * lstream.c (Lstream_fputc):
|
|
274 * lstream.c (stdio_reader):
|
|
275 * lstream.c (stdio_writer):
|
|
276 * lstream.c (filedesc_reader):
|
|
277 * lstream.c (filedesc_writer):
|
|
278 * lstream.c (lisp_string_reader):
|
|
279 * lstream.c (struct fixed_buffer_stream):
|
|
280 * lstream.c (make_fixed_buffer_input_stream):
|
|
281 * lstream.c (make_fixed_buffer_output_stream):
|
|
282 * lstream.c (fixed_buffer_reader):
|
|
283 * lstream.c (fixed_buffer_writer):
|
|
284 * lstream.c (struct resizing_buffer_stream):
|
|
285 * lstream.c (resizing_buffer_writer):
|
|
286 * lstream.c (dynarr_writer):
|
|
287 * lstream.c (lisp_buffer_reader):
|
|
288 * lstream.c (lisp_buffer_writer):
|
|
289 * lstream.h:
|
|
290 * lstream.h (lstream_implementation):
|
|
291 * lstream.h (struct lstream):
|
|
292 * md5.c (Fmd5):
|
|
293 * process-nt.c (nt_send_process):
|
|
294 * process-unix.c (unix_send_process):
|
|
295
|
|
296 Correct Lstream lossage due to mixing of signed and unsigned
|
|
297 quantities. All Lstream uses of size_t and ssize_t are now a
|
|
298 single signed data type Lstream_data_count. This fixes problems
|
|
299 under Windows with sending large quantities of data to a process,
|
|
300 and may well fix other subtle bugs.
|
|
301
|
460
|
302 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
303
|
|
304 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
305
|
|
306 2001-02-21 Martin Buchholz <martin@xemacs.org>
|
|
307
|
|
308 * lisp-union.h (XSETINT):
|
|
309 (XSETCHAR):
|
|
310 (XSETOBJ):
|
|
311 Reverse previous change of 2001-02-06.
|
|
312
|
|
313 2001-02-20 Matt Tucker <tuck@whistlingfish.net>
|
|
314
|
|
315 Fix `VALID_BYTIND_P' crashes in regex.c when using narrowed
|
|
316 buffers.
|
|
317 * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR):
|
|
318 * syntax.h (SYNTAX_CACHE_OBJECT_BYTE_TO_CHAR):
|
|
319 Add `BI_BUF_BEGV' to bytepos before calculating bufpos.
|
|
320 * regex.c (POS_AS_IN_BUFFER): removed
|
|
321 * regex.c (re_search_2):
|
|
322 * regex.c (re_match_2):
|
|
323 Don't use an offset of 1 when calculating buffer positions, since
|
|
324 `BI_BUF_BEGV' does it already.
|
|
325
|
|
326 2001-02-18 Wim Dumon <wim@easics.be>
|
|
327
|
|
328 * insdel.c (prepare_to_modify_buffer): Also check for
|
|
329 supersession when clash-detection is enabled.
|
|
330
|
|
331 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
|
|
332
|
|
333 * regex.c (re_match_2_internal):
|
|
334 Convert temp characters from 'const unsigned char' to 're_char'.
|
|
335 Fix crashing bug with extended characters under mule.
|
|
336 * syntax.c (Qsyntax_table): Moved from vars_of_syntax to
|
|
337 syms_of_syntax. Use defsymbol to define. Fixes hanging bug with
|
|
338 font-lock, pdump, and new syntax-table code.
|
|
339 * syntax.c (find_start_of_comment):
|
|
340 (find_end_of_comment):
|
|
341 (forward-comment):
|
|
342 Fix crashing bugs involving moving beyond end of buffer.
|
|
343 * syntax.c (find_start_of_comment):
|
|
344 Fixed logic to allow proper detection of cases where the same
|
|
345 character is used to end both a two-char comment start and a
|
|
346 two-char comment end sequence. Fixes `(forward-comment -1)'.
|
|
347 * syntax.c (find_start_of_comment):
|
|
348 Return position just past last comment-end character for all cases
|
|
349 (previously was only done for two-char comment-end sequences).
|
|
350 * syntax.c (forward-comment):
|
|
351 Take value returned from `find_end_of_comment', rather than
|
|
352 incrementing it.
|
|
353 * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR):
|
|
354 Properly deal with BUFFERP (syntax_cache.object)
|
|
355
|
|
356 2001-02-17 Martin Buchholz <martin@xemacs.org>
|
|
357
|
|
358 * alloc.c (Fgarbage_collect):
|
|
359 * alloc.c (make_bit_vector_from_byte_vector):
|
|
360 -Wsign-compare-correctness.
|
|
361
|
|
362 2001-02-16 Martin Buchholz <martin@xemacs.org>
|
|
363
|
|
364 * lisp-union.h (XSETINT): Eliminate unnecessary temp var.
|
|
365 (XSETCHAR): Likewise.
|
|
366 (XSETOBJ): Likewise.
|
|
367
|
|
368 2001-02-15 Martin Buchholz <martin@xemacs.org>
|
|
369
|
|
370 * mule-canna.c (canna-func-delete_previous):
|
|
371 Rename to canna-func-delete-previous.
|
|
372
|
|
373 2001-02-14 Martin Buchholz <martin@xemacs.org>
|
|
374
|
|
375 * mule-ccl.c (ccl_driver): Warning suppression. Use countof.
|
|
376
|
|
377 2001-02-13 Matt Tucker <tuck@whistlingfish.net>
|
|
378
|
|
379 * font-lock.c (find_context): Fix C++ compile errors introduced by
|
|
380 recent patch
|
|
381
|
|
382 2001-02-13 Martin Buchholz <martin@xemacs.org>
|
|
383
|
|
384 * s/aix4.h: Later versions of IBM C compiler need a bug workaround
|
|
385 pragma, but earlier ones barf on the same pragma.
|
|
386
|
|
387 2001-02-06 Mike Sperber <mike@xemacs.org>
|
|
388
|
|
389 * emacs.c (complex_vars_of_emacs): Add `mule-lisp-directory' and
|
|
390 `configure-mule-lisp-directory'.
|
|
391
|
|
392 2001-02-12 Martin Buchholz <martin@xemacs.org>
|
|
393
|
|
394 Make sure dump-id.c is compiled in the same way as other .c's.
|
|
395 Fixes pdump compilation failure with HP's cc, which defaults to K&R.
|
|
396 * dump-id.h: Remove.
|
|
397 * emacs.c: Move dump-id.h into dumper.h.
|
|
398 * dumper.h: Move dump-id.h into dumper.h.
|
|
399 * Makefile.in.in:
|
|
400 Use standard .c.o rule for building dump-id.o.
|
|
401 Remove preprocessor flags from link command.
|
|
402 Add dump-id.o to ${otherobjs} if PDUMP.
|
|
403
|
|
404 2001-02-07 Matt Tucker <tuck@whistlingfish.net>
|
|
405
|
|
406 Port FSF 20.7 syntax table improvements.
|
|
407 * syntax.c.
|
|
408 * syntax.h.
|
|
409
|
|
410 Fixups for new syntax table stuff.
|
|
411 * dired.c: Include syntax.c.
|
|
412 (Fdirectory_files): Initialize regex_match_object and
|
|
413 regex_emacs_buffer.
|
|
414 * extents.h: EXFUN Fnext_extent_change, Fprevious_extent_change,
|
|
415 and Fget_char_property.
|
|
416
|
|
417 Use ported FSF 20.7 syntax table improvements.
|
|
418 * font-lock.c.
|
|
419 * regex.c.
|
|
420 * search.c.
|
|
421
|
|
422 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
423
|
|
424 * regex.c (Boolean): Renamed to `re_bool', to avoid conflict with
|
|
425 Unixware's enum boolean from sys/types.h.
|
|
426
|
|
427 2001-02-10 Martin Buchholz <martin@xemacs.org>
|
|
428
|
|
429 Fix support for building with latest Purify.
|
|
430 * Makefile.in.in (PURIFY_LIBS): Remove thread flags.
|
|
431 (PURIFY_FLAGS): Likewise.
|
|
432
|
|
433 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
434
|
|
435 * fileio.c (lisp_string_set_file_times): New.
|
|
436 * fileio.c (Fcopy_file): Use it.
|
|
437 Fixes bug:
|
|
438 (copy-file filename non-ascii-filename t t)
|
|
439 ==> No such file or directory, non-ascii-filename
|
|
440
|
|
441 2001-02-10 Martin Buchholz <martin@xemacs.org>
|
|
442
|
|
443 * glyphs-x.c (generate_cursor_fg_bg): Avoid a warning.
|
|
444 USHRT_MAX seems clearer than ~0 anyways.
|
|
445
|
|
446 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
447
|
|
448 dumper improvements. Inspired by Olivier.
|
|
449 * dumper.c (pdump_max_align): New.
|
|
450 * dumper.c (pdump_add_entry): Use pdump_max_align.
|
|
451 * dumper.c (pdump_get_entry_list): Likewise.
|
|
452 * dumper.c (pdump_scan_by_alignment): Likewise.
|
|
453 Don't iterate through unnecessary alignments.
|
|
454 * dumper.c (pdump_file_get): No need to align result of malloc().
|
|
455 * dumper.c (pdump_mallocadr): Remove.
|
|
456 The result of malloc() is guaranteed to be maximally aligned.
|
|
457 * dumper.c: s/elmt/elt/g;
|
|
458 * dumper.c (pdump_object_table): Allocate dynamically, not statically.
|
|
459 * dumper.c (pdump_alert_undump_object): Likewise.
|
|
460 * dumper.c (pdump_align_table):
|
|
461 Don't support alignments > 64.
|
|
462 Store ALIGNOF's, not shift counts, in table.
|
|
463
|
|
464 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
465
|
|
466 * s/mingw32.h (HAVE_STRUCT_UTIMBUF): Remove.
|
|
467 * s/windowsnt.h (HAVE_STRUCT_UTIMBUF): Remove.
|
|
468 * systime.h: Use HAVE_UTIME.
|
|
469 * sysdep.c (struct utimbuf): Remove.
|
|
470 * sysdep.c (set_file_times): Prefer utime() to utimes().
|
|
471 * config.h.in (HAVE_UTIME): New.
|
|
472 * config.h.in (HAVE_UTIME_H): Remove.
|
|
473 * config.h.in (HAVE_STRUCT_UTIMBUF): Remove.
|
|
474
|
|
475 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
476
|
|
477 * s/aix4.h: Hide #pragmas inside #ifndef NOT_C_CODE.
|
|
478
|
|
479 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
480
|
|
481 * s/irix6-0.h: Use the standard system memmove, not bcopy.
|
|
482
|
458
|
483 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
484
|
|
485 * XEmacs 21.2.44 "Thalia" is released.
|
|
486
|
|
487 2001-02-06 Martin Buchholz <martin@xemacs.org>
|
|
488
|
|
489 Fixes crashes in kill-emacs on some systems.
|
|
490 * process-unix.c (unix_kill_child_process):
|
|
491 It's OK for kill() to fail with ESRCH.
|
|
492
|
|
493 2001-02-07 Martin Buchholz <martin@xemacs.org>
|
|
494
|
|
495 Contortions to make .gdbinit tricks work on most systems.
|
|
496 * alloc.c (dbg_inhibit_dbg_symbol_deletion): Keep debugger info.
|
|
497 * alloc.c (dbg_valmask): Make non-const.
|
|
498 * alloc.c (dbg_typemask): Make non-const.
|
|
499 * alloc.c (dbg_USE_UNION_TYPE): Make non-const.
|
|
500 * alloc.c (dbg_valbits): Make non-const.
|
|
501 * alloc.c (dbg_gctypebits): Make non-const.
|
|
502 * .gdbinit (decode_object): Make it work with AIX cc.
|
|
503
|
|
504 2001-02-06 Martin Buchholz <martin@xemacs.org>
|
|
505
|
|
506 * elhash.c (make_general_lisp_hash_table):
|
|
507 Use simpler and more efficient calloc to clear entries.
|
|
508
|
|
509 2001-02-07 Martin Buchholz <martin@xemacs.org>
|
|
510
|
|
511 * window.c (window_scroll): Work around an AIX C compiler bug.
|
|
512 Fixes 'scroll-up' does nothing problem with xlC.
|
|
513
|
|
514 2001-02-05 Martin Buchholz <martin@xemacs.org>
|
|
515
|
|
516 * .gdbinit: Remove obsolete comment.
|
|
517
|
|
518 2001-01-31 Mike Alexander <mta@arbortext.com>
|
|
519
|
|
520 * select.c (Fown_selection_internal): Set owned_p for device
|
|
521 method correctly.
|
|
522
|
|
523 2001-02-01 Martin Buchholz <martin@xemacs.org>
|
|
524
|
|
525 Port to g++ 2.97.
|
|
526 "not" cannot be used as a macro name as it is an operator in C++
|
|
527 * config.h.in: Stop #defining `not'.
|
|
528 * chartab.c (check_category_char): not ==> not_p
|
|
529 * chartab.h: Likewise.
|
|
530 * regex.c (re_match_2_internal): Likewise.
|
|
531
|
|
532 2001-02-02 Martin Buchholz <martin@xemacs.org>
|
|
533
|
|
534 * lisp-disunion.h: Fix up comments.
|
|
535
|
|
536 2001-01-31 Martin Buchholz <martin@xemacs.org>
|
|
537
|
|
538 * keymap.c (define_key_check_and_coerce_keysym):
|
|
539 (syms_of_keymap):
|
|
540 Support mouse-6 and mouse-7 bindings in the obvious way.
|
|
541
|
|
542 2001-02-01 Martin Buchholz <martin@xemacs.org>
|
|
543
|
|
544 * m/hp9000s300.h (UNEXEC): Check for HPUX, not !BSD.
|
|
545
|
|
546 2001-01-30 Martin Buchholz <martin@xemacs.org>
|
|
547
|
|
548 Previous patch changing DEFVAR_INT to use EMACS_INT was incomplete.
|
|
549 Previous patch missed DEFVAR_INT_MAGIC.
|
|
550 Make sure future DEFVAR_foo use correct types.
|
|
551 * symeval.h (DEFVAR_SYMVAL_FWD_FIXNUM): New.
|
|
552 * (DEFVAR_SYMVAL_FWD_INT): Add type checking.
|
|
553 * (DEFVAR_SYMVAL_FWD_OBJECT): Add type checking.
|
|
554 * (DEFVAR_INT_MAGIC): Use DEFVAR_SYMVAL_FWD_FIXNUM.
|
|
555 * (DEFVAR_INT): Likewise.
|
|
556 * redisplay.c (vertical_clip): Should be of type Fixnum.
|
|
557 * redisplay.c (horizontal_clip): Likewise.
|
|
558 * lisp.h (dump_add_opaque_int): New.
|
|
559 (dump_add_opaque_fixnum): New.
|
|
560
|
|
561 2001-01-29 Andy Piper <andy@xemacs.org>
|
|
562
|
|
563 * glyphs-widget.c (check_valid_int_or_function): allow symbols
|
|
564 since they can be eval'ed
|
|
565
|
|
566 2001-01-29 Martin Buchholz <martin@xemacs.org>
|
|
567
|
|
568 * lisp.h (ALIGNOF): Make it work on non-gcc C++ compilers.
|
|
569 Oops, XEmacs redefines `class'. Use `typename' instead.
|
|
570
|
|
571 2001-01-28 Martin Buchholz <martin@xemacs.org>
|
|
572
|
|
573 * dumper.c: Fix C++ compile errors.
|
|
574
|
|
575 2001-01-29 Martin Buchholz <martin@xemacs.org>
|
|
576
|
|
577 * tparam.c: Use correct prototypes.
|
|
578
|
|
579 2001-01-28 Martin Buchholz <martin@xemacs.org>
|
|
580
|
|
581 * sysproc.h: #include util.h for NetBSD's openpty.
|
|
582
|
|
583 2001-01-27 Martin Buchholz <martin@xemacs.org>
|
|
584
|
|
585 More 64-bit correctness.
|
|
586 The C value of a DEFVAR_INT should be of type EMACS_INT, not int.
|
|
587 Use a typedef `fixnum' for the type used for DEFVAR_INT.
|
|
588 Fix up comments.
|
|
589 This finally finishes the 64-bit SGI port.
|
|
590 Fixes things like (let ((gc-cons-threshold most-positive-fixnum)) ...).
|
|
591 * symbols.c: Fix up comments and type casts.
|
|
592 * symbols.c (do_symval_forwarding): s/int/Fixnum/g
|
|
593 * symbols.c (store_symval_forwarding): s/int/Fixnum/g
|
|
594 * symeval.h (Fixnum): New type.
|
|
595 * symeval.h (symbol_value_type): Fix up comment.
|
|
596
|
|
597 * commands.h:
|
|
598 * nt.c:
|
|
599 * emacs.c:
|
|
600 * data.c:
|
|
601 * redisplay.c:
|
|
602 * abbrev.c:
|
|
603 * dired-msw.c:
|
|
604 * event-Xt.c:
|
|
605 * eldap.c:
|
|
606 * window.c:
|
|
607 * sound.c:
|
|
608 * event-stream.c:
|
|
609 * eval.c:
|
|
610 * buffer.c:
|
|
611 * mule-canna.c: A million DEFVAR_INTs here...
|
|
612 * mule-canna.c (count_char): s/int */Fixnum */g in arglist.
|
|
613 * extents.c:
|
|
614 * cmdloop.c:
|
|
615 * lisp.h:
|
|
616 * select-x.c:
|
|
617 * console-x.h:
|
|
618 * event-msw.c:
|
|
619 * mule-wnnfns.c:
|
|
620 * hpplay.c:
|
|
621 * ralloc.c:
|
|
622 * alloc.c:
|
|
623 * keymap.c:
|
|
624 * profile.c:
|
|
625 s/int/Fixnum/g in DEFVAR_INT declarations.
|
|
626
|
456
|
627 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
628
|
|
629 Port pdump to SGI alignment-sensitive environment.
|
|
630 Lisp Object sizeof methods now return aligned sizes. Rely on that.
|
|
631 Eliminate is_lrecord since Lisp_Objects sizeof methods are now all
|
|
632 properly aligned.
|
|
633 Define and use aligned reading and writing macros.
|
|
634 Use buffered stdio instead of posix i/o for faster dumping.
|
|
635 Eliminate kludgy 256 byte space for header.
|
|
636 Read and write from dump file using structs for alignment safety.
|
|
637 * dumper.c (pdump_align_stream): New.
|
|
638 * dumper.c (PDUMP_ALIGN_OUTPUT): New.
|
|
639 * dumper.c (PDUMP_READ_ALIGNED): New.
|
|
640 * dumper.c (PDUMP_WRITE_ALIGNED): New.
|
|
641 * dumper.c (pdump_static_Lisp_Object): New struct.
|
|
642 * dumper.c (pdump_static_pointer): New struct.
|
|
643 * dumper.c (pdump_entry_list_element): Remove is_lrecord member.
|
|
644 * dumper.c (pdump_add_entry): Remove is_lrecord parameter.
|
|
645 * dumper.c (pdump_dump_data): Rely on sizeof method alignment.
|
|
646 * dumper.c (pdump_allocate_offset): Rely on sizeof method alignment.
|
|
647
|
|
648 * dumper.c (pdump_backtrace):
|
|
649 * dumper.c (pdump_get_indirect_count):
|
|
650 * dumper.c (pdump_register_object):
|
|
651 * dumper.c (pdump_register_struct):
|
|
652 * dumper.c (pdump_reloc_one):
|
|
653 * dumper.c (pdump_scan_by_alignment):
|
|
654 * dumper.c (pdump_dump_from_root_struct_ptrs):
|
|
655 * dumper.c (pdump_dump_opaques):
|
|
656 * dumper.c (pdump_dump_rtables):
|
|
657 * dumper.c (pdump_dump_from_root_objects):
|
|
658 * dumper.c (pdump):
|
|
659 * dumper.c (pdump_load_finish):
|
|
660 Use aligned reading and writing.
|
|
661
|
|
662 * dumper.c (pdump_free): Make static.
|
|
663 * dumper.c (pdump_hFile): Likewise.
|
|
664 * dumper.c (pdump_hMap): Likewise.
|
|
665
|
|
666 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
667
|
|
668 * XEmacs 21.2.43 "Terspichore" is released.
|
|
669
|
|
670 2001-01-25 Martin Buchholz <martin@xemacs.org>
|
|
671
|
|
672 Type fiddling for window_config.saved_windows_count
|
|
673 * window.c (struct window_config):
|
|
674 Make saved_windows_count member unsigned.
|
|
675 * window.c (sizeof_window_config_for_n_windows):
|
|
676 Make parameter unsigned.
|
|
677 * window.c (mark_window_config):
|
|
678 * window.c (window_config_equal):
|
|
679 * window.c (free_window_configuration):
|
|
680 * window.c (Fset_window_configuration):
|
|
681 * window.c (count_windows):
|
|
682 * window.c (Fcurrent_window_configuration):
|
|
683 * window.c (reinit_vars_of_window):
|
|
684 Update all callers and users.
|
|
685
|
|
686 2001-01-25 Martin Buchholz <martin@xemacs.org>
|
|
687
|
|
688 Alignment correctness for flexible arrays.
|
|
689 * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF):
|
|
690 Make alignment-correct. Add interesting comments.
|
|
691 * alloc.c (size_vector):
|
|
692 * alloc.c (make_vector_internal):
|
|
693 * alloc.c (make_bit_vector_internal):
|
|
694 * alloc.c (sweep_bit_vectors_1):
|
|
695 * fns.c (size_bit_vector):
|
|
696 Update all callers of FLEXIBLE_ARRAY_STRUCT_SIZEOF to add new arg.
|
|
697 * window.c (sizeof_window_config_for_n_windows):
|
|
698 Use FLEXIBLE_ARRAY_STRUCT_SIZEOF.
|
|
699
|
|
700 2001-01-24 Martin Buchholz <martin@xemacs.org>
|
|
701
|
|
702 * lread.c (read1): Rename `fexp', which is #defined in SGI's math.h
|
|
703
|
|
704 2001-01-23 Andy Piper <andy@xemacs.org>
|
|
705
|
|
706 * select.c (Fown_selection_internal): pass owned_p
|
|
707
|
|
708 * select-msw.c (mswindows_own_selection): New Signature.
|
|
709
|
|
710 * console.h (struct console_methods): add owned_p to
|
|
711 _own_selection.
|
|
712
|
|
713 * select-x.c (x_own_selection): pass owned_p
|
|
714 (hack_motif_clipboard_selection): use owned_p
|
|
715 (vars_of_select_x): new variable -
|
|
716 x_selection_strict_motif_ownership.
|
|
717
|
|
718 2001-01-23 Martin Buchholz <martin@xemacs.org>
|
|
719
|
|
720 * specifier.h (specifier_data_offset): Remove pointless parens.
|
|
721 * glyphs.h (IMAGE_SPECIFIER_DATA): Likewise.
|
|
722
|
|
723 2001-01-24 Martin Buchholz <martin@xemacs.org>
|
|
724
|
|
725 Make Lisp_Object sizeof methods be alignment-correct.
|
|
726 pdump must restore objects to the same alignment as the C compiler
|
|
727 assumes. It really matters on SGIs.
|
|
728 * lstream.c (aligned_sizeof_lstream): New.
|
|
729 (sizeof_lstream): Use aligned_sizeof_lstream.
|
|
730 (Lstream_new): Likewise.
|
|
731 * opaque.c (aligned_sizeof_opaque): New.
|
|
732 (sizeof_opaque): Use aligned_sizeof_opaque.
|
|
733 (make_opaque): Likewise.
|
|
734 * specifier.c (aligned_sizeof_specifier): New.
|
|
735 (sizeof_specifier): Use aligned_sizeof_specifier.
|
|
736 (make_specifier_internal): Likewise.
|
|
737
|
|
738 2001-01-23 Martin Buchholz <martin@xemacs.org>
|
|
739
|
|
740 * lstream.h (struct lstream): Use max_align_t for trailing data.
|
|
741 * specifier.h (struct Lisp_Specifier): Likewise.
|
|
742
|
|
743 2001-01-22 Martin Buchholz <martin@xemacs.org>
|
|
744
|
|
745 * mule-ccl.c (CCL_Extension): Renamed from CCL_Extention.
|
|
746 (CCL_SUCCESS): Kludge to prevent Sun cc compiler warnings.
|
|
747 (CCL_SUSPEND): Likewise.
|
|
748 (CCL_INVALID_CMD): Likewise.
|
|
749 (CCL_CALL_FOR_MAP_INSTRUCTION): Likewise.
|
|
750 (ccl_driver): Likewise.
|
|
751 (CCL_WRITE_CHAR): Macro hygiene.
|
|
752 (CCL_WRITE_STRING): Macro hygiene.
|
|
753
|
|
754 2001-01-22 Martin Buchholz <martin@xemacs.org>
|
|
755
|
|
756 Port "portable" dumper to SunOS 4 and HP-UX.
|
|
757 * s/aix4.h (AIX4): Move MAP_FAILED definition elsewhere.
|
|
758 * emacs.c (main): PDUMP implies no RUN_TIME_REMAP.
|
|
759 * dumper.c (pdump_file_get): Define MAP_FAILED if not already defined.
|
|
760
|
|
761 2001-01-22 Martin Buchholz <martin@xemacs.org>
|
|
762
|
|
763 * lisp.h (ALIGNOF): A better definition for C++.
|
|
764
|
|
765 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
766
|
|
767 Macro hygiene.
|
|
768 Fix printf warnings: int format, long int arg.
|
|
769 * regex.c (DECLARE_DESTINATION): Use DECLARE_NOTHING.
|
|
770 (PUSH_FAILURE_POINT): Use correct printf formats.
|
|
771 (POP_FAILURE_POINT): Use correct printf formats.
|
|
772 Use do {...} while (0)
|
|
773
|
454
|
774 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
775
|
|
776 * XEmacs 21.2.42 "Poseidon" is released.
|
|
777
|
|
778 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
779
|
|
780 * console-x.h: typo fix du jour. Remove #if 0'ed code.
|
|
781
|
|
782 2001-01-19 Martin Buchholz <martin@xemacs.org>
|
|
783
|
|
784 De-kludgify FIXED_TYPE free list frobbing.
|
|
785 Fix crashes on 64-bit platforms introduced by my patch of 2001-01-13.
|
|
786 * alloc.c (DECLARE_FIXED_TYPE_ALLOC): Use Lisp_Free.
|
|
787 * alloc.c (ALLOCATE_FIXED_TYPE_1): Use new definitions.
|
|
788 * alloc.c (Lisp_Free): New pseudo lisp object definition.
|
|
789 * alloc.c (LRECORD_FREE_P): New.
|
|
790 * alloc.c (MARK_LRECORD_AS_FREE): New.
|
|
791 * alloc.c (MARK_LRECORD_AS_NOT_FREE): New.
|
|
792 * alloc.c (STRUCT_FREE_P): Deleted.
|
|
793 * alloc.c (MARK_STRUCT_AS_FREE): Deleted.
|
|
794 * alloc.c (MARK_STRUCT_AS_NOT_FREE): Deleted.
|
|
795 * alloc.c (STRING_CHARS_FREE_P): New.
|
|
796 * alloc.c (MARK_STRING_CHARS_AS_FREE): New.
|
|
797 * alloc.c (PUT_FIXED_TYPE_ON_FREE_LIST): Use new definitions.
|
|
798 * alloc.c (FREE_FIXED_TYPE): Use new definitions.
|
|
799 * alloc.c (STRING_CHARS_FREE_P): Use new definitions.
|
|
800 * alloc.c (resize_string): Use new definitions.
|
|
801 * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Use new definitions.
|
|
802 * alloc.c (verify_string_chars_integrity): Use new definitions.
|
|
803 * alloc.c (compact_string_chars): Use new definitions.
|
|
804 * alloc.c: Update monster comments.
|
|
805 * lrecord.h (lrecord_type): Add some new lrecord types for
|
|
806 alloc.c's use.
|
|
807
|
|
808 2001-01-18 Martin Buchholz <martin@xemacs.org>
|
|
809
|
|
810 Improve alignment hackery.
|
|
811 * lisp.h (ALIGNOF): Better definition for the non-gcc case.
|
|
812 (max_align_t): Moved from opaque.h - general purpose.
|
|
813 (ALIGN_PTR): Use size_t, not long.
|
|
814 * opaque.h (max_align_t): Move to lisp.h.
|
|
815
|
|
816 2001-01-18 Norbert Koch <nk@LF.net>
|
|
817
|
|
818 * gui.h: Fix and add prototypes to fix build problems.
|
|
819
|
|
820 2001-01-18 Martin Buchholz <martin@xemacs.org>
|
|
821
|
|
822 temacs is going away, so `dump-temacs' is now a bad name.
|
|
823 * .dbxrc (dump-temacs): Rename to `dmp'.
|
|
824 * .gdbinit (dump-temacs): Rename to `dmp'.
|
|
825
|
|
826 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
827
|
|
828 * glyphs.c (print_image_instance): comment to make martin happy.
|
|
829
|
|
830 * glyphs-x.c (x_redisplay_widget): update faces after a frame
|
|
831 change.
|
|
832
|
|
833 * glyphs-msw.c (mswindows_redisplay_widget): add code to cope with
|
|
834 activation.
|
|
835 (mswindows_tab_control_redisplay): warning suppression.
|
|
836
|
|
837 * glyphs-widget.c (widget_update): re-write to cope with updated
|
|
838 items.
|
|
839 (widget_instantiate): use new gui_item functions.
|
|
840 (tab_control_update): deleted.
|
|
841 (progress_gauge_update): deleted.
|
|
842 (image_instantiator_progress_guage): take out update reference.
|
|
843 (image_instantiator_tree_view): ditto.
|
|
844 (image_instantiator_tab_control): ditto.
|
|
845
|
|
846 * gui.c (widget_gui_parse_item_keywords): new function. Do things
|
|
847 Right the new way.
|
|
848 (gui_item_add_keyval_pair): re-write to cope with descriptors and
|
|
849 return whether anything was changed.
|
|
850 (update_gui_item_keywords): as it sounds.
|
|
851
|
|
852 * gui.h: declare widget_gui_parse_item_keywords.
|
|
853
|
|
854 * fns.c (safe_copy_tree): new function taken from Fcopy_tree.
|
|
855 (Fcopy_tree): use it. Stops infloop death in bogus instantiators.
|
|
856
|
452
|
857 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
858
|
|
859 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
860
|
|
861 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
862
|
|
863 * glyphs.c (image_instantiate): don't use fallbacks when
|
|
864 instantiating a face's background pixmap by inheritance.
|
|
865
|
|
866 2001-01-14 Mike Sperber <mike@xemacs.org>
|
|
867
|
|
868 * sysdep.c (start_of_data): PDUMP implies ORDINARY_LINK.
|
|
869 Conditionalize accordingly.
|
|
870
|
|
871 2001-01-16 Martin Buchholz <martin@xemacs.org>
|
|
872
|
|
873 * dumper.c (pdump_file_get): Fix a compiler warning.
|
|
874
|
|
875 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
876
|
|
877 Make Purify happy when pdumping.
|
|
878 * symbols.c (Fmake_variable_buffer_local): Make Purify happy, by
|
|
879 iniitalizing all bits of new lisp object memory.
|
|
880 * symbols.c (Fmake_local_variable): Likewise.
|
|
881 * symbols.c (Fdontusethis_set_symbol_value_handler): Likewise.
|
|
882 * symbols.c (Fdefvaralias): Likewise.
|
|
883 * mule-charset.c (vars_of_mule_charset): Likewise.
|
|
884
|
|
885 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
886 Add the `-nd' flag when running pre-dump operations under the debugger.
|
|
887 * .dbxrc (run-temacs): Add `-nd'.
|
|
888 * .dbxrc (update-elc): Likewise.
|
|
889 * .dbxrc (dump-temacs): Likewise.
|
|
890 * .gdbinit (run-temacs): Likewise.
|
|
891 * .gdbinit (check-temacs): Likewise.
|
|
892 * .gdbinit (update-elc): Likewise.
|
|
893 * .gdbinit (dump-temacs): Likewise.
|
|
894
|
|
895 2001-01-14 Martin Buchholz <martin@xemacs.org>
|
|
896
|
|
897 Allow building 64-bit executables on AIX with GNU malloc, e.g.
|
|
898 export OBJECT_MODE=64
|
|
899 configure --pdump --use-union-type=no
|
|
900 * m/ibmrs6000.h (DATA_START): Define for 64-bit world.
|
|
901 * gmalloc.c (__default_morecore): Remove pre-ANSI cruft.
|
|
902
|
|
903 * miscplay.c (sndcnv8U_2mono):
|
|
904 Avoid two uses of `++' in the same expression.
|
|
905 Suppresses a GCC warning.
|
|
906
|
|
907 2001-01-13 Martin Buchholz <martin@xemacs.org>
|
|
908
|
|
909 Make sure future compilers don't miscompile alloc.c.
|
|
910 * alloc.c:
|
|
911 (MARK_STRUCT_AS_FREE): Make aliasing-optimization-resistant.
|
|
912 (MARK_STRUCT_AS_NOT_FREE): Make aliasing-optimization-resistant.
|
|
913
|
|
914 2001-01-12 Martin Buchholz <martin@xemacs.org>
|
|
915
|
|
916 * dumper.c: A little post-pdump-rename comment fixup.
|
|
917
|
|
918 2001-01-09 Jerry James <james@eecs.ku.edu>
|
|
919
|
|
920 * lisp-disunion.h: Change LISP_TO_CVOID arg to match its use.
|
|
921
|
|
922 2001-01-13 Martin Buchholz <martin@xemacs.org>
|
|
923
|
|
924 * *.[ch]: Globally rename symbols using the following `pdump-rename'
|
|
925 script:
|
|
926 #!/bin/sh
|
|
927 replace_symbol () {
|
|
928 (findn texi$; findn [ch]$) | xargs g -lw "$1" | xargs global-replace 's/(?<!_)\b'$1'\b(?!_)/'$2'/g'
|
|
929 }
|
|
930
|
|
931 replace_symbol pdump_wire_lists pdump_weak_object_chains
|
|
932 replace_symbol pdump_wire_list dump_add_weak_object_chain
|
|
933
|
|
934 replace_symbol pdump_wires pdump_root_objects
|
|
935 replace_symbol pdump_wire dump_add_root_object
|
|
936
|
|
937 replace_symbol pdump_dump_wired pdump_dump_from_root_objects
|
|
938 replace_symbol pdump_dump_structs pdump_dump_from_root_struct_ptrs
|
|
939
|
|
940 replace_symbol dumpstructinfos pdump_root_struct_ptrs
|
|
941 replace_symbol dumpstructinfo_dynarr pdump_root_struct_ptr_dynarr
|
|
942 replace_symbol dumpstructinfo pdump_root_struct_ptr
|
|
943 replace_symbol dumpstruct dump_add_root_struct_ptr
|
|
944
|
|
945 replace_symbol dumpopaque dump_add_opaque
|
|
946 replace_symbol dumpopaqueinfo_dynarr pdump_opaque_dynarr
|
|
947 replace_symbol dumpopaqueinfos pdump_opaques
|
|
948 replace_symbol dumpopaqueinfo pdump_opaque
|
|
949
|
|
950 replace_symbol nb_structdump nb_root_struct_ptrs
|
|
951 replace_symbol nb_opaquedump nb_opaques
|
|
952
|
|
953 replace_symbol align_table pdump_align_table
|
|
954 replace_symbol dump_header pdump_header
|
|
955
|
|
956 replace_symbol DUMP_SIGNATURE_LEN PDUMP_SIGNATURE_LEN
|
|
957 replace_symbol DUMP_SIGNATURE PDUMP_SIGNATURE
|
|
958
|
|
959
|
|
960 2001-01-12 Martin Buchholz <martin@xemacs.org>
|
|
961
|
|
962 * s/aix4.h: Keep the C for AIX compiler from overaggressively
|
|
963 optimizing bytecount_to_charcount().
|
|
964
|
|
965 2001-01-06 Golubev I. N. <gin@mo.msk.ru>
|
|
966
|
|
967 * config.h.in:
|
|
968 (HAVE_DLFCN_H): Removed.
|
|
969 * sysdll.c: Remove HAVE__DLOPEN, HAVE_DLFCN_H.
|
|
970
|
|
971 2001-01-06 Martin Buchholz <martin@xemacs.org>
|
|
972
|
|
973 Portable dumper maintainability improvements.
|
|
974 * alloc.c (staticpro):
|
|
975 * alloc.c (staticpro_nodump):
|
|
976 * alloc.c (garbage_collect_1):
|
|
977 * alloc.c (reinit_alloc_once_early):
|
|
978 * alloc.c (init_alloc_once_early):
|
|
979 * alloc.c: Move dumper functions to alloc.c.
|
|
980 * dumper.c (pdump_backtrace):
|
|
981 * dumper.c (pdump_dump_structs):
|
|
982 * dumper.c (pdump_dump_opaques):
|
|
983 * dumper.c (pdump_dump_rtables):
|
|
984 * dumper.c (pdump_dump_wired):
|
|
985 * dumper.c (pdump):
|
|
986 * dumper.c (pdump_load_check):
|
|
987 * dumper.c (pdump_load_finish):
|
|
988 * dumper.c (pdump_file_unmap):
|
|
989 * dumper.c (pdump_file_get):
|
|
990 * dumper.c (pdump_resource_free):
|
|
991 * dumper.c (pdump_resource_get):
|
|
992 * dumper.c (pdump_file_free):
|
|
993 * dumper.c (pdump_file_try):
|
|
994 * dumper.c (pdump_load):
|
|
995 Remove fixed size limits on staticpro(), staticpro_nodump(),
|
|
996 dumpopaque(), dumpstruct() by using Dynarrs instead of static C arrays.
|
|
997 Remove custom code for dumping lrecord_implementations_table - use
|
|
998 dumpopaque instead.
|
|
999 Remove (most of the) custom code for dumping staticpros - dump it
|
|
1000 like any other dynarr.
|
|
1001
|
|
1002 * alloc.h: Removed. No longer useful, since dumper now more self-contained.
|
|
1003 * dumper.c: Moved functions from alloc.c.
|
|
1004 * alloc.c (dumpstruct): Moved to dumper.c.
|
|
1005 * alloc.c (dumpopaque): Likewise.
|
|
1006 * alloc.c (pdump_wire): Likewise.
|
|
1007 * alloc.c (pdump_wire_list): Likewise.
|
|
1008
|
|
1009 * lisp.h (Dynarr_sizeof): New.
|
|
1010 * lisp.h (Dynarr_begin): New. Very slightly C++oid.
|
|
1011 * lisp.h (Dynarr_end): New. Very slightly C++oid.
|
|
1012 * lisp.h (Lisp_Object_ptr_dynarr): New. For staticpros.
|
|
1013
|
|
1014 * lisp.h (dumpstruct): Define to nothing if not PDUMPing.
|
|
1015 * lisp.h (dumpopaque): ditto.
|
|
1016 * lisp.h (pdump_wire): ditto.
|
|
1017 * lisp.h (pdump_wire_list): ditto.
|
|
1018
|
|
1019 2001-01-09 Martin Buchholz <martin@xemacs.org>
|
|
1020
|
|
1021 * make-src-depend (PrintPatternDeps):
|
|
1022 Use `sort' to make output independent of perl version.
|
|
1023
|
|
1024 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
1025
|
|
1026 Port to Netbsd 1.5.
|
|
1027 * unexelf.c: Remove (never used) bogus Netbsd-specific cruft.
|
|
1028 * s/netbsd.c: Use unexelf.o if __ELF__ is defined.
|
|
1029
|
|
1030 2001-01-03 Didier Verna <didier@xemacs.org>
|
|
1031
|
|
1032 * event-stream.c (emacs_handle_focus_change_preliminary): ensure
|
|
1033 that `focus_frame' is alive before thinking of calling
|
|
1034 `redisplay_redraw_cursor' on it.
|
|
1035
|
450
|
1036 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
1037
|
|
1038 * XEmacs 21.2.40 is released.
|
|
1039
|
|
1040 2001-01-06 Golubev I. N. <gin@mo.msk.ru>
|
|
1041
|
|
1042 * regex.c: Replace PREFETCH with REGEX_PREFETCH.
|
|
1043
|
|
1044 2001-01-06 Martin Buchholz <martin@xemacs.org>
|
|
1045
|
|
1046 * alloc.c (dbg_valmask): Make const.
|
|
1047 * alloc.c (dbg_typemask): Make const.
|
|
1048 * alloc.c (dbg_USE_UNION_TYPE): Make const.
|
|
1049 * alloc.c (dbg_valbits): Make const.
|
|
1050 * alloc.c (dbg_gctypebits): Make const.
|
|
1051
|
|
1052 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1053
|
|
1054 * redisplay-x.c (x_bevel_area):
|
|
1055 redisplay.h (struct rune):
|
|
1056 Typo fixes in comments.
|
|
1057
|
|
1058 2001-01-05 Andy Piper <andy@xemacs.org>
|
|
1059
|
|
1060 * glyphs-x.c (x_redisplay_widget): use size changed for offset
|
|
1061 adjustment.
|
|
1062
|
|
1063 * menubar.c (menubar_visible_p_changed): don't mark frame changed.
|
|
1064
|
|
1065 2001-01-05 Martin Buchholz <martin@xemacs.org>
|
|
1066
|
|
1067 * alloc.c (pure-bytes-used): Remove unused mendacious variable.
|
|
1068
|
|
1069 * mule-ccl.c (stack_idx_of_map_multiple):
|
|
1070 Non const global data must not be initialized!
|
|
1071 Found by MIYASHITA Hisashi.
|
|
1072
|
|
1073 2001-01-02 Andy Piper <andy@xemacs.org>
|
|
1074
|
|
1075 * frame.c (change_frame_size): make sure frame size is always
|
|
1076 marked as changed.
|
|
1077
|
|
1078 * glyphs.c (image_instance_layout): minor code reuse.
|
|
1079
|
|
1080 * window.c (Fcurrent_window_configuration): revert previous
|
|
1081 change.
|
|
1082
|
|
1083 2001-01-02 Martin Buchholz <martin@xemacs.org>
|
|
1084
|
|
1085 * glyphs.h:
|
|
1086 * glyphs.c (make_image_instance_cache_hash_table): Use ANSI prototypes.
|
|
1087
|
|
1088 2000-12-31 Andy Piper <andy@xemacs.org>
|
|
1089
|
|
1090 * glyphs-x.c (x_unmap_subwindow): return focus to enclosing frame
|
|
1091 when widget gets unmapped.
|
|
1092
|
|
1093 * event-Xt.c (emacs_Xt_handle_widget_losing_focus): new
|
|
1094 function. Make sure widgets losing focus don't just drop it.
|
|
1095 (handle_focus_event_1): record the widget with focus.
|
|
1096
|
|
1097 2000-12-31 Andy Piper <andy@xemacs.org>
|
|
1098
|
|
1099 * window.c (allocate_window): use
|
|
1100 make_image_instance_cache_hash_table.
|
|
1101 (make_dummy_parent): ditto.
|
|
1102 (Fset_window_configuration): ditto.
|
|
1103
|
|
1104 * glyphs.h (INSTANTIATOR_TYPE): new macro. declare new functions.
|
|
1105
|
|
1106 * glyphs.c (process_image_string_instantiator): use
|
|
1107 INSTANTIATOR_TYPE.
|
|
1108 (get_image_instantiator_governing_domain): ditto.
|
|
1109 (normalize_image_instantiator): ditto.
|
|
1110 (instantiate_image_instantiator): ditto.
|
|
1111 (make_image_instance_1): ditto.
|
|
1112 (image_instantiate): ditto. Key on glyph *and* instantiator type.
|
|
1113 (instantiator_eq_equal): new function for use with instance hash
|
|
1114 tables.
|
|
1115 (instantiator_eq_hash): ditto.
|
|
1116 (make_image_instance_cache_hash_table): create a suitable hash
|
|
1117 table for storing image instances.
|
|
1118
|
|
1119 * elhash.h (hash_table_weakness): new internal weakness type
|
|
1120 HASH_TABLE_KEY_CAR_VALUE_WEAK.
|
|
1121 declare new functions.
|
|
1122
|
|
1123 * elhash.c (finish_marking_weak_hash_tables): introduce yet
|
|
1124 another weakness type for glyphs.
|
|
1125 (make_standard_lisp_hash_table): new function split out from
|
|
1126 make_general_lisp_hash_table.
|
|
1127 (make_lisp_hash_table): call make_standard_lisp_hash_table.
|
|
1128 (hash_table_instantiate): ditto.
|
|
1129 (Fmake_hash_table): ditto.
|
|
1130
|
448
|
1131 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
1132
|
|
1133 * XEmacs 21.2.39 is released.
|
|
1134
|
|
1135 2000-12-29 Andy Piper <andy@xemacs.org>
|
|
1136
|
|
1137 * menubar.c (menubar_visible_p_changed): signal the frame changed.
|
|
1138
|
|
1139 * glyphs-x.c (x_redisplay_widget): Re-calculate widget offsets if
|
|
1140 the frame has changed so that we pick up geometry changes such as
|
|
1141 menubar visibility.
|
|
1142
|
|
1143 2000-12-28 Andy Piper <andy@xemacs.org>
|
|
1144
|
|
1145 * lastfile.c (my_ebss): make a char array so we can pad the
|
|
1146 bss. Fixes cygwin unexec.
|
|
1147
|
|
1148 * unexcw.c: invert BROKEN_GDB to NO_DEBUG.
|
|
1149
|
|
1150 2000-12-26 Andy Piper <andy@xemacs.org>
|
|
1151
|
|
1152 * event-Xt.c (emacs_Xt_force_event_pending): add some verbose
|
|
1153 comments and try and be more precise about a non-/SIGIO world.
|
|
1154 (emacs_Xt_event_pending_p): use XtAppPending under cygwin and non
|
|
1155 SIGIO.
|
|
1156
|
|
1157 * redisplay-output.c (redisplay_normalize_glyph_area): make sure
|
|
1158 we don't normalize to zero width or height.
|
|
1159
|
|
1160 2000-12-24 Andy Piper <andy@xemacs.org>
|
|
1161
|
|
1162 * Makefile.in.in (ldflags): add -mwindows when appropriate.
|
|
1163
|
|
1164 2000-08-18 Golubev I. N. <gin@mo.msk.ru>
|
|
1165
|
|
1166 * s/sco5.h: SCO 5 has pty support.
|
|
1167
|
|
1168 2000-07-20 Kazuyuki IENAGA <ienaga@xemacs.org>
|
|
1169
|
|
1170 * input-method-xlib.c: supports both XIM_XLIB and USE_XFONTSET.
|
|
1171 input-method-xlib.c contains whole contents of input-method-xfs.c,
|
|
1172 so we can use input-method-xlib.c's code for USE_XFONTSET
|
|
1173 using #ifdefs.
|
|
1174 * input-method-xfs.c: removed.
|
|
1175
|
|
1176 2000-12-20 Stephen Turnbull <stephen@xemacs.org>
|
|
1177
|
|
1178 * file-coding.h (enum coding_category_type): reorder enumerators to
|
|
1179 make autodetection safer. Make CODING_CATEGORY_LAST an enumerator
|
|
1180 (now one greater than largest real coding_category_type enumerator).
|
|
1181 * file-coding.c (coding_category_symbol, coding_category_by_priority,
|
|
1182 coding_category_system, fcd_descriptihon_1, decode_coding_category,
|
|
1183 Fcoding_category_list, Fset_coding_priority_list,
|
|
1184 Fcoding_priority_list, coding_system_from_mask, Fdetect_coding_region,
|
|
1185 vars_of_file_coding): adjust for change in CODING_CATEGORY_LAST.
|
|
1186
|
|
1187 2000-12-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1188
|
|
1189 * redisplay-output.c (redisplay_clear_top_of_window): Remove static.
|
|
1190 * redisplay-output.c (redisplay_output_window): Clear top of window
|
|
1191 when face is changed.
|
|
1192 * redisplay-x.c (x_redraw_exposed_window): Call
|
|
1193 redisplay_clear_top_of_window.
|
|
1194 * redisplay.h: Publish redisplay_clear_top_of_window.
|
|
1195
|
|
1196 2000-12-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1197
|
|
1198 * buffer.c (Fkill_buffer): Map over all devices.
|
|
1199 * window.c (window_loop): Remove UNSHOW_BUFFER code.
|
|
1200 (list_windows): New function.
|
|
1201 (list_all_windows): Ditto.
|
|
1202 (Freplace_buffer_in_windows): Use them.
|
|
1203
|
|
1204 2000-02-02 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
1205
|
|
1206 * database.c (berkdb_subtype): Recognize new subtype `queue'.
|
|
1207 (Fopen_database): Use `db_create' instead of `db_open'.
|
|
1208 (syms_of_database): Initialize Qqueue.
|
|
1209
|
|
1210 2000-12-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1211
|
|
1212 * buffer.c (common_init_complex_vars_of_buffer): Initialize
|
|
1213 buffer_local_face_property.
|
|
1214 * buffer.h (struct buffer): New member buffer_local_face_property.
|
|
1215 * window.c (Fset_window_buffer): Mark window's face as changed
|
|
1216 when buffer has buffer local face.
|
|
1217 * window.h (MARK_WINDOW_FACES_CHANGED): New macro.
|
|
1218 * objects.c (color_after_change): Set buffer_local_face_property
|
|
1219 when locale of face specifier is buffer.
|
|
1220 * objects.c (font_after_change): Ditto.
|
|
1221 * objects.c (face_boolean_after_change): Ditto.
|
|
1222 * glyphs.c (image_after_change): Ditto.
|
|
1223
|
|
1224 2000-12-09 Dan Holmsand <dan@eyebee.com>
|
|
1225
|
|
1226 * nt.c (mswindows_fstat): Report file permissions, volume serial
|
|
1227 number, etc. Code adapted from FSF Emacs 20.7.
|
|
1228
|
|
1229 2000-12-09 Dan Holmsand <dan@eyebee.com>
|
|
1230
|
|
1231 * sysfile.h (lstat): Make lstat an alias for xemacs_stat instead
|
|
1232 of stat when we don't have symbolic links, to make sure
|
|
1233 mswindows_stat is called on mswindows.
|
|
1234
|
|
1235 2000-12-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1236
|
|
1237 * alloca.c: Define malloc to xmalloc only when built with XEmacs.
|
|
1238
|
|
1239 2000-12-12 Martin Buchholz <martin@xemacs.org>
|
|
1240
|
|
1241 * doprnt.c (emacs_doprnt_1): More printing fixes.
|
|
1242 Make printing of numbers compatible with libc and FSF Emacs.
|
|
1243 BUG was: (format "%6.3f" 1.2) ==>"1.200000"
|
|
1244 Use the system printf to do most of the hard work of formatting,
|
|
1245 instead of doprnt_1().
|
|
1246 Calculate memory to allocate for format string.
|
|
1247 Remove arbitrary limit on precision, e.g. (format "%.1000f" 3.14)
|
|
1248 (doprnt_1): Cleaner code and documentation.
|
|
1249
|
|
1250 2000-12-01 Jerry James <james@eecs.ukans.edu>
|
|
1251
|
|
1252 * Makefile.in.in: Use the loop variable to install headers.
|
|
1253
|
|
1254 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1255
|
|
1256 * window.c (Fsplit_window): Don't invalidate face cache.
|
|
1257
|
|
1258 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1259
|
|
1260 * minibuf.c (Fall_completions): Undo the previous change
|
|
1261 which removed checking elements start with space.
|
|
1262
|
|
1263 2000-12-06 Stephen Turnbull <stephen@xemacs.org>
|
|
1264
|
|
1265 * mule-canna.c: Didier suppression.
|
|
1266
|
|
1267 2000-12-06 Stephen Turnbull <stephen@xemacs.org>
|
|
1268
|
|
1269 * mule-canna.c: rename static unsigned char buf[] to key_buffer
|
|
1270 (warning suppression). Add English comment translations.
|
|
1271
|
|
1272 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
1273
|
|
1274 * unexelfsgi.c (unexec): Better test for mmap failure.
|
|
1275
|
446
|
1276 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
1277
|
|
1278 * XEmacs 21.2.38 is released.
|
|
1279
|
|
1280 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
1281
|
|
1282 * redisplay.c (bar-cursor): Make a user variable.
|
|
1283
|
|
1284 * symsinit.h: Add init_postgresql_from_environment.
|
|
1285
|
|
1286 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1287
|
|
1288 * regex.c: Convert to clean C.
|
|
1289
|
|
1290 2000-12-05 Dan Holmsand <dan@eyebee.com>
|
|
1291
|
|
1292 * realpath.c:
|
|
1293 Don't #include sysfile.h. Revert to duplicating PATH_MAX
|
|
1294 initialization.
|
|
1295 (sys_readlink): renamed to system_readlink to avoid conflict with
|
|
1296 the other sys_readlink.
|
|
1297
|
|
1298 2000-12-04 Hiroaki Abe <h-abe@pc.highway.ne.jp>
|
|
1299
|
|
1300 * dumper.c (pdump_file_get): Correct uses of pdump_fd.
|
|
1301
|
|
1302 2000-12-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1303
|
|
1304 * postgresql.c (init_postgresql_from_environment): new function.
|
|
1305 (vars_of_postgresql): Move code initializing Lisp variables out and
|
|
1306 into init_postgresql_from_environment.
|
|
1307 emacs.c (main_1): Call init_postgresql_from_environment if and only
|
|
1308 if running a dumped XEmacs.
|
|
1309
|
|
1310 2000-08-31 Dan Holmsand <dan@eyebee.com>
|
|
1311
|
|
1312 * buffer.c: Make find-file-compare-truenames default to true on
|
|
1313 windows.
|
|
1314
|
452
|
1315 * realpath.c (win32_abs_start):
|
446
|
1316 (cygwin_readlink):
|
|
1317 (win32_readlink): New functions.
|
|
1318 (xrealpath): Return really real filenames on windows.
|
|
1319
|
|
1320 * fileio.c (Ffile_truename): Make file-truename work on windows.
|
|
1321
|
|
1322 2000-11-29 Didier Verna <didier@xemacs.org>
|
|
1323
|
|
1324 * faces.c (MAYBE_UNFROB_BACKGROUND_PIXMAP): new macro.
|
|
1325 * faces.c (update_face_cachel_data): use it.
|
|
1326 * faces.c (add_face_cachel): use it. Complete background pixmap
|
|
1327 frobbing in face cache if `update_face_cachel_data' has not done so.
|
|
1328
|
|
1329 2000-11-29 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1330
|
|
1331 * search.c (string_match_1): Don't set last_thing_searched
|
|
1332 when search failed.
|
|
1333
|
|
1334 2000-11-27 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1335
|
|
1336 * buffer.c: Include casetab.h
|
|
1337 (common_init_complex_vars_of_buffer): Use new case-table object.
|
|
1338 * buffer.h: Include casetab.h
|
|
1339 * buffer.h (MAKE_TRT_TABLE): Use generic char-table.
|
|
1340 (DOWNCASE_TABLE_OF): Ditto.
|
|
1341 * bufslots.h: Remove char-tables and add case-table.
|
|
1342 * casetab.c: Include casetab.h
|
|
1343 (CASE_TABLE_P): Removed.
|
|
1344 (mark_case_table): New function.
|
|
1345 (allocate_case_table): New function.
|
|
1346 (Fcase_table_p): Use new case-table.
|
|
1347 (case_table_char): New function.
|
|
1348 (Fget_case_table): Ditto.
|
|
1349 (Fput_case_table): Ditto.
|
|
1350 (Fput_case_table_pair): Ditto.
|
|
1351 (Fcopy_case_table): Ditto.
|
|
1352 (Fcurrent_case_table): Return case-table.
|
|
1353 (Fstandard_case_table): Return case-table.
|
|
1354 (Fset_case_table): Fix doc-string.
|
|
1355 (set_case_table): Use case-table
|
|
1356 (syms_of_casetab): DEFSUBR new functions.
|
|
1357 (complex_vars_of_casetab): Set up standard case-table.
|
|
1358 * casetab.h: New file.
|
|
1359 * editfns.c: Include casetab.h
|
|
1360 (Fcompare_buffer_substrings): Use case-table.
|
|
1361 * inline.c: Include casetab.h
|
|
1362 * lisp.h: Remove bogus extern.
|
|
1363 * lrecord.h (lrecord_type): Add lrecord_type_case_table.
|
|
1364 * search.c: Include casetab.h
|
|
1365 (TRANSLATE_ASCII): Removed.
|
|
1366 (TRANSLATE): Unconditionally translate character.
|
|
1367 (looking_at_1): Use case-table.
|
|
1368 (string_match_1): Ditto.
|
|
1369 (fast_string_match): Ditto.
|
|
1370 (search_command): Ditto.
|
|
1371 (search_buffer): Separate boyer_moore. Check whether
|
456
|
1372 boyer_moore is possible.
|
446
|
1373 (simple_search): New function.
|
|
1374 (boyer_moore): Separated from search_buffer. Translate char.
|
|
1375
|
|
1376 2000-11-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1377
|
|
1378 * regex.c (RE_TR_ASCII): Removed.
|
|
1379 (RE_TRANSLATE): Unconditionally use TRT_TABLE.
|
|
1380 (PATFETCH): Call PATFETCH_RAW.
|
|
1381 (PATFETCH_RAW): Fetch Emchar.
|
|
1382 (PATUNFETCH): Decrement charptr.
|
|
1383 (GET_BUFFER_SPACE): Rename b to buf_end.
|
|
1384 (BUF_PUSH): Ditto.
|
|
1385 (BUF_PUSH_2): Ditto.
|
|
1386 (BUF_PUSH_3): Ditto.
|
|
1387 (EXTEND_BUFFER): Ditto.
|
|
1388 (SET_LIST_BIT): Ditto.
|
|
1389 (regex_compile): Ditto. Translate non ASCII char.
|
|
1390 (compile_range): Ditto.
|
|
1391 (re_search_2): Ditto.
|
|
1392 (re_match_2_internal): Compare Emchar.
|
|
1393 (bcmp_translate): Ditto.
|
|
1394
|
|
1395 2000-11-29 Stephen J. Turnbull <turnbull@xemacs.org>
|
|
1396
|
|
1397 * lisp.h (basic char/int typedefs): comment improvement.
|
|
1398
|
|
1399 2000-11-24 Stephen J. Turnbull <turnbull@xemacs.org>
|
|
1400
|
|
1401 * emacs.c (main_1): unconditional pdump unstomping; don't save and
|
|
1402 unstomp inhibit_site_lisp. Improve comments.
|
|
1403
|
|
1404 2000-11-22 Stephen J. Turnbull <turnbull@xemacs.org>
|
|
1405
|
|
1406 * mule-charset.c (Fcharset_property): improve type checking, comments.
|
|
1407
|
|
1408 2000-11-28 Andy Piper <andy@xemacs.org>
|
|
1409
|
|
1410 * redisplay-output.c (redisplay_output_subwindow): make sure we do
|
|
1411 clipped display for windows in the gutter also.
|
|
1412 (redisplay_display_boxes_in_window_p): change semantics of return
|
|
1413 codes to be more intuitive.
|
|
1414
|
|
1415 * gutter.h: declare display_boxes_in_gutter_p.
|
|
1416
|
|
1417 * gutter.c (display_boxes_in_gutter_p): new function for
|
|
1418 redisplay.
|
|
1419
|
|
1420 2000-11-22 Andy Piper <andy@xemacs.org>
|
|
1421
|
|
1422 * glyphs-x.c (image_instantiator_format_create_glyphs_x): change
|
|
1423 autodetect domain.
|
|
1424
|
|
1425 2000-11-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1426
|
|
1427 * callproc.c (Fold_call_process_internal):
|
|
1428 * gpm.c (Freceive_gpm_event):
|
|
1429 (tty_get_foreign_selection): Might be just warning supression.
|
|
1430 * fileio.c (Fwrite_region_internal):
|
|
1431 (Fset_visited_file_modtime):
|
|
1432 * keymap.c (event_matches_key_specifier_p):
|
|
1433 Initialize GCPROed variable.
|
|
1434
|
|
1435 * menubar-x.c (command_builder_find_menu_accelerator):
|
|
1436 Initialize before use.
|
|
1437
|
|
1438 2000-11-23 Andy Piper <andy@xemacs.org>
|
|
1439
|
|
1440 * unexcw.c (unexec): make the resulting executable executable.
|
|
1441
|
|
1442 2000-11-21 Martin Buchholz <martin@xemacs.org>
|
|
1443
|
|
1444 * doc.c (get_doc_string):
|
|
1445 Use size_t, not int, for result of XSTRING_LENGTH.
|
|
1446
|
|
1447 * cmds.c (Fdelete_char):
|
|
1448 * cmds.c (Fpoint_at_eol):
|
|
1449 * cmds.c (Fself_insert_command):
|
|
1450 Use EMACS_INT, not int, for result of XINT.
|
|
1451 Someday, someone will want to insert more than 2**31 identical characters.
|
|
1452
|
|
1453 * cmds.c (Fdelete_char):
|
|
1454 * cmds.c (Fdelete_backward_char):
|
|
1455 * syntax.c (Fforward_word):
|
|
1456 * syntax.c (Fforward_comment):
|
|
1457 Make COUNT argument optional, for consistency with forward-char et al.
|
|
1458
|
|
1459 2000-11-22 Martin Buchholz <martin@xemacs.org>
|
|
1460
|
|
1461 * lisp.h:
|
|
1462 * print.c (long_to_string):
|
|
1463 Return a useful value: the pointer at end of data written.
|
|
1464
|
|
1465 * doprnt.c:
|
|
1466 Use `static const char * const' for constant strings.
|
|
1467 (union printf_arg): Delete `i', `ui' members.
|
|
1468 (get_doprnt_args):
|
|
1469 (emacs_doprnt_1):
|
|
1470 Fix LP64 platform bug: (format "%d" most-positive-fixnum) ==> "-1"
|
|
1471 Do all printf-ing via the `l' specifier.
|
|
1472 Use EMACS_INT instead of int.
|
|
1473 Optimize.
|
|
1474
|
|
1475 2000-11-20 Didier Verna <didier@xemacs.org>
|
|
1476
|
|
1477 * faces.c (update_face_cachel_data): don't frob the background
|
|
1478 pixmap when the window is being created. The face is needed but
|
|
1479 does not exist yet.
|
|
1480
|
|
1481 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
1482
|
|
1483 * unexcw.c (copy_executable_and_dump_data_section): Only do bss
|
|
1484 messing with a debug environment.
|
|
1485
|
|
1486 2000-11-20 Martin Buchholz <martin@xemacs.org>
|
|
1487
|
|
1488 * emacs.c (__sti__iflPNGFile_c___): Pedantically correct prototype.
|
|
1489
|
|
1490 2000-11-20 Martin Buchholz <martin@xemacs.org>
|
|
1491
|
|
1492 * casetab.c (Fcase_table_p): Fix compile error and crash.
|
|
1493
|
|
1494 2000-11-18 Philip Aston <philipa@mail.com>
|
|
1495
|
|
1496 * s/cygwin32.h: Cygwin has SVR4-like pty support.
|
|
1497
|
|
1498 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
1499
|
|
1500 * fileio.c (Fexpand_file_name): GCPRO bug! Protect `handler'.
|
|
1501 * filelock.c (lock_file): GCPRO bug! Initialize all GCPROed vars!
|
|
1502
|
|
1503 2000-11-17 Martin Buchholz <martin@xemacs.org>
|
|
1504
|
|
1505 * config.h.in: Define HAVE_ELF_H if elf.h exists.
|
|
1506 * unexelf.c: Use HAVE_ELF_H.
|
|
1507 * unexelfsgi.c: Fix bug with dumped xemacs stdout/stderr not working.
|
|
1508 I copied FSF Emacs 20.7 unexelf.c to unexelfsgi.c and ANSIfied it.
|
|
1509 Max Matveev <makc@sgi.com> removed non-SGI-relevant parts and tested.
|
|
1510 Greg Harrington <greg_harrington@hotmail.com> provided a machine
|
|
1511 for testing.
|
|
1512 So this is an unexelfsgi.c from a different line of development.
|
|
1513
|
|
1514 2000-11-16 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1515
|
|
1516 * regex.c (RE_TR_ASCII): New function.
|
|
1517 (RE_TRANSLATE): Call it.
|
|
1518
|
|
1519 2000-11-16 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1520
|
|
1521 * buffer.h (TRT_TABLE_OF): Remove assert.
|
|
1522 (IN_TRT_TABLE_DOMAIN): Removed.
|
|
1523
|
|
1524 2000-11-16 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
1525
|
|
1526 * free-hook.c (log_gcpro):
|
|
1527 (show_gcprohist): Add support for GCPRO5.
|
|
1528
|
|
1529 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1530
|
|
1531 * emacs.c (main_1): Improve -sd error message when --pdump=no.
|
|
1532
|
|
1533 2000-11-16 Olivier Galibert <galibert@xemacs.org>
|
|
1534
|
|
1535 * symeval.h: Declare flush_all_buffer_local_cache.
|
|
1536
|
|
1537 * symbols.c: Change XD_LO_RESET_NIL into XD_LISP_OBJECTs.
|
|
1538 (flush_buffer_local_cache): Added.
|
|
1539 (flush_all_buffer_local_cache): Added.
|
|
1540
|
|
1541 * lrecord.h: Remove unused XD_LO_RESET_NIL.
|
|
1542
|
|
1543 * dumper.c (pdump_register_sub): Remove unused XD_LO_RESET_NIL.
|
|
1544 (pdump_dump_data): Ditto.
|
|
1545 (pdump_reloc_one): Ditto.
|
|
1546 (pdump): Remove unused pdump_qnil. Flush buffer local caches
|
|
1547 before dumping.
|
|
1548
|
|
1549
|
|
1550 2000-11-14 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1551
|
|
1552 * buffer.c: Remove if 0'ed entry.
|
|
1553 * buffer.h: Rewrite TRT to use char-table.
|
|
1554 * bufslots.h: Remove mirror tables.
|
|
1555 * casetab.c: Remove mirror tables.
|
|
1556 (CASE_TABLE_P): New macro.
|
|
1557 (Fcase_table_p): Element of a case table is string or char-table.
|
|
1558 (make_mirror_trt_table): Removed.
|
|
1559 (set_case_table): Setup char-table from strings for backward
|
|
1560 compatibility.
|
|
1561 * dired.c (Fdirectory_files):
|
|
1562 * dired-msw.c: (mswindows_get_files):
|
|
1563 * lisp.h: Change prototype of re_pattern_buffer.
|
|
1564 * regex.c: (RE_TRANSLATE): New macro.
|
|
1565 (TRANSLATE_P): Ditto.
|
|
1566 Change translate to type RE_TRANSLATE_TYPE.
|
|
1567 * regex.h: Define RE_TRANSLATE_TYPE
|
|
1568 * search.c (TRANSLATE): New macro.
|
|
1569 (TRANSLATE_ASCII): New macro.
|
|
1570 Translate table is changed to Lisp_Object.
|
|
1571 (signal_failure): Inhibit return.
|
|
1572
|
|
1573 2000-11-14 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1574
|
|
1575 * device-msw.c:
|
|
1576 * eldap.c:
|
|
1577 * event-Xt.c:
|
|
1578 * event-stream.c:
|
|
1579 * print.c:
|
|
1580 Do UNGCPRO before return.
|
|
1581
|
444
|
1582 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
1583
|
|
1584 * XEmacs 21.2.37 is released.
|
|
1585
|
|
1586 2000-11-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1587
|
|
1588 * fileio.c (Finsert_file_contents_internal): UNGCPRO before return.
|
|
1589 Add comments about discarded return value.
|
|
1590
|
|
1591 2000-11-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1592
|
|
1593 * callint.c:
|
|
1594 * event-stream.c: Fix comments. Remove some #if 0'ed part.
|
|
1595
|
|
1596 2000-10-27 Andy Piper <andy@xemacs.org>
|
|
1597
|
|
1598 * gutter.c (Fset_default_gutter_position): default left and right
|
|
1599 gutters to visible.
|
|
1600 (calculate_gutter_size): calculate resonable heuristic for left
|
|
1601 and right gutter sizes.
|
|
1602 (specifier_vars_of_gutter): change left and right gutter sizes to
|
|
1603 autodetect.
|
|
1604 (calculate_gutter_size_from_display_lines): new function.
|
|
1605 (output_gutter): check for resizing on left and right gutters.
|
|
1606 (clear_gutter): don't special case top and left gutters.
|
|
1607 (specifier_vars_of_gutter): use new signature for
|
|
1608 set_specifier_caching.
|
|
1609
|
|
1610 * glyphs-x.c (x_redisplay_widget): spelling fix.
|
|
1611 * glyphs.c (specifier_vars_of_glyphs):
|
|
1612 * menubar.c (specifier_vars_of_menubar):
|
|
1613 * redisplay.c (specifier_vars_of_redisplay):
|
|
1614 * toolbar.c (specifier_vars_of_toolbar):
|
|
1615 * window.c (specifier_vars_of_window):
|
|
1616 * scrollbar.c (specifier_vars_of_scrollbar):
|
|
1617 (complex_vars_of_scrollbar): use new signature for
|
|
1618 set_specifier_caching.
|
|
1619
|
|
1620 * specifier.c (set_specifier_caching): include recompute flag.
|
|
1621 (recompute_one_cached_specifier_in_window): always recompute if
|
|
1622 flag set.
|
|
1623 (recompute_one_cached_specifier_in_frame): ditto.
|
446
|
1624
|
444
|
1625 * specifier.h (struct specifier_caching): add recompute flag.
|
|
1626
|
|
1627 2000-10-24 Andy Piper <andy@xemacs.org>
|
|
1628
|
|
1629 * unexcw.c (copy_executable_and_dump_data_section): add new
|
|
1630 BSS_PAD_SIZE so that we can re-instate a mini-bss. This keeps gdb
|
|
1631 5.0 happy.
|
|
1632
|
|
1633 2000-11-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1634
|
|
1635 * console-x.h (x_device): New member modifier_release_time.
|
|
1636 * event-Xt.c (x_handle_sticky_modifiers):
|
|
1637 Bound interval modifier keys are sticky.
|
|
1638 * event-stream.c (Vmodifier_keys_sticky_time): New variable.
|
|
1639 * events.h: extern it.
|
|
1640
|
|
1641 2000-11-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1642
|
|
1643 * cmdloop.c (Fcommand_loop_1): Just add C-g to event queue.
|
|
1644
|
|
1645 2000-11-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1646
|
|
1647 * event-stream.c (execute_command_event): Preserve current_events
|
|
1648 and the like when event is misc-user-event.
|
|
1649 Inhibit quit during the call to maybe_echo_keys.
|
|
1650
|
|
1651 2000-10-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1652
|
|
1653 * filelock.c (lock_buffer): Cope with kill-buffer. Don't create a
|
|
1654 symlink when buffer is killed.
|
|
1655 (inhibit_clash_detection): New variable.
|
|
1656
|
|
1657 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
1658
|
|
1659 * console.c (Fset_input_method): Trigger redisplay on tty.
|
|
1660
|
|
1661 2000-11-07 Martin Buchholz <martin@xemacs.org>
|
|
1662
|
|
1663 * process.c (Fprocess_status): Revert to previous behavior:
|
|
1664 (process-status "nosuchprocess") ==> nil
|
|
1665
|
|
1666 2000-11-06 Martin Buchholz <martin@xemacs.org>
|
|
1667
|
|
1668 * mule-charset.h (CHARSET_BY_LEADING_BYTE):
|
|
1669 Work around another GCC 2.95.2 optimizer bug.
|
|
1670
|
|
1671 2000-11-02 Martin Buchholz <martin@xemacs.org>
|
|
1672
|
|
1673 * process.c (Fget_process): Use LIST_LOOP_2.
|
|
1674 (kill_buffer_processes): Use LIST_LOOP_2.
|
|
1675
|
|
1676 * minibuf.c (Fall_completions):
|
|
1677 Delete old non-functional code for FSF fourth argument.
|
|
1678
|
446
|
1679 * frame.c (frame_matches_frame_spec):
|
444
|
1680 Renamed from `frame_matches_frametype'. Update all callers.
|
446
|
1681 (device_matches_device_spec):
|
444
|
1682 Renamed from 'device_matches_console_spec'. Update all callers.
|
|
1683
|
|
1684 * doc.c (Fsubstitute_command_keys):
|
|
1685 Remove buffer overflow crash. Small code cleanups.
|
|
1686
|
|
1687 * casetab.c (check_case_table): Simpler code.
|
|
1688
|
|
1689 * window.c (Freplace_buffer_in_windows):
|
446
|
1690 Give this the same WHICH-FRAMES and WHICH-DEVICES parameters
|
444
|
1691 (and similar implementation) as Fdelete_windows_on.
|
|
1692 Update all callers.
|
|
1693
|
|
1694 * alloc.c (Fmake_list):
|
|
1695 * alloc.c (make_vector):
|
|
1696 * alloc.c (Fmake_vector):
|
|
1697 * alloc.c (make_bit_vector):
|
|
1698 * alloc.c (Fmake_bit_vector):
|
|
1699 * alloc.c (Fbit_vector):
|
|
1700 * alloc.c (Fmake_string):
|
|
1701 * alloc.c (Fpurecopy):
|
|
1702 * alloc.c (Fmemory_limit):
|
|
1703 * buffer.c:
|
|
1704 * buffer.c (Fget_buffer):
|
|
1705 * buffer.c (Fkill_buffer):
|
|
1706 * buffer.c (complex_vars_of_buffer):
|
|
1707 * bytecode.c (Fcompiled_function_stack_depth):
|
|
1708 * callint.c (Fprefix_numeric_value):
|
|
1709 * event-stream.c:
|
|
1710 * event-stream.c (Fread_key_sequence):
|
|
1711 * casetab.c:
|
|
1712 * casetab.c (Fcase_table_p):
|
|
1713 * casetab.c (check_case_table):
|
|
1714 * casetab.c (Fset_case_table):
|
|
1715 * casetab.c (Fset_standard_case_table):
|
|
1716 * chartab.c:
|
|
1717 * chartab.c (Fchar_table_type):
|
|
1718 * chartab.c (Freset_char_table):
|
|
1719 * chartab.c (Fget_char_table):
|
|
1720 * chartab.c (Fget_range_char_table):
|
|
1721 * chartab.c (Fput_char_table):
|
|
1722 * chartab.c (Fmap_char_table):
|
|
1723 * chartab.c (Fcategory_table_p):
|
|
1724 * chartab.c (Fcheck_category_at):
|
|
1725 * chartab.c (Fchar_in_category_p):
|
|
1726 * chartab.c (Fcategory_table):
|
|
1727 * chartab.c (Fcopy_category_table):
|
|
1728 * chartab.c (Fset_category_table):
|
|
1729 * chartab.c (Fcategory_designator_p):
|
|
1730 * chartab.c (Fcategory_table_value_p):
|
|
1731 * cmds.c (Fdelete_char):
|
|
1732 * cmds.c (Fdelete_backward_char):
|
|
1733 * cmds.c (Fself_insert_command):
|
|
1734 * cmds.c (Fself_insert_internal):
|
|
1735 * console.c (Fvalid_console_type_p):
|
|
1736 * console.c (Fcdfw_console):
|
|
1737 * console.c (Fconsole_type):
|
|
1738 * console.c (Fconsole_name):
|
|
1739 * console.c (Fconsole_device_list):
|
|
1740 * console.c (Fconsole_on_window_system_p):
|
|
1741 * data.c:
|
|
1742 * data.c (Feq):
|
|
1743 * data.c (Fold_eq):
|
|
1744 * data.c (Fsubr_interactive):
|
|
1745 * data.c (Fchar_to_int):
|
|
1746 * data.c (Fint_to_char):
|
|
1747 * data.c (Fsetcar):
|
|
1748 * data.c (Fsetcdr):
|
|
1749 * data.c (Fnumber_to_string):
|
|
1750 * data.c (Fstring_to_number):
|
|
1751 * data.c (Frem):
|
|
1752 * database.c (mark_database):
|
|
1753 * database.c (finalize_database):
|
|
1754 * database.c (Fdatabase_live_p):
|
|
1755 * database.c (Fdatabasep):
|
|
1756 * device-x.c (Fx_get_resource):
|
|
1757 * device.c (Fdfw_device):
|
|
1758 * dired.c:
|
|
1759 * dired.c (Ffile_name_completion):
|
|
1760 * dired.c (Ffile_name_all_completions):
|
|
1761 * dired.c (Fuser_name_completion):
|
|
1762 * dired.c (Fuser_name_completion_1):
|
|
1763 * dired.c (Fuser_name_all_completions):
|
|
1764 * doc.c (Fdocumentation):
|
|
1765 * doc.c (Fdocumentation_property):
|
|
1766 * doc.c (Fsubstitute_command_keys):
|
|
1767 * editfns.c:
|
|
1768 * editfns.c (Fchar_to_string):
|
|
1769 * editfns.c (Fstring_to_char):
|
|
1770 * editfns.c (Ftemp_directory):
|
|
1771 * editfns.c (Finsert_char):
|
|
1772 * editfns.c (Fbuffer_substring_no_properties):
|
|
1773 * editfns.c (Fnarrow_to_region):
|
|
1774 * editfns.c (Fchar_equal):
|
|
1775 * editfns.c (Fchar_Equal):
|
|
1776 * editfns.c (Ftranspose_regions):
|
|
1777 * emacs.c (Fdump_emacs):
|
|
1778 * eval.c (Fthrow):
|
|
1779 * eval.c (Fcommand_execute):
|
|
1780 * eval.c (Fautoload):
|
|
1781 * eval.c (Fbacktrace):
|
|
1782 * eval.c (Fbacktrace_frame):
|
|
1783 * events.c:
|
|
1784 * events.c (Fcopy_event):
|
|
1785 * events.c (Fcharacter_to_event):
|
|
1786 * events.c (Fevent_button):
|
|
1787 * events.c (Fevent_process):
|
|
1788 * extents.c:
|
|
1789 * extents.c (Fnext_extent_change):
|
|
1790 * extents.c (Fextent_property):
|
|
1791 * faces.c (Ffacep):
|
|
1792 * faces.c (Fmake_face):
|
|
1793 * file-coding.c:
|
|
1794 * file-coding.c (Fencode_shift_jis_char):
|
|
1795 * file-coding.c (Fencode_big5_char):
|
|
1796 * fileio.c (Ffile_name_directory):
|
|
1797 * fileio.c (Ffile_name_nondirectory):
|
|
1798 * fileio.c (Ffile_name_as_directory):
|
|
1799 * fileio.c (Fdirectory_file_name):
|
|
1800 * fileio.c (Ffile_truename):
|
|
1801 * fileio.c (Fsubstitute_in_file_name):
|
|
1802 * fileio.c (Ffile_modes):
|
|
1803 * fileio.c (Fset_file_modes):
|
|
1804 * fileio.c (Fset_default_file_modes):
|
|
1805 * fileio.c (Fverify_visited_file_modtime):
|
|
1806 * floatfns.c (Facos):
|
|
1807 * floatfns.c (Fasin):
|
|
1808 * floatfns.c (Fatan):
|
|
1809 * floatfns.c (Fcos):
|
|
1810 * floatfns.c (Fsin):
|
|
1811 * floatfns.c (Ftan):
|
|
1812 * floatfns.c (Fbessel_j0):
|
|
1813 * floatfns.c (Fbessel_j1):
|
|
1814 * floatfns.c (Fbessel_jn):
|
|
1815 * floatfns.c (Fbessel_y0):
|
|
1816 * floatfns.c (Fbessel_y1):
|
|
1817 * floatfns.c (Fbessel_yn):
|
|
1818 * floatfns.c (Ferf):
|
|
1819 * floatfns.c (Ferfc):
|
|
1820 * floatfns.c (Flog_gamma):
|
|
1821 * floatfns.c (Fexp):
|
|
1822 * floatfns.c (Fexpt):
|
|
1823 * floatfns.c (Flog):
|
|
1824 * floatfns.c (Flog10):
|
|
1825 * floatfns.c (Fsqrt):
|
|
1826 * floatfns.c (Fcube_root):
|
|
1827 * floatfns.c (Facosh):
|
|
1828 * floatfns.c (Fasinh):
|
|
1829 * floatfns.c (Fatanh):
|
|
1830 * floatfns.c (Fcosh):
|
|
1831 * floatfns.c (Fsinh):
|
|
1832 * floatfns.c (Ftanh):
|
|
1833 * floatfns.c (Fabs):
|
|
1834 * floatfns.c (Ffloat):
|
|
1835 * floatfns.c (Flogb):
|
|
1836 * floatfns.c (Fceiling):
|
|
1837 * floatfns.c (Ffloor):
|
|
1838 * floatfns.c (Fround):
|
|
1839 * floatfns.c (Ftruncate):
|
|
1840 * floatfns.c (Ffceiling):
|
|
1841 * floatfns.c (Fffloor):
|
|
1842 * floatfns.c (Ffround):
|
|
1843 * floatfns.c (Fftruncate):
|
|
1844 * fns.c (Fstring_equal):
|
|
1845 * fns.c (Fstring_lessp):
|
|
1846 * fns.c (concat2):
|
|
1847 * fns.c (concat3):
|
|
1848 * fns.c (vconcat2):
|
|
1849 * fns.c (vconcat3):
|
|
1850 * fns.c (Fsubstring):
|
|
1851 * fns.c (Fassoc):
|
|
1852 * fns.c (Fold_assoc):
|
|
1853 * fns.c (assoc_no_quit):
|
|
1854 * fns.c (Fassq):
|
|
1855 * fns.c (Fold_assq):
|
|
1856 * fns.c (assq_no_quit):
|
|
1857 * fns.c (Frassoc):
|
|
1858 * fns.c (Fold_rassoc):
|
|
1859 * fns.c (Frassq):
|
|
1860 * fns.c (Fold_rassq):
|
|
1861 * fns.c (rassq_no_quit):
|
|
1862 * fns.c (Fremassoc):
|
|
1863 * fns.c (remassoc_no_quit):
|
|
1864 * fns.c (Fremassq):
|
|
1865 * fns.c (remassq_no_quit):
|
|
1866 * fns.c (Fremrassoc):
|
|
1867 * fns.c (Fremrassq):
|
|
1868 * fns.c (remrassq_no_quit):
|
|
1869 * fns.c (Fsort):
|
|
1870 * fns.c (Fplist_get):
|
|
1871 * fns.c (Fplist_put):
|
|
1872 * fns.c (Fplist_remprop):
|
|
1873 * fns.c (Fplist_member):
|
|
1874 * fns.c (Flax_plist_get):
|
|
1875 * fns.c (Flax_plist_put):
|
|
1876 * fns.c (Flax_plist_remprop):
|
|
1877 * fns.c (Flax_plist_member):
|
|
1878 * fns.c (Fequal):
|
|
1879 * fns.c (Fold_equal):
|
|
1880 * fns.c (Frequire):
|
|
1881 * fns.c (Fbase64_encode_region):
|
|
1882 * fns.c (Fbase64_encode_string):
|
|
1883 * fns.c (Fbase64_decode_region):
|
|
1884 * frame.c:
|
|
1885 * frame.c (frame_matches_frame_spec):
|
|
1886 * frame.c (device_matches_device_spec):
|
|
1887 * frame.c (next_frame):
|
|
1888 * frame.c (previous_frame):
|
|
1889 * frame.c (Fnext_frame):
|
|
1890 * frame.c (Fprevious_frame):
|
|
1891 * frame.c (Fframe_property):
|
|
1892 * frame.c (Fset_frame_height):
|
|
1893 * frame.c (Fset_frame_size):
|
|
1894 * frame.h:
|
|
1895 * glyphs.c:
|
|
1896 * glyphs.c (if):
|
|
1897 * glyphs.c (decode_error_behavior_flag):
|
|
1898 * glyphs.c (Fmake_image_instance):
|
|
1899 * indent.c (Findent_to):
|
|
1900 * intl.c (Fignore_defer_gettext):
|
|
1901 * keymap.c (Fkeymapp):
|
|
1902 * keymap.c (Flookup_key):
|
|
1903 * lread.c:
|
|
1904 * lread.c (Fload_internal):
|
|
1905 * lread.c (Feval_buffer):
|
|
1906 * lread.c (Feval_region):
|
|
1907 * macros.c (Fexecute_kbd_macro):
|
|
1908 * marker.c (set_marker_internal):
|
|
1909 * marker.c (Fset_marker):
|
|
1910 * marker.c (set_marker_restricted):
|
|
1911 * marker.c (Fcopy_marker):
|
|
1912 * marker.c (noseeum_copy_marker):
|
|
1913 * menubar.c:
|
|
1914 * menubar.c (Fpopup_menu):
|
|
1915 * minibuf.c:
|
|
1916 * mule-charset.c (Fcharset_name):
|
|
1917 * mule-charset.c (Fchar_charset):
|
|
1918 * mule-charset.c (Fchar_octet):
|
|
1919 * mule-charset.c (Fsplit_char):
|
|
1920 * mule-wnnfns.c (Fwnn_open):
|
|
1921 * mule-wnnfns.c (Fwnn_dict_comment):
|
|
1922 * mule-wnnfns.c (Fwnn_quit_henkan):
|
|
1923 * mule-wnnfns.c (Fwnn_word_toroku):
|
|
1924 * mule-wnnfns.c (Fwnn_word_sakujo):
|
|
1925 * mule-wnnfns.c (Fwnn_word_use):
|
|
1926 * mule-wnnfns.c (Fwnn_hindo_set):
|
|
1927 * objects.c:
|
|
1928 * objects.c (Fmake_color_instance):
|
|
1929 * objects.c (Fmake_font_instance):
|
|
1930 * print.c (Fwrite_char):
|
|
1931 * process.c:
|
|
1932 * process.c (mark_process):
|
|
1933 * process.c (print_process):
|
|
1934 * process.c (get_process_from_usid):
|
|
1935 * process.c (Fprocessp):
|
|
1936 * process.c (Fprocess_live_p):
|
|
1937 * process.c (Fget_process):
|
|
1938 * process.c (Fget_buffer_process):
|
|
1939 * process.c (get_process):
|
|
1940 * process.c (Fprocess_id):
|
|
1941 * process.c (Fprocess_name):
|
|
1942 * process.c (Fprocess_command):
|
|
1943 * process.c (init_process_io_handles):
|
|
1944 * process.c (start_process_unwind):
|
|
1945 * process.c (Fstart_process_internal):
|
|
1946 * process.c (Fopen_multicast_group_internal):
|
|
1947 * process.c (Fset_process_window_size):
|
|
1948 * process.c (read_process_output):
|
|
1949 * process.c (send_process):
|
|
1950 * process.c (Fprocess_tty_name):
|
|
1951 * process.c (Fset_process_buffer):
|
|
1952 * process.c (Fprocess_buffer):
|
|
1953 * process.c (Fprocess_mark):
|
|
1954 * process.c (set_process_filter):
|
|
1955 * process.c (Fset_process_filter):
|
|
1956 * process.c (Fprocess_filter):
|
|
1957 * process.c (Fprocess_send_region):
|
|
1958 * process.c (Fprocess_send_string):
|
|
1959 * process.c (exec_sentinel):
|
|
1960 * process.c (Fset_process_sentinel):
|
|
1961 * process.c (Fprocess_sentinel):
|
|
1962 * process.c (status_notify):
|
|
1963 * process.c (Fprocess_status):
|
|
1964 * process.c (Fprocess_exit_status):
|
|
1965 * process.c (process_send_signal):
|
|
1966 * process.c (Fprocess_send_eof):
|
|
1967 * process.c (deactivate_process):
|
|
1968 * process.c (remove_process):
|
|
1969 * process.c (Fdelete_process):
|
|
1970 * process.c (kill_buffer_processes):
|
|
1971 * process.c (Fprocess_kill_without_query):
|
|
1972 * process.c (Fprocess_kill_without_query_p):
|
|
1973 * rangetab.c:
|
|
1974 * rangetab.c (Fget_range_table):
|
|
1975 * rangetab.c (Fput_range_table):
|
|
1976 * rangetab.c (Fremove_range_table):
|
|
1977 * rangetab.c (Fclear_range_table):
|
|
1978 * search.c:
|
|
1979 * search.c (Fskip_chars_forward):
|
|
1980 * search.c (Fskip_chars_backward):
|
|
1981 * search.c (Fskip_syntax_forward):
|
|
1982 * search.c (Fskip_syntax_backward):
|
|
1983 * search.c (search_command):
|
|
1984 * search.c (Freplace_match):
|
|
1985 * search.c (Fregexp_quote):
|
|
1986 * select.c (Fown_selection_internal):
|
|
1987 * select.c (Fselection_owner_p):
|
|
1988 * select.c (Fselection_exists_p):
|
|
1989 * select.c (Fget_selection_internal):
|
|
1990 * specifier.c:
|
|
1991 * symbols.c:
|
|
1992 * symbols.c (Fintern):
|
|
1993 * symbols.c (Fintern_soft):
|
|
1994 * symbols.c (Funintern):
|
|
1995 * symbols.c (Fapropos_internal):
|
|
1996 * symbols.c (Fset_default):
|
|
1997 * syntax.c:
|
|
1998 * syntax.c (Fsyntax_table_p):
|
|
1999 * syntax.c (Fcopy_syntax_table):
|
|
2000 * syntax.c (Fset_syntax_table):
|
|
2001 * syntax.c (Fchar_syntax):
|
|
2002 * syntax.c (syntax_match):
|
|
2003 * syntax.c (Fmatching_paren):
|
|
2004 * syntax.c (Fforward_word):
|
|
2005 * syntax.c (scan_lists):
|
|
2006 * syntax.c (Fscan_lists):
|
|
2007 * syntax.c (Fscan_sexps):
|
|
2008 * syntax.c (Fparse_partial_sexp):
|
|
2009 * toolbar.c (Fcheck_toolbar_button_syntax):
|
|
2010 * tooltalk.doc:
|
|
2011 * window.c:
|
|
2012 * window.c (Fwindowp):
|
|
2013 * window.c (Fwindow_live_p):
|
|
2014 * window.c (Fwindow_point):
|
|
2015 * window.c (Fdelete_window):
|
|
2016 * window.c (Fnext_window):
|
|
2017 * window.c (Fprevious_window):
|
|
2018 * window.c (Fother_window):
|
|
2019 * window.c (window_loop):
|
|
2020 * window.c (Fget_lru_window):
|
|
2021 * window.c (Fsplit_window):
|
|
2022 * window.c (Fenlarge_window):
|
|
2023 * window.c (Fenlarge_window_pixels):
|
|
2024 * window.c (Fshrink_window):
|
|
2025 * window.c (Fshrink_window_pixels):
|
|
2026 * window.c (change_window_height):
|
|
2027 * window.c (Fwindow_configuration_p):
|
|
2028 * window.c (Fcurrent_window_configuration):
|
|
2029 * window.h:
|
|
2030 * casefiddle.c (casify_object):
|
|
2031 * casefiddle.c (Fupcase):
|
|
2032 * casefiddle.c (Fdowncase):
|
|
2033 * casefiddle.c (Fcapitalize):
|
|
2034 * casefiddle.c (Fupcase_initials):
|
|
2035 * casefiddle.c (casify_region_internal):
|
|
2036 * casefiddle.c (casify_region):
|
|
2037 * casefiddle.c (Fupcase_region):
|
|
2038 * casefiddle.c (Fdowncase_region):
|
|
2039 * casefiddle.c (Fcapitalize_region):
|
|
2040 * casefiddle.c (Fupcase_initials_region):
|
|
2041 * casefiddle.c (Fupcase_word):
|
|
2042 * casefiddle.c (Fdowncase_word):
|
|
2043 * casefiddle.c (Fcapitalize_word):
|
|
2044 Docstring arglist/Texinfo fixes. See man/ChangeLog for details.
|
|
2045 Replace 0 with '\0' when working with bytes.
|
|
2046 Replace initial "(" with "\(" in docstrings.
|
|
2047
|
|
2048 2000-11-01 Martin Buchholz <martin@xemacs.org>
|
|
2049
|
|
2050 * config.h.in: Handle alloca with Compaq C on Alpha Linux.
|
|
2051
|
|
2052 * m/alpha.h: Let configure handle SYSTEM_MALLOC on Linux.
|
|
2053
|
|
2054 2000-10-31 Martin Buchholz <martin@xemacs.org>
|
|
2055
|
|
2056 * eldap.c (print_ldap): 64-bit cleaner. Fixes warning.
|
|
2057
|
|
2058 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2059
|
|
2060 * doprnt.c (emacs_do_prnt_1): Format (format "%01.2d" 10)
|
|
2061 correctly.
|
|
2062
|
|
2063 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2064
|
|
2065 * fileio.c (Vauto_save_list_file_prefix): Moved from startup.el.
|
|
2066 (inhibit_auto_save_session): New variable.
|
|
2067 (vars_of_fileio): Declare and initialize them.
|
|
2068 * fileio.c (Fdo_auto_save): Don't create session file if
|
|
2069 Vinhibit_auto_save_session or Vauto_save_list_file_prefix is non-nil.
|
|
2070
|
|
2071 2000-10-31 Martin Buchholz <martin@xemacs.org>
|
|
2072
|
|
2073 * sgiplay.c (play_internal): C++ compilability.
|
|
2074 * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Remove unused var `SFTB_prev'.
|
446
|
2075 * callproc.c (Fold_call_process_internal):
|
444
|
2076 Remove unused vars `env', `first'.
|
446
|
2077 * scrollbar.c (update_scrollbar_instance):
|
444
|
2078 #### unused var `current_window'.
|
|
2079 * redisplay-tty.c: Put currently unused vars insert_mode_on,
|
|
2080 etc. within #ifdef NOT_YET.
|
|
2081 * emacs.c: #### unused vars `initial_argc', `initial_argv'.
|
|
2082 * dialog-x.c (dbox_descriptor_to_widget_value): ### unused var `title'.
|
446
|
2083 * specifier.c (specifier_instance):
|
444
|
2084 #### unused var `tag'.
|
|
2085 Use WINDOW_BUFFER, FRAME_DEVICE instead of their expansion.
|
|
2086
|
|
2087 2000-10-27 Martin Buchholz <martin@xemacs.org>
|
|
2088
|
|
2089 * fns.c (Fbutlast):
|
|
2090 * fns.c (list_sort):
|
|
2091 * fns.c (Ffillarray):
|
|
2092 * fns.c (bytecode_nconc2):
|
|
2093 * fns.c (Fnconc):
|
|
2094 * fns.c (mapcar1):
|
|
2095 * fns.c (Fmapconcat):
|
|
2096 Be pedantically 64-bit correct. For the time when someone will
|
|
2097 want to have a list with length > 2**32.
|
|
2098
|
|
2099 * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
|
|
2100 Work around MIPSpro compiler bug.
|
|
2101
|
|
2102 * process-unix.c (unix_kill_child_process): Add snarky comment.
|
|
2103 * process-unix.c (try_to_initialize_subtty): Oops, `=' ==> `=='
|
|
2104
|
|
2105 * config.h.in: Oops, _getpt ==> _getpty
|
|
2106
|
|
2107 2000-10-26 Martin Buchholz <martin@xemacs.org>
|
|
2108
|
|
2109 * config.h.in:
|
|
2110 * regex.c:
|
|
2111 Use void*, not char*, as return type of alloca().
|
|
2112
|
|
2113 * alloc.c (free_marker): Side effect inside assert expression!
|
|
2114
|
|
2115 2000-10-16 MIYASHITA Hisashi <himi@m17n.org>
|
|
2116
|
|
2117 * mule-charset.c (Fset_charset_ccl_program): To check
|
|
2118 if the given ccl program is valid, use setup_ccl_program()
|
|
2119 instead of CHECK_VECTOR().
|
|
2120 (Fmake_charset): Likewise.
|
|
2121
|
|
2122 2000-10-20 Golubev I. N. <gin@mo.msk.ru>
|
|
2123
|
|
2124 * faces.c (get_extent_fragment_face_cache_index):
|
|
2125 Fix cachel.merged_faces memory leak.
|
|
2126
|
|
2127 2000-10-14 MIYASHITA Hisashi <himi@m17n.org>
|
|
2128
|
|
2129 * mule-ccl.c (ccl_driver)<CCL_DECODE_SJIS>:
|
|
2130 Reset MSB of octets obtained by DECODE_SJIS
|
|
2131 because of the incompatibility with Emacs.
|
|
2132 (ccl_driver)<CCL_ENCODE_SJIS>:
|
|
2133 Set MSB of octets before passing them to
|
|
2134 ENCODE_SJIS because of the incompatibility
|
|
2135 with Emacs.
|
|
2136
|
|
2137 2000-10-18 Daiki Ueno <ueno@unixuser.org>
|
|
2138
|
|
2139 * lrecord.h (DECLARE_TYPECHECK_LRECORD): Abolish.
|
|
2140 (DECLARE_LRECORD): Undo the last change.
|
|
2141 (DECLARE_EXTERNAL_LRECORD): Expand typechecking stuff.
|
|
2142
|
|
2143 2000-10-17 Daiki Ueno <ueno@unixuser.org>
|
|
2144
|
|
2145 * lrecord.h (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): Connect
|
|
2146 the implementation to lrecord_implementations_table.
|
|
2147
|
|
2148 2000-10-14 Daiki Ueno <ueno@unixuser.org>
|
|
2149
|
|
2150 * lrecord.h (MAKE_EXTERNAL_LRECORD_IMPLEMENTATION): Don't set the
|
|
2151 initial value of `lrecord_type_##c_name' and
|
|
2152 `lrecord_##c_name.lrecord_type_index'; discard "const" qualifier.
|
|
2153 (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): New macro.
|
|
2154 [ERROR_CHECK_TYPECHECK] (DECLARE_TYPECHECK_LRECORD): New macro.
|
|
2155 [ERROR_CHECK_TYPECHECK] (DECLARE_LRECORD): Use it.
|
|
2156 [ERROR_CHECK_TYPECHECK] (DECLARE_EXTERNAL_LRECORD): Use it.
|
|
2157
|
|
2158 2000-10-17 Martin Buchholz <martin@xemacs.org>
|
|
2159
|
|
2160 * miscplay.c (sndcnv8S_2mono):
|
446
|
2161 (sndcnv2monounsigned):
|
|
2162 (sndcnvULaw_2linear):
|
|
2163 (sndcnv16swap):
|
444
|
2164 Remove implementation-defined behavior.
|
|
2165
|
|
2166 2000-10-12 Martin Buchholz <martin@xemacs.org>
|
|
2167
|
|
2168 * input-method-xlib.c: Warning suppression.
|
|
2169
|
|
2170 2000-10-05 MIYASHITA Hisashi <himi@m17n.org>
|
|
2171
|
|
2172 * mule-ccl.c: Sync up with Emacs 21.0.90.
|
|
2173 (ccl_driver)<CCL_TranslateCharacter>: Disabled.
|
|
2174 Do nothing.
|
|
2175 (ccl_driver)<CCL_TranslateCharacterConstTbl>:
|
|
2176 Likewise.
|
|
2177 (ccl_driver[WriteMultibyteChar2]): Bug fix.
|
|
2178 Use MAX_LEADING_BYTE_OFFICIAL_2 instead of
|
|
2179 MIN_LEADING_BYTE_OFFICIAL_2 to check whether the
|
|
2180 leading char belongs to official 2-dimensional charset.
|
|
2181 (CCL_WRITE_CHAR): When CCL_MODE_ENCODING,
|
|
2182 write the given character as is. Otherwise,
|
|
2183 if it is a multibyte char, convert it by
|
|
2184 non_ascii_set_charptr_emchar, then write it.
|
|
2185 (CCL_WRITE_STRING): Likewise.
|
|
2186 (ccl_get_compiled_code): New function.
|
|
2187 (setup_ccl_program): When ccl_prog is invalid,
|
|
2188 return -1.
|
|
2189 (Fregister_code_conversion_map): New function.
|
|
2190 (syms_of_mule_ccl): defsubr Fregister_code_conversion_map.
|
|
2191
|
|
2192 * mule-ccl.h: Sync up with Emacs 21.0.90.
|
|
2193 (Fregister_ccl_program): export it.
|
|
2194
|
|
2195 * redisplay-msw.c (separate_textual_runs):
|
|
2196 If ccl program is not valid, don't do ccl conversion.
|
|
2197
|
|
2198 * redisplay-x.c (separate_textual_runs): Ditto.
|
|
2199
|
|
2200 * file-coding.c (Fmake_coding_system):
|
|
2201 When type is ccl and value is vector, register it
|
|
2202 with a proper symbol. And checks whether the
|
|
2203 given ccl program is valid.
|
|
2204 (mule_decode): When calling ccl_driver, if src indicates
|
|
2205 NULL pointer, set an empty string instead.
|
|
2206 (mule_encode): Likewise.
|
|
2207
|
|
2208 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
2209
|
|
2210 The following large batch of changes gets us back to a state of
|
|
2211 C++ compilability. Extbyte is now a char, which means that
|
|
2212 Extbyte * and Bufbyte * cannot be freely interchanged - a win!
|
|
2213
|
|
2214 * tooltalk.c (Fset_tooltalk_message_attribute): Type correctness.
|
|
2215
|
|
2216 * sound.c (Fplay_sound): Type correctness.
|
|
2217
|
|
2218 * select-x.c (hack_motif_clipboard_selection): Type correctness.
|
|
2219 (x_get_window_property): Type correctness.
|
|
2220 (receive_incremental_selection): unsigned char ==> Extbyte
|
|
2221 (selection_data_to_lisp_data): unsigned char ==> Extbyte
|
|
2222 (Fx_get_cutbuffer_internal): unsigned char ==> Extbyte
|
|
2223 (Fx_store_cutbuffer_internal): Type correctness.
|
|
2224
|
|
2225 * process-unix.c (try_to_initialize_subtty): Type correctness.
|
|
2226
|
|
2227 * objects-x.c (x_print_color_instance): Type correctness.
|
|
2228 (x_print_font_instance): Type correctness.
|
|
2229 (x_list_fonts): SExtbyte ==> Extbyte.
|
|
2230 (valid_x_font_name_p): SExtbyte ==> Extbyte.
|
|
2231 (x_find_charset_font): SExtbyte ==> Extbyte.
|
|
2232 Use TO_INTERNAL_FORMAT. build_string ==> make_string.
|
|
2233 (truename_via_XListFonts): SExtbyte ==> Extbyte.
|
|
2234 (x_font_instance_properties): Use TO_INTERNAL_FORMAT.
|
|
2235 Use bufbyte_strcmp.
|
|
2236
|
|
2237 * mule-charset.h (LEADING_BYTE_PREFIX_P): unsigned char ==> Bufbyte
|
|
2238 (PRIVATE_LEADING_BYTE_PREFIX): Add paranoia cast.
|
|
2239 (BYTE_ASCII_P): Use bit ops for char-signedness safety.
|
|
2240 (BYTE_C0_P): Use bit ops for char-signedness safety.
|
|
2241 (BYTE_C1_P): Use bit ops for char-signedness safety.
|
446
|
2242 (CHARSET_BY_LEADING_BYTE):
|
|
2243 (CHARSET_BY_ATTRIBUTES):
|
444
|
2244 Always use inline function.
|
|
2245 Use type_checking_assert.
|
|
2246 Hide chlook.
|
|
2247
|
|
2248 * mule-charset.c (non_ascii_charptr_copy_char):
|
|
2249 Modify to work with both ASCII and non-ASCII characters.
|
|
2250 Improve docs and variable names.
|
|
2251 Replace over-clever fall-through switch with a simple loop.
|
446
|
2252 (Lstream_get_emchar_1):
|
444
|
2253 Replace over-clever fall-through switch with a simple loop.
|
|
2254
|
|
2255 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
2256 Warning suppression.
|
|
2257
|
|
2258 * lstream.h (Lstream_get_emchar): BYTE_ASCII_P cannot be used on
|
|
2259 the return value of Lstream_getc, which could be EOF as well.
|
|
2260
|
|
2261 * lstream.c (Lstream_raw_read): Now returns ssize_t, not int.
|
|
2262
|
|
2263 * lisp.h: Make Extbyte a char, not unsigned char, so that external
|
|
2264 APIs can be used on Extbytes without casts. Risky!
|
|
2265 (SExtbyte): Remove.
|
|
2266 (UExtbyte): Remove.
|
|
2267
|
|
2268 * input-method-xlib.c (XIM_init_device):
|
|
2269 Use Xlib.h instead of IntrinsicP.h.
|
|
2270 Use HAVE_XREGISTERIMINSTANTIATECALLBACK instead of THIS_IS_X11R6,
|
|
2271 which will break in X11R7.
|
|
2272 Use XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE,
|
|
2273 to call XRegisterIMInstantiateCallback with correct types.
|
|
2274
|
|
2275 * gui-x.c (button_item_to_widget_value): Type correctness.
|
|
2276
|
|
2277 * glyphs.c (bitmap_to_lisp_data): Type correctness.
|
|
2278
|
|
2279 * glyphs-x.c (pixmap_from_xbm_inline): Type correctness.
|
|
2280 (xbm_instantiate_1): Type correctness.
|
|
2281 (BUILD_GLYPH_INST): Type correctness.
|
|
2282
|
|
2283 * fileio.c (Fsubstitute_in_file_name): Type correctness.
|
|
2284
|
|
2285 * file-coding.c:
|
|
2286 (decode_coding_sjis):
|
|
2287 (decode_coding_big5):
|
|
2288 (decode_coding_ucs4):
|
|
2289 (decode_coding_utf8):
|
|
2290 (decode_coding_iso2022):
|
|
2291 (decode_coding_no_conversion):
|
|
2292 Make all decoding functions take an Extbyte * arg.
|
|
2293 (encode_coding_sjis):
|
|
2294 (encode_coding_big5):
|
|
2295 (encode_coding_ucs4):
|
|
2296 (encode_coding_utf8):
|
|
2297 (encode_coding_iso2022):
|
|
2298 (encode_coding_no_conversion):
|
|
2299 Make all encoding functions take a Bufbyte * arg.
|
|
2300 Use size_t instead of unsigned int for memory sizes.
|
|
2301 Only cast to unsigned char whenever dereferencing Extbyte *.
|
|
2302
|
|
2303 * doc.c (unparesseuxify_doc_string): Type correctness.
|
|
2304
|
|
2305 * console-x.c (split_up_display_spec):
|
|
2306 Rewrite without using details of internal string representation.
|
|
2307 (x_semi_canonicalize_device_connection): Type correctness.
|
|
2308
|
|
2309 * config.h.in:
|
|
2310 (HAVE_XREGISTERIMINSTANTIATECALLBACK): New.
|
|
2311 (XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE): New.
|
|
2312 (HAVE_XFREE386): Removed.
|
|
2313
|
|
2314 * buffer.h (DEC_CHARPTR): `const' correctness.
|
|
2315 (bufbyte_strcmp): New.
|
|
2316 (bufbyte_memcmp): New.
|
|
2317
|
|
2318 * buffer.c (dfc_convert_to_internal_format): Extbyte ==> Bufbyte
|
|
2319
|
|
2320 * buffer.h (XCHAR_OR_CHAR_INT):
|
|
2321 Always use inline function.
|
|
2322 Remove redundant type checking assert() - XINT will abort quite nicely.
|
|
2323
|
|
2324 2000-10-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2325
|
|
2326 * search.c (Freplace_match): Set newtext to an empty string.
|
|
2327
|
|
2328 2000-10-10 Martin Buchholz <martin@xemacs.org>
|
|
2329
|
|
2330 * s/decosf1-3.h: Remove #include of stropts.h
|
|
2331 * s/ptx.h: Remove #include of stropts.h
|
|
2332 * s/usg5-4.h: Remove #include of stropts.h
|
446
|
2333 * sysproc.h:
|
|
2334 * config.h.in:
|
444
|
2335 Use stropts.h, not sys/stropts.h.
|
|
2336 Use strtio.h, not sys/strtio.h.
|
|
2337
|
442
|
2338 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
2339
|
|
2340 * XEmacs 21.2.36 is released.
|
|
2341
|
444
|
2342 2000-09-21 Andy Piper <andy@xemacs.org>
|
|
2343
|
|
2344 * glyphs-x.c (x_redisplay_widget): make sure non-structural
|
|
2345 changes still involve copying the widget tree.
|
|
2346 (update_widget_face): make sure a change is register in the widget
|
|
2347 tree. Call update_tab_widget_face appropriately.
|
|
2348 (update_tab_widget_face): ditto.
|
|
2349 (x_tab_control_redisplay): make sure non-structural changes still
|
|
2350 involve copying the widget tree.
|
|
2351
|
442
|
2352 2000-08-31 Daiki Ueno <ueno@unixuser.org>
|
|
2353
|
|
2354 * lread.c (locate_file): Check the path element is non-nil.
|
|
2355
|
|
2356 2000-10-02 Martin Buchholz <martin@xemacs.org>
|
|
2357
|
|
2358 * lisp.h: Warning suppression for SCO compilers.
|
|
2359
|
|
2360 * redisplay-tty.c (reset_tty_modes): Fix crash.
|
|
2361 E.g. from xemacs running on X: (delete-device (make-device 'tty nil))
|
|
2362
|
|
2363 2000-09-27 Martin Buchholz <martin@xemacs.org>
|
|
2364
|
|
2365 Big signal/process handling overhaul. Bugs fixed:
|
|
2366 M-x shell, type `sleep 10000', M-x comint-interrupt-subjob and
|
|
2367 M-x comint-kill-subjob should work for both values nil and t of
|
|
2368 process-connection-type. It was broken on most platforms.
|
|
2369 Testing on Irix and Cygwin still needed. Other plaforms tested.
|
|
2370 * sysdep.c: Move #include of stropts.h into sysproc.h. Use pid_t.
|
|
2371 * process-unix.c: Signal/Process handling overhaul.
|
|
2372 (pty_name): make 64 bytes, as `expect' does, for paranoia.
|
|
2373 (allocate_pty): Use all available modern methods of allocating
|
|
2374 ptys, falling back to old style BSD allocation as a last resort.
|
|
2375 Use allegedly more secure Unix98 pty allocation by default.
|
|
2376 (allocate_pty_the_old_fashioned_way): New. the last resort.
|
|
2377 (unix_create_process): Push ptem, ldterm, ttcompat where
|
|
2378 available. Autoconfiscate.
|
|
2379 (try_to_initialize_subtty): New.
|
|
2380 (unix_kill_child_process): Proper signal handling for ptys on most
|
|
2381 platforms, using special knowledge of AIX, BSD, etc...
|
|
2382 (unix_create_process): Always disconnect_controlling_terminal() for
|
|
2383 subprocesses, whether using ptys or not.
|
|
2384 * process.h: Remove old getpt-dependent PTY code.
|
|
2385 * process.c (Fprocess_send_signal): New, obvious generic function.
|
|
2386 (decode_signal): New.
|
|
2387 (Finterrupt_process):
|
|
2388 (Fkill_process):
|
|
2389 (Fquit_process):
|
|
2390 (Fstop_process):
|
|
2391 (Fcontinue_process):
|
|
2392 (Fsignal_process): Use decode_signal.
|
|
2393 (process_send_signal):
|
|
2394 Many docstring corrections.
|
|
2395 Allow any signal to be sent to a process object.
|
|
2396 * config.h.in: Add symbols for big signal/process overhaul.
|
|
2397 * syssignal.h (EMACS_KILLPG): Use HAVE_KILLPG. Use `pid', not `gid'.
|
|
2398 * sysproc.h: Include process-related headers, where available:
|
|
2399 sys/stropts.h sys/strtio.h pty.h libutil.h
|
|
2400 * s/irix4-0.h:
|
|
2401 * s/irix5-0.h:
|
|
2402 * s/cygwin32.h:
|
|
2403 * s/gnu.h:
|
|
2404 * s/linux.h:
|
|
2405 * s/hpux.h:
|
|
2406 * s/aix3-1.h:
|
|
2407 Remove old S&M pty stuff.
|
|
2408 * console-tty.c (tty_init_console): Use pid_t, not int, for pids.
|
|
2409 * systty.h: Simplify cpp hackery, improve comments.
|
|
2410 Favor BSD ioctl(TIOCGPGRP) over Posix tcgetpgrp().
|
|
2411
|
|
2412 * editfns.c (Fformat_time_string):
|
|
2413 Be a little more paranoid with the return value of ctime.
|
|
2414
|
|
2415 * fileio.c (check_executable):
|
|
2416 (check_writable):
|
|
2417 Use symbolic constants X_OK, W_OK.
|
|
2418
|
|
2419 * console-x.c (split_up_display_spec): Fix a warning.
|
|
2420
|
|
2421 2000-10-02 Martin Buchholz <martin@xemacs.org>
|
|
2422
|
|
2423 * gui-x.c (add_accel_and_to_external): strlen ==> XSTRING_LENGTH
|
|
2424 * ntproc.c (sys_spawnve): make_string ==> build_string
|
|
2425 Small clarity improvements.
|
|
2426
|
|
2427 2000-09-30 Martin Buchholz <martin@xemacs.org>
|
|
2428
|
|
2429 * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY): Warning removal.
|
|
2430
|
|
2431 * s/windowsnt.h (HAVE_STRCASECMP): Remove.
|
|
2432
|
|
2433 * config.h.in (HAVE_STRCASECMP): Remove.
|
|
2434
|
|
2435 2000-09-29 Martin Buchholz <martin@xemacs.org>
|
|
2436
|
|
2437 * redisplay-output.c (redisplay_output_pixmap):
|
|
2438 Cleaner and possibly more 64-bit correct code.
|
|
2439
|
|
2440 2000-09-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2441
|
|
2442 * dumper.c (pdump_load_finish): move restoration of
|
|
2443 `noninteractive1' to emacs.c (main_1).
|
|
2444 * emacs.c (main_1): protect LISP-visible command-line flags
|
|
2445 from pdump_load().
|
|
2446
|
|
2447 2000-09-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2448
|
|
2449 * Makefile.in.in (versionclean): Use EXE_TARGET and
|
|
2450 DUMP_TARGET instead of literal program names.
|
|
2451
|
|
2452 2000-09-20 Martin Buchholz <martin@xemacs.org>
|
|
2453
|
|
2454 * Makefile.in.in: Recent purify's require absolute paths for cache-dir.
|
|
2455
|
|
2456 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
2457
|
|
2458 * *: Spelling mega-patch
|
|
2459
|
|
2460 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
2461
|
|
2462 * fns.c (bad_bad_turtle):
|
|
2463 Delete "Eek!" comment, since we fixed the bug to which it refers.
|
|
2464
|
|
2465 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
2466
|
|
2467 * alloca.c: Replace REGISTER with register.
|
|
2468
|
|
2469 2000-09-16 Daiki Ueno <ueno@unixuser.org>
|
|
2470
|
|
2471 * file-coding.c (ucs_to_char): Use countof.
|
|
2472
|
|
2473 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
2474
|
|
2475 * file-coding.c: (ucs_to_char):
|
|
2476 (complex_vars_of_file_coding):
|
|
2477 Use countof instead of sizeof.
|
|
2478 Use CHECK_NATNUM instead of CHECK_INT.
|
|
2479
|
|
2480 * sysdep.c (strcasecmp): Remove.
|
|
2481 * device-x.c (ascii_strcasecmp): New.
|
|
2482 * device-x.c (Fx_get_resource): Use ascii_strcasecmp.
|
|
2483 Avoid using non-standard non-portable strcasecmp.
|
|
2484
|
|
2485 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
2486
|
|
2487 * Makefile.in.in (mostlyclean): remove reference to prefix-args.
|
|
2488 * font-lock.c: remove reference to emacsfns.h.
|
|
2489 * search.c: small doc improvement.
|
|
2490 * event-Xt.c: correct file names in comments.
|
|
2491 * console-x.h Correct file names in comments.
|
|
2492 * frame.c: Correct file names in comments.
|
|
2493 * event-stream.c: remove Energize from comments.
|
|
2494
|
|
2495 2000-09-15 Martin Buchholz <martin@xemacs.org>
|
|
2496
|
|
2497 * symeval.h (DEFERROR_STANDARD):
|
|
2498 (DEFERROR):
|
|
2499 (DEFSYMBOL):
|
|
2500 (DEFSYMBOL_NO_DUMP):
|
|
2501 (DEFSYMBOL_MULTIWORD_PREDICATE):
|
|
2502 (DEFSYMBOL_MULTIWORD_PREDICATE_NO_DUMP):
|
|
2503 (DEFKEYWORD):
|
|
2504 The construct &##name is not sensible C.
|
|
2505 Fixes compilation errors with Unixware native compiler.
|
|
2506
|
|
2507 2000-09-14 Martin Buchholz <martin@xemacs.org>
|
|
2508
|
|
2509 * frame.c (device_matches_console_spec): no longer takes a `frame' arg
|
|
2510 (next_frame_internal): Removed. We now just have next_frame.
|
|
2511 (next_frame):
|
|
2512 Write a simpler and cleaner one-pass algorithm.
|
|
2513 Remove called_from_delete_device arg and #ifdefed-out code.
|
|
2514 (previous_frame):
|
|
2515 Renamed from prev_frame. Update callers.
|
|
2516 Cleaned up to have an analogous implementation to next_frame.
|
|
2517 (other_visible_frames_internal): Remove the
|
|
2518 called_from_delete_device bogus arg, and hence, remove this
|
|
2519 function. Just use other_visible_frames().
|
|
2520
|
446
|
2521 * window.c (Fnext_window):
|
442
|
2522 Prettify docstring.
|
|
2523 Since next_frame() is guaranteed to return a frame, remove check
|
|
2524 for nil inserted in previous patch.
|
446
|
2525 (Fprevious_window):
|
|
2526 Prettify docstring.
|
442
|
2527 Make code look more like Fnext_window.
|
|
2528 (window_loop):
|
|
2529 Respect the `console' arg when iterating through windows.
|
|
2530 Fixes bug: (get-buffer-window buffer t device) not respecting
|
|
2531 the `device' arg.
|
|
2532 This function needs more work, as others have pointed out.
|
|
2533
|
|
2534 * frame.h: Rename prev_frame to previous_frame.
|
|
2535 device_matches_console_spec no longer takes a `frame' arg.
|
|
2536
|
|
2537 * s/gnu.h:
|
|
2538 * s/linux.h:
|
|
2539 * s/hpux.h:
|
|
2540 Use EMACS_BLOCK_SIGNAL instead of sigblock.
|
|
2541 From "Golubev I. N." <gin@mo.msk.ru>.
|
|
2542
|
|
2543 * make-src-depend: Fix typo.
|
|
2544
|
|
2545 2000-09-13 Martin Buchholz <martin@xemacs.org>
|
|
2546
|
|
2547 * window.c (Fnext_window):
|
|
2548 next_frame() might return nil, not a frame.
|
|
2549 Fixes this crash:
|
|
2550 (gdb) run -eval '(progn (make-device (quote x) "polgar:0") (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
|
|
2551
|
|
2552 * frame.c (next_frame_internal):
|
|
2553 We've passed a frame if we've passed its device.
|
|
2554 Fixes this crash:
|
|
2555 (gdb) run -eval '(progn (make-frame nil (make-device (quote x) "polgar:0")) (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
|
|
2556 Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245, RECORD_TYPEP (obj, lrecord_type_frame)
|
|
2557
|
|
2558 2000-09-11 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
2559
|
|
2560 * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
|
|
2561 Allow option to suppress accelerators in menu/dialog items.
|
|
2562 (populate_or_checksum_helper): Pass dialog title through above.
|
|
2563
|
|
2564 2000-09-10 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
2565
|
|
2566 * event-msw.c (mswindows_key_to_emacs_keysym):
|
|
2567 Add "pause" key, fix "menu" key.
|
|
2568
|
|
2569 2000-09-09 Martin Buchholz <martin@xemacs.org>
|
|
2570
|
|
2571 * eval.c (reinit_vars_of_eval):
|
|
2572 Increase max_lisp_eval_depth to 1000,
|
|
2573 required for thai-xtis.el to byte-compile under some circumstances.
|
|
2574
|
|
2575 2000-09-04 Martin Buchholz <martin@xemacs.org>
|
|
2576
|
|
2577 * event-Xt.c (x_to_emacs_keysym): Increase size of `buffer' to 513.
|
|
2578 From Kenichi Handa.
|
|
2579
|
|
2580 2000-09-01 Martin Buchholz <martin@xemacs.org>
|
|
2581
|
|
2582 * make-src-depend: Make the generated Makefiles smaller.
|
|
2583
|
|
2584 * s/hpux.h (SETUP_SLAVE_PTY):
|
|
2585 Provide a %d in the format string for the errno argument.
|
|
2586
|
|
2587 * editfns.c (Ftemp_directory):
|
|
2588 Warning fix.
|
|
2589 Avoid buffer overrun on very long file name.
|
|
2590
|
446
|
2591 * input-method-xlib.c (XIM_init_device):
|
442
|
2592 6th parameter of XRegisterIMInstantiateCallback has different
|
|
2593 pointer types on different OSes, so simply cast to (void *).
|
|
2594
|
|
2595 * unexhp9k800.c: Warning fixes. Fiddly changes.
|
|
2596
|
|
2597 * sysdll.c (dll_open):
|
|
2598 shl_load will hang hard if passed a NULL filename.
|
|
2599 Simply return NULL for compatibility with dlopen.
|
|
2600 * sysdll.c: Conform to XEmacs coding standards.
|
|
2601
|
446
|
2602 * sysdep.c (get_pty_max_bytes):
|
442
|
2603 Support pty input lines longer than 512 bytes on HP-UX 10.20.
|
|
2604
|
|
2605 2000-08-31 Martin Buchholz <martin@xemacs.org>
|
|
2606
|
|
2607 * tooltalk.c: Add #include <syssignal.h>
|
|
2608
|
|
2609 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
|
|
2610
|
|
2611 * s/hpux.h: Don't use undefined function sigunblock().
|
|
2612
|
|
2613 2000-08-31 Martin Buchholz <martin@xemacs.org>
|
|
2614
|
|
2615 * config.h.in: Add HAVE_BALLOON_HELP.
|
|
2616 * emacs.c: Use HAVE_BALLOON_HELP.
|
|
2617 * Makefile.in.in (x_objs):
|
|
2618 Make Balloon Help conditional on finding shape.h.
|
|
2619
|
|
2620 2000-08-23 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2621
|
|
2622 * syntax.c (regex_emacs_buffer_p): New variable.
|
|
2623 * syntax.h (regex_emacs_buffer_p): extern.
|
|
2624 * search.c (looking_at_1):
|
|
2625 (string_match_1):
|
|
2626 (fast_string_match):
|
|
2627 (search_buffer): Set regex_emacs_buffer_p.
|
|
2628 * regex.c (re_match_2_internal): Reference regex_emacs_buffer_p
|
|
2629 when before_dot, at_dot, after_dot.
|
|
2630
|
|
2631 2000-08-23 Andy Piper <andy@xemacs.org>
|
|
2632
|
|
2633 * gui-x.c (popup_selection_callback): Only set action_occurred
|
|
2634 when we really have an image instance.
|
|
2635 * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
|
|
2636
|
|
2637 2000-08-23 Andy Piper <andy@xemacs.org>
|
|
2638
|
|
2639 * gui-msw.c (mswindows_handle_gui_wm_command): set
|
|
2640 action_occurred.
|
|
2641 * gui-x.c (popup_selection_callback): ditto.
|
|
2642
|
|
2643 * glyphs.h (IMAGE_INSTANCE_WIDGET_ACTION_OCCURRED): new accessor.
|
|
2644 (XIMAGE_INSTANCE_WIDGET_ACTION_OCCURRED): ditto.
|
|
2645 (struct Lisp_Image_Instance): add action_occurred flag.
|
|
2646
|
|
2647 * glyphs.c (redisplay_subwindow): use action_occurred flag.
|
|
2648 (image_instance_changed): ditto.
|
|
2649 (reset_frame_subwindow_instance_cache): only unmap windows - do
|
|
2650 not remove them from the cache also.
|
|
2651
|
|
2652 * glyphs-widget.c (tab_control_update): better debug.
|
|
2653 (progress_gauge_update): ditto.
|
|
2654 (layout_update): ditto.
|
|
2655 (layout_instantiate): ditto.
|
|
2656 (tab_control_order_only_changed): cope with null pending items.
|
|
2657
|
|
2658 * glyphs-msw.c (mswindows_tab_control_redisplay): add better
|
|
2659 debug. Force selection of an item when an action occurred. Cope
|
|
2660 with null pending_items.
|
|
2661 (mswindows_progress_gauge_redisplay): better debug.
|
|
2662 * glyphs-x.c (x_tab_control_redisplay): ditto.
|
|
2663
|
|
2664 * redisplay.c (redisplay_frame): reset the frame cache if the
|
|
2665 frame is garbaged.
|
|
2666
|
|
2667 * window.c (Fset_window_configuration): potentially re-enable
|
|
2668 frame cache reset.
|
|
2669 (window_unmap_subwindows): need to finalize instances here since
|
|
2670 it is only used in mark_window_as_deleted.
|
|
2671
|
|
2672 2000-08-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2673
|
|
2674 * nas.c (SndOpenDataForReading):
|
|
2675 nas.c (WaveOpenDataForReading):
|
|
2676 nas.c (readChunk): {BIG,LITTLE}_ENDIAN -> NAS_{BIG,LITTLE}_ENDIAN.
|
|
2677 Somehow escaped from the 2000-08-14 patch.
|
|
2678
|
|
2679 2000-08-14 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2680
|
|
2681 * nas.c: Preprocessor trickery to use NAS_LITTLE_ENDIAN instead
|
|
2682 of LITTLE_ENDIAN (conflicts with glibc, at least) in NAS <= 1.2p5.
|
|
2683
|
|
2684 2000-08-21 Andy Piper <andy@xemacs.org>
|
|
2685
|
|
2686 * glyphs-x.c (x_map_subwindow): Minor optimization - only map the
|
|
2687 window if it is not already displayed.
|
|
2688
|
|
2689 * glyphs-msw.c (mswindows_map_subwindow): only map the window if
|
|
2690 it is not already displayed.
|
|
2691
|
|
2692 * window.c (Fset_window_configuration): don't reset the frame
|
|
2693 cache.
|
|
2694
|
|
2695 * glyphs.c (unmap_subwindow_instance_cache_mapper): only remove
|
|
2696 instances from the frame cache if we are actually finalizing them.
|
|
2697 (reset_frame_subwindow_instance_cache): reset frame cache only
|
|
2698 after unmapping everything.
|
|
2699 (map_subwindow): set displayed flag after mapping.
|
|
2700
|
|
2701 2000-08-21 Martin Buchholz <martin@xemacs.org>
|
|
2702
|
|
2703 * data.c (indirect_function):
|
|
2704 Rename ERRORP to non-misleading VOID_FUNCTION_ERRORP.
|
|
2705
|
446
|
2706 * eval.c (function_argcount):
|
442
|
2707 Use original function when signaling errors.
|
|
2708
|
|
2709 2000-08-18 Andy Piper <andy@xemacs.org>
|
|
2710
|
|
2711 * frame.c (delete_frame_internal): use new
|
|
2712 free_frame_subwindow_instances name.
|
|
2713
|
|
2714 * glyphs-msw.c (mswindows_tab_control_instantiate): verify index.
|
|
2715 (add_tab_item): make return type correct.
|
|
2716 (mswindows_tab_control_instantiate): assert index of tab.
|
|
2717 (mswindows_tab_control_redisplay): Re-code to use
|
|
2718 gui_item_equal_sans_selected and gui_item_list_find_selected.
|
|
2719
|
|
2720 * glyphs-widget.c (tab_control_update): Correct comment.
|
|
2721
|
|
2722 * window.c (window_unmap_subwindows): use new
|
|
2723 unmap_subwindow_instance_cache_mapper.
|
|
2724 (window_unmap_subwindows_cache_mapper): deleted.
|
|
2725 (Fset_window_configuration): comparisons should now be with
|
|
2726 EQ. Preserve the subwindow instance cache across configuration
|
|
2727 changes.
|
|
2728 (allocate_window): ditto.
|
|
2729 (make_dummy_parent): ditto.
|
|
2730
|
|
2731 * glyphs.c (free_frame_subwindow_instances): rename from
|
|
2732 free_frame_subwindow_instance_cache. finalize all instances rather
|
|
2733 than just those in the display cache.
|
|
2734 (finalize_all_subwindow_instances): walk windows unmapping and
|
|
2735 finalizing subwindows.
|
|
2736 (unmap_subwindow_instance_cache_mapper): moved from
|
|
2737 window.c. Allow finalization as well as unmapping.
|
|
2738
|
|
2739 * gui.c (gui_item_list_find_selected): new function.
|
|
2740
|
|
2741 * gui.h (gui_item_list_find_selected): declare.
|
|
2742
|
|
2743 * glyphs-x.c (x_tab_control_redisplay): pick tab
|
|
2744 explicitly. Re-code to use gui_item_equal_sans_selected and
|
|
2745 gui_item_list_find_selected.
|
|
2746
|
|
2747 * glyphs-x.h: add lwlib-utils.h
|
|
2748
|
|
2749 * buffer.c (Frecord_buffer): undo previous change.
|
|
2750
|
|
2751 2000-08-09 Vin Shelton <acs@xemacs.org>
|
|
2752
|
|
2753 * config.h.in, s/gnu.h, s/hpux.h, s/linux.h: Use UNIX98 PTYs if
|
|
2754 possible. Create temporary files more securely. The patch was
|
|
2755 generated by Torsten Duwe <duwe@caldera.de>, Florian Weimer
|
|
2756 <Florian.Weimer@RUS.Uni-Stuttgart.DE> and Olaf Kirch. See
|
|
2757 http://www.xemacs.org/list-archives/xemacs-patches/200007/msg00123.html
|
|
2758 for details.
|
|
2759
|
|
2760 2000-08-07 Ben Wing <ben@xemacs.org>
|
|
2761
|
|
2762 * getloadavg.c: remove duplicate (and windows-breaking)
|
|
2763 includes of fcntl.h and sys/file.h.
|
|
2764
|
|
2765 * nt.c: remove duplicate getloadavg() definition.
|
|
2766
|
|
2767 * sysdll.h (Qdll_filename_encoding): add missing stand-in
|
|
2768 encodings.
|
|
2769
|
|
2770 2000-08-07 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2771
|
|
2772 * eval.c (function_argcount): If function needs to be autoloaded
|
|
2773 actually use the loaded definition.
|
|
2774 GCPRO function.
|
|
2775
|
|
2776 2000-08-05 Ben Wing <ben@xemacs.org>
|
|
2777
|
|
2778 * getloadavg.c: add prototype for getloadavg(). remove
|
|
2779 duplicate WIN32_NATIVE/CYGWIN code (already in the middle
|
|
2780 of the code). remove duplicate header includes.
|
|
2781
|
|
2782 * s\cygwin32.h, s\mingw32.h: remove stray NO_ARG_ARRAY.
|
446
|
2783
|
442
|
2784 * s\cygwin32.h, s\mingw32.h, m\windowsnt.h:
|
|
2785 don't define LOAD_AVE_TYPE/LOAD_AVE_CVT because we have no
|
|
2786 useful load average.
|
|
2787
|
|
2788 * alloc.c (reinit_alloc_once_early): removed references to
|
|
2789 VIRT_ADDR_VARIES, malloc_sbrk_used/free, and data-bytes-used/free.
|
|
2790 the lisp vars are the only things referencing the malloc_sbrk_*
|
|
2791 vars, and they were already if 0'd out. these vars only exist
|
|
2792 in the older malloc.c, which is basically unused, and they're
|
|
2793 only for informational purposes.
|
|
2794
|
|
2795 * m\*.h: removed useless VIRT_ADDR_VARIES.
|
|
2796
|
|
2797 * m\powerpc.h: removed stray NO_ARG_ARRAY.
|
|
2798
|
|
2799 2000-04-26 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
2800
|
|
2801 * redisplay-msw.c (mswindows_output_dibitmap): Set foreground
|
|
2802 color if the image is a mono pixmap.
|
|
2803
|
|
2804 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
2805
|
|
2806 * Makefile.in.in (release):
|
|
2807 Remove stray @.
|
446
|
2808
|
442
|
2809 * buffer.c (directory_is_current_directory):
|
|
2810 * dired-msw.c (mswindows_get_files):
|
|
2811 * dired.c:
|
|
2812 * dired.c (Fdirectory_files):
|
|
2813 * dired.c (file_name_completion_stat):
|
|
2814 * dired.c (Ffile_attributes):
|
|
2815 [[[[1]]]]: Rename stat() -> xemacs_stat() and eliminate nasty
|
|
2816 preprocessor tricks, to avoid problems on some machines
|
|
2817 (e.g. SCO).
|
|
2818
|
|
2819 * callproc.c (egetenv): GC docs.
|
446
|
2820
|
442
|
2821 * console-msw.h:
|
|
2822 * console-msw.h (struct mswindows_dialog_id):
|
|
2823 * lrecord.h (lrecord_type):
|
|
2824 New object for use with MSW dialogs.
|
446
|
2825
|
442
|
2826 * console.h (struct console_methods):
|
|
2827 New enable/disable frame methods, for proper modal dialogs.
|
446
|
2828
|
442
|
2829 * device-msw.c (msprinter_default_printer): Fix to follow
|
|
2830 proper Mule conventions.
|
446
|
2831
|
442
|
2832 * device-msw.c:
|
|
2833 * device-msw.c (signal_open_printer_error):
|
|
2834 * device-msw.c (msprinter_init_device):
|
|
2835 * device-msw.c (ensure_not_printing):
|
|
2836 * device-msw.c (plist_get_margin):
|
|
2837 * device-msw.c (Fmsprinter_select_settings):
|
|
2838 * device-msw.c (finalize_devmode):
|
|
2839 * device-msw.c (Fmsprinter_settings_despecialize):
|
|
2840 * device-msw.c (signal_enum_priner_error):
|
|
2841 * extents.c (decode_extent):
|
|
2842 * extents.c (decode_map_extents_flags):
|
|
2843 * extents.c (decode_extent_at_flag):
|
|
2844 * extents.c (Fextent_at):
|
|
2845 * extents.c (Fextents_at):
|
|
2846 * extents.c (symbol_to_glyph_layout):
|
|
2847 [[[[2]]]] Use structured errors.
|
446
|
2848
|
442
|
2849 * dialog-msw.c:
|
|
2850 * dialog-msw.c (mswindows_is_dialog_msg):
|
|
2851 * dialog-msw.c (mark_mswindows_dialog_id):
|
|
2852 * dialog-msw.c (dialog_proc):
|
|
2853 * dialog-msw.c (handle_question_dialog_box):
|
|
2854 * dialog-msw.c (syms_of_dialog_mswindows):
|
|
2855 Define new object to clean up marking; use it as a dialog identifier.
|
|
2856 Call new delete-dialog-box-hook.
|
446
|
2857
|
442
|
2858 * dialog-x.c (dbox_selection_callback):
|
|
2859 * dialog-x.c (dbox_descriptor_to_widget_value):
|
|
2860 * dialog-x.c (x_make_dialog_box_internal):
|
|
2861 Call new delete-dialog-box-hook.
|
|
2862 Return an id.
|
|
2863
|
|
2864 * dialog.c:
|
|
2865 * dialog.c (syms_of_dialog):
|
|
2866 * dialog.c (vars_of_dialog):
|
|
2867 Define new delete-dialog-box-hook, for use w/modal dialog boxes.
|
446
|
2868
|
442
|
2869 * eval.c:
|
|
2870 * eval.c (signal_call_debugger):
|
|
2871 when noninteractive, output stack traces on the console instead
|
|
2872 of in a (never-seen) buffer.
|
446
|
2873
|
442
|
2874 * eval.c (signal_type_error):
|
|
2875 * eval.c (invalid_argument_2):
|
|
2876 * lisp.h:
|
|
2877 new funs for use w/structured errors.
|
446
|
2878
|
442
|
2879 * event-Xt.c:
|
|
2880 * event-Xt.c (x_to_emacs_keysym):
|
|
2881 * event-Xt.c (describe_event):
|
|
2882 * event-Xt.c (emacs_Xt_event_handler):
|
|
2883 * event-Xt.c (vars_of_event_Xt):
|
|
2884 * event-msw.c:
|
|
2885 * event-msw.c (mswindows_wnd_proc):
|
|
2886 * event-msw.c (vars_of_event_mswindows):
|
|
2887 rename {x,mswindows}-debug-events to debug-{}-events for
|
|
2888 consistency with other debug-foo variables.
|
446
|
2889
|
442
|
2890 * event-stream.c:
|
|
2891 document next-event more clearly.
|
446
|
2892
|
442
|
2893 * fileio.c (Ffile_name_directory):
|
|
2894 * fileio.c (Ffile_name_nondirectory):
|
|
2895 * fileio.c (Funhandled_file_name_directory):
|
|
2896 * fileio.c (file_name_as_directory):
|
|
2897 * fileio.c (Ffile_name_as_directory):
|
|
2898 * fileio.c (directory_file_name):
|
|
2899 * fileio.c (Fdirectory_file_name):
|
|
2900 * fileio.c (Fmake_temp_name):
|
|
2901 * fileio.c (Ffile_truename):
|
|
2902 * fileio.c (Fsubstitute_in_file_name):
|
|
2903 * fileio.c (expand_and_dir_to_file):
|
|
2904 * fileio.c (barf_or_query_if_file_exists):
|
|
2905 * fileio.c (check_executable):
|
|
2906 * fileio.c (Ffile_exists_p):
|
|
2907 * fileio.c (Ffile_writable_p):
|
|
2908 * fileio.c (Ffile_directory_p):
|
|
2909 * fileio.c (Ffile_regular_p):
|
|
2910 * fileio.c (Ffile_modes):
|
|
2911 * fileio.c (Ffile_newer_than_file_p):
|
|
2912 * fileio.c (Fverify_visited_file_modtime):
|
|
2913 * fileio.c (Fset_visited_file_modtime):
|
|
2914 * fileio.c (auto_save_1):
|
|
2915 (1). (2).
|
|
2916 fix up gcpro's.
|
446
|
2917
|
442
|
2918 * frame-msw.c:
|
|
2919 * frame-msw.c (mswindows_init_frame_1):
|
|
2920 * frame-msw.c (mswindows_enable_frame):
|
|
2921 * frame-msw.c (error_frame_unsizable):
|
|
2922 * frame-msw.c (msprinter_init_frame_1):
|
|
2923 * frame-msw.c (msprinter_init_frame_3):
|
|
2924 * frame-msw.c (console_type_create_frame_mswindows):
|
|
2925 (2).
|
|
2926 implement new enable/disable frame methods.
|
446
|
2927
|
442
|
2928 * frame-x.c:
|
|
2929 * frame-x.c (x_enable_frame):
|
|
2930 * frame-x.c (console_type_create_frame_x):
|
|
2931 implement new enable/disable frame methods.
|
446
|
2932
|
442
|
2933 * frame.c:
|
|
2934 * frame.c (Fdisable_frame):
|
|
2935 * frame.c (syms_of_frame):
|
|
2936 * frame.h (struct frame):
|
|
2937 implement new enable/disable frame methods/functions.
|
446
|
2938
|
442
|
2939 * general-slots.h:
|
|
2940 add initial-focus.
|
446
|
2941
|
442
|
2942 * glyphs-msw.c (mswindows_widget_instantiate):
|
|
2943 comment that initial-focus should be implemented.
|
446
|
2944
|
442
|
2945 * glyphs-widget.c:
|
|
2946 * glyphs-widget.c (check_valid_instantiator):
|
|
2947 * glyphs-widget.c (check_valid_orientation):
|
|
2948 * glyphs-widget.c (check_valid_tab_orientation):
|
|
2949 * glyphs-widget.c (check_valid_justification):
|
|
2950 * glyphs-widget.c (check_valid_border):
|
|
2951 * glyphs-widget.c (check_valid_callback):
|
|
2952 * glyphs-widget.c (check_valid_int_or_function):
|
|
2953 * glyphs-widget.c (check_valid_string_or_vector):
|
|
2954 * glyphs-widget.c (check_valid_item_list_1):
|
|
2955 * glyphs-widget.c (widget_validate):
|
|
2956 * glyphs-widget.c (combo_box_validate):
|
|
2957 * glyphs-widget.c (widget_instantiate):
|
|
2958 * glyphs-widget.c (syms_of_glyphs_widget):
|
|
2959 * glyphs-widget.c (VALID_WIDGET_KEYWORDS):
|
|
2960 * glyphs-widget.c (image_instantiator_combo_box):
|
|
2961 * glyphs-widget.c (image_instantiator_scrollbar):
|
|
2962 * glyphs-widget.c (image_instantiator_tab_control):
|
|
2963 * glyphs-widget.c (VALID_LAYOUT_KEYWORDS):
|
|
2964 (2).
|
|
2965 support (unimplemented) keyword initial-focus.
|
|
2966 reindent long macros.
|
446
|
2967
|
442
|
2968 * glyphs-x.c (x_redisplay_widget):
|
|
2969 * glyphs-x.c (x_button_instantiate):
|
|
2970 * glyphs-x.c (x_button_redisplay):
|
|
2971 * glyphs-x.c (x_progress_gauge_instantiate):
|
|
2972 * glyphs-x.c (x_edit_field_instantiate):
|
|
2973 * glyphs-x.c (x_combo_box_instantiate):
|
|
2974 * glyphs-x.c (x_tab_control_instantiate):
|
|
2975 * glyphs-x.c (x_label_instantiate):
|
|
2976 * gui-x.c:
|
|
2977 * gui-x.c (button_item_to_widget_value):
|
|
2978 * gui-x.c (gui_items_to_widget_values_1):
|
|
2979 * gui-x.c (gui_item_children_to_widget_values):
|
|
2980 * gui-x.c (gui_items_to_widget_values):
|
|
2981 * gui-x.h:
|
|
2982 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
2983 add new flag to gui-parsing routines to indicate whether
|
|
2984 accelerator specs should be supported.
|
446
|
2985
|
442
|
2986 * glyphs.c (syms_of_glyphs): use DEFSYMBOL.
|
446
|
2987
|
442
|
2988 * glyphs.h (struct Lisp_Image_Instance):
|
|
2989 * glyphs.h (IMAGE_INSTANCE_WANTS_INITIAL_FOCUS):
|
|
2990 add initial-focus flag.
|
446
|
2991
|
442
|
2992 * gui.c:
|
|
2993 * gui.c (syms_of_gui):
|
|
2994 * gui.c (vars_of_gui):
|
|
2995 clean up menu-no-selection-hook.
|
446
|
2996
|
442
|
2997 * gui.h:
|
|
2998 support delete-dialog-box-hook.
|
446
|
2999
|
442
|
3000 * lread.c (Fload_internal):
|
|
3001 * lread.c (locate_file_in_directory_mapper):
|
|
3002 (1).
|
446
|
3003
|
442
|
3004 * lrecord.h:
|
|
3005 * lrecord.h (struct toolbar_button):
|
|
3006 * lrecord.h (syms_of_toolbar):
|
|
3007 document how to create a new object.
|
446
|
3008
|
442
|
3009 * menubar-msw.c (mswindows_char_is_accelerator):
|
|
3010 may be called on frames w/o menus.
|
|
3011
|
|
3012 * menubar.c (vars_of_menubar):
|
|
3013 clean up :filter docs.
|
446
|
3014
|
442
|
3015 * nt.c (readdir):
|
|
3016 * ntproc.c:
|
|
3017 (1).
|
446
|
3018
|
442
|
3019 * process-nt.c:
|
|
3020 * process-nt.c (validate_signal_number):
|
|
3021 * process-nt.c (signal_cannot_launch):
|
|
3022 * process-nt.c (nt_create_process):
|
|
3023 * process-nt.c (nt_send_process):
|
|
3024 * process-nt.c (nt_kill_child_process):
|
|
3025 * process-nt.c (nt_open_network_stream):
|
|
3026 * process-nt.c (syms_of_process_nt):
|
|
3027 (2).
|
|
3028 delete quote-handling. call new lisp code that does it better.
|
446
|
3029
|
442
|
3030 * process-unix.c (connect_to_file_descriptor):
|
|
3031 * process-unix.c (allocate_pty):
|
|
3032 * process-unix.c (unix_send_process):
|
|
3033 * process-unix.c (unix_kill_child_process):
|
|
3034 * process-unix.c (unix_open_network_stream):
|
|
3035 * process-unix.c (unix_open_multicast_group):
|
|
3036 (1). (2).
|
446
|
3037
|
442
|
3038 * process.c:
|
|
3039 * process.c (Fstart_process_internal):
|
|
3040 (2). need to canonicalize process path even if absolute.
|
446
|
3041
|
442
|
3042 * select-msw.c (symbol_to_ms_cf):
|
|
3043 * select-msw.c (ms_cf_to_symbol):
|
|
3044 * select-msw.c (cf_is_autofreed):
|
|
3045 * select-msw.c (mswindows_destroy_selection):
|
|
3046 * select.c:
|
|
3047 * select.c (syms_of_select):
|
|
3048 * select.h:
|
|
3049 support dibv5, fix bugs. (from Mike Alexander)
|
446
|
3050
|
442
|
3051 * select.c (Fget_selection_internal):
|
|
3052 * select.c (select_convert_out):
|
446
|
3053
|
442
|
3054 * sysdep.c:
|
|
3055 * sysdep.c (xemacs_stat):
|
|
3056 renamed.
|
446
|
3057
|
442
|
3058 * sysdep.c (mkdir):
|
|
3059 * sysdep.c (rmdir):
|
|
3060 but keep original stat() here because we provide encapsulation
|
|
3061 around these funs.
|
446
|
3062
|
442
|
3063 * sysfile.h:
|
|
3064 * sysfile.h (fstat):
|
|
3065 remove stat garbage.
|
446
|
3066
|
442
|
3067 * syswindows.h:
|
|
3068 fix X/MSW conflict.
|
|
3069 don't include tchar.h. it's inappropriate because it makes
|
|
3070 compile-time distinctions when we want runtime distinctions.
|
|
3071 (we provide our own tchar replacements)
|
446
|
3072
|
442
|
3073 * toolbar.c:
|
|
3074 use default object printer for toolbar-button.
|
446
|
3075
|
442
|
3076 * unexcw.c:
|
|
3077 make sure we don't encapsulate.
|
446
|
3078
|
442
|
3079 * window.c (vars_of_window):
|
|
3080 emphasize that temp-buffer-show-hook is obsolete.
|
|
3081
|
|
3082 2000-08-05 Martin Buchholz <martin@xemacs.org>
|
|
3083
|
|
3084 * glyphs.c (image_instance_hash): HASH2 wants EMACS_INT args.
|
|
3085 (Fimage_instance_subwindow_id): make_int wants EMACS_INT arg.
|
|
3086
|
446
|
3087 * events.c (Fevent_timestamp_lessp):
|
442
|
3088 Not 64-bit clean. Use EMACS_INT, not int.
|
|
3089
|
|
3090 2000-06-05 Andrew Begel <abegel@cs.berkeley.edu>
|
|
3091
|
|
3092 * lrecord.h (lrecord_types): Changed lrecord_type_count to an
|
|
3093 unsigned int and changed the last enum to
|
446
|
3094 lrecord_type_last_built_in_type.
|
442
|
3095 (lrecord_implementations_table): changed prototype to know how
|
446
|
3096 long the array is supposed to be.
|
442
|
3097 (lrecord_type_count): new unsigned int to keep track of the
|
|
3098 current number of lisp lrecord types.
|
|
3099 (DEFINE_EXTERNAL_LRECORD):
|
|
3100 (DECLARE_EXTERNAL_LRECORD): Added these two for external
|
|
3101 dynamic-modules to declare new lisp types. They are the same
|
|
3102 as the non-EXTERNAL forms, but declare an lrecord_type unsigned
|
|
3103 int for each new type, and increment lrecord_type_count by 1.
|
|
3104
|
|
3105 * alloc.c (lrecord_implementations_table): Changed to reference
|
|
3106 lrecord_type_last_built_in_type for the size of the array.
|
|
3107 Moved MODULE_DEFINABLE_TYPE_COUNT to lrecord.h.
|
|
3108
|
|
3109 2000-08-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3110
|
|
3111 * glyphs.h (check_valid_item_list): Renamed from
|
|
3112 check_valid_item_list_1.
|
|
3113
|
|
3114 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
3115
|
|
3116 * select.c (Qselect_coerce): New.
|
|
3117 * select.c (Vselection_coercion_alist): New.
|
|
3118 * select.c (syms_of_select): Declare.
|
|
3119 * select.c (get-selection-internal): Use it.
|
|
3120 Use the new select-coerce functionality.
|
|
3121
|
|
3122 * select.c (select_coerce): New.
|
|
3123 * select.h (select_coerce): Declare.
|
|
3124 New function to coerce one type of data into another.
|
|
3125
|
|
3126 2000-08-03 Martin Buchholz <martin@xemacs.org>
|
|
3127
|
446
|
3128 * callproc.c (Fcall_process_internal):
|
|
3129 (Fcall_process_internal):
|
442
|
3130 * process-unix.c (unix_create_process):
|
|
3131 Save and restore the value of errno, so that error messages are accurate.
|
|
3132
|
|
3133 2000-08-01 Martin Buchholz <martin@xemacs.org>
|
|
3134
|
446
|
3135 * elhash.c (print_hash_table):
|
442
|
3136 Fix printing of hash tables to also use `key-and-value' instead of `t'.
|
|
3137 Prettify docstrings and indentation.
|
|
3138
|
|
3139 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3140
|
|
3141 * window.c (Fwindow_pixel_edges): Subtract frame border and
|
|
3142 gutter size.
|
|
3143
|
|
3144 2000-07-31 Andy Piper <andy@xemacs.org>
|
|
3145
|
|
3146 * buffer.c (Frecord_buffer): make absolutely sure that redisplay
|
|
3147 will acknowledge the change.
|
|
3148
|
|
3149 * glyphs.h: declare tab_control_order_only_changed.
|
|
3150
|
|
3151 * glyphs-x.c (x_tab_control_redisplay): use
|
|
3152 tab_control_order_only_changed.
|
|
3153
|
|
3154 * glyphs-widget.c (tab_control_order_only_changed): new function.
|
|
3155
|
|
3156 * glyphs-msw.c (mswindows_tab_control_redisplay): use
|
|
3157 tab_control_order_only_changed.
|
|
3158
|
|
3159 * gui.c (gui_item_equal_sans_selected): new function.
|
|
3160 (gui_item_equal): use it.
|
|
3161
|
|
3162 * glyphs-msw.c (mswindows_combo_box_instantiate): deprecate
|
|
3163 :properties in favor of :items..
|
|
3164
|
|
3165 * glyphs-widget.c (check_valid_item_list): rename from
|
|
3166 check_valid_item_list_1.
|
|
3167 (check_valid_item_list_1): renamed.
|
|
3168 (combo_box_validate): deprecate :properties in favor of :items.
|
|
3169 (widget_instantiate): ditto.
|
|
3170 (tab_control_update): ditto.
|
|
3171 (image_instantiator_combo_box): ditto.
|
|
3172 (image_instantiator_tree_view): ditto.
|
|
3173 (image_instantiator_tab_control): ditto.
|
|
3174 (layout_post_instantiate): remove dead code.
|
|
3175
|
|
3176 * print.c (debug_print_no_newline): only write to debugger if in
|
|
3177 WIN32_NATIVE.
|
|
3178
|
|
3179 * elhash.c (Fmake_hash_table): update doc string.
|
|
3180
|
|
3181 * event-msw.c (mswindows_wnd_proc): don't allow processing of
|
|
3182 messages whilst in GC. This at least stops XEmacs crashing but has
|
|
3183 the potential for wierd behaviour.
|
|
3184
|
|
3185 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
3186
|
|
3187 * config.h.in:
|
|
3188 Make existence of s&m files optional.
|
446
|
3189
|
442
|
3190 * s/bsd386.h: Remove HAVE_GETLOADAVG.
|
|
3191 * s/freebsd.h: Remove HAVE_GETLOADAVG.
|
|
3192 * s/gnu.h: Remove HAVE_GETLOADAVG.
|
|
3193 * s/netbsd.h: Remove HAVE_GETLOADAVG.
|
|
3194 * s/sol2.h: Remove HAVE_GETLOADAVG.
|
|
3195 * lisp.h: Remove getloadavg() declaration.
|
|
3196 * fns.c:
|
|
3197 Include <sys/loadavg.h> if available.
|
|
3198 Don't declare our own getloadavg() if HAVE_GETLOADAVG.
|
|
3199 * config.h.in: Group together getloadavg()-related macros.
|
|
3200 Use only configure-time tests to detect getloadavg().
|
|
3201
|
|
3202 2000-07-30 Martin Buchholz <martin@xemacs.org>
|
|
3203
|
|
3204 * Makefile.in.in (TransientEmacsShell.o): Fix race condition.
|
|
3205
|
|
3206 2000-07-25 Andy Piper <andy@xemacs.org>
|
|
3207
|
|
3208 * syswindows.h: add tchar.h for native builds.
|
|
3209
|
|
3210 * frame.c (syms_of_frame): remove set-glyph-image.
|
|
3211
|
|
3212 * general-slots.h: add Qset_glyph_image.
|
|
3213
|
|
3214 * glyphs-widget.c (layout_update): add domain arg to
|
|
3215 set-glyph-image.
|
|
3216 (syms_of_glyphs_widget): remove set-glyph-image.
|
|
3217
|
|
3218 2000-07-23 Ben Wing <ben@xemacs.org>
|
|
3219
|
|
3220 * dialog-msw.c (vars_of_dialog_mswindows): need to staticpro
|
|
3221 Vpopup_frame_list.
|
|
3222
|
|
3223 2000-07-22 Andy Piper <andy@xemacs.org>
|
|
3224
|
|
3225 * symsinit.h: add syms_of_win32().
|
|
3226
|
|
3227 * gui-msw.c (syms_of_gui_mswindows): remove
|
|
3228 Fmswindows_shell_execute.
|
|
3229 (Fmswindows_shell_execute): moved to win32.c.
|
|
3230
|
|
3231 * emacs.c (main_1): add syms_of_win32 ().
|
|
3232
|
|
3233 * win32.c (init_potentially_nonexistent_functions): rewrite in
|
|
3234 compiler-friendly terms.
|
|
3235 (Fmswindows_shell_execute): move here from gui-msw.c.
|
|
3236 (syms_of_win32): new.
|
|
3237
|
|
3238 * device-msw.c (Fmswindows_printer_list): clean up args to
|
|
3239 EnumPrinters.
|
|
3240 Don't include tchar under cygwin or mingw.
|
|
3241 (msprinter_default_printer): make cygwin-friendly.
|
|
3242
|
|
3243 2000-07-21 Andy Piper <andy@xemacs.org>
|
|
3244
|
|
3245 * glyphs-widget.c (image_instantiator_tree_view): use tab
|
|
3246 control's update function.
|
|
3247 (layout_property): new function. Retrieve items.
|
|
3248
|
|
3249 * glyphs-msw.c (mswindows_tree_view_redisplay): new
|
|
3250 function. Re-populate the tree view from the pending items.
|
|
3251
|
|
3252 * glyphs.c (instantiate_image_instantiator): Make sure the domain
|
|
3253 is designated the parent if the domain is an image instance. This
|
|
3254 is needed so that dirtiness can be cascade up the hierarchy and
|
|
3255 thus for layout children to be redisplayed correctly.
|
|
3256 (allocate_image_instance): rename glyph -> parent.
|
|
3257
|
|
3258 * redisplay.h: change redisplay_output_layout signature.
|
|
3259
|
|
3260 * redisplay-msw.c (mswindows_output_display_block): use domain
|
|
3261 arg.
|
|
3262
|
|
3263 * redisplay-x.c (x_output_display_block): use domain arg.
|
|
3264
|
|
3265 2000-07-10 Andy Piper <andy@xemacs.org>
|
|
3266
|
|
3267 * window.c (Fset_window_configuration): add comment.
|
|
3268
|
446
|
3269 * redisplay-output.c (compare_runes):
|
442
|
3270 (redisplay_output_subwindow): redisplay rather than update subwindow.
|
|
3271 (redisplay_output_layout): ditto.
|
|
3272
|
|
3273 * redisplay-msw.c (mswindows_frame_output_end):
|
|
3274 (mswindows_frame_output_end): make defer window pos optional.
|
|
3275
|
|
3276 * lisp.h: add Flast.
|
|
3277
|
|
3278 * glyphs.h (struct image_instantiator_methods): add dest_mask top
|
|
3279 normalize method. Change update method to be for changed
|
|
3280 instantiators. Add redisplay method. Change signature of layout
|
|
3281 method.
|
|
3282 (struct Lisp_Image_Instance): add instantiator.
|
|
3283 (IMAGE_INSTANCE_INSTANTIATOR): new.
|
|
3284 (IMAGE_INSTANCE_SUBWINDOW_FACE): new.
|
|
3285 (XIMAGE_INSTANCE_INSTANTIATOR): new.
|
|
3286 (XIMAGE_INSTANCE_SUBWINDOW_FACE): new.
|
|
3287
|
|
3288 * glyphs.c:
|
|
3289 (find_instantiator_differences): new function.
|
|
3290 (Fset_instantiator_property): new convenience function.
|
|
3291 (check_image_instance_structure): strictly check for vector
|
|
3292 instantiators.
|
|
3293 (normalize_image_instantiator): make non-static.
|
|
3294 (instantiate_image_instantiator): pass on dest_mask and use new
|
|
3295 signatures for image_instance_layout and friends.
|
|
3296 (mark_image_instance): mark the instantiator. Mark the subwindow
|
|
3297 face not the widget face.
|
|
3298 (image_instance_equal): add instantiator.
|
|
3299 (image_instance_hash): ditto.
|
|
3300 (allocate_image_instance): ditto.
|
|
3301 (Fset_image_instance_property): removed.
|
|
3302 (Fimage_instance_file_name): ditto.
|
|
3303 (Fcolorize_image_instance): ditto.
|
|
3304 (image_instance_layout): add offsets to be set.
|
|
3305 (update_image_instance): new function. update an image instance
|
|
3306 from its changed instantiator.
|
|
3307 (inherit_normalize): add dest_mask.
|
|
3308 (xbm_normalize): ditto.
|
|
3309 (xface_normalize): ditto.
|
|
3310 (xpm_normalize): ditto.
|
|
3311 (text_update): set_property -> update.
|
|
3312 (image_instantiate): use the glyph identity as a hash key, not the
|
|
3313 instantiator.
|
|
3314 (glyph_width): use new image_instance_layout signature.
|
|
3315 (glyph_ascent): ditto.
|
|
3316 (glyph_descent): ditto.
|
|
3317 (glyph_height): ditto.
|
|
3318 (glyph_query_geometry): ressurrect.
|
|
3319 (glyph_layout): ditto.
|
|
3320 (redisplay_subwindow): update -> redisplay.
|
|
3321 (syms_of_glyphs): add Fset_instantiator_property.
|
|
3322 (image_instantiator_format_create): set_property -> update.
|
|
3323
|
|
3324 * glyphs-x.c:
|
|
3325 (autodetect_normalize): add dest_maks to signature.
|
|
3326 (x_redisplay_subwindow): update -> redisplay.
|
|
3327 (x_redisplay_widget): ditto.
|
|
3328 (x_button_redisplay): ditto.
|
|
3329 (x_progress_gauge_redisplay): ditto.
|
|
3330 (x_tab_control_redisplay): ditto. Rewrite to cope with changed
|
|
3331 stacking order.
|
|
3332 (console_type_create_glyphs_x): update -> redisplay.
|
|
3333 (image_instantiator_format_create_glyphs_x): ditto.
|
|
3334
|
|
3335 * glyphs-widget.c:
|
|
3336 (check_valid_instantiator): disallow glyphs in the instantiator,
|
|
3337 they must now be vectors.
|
|
3338 (check_valid_instantiator_list): ditto.
|
|
3339 (glyph_instantiator_to_glyph): use internal symbol rather than
|
|
3340 intern.
|
|
3341 (widget_update): renamed from widget_set_property. Call cascaded
|
|
3342 update methods.
|
|
3343 (redisplay_widget): renamed from update_widget.
|
|
3344 (widget_layout): image_instance_layout now takes position as well
|
|
3345 as size.
|
|
3346 (widget_normalize): ditto.
|
|
3347 (widget_instantiate): ditto.
|
|
3348 (tab_control_query_geometry) ditto.:
|
|
3349 (tab_control_update): renamed from tab_control_set_property.
|
|
3350 (progress_gauge_update): set_property -> update.
|
|
3351 (layout_normalize): rewrite so that child instantiators are
|
|
3352 normalized also.
|
|
3353 (layout_update): new function. Create glyphs from the normalized
|
|
3354 children and cope with any other layout keywords. We do not
|
|
3355 instantiate children here that will be take care of by
|
|
3356 redisplay_output_layout.
|
|
3357 (layout_instantiate): call layout_update and not much else.
|
|
3358 (layout_post_instantiate): not sure whether this is needed
|
|
3359 anymore.
|
|
3360 (layout_query_geometry): query glyph geometry rather than
|
|
3361 image_instance geometry.
|
|
3362 (layout_layout): set offsets from pass in parameters. Use glyph
|
|
3363 geometry and layout functions rather than image instance ones.
|
|
3364 (native_layout_layout): ditto.
|
|
3365 (syms_of_glyphs_widget): add make-glyph and set-glyph-image.
|
|
3366 (image_instantiator_widget): set_property -> update.
|
|
3367 (image_instantiator_buttons): ditto.
|
|
3368 (image_instantiator_progress_guage): ditto.
|
|
3369 (image_instantiator_tab_control): ditto.
|
|
3370 (VALID_LAYOUT_KEYWORDS): instantiators must now be vectors.
|
|
3371 (image_instantiator_layout): add update method.
|
|
3372
|
|
3373 * glyphs-msw.c (bmp_normalize):
|
|
3374 (mswindows_resource_normalize): add dest_mask so that it can be
|
|
3375 proprogated by layout_normalize.
|
|
3376 (begin_defer_window_pos): make optional because it may not be the
|
|
3377 right thing to do and it introduces differences with X.
|
|
3378 (mswindows_unmap_subwindow): ditto.
|
|
3379 (mswindows_map_subwindow): ditto.
|
|
3380 (mswindows_redisplay_subwindow): renamed from
|
|
3381 mswindows_update_subwindow.
|
|
3382 (mswindows_redisplay_widget): ditto.
|
|
3383 (mswindows_button_redisplay): renamed from
|
|
3384 mswindows_button_update. Update is now what the instantiation
|
|
3385 function does for a changed instantiator.
|
|
3386 (mswindows_progress_gauge_instantiate): set the progress value
|
|
3387 here if appropriate.
|
|
3388 (mswindows_tab_control_redisplay): cope with re-ordering of the
|
|
3389 members of the tab widget by simply selecting the new top
|
|
3390 widget. This makes things appear ok if you click on a tab.
|
|
3391 (mswindows_combo_box_instantiate): image_instance_layout now takes
|
|
3392 position as well as size.
|
|
3393 (mswindows_progress_gauge_redisplay): renamed from
|
|
3394 mswindows_progress_gauge_update.
|
|
3395 (console_type_create_glyphs_mswindows): fix update -> redisplay.
|
|
3396 (image_instantiator_format_create_glyphs_mswindows): ditto.
|
|
3397
|
|
3398 * glyphs-eimage.c (jpeg_normalize):
|
|
3399 (gif_normalize):
|
|
3400 (png_normalize):
|
|
3401 (tiff_normalize): add dest_mask so that it can be proprogated by
|
|
3402 layout_normalize.
|
|
3403
|
|
3404 * elhash.c:
|
|
3405 (print_hash_table):
|
|
3406 (hash_table_weakness_validate):
|
|
3407 (decode_hash_table_weakness):
|
|
3408 (Fhash_table_weakness):
|
|
3409 (Fhash_table_type):
|
|
3410 (syms_of_elhash): use Ben's naming scheme for hashtable types..
|
|
3411
|
|
3412 * console.h (struct console_methods): move update_* to
|
|
3413 redisplay_*.
|
|
3414
|
|
3415 2000-07-20 Ben Wing <ben@xemacs.org>
|
|
3416
|
|
3417 * *.[ch] (XSETOBJ): remove unused middle argument.
|
|
3418 lisp-disunion.h: correct wrap_object() to one argument.
|
446
|
3419
|
442
|
3420 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
3421
|
|
3422 * s/cygwin32.h:
|
|
3423 * s/cygwin32.h (CYGWIN_CONV_PATH):
|
|
3424 Add missing logb prototype for v1.1.
|
|
3425 Use post-b20 names and alias to pre-b20 names when pre-b20.
|
|
3426
|
|
3427 * s/windowsnt.h: [5].
|
|
3428
|
|
3429 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
3430
|
|
3431 * Makefile.in.in (x_objs):
|
|
3432 * Makefile.in.in (sheap_objs):
|
|
3433 * Makefile.in.in (objs):
|
|
3434 added win32.o, cosmetic cleanups.
|
446
|
3435
|
442
|
3436 * alloc.c (Fmake_byte_code):
|
|
3437 [[[1]]]: Changes for new LIST_LOOP, EXTERNAL_LIST_LOOP,
|
|
3438 etc. macros which declare their own args now.
|
|
3439
|
|
3440 * alloc.c (syms_of_alloc):
|
|
3441 [[[2]]]: Use DEFSYMBOL, DEFKEYWORD, DEFERROR and friends.
|
|
3442
|
|
3443 * buffer.c:
|
|
3444 Moved buffer-dedicated-frame, set-buffer-dedicated-frame into lisp.
|
|
3445
|
|
3446 * buffer.c (Fget_file_buffer):
|
|
3447 Fixed GCPRO problem.
|
|
3448
|
|
3449 * buffer.c (get_truename_buffer):
|
|
3450 Fixed comment about GC checking.
|
|
3451
|
|
3452 * buffer.c (syms_of_buffer):
|
|
3453 Undeclared those dedicated frame funs.
|
|
3454 [2].
|
|
3455
|
|
3456 * buffer.h:
|
|
3457 Define convenience macros for internal/external conversions.
|
|
3458 [[[3]]]: Define codesys aliases Qcommand_argument_encoding
|
|
3459 and Qenvironment_variable_encoding for cleaner code.
|
|
3460
|
|
3461 * bufslots.h:
|
|
3462 Remove dedicated-frame; in lisp.
|
|
3463
|
|
3464 * bytecode.c (funcall_compiled_function):
|
|
3465 [1].
|
|
3466
|
|
3467 * bytecode.c (syms_of_bytecode):
|
|
3468 [2].
|
|
3469
|
|
3470 * console-msw.c:
|
|
3471 * console-msw.c (mswindows_show_console): Rewrote.
|
|
3472
|
|
3473 * console-msw.c (Fmswindows_debugging_output): New.
|
|
3474 Sends to OutputDebugString (special MSWin debugger interface).
|
|
3475
|
|
3476 * console-msw.c (Fmswindows_message_box):
|
|
3477 Fixed stupid bugs so it works when called from kill-emacs.
|
|
3478
|
|
3479 * console-msw.c (syms_of_console_mswindows):
|
|
3480 Declare Fmswindows_debugging_output.
|
|
3481
|
|
3482 * console-msw.h:
|
|
3483 New MSWin prototypes.
|
|
3484
|
|
3485 * console-msw.h (struct mswindows_frame):
|
|
3486 New entry last-click-mods for improved button-modifier support.
|
|
3487
|
|
3488 * console-msw.h (FRAME_MSWINDOWS_POPUP):
|
|
3489 New struct entry `popup' with corresponding accessor.
|
|
3490
|
|
3491 * console-x.c:
|
|
3492 * console-x.c (split_up_display_spec):
|
|
3493 * console-x.c (get_display_arg_connection):
|
|
3494 * console-x.c (x_semi_canonicalize_console_connection):
|
|
3495 * console-x.c (x_canonicalize_device_connection):
|
|
3496 [[[6]]]: Change char to more specific type.
|
|
3497 [[[8]]]: Make use of abstracting codesys aliases defined in [3], [4];
|
|
3498
|
|
3499 * console-x.c (x_semi_canonicalize_console_connection):
|
|
3500 * console-x.c (x_canonicalize_device_connection):
|
|
3501 [[[9]]]: Fix up error signalling to use new structured error system.
|
|
3502
|
|
3503 * console-x.h:
|
|
3504 [[[4]]]: Define codesys aliases:
|
|
3505 Qlwlib_encoding, Qx_atom_name_encoding, Qx_font_name_encoding,
|
|
3506 Qx_color_name_encoding, Qx_display_name_encoding.
|
|
3507
|
|
3508 * console.h (struct console_methods):
|
|
3509 New method make_dialog_box_internal supersedes older
|
|
3510 popup_dialog_box method.
|
|
3511
|
|
3512 * data.c:
|
|
3513 Define many new errors, part of new structured errors.
|
|
3514
|
|
3515 * data.c (init_errors_once_early):
|
|
3516 * data.c (syms_of_data):
|
|
3517 [2].
|
|
3518
|
|
3519 * device-msw.c (mswindows_init_device):
|
|
3520 [[[5]]]: Cleanup to support NT 3.51.
|
|
3521
|
|
3522 * device-msw.c (decode_devmode): Cleanup.
|
|
3523
|
|
3524 * device-msw.c (mswindows_handle_print_setup_dialog_box):
|
|
3525 * device-msw.c (mswindows_handle_print_dialog_box):
|
|
3526 * device-msw.c (mswindows_handle_page_setup_dialog_box):
|
|
3527 * device-msw.c (syms_of_device_mswindows):
|
|
3528 Delete the dialog box primitives recently introduced by Kirill and
|
|
3529 instead interface to general dialog box interface.
|
|
3530
|
|
3531 * device-x.c:
|
|
3532 * device-x.c (compute_x_app_name):
|
|
3533 * device-x.c (x_init_device):
|
|
3534 * device-x.c (Fx_valid_keysym_name_p):
|
|
3535 * device-x.c (Fx_set_font_path):
|
|
3536 [6].
|
|
3537 [7].
|
|
3538
|
|
3539 * device.h (wrap_device): New.
|
|
3540 First of its kind; meant to replace XSETDEVICE.
|
|
3541
|
|
3542 * dialog-msw.c: Many file-dialog symbols.
|
|
3543
|
|
3544 * dialog-msw.c (mswindows_register_popup_frame): New.
|
|
3545 * dialog-msw.c (mswindows_is_dialog_msg): New.
|
|
3546 For supporting kbd traversal in dialog boxes.
|
|
3547
|
|
3548 * dialog-msw.c (dialog_proc):
|
|
3549 Support hitting ESC in dialogs.
|
|
3550
|
|
3551 * dialog-msw.c (struct):
|
|
3552 Common dialog box errors.
|
|
3553
|
|
3554 * dialog-msw.c (handle_file_dialog_box): New.
|
|
3555 Add file dialog code.
|
|
3556
|
|
3557 * dialog-msw.c (handle_question_dialog_box):
|
|
3558 Redo existing code to support new question dialog syntax.
|
|
3559
|
|
3560 * dialog-msw.c (console_type_create_dialog_mswindows):
|
|
3561 We support new dialog console method.
|
|
3562
|
|
3563 * dialog-msw.c (syms_of_dialog_mswindows):
|
|
3564 * dialog-msw.c (vars_of_dialog_mswindows):
|
|
3565 New file dialog symbols, vars.
|
|
3566
|
|
3567 * dialog-x.c:
|
|
3568 * dialog-x.c (maybe_run_dbox_text_callback):
|
|
3569 * dialog-x.c (dbox_descriptor_to_widget_value):
|
|
3570 * dialog-x.c (x_make_dialog_box_internal):
|
|
3571 * dialog-x.c (console_type_create_dialog_x):
|
|
3572 Mule-ize entire file.
|
|
3573 Redo to support question dialog syntax.
|
|
3574 [6].
|
|
3575
|
|
3576 * dialog.c:
|
|
3577 * dialog.c (Fmake_dialog_box_internal):
|
|
3578 * dialog.c (syms_of_dialog):
|
|
3579 Kill old popup-dialog-box, replace with new primitive.
|
|
3580 Just call device method or signal error.
|
|
3581
|
|
3582 * eldap.c (Fldap_open):
|
|
3583 * eldap.c (Fldap_search_basic):
|
|
3584 * eldap.c (Fldap_add):
|
|
3585 * eldap.c (Fldap_modify):
|
|
3586 [1].
|
|
3587 [7].
|
|
3588
|
|
3589 * emacs.c:
|
|
3590 * emacs.c (make_arg_list_1):
|
|
3591 * emacs.c (make_arg_list):
|
|
3592 Mule-ize call to dll_init().
|
|
3593 [6].
|
|
3594 [8].
|
|
3595
|
|
3596 * emacs.c (make_argc_argv):
|
|
3597 * emacs.c (free_argc_argv):
|
|
3598 * emacs.c (init_cmdargs):
|
|
3599 * emacs.c (main_1):
|
|
3600 * emacs.c (Fkill_emacs):
|
|
3601 * emacs.c (Fdump_emacs):
|
|
3602 Update comments about what can be used in syms_* etc.
|
|
3603 Call init_win32() when necessary.
|
|
3604 Fix up MS Win dialog box in kill-buffer to actually work right.
|
|
3605 [7].
|
|
3606
|
|
3607 * eval.c:
|
|
3608 * eval.c (For):
|
|
3609 * eval.c (Fand):
|
|
3610 * eval.c (Fprogn):
|
|
3611 * eval.c (Fprog1):
|
|
3612 * eval.c (Fprog2):
|
|
3613 * eval.c (FletX):
|
|
3614 * eval.c (Flet):
|
|
3615 * eval.c (condition_case_3):
|
|
3616 * eval.c (Feval):
|
|
3617 * eval.c (function_argcount):
|
|
3618 * eval.c (funcall_lambda):
|
|
3619 [1].
|
|
3620
|
|
3621 * eval.c (type_error): New.
|
|
3622 * eval.c (maybe_type_error): New.
|
|
3623 * eval.c (continuable_type_error): New.
|
|
3624 * eval.c (maybe_continuable_type_error): New.
|
|
3625 * eval.c (type_error_with_frob): New.
|
|
3626 * eval.c (maybe_type_error_with_frob): New.
|
|
3627 * eval.c (continuable_type_error_with_frob): New.
|
|
3628 * eval.c (maybe_continuable_type_error_with_frob): New.
|
|
3629 New functions for use with structured errors.
|
|
3630
|
|
3631 * event-Xt.c:
|
|
3632 * event-Xt.c (x_event_to_emacs_event):
|
|
3633 Buttons are now modifiers too.
|
|
3634
|
|
3635 * event-Xt.c (emacs_Xt_current_event_timestamp):
|
|
3636 Implement new event method.
|
|
3637 * event-Xt.c (reinit_vars_of_event_Xt): Set it.
|
|
3638
|
|
3639 * event-msw.c:
|
|
3640 * event-msw.c (ntpipe_shove_writer): [5].
|
|
3641 * event-msw.c (mswindows_enqueue_mouse_button_event):
|
|
3642 * event-msw.c (mswindows_drain_windows_queue):
|
|
3643 * event-msw.c (mswindows_wnd_proc): [7].
|
|
3644 * event-msw.c (mswindows_current_layout_has_AltGr): [5].
|
|
3645 * event-msw.c (mswindows_modifier_state):
|
|
3646 Throughout: support new button modifiers.
|
|
3647
|
|
3648 * event-msw.c (emacs_mswindows_current_event_timestamp):
|
|
3649 Implement new event method.
|
|
3650 * event-msw.c (reinit_vars_of_event_mswindows): Set it.
|
|
3651
|
|
3652 * event-stream.c:
|
|
3653 * event-stream.c (event_stream_current_event_timestamp): New.
|
|
3654 * event-stream.c (maybe_kbd_translate): New functionality.
|
|
3655 * event-stream.c (vars_of_event_stream):
|
|
3656 Document new kbd-translate-table functionality.
|
|
3657
|
|
3658 * event-stream.c (Fcurrent_event_timestamp): New.
|
|
3659 New primitive for use in fabricated events.
|
|
3660 * event-stream.c (syms_of_event_stream): [2]. Declare new primitive.
|
|
3661
|
|
3662 * events-mod.h (XEMACS_MOD_BUTTON1): new button modifiers.
|
|
3663
|
|
3664 * events.c:
|
|
3665 * events.c (Fmake_event):
|
|
3666 * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY):
|
|
3667 [1].
|
|
3668 [9].
|
|
3669
|
|
3670 * events.c (format_event_object): fix gcc warnings.
|
|
3671
|
|
3672 * events.c (Fevent_timestamp): Document new primitives.
|
|
3673
|
|
3674 * events.c (TIMESTAMP_HALFSPACE): New.
|
|
3675
|
|
3676 * events.c (Fevent_timestamp_lessp): New. New primitive for
|
|
3677 comparing timestamps correctly (half-space algorithm).
|
|
3678
|
|
3679 * events.c (Fevent_modifier_bits): Doc fix.
|
|
3680
|
|
3681 * events.c (Fevent_modifiers): Major doc addition.
|
|
3682 * events.c (event_x_y_pixel_internal): Typo fix.
|
|
3683 * events.c (syms_of_events): Declare new primitives.
|
|
3684
|
|
3685 * events.h:
|
|
3686 Update long comment for button modifiers, timestamps.
|
|
3687
|
|
3688 * events.h (struct event_stream):
|
|
3689 New current_event_timestamp method.
|
|
3690
|
|
3691 * extents.c:
|
|
3692 * extents.c (extent_in_region_p):
|
|
3693 * extents.c (decode_extent):
|
|
3694 * extents.c (Fset_extent_parent):
|
|
3695 * extents.c (decode_map_extents_flags):
|
|
3696 Fix gcc warnings.
|
|
3697 [9].
|
|
3698
|
|
3699 * extents.c (struct extent_at_arg):
|
|
3700 * extents.c (decode_extent_at_flag):
|
|
3701 * extents.c (extent_at_mapper):
|
|
3702 * extents.c (extent_at_bytind):
|
|
3703 * extents.c (Fextent_at): Adapt to new lower-level interface. [9].
|
|
3704 * extents.c (Fextents_at): New primitive. [9].
|
|
3705 * extents.c (symbol_to_glyph_layout): [9].
|
|
3706 Support new primitive `extents-at'.
|
|
3707
|
|
3708
|
|
3709 * extents.c (get_text_property_bytind):
|
|
3710 extent_at_bytind has another arg.
|
|
3711 [9].
|
|
3712
|
|
3713 * extents.c (syms_of_extents): New primitive.
|
|
3714
|
|
3715 * file-coding.c (Fmake_coding_system): [1].
|
|
3716 * file-coding.c (subsidiary_coding_system): fix gcc warning
|
|
3717 * file-coding.c (syms_of_file_coding): [2].
|
|
3718
|
|
3719 * fileio.c (Fexpand_file_name):
|
|
3720 * fileio.c (Fsysnetunam):
|
|
3721 * fileio.c (Ffile_exists_p):
|
|
3722 * fileio.c (Ffile_executable_p):
|
|
3723 * fileio.c (Fverify_visited_file_modtime):
|
|
3724 Clean up GCPROing.
|
|
3725
|
|
3726 * fileio.c (syms_of_fileio): [2].
|
|
3727
|
|
3728 * filelock.c (lock_file_1):
|
|
3729 * filelock.c (current_lock_owner):
|
|
3730 * filelock.c (lock_if_free):
|
|
3731 * filelock.c (lock_file):
|
|
3732 * filelock.c (unlock_file):
|
|
3733 Clean up GCPROing.
|
|
3734
|
|
3735 * fns.c (concat): Fix gcc warning.
|
|
3736
|
|
3737 * fns.c (Fmember):
|
|
3738 * fns.c (Fold_member):
|
|
3739 * fns.c (Fmemq):
|
|
3740 * fns.c (Fold_memq):
|
|
3741 * fns.c (memq_no_quit):
|
|
3742 * fns.c (Fassoc):
|
|
3743 * fns.c (Fold_assoc):
|
|
3744 * fns.c (Fassq):
|
|
3745 * fns.c (Fold_assq):
|
|
3746 * fns.c (assq_no_quit):
|
|
3747 * fns.c (Frassoc):
|
|
3748 * fns.c (Fold_rassoc):
|
|
3749 * fns.c (Frassq):
|
|
3750 * fns.c (Fold_rassq):
|
|
3751 * fns.c (rassq_no_quit):
|
|
3752 * fns.c (Fdelete):
|
|
3753 * fns.c (Fold_delete):
|
|
3754 * fns.c (Fdelq):
|
|
3755 * fns.c (Fold_delq):
|
|
3756 * fns.c (delq_no_quit):
|
|
3757 * fns.c (Fremassoc):
|
|
3758 * fns.c (Fremassq):
|
|
3759 * fns.c (remassq_no_quit):
|
|
3760 * fns.c (Fremrassoc):
|
|
3761 * fns.c (Fremrassq):
|
|
3762 * fns.c (remrassq_no_quit):
|
|
3763 * fns.c (Freverse):
|
|
3764 * fns.c (mapcar1):
|
|
3765 [1].
|
|
3766
|
|
3767 * frame-msw.c (mswindows_init_frame_1):
|
|
3768 * frame-msw.c (mswindows_delete_frame):
|
|
3769 Register popups with dialog code so keyboard traversing works.
|
|
3770
|
|
3771 * frame-tty.c (tty_raise_frame_no_select): [1].
|
|
3772
|
|
3773 * frame-x.c:
|
|
3774 * frame-x.c (x_set_frame_text_value):
|
|
3775 * frame-x.c (x_set_frame_properties):
|
|
3776 * frame-x.c (x_create_widgets):
|
|
3777 [7].
|
|
3778
|
|
3779 * frame.c:
|
|
3780 * frame.c (Fmouse_pixel_position): Minor doc fixes.
|
|
3781
|
|
3782 * frame.h (wrap_frame): New.
|
|
3783 Macro like wrap_device.
|
|
3784
|
|
3785 * general.c:
|
|
3786 * general.c (SYMBOL):
|
|
3787 * general.c (syms_of_general):
|
|
3788 Major reorg. This is now just a wrapper and symbols themselves
|
|
3789 are listed in general-slots.h.
|
|
3790
|
|
3791 * glyphs-eimage.c (tiff_instantiate): Need cast to fix warning.
|
|
3792 * glyphs-msw.c (mswindows_resource_instantiate): [5].
|
|
3793
|
|
3794 * glyphs-msw.c (mswindows_native_layout_instantiate):
|
|
3795 Add DS_CONTROL so keyboard traversal will work.
|
|
3796
|
|
3797 * glyphs-widget.c:
|
|
3798 * glyphs-widget.c (syms_of_glyphs_widget):
|
|
3799 Move some symbols to general-slots.h.
|
|
3800
|
|
3801 * glyphs-x.c:
|
|
3802 * glyphs-x.c (xbm_instantiate_1):
|
|
3803 * glyphs-x.c (x_xbm_instantiate):
|
|
3804 * glyphs-x.c (x_xface_instantiate):
|
|
3805 * glyphs-x.c (autodetect_instantiate):
|
|
3806 * glyphs-x.c (cursor_font_instantiate):
|
|
3807 * glyphs-x.c (x_update_widget):
|
|
3808 * glyphs-x.c (x_widget_instantiate):
|
|
3809 * glyphs.c (bitmap_to_lisp_data):
|
|
3810 * glyphs.c (pixmap_to_lisp_data):
|
|
3811 [7].
|
|
3812
|
|
3813 * glyphs.c (syms_of_glyphs):
|
|
3814 [2].
|
|
3815
|
|
3816 * gui-x.c:
|
|
3817 * gui-x.c (print_widget_value):
|
|
3818 * gui-x.c (menu_separator_style_and_to_external):
|
|
3819 * gui-x.c (add_accel_and_to_external):
|
|
3820 * gui-x.c (button_item_to_widget_value):
|
|
3821 * gui-x.c (gui_items_to_widget_values_1):
|
|
3822 * gui-x.c (gui_items_to_widget_values):
|
|
3823 * gui-x.c (syms_of_gui_x):
|
|
3824 * gui-x.c (vars_of_gui_x):
|
|
3825 Mule-ize entire file. Move menu-no-selection-hook to gui.c.
|
|
3826 [9].
|
|
3827
|
|
3828 * gui-x.h:
|
|
3829 Muleize, prototype changes matching gui-x.c.
|
|
3830
|
|
3831 * gui.c:
|
|
3832 * gui.c (separator_string_p):
|
|
3833 * gui.c (gui_item_add_keyval_pair):
|
|
3834 * gui.c (make_gui_item_from_keywords_internal):
|
|
3835 * gui.c (signal_too_long_error):
|
|
3836 * gui.c (parse_gui_item_tree_item):
|
|
3837 * gui.c (syms_of_gui):
|
|
3838 * gui.c (vars_of_gui):
|
|
3839 * gui.h:
|
|
3840 menu-no-selection-hook moved here (used by MSWin).
|
|
3841 Move some symbols to general-slots.h.
|
|
3842 [6].
|
|
3843 [9].
|
|
3844
|
|
3845 * insdel.c (get_buffer_pos_char):
|
|
3846 * insdel.c (get_buffer_range_char):
|
|
3847 Add GC comments.
|
|
3848
|
|
3849 * keymap.c (keymap_lookup_directly):
|
|
3850 * keymap.c (keymap_store):
|
|
3851 * keymap.c (ensure_meta_prefix_char_keymapp):
|
|
3852 * keymap.c (describe_map):
|
|
3853 * keymap.h:
|
|
3854 Support new button modifiers.
|
|
3855
|
|
3856 * lisp-disunion.h (wrap_object):
|
|
3857 * lisp-disunion.h (XSETOBJ):
|
|
3858 Rename make_obj to wrap_object.
|
|
3859
|
|
3860 * lisp-union.h:
|
|
3861 * lisp-union.h (make_int):
|
|
3862 * lisp-union.h (make_char):
|
|
3863 Support wrap_object.
|
|
3864
|
|
3865 * lisp.h:
|
|
3866 * lisp.h (LIST_LOOP):
|
|
3867 * lisp.h (EXTERNAL_LIST_LOOP):
|
|
3868 * lisp.h (LIST_LOOP_2):
|
|
3869 * lisp.h (EXTERNAL_LIST_LOOP_1):
|
|
3870 * lisp.h (EXTERNAL_LIST_LOOP_2):
|
|
3871 * lisp.h (EXTERNAL_LIST_LOOP_3):
|
|
3872 * lisp.h (EXTERNAL_LIST_LOOP_4_NO_DECLARE):
|
|
3873 * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
|
|
3874 * lisp.h (GET_EXTERNAL_LIST_LENGTH):
|
|
3875 * lisp.h (EXTERNAL_ALIST_LOOP_5):
|
|
3876 * lisp.h (EXTERNAL_ALIST_LOOP_6):
|
|
3877 * lisp.h (EXTERNAL_ALIST_LOOP_6_NO_DECLARE):
|
|
3878 * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_5_NO_DECLARE):
|
|
3879 * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_7):
|
|
3880 * lisp.h (struct Lisp_Symbol):
|
|
3881 * lisp.h (maybe_continuable_error_with_frob):
|
|
3882 Fix up section comments.
|
|
3883 Add new types for char to indicate usage.
|
|
3884 Delete symbols auto-generated from general-slots.h.
|
|
3885 Add prototypes for structured error functions.
|
|
3886 Add long comments describing looping macros and change interface
|
|
3887 so that lvalues are automatically declared.
|
|
3888 Add NO_DECLARE macro in case callers want to declare lvalues
|
|
3889 themselves.
|
|
3890
|
|
3891 * lread.c (read_syntax_error):
|
|
3892 * lread.c (continuable_read_syntax_error):
|
|
3893 * lread.c (read_structure):
|
|
3894 * lread.c (sequence_reader):
|
|
3895 * lread.c (read_list_conser):
|
|
3896 * lread.c (read_compiled_function):
|
|
3897 Rename syntax_error and continuable_syntax_error to avoid clash
|
|
3898 with same-named structured error functions.
|
|
3899
|
|
3900 * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
|
|
3901 * menubar-msw.c (populate_menu_add_item):
|
|
3902 * menubar-msw.c (populate_or_checksum_helper):
|
|
3903 [5].
|
|
3904 [9].
|
|
3905
|
|
3906 * menubar-x.c:
|
|
3907 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
3908 Mule-ize whole file.
|
|
3909
|
|
3910 * menubar.c (Fnormalize_menu_item_name): Add optimization.
|
|
3911
|
|
3912 * mule-charset.c (Fmake_charset):
|
|
3913 * mule-wnnfns.c (Fwnn_set_param):
|
|
3914 [1].
|
|
3915
|
|
3916 * ntproc.c (create_child):
|
|
3917 * ntproc.c (Fwin32_set_current_locale):
|
|
3918 Add comments portending doom.
|
|
3919
|
|
3920 * objects-msw.c:
|
|
3921 * objects-msw.c (old_font_enum_callback_2):
|
|
3922 * objects-msw.c (font_enum_callback_1):
|
|
3923 * objects-msw.c (mswindows_enumerate_fonts):
|
|
3924 [5].
|
|
3925
|
|
3926 * objects-x.c:
|
|
3927 * objects-x.c (allocate_nearest_color):
|
|
3928 * objects-x.c (x_parse_nearest_color):
|
|
3929 * objects-x.c (x_initialize_color_instance):
|
|
3930 * objects-x.c (x_print_color_instance):
|
|
3931 * objects-x.c (x_finalize_color_instance):
|
|
3932 * objects-x.c (x_valid_color_name_p):
|
|
3933 * objects-x.c (x_initialize_font_instance):
|
|
3934 * objects-x.c (x_print_font_instance):
|
|
3935 * objects-x.c (valid_x_font_name_p):
|
|
3936 * objects-x.c (truename_via_FONT_prop):
|
|
3937 * objects-x.c (truename_via_random_props):
|
|
3938 * objects-x.c (truename_via_XListFonts):
|
|
3939 * objects-x.c (x_font_truename):
|
|
3940 * objects-x.c (x_font_instance_truename):
|
|
3941 * objects-x.c (x_font_instance_properties):
|
|
3942 * objects-x.c (x_list_fonts):
|
|
3943 * objects-x.c (x_find_charset_font):
|
|
3944 Mule-ize entire file.
|
|
3945 [7].
|
|
3946
|
|
3947 * objects-x.h:
|
|
3948 Mule-verify.
|
|
3949
|
|
3950 * print.c:
|
|
3951 * print.c (std_handle_out_external):
|
|
3952 * print.c (debug_print_no_newline):
|
|
3953 * print.c (syms_of_print):
|
|
3954 Output to all debugger kinds in debug-print.
|
|
3955 Fix console-output code under MSWin to actually work.
|
|
3956
|
|
3957 * process-nt.c (send_signal):
|
|
3958 * process-nt.c (nt_create_process):
|
|
3959 Use newer Unicode macros.
|
|
3960
|
|
3961 * process-unix.c (unix_create_process):
|
|
3962 * process-unix.c (unix_canonicalize_host_name):
|
|
3963 * process-unix.c (unix_open_network_stream):
|
|
3964 [7].
|
|
3965
|
|
3966 * scrollbar-x.c:
|
|
3967 Mule-verify.
|
|
3968
|
|
3969 * search.c (syms_of_search):
|
|
3970 [2].
|
|
3971
|
|
3972 * select-msw.c (mswindows_destroy_selection):
|
|
3973 Use LIST_LOOP_2.
|
|
3974
|
|
3975 * select-x.c (symbol_to_x_atom):
|
|
3976 [7].
|
|
3977
|
|
3978 * select.c (syms_of_select):
|
|
3979 [2].
|
|
3980
|
|
3981 * sound.c (Fplay_sound_file):
|
|
3982 [7].
|
|
3983
|
|
3984 * specifier.c:
|
|
3985 * specifier.c (decode_specifier_type):
|
|
3986 * specifier.c (Fvalid_specifier_locale_type_p):
|
|
3987 * specifier.c (check_valid_locale_or_locale_type):
|
|
3988 * specifier.c (decode_locale):
|
|
3989 * specifier.c (decode_locale_type):
|
|
3990 * specifier.c (decode_locale_list):
|
|
3991 * specifier.c (check_valid_domain):
|
|
3992 * specifier.c (decode_specifier_tag_set):
|
|
3993 * specifier.c (Fcanonicalize_tag_set):
|
|
3994 * specifier.c (Fdefine_specifier_tag):
|
|
3995 * specifier.c (Fspecifier_tag_predicate):
|
|
3996 * specifier.c (check_valid_inst_list):
|
|
3997 * specifier.c (check_valid_spec_list):
|
|
3998 * specifier.c (decode_how_to_add_specification):
|
|
3999 * specifier.c (check_modifiable_specifier):
|
|
4000 * specifier.c (specifier_add_spec):
|
|
4001 * specifier.c (boolean_validate):
|
|
4002 * specifier.c (display_table_validate):
|
|
4003 [9].
|
|
4004
|
|
4005 * specifier.c (syms_of_specifier):
|
|
4006 Move some symbols to general-slots.h.
|
|
4007 [2].
|
|
4008
|
|
4009 * symbols.c:
|
|
4010 * symbols.c (Fmapatoms):
|
|
4011 * symbols.c (Fapropos_internal):
|
|
4012 Add GCPROs.
|
|
4013
|
|
4014 * symbols.c (set_default_buffer_slot_variable):
|
|
4015 * symbols.c (set_default_console_slot_variable):
|
|
4016 [1].
|
|
4017
|
|
4018 * symbols.c (defsymbol_massage_name_1):
|
|
4019 * symbols.c (defkeyword_massage_name):
|
|
4020 * symbols.c (deferror_1):
|
|
4021 * symbols.c (deferror):
|
|
4022 * symbols.c (deferror_massage_name_and_message):
|
|
4023 * symeval.h:
|
|
4024 * symeval.h (DEFSYMBOL):
|
|
4025 Support DEFSYMBOL*, DEFKEYWORD, DEFERROR
|
|
4026
|
|
4027 * symbols.c (syms_of_symbols):
|
|
4028 [2].
|
|
4029
|
|
4030 * symsinit.h:
|
|
4031 * symsinit.h (init_win32): New.
|
|
4032 Also new is syms_of_dialog_mswindows.
|
|
4033
|
|
4034 * syswindows.h:
|
|
4035 Add new Unicode macros, missing Cygwin wide-char functions,
|
|
4036 convenience conversion macros for Qmswindows_tstr, macros for
|
|
4037 encapsulating required MSWin <-> Cygwin filename conversions,
|
|
4038 prototype for dynamically-extracted (not in NT 3.51) functions.
|
|
4039
|
|
4040 * toolbar-x.c:
|
|
4041 Mule-verify.
|
|
4042
|
|
4043 * tooltalk.c (Fadd_tooltalk_message_arg):
|
|
4044 * tooltalk.c (Fadd_tooltalk_pattern_attribute):
|
|
4045 * tooltalk.c (Fadd_tooltalk_pattern_arg):
|
|
4046 [7].
|
|
4047
|
|
4048 * tooltalk.c (syms_of_tooltalk):
|
|
4049 [2].
|
|
4050
|
|
4051 * unexnt.c:
|
|
4052 * unexnt.c (unexec):
|
|
4053 Fix up headers, declaration of unexec() to be more standard.
|
|
4054
|
|
4055 2000-07-20 Martin Buchholz <martin@xemacs.org>
|
|
4056
|
|
4057 * offix.h: Revert change to guard macros - they're used in offix.c!
|
|
4058
|
|
4059 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
4060
|
|
4061 * lisp.h: Defsubred Fdelete.
|
|
4062
|
|
4063 * console-msw.h: (msprinter_default_printer): Added.
|
|
4064
|
|
4065 * console-msw.c (msprinter_canonicalize_console_connection):
|
|
4066 (msprinter_canonicalize_device_connection): Added.
|
|
4067
|
|
4068 * device-msw.c (msprinter_default_printer):
|
446
|
4069 (Fmswingows_get_default_printer):
|
|
4070 (signal_enum_priner_error):
|
442
|
4071 (Fmswingows_printer_list): Added.
|
|
4072
|
|
4073 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
4074
|
|
4075 * XEmacs 21.2.35 is released.
|
|
4076
|
|
4077 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
4078
|
446
|
4079 * select-x.c (x_handle_selection_request):
|
442
|
4080 Text selected in xemacs and pasted into xterm failed to appear.
|
|
4081 Spelling fixes and cosmetic changes.
|
|
4082
|
|
4083 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
4084
|
|
4085 * event-msw.c (mswindows_drain_windows_queue): Correctly check for
|
|
4086 XEmacs frame (fix for doubling chars in dialog boxes).
|
|
4087
|
|
4088 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
4089
|
|
4090 * select.c (select_convert_in, select_convert_out):
|
|
4091 Don't call intern() every time.
|
|
4092
|
|
4093 * select.c (Qselect_convert_in, Qselect_convert_out): New.
|
|
4094 * select.c (vars_of_select): Initialise them.
|
|
4095
|
|
4096 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
4097
|
|
4098 * select.c (selection-coercible-types): New.
|
|
4099
|
|
4100 * select.c (own-selection-internal):
|
|
4101 * select.c (get-selection-internal):
|
|
4102 MULE bug fix - these should default to COMPOUND_TEXT and not
|
|
4103 STRING for MULE. I think.
|
|
4104
|
|
4105 * select.c (select_convert_out): Use selection-coercible-types
|
|
4106 to find types that we can attempt to perform coercions on.
|
|
4107
|
|
4108 2000-07-18 Martin Buchholz <martin@xemacs.org>
|
|
4109
|
|
4110 * mule-wnnfns.c:
|
|
4111 * mule-canna.c:
|
|
4112 Add coding: cookie to identify encoding.
|
|
4113
|
|
4114 * mule-canna.c (CANNA_mode_keys): make static.
|
|
4115 Use proper prototypes, even for functions of no arguments.
|
|
4116 Remove external prototype for Fding().
|
|
4117
|
|
4118 * symsinit.h: Add missing prototype for reinit_vars_of_mule_wnn.
|
|
4119
|
|
4120 * select.c (syms_of_select): Add missing DEFSUBR.
|
|
4121
|
|
4122 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
4123
|
|
4124 * select.c (get_selection_internal, own_selection_internal):
|
|
4125 Make the type default to STRING, rather than placing a nil type
|
|
4126 into Vselection_alist.
|
|
4127
|
|
4128 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
4129
|
|
4130 * gpmevent.c (tty_selection_exists_p):
|
|
4131 * gpmevent.c (tty_own_selection):
|
|
4132 Updated parameter lists.
|
|
4133
|
|
4134 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
4135
|
|
4136 * select.h (selection-alist): Removed declaration.
|
|
4137
|
|
4138 * select.h (get_local_selection):
|
|
4139 * select.c (get_local_selection):
|
|
4140 Made static.
|
|
4141
|
|
4142 * select.h (convert_selection): Removed declaration.
|
|
4143 * select.c (convert_selection): Removed.
|
|
4144 This function belongs in Lisp.
|
|
4145
|
|
4146 * select.h (select_convert_in): Declare.
|
|
4147 * select.h (select_convert_out): Declare.
|
|
4148 * select.c (select_convert_in): New.
|
|
4149 * select.c (select_convert_out): New.
|
|
4150 New conversion functions for other files to call.
|
|
4151
|
|
4152 * select.h (select_notify_buffer_kill): Declare.
|
|
4153 * select.c (select_notify_buffer_kill): New.
|
|
4154 New functions that get called from kill-buffer.
|
|
4155
|
|
4156 * buffer.c (kill-buffer): Call select_notify_buffer_kill, rather than
|
|
4157 X-specific lisp code.
|
|
4158
|
|
4159 * select.h: Declare some of the lisp-visible functions for
|
|
4160 external use.
|
|
4161
|
|
4162 * select.c (clean_local_selection_data): Removed. This was
|
|
4163 a disgusting function, and previously should have been in
|
|
4164 select-x.c in any case. The functionality is now provided
|
|
4165 in select-convert-from-integer (select.el).
|
|
4166
|
|
4167 * select.c (available-selection-types): Fixed stupidity where
|
|
4168 INTEGER and ATOM got added twice. Also add STRING when we see an
|
|
4169 extent.
|
|
4170
|
|
4171 * select.c (get-selection-internal): Removed symbol stripping. No
|
|
4172 longer causes conversion when data comes from the internal cache.
|
|
4173
|
|
4174 * select.c (syms_of_select): Added new functions.
|
|
4175
|
|
4176 * select-x.c (motif_clipboard_cb): Use select_convert_out. Rewrote
|
|
4177 error checking - previously this called abort!
|
446
|
4178
|
442
|
4179 * select-x.c (x_own_selection): Changed comment.
|
446
|
4180
|
442
|
4181 * select-x.c (x_handle_selection_request): Use select_convert_out.
|
|
4182 Don't mess with selection-alist; it's an internal variable of select.c.
|
446
|
4183
|
442
|
4184 * select-x.c (x_get_foreign_selection): Use select_convert_in.
|
446
|
4185
|
442
|
4186 * select-x.c (x_handle_selection_clear): Use get-selection-timestamp,
|
|
4187 rather than messing with selection-alist.
|
446
|
4188
|
442
|
4189 * select-msw.c (mswindows_get_foreign_selection):
|
|
4190 Use TO_INTERNAL_FORMAT rather than hacking.
|
|
4191
|
|
4192 2000-07-14 Martin Buchholz <martin@xemacs.org>
|
|
4193
|
|
4194 * process-unix.c (unix_open_multicast_group):
|
|
4195 (unix_open_multicast_group): Remove useless casts.
|
|
4196
|
|
4197 2000-07-13 Martin Buchholz <martin@xemacs.org>
|
|
4198
|
|
4199 * sound.c (Fplay_sound): Fix `unused variable' warning.
|
|
4200
|
|
4201 * emacs.c (main): Use correct type for _environ on SCO5.
|
|
4202
|
|
4203 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
4204
|
|
4205 * console.h (own_selection_method):
|
|
4206 * console.h (selection_exists_p_method):
|
|
4207 * console.h (available_selection_types_method): New.
|
|
4208 * console.h (register_selection_data_type_method): New.
|
|
4209 * console.h (selection_data_type_name): New.
|
446
|
4210
|
442
|
4211 * console-msw.h (mswindows_destroy_selection): Declare it. New
|
|
4212 function & alist to track GlobalAlloc()'d handles that need
|
|
4213 releasing when the clipboard data gets replaced or emptied.
|
|
4214
|
|
4215 * event-msw.c (mswindows_wnd_proc): Call it.
|
|
4216
|
|
4217 * lisp.h, general.c (Qappend): New symbol representing a
|
|
4218 `how-to-add' mode.
|
446
|
4219
|
442
|
4220 * select.c (own-selection-internal):
|
|
4221 * select.c (selection-exists-p):
|
|
4222 * select.c (available-selection-types): New.
|
|
4223 * select.c (register-selection-data-type): New.
|
|
4224 * select.c (selection-data-type-name): New. New functions to deal
|
|
4225 with device-specific selection data formats.
|
|
4226 * select.c (selection-converter-out-alist): Renamed.
|
|
4227 * select.c (selection-converter-in-alist): New.
|
|
4228 * select.c (selection-appender-alist): New. Added new alists.
|
|
4229 * select.c (syms_of_select, vars_of_select): Added new symbols &
|
|
4230 variables.
|
|
4231 * select.c (get_local_selection): Split.
|
|
4232 * select.c: Removed spurious type checking - selections may now be
|
|
4233 of any type, not just strings.
|
|
4234 * select.c (own-selection-internal):
|
|
4235
|
|
4236 * select.h, select.c (convert_selection): New. Created
|
|
4237 convert_selection() function based on get_local_selection().
|
|
4238 * select.h, select.c (QCF_*): New symbols representing mswindows
|
|
4239 clipboard formats.
|
|
4240 * select.h, select.c (Qreplace_all, Qreplace_existing): New
|
|
4241 symbols representing `how-to-add' modes.
|
|
4242
|
|
4243 * select-msw.c (x_sym_p): New.
|
|
4244 * select-msw.c (symbol_to_ms_cf): New.
|
|
4245 * select-msw.c (ms_cf_to_symbol): New. New functions to deal with
|
|
4246 symbols & clipboard formats. Can also handle string names.
|
|
4247 * select-msw.c (mswindows_own_selection):
|
|
4248 * select-msw.c (mswindows_selection_exists_p):
|
|
4249 Added `data-type' parameter. Use it.
|
|
4250 * select-msw.c (mswindows_available_selection_types): New.
|
|
4251 * select-msw.c (mswindows_register_selection_data_type): New.
|
|
4252 * select-msw.c (mswindows_selection_data_type_name): New.
|
|
4253 * select-msw.c (mswindows_own_selection):
|
|
4254 * select-msw.c (mswindows_get_foreign_selection):
|
|
4255 * select-msw.c (mswindows_selection_exists_p): Rewrote.
|
|
4256 * select-msw.c (console_create_select_mswindows): Added new methods.
|
|
4257 * select-msw.c (mswindows_destroy_selection): New.
|
|
4258 * select-msw.c (Vhandle_alist): New list.
|
|
4259 * select-msw.c (mswindows_own_selection):
|
|
4260
|
|
4261 * select-x.c (x_own_selection):
|
|
4262 * select-x.c (x_selection_exists_p):
|
|
4263 * select-x.c: Added some comments about maybe using new
|
|
4264 functionality.
|
|
4265 * select-x.c (x_own_selection):
|
|
4266
|
|
4267 * specifier.c: Remove definition of Qappend (now in general.c)
|
|
4268 * specifier.c (syms_of_specifier): Remove Qappend.
|
|
4269
|
|
4270 2000-07-12 Martin Buchholz <martin@xemacs.org>
|
|
4271
|
|
4272 * config.h.in: Add socklen_t.
|
|
4273
|
|
4274 * s/decosf4-0.h: No special compiler flags needed or desired.
|
|
4275 In particular, undefine _BSD for DEC OSF 4.0.
|
|
4276
|
|
4277 2000-07-07 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
4278
|
|
4279 * redisplay-msw.c (msprinter_frame_output_end): Added.
|
|
4280 (console_type_create_redisplay_mswindows): Referred the above.
|
|
4281
|
|
4282 * frame.c (setup_frame_without_minibuffer): Do not create a
|
|
4283 default minibuffer frame on a printer device.
|
|
4284
|
|
4285 * frame-msw.c (apply_dc_geometry): Added.
|
446
|
4286 (msprinter_start_page):
|
|
4287 (msprinter_init_frame_3):
|
442
|
4288 (msprinter_eject_page): Use it.
|
|
4289
|
|
4290 * console-msw.h (struct msprinter_frame): Added pix_left and top,
|
|
4291 and removed residual duplex and orientation properties.
|
|
4292
|
|
4293 2000-07-11 Martin Buchholz <martin@xemacs.org>
|
|
4294
|
|
4295 * eval.c (function_argcount): Work around a DEC CC compiler bug.
|
|
4296
|
|
4297 * unexalpha.c: Remove system prototypes from C sources!
|
|
4298
|
|
4299 2000-07-09 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
4300
|
|
4301 * eval.c: Remove references to M-x edit-options in DEFUNs for
|
|
4302 `defvar' and `defconst'.
|
|
4303
|
|
4304 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
4305
|
|
4306 * config.h.in: Remove SMART_INCLUDE hackery.
|
446
|
4307
|
442
|
4308 PostgreSQL hacking:
|
|
4309 * config.h.in: Don't use SMART_INCLUDE.
|
|
4310
|
|
4311 * postgresql.h: Include libpq-fe.h here. Fix typo.
|
|
4312 * inline.c: Simply #include "postgresql.h"
|
|
4313 * postgresql.c:
|
|
4314 - Don't use SMART_INCLUDE
|
|
4315 - Use simply "const".
|
|
4316 - Use standard doc string conventions.
|
|
4317 - Use correct type for result of PQstatus.
|
|
4318
|
|
4319 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
4320
|
|
4321 * glyphs-x.c (x_xface_instantiate): Fix C++ compilation warnings.
|
|
4322
|
|
4323 C++ compilation changes.
|
|
4324 * config.h.in (EXTERN_C): Define.
|
|
4325 * config.h.in (not): This is also a C++ keyword.
|
|
4326 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Enable C++ compilation.
|
|
4327 * cm.c: Use EXTERN_C.
|
|
4328 * redisplay-tty.c: Use EXTERN_C.
|
|
4329 * sysdep.c: Use EXTERN_C. Remove Gould support.
|
|
4330
|
|
4331 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
4332
|
|
4333 * general.c: Remove duplicate definition for Qfunction.
|
|
4334
|
|
4335 2000-07-08 Ben Wing <ben@xemacs.org>
|
|
4336
|
|
4337 * device-msw.c (msprinter_init_device):
|
|
4338 * device-msw.c (sync_printer_with_devmode):
|
|
4339 * device-msw.c (handle_devmode_changes):
|
|
4340 * device-msw.c (print_dialog_worker):
|
|
4341 * device-msw.c (Fmsprinter_apply_settings):
|
|
4342 * device-msw.c (hash_devmode):
|
|
4343 * device-msw.c (Fmsprinter_settings_despecialize):
|
|
4344 use Qmswindows_tstr, not Qctext.
|
446
|
4345
|
442
|
4346 * vm-limit.c (check_memory_limits):
|
|
4347 avoid infinite loop printing warning messages.
|
|
4348
|
|
4349 2000-07-05 Craig Lanning <lanning@scra.org>
|
|
4350
|
|
4351 * Makefile.in.in: Add support for including the Windows resources
|
|
4352 when building with the cygwin and mingw targets.
|
|
4353
|
|
4354 * buffer.c: from Dan Holmsand, on Windows $PWD is most likely either
|
|
4355 not set or not correct.
|
|
4356 (directory_is_current_directory): Don't compile for WIN32_NATIVE.
|
|
4357 (init_initial_directory): Don't try to use $PWD on the
|
|
4358 WIN32_NATIVE target.
|
|
4359
|
|
4360 * s\cygwin32.h:
|
|
4361 [[Add -mwindows to eliminate console window.]] not required --ben
|
|
4362 (HAVE_NATIVE_SOUND): removed; now handled by configure.
|
|
4363 (MAIL_USE_POP): removed; now handled by configure.
|
|
4364
|
|
4365 * s\mingw32.h: [[Add -mwindows to eliminate console window.]] not in
|
|
4366 C_SWITCH_SYSTEM or it will affect lib-src progs. --ben
|
|
4367 (HAVE_NATIVE_SOUND): removed; now handled by configure.
|
|
4368 (MAIL_USE_POP): removed; now handled by configure.
|
|
4369 (ENCAPSULATE_STAT): from Dan Holmsand, added.
|
|
4370 (ENCAPSULATE_FSTAT): from Dan Holmsand, added.
|
|
4371 (DIRECTORY_SEP): from Dan Holmsand, use lisp variable instead of
|
|
4372 constant string.
|
|
4373 (HAVE_TIMEVAL): from Dan Holmsand, added; struct timeval is picked
|
|
4374 up from <winsock.h> via systime.h.
|
|
4375 (HAVE_GETPAGESIZE): from Dan Holmsand, added.
|
|
4376 (getpagesize): from Dan Holmsand, added.
|
|
4377 Added #endif which was left dangling by Ben's mega patch; added
|
|
4378 comment to help prevent this in the future.
|
|
4379
|
|
4380 * sysdll.c: added #include <windows.h> for WIN32_NATIVE case.
|
|
4381
|
|
4382 2000-07-05 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
4383
|
|
4384 * console-msw.h (struct mswindows_device): Removed unnecessary
|
|
4385 cached device geometry values.
|
|
4386 Added update_tick and an accessor macro.
|
446
|
4387 (Lisp_Devmode): Added lrecord declaration.
|
442
|
4388 (struct msprinter_device): Contain devmode as a Lisp object.
|
|
4389 Added mswindows_get_selected_frame_hwnd();
|
|
4390
|
|
4391 * console.h (struct console_methods): Indentation nitpicking.
|
|
4392
|
|
4393 * device-msw.c (mswindows_init_device): Do not initialize geometry
|
|
4394 cache. Initialize update tick.
|
|
4395 (mswindows_device_system_metrics): Ask the device for its geometry.
|
446
|
4396 (global_free_2_maybe):
|
|
4397 (devmode_to_hglobal):
|
|
4398 (handle_printer_changes):
|
|
4399 (ensure_not_printing):
|
|
4400 (print_dialog_worker):
|
|
4401 (Fmsprinter_print_setup_dialog):
|
|
4402 (Fmsprinter_print_dialog):
|
|
4403 (plist_get_margin):
|
|
4404 (plist_set_margin):
|
442
|
4405 (Fmsprinter_page_setup_dialog): Added functions.
|
446
|
4406 (sync_printer_with_devmode):
|
|
4407 (handle_devmode_changes):
|
|
4408 (Fmsprinter_get_settings):
|
|
4409 (Fmsprinter_select_settings):
|
442
|
4410 (Fmsprinter_apply_settings):
|
446
|
4411 (allocate_devmode):
|
|
4412 (Fmsprinter_settings_copy):
|
|
4413 (Fmsprinter_settings_despecialize):
|
|
4414 (print_devmode):
|
|
4415 (finalize_devmode):
|
|
4416 (equal_devmode):
|
442
|
4417 (hash_devmode): Added functions
|
|
4418 (syms_of_device_mswindows): Init devmode lrecord class.
|
|
4419
|
|
4420 * device.h: Added an exfun for find-device.
|
|
4421
|
|
4422 * event-msw.c (mswindows_wnd_proc): Do not update the cached
|
|
4423 geometry; although, recreate the device compatible DC.
|
|
4424
|
|
4425 * frame-msw.c (mswindows_get_selected_frame_hwnd): Added.
|
|
4426 (msprinter_init_frame_3):
|
446
|
4427 (msprinter_frame_property):
|
442
|
4428 (msprinter_internal_frame_property_p):
|
446
|
4429 (msprinter_frame_properties):
|
442
|
4430 (msprinter_set_frame_properties): Removed 'orientation and 'duplex
|
|
4431 print job properties (will move to device settings).
|
|
4432
|
|
4433 * lisp.h: Added symbols.
|
|
4434
|
|
4435 * general.c (syms_of_general): Declared them.
|
|
4436
|
|
4437 * hash.c (string_hash): Added.
|
|
4438
|
|
4439 * lrecord.h (lrecord_type): Added devmode lrecord type.
|
|
4440
|
|
4441 2000-07-02 Mike Sperber <mike@xemacs.org>
|
|
4442
|
|
4443 * s/freebsd.h (INTERRUPTIBLE_OPEN): open *is* interruptible on
|
|
4444 FreeBSD 4.0.
|
|
4445
|
|
4446 2000-06-07 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
4447
|
|
4448 * doprnt.c (emacs_doprnt_1): Fix problem with %0XXd for a negative
|
|
4449 integer.
|
|
4450
|
|
4451 2000-06-07 MORIOKA Tomohiko <tomo@urania.m17n.org>
|
|
4452
|
|
4453 * data.c (Fstring_to_number): Don't recognize floating point if
|
|
4454 base is not 10.
|
|
4455
|
|
4456 2000-06-22 Martin Buchholz <martin@xemacs.org>
|
|
4457
|
|
4458 * glyphs-widget.c (tab_control_query_geometry):
|
|
4459 (widget_query_geometry):
|
|
4460 (button_query_geometry):
|
|
4461 * glyphs.c (text_query_geometry):
|
|
4462 Enforce type correctness.
|
|
4463
|
|
4464 2000-06-18 Martin Buchholz <martin@xemacs.org>
|
|
4465
|
|
4466 * s/decosf4-0.h (_etext): Use portable _etext instead of etext.
|
|
4467 * s/decosf4-0.h (_edata): Use portable _edata instead of edata.
|
|
4468
|
|
4469 2000-06-17 Martin Buchholz <martin@xemacs.org>
|
|
4470
|
|
4471 * s/decosf4-0.h: Never #include "/usr/include/FOO.h" because this
|
|
4472 conflicts with gcc's fixincluded version of FOO.h.
|
|
4473
|
|
4474 * glyphs.h (image_instance_geometry): Remove trailing `,'
|
|
4475
|
|
4476 2000-06-08 Mike Alexander <mta@arbortext.com>
|
|
4477
|
|
4478 (MAX_SHOVE_BUFFER_SIZE): Change to 512 to match stream buffer size
|
|
4479 (shove_thread): Don't write the same output twice
|
|
4480 (make_ntpipe_output_stream): Increase priority of shove thread
|
|
4481 (ntpipe_shove_writer): Call SwitchToThread to give shove thread a
|
|
4482 chance to run
|
|
4483 (ntpipe_shove_closer): Don't delete the pipe until we're done with
|
|
4484 it.
|
|
4485
|
|
4486 2000-06-12 Ben Wing <ben@xemacs.org>
|
|
4487
|
|
4488 * s\mingw32.h (sigset):
|
|
4489 * s\windowsnt.h (sigset):
|
|
4490 rename msw_ to mswindows_ for consistency with general convention.
|
|
4491
|
|
4492 2000-06-12 Ben Wing <ben@xemacs.org>
|
|
4493
|
|
4494 * console-msw.c:
|
|
4495 * console-msw.c (mswindows_get_console_hwnd):
|
|
4496 * console-msw.c (mswindows_ensure_console_allocated):
|
|
4497 * console-msw.c (mswindows_hide_console):
|
|
4498 * console-msw.c (mswindows_show_console):
|
|
4499 * console-msw.c (mswindows_ensure_console_buffered):
|
|
4500 * console-msw.c (mswindows_output_console_string):
|
|
4501 * console-msw.c (mswindows_windows9x_p):
|
|
4502 * console-msw.h:
|
|
4503 * device-msw.c (mswindows_get_workspace_coords):
|
|
4504 * device-msw.c (mswindows_device_system_metrics):
|
|
4505 * dialog-msw.c (mswindows_popup_dialog_box):
|
|
4506 * event-msw.c (mswindows_wnd_proc):
|
|
4507 * frame-msw.c (mswindows_size_frame_internal):
|
|
4508 * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
|
|
4509 * menubar-msw.c (displayable_menu_item):
|
|
4510 * menubar-msw.c (mswindows_char_is_accelerator):
|
|
4511 * nt.c:
|
|
4512 * nt.c (mswindows_sigset):
|
|
4513 * nt.c (mswindows_sigrelse):
|
|
4514 * nt.c (mswindows_sigpause):
|
|
4515 * nt.c (mswindows_raise):
|
|
4516 * nt.c (timer_proc):
|
|
4517 * ntproc.c:
|
|
4518 * ntproc.c (find_child_console):
|
|
4519 * ntproc.c (sys_kill):
|
|
4520 * print.c:
|
|
4521 * print.c (std_handle_out_external):
|
|
4522 * process-nt.c (find_child_console):
|
|
4523 * process-nt.c (send_signal_the_95_way):
|
|
4524 * process-nt.c (ensure_console_window_exists):
|
|
4525 * process-nt.c (nt_create_process):
|
|
4526 * syssignal.h:
|
|
4527 rename msw_ to mswindows_ for consistency with general convention.
|
|
4528
|
|
4529 * emacs.c:
|
|
4530 * dumper.c:
|
|
4531 include nt.h, not syswindows.h.
|
|
4532
|
|
4533 * nt.c (mswindows_fstat):
|
|
4534 * nt.c (mswindows_stat):
|
|
4535 prefix mswindows_ instead of attempting to directly override the
|
|
4536 library functions. fix declarations.
|
446
|
4537
|
442
|
4538 * nt.h:
|
|
4539 include syswindows.h. move some sysdep.h stuff here.
|
446
|
4540
|
442
|
4541 * ntheap.h:
|
|
4542 include syswindows.h, not <windows.h>.
|
|
4543
|
|
4544 * ntplay.c:
|
|
4545 clean up headers.
|
446
|
4546
|
442
|
4547 * sysdep.c:
|
|
4548 clean up headers.
|
446
|
4549
|
442
|
4550 * sysdep.c (sys_fstat):
|
|
4551 * sysdep.c (sys_stat):
|
|
4552 call mswindows versions when appropriate.
|
446
|
4553
|
442
|
4554 * sysdep.h:
|
|
4555 move mswin decls to nt.h.
|
446
|
4556
|
442
|
4557 * syswindows.h:
|
|
4558 add long comment describing appropriate use of the various windows
|
|
4559 headers.
|
|
4560
|
|
4561 2000-06-11 Ben Wing <ben@xemacs.org>
|
|
4562
|
|
4563 * device-x.c: Correct doc string for sixth arg of x-get-resource.
|
|
4564
|
|
4565 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
4566
|
|
4567 * Makefile.in.in (release):
|
|
4568 Correction to make sure xemacs.exe always dumped when correct.
|
446
|
4569
|
442
|
4570 * alloca.c:
|
|
4571 * balloon_help.c:
|
|
4572 [[[[3]]]]: Conditionalize on actual problem, not WINDOWSNT.
|
446
|
4573
|
442
|
4574 * buffer.c (set_buffer_internal):
|
|
4575 [[[[2]]]]: Remove HAVE_FEP code.
|
|
4576
|
|
4577 * buffer.c (init_initial_directory):
|
|
4578 [3].
|
446
|
4579
|
442
|
4580 * bytecode.c:
|
|
4581 [[[[4]]]]: limits.h standardly included in lisp.h; remove from
|
|
4582 individual files.
|
446
|
4583
|
442
|
4584 * callproc.c:
|
|
4585 * callproc.c (call_process_cleanup):
|
|
4586 * callproc.c (Fold_call_process_internal):
|
|
4587 * callproc.c (child_setup):
|
|
4588 * callproc.c (getenv_internal):
|
|
4589 * callproc.c (init_callproc):
|
|
4590 * callproc.c (vars_of_callproc):
|
|
4591 [[[[1]]]]: WINDOWSNT -> WIN32_NATIVE.
|
|
4592 __CYGWIN32__ -> CYGWIN.
|
|
4593 DOS_NT -> WIN32_NATIVE.
|
|
4594 Remove MSDOS support/references, converting to WIN32_NATIVE
|
|
4595 where correct.
|
|
4596 __MINGW32__ -> MINGW.
|
|
4597 Fix windows.h includes.
|
|
4598 Remove bogus HAVE_NTGUI.
|
|
4599
|
|
4600 * config.h.in:
|
|
4601 [2].
|
446
|
4602
|
442
|
4603 * console-msw.c:
|
|
4604 mswindows_message_outputted added for use in allowing startup
|
|
4605 errors on the console to be seen.
|
446
|
4606
|
442
|
4607 * console-msw.c (msw_ensure_console_allocated):
|
|
4608 * console-msw.c (msw_output_console_string):
|
|
4609 * console-msw.c (DHEADER):
|
|
4610 * console-msw.c (DOPAQUE_DATA):
|
|
4611 * console-msw.c (DEVENT):
|
|
4612 * console-msw.c (DCONS):
|
|
4613 * console-msw.c (DCONSCDR):
|
|
4614 * console-msw.c (DSTRING):
|
|
4615 * console-msw.c (DVECTOR):
|
|
4616 * console-msw.c (DSYMBOL):
|
|
4617 * console-msw.c (DSYMNAME):
|
|
4618 Fix warnings.
|
446
|
4619
|
442
|
4620 * console-stream.c (stream_init_console):
|
|
4621 Fix text/binary problems.
|
446
|
4622
|
442
|
4623 * device-msw.c:
|
|
4624 * device-msw.c (mswindows_finish_init_device):
|
|
4625 * device-msw.c (mswindows_delete_device):
|
|
4626 [1].
|
446
|
4627
|
442
|
4628 * device.c (handle_asynch_device_change):
|
|
4629 [3].
|
446
|
4630
|
442
|
4631 * dgif_lib.c:
|
|
4632 * dgif_lib.c (DGifOpenFileName):
|
|
4633 * dgif_lib.c (DGifOpenFileHandle):
|
|
4634 * dgif_lib.c (DGifGetLine):
|
|
4635 * dgif_lib.c (DGifGetPixel):
|
|
4636 Added config.h/lisp.h, fix up includes.
|
|
4637 [1].
|
446
|
4638
|
442
|
4639 * dired-msw.c:
|
|
4640 [4].
|
446
|
4641
|
442
|
4642 * dired.c:
|
|
4643 * dired.c (file_name_completion):
|
|
4644 * dired.c (Ffile_attributes):
|
|
4645 * dired.c (syms_of_dired):
|
|
4646 [1].
|
446
|
4647
|
442
|
4648 * dumper.c:
|
|
4649 * dumper.c (pdump_file_unmap):
|
|
4650 * dumper.c (pdump_load):
|
|
4651 [1].
|
446
|
4652
|
442
|
4653 * editfns.c:
|
|
4654 * editfns.c (Ftemp_directory):
|
|
4655 * editfns.c (user_login_name):
|
|
4656 * editfns.c (Fuser_real_login_name):
|
|
4657 * editfns.c (get_home_directory):
|
|
4658 [1].
|
446
|
4659
|
442
|
4660 * elhash.c (finish_marking_weak_hash_tables):
|
|
4661 [[[[5]]]]: Fix GCC warnings.
|
446
|
4662
|
442
|
4663 * emacs.c:
|
|
4664 * emacs.c (mswindows_handle_hardware_exceptions):
|
|
4665 * emacs.c (make_arg_list_1):
|
|
4666 * emacs.c (main_1):
|
|
4667 * emacs.c (Fkill_emacs):
|
|
4668 * emacs.c (Fdump_emacs):
|
|
4669 [1].
|
|
4670 Fix problems with nested crashes, add long comment.
|
446
|
4671
|
442
|
4672 * event-Xt.c (init_event_Xt_late):
|
|
4673 [1].
|
446
|
4674
|
442
|
4675 * event-msw.c:
|
|
4676 * event-msw.c (mswindows_dde_callback):
|
|
4677 * event-msw.c (mswindows_handle_sticky_modifiers):
|
|
4678 * event-msw.c (mswindows_wnd_proc):
|
|
4679 [1].
|
|
4680 [5].
|
446
|
4681
|
442
|
4682 * events.c (character_to_event):
|
|
4683 [1].
|
446
|
4684
|
442
|
4685 * fileio.c:
|
|
4686 * fileio.c (Ffile_name_directory):
|
|
4687 * fileio.c (Ffile_name_nondirectory):
|
|
4688 * fileio.c (directory_file_name):
|
|
4689 * fileio.c (Fexpand_file_name):
|
|
4690 * fileio.c (Fsubstitute_in_file_name):
|
|
4691 * fileio.c (Ffile_name_absolute_p):
|
|
4692 * fileio.c (check_executable):
|
|
4693 * fileio.c (Ffile_readable_p):
|
|
4694 * fileio.c (Ffile_accessible_directory_p):
|
|
4695 * fileio.c (Ffile_modes):
|
|
4696 * fileio.c (Funix_sync):
|
|
4697 * fileio.c (vars_of_fileio):
|
|
4698 [1]. [4].
|
|
4699
|
|
4700 [[[[7]]]]: Move CORRECT_DIR_SEPS to s\windowsnt.h.
|
446
|
4701
|
442
|
4702 Expand getdefdir defn.
|
|
4703 Fix bogus rename() comment.
|
|
4704
|
|
4705 [[[[6]]]]: Fix Windows includes w.r.t. removed nt\inc. Attempt
|
|
4706 to use standard XEmacs include files, e.g. sysfile.h, rather
|
|
4707 than system-specific includes.
|
446
|
4708
|
442
|
4709 * fns.c:
|
|
4710 * fns.c (Fsubseq):
|
|
4711 [5]. [6].
|
446
|
4712
|
442
|
4713 * frame.c (vars_of_frame):
|
|
4714 [1].
|
446
|
4715
|
442
|
4716 * getloadavg.c:
|
|
4717 * getloadavg.c (getloadavg):
|
|
4718 [1]. [6].
|
|
4719 #ifdef XEMACS not defined on Cygwin. Remove this; no need for it.
|
|
4720 (We don't use it elsewhere in the code; just add a comment.)
|
446
|
4721
|
442
|
4722 * gif_io.c:
|
|
4723 [6].
|
|
4724 Add config.h.
|
446
|
4725
|
442
|
4726 * glyphs-msw.c:
|
|
4727 * glyphs-msw.c (mswindows_resource_instantiate):
|
|
4728 [1].
|
446
|
4729
|
442
|
4730 * glyphs-x.c (x_native_layout_instantiate):
|
|
4731 [5].
|
446
|
4732
|
442
|
4733 * gui-msw.c (Fmswindows_shell_execute):
|
|
4734 [1].
|
446
|
4735
|
442
|
4736 * insdel.c:
|
|
4737 [4].
|
446
|
4738
|
442
|
4739 * lisp.h:
|
|
4740 [4]. [5].
|
446
|
4741
|
442
|
4742 * lread.c (locate_file_in_directory_mapper):
|
|
4743 [1].
|
446
|
4744
|
442
|
4745 * lstream.c:
|
|
4746 [4].
|
446
|
4747
|
442
|
4748 * mem-limits.h:
|
|
4749 * mem-limits.h (get_lim_data):
|
|
4750 [1].
|
446
|
4751
|
442
|
4752 * menubar-msw.c:
|
|
4753 [4].
|
446
|
4754
|
442
|
4755 * ndir.h:
|
|
4756 [1].
|
446
|
4757
|
442
|
4758 * nt.c:
|
|
4759 * nt.c (getwd):
|
|
4760 * nt.c (closedir):
|
|
4761 * nt.c (rva_to_section):
|
|
4762 * nt.c (mswindows_executable_type):
|
|
4763 [1]. [6].
|
|
4764 Fix closedir() defn.
|
446
|
4765
|
442
|
4766 * nt.h:
|
|
4767 [[[[8]]]]: *_OK defs moved to sysfile.h.
|
446
|
4768
|
442
|
4769 * ntproc.c:
|
|
4770 [6]. [7].
|
446
|
4771
|
442
|
4772 * objects-x.c:
|
|
4773 [4].
|
446
|
4774
|
442
|
4775 * print.c:
|
|
4776 * print.c (std_handle_out_external):
|
|
4777 [1]. [4].
|
446
|
4778
|
442
|
4779 * process-nt.c:
|
|
4780 * process-nt.c (nt_create_process):
|
|
4781 [6].
|
|
4782 try to fix process quoting somewhat.
|
446
|
4783
|
442
|
4784 * process-unix.c (unix_create_process):
|
|
4785 [1].
|
446
|
4786
|
442
|
4787 * process.c:
|
|
4788 * process.c (vars_of_process):
|
|
4789 Add Vnull_device.
|
446
|
4790
|
442
|
4791 * process.h:
|
|
4792 [1].
|
446
|
4793
|
442
|
4794 * realpath.c:
|
|
4795 * realpath.c (xrealpath):
|
|
4796 [1].
|
446
|
4797
|
442
|
4798 * redisplay-tty.c (init_tty_for_redisplay):
|
|
4799 [3].
|
446
|
4800
|
442
|
4801 * redisplay.c:
|
|
4802 [4]. [6].
|
446
|
4803
|
442
|
4804 * scrollbar-msw.c:
|
|
4805 [4].
|
446
|
4806
|
442
|
4807 * sheap.c:
|
|
4808 * sheap.c (more_static_core):
|
|
4809 * sheap.c (report_sheap_usage):
|
|
4810 [5]. [6].
|
446
|
4811
|
442
|
4812 * signal.c:
|
|
4813 * signal.c (alarm_signal):
|
446
|
4814 [1]. [6].
|
|
4815
|
442
|
4816 * sound.c:
|
|
4817 [6].
|
446
|
4818
|
442
|
4819 * strftime.c:
|
|
4820 * strftime.c (zone_name):
|
|
4821 [1]. [5].
|
446
|
4822
|
442
|
4823 * symsinit.h (init_sunpro):
|
|
4824 [1].
|
446
|
4825
|
442
|
4826 * syscommctrl.h:
|
|
4827 commctrl.h not in Cygwin b20.1.
|
446
|
4828
|
442
|
4829 * sysdep.c:
|
|
4830 * sysdep.c (endif):
|
|
4831 * sysdep.c (sys_subshell):
|
|
4832 * sysdep.c (init_baud_rate):
|
|
4833 * sysdep.c (emacs_get_tty):
|
|
4834 * sysdep.c (emacs_set_tty):
|
|
4835 * sysdep.c (tty_init_sys_modes_on_device):
|
|
4836 * sysdep.c (init_system_name):
|
|
4837 * sysdep.c (sys_open):
|
|
4838 * sysdep.c (interruptible_open):
|
|
4839 * sysdep.c (sys_fopen):
|
|
4840 * sysdep.c (sys_mkdir):
|
|
4841 * sysdep.c (sys_rename):
|
|
4842 * sysdep.c (get_process_times_1):
|
|
4843 [1]. [6].
|
446
|
4844
|
442
|
4845 * sysdep.h:
|
|
4846 [1].
|
446
|
4847
|
442
|
4848 * sysdir.h:
|
|
4849 * sysdir.h (DIRENTRY_NONEMPTY):
|
|
4850 [1]. [6].
|
446
|
4851
|
442
|
4852 * sysdll.c (dll_init):
|
|
4853 * sysdll.h:
|
|
4854 [1].
|
446
|
4855
|
442
|
4856 * sysfile.h:
|
|
4857 [1]. [6]. [8].
|
|
4858 added text/binary defs.
|
446
|
4859
|
442
|
4860 * sysfloat.h:
|
|
4861 [1].
|
446
|
4862
|
442
|
4863 * sysproc.h:
|
|
4864 * sysproc.h (EDESTADDRREQ):
|
|
4865 * sysproc.h (poll_fds_for_input):
|
|
4866 [1]. [6].
|
446
|
4867
|
442
|
4868 * syspwd.h:
|
|
4869 [6].
|
446
|
4870
|
442
|
4871 * syssignal.h:
|
|
4872 [1].
|
446
|
4873
|
442
|
4874 * systime.h:
|
|
4875 [1]. [6].
|
446
|
4876
|
442
|
4877 * systty.h:
|
|
4878 [1].
|
446
|
4879
|
442
|
4880 * syswindows.h:
|
|
4881 [1].
|
|
4882 Always define WIN32_LEAN_AND_MEAN.
|
446
|
4883
|
442
|
4884 * unexcw.c (unexec):
|
|
4885 [5].
|
446
|
4886
|
442
|
4887 * unexec.c:
|
|
4888 * unexec.c (copy_text_and_data):
|
|
4889 * unexec.c (adjust_lnnoptrs):
|
|
4890 [1].
|
446
|
4891
|
442
|
4892 * unexnt.c:
|
|
4893 * unexnt.c (_start):
|
|
4894 [1].
|
446
|
4895
|
442
|
4896 2000-06-07 Ben Wing <ben@xemacs.org>
|
|
4897
|
|
4898 * mule-mcpath.c, mule-mcpath.h: Removed. Old, crufty code that
|
|
4899 was used only as a model. We've long since extracted any useful
|
|
4900 logic or code out of this. (I just did an exhaustive search.)
|
|
4901
|
|
4902 * s\msdos.h: Removed.
|
|
4903
|
|
4904 * s\windows95.h: Removed.
|
|
4905
|
|
4906 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
4907
|
|
4908 * s\cygwin32.h:
|
|
4909 [1]. [5].
|
|
4910 Don't use extern with fun defs.
|
446
|
4911
|
442
|
4912 * s\mingw32.h:
|
|
4913 [1]. [7].
|
|
4914 Remove nt\inc include.
|
|
4915 Remove getdisk, getdefdir. (The former is unused, the latter
|
|
4916 expanded in fileio.h.)
|
446
|
4917
|
442
|
4918 * s\windowsnt.h:
|
|
4919 * s\windowsnt.h (WIN32_NATIVE):
|
|
4920 * s\windowsnt.h (HAVE_STRCASECMP):
|
|
4921 [1]. [7].
|
|
4922 Add long comment about preprocessor changes.
|
|
4923 Remove getdisk, getdefdir. (The former is unused, the latter
|
|
4924 expanded in fileio.h.)
|
|
4925
|
|
4926 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
4927
|
|
4928 * m\arm.h:
|
|
4929 * m\delta.h:
|
|
4930 * m\intel386.h:
|
|
4931 * m\sequent.h:
|
|
4932 * m\template.h:
|
|
4933 * m\windowsnt.h:
|
|
4934 [1].
|
|
4935 Remove bogus/unused NO_SOCK_SIGIO.
|
446
|
4936
|
442
|
4937 2000-06-08 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4938
|
|
4939 * lisp.h (set_string_char): Call set_string_byte with a Bufbyte,
|
|
4940 not an Emchar.
|
|
4941
|
|
4942 2000-06-04 Mike Sperber <mike@xemacs.org>
|
|
4943
|
|
4944 * casetab.c (set_case_table): For `set-standard-case-table',
|
|
4945 actually deposit the new case tables where the rest of XEmacs can
|
|
4946 see them.
|
|
4947
|
|
4948 2000-06-05 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
4949
|
|
4950 * data.c (Faset): Don't cast XCHAR() to unsigned char.
|
|
4951
|
|
4952 2000-06-05 Ben Wing <ben@xemacs.org>
|
|
4953
|
|
4954 * callproc.c (child_setup): Don't do close_load_descs() under
|
|
4955 MS Windows. Put in a comment explaining why.
|
|
4956
|
|
4957 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
4958
|
|
4959 * process-nt.c: Reverting patch "Fixing nt_create_process for MKS
|
|
4960 Toolkit shell" which breaks `kill-compilation' on Windows NT
|
|
4961 native, retaining STDERR handling improvements.
|
|
4962
|
|
4963 2000-06-01 Andreas Jaeger <aj@suse.de>
|
|
4964
|
|
4965 * s/s390.h: Support for S390, based on a patch by Martin
|
|
4966 Schwidefsky <schwidefsky@de.ibm.com>.
|
|
4967
|
|
4968 2000-05-30 Andy Piper <andy@xemacs.org>
|
|
4969
|
446
|
4970 * window.c (allocate_window):
|
|
4971 (make_dummy_parent):
|
442
|
4972 (Fset_window_configuration): use new hashtable type.
|
|
4973
|
446
|
4974 * glyphs.h (IMAGE_UNSPECIFIED_GEOMETRY):
|
|
4975 (struct image_instantiator_methods):
|
442
|
4976 (struct Lisp_Image_Instance): make instance geometry signed.
|
|
4977
|
446
|
4978 * glyphs.c (instantiate_image_instantiator):
|
|
4979 (image_instance_query_geometry):
|
|
4980 (image_instance_layout):
|
|
4981 (image_instance_layout):
|
|
4982 (query_string_geometry):
|
|
4983 (text_query_geometry):
|
|
4984 (image_instantiate):
|
|
4985 (image_instantiate):
|
|
4986 (cache_subwindow_instance_in_frame_maybe):
|
442
|
4987 (subwindow_query_geometry): make instance geometry signed.
|
|
4988
|
446
|
4989 * glyphs-widget.c (widget_query_geometry):
|
|
4990 (widget_layout):
|
|
4991 (button_query_geometry):
|
|
4992 (tree_view_query_geometry):
|
|
4993 (tab_control_query_geometry):
|
|
4994 (layout_query_geometry):
|
|
4995 (layout_layout):
|
442
|
4996 (native_layout_layout): make instance geometry signed.
|
|
4997
|
|
4998 2000-05-29 Olivier Galibert <galibert@pobox.com>
|
|
4999
|
|
5000 * lisp.h: Add Qfull_assoc symbol and WEAK_LIST_FULL_ASSOC
|
|
5001 constant.
|
|
5002
|
|
5003 * general.c (syms_of_general): Add Qfull_assoc symbol.
|
|
5004
|
|
5005 * data.c (finish_marking_weak_lists): Mark full-assoc lists
|
|
5006 correctly.
|
|
5007 (decode_weak_list_type): Decode full-assoc type.
|
|
5008 (encode_weak_list_type): Encode full-assoc type.
|
|
5009 (Fmake_weak_list): Update doc string.
|
|
5010
|
|
5011 2000-05-30 Andy Piper <andy@xemacs.org>
|
|
5012
|
|
5013 * elhash.h (hash_table_weakness): new KEY_VALUE weak hashtable.
|
|
5014
|
|
5015 * elhash.c (print_hash_table): new KEY_VALUE weak hashtable.
|
|
5016 (decode_hash_table_weakness): ditto.
|
|
5017 (Fhash_table_weakness): ditto.
|
|
5018 (Fhash_table_type): ditto.
|
|
5019 (finish_marking_weak_hash_tables): ditto.
|
|
5020 (hash_table_weakness_validate): ditto.
|
|
5021 (syms_of_elhash): ditto.
|
|
5022
|
|
5023 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
5024
|
|
5025 * XEmacs 21.2.34 is released.
|
|
5026
|
|
5027 2000-05-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5028
|
|
5029 * redisplay.c (VERTICAL_CLIP): No longer reset when updating line
|
|
5030 start cache.
|
|
5031 (updating_line_start_cache): Gone.
|
|
5032 (regenerate_window): Replace resetting of VERTICAL_CLIP by
|
|
5033 generic code to force a minimum of 1 line laid out in the
|
|
5034 CMOTION_DISP case.
|
|
5035
|
|
5036 2000-05-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5037
|
|
5038 * glyphs.c (instantiate_image_instantiator): Check for initialized
|
|
5039 height & width no longer special cases IMAGE_NOTHING.
|
|
5040 (nothing_instantiate): Set height and width of instance.
|
|
5041
|
|
5042 2000-05-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
5043
|
|
5044 * unexelf.c (unexec): Search for ".data" section.
|
|
5045 Initialize new_data2_offset from old_data_index.
|
|
5046 Remove redundant check for ElfW.
|
|
5047
|
|
5048 2000-05-23 Andy Piper <andy@xemacs.org>
|
|
5049
|
|
5050 * glyphs.c (get_image_instantiator_governing_domain): allow more
|
|
5051 specific domains as the governing domain rather than expecting an
|
|
5052 exact match. This fixes problems with layouts.
|
|
5053
|
|
5054 2000-05-22 Andy Piper <andy@xemacs.org>
|
|
5055
|
|
5056 * redisplay-output.c (compare_runes): check for non-images
|
|
5057
|
|
5058 * glyphs.c (set_glyph_dirty_p): ditto.
|
|
5059 (update_glyph_cachel_data): ditto.
|
|
5060
|
|
5061 * glyphs-widget.c (layout_post_instantiate): ditto.
|
|
5062 (layout_post_instantiate): ditto.
|
|
5063
|
|
5064 * event-msw.c (mswindows_wnd_proc): warning removal.
|
|
5065
|
|
5066 2000-05-12 Craig Lanning <CraigL@DyCon.com>
|
|
5067
|
|
5068 * s\mingw32.h: Added #undef for CLASH_DETECTION.
|
|
5069
|
|
5070 * syswindows.h: Moved PBS_SMOOTH definition to syscommctrl.h.
|
|
5071
|
|
5072 * syscommctrl.h (PBS_SMOOTH): Moved from syswindows.h.
|
|
5073
|
|
5074 * nt.c (rva_to_section): mingw32 needs rva_to_section.
|
|
5075 (mswindows_executable_type): mingw32 now has enough headers for
|
|
5076 this to work.
|
|
5077
|
|
5078 2000-05-20 Andy Piper <andy@xemacs.org>
|
|
5079
|
|
5080 * console-msw.c (mswindows_output_last_error): ; -> ,
|
|
5081
|
|
5082 2000-05-12 Andy Piper <andy@xemacs.org>
|
|
5083
|
|
5084 * console-msw.c (FROB): compare ints with ints.
|
|
5085
|
|
5086 2000-05-11 Andy Piper <andy@xemacs.org>
|
|
5087
|
|
5088 * glyphs-x.c (x_finalize_image_instance): make minimal build
|
|
5089 happy.
|
|
5090
|
|
5091 2000-05-20 Ben Wing <ben@xemacs.org>
|
|
5092
|
|
5093 * event-Xt.c:
|
|
5094 * event-Xt.c (vars_of_event_Xt):
|
|
5095 move modifier-keys-are-sticky to event-stream.c.
|
446
|
5096
|
442
|
5097 * event-msw.c:
|
|
5098 * event-msw.c (mswindows_enqueue_mouse_button_event):
|
|
5099 * event-msw.c (key_needs_default_processing_p):
|
|
5100 * event-msw.c (XEMSW_LCONTROL):
|
|
5101 * event-msw.c (mswindows_handle_sticky_modifiers):
|
|
5102 * event-msw.c (FROB):
|
|
5103 * event-msw.c (clear_sticky_modifiers):
|
|
5104 * event-msw.c (output_modifier_keyboard_state):
|
|
5105 * event-msw.c (output_alt_keyboard_state):
|
|
5106 * event-msw.c (mswindows_wnd_proc):
|
|
5107 * event-msw.c (mswindows_modifier_state):
|
|
5108 * event-msw.c (emacs_mswindows_handle_magic_event):
|
|
5109 implement sticky modifiers.
|
446
|
5110
|
442
|
5111 * event-stream.c:
|
|
5112 * event-stream.c (vars_of_event_stream):
|
|
5113 move modifier-keys-are-sticky here.
|
|
5114
|
|
5115 * lisp.h:
|
|
5116 add CHECK_FUNCTION.
|
446
|
5117
|
442
|
5118 * rangetab.c:
|
|
5119 implement map-range-table.
|
|
5120
|
|
5121
|
|
5122 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
5123
|
|
5124 * redisplay-tty.c (reset_tty_modes):
|
|
5125 (tty_redisplay_shutdown): Adjust argument type to
|
|
5126 tty_frame_output_end.
|
|
5127
|
|
5128 2000-05-11 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
5129
|
|
5130 * eval.c (Fbacktrace): Don't output a line with only right
|
|
5131 parenthesis.
|
|
5132
|
|
5133 2000-05-17 Kenji Itoh <keit@tpj.co.jp>
|
|
5134
|
|
5135 * postgresql.c (Fpq_connect_poll): Replace `PS' with `polling_status'.
|
|
5136 (Fpq_reset_poll): Ditto.
|
|
5137
|
|
5138 2000-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
5139
|
|
5140 * redisplay-tty.c: Replace tty_output_end with tty_frame_output_end.
|
|
5141
|
|
5142 2000-05-16 Ben Wing <ben@xemacs.org>
|
|
5143
|
|
5144 * buffer.c:
|
|
5145 * buffer.c (dfc_convert_to/from_internal_format):
|
|
5146 * buffer.c (reinit_vars_of_buffer):
|
|
5147 Fix conversion functions to allow reentrancy.
|
446
|
5148
|
442
|
5149 * console-msw.c:
|
|
5150 * console-msw.c (mswindows_output_last_error):
|
|
5151 New fun, generally useful -- output a human-readable
|
|
5152 version of GetLastError() on the console.
|
446
|
5153
|
442
|
5154 * console-msw.h:
|
|
5155 * console-msw.h (struct mswindows_frame):
|
|
5156 Changes for DeferWindowPos. Declare mswindows_output_last_error().
|
446
|
5157
|
442
|
5158 * console-stream.c (stream_output_begin):
|
|
5159 * console-stream.c (stream_output_end):
|
|
5160 * console-stream.c (stream_output_vertical_divider):
|
|
5161 * console-stream.c (stream_clear_region):
|
|
5162 * console-stream.c (stream_flash):
|
|
5163 * console-stream.c (console_type_create_stream):
|
|
5164 Delete blank stream methods, not needed.
|
446
|
5165
|
442
|
5166 * console.h (struct console_methods):
|
|
5167 Split begin/end methods into window and frame.
|
446
|
5168
|
442
|
5169 * event-msw.c:
|
|
5170 * event-msw.c (mswindows_handle_paint):
|
|
5171 * event-msw.c (output_alt_keyboard_state):
|
|
5172 * event-msw.c (mswindows_wnd_proc):
|
|
5173 * event-msw.c (vars_of_event_mswindows):
|
|
5174 Comment about problems with ignored-expose.
|
|
5175 Define mswindows-debug-events; not really implemented.
|
446
|
5176
|
442
|
5177 * frame-msw.c (mswindows_init_frame_1):
|
|
5178 random cleanups.
|
446
|
5179
|
442
|
5180 * glyphs-msw.c:
|
|
5181 * glyphs-msw.c (begin_defer_window_pos):
|
|
5182 * glyphs-msw.c (mswindows_unmap_subwindow):
|
|
5183 * glyphs-msw.c (mswindows_map_subwindow):
|
|
5184 * glyphs-msw.c (mswindows_resize_subwindow):
|
|
5185 Use DeferWindowPos to reduce flashing when mapping/unmapping.
|
446
|
5186
|
442
|
5187 * glyphs.c (make_image_instance_1):
|
|
5188 Fix crash.
|
446
|
5189
|
442
|
5190 * gutter.c (Fredisplay_gutter_area):
|
|
5191 Use new begin/end methods.
|
446
|
5192
|
442
|
5193 * lisp.h (Dynarr_new2):
|
|
5194 New creation fun.
|
446
|
5195
|
442
|
5196 * redisplay-msw.c:
|
|
5197 * redisplay-msw.c (mswindows_frame_output_begin):
|
|
5198 * redisplay-msw.c (mswindows_frame_output_end):
|
|
5199 * redisplay-msw.c (console_type_create_redisplay_mswindows):
|
|
5200 New begin/end methods -- handle DeferWindowPos.
|
446
|
5201
|
442
|
5202 * redisplay-output.c (redisplay_move_cursor):
|
|
5203 * redisplay-output.c (redraw_cursor_in_window):
|
|
5204 * redisplay-output.c (redisplay_update_line):
|
|
5205 * redisplay-output.c (redisplay_output_window):
|
|
5206 New begin/end methods.
|
|
5207
|
|
5208 * redisplay-tty.c:
|
|
5209 * redisplay-tty.c (tty_frame_output_begin):
|
|
5210 * redisplay-tty.c (tty_frame_output_end):
|
|
5211 * redisplay-tty.c (console_type_create_redisplay_tty):
|
|
5212 New begin/end methods.
|
|
5213
|
|
5214 * redisplay-x.c:
|
|
5215 * redisplay-x.c (x_window_output_begin):
|
|
5216 * redisplay-x.c (x_window_output_end):
|
|
5217 * redisplay-x.c (console_type_create_redisplay_x):
|
|
5218 New begin/end methods.
|
|
5219
|
|
5220 * redisplay.c (redisplay_frame):
|
|
5221 * redisplay.c (Fredisplay_echo_area):
|
|
5222 New begin/end methods.
|
|
5223 use MAYBE_DEVMETH for clear_frame; it may not exist.
|
|
5224
|
|
5225 * window.h (WINDOW_XFRAME):
|
|
5226 WINDOW_XFOO macros -- get locale and decode struct pointer.
|
|
5227
|
|
5228
|
|
5229 2000-05-12 Ben Wing <ben@xemacs.org>
|
|
5230
|
|
5231 * emacs.c:
|
|
5232 * emacs.c (ensure_no_quitting_from_now_on):
|
|
5233 * emacs.c (fatal_error_signal):
|
|
5234 * emacs.c (mswindows_handle_hardware_exceptions):
|
|
5235 * emacs.c (main):
|
|
5236 * emacs.c (Fkill_emacs):
|
|
5237 * emacs.c (shut_down_emacs):
|
|
5238 * emacs.c (assert_failed):
|
|
5239 various improvements in fatal error handling.
|
446
|
5240
|
442
|
5241 * eval.c:
|
|
5242 move preparing_for_armageddon to emacs.c.
|
446
|
5243
|
442
|
5244 * lisp.h:
|
|
5245 declare fatal_error_in_progress.
|
446
|
5246
|
442
|
5247 * print.c:
|
|
5248 * print.c (std_handle_out_external):
|
|
5249 * print.c (std_handle_out_va):
|
|
5250 * print.c (stderr_out):
|
|
5251 * print.c (stdout_out):
|
|
5252 use console under mswin when no standard output.
|
|
5253 don't do code conversion during fatal error.
|
446
|
5254
|
442
|
5255 * scrollbar.c (Fscrollbar_page_up):
|
|
5256 * scrollbar.c (Fscrollbar_page_down):
|
|
5257 fix missing else. reindent.
|
|
5258
|
|
5259 2000-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5260
|
446
|
5261 Emergency fix.
|
|
5262
|
|
5263 * glyphs.h (GLYPH_CACHEL_DESCENT):
|
|
5264 (GLYPH_CACHEL_DESCENT):
|
|
5265 (GLYPH_CACHEL_DESCENT):
|
442
|
5266 * glyphs.h (GLYPH_CACHEL_ASCENT): Match parameters to variables
|
|
5267 used in case these are inline functions.
|
|
5268 Use more absurd values to error check.
|
|
5269
|
|
5270 include window.h for error check functions.
|
|
5271
|
|
5272 2000-05-11 Ben Wing <ben@xemacs.org>
|
|
5273
|
|
5274 * cmdloop.c (Freally_early_error_handler):
|
|
5275 Display message box under windows; otherwise, message will disappear
|
|
5276 before it can be viewed.
|
|
5277
|
|
5278 * console-msw.c:
|
|
5279 * console-msw.c (Fmswindows_message_box):
|
|
5280 * console-msw.c (FROB):
|
|
5281 * console-msw.c (syms_of_console_mswindows):
|
|
5282 Define new fun `mswindows-message-box'.
|
|
5283 #### I will merge this into `popup-dialog-box'; just give me
|
|
5284 a bit of time.
|
446
|
5285
|
442
|
5286 * general.c:
|
|
5287 * general.c (syms_of_general):
|
|
5288 Some new symbols used in `mswindows-message-box'.
|
446
|
5289
|
442
|
5290 * glyphs.c:
|
|
5291 * glyphs.c (Fset_image_instance_property):
|
|
5292 put warning in this fun.
|
446
|
5293
|
442
|
5294 * glyphs.h:
|
|
5295 * glyphs.h (GLYPH_CACHEL_WIDTH):
|
|
5296 * glyphs.h (GLYPH_CACHEL_ASCENT):
|
|
5297 * glyphs.h (GLYPH_CACHEL):
|
|
5298 * glyphs.h (GLYPH_CACHEL_GLYPH):
|
|
5299 define error-checking versions to try to catch a bug i've seen --
|
|
5300 redisplay gets in an infinite loop because the glyph width of the
|
|
5301 continuation glyph is 65535.
|
446
|
5302
|
442
|
5303 * lisp.h:
|
|
5304 Extern message-box stuff.
|
|
5305
|
|
5306 * window.c (allocate_window):
|
|
5307 * window.c (make_dummy_parent):
|
|
5308 * window.c (Fset_window_configuration):
|
|
5309 Use EQUAL not EQ for subwindow caches to make them work a bit
|
|
5310 better. (Something is still very broken.)
|
446
|
5311
|
442
|
5312
|
|
5313 2000-05-11 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
5314
|
|
5315 * glyphs.c (image_instantiate): Suppress gcc warnings.
|
|
5316 (Fmake_image_instance): Fix doc string.
|
|
5317 * specifier.c (Fmake_specifier): Ditto.
|
|
5318
|
|
5319 2000-05-02 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
5320
|
|
5321 * paths.h.in (PATH_LOCK): Removed.
|
|
5322 * config.h.in (LOCKDIR_USER_DEFINED): Removed.
|
|
5323 * emacs.c (complex_vars_of_emacs): Remove configure-lock-directory.
|
|
5324
|
|
5325 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
5326
|
|
5327 * fns.c (Ffeaturep): Update e-mail address in doc-string.
|
|
5328 Document (featurep '(and xemacs 21.02)).
|
|
5329
|
|
5330 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
5331
|
|
5332 * buffer.c (complex_vars_of_buffer):
|
|
5333 update modeline-format doc.
|
446
|
5334
|
442
|
5335 * device.h:
|
|
5336 comment about how DFW_DEVICE should be merged with DOMAIN_DEVICE.
|
446
|
5337
|
442
|
5338 * emacs.c:
|
|
5339 timeline of all released versions of Emacs, for use in creating
|
|
5340 authorship comments and in synching up.
|
446
|
5341
|
442
|
5342 * glyphs-widget.c (image_instantiator_buttons):
|
|
5343 * glyphs-widget.c (image_instantiator_edit_fields):
|
|
5344 * glyphs-widget.c (image_instantiator_combo_box):
|
|
5345 * glyphs-widget.c (image_instantiator_scrollbar):
|
|
5346 * glyphs-widget.c (image_instantiator_progress_guage):
|
|
5347 * glyphs-widget.c (image_instantiator_tree_view):
|
|
5348 * glyphs-widget.c (image_instantiator_tab_control):
|
|
5349 * glyphs-widget.c (image_instantiator_labels):
|
|
5350 * glyphs-widget.c (image_instantiator_layout):
|
|
5351 * glyphs-widget.c (image_instantiator_native_layout):
|
|
5352 rename decode_domain method to governing_domain.
|
446
|
5353
|
442
|
5354 * glyphs.c:
|
|
5355 * glyphs.c (Fvalid_image_instantiator_format_p): doc update.
|
|
5356 * glyphs.c (add_entry_to_device_ii_format_list):
|
|
5357 make sure we don't put an entry more than once into the list.
|
|
5358 * glyphs.c (check_instance_cache_mapper):
|
|
5359 *************************************************************
|
|
5360 allow for nil. THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
|
|
5361 HAVE BEEN GETTING.
|
|
5362 *************************************************************
|
|
5363 * glyphs.c (get_image_instantiator_governing_domain):
|
|
5364 clean up, expand on new concept of governing domain.
|
|
5365 * glyphs.c (instantiate_image_instantiator):
|
|
5366 * glyphs.c (allocate_image_instance):
|
|
5367 use governing_domain instead of cache_domain in naming.
|
|
5368 * glyphs.c (Fvalid_image_instance_type_p): fix docs.
|
|
5369 * glyphs.c (make_image_instance_1):
|
|
5370 * glyphs.c (Fmake_image_instance):
|
|
5371 allow for any domain (not just device), and process the
|
|
5372 governing domain correctly. very big doc fix.
|
|
5373 * glyphs.c (Fimage_instance_domain):
|
|
5374 new primitive, to retrieve the governing domain of an image instance.
|
|
5375 * glyphs.c (image_instantiate):
|
|
5376 use new governing_domain stuff. this fixes a crash you could get
|
|
5377 by instantiating certain widget glyphs in frame locales. (should
|
|
5378 signal an error instead of crashing.)
|
|
5379 * glyphs.c (Fimage_specifier_p): move doc to make-image-specifier.
|
|
5380 * glyphs.c (Fglyphp): clean up doc.
|
|
5381 * glyphs.c (subwindow_governing_domain): renamed from *_decode_domain.
|
|
5382 * glyphs.c (syms_of_glyphs):
|
|
5383 declare Fimage_instance_domain, remove unused Qlayout_image_instance_p.
|
|
5384 * glyphs.c (image_instantiator_format_create): add some comments about
|
|
5385 bogus code.
|
|
5386 * glyphs.c (specifier_vars_of_glyphs): totally rewrite the doc string
|
|
5387 for current-display-table. (Apparently Hrjove implemented in 1998 a
|
|
5388 design I wrote up in 1996, but didn't update the doc string.)
|
446
|
5389
|
442
|
5390 * glyphs.h: clean up a doc string.
|
|
5391 * glyphs.h (governing_domain):
|
|
5392 * glyphs.h (struct image_instantiator_methods):
|
|
5393 changes for governing_domain stuff.
|
446
|
5394
|
442
|
5395 * gutter.c:
|
|
5396 * gutter.c (Fgutter_specifier_p):
|
|
5397 * gutter.c (Fgutter_size_specifier_p):
|
|
5398 * gutter.c (Fgutter_visible_specifier_p):
|
|
5399 * objects.c:
|
|
5400 * objects.c (Fcolor_specifier_p):
|
|
5401 * objects.c (Ffont_specifier_p):
|
|
5402 * objects.c (Fface_boolean_specifier_p):
|
|
5403 doc strings moved to make-*-specifier.
|
446
|
5404
|
442
|
5405 * redisplay.c (add_disp_table_entry_runes_1):
|
|
5406 * redisplay.c (generate_fstring_runes):
|
|
5407 * redisplay.c (screen):
|
|
5408 add random comments and doc strings.
|
446
|
5409
|
442
|
5410 * specifier.c:
|
|
5411 * specifier.c (Fmake_specifier):
|
|
5412 major overhaul of this doc string.
|
446
|
5413
|
442
|
5414 * specifier.c (Fvalid_specifier_domain_p):
|
|
5415 comment about the bogosity of image instances being domains.
|
|
5416 * specifier.c (decode_domain):
|
|
5417 now non-static, used in glyphs.c.
|
|
5418 * specifier.c (specifier_instance):
|
|
5419 comment about the bogosity of image instances being domains.
|
|
5420 * specifier.c (Fgeneric_specifier_p):
|
|
5421 move doc string to make-generic-specifier.
|
|
5422 * specifier.c (VALID_SINGLE_DISPTABLE_INSTANTIATOR_P):
|
|
5423 rebackslashify.
|
446
|
5424
|
442
|
5425 * specifier.h:
|
|
5426 * specifier.h (DOMAIN_FRAME):
|
|
5427 * specifier.h (DOMAIN_LIVE_P):
|
|
5428 * specifier.h (DOMAIN_XDEVICE):
|
|
5429 rebackslashify.
|
|
5430 add comments about problems with these macros.
|
|
5431 prototype for decode_domain.
|
446
|
5432
|
442
|
5433 * toolbar.c:
|
|
5434 * toolbar.c (Ftoolbar_specifier_p):
|
|
5435 move doc string to `make-toolbar-specifier'.
|
446
|
5436
|
442
|
5437 * window.c (window_unmap_subwindows_cache_mapper):
|
|
5438 *************************************************************
|
|
5439 allow for nil. THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
|
|
5440 HAVE BEEN GETTING.
|
|
5441 *************************************************************
|
|
5442
|
|
5443 2000-05-09 Andy Piper <andy@xemacs.org>
|
|
5444
|
|
5445 * glyphs.h: declare reset_frame_subwindow_instance_cache.
|
|
5446
|
|
5447 * window.c (Fset_window_configuration): reset the frame subwindow
|
|
5448 cache and re-initialize the window subwindow caches.
|
|
5449
|
|
5450 * glyphs.c (reset_frame_subwindow_instance_cache): new function.
|
|
5451
|
|
5452 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
5453
|
|
5454 * ntheap.c (recreate_heap): Changed unknown (VC6 only?) SIZE_T to
|
|
5455 DWORD.
|
|
5456
|
|
5457 2000-04-26 Mike Woolley <mike@bulsara.com>
|
|
5458
|
|
5459 * ntheap.c: Changed recreate_heap to limit the amount reserved
|
|
5460 for the heap to that which is actually available. Also now
|
|
5461 displays a message box (with some dignostics) in the event that
|
|
5462 it still can't start.
|
|
5463
|
|
5464 2000-05-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5465
|
|
5466 * callproc.c (Fold_call_process_internal): GCPRO path
|
|
5467
|
|
5468 2000-05-08 Jan Vroonhof <jan@xemacs.org>
|
|
5469
|
|
5470 Patch by Bill Perry.
|
446
|
5471
|
|
5472 * scrollbar.c (Fscrollbar_page_up): Conditionalize on type of call
|
442
|
5473 back data instead of #ifdef.
|
|
5474 (Fscrollbar_page_down): ditto.
|
|
5475
|
|
5476 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
5477
|
|
5478 * buffer.h:
|
|
5479 Kludge for defining Qmswindows_tstr.
|
446
|
5480
|
442
|
5481 * nt.c:
|
|
5482 * nt.c (open_input_file):
|
|
5483 * nt.c (open_output_file):
|
|
5484 * nt.c (rva_to_section):
|
|
5485 * nt.c (mswindows_executable_type):
|
|
5486 Move all memory-mapped-file routines here (some were in unexnt.c,
|
|
5487 which is bad because they are used by process-nt.c, and unexnt
|
|
5488 won't be around when portable dumping). Synched the above routines
|
|
5489 with FSF 20.6.
|
446
|
5490
|
442
|
5491 * nt.h:
|
|
5492 Removed ifdef'd out bogus code.
|
|
5493 Fixed some prototypes.
|
446
|
5494
|
442
|
5495 * nt.h (file_data):
|
|
5496 * nt.h (OFFSET_TO_RVA):
|
|
5497 * nt.h (RVA_TO_OFFSET):
|
|
5498 * nt.h (RVA_TO_PTR):
|
|
5499 Moved the memory-mapped-file structures, macros and prototypes
|
|
5500 here, to parallel nt.c. ntheap.h should really be removed
|
|
5501 entirely, and it's a non-portable-dumper specific file.
|
446
|
5502
|
442
|
5503 * ntheap.h (round_to_next):
|
|
5504 Moved the memory-mapped-file structures, macros and prototypes
|
|
5505 to nt.h.
|
|
5506
|
|
5507 * ntproc.c (compare_env):
|
|
5508 Moved rva_to_section and mswindows_executable_type to nt.c.
|
|
5509 Moved compare_env to process-nt.c.
|
|
5510 ntproc.c will die, one day.
|
|
5511
|
|
5512 * ntproc.c (sys_spawnve):
|
|
5513 Account for win32_ -> mswindows_.
|
|
5514
|
|
5515 * process-nt.c:
|
|
5516 * process-nt.c (struct nt_process_data):
|
|
5517 * process-nt.c (ensure_console_window_exists):
|
|
5518 * process-nt.c (compare_env):
|
|
5519 * process-nt.c (nt_create_process):
|
|
5520 * process-nt.c (nt_kill_process_by_pid):
|
|
5521 * process-nt.c (syms_of_process_nt):
|
|
5522 * process-nt.c (vars_of_process_nt):
|
|
5523 Introduce variable `mswindows-quote-process-args', from FSF 20.6.
|
|
5524 Copy argument quoting code from FSF 20.6 (with appropriate Mule-ization
|
|
5525 changes). Eliminate our old `nt-quote-process-args' mechanism.
|
|
5526 Synch up nt_create_process with FSF 20.6 sys_spawnve.
|
|
5527 Move compare_env here from ntproc.c.
|
446
|
5528
|
442
|
5529 * process.c (Fprocess_send_region):
|
|
5530 Takes an optional fourth argument, BUFFER, which should fix some
|
|
5531 problems with call-process.
|
446
|
5532
|
442
|
5533 * syscommctrl.h:
|
|
5534 Move ICC_BAR_CLASSES here from syswindows.h, to avoid a warning.
|
446
|
5535
|
442
|
5536 * syswindows.h:
|
|
5537 Move ICC_BAR_CLASSES to syscommctrl.h.
|
|
5538 Add preliminary macros for MSWindows/Mule. More to come.
|
|
5539
|
|
5540 * unexnt.c:
|
|
5541 * unexnt.c (unexec):
|
|
5542 open_output_file moved to nt.c.
|
|
5543
|
|
5544
|
|
5545 2000-05-05 Andy Piper <andy@xemacs.org>
|
|
5546
|
|
5547 * window.c (window_unmap_subwindows_cache_mapper): remove the dead
|
|
5548 instance from the frame cache also since GC may catch up too late
|
|
5549 to make frame deletion sane.
|
|
5550
|
|
5551 2000-05-04 Andy Piper <andy@xemacs.org>
|
|
5552
|
|
5553 * glyphs-x.c (x_widget_instantiate): gcpro widget callbacks.
|
|
5554 (x_finalize_image_instance): ungcpro on deletion.
|
|
5555
|
|
5556 * glyphs.c (image_instantiator_format_create): give pointers a
|
|
5557 query geometry method so that the geometry is at least set.
|
|
5558
|
|
5559 * glyphs-x.c (image_instantiator_format_create_glyphs_x): only
|
|
5560 initialize layouts if using widgets.
|
|
5561
|
|
5562 2000-05-03 Andy Piper <andy@xemacs.org>
|
|
5563
|
|
5564 * nt.c: remove bogus reference to sysmmsystem.h
|
|
5565
|
|
5566 * gui-x.c (popup_selection_callback): fix no selection abort.
|
|
5567
|
|
5568 2000-05-02 Andy Piper <andy@xemacs.org>
|
|
5569
|
|
5570 * glyphs-msw.c (mswindows_update_widget): cope with nil text.
|
|
5571 (mswindows_widget_instantiate): ditto.
|
|
5572
|
|
5573 * glyphs-widget.c (initialize_widget_image_instance): initialize
|
|
5574 children correctly.
|
|
5575 (widget_instantiate): cope with children and items in the same
|
|
5576 instance.
|
|
5577
|
|
5578 * glyphs.c (mark_image_instance): cope with children as a first
|
|
5579 class member.
|
|
5580 (image_instance_equal): ditto.
|
|
5581 (image_instance_hash): ditto.
|
|
5582 (image_instance_changed): ditto.
|
|
5583
|
|
5584 2000-04-30 Andy Piper <andy@xemacs.org>
|
|
5585
|
|
5586 * glyphs.c (subwindow_query_geometry): new function. Return some
|
|
5587 defaults.
|
|
5588 (subwindow_instantiate): don't assign dimensions if none have been
|
|
5589 given.
|
|
5590 (image_instantiator_format_create): add subwindow_query_geometry.
|
|
5591 (print_image_instance): cope with layouts as widgets.
|
|
5592
|
|
5593 2000-04-29 Andy Piper <andy@xemacs.org>
|
|
5594
|
|
5595 * frame.c (delete_frame_internal): call
|
|
5596 free_frame_subwindow_instance_cache so that all subwindows are
|
|
5597 finalized before their parent.
|
|
5598 (mark_frame): remove subwindow_cachels.
|
|
5599 (Fmake_frame): remove subwindow_cachel manipulation.
|
|
5600 (allocate_frame_core): subwindow_instance_cache is a weak list.
|
|
5601 (delete_frame_internal): set subwindow_instance_cache to nil.
|
|
5602
|
|
5603 * glyphs-msw.c (mswindows_finalize_image_instance): make double
|
|
5604 finalization safe.
|
|
5605 (mswindows_finalize_image_instance): use the device
|
|
5606 not the domain as the domain may have died already.
|
|
5607
|
|
5608 * glyphs-x.c (x_finalize_image_instance): ditto.
|
|
5609 (x_subwindow_instantiate): remove SUBWINDOW_WIDTH &
|
|
5610 HEIGHT.
|
|
5611
|
|
5612 * redisplay-output.c (redisplay_unmap_subwindows): update for
|
|
5613 subwindow instance cache as a weak list.
|
|
5614 (redisplay_unmap_subwindows_maybe): ditto.
|
|
5615 (redisplay_unmap_subwindows_except_us): ditto.
|
|
5616
|
|
5617 * glyphs.c (unmap_subwindow): error checking will check the domain
|
|
5618 so don't deal with it here. Don't use cachels anymore.
|
|
5619 (map_subwindow): ditto.
|
|
5620 (update_subwindow_cachel_data): remove old accessor names.
|
|
5621 (subwindow_instantiate): remove SUBWINDOW_WIDTH & HEIGHT.
|
|
5622 (Fresize_subwindow): don't update cachel.
|
|
5623 (mark_subwindow_cachels):
|
|
5624 (update_subwindow_cachel_data):
|
|
5625 (add_subwindow_cachel):
|
|
5626 (get_subwindow_cachel_index):
|
|
5627 (update_subwindow_cachel):
|
|
5628 (reset_subwindow_cachels):
|
|
5629 (mark_subwindow_cachels_as_not_updated): deleted.
|
|
5630 (cache_subwindow_instance_in_frame_maybe): new function. Add a
|
|
5631 subwindow instance to the frame cache.
|
|
5632 (find_matching_subwindow): update for subwindow instance cache as
|
|
5633 a weak list.
|
|
5634 (update_widget_instances): ditto.
|
|
5635 (image_instance_type_to_mask):inlined.
|
|
5636 (free_frame_subwindow_instance_cache): new function. finalize all
|
|
5637 subwindows that are instantiated.
|
|
5638
|
|
5639 * glyphs.h (struct Lisp_Image_Instance): add display_data instead
|
|
5640 of cachel information.
|
|
5641 (IMAGE_INSTANCE_DISPLAY_X):
|
|
5642 (IMAGE_INSTANCE_DISPLAY_Y):
|
|
5643 (IMAGE_INSTANCE_DISPLAY_WIDTH):
|
|
5644 (IMAGE_INSTANCE_DISPLAY_HEIGHT):
|
|
5645 (XIMAGE_INSTANCE_DISPLAY_X):
|
|
5646 (XIMAGE_INSTANCE_DISPLAY_Y):
|
|
5647 (XIMAGE_INSTANCE_DISPLAY_WIDTH):
|
446
|
5648 (XIMAGE_INSTANCE_DISPLAY_HEIGHT): new accessors.
|
442
|
5649 remove subwindow_cachel structure and function references.
|
|
5650 (image_instance_type_to_mask): inline from glyphs.c
|
|
5651
|
|
5652 * redisplay.c (redisplay_frame): remove subwindow_cachel
|
|
5653 references.
|
|
5654
|
|
5655 * frame.h (struct frame): remove subwindow_cachels.
|
|
5656 (FRAME_SUBWINDOW_CACHE): access subwindow_instance_cache.
|
|
5657
|
|
5658 * frameslots.h: add subwindow_instance_cache.
|
|
5659
|
|
5660 * window.c (replace_window): check subwindow cache of replacement.
|
|
5661 (window_unmap_subwindows_cache_mapper):
|
|
5662 (window_unmap_subwindows): new functions. Unmap all subwindows
|
|
5663 cached on this window.
|
|
5664 (mark_window_as_deleted): unmap all subwindows.
|
|
5665
|
|
5666 2000-04-27 Andy Piper <andy@xemacs.org>
|
|
5667
|
|
5668 * glyphs.h (IIFORMAT_METH_OR_GIVEN): cope with null meths.
|
|
5669
|
|
5670 * glyphs-widget.c (widget_layout): return something.
|
|
5671 (layout_layout): return something. Fail if not initialized.
|
|
5672 (layout_query_geometry): ditto.
|
|
5673 (image_instantiator_native_layout): new function. Initialized the
|
|
5674 native layout type.
|
|
5675 (widget_instantiate): don't do layout stuff here.
|
|
5676
|
|
5677 * glyphs.c (instantiate_image_instantiator): reorded calling or
|
|
5678 instantiate and post_instantiate with layout in between.
|
|
5679 (image_instance_layout): be more selective about deciding whether
|
|
5680 the layout has been done or not.
|
|
5681
|
|
5682 * glyphs.h (struct image_instantiator_methods): return a value
|
|
5683 from layout_method.
|
|
5684
|
|
5685 2000-04-26 Andy Piper <andy@xemacs.org>
|
|
5686
|
|
5687 * glyphs.c (allocate_image_instance): make initial width and
|
|
5688 height unspecified. Set initialized to 0.
|
|
5689
|
|
5690 * syscommctrl.h new file. Encapsulates commctrl.h.
|
|
5691
|
|
5692 * syswindows.h new file. Encapsulates windows.h.
|
|
5693
|
|
5694 * ntplay.c: use new syswindows.h and syscommctrl.h header.
|
|
5695 * nt.c: ditto.
|
|
5696 * console-msw.h: ditto.
|
446
|
5697
|
442
|
5698 * redisplay-tty.c (tty_output_display_block): remove layout references.
|
|
5699
|
|
5700 * glyphs-msw.c (mswindows_widget_instantiate): use the domain
|
|
5701 window handle rather than just the frame.
|
|
5702
|
|
5703 * glyphs.c (mark_image_instance): remove layout references.
|
|
5704 (print_image_instance): ditto.
|
|
5705 (image_instance_equal): ditto.
|
|
5706 (image_instance_hash): ditto.
|
|
5707 (decode_image_instance_type): ditto.
|
|
5708 (encode_image_instance_type): ditto.
|
|
5709 (image_instantiate): ditto.
|
|
5710 (allocate_glyph): ditto.
|
|
5711 (Fimage_instance_height): ditto.
|
|
5712 (Fimage_instance_width): ditto.
|
|
5713 (update_subwindow): ditto.
|
|
5714
|
|
5715 * redisplay-x.c (x_output_display_block): recode for layouts as
|
|
5716 widgets.
|
|
5717
|
|
5718 * redisplay-output.c (redisplay_output_layout): recode for layouts
|
|
5719 as widgets.
|
|
5720 (compare_runes): remove layout references.
|
|
5721
|
|
5722 * redisplay-msw.c (mswindows_output_display_block): recode for
|
|
5723 layouts as widgets.
|
|
5724
|
|
5725 * glyphs-widget.c (image_instantiator_layout): remove
|
|
5726 layout_possible_dest_types.
|
|
5727 (layout_possible_dest_types): deleted.
|
|
5728
|
|
5729 * glyphs.h (image_instance_type): remove layout references.
|
|
5730 (struct Lisp_Image_Instance): ditto. Add initialized flag.
|
|
5731 (IMAGE_INSTANCE_INITIALIZED): new accessor.
|
|
5732 (XIMAGE_INSTANCE_INITIALIZED): ditto.
|
446
|
5733
|
442
|
5734 2000-04-25 Andy Piper <andy@xemacs.org>
|
|
5735
|
|
5736 * glyphs-widget.c (image_instantiator_buttons):
|
|
5737 (image_instantiator_edit_fields):
|
|
5738 (image_instantiator_combo_box):
|
|
5739 (image_instantiator_scrollbar):
|
|
5740 (image_instantiator_progress_guage):
|
|
5741 (image_instantiator_tree_view):
|
|
5742 (image_instantiator_tab_control):
|
|
5743 (image_instantiator_labels):
|
|
5744 (image_instantiator_layout): call default post_instantiate method.
|
|
5745 (widget_post_instantiate): new function. Simply lays out the
|
|
5746 widgets.
|
|
5747
|
|
5748 * glyphs.h (struct image_instantiator_methods): add
|
|
5749 post_instantiate method.
|
|
5750
|
|
5751 * glyphs.c (instantiate_image_instantiator): add post_instantiate
|
|
5752 method calls.
|
|
5753
|
|
5754 2000-04-23 Andy Piper <andy@xemacs.org>
|
|
5755
|
|
5756 * glyphs.h (struct image_instantiator_methods): add
|
|
5757 decode_domain_method.
|
|
5758 (struct Lisp_Image_Instance): remove subwindow frame - it can be
|
|
5759 derived from the domain.
|
|
5760 (IMAGE_INSTANCE_FRAME): new accessor.
|
|
5761 (XIMAGE_INSTANCE_FRAME): ditto.
|
|
5762
|
|
5763 * glyphs.c (print_image_instance): use IMAGE_INSTANCE_FRAME
|
|
5764 instead of _SUBWINDOW_FRAME.
|
|
5765 (finalize_image_instance): ditto.
|
|
5766 (Fimage_instance_foreground): ditto.
|
|
5767 (Fimage_instance_background): ditto.
|
|
5768 (image_instantiate): ditto.
|
|
5769 (update_subwindow_cachel): ditto.
|
|
5770 (update_subwindow): ditto.
|
|
5771 (unmap_subwindow): ditto.
|
|
5772 (map_subwindow): ditto
|
|
5773 (subwindow_instantiate): ditto.
|
|
5774 * glyphs-msw.c (mswindows_update_widget): ditto.
|
|
5775 (mswindows_progress_gauge_instantiate): ditto.
|
|
5776 (mswindows_tab_control_update): ditto.
|
|
5777 * glyphs-x.c (x_update_widget): ditto.
|
|
5778 (x_widget_instantiate): ditto.
|
|
5779 (x_tab_control_instantiate): ditto.
|
|
5780 (x_tab_control_update): ditto.
|
|
5781 * event-msw.c (mswindows_wnd_proc): ditto
|
|
5782
|
|
5783 * glyphs-widget.c (image_instantiator_layout): use
|
|
5784 subwindow_decode_domain.
|
|
5785 (image_instantiator_buttons): ditto.
|
|
5786 (image_instantiator_edit_fields): ditto.
|
|
5787 (image_instantiator_combo_box): ditto.
|
|
5788 (image_instantiator_scrollbar): ditto.
|
|
5789 (image_instantiator_progress_guage): ditto.
|
|
5790 (image_instantiator_tree_view): ditto.
|
|
5791 (image_instantiator_tab_control): ditto.
|
|
5792 (image_instantiator_labels): ditto.
|
|
5793 (image_instantiator_layout): ditto.
|
|
5794
|
|
5795 * glyphs.c: add instance error checking to many functions.
|
|
5796 (instantiate_image_instantiator): decode device from cache_domain.
|
|
5797 (image_instantiate): partially rewrite by using
|
|
5798 decode_image_instantiator_domain to determine what domain the
|
|
5799 instance needs to be cached in.
|
|
5800 (decode_image_instantiator_domain): new function. Determine what
|
|
5801 domain the image needs to be cached in.
|
|
5802 (check_window_subwindow_cache): new error checking function.
|
|
5803 (check_instance_cache_mapper): ditto.
|
|
5804 (check_image_instance_structure): ditto.
|
|
5805 (subwindow_decode_domain): new function. Encodes a window as a
|
|
5806 subwindow's cache domain.
|
|
5807 (image_instantiator_format_create): use it for text and
|
|
5808 subwindows.
|
|
5809
|
|
5810 2000-04-21 Andy Piper <andy@xemacs.org>
|
|
5811
|
|
5812 * glyphs.c (image_instance_device): new function.
|
|
5813 (image_instance_frame): new function.
|
|
5814 (image_instance_window): new function.
|
|
5815 (image_instance_live_p): new function.
|
|
5816
|
|
5817 * window.c (mark_window_as_deleted): reset the subwindow_instance_
|
|
5818 cache to nil.
|
|
5819
|
|
5820 * glyphs.h (struct Lisp_Image_Instance): device->domain.
|
|
5821 (IMAGE_INSTANCE_DOMAIN): new accessor.
|
|
5822 (XIMAGE_INSTANCE_DOMAIN): ditto.
|
|
5823
|
|
5824 * glyphs-x.c (x_finalize_image_instance): device->domain.
|
|
5825
|
|
5826 * glyphs-msw.c (init_image_instance_geometry): device->domain.
|
|
5827 (mswindows_finalize_image_instance): ditto.
|
|
5828
|
|
5829 * glyphs-eimage.c (jpeg_instantiate): device->domain.
|
|
5830 (gif_instantiate): ditto.
|
|
5831 (png_instantiate): ditto.
|
|
5832 (tiff_instantiate): ditto.
|
|
5833
|
|
5834 * glyphs.c (instantiate_image_instantiator): use domain rather
|
|
5835 than device.
|
|
5836 (mark_image_instance): device -> domain.
|
|
5837 (print_image_instance): ditto.
|
|
5838 (finalize_image_instance): ditto.
|
|
5839 (image_instance_equal): ditto.
|
|
5840 (allocate_image_instance): ditto.
|
|
5841 (Fcolorize_image_instance): ditto.
|
|
5842 (query_string_geometry): ditto.
|
|
5843 (image_instantiate): ditto
|
|
5844 (query_string_font): ditto.
|
|
5845 (image_instantiate): ditto.
|
|
5846 (update_subwindow): ditto.
|
|
5847 (unmap_subwindow): ditto.
|
|
5848 (map_subwindow): ditto.
|
|
5849 (subwindow_instantiate): ditto.
|
|
5850
|
|
5851 * specifier.h (DOMAIN_DEVICE): new, semantically correct, decoder.
|
|
5852 (DOMAIN_FRAME): ditto.
|
|
5853 (DOMAIN_WINDOW): ditto.
|
|
5854 (DOMAIN_LIVE_P): ditto.
|
|
5855 (XDOMAIN_DEVICE): ditto.
|
|
5856 (XDOMAIN_FRAME): ditto.
|
|
5857 (XDOMAIN_WINDOW): ditto.
|
|
5858
|
|
5859 * specifier.c (Fvalid_specifier_domain_p): add image instances as
|
|
5860 a valid specifier domain.
|
|
5861
|
|
5862 2000-04-19 Andy Piper <andy@xemacs.org>
|
|
5863
|
|
5864 * glyphs-widget.c (syms_of_glyphs_widget): remove
|
|
5865 widget-callback-current-channel.
|
|
5866 (vars_of_glyphs_widget): ditto.
|
|
5867 * glyphs.h: ditto
|
|
5868
|
|
5869 * gui.c (get_gui_callback): revert to previous behaviour.
|
|
5870
|
|
5871 2000-04-18 Andy Piper <andy@xemacs.org>
|
|
5872
|
|
5873 * glyphs.h (struct Lisp_Image_Instance): add margin_width.
|
|
5874 (IMAGE_INSTANCE_MARGIN_WIDTH): new.
|
|
5875 (XIMAGE_INSTANCE_MARGIN_WIDTH): new.
|
|
5876
|
|
5877 * glyphs.c (image_instance_equal): add margin_width.
|
|
5878 (image_instance_hash): ditto.
|
|
5879
|
|
5880 * glyphs-widget.c (widget_instantiate): deal with margin-width.
|
|
5881 (layout_query_geometry): ditto.
|
|
5882 (layout_layout): ditto.
|
|
5883 (syms_of_glyphs_widget): add margin-width.
|
|
5884 (image_instantiator_layout): allow margin-width.
|
|
5885
|
|
5886 * glyphs.c (update_widget_instances): make a normal function.
|
|
5887 (syms_of_glyphs): remove Qupdate_widget_instances.
|
|
5888 * glyphs.h: ditto.
|
|
5889
|
|
5890 * gui-x.c (popup_selection_callback): use enqueue_magic_eval_event
|
|
5891 so that we don't corrupt ideas about the last event or
|
|
5892 command. Remove widget-callback-current-channel fiddling.
|
|
5893 * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
|
|
5894
|
|
5895 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
5896
|
|
5897 * XEmacs 21.2.33 is released.
|
|
5898
|
|
5899 2000-05-01 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
5900
|
|
5901 * make-src-depend: Allow dots in header file name.
|
|
5902
|
|
5903 2000-05-01 Yoshiki Hayashi <yoshiki@xmacs.org>
|
|
5904
|
|
5905 * mule-charset.h (struct charset_lookup): Add
|
|
5906 next_allocated_1_byte_leading_byte and
|
|
5907 next_allocated_2_byte_leading_byte.
|
|
5908 * mule-charset.c: Move above two variables so that those values
|
|
5909 will be dumped.
|
|
5910
|
|
5911 2000-04-26 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
5912
|
|
5913 * insdel.c (find_charsets_in_bufbyte_string): Add Vcharset_ascii
|
|
5914 when string length is zero.
|
|
5915 (find_charsets_in_emchar_string): Ditto.
|
|
5916
|
|
5917 2000-04-29 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
5918
|
|
5919 * lisp.h: extern Qdialog and Qmenubar.
|
|
5920
|
|
5921 * gui-x.c: added events.h.
|
|
5922 also fixed typo which made the file uncompilable.
|
|
5923
|
|
5924 * general.c: Added Qmenubar and Qdialog
|
|
5925
|
|
5926 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
5927
|
|
5928 * frame-msw.c (mswindows_init_frame_1):
|
|
5929 * frame-msw.c (mswindows_mark_frame):
|
|
5930 * event-msw.c (mswindows_enqueue_dispatch_event):
|
|
5931 * console-msw.h:
|
|
5932 * console-msw.h (struct mswindows_frame):
|
|
5933 * console-msw.h (FRAME_MSWINDOWS_WIDGET_HASH_TABLE1):
|
|
5934 there are now three hash tables for callbacks.
|
|
5935 mswindows_enqueue_dispatch_event is no longer static.
|
446
|
5936
|
442
|
5937 * dialog-x.c (maybe_run_dbox_text_callback):
|
|
5938 * dialog-x.c (dbox_descriptor_to_widget_value):
|
|
5939 switch to new cons3 form for callbacks.
|
446
|
5940
|
442
|
5941 * glyphs-msw.c (mswindows_register_gui_item):
|
|
5942 * glyphs-msw.c (mswindows_widget_instantiate):
|
|
5943 * glyphs-msw.c (add_tree_item):
|
|
5944 * glyphs-msw.c (add_tab_item):
|
|
5945 new image instance parameter, so it can be passed to callback-ex.
|
|
5946 respect :callback-ex as well as :callback.
|
446
|
5947
|
442
|
5948 * glyphs-widget.c (VALID_GUI_KEYWORDS):
|
|
5949 add :callback-ex.
|
446
|
5950
|
442
|
5951 * glyphs.c (print_image_instance):
|
|
5952 prettify, e.g. now prints widget type.
|
446
|
5953
|
442
|
5954 * gui-x.h:
|
|
5955 certain funs have new image instance parameter.
|
446
|
5956
|
442
|
5957 * gui.c:
|
|
5958 * gui.c (get_gui_callback):
|
|
5959 * gui.c (gui_item_add_keyval_pair):
|
|
5960 * gui.c (gui_item_init):
|
|
5961 * gui.c (gui_add_item_keywords_to_plist):
|
|
5962 * gui.c (mark_gui_item):
|
|
5963 * gui.c (gui_item_hash):
|
|
5964 * gui.c (gui_item_equal):
|
|
5965 * gui.c (copy_gui_item):
|
|
5966 * gui.c (syms_of_gui):
|
|
5967 recognize callback-ex in a number of places.
|
|
5968 also, fix the annoying "can't get out of yes-no dialog" bug.
|
446
|
5969
|
442
|
5970 * gui.h:
|
|
5971 * gui.h (struct Lisp_Gui_Item):
|
|
5972 recognize callback-ex in a number of places.
|
|
5973
|
|
5974 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
5975 new parameter in button_item_to_widget_value.
|
446
|
5976
|
442
|
5977 * glyphs-x.c (x_update_widget):
|
|
5978 * glyphs-x.c (x_button_instantiate):
|
|
5979 * glyphs-x.c (x_button_update):
|
|
5980 * glyphs-x.c (x_progress_gauge_instantiate):
|
|
5981 * glyphs-x.c (x_edit_field_instantiate):
|
|
5982 * glyphs-x.c (x_combo_box_instantiate):
|
|
5983 * glyphs-x.c (x_tab_control_instantiate):
|
|
5984 * glyphs-x.c (x_label_instantiate):
|
|
5985 new image instance parameter in various places.
|
446
|
5986
|
442
|
5987 * event-Xt.c:
|
|
5988 * event-Xt.c (enqueue_Xt_dispatch_event):
|
|
5989 this fun gets exported.
|
446
|
5990
|
442
|
5991 * gui-msw.c:
|
|
5992 * gui-msw.c (mswindows_handle_gui_wm_command):
|
|
5993 handle both :callback and :callback-ex, and generate our own
|
|
5994 event because it's one of the callback-ex arguments.
|
446
|
5995
|
442
|
5996 * gui-x.c:
|
|
5997 * gui-x.c (popup_selection_callback):
|
|
5998 handle both :callback and :callback-ex, and generate our own
|
|
5999 event because it's one of the callback-ex arguments.
|
|
6000 * gui-x.c (button_item_to_widget_value):
|
|
6001 * gui-x.c (gui_items_to_widget_values_1):
|
|
6002 * gui-x.c (gui_item_children_to_widget_values):
|
|
6003 * gui-x.c (gui_items_to_widget_values):
|
|
6004 new image instance parameter in various places.
|
|
6005
|
|
6006 * fns.c (Freplace_list):
|
|
6007 fix small typo in doc string.
|
446
|
6008
|
442
|
6009 * lisp.h:
|
|
6010 declare enqueue_Xt_dispatch_event.
|
|
6011
|
|
6012 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
6013
|
|
6014 * buffer.c:
|
|
6015 * buffer.c (Frecord_buffer):
|
|
6016 * buffer.c (syms_of_buffer):
|
|
6017 delete record-buffer-hook.
|
446
|
6018
|
442
|
6019 * fns.c:
|
|
6020 * fns.c (Freplace_list):
|
|
6021 * fns.c (syms_of_fns):
|
|
6022 new primitive replace-list.
|
446
|
6023
|
442
|
6024 * frameslots.h:
|
|
6025 slot for old buffer-alist.
|
446
|
6026
|
442
|
6027 * lisp.h:
|
|
6028 exfun replace-list.
|
446
|
6029
|
442
|
6030 * redisplay.c:
|
|
6031 * redisplay.c (redisplay_frame):
|
|
6032 * redisplay.c (syms_of_redisplay):
|
|
6033 * redisplay.c (vars_of_redisplay):
|
|
6034 new hook buffer-list-changed-hook.
|
|
6035 call it.
|
|
6036
|
|
6037 2000-04-27 Ben Wing <ben@xemacs.org>
|
|
6038
|
|
6039 * extents.h: extern in_modeline_generation.
|
|
6040
|
|
6041 * redisplay.c (generate_formatted_string_db): set
|
|
6042 in_modeline_generation.
|
|
6043
|
|
6044 * extents.c (extent_changed_for_redisplay): don't mark redisplay
|
|
6045 flags if in modeline generation. otherwise frame-modified-tick
|
|
6046 is ticked far too often.
|
|
6047 Declare in_modeline_generation.
|
|
6048
|
|
6049 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
6050
|
|
6051 * emacs.c (vars_of_emacs): document quick-build "error-checking"
|
|
6052 option.
|
|
6053 (vars_of_emacs): add quick-build as an error-checking option.
|
|
6054 A bit kludgy, but there doesn't seem much point in creating
|
|
6055 a real var for this.
|
|
6056
|
|
6057 * config.h.in: put in an entry for QUICK_BUILD; remove NO_DOC_FILE.
|
|
6058
|
|
6059 2000-04-14 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
6060
|
|
6061 * redisplay.h (struct display_line): Add a new variable,
|
|
6062 line_continuation.
|
|
6063
|
|
6064 * redisplay.c (create_text_block): Set dl->line_continuation if
|
|
6065 the line continues.
|
|
6066 (create_string_text_block): Ditto.
|
|
6067 (regenerate_window_incrementally): Use line_continuation instead
|
|
6068 of searching continuation glyph.
|
|
6069 (add_margin_runes): Call add_glyph_rune.
|
|
6070 (add_glyph_rune): Handle margin glyph.
|
|
6071
|
|
6072 2000-04-20 Martin Buchholz <martin@xemacs.org>
|
|
6073
|
446
|
6074 * filelock.c (fill_in_lock_file_name):
|
442
|
6075 ANSIfy.
|
|
6076 Check for IS_ANY_SEP instead of '/'.
|
446
|
6077 (lock_file_1):
|
442
|
6078 Avoid generating gratuitous garbage. Call user_login_name() directly.
|
|
6079 Never check errno without first seeing that system call failed.
|
|
6080 (unlock_file): Add GCPRO.
|
|
6081 (Flock_buffer): Fix docstring.
|
|
6082 (Ffile_locked_p): Fix docstring. Add GCPRO.
|
|
6083
|
|
6084 2000-04-19 Martin Buchholz <martin@xemacs.org>
|
|
6085
|
446
|
6086 * sysdep.c (get_pty_max_bytes):
|
442
|
6087 Fix hangs on DEC OSF 4.0 when (process-send-string) sends
|
|
6088 strings longer than 252 bytes.
|
|
6089
|
|
6090 * md5.c: Unconditionally include ANSI header <limits.h>
|
|
6091
|
446
|
6092 * glyphs-x.c (convert_EImage_to_XImage):
|
|
6093 * lisp-union.h (union Lisp_Object):
|
442
|
6094 Use consistently the syntax #ifdef FEATURE, not #if FEATURE.
|
|
6095
|
|
6096 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
6097
|
|
6098 * filelock.c (current_lock_owner): Remove unused variable o, p.
|
|
6099
|
|
6100 2000-04-17 Norbert Koch <n.koch@eai-delta.de>
|
|
6101
|
|
6102 * callint.c: Remove multiply defined symbol Qlet
|
|
6103 (syms_of_callint): ditto.
|
|
6104
|
|
6105 2000-04-14 Andy Piper <andy@xemacs.org>
|
|
6106
|
|
6107 * general.c (syms_of_general): add last-command, this-command, let
|
|
6108 and funcall.
|
|
6109
|
|
6110 * lisp.h: declare various symbols.
|
|
6111
|
|
6112 * glyphs.h: declare Qwidget_callback_current_channel;
|
|
6113
|
|
6114 * glyphs-widget.c (syms_of_glyphs_widget): add
|
|
6115 Qgui_callback_current_channel.
|
|
6116 (vars_of_glyphs_widget): add Vgui_callback_current_channel.
|
|
6117
|
|
6118 * gui-msw.c (mswindows_handle_gui_wm_command): bind
|
|
6119 widget-callback-current-channel when invoking the interactive
|
|
6120 arg. Also bind last-command and next-command when invoking the
|
|
6121 widget updates.
|
|
6122 * gui-x.c (popup_selection_callback): ditto.
|
|
6123
|
|
6124 * gui.c (get_gui_callback): massage args so that we are always
|
|
6125 calling eval. This allows us to add our own variable bindings
|
|
6126 outside.
|
|
6127
|
|
6128 * glyphs-x.c (x_button_instantiate): use
|
|
6129 gui_items_to_widget_values since this is GC safe.
|
|
6130 (x_progress_gauge_instantiate): ditto.
|
|
6131 (x_edit_field_instantiate): ditto.
|
|
6132 (x_label_instantiate): ditto.
|
|
6133
|
|
6134 * event-Xt.c (emacs_Xt_handle_magic_event): remove old printfs.
|
|
6135 (emacs_Xt_event_widget_focus_out): new function
|
|
6136 (emacs_Xt_event_widget_focus_in): new function. Set the keyboard
|
|
6137 focus.
|
|
6138 (emacs_Xt_event_add_widget_actions): new function. add focus
|
|
6139 functions as actions.
|
|
6140 (init_event_Xt_late): use it.
|
|
6141
|
|
6142 2000-04-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
6143
|
|
6144 * event-stream.c (Fdispatch_event): Doc fix.
|
|
6145
|
|
6146 2000-03-29 SL Baur <steve@musashimaru.m17n.org>
|
|
6147
|
|
6148 * postgresql.c: Remove all references to PQsetenv*.
|
|
6149
|
|
6150 * postgresql.h: Remove references to PGsetenvHandler object.
|
|
6151 * lrecord.h (lrecord_type): Ditto.
|
|
6152
|
|
6153 2000-04-11 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
6154
|
|
6155 * glyphs-msw.h (struct mswindows_image_instance_data): Added
|
|
6156 real_heigh and real_width members, and accessor macros for these.
|
|
6157
|
|
6158 * glyphs-msw.c (init_image_instance_geometry): New function.
|
|
6159 (init_image_instance_from_dibitmap): Use it.
|
|
6160 (mswindows_resource_instantiate): Use it.
|
|
6161 (init_image_instance_from_xbm_inline): Use it.
|
|
6162 (mswindows_initialize_image_instance_mask): Use real bitmap
|
|
6163 geometry.
|
|
6164 (mswindows_create_resized_bitmap): Ditto.
|
|
6165 (mswindows_create_resized_mask): Ditto.
|
446
|
6166
|
442
|
6167 * redisplay-msw.c (mswindows_output_dibitmap): Stretch real mask
|
|
6168 and bitmap to their surface size.
|
|
6169
|
|
6170 2000-04-11 Jan Vroonhof <jan@xemacs.org>
|
|
6171
|
|
6172 * process-unix.c (unix_send_process): Guard against process MIA
|
|
6173 after Faccept_process_output.
|
|
6174
|
|
6175 2000-04-11 Ben Wing <ben@xemacs.org>
|
|
6176
|
|
6177 * eval.c (unbind_to_hairy): fix brokenness introduced by
|
|
6178 nanosecond speed improvements.
|
|
6179
|
|
6180 2000-04-07 Raymond Toy <toy@rtp.ericsson.se>
|
|
6181
|
|
6182 * sunplay.c (init_device): To play sounds correctly, the device
|
|
6183 apparently needs to be initialized at least once by XEmacs. Make
|
|
6184 it so.
|
|
6185
|
|
6186 2000-04-10 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
6187
|
|
6188 * redisplay.c (add_margin_runes): Add text image glyph
|
|
6189 handling.
|
|
6190
|
|
6191 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
6192
|
|
6193 * lisp.h (DOESNT_RETURN): Don't declare as volatile when
|
|
6194 gcc is newer than 2.5.
|
|
6195
|
|
6196 2000-04-06 Colin Rafferty <colin@xemacs.org>
|
|
6197
|
|
6198 * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF): Created.
|
446
|
6199
|
442
|
6200 * fns.c (size_bit_vector):
|
|
6201 * alloc.c (size_vector):
|
|
6202 (make_vector_internal):
|
|
6203 (make_bit_vector_internal):
|
|
6204 (sweep_bit_vectors_1):
|
|
6205 Replace calls to offsetof with FLEXIBLE_ARRAY_STRUCT_SIZEOF macro.
|
|
6206
|
|
6207 2000-04-06 Andy Piper <andy@xemacs.org>
|
|
6208
|
|
6209 * gmalloc.c (malloc): undo previous change.
|
|
6210 (malloc): ditto.
|
|
6211 (free): ditto.
|
|
6212 (realloc): ditto.
|
|
6213
|
|
6214 2000-04-06 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
6215
|
|
6216 * line-number.c (buffer_line_number): Revert to former version.
|
|
6217
|
|
6218 2000-04-06 Andy Piper <andy@xemacs.org>
|
|
6219
|
|
6220 * gmalloc.c (malloc): add error checking.
|
|
6221 (malloc): ditto.
|
|
6222 (free): ditto.
|
|
6223 (realloc): ditto.
|
|
6224
|
|
6225 * dialog-x.c (dbox_descriptor_to_widget_value): add extra
|
|
6226 button_item_to_widget_value arg.
|
|
6227
|
|
6228 * glyphs-x.c (x_button_instantiate): add extra
|
|
6229 button_item_to_widget_value arg.
|
|
6230 (x_progress_gauge_instantiate): ditto.
|
|
6231 (x_edit_field_instantiate): ditto.
|
|
6232 (x_label_instantiate): ditto.
|
|
6233
|
|
6234 * gui-x.c (gui_items_to_widget_values_1): add extra
|
|
6235 button_item_to_widget_value arg.
|
|
6236 (button_item_to_widget_value): add extra menu_item_p arg.
|
|
6237
|
|
6238 * gui-x.h: change signature of button_item_to_widget_value.
|
|
6239
|
|
6240 * menubar-x.c (menu_item_descriptor_to_widget_value_1): add extra
|
|
6241 button_item_to_widget_value arg.
|
|
6242
|
|
6243 2000-04-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
6244
|
|
6245 * buffer.h (struct buffer): auto_save_modified should be long.
|
|
6246
|
|
6247 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
6248
|
|
6249 * glyphs-widget.c (widget_instantiate): pixwidth != pixheight
|
|
6250 type.
|
|
6251 (button_query_geometry): give a little more room so that athena
|
|
6252 buttons fit.
|
|
6253
|
|
6254 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
6255
|
|
6256 * faces.c (complex_vars_of_faces): The widget face should inherit
|
|
6257 the font of the gui-element face.
|
|
6258
|
|
6259 2000-04-04 Andy Piper <andy@xemacs.org>
|
|
6260
|
|
6261 * glyphs-x.c (x_button_update): new function. unconditionally
|
|
6262 update a button's state when the instance is dirty.
|
|
6263 (image_instantiator_format_create_glyphs_x): add x_button_update.
|
|
6264 (x_widget_instantiate): remove old resize cruft.
|
|
6265
|
|
6266 2000-04-02 Andy Piper <andy@xemacs.org>
|
|
6267
|
|
6268 * frame.c (change_frame_size_1): The introduction of gutters means
|
|
6269 that we need to allow 0 as a potential frame dimension.
|
|
6270
|
|
6271 2000-04-02 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
6272
|
|
6273 * redisplay.c (add_glyph_rune): Don't set 0 to bufpos for text
|
|
6274 image glyph if allow_cursor.
|
|
6275 (add_hscroll_rune): Don't allow cursor to border glyph.
|
|
6276 (create_text_block): Ditto.
|
|
6277
|
|
6278 * redisplay-output.c (redisplay_move_cursor): Do nothing even if
|
|
6279 text not in buffer.
|
|
6280 (redisplay_output_layout): Call ensure_face_cachel_complete for
|
|
6281 text image glyph.
|
|
6282
|
|
6283
|
|
6284 2000-03-16 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
6285
|
|
6286 * redisplay.c (add_glyph_rune): Adding text image as text runes.
|
|
6287
|
|
6288 * redisplay-output.c (redisplay_move_cursor): NO_CURSOR if text
|
|
6289 not in buffer
|
|
6290
|
|
6291 * redisplay-tty.c (tty_output_display_block): Delete the routine
|
|
6292 for text image glyph
|
|
6293 * redisplay-x.c (x_output_display_block): ditto
|
|
6294 * redisplay-msw.c (mswindows_output_display_block): ditto
|
|
6295
|
|
6296 2000-02-02 Mike Alexander <mta@arbortext.com>
|
|
6297
|
|
6298 Note: Some of these were committed by accident as part of other
|
|
6299 patches.
|
446
|
6300
|
442
|
6301 * regex.c (regex_compile): Avoid compiler warnings.
|
|
6302
|
|
6303 * ntproc.c (sys_spawnve): Avoid compiler warnings.
|
|
6304
|
|
6305 * nt.h: Declare term_ntproc correctly.
|
|
6306
|
|
6307 * nt.c: Remove incorrect declaration of get_home_directory which
|
|
6308 is declared correctly in lisp.h.
|
|
6309
|
|
6310 * keymap.c (get_keyelt): Avoid compiler warnings.
|
|
6311 (raw_lookup_key_mapper): Avoid compiler warnings.
|
|
6312
|
|
6313 * gutter.c (gutter_was_visible): Add return statement to avoid warning.
|
|
6314
|
|
6315 * glyphs-eimage.c (png_instantiate): Avoid compiler warnings.
|
|
6316
|
|
6317 * filemode.c (mode_string): Avoid compiler warnings.
|
|
6318
|
|
6319 * file-coding.c (Fcoding_system_aliasee): Add return statement to
|
|
6320 avoid warning.
|
|
6321
|
|
6322 * events-mod.h: Undef some things that winuser.h defines differently.
|
|
6323
|
|
6324 * data.c (Faset): Avoid compiler warnings.
|
|
6325
|
|
6326 * alloc.c (Fmake_byte_code): Avoid compiler warnings.
|
|
6327
|
|
6328 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6329
|
|
6330 * sound.c (Fplay_sound_file): Wrap ESD in start/stop_interrupts.
|
|
6331 Fall through to simple beep on error.
|
|
6332 Replace "extern" by real header file.
|
|
6333
|
|
6334 * linuxplay.c: Use nativesound.h
|
|
6335 (play_sound_data): Return error code. Be less verbose on error.
|
|
6336
|
|
6337 * sunplay.c: Use nativesound.h
|
|
6338 (play_sound_data): Return error code. Be less verbose on error.
|
|
6339
|
|
6340 * ntplay.c: Use nativesound.h
|
|
6341 (play_sound_data): Return fake error code
|
|
6342
|
|
6343 * sgiplay.c: Use nativesound.h
|
|
6344 (play_sound_data): Return error code
|
|
6345
|
|
6346 * hpplay.c: Use nativesound.h, partially implement
|
|
6347 new error code. Break compilation until finished.
|
|
6348 (play_sound_data): error code.
|
|
6349
|
446
|
6350 * nativesound.h (play_sound_file):
|
442
|
6351 (play_sound_data): Prototype in new header.
|
|
6352
|
|
6353 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
6354
|
|
6355 * glyphs-widget.c: (button_query_geometry): new function. Adjust
|
|
6356 for toggle and radio buttons.
|
|
6357 (image_instantiator_buttons): use it.
|
|
6358
|
|
6359 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6360
|
446
|
6361 * scrollbar-x.c (x_update_vertical_scrollbar_callback):
|
442
|
6362 (x_update_horizontal_scrollbar_callback): Return if no mirror was
|
|
6363 found. Scrollbar event probably belonged to some old config.
|
|
6364
|
|
6365 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
6366
|
|
6367 * glyphs-widget.c (widget_instantiate): use LAYOUT_VERTICAL rather
|
|
6368 than 1.
|
|
6369 (initialize_widget_image_instance): default layout to
|
|
6370 LAYOUT_HORIZONTAL rather than 0.
|
|
6371 (widget_instantiate): reverse the item list at the end rather than
|
|
6372 every iteration.
|
|
6373 (layout_layout): re-code for the border text at the front of the
|
|
6374 item list rather than at the end.
|
|
6375 (layout_query_geometry): ditto. Pick up fixed and dynamic sizes
|
|
6376 provided by the user.
|
|
6377 (widget_query_geometry): comment.
|
|
6378
|
|
6379 2000-03-30 Andy Piper <andy@xemacs.org>
|
|
6380
|
|
6381 * glyphs-widget.c (image_instantiator_layout): allow standard
|
|
6382 widget keywords in layouts.
|
|
6383
|
|
6384 * gutter.c (output_gutter): cope with nil gutter contents.
|
|
6385
|
|
6386 * frame.c (Fset_frame_properties): add gutter docs.
|
|
6387
|
|
6388 2000-03-29 Andy Piper <andy@xemacs.org>
|
|
6389
|
|
6390 * toolbar-msw.c (TBSTYLE_FLAT): add.
|
|
6391 (mswindows_output_toolbar): minor fiddling.
|
|
6392
|
|
6393 2000-03-29 Andy Piper <andy@xemacs.org>
|
|
6394
|
|
6395 * gutter.c (output_gutter): force gutter size recalculation if
|
|
6396 what we are trying to display won't fit.
|
|
6397 (update_gutter_geometry): new function. A per-gutter version of
|
|
6398 update_frame_gutter_geometry.
|
|
6399 (update_frame_gutter_geometry): use it.
|
|
6400 (redraw_exposed_gutter): add extra debugging output.
|
|
6401
|
|
6402 2000-03-28 Mike Alexander <mta@arbortext.com>
|
|
6403
|
|
6404 * dumper.c: Declare pdump_hFile and pdump_hMap (Windows only)
|
|
6405 (pdump_file_unmap): Implement it on Windows
|
|
6406 (pdump_file_get): Save alocated handles for pdump_file_unmap
|
|
6407
|
|
6408 2000-03-28 Andy Piper <andy@xemacs.org>
|
|
6409
|
|
6410 * gui.c (get_gui_callback): treat Quit specially.
|
|
6411
|
|
6412 2000-03-27 Andy Piper <andy@xemacs.org>
|
|
6413
|
|
6414 * glyphs.c (image_instantiate): be careful to check in the same
|
|
6415 way we assigned.
|
|
6416
|
|
6417 2000-03-27 Didier Verna <didier@xemacs.org>
|
|
6418
|
|
6419 * config.h.in: define the proper SMART_INCLUDE macro.
|
|
6420 handle renaming of `foo_h_path' to `foo_h_file'.
|
|
6421
|
|
6422 * database.c: ditto.
|
|
6423
|
|
6424 * emacs.c: ditto.
|
|
6425
|
|
6426 * linuxplay.c: ditto.
|
|
6427
|
|
6428 * terminfo.c: ditto.
|
|
6429
|
|
6430 * tooltalk.h: ditto.
|
|
6431
|
|
6432 2000-03-27 Andy Piper <andy@xemacs.org>
|
|
6433
|
|
6434 * glyphs-msw.c (mswindows_update_widget): make sure the widget
|
|
6435 gets updated whenever the face might have changed.
|
|
6436
|
|
6437 2000-03-26 Mike Alexander <mta@arbortext.com>
|
|
6438
|
|
6439 * dumper.c (pdump_resource_free): Fix the comment.
|
|
6440
|
|
6441 2000-03-21 Olivier Galibert <galibert@pobox.com>
|
|
6442
|
|
6443 * input-method-xlib.c (XIM_init_frame): Remove painful warning.
|
|
6444
|
|
6445 2000-03-22 Mike Alexander <mta@arbortext.com>
|
|
6446
|
|
6447 * dumper.c: Include Windows headers on Windows
|
|
6448 (pdump_resource_free): Add a body to the function
|
|
6449 (pdump_load): exe_name -> exe_path and add some comments.
|
|
6450
|
|
6451 2000-03-25 Mike Alexander <mta@arbortext.com>
|
|
6452
|
|
6453 * gui.c (copy_gui_item_tree): Return a value in all cases
|
|
6454
|
|
6455 2000-03-21 Didier Verna <didier@xemacs.org>
|
|
6456
|
|
6457 * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 here from
|
|
6458 lwlib/config.h.in.
|
|
6459 (SMART_INCLUDE): new macro.
|
|
6460 (POSTGRES_INCLUDE): new macro to include postgresql headers from
|
|
6461 the proper location.
|
|
6462
|
|
6463 * postgresql.c: use it.
|
|
6464
|
|
6465 * inline.c: ditto.
|
|
6466
|
|
6467 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
6468
|
|
6469 * gutter.c (redraw_exposed_gutters): must be "in display" when we
|
|
6470 do this.
|
|
6471
|
|
6472 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
6473
|
|
6474 * redisplay-output.c (compare_runes): use image_instance_changed
|
|
6475 to detect changes. Do not depend on glyphs_changed, only depend on
|
|
6476 dirtiness.
|
|
6477 (redisplay_output_layout): add debug messages.
|
|
6478 (compare_runes): ditto.
|
|
6479
|
|
6480 * glyphs.h: declare new functions.
|
|
6481 (struct Lisp_Image_Instance): remove percent and associated
|
|
6482 accessors.
|
|
6483
|
|
6484 * gui.h: declare new copying functions.
|
|
6485
|
|
6486 * gui.c (copy_gui_item_tree): new function.
|
|
6487 (copy_gui_item): new function.
|
|
6488 (gui_item_id_hash): revert to standard hash.
|
|
6489 (gui_item_hash): ditto.
|
|
6490 (gui_item_hash_internal): deleted.
|
|
6491 (mark_gui_item): mark value.
|
|
6492 (gui_item_add_keyval_pair): add value.
|
|
6493 (gui_item_init): ditto.
|
|
6494 (gui_add_item_keywords_to_plist): ditto.
|
|
6495 (gui_item_equal): ditto.
|
|
6496 (syms_of_gui): add Q_value.
|
|
6497
|
|
6498 * glyphs-x.c (x_progress_gauge_update): use pending items and
|
|
6499 value for setting the state.
|
|
6500 (x_update_widget): don't set items from pending here.
|
|
6501
|
|
6502 * glyphs-widget.c (update_widget): update items here.
|
|
6503 (progress_gauge_set_property): use items for storing value. Put
|
|
6504 new value in pending items.
|
|
6505
|
|
6506 * glyphs-msw.c (mswindows_progress_gauge_update): use pending
|
|
6507 items for new value. Convert percent -> value.
|
|
6508 (mswindows_tab_control_update): don't update items here.
|
|
6509
|
|
6510 * glyphs.c (Fupdate_widget_instances): use image_instance_changed.
|
|
6511 (update_subwindow): ditto.
|
|
6512 (image_instance_changed): new function. Compare hash values and
|
|
6513 past and present widget items.
|
|
6514 (image_instantiate): We more careful about where we instantiate
|
|
6515 things.
|
|
6516 (image_instantiate): add error checking.
|
|
6517
|
|
6518 * gutter.c (syms_of_gutter): use -hook.
|
|
6519
|
|
6520 2000-03-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
6521
|
|
6522 * console-tty.c (Fset_console_tty_input_coding_system): Use
|
|
6523 Qkeyboard.
|
|
6524 (Fset_console_tty_output_coding_system): Use Qterminal.
|
|
6525 (tty_init_console): Use Qkeyboard and Qterminal.
|
|
6526
|
|
6527 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
6528
|
|
6529 * ntproc.c (create_child): remove bogus HAVE_NTGUI's.
|
|
6530 From Mike Alexander <mta@arbortext.com>.
|
|
6531
|
|
6532 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
6533
|
|
6534 * event-msw.c (mswindows_need_event): Horrible kludge to fix
|
|
6535 process brokenness. Proper implementation to come.
|
|
6536 * callproc.c:
|
|
6537 Rename call-process-internal to old-call-process-internal.
|
|
6538 New impl. in process.el.
|
|
6539
|
|
6540 2000-03-21 Martin Buchholz <martin@xemacs.org>
|
|
6541
|
|
6542 * Makefile.in.in: Coalesce HAVE_NATIVE_SOUND code fragments.
|
|
6543
|
|
6544 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
6545
|
|
6546 * glyphs.c (full_list_hash): make hashes of the same elements in
|
|
6547 different orders return different values.
|
|
6548
|
|
6549 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
6550
|
|
6551 * XEmacs 21.2.32 is released.
|
|
6552
|
|
6553 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
6554
|
|
6555 * buffer.h (DFC_ALLOCA_USE_CONVERTED_DATA):
|
|
6556 (DFC_MALLOC_USE_CONVERTED_DATA):
|
|
6557 Add aliasing-safe casts to allow use with char* or unsigned char*
|
|
6558 lvalues.
|
|
6559
|
|
6560 * eldap.c (Fldap_open):
|
|
6561 (Fldap_search_basic):
|
|
6562 (Fldap_add):
|
|
6563 (Fldap_modify):
|
|
6564 Make C++-compilable.
|
|
6565 Make sure GCPRO'ed variables are initialized.
|
|
6566 Use temp variables to avoid repeated calls to Flength.
|
|
6567
|
|
6568 2000-03-16 Martin Buchholz <martin@xemacs.org>
|
|
6569
|
|
6570 * sysfile.h:
|
|
6571 Make sure PATH_MAX is always defined.
|
|
6572 Include limits.h for PATH_MAX.
|
|
6573 Deprecate use of MAXPATHLEN.
|
|
6574
|
|
6575 2000-03-10 Martin Buchholz <martin@xemacs.org>
|
|
6576
|
|
6577 * emacs.c: Add reinit_vars_of_fileio.
|
|
6578 * symsinit.h: Add reinit_vars_of_fileio.
|
|
6579 * fileio.c (reinit_vars_of_fileio): New.
|
|
6580 * fileio.c (Fmake_temp_name):
|
|
6581 Initialize temp_name random number from microseconds to make
|
|
6582 collisions even less likely. Initialize always at process startup
|
|
6583 time. (make-temp-name) used to return the same file name twice in
|
|
6584 a row when PDUMP.
|
|
6585 Random stylistic fiddling.
|
|
6586 Comment fixes.
|
|
6587
|
|
6588 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
6589
|
|
6590 * glyphs.c (image_instantiate): allow text glyphs to be
|
|
6591 instantiated in the minibuffer window.
|
|
6592
|
|
6593 2000-03-19 Andy Piper <andy@xemacs.org>
|
|
6594
|
|
6595 * glyphs.c (image_instance_hash): be careful about which items we
|
|
6596 hash on.
|
|
6597
|
|
6598 * glyphs-widget.c (tab_control_set_property): record into pending
|
|
6599 items rather than the actual items.
|
|
6600
|
|
6601 * glyphs-x.c (x_update_widget): use pending items to update with.
|
|
6602
|
|
6603 * glyphs-msw.c (mswindows_tab_control_update): use pending items
|
|
6604 to update with.
|
|
6605
|
|
6606 * glyphs.c (mark_image_instance): mark pending items.
|
|
6607
|
|
6608 * window.c (Fset_window_configuration): record the buffer.
|
|
6609 (Fselect_window): totally revert previous change which breaks many
|
|
6610 things.
|
|
6611
|
|
6612 2000-03-18 Andy Piper <andy@xemacs.org>
|
|
6613
|
|
6614 * glyphs-msw.c (mswindows_tab_control_update): force selected
|
|
6615 item.
|
|
6616
|
|
6617 * glyphs.c (image_instantiate): don't allow the minibuffer as a
|
|
6618 window domain cache, otherwise we get inconsistencies at
|
|
6619 startup. There is something fishy at startup which can lead to the
|
|
6620 minibuffer being the selected window when the gutter content is
|
|
6621 instantiated.
|
|
6622
|
|
6623 * gui.c (parse_gui_item_tree_list): add probably unnecessary
|
|
6624 gcpros.
|
|
6625 (parse_gui_item_tree_children): ditto.
|
|
6626 (parse_gui_item_tree_item): ditto.
|
|
6627
|
|
6628 * glyphs.c (Fupdate_widget_instances): return something.
|
|
6629
|
|
6630 2000-03-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
6631
|
|
6632 * window.c (Fselect_window): Undo 2000-03-17 change.
|
|
6633
|
|
6634 2000-03-17 SL Baur <steve@musashimaru.m17n.org>
|
|
6635
|
|
6636 * postgresql.c (Fpq_setenv): Remove this turkey when linking
|
|
6637 against v7.0 libraries. Insta-coredump city until the postgres
|
|
6638 folks fix it.
|
|
6639
|
|
6640 2000-03-17 Andy Piper <andy@xemacs.org>
|
|
6641
|
|
6642 * faces.c (complex_vars_of_faces): don't give the widget face an
|
|
6643 inherited background pixmap.
|
|
6644
|
|
6645 * glyphs-msw.c (mswindows_tab_control_instantiate): select the
|
|
6646 selected item.
|
|
6647
|
|
6648 * event-stream.c (Fdispatch_non_command_events): return something.
|
|
6649
|
|
6650 * gutter.c (output_gutter): use widget face.
|
|
6651 (clear_gutter): ditto.
|
|
6652
|
|
6653 * NEWS: adjust again.
|
|
6654
|
|
6655 * window.c (Fselect_window): make sure this runs to completion to
|
|
6656 avoid oddities with Fset_window_configuration.
|
|
6657 (Fcurrent_window_configuration): in general do not save the
|
|
6658 minibuffer as the selected window.
|
|
6659
|
|
6660 * glyphs.h (IMAGE_INSTANCE_HASH_DEPTH): increase.
|
|
6661
|
|
6662 2000-03-16 Olivier Galibert <galibert@pobox.com>
|
|
6663
|
|
6664 * emacs.c (Frunning_temacs_p): Revert previous patch.
|
|
6665 (main_1): Reinitialize running_temacs_argc if pdump_load succeeds.
|
|
6666
|
|
6667 2000-03-16 Andy Piper <andy@xemacs.org>
|
|
6668
|
|
6669 * glyphs-x.c (x_tab_control_update): if no widget values then
|
|
6670 return.
|
|
6671
|
|
6672 * NEWS: update for new features.
|
|
6673
|
|
6674 * event-Xt.c (emacs_Xt_force_event_pending): new function. Post a
|
|
6675 synthetic event to the native system.
|
|
6676 (reinit_vars_of_event_Xt): set force_event_pending to
|
|
6677 emacs_Xt_force_event_pending.
|
|
6678
|
|
6679 * events.h (struct event_stream): add force_event_pending.
|
|
6680
|
|
6681 * specifier.c (recompute_one_cached_specifier_in_window): add
|
|
6682 comment.
|
|
6683
|
|
6684 * redisplay.c (redisplay_frame): don't call
|
|
6685 update_frame_subwindows. Reset subwindow cachels when
|
|
6686 subwindows_changed, removing this was an optimization too far.
|
|
6687
|
|
6688 * redisplay-output.c (compare_runes): reorganize so that we catch
|
|
6689 glyph changes when we want them. Set optimize_output when this
|
|
6690 would help layouts.
|
|
6691 (redisplay_output_layout): remove frame_really_changed, use
|
|
6692 optimize_output instead.
|
|
6693
|
|
6694 * redisplay-msw.c (mswindows_output_display_block): reset
|
|
6695 optimize_output after outputting a glyph.
|
|
6696 * redisplay-x.c (x_output_display_block): ditto.
|
|
6697 * redisplay-tty.c (tty_output_display_block): ditto.
|
|
6698
|
|
6699 * gutter.c: (specifier_vars_of_gutter): use new spec changed
|
|
6700 functions.
|
|
6701 (gutter_specs_changed): do specific gutter positions.
|
|
6702 (top_gutter_specs_changed): new function. Only update the
|
|
6703 specified gutter specs.
|
|
6704 (bottom_gutter_specs_changed): ditto.
|
|
6705 (left_gutter_specs_changed): ditto.
|
|
6706 (right_gutter_specs_changed): ditto.
|
|
6707
|
|
6708 * gui.c (gui_item_hash_internal): new function, does a real hash.
|
|
6709 (gui_item_id_hash): use it.
|
|
6710 (gui_item_hash): hash the eval'ed gui_item.
|
|
6711
|
|
6712 * gui-x.c (popup_selection_callback): send an eval event to call
|
|
6713 Fupdate_widget_instances.
|
|
6714
|
|
6715 * gui-msw.c (mswindows_handle_gui_wm_command): send an eval event
|
|
6716 to call Fupdate_widget_instances.
|
|
6717
|
|
6718 * glyphs.h (struct Lisp_Image_Instance): add optimize_output flag.
|
|
6719 (IMAGE_INSTANCE_OPTIMIZE_OUTPUT): access it.
|
|
6720
|
|
6721 * glyphs.c: (update_frame_subwindows): deleted.
|
|
6722 (Fupdate_widget_instances): new function for updating the dirty
|
|
6723 state of widgets that might have changed.
|
|
6724 (syms_of_glyphs): add Qupdate_widget_instances.
|
|
6725 (full_list_hash): hash a list completely.
|
|
6726 (image_instance_hash): use it for items and properties.
|
|
6727
|
|
6728 * frame-msw.c (mswindows_size_frame_internal): remove unused
|
|
6729 variable.
|
|
6730
|
|
6731 * faces.h (struct face_cachel): fix comment.
|
|
6732
|
|
6733 * event-stream.c (Fdispatch_non_command_events): new
|
|
6734 function. Process non-command events, forcing an event cycle
|
|
6735 beforehand.
|
|
6736 (syms_of_event_stream): declare.
|
|
6737 (event_stream_force_event_pending): new function. Force an event
|
|
6738 on the native event queue so that an event cycle will occur next
|
|
6739 time we check.
|
|
6740
|
|
6741 * event-msw.c:
|
|
6742 (struct ntpipe_shove_stream):
|
|
6743 (mswindows_enqueue_dispatch_event):
|
|
6744 (mswindows_dequeue_dispatch_event):
|
|
6745 (mswindows_cancel_dispatch_event):
|
|
6746 (mswindows_pump_outstanding_events):
|
|
6747 (mswindows_drain_windows_queue):
|
|
6748 (mswindows_handle_paint):
|
|
6749 (mswindows_wnd_proc):
|
|
6750 (mswindows_key_to_emacs_keysym):
|
|
6751 (get_process_input_waitable):
|
|
6752 (emacs_mswindows_delete_stream_pair): re-indent file.
|
|
6753 (mswindows_need_event): do not process further fds if the windows
|
|
6754 fd is set, otherwise you get endless XM_BUMPQUEUE cycles. This
|
|
6755 fixes the 100% cpu problem.
|
|
6756 (reinit_vars_of_event_mswindows): set force_event_pending to 0.
|
|
6757
|
|
6758 2000-03-15 Olivier Galibert <galibert@pobox.com>
|
|
6759
|
|
6760 * alloc.h: New.
|
|
6761 * dumper.h: New.
|
|
6762 * dumper.c: New.
|
|
6763
|
|
6764 * emacs.c: Moved dump file searching to dumper.c.
|
|
6765 (Frunning_temacs_p): Fixed.
|
|
6766
|
|
6767 * alloc.c: Moved everything pdump-related to dumper.c. Removed
|
|
6768 last_lrecord_type_index_assigned.
|
|
6769
|
|
6770 2000-02-20 Olivier Galibert <galibert@pobox.com>
|
|
6771
|
|
6772 * symsinit.h: Added reinit parameter to init_console_stream
|
|
6773 declaration.
|
|
6774
|
|
6775 * lisp.h: Added file parameter to pdump_load declaration.
|
|
6776
|
|
6777 * emacs.c (main_1): Added -nd/--nodump-file and -sd/--show-dump-id
|
|
6778 support. Added dump file searching.
|
|
6779
|
|
6780 * config.h.in: Added EMACS_PROGNAME.
|
|
6781
|
|
6782 * console-stream.c (init_console_stream): Fix reinitialisation
|
|
6783 when running from temacs.
|
|
6784
|
|
6785 * alloc.c (pdump): Add id support.
|
|
6786 (pdump_load): Add file parameter and signature/id support.
|
|
6787
|
|
6788 * Makefile.in.in: Add full pdump support.
|
|
6789
|
|
6790 2000-03-15 SL Baur <steve@musashimaru.m17n.org>
|
|
6791
|
|
6792 * postgresql.c: Update documentation to reflect latest code
|
|
6793 status.
|
|
6794 (print_result): Show tuple counts in printed representation when
|
|
6795 appropriate.
|
|
6796 (Fpq_put_nbytes): MULE-ize.
|
|
6797 (Fpq_get_line_async): Ditto.
|
|
6798
|
|
6799 2000-03-14 SL Baur <steve@musashimaru.m17n.org>
|
|
6800
|
|
6801 * postgresql.c (Fpq_lo_import): Fix return value.
|
|
6802 Suggested by: Kenji Itoh <keit@tpj.co.jp>.
|
|
6803
|
|
6804 2000-03-13 Ben Wing <ben@xemacs.org>
|
|
6805
|
|
6806 * alloc.c (pdump_load):
|
|
6807 Fix compile warning under mswin.
|
|
6808
|
|
6809 2000-03-14 SL Baur <steve@musashimaru.m17n.org>
|
|
6810
|
|
6811 * postgresql.c: Mule-ization, bug fixes.
|
|
6812 Use PG_CODING to encapsulate coding system name changes.
|
|
6813 Backport a version of TO_EXTERNAL format for 21.1/InfoDock.
|
|
6814 (pg-coding-system): Create.
|
|
6815
|
|
6816 (Fpq_conn_defaults): Mule-ize.
|
|
6817 (Fpq_connectdb): Mule-ize & bug fix.
|
|
6818 (Fpq_connect_start): Mule-ize.
|
|
6819 (Fpq_set_client_encoding): Mule-ize.
|
|
6820 (Fpq_finish): Document `DEAD' connection status.
|
|
6821 (Fpq_clear): Ditto.
|
|
6822 (Fpq_pgconn): Mule-ize.
|
|
6823 (Fpq_exec): Mule-ize & bug fix.
|
|
6824 (Fpq_send_query): Ditto.
|
|
6825 (Fpq_get_result): Ditto.
|
|
6826 (Fpq_res_status): Mule-ize.
|
|
6827 (Fpq_result_error_message): Mule-ize.
|
|
6828 (Fpq_ntuples): fix comments.
|
|
6829 (Fpq_fname): Mule-ize.
|
|
6830 (Fpq_fnumber): Mule-ize.
|
|
6831 (Fpq_ftype): fix comments.
|
|
6832 (Fpq_get_value): Mule-ize.
|
|
6833 (Fpq_cmd_status): Ditto.
|
|
6834 (Fpq_cmd_tuples): Ditto.
|
|
6835 (Fpq_oid_value): Ditto.
|
|
6836 (Fpq_notifies): Ditto.
|
|
6837 (Fpq_lo_import): Ditto.
|
|
6838 (Fpq_lo_export): Ditto.
|
|
6839 (Fpq_get_line): Ditto.
|
|
6840 (Fpq_put_line): Mule-ize and bug fix.
|
|
6841 (syms_of_postgresql): Fix ifdef'ing, add pg-coding-system.
|
|
6842
|
|
6843 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
|
|
6844
|
|
6845 * postgresql.c (vars_of_postgresql): Mule-ize.
|
|
6846 (Fpq_conn_defaults): Ditto.
|
|
6847
|
|
6848 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
6849
|
|
6850 * alloc.c (Fmake_byte_code):
|
|
6851 * alloc.c (debug_string_purity_print):
|
|
6852 * alloc.c (pdump_backtrace):
|
|
6853 * alloc.c (pdump_get_indirect_count):
|
|
6854 * alloc.c (pdump_register_sub):
|
|
6855 * alloc.c (pdump_register_object):
|
|
6856 * alloc.c (pdump_register_struct):
|
|
6857 * alloc.c (pdump_dump_data):
|
|
6858 * alloc.c (pdump_reloc_one):
|
|
6859 Minor cleanups.
|
|
6860
|
|
6861 * console-msw.c:
|
|
6862 * console-msw.c (GetConsoleHwnd):
|
|
6863 * console-msw.c (msw_hide_console):
|
|
6864 * console-msw.c (msw_show_console):
|
|
6865 * console-msw.c (msw_ensure_console_buffered):
|
|
6866 * console-msw.c (msw_output_console_string):
|
|
6867 * console-msw.c (console_type_create_mswindows):
|
|
6868
|
|
6869 a) Added functions to manipulate the console window for use with
|
|
6870 shell support.
|
|
6871
|
|
6872 b) Added support for writing text to the console, which is now
|
|
6873 used under Windows when xemacs is not being run non-interactively,
|
|
6874 to write text that would otherwise be destined for stdout because
|
|
6875 under these circumstances, text written to stdout tends to
|
|
6876 disappear and not be seen.
|
|
6877
|
|
6878 * console-msw.h:
|
|
6879 * event-Xt.c:
|
|
6880 * event-Xt.c (x_event_to_emacs_event):
|
|
6881 * event-Xt.c (describe_event_window):
|
|
6882 * events-mod.h (XEMACS_MOD_CONTROL):
|
|
6883 * events.c:
|
|
6884 * events.c (Fmake_event):
|
|
6885 * events.c (character_to_event):
|
|
6886 * events.c (event_to_character):
|
|
6887 * events.c (format_event_object):
|
|
6888 * events.c (Fevent_modifiers):
|
|
6889 * events.h:
|
|
6890 * events.h (struct key_data):
|
|
6891 * events.h (struct button_data):
|
|
6892 * events.h (struct misc_user_data):
|
|
6893 * frame-x.c (Fcde_start_drag_internal):
|
|
6894 * frame-x.c (Foffix_start_drag_internal):
|
|
6895 * gpmevent.c (Freceive_gpm_event):
|
|
6896 * keymap.c:
|
|
6897 * keymap.c (bucky_sym_to_bucky_bit):
|
|
6898 * keymap.c (control_meta_superify):
|
|
6899 * keymap.c (make_key_description):
|
|
6900 * keymap.c (keymap_lookup_directly):
|
|
6901 * keymap.c (create_bucky_submap):
|
|
6902 * keymap.c (keymap_store):
|
|
6903 * keymap.c (define_key_check_and_coerce_keysym):
|
|
6904 * keymap.c (define_key_parser):
|
|
6905 * keymap.c (define_key_alternate_name):
|
|
6906 * keymap.c (Fdefine_key):
|
|
6907 * keymap.c (raw_lookup_key_mapper):
|
|
6908 * keymap.c (struct map_keymap_unsorted_closure):
|
|
6909 * keymap.c (map_keymap_unsorted_mapper):
|
|
6910 * keymap.c (map_keymap_sort_predicate):
|
|
6911 * keymap.c (map_keymap_sorted):
|
|
6912 * keymap.c (accessible_keymaps_mapper_1):
|
|
6913 * keymap.c (where_is_recursive_mapper):
|
|
6914 * keymap.c (describe_map_mapper):
|
|
6915 * keymap.c (describe_map_sort_predicate):
|
|
6916 * keymap.c (describe_map):
|
|
6917 * keymap.c (complex_vars_of_keymap):
|
|
6918 And a number of other files, the key modifier preprocessor
|
|
6919 constants that xemacs uses have names that conflict with constants
|
|
6920 defined under MS Windows for other purposes, so they were renamed
|
|
6921 to begin with the prefix XEMACS_. The variables that hold such
|
|
6922 modifiers were changed to consistently be of type int to fix
|
|
6923 various compile warnings.
|
|
6924
|
|
6925 * console.c (complex_vars_of_console):
|
|
6926 * device.c:
|
|
6927 * device-msw.c:
|
|
6928 * device-msw.c (mswindows_finish_init_device):
|
|
6929 * device-msw.c (msw_get_workspace_coords):
|
|
6930 * device-msw.c (mswindows_device_system_metrics):
|
|
6931 and various other files, added support for a new
|
|
6932 device property called offset-workspace which returns the position
|
|
6933 of the upper left corner of the workspace area and goes along with
|
|
6934 the existing size-workspace property.
|
|
6935
|
|
6936 * dialog-msw.c:
|
|
6937 * dialog-msw.c (push_bufbyte_string_as_unicode):
|
|
6938 * dialog-msw.c (mswindows_popup_dialog_box):
|
|
6939 Added support for XEmacs-style accelerator specifications in
|
|
6940 button text. Note: I didn't add support for this under X Windows,
|
|
6941 and somebody needs to do this.
|
|
6942
|
|
6943 * dialog.c:
|
|
6944 * dialog.c (Fpopup_dialog_box):
|
|
6945 Documented the support for accelerators that was just mentioned.
|
|
6946
|
|
6947 editfns.c (get_home_directory): Changed behavior under Windows
|
|
6948 when HOME not defined; former behavior was irretrievably broken.
|
|
6949
|
|
6950 * emacs.c:
|
|
6951 * emacs.c (main_1):
|
|
6952 * emacs.c (main):
|
|
6953 * minibuf.c (clear_echo_area_internal):
|
|
6954 * minibuf.c (echo_area_append):
|
|
6955 * print.c:
|
|
6956 * print.c (std_handle_out_external):
|
|
6957 * print.c (std_handle_out_va):
|
|
6958 * print.c (fatal):
|
|
6959 * print.c (write_string_to_stdio_stream):
|
|
6960 * print.c (output_string):
|
|
6961 * print.c (debug_print):
|
|
6962 * print.c (debug_backtrace):
|
|
6963 * print.c (debug_short_backtrace):
|
|
6964 Cleaned up the code that prints text to stdout so that this can be
|
|
6965 changed to output into a console window instead under MS Windows,
|
|
6966 as described above.
|
|
6967
|
|
6968 * eval.c:
|
|
6969 * eval.c (DEFEND_AGAINST_THROW_RECURSION):
|
|
6970 * eval.c (internal_catch):
|
|
6971 * eval.c (unwind_to_catch):
|
|
6972 * eval.c (throw_or_bomb_out):
|
|
6973 * eval.c (condition_case_1):
|
|
6974 * eval.c (signal_1):
|
|
6975 * eval.c (check_error_state_sanity):
|
|
6976 * eval.c (call_with_suspended_errors_1):
|
|
6977 * eval.c (call_with_suspended_errors):
|
|
6978 * eval.c (reinit_vars_of_eval):
|
|
6979 Added code to catch throw loops and check for a pesky bug that may
|
|
6980 be gone now.
|
|
6981
|
|
6982 * event-msw.c:
|
|
6983 * event-msw.c (key_needs_default_processing_p):
|
|
6984 * event-msw.c (mswindows_wnd_proc):
|
|
6985 * event-msw.c (mswindows_modifier_state):
|
|
6986 * event-msw.c (emacs_mswindows_quit_p):
|
|
6987 * event-msw.c (vars_of_event_mswindows):
|
|
6988 a) Added support for using the alt key to select menu items as is
|
|
6989 standard under MS Windows. This is controlled using the variable
|
|
6990 menu-accelerator-enabled, just like under X Windows. There is an
|
|
6991 option on the options menu to turn this support on. I really
|
|
6992 think that it should be on by default under Windows, but I'm not
|
|
6993 going to make this change yet.
|
|
6994
|
|
6995 b) Added support for dynamic display size changes under Windows.
|
|
6996
|
|
6997 * event-stream.c:
|
|
6998 * event-stream.c (maybe_echo_keys):
|
|
6999 * event-stream.c (Fnext_event):
|
|
7000 * event-stream.c (command_builder_find_leaf):
|
|
7001 * event-stream.c (lookup_command_event):
|
|
7002 * event-stream.c (execute_command_event):
|
|
7003 * event-stream.c (pre_command_hook):
|
|
7004 * event-stream.c (post_command_hook):
|
|
7005 * event-stream.c (syms_of_event_stream):
|
|
7006 * event-stream.c (vars_of_event_stream):
|
|
7007 * event-stream.c (complex_vars_of_event_stream):
|
|
7008 * events.h (struct command_builder):
|
|
7009
|
|
7010 a) Tried to clean up a little bit the horribly written x-specific
|
|
7011 accelerator code that crept into this file. I moved this code
|
|
7012 into menubar-x.c where it belongs. I also needed to move the
|
|
7013 command builder structure into the file events.h because it is
|
|
7014 accessed directly by this accelerator code. What I didn't do, but
|
|
7015 which should be done at some point, is to properly abstract this
|
|
7016 code using device methods instead of the kludgy way that it
|
|
7017 currently hooks into the event code.
|
|
7018
|
|
7019 b) Added the lisp variables this-command-properties and
|
|
7020 last-command- properties, which should be used to synchronize two
|
|
7021 adjacent commands in preference to playing games with the variable
|
|
7022 this-command, which is typically what happens.
|
|
7023
|
|
7024 c) Added some slightly nasty code to hook into the lisp support
|
|
7025 for shifted- motion-key selection. This is actually necessary for
|
|
7026 somewhat complicated reasons, which are described in
|
|
7027 simple.el. (NB: I think the proper thing would be to have the code
|
|
7028 that calls the pre and post command hooks also call out to generic
|
|
7029 lisp functions in simple.el, where all built-in stuff could be
|
|
7030 added. I will think about this more.)
|
|
7031
|
|
7032 * event-unixoid.c (poll_fds_for_input):
|
|
7033 * lread.c (readchar):
|
|
7034 * redisplay-tty.c (tty_clear_frame):
|
|
7035 * redisplay-x.c (x_get_gc):
|
|
7036 * signal.c (interrupt_signal):
|
|
7037 And a whole bunch of other files: fixed up places that printed
|
|
7038 directly to stderr to instead call the function stderr_out so that
|
|
7039 the changes I made under Windows work correctly.
|
|
7040
|
|
7041 * filemode.c (mode_string):
|
|
7042 Warning fixes.
|
|
7043
|
|
7044 * frame-msw.c:
|
|
7045 * frame-msw.c (mswindows_size_frame_internal):
|
|
7046 Fixed the computation of frame size and position to keep the frame
|
|
7047 within the workspace area, rather than within the physical
|
|
7048 dimensions of the screen, so that the frame doesn't overlap window
|
|
7049 manager decorations, such as the start menu and toolbar, typically
|
|
7050 at the bottom of the screen.
|
|
7051
|
|
7052 * frame.c (vars_of_frame):
|
|
7053 Changed the default frame title format under MS Windows to consist
|
|
7054 of buffername-XEmacs, which is standard under MS Windows. I think
|
|
7055 it might be a good idea to change this everywhere because I think
|
|
7056 it is superior to the current frame title format, but this is the
|
|
7057 kind of change that is likely to cause some people to get annoyed,
|
|
7058 so I'm not making it.
|
|
7059
|
|
7060 * glyphs-eimage.c (png_instantiate): Fixed some compile warnings.
|
|
7061
|
|
7062 * gui-msw.c (mswindows_handle_gui_wm_command):
|
|
7063 Fixed compile warnings.
|
|
7064
|
|
7065 * gui-x.c:
|
|
7066 * gui-x.c (strdup_and_add_accel):
|
|
7067 * gui-x.c (button_item_to_widget_value):
|
|
7068 * gui-x.h:
|
|
7069 Added code to automatically put an accelerator onto the beginning
|
|
7070 of menu items that don't have one as is now the standard, and is
|
|
7071 described more later. Also fixed things so that the menu item
|
|
7072 name can be an evaluated expression, again a new standard.
|
|
7073
|
|
7074 * gui.c:
|
|
7075 * gui.c (gui_item_add_keyval_pair):
|
|
7076 * gui.c (make_gui_item_from_keywords_internal):
|
|
7077 * gui.c (gui_add_item_keywords_to_plist):
|
|
7078 * gui.c (gui_item_accelerator):
|
|
7079 * gui.c (gui_name_accelerator):
|
|
7080 * gui.c (gui_item_included_p):
|
|
7081 * gui.c (gui_item_display_flush_left):
|
|
7082 * gui.c (gui_item_display_flush_right):
|
|
7083 * gui.c (parse_gui_item_tree_item):
|
|
7084 * gui.c (parse_gui_item_tree_children):
|
|
7085 * gui.c (parse_gui_item_tree_list):
|
|
7086 Mule-ized. Cleanup. GCPRO addition.
|
|
7087
|
|
7088 * line-number.c (buffer_line_number):
|
|
7089 * lisp.h:
|
|
7090 * lisp.h (EMACS_INT_MAX):
|
|
7091 Added the manifest constant EMACS_INT_MIN corresponding to the
|
|
7092 existing constant EMACS_INT_MAX. This is partially to fix compile
|
|
7093 warnings under Windows, and partly for cleanliness.
|
|
7094
|
|
7095 * menubar-msw.c:
|
|
7096 * menubar-msw.c (REPLACE_ME_WITH_GLOBAL_VARIABLE_WHICH_CONTROLS_RIGHT_FLUSH):
|
|
7097 * menubar-msw.c (msw_translate_menu_or_dialog_item):
|
|
7098 * menubar-msw.c (displayable_menu_item):
|
|
7099 * menubar-msw.c (populate_menu_add_item):
|
|
7100 * menubar-msw.c (populate_or_checksum_helper):
|
|
7101 * menubar-msw.c (populate_menu):
|
|
7102 * menubar-msw.c (update_frame_menubar_maybe):
|
|
7103 * menubar-msw.c (prune_menubar):
|
|
7104 * menubar-msw.c (msw_char_is_accelerator):
|
|
7105 * menubar-msw.c (unsafe_handle_wm_initmenu_1):
|
|
7106 * menubar-msw.c (mswindows_handle_wm_command):
|
|
7107 * menubar-msw.c (mswindows_handle_wm_initmenupopup):
|
|
7108 * menubar-msw.c (mswindows_handle_wm_initmenu):
|
|
7109 * menubar-msw.c (mswindows_update_frame_menubars):
|
|
7110 * menubar-msw.c (mswindows_free_frame_menubars):
|
|
7111 * menubar-msw.c (mswindows_popup_menu):
|
|
7112 Fixed a bug in handling accelerators where an extra character
|
|
7113 would be displayed in the menu item. Also generalized the
|
|
7114 function displayable_menu_item because it is now used by the
|
|
7115 dialog box code as well. And finally, added code in the functions
|
|
7116 that create the menubar to extract a list of accelerators for the
|
|
7117 top level menubar, which is used in the event code to determine
|
|
7118 whether a particular alt-key combination should be used to invoke
|
|
7119 a menu item, or should be passed through to access the standard
|
|
7120 XEmacs keymap binding for this key combination.
|
|
7121
|
|
7122 Much needed GCPROing.
|
|
7123
|
|
7124 * menubar-x.c:
|
|
7125 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
7126 * menubar-x.c (menu_item_descriptor_to_widget_value):
|
|
7127 * menubar-x.c (restore_in_menu_callback):
|
|
7128 * menubar-x.c (x_popup_menu):
|
|
7129 * menubar-x.c (menu_move_up):
|
|
7130 * menubar-x.c (menu_move_down):
|
|
7131 * menubar-x.c (menu_move_left):
|
|
7132 * menubar-x.c (menu_move_right):
|
|
7133 * menubar-x.c (menu_select_item):
|
|
7134 * menubar-x.c (command_builder_operate_menu_accelerator):
|
|
7135 * menubar-x.c (menu_accelerator_junk_on_error):
|
|
7136 * menubar-x.c (command_builder_find_menu_accelerator):
|
|
7137 * menubar-x.c (Faccelerate_menu):
|
|
7138 * menubar.h:
|
|
7139 Moved a whole bunch of code here that was previously in
|
|
7140 event-stream.c as described above. There is also code connected
|
|
7141 to the new standard of adding an accelerator to the beginning of
|
|
7142 menu items that don't have one as described above and below.
|
|
7143
|
|
7144 * menubar.c:
|
|
7145 * menubar.c (menu_parse_submenu_keywords):
|
|
7146 * menubar.c (Fmenu_find_real_submenu):
|
|
7147 * menubar.c (Fnormalize_menu_item_name):
|
|
7148 * menubar.c (syms_of_menubar):
|
|
7149 * menubar.c (vars_of_menubar):
|
|
7150 * menubar.c (complex_vars_of_menubar):
|
|
7151
|
|
7152 a) Cleaned up a bunch of documentation and improved it.
|
|
7153
|
|
7154 b) XEmacs now automatically adds an accelerator onto the beginning
|
|
7155 of any menu items that don't have one. I did this because there
|
|
7156 will inevitably be some menu items on the main menubar that don't
|
|
7157 have accelerators on them because the package that adds that
|
|
7158 particular menu item hasn't yet been fixed up to have accelerators
|
|
7159 in them and it looked rather strange to have some items with and
|
|
7160 some items without accelerators, especially since even in items
|
|
7161 without accelerators, you can, at least under windows, still
|
|
7162 access the item through an accelerator corresponding to the first
|
|
7163 character in the item's name. If people don't like this behavior,
|
|
7164 I can add a variable to turn it off optionally, but I'm not sure
|
|
7165 this is a good idea because we really do need to have accelerators
|
|
7166 on all of the menu items, and if a package doesn't like the
|
|
7167 accelerators being put on the first character, then it should put
|
|
7168 the accelerators where they belong.
|
|
7169
|
|
7170 c) I made a behavior change, which is that the descriptor that
|
|
7171 specifies the text of the menu item, which formerly was just a
|
|
7172 string, can now also be an evaluated expression. This makes this
|
|
7173 descriptor parallel with all of the others, which could also be
|
|
7174 evaluated expressions. This also obviates the need for the
|
|
7175 keyword :label, which was previously listed in the documentation
|
|
7176 as unimplemented, and which was for the same purpose.
|
|
7177
|
|
7178 d) GCPROing.
|
|
7179
|
|
7180 * ntproc.c:
|
|
7181 * ntproc.c (new_child):
|
|
7182 * ntproc.c (sys_spawnve):
|
|
7183 * ntproc.c (find_child_console):
|
|
7184 * ntproc.c (sys_kill):
|
|
7185 Fixed compile warnings. By the way, this file should really go
|
|
7186 away entirely, and this will happen as soon as Kirill makes his
|
|
7187 final round of process cleanups, which affect the function
|
|
7188 call-process.
|
|
7189
|
|
7190 * process-nt.c:
|
|
7191 * process-nt.c (struct nt_process_data):
|
|
7192 * process-nt.c (find_process_from_pid):
|
|
7193 * process-nt.c (send_signal_the_nt_way):
|
|
7194 * process-nt.c (enable_child_signals):
|
|
7195 * process-nt.c (find_child_console):
|
|
7196 * process-nt.c (send_signal_the_95_way):
|
|
7197 * process-nt.c (nt_finalize_process_data):
|
|
7198 * process-nt.c (ensure_console_window_exists):
|
|
7199 * process-nt.c (nt_create_process):
|
|
7200 * process-nt.c (nt_kill_child_process):
|
|
7201 * process-nt.c (nt_kill_process_by_pid):
|
|
7202 * process-nt.c (nt_open_network_stream):
|
|
7203 * process-nt.c (vars_of_process_nt):
|
|
7204 Copied over code from Emacs 20.5 to correctly send signals to sub-
|
|
7205 processes under Windows 95. Also added code to automatically
|
|
7206 create and hide console window when a sub-process is created under
|
|
7207 Windows 95, which obviates the need for the separate runemacs.exe
|
|
7208 executable, and finally implemented some variables that were
|
|
7209 implemented in Emacs 20.5, but previously not in XEmacs. These
|
|
7210 include mswindows- start-process-share-console and
|
|
7211 mswindows-start-process-inherit-error-mode. (Both of these only
|
|
7212 apply to Windows 95.)
|
|
7213
|
|
7214 * regex.c (regex_compile): Fixed a compile warning.
|
|
7215
|
|
7216 * select-msw.c:
|
|
7217 * select-msw.c (mswindows_own_selection):
|
|
7218 * select-msw.c (mswindows_get_foreign_selection):
|
|
7219 * select-msw.c (mswindows_disown_selection):
|
|
7220 * select-msw.c (console_type_create_select_mswindows):
|
|
7221 * select-msw.c (syms_of_select_mswindows):
|
|
7222 Cleaned up the file and implemented the device method
|
|
7223 selection_exists_p, which had accidentally been left out. Also
|
|
7224 removed four lisp functions that were remnants from before the
|
|
7225 time when the selection code was properly device abstracted.
|
|
7226 These functions are no longer needed because there are generic
|
|
7227 equivalents, and because they were added recently and don't exist
|
|
7228 in FSF Emacs, I don't think there's any problem with just deleting
|
|
7229 them.
|
|
7230
|
|
7231 * sysdep.c:
|
|
7232 * sysdep.c (sys_subshell):
|
|
7233 Fixed a compile warning, although in this case there's probably
|
|
7234 something wrong with this code, and it ought to be looked into
|
|
7235 more thoroughly by somebody who understands it.
|
|
7236
|
|
7237 * window.c:
|
|
7238 * window.c (Fwindow_text_area_height):
|
|
7239 * window.c (Fwindow_width):
|
|
7240 * window.c (Fwindow_full_width):
|
|
7241 * window.c (Fwindow_pixel_width):
|
|
7242 * window.c (debug_print_window):
|
|
7243 * window.c (syms_of_window):
|
|
7244 Added functions window-text-area-height and window-full-width,
|
|
7245 which are functions for returning various width and height
|
|
7246 characteristics of a window. (One of these functions is necessary
|
|
7247 for making the file dialog box work correctly, and the other one
|
|
7248 was added for completeness.) Also added a table to the
|
|
7249 documentation for window-height which describes the entire scheme
|
|
7250 for accessing width and height characteristics of a window.
|
|
7251
|
|
7252 2000-03-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
7253
|
|
7254 * nt.c (fstat): Added a comment for another problem with
|
|
7255 non-encapsulated [f]stat(), reported by Adrian Aichner
|
|
7256 <aichner@ecf.teradyne.com>.
|
|
7257
|
|
7258 2000-03-11 Andy Piper <andy@xemacs.org>
|
|
7259
|
|
7260 * window.c (make_dummy_parent): initialize subwindow instance
|
|
7261 cache.
|
|
7262 (Fset_window_configuration): zero extent_modiff.
|
|
7263
|
|
7264 2000-03-10 Andy Piper <andy@xemacs.org>
|
|
7265
|
|
7266 * redisplay.c (Fredraw_frame): reset the changed_set flags so that
|
|
7267 more changes can be triggered.
|
|
7268 (Fredisplay_frame): ditto.
|
|
7269 (Fredraw_device): ditto.
|
|
7270 (Fredisplay_device): ditto.
|
|
7271 (redisplay_frame): make non-static.
|
|
7272 (redisplay_frame): call update_frame_gutter_geometry outside of
|
|
7273 display proper.
|
|
7274
|
|
7275 * gutter.h: declare update_frame_gutter_geometry.
|
|
7276
|
|
7277 * redisplay.h: declare redisplay_frame.
|
|
7278
|
|
7279 * gutter.c (update_frame_gutter_geometry): move geometry changes
|
|
7280 in update_frame_gutters here. Geometry changes can only occur
|
|
7281 outside of redisplay.
|
|
7282 (update_frame_gutters): remove geometry change code.
|
|
7283 (Fredisplay_gutter_area): make sure that we are in display when we
|
|
7284 update and that we have flushed any size changes.
|
|
7285
|
|
7286 2000-03-11 Andy Piper <andy@xemacs.org>
|
|
7287
|
|
7288 * alloc.c (pdump_dump_data): remove i & count shadows.
|
|
7289
|
|
7290 2000-02-27 Mike Alexander <mta@arbortext.com>
|
|
7291
|
|
7292 * sysdep.h: Declare pdump_read_file
|
|
7293
|
|
7294 * sysdep.c (pdump_read_file): New function
|
|
7295
|
|
7296 * alloc.c (pdump_load): Call pdump_read_file to get the portable
|
|
7297 dump data
|
|
7298
|
|
7299 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
|
|
7300
|
|
7301 * lrecord.h: add `lrecord_type_pgsetenv'.
|
|
7302
|
|
7303 2000-03-08 SL Baur <steve@musashimaru.m17n.org>
|
|
7304
|
|
7305 * symsinit.h: declare (vars|syms)_of* functions.
|
|
7306 * lrecord.h: add `lrecord_type_pgconn' and 'lrecord_type_pgresult'.
|
|
7307
|
|
7308 2000-03-06 SL Baur <steve@musashimaru.m17n.org>
|
|
7309
|
|
7310 * config.h.in: Add symbols HAVE_POSTGRESQL and HAVE_POSTGRESQLV7
|
|
7311
|
|
7312 * inline.c: Include postgresql.h lrecord stuffs to placate buggy
|
|
7313 GCCs.
|
|
7314
|
|
7315 * emacs.c (main_1): Call postgres initialization code.
|
|
7316
|
|
7317 * postgresql.h: New file. PostgreSQL RDBMS support.
|
|
7318 * postgresql.c: New file.
|
|
7319
|
|
7320 2000-03-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
7321
|
|
7322 * redisplay-output.c (redisplay_output_display_block): Disable
|
|
7323 redundant code.
|
|
7324
|
|
7325 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
7326
|
|
7327 * mule-canna.c (Fcanna_henkan_region): Translate doc-string.
|
|
7328 (Fcanna_henkan_next): Ditto.
|
|
7329 (Fcanna_bunsetu_henkou): Ditto.
|
|
7330 (Fcanna_henkan_kakutei): Ditto.
|
|
7331 (Fcanna_henkan_end): Ditto.
|
|
7332 (Fcanna_henkan_quit): Ditto.
|
|
7333 (Fcanna_henkan_next): Set retun value correctly.
|
|
7334 (c2mu): Use unsigned char instead of signed char.
|
|
7335
|
|
7336 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
7337
|
|
7338 * emacs.c (main_1): Always call syms_of_gui.
|
|
7339 * inline.c: include gui.h
|
|
7340
|
|
7341 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
7342
|
|
7343 * redisplay.c (Vvisible_bell): Renamed from visible_bell and
|
|
7344 converted to Lisp_Object.
|
|
7345 (Qtop_bottom): New variable.
|
|
7346 (syms_of_redisplay): Initialize it.
|
|
7347 * redisplay.h (Vvisible_bell): Ditto.
|
|
7348 * sound.c (ding): Ditto and check if Vvisible_bell is nil.
|
|
7349 * redisplay-x.c (x_flash): When Vvisible_bell is top-bottom,
|
|
7350 only flash top and bottom.
|
|
7351
|
|
7352 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
7353
|
|
7354 * buffer.c (Frename_buffer): record new buffer name the right way.
|
|
7355
|
|
7356 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
7357
|
|
7358 * glyphs.c (update_subwindow): increase hash depth so that widget
|
|
7359 items get picked up properly.
|
|
7360
|
|
7361 * redisplay-output.c (compare_runes): increase hash depth so that
|
|
7362 widget items get picked up properly.
|
|
7363
|
|
7364 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
7365
|
|
7366 * gutter.c (output_gutter): add some debug.
|
|
7367
|
|
7368 * glyphs.h (struct Lisp_Image_Instance): add display_hash.
|
|
7369 (IMAGE_INSTANCE_DISPLAY_HASH): new macro.
|
|
7370 (XIMAGE_INSTANCE_DISPLAY_HASH): ditto.
|
|
7371
|
|
7372 * redisplay-output.c (compare_runes): use display_hash to
|
|
7373 determine if glyphs really are not the same.
|
|
7374
|
|
7375 * glyphs.c (update_subwindow): check display_hash to see if
|
|
7376 anything really needs to be updated. If not then do
|
|
7377 nothing. Record the display_hash after updating.
|
|
7378 (image_instance_equal): compare the image_instance face also.
|
|
7379
|
|
7380 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
7381
|
|
7382 * redisplay.h: Fix comment style.
|
|
7383
|
|
7384 2000-03-08 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7385
|
|
7386 * consle-msw.h (struct mswindows_frame):
|
|
7387 Added new member paint_pending to indicate whether a WM_PAINT
|
|
7388 magic event has been queued for this frame.
|
|
7389
|
|
7390 * event-msw.c (mswindows_drain_windows_queue):
|
|
7391 Don't queue a WM_PAINT magic event if one is already queued.
|
|
7392 (emacs_mswindows_handle_magic_event): clear paint_pending flag.
|
|
7393
|
|
7394 * frame-msw.c (mswindows_init_frame_1): initialise paint_pending flag.
|
|
7395
|
|
7396 2000-03-07 Didier Verna <didier@xemacs.org>
|
|
7397
|
|
7398 * dired.c: #include `regex.h' after `sysfile.h'.
|
|
7399
|
|
7400 2000-03-06 Martin Buchholz <martin@xemacs.org>
|
|
7401
|
|
7402 * sound.c (init_nas_sound): Fix compiler warning.
|
|
7403
|
|
7404 * alloc.c (ALIASING_VOIDPP_DEREFERENCE): New.
|
|
7405 (FREE_STRUCT_P):
|
|
7406 (MARK_STRUCT_AS_FREE):
|
|
7407 (MARK_STRUCT_AS_NOT_FREE):
|
|
7408 Make `gcc -fstrict-aliasing' work properly.
|
|
7409
|
|
7410 2000-03-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7411
|
|
7412 * device-msw.c (mswindows_finish_init_device): Call CoInitialize().
|
|
7413 (mswindows_delete_device): Call CoUnnitialize().
|
|
7414
|
|
7415 * event-msw.c (mswindows_wnd_proc): WM_DROPFILES: Decode Shortcuts.
|
|
7416
|
|
7417 2000-02-25 <CraigL@DyCon.com>
|
|
7418
|
|
7419 * process-nt.c: MinGW now has <shellapi.h>, but still needs
|
|
7420 <errno.h>.
|
|
7421
|
|
7422 * sysdep.c: This extern declaration for environ prevents MinGW
|
|
7423 from finding the variable in CRTDLL.DLL.
|
|
7424
|
|
7425 * s\mingw32.h (PBS_SMOOTH): Removed, now defined in cygwin's
|
|
7426 windows headers.
|
|
7427 (SHGFI_EXETYPE): ..
|
|
7428 (WM_MOUSEWHEEL): ..
|
|
7429 (_WIN32_IE): Added, needed to get the TCS_BOTTOM and TCS_VERTICAL
|
|
7430 definitions.
|
|
7431 (MMRESULT): Removed, now defined in cygwin's windows headers.
|
|
7432 (TIMECAPS): ..
|
|
7433 (uid_t,gid_t,pid_t,ssize_t): ..
|
|
7434 (_timeb): Removed, MinGW defines both _timeb and timeb.
|
|
7435 (HAVE_H_ERRNO): Added.
|
|
7436 (HAVE_TZNAME): Added, configure is not detecting this.
|
|
7437
|
|
7438 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
7439
|
|
7440 * chartab.h (XCHAR_TABLE_VALUE_UNSAFE): New macro.
|
|
7441 * syntax.c (syntax_match): Use it.
|
|
7442
|
|
7443 * cmds.c: Import auto-fill-chars from FSF Emacs.
|
|
7444 (Vauto_fill_chars): New variables.
|
|
7445 (internal_self_insert): Check Vauto_fill_chars.
|
|
7446 (vars_of_cmds):
|
|
7447 Declare auto-fill-chars as a Lisp variable and initialize it.
|
|
7448
|
|
7449 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7450
|
|
7451 * fileio.c (Fmake_symbolic_link):
|
|
7452 (Ffile_symlink_p):
|
|
7453 Run handlers even if local machine doesn't have symlinks.
|
|
7454
|
|
7455 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7456
|
|
7457 * event-msw.c (mswindows_drain_windows_queue):
|
|
7458 Don't generate paint magic events for non-XEmacs frames.
|
|
7459
|
|
7460 2000-03-05 Andy Piper <andy@xemacs.org>
|
|
7461
|
|
7462 * redisplay.c (redisplay_frame): generate_displayable_area and
|
|
7463 friends assumes that we are not in GC, we therefore have to make
|
|
7464 sure that this doesn't happen.
|
|
7465
|
|
7466 * gutter.c (calculate_gutter_size): generate_displayable_area
|
|
7467 assumes that we are not in GC, we therefore have to make sure that
|
|
7468 this doesn't happen.
|
|
7469
|
|
7470 2000-03-05 Martin Buchholz <martin@xemacs.org>
|
|
7471
|
|
7472 * opaque.c (DEFINE_LRECORD_IMPLEMENTATION): opaque_ptr ==> opaque-ptr
|
|
7473
|
|
7474 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7475
|
|
7476 * redisplay.c (regenerate_window): Make sure we set a sane value
|
|
7477 for end_pos even if we jump out of the loop.
|
|
7478 (regenerate_window): Answer Ben's question :-).
|
|
7479 (start_end_of_last_line): Add may_error argument.
|
|
7480 (start_of_last_line):
|
|
7481 (end_of_last_line): Pass may_error = 0.
|
|
7482 (end_of_last_line_may_error): New function.
|
|
7483 (pixel_to_glyph_translation): Use it, so we don't crash in
|
|
7484 event_to_glyph.
|
|
7485
|
|
7486 2000-03-04 Andy Piper <andy@xemacs.org>
|
|
7487
|
|
7488 * window.h (struct window): add gutter_extent_modiff.
|
|
7489
|
|
7490 * window.c (allocate_window): zero out gutter_extent_modiff.
|
|
7491
|
|
7492 * redisplay.h: declare sync_display_line_structs.
|
|
7493
|
|
7494 * redisplay.c (add_glyph_rune): add a better comment.
|
|
7495
|
|
7496 * redisplay-output.c (sync_display_line_structs): made non-static.
|
|
7497 (compare_runes): remove unneccesary glyph cachel access.
|
|
7498
|
|
7499 * gutter.h: declare gutter_extent_signal_changed_region_maybe.
|
|
7500
|
|
7501 * gutter.c (output_gutter): don't output the gutter if extent
|
|
7502 changes only involve extents in buffers. use 4 sets of display
|
|
7503 lines.
|
|
7504 (gutter_extent_signal_changed_region_maybe): new function. Mark
|
|
7505 extents in gutters as changed.
|
|
7506 (update_frame_gutters): use 4 sets of display lines.
|
|
7507 (reset_gutter_display_lines): ditto.
|
|
7508 (free_frame_gutters): ditto.
|
|
7509 (redraw_exposed_gutter): force output of gutters.
|
|
7510
|
|
7511 * frame.h (struct frame): add 4 sets of gutter display lines.
|
|
7512
|
|
7513 * extents.c: (extent_changed_for_redisplay): signal changes to
|
|
7514 extents in strings in the gutter as well as extents in buffers.
|
|
7515
|
|
7516 2000-03-02 Andy Piper <andy@xemacs.org>
|
|
7517
|
|
7518 * gutter.c (specifier_vars_of_gutter): cosmetic changes.
|
|
7519
|
|
7520 * frame.c (Fmake_frame): make sure the gutters get initialized
|
|
7521 after the frame is visible.
|
|
7522 (set_frame_selected_window): re-arrange compilation macros a
|
|
7523 little.
|
|
7524 (change_frame_size_1): mark gutters changed.
|
|
7525
|
|
7526 * device.c (Fset_device_class): mark gutters changed.
|
|
7527
|
|
7528 2000-03-01 Andy Piper <andy@xemacs.org>
|
|
7529
|
|
7530 * window.c (window_top_frame_gutter_height): deleted.
|
|
7531 (window_bottom_frame_gutter_height): ditto.
|
|
7532 (window_left_frame_gutter_height): ditto.
|
|
7533 (window_right_frame_gutter_height): ditto.
|
|
7534 (window_top_gutter_height): don't use them.
|
|
7535 (window_bottom_gutter_height): ditto.
|
|
7536 (window_left_gutter_width): ditto.
|
|
7537 (window_right_gutter_width): ditto.
|
|
7538 (Fsplit_window): ditto.
|
|
7539 (Fwindow_pixel_edges): don't use border dimensions here.
|
|
7540
|
|
7541 * scrollbar.c (update_scrollbar_instance): don't take gutters into account.
|
|
7542 (update_scrollbar_instance): ditto.
|
|
7543
|
|
7544 * redisplay.c (generate_modeline): don't take gutters into account.
|
|
7545 (generate_modeline): ditto.
|
|
7546 (redisplay_frame): small gutter display optimization.
|
|
7547
|
|
7548 * redisplay-x.c (x_output_vertical_divider): don't take gutters into account.
|
|
7549
|
|
7550 * redisplay-msw.c (mswindows_output_vertical_divider): don't take
|
|
7551 gutters into account.
|
|
7552
|
|
7553 * gutter.h (WINDOW_REAL_*_GUTTER_BOUNDS): remove bogus checks
|
|
7554 for window position and type.
|
|
7555
|
|
7556 * gutter.c (get_gutter_coords): fix for frame gutters.
|
|
7557 (update_frame_gutters): update frame geometry if the gutters have
|
|
7558 changed.
|
|
7559 (init_frame_gutters): record current gutter geometries.
|
|
7560
|
|
7561 * glyphs-msw.c (mswindows_subwindow_instantiate): remove unused
|
|
7562 var.
|
|
7563 (mswindows_widget_instantiate): ditto.
|
|
7564
|
|
7565 * frame.h (struct frame): add current_gutter_bounds.
|
|
7566
|
|
7567 * frame.c (change_frame_size_1): position window and minibuffer
|
|
7568 appropriately taking into account the frame gutters.
|
|
7569
|
|
7570 * frame-x.c: (x_initialize_frame_size): take into account the
|
|
7571 frame gutters.
|
|
7572
|
|
7573 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
7574
|
|
7575 * emacs.c (data-directory): Xref `locate-data-file' in docstring.
|
|
7576
|
|
7577 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
7578
|
|
7579 * alloc.c (dumpopaquevec): Increase dimension for --with-canna.
|
|
7580
|
|
7581 1999-12-30 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
7582
|
|
7583 * file-coding.c (reset_decoding_stream): Clear previous
|
|
7584 detection state when autodetect.
|
|
7585
|
|
7586 2000-02-29 Didier Verna <didier@xemacs.org>
|
|
7587
|
|
7588 * extents.c (set_extent_glyph_1): don't require extents to be
|
|
7589 attached.
|
|
7590
|
|
7591 2000-02-27 Andy Piper <andy@xemacs.org>
|
|
7592
|
|
7593 * gutter.c (Fset_default_gutter_position): don't default left and
|
|
7594 right gutter visibility to t.
|
|
7595 (Fset_default_gutter_position): run
|
|
7596 default-gutter-position-changed-hook.
|
|
7597 (syms_of_gutter): add default-gutter-position-changed-hook.
|
|
7598
|
|
7599 2000-02-26 Andy Piper <andy@xemacs.org>
|
|
7600
|
|
7601 * specifier.c (Fmake_specifier): add gutter references.
|
|
7602
|
|
7603 * gutter.h (RAW_WINDOW_GUTTER): new macro.
|
|
7604
|
|
7605 * lisp.h: declare Fvalid_plist_p.
|
|
7606
|
|
7607 * gutter.c (gutter_geometry_changed_in_window): mark the modeline
|
|
7608 as changed.
|
|
7609 (default_gutter_visible_p_changed_in_window): invalidate gutter as
|
|
7610 well as its visibility so that it gets reconstructed.
|
|
7611 (construct_window_gutter_spec): new function. Construct a string
|
|
7612 to be displayed in the gutter from a plist of strings. Take care
|
|
7613 to only use elements that are declared as visible.
|
|
7614 (calculate_gutter_size): use RAW_WINDOW_GUTTER instead of
|
|
7615 WINDOW_GUTTER.
|
|
7616 (gutter_validate): allow plists of strings in the specifier.
|
|
7617 (gutter_specs_changed): construct the real_gutter from the gutter
|
|
7618 specs using construct_window_gutter_spec.
|
|
7619 (gutter_visible_validate): gutter-visible is a new specifier type.
|
|
7620 (Fgutter_visible_specifier_p): new function for the new specifier.
|
|
7621 (syms_of_gutter): declare gutter-visible and
|
|
7622 Fgutter_visible_specifier_p.
|
|
7623 (specifier_type_create_gutter): intitalize new gutter-visible
|
|
7624 specifier.
|
|
7625 (reinit_specifier_type_create_gutter): ditto.
|
|
7626 (specifier_vars_of_gutter): use new specifier type for gutter
|
|
7627 visibility.
|
|
7628 (init_frame_gutters): construct real_gutter correctly.
|
|
7629 (Fgutter_specifier_p): beef up documentation.
|
|
7630 (Fgutter_size_specifier_p): ditto.
|
|
7631
|
|
7632 * winslots.h: add real_gutter slots.
|
|
7633
|
|
7634 2000-02-25 Andy Piper <andy@xemacs.org>
|
|
7635
|
|
7636 * device-msw.c: Be kind to older cygwin versions. From Raymond
|
|
7637 Toy <toy@rtp.ericsson.se>.
|
|
7638
|
|
7639 * gui-msw.c (Fmswindows_shell_execute): Remove things unknown to
|
|
7640 earlier cygwins. From Raymond Toy <toy@rtp.ericsson.se>.
|
|
7641
|
|
7642 2000-02-25 Martin Buchholz <martin@xemacs.org>
|
|
7643
|
|
7644 * elhash.c (MARK_OBJ): Practice macro hygiene.
|
|
7645
|
|
7646 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
7647
|
|
7648 * miscplay.c: s/__inline__/inline/g;
|
|
7649 * glyphs-msw.c (set_mono_pixel): INLINE ==> static inline
|
|
7650 (get_device_compdc): INLINE ==> static inline
|
|
7651 * *.[ch]: Change INLINE to INLINE_HEADER globally.
|
|
7652 find -name '*.h' | \
|
|
7653 xargs global-replace \
|
|
7654 's/(^|(?<=[^A-Za-z0-9_]))INLINE((?=[^A-Za-z0-9_])|$)/INLINE_HEADER/g'
|
|
7655
|
|
7656 2000-02-25 Andy Piper <andy@xemacs.org>
|
|
7657
|
|
7658 * window.c (window_top_frame_gutter_height): new function.
|
|
7659 (window_top_window_gutter_height): ditto.
|
|
7660 (window_top_gutter_height): use them.
|
|
7661 (window_bottom_frame_gutter_height): new function.
|
|
7662 (window_bottom_window_gutter_height): ditto.
|
|
7663 (window_bottom_gutter_height): use them.
|
|
7664 (window_left_window_gutter_width): new function.
|
|
7665 (window_left_frame_gutter_width): ditto.
|
|
7666 (window_left_gutter_width): use them.
|
|
7667 (window_right_window_gutter_width): new function.
|
|
7668 (window_right_frame_gutter_width): ditto.
|
|
7669 (window_right_gutter_width): use them.
|
|
7670 (window_pixel_height): new function. calulate window pixel height
|
|
7671 with frame gutter involvement.
|
|
7672 (Fsplit_window): calculate new sizes taking frame gutters into
|
|
7673 account.
|
|
7674 (window_char_height_to_pixel_height): don't include frame gutters.
|
|
7675 (window_char_height): use window_pixel_height.
|
|
7676 (window_pixheight): rename from window_pixel_height.
|
|
7677 (change_window_height): use it.
|
|
7678 (window_pixel_height_to_char_height): don't include frame gutters.
|
|
7679 (window_char_width_to_pixel_width): ditto.
|
|
7680
|
|
7681 2000-02-25 Andy Piper <andy@xemacs.org>
|
|
7682
|
|
7683 * glyphs.h (IMAGE_INSTANCE_FACE): glyph might be nil, don't crash
|
|
7684 if it is.
|
|
7685
|
|
7686 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
7687
|
|
7688 * alloc.c (staticpro):
|
|
7689 (staticpro_nodump):
|
|
7690 (dumpstruct):
|
|
7691 (dumpopaque):
|
|
7692 (pdump_wire):
|
|
7693 (pdump_wire_list):
|
|
7694 (compact_string_chars):
|
|
7695 (pdump_dump_wired):
|
|
7696 Convert: if (foo) abort(); ==> assert (! foo);
|
|
7697
|
|
7698 * eldap.c (Fldap_search_basic):
|
|
7699 (Fldap_add):
|
|
7700 (Fldap_modify):
|
|
7701 (Fldap_delete):
|
|
7702 Fix compiler warnings, and possible crashes if (random) return
|
|
7703 value were to be used.
|
|
7704
|
|
7705 2000-02-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
7706
|
|
7707 * device-msw.c: Workaround ResetDC failure.
|
|
7708
|
|
7709 * frame-msw.c (msprinter_init_frame_3): Added an assertion before
|
|
7710 applying a devmode.
|
|
7711
|
|
7712 * redisplay-msw.c (get_frame_dc): Added start_page_p.
|
|
7713 (mswindows_text_width): Do not start printer page.
|
|
7714
|
|
7715 * console-msw.h (CHECK_MSGDI_DEVICE): Added this and friends.
|
|
7716
|
|
7717 * glyphs-msw.c: Added image methods to msprinter console and
|
|
7718 msprinter-specific image instantiation.
|
|
7719
|
|
7720 2000-02-20 Mike Alexander <mta@arbortext.com>
|
|
7721
|
|
7722 * select-msw.c (Fmswindows_set_clipboard): GC protect more things
|
|
7723 to avoid crashes when selection-sets-clipboard is on
|
|
7724 (mswindows_own_selection): ditto
|
|
7725
|
|
7726 2000-02-19 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
7727
|
|
7728 * glyphs-msw.c:
|
|
7729 * redisplay-msw.c (get_frame_dc):
|
|
7730 (get_frame_compdc):
|
|
7731 * console-msw.h:
|
|
7732 * device-msw.c (mswindows_init_device):
|
|
7733 (mswindows_delete_device):
|
|
7734 (msprinter_init_device):
|
|
7735 (msprinter_delete_device):
|
|
7736 * frame-msw.c (mswindows_init_frame_1):
|
|
7737 (mswindows_delete_frame):
|
|
7738 (msprinter_init_frame_3):
|
|
7739 (msprinter_delete_frame): Move compatible DC to device object from
|
|
7740 frame object, for both mswindows and msprinter. Only one at a time
|
|
7741 is needed, it is a real waste to have one per frame!
|
|
7742
|
|
7743 2000-02-23 Andy Piper <andy@xemacs.org>
|
|
7744
|
|
7745 * glyphs.c: add dynamic width and height elements.
|
|
7746 (image_instance_equal): ditto.
|
|
7747
|
|
7748 * glyphs-widget.c (widget_query_geometry): calculate width and
|
|
7749 height dynamically if required.
|
|
7750 (initialize_widget_image_instance): initialize dynamic dimensions.
|
|
7751 (widget_instantiate): pick-up dynamic dimensions.
|
|
7752
|
|
7753 * glyphs.h (struct Lisp_Image_Instance): add width and height for
|
|
7754 dynamic determination. Add appropriate macros.
|
|
7755
|
|
7756 * gutter.h (WINDOW_GUTTER_BORDER_WIDTH): make non-integer
|
|
7757 dimensions safe.
|
|
7758 (WINDOW_GUTTER_SIZE): ditto.
|
|
7759 (WINDOW_GUTTER_SIZE_INTERNAL): ditto.
|
|
7760
|
|
7761 * redisplay-msw.c (get_frame_compdc): gcc can't cope with this
|
|
7762 inline.
|
|
7763 (get_frame_dc): ditto.
|
|
7764
|
|
7765 * redisplay.h (GLOBAL_RESET_CHANGED_FLAGS): don't reset faces
|
|
7766 here.
|
|
7767
|
|
7768 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
7769
|
|
7770 * XEmacs 21.2.31 is released.
|
|
7771
|
|
7772 2000-02-22 Ben Wing <ben@xemacs.org>
|
|
7773
|
|
7774 * ntheap.c (allocate_heap): Make sure `ptr' is initialized.
|
|
7775
|
|
7776 2000-02-22 Andy Piper <andy@xemacs.org>
|
|
7777
|
|
7778 * glyphs-x.c (x_widget_instantiate): don't explicitly resize here.
|
|
7779
|
|
7780 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
7781
|
|
7782 * .dbxrc:
|
|
7783 * .gdbinit:
|
|
7784 * Makefile.in.in: Remove obsolete EMACSBOOTSTRAP... environment
|
|
7785 variables.
|
|
7786
|
|
7787 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
7788
|
|
7789 * s/aix4.h: Declare getaddrinfo broken for AIX 4, which it is.
|
|
7790
|
|
7791 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
7792
|
|
7793 * XEmacs 21.2.30 is released.
|
|
7794
|
|
7795 2000-02-20 Martin Buchholz <martin@xemacs.org>
|
|
7796
|
|
7797 Performance hacking.
|
|
7798 * *.c (syms_of_*):
|
|
7799 Add INIT_LRECORD_IMPLEMENTATION macros, paired with
|
|
7800 DEFINE_LRECORD_IMPLEMENTATION macros in the same file.
|
|
7801 * emacs.c (main_1):
|
|
7802 * lisp.h (DEFUN):
|
|
7803 * console.c (DEFVAR_CONSOLE_LOCAL_1):
|
|
7804 * buffer.c (DEFVAR_BUFFER_LOCAL_1):
|
|
7805 * symeval.h (DEFVAR_SYMVAL_FWD):
|
|
7806 * symbols.c (guts_of_unbound_marker):
|
|
7807 Make all c_readonly objects also lisp_readonly and marked for life.
|
|
7808 * lrecord.h (struct lrecord_implementation):
|
|
7809 Document flags better.
|
|
7810 * lrecord.h (DEFINE_LRECORD_SEQUENCE_IMPLEMENTATION_WITH_PROPS):
|
|
7811 * lrecord.h (DECLARE_LRECORD):
|
|
7812 * lrecord.h (XSETRECORD):
|
|
7813 * lrecord.h (RECORDP):
|
|
7814 * lrecord.h (RECORD_TYPEP):
|
|
7815 * lrecord.h (RECORD_MARKER): New.
|
|
7816 * lrecord.h (error_check_*):
|
|
7817 * lrecord.h (CONCHECK_NONRECORD):
|
|
7818 * lrecord.h (MAKE_LRECORD_IMPLEMENTATION):
|
|
7819 * lrecord.h (INIT_LRECORD_IMPLEMENTATION): New.
|
|
7820 * lrecord.h (set_lheader_implementation):
|
|
7821 * lrecord.h (enum lrecord_type): New.
|
|
7822 * symeval.h (SYMBOL_VALUE_MAGIC_P):
|
|
7823 * alloc.c (disksave_object_finalization_1):
|
|
7824 * alloc.c (mark_object):
|
|
7825 * alloc.c (lrecord_type_index):
|
|
7826 * alloc.c (tick_lcrecord_stats):
|
|
7827 * alloc.c (Fgarbage_collect):
|
|
7828 * alloc.c (init_alloc_once_early):
|
|
7829 * alloc.c (pdump_load):
|
|
7830 * alloc.c (GC_CHECK_LHEADER_INVARIANTS): New.
|
|
7831 * alloc.c (lrecord_type_index): Delete.
|
|
7832 Make lisp object type indexes be constant.
|
|
7833 Makes (byte-compile) 5% faster.
|
|
7834 Put all marker functions into their own array.
|
|
7835 Makes (garbage-collect) 5% faster.
|
|
7836 Optimize SYMBOL_VALUE_MAGIC_P.
|
|
7837 Makes (byte-compile) 2-3% faster.
|
|
7838 * config.h.in (gc_checking_assert): New.
|
|
7839 * alloc.c: Use gc_checking_assert().
|
|
7840 * .dbxrc: Make compatible with new object type implementation.
|
|
7841 * .gdbinit: Make compatible with new object type implementation.
|
|
7842 * alloc.c: Delete all symbols defined only for debugging, such as
|
|
7843 Lisp_Type_Vector and lrecord_charset.
|
|
7844
|
|
7845 2000-02-21 Andy Piper <andy@xemacs.org>
|
|
7846
|
|
7847 * gui-msw.c (Fmswindows_shell_execute): fix file location
|
|
7848 problems.
|
|
7849
|
|
7850 * buffer.c (Fkill_buffer): remove buffer from alist buffer
|
|
7851 unshowing so that set_window_buffer doesn't undo
|
|
7852 kill_buffer_hook's hard work.
|
|
7853
|
|
7854 * glyphs-widget.c (tab_control_query_geometry): don't count the
|
|
7855 first item when calculating geometry.
|
|
7856
|
|
7857 * glyphs.c (map_subwindow): remove redundant code.
|
|
7858 (update_frame_subwindows): be more circumspect about when to
|
|
7859 update subwindows.
|
|
7860
|
|
7861 * glyphs-x.c (x_update_widget): Properly fix sizing bug. Fix bug
|
|
7862 when items haven't changed. Update faces if faces have changed as
|
|
7863 well as just the widget face.
|
|
7864 (x_tab_control_update): Update faces if faces have changed as well
|
|
7865 as just the widget face.
|
|
7866
|
|
7867 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7868
|
|
7869 * device-msw.c: (mswindows_delete_device): Remove redundant DDE
|
|
7870 registration.
|
|
7871 (build_syscolor_string): Use mswindows_color_to_string to try to
|
|
7872 get a named color.
|
|
7873 (mswindows_device_system_metrics): Reverse the foreground and
|
|
7874 background colors so that they match the documentation.
|
|
7875
|
|
7876 * objects-msw.c: (mswindows_X_color_map): tweak some values so
|
|
7877 they match the default Windows palette.
|
|
7878 (mswindows_color_to_string): New function.
|
|
7879
|
|
7880 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7881
|
|
7882 * s/windowsnt.h: Only use __declspec(noreturn) with MSVC>=6.
|
|
7883
|
|
7884 2000-02-18 Olivier Galibert <galibert@pobox.com>
|
|
7885
|
|
7886 * m/*, s/*: Removed obsolete DATA_SEG_BITS, PURE_SEG_BITS,
|
|
7887 WORD_MACHINE, SIGN_EXTEND_CHAR and EXPLICIT_SIGN_EXTEND.
|
|
7888
|
|
7889 * symbols.c (init_symbols_once_early): Removed obsolete
|
|
7890 DATA_SEG_BITS related kludge.
|
|
7891 (defvar_magic): Ditto.
|
|
7892
|
|
7893 * malloc.c: Removed obsolete DATA_SEG_BITS
|
|
7894 * ralloc.c: Ditto.
|
|
7895 * mem-limits.h: Ditto.
|
|
7896
|
|
7897 * Makefile.in.in: Removed obsolete HAVE_SHM
|
|
7898 * emacs.c: Ditto.
|
|
7899
|
|
7900 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
7901
|
|
7902 * device-msw.c (mswindows_delete_device): Free DDE string
|
|
7903 handles.
|
|
7904
|
|
7905 2000-02-16 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
7906
|
|
7907 * keymap.c (get_keyelt):
|
|
7908 * unexnt.c (unexec):
|
|
7909 * vm-limit.c (memory_warnings):
|
|
7910 * ntheap.c (recreate_heap):
|
|
7911 * ntheap.h (UNINIT_PTR):
|
|
7912 * select-msw.c (Fmswindows_get_clipboard):
|
|
7913 (Fmswindows_set_clipboard):
|
|
7914 * objects-msw.h (MSWINDOWS_BAD_HFONT):
|
|
7915 * objects-msw.c:
|
|
7916 * menubar-msw.c (displayable_menu_item):
|
|
7917 * glyphs-msw.c:
|
|
7918 * glyphs-msw.h (IMAGE_INSTANCE_MSWINDOWS_MASK):
|
|
7919 * sysdep.c (sys_subshell):
|
|
7920 * process-nt.c (nt_create_process):
|
|
7921 * nt.c (normalize_filename):
|
|
7922 (dostounix_filename):
|
|
7923 (unixtodos_filename):
|
|
7924 * ntproc.c (win32_executable_type):
|
|
7925 * ntplay.c (play_sound_data_1):
|
|
7926 (play_sound_file):
|
|
7927 * editfns.c (get_home_directory):
|
|
7928 * event-msw.c (struct winsock_stream):
|
|
7929 (mswindows_dde_callback):
|
|
7930 * device-msw.c (msprinter_init_device):
|
|
7931 (msprinter_get_devmode_copy): Frobbed syntax frivolities.
|
|
7932
|
|
7933 * toolbar-msw.c (mswindows_free_frame_toolbars): Paramters to
|
|
7934 mswindows_clear_toolbar were swapped!
|
|
7935
|
|
7936 * objects-msw.c:(colormap_t):
|
|
7937 (fontmap_t):
|
|
7938 * emacs.c (struct standard_args): Fixed const jumble.
|
|
7939
|
|
7940 * glyphs-widget.c (update_widget): Fixed comparison notation.
|
|
7941
|
|
7942 * event-msw.c (mswindows_dde_callback): Removed extraneous ';'.
|
|
7943
|
|
7944 * s\windowsnt.h (DOESNT_RETURN): Defined to support the MSVC
|
|
7945 __declspec(noreturn) syntax.
|
|
7946
|
|
7947 2000-02-19 Martin Buchholz <martin@xemacs.org>
|
|
7948
|
|
7949 * eldap.c (Fldap_open):
|
|
7950 (Fldap_search_basic):
|
|
7951 (Fldap_add):
|
|
7952 (Fldap_modify):
|
|
7953 Use new coding system conversion macros.
|
|
7954
|
|
7955 2000-01-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
7956
|
|
7957 * console-tty.c (tty_init_console): Change MULE to FILE_CODING.
|
|
7958
|
|
7959 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7960
|
|
7961 * eldap.h (Fldap_search) Renamed from Fldap_search_internal:
|
|
7962 (Fldap_add, Fldap_modify, Fldap_delete): New functions
|
|
7963
|
|
7964 * eldap.c (Qadd, Qreplace): New constant symbols
|
|
7965 (Fldap_open): Use the LDAP_OPT_RESTART option to avoid
|
|
7966 interruptions by XEmacs signals
|
|
7967 Remove unnecessary calls to slow_down_interrupts and
|
|
7968 speed_up_interrupts
|
|
7969 (Fldap_search_basic): Renamed from Fldap_search_internal
|
|
7970 Added new optional parameter VERBOSE that triggers the
|
|
7971 display of progress messages
|
|
7972 Remove unnecessary calls to slow_down_interrupts and
|
|
7973 speed_up_interrupts
|
|
7974 LDAP result code analysis rewritten
|
|
7975 (Fldap_add, Fldap_modify, Fldap_delete): New functions
|
|
7976 (syms_of_eldap): Define the new symbols and functions
|
|
7977
|
|
7978
|
|
7979 2000-02-17 Martin Buchholz <martin@xemacs.org>
|
|
7980
|
|
7981 * realpath.c: Determine PATH_MAX maximally portably.
|
|
7982
|
|
7983 * insdel.c (bytecount_to_charcount): Optimize.
|
|
7984 The function used to be optimized for entirely ASCII sequences.
|
|
7985 Now it is optimized for successive characters from the same
|
|
7986 charset. This also wins big for _mostly_ ASCII sequences.
|
|
7987
|
|
7988 * fileio.c (Ffile_truename): convert return from realpath() using
|
|
7989 Qfile_name, not Qbinary. Fixes obvious bug with non-ASCII symlinks.
|
|
7990 - Rewrite GCPROing slightly.
|
|
7991
|
|
7992 * sysdep.c (sys_open): Do filename conversion, like all other
|
|
7993 sys_* functions. Fixes bug:
|
|
7994 (let ((file-name-coding-system 'iso-8859-2))
|
|
7995 (write-region x y latin2-name))
|
|
7996 ==> writes filename using internal encoding.
|
|
7997
|
|
7998 2000-02-18 Martin Buchholz <martin@xemacs.org>
|
|
7999
|
|
8000 * buffer.c (DEFVAR_BUFFER_LOCAL_1): Turn on c_readonly. Always const.
|
|
8001 * console.c (DEFVAR_CONSOLE_LOCAL_1): Turn on c_readonly. Always const.
|
|
8002 * symeval.h (DEFVAR_SYMVAL_FWD): Turn on c_readonly. Always const.
|
|
8003 * eval.c (lrecord_subr): Remove this_one_is_unmarkable.
|
|
8004 * symbols.c (lrecord_symbol_value_forward): Remove this_one_is_unmarkable.
|
|
8005 * symbols.c (guts_of_unbound_marker): Turn on c_readonly.
|
|
8006 * lrecord.h (UNMARKABLE_LRECORD_HEADER_P): Delete.
|
|
8007 (CONST_IF_NOT_DEBUG): Delete.
|
|
8008 * alloc.c (this_one_is_unmarkable): Delete.
|
|
8009 (mark_object): Don't check for this_one_is_unmarkable. Use the
|
|
8010 c_readonly flag instead.
|
|
8011 * lisp.h (DEFUN): Define a Lisp_Subr as c_readonly.
|
|
8012
|
|
8013 2000-02-18 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8014
|
|
8015 * event-msw.c (mswindows_drain_windows_queue):
|
|
8016 (emacs_mswindows_handle_magic_event): Remove attempt to optimise
|
|
8017 away redundant repaint events.
|
|
8018
|
|
8019 2000-02-17 Andy Piper <andy@xemacs.org>
|
|
8020
|
|
8021 * redisplay.h: declare mark_redisplay_structs.
|
|
8022
|
|
8023 * redisplay.c (redisplay_window):
|
|
8024 (redisplay_frame): don't check subwindows_state_changed.
|
|
8025 (mark_redisplay): mark gutters here.
|
|
8026
|
|
8027 * glyphs.c: (instantiate_image_instantiator): always layout if we
|
|
8028 haven't done so already.
|
|
8029 (allocate_image_instance): don't mark as dirty.
|
|
8030 (update_subwindow): bind inhibit_quit.
|
|
8031
|
|
8032 * gutter.c (mark_gutters): new function.
|
|
8033
|
|
8034 * glyphs-x.c (x_update_widget): Always resize to get round a
|
|
8035 widget bug.
|
|
8036
|
|
8037 * glyphs-msw.c (mswindows_tab_control_update): remove `;' that was
|
|
8038 breaking absolutely everything.
|
|
8039
|
|
8040 * gutter.h: declare mark_gutters.
|
|
8041
|
|
8042 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
8043
|
|
8044 * XEmacs 21.2.29 is released.
|
|
8045
|
|
8046 2000-02-15 Olivier Galibert <galibert@pobox.com>
|
|
8047
|
|
8048 * fns.c (size_bit_vector): Fix computation of the size.
|
|
8049
|
|
8050 2000-02-15 Martin Buchholz <martin@xemacs.org>
|
|
8051
|
|
8052 * *.[ch]: Change CONST to const globally.
|
|
8053 find -name '*.[ch]' | \
|
|
8054 xargs global-replace \
|
|
8055 's/(^|(?<=[^A-Za-z0-9_]))CONST((?=[^A-Za-z0-9_])|$)/const/g'
|
|
8056 - Remove vestigial references to CONST_IS_LOSING
|
|
8057
|
|
8058 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8059
|
|
8060 * event-msw.c (mswindows_drain_windows_queue): Remove hack to
|
|
8061 bailout early on quit. Enqueue WM_PAINT events as XEmacs magic
|
|
8062 events instead of dispatching them directly.
|
|
8063 (mswindows_handle_paint): New function to do repainting.
|
|
8064 (mswindows_wnd_proc):
|
|
8065 (emacs_mswindows_handle_magic_event): Call above function.
|
|
8066
|
|
8067 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8068
|
|
8069 * objects-msw.c (mswindows_create_font_variant): Return the new
|
|
8070 font handle.
|
|
8071 (initialize_font_instance): Get font metrics from the underlined
|
|
8072 variant of the font to cope with the case where the underlined
|
|
8073 font has a bigger descent.
|
|
8074
|
|
8075 2000-02-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
8076
|
|
8077 * gui.c (gui_item_accelerator): Return the first underlined
|
|
8078 character in item name.
|
|
8079
|
|
8080 2000-02-11 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
8081
|
|
8082 * lisp.h: Added Qprinter.
|
|
8083
|
|
8084 * general.c (syms_of_general): Initialized it.
|
|
8085
|
|
8086 * redisplay-msw.c (get_frame_dc): Conditionally start a new page.
|
|
8087 (get_frame_dc):
|
|
8088 (get_frame_compdc): Made inline.
|
|
8089
|
|
8090 * console.h (struct console_methods): Added eject_page method.
|
|
8091
|
|
8092 * frame.h: Added FRAME_DISPLAY_P and friends.
|
|
8093 Aligned backslahes in many macros in more readable fashion.
|
|
8094 Added page_number to struct frame, and an accessor macro
|
|
8095 for it.
|
|
8096
|
|
8097 * defice.h: Added DEVICE_DISPLAY_P and friends.
|
|
8098
|
|
8099 * device.c (Fdevice_printer_p): Used these.
|
|
8100
|
|
8101 * frame.c (allocate_frame_core): Initialize page number.
|
|
8102 (Fprint_job_page_number):
|
|
8103 (Fprint_job_eject_page): Implemented.
|
|
8104
|
|
8105 * frame-msw.c (msprinter_eject_page): Added method.
|
|
8106 (msprinter_start_page): Added.
|
|
8107
|
|
8108 * window.c (Fwindow_truncated_p): Fixed docstring.
|
|
8109 (Fwindow_last_line_visible_height): Implemented.
|
|
8110
|
|
8111 2000-02-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
8112
|
|
8113 * frame.c (change_frame_size_1): Undo 2000-02-03 change.
|
|
8114
|
|
8115 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
8116
|
|
8117 * syntax.c (scan_words): Always advance at least one character.
|
|
8118
|
|
8119 2000-02-13 Andy Piper <andy@xemacs.org>
|
|
8120
|
|
8121 * redisplay.c (add_glyph_rune): call get_glyph_cachel_index here
|
|
8122 to make sure the glyph is in the cachels.
|
|
8123
|
|
8124 * glyphs.h (struct Lisp_Image_Instance): make layout_changed a
|
|
8125 global image instance flag.
|
|
8126 (IMAGE_INSTANCE_NEEDS_LAYOUT): new macro.
|
|
8127 (XIMAGE_INSTANCE_NEEDS_LAYOUT): ditto.
|
|
8128
|
|
8129 * glyphs.c (allocate_image_instance): set dirty bits correctly.
|
|
8130 (Fset_image_instance_property): mark layout as changed.
|
|
8131 (invalidate_glyph_geometry_maybe): mark layout as changed.
|
|
8132 (glyph_width): use new NEEDS_LAYOUT macro.
|
|
8133 (glyph_ascent): ditto.
|
|
8134 (glyph_descent): ditto.
|
|
8135 (glyph_height): ditto.
|
|
8136 (image_instance_layout): mark layout as clean after laying out.
|
|
8137 (update_subwindow): don't mark layout as clean here.
|
|
8138
|
|
8139 * glyphs-x.h (IMAGE_INSTANCE_X_WIDGET_ID): undo C++ changes, they
|
|
8140 should no longer be needed.
|
|
8141
|
|
8142 * glyphs-x.c (x_update_widget): sanitize asserts.
|
|
8143 (x_finalize_image_instance): sanitize assignment to widgets.
|
|
8144
|
|
8145 * glyphs-widget.c (widget_instantiate): don't need to clear the
|
|
8146 layout flag here.
|
|
8147
|
|
8148 2000-02-13 Martin Buchholz <martin@xemacs.org>
|
|
8149
|
|
8150 * sysdep.c (getcwd): Use standard prototype.
|
|
8151 * sysdep.h (getcwd): Use standard prototype.
|
|
8152
|
|
8153 * fns.c (Fsubseq): Change parameters to more natural ANSI Lisp
|
|
8154 (sequence, start, end).
|
|
8155 Remove redundant type checking.
|
|
8156 (Fmapconcat): Remove useless GCPRO, a wrong-headed attempt (in
|
|
8157 view of `caller-protects') to avoid a crash where the real fix was
|
|
8158 found elsewhere.
|
|
8159
|
|
8160 2000-02-12 Martin Buchholz <martin@xemacs.org>
|
|
8161
|
|
8162 * glyphs-x.c (x_finalize_image_instance): Compile error fixes.
|
|
8163
|
|
8164 * s/sol2.h: Remove feature macro initialization.
|
|
8165
|
|
8166 * alloc.c (alloc_lcrecord): Add more type checking assertions.
|
|
8167 (vector_hash): New. Code from internal_hash.
|
|
8168 * lrecord.h:
|
|
8169 Fix up allocation subsystem comments.
|
|
8170
|
|
8171 * config.h.in: Add __EXTENSIONS__ for Solaris.
|
|
8172
|
|
8173 * systime.h (EMACS_GETTIMEOFDAY): New.
|
|
8174 (EMACS_GET_TIME): Use EMACS_GETTIMEOFDAY.
|
|
8175 Remove Solaris-specific code.
|
|
8176 Use void* for the (ignored) second arg for gettimeofday().
|
|
8177
|
|
8178 * elhash.c (hash_table_hash): Implement it, finally.
|
|
8179 * elhash.c: Use hashcode_t.
|
|
8180
|
|
8181 * linuxplay.c (sighandler): Fix prototypes to use SIGTYPE.
|
|
8182 * sunplay.c (sighandler): Fix prototype to use SIGTYPE.
|
|
8183
|
|
8184 * lisp.h (STRETCHY_STRUCT_SIZEOF): Delete.
|
|
8185 * fns.c (size_bit_vector):
|
|
8186 * alloc.c (size_vector):
|
|
8187 (make_vector_internal):
|
|
8188 (make_bit_vector_internal):
|
|
8189 (sweep_bit_vectors_1):
|
|
8190 Replace calls to STRETCHY_STRUCT_SIZEOF with offsetof expression.
|
|
8191
|
|
8192 2000-02-10 Martin Buchholz <martin@xemacs.org>
|
|
8193
|
|
8194 * s/aix4.h: #define MAP_FAILED if sys/mman.h didn't.
|
|
8195 Include strings.h to avoid warnings for bzero and strcasecmp.
|
|
8196
|
|
8197 2000-02-10 Olivier Galibert <galibert@pobox.com>
|
|
8198
|
|
8199 * alloc.c: Move STRETCHY_STRUCT_SIZEOF from here...
|
|
8200 * lisp.h (STRETCHY_STRUCT_SIZEOF): ...to here
|
|
8201
|
|
8202 * fns.c (size_bit_vector): New. Declare bit vectors as a
|
|
8203 sequence.
|
|
8204
|
|
8205 2000-02-10 Olivier Galibert <galibert@pobox.com>
|
|
8206
|
|
8207 * symeval.h (struct symbol_value_magic): Remove "next" kludge and
|
|
8208 use a value field instead.
|
|
8209 (symbol_value_forward_forward): Use value field.
|
|
8210 (DEFVAR_SYMVAL_FWD): Use value field.
|
|
8211 (DEFVAR_SYMVAL_FWD_INT): Added. Dumps the int with dumpopaque.
|
|
8212 (DEFVAR_INT): Use DEFVAR_SYMVAL_FWD_INT.
|
|
8213 (DEFVAR_CONST_INT): Ditto.
|
|
8214 (DEFVAR_BOOL): Ditto.
|
|
8215 (DEFVAR_CONST_BOOL): Ditto.
|
|
8216 (DEFVAR_INT_MAGIC): Ditto.
|
|
8217 (DEFVAR_BOOL_MAGIC): Ditto.
|
|
8218
|
|
8219 * symbols.c (guts_of_unbound_marker): Use value field.
|
|
8220 * console.c (DEFVAR_CONSOLE_LOCAL_1): Ditto.
|
|
8221 * buffer.c (DEFVAR_BUFFER_LOCAL_1): Ditto.
|
|
8222
|
|
8223 * lisp.h: Declare dumpopaque and noninteractive1.
|
|
8224
|
|
8225 * alloc.c (dumpopaque): Added.
|
|
8226 (pdump_dump_opaquevec): Added.
|
|
8227 (pdump): Call pdump_dump_opaquevec to dump opaque data.
|
|
8228 (pdump_load): Reload opaque data. Sync noninteractive1 with
|
|
8229 noninteractive.
|
|
8230
|
|
8231 2000-02-10 Andy Piper <andy@xemacs.org>
|
|
8232
|
|
8233 * glyphs.c (image_instance_layout): if the size changes, mark it
|
|
8234 as such.
|
|
8235
|
|
8236 * redisplay-output.c (redisplay_output_layout): Update the
|
|
8237 subwindow here.
|
|
8238 (redisplay_output_subwindow): ditto.
|
|
8239
|
|
8240 * glyphs.c (update_subwindow): make sure we reset flags for
|
|
8241 layouts as well as everything else.
|
|
8242
|
|
8243 * glyphs-widget.c (layout_layout): don't need to set the instances
|
|
8244 dimensions here.
|
|
8245
|
|
8246 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
8247
|
|
8248 * device-x.c (x_init_device): Wrap calls to dll_* in HAVE_SHLIB,
|
|
8249 not HAVE_DLOPEN, which is a lower-level thing.
|
|
8250
|
|
8251 * .cvsignore: Ignore gmon.out
|
|
8252
|
|
8253 2000-02-09 Hamish Macdonald <hamishm@lucent.com>
|
|
8254
|
|
8255 * .cvsignore: Ignore portable dumper xemacs.dmp file
|
|
8256
|
|
8257 2000-02-09 Andy Piper <andy@xemacs.org>
|
|
8258
|
|
8259 * redisplay-output.c (redisplay_output_layout): be more clever
|
|
8260 about when we output based on the changed flags.
|
|
8261
|
|
8262 * glyphs.h (struct image_instantiator_methods): add update_method.
|
|
8263 (struct Lisp_Image_Instance): add changed flags. Declare new
|
|
8264 macros for manipulating them.
|
|
8265
|
|
8266 * glyphs.c (allocate_image_instance): renamed glyph -> parent.
|
|
8267 (image_instance_parent_glyph): find an image_instance's parent
|
|
8268 glyph or image_instance.
|
|
8269 (image_instance_layout): mark the size as changed.
|
|
8270 (set_image_instance_dirty_p): new function. mark an image
|
|
8271 instance, plus all of its parents, as dirty.
|
|
8272 (Fset_image_instance_property): use it.
|
|
8273 (Fglyph_animated_timeout_handler): use it.
|
|
8274 (update_subwindow): call update_widget and device methods for
|
|
8275 update_subwindow. Mark all changed flags as clean.
|
|
8276 (Fresize_subwindow): mark size as changed.
|
|
8277
|
|
8278 * glyphs-x.c (x_finalize_image_instance): try and detect gc
|
|
8279 failures.
|
|
8280 (x_update_subwindow): only resize subwindows here.
|
|
8281 (x_update_widget): new function. Update all changed properties of
|
|
8282 a widget.
|
|
8283 (x_resize_subwindow): deleted.
|
|
8284 (x_widget_set_property): deleted.
|
|
8285 (x_progress_gauge_set_property): deleted.
|
|
8286 (x_progress_gauge_update): new function. Implement recorded
|
|
8287 changes.
|
|
8288 (x_tab_control_update): ditto.
|
|
8289 (x_tab_control_set_property): deleted.
|
|
8290 (console_type_create_glyphs_x): declare new functions.
|
|
8291 (image_instantiator_format_create_glyphs_x): ditto.
|
|
8292
|
|
8293 * glyphs-widget.c (widget_set_property): mark text changed.
|
|
8294 (update_widget): new function. Update properties of a widget.
|
|
8295 (widget_instantiate): for layouts make sure we set their
|
|
8296 children's parent correctly.
|
|
8297 (tab_control_set_property): new function. Record changes that will
|
|
8298 take place under redisplay's control.
|
|
8299 (progress_gauge_set_property): ditto.
|
|
8300 (image_instantiator_progress_guage): declare new functions.
|
|
8301 (image_instantiator_tab_control): ditto.
|
|
8302
|
|
8303 * glyphs-msw.c (mswindows_update_subwindow): just do resizing here
|
|
8304 now.
|
|
8305 (mswindows_update_widget): new function. Update all properties on
|
|
8306 a widget that have changed.
|
|
8307 (mswindows_button_update): new function. Update a button's set
|
|
8308 state.
|
|
8309 (mswindows_tab_control_update): new function. Update the items in
|
|
8310 a tab.
|
|
8311 (mswindows_tab_control_set_property): deleted.
|
|
8312 (mswindows_progress_gauge_update): new function. Update the
|
|
8313 progress gauge's progress.
|
|
8314 (mswindows_widget_set_property): deleted. This is all done
|
|
8315 asynchronously now.
|
|
8316 (mswindows_progress_gauge_set_property): ditto.
|
|
8317 (console_type_create_glyphs_mswindows): declare new methods.
|
|
8318 (image_instantiator_format_create_glyphs_mswindows): ditto.
|
|
8319
|
|
8320 * frame-msw.c (msprinter_init_frame_1): Remove unused variables.
|
|
8321 (msprinter_set_frame_properties): ditto.
|
|
8322
|
|
8323 * console.h (struct console_methods): Add update_widget_method.
|
|
8324
|
|
8325 2000-02-09 Andy Piper <andy@xemacs.org>
|
|
8326
|
|
8327 * gui-msw.c (Fmswindows_shell_execute): Make
|
|
8328 mswindows-shell-execute industrial strength.
|
|
8329
|
|
8330 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
8331
|
|
8332 * lrecord.h: Make macro argument `props' match member function `plist'.
|
|
8333 * fns.c (Fget):
|
|
8334 * fns.c (Fput):
|
|
8335 * fns.c (Fremprop):
|
|
8336 * fns.c (Fobject_plist):
|
|
8337 * alloc.c:
|
|
8338 * symbols.c:
|
|
8339 Object property list frobbing cleanup.
|
|
8340 - Allow any lisp object (compared with `eq'), not just symbols, as
|
|
8341 keys in object plists.
|
|
8342 - Move symbol plist frobbing into symbols.c, where it belongs.
|
|
8343 - Move string plist frobbing into alloc.c, where it belongs.
|
|
8344 - Everything's an lrecord now, so no need to test for symbolp, etc.
|
|
8345 - Fix up doc strings to refer to PROPERTY, not PROPNAME.
|
|
8346
|
|
8347 * extents.c: Reorder code to remove declarations.
|
|
8348
|
|
8349 * frame.h (store_in_alist): Remove useless declaration.
|
|
8350
|
|
8351 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
8352
|
|
8353 * event-Xt.c (x_has_keysym): Use XConvertCase only if available.
|
|
8354 * config.h.in: Add HAVE_XCONVERTCASE.
|
|
8355
|
|
8356 2000-02-07 Andy Piper <andy@xemacs.org>
|
|
8357
|
|
8358 * glyphs.c (image_instance_layout): undo 2000-01-29 change since
|
|
8359 it breaks many things.
|
|
8360
|
|
8361 2000-02-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8362
|
|
8363 * src/syntax.h (SYNTAX_START_P): Check whether the two chars
|
|
8364 actually can start a common comment type.
|
|
8365 * src/syntax.h (SYNTAX_END_P): ditto for end.
|
|
8366
|
440
|
8367 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
8368
|
|
8369 * XEmacs 21.2.28 is released.
|
|
8370
|
|
8371 2000-02-06 Martin Buchholz <martin@xemacs.org>
|
|
8372
|
|
8373 * event-Xt.c (x_keysym_to_character): New.
|
|
8374 (maybe_define_x_key_as_self_inserting_character): New.
|
|
8375 (x_has_keysym): New.
|
|
8376 Auto-define all keys on the keyboard as self-insert-key.
|
|
8377
|
|
8378 2000-02-02 Martin Buchholz <martin@xemacs.org>
|
|
8379
|
|
8380 * menubar.c (vars_of_menubar): A small code simplification.
|
|
8381
|
|
8382 * minibuf.c (echo_area_append): Workaround egcs-20000131 c++ compiler bug
|
|
8383
|
442
|
8384 * ExternalShell.c:
|
|
8385 * ExternalClient.c:
|
|
8386 * EmacsShell-sub.c:
|
|
8387 * EmacsManager.c:
|
|
8388 * EmacsFrame.c:
|
440
|
8389 Use consistent style for specifying X resources.
|
|
8390
|
|
8391 * symbols.c (Fset): Further implement SYMVAL_LISP_MAGIC.
|
|
8392 This makes (dontusethis-set-symbol-value-handler) actually usable.
|
|
8393
|
|
8394 * lrecord.h (lrecord_decription_type):
|
442
|
8395 * alloc.c (pdump_register_sub):
|
|
8396 (pdump_dump_data):
|
|
8397 (pdump_reloc_one):
|
440
|
8398 Add XD_LISP_OBJECT_ARRAY to describe multiple Lisp_Objects.
|
|
8399 Comply with XEmacs coding style.
|
|
8400 All lrecord descriptions updated to use XD_LISP_OBJECT with 2
|
|
8401 args, and XD_LISP_OBJECT_ARRAY with 3 args.
|
|
8402
|
442
|
8403 * keymap.c (Faccessible_keymaps):
|
440
|
8404 Make (accessible-keymaps map "\C-h") do the Right Thing.
|
|
8405 Make (accessible-keymaps map []) do the Right Thing.
|
|
8406 Make (accessible-keymaps map "") do the Right Thing.
|
|
8407 (check_keymap_definition_loop): New function.
|
|
8408 (keymap_store_internal): Keep luser from shooting self in foot,
|
|
8409 via (define-key ctl-x-4-map "p" global-map).
|
|
8410 Remove fullness slot from struct Lisp_Keymap, since hash tables
|
|
8411 are now reliable.
|
|
8412 (print_keymap): Remove 'Yuck' factor by simply printing "size %d".
|
|
8413
|
|
8414 2000-01-30 Martin Buchholz <martin@xemacs.org>
|
|
8415
|
|
8416 * redisplay.c (init_redisplay): Fix small memory leak.
|
442
|
8417 * elhash.h:
|
|
8418 * elhash.c (pdump_reorganize_hash_table):
|
440
|
8419 Rename from reorganize_hash_table. Change prototype.
|
|
8420 Reuse the original memory for hentries. Save 100k.
|
|
8421 * alloc.c (PDUMP_READ): new macro.
|
|
8422 * alloc.c (pdump_load): Replace LISP_TO_VOID with higher-level macros.
|
|
8423 * alloc.c: No need to #ifndef before #undef.
|
|
8424
|
|
8425 * print.c: Allow debug_print() to print readably by modifying
|
|
8426 debug_print_readably. Use consistent variable names.
|
|
8427
|
|
8428 * .dbxrc: Try to get things to work even if stopped in a function
|
|
8429 without source available by explicitly specifying source files.
|
|
8430 2000-02-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
8431
|
|
8432 * unexnt.c (_start): Removed bogus code which caused loading heap
|
|
8433 from differrent executable file.
|
|
8434 Removed bogus assignment to _fmode, which caused inconsistencies.
|
|
8435
|
|
8436 2000-02-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
8437
|
|
8438 * s\windowsnt.h: Removed lots of #if 0 blocks of Emacs heritage.
|
|
8439 Have spawnve encapsulation regard DONT_ENCAPSULATE.
|
|
8440 Do not preliminary `#define signal sigset'.
|
|
8441
|
|
8442 * systime.h: Do not prototype environ on windows nt and cygwin,
|
|
8443 this conflicts with system header.
|
|
8444
|
|
8445 * syssignal.h: Use correct define for WINDOWSNT
|
|
8446
|
|
8447 * sysdep.h: Do not prototype environ on windows nt, this conflicts
|
|
8448 with system header.
|
|
8449
|
|
8450 * sysdep.c (near start of file): Fixed commentary and rearranged
|
|
8451 ifdefs in readable order.
|
|
8452 (NEED_STARTS): Do not force NEED_STARTS when PDUMPing.
|
|
8453 (start_of_text):
|
442
|
8454 (end_of_text):
|
440
|
8455 (end_of_data): Do not compile in if using PDUMP.
|
|
8456
|
442
|
8457 * symsinit.h: Prototyped vars_of_nt().
|
440
|
8458
|
|
8459 * ntproc.c (windows9x_p): Added, instead of os_subtype.
|
|
8460 (find_child_console): Use it.
|
|
8461 (sys_kill): Use it.
|
|
8462
|
|
8463 * ntheap.h: Do not extern os_subtype.
|
|
8464
|
|
8465 * ntheap.c (cache_system_info): Do not cache unneeded:
|
|
8466 nt_major_version, nt_minor_version and os_subtype.
|
|
8467 (recreate_heap): Do not compile in when PDUMPing.
|
|
8468
|
|
8469 * nt.c (geteuid and friends): Use the new varibale
|
|
8470 nt_fake_unix_uid, instead of hashing fake uid out of NT RID.
|
|
8471 (init_user_info): Removed the above mentioned hackery.
|
|
8472 (fstat, stat): Do not compile in if using MSVC 5.0 and above -
|
|
8473 stat has been fixed in the C runtime.
|
|
8474 (vars_of_nt): Added, defined the nt_fake_unix_uid variable there.
|
442
|
8475
|
440
|
8476 * file-coding.c (struct file_coding_dump): Do not define
|
|
8477 ucs_to_mule_table in the struct if not MULE.
|
|
8478 (struct struct lrecord_description fcd_description_1): Do not dump
|
|
8479 the above.
|
|
8480
|
|
8481 * emacs.c (main_1): Call vars_of_nt().
|
|
8482 (right before Fdump_emacs_data): Don't need lastfile if using both
|
|
8483 portabe dumper and system malloc.
|
|
8484
|
|
8485 * alloc.c (Fmemory_limit): Conditionalized out.
|
|
8486 (pdump): Use OPEN_BINARY for the portable dump file.
|
|
8487 (pdump_load): Ditto.
|
|
8488
|
|
8489 2000-02-02 Mike Alexander <mta@arbortext.com>
|
|
8490
|
|
8491 * nt.c (convert_time): Set tm_isdst before calling mktime and
|
|
8492 avoid calling it at all if the compiler supports 64 bit integers.
|
|
8493 Also initialize utc_base_ft before using it.
|
|
8494
|
|
8495 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
8496
|
|
8497 * frame.c (change_frame_size_1): Take f->internal_border_width
|
|
8498 into consideration when calculating the width of the frame.
|
|
8499
|
|
8500 2000-02-01 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
8501
|
|
8502 * window.c (frame_min_height):
|
|
8503 (frame_size_valid_p):
|
|
8504 (frame_pixsize_valid_p): Added.
|
|
8505 (check_frame_size): Generalized.
|
|
8506
|
|
8507 * window.h: Prototyped the above.
|
|
8508
|
|
8509 * lisp.h:
|
|
8510 * general.c: Added Qbottom_margin, Qduplex, Qlandscape,
|
|
8511 Qleft_margin, Qorientation, Qportrait, Qright_margin, Qtop_margin.
|
|
8512 Deleted Vwin32_* and Vbinary_process_* unused variables.
|
|
8513
|
|
8514 * device-msw.c (msprinter_init_device): Do not get printer font
|
|
8515 list; Added DEVMODE functions.
|
|
8516
|
|
8517 * frame-msw.c: Added lots of printer code.
|
|
8518
|
|
8519 * faces.c: Moved 'left-margin and 'right-margin defsymbols to
|
|
8520 general.c.
|
|
8521
|
442
|
8522 * console-msw.h: Added more msprinter device private slots.
|
440
|
8523
|
|
8524 2000-02-01 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
8525
|
|
8526 * event-msw.c (key_needs_default_processing_p): Added.
|
|
8527 (mswindows_wnd_proc, WM_KEYUP, KEYDOWN): Call it.
|
|
8528
|
|
8529 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
8530
|
|
8531 * glyphs.c (image_instance_layout): Mark image instance as clean
|
|
8532 after layout.
|
|
8533 (glyph_dirty_p): Removed redundant function.
|
|
8534 (invalidate_glyph_geometry_maybe): Added.
|
|
8535 (update_glyph_cachel_data): Call it.
|
|
8536
|
|
8537 * glyphs.h: Prototyped it.
|
|
8538
|
|
8539 * redisplay.c (add_glyph_rune): Call it.
|
444
|
8540 (redisplay_window): Reset glyphs cachels when frame faces have
|
440
|
8541 changed, thus forcing recomputation of built-in border glyphs.
|
|
8542
|
|
8543 2000-01-30 Martin Buchholz <martin@xemacs.org>
|
|
8544
|
|
8545 * Makefile.in.in: Make portable dumper and purify play well together.
|
|
8546 Add imperfect, but better than nothing, support for pdump.
|
|
8547 Remove xemacs.dmp when temacs is re-generated.
|
|
8548 Don't ignore errors when dumping xemacs.
|
|
8549
|
|
8550 * symbols.c (maybe_call_magic_handler): Remove one magic number.
|
|
8551
|
|
8552 2000-01-28 Andy Piper <andy@xemacs.org>
|
|
8553
|
|
8554 * frame.c (allocate_frame_core): Use new Fset_window_buffer signature.
|
|
8555 (setup_normal_frame): ditto.
|
|
8556 (setup_frame_without_minibuffer): ditto.
|
|
8557 (setup_minibuffer_frame): ditto.
|
|
8558 (delete_frame_internal): ditto.
|
|
8559 (Fmake_frame_invisible): ditto.
|
|
8560 (Ficonify_frame): ditto.
|
|
8561
|
|
8562 * window.h: change Fset_window_buffer signature.
|
|
8563
|
|
8564 * window.c (Fsplit_window): Use new Fset_window_buffer signature.
|
|
8565 (Fset_window_buffer): allow recording of buffer if the window is
|
|
8566 the selected window.
|
|
8567 (window_loop): Use new Fset_window signature.
|
|
8568
|
|
8569 2000-01-23 Daniel Pittman <daniel@danann.net>
|
|
8570
|
|
8571 * config.h.in: Added template for `HAVE_ATHENA_3D'
|
|
8572
|
|
8573 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
8574
|
|
8575 * glyphs-x.c (x_resize_subwindow): Try and catch bogus resizes.
|
|
8576
|
|
8577 * gutter.c (output_gutter): Don't output if the window isn't live.
|
|
8578
|
|
8579 2000-01-28 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
8580
|
|
8581 * glyphs-msw.c (mswindows_unmap_subwindow): Fix of corrupted patch
|
|
8582 of 01/12/00: Moved SetFocus back here where it belongs.
|
|
8583
|
|
8584 2000-01-23 Andy Piper <andy@xemacs.org>
|
|
8585
|
|
8586 * s/cygwin32.h: declare printer things.
|
|
8587
|
|
8588 2000-01-26 Andy Piper <andy@xemacs.org>
|
|
8589
|
|
8590 * select.c (Fown_selection_internal): GCPRO bug fix from Mike
|
|
8591 Alexander.
|
|
8592
|
|
8593 2000-01-24 Andy Piper <andy@xemacs.org>
|
|
8594
|
|
8595 * glyphs-msw.c (mswindows_locate_pixmap_file): Expand filename.
|
|
8596 (mswindows_button_instantiate): Make sure glyph is a pixmap.
|
|
8597
|
|
8598 * glyphs-widget.c (widget_instantiate): Avoid shadows.
|
|
8599
|
|
8600 * frame-msw.c (msprinter_init_frame_3): Nuke warning.
|
|
8601
|
|
8602 * glyphs-msw.c: (mswindows_string_to_color): remove declaration.
|
|
8603
|
|
8604 * redisplay-msw.c (mswindows_output_cursor): Avoid shadows.
|
|
8605 (mswindows_output_display_block): Avoid local shadows.
|
|
8606
|
|
8607 * event-msw.c (mswindows_enqueue_magic_event): Avoid shadows.
|
|
8608 (mswindows_enqueue_mouse_button_event): ditto.
|
|
8609 (mswindows_handle_gui_wm_command): remove declaration.
|
|
8610
|
|
8611 * console-msw.c (mswindows_canonicalize_console_connection): Avoid
|
|
8612 warnings.
|
|
8613
|
|
8614 * console-msw.h: Avoid shadows.
|
|
8615 (mswindows_get_toolbar_button_text):
|
|
8616 (emacs_mswindows_create_stream_pair):
|
|
8617 (emacs_mswindows_delete_stream_pair):
|
|
8618 (mswindows_handle_toolbar_wm_command): declare.
|
|
8619
|
|
8620 * device-msw.c (build_syscolor_string): Avoid shadows.
|
|
8621
|
|
8622 2000-01-23 Andy Piper <andy@xemacs.org>
|
|
8623
|
|
8624 * glyphs-widget.c (widget_instantiate): reverse the items for
|
|
8625 layouts so that children are in the expected order.
|
|
8626
|
|
8627 2000-01-28 Martin Buchholz <martin@xemacs.org>
|
|
8628
|
|
8629 * ralloc.c: safe_bcopy ==> memmove
|
|
8630 * gmalloc.c: Remove MEMMOVE_MISSING conditional code.
|
|
8631 * s/msdos.h: Remove BCOPY macros.
|
|
8632 * insdel.c (gap_right): Remove BCOPY conditional code.
|
|
8633 * insdel.c (gap_left): Remove BCOPY conditional code.
|
|
8634 XEmacs demands a working ANSI C compiler - hence memmove.
|
|
8635
|
|
8636 * regex.c (regex_compile): Remove accidental use of trigraphs.
|
|
8637
|
|
8638 2000-01-27 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
8639
|
|
8640 * event-msw.c (mswindows_enqueue_misc_user_event): Initialize
|
|
8641 event timestamp.
|
|
8642
|
|
8643 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
8644
|
|
8645 * event-msw.c (mswindows_drain_windows_queue): Added the
|
|
8646 parameter.
|
|
8647 (mswindows_need_event): Commented the call to
|
|
8648 mswindows_drain_windows_queue().
|
|
8649 (emacs_mswindows_quit_p): Lookup the windows for keyboard messages
|
|
8650 only.
|
|
8651
|
|
8652 * console-msw.h: Moved a few function prototypes here from
|
442
|
8653 event-msw.c.
|
440
|
8654
|
|
8655 * gui-msw.c (mswindows_handle_gui_wm_command): Changed the ID
|
|
8656 parameter from unsigned short to unsigned long.
|
|
8657 (Fmswindows_shell_execute): Added return value.
|
|
8658
|
|
8659 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
|
|
8660
|
442
|
8661 * sysdep.c (init_system_name):
|
|
8662 process-unix.c (unix_canonicalized_host_name):
|
440
|
8663 Don't call freeaddrinfo() if getaddrinfo() fails.
|
|
8664
|
|
8665 * process-unix.c (unix_open_unix_network_stream):
|
|
8666 Moved the code to get a port # into address loop.
|
|
8667
|
|
8668 2000-01-27 Martin Buchholz <martin@xemacs.org>
|
|
8669
|
442
|
8670 * buffer.c (reinit_vars_of_buffer):
|
440
|
8671 The right place to initialize conversion_in_dynarr and
|
|
8672 conversion_out_dynarr.
|
|
8673
|
|
8674 * alloc.c (pdump): Use the real open() till sys_open() is functional.
|
|
8675
|
|
8676 * process-unix.c (unix_canonicalize_host_name): Muleize.
|
|
8677 (unix_open_network_stream): Muleize.
|
|
8678
|
|
8679 * buffer.h: Fix up prototypes for ralloc.c functions.
|
|
8680
|
|
8681 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
|
|
8682 * config.h.in: added HAVE_GETADDRINFO and HAVE_GETNAMEINFO
|
|
8683 * sysdep.c: In init_system_name(), add code to use getaddrinfo()
|
|
8684 instead of gethostbyname()
|
|
8685 * process-unix.c: In unix_canonicalize_host_name() and
|
|
8686 unix_open_network_stream(), add code to use getaddrinfo()
|
|
8687 instead of gethostbyname().
|
|
8688
|
|
8689 2000-01-27 Daniel Pittman <daniel@danann.net>
|
|
8690
|
|
8691 * device-x.c (x_init_device): Warn at run-time if using Athena 3d
|
|
8692 libs when built with flat Athena.
|
|
8693
|
|
8694 2000-01-27 Martin Buchholz <martin@xemacs.org>
|
|
8695
|
|
8696 * ralloc.c: Replace SIZE (conflicts with Windows headers) with size_t.
|
|
8697 Use coding standards for function prototypes.
|
|
8698
|
|
8699 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
8700
|
|
8701 * dialog-msw.c (push_lisp_string_as_unicode):
|
|
8702 * doc.c (unparesseuxify_doc_string):
|
|
8703 * dired.c (Fuser_name_completion_1):
|
|
8704 * dired.c (Fuser_name_all_completions):
|
|
8705 * dired.c (free_user_cache):
|
|
8706 * dired.c (user_name_completion):
|
|
8707 * console-x.c (get_display_arg_connection):
|
|
8708 * minibuf.c (clear_echo_area_internal):
|
|
8709 * minibuf.c (echo_area_append):
|
|
8710 * eldap.c (Fldap_open):
|
|
8711 * eldap.c (Fldap_search_internal):
|
|
8712 * frame-x.c (x_set_frame_text_value):
|
|
8713 * frame-x.c (x_set_frame_properties):
|
|
8714 * frame-x.c (x_create_widgets):
|
|
8715 * redisplay-tty.c (term_get_fkeys_1):
|
|
8716 * objects-x.c (x_parse_nearest_color):
|
|
8717 * objects-x.c (x_valid_color_name_p):
|
|
8718 * objects-x.c (x_initialize_font_instance):
|
|
8719 * objects-x.c (x_list_fonts):
|
|
8720 * objects-x.c (x_find_charset_font):
|
|
8721 * tooltalk.c (Fadd_tooltalk_message_arg):
|
|
8722 * tooltalk.c (Fadd_tooltalk_pattern_attribute):
|
|
8723 * tooltalk.c (Fadd_tooltalk_pattern_arg):
|
|
8724 * process-unix.c (unix_create_process):
|
|
8725 * ntproc.c (sys_spawnve):
|
|
8726 * sound.c (Fplay_sound_file):
|
|
8727 * sound.c (Fplay_sound):
|
|
8728 * buffer.c (init_initial_directory):
|
|
8729 * buffer.c (init_buffer):
|
|
8730 * editfns.c (init_editfns):
|
|
8731 * editfns.c (Ftemp_directory):
|
|
8732 * editfns.c (Fuser_full_name):
|
|
8733 * editfns.c (uncache_home_directory):
|
|
8734 * editfns.c (get_home_directory):
|
|
8735 * editfns.c (Fuser_home_directory):
|
|
8736 * editfns.c (Fformat_time_string):
|
|
8737 * editfns.c (Fcurrent_time_string):
|
|
8738 * gui-x.c (button_item_to_widget_value):
|
|
8739 * database.c (Fopen_database):
|
|
8740 * event-Xt.c (x_to_emacs_keysym):
|
|
8741 * event-Xt.c (x_event_to_emacs_event):
|
|
8742 * event-Xt.c (describe_event_window):
|
|
8743 * event-msw.c (mswindows_wnd_proc):
|
|
8744 * glyphs-eimage.c (jpeg_instantiate):
|
|
8745 * glyphs-eimage.c (gif_instantiate):
|
|
8746 * glyphs-eimage.c (png_instantiate):
|
|
8747 * glyphs-eimage.c (tiff_instantiate):
|
|
8748 * glyphs-x.c (xbm_instantiate_1):
|
|
8749 * glyphs-x.c (x_xbm_instantiate):
|
|
8750 * glyphs-x.c (x_xface_instantiate):
|
|
8751 * glyphs-x.c (autodetect_instantiate):
|
|
8752 * glyphs-x.c (cursor_font_instantiate):
|
|
8753 * glyphs-x.c (x_widget_instantiate):
|
|
8754 * glyphs-x.c (x_widget_set_property):
|
|
8755 * glyphs-x.c (x_widget_property):
|
|
8756 * glyphs-x.c (BUILD_GLYPH_INST):
|
|
8757 * print.c (write_string_to_stdio_stream):
|
|
8758 * print.c (output_string):
|
|
8759 * print.c (Falternate_debugging_output):
|
|
8760 * print.c (Fexternal_debugging_output):
|
|
8761 * glyphs-msw.c (extract_xpm_color_names):
|
|
8762 * glyphs-msw.c (mswindows_xpm_instantiate):
|
|
8763 * glyphs-msw.c (bmp_instantiate):
|
|
8764 * glyphs-msw.c (resource_name_to_resource):
|
|
8765 * glyphs-msw.c (mswindows_resource_instantiate):
|
|
8766 * glyphs-msw.c (xbm_instantiate_1):
|
|
8767 * glyphs-msw.c (mswindows_xbm_instantiate):
|
|
8768 * glyphs-msw.c (mswindows_xface_instantiate):
|
|
8769 * glyphs-msw.c (mswindows_widget_instantiate):
|
|
8770 * glyphs-msw.c (add_tree_item):
|
|
8771 * glyphs-msw.c (add_tab_item):
|
|
8772 * glyphs-msw.c (mswindows_combo_box_instantiate):
|
|
8773 * glyphs-msw.c (mswindows_widget_property):
|
|
8774 * glyphs-msw.c (mswindows_combo_box_property):
|
|
8775 * glyphs-msw.c (mswindows_widget_set_property):
|
|
8776 * console.c (stuff_buffered_input):
|
|
8777 * objects-msw.c (mswindows_initialize_color_instance):
|
|
8778 * objects-msw.c (mswindows_valid_color_name_p):
|
|
8779 * objects-msw.c (mswindows_list_fonts):
|
|
8780 * objects-msw.c (mswindows_font_instance_truename):
|
|
8781 * bytecode.c (optimize_compiled_function):
|
|
8782 * select-x.c (symbol_to_x_atom):
|
|
8783 * select-x.c (x_atom_to_symbol):
|
|
8784 * select-x.c (hack_motif_clipboard_selection):
|
|
8785 * select-x.c (selection_data_to_lisp_data):
|
|
8786 * select-x.c (lisp_data_to_selection_data):
|
|
8787 * select-x.c (Fx_get_cutbuffer_internal):
|
|
8788 * select-x.c (Fx_store_cutbuffer_internal):
|
|
8789 * buffer.h (TO_EXTERNAL_FORMAT): New function.
|
|
8790 * buffer.h (TO_INTERNAL_FORMAT): New function.
|
|
8791 * emacs.c (make_arg_list_1):
|
|
8792 * emacs.c (make_argc_argv):
|
|
8793 * emacs.c (main_1):
|
|
8794 * emacs.c (Fdump_emacs):
|
|
8795 * emacs.c (split_string_by_emchar_1):
|
|
8796 * file-coding.h:
|
|
8797 * lisp.h:
|
|
8798 * lstream.h:
|
|
8799 * symsinit.h:
|
|
8800 * device-x.c (x_init_device):
|
|
8801 * device-x.c (Fx_valid_keysym_name_p):
|
|
8802 * device-x.c (Fx_get_font_path):
|
|
8803 * device-x.c (Fx_set_font_path):
|
|
8804 * glyphs.c (bitmap_to_lisp_data):
|
|
8805 * glyphs.c (pixmap_to_lisp_data):
|
|
8806 * alloc.c (make_ext_string): Use coding system arguments. Update
|
|
8807 all callers.
|
|
8808 * alloc.c (build_string):
|
|
8809 * callproc.c (child_setup):
|
|
8810 * callproc.c (init_callproc):
|
|
8811 * fileio.c (lisp_strerror):
|
|
8812 * fileio.c (directory_file_name):
|
|
8813 * fileio.c (Fexpand_file_name):
|
|
8814 * fileio.c (Ffile_truename):
|
|
8815 * fileio.c (Fsysnetunam):
|
|
8816 * fileio.c (Fdo_auto_save):
|
|
8817 * sysdep.c (sys_readdir):
|
|
8818 * tests.c: New file. Allow adding C tests.
|
|
8819 Replace GET_* macros with a more comprehensible and flexible
|
|
8820 interface, TO_INTERNAL_FORMAT() and TO_EXTERNAL_FORMAT().
|
|
8821 Modify all calls.
|
|
8822 Any coding system can be used to do format conversion.
|
|
8823 Eliminate enum external_data_format.
|
|
8824 Eliminate convert_to_external_format.
|
|
8825 Eliminate convert_to_internal_format.
|
|
8826 Make sure file-name, keyboard, terminal, and ctext are always
|
|
8827 defined as coding systems or aliases. Make
|
|
8828 file-name-coding-system, terminal-coding-system, and
|
|
8829 keyboard-coding-system magical variables that are equivalent to
|
|
8830 defining the corresponding coding system aliases.
|
442
|
8831
|
440
|
8832 * file-coding.c (Fcoding_system_canonical_name_p): New function.
|
|
8833 * file-coding.c (Fcoding_system_alias_p): New function.
|
|
8834 * file-coding.c (Fcoding_system_aliasee): New function.
|
|
8835 * file-coding.c (append_suffix_to_symbol): New function.
|
|
8836 * file-coding.c (dangling_coding_system_alias_p): New function.
|
|
8837 * file-coding.c (Ffind_coding_system):
|
|
8838 * file-coding.c (Fcopy_coding_system):
|
|
8839 * file-coding.c (encode_coding_no_conversion):
|
|
8840 * file-coding.c (syms_of_file_coding):
|
|
8841 * file-coding.c (vars_of_file_coding):
|
|
8842 Rewrite coding system alias code.
|
|
8843 Allow nested aliases, like symbolic links.
|
|
8844 Allow redefinition of coding system aliases.
|
|
8845 Prevent existence of dangling coding system aliases.
|
|
8846
|
|
8847 * dired.c (Fuser_name_completion_1):
|
|
8848 * dired.c (Fuser_name_all_completions):
|
|
8849 A crash would happen if user did QUIT in the middle of building
|
|
8850 user_name_cache. Remove redundant code in mainline and unwind_protect.
|
|
8851
|
|
8852 * lisp.h:
|
|
8853 * dynarr.c (Dynarr_min_size): Make static. Increase value to 8.
|
|
8854
|
|
8855 * lstream.c (make_fixed_buffer_input_stream): Take a void *, not
|
|
8856 an unsigned char *. Update all callers.
|
|
8857
|
|
8858 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
8859
|
|
8860 * callproc.c (Fcall_process_internal): Ignore Vbinary-process_output.
|
|
8861
|
|
8862 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
8863
|
|
8864 * elhash.c (hentry_description): Use more portable definition.
|
|
8865 (resize_hash_table): Initialize new hentries using
|
|
8866 xnew_array_and_zero, thereby simplifying the code.
|
|
8867
|
|
8868 * mule-charset.c (make_charset): Make sure entire object is
|
442
|
8869 initialized, to avoid Purify warnings.
|
440
|
8870
|
|
8871 * alloc.c (resize_string): Fix unlikely crash with big strings.
|
|
8872
|
|
8873 2000-01-24 Martin Buchholz <martin@xemacs.org>
|
|
8874
|
442
|
8875 * realpath.c (xrealpath):
|
440
|
8876 Don't call getwd().
|
|
8877
|
|
8878 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
8879
|
|
8880 * lread.c (read_bit_vector): Fix memory leak reading literal bit vectors.
|
|
8881
|
|
8882 1999-12-28 Max Matveev <max@melbourne.sgi.com>
|
|
8883
|
|
8884 * unexelfsgi.c (unexec): Change the way we decide which segment
|
|
8885 should be extended.
|
|
8886
|
|
8887 Assumption that .bss section should be outside the PT_LOADable
|
|
8888 segment. On IRIX with version 6.2 and above, .bss (or .sbss, if
|
|
8889 it's present) is inside the 'data' segment. This would fail the
|
|
8890 test which was used to find a segment to grow and cover new
|
|
8891 heap. Instead of this assumption, I created another one - on IRIX
|
|
8892 the segment to grow should start below .bss and it's address
|
|
8893 should extent above the end of .bss. Once this segment is
|
|
8894 identified, it's grown to accommodate the new heap and new
|
|
8895 zero-length .bss section is added at the end of .data2.
|
|
8896
|
|
8897 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
8898
|
|
8899 * eval.c (Feval): Wrong number of arguments should use original
|
|
8900 function, not the indirect_function version of it.
|
|
8901
|
|
8902 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
8903
|
|
8904 * glyphs-x.c (x_button_instantiate): Don't add image if
|
|
8905 it is not a pixmap.
|
|
8906 (x_locate_pixmap_file): Call Fexpand_file_name when file name
|
|
8907 is relative.
|
|
8908
|
|
8909 2000-01-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
8910
|
|
8911 * symeval.h (DEFVAR_LISP_MAGIC): Remove semicolon after macro
|
|
8912 declaration.
|
|
8913 (DEFVAR_INT_MAGIC): Ditto.
|
|
8914 (DEFVAR_BOOL_MAGIC): Ditto.
|
|
8915 * glyphs.h: Reindent backslash.
|
|
8916
|
|
8917 2000-01-24 Martin Buchholz <martin@xemacs.org>
|
|
8918
|
442
|
8919 * glyphs-widget.c (layout_query_geometry):
|
440
|
8920 (layout_layout): Use correct types for gheight, gwidth.
|
|
8921
|
|
8922 2000-01-24 Martin Buchholz <martin@xemacs.org>
|
|
8923
|
|
8924 * EmacsManager.c (QueryGeometry): Purified.
|
|
8925
|
|
8926 2000-01-23 Martin Buchholz <martin@xemacs.org>
|
|
8927
|
442
|
8928 * alloc.c (make_float): Make sure entire object is initialized, to
|
440
|
8929 avoid Purify warnings.
|
|
8930 (pdump_register_sub): Remove useless assignment.
|
|
8931 (pdump): Use xmalloc, not malloc.
|
|
8932 (pdump_load): Use xmalloc, not malloc.
|
|
8933
|
|
8934 2000-01-23 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
8935
|
442
|
8936 * callproc.c:
|
|
8937 * dired-msw.c:
|
|
8938 * fileio.c:
|
|
8939 * process-nt.c:
|
|
8940 * redisplay-msw.c:
|
440
|
8941 * sysdep.c: Removed redundant #include <windows.h>
|
|
8942
|
|
8943 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
8944
|
|
8945 * frame.c (delete_frame_internal): Do not delete device when its
|
|
8946 implementation so declares.
|
|
8947 (delete_frame_internal): Set device selected frame to nil when
|
442
|
8948 last frame goes away.
|
440
|
8949
|
|
8950 * device-msw.c (msprinter_device_system_metrics): Implemented.
|
|
8951 (mswindows_device_system_metrics): Added 'device-dpi property.
|
|
8952
|
|
8953 * device.c: (Fdevice_printer_p): Added.
|
|
8954 Added 'offset-workspace device metric.
|
|
8955
|
|
8956 * console.h (device_metrics): Declared DM_offset_workspace.
|
|
8957
|
|
8958 2000-01-23 Martin Buchholz <martin@xemacs.org>
|
|
8959
|
|
8960 * fileio.c (Ffile_truename): Remove pointless and confusing
|
|
8961 initialization of elen.
|
|
8962
|
|
8963 * glyphs-widget.c: Compiler warning fixes.
|
|
8964
|
|
8965 2000-01-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
8966
|
|
8967 * process.h (PROCESS_LIVE_P): Modify to take a Lisp_Process
|
|
8968 instead of a Lisp_Object as argument to make it consistent with
|
|
8969 the other LIVE_P macros.
|
|
8970 (CHECK_LIVE_PROCESS): New macro.
|
|
8971
|
|
8972 * process.c: Declare Qprocess_live_p.
|
|
8973 (Fprocess_live_p): New function.
|
|
8974 (create_process): Use PROCESS_LIVE_P.
|
|
8975 (read_process_output): Ditto.
|
|
8976 (set_process_filter): Ditto.
|
|
8977 (Fdelete_process): Ditto.
|
|
8978 (kill_buffer_processes): Ditto
|
|
8979 (process_send_signal): Use CHECK_LIVE_PROCESS.
|
|
8980 (Fprocess_input_coding_system): Check whether process is still
|
|
8981 alive (fix PR#1061).
|
|
8982 (Fprocess_output_coding_system): Ditto.
|
|
8983 (Fprocess_coding_system): Ditto.
|
|
8984 (Fset_process_input_coding_system): Ditto.
|
|
8985 (Fset_process_output_coding_system): Ditto.
|
|
8986
|
|
8987 2000-01-23 Andy Piper <andy@xemacs.org>
|
|
8988
|
|
8989 * glyphs.h (struct Lisp_Image_Instance): change format by unifying
|
|
8990 layout and widget.
|
|
8991
|
|
8992 * glyphs.c (mark_image_instance): take into account changed
|
|
8993 image_instance format.
|
|
8994 (image_instance_equal): ditto.
|
|
8995 (image_instance_hash): ditto.
|
|
8996
|
|
8997 * glyphs-widget.c (widget_instantiate): Incorporate layout
|
|
8998 instantiation here. Delay layout of the layout until later.
|
|
8999 (layout_instantiate): deleted.
|
|
9000 (layout_query_geometry): new function. get the geometry of a
|
|
9001 layout.
|
|
9002 (layout_layout): layout a layout dynamically.
|
|
9003 (image_instantiator_widget): New function - splitting up
|
|
9004 image_instantiator_format_create_glyphs_widget for netwinder
|
|
9005 compilation.
|
|
9006 (image_instantiator_buttons):
|
|
9007 (image_instantiator_edit_fields):
|
|
9008 (image_instantiator_combo_box):
|
|
9009 (image_instantiator_scrollbar):
|
|
9010 (image_instantiator_progress_guage):
|
|
9011 (image_instantiator_tree_view):
|
|
9012 (image_instantiator_tab_control):
|
|
9013 (image_instantiator_labels):
|
|
9014 (image_instantiator_layout): ditto.
|
442
|
9015 (image_instantiator_format_create_glyphs_widget): Call preceding
|
440
|
9016 functions.
|
|
9017
|
|
9018 2000-01-22 Martin Buchholz <martin@xemacs.org>
|
|
9019
|
|
9020 * process.c (Fset_process_coding_system):
|
442
|
9021 * device-x.c (Fx_keysym_hash_table):
|
440
|
9022 Docstring fixes.
|
|
9023
|
|
9024 * lstream.c (Lstream_write): Return documented value, not 0.
|
|
9025
|
442
|
9026 * fileio.c (directory_file_name):
|
|
9027 (Fsubstitute_in_file_name):
|
|
9028 (Fsubstitute_insert_file_contents_internal):
|
440
|
9029 (Fwrite_region_internal):
|
|
9030 * emacs.c:
|
|
9031 * sysdep.c:
|
442
|
9032 * getloadavg.c:
|
440
|
9033 * systty.h:
|
|
9034 Remove vestigial APOLLO-conditional code.
|
|
9035
|
|
9036 2000-01-21 Martin Buchholz <martin@xemacs.org>
|
|
9037
|
|
9038 * getpagesize.h: Add guard macros.
|
|
9039 * libsst.h: Add guard macros.
|
|
9040 * libst.h: Add guard macros.
|
|
9041 * line-number.h: Add guard macros.
|
|
9042 * ndir.h: Add guard macros.
|
|
9043 * sysfloat.h: Add guard macros.
|
|
9044 * sysfile.h: Add guard macros.
|
|
9045 * sysproc.h: Add guard macros.
|
|
9046 * syswait.h: Add guard macros.
|
|
9047 * xintrinsic.h: Add guard macros.
|
|
9048 * xintrinsicp.h: Add guard macros.
|
|
9049 * xmmanager.h: Add guard macros.
|
|
9050 * xmmanagerp.h: Add guard macros.
|
|
9051 * xmprimitive.h: Add guard macros.
|
|
9052 * xmu.h: Add guard macros.
|
|
9053 * gpmevent.h: Add copyright statement. Add guard macros.
|
|
9054 * miscplay.h: Add guard macros.
|
|
9055 * *.h: Use consistent C-standards-approved guard macro names.
|
|
9056
|
442
|
9057 * opaque.c (make_opaque): Switch parameter order.
|
440
|
9058 * opaque.h (make_opaque): Switch parameter order.
|
|
9059 Update all callers.
|
|
9060 * buffer.h (MAKE_MIRROR_TRT_TABLE): Use symbolic constant OPAQUE_CLEAR.
|
|
9061
|
|
9062 * config.h.in (type_checking_assert): Added.
|
|
9063 (bufpos_checking_assert): Added.
|
|
9064
|
|
9065 2000-01-21 Martin Buchholz <martin@xemacs.org>
|
|
9066
|
|
9067 * alloc.c: Harmless pdump changes.
|
|
9068 - Use countof().
|
|
9069 - spell alignment correctly.
|
|
9070 * sysdep.c: Use countof()
|
|
9071
|
|
9072 2000-01-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
9073
|
|
9074 * console.c (create_console): Use CONMETH_OR_GIVEN when calling
|
|
9075 initially_selected_for_input() console method, default to 0.
|
|
9076 (semi_canonicalize_console_connection): Try to delegate to
|
|
9077 canonicalize_console_connection if no such console method.
|
|
9078 (canonicalize_console_connection): Vice versa.
|
|
9079 (print_console): Do not print nil connection.
|
|
9080
|
|
9081 * console.h (XDEVIMPF_IS_A_PRINTER): Added.
|
|
9082 (XDEVIMPF_NO_AUTO_REDISPLAY): Added.
|
|
9083 (XDEVIMPF_FRAMELESS_OK): Added.
|
|
9084 (CONSOLE_INHERITS_METHOD): Added.
|
|
9085
|
|
9086 * console-msw.c (mswindows_canonicalize_console_connection):
|
|
9087 Added.
|
|
9088 (mswindows_canonicalize_device_connection): Added.
|
|
9089
|
|
9090 * console-msw.h (struct msprinter_device): Added this struct and
|
|
9091 accessor macros.
|
|
9092 (mswindows_device): Made fontlist a lisp object.
|
|
9093
|
|
9094 * device.c (semi_canonicalize_device_connection): Try to delegate
|
|
9095 to canonicalize_device_connection if no such console method.
|
|
9096 (canonicalize_device_connection): Vice versa.
|
|
9097 (print_device): Do not print nil connection.
|
|
9098
|
|
9099 * device-msw.c (mswindows_init_device): Call InitCommonControls
|
|
9100 when have widgets.
|
|
9101 (mswindows_delete_device): Removed fontlist deallocation.
|
|
9102 (mswindows_mark_device): Added.
|
|
9103
|
|
9104 * events.c (event_equal): Added abort() at unreached code.
|
|
9105 (event_hash): Ditto.
|
|
9106
|
|
9107 * faces.c (complex_vars_of_faces): Added Qmsprinter to the list of
|
|
9108 fallback tags of Windows devices.
|
|
9109
|
|
9110 * general.c (syms_of_general): Initialized Qmsprinter.
|
|
9111
|
|
9112 * gutter.c (complex_vars_of_gutters): Added Qmsprinter to the list
|
|
9113 of fallback tags of Windows devices.
|
|
9114
|
|
9115 * lisp.h: Declared Qmsprinter.
|
|
9116
|
|
9117 * objects-msw.c (font_enum_callback_2): Rewrote to build lisp list
|
|
9118 of strings.
|
|
9119 (mswindows_list_fonts): Ditto.
|
|
9120 (mswindows_enumerate_fonts): Removed dependency on XDEVICE, so
|
|
9121 that it can be used by both mswindows and msprinter devices.
|
|
9122 (initialize_font_instance): Added.
|
|
9123 (mswindows_initialize_font_instance): Use it.
|
|
9124 (msprinter_initialize_font_instance): Added.
|
|
9125
|
|
9126 * redisplay.c (redisplay_device): Added the parameter AUTOMATIC
|
|
9127 and implementation flags check.
|
|
9128 (redisplay_without_hooks): Changed the call to the above.
|
|
9129 (Fredraw_device): Ditto.
|
|
9130 (Fredisplay_device): Ditto.
|
|
9131
|
|
9132 * redisplay-msw.c (get_frame_dc): Implemented.
|
|
9133 (get_frame_compdc): Implemented.
|
|
9134 (many functions): Use the two functions above to get device
|
|
9135 contexts, ether for a window or a printer.
|
|
9136
|
|
9137 2000-01-21 Olivier Galibert <galibert@pobox.com>
|
|
9138
|
|
9139 * symbols.c (reinit_symbols_once_early): Put Qzero/Qnull_pointer
|
|
9140 initialization here.
|
|
9141 (init_symbols_once_early): Call it.
|
|
9142 * emacs.c (main_1): Call it.
|
|
9143 * symsinit.h: Declare it.
|
|
9144
|
|
9145 2000-01-19 Olivier Galibert <galibert@pobox.com>
|
|
9146
|
|
9147 * alloc.c: Use a lrecord_header * in the backtrace instead of a
|
|
9148 Lisp_Object.
|
|
9149 (pdump_backtrace): Ditto.
|
|
9150 (pdump_register_object): Ditto. Cleanup use of the pointers.
|
|
9151 (pdump_get_entry): Abort if trying to register a null pointer.
|
|
9152 (pdump_dump_data): Cleanup types when relocating.
|
|
9153 (pdump_dump_staticvec): Cleanup types w.r.t the reloc table.
|
|
9154 (pdump_dump_rtables): Remove bad casts.
|
|
9155 (pdump_load): Cleanup relocation w.r.t union type. Use a
|
|
9156 Lisp_Object instead of a EMACS_INT for the hashtable
|
|
9157 reorganization.
|
|
9158
|
|
9159 2000-01-20 Martin Buchholz <martin@xemacs.org>
|
|
9160
|
|
9161 * emacs.c (main_1): Rearrange morass of #ifdef's for correctness.
|
|
9162
|
|
9163 * callproc.c (call_process_cleanup): Isolate WINDOWSNT code for clarity.
|
|
9164
|
|
9165 * EmacsManager.c (GeometryManager): Avoid use of CPP for clarity.
|
|
9166
|
|
9167 * *.[ch]: global-replace 's/_of_xselect/_of_select_x/g' *.[ch]
|
|
9168
|
|
9169 2000-01-17 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
9170
|
|
9171 * faces.h (FACE_STRIKETHRU_P): Added.
|
|
9172
|
|
9173 * glyphs-msw.c (mswindows_widget_hfont): Implemented, to take care
|
|
9174 of font variants.
|
|
9175
|
|
9176 * redisplay-msw.c (mswindows_apply_face_effects): Deleted.
|
|
9177 (mswindows_set_dc_font): New function, aware of font variants,
|
|
9178 separated from mswindows_update_dc.
|
|
9179
|
|
9180 * objects-msw.h (struct mswindows_font_instance_data): Added
|
|
9181 definition.
|
|
9182
|
|
9183 * objects-msw.c (mswindows_finalize_font_instance): Delete all
|
|
9184 cached fonts and the data structure.
|
|
9185 (mswindows_initialize_font_instance): Added creation of font data
|
|
9186 structure.
|
|
9187 (mswindows_print_font_instance): Print at least something.
|
|
9188 (mswindows_create_font_variant): Implemented.
|
|
9189 (mswindows_get_hfont): Implemented.
|
|
9190
|
|
9191 2000-01-13 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
|
|
9192
|
|
9193 * dired-msw.c: permute "sysdir.h" with "sysfile.h" because of
|
|
9194 prototyping problem with msvc.
|
|
9195
|
|
9196 * emacs.c (main_1): added syms_of_gui_mswindows() call
|
|
9197
|
|
9198 * gui-msw.c: added "mswindows-shell-execute" lisp subr and
|
|
9199 syms_of_gui_mswindows() function
|
|
9200
|
|
9201 * symsinit.h: added the prototype for syms_of_gui_mswindows()
|
|
9202
|
438
|
9203 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
434
|
9204
|
438
|
9205 * XEmacs 21.2.27 is released.
|
432
|
9206
|
438
|
9207 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
430
|
9208
|
438
|
9209 * glyphs-eimage.c (struct tiff_error_struct):
|
|
9210 (tiff_error_func):
|
|
9211 (tiff_warning_func):
|
|
9212 #if HAVE_VSNPRINTF ==> #ifdef HAVE_VSNPRINTF
|
428
|
9213
|
438
|
9214 * unexmips.c:
|
|
9215 * unexhp9k3.c:
|
|
9216 * unexfreebsd.c:
|
|
9217 * unexec.c: Remove vestigial Lucid C code.
|
|
9218 * unexalpha.c:
|
|
9219 * unexaix.c:
|
|
9220 * termcap.c:
|
|
9221 * libsst.c: Ansify.
|
|
9222 Remove declarations of errno and strerror().
|
428
|
9223
|
438
|
9224 * eval.c (Fbacktrace): Small Purify-cation. Fix docstring.
|
428
|
9225
|
438
|
9226 * .dbxrc (run-temacs): Use the horrible ${1+"$@"} instead of "$@".
|
428
|
9227
|
438
|
9228 2000-01-16 Martin Buchholz <martin@xemacs.org>
|
428
|
9229
|
438
|
9230 * mule-charset.c (Fchar_octet): Resurrect from earlier in 1999.
|
|
9231 Optimize.
|
428
|
9232
|
438
|
9233 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
428
|
9234
|
438
|
9235 * md5.c:
|
|
9236 * file-coding.c:
|
428
|
9237 * file-coding.h:
|
438
|
9238 Change enum eol_type to eol_type_t.
|
428
|
9239
|
438
|
9240 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
428
|
9241
|
438
|
9242 * gui.c (get_gui_callback): Check cons before accessing car.
|
428
|
9243
|
438
|
9244 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
428
|
9245
|
438
|
9246 * specifier.h (XSPECIFIER_TYPE): Add error checking version.
|
|
9247 (XSETSPECIFIER_TYPE): Ditto.
|
428
|
9248
|
438
|
9249 2000-01-17 Didier Verna <didier@xemacs.org>
|
428
|
9250
|
438
|
9251 * redisplay.c (generate_fstring_runes): compute string size in
|
|
9252 characters, not bytes.
|
428
|
9253
|
438
|
9254 2000-01-09 Hrvoje Niksic <hniksic@iskon.hr>
|
428
|
9255
|
438
|
9256 * window.c (Fwindow_minibuffer_p): Make WINDOW optional.
|
428
|
9257
|
438
|
9258 2000-01-14 Hrvoje Niksic <hniksic@iskon.hr>
|
428
|
9259
|
438
|
9260 * print.c (print_error_message): Call print_prepare().
|
428
|
9261
|
438
|
9262 2000-01-14 Martin Buchholz <martin@xemacs.org>
|
428
|
9263
|
438
|
9264 * .dbxrc: Renamed from dbxrc.
|
428
|
9265
|
438
|
9266 * events.c (event_to_character):
|
|
9267 Use `assert (foo)' instead of `if (!foo) abort()'
|
428
|
9268
|
438
|
9269 * .gdbinit (xtype): Add documentation.
|
|
9270 * .gdbinit (check-temacs): New function.
|
|
9271 * .gdbinit (check-xemacs): New function.
|
|
9272 * dbxrc (check-xemacs): New function.
|
|
9273 * dbxrc (check-xemacs): New function.
|
428
|
9274
|
438
|
9275 2000-01-14 Andy Piper <andy@xemacs.org>
|
428
|
9276
|
438
|
9277 * glyphs-widget.c (widget_query_geometry): Make sure that we
|
|
9278 calculate default dimensions correctly.
|
428
|
9279
|
438
|
9280 2000-01-13 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
428
|
9281
|
438
|
9282 * symsinit.h: Added prototype for reinit_vars_of_frame_mswindows.
|
428
|
9283
|
438
|
9284 * event-msw.c (vars_of_event_mswindows): Fixed a mistyped
|
|
9285 pdump_wire'd variable.
|
428
|
9286
|
438
|
9287 * emacs.c: (main_1): Conditionalized calls to
|
|
9288 reinit_vars_of_scrollbar_x and reinit_vars_of_module.
|
428
|
9289
|
438
|
9290 2000-01-13 Martin Buchholz <martin@xemacs.org>
|
428
|
9291
|
438
|
9292 * window.c (Fset_window_configuration):
|
|
9293 * sysdep.c (_start):
|
|
9294 * input-method-motif.c (res):
|
|
9295 * event-Xt.c (Xt_process_to_emacs_event):
|
|
9296 Simple compiler warning fixes.
|
428
|
9297
|
438
|
9298 * bytecode.c (funcall_compiled_function): Use the original
|
|
9299 function symbol on the backtrace list in preference to the
|
|
9300 compiled_function object in error messages.
|
428
|
9301
|
438
|
9302 2000-01-13 Andy Piper <andy@xemacs.org>
|
428
|
9303
|
438
|
9304 * glyphs-x.c (update_widget_face): Make sure we update the widget
|
|
9305 background as well as foreground.
|
428
|
9306
|
438
|
9307 2000-01-13 Andy Piper <andy@xemacs.org>
|
428
|
9308
|
438
|
9309 * glyphs.h (struct Lisp_Image_Instance): Move justify and orient
|
|
9310 fields to subwindow.
|
|
9311 (IMAGE_INSTANCE_SUBWINDOW_JUSTIFY): new macro.
|
|
9312 (XIMAGE_INSTANCE_SUBWINDOW_JUSTIFY): ditto.
|
|
9313 (IMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
|
|
9314 (XIMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
|
428
|
9315
|
438
|
9316 * glyphs-widget.c (check_valid_tab_orientation): new function.
|
|
9317 (initialize_widget_image_instance): zero orientation and
|
|
9318 justification.
|
|
9319 (widget_instantiate): pick up orientation.
|
|
9320 (tab_control_query_geometry): return appropriate values for
|
|
9321 vertical tabs.
|
428
|
9322
|
438
|
9323 * glyphs-msw.c: (mswindows_tab_control_instantiate): assign
|
|
9324 appropriate creation flags for left, right and bottom tabs.
|
428
|
9325
|
438
|
9326 * s/cygwin32.h: add tab definitions.
|
428
|
9327
|
438
|
9328 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
428
|
9329
|
438
|
9330 * glyphs-msw.c (mswindows_unmap_subwindow): Set focus back to the
|
|
9331 frame upon hiding a subwindow.
|
|
9332 (mswindows_button_instantiate): Changed the push button style to
|
|
9333 BS_PUSHBUTTON.
|
|
9334 (mswindows_button_instantiate): Removed button BS_NOTIFY
|
|
9335 style.
|
|
9336 (mswindows_button_instantiate): Removed redundant check for
|
|
9337 a disabled gui item.
|
|
9338 (mswindows_button_instantiate): Made use of WS_TABSTOP
|
|
9339 consistent: "operable" controls (edit, button, tree, scroll) have
|
|
9340 this style, "display-only" ones (static, progress gauge) do
|
|
9341 not. This style is currently ignored by XEmacs though. Also,
|
|
9342 removed the WS_EX_CONTROLPARENT style - it is not for children,
|
|
9343 it is for their parents!
|
|
9344 (mswindows_edit_field_instantiate): Ditto.
|
|
9345 (mswindows_progress_gauge_instantiate): Ditto.
|
|
9346 (mswindows_tree_view_instantiate): Ditto.
|
|
9347 (mswindows_tab_control_instantiate): Ditto.
|
|
9348 (mswindows_scrollbar_instantiate): Ditto.
|
|
9349 (mswindows_combo_box_instantiate): Ditto.
|
|
9350 (mswindows_widget_instantiate): Added the WS_EX_CONTROLPARENT
|
|
9351 style to the "clip" window.
|
|
9352 (mswindows_button_instantiate): Removed compilation warning by
|
|
9353 equally typing terms of the ?: operator.
|
428
|
9354
|
438
|
9355 2000-01-12 Didier Verna <didier@xemacs.org>
|
428
|
9356
|
438
|
9357 * redisplay.c (generate_fstring_runes): new parameter holding the
|
|
9358 last modeline-format extent.
|
|
9359 (add_glyph_to_fstring_db_runes): new parameter holding the glyph
|
|
9360 extent, fill the glyph block with it.
|
|
9361 (generate_fstring_runes): handle these parameters.
|
|
9362 (generate_formatted_string_db): ditto.
|
428
|
9363
|
438
|
9364 * keymap.c (get_relevant_keymaps): retreive the keymaps from the
|
|
9365 glyphs'extents in the modeline.
|
428
|
9366
|
438
|
9367 1999-01-11 Mike Woolley <mike@bulsara.com>
|
428
|
9368
|
438
|
9369 * ntheap.c: Reduced the reserved heap space from 1Gb down to
|
|
9370 256Mb, as a workaround for the non-starting problem many people
|
|
9371 have experienced.
|
428
|
9372
|
438
|
9373 2000-01-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
428
|
9374
|
438
|
9375 * console-tty.c (Fset_console_tty_output_coding_system):
|
|
9376 Force redrawing tty frame.
|
428
|
9377
|
438
|
9378 2000-01-10 Didier Verna <didier@xemacs.org>
|
428
|
9379
|
438
|
9380 * redisplay.c (generate_fstring_runes): fix size computation bug.
|
428
|
9381
|
438
|
9382 2000-01-09 William M. Perry <wmperry@aventail.com>
|
428
|
9383
|
438
|
9384 * gpmevent.c: (gpm_next_event_cb): Don't return value from void function.
|
428
|
9385
|
438
|
9386 2000-01-09 Andy Piper <andy@xemacs.org>
|
428
|
9387
|
438
|
9388 * glyphs-msw.c: index -> i to avoid shadows.
|
|
9389 (xbm_create_bitmap_from_data): make static.
|
|
9390 (check_valid_string_or_int): deleted.
|
|
9391 (mswindows_control_wnd_proc): message -> msg to avoid shadows.
|
428
|
9392
|
438
|
9393 * glyphs-x.c (x_update_subwindow): remove unused args.
|
428
|
9394
|
438
|
9395 * glyphs.c (glyph_image_instance): return the thing. Don't set the
|
|
9396 back pointer - this is done in allocate_image_instance.
|
|
9397 (query_string_font): return Qnil to make the compiler happy.
|
|
9398 (unmap_subwindow): set to ~0 to make the compiler happy.
|
|
9399 (glyph_query_geometry): comment out until used.
|
|
9400 (glyph_layout): ditto.
|
428
|
9401
|
438
|
9402 2000-01-09 Hrvoje Niksic <hniksic@iskon.hr>
|
428
|
9403
|
438
|
9404 * insdel.c (signal_after_change): Remove extraneous unbind_to().
|