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