|
464
|
1 2001-04-02 Jan Vroonhof <jan@xemacs.org>
|
|
|
2
|
|
|
3 * redisplay.c (add_bufbyte_string_runes): Update data->bytepos
|
|
|
4
|
|
|
5 2001-04-03 Mike Sperber <mike@xemacs.org>
|
|
|
6
|
|
|
7 * search.c: Revert previous patch due because of release.
|
|
|
8
|
|
|
9 2001-03-30 Ben Wing <ben@xemacs.org>
|
|
|
10
|
|
|
11 * s\cygwin32.h:
|
|
|
12 Add missing killpg prototype.
|
|
|
13
|
|
|
14 * elhash.c:
|
|
|
15 Add a comment about fixing problems when a new entry is added
|
|
|
16 while mapping.
|
|
|
17
|
|
|
18 * frame-msw.c (mswindows_init_frame_1):
|
|
|
19 Fix compile warnings.
|
|
|
20
|
|
|
21 * menubar.c (vars_of_menubar):
|
|
|
22 Provide `menu-accelerator-support' to indicate that we properly
|
|
|
23 support %_ in menu specifications, so that package code can
|
|
|
24 conditionalize on this (and remove %_ from menu specifications
|
|
|
25 on older versions).
|
|
|
26
|
|
|
27 * event-msw.c:
|
|
|
28 * scrollbar-msw.c:
|
|
|
29 * scrollbar-msw.c (can_scroll):
|
|
|
30 * scrollbar-msw.h:
|
|
|
31 Fix handling of mouse wheel under Windows to follow standards --
|
|
|
32 now scrolls window under pointer, not selected window.
|
|
|
33
|
|
|
34 2001-03-31 Mike Sperber <mike@xemacs.org>
|
|
|
35
|
|
|
36 * search.c (Freplace_match): Support FSF-style specification of
|
|
|
37 match subexpression when applied to a buffer.
|
|
|
38
|
|
|
39 2001-03-15 Martin Buchholz <martin@xemacs.org>
|
|
|
40
|
|
|
41 * keymap.c (Fmap_keymap): map-keymap explicitly allows a mapping
|
|
|
42 function to modify KEYMAP, so map over a copy of the hash table.
|
|
|
43
|
|
462
|
44 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
|
45
|
|
|
46 * XEmacs 21.2.46 "Urania" is released.
|
|
|
47
|
|
|
48 2001-03-20 Dan Holmsand <dan@eyebee.com>
|
|
|
49
|
|
|
50 * realpath.c (xrealpath): Make file-truename work with symlinks to
|
|
|
51 /cygdrive paths on cygwin. Always lowercase drive-letters on
|
|
|
52 native windows.
|
|
|
53 (cygwin_readlink): Don't try to find canonical filename unless
|
|
|
54 file exists.
|
|
|
55
|
|
|
56 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
57
|
|
|
58 * ChangeLog: Log GTK merge.
|
|
|
59
|
|
|
60 * dumper.c:
|
|
|
61 * select-x.c:
|
|
|
62 * specifier.c:
|
|
|
63 * symeval.h:
|
|
|
64 Revert gratuitous whitespace changes from GTK merge.
|
|
|
65
|
|
|
66 * emacs.c: Document end of complex #ifdef @ l. 1495.
|
|
|
67
|
|
|
68
|
|
|
69 2001-03-12 Andy Piper <andy@xemacs.org>
|
|
|
70
|
|
|
71 * mingw32.h: unfortunately cygnus changed mingw32 -> mingw so we
|
|
|
72 have to do likewise.
|
|
|
73
|
|
|
74 2001-03-12 Andy Piper <andy@xemacs.org>
|
|
|
75
|
|
|
76 * sysdep.c: we only support mingw now.
|
|
|
77
|
|
|
78 2001-03-09 Andy Piper <andy@xemacs.org>
|
|
|
79
|
|
|
80 * unexcw.c (copy_executable_and_dump_data_section): making approx
|
|
|
81 overrun a warning only.
|
|
|
82
|
|
|
83 2001-03-10 William M. Perry <wmperry@aventail.com>
|
|
|
84
|
|
|
85 * faces.c (complex_vars_of_faces): Rewrote the font mucking to
|
|
|
86 satisfy Stephen's identical-after-cpp plea.
|
|
|
87
|
|
|
88 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
|
89
|
|
|
90 * cmds.c:
|
|
|
91 * cmds.c (Fforward_char):
|
|
|
92 * syntax.c:
|
|
|
93 * window.c:
|
|
|
94
|
|
|
95 Augment documentation of the most common motion commands to make
|
|
|
96 note of the shifted-motion support.
|
|
|
97
|
|
|
98 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
|
99
|
|
|
100 * nt.c (mswindows_fstat):
|
|
|
101 * nt.c (mswindows_stat):
|
|
|
102 * search.c (boyer_moore):
|
|
|
103 Fix compile warnings under Windows.
|
|
|
104
|
|
|
105 * sysdep.c (sys_readdir):
|
|
|
106 Fix buggy filename-conversion code under Mule.
|
|
|
107
|
|
|
108 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
|
109
|
|
|
110 * Makefile.in.in:
|
|
|
111 * config.h.in:
|
|
|
112 * console.c:
|
|
|
113 * console.h:
|
|
|
114 * device.c:
|
|
|
115 * device.h:
|
|
|
116 * dragdrop.c:
|
|
|
117 * emacs.c:
|
|
|
118 * event-stream.c:
|
|
|
119 * events.c:
|
|
|
120 * events.h:
|
|
|
121 * faces.c:
|
|
|
122 * frame.h:
|
|
|
123 * general-slots.h:
|
|
|
124 * glyphs.c:
|
|
|
125 * gutter.c:
|
|
|
126 * inline.c:
|
|
|
127 * lisp.h:
|
|
|
128 * lrecord.h:
|
|
|
129 * make-src-depend:
|
|
|
130 * redisplay-output.c:
|
|
|
131 * redisplay.c:
|
|
|
132 * symsinit.h:
|
|
|
133 * sysfile.h:
|
|
|
134 * toolbar.c:
|
|
|
135 * window.c:
|
|
|
136 The Great GTK Merge.
|
|
|
137
|
|
|
138 * ChangeLog.GTK:
|
|
|
139 * console-gtk.c:
|
|
|
140 * console-gtk.h:
|
|
|
141 * device-gtk.c:
|
|
|
142 * emacs-marshals.c:
|
|
|
143 * emacs-widget-accessors.c:
|
|
|
144 * event-gtk.c:
|
|
|
145 * frame-gtk.c:
|
|
|
146 * gccache-gtk.c:
|
|
|
147 * gccache-gtk.h:
|
|
|
148 * glade.c:
|
|
|
149 * glyphs-gtk.c:
|
|
|
150 * glyphs-gtk.h:
|
|
|
151 * gtk-glue.c:
|
|
|
152 * gtk-xemacs.c:
|
|
|
153 * gtk-xemacs.h:
|
|
|
154 * gui-gtk.c:
|
|
|
155 * gui-gtk.h:
|
|
|
156 * menubar-gtk.c:
|
|
|
157 * native-gtk-toolbar.c:
|
|
|
158 * objects-gtk.c:
|
|
|
159 * objects-gtk.h:
|
|
|
160 * redisplay-gtk.c:
|
|
|
161 * scrollbar-gtk.c:
|
|
|
162 * scrollbar-gtk.h:
|
|
|
163 * select-gtk.c:
|
|
|
164 * toolbar-gtk.c:
|
|
|
165 * ui-byhand.c:
|
|
|
166 * ui-gtk.c:
|
|
|
167 * ui-gtk.h:
|
|
|
168 The Great GTK Merge: new files.
|
|
|
169
|
|
|
170 2001-02-26 Ben Wing <ben@xemacs.org>
|
|
|
171
|
|
|
172 Reapplied Lstream change.
|
|
|
173
|
|
|
174 2001-02-26 Ben Wing <ben@xemacs.org>
|
|
|
175
|
|
|
176 Undid the last change, since it is more controversial than I
|
|
|
177 thought. It should be back in at some point soon.
|
|
|
178
|
|
|
179 2001-02-25 Ben Wing <ben@xemacs.org>
|
|
|
180
|
|
|
181 * buffer.c:
|
|
|
182 * callproc.c (Fold_call_process_internal):
|
|
|
183 * event-msw.c (ntpipe_slurp_reader):
|
|
|
184 * event-msw.c (ntpipe_shove_writer):
|
|
|
185 * event-msw.c (winsock_reader):
|
|
|
186 * event-msw.c (winsock_writer):
|
|
|
187 * file-coding.c:
|
|
|
188 * file-coding.c (detect_eol_type):
|
|
|
189 * file-coding.c (detect_coding_type):
|
|
|
190 * file-coding.c (determine_real_coding_system):
|
|
|
191 * file-coding.c (Fdetect_coding_region):
|
|
|
192 * file-coding.c (decoding_reader):
|
|
|
193 * file-coding.c (decoding_writer):
|
|
|
194 * file-coding.c (mule_decode):
|
|
|
195 * file-coding.c (Fdecode_coding_region):
|
|
|
196 * file-coding.c (encoding_reader):
|
|
|
197 * file-coding.c (encoding_writer):
|
|
|
198 * file-coding.c (mule_encode):
|
|
|
199 * file-coding.c (Fencode_coding_region):
|
|
|
200 * file-coding.c (detect_coding_sjis):
|
|
|
201 * file-coding.c (decode_coding_sjis):
|
|
|
202 * file-coding.c (encode_coding_sjis):
|
|
|
203 * file-coding.c (detect_coding_big5):
|
|
|
204 * file-coding.c (decode_coding_big5):
|
|
|
205 * file-coding.c (encode_coding_big5):
|
|
|
206 * file-coding.c (detect_coding_ucs4):
|
|
|
207 * file-coding.c (decode_coding_ucs4):
|
|
|
208 * file-coding.c (encode_coding_ucs4):
|
|
|
209 * file-coding.c (detect_coding_utf8):
|
|
|
210 * file-coding.c (decode_coding_utf8):
|
|
|
211 * file-coding.c (encode_coding_utf8):
|
|
|
212 * file-coding.c (detect_coding_iso2022):
|
|
|
213 * file-coding.c (decode_coding_iso2022):
|
|
|
214 * file-coding.c (encode_coding_iso2022):
|
|
|
215 * file-coding.c (decode_coding_no_conversion):
|
|
|
216 * file-coding.c (encode_coding_no_conversion):
|
|
|
217 * glyphs-x.c (write_lisp_string_to_temp_file):
|
|
|
218 * gpmevent.c (tty_get_foreign_selection):
|
|
|
219 * lisp.h:
|
|
|
220 * lstream.c:
|
|
|
221 * lstream.c (Lstream_flush_out):
|
|
|
222 * lstream.c (Lstream_adding):
|
|
|
223 * lstream.c (Lstream_write_1):
|
|
|
224 * lstream.c (Lstream_write):
|
|
|
225 * lstream.c (Lstream_raw_read):
|
|
|
226 * lstream.c (Lstream_read_more):
|
|
|
227 * lstream.c (Lstream_read):
|
|
|
228 * lstream.c (Lstream_unread):
|
|
|
229 * lstream.c (Lstream_fputc):
|
|
|
230 * lstream.c (stdio_reader):
|
|
|
231 * lstream.c (stdio_writer):
|
|
|
232 * lstream.c (filedesc_reader):
|
|
|
233 * lstream.c (filedesc_writer):
|
|
|
234 * lstream.c (lisp_string_reader):
|
|
|
235 * lstream.c (struct fixed_buffer_stream):
|
|
|
236 * lstream.c (make_fixed_buffer_input_stream):
|
|
|
237 * lstream.c (make_fixed_buffer_output_stream):
|
|
|
238 * lstream.c (fixed_buffer_reader):
|
|
|
239 * lstream.c (fixed_buffer_writer):
|
|
|
240 * lstream.c (struct resizing_buffer_stream):
|
|
|
241 * lstream.c (resizing_buffer_writer):
|
|
|
242 * lstream.c (dynarr_writer):
|
|
|
243 * lstream.c (lisp_buffer_reader):
|
|
|
244 * lstream.c (lisp_buffer_writer):
|
|
|
245 * lstream.h:
|
|
|
246 * lstream.h (lstream_implementation):
|
|
|
247 * lstream.h (struct lstream):
|
|
|
248 * md5.c (Fmd5):
|
|
|
249 * process-nt.c (nt_send_process):
|
|
|
250 * process-unix.c (unix_send_process):
|
|
|
251
|
|
|
252 Correct Lstream lossage due to mixing of signed and unsigned
|
|
|
253 quantities. All Lstream uses of size_t and ssize_t are now a
|
|
|
254 single signed data type Lstream_data_count. This fixes problems
|
|
|
255 under Windows with sending large quantities of data to a process,
|
|
|
256 and may well fix other subtle bugs.
|
|
|
257
|
|
460
|
258 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
|
259
|
|
|
260 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
|
261
|
|
|
262 2001-02-21 Martin Buchholz <martin@xemacs.org>
|
|
|
263
|
|
|
264 * lisp-union.h (XSETINT):
|
|
|
265 (XSETCHAR):
|
|
|
266 (XSETOBJ):
|
|
|
267 Reverse previous change of 2001-02-06.
|
|
|
268
|
|
|
269 2001-02-20 Matt Tucker <tuck@whistlingfish.net>
|
|
|
270
|
|
|
271 Fix `VALID_BYTIND_P' crashes in regex.c when using narrowed
|
|
|
272 buffers.
|
|
|
273 * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR):
|
|
|
274 * syntax.h (SYNTAX_CACHE_OBJECT_BYTE_TO_CHAR):
|
|
|
275 Add `BI_BUF_BEGV' to bytepos before calculating bufpos.
|
|
|
276 * regex.c (POS_AS_IN_BUFFER): removed
|
|
|
277 * regex.c (re_search_2):
|
|
|
278 * regex.c (re_match_2):
|
|
|
279 Don't use an offset of 1 when calculating buffer positions, since
|
|
|
280 `BI_BUF_BEGV' does it already.
|
|
|
281
|
|
|
282 2001-02-18 Wim Dumon <wim@easics.be>
|
|
|
283
|
|
|
284 * insdel.c (prepare_to_modify_buffer): Also check for
|
|
|
285 supersession when clash-detection is enabled.
|
|
|
286
|
|
|
287 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
|
|
|
288
|
|
|
289 * regex.c (re_match_2_internal):
|
|
|
290 Convert temp characters from 'const unsigned char' to 're_char'.
|
|
|
291 Fix crashing bug with extended characters under mule.
|
|
|
292 * syntax.c (Qsyntax_table): Moved from vars_of_syntax to
|
|
|
293 syms_of_syntax. Use defsymbol to define. Fixes hanging bug with
|
|
|
294 font-lock, pdump, and new syntax-table code.
|
|
|
295 * syntax.c (find_start_of_comment):
|
|
|
296 (find_end_of_comment):
|
|
|
297 (forward-comment):
|
|
|
298 Fix crashing bugs involving moving beyond end of buffer.
|
|
|
299 * syntax.c (find_start_of_comment):
|
|
|
300 Fixed logic to allow proper detection of cases where the same
|
|
|
301 character is used to end both a two-char comment start and a
|
|
|
302 two-char comment end sequence. Fixes `(forward-comment -1)'.
|
|
|
303 * syntax.c (find_start_of_comment):
|
|
|
304 Return position just past last comment-end character for all cases
|
|
|
305 (previously was only done for two-char comment-end sequences).
|
|
|
306 * syntax.c (forward-comment):
|
|
|
307 Take value returned from `find_end_of_comment', rather than
|
|
|
308 incrementing it.
|
|
|
309 * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR):
|
|
|
310 Properly deal with BUFFERP (syntax_cache.object)
|
|
|
311
|
|
|
312 2001-02-17 Martin Buchholz <martin@xemacs.org>
|
|
|
313
|
|
|
314 * alloc.c (Fgarbage_collect):
|
|
|
315 * alloc.c (make_bit_vector_from_byte_vector):
|
|
|
316 -Wsign-compare-correctness.
|
|
|
317
|
|
|
318 2001-02-16 Martin Buchholz <martin@xemacs.org>
|
|
|
319
|
|
|
320 * lisp-union.h (XSETINT): Eliminate unnecessary temp var.
|
|
|
321 (XSETCHAR): Likewise.
|
|
|
322 (XSETOBJ): Likewise.
|
|
|
323
|
|
|
324 2001-02-15 Martin Buchholz <martin@xemacs.org>
|
|
|
325
|
|
|
326 * mule-canna.c (canna-func-delete_previous):
|
|
|
327 Rename to canna-func-delete-previous.
|
|
|
328
|
|
|
329 2001-02-14 Martin Buchholz <martin@xemacs.org>
|
|
|
330
|
|
|
331 * mule-ccl.c (ccl_driver): Warning suppression. Use countof.
|
|
|
332
|
|
|
333 2001-02-13 Matt Tucker <tuck@whistlingfish.net>
|
|
|
334
|
|
|
335 * font-lock.c (find_context): Fix C++ compile errors introduced by
|
|
|
336 recent patch
|
|
|
337
|
|
|
338 2001-02-13 Martin Buchholz <martin@xemacs.org>
|
|
|
339
|
|
|
340 * s/aix4.h: Later versions of IBM C compiler need a bug workaround
|
|
|
341 pragma, but earlier ones barf on the same pragma.
|
|
|
342
|
|
|
343 2001-02-06 Mike Sperber <mike@xemacs.org>
|
|
|
344
|
|
|
345 * emacs.c (complex_vars_of_emacs): Add `mule-lisp-directory' and
|
|
|
346 `configure-mule-lisp-directory'.
|
|
|
347
|
|
|
348 2001-02-12 Martin Buchholz <martin@xemacs.org>
|
|
|
349
|
|
|
350 Make sure dump-id.c is compiled in the same way as other .c's.
|
|
|
351 Fixes pdump compilation failure with HP's cc, which defaults to K&R.
|
|
|
352 * dump-id.h: Remove.
|
|
|
353 * emacs.c: Move dump-id.h into dumper.h.
|
|
|
354 * dumper.h: Move dump-id.h into dumper.h.
|
|
|
355 * Makefile.in.in:
|
|
|
356 Use standard .c.o rule for building dump-id.o.
|
|
|
357 Remove preprocessor flags from link command.
|
|
|
358 Add dump-id.o to ${otherobjs} if PDUMP.
|
|
|
359
|
|
|
360 2001-02-07 Matt Tucker <tuck@whistlingfish.net>
|
|
|
361
|
|
|
362 Port FSF 20.7 syntax table improvements.
|
|
|
363 * syntax.c.
|
|
|
364 * syntax.h.
|
|
|
365
|
|
|
366 Fixups for new syntax table stuff.
|
|
|
367 * dired.c: Include syntax.c.
|
|
|
368 (Fdirectory_files): Initialize regex_match_object and
|
|
|
369 regex_emacs_buffer.
|
|
|
370 * extents.h: EXFUN Fnext_extent_change, Fprevious_extent_change,
|
|
|
371 and Fget_char_property.
|
|
|
372
|
|
|
373 Use ported FSF 20.7 syntax table improvements.
|
|
|
374 * font-lock.c.
|
|
|
375 * regex.c.
|
|
|
376 * search.c.
|
|
|
377
|
|
|
378 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
379
|
|
|
380 * regex.c (Boolean): Renamed to `re_bool', to avoid conflict with
|
|
|
381 Unixware's enum boolean from sys/types.h.
|
|
|
382
|
|
|
383 2001-02-10 Martin Buchholz <martin@xemacs.org>
|
|
|
384
|
|
|
385 Fix support for building with latest Purify.
|
|
|
386 * Makefile.in.in (PURIFY_LIBS): Remove thread flags.
|
|
|
387 (PURIFY_FLAGS): Likewise.
|
|
|
388
|
|
|
389 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
390
|
|
|
391 * fileio.c (lisp_string_set_file_times): New.
|
|
|
392 * fileio.c (Fcopy_file): Use it.
|
|
|
393 Fixes bug:
|
|
|
394 (copy-file filename non-ascii-filename t t)
|
|
|
395 ==> No such file or directory, non-ascii-filename
|
|
|
396
|
|
|
397 2001-02-10 Martin Buchholz <martin@xemacs.org>
|
|
|
398
|
|
|
399 * glyphs-x.c (generate_cursor_fg_bg): Avoid a warning.
|
|
|
400 USHRT_MAX seems clearer than ~0 anyways.
|
|
|
401
|
|
|
402 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
403
|
|
|
404 dumper improvements. Inspired by Olivier.
|
|
|
405 * dumper.c (pdump_max_align): New.
|
|
|
406 * dumper.c (pdump_add_entry): Use pdump_max_align.
|
|
|
407 * dumper.c (pdump_get_entry_list): Likewise.
|
|
|
408 * dumper.c (pdump_scan_by_alignment): Likewise.
|
|
|
409 Don't iterate through unnecessary alignments.
|
|
|
410 * dumper.c (pdump_file_get): No need to align result of malloc().
|
|
|
411 * dumper.c (pdump_mallocadr): Remove.
|
|
|
412 The result of malloc() is guaranteed to be maximally aligned.
|
|
|
413 * dumper.c: s/elmt/elt/g;
|
|
|
414 * dumper.c (pdump_object_table): Allocate dynamically, not statically.
|
|
|
415 * dumper.c (pdump_alert_undump_object): Likewise.
|
|
|
416 * dumper.c (pdump_align_table):
|
|
|
417 Don't support alignments > 64.
|
|
|
418 Store ALIGNOF's, not shift counts, in table.
|
|
|
419
|
|
|
420 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
421
|
|
|
422 * s/mingw32.h (HAVE_STRUCT_UTIMBUF): Remove.
|
|
|
423 * s/windowsnt.h (HAVE_STRUCT_UTIMBUF): Remove.
|
|
|
424 * systime.h: Use HAVE_UTIME.
|
|
|
425 * sysdep.c (struct utimbuf): Remove.
|
|
|
426 * sysdep.c (set_file_times): Prefer utime() to utimes().
|
|
|
427 * config.h.in (HAVE_UTIME): New.
|
|
|
428 * config.h.in (HAVE_UTIME_H): Remove.
|
|
|
429 * config.h.in (HAVE_STRUCT_UTIMBUF): Remove.
|
|
|
430
|
|
|
431 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
432
|
|
|
433 * s/aix4.h: Hide #pragmas inside #ifndef NOT_C_CODE.
|
|
|
434
|
|
|
435 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
|
436
|
|
|
437 * s/irix6-0.h: Use the standard system memmove, not bcopy.
|
|
|
438
|
|
458
|
439 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
|
440
|
|
|
441 * XEmacs 21.2.44 "Thalia" is released.
|
|
|
442
|
|
|
443 2001-02-06 Martin Buchholz <martin@xemacs.org>
|
|
|
444
|
|
|
445 Fixes crashes in kill-emacs on some systems.
|
|
|
446 * process-unix.c (unix_kill_child_process):
|
|
|
447 It's OK for kill() to fail with ESRCH.
|
|
|
448
|
|
|
449 2001-02-07 Martin Buchholz <martin@xemacs.org>
|
|
|
450
|
|
|
451 Contortions to make .gdbinit tricks work on most systems.
|
|
|
452 * alloc.c (dbg_inhibit_dbg_symbol_deletion): Keep debugger info.
|
|
|
453 * alloc.c (dbg_valmask): Make non-const.
|
|
|
454 * alloc.c (dbg_typemask): Make non-const.
|
|
|
455 * alloc.c (dbg_USE_UNION_TYPE): Make non-const.
|
|
|
456 * alloc.c (dbg_valbits): Make non-const.
|
|
|
457 * alloc.c (dbg_gctypebits): Make non-const.
|
|
|
458 * .gdbinit (decode_object): Make it work with AIX cc.
|
|
|
459
|
|
|
460 2001-02-06 Martin Buchholz <martin@xemacs.org>
|
|
|
461
|
|
|
462 * elhash.c (make_general_lisp_hash_table):
|
|
|
463 Use simpler and more efficient calloc to clear entries.
|
|
|
464
|
|
|
465 2001-02-07 Martin Buchholz <martin@xemacs.org>
|
|
|
466
|
|
|
467 * window.c (window_scroll): Work around an AIX C compiler bug.
|
|
|
468 Fixes 'scroll-up' does nothing problem with xlC.
|
|
|
469
|
|
|
470 2001-02-05 Martin Buchholz <martin@xemacs.org>
|
|
|
471
|
|
|
472 * .gdbinit: Remove obsolete comment.
|
|
|
473
|
|
|
474 2001-01-31 Mike Alexander <mta@arbortext.com>
|
|
|
475
|
|
|
476 * select.c (Fown_selection_internal): Set owned_p for device
|
|
|
477 method correctly.
|
|
|
478
|
|
|
479 2001-02-01 Martin Buchholz <martin@xemacs.org>
|
|
|
480
|
|
|
481 Port to g++ 2.97.
|
|
|
482 "not" cannot be used as a macro name as it is an operator in C++
|
|
|
483 * config.h.in: Stop #defining `not'.
|
|
|
484 * chartab.c (check_category_char): not ==> not_p
|
|
|
485 * chartab.h: Likewise.
|
|
|
486 * regex.c (re_match_2_internal): Likewise.
|
|
|
487
|
|
|
488 2001-02-02 Martin Buchholz <martin@xemacs.org>
|
|
|
489
|
|
|
490 * lisp-disunion.h: Fix up comments.
|
|
|
491
|
|
|
492 2001-01-31 Martin Buchholz <martin@xemacs.org>
|
|
|
493
|
|
|
494 * keymap.c (define_key_check_and_coerce_keysym):
|
|
|
495 (syms_of_keymap):
|
|
|
496 Support mouse-6 and mouse-7 bindings in the obvious way.
|
|
|
497
|
|
|
498 2001-02-01 Martin Buchholz <martin@xemacs.org>
|
|
|
499
|
|
|
500 * m/hp9000s300.h (UNEXEC): Check for HPUX, not !BSD.
|
|
|
501
|
|
|
502 2001-01-30 Martin Buchholz <martin@xemacs.org>
|
|
|
503
|
|
|
504 Previous patch changing DEFVAR_INT to use EMACS_INT was incomplete.
|
|
|
505 Previous patch missed DEFVAR_INT_MAGIC.
|
|
|
506 Make sure future DEFVAR_foo use correct types.
|
|
|
507 * symeval.h (DEFVAR_SYMVAL_FWD_FIXNUM): New.
|
|
|
508 * (DEFVAR_SYMVAL_FWD_INT): Add type checking.
|
|
|
509 * (DEFVAR_SYMVAL_FWD_OBJECT): Add type checking.
|
|
|
510 * (DEFVAR_INT_MAGIC): Use DEFVAR_SYMVAL_FWD_FIXNUM.
|
|
|
511 * (DEFVAR_INT): Likewise.
|
|
|
512 * redisplay.c (vertical_clip): Should be of type Fixnum.
|
|
|
513 * redisplay.c (horizontal_clip): Likewise.
|
|
|
514 * lisp.h (dump_add_opaque_int): New.
|
|
|
515 (dump_add_opaque_fixnum): New.
|
|
|
516
|
|
|
517 2001-01-29 Andy Piper <andy@xemacs.org>
|
|
|
518
|
|
|
519 * glyphs-widget.c (check_valid_int_or_function): allow symbols
|
|
|
520 since they can be eval'ed
|
|
|
521
|
|
|
522 2001-01-29 Martin Buchholz <martin@xemacs.org>
|
|
|
523
|
|
|
524 * lisp.h (ALIGNOF): Make it work on non-gcc C++ compilers.
|
|
|
525 Oops, XEmacs redefines `class'. Use `typename' instead.
|
|
|
526
|
|
|
527 2001-01-28 Martin Buchholz <martin@xemacs.org>
|
|
|
528
|
|
|
529 * dumper.c: Fix C++ compile errors.
|
|
|
530
|
|
|
531 2001-01-29 Martin Buchholz <martin@xemacs.org>
|
|
|
532
|
|
|
533 * tparam.c: Use correct prototypes.
|
|
|
534
|
|
|
535 2001-01-28 Martin Buchholz <martin@xemacs.org>
|
|
|
536
|
|
|
537 * sysproc.h: #include util.h for NetBSD's openpty.
|
|
|
538
|
|
|
539 2001-01-27 Martin Buchholz <martin@xemacs.org>
|
|
|
540
|
|
|
541 More 64-bit correctness.
|
|
|
542 The C value of a DEFVAR_INT should be of type EMACS_INT, not int.
|
|
|
543 Use a typedef `fixnum' for the type used for DEFVAR_INT.
|
|
|
544 Fix up comments.
|
|
|
545 This finally finishes the 64-bit SGI port.
|
|
|
546 Fixes things like (let ((gc-cons-threshold most-positive-fixnum)) ...).
|
|
|
547 * symbols.c: Fix up comments and type casts.
|
|
|
548 * symbols.c (do_symval_forwarding): s/int/Fixnum/g
|
|
|
549 * symbols.c (store_symval_forwarding): s/int/Fixnum/g
|
|
|
550 * symeval.h (Fixnum): New type.
|
|
|
551 * symeval.h (symbol_value_type): Fix up comment.
|
|
|
552
|
|
|
553 * commands.h:
|
|
|
554 * nt.c:
|
|
|
555 * emacs.c:
|
|
|
556 * data.c:
|
|
|
557 * redisplay.c:
|
|
|
558 * abbrev.c:
|
|
|
559 * dired-msw.c:
|
|
|
560 * event-Xt.c:
|
|
|
561 * eldap.c:
|
|
|
562 * window.c:
|
|
|
563 * sound.c:
|
|
|
564 * event-stream.c:
|
|
|
565 * eval.c:
|
|
|
566 * buffer.c:
|
|
|
567 * mule-canna.c: A million DEFVAR_INTs here...
|
|
|
568 * mule-canna.c (count_char): s/int */Fixnum */g in arglist.
|
|
|
569 * extents.c:
|
|
|
570 * cmdloop.c:
|
|
|
571 * lisp.h:
|
|
|
572 * select-x.c:
|
|
|
573 * console-x.h:
|
|
|
574 * event-msw.c:
|
|
|
575 * mule-wnnfns.c:
|
|
|
576 * hpplay.c:
|
|
|
577 * ralloc.c:
|
|
|
578 * alloc.c:
|
|
|
579 * keymap.c:
|
|
|
580 * profile.c:
|
|
|
581 s/int/Fixnum/g in DEFVAR_INT declarations.
|
|
|
582
|
|
456
|
583 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
|
584
|
|
|
585 Port pdump to SGI alignment-sensitive environment.
|
|
|
586 Lisp Object sizeof methods now return aligned sizes. Rely on that.
|
|
|
587 Eliminate is_lrecord since Lisp_Objects sizeof methods are now all
|
|
|
588 properly aligned.
|
|
|
589 Define and use aligned reading and writing macros.
|
|
|
590 Use buffered stdio instead of posix i/o for faster dumping.
|
|
|
591 Eliminate kludgy 256 byte space for header.
|
|
|
592 Read and write from dump file using structs for alignment safety.
|
|
|
593 * dumper.c (pdump_align_stream): New.
|
|
|
594 * dumper.c (PDUMP_ALIGN_OUTPUT): New.
|
|
|
595 * dumper.c (PDUMP_READ_ALIGNED): New.
|
|
|
596 * dumper.c (PDUMP_WRITE_ALIGNED): New.
|
|
|
597 * dumper.c (pdump_static_Lisp_Object): New struct.
|
|
|
598 * dumper.c (pdump_static_pointer): New struct.
|
|
|
599 * dumper.c (pdump_entry_list_element): Remove is_lrecord member.
|
|
|
600 * dumper.c (pdump_add_entry): Remove is_lrecord parameter.
|
|
|
601 * dumper.c (pdump_dump_data): Rely on sizeof method alignment.
|
|
|
602 * dumper.c (pdump_allocate_offset): Rely on sizeof method alignment.
|
|
|
603
|
|
|
604 * dumper.c (pdump_backtrace):
|
|
|
605 * dumper.c (pdump_get_indirect_count):
|
|
|
606 * dumper.c (pdump_register_object):
|
|
|
607 * dumper.c (pdump_register_struct):
|
|
|
608 * dumper.c (pdump_reloc_one):
|
|
|
609 * dumper.c (pdump_scan_by_alignment):
|
|
|
610 * dumper.c (pdump_dump_from_root_struct_ptrs):
|
|
|
611 * dumper.c (pdump_dump_opaques):
|
|
|
612 * dumper.c (pdump_dump_rtables):
|
|
|
613 * dumper.c (pdump_dump_from_root_objects):
|
|
|
614 * dumper.c (pdump):
|
|
|
615 * dumper.c (pdump_load_finish):
|
|
|
616 Use aligned reading and writing.
|
|
|
617
|
|
|
618 * dumper.c (pdump_free): Make static.
|
|
|
619 * dumper.c (pdump_hFile): Likewise.
|
|
|
620 * dumper.c (pdump_hMap): Likewise.
|
|
|
621
|
|
|
622 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
|
623
|
|
|
624 * XEmacs 21.2.43 "Terspichore" is released.
|
|
|
625
|
|
|
626 2001-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
627
|
|
|
628 Type fiddling for window_config.saved_windows_count
|
|
|
629 * window.c (struct window_config):
|
|
|
630 Make saved_windows_count member unsigned.
|
|
|
631 * window.c (sizeof_window_config_for_n_windows):
|
|
|
632 Make parameter unsigned.
|
|
|
633 * window.c (mark_window_config):
|
|
|
634 * window.c (window_config_equal):
|
|
|
635 * window.c (free_window_configuration):
|
|
|
636 * window.c (Fset_window_configuration):
|
|
|
637 * window.c (count_windows):
|
|
|
638 * window.c (Fcurrent_window_configuration):
|
|
|
639 * window.c (reinit_vars_of_window):
|
|
|
640 Update all callers and users.
|
|
|
641
|
|
|
642 2001-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
643
|
|
|
644 Alignment correctness for flexible arrays.
|
|
|
645 * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF):
|
|
|
646 Make alignment-correct. Add interesting comments.
|
|
|
647 * alloc.c (size_vector):
|
|
|
648 * alloc.c (make_vector_internal):
|
|
|
649 * alloc.c (make_bit_vector_internal):
|
|
|
650 * alloc.c (sweep_bit_vectors_1):
|
|
|
651 * fns.c (size_bit_vector):
|
|
|
652 Update all callers of FLEXIBLE_ARRAY_STRUCT_SIZEOF to add new arg.
|
|
|
653 * window.c (sizeof_window_config_for_n_windows):
|
|
|
654 Use FLEXIBLE_ARRAY_STRUCT_SIZEOF.
|
|
|
655
|
|
|
656 2001-01-24 Martin Buchholz <martin@xemacs.org>
|
|
|
657
|
|
|
658 * lread.c (read1): Rename `fexp', which is #defined in SGI's math.h
|
|
|
659
|
|
|
660 2001-01-23 Andy Piper <andy@xemacs.org>
|
|
|
661
|
|
|
662 * select.c (Fown_selection_internal): pass owned_p
|
|
|
663
|
|
|
664 * select-msw.c (mswindows_own_selection): New Signature.
|
|
|
665
|
|
|
666 * console.h (struct console_methods): add owned_p to
|
|
|
667 _own_selection.
|
|
|
668
|
|
|
669 * select-x.c (x_own_selection): pass owned_p
|
|
|
670 (hack_motif_clipboard_selection): use owned_p
|
|
|
671 (vars_of_select_x): new variable -
|
|
|
672 x_selection_strict_motif_ownership.
|
|
|
673
|
|
|
674 2001-01-23 Martin Buchholz <martin@xemacs.org>
|
|
|
675
|
|
|
676 * specifier.h (specifier_data_offset): Remove pointless parens.
|
|
|
677 * glyphs.h (IMAGE_SPECIFIER_DATA): Likewise.
|
|
|
678
|
|
|
679 2001-01-24 Martin Buchholz <martin@xemacs.org>
|
|
|
680
|
|
|
681 Make Lisp_Object sizeof methods be alignment-correct.
|
|
|
682 pdump must restore objects to the same alignment as the C compiler
|
|
|
683 assumes. It really matters on SGIs.
|
|
|
684 * lstream.c (aligned_sizeof_lstream): New.
|
|
|
685 (sizeof_lstream): Use aligned_sizeof_lstream.
|
|
|
686 (Lstream_new): Likewise.
|
|
|
687 * opaque.c (aligned_sizeof_opaque): New.
|
|
|
688 (sizeof_opaque): Use aligned_sizeof_opaque.
|
|
|
689 (make_opaque): Likewise.
|
|
|
690 * specifier.c (aligned_sizeof_specifier): New.
|
|
|
691 (sizeof_specifier): Use aligned_sizeof_specifier.
|
|
|
692 (make_specifier_internal): Likewise.
|
|
|
693
|
|
|
694 2001-01-23 Martin Buchholz <martin@xemacs.org>
|
|
|
695
|
|
|
696 * lstream.h (struct lstream): Use max_align_t for trailing data.
|
|
|
697 * specifier.h (struct Lisp_Specifier): Likewise.
|
|
|
698
|
|
|
699 2001-01-22 Martin Buchholz <martin@xemacs.org>
|
|
|
700
|
|
|
701 * mule-ccl.c (CCL_Extension): Renamed from CCL_Extention.
|
|
|
702 (CCL_SUCCESS): Kludge to prevent Sun cc compiler warnings.
|
|
|
703 (CCL_SUSPEND): Likewise.
|
|
|
704 (CCL_INVALID_CMD): Likewise.
|
|
|
705 (CCL_CALL_FOR_MAP_INSTRUCTION): Likewise.
|
|
|
706 (ccl_driver): Likewise.
|
|
|
707 (CCL_WRITE_CHAR): Macro hygiene.
|
|
|
708 (CCL_WRITE_STRING): Macro hygiene.
|
|
|
709
|
|
|
710 2001-01-22 Martin Buchholz <martin@xemacs.org>
|
|
|
711
|
|
|
712 Port "portable" dumper to SunOS 4 and HP-UX.
|
|
|
713 * s/aix4.h (AIX4): Move MAP_FAILED definition elsewhere.
|
|
|
714 * emacs.c (main): PDUMP implies no RUN_TIME_REMAP.
|
|
|
715 * dumper.c (pdump_file_get): Define MAP_FAILED if not already defined.
|
|
|
716
|
|
|
717 2001-01-22 Martin Buchholz <martin@xemacs.org>
|
|
|
718
|
|
|
719 * lisp.h (ALIGNOF): A better definition for C++.
|
|
|
720
|
|
|
721 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
|
722
|
|
|
723 Macro hygiene.
|
|
|
724 Fix printf warnings: int format, long int arg.
|
|
|
725 * regex.c (DECLARE_DESTINATION): Use DECLARE_NOTHING.
|
|
|
726 (PUSH_FAILURE_POINT): Use correct printf formats.
|
|
|
727 (POP_FAILURE_POINT): Use correct printf formats.
|
|
|
728 Use do {...} while (0)
|
|
|
729
|
|
454
|
730 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
|
731
|
|
|
732 * XEmacs 21.2.42 "Poseidon" is released.
|
|
|
733
|
|
|
734 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
|
735
|
|
|
736 * console-x.h: typo fix du jour. Remove #if 0'ed code.
|
|
|
737
|
|
|
738 2001-01-19 Martin Buchholz <martin@xemacs.org>
|
|
|
739
|
|
|
740 De-kludgify FIXED_TYPE free list frobbing.
|
|
|
741 Fix crashes on 64-bit platforms introduced by my patch of 2001-01-13.
|
|
|
742 * alloc.c (DECLARE_FIXED_TYPE_ALLOC): Use Lisp_Free.
|
|
|
743 * alloc.c (ALLOCATE_FIXED_TYPE_1): Use new definitions.
|
|
|
744 * alloc.c (Lisp_Free): New pseudo lisp object definition.
|
|
|
745 * alloc.c (LRECORD_FREE_P): New.
|
|
|
746 * alloc.c (MARK_LRECORD_AS_FREE): New.
|
|
|
747 * alloc.c (MARK_LRECORD_AS_NOT_FREE): New.
|
|
|
748 * alloc.c (STRUCT_FREE_P): Deleted.
|
|
|
749 * alloc.c (MARK_STRUCT_AS_FREE): Deleted.
|
|
|
750 * alloc.c (MARK_STRUCT_AS_NOT_FREE): Deleted.
|
|
|
751 * alloc.c (STRING_CHARS_FREE_P): New.
|
|
|
752 * alloc.c (MARK_STRING_CHARS_AS_FREE): New.
|
|
|
753 * alloc.c (PUT_FIXED_TYPE_ON_FREE_LIST): Use new definitions.
|
|
|
754 * alloc.c (FREE_FIXED_TYPE): Use new definitions.
|
|
|
755 * alloc.c (STRING_CHARS_FREE_P): Use new definitions.
|
|
|
756 * alloc.c (resize_string): Use new definitions.
|
|
|
757 * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Use new definitions.
|
|
|
758 * alloc.c (verify_string_chars_integrity): Use new definitions.
|
|
|
759 * alloc.c (compact_string_chars): Use new definitions.
|
|
|
760 * alloc.c: Update monster comments.
|
|
|
761 * lrecord.h (lrecord_type): Add some new lrecord types for
|
|
|
762 alloc.c's use.
|
|
|
763
|
|
|
764 2001-01-18 Martin Buchholz <martin@xemacs.org>
|
|
|
765
|
|
|
766 Improve alignment hackery.
|
|
|
767 * lisp.h (ALIGNOF): Better definition for the non-gcc case.
|
|
|
768 (max_align_t): Moved from opaque.h - general purpose.
|
|
|
769 (ALIGN_PTR): Use size_t, not long.
|
|
|
770 * opaque.h (max_align_t): Move to lisp.h.
|
|
|
771
|
|
|
772 2001-01-18 Norbert Koch <nk@LF.net>
|
|
|
773
|
|
|
774 * gui.h: Fix and add prototypes to fix build problems.
|
|
|
775
|
|
|
776 2001-01-18 Martin Buchholz <martin@xemacs.org>
|
|
|
777
|
|
|
778 temacs is going away, so `dump-temacs' is now a bad name.
|
|
|
779 * .dbxrc (dump-temacs): Rename to `dmp'.
|
|
|
780 * .gdbinit (dump-temacs): Rename to `dmp'.
|
|
|
781
|
|
|
782 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
|
783
|
|
|
784 * glyphs.c (print_image_instance): comment to make martin happy.
|
|
|
785
|
|
|
786 * glyphs-x.c (x_redisplay_widget): update faces after a frame
|
|
|
787 change.
|
|
|
788
|
|
|
789 * glyphs-msw.c (mswindows_redisplay_widget): add code to cope with
|
|
|
790 activation.
|
|
|
791 (mswindows_tab_control_redisplay): warning suppression.
|
|
|
792
|
|
|
793 * glyphs-widget.c (widget_update): re-write to cope with updated
|
|
|
794 items.
|
|
|
795 (widget_instantiate): use new gui_item functions.
|
|
|
796 (tab_control_update): deleted.
|
|
|
797 (progress_gauge_update): deleted.
|
|
|
798 (image_instantiator_progress_guage): take out update reference.
|
|
|
799 (image_instantiator_tree_view): ditto.
|
|
|
800 (image_instantiator_tab_control): ditto.
|
|
|
801
|
|
|
802 * gui.c (widget_gui_parse_item_keywords): new function. Do things
|
|
|
803 Right the new way.
|
|
|
804 (gui_item_add_keyval_pair): re-write to cope with descriptors and
|
|
|
805 return whether anything was changed.
|
|
|
806 (update_gui_item_keywords): as it sounds.
|
|
|
807
|
|
|
808 * gui.h: declare widget_gui_parse_item_keywords.
|
|
|
809
|
|
|
810 * fns.c (safe_copy_tree): new function taken from Fcopy_tree.
|
|
|
811 (Fcopy_tree): use it. Stops infloop death in bogus instantiators.
|
|
|
812
|
|
452
|
813 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
|
814
|
|
|
815 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
|
816
|
|
|
817 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
|
818
|
|
|
819 * glyphs.c (image_instantiate): don't use fallbacks when
|
|
|
820 instantiating a face's background pixmap by inheritance.
|
|
|
821
|
|
|
822 2001-01-14 Mike Sperber <mike@xemacs.org>
|
|
|
823
|
|
|
824 * sysdep.c (start_of_data): PDUMP implies ORDINARY_LINK.
|
|
|
825 Conditionalize accordingly.
|
|
|
826
|
|
|
827 2001-01-16 Martin Buchholz <martin@xemacs.org>
|
|
|
828
|
|
|
829 * dumper.c (pdump_file_get): Fix a compiler warning.
|
|
|
830
|
|
|
831 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
|
832
|
|
|
833 Make Purify happy when pdumping.
|
|
|
834 * symbols.c (Fmake_variable_buffer_local): Make Purify happy, by
|
|
|
835 iniitalizing all bits of new lisp object memory.
|
|
|
836 * symbols.c (Fmake_local_variable): Likewise.
|
|
|
837 * symbols.c (Fdontusethis_set_symbol_value_handler): Likewise.
|
|
|
838 * symbols.c (Fdefvaralias): Likewise.
|
|
|
839 * mule-charset.c (vars_of_mule_charset): Likewise.
|
|
|
840
|
|
|
841 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
|
842 Add the `-nd' flag when running pre-dump operations under the debugger.
|
|
|
843 * .dbxrc (run-temacs): Add `-nd'.
|
|
|
844 * .dbxrc (update-elc): Likewise.
|
|
|
845 * .dbxrc (dump-temacs): Likewise.
|
|
|
846 * .gdbinit (run-temacs): Likewise.
|
|
|
847 * .gdbinit (check-temacs): Likewise.
|
|
|
848 * .gdbinit (update-elc): Likewise.
|
|
|
849 * .gdbinit (dump-temacs): Likewise.
|
|
|
850
|
|
|
851 2001-01-14 Martin Buchholz <martin@xemacs.org>
|
|
|
852
|
|
|
853 Allow building 64-bit executables on AIX with GNU malloc, e.g.
|
|
|
854 export OBJECT_MODE=64
|
|
|
855 configure --pdump --use-union-type=no
|
|
|
856 * m/ibmrs6000.h (DATA_START): Define for 64-bit world.
|
|
|
857 * gmalloc.c (__default_morecore): Remove pre-ANSI cruft.
|
|
|
858
|
|
|
859 * miscplay.c (sndcnv8U_2mono):
|
|
|
860 Avoid two uses of `++' in the same expression.
|
|
|
861 Suppresses a GCC warning.
|
|
|
862
|
|
|
863 2001-01-13 Martin Buchholz <martin@xemacs.org>
|
|
|
864
|
|
|
865 Make sure future compilers don't miscompile alloc.c.
|
|
|
866 * alloc.c:
|
|
|
867 (MARK_STRUCT_AS_FREE): Make aliasing-optimization-resistant.
|
|
|
868 (MARK_STRUCT_AS_NOT_FREE): Make aliasing-optimization-resistant.
|
|
|
869
|
|
|
870 2001-01-12 Martin Buchholz <martin@xemacs.org>
|
|
|
871
|
|
|
872 * dumper.c: A little post-pdump-rename comment fixup.
|
|
|
873
|
|
|
874 2001-01-09 Jerry James <james@eecs.ku.edu>
|
|
|
875
|
|
|
876 * lisp-disunion.h: Change LISP_TO_CVOID arg to match its use.
|
|
|
877
|
|
|
878 2001-01-13 Martin Buchholz <martin@xemacs.org>
|
|
|
879
|
|
|
880 * *.[ch]: Globally rename symbols using the following `pdump-rename'
|
|
|
881 script:
|
|
|
882 #!/bin/sh
|
|
|
883 replace_symbol () {
|
|
|
884 (findn texi$; findn [ch]$) | xargs g -lw "$1" | xargs global-replace 's/(?<!_)\b'$1'\b(?!_)/'$2'/g'
|
|
|
885 }
|
|
|
886
|
|
|
887 replace_symbol pdump_wire_lists pdump_weak_object_chains
|
|
|
888 replace_symbol pdump_wire_list dump_add_weak_object_chain
|
|
|
889
|
|
|
890 replace_symbol pdump_wires pdump_root_objects
|
|
|
891 replace_symbol pdump_wire dump_add_root_object
|
|
|
892
|
|
|
893 replace_symbol pdump_dump_wired pdump_dump_from_root_objects
|
|
|
894 replace_symbol pdump_dump_structs pdump_dump_from_root_struct_ptrs
|
|
|
895
|
|
|
896 replace_symbol dumpstructinfos pdump_root_struct_ptrs
|
|
|
897 replace_symbol dumpstructinfo_dynarr pdump_root_struct_ptr_dynarr
|
|
|
898 replace_symbol dumpstructinfo pdump_root_struct_ptr
|
|
|
899 replace_symbol dumpstruct dump_add_root_struct_ptr
|
|
|
900
|
|
|
901 replace_symbol dumpopaque dump_add_opaque
|
|
|
902 replace_symbol dumpopaqueinfo_dynarr pdump_opaque_dynarr
|
|
|
903 replace_symbol dumpopaqueinfos pdump_opaques
|
|
|
904 replace_symbol dumpopaqueinfo pdump_opaque
|
|
|
905
|
|
|
906 replace_symbol nb_structdump nb_root_struct_ptrs
|
|
|
907 replace_symbol nb_opaquedump nb_opaques
|
|
|
908
|
|
|
909 replace_symbol align_table pdump_align_table
|
|
|
910 replace_symbol dump_header pdump_header
|
|
|
911
|
|
|
912 replace_symbol DUMP_SIGNATURE_LEN PDUMP_SIGNATURE_LEN
|
|
|
913 replace_symbol DUMP_SIGNATURE PDUMP_SIGNATURE
|
|
|
914
|
|
|
915
|
|
|
916 2001-01-12 Martin Buchholz <martin@xemacs.org>
|
|
|
917
|
|
|
918 * s/aix4.h: Keep the C for AIX compiler from overaggressively
|
|
|
919 optimizing bytecount_to_charcount().
|
|
|
920
|
|
|
921 2001-01-06 Golubev I. N. <gin@mo.msk.ru>
|
|
|
922
|
|
|
923 * config.h.in:
|
|
|
924 (HAVE_DLFCN_H): Removed.
|
|
|
925 * sysdll.c: Remove HAVE__DLOPEN, HAVE_DLFCN_H.
|
|
|
926
|
|
|
927 2001-01-06 Martin Buchholz <martin@xemacs.org>
|
|
|
928
|
|
|
929 Portable dumper maintainability improvements.
|
|
|
930 * alloc.c (staticpro):
|
|
|
931 * alloc.c (staticpro_nodump):
|
|
|
932 * alloc.c (garbage_collect_1):
|
|
|
933 * alloc.c (reinit_alloc_once_early):
|
|
|
934 * alloc.c (init_alloc_once_early):
|
|
|
935 * alloc.c: Move dumper functions to alloc.c.
|
|
|
936 * dumper.c (pdump_backtrace):
|
|
|
937 * dumper.c (pdump_dump_structs):
|
|
|
938 * dumper.c (pdump_dump_opaques):
|
|
|
939 * dumper.c (pdump_dump_rtables):
|
|
|
940 * dumper.c (pdump_dump_wired):
|
|
|
941 * dumper.c (pdump):
|
|
|
942 * dumper.c (pdump_load_check):
|
|
|
943 * dumper.c (pdump_load_finish):
|
|
|
944 * dumper.c (pdump_file_unmap):
|
|
|
945 * dumper.c (pdump_file_get):
|
|
|
946 * dumper.c (pdump_resource_free):
|
|
|
947 * dumper.c (pdump_resource_get):
|
|
|
948 * dumper.c (pdump_file_free):
|
|
|
949 * dumper.c (pdump_file_try):
|
|
|
950 * dumper.c (pdump_load):
|
|
|
951 Remove fixed size limits on staticpro(), staticpro_nodump(),
|
|
|
952 dumpopaque(), dumpstruct() by using Dynarrs instead of static C arrays.
|
|
|
953 Remove custom code for dumping lrecord_implementations_table - use
|
|
|
954 dumpopaque instead.
|
|
|
955 Remove (most of the) custom code for dumping staticpros - dump it
|
|
|
956 like any other dynarr.
|
|
|
957
|
|
|
958 * alloc.h: Removed. No longer useful, since dumper now more self-contained.
|
|
|
959 * dumper.c: Moved functions from alloc.c.
|
|
|
960 * alloc.c (dumpstruct): Moved to dumper.c.
|
|
|
961 * alloc.c (dumpopaque): Likewise.
|
|
|
962 * alloc.c (pdump_wire): Likewise.
|
|
|
963 * alloc.c (pdump_wire_list): Likewise.
|
|
|
964
|
|
|
965 * lisp.h (Dynarr_sizeof): New.
|
|
|
966 * lisp.h (Dynarr_begin): New. Very slightly C++oid.
|
|
|
967 * lisp.h (Dynarr_end): New. Very slightly C++oid.
|
|
|
968 * lisp.h (Lisp_Object_ptr_dynarr): New. For staticpros.
|
|
|
969
|
|
|
970 * lisp.h (dumpstruct): Define to nothing if not PDUMPing.
|
|
|
971 * lisp.h (dumpopaque): ditto.
|
|
|
972 * lisp.h (pdump_wire): ditto.
|
|
|
973 * lisp.h (pdump_wire_list): ditto.
|
|
|
974
|
|
|
975 2001-01-09 Martin Buchholz <martin@xemacs.org>
|
|
|
976
|
|
|
977 * make-src-depend (PrintPatternDeps):
|
|
|
978 Use `sort' to make output independent of perl version.
|
|
|
979
|
|
|
980 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
|
981
|
|
|
982 Port to Netbsd 1.5.
|
|
|
983 * unexelf.c: Remove (never used) bogus Netbsd-specific cruft.
|
|
|
984 * s/netbsd.c: Use unexelf.o if __ELF__ is defined.
|
|
|
985
|
|
|
986 2001-01-03 Didier Verna <didier@xemacs.org>
|
|
|
987
|
|
|
988 * event-stream.c (emacs_handle_focus_change_preliminary): ensure
|
|
|
989 that `focus_frame' is alive before thinking of calling
|
|
|
990 `redisplay_redraw_cursor' on it.
|
|
|
991
|
|
450
|
992 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
|
993
|
|
|
994 * XEmacs 21.2.40 is released.
|
|
|
995
|
|
|
996 2001-01-06 Golubev I. N. <gin@mo.msk.ru>
|
|
|
997
|
|
|
998 * regex.c: Replace PREFETCH with REGEX_PREFETCH.
|
|
|
999
|
|
|
1000 2001-01-06 Martin Buchholz <martin@xemacs.org>
|
|
|
1001
|
|
|
1002 * alloc.c (dbg_valmask): Make const.
|
|
|
1003 * alloc.c (dbg_typemask): Make const.
|
|
|
1004 * alloc.c (dbg_USE_UNION_TYPE): Make const.
|
|
|
1005 * alloc.c (dbg_valbits): Make const.
|
|
|
1006 * alloc.c (dbg_gctypebits): Make const.
|
|
|
1007
|
|
|
1008 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1009
|
|
|
1010 * redisplay-x.c (x_bevel_area):
|
|
|
1011 redisplay.h (struct rune):
|
|
|
1012 Typo fixes in comments.
|
|
|
1013
|
|
|
1014 2001-01-05 Andy Piper <andy@xemacs.org>
|
|
|
1015
|
|
|
1016 * glyphs-x.c (x_redisplay_widget): use size changed for offset
|
|
|
1017 adjustment.
|
|
|
1018
|
|
|
1019 * menubar.c (menubar_visible_p_changed): don't mark frame changed.
|
|
|
1020
|
|
|
1021 2001-01-05 Martin Buchholz <martin@xemacs.org>
|
|
|
1022
|
|
|
1023 * alloc.c (pure-bytes-used): Remove unused mendacious variable.
|
|
|
1024
|
|
|
1025 * mule-ccl.c (stack_idx_of_map_multiple):
|
|
|
1026 Non const global data must not be initialized!
|
|
|
1027 Found by MIYASHITA Hisashi.
|
|
|
1028
|
|
|
1029 2001-01-02 Andy Piper <andy@xemacs.org>
|
|
|
1030
|
|
|
1031 * frame.c (change_frame_size): make sure frame size is always
|
|
|
1032 marked as changed.
|
|
|
1033
|
|
|
1034 * glyphs.c (image_instance_layout): minor code reuse.
|
|
|
1035
|
|
|
1036 * window.c (Fcurrent_window_configuration): revert previous
|
|
|
1037 change.
|
|
|
1038
|
|
|
1039 2001-01-02 Martin Buchholz <martin@xemacs.org>
|
|
|
1040
|
|
|
1041 * glyphs.h:
|
|
|
1042 * glyphs.c (make_image_instance_cache_hash_table): Use ANSI prototypes.
|
|
|
1043
|
|
|
1044 2000-12-31 Andy Piper <andy@xemacs.org>
|
|
|
1045
|
|
|
1046 * glyphs-x.c (x_unmap_subwindow): return focus to enclosing frame
|
|
|
1047 when widget gets unmapped.
|
|
|
1048
|
|
|
1049 * event-Xt.c (emacs_Xt_handle_widget_losing_focus): new
|
|
|
1050 function. Make sure widgets losing focus don't just drop it.
|
|
|
1051 (handle_focus_event_1): record the widget with focus.
|
|
|
1052
|
|
|
1053 2000-12-31 Andy Piper <andy@xemacs.org>
|
|
|
1054
|
|
|
1055 * window.c (allocate_window): use
|
|
|
1056 make_image_instance_cache_hash_table.
|
|
|
1057 (make_dummy_parent): ditto.
|
|
|
1058 (Fset_window_configuration): ditto.
|
|
|
1059
|
|
|
1060 * glyphs.h (INSTANTIATOR_TYPE): new macro. declare new functions.
|
|
|
1061
|
|
|
1062 * glyphs.c (process_image_string_instantiator): use
|
|
|
1063 INSTANTIATOR_TYPE.
|
|
|
1064 (get_image_instantiator_governing_domain): ditto.
|
|
|
1065 (normalize_image_instantiator): ditto.
|
|
|
1066 (instantiate_image_instantiator): ditto.
|
|
|
1067 (make_image_instance_1): ditto.
|
|
|
1068 (image_instantiate): ditto. Key on glyph *and* instantiator type.
|
|
|
1069 (instantiator_eq_equal): new function for use with instance hash
|
|
|
1070 tables.
|
|
|
1071 (instantiator_eq_hash): ditto.
|
|
|
1072 (make_image_instance_cache_hash_table): create a suitable hash
|
|
|
1073 table for storing image instances.
|
|
|
1074
|
|
|
1075 * elhash.h (hash_table_weakness): new internal weakness type
|
|
|
1076 HASH_TABLE_KEY_CAR_VALUE_WEAK.
|
|
|
1077 declare new functions.
|
|
|
1078
|
|
|
1079 * elhash.c (finish_marking_weak_hash_tables): introduce yet
|
|
|
1080 another weakness type for glyphs.
|
|
|
1081 (make_standard_lisp_hash_table): new function split out from
|
|
|
1082 make_general_lisp_hash_table.
|
|
|
1083 (make_lisp_hash_table): call make_standard_lisp_hash_table.
|
|
|
1084 (hash_table_instantiate): ditto.
|
|
|
1085 (Fmake_hash_table): ditto.
|
|
|
1086
|
|
448
|
1087 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
|
1088
|
|
|
1089 * XEmacs 21.2.39 is released.
|
|
|
1090
|
|
|
1091 2000-12-29 Andy Piper <andy@xemacs.org>
|
|
|
1092
|
|
|
1093 * menubar.c (menubar_visible_p_changed): signal the frame changed.
|
|
|
1094
|
|
|
1095 * glyphs-x.c (x_redisplay_widget): Re-calculate widget offsets if
|
|
|
1096 the frame has changed so that we pick up geometry changes such as
|
|
|
1097 menubar visibility.
|
|
|
1098
|
|
|
1099 2000-12-28 Andy Piper <andy@xemacs.org>
|
|
|
1100
|
|
|
1101 * lastfile.c (my_ebss): make a char array so we can pad the
|
|
|
1102 bss. Fixes cygwin unexec.
|
|
|
1103
|
|
|
1104 * unexcw.c: invert BROKEN_GDB to NO_DEBUG.
|
|
|
1105
|
|
|
1106 2000-12-26 Andy Piper <andy@xemacs.org>
|
|
|
1107
|
|
|
1108 * event-Xt.c (emacs_Xt_force_event_pending): add some verbose
|
|
|
1109 comments and try and be more precise about a non-/SIGIO world.
|
|
|
1110 (emacs_Xt_event_pending_p): use XtAppPending under cygwin and non
|
|
|
1111 SIGIO.
|
|
|
1112
|
|
|
1113 * redisplay-output.c (redisplay_normalize_glyph_area): make sure
|
|
|
1114 we don't normalize to zero width or height.
|
|
|
1115
|
|
|
1116 2000-12-24 Andy Piper <andy@xemacs.org>
|
|
|
1117
|
|
|
1118 * Makefile.in.in (ldflags): add -mwindows when appropriate.
|
|
|
1119
|
|
|
1120 2000-08-18 Golubev I. N. <gin@mo.msk.ru>
|
|
|
1121
|
|
|
1122 * s/sco5.h: SCO 5 has pty support.
|
|
|
1123
|
|
|
1124 2000-07-20 Kazuyuki IENAGA <ienaga@xemacs.org>
|
|
|
1125
|
|
|
1126 * input-method-xlib.c: supports both XIM_XLIB and USE_XFONTSET.
|
|
|
1127 input-method-xlib.c contains whole contents of input-method-xfs.c,
|
|
|
1128 so we can use input-method-xlib.c's code for USE_XFONTSET
|
|
|
1129 using #ifdefs.
|
|
|
1130 * input-method-xfs.c: removed.
|
|
|
1131
|
|
|
1132 2000-12-20 Stephen Turnbull <stephen@xemacs.org>
|
|
|
1133
|
|
|
1134 * file-coding.h (enum coding_category_type): reorder enumerators to
|
|
|
1135 make autodetection safer. Make CODING_CATEGORY_LAST an enumerator
|
|
|
1136 (now one greater than largest real coding_category_type enumerator).
|
|
|
1137 * file-coding.c (coding_category_symbol, coding_category_by_priority,
|
|
|
1138 coding_category_system, fcd_descriptihon_1, decode_coding_category,
|
|
|
1139 Fcoding_category_list, Fset_coding_priority_list,
|
|
|
1140 Fcoding_priority_list, coding_system_from_mask, Fdetect_coding_region,
|
|
|
1141 vars_of_file_coding): adjust for change in CODING_CATEGORY_LAST.
|
|
|
1142
|
|
|
1143 2000-12-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1144
|
|
|
1145 * redisplay-output.c (redisplay_clear_top_of_window): Remove static.
|
|
|
1146 * redisplay-output.c (redisplay_output_window): Clear top of window
|
|
|
1147 when face is changed.
|
|
|
1148 * redisplay-x.c (x_redraw_exposed_window): Call
|
|
|
1149 redisplay_clear_top_of_window.
|
|
|
1150 * redisplay.h: Publish redisplay_clear_top_of_window.
|
|
|
1151
|
|
|
1152 2000-12-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1153
|
|
|
1154 * buffer.c (Fkill_buffer): Map over all devices.
|
|
|
1155 * window.c (window_loop): Remove UNSHOW_BUFFER code.
|
|
|
1156 (list_windows): New function.
|
|
|
1157 (list_all_windows): Ditto.
|
|
|
1158 (Freplace_buffer_in_windows): Use them.
|
|
|
1159
|
|
|
1160 2000-02-02 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
|
1161
|
|
|
1162 * database.c (berkdb_subtype): Recognize new subtype `queue'.
|
|
|
1163 (Fopen_database): Use `db_create' instead of `db_open'.
|
|
|
1164 (syms_of_database): Initialize Qqueue.
|
|
|
1165
|
|
|
1166 2000-12-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1167
|
|
|
1168 * buffer.c (common_init_complex_vars_of_buffer): Initialize
|
|
|
1169 buffer_local_face_property.
|
|
|
1170 * buffer.h (struct buffer): New member buffer_local_face_property.
|
|
|
1171 * window.c (Fset_window_buffer): Mark window's face as changed
|
|
|
1172 when buffer has buffer local face.
|
|
|
1173 * window.h (MARK_WINDOW_FACES_CHANGED): New macro.
|
|
|
1174 * objects.c (color_after_change): Set buffer_local_face_property
|
|
|
1175 when locale of face specifier is buffer.
|
|
|
1176 * objects.c (font_after_change): Ditto.
|
|
|
1177 * objects.c (face_boolean_after_change): Ditto.
|
|
|
1178 * glyphs.c (image_after_change): Ditto.
|
|
|
1179
|
|
|
1180 2000-12-09 Dan Holmsand <dan@eyebee.com>
|
|
|
1181
|
|
|
1182 * nt.c (mswindows_fstat): Report file permissions, volume serial
|
|
|
1183 number, etc. Code adapted from FSF Emacs 20.7.
|
|
|
1184
|
|
|
1185 2000-12-09 Dan Holmsand <dan@eyebee.com>
|
|
|
1186
|
|
|
1187 * sysfile.h (lstat): Make lstat an alias for xemacs_stat instead
|
|
|
1188 of stat when we don't have symbolic links, to make sure
|
|
|
1189 mswindows_stat is called on mswindows.
|
|
|
1190
|
|
|
1191 2000-12-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1192
|
|
|
1193 * alloca.c: Define malloc to xmalloc only when built with XEmacs.
|
|
|
1194
|
|
|
1195 2000-12-12 Martin Buchholz <martin@xemacs.org>
|
|
|
1196
|
|
|
1197 * doprnt.c (emacs_doprnt_1): More printing fixes.
|
|
|
1198 Make printing of numbers compatible with libc and FSF Emacs.
|
|
|
1199 BUG was: (format "%6.3f" 1.2) ==>"1.200000"
|
|
|
1200 Use the system printf to do most of the hard work of formatting,
|
|
|
1201 instead of doprnt_1().
|
|
|
1202 Calculate memory to allocate for format string.
|
|
|
1203 Remove arbitrary limit on precision, e.g. (format "%.1000f" 3.14)
|
|
|
1204 (doprnt_1): Cleaner code and documentation.
|
|
|
1205
|
|
|
1206 2000-12-01 Jerry James <james@eecs.ukans.edu>
|
|
|
1207
|
|
|
1208 * Makefile.in.in: Use the loop variable to install headers.
|
|
|
1209
|
|
|
1210 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1211
|
|
|
1212 * window.c (Fsplit_window): Don't invalidate face cache.
|
|
|
1213
|
|
|
1214 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1215
|
|
|
1216 * minibuf.c (Fall_completions): Undo the previous change
|
|
|
1217 which removed checking elements start with space.
|
|
|
1218
|
|
|
1219 2000-12-06 Stephen Turnbull <stephen@xemacs.org>
|
|
|
1220
|
|
|
1221 * mule-canna.c: Didier suppression.
|
|
|
1222
|
|
|
1223 2000-12-06 Stephen Turnbull <stephen@xemacs.org>
|
|
|
1224
|
|
|
1225 * mule-canna.c: rename static unsigned char buf[] to key_buffer
|
|
|
1226 (warning suppression). Add English comment translations.
|
|
|
1227
|
|
|
1228 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
|
1229
|
|
|
1230 * unexelfsgi.c (unexec): Better test for mmap failure.
|
|
|
1231
|
|
446
|
1232 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
|
1233
|
|
|
1234 * XEmacs 21.2.38 is released.
|
|
|
1235
|
|
|
1236 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
|
1237
|
|
|
1238 * redisplay.c (bar-cursor): Make a user variable.
|
|
|
1239
|
|
|
1240 * symsinit.h: Add init_postgresql_from_environment.
|
|
|
1241
|
|
|
1242 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1243
|
|
|
1244 * regex.c: Convert to clean C.
|
|
|
1245
|
|
|
1246 2000-12-05 Dan Holmsand <dan@eyebee.com>
|
|
|
1247
|
|
|
1248 * realpath.c:
|
|
|
1249 Don't #include sysfile.h. Revert to duplicating PATH_MAX
|
|
|
1250 initialization.
|
|
|
1251 (sys_readlink): renamed to system_readlink to avoid conflict with
|
|
|
1252 the other sys_readlink.
|
|
|
1253
|
|
|
1254 2000-12-04 Hiroaki Abe <h-abe@pc.highway.ne.jp>
|
|
|
1255
|
|
|
1256 * dumper.c (pdump_file_get): Correct uses of pdump_fd.
|
|
|
1257
|
|
|
1258 2000-12-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1259
|
|
|
1260 * postgresql.c (init_postgresql_from_environment): new function.
|
|
|
1261 (vars_of_postgresql): Move code initializing Lisp variables out and
|
|
|
1262 into init_postgresql_from_environment.
|
|
|
1263 emacs.c (main_1): Call init_postgresql_from_environment if and only
|
|
|
1264 if running a dumped XEmacs.
|
|
|
1265
|
|
|
1266 2000-08-31 Dan Holmsand <dan@eyebee.com>
|
|
|
1267
|
|
|
1268 * buffer.c: Make find-file-compare-truenames default to true on
|
|
|
1269 windows.
|
|
|
1270
|
|
452
|
1271 * realpath.c (win32_abs_start):
|
|
446
|
1272 (cygwin_readlink):
|
|
|
1273 (win32_readlink): New functions.
|
|
|
1274 (xrealpath): Return really real filenames on windows.
|
|
|
1275
|
|
|
1276 * fileio.c (Ffile_truename): Make file-truename work on windows.
|
|
|
1277
|
|
|
1278 2000-11-29 Didier Verna <didier@xemacs.org>
|
|
|
1279
|
|
|
1280 * faces.c (MAYBE_UNFROB_BACKGROUND_PIXMAP): new macro.
|
|
|
1281 * faces.c (update_face_cachel_data): use it.
|
|
|
1282 * faces.c (add_face_cachel): use it. Complete background pixmap
|
|
|
1283 frobbing in face cache if `update_face_cachel_data' has not done so.
|
|
|
1284
|
|
|
1285 2000-11-29 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1286
|
|
|
1287 * search.c (string_match_1): Don't set last_thing_searched
|
|
|
1288 when search failed.
|
|
|
1289
|
|
|
1290 2000-11-27 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1291
|
|
|
1292 * buffer.c: Include casetab.h
|
|
|
1293 (common_init_complex_vars_of_buffer): Use new case-table object.
|
|
|
1294 * buffer.h: Include casetab.h
|
|
|
1295 * buffer.h (MAKE_TRT_TABLE): Use generic char-table.
|
|
|
1296 (DOWNCASE_TABLE_OF): Ditto.
|
|
|
1297 * bufslots.h: Remove char-tables and add case-table.
|
|
|
1298 * casetab.c: Include casetab.h
|
|
|
1299 (CASE_TABLE_P): Removed.
|
|
|
1300 (mark_case_table): New function.
|
|
|
1301 (allocate_case_table): New function.
|
|
|
1302 (Fcase_table_p): Use new case-table.
|
|
|
1303 (case_table_char): New function.
|
|
|
1304 (Fget_case_table): Ditto.
|
|
|
1305 (Fput_case_table): Ditto.
|
|
|
1306 (Fput_case_table_pair): Ditto.
|
|
|
1307 (Fcopy_case_table): Ditto.
|
|
|
1308 (Fcurrent_case_table): Return case-table.
|
|
|
1309 (Fstandard_case_table): Return case-table.
|
|
|
1310 (Fset_case_table): Fix doc-string.
|
|
|
1311 (set_case_table): Use case-table
|
|
|
1312 (syms_of_casetab): DEFSUBR new functions.
|
|
|
1313 (complex_vars_of_casetab): Set up standard case-table.
|
|
|
1314 * casetab.h: New file.
|
|
|
1315 * editfns.c: Include casetab.h
|
|
|
1316 (Fcompare_buffer_substrings): Use case-table.
|
|
|
1317 * inline.c: Include casetab.h
|
|
|
1318 * lisp.h: Remove bogus extern.
|
|
|
1319 * lrecord.h (lrecord_type): Add lrecord_type_case_table.
|
|
|
1320 * search.c: Include casetab.h
|
|
|
1321 (TRANSLATE_ASCII): Removed.
|
|
|
1322 (TRANSLATE): Unconditionally translate character.
|
|
|
1323 (looking_at_1): Use case-table.
|
|
|
1324 (string_match_1): Ditto.
|
|
|
1325 (fast_string_match): Ditto.
|
|
|
1326 (search_command): Ditto.
|
|
|
1327 (search_buffer): Separate boyer_moore. Check whether
|
|
456
|
1328 boyer_moore is possible.
|
|
446
|
1329 (simple_search): New function.
|
|
|
1330 (boyer_moore): Separated from search_buffer. Translate char.
|
|
|
1331
|
|
|
1332 2000-11-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1333
|
|
|
1334 * regex.c (RE_TR_ASCII): Removed.
|
|
|
1335 (RE_TRANSLATE): Unconditionally use TRT_TABLE.
|
|
|
1336 (PATFETCH): Call PATFETCH_RAW.
|
|
|
1337 (PATFETCH_RAW): Fetch Emchar.
|
|
|
1338 (PATUNFETCH): Decrement charptr.
|
|
|
1339 (GET_BUFFER_SPACE): Rename b to buf_end.
|
|
|
1340 (BUF_PUSH): Ditto.
|
|
|
1341 (BUF_PUSH_2): Ditto.
|
|
|
1342 (BUF_PUSH_3): Ditto.
|
|
|
1343 (EXTEND_BUFFER): Ditto.
|
|
|
1344 (SET_LIST_BIT): Ditto.
|
|
|
1345 (regex_compile): Ditto. Translate non ASCII char.
|
|
|
1346 (compile_range): Ditto.
|
|
|
1347 (re_search_2): Ditto.
|
|
|
1348 (re_match_2_internal): Compare Emchar.
|
|
|
1349 (bcmp_translate): Ditto.
|
|
|
1350
|
|
|
1351 2000-11-29 Stephen J. Turnbull <turnbull@xemacs.org>
|
|
|
1352
|
|
|
1353 * lisp.h (basic char/int typedefs): comment improvement.
|
|
|
1354
|
|
|
1355 2000-11-24 Stephen J. Turnbull <turnbull@xemacs.org>
|
|
|
1356
|
|
|
1357 * emacs.c (main_1): unconditional pdump unstomping; don't save and
|
|
|
1358 unstomp inhibit_site_lisp. Improve comments.
|
|
|
1359
|
|
|
1360 2000-11-22 Stephen J. Turnbull <turnbull@xemacs.org>
|
|
|
1361
|
|
|
1362 * mule-charset.c (Fcharset_property): improve type checking, comments.
|
|
|
1363
|
|
|
1364 2000-11-28 Andy Piper <andy@xemacs.org>
|
|
|
1365
|
|
|
1366 * redisplay-output.c (redisplay_output_subwindow): make sure we do
|
|
|
1367 clipped display for windows in the gutter also.
|
|
|
1368 (redisplay_display_boxes_in_window_p): change semantics of return
|
|
|
1369 codes to be more intuitive.
|
|
|
1370
|
|
|
1371 * gutter.h: declare display_boxes_in_gutter_p.
|
|
|
1372
|
|
|
1373 * gutter.c (display_boxes_in_gutter_p): new function for
|
|
|
1374 redisplay.
|
|
|
1375
|
|
|
1376 2000-11-22 Andy Piper <andy@xemacs.org>
|
|
|
1377
|
|
|
1378 * glyphs-x.c (image_instantiator_format_create_glyphs_x): change
|
|
|
1379 autodetect domain.
|
|
|
1380
|
|
|
1381 2000-11-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1382
|
|
|
1383 * callproc.c (Fold_call_process_internal):
|
|
|
1384 * gpm.c (Freceive_gpm_event):
|
|
|
1385 (tty_get_foreign_selection): Might be just warning supression.
|
|
|
1386 * fileio.c (Fwrite_region_internal):
|
|
|
1387 (Fset_visited_file_modtime):
|
|
|
1388 * keymap.c (event_matches_key_specifier_p):
|
|
|
1389 Initialize GCPROed variable.
|
|
|
1390
|
|
|
1391 * menubar-x.c (command_builder_find_menu_accelerator):
|
|
|
1392 Initialize before use.
|
|
|
1393
|
|
|
1394 2000-11-23 Andy Piper <andy@xemacs.org>
|
|
|
1395
|
|
|
1396 * unexcw.c (unexec): make the resulting executable executable.
|
|
|
1397
|
|
|
1398 2000-11-21 Martin Buchholz <martin@xemacs.org>
|
|
|
1399
|
|
|
1400 * doc.c (get_doc_string):
|
|
|
1401 Use size_t, not int, for result of XSTRING_LENGTH.
|
|
|
1402
|
|
|
1403 * cmds.c (Fdelete_char):
|
|
|
1404 * cmds.c (Fpoint_at_eol):
|
|
|
1405 * cmds.c (Fself_insert_command):
|
|
|
1406 Use EMACS_INT, not int, for result of XINT.
|
|
|
1407 Someday, someone will want to insert more than 2**31 identical characters.
|
|
|
1408
|
|
|
1409 * cmds.c (Fdelete_char):
|
|
|
1410 * cmds.c (Fdelete_backward_char):
|
|
|
1411 * syntax.c (Fforward_word):
|
|
|
1412 * syntax.c (Fforward_comment):
|
|
|
1413 Make COUNT argument optional, for consistency with forward-char et al.
|
|
|
1414
|
|
|
1415 2000-11-22 Martin Buchholz <martin@xemacs.org>
|
|
|
1416
|
|
|
1417 * lisp.h:
|
|
|
1418 * print.c (long_to_string):
|
|
|
1419 Return a useful value: the pointer at end of data written.
|
|
|
1420
|
|
|
1421 * doprnt.c:
|
|
|
1422 Use `static const char * const' for constant strings.
|
|
|
1423 (union printf_arg): Delete `i', `ui' members.
|
|
|
1424 (get_doprnt_args):
|
|
|
1425 (emacs_doprnt_1):
|
|
|
1426 Fix LP64 platform bug: (format "%d" most-positive-fixnum) ==> "-1"
|
|
|
1427 Do all printf-ing via the `l' specifier.
|
|
|
1428 Use EMACS_INT instead of int.
|
|
|
1429 Optimize.
|
|
|
1430
|
|
|
1431 2000-11-20 Didier Verna <didier@xemacs.org>
|
|
|
1432
|
|
|
1433 * faces.c (update_face_cachel_data): don't frob the background
|
|
|
1434 pixmap when the window is being created. The face is needed but
|
|
|
1435 does not exist yet.
|
|
|
1436
|
|
|
1437 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
|
1438
|
|
|
1439 * unexcw.c (copy_executable_and_dump_data_section): Only do bss
|
|
|
1440 messing with a debug environment.
|
|
|
1441
|
|
|
1442 2000-11-20 Martin Buchholz <martin@xemacs.org>
|
|
|
1443
|
|
|
1444 * emacs.c (__sti__iflPNGFile_c___): Pedantically correct prototype.
|
|
|
1445
|
|
|
1446 2000-11-20 Martin Buchholz <martin@xemacs.org>
|
|
|
1447
|
|
|
1448 * casetab.c (Fcase_table_p): Fix compile error and crash.
|
|
|
1449
|
|
|
1450 2000-11-18 Philip Aston <philipa@mail.com>
|
|
|
1451
|
|
|
1452 * s/cygwin32.h: Cygwin has SVR4-like pty support.
|
|
|
1453
|
|
|
1454 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
|
1455
|
|
|
1456 * fileio.c (Fexpand_file_name): GCPRO bug! Protect `handler'.
|
|
|
1457 * filelock.c (lock_file): GCPRO bug! Initialize all GCPROed vars!
|
|
|
1458
|
|
|
1459 2000-11-17 Martin Buchholz <martin@xemacs.org>
|
|
|
1460
|
|
|
1461 * config.h.in: Define HAVE_ELF_H if elf.h exists.
|
|
|
1462 * unexelf.c: Use HAVE_ELF_H.
|
|
|
1463 * unexelfsgi.c: Fix bug with dumped xemacs stdout/stderr not working.
|
|
|
1464 I copied FSF Emacs 20.7 unexelf.c to unexelfsgi.c and ANSIfied it.
|
|
|
1465 Max Matveev <makc@sgi.com> removed non-SGI-relevant parts and tested.
|
|
|
1466 Greg Harrington <greg_harrington@hotmail.com> provided a machine
|
|
|
1467 for testing.
|
|
|
1468 So this is an unexelfsgi.c from a different line of development.
|
|
|
1469
|
|
|
1470 2000-11-16 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1471
|
|
|
1472 * regex.c (RE_TR_ASCII): New function.
|
|
|
1473 (RE_TRANSLATE): Call it.
|
|
|
1474
|
|
|
1475 2000-11-16 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1476
|
|
|
1477 * buffer.h (TRT_TABLE_OF): Remove assert.
|
|
|
1478 (IN_TRT_TABLE_DOMAIN): Removed.
|
|
|
1479
|
|
|
1480 2000-11-16 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
1481
|
|
|
1482 * free-hook.c (log_gcpro):
|
|
|
1483 (show_gcprohist): Add support for GCPRO5.
|
|
|
1484
|
|
|
1485 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1486
|
|
|
1487 * emacs.c (main_1): Improve -sd error message when --pdump=no.
|
|
|
1488
|
|
|
1489 2000-11-16 Olivier Galibert <galibert@xemacs.org>
|
|
|
1490
|
|
|
1491 * symeval.h: Declare flush_all_buffer_local_cache.
|
|
|
1492
|
|
|
1493 * symbols.c: Change XD_LO_RESET_NIL into XD_LISP_OBJECTs.
|
|
|
1494 (flush_buffer_local_cache): Added.
|
|
|
1495 (flush_all_buffer_local_cache): Added.
|
|
|
1496
|
|
|
1497 * lrecord.h: Remove unused XD_LO_RESET_NIL.
|
|
|
1498
|
|
|
1499 * dumper.c (pdump_register_sub): Remove unused XD_LO_RESET_NIL.
|
|
|
1500 (pdump_dump_data): Ditto.
|
|
|
1501 (pdump_reloc_one): Ditto.
|
|
|
1502 (pdump): Remove unused pdump_qnil. Flush buffer local caches
|
|
|
1503 before dumping.
|
|
|
1504
|
|
|
1505
|
|
|
1506 2000-11-14 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1507
|
|
|
1508 * buffer.c: Remove if 0'ed entry.
|
|
|
1509 * buffer.h: Rewrite TRT to use char-table.
|
|
|
1510 * bufslots.h: Remove mirror tables.
|
|
|
1511 * casetab.c: Remove mirror tables.
|
|
|
1512 (CASE_TABLE_P): New macro.
|
|
|
1513 (Fcase_table_p): Element of a case table is string or char-table.
|
|
|
1514 (make_mirror_trt_table): Removed.
|
|
|
1515 (set_case_table): Setup char-table from strings for backward
|
|
|
1516 compatibility.
|
|
|
1517 * dired.c (Fdirectory_files):
|
|
|
1518 * dired-msw.c: (mswindows_get_files):
|
|
|
1519 * lisp.h: Change prototype of re_pattern_buffer.
|
|
|
1520 * regex.c: (RE_TRANSLATE): New macro.
|
|
|
1521 (TRANSLATE_P): Ditto.
|
|
|
1522 Change translate to type RE_TRANSLATE_TYPE.
|
|
|
1523 * regex.h: Define RE_TRANSLATE_TYPE
|
|
|
1524 * search.c (TRANSLATE): New macro.
|
|
|
1525 (TRANSLATE_ASCII): New macro.
|
|
|
1526 Translate table is changed to Lisp_Object.
|
|
|
1527 (signal_failure): Inhibit return.
|
|
|
1528
|
|
|
1529 2000-11-14 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1530
|
|
|
1531 * device-msw.c:
|
|
|
1532 * eldap.c:
|
|
|
1533 * event-Xt.c:
|
|
|
1534 * event-stream.c:
|
|
|
1535 * print.c:
|
|
|
1536 Do UNGCPRO before return.
|
|
|
1537
|
|
444
|
1538 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
|
1539
|
|
|
1540 * XEmacs 21.2.37 is released.
|
|
|
1541
|
|
|
1542 2000-11-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1543
|
|
|
1544 * fileio.c (Finsert_file_contents_internal): UNGCPRO before return.
|
|
|
1545 Add comments about discarded return value.
|
|
|
1546
|
|
|
1547 2000-11-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1548
|
|
|
1549 * callint.c:
|
|
|
1550 * event-stream.c: Fix comments. Remove some #if 0'ed part.
|
|
|
1551
|
|
|
1552 2000-10-27 Andy Piper <andy@xemacs.org>
|
|
|
1553
|
|
|
1554 * gutter.c (Fset_default_gutter_position): default left and right
|
|
|
1555 gutters to visible.
|
|
|
1556 (calculate_gutter_size): calculate resonable heuristic for left
|
|
|
1557 and right gutter sizes.
|
|
|
1558 (specifier_vars_of_gutter): change left and right gutter sizes to
|
|
|
1559 autodetect.
|
|
|
1560 (calculate_gutter_size_from_display_lines): new function.
|
|
|
1561 (output_gutter): check for resizing on left and right gutters.
|
|
|
1562 (clear_gutter): don't special case top and left gutters.
|
|
|
1563 (specifier_vars_of_gutter): use new signature for
|
|
|
1564 set_specifier_caching.
|
|
|
1565
|
|
|
1566 * glyphs-x.c (x_redisplay_widget): spelling fix.
|
|
|
1567 * glyphs.c (specifier_vars_of_glyphs):
|
|
|
1568 * menubar.c (specifier_vars_of_menubar):
|
|
|
1569 * redisplay.c (specifier_vars_of_redisplay):
|
|
|
1570 * toolbar.c (specifier_vars_of_toolbar):
|
|
|
1571 * window.c (specifier_vars_of_window):
|
|
|
1572 * scrollbar.c (specifier_vars_of_scrollbar):
|
|
|
1573 (complex_vars_of_scrollbar): use new signature for
|
|
|
1574 set_specifier_caching.
|
|
|
1575
|
|
|
1576 * specifier.c (set_specifier_caching): include recompute flag.
|
|
|
1577 (recompute_one_cached_specifier_in_window): always recompute if
|
|
|
1578 flag set.
|
|
|
1579 (recompute_one_cached_specifier_in_frame): ditto.
|
|
446
|
1580
|
|
444
|
1581 * specifier.h (struct specifier_caching): add recompute flag.
|
|
|
1582
|
|
|
1583 2000-10-24 Andy Piper <andy@xemacs.org>
|
|
|
1584
|
|
|
1585 * unexcw.c (copy_executable_and_dump_data_section): add new
|
|
|
1586 BSS_PAD_SIZE so that we can re-instate a mini-bss. This keeps gdb
|
|
|
1587 5.0 happy.
|
|
|
1588
|
|
|
1589 2000-11-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1590
|
|
|
1591 * console-x.h (x_device): New member modifier_release_time.
|
|
|
1592 * event-Xt.c (x_handle_sticky_modifiers):
|
|
|
1593 Bound interval modifier keys are sticky.
|
|
|
1594 * event-stream.c (Vmodifier_keys_sticky_time): New variable.
|
|
|
1595 * events.h: extern it.
|
|
|
1596
|
|
|
1597 2000-11-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1598
|
|
|
1599 * cmdloop.c (Fcommand_loop_1): Just add C-g to event queue.
|
|
|
1600
|
|
|
1601 2000-11-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1602
|
|
|
1603 * event-stream.c (execute_command_event): Preserve current_events
|
|
|
1604 and the like when event is misc-user-event.
|
|
|
1605 Inhibit quit during the call to maybe_echo_keys.
|
|
|
1606
|
|
|
1607 2000-10-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1608
|
|
|
1609 * filelock.c (lock_buffer): Cope with kill-buffer. Don't create a
|
|
|
1610 symlink when buffer is killed.
|
|
|
1611 (inhibit_clash_detection): New variable.
|
|
|
1612
|
|
|
1613 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1614
|
|
|
1615 * console.c (Fset_input_method): Trigger redisplay on tty.
|
|
|
1616
|
|
|
1617 2000-11-07 Martin Buchholz <martin@xemacs.org>
|
|
|
1618
|
|
|
1619 * process.c (Fprocess_status): Revert to previous behavior:
|
|
|
1620 (process-status "nosuchprocess") ==> nil
|
|
|
1621
|
|
|
1622 2000-11-06 Martin Buchholz <martin@xemacs.org>
|
|
|
1623
|
|
|
1624 * mule-charset.h (CHARSET_BY_LEADING_BYTE):
|
|
|
1625 Work around another GCC 2.95.2 optimizer bug.
|
|
|
1626
|
|
|
1627 2000-11-02 Martin Buchholz <martin@xemacs.org>
|
|
|
1628
|
|
|
1629 * process.c (Fget_process): Use LIST_LOOP_2.
|
|
|
1630 (kill_buffer_processes): Use LIST_LOOP_2.
|
|
|
1631
|
|
|
1632 * minibuf.c (Fall_completions):
|
|
|
1633 Delete old non-functional code for FSF fourth argument.
|
|
|
1634
|
|
446
|
1635 * frame.c (frame_matches_frame_spec):
|
|
444
|
1636 Renamed from `frame_matches_frametype'. Update all callers.
|
|
446
|
1637 (device_matches_device_spec):
|
|
444
|
1638 Renamed from 'device_matches_console_spec'. Update all callers.
|
|
|
1639
|
|
|
1640 * doc.c (Fsubstitute_command_keys):
|
|
|
1641 Remove buffer overflow crash. Small code cleanups.
|
|
|
1642
|
|
|
1643 * casetab.c (check_case_table): Simpler code.
|
|
|
1644
|
|
|
1645 * window.c (Freplace_buffer_in_windows):
|
|
446
|
1646 Give this the same WHICH-FRAMES and WHICH-DEVICES parameters
|
|
444
|
1647 (and similar implementation) as Fdelete_windows_on.
|
|
|
1648 Update all callers.
|
|
|
1649
|
|
|
1650 * alloc.c (Fmake_list):
|
|
|
1651 * alloc.c (make_vector):
|
|
|
1652 * alloc.c (Fmake_vector):
|
|
|
1653 * alloc.c (make_bit_vector):
|
|
|
1654 * alloc.c (Fmake_bit_vector):
|
|
|
1655 * alloc.c (Fbit_vector):
|
|
|
1656 * alloc.c (Fmake_string):
|
|
|
1657 * alloc.c (Fpurecopy):
|
|
|
1658 * alloc.c (Fmemory_limit):
|
|
|
1659 * buffer.c:
|
|
|
1660 * buffer.c (Fget_buffer):
|
|
|
1661 * buffer.c (Fkill_buffer):
|
|
|
1662 * buffer.c (complex_vars_of_buffer):
|
|
|
1663 * bytecode.c (Fcompiled_function_stack_depth):
|
|
|
1664 * callint.c (Fprefix_numeric_value):
|
|
|
1665 * event-stream.c:
|
|
|
1666 * event-stream.c (Fread_key_sequence):
|
|
|
1667 * casetab.c:
|
|
|
1668 * casetab.c (Fcase_table_p):
|
|
|
1669 * casetab.c (check_case_table):
|
|
|
1670 * casetab.c (Fset_case_table):
|
|
|
1671 * casetab.c (Fset_standard_case_table):
|
|
|
1672 * chartab.c:
|
|
|
1673 * chartab.c (Fchar_table_type):
|
|
|
1674 * chartab.c (Freset_char_table):
|
|
|
1675 * chartab.c (Fget_char_table):
|
|
|
1676 * chartab.c (Fget_range_char_table):
|
|
|
1677 * chartab.c (Fput_char_table):
|
|
|
1678 * chartab.c (Fmap_char_table):
|
|
|
1679 * chartab.c (Fcategory_table_p):
|
|
|
1680 * chartab.c (Fcheck_category_at):
|
|
|
1681 * chartab.c (Fchar_in_category_p):
|
|
|
1682 * chartab.c (Fcategory_table):
|
|
|
1683 * chartab.c (Fcopy_category_table):
|
|
|
1684 * chartab.c (Fset_category_table):
|
|
|
1685 * chartab.c (Fcategory_designator_p):
|
|
|
1686 * chartab.c (Fcategory_table_value_p):
|
|
|
1687 * cmds.c (Fdelete_char):
|
|
|
1688 * cmds.c (Fdelete_backward_char):
|
|
|
1689 * cmds.c (Fself_insert_command):
|
|
|
1690 * cmds.c (Fself_insert_internal):
|
|
|
1691 * console.c (Fvalid_console_type_p):
|
|
|
1692 * console.c (Fcdfw_console):
|
|
|
1693 * console.c (Fconsole_type):
|
|
|
1694 * console.c (Fconsole_name):
|
|
|
1695 * console.c (Fconsole_device_list):
|
|
|
1696 * console.c (Fconsole_on_window_system_p):
|
|
|
1697 * data.c:
|
|
|
1698 * data.c (Feq):
|
|
|
1699 * data.c (Fold_eq):
|
|
|
1700 * data.c (Fsubr_interactive):
|
|
|
1701 * data.c (Fchar_to_int):
|
|
|
1702 * data.c (Fint_to_char):
|
|
|
1703 * data.c (Fsetcar):
|
|
|
1704 * data.c (Fsetcdr):
|
|
|
1705 * data.c (Fnumber_to_string):
|
|
|
1706 * data.c (Fstring_to_number):
|
|
|
1707 * data.c (Frem):
|
|
|
1708 * database.c (mark_database):
|
|
|
1709 * database.c (finalize_database):
|
|
|
1710 * database.c (Fdatabase_live_p):
|
|
|
1711 * database.c (Fdatabasep):
|
|
|
1712 * device-x.c (Fx_get_resource):
|
|
|
1713 * device.c (Fdfw_device):
|
|
|
1714 * dired.c:
|
|
|
1715 * dired.c (Ffile_name_completion):
|
|
|
1716 * dired.c (Ffile_name_all_completions):
|
|
|
1717 * dired.c (Fuser_name_completion):
|
|
|
1718 * dired.c (Fuser_name_completion_1):
|
|
|
1719 * dired.c (Fuser_name_all_completions):
|
|
|
1720 * doc.c (Fdocumentation):
|
|
|
1721 * doc.c (Fdocumentation_property):
|
|
|
1722 * doc.c (Fsubstitute_command_keys):
|
|
|
1723 * editfns.c:
|
|
|
1724 * editfns.c (Fchar_to_string):
|
|
|
1725 * editfns.c (Fstring_to_char):
|
|
|
1726 * editfns.c (Ftemp_directory):
|
|
|
1727 * editfns.c (Finsert_char):
|
|
|
1728 * editfns.c (Fbuffer_substring_no_properties):
|
|
|
1729 * editfns.c (Fnarrow_to_region):
|
|
|
1730 * editfns.c (Fchar_equal):
|
|
|
1731 * editfns.c (Fchar_Equal):
|
|
|
1732 * editfns.c (Ftranspose_regions):
|
|
|
1733 * emacs.c (Fdump_emacs):
|
|
|
1734 * eval.c (Fthrow):
|
|
|
1735 * eval.c (Fcommand_execute):
|
|
|
1736 * eval.c (Fautoload):
|
|
|
1737 * eval.c (Fbacktrace):
|
|
|
1738 * eval.c (Fbacktrace_frame):
|
|
|
1739 * events.c:
|
|
|
1740 * events.c (Fcopy_event):
|
|
|
1741 * events.c (Fcharacter_to_event):
|
|
|
1742 * events.c (Fevent_button):
|
|
|
1743 * events.c (Fevent_process):
|
|
|
1744 * extents.c:
|
|
|
1745 * extents.c (Fnext_extent_change):
|
|
|
1746 * extents.c (Fextent_property):
|
|
|
1747 * faces.c (Ffacep):
|
|
|
1748 * faces.c (Fmake_face):
|
|
|
1749 * file-coding.c:
|
|
|
1750 * file-coding.c (Fencode_shift_jis_char):
|
|
|
1751 * file-coding.c (Fencode_big5_char):
|
|
|
1752 * fileio.c (Ffile_name_directory):
|
|
|
1753 * fileio.c (Ffile_name_nondirectory):
|
|
|
1754 * fileio.c (Ffile_name_as_directory):
|
|
|
1755 * fileio.c (Fdirectory_file_name):
|
|
|
1756 * fileio.c (Ffile_truename):
|
|
|
1757 * fileio.c (Fsubstitute_in_file_name):
|
|
|
1758 * fileio.c (Ffile_modes):
|
|
|
1759 * fileio.c (Fset_file_modes):
|
|
|
1760 * fileio.c (Fset_default_file_modes):
|
|
|
1761 * fileio.c (Fverify_visited_file_modtime):
|
|
|
1762 * floatfns.c (Facos):
|
|
|
1763 * floatfns.c (Fasin):
|
|
|
1764 * floatfns.c (Fatan):
|
|
|
1765 * floatfns.c (Fcos):
|
|
|
1766 * floatfns.c (Fsin):
|
|
|
1767 * floatfns.c (Ftan):
|
|
|
1768 * floatfns.c (Fbessel_j0):
|
|
|
1769 * floatfns.c (Fbessel_j1):
|
|
|
1770 * floatfns.c (Fbessel_jn):
|
|
|
1771 * floatfns.c (Fbessel_y0):
|
|
|
1772 * floatfns.c (Fbessel_y1):
|
|
|
1773 * floatfns.c (Fbessel_yn):
|
|
|
1774 * floatfns.c (Ferf):
|
|
|
1775 * floatfns.c (Ferfc):
|
|
|
1776 * floatfns.c (Flog_gamma):
|
|
|
1777 * floatfns.c (Fexp):
|
|
|
1778 * floatfns.c (Fexpt):
|
|
|
1779 * floatfns.c (Flog):
|
|
|
1780 * floatfns.c (Flog10):
|
|
|
1781 * floatfns.c (Fsqrt):
|
|
|
1782 * floatfns.c (Fcube_root):
|
|
|
1783 * floatfns.c (Facosh):
|
|
|
1784 * floatfns.c (Fasinh):
|
|
|
1785 * floatfns.c (Fatanh):
|
|
|
1786 * floatfns.c (Fcosh):
|
|
|
1787 * floatfns.c (Fsinh):
|
|
|
1788 * floatfns.c (Ftanh):
|
|
|
1789 * floatfns.c (Fabs):
|
|
|
1790 * floatfns.c (Ffloat):
|
|
|
1791 * floatfns.c (Flogb):
|
|
|
1792 * floatfns.c (Fceiling):
|
|
|
1793 * floatfns.c (Ffloor):
|
|
|
1794 * floatfns.c (Fround):
|
|
|
1795 * floatfns.c (Ftruncate):
|
|
|
1796 * floatfns.c (Ffceiling):
|
|
|
1797 * floatfns.c (Fffloor):
|
|
|
1798 * floatfns.c (Ffround):
|
|
|
1799 * floatfns.c (Fftruncate):
|
|
|
1800 * fns.c (Fstring_equal):
|
|
|
1801 * fns.c (Fstring_lessp):
|
|
|
1802 * fns.c (concat2):
|
|
|
1803 * fns.c (concat3):
|
|
|
1804 * fns.c (vconcat2):
|
|
|
1805 * fns.c (vconcat3):
|
|
|
1806 * fns.c (Fsubstring):
|
|
|
1807 * fns.c (Fassoc):
|
|
|
1808 * fns.c (Fold_assoc):
|
|
|
1809 * fns.c (assoc_no_quit):
|
|
|
1810 * fns.c (Fassq):
|
|
|
1811 * fns.c (Fold_assq):
|
|
|
1812 * fns.c (assq_no_quit):
|
|
|
1813 * fns.c (Frassoc):
|
|
|
1814 * fns.c (Fold_rassoc):
|
|
|
1815 * fns.c (Frassq):
|
|
|
1816 * fns.c (Fold_rassq):
|
|
|
1817 * fns.c (rassq_no_quit):
|
|
|
1818 * fns.c (Fremassoc):
|
|
|
1819 * fns.c (remassoc_no_quit):
|
|
|
1820 * fns.c (Fremassq):
|
|
|
1821 * fns.c (remassq_no_quit):
|
|
|
1822 * fns.c (Fremrassoc):
|
|
|
1823 * fns.c (Fremrassq):
|
|
|
1824 * fns.c (remrassq_no_quit):
|
|
|
1825 * fns.c (Fsort):
|
|
|
1826 * fns.c (Fplist_get):
|
|
|
1827 * fns.c (Fplist_put):
|
|
|
1828 * fns.c (Fplist_remprop):
|
|
|
1829 * fns.c (Fplist_member):
|
|
|
1830 * fns.c (Flax_plist_get):
|
|
|
1831 * fns.c (Flax_plist_put):
|
|
|
1832 * fns.c (Flax_plist_remprop):
|
|
|
1833 * fns.c (Flax_plist_member):
|
|
|
1834 * fns.c (Fequal):
|
|
|
1835 * fns.c (Fold_equal):
|
|
|
1836 * fns.c (Frequire):
|
|
|
1837 * fns.c (Fbase64_encode_region):
|
|
|
1838 * fns.c (Fbase64_encode_string):
|
|
|
1839 * fns.c (Fbase64_decode_region):
|
|
|
1840 * frame.c:
|
|
|
1841 * frame.c (frame_matches_frame_spec):
|
|
|
1842 * frame.c (device_matches_device_spec):
|
|
|
1843 * frame.c (next_frame):
|
|
|
1844 * frame.c (previous_frame):
|
|
|
1845 * frame.c (Fnext_frame):
|
|
|
1846 * frame.c (Fprevious_frame):
|
|
|
1847 * frame.c (Fframe_property):
|
|
|
1848 * frame.c (Fset_frame_height):
|
|
|
1849 * frame.c (Fset_frame_size):
|
|
|
1850 * frame.h:
|
|
|
1851 * glyphs.c:
|
|
|
1852 * glyphs.c (if):
|
|
|
1853 * glyphs.c (decode_error_behavior_flag):
|
|
|
1854 * glyphs.c (Fmake_image_instance):
|
|
|
1855 * indent.c (Findent_to):
|
|
|
1856 * intl.c (Fignore_defer_gettext):
|
|
|
1857 * keymap.c (Fkeymapp):
|
|
|
1858 * keymap.c (Flookup_key):
|
|
|
1859 * lread.c:
|
|
|
1860 * lread.c (Fload_internal):
|
|
|
1861 * lread.c (Feval_buffer):
|
|
|
1862 * lread.c (Feval_region):
|
|
|
1863 * macros.c (Fexecute_kbd_macro):
|
|
|
1864 * marker.c (set_marker_internal):
|
|
|
1865 * marker.c (Fset_marker):
|
|
|
1866 * marker.c (set_marker_restricted):
|
|
|
1867 * marker.c (Fcopy_marker):
|
|
|
1868 * marker.c (noseeum_copy_marker):
|
|
|
1869 * menubar.c:
|
|
|
1870 * menubar.c (Fpopup_menu):
|
|
|
1871 * minibuf.c:
|
|
|
1872 * mule-charset.c (Fcharset_name):
|
|
|
1873 * mule-charset.c (Fchar_charset):
|
|
|
1874 * mule-charset.c (Fchar_octet):
|
|
|
1875 * mule-charset.c (Fsplit_char):
|
|
|
1876 * mule-wnnfns.c (Fwnn_open):
|
|
|
1877 * mule-wnnfns.c (Fwnn_dict_comment):
|
|
|
1878 * mule-wnnfns.c (Fwnn_quit_henkan):
|
|
|
1879 * mule-wnnfns.c (Fwnn_word_toroku):
|
|
|
1880 * mule-wnnfns.c (Fwnn_word_sakujo):
|
|
|
1881 * mule-wnnfns.c (Fwnn_word_use):
|
|
|
1882 * mule-wnnfns.c (Fwnn_hindo_set):
|
|
|
1883 * objects.c:
|
|
|
1884 * objects.c (Fmake_color_instance):
|
|
|
1885 * objects.c (Fmake_font_instance):
|
|
|
1886 * print.c (Fwrite_char):
|
|
|
1887 * process.c:
|
|
|
1888 * process.c (mark_process):
|
|
|
1889 * process.c (print_process):
|
|
|
1890 * process.c (get_process_from_usid):
|
|
|
1891 * process.c (Fprocessp):
|
|
|
1892 * process.c (Fprocess_live_p):
|
|
|
1893 * process.c (Fget_process):
|
|
|
1894 * process.c (Fget_buffer_process):
|
|
|
1895 * process.c (get_process):
|
|
|
1896 * process.c (Fprocess_id):
|
|
|
1897 * process.c (Fprocess_name):
|
|
|
1898 * process.c (Fprocess_command):
|
|
|
1899 * process.c (init_process_io_handles):
|
|
|
1900 * process.c (start_process_unwind):
|
|
|
1901 * process.c (Fstart_process_internal):
|
|
|
1902 * process.c (Fopen_multicast_group_internal):
|
|
|
1903 * process.c (Fset_process_window_size):
|
|
|
1904 * process.c (read_process_output):
|
|
|
1905 * process.c (send_process):
|
|
|
1906 * process.c (Fprocess_tty_name):
|
|
|
1907 * process.c (Fset_process_buffer):
|
|
|
1908 * process.c (Fprocess_buffer):
|
|
|
1909 * process.c (Fprocess_mark):
|
|
|
1910 * process.c (set_process_filter):
|
|
|
1911 * process.c (Fset_process_filter):
|
|
|
1912 * process.c (Fprocess_filter):
|
|
|
1913 * process.c (Fprocess_send_region):
|
|
|
1914 * process.c (Fprocess_send_string):
|
|
|
1915 * process.c (exec_sentinel):
|
|
|
1916 * process.c (Fset_process_sentinel):
|
|
|
1917 * process.c (Fprocess_sentinel):
|
|
|
1918 * process.c (status_notify):
|
|
|
1919 * process.c (Fprocess_status):
|
|
|
1920 * process.c (Fprocess_exit_status):
|
|
|
1921 * process.c (process_send_signal):
|
|
|
1922 * process.c (Fprocess_send_eof):
|
|
|
1923 * process.c (deactivate_process):
|
|
|
1924 * process.c (remove_process):
|
|
|
1925 * process.c (Fdelete_process):
|
|
|
1926 * process.c (kill_buffer_processes):
|
|
|
1927 * process.c (Fprocess_kill_without_query):
|
|
|
1928 * process.c (Fprocess_kill_without_query_p):
|
|
|
1929 * rangetab.c:
|
|
|
1930 * rangetab.c (Fget_range_table):
|
|
|
1931 * rangetab.c (Fput_range_table):
|
|
|
1932 * rangetab.c (Fremove_range_table):
|
|
|
1933 * rangetab.c (Fclear_range_table):
|
|
|
1934 * search.c:
|
|
|
1935 * search.c (Fskip_chars_forward):
|
|
|
1936 * search.c (Fskip_chars_backward):
|
|
|
1937 * search.c (Fskip_syntax_forward):
|
|
|
1938 * search.c (Fskip_syntax_backward):
|
|
|
1939 * search.c (search_command):
|
|
|
1940 * search.c (Freplace_match):
|
|
|
1941 * search.c (Fregexp_quote):
|
|
|
1942 * select.c (Fown_selection_internal):
|
|
|
1943 * select.c (Fselection_owner_p):
|
|
|
1944 * select.c (Fselection_exists_p):
|
|
|
1945 * select.c (Fget_selection_internal):
|
|
|
1946 * specifier.c:
|
|
|
1947 * symbols.c:
|
|
|
1948 * symbols.c (Fintern):
|
|
|
1949 * symbols.c (Fintern_soft):
|
|
|
1950 * symbols.c (Funintern):
|
|
|
1951 * symbols.c (Fapropos_internal):
|
|
|
1952 * symbols.c (Fset_default):
|
|
|
1953 * syntax.c:
|
|
|
1954 * syntax.c (Fsyntax_table_p):
|
|
|
1955 * syntax.c (Fcopy_syntax_table):
|
|
|
1956 * syntax.c (Fset_syntax_table):
|
|
|
1957 * syntax.c (Fchar_syntax):
|
|
|
1958 * syntax.c (syntax_match):
|
|
|
1959 * syntax.c (Fmatching_paren):
|
|
|
1960 * syntax.c (Fforward_word):
|
|
|
1961 * syntax.c (scan_lists):
|
|
|
1962 * syntax.c (Fscan_lists):
|
|
|
1963 * syntax.c (Fscan_sexps):
|
|
|
1964 * syntax.c (Fparse_partial_sexp):
|
|
|
1965 * toolbar.c (Fcheck_toolbar_button_syntax):
|
|
|
1966 * tooltalk.doc:
|
|
|
1967 * window.c:
|
|
|
1968 * window.c (Fwindowp):
|
|
|
1969 * window.c (Fwindow_live_p):
|
|
|
1970 * window.c (Fwindow_point):
|
|
|
1971 * window.c (Fdelete_window):
|
|
|
1972 * window.c (Fnext_window):
|
|
|
1973 * window.c (Fprevious_window):
|
|
|
1974 * window.c (Fother_window):
|
|
|
1975 * window.c (window_loop):
|
|
|
1976 * window.c (Fget_lru_window):
|
|
|
1977 * window.c (Fsplit_window):
|
|
|
1978 * window.c (Fenlarge_window):
|
|
|
1979 * window.c (Fenlarge_window_pixels):
|
|
|
1980 * window.c (Fshrink_window):
|
|
|
1981 * window.c (Fshrink_window_pixels):
|
|
|
1982 * window.c (change_window_height):
|
|
|
1983 * window.c (Fwindow_configuration_p):
|
|
|
1984 * window.c (Fcurrent_window_configuration):
|
|
|
1985 * window.h:
|
|
|
1986 * casefiddle.c (casify_object):
|
|
|
1987 * casefiddle.c (Fupcase):
|
|
|
1988 * casefiddle.c (Fdowncase):
|
|
|
1989 * casefiddle.c (Fcapitalize):
|
|
|
1990 * casefiddle.c (Fupcase_initials):
|
|
|
1991 * casefiddle.c (casify_region_internal):
|
|
|
1992 * casefiddle.c (casify_region):
|
|
|
1993 * casefiddle.c (Fupcase_region):
|
|
|
1994 * casefiddle.c (Fdowncase_region):
|
|
|
1995 * casefiddle.c (Fcapitalize_region):
|
|
|
1996 * casefiddle.c (Fupcase_initials_region):
|
|
|
1997 * casefiddle.c (Fupcase_word):
|
|
|
1998 * casefiddle.c (Fdowncase_word):
|
|
|
1999 * casefiddle.c (Fcapitalize_word):
|
|
|
2000 Docstring arglist/Texinfo fixes. See man/ChangeLog for details.
|
|
|
2001 Replace 0 with '\0' when working with bytes.
|
|
|
2002 Replace initial "(" with "\(" in docstrings.
|
|
|
2003
|
|
|
2004 2000-11-01 Martin Buchholz <martin@xemacs.org>
|
|
|
2005
|
|
|
2006 * config.h.in: Handle alloca with Compaq C on Alpha Linux.
|
|
|
2007
|
|
|
2008 * m/alpha.h: Let configure handle SYSTEM_MALLOC on Linux.
|
|
|
2009
|
|
|
2010 2000-10-31 Martin Buchholz <martin@xemacs.org>
|
|
|
2011
|
|
|
2012 * eldap.c (print_ldap): 64-bit cleaner. Fixes warning.
|
|
|
2013
|
|
|
2014 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2015
|
|
|
2016 * doprnt.c (emacs_do_prnt_1): Format (format "%01.2d" 10)
|
|
|
2017 correctly.
|
|
|
2018
|
|
|
2019 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2020
|
|
|
2021 * fileio.c (Vauto_save_list_file_prefix): Moved from startup.el.
|
|
|
2022 (inhibit_auto_save_session): New variable.
|
|
|
2023 (vars_of_fileio): Declare and initialize them.
|
|
|
2024 * fileio.c (Fdo_auto_save): Don't create session file if
|
|
|
2025 Vinhibit_auto_save_session or Vauto_save_list_file_prefix is non-nil.
|
|
|
2026
|
|
|
2027 2000-10-31 Martin Buchholz <martin@xemacs.org>
|
|
|
2028
|
|
|
2029 * sgiplay.c (play_internal): C++ compilability.
|
|
|
2030 * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Remove unused var `SFTB_prev'.
|
|
446
|
2031 * callproc.c (Fold_call_process_internal):
|
|
444
|
2032 Remove unused vars `env', `first'.
|
|
446
|
2033 * scrollbar.c (update_scrollbar_instance):
|
|
444
|
2034 #### unused var `current_window'.
|
|
|
2035 * redisplay-tty.c: Put currently unused vars insert_mode_on,
|
|
|
2036 etc. within #ifdef NOT_YET.
|
|
|
2037 * emacs.c: #### unused vars `initial_argc', `initial_argv'.
|
|
|
2038 * dialog-x.c (dbox_descriptor_to_widget_value): ### unused var `title'.
|
|
446
|
2039 * specifier.c (specifier_instance):
|
|
444
|
2040 #### unused var `tag'.
|
|
|
2041 Use WINDOW_BUFFER, FRAME_DEVICE instead of their expansion.
|
|
|
2042
|
|
|
2043 2000-10-27 Martin Buchholz <martin@xemacs.org>
|
|
|
2044
|
|
|
2045 * fns.c (Fbutlast):
|
|
|
2046 * fns.c (list_sort):
|
|
|
2047 * fns.c (Ffillarray):
|
|
|
2048 * fns.c (bytecode_nconc2):
|
|
|
2049 * fns.c (Fnconc):
|
|
|
2050 * fns.c (mapcar1):
|
|
|
2051 * fns.c (Fmapconcat):
|
|
|
2052 Be pedantically 64-bit correct. For the time when someone will
|
|
|
2053 want to have a list with length > 2**32.
|
|
|
2054
|
|
|
2055 * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
|
|
|
2056 Work around MIPSpro compiler bug.
|
|
|
2057
|
|
|
2058 * process-unix.c (unix_kill_child_process): Add snarky comment.
|
|
|
2059 * process-unix.c (try_to_initialize_subtty): Oops, `=' ==> `=='
|
|
|
2060
|
|
|
2061 * config.h.in: Oops, _getpt ==> _getpty
|
|
|
2062
|
|
|
2063 2000-10-26 Martin Buchholz <martin@xemacs.org>
|
|
|
2064
|
|
|
2065 * config.h.in:
|
|
|
2066 * regex.c:
|
|
|
2067 Use void*, not char*, as return type of alloca().
|
|
|
2068
|
|
|
2069 * alloc.c (free_marker): Side effect inside assert expression!
|
|
|
2070
|
|
|
2071 2000-10-16 MIYASHITA Hisashi <himi@m17n.org>
|
|
|
2072
|
|
|
2073 * mule-charset.c (Fset_charset_ccl_program): To check
|
|
|
2074 if the given ccl program is valid, use setup_ccl_program()
|
|
|
2075 instead of CHECK_VECTOR().
|
|
|
2076 (Fmake_charset): Likewise.
|
|
|
2077
|
|
|
2078 2000-10-20 Golubev I. N. <gin@mo.msk.ru>
|
|
|
2079
|
|
|
2080 * faces.c (get_extent_fragment_face_cache_index):
|
|
|
2081 Fix cachel.merged_faces memory leak.
|
|
|
2082
|
|
|
2083 2000-10-14 MIYASHITA Hisashi <himi@m17n.org>
|
|
|
2084
|
|
|
2085 * mule-ccl.c (ccl_driver)<CCL_DECODE_SJIS>:
|
|
|
2086 Reset MSB of octets obtained by DECODE_SJIS
|
|
|
2087 because of the incompatibility with Emacs.
|
|
|
2088 (ccl_driver)<CCL_ENCODE_SJIS>:
|
|
|
2089 Set MSB of octets before passing them to
|
|
|
2090 ENCODE_SJIS because of the incompatibility
|
|
|
2091 with Emacs.
|
|
|
2092
|
|
|
2093 2000-10-18 Daiki Ueno <ueno@unixuser.org>
|
|
|
2094
|
|
|
2095 * lrecord.h (DECLARE_TYPECHECK_LRECORD): Abolish.
|
|
|
2096 (DECLARE_LRECORD): Undo the last change.
|
|
|
2097 (DECLARE_EXTERNAL_LRECORD): Expand typechecking stuff.
|
|
|
2098
|
|
|
2099 2000-10-17 Daiki Ueno <ueno@unixuser.org>
|
|
|
2100
|
|
|
2101 * lrecord.h (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): Connect
|
|
|
2102 the implementation to lrecord_implementations_table.
|
|
|
2103
|
|
|
2104 2000-10-14 Daiki Ueno <ueno@unixuser.org>
|
|
|
2105
|
|
|
2106 * lrecord.h (MAKE_EXTERNAL_LRECORD_IMPLEMENTATION): Don't set the
|
|
|
2107 initial value of `lrecord_type_##c_name' and
|
|
|
2108 `lrecord_##c_name.lrecord_type_index'; discard "const" qualifier.
|
|
|
2109 (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): New macro.
|
|
|
2110 [ERROR_CHECK_TYPECHECK] (DECLARE_TYPECHECK_LRECORD): New macro.
|
|
|
2111 [ERROR_CHECK_TYPECHECK] (DECLARE_LRECORD): Use it.
|
|
|
2112 [ERROR_CHECK_TYPECHECK] (DECLARE_EXTERNAL_LRECORD): Use it.
|
|
|
2113
|
|
|
2114 2000-10-17 Martin Buchholz <martin@xemacs.org>
|
|
|
2115
|
|
|
2116 * miscplay.c (sndcnv8S_2mono):
|
|
446
|
2117 (sndcnv2monounsigned):
|
|
|
2118 (sndcnvULaw_2linear):
|
|
|
2119 (sndcnv16swap):
|
|
444
|
2120 Remove implementation-defined behavior.
|
|
|
2121
|
|
|
2122 2000-10-12 Martin Buchholz <martin@xemacs.org>
|
|
|
2123
|
|
|
2124 * input-method-xlib.c: Warning suppression.
|
|
|
2125
|
|
|
2126 2000-10-05 MIYASHITA Hisashi <himi@m17n.org>
|
|
|
2127
|
|
|
2128 * mule-ccl.c: Sync up with Emacs 21.0.90.
|
|
|
2129 (ccl_driver)<CCL_TranslateCharacter>: Disabled.
|
|
|
2130 Do nothing.
|
|
|
2131 (ccl_driver)<CCL_TranslateCharacterConstTbl>:
|
|
|
2132 Likewise.
|
|
|
2133 (ccl_driver[WriteMultibyteChar2]): Bug fix.
|
|
|
2134 Use MAX_LEADING_BYTE_OFFICIAL_2 instead of
|
|
|
2135 MIN_LEADING_BYTE_OFFICIAL_2 to check whether the
|
|
|
2136 leading char belongs to official 2-dimensional charset.
|
|
|
2137 (CCL_WRITE_CHAR): When CCL_MODE_ENCODING,
|
|
|
2138 write the given character as is. Otherwise,
|
|
|
2139 if it is a multibyte char, convert it by
|
|
|
2140 non_ascii_set_charptr_emchar, then write it.
|
|
|
2141 (CCL_WRITE_STRING): Likewise.
|
|
|
2142 (ccl_get_compiled_code): New function.
|
|
|
2143 (setup_ccl_program): When ccl_prog is invalid,
|
|
|
2144 return -1.
|
|
|
2145 (Fregister_code_conversion_map): New function.
|
|
|
2146 (syms_of_mule_ccl): defsubr Fregister_code_conversion_map.
|
|
|
2147
|
|
|
2148 * mule-ccl.h: Sync up with Emacs 21.0.90.
|
|
|
2149 (Fregister_ccl_program): export it.
|
|
|
2150
|
|
|
2151 * redisplay-msw.c (separate_textual_runs):
|
|
|
2152 If ccl program is not valid, don't do ccl conversion.
|
|
|
2153
|
|
|
2154 * redisplay-x.c (separate_textual_runs): Ditto.
|
|
|
2155
|
|
|
2156 * file-coding.c (Fmake_coding_system):
|
|
|
2157 When type is ccl and value is vector, register it
|
|
|
2158 with a proper symbol. And checks whether the
|
|
|
2159 given ccl program is valid.
|
|
|
2160 (mule_decode): When calling ccl_driver, if src indicates
|
|
|
2161 NULL pointer, set an empty string instead.
|
|
|
2162 (mule_encode): Likewise.
|
|
|
2163
|
|
|
2164 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
|
2165
|
|
|
2166 The following large batch of changes gets us back to a state of
|
|
|
2167 C++ compilability. Extbyte is now a char, which means that
|
|
|
2168 Extbyte * and Bufbyte * cannot be freely interchanged - a win!
|
|
|
2169
|
|
|
2170 * tooltalk.c (Fset_tooltalk_message_attribute): Type correctness.
|
|
|
2171
|
|
|
2172 * sound.c (Fplay_sound): Type correctness.
|
|
|
2173
|
|
|
2174 * select-x.c (hack_motif_clipboard_selection): Type correctness.
|
|
|
2175 (x_get_window_property): Type correctness.
|
|
|
2176 (receive_incremental_selection): unsigned char ==> Extbyte
|
|
|
2177 (selection_data_to_lisp_data): unsigned char ==> Extbyte
|
|
|
2178 (Fx_get_cutbuffer_internal): unsigned char ==> Extbyte
|
|
|
2179 (Fx_store_cutbuffer_internal): Type correctness.
|
|
|
2180
|
|
|
2181 * process-unix.c (try_to_initialize_subtty): Type correctness.
|
|
|
2182
|
|
|
2183 * objects-x.c (x_print_color_instance): Type correctness.
|
|
|
2184 (x_print_font_instance): Type correctness.
|
|
|
2185 (x_list_fonts): SExtbyte ==> Extbyte.
|
|
|
2186 (valid_x_font_name_p): SExtbyte ==> Extbyte.
|
|
|
2187 (x_find_charset_font): SExtbyte ==> Extbyte.
|
|
|
2188 Use TO_INTERNAL_FORMAT. build_string ==> make_string.
|
|
|
2189 (truename_via_XListFonts): SExtbyte ==> Extbyte.
|
|
|
2190 (x_font_instance_properties): Use TO_INTERNAL_FORMAT.
|
|
|
2191 Use bufbyte_strcmp.
|
|
|
2192
|
|
|
2193 * mule-charset.h (LEADING_BYTE_PREFIX_P): unsigned char ==> Bufbyte
|
|
|
2194 (PRIVATE_LEADING_BYTE_PREFIX): Add paranoia cast.
|
|
|
2195 (BYTE_ASCII_P): Use bit ops for char-signedness safety.
|
|
|
2196 (BYTE_C0_P): Use bit ops for char-signedness safety.
|
|
|
2197 (BYTE_C1_P): Use bit ops for char-signedness safety.
|
|
446
|
2198 (CHARSET_BY_LEADING_BYTE):
|
|
|
2199 (CHARSET_BY_ATTRIBUTES):
|
|
444
|
2200 Always use inline function.
|
|
|
2201 Use type_checking_assert.
|
|
|
2202 Hide chlook.
|
|
|
2203
|
|
|
2204 * mule-charset.c (non_ascii_charptr_copy_char):
|
|
|
2205 Modify to work with both ASCII and non-ASCII characters.
|
|
|
2206 Improve docs and variable names.
|
|
|
2207 Replace over-clever fall-through switch with a simple loop.
|
|
446
|
2208 (Lstream_get_emchar_1):
|
|
444
|
2209 Replace over-clever fall-through switch with a simple loop.
|
|
|
2210
|
|
|
2211 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
|
2212 Warning suppression.
|
|
|
2213
|
|
|
2214 * lstream.h (Lstream_get_emchar): BYTE_ASCII_P cannot be used on
|
|
|
2215 the return value of Lstream_getc, which could be EOF as well.
|
|
|
2216
|
|
|
2217 * lstream.c (Lstream_raw_read): Now returns ssize_t, not int.
|
|
|
2218
|
|
|
2219 * lisp.h: Make Extbyte a char, not unsigned char, so that external
|
|
|
2220 APIs can be used on Extbytes without casts. Risky!
|
|
|
2221 (SExtbyte): Remove.
|
|
|
2222 (UExtbyte): Remove.
|
|
|
2223
|
|
|
2224 * input-method-xlib.c (XIM_init_device):
|
|
|
2225 Use Xlib.h instead of IntrinsicP.h.
|
|
|
2226 Use HAVE_XREGISTERIMINSTANTIATECALLBACK instead of THIS_IS_X11R6,
|
|
|
2227 which will break in X11R7.
|
|
|
2228 Use XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE,
|
|
|
2229 to call XRegisterIMInstantiateCallback with correct types.
|
|
|
2230
|
|
|
2231 * gui-x.c (button_item_to_widget_value): Type correctness.
|
|
|
2232
|
|
|
2233 * glyphs.c (bitmap_to_lisp_data): Type correctness.
|
|
|
2234
|
|
|
2235 * glyphs-x.c (pixmap_from_xbm_inline): Type correctness.
|
|
|
2236 (xbm_instantiate_1): Type correctness.
|
|
|
2237 (BUILD_GLYPH_INST): Type correctness.
|
|
|
2238
|
|
|
2239 * fileio.c (Fsubstitute_in_file_name): Type correctness.
|
|
|
2240
|
|
|
2241 * file-coding.c:
|
|
|
2242 (decode_coding_sjis):
|
|
|
2243 (decode_coding_big5):
|
|
|
2244 (decode_coding_ucs4):
|
|
|
2245 (decode_coding_utf8):
|
|
|
2246 (decode_coding_iso2022):
|
|
|
2247 (decode_coding_no_conversion):
|
|
|
2248 Make all decoding functions take an Extbyte * arg.
|
|
|
2249 (encode_coding_sjis):
|
|
|
2250 (encode_coding_big5):
|
|
|
2251 (encode_coding_ucs4):
|
|
|
2252 (encode_coding_utf8):
|
|
|
2253 (encode_coding_iso2022):
|
|
|
2254 (encode_coding_no_conversion):
|
|
|
2255 Make all encoding functions take a Bufbyte * arg.
|
|
|
2256 Use size_t instead of unsigned int for memory sizes.
|
|
|
2257 Only cast to unsigned char whenever dereferencing Extbyte *.
|
|
|
2258
|
|
|
2259 * doc.c (unparesseuxify_doc_string): Type correctness.
|
|
|
2260
|
|
|
2261 * console-x.c (split_up_display_spec):
|
|
|
2262 Rewrite without using details of internal string representation.
|
|
|
2263 (x_semi_canonicalize_device_connection): Type correctness.
|
|
|
2264
|
|
|
2265 * config.h.in:
|
|
|
2266 (HAVE_XREGISTERIMINSTANTIATECALLBACK): New.
|
|
|
2267 (XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE): New.
|
|
|
2268 (HAVE_XFREE386): Removed.
|
|
|
2269
|
|
|
2270 * buffer.h (DEC_CHARPTR): `const' correctness.
|
|
|
2271 (bufbyte_strcmp): New.
|
|
|
2272 (bufbyte_memcmp): New.
|
|
|
2273
|
|
|
2274 * buffer.c (dfc_convert_to_internal_format): Extbyte ==> Bufbyte
|
|
|
2275
|
|
|
2276 * buffer.h (XCHAR_OR_CHAR_INT):
|
|
|
2277 Always use inline function.
|
|
|
2278 Remove redundant type checking assert() - XINT will abort quite nicely.
|
|
|
2279
|
|
|
2280 2000-10-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2281
|
|
|
2282 * search.c (Freplace_match): Set newtext to an empty string.
|
|
|
2283
|
|
|
2284 2000-10-10 Martin Buchholz <martin@xemacs.org>
|
|
|
2285
|
|
|
2286 * s/decosf1-3.h: Remove #include of stropts.h
|
|
|
2287 * s/ptx.h: Remove #include of stropts.h
|
|
|
2288 * s/usg5-4.h: Remove #include of stropts.h
|
|
446
|
2289 * sysproc.h:
|
|
|
2290 * config.h.in:
|
|
444
|
2291 Use stropts.h, not sys/stropts.h.
|
|
|
2292 Use strtio.h, not sys/strtio.h.
|
|
|
2293
|
|
442
|
2294 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
|
2295
|
|
|
2296 * XEmacs 21.2.36 is released.
|
|
|
2297
|
|
444
|
2298 2000-09-21 Andy Piper <andy@xemacs.org>
|
|
|
2299
|
|
|
2300 * glyphs-x.c (x_redisplay_widget): make sure non-structural
|
|
|
2301 changes still involve copying the widget tree.
|
|
|
2302 (update_widget_face): make sure a change is register in the widget
|
|
|
2303 tree. Call update_tab_widget_face appropriately.
|
|
|
2304 (update_tab_widget_face): ditto.
|
|
|
2305 (x_tab_control_redisplay): make sure non-structural changes still
|
|
|
2306 involve copying the widget tree.
|
|
|
2307
|
|
442
|
2308 2000-08-31 Daiki Ueno <ueno@unixuser.org>
|
|
|
2309
|
|
|
2310 * lread.c (locate_file): Check the path element is non-nil.
|
|
|
2311
|
|
|
2312 2000-10-02 Martin Buchholz <martin@xemacs.org>
|
|
|
2313
|
|
|
2314 * lisp.h: Warning suppression for SCO compilers.
|
|
|
2315
|
|
|
2316 * redisplay-tty.c (reset_tty_modes): Fix crash.
|
|
|
2317 E.g. from xemacs running on X: (delete-device (make-device 'tty nil))
|
|
|
2318
|
|
|
2319 2000-09-27 Martin Buchholz <martin@xemacs.org>
|
|
|
2320
|
|
|
2321 Big signal/process handling overhaul. Bugs fixed:
|
|
|
2322 M-x shell, type `sleep 10000', M-x comint-interrupt-subjob and
|
|
|
2323 M-x comint-kill-subjob should work for both values nil and t of
|
|
|
2324 process-connection-type. It was broken on most platforms.
|
|
|
2325 Testing on Irix and Cygwin still needed. Other plaforms tested.
|
|
|
2326 * sysdep.c: Move #include of stropts.h into sysproc.h. Use pid_t.
|
|
|
2327 * process-unix.c: Signal/Process handling overhaul.
|
|
|
2328 (pty_name): make 64 bytes, as `expect' does, for paranoia.
|
|
|
2329 (allocate_pty): Use all available modern methods of allocating
|
|
|
2330 ptys, falling back to old style BSD allocation as a last resort.
|
|
|
2331 Use allegedly more secure Unix98 pty allocation by default.
|
|
|
2332 (allocate_pty_the_old_fashioned_way): New. the last resort.
|
|
|
2333 (unix_create_process): Push ptem, ldterm, ttcompat where
|
|
|
2334 available. Autoconfiscate.
|
|
|
2335 (try_to_initialize_subtty): New.
|
|
|
2336 (unix_kill_child_process): Proper signal handling for ptys on most
|
|
|
2337 platforms, using special knowledge of AIX, BSD, etc...
|
|
|
2338 (unix_create_process): Always disconnect_controlling_terminal() for
|
|
|
2339 subprocesses, whether using ptys or not.
|
|
|
2340 * process.h: Remove old getpt-dependent PTY code.
|
|
|
2341 * process.c (Fprocess_send_signal): New, obvious generic function.
|
|
|
2342 (decode_signal): New.
|
|
|
2343 (Finterrupt_process):
|
|
|
2344 (Fkill_process):
|
|
|
2345 (Fquit_process):
|
|
|
2346 (Fstop_process):
|
|
|
2347 (Fcontinue_process):
|
|
|
2348 (Fsignal_process): Use decode_signal.
|
|
|
2349 (process_send_signal):
|
|
|
2350 Many docstring corrections.
|
|
|
2351 Allow any signal to be sent to a process object.
|
|
|
2352 * config.h.in: Add symbols for big signal/process overhaul.
|
|
|
2353 * syssignal.h (EMACS_KILLPG): Use HAVE_KILLPG. Use `pid', not `gid'.
|
|
|
2354 * sysproc.h: Include process-related headers, where available:
|
|
|
2355 sys/stropts.h sys/strtio.h pty.h libutil.h
|
|
|
2356 * s/irix4-0.h:
|
|
|
2357 * s/irix5-0.h:
|
|
|
2358 * s/cygwin32.h:
|
|
|
2359 * s/gnu.h:
|
|
|
2360 * s/linux.h:
|
|
|
2361 * s/hpux.h:
|
|
|
2362 * s/aix3-1.h:
|
|
|
2363 Remove old S&M pty stuff.
|
|
|
2364 * console-tty.c (tty_init_console): Use pid_t, not int, for pids.
|
|
|
2365 * systty.h: Simplify cpp hackery, improve comments.
|
|
|
2366 Favor BSD ioctl(TIOCGPGRP) over Posix tcgetpgrp().
|
|
|
2367
|
|
|
2368 * editfns.c (Fformat_time_string):
|
|
|
2369 Be a little more paranoid with the return value of ctime.
|
|
|
2370
|
|
|
2371 * fileio.c (check_executable):
|
|
|
2372 (check_writable):
|
|
|
2373 Use symbolic constants X_OK, W_OK.
|
|
|
2374
|
|
|
2375 * console-x.c (split_up_display_spec): Fix a warning.
|
|
|
2376
|
|
|
2377 2000-10-02 Martin Buchholz <martin@xemacs.org>
|
|
|
2378
|
|
|
2379 * gui-x.c (add_accel_and_to_external): strlen ==> XSTRING_LENGTH
|
|
|
2380 * ntproc.c (sys_spawnve): make_string ==> build_string
|
|
|
2381 Small clarity improvements.
|
|
|
2382
|
|
|
2383 2000-09-30 Martin Buchholz <martin@xemacs.org>
|
|
|
2384
|
|
|
2385 * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY): Warning removal.
|
|
|
2386
|
|
|
2387 * s/windowsnt.h (HAVE_STRCASECMP): Remove.
|
|
|
2388
|
|
|
2389 * config.h.in (HAVE_STRCASECMP): Remove.
|
|
|
2390
|
|
|
2391 2000-09-29 Martin Buchholz <martin@xemacs.org>
|
|
|
2392
|
|
|
2393 * redisplay-output.c (redisplay_output_pixmap):
|
|
|
2394 Cleaner and possibly more 64-bit correct code.
|
|
|
2395
|
|
|
2396 2000-09-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
2397
|
|
|
2398 * dumper.c (pdump_load_finish): move restoration of
|
|
|
2399 `noninteractive1' to emacs.c (main_1).
|
|
|
2400 * emacs.c (main_1): protect LISP-visible command-line flags
|
|
|
2401 from pdump_load().
|
|
|
2402
|
|
|
2403 2000-09-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
2404
|
|
|
2405 * Makefile.in.in (versionclean): Use EXE_TARGET and
|
|
|
2406 DUMP_TARGET instead of literal program names.
|
|
|
2407
|
|
|
2408 2000-09-20 Martin Buchholz <martin@xemacs.org>
|
|
|
2409
|
|
|
2410 * Makefile.in.in: Recent purify's require absolute paths for cache-dir.
|
|
|
2411
|
|
|
2412 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
|
2413
|
|
|
2414 * *: Spelling mega-patch
|
|
|
2415
|
|
|
2416 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
|
2417
|
|
|
2418 * fns.c (bad_bad_turtle):
|
|
|
2419 Delete "Eek!" comment, since we fixed the bug to which it refers.
|
|
|
2420
|
|
|
2421 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
|
2422
|
|
|
2423 * alloca.c: Replace REGISTER with register.
|
|
|
2424
|
|
|
2425 2000-09-16 Daiki Ueno <ueno@unixuser.org>
|
|
|
2426
|
|
|
2427 * file-coding.c (ucs_to_char): Use countof.
|
|
|
2428
|
|
|
2429 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
|
2430
|
|
|
2431 * file-coding.c: (ucs_to_char):
|
|
|
2432 (complex_vars_of_file_coding):
|
|
|
2433 Use countof instead of sizeof.
|
|
|
2434 Use CHECK_NATNUM instead of CHECK_INT.
|
|
|
2435
|
|
|
2436 * sysdep.c (strcasecmp): Remove.
|
|
|
2437 * device-x.c (ascii_strcasecmp): New.
|
|
|
2438 * device-x.c (Fx_get_resource): Use ascii_strcasecmp.
|
|
|
2439 Avoid using non-standard non-portable strcasecmp.
|
|
|
2440
|
|
|
2441 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
|
2442
|
|
|
2443 * Makefile.in.in (mostlyclean): remove reference to prefix-args.
|
|
|
2444 * font-lock.c: remove reference to emacsfns.h.
|
|
|
2445 * search.c: small doc improvement.
|
|
|
2446 * event-Xt.c: correct file names in comments.
|
|
|
2447 * console-x.h Correct file names in comments.
|
|
|
2448 * frame.c: Correct file names in comments.
|
|
|
2449 * event-stream.c: remove Energize from comments.
|
|
|
2450
|
|
|
2451 2000-09-15 Martin Buchholz <martin@xemacs.org>
|
|
|
2452
|
|
|
2453 * symeval.h (DEFERROR_STANDARD):
|
|
|
2454 (DEFERROR):
|
|
|
2455 (DEFSYMBOL):
|
|
|
2456 (DEFSYMBOL_NO_DUMP):
|
|
|
2457 (DEFSYMBOL_MULTIWORD_PREDICATE):
|
|
|
2458 (DEFSYMBOL_MULTIWORD_PREDICATE_NO_DUMP):
|
|
|
2459 (DEFKEYWORD):
|
|
|
2460 The construct &##name is not sensible C.
|
|
|
2461 Fixes compilation errors with Unixware native compiler.
|
|
|
2462
|
|
|
2463 2000-09-14 Martin Buchholz <martin@xemacs.org>
|
|
|
2464
|
|
|
2465 * frame.c (device_matches_console_spec): no longer takes a `frame' arg
|
|
|
2466 (next_frame_internal): Removed. We now just have next_frame.
|
|
|
2467 (next_frame):
|
|
|
2468 Write a simpler and cleaner one-pass algorithm.
|
|
|
2469 Remove called_from_delete_device arg and #ifdefed-out code.
|
|
|
2470 (previous_frame):
|
|
|
2471 Renamed from prev_frame. Update callers.
|
|
|
2472 Cleaned up to have an analogous implementation to next_frame.
|
|
|
2473 (other_visible_frames_internal): Remove the
|
|
|
2474 called_from_delete_device bogus arg, and hence, remove this
|
|
|
2475 function. Just use other_visible_frames().
|
|
|
2476
|
|
446
|
2477 * window.c (Fnext_window):
|
|
442
|
2478 Prettify docstring.
|
|
|
2479 Since next_frame() is guaranteed to return a frame, remove check
|
|
|
2480 for nil inserted in previous patch.
|
|
446
|
2481 (Fprevious_window):
|
|
|
2482 Prettify docstring.
|
|
442
|
2483 Make code look more like Fnext_window.
|
|
|
2484 (window_loop):
|
|
|
2485 Respect the `console' arg when iterating through windows.
|
|
|
2486 Fixes bug: (get-buffer-window buffer t device) not respecting
|
|
|
2487 the `device' arg.
|
|
|
2488 This function needs more work, as others have pointed out.
|
|
|
2489
|
|
|
2490 * frame.h: Rename prev_frame to previous_frame.
|
|
|
2491 device_matches_console_spec no longer takes a `frame' arg.
|
|
|
2492
|
|
|
2493 * s/gnu.h:
|
|
|
2494 * s/linux.h:
|
|
|
2495 * s/hpux.h:
|
|
|
2496 Use EMACS_BLOCK_SIGNAL instead of sigblock.
|
|
|
2497 From "Golubev I. N." <gin@mo.msk.ru>.
|
|
|
2498
|
|
|
2499 * make-src-depend: Fix typo.
|
|
|
2500
|
|
|
2501 2000-09-13 Martin Buchholz <martin@xemacs.org>
|
|
|
2502
|
|
|
2503 * window.c (Fnext_window):
|
|
|
2504 next_frame() might return nil, not a frame.
|
|
|
2505 Fixes this crash:
|
|
|
2506 (gdb) run -eval '(progn (make-device (quote x) "polgar:0") (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
|
|
|
2507
|
|
|
2508 * frame.c (next_frame_internal):
|
|
|
2509 We've passed a frame if we've passed its device.
|
|
|
2510 Fixes this crash:
|
|
|
2511 (gdb) run -eval '(progn (make-frame nil (make-device (quote x) "polgar:0")) (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
|
|
|
2512 Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245, RECORD_TYPEP (obj, lrecord_type_frame)
|
|
|
2513
|
|
|
2514 2000-09-11 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
2515
|
|
|
2516 * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
|
|
|
2517 Allow option to suppress accelerators in menu/dialog items.
|
|
|
2518 (populate_or_checksum_helper): Pass dialog title through above.
|
|
|
2519
|
|
|
2520 2000-09-10 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
2521
|
|
|
2522 * event-msw.c (mswindows_key_to_emacs_keysym):
|
|
|
2523 Add "pause" key, fix "menu" key.
|
|
|
2524
|
|
|
2525 2000-09-09 Martin Buchholz <martin@xemacs.org>
|
|
|
2526
|
|
|
2527 * eval.c (reinit_vars_of_eval):
|
|
|
2528 Increase max_lisp_eval_depth to 1000,
|
|
|
2529 required for thai-xtis.el to byte-compile under some circumstances.
|
|
|
2530
|
|
|
2531 2000-09-04 Martin Buchholz <martin@xemacs.org>
|
|
|
2532
|
|
|
2533 * event-Xt.c (x_to_emacs_keysym): Increase size of `buffer' to 513.
|
|
|
2534 From Kenichi Handa.
|
|
|
2535
|
|
|
2536 2000-09-01 Martin Buchholz <martin@xemacs.org>
|
|
|
2537
|
|
|
2538 * make-src-depend: Make the generated Makefiles smaller.
|
|
|
2539
|
|
|
2540 * s/hpux.h (SETUP_SLAVE_PTY):
|
|
|
2541 Provide a %d in the format string for the errno argument.
|
|
|
2542
|
|
|
2543 * editfns.c (Ftemp_directory):
|
|
|
2544 Warning fix.
|
|
|
2545 Avoid buffer overrun on very long file name.
|
|
|
2546
|
|
446
|
2547 * input-method-xlib.c (XIM_init_device):
|
|
442
|
2548 6th parameter of XRegisterIMInstantiateCallback has different
|
|
|
2549 pointer types on different OSes, so simply cast to (void *).
|
|
|
2550
|
|
|
2551 * unexhp9k800.c: Warning fixes. Fiddly changes.
|
|
|
2552
|
|
|
2553 * sysdll.c (dll_open):
|
|
|
2554 shl_load will hang hard if passed a NULL filename.
|
|
|
2555 Simply return NULL for compatibility with dlopen.
|
|
|
2556 * sysdll.c: Conform to XEmacs coding standards.
|
|
|
2557
|
|
446
|
2558 * sysdep.c (get_pty_max_bytes):
|
|
442
|
2559 Support pty input lines longer than 512 bytes on HP-UX 10.20.
|
|
|
2560
|
|
|
2561 2000-08-31 Martin Buchholz <martin@xemacs.org>
|
|
|
2562
|
|
|
2563 * tooltalk.c: Add #include <syssignal.h>
|
|
|
2564
|
|
|
2565 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
|
|
|
2566
|
|
|
2567 * s/hpux.h: Don't use undefined function sigunblock().
|
|
|
2568
|
|
|
2569 2000-08-31 Martin Buchholz <martin@xemacs.org>
|
|
|
2570
|
|
|
2571 * config.h.in: Add HAVE_BALLOON_HELP.
|
|
|
2572 * emacs.c: Use HAVE_BALLOON_HELP.
|
|
|
2573 * Makefile.in.in (x_objs):
|
|
|
2574 Make Balloon Help conditional on finding shape.h.
|
|
|
2575
|
|
|
2576 2000-08-23 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2577
|
|
|
2578 * syntax.c (regex_emacs_buffer_p): New variable.
|
|
|
2579 * syntax.h (regex_emacs_buffer_p): extern.
|
|
|
2580 * search.c (looking_at_1):
|
|
|
2581 (string_match_1):
|
|
|
2582 (fast_string_match):
|
|
|
2583 (search_buffer): Set regex_emacs_buffer_p.
|
|
|
2584 * regex.c (re_match_2_internal): Reference regex_emacs_buffer_p
|
|
|
2585 when before_dot, at_dot, after_dot.
|
|
|
2586
|
|
|
2587 2000-08-23 Andy Piper <andy@xemacs.org>
|
|
|
2588
|
|
|
2589 * gui-x.c (popup_selection_callback): Only set action_occurred
|
|
|
2590 when we really have an image instance.
|
|
|
2591 * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
|
|
|
2592
|
|
|
2593 2000-08-23 Andy Piper <andy@xemacs.org>
|
|
|
2594
|
|
|
2595 * gui-msw.c (mswindows_handle_gui_wm_command): set
|
|
|
2596 action_occurred.
|
|
|
2597 * gui-x.c (popup_selection_callback): ditto.
|
|
|
2598
|
|
|
2599 * glyphs.h (IMAGE_INSTANCE_WIDGET_ACTION_OCCURRED): new accessor.
|
|
|
2600 (XIMAGE_INSTANCE_WIDGET_ACTION_OCCURRED): ditto.
|
|
|
2601 (struct Lisp_Image_Instance): add action_occurred flag.
|
|
|
2602
|
|
|
2603 * glyphs.c (redisplay_subwindow): use action_occurred flag.
|
|
|
2604 (image_instance_changed): ditto.
|
|
|
2605 (reset_frame_subwindow_instance_cache): only unmap windows - do
|
|
|
2606 not remove them from the cache also.
|
|
|
2607
|
|
|
2608 * glyphs-widget.c (tab_control_update): better debug.
|
|
|
2609 (progress_gauge_update): ditto.
|
|
|
2610 (layout_update): ditto.
|
|
|
2611 (layout_instantiate): ditto.
|
|
|
2612 (tab_control_order_only_changed): cope with null pending items.
|
|
|
2613
|
|
|
2614 * glyphs-msw.c (mswindows_tab_control_redisplay): add better
|
|
|
2615 debug. Force selection of an item when an action occurred. Cope
|
|
|
2616 with null pending_items.
|
|
|
2617 (mswindows_progress_gauge_redisplay): better debug.
|
|
|
2618 * glyphs-x.c (x_tab_control_redisplay): ditto.
|
|
|
2619
|
|
|
2620 * redisplay.c (redisplay_frame): reset the frame cache if the
|
|
|
2621 frame is garbaged.
|
|
|
2622
|
|
|
2623 * window.c (Fset_window_configuration): potentially re-enable
|
|
|
2624 frame cache reset.
|
|
|
2625 (window_unmap_subwindows): need to finalize instances here since
|
|
|
2626 it is only used in mark_window_as_deleted.
|
|
|
2627
|
|
|
2628 2000-08-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
2629
|
|
|
2630 * nas.c (SndOpenDataForReading):
|
|
|
2631 nas.c (WaveOpenDataForReading):
|
|
|
2632 nas.c (readChunk): {BIG,LITTLE}_ENDIAN -> NAS_{BIG,LITTLE}_ENDIAN.
|
|
|
2633 Somehow escaped from the 2000-08-14 patch.
|
|
|
2634
|
|
|
2635 2000-08-14 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
2636
|
|
|
2637 * nas.c: Preprocessor trickery to use NAS_LITTLE_ENDIAN instead
|
|
|
2638 of LITTLE_ENDIAN (conflicts with glibc, at least) in NAS <= 1.2p5.
|
|
|
2639
|
|
|
2640 2000-08-21 Andy Piper <andy@xemacs.org>
|
|
|
2641
|
|
|
2642 * glyphs-x.c (x_map_subwindow): Minor optimization - only map the
|
|
|
2643 window if it is not already displayed.
|
|
|
2644
|
|
|
2645 * glyphs-msw.c (mswindows_map_subwindow): only map the window if
|
|
|
2646 it is not already displayed.
|
|
|
2647
|
|
|
2648 * window.c (Fset_window_configuration): don't reset the frame
|
|
|
2649 cache.
|
|
|
2650
|
|
|
2651 * glyphs.c (unmap_subwindow_instance_cache_mapper): only remove
|
|
|
2652 instances from the frame cache if we are actually finalizing them.
|
|
|
2653 (reset_frame_subwindow_instance_cache): reset frame cache only
|
|
|
2654 after unmapping everything.
|
|
|
2655 (map_subwindow): set displayed flag after mapping.
|
|
|
2656
|
|
|
2657 2000-08-21 Martin Buchholz <martin@xemacs.org>
|
|
|
2658
|
|
|
2659 * data.c (indirect_function):
|
|
|
2660 Rename ERRORP to non-misleading VOID_FUNCTION_ERRORP.
|
|
|
2661
|
|
446
|
2662 * eval.c (function_argcount):
|
|
442
|
2663 Use original function when signaling errors.
|
|
|
2664
|
|
|
2665 2000-08-18 Andy Piper <andy@xemacs.org>
|
|
|
2666
|
|
|
2667 * frame.c (delete_frame_internal): use new
|
|
|
2668 free_frame_subwindow_instances name.
|
|
|
2669
|
|
|
2670 * glyphs-msw.c (mswindows_tab_control_instantiate): verify index.
|
|
|
2671 (add_tab_item): make return type correct.
|
|
|
2672 (mswindows_tab_control_instantiate): assert index of tab.
|
|
|
2673 (mswindows_tab_control_redisplay): Re-code to use
|
|
|
2674 gui_item_equal_sans_selected and gui_item_list_find_selected.
|
|
|
2675
|
|
|
2676 * glyphs-widget.c (tab_control_update): Correct comment.
|
|
|
2677
|
|
|
2678 * window.c (window_unmap_subwindows): use new
|
|
|
2679 unmap_subwindow_instance_cache_mapper.
|
|
|
2680 (window_unmap_subwindows_cache_mapper): deleted.
|
|
|
2681 (Fset_window_configuration): comparisons should now be with
|
|
|
2682 EQ. Preserve the subwindow instance cache across configuration
|
|
|
2683 changes.
|
|
|
2684 (allocate_window): ditto.
|
|
|
2685 (make_dummy_parent): ditto.
|
|
|
2686
|
|
|
2687 * glyphs.c (free_frame_subwindow_instances): rename from
|
|
|
2688 free_frame_subwindow_instance_cache. finalize all instances rather
|
|
|
2689 than just those in the display cache.
|
|
|
2690 (finalize_all_subwindow_instances): walk windows unmapping and
|
|
|
2691 finalizing subwindows.
|
|
|
2692 (unmap_subwindow_instance_cache_mapper): moved from
|
|
|
2693 window.c. Allow finalization as well as unmapping.
|
|
|
2694
|
|
|
2695 * gui.c (gui_item_list_find_selected): new function.
|
|
|
2696
|
|
|
2697 * gui.h (gui_item_list_find_selected): declare.
|
|
|
2698
|
|
|
2699 * glyphs-x.c (x_tab_control_redisplay): pick tab
|
|
|
2700 explicitly. Re-code to use gui_item_equal_sans_selected and
|
|
|
2701 gui_item_list_find_selected.
|
|
|
2702
|
|
|
2703 * glyphs-x.h: add lwlib-utils.h
|
|
|
2704
|
|
|
2705 * buffer.c (Frecord_buffer): undo previous change.
|
|
|
2706
|
|
|
2707 2000-08-09 Vin Shelton <acs@xemacs.org>
|
|
|
2708
|
|
|
2709 * config.h.in, s/gnu.h, s/hpux.h, s/linux.h: Use UNIX98 PTYs if
|
|
|
2710 possible. Create temporary files more securely. The patch was
|
|
|
2711 generated by Torsten Duwe <duwe@caldera.de>, Florian Weimer
|
|
|
2712 <Florian.Weimer@RUS.Uni-Stuttgart.DE> and Olaf Kirch. See
|
|
|
2713 http://www.xemacs.org/list-archives/xemacs-patches/200007/msg00123.html
|
|
|
2714 for details.
|
|
|
2715
|
|
|
2716 2000-08-07 Ben Wing <ben@xemacs.org>
|
|
|
2717
|
|
|
2718 * getloadavg.c: remove duplicate (and windows-breaking)
|
|
|
2719 includes of fcntl.h and sys/file.h.
|
|
|
2720
|
|
|
2721 * nt.c: remove duplicate getloadavg() definition.
|
|
|
2722
|
|
|
2723 * sysdll.h (Qdll_filename_encoding): add missing stand-in
|
|
|
2724 encodings.
|
|
|
2725
|
|
|
2726 2000-08-07 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
2727
|
|
|
2728 * eval.c (function_argcount): If function needs to be autoloaded
|
|
|
2729 actually use the loaded definition.
|
|
|
2730 GCPRO function.
|
|
|
2731
|
|
|
2732 2000-08-05 Ben Wing <ben@xemacs.org>
|
|
|
2733
|
|
|
2734 * getloadavg.c: add prototype for getloadavg(). remove
|
|
|
2735 duplicate WIN32_NATIVE/CYGWIN code (already in the middle
|
|
|
2736 of the code). remove duplicate header includes.
|
|
|
2737
|
|
|
2738 * s\cygwin32.h, s\mingw32.h: remove stray NO_ARG_ARRAY.
|
|
446
|
2739
|
|
442
|
2740 * s\cygwin32.h, s\mingw32.h, m\windowsnt.h:
|
|
|
2741 don't define LOAD_AVE_TYPE/LOAD_AVE_CVT because we have no
|
|
|
2742 useful load average.
|
|
|
2743
|
|
|
2744 * alloc.c (reinit_alloc_once_early): removed references to
|
|
|
2745 VIRT_ADDR_VARIES, malloc_sbrk_used/free, and data-bytes-used/free.
|
|
|
2746 the lisp vars are the only things referencing the malloc_sbrk_*
|
|
|
2747 vars, and they were already if 0'd out. these vars only exist
|
|
|
2748 in the older malloc.c, which is basically unused, and they're
|
|
|
2749 only for informational purposes.
|
|
|
2750
|
|
|
2751 * m\*.h: removed useless VIRT_ADDR_VARIES.
|
|
|
2752
|
|
|
2753 * m\powerpc.h: removed stray NO_ARG_ARRAY.
|
|
|
2754
|
|
|
2755 2000-04-26 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
2756
|
|
|
2757 * redisplay-msw.c (mswindows_output_dibitmap): Set foreground
|
|
|
2758 color if the image is a mono pixmap.
|
|
|
2759
|
|
|
2760 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
|
2761
|
|
|
2762 * Makefile.in.in (release):
|
|
|
2763 Remove stray @.
|
|
446
|
2764
|
|
442
|
2765 * buffer.c (directory_is_current_directory):
|
|
|
2766 * dired-msw.c (mswindows_get_files):
|
|
|
2767 * dired.c:
|
|
|
2768 * dired.c (Fdirectory_files):
|
|
|
2769 * dired.c (file_name_completion_stat):
|
|
|
2770 * dired.c (Ffile_attributes):
|
|
|
2771 [[[[1]]]]: Rename stat() -> xemacs_stat() and eliminate nasty
|
|
|
2772 preprocessor tricks, to avoid problems on some machines
|
|
|
2773 (e.g. SCO).
|
|
|
2774
|
|
|
2775 * callproc.c (egetenv): GC docs.
|
|
446
|
2776
|
|
442
|
2777 * console-msw.h:
|
|
|
2778 * console-msw.h (struct mswindows_dialog_id):
|
|
|
2779 * lrecord.h (lrecord_type):
|
|
|
2780 New object for use with MSW dialogs.
|
|
446
|
2781
|
|
442
|
2782 * console.h (struct console_methods):
|
|
|
2783 New enable/disable frame methods, for proper modal dialogs.
|
|
446
|
2784
|
|
442
|
2785 * device-msw.c (msprinter_default_printer): Fix to follow
|
|
|
2786 proper Mule conventions.
|
|
446
|
2787
|
|
442
|
2788 * device-msw.c:
|
|
|
2789 * device-msw.c (signal_open_printer_error):
|
|
|
2790 * device-msw.c (msprinter_init_device):
|
|
|
2791 * device-msw.c (ensure_not_printing):
|
|
|
2792 * device-msw.c (plist_get_margin):
|
|
|
2793 * device-msw.c (Fmsprinter_select_settings):
|
|
|
2794 * device-msw.c (finalize_devmode):
|
|
|
2795 * device-msw.c (Fmsprinter_settings_despecialize):
|
|
|
2796 * device-msw.c (signal_enum_priner_error):
|
|
|
2797 * extents.c (decode_extent):
|
|
|
2798 * extents.c (decode_map_extents_flags):
|
|
|
2799 * extents.c (decode_extent_at_flag):
|
|
|
2800 * extents.c (Fextent_at):
|
|
|
2801 * extents.c (Fextents_at):
|
|
|
2802 * extents.c (symbol_to_glyph_layout):
|
|
|
2803 [[[[2]]]] Use structured errors.
|
|
446
|
2804
|
|
442
|
2805 * dialog-msw.c:
|
|
|
2806 * dialog-msw.c (mswindows_is_dialog_msg):
|
|
|
2807 * dialog-msw.c (mark_mswindows_dialog_id):
|
|
|
2808 * dialog-msw.c (dialog_proc):
|
|
|
2809 * dialog-msw.c (handle_question_dialog_box):
|
|
|
2810 * dialog-msw.c (syms_of_dialog_mswindows):
|
|
|
2811 Define new object to clean up marking; use it as a dialog identifier.
|
|
|
2812 Call new delete-dialog-box-hook.
|
|
446
|
2813
|
|
442
|
2814 * dialog-x.c (dbox_selection_callback):
|
|
|
2815 * dialog-x.c (dbox_descriptor_to_widget_value):
|
|
|
2816 * dialog-x.c (x_make_dialog_box_internal):
|
|
|
2817 Call new delete-dialog-box-hook.
|
|
|
2818 Return an id.
|
|
|
2819
|
|
|
2820 * dialog.c:
|
|
|
2821 * dialog.c (syms_of_dialog):
|
|
|
2822 * dialog.c (vars_of_dialog):
|
|
|
2823 Define new delete-dialog-box-hook, for use w/modal dialog boxes.
|
|
446
|
2824
|
|
442
|
2825 * eval.c:
|
|
|
2826 * eval.c (signal_call_debugger):
|
|
|
2827 when noninteractive, output stack traces on the console instead
|
|
|
2828 of in a (never-seen) buffer.
|
|
446
|
2829
|
|
442
|
2830 * eval.c (signal_type_error):
|
|
|
2831 * eval.c (invalid_argument_2):
|
|
|
2832 * lisp.h:
|
|
|
2833 new funs for use w/structured errors.
|
|
446
|
2834
|
|
442
|
2835 * event-Xt.c:
|
|
|
2836 * event-Xt.c (x_to_emacs_keysym):
|
|
|
2837 * event-Xt.c (describe_event):
|
|
|
2838 * event-Xt.c (emacs_Xt_event_handler):
|
|
|
2839 * event-Xt.c (vars_of_event_Xt):
|
|
|
2840 * event-msw.c:
|
|
|
2841 * event-msw.c (mswindows_wnd_proc):
|
|
|
2842 * event-msw.c (vars_of_event_mswindows):
|
|
|
2843 rename {x,mswindows}-debug-events to debug-{}-events for
|
|
|
2844 consistency with other debug-foo variables.
|
|
446
|
2845
|
|
442
|
2846 * event-stream.c:
|
|
|
2847 document next-event more clearly.
|
|
446
|
2848
|
|
442
|
2849 * fileio.c (Ffile_name_directory):
|
|
|
2850 * fileio.c (Ffile_name_nondirectory):
|
|
|
2851 * fileio.c (Funhandled_file_name_directory):
|
|
|
2852 * fileio.c (file_name_as_directory):
|
|
|
2853 * fileio.c (Ffile_name_as_directory):
|
|
|
2854 * fileio.c (directory_file_name):
|
|
|
2855 * fileio.c (Fdirectory_file_name):
|
|
|
2856 * fileio.c (Fmake_temp_name):
|
|
|
2857 * fileio.c (Ffile_truename):
|
|
|
2858 * fileio.c (Fsubstitute_in_file_name):
|
|
|
2859 * fileio.c (expand_and_dir_to_file):
|
|
|
2860 * fileio.c (barf_or_query_if_file_exists):
|
|
|
2861 * fileio.c (check_executable):
|
|
|
2862 * fileio.c (Ffile_exists_p):
|
|
|
2863 * fileio.c (Ffile_writable_p):
|
|
|
2864 * fileio.c (Ffile_directory_p):
|
|
|
2865 * fileio.c (Ffile_regular_p):
|
|
|
2866 * fileio.c (Ffile_modes):
|
|
|
2867 * fileio.c (Ffile_newer_than_file_p):
|
|
|
2868 * fileio.c (Fverify_visited_file_modtime):
|
|
|
2869 * fileio.c (Fset_visited_file_modtime):
|
|
|
2870 * fileio.c (auto_save_1):
|
|
|
2871 (1). (2).
|
|
|
2872 fix up gcpro's.
|
|
446
|
2873
|
|
442
|
2874 * frame-msw.c:
|
|
|
2875 * frame-msw.c (mswindows_init_frame_1):
|
|
|
2876 * frame-msw.c (mswindows_enable_frame):
|
|
|
2877 * frame-msw.c (error_frame_unsizable):
|
|
|
2878 * frame-msw.c (msprinter_init_frame_1):
|
|
|
2879 * frame-msw.c (msprinter_init_frame_3):
|
|
|
2880 * frame-msw.c (console_type_create_frame_mswindows):
|
|
|
2881 (2).
|
|
|
2882 implement new enable/disable frame methods.
|
|
446
|
2883
|
|
442
|
2884 * frame-x.c:
|
|
|
2885 * frame-x.c (x_enable_frame):
|
|
|
2886 * frame-x.c (console_type_create_frame_x):
|
|
|
2887 implement new enable/disable frame methods.
|
|
446
|
2888
|
|
442
|
2889 * frame.c:
|
|
|
2890 * frame.c (Fdisable_frame):
|
|
|
2891 * frame.c (syms_of_frame):
|
|
|
2892 * frame.h (struct frame):
|
|
|
2893 implement new enable/disable frame methods/functions.
|
|
446
|
2894
|
|
442
|
2895 * general-slots.h:
|
|
|
2896 add initial-focus.
|
|
446
|
2897
|
|
442
|
2898 * glyphs-msw.c (mswindows_widget_instantiate):
|
|
|
2899 comment that initial-focus should be implemented.
|
|
446
|
2900
|
|
442
|
2901 * glyphs-widget.c:
|
|
|
2902 * glyphs-widget.c (check_valid_instantiator):
|
|
|
2903 * glyphs-widget.c (check_valid_orientation):
|
|
|
2904 * glyphs-widget.c (check_valid_tab_orientation):
|
|
|
2905 * glyphs-widget.c (check_valid_justification):
|
|
|
2906 * glyphs-widget.c (check_valid_border):
|
|
|
2907 * glyphs-widget.c (check_valid_callback):
|
|
|
2908 * glyphs-widget.c (check_valid_int_or_function):
|
|
|
2909 * glyphs-widget.c (check_valid_string_or_vector):
|
|
|
2910 * glyphs-widget.c (check_valid_item_list_1):
|
|
|
2911 * glyphs-widget.c (widget_validate):
|
|
|
2912 * glyphs-widget.c (combo_box_validate):
|
|
|
2913 * glyphs-widget.c (widget_instantiate):
|
|
|
2914 * glyphs-widget.c (syms_of_glyphs_widget):
|
|
|
2915 * glyphs-widget.c (VALID_WIDGET_KEYWORDS):
|
|
|
2916 * glyphs-widget.c (image_instantiator_combo_box):
|
|
|
2917 * glyphs-widget.c (image_instantiator_scrollbar):
|
|
|
2918 * glyphs-widget.c (image_instantiator_tab_control):
|
|
|
2919 * glyphs-widget.c (VALID_LAYOUT_KEYWORDS):
|
|
|
2920 (2).
|
|
|
2921 support (unimplemented) keyword initial-focus.
|
|
|
2922 reindent long macros.
|
|
446
|
2923
|
|
442
|
2924 * glyphs-x.c (x_redisplay_widget):
|
|
|
2925 * glyphs-x.c (x_button_instantiate):
|
|
|
2926 * glyphs-x.c (x_button_redisplay):
|
|
|
2927 * glyphs-x.c (x_progress_gauge_instantiate):
|
|
|
2928 * glyphs-x.c (x_edit_field_instantiate):
|
|
|
2929 * glyphs-x.c (x_combo_box_instantiate):
|
|
|
2930 * glyphs-x.c (x_tab_control_instantiate):
|
|
|
2931 * glyphs-x.c (x_label_instantiate):
|
|
|
2932 * gui-x.c:
|
|
|
2933 * gui-x.c (button_item_to_widget_value):
|
|
|
2934 * gui-x.c (gui_items_to_widget_values_1):
|
|
|
2935 * gui-x.c (gui_item_children_to_widget_values):
|
|
|
2936 * gui-x.c (gui_items_to_widget_values):
|
|
|
2937 * gui-x.h:
|
|
|
2938 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
|
2939 add new flag to gui-parsing routines to indicate whether
|
|
|
2940 accelerator specs should be supported.
|
|
446
|
2941
|
|
442
|
2942 * glyphs.c (syms_of_glyphs): use DEFSYMBOL.
|
|
446
|
2943
|
|
442
|
2944 * glyphs.h (struct Lisp_Image_Instance):
|
|
|
2945 * glyphs.h (IMAGE_INSTANCE_WANTS_INITIAL_FOCUS):
|
|
|
2946 add initial-focus flag.
|
|
446
|
2947
|
|
442
|
2948 * gui.c:
|
|
|
2949 * gui.c (syms_of_gui):
|
|
|
2950 * gui.c (vars_of_gui):
|
|
|
2951 clean up menu-no-selection-hook.
|
|
446
|
2952
|
|
442
|
2953 * gui.h:
|
|
|
2954 support delete-dialog-box-hook.
|
|
446
|
2955
|
|
442
|
2956 * lread.c (Fload_internal):
|
|
|
2957 * lread.c (locate_file_in_directory_mapper):
|
|
|
2958 (1).
|
|
446
|
2959
|
|
442
|
2960 * lrecord.h:
|
|
|
2961 * lrecord.h (struct toolbar_button):
|
|
|
2962 * lrecord.h (syms_of_toolbar):
|
|
|
2963 document how to create a new object.
|
|
446
|
2964
|
|
442
|
2965 * menubar-msw.c (mswindows_char_is_accelerator):
|
|
|
2966 may be called on frames w/o menus.
|
|
|
2967
|
|
|
2968 * menubar.c (vars_of_menubar):
|
|
|
2969 clean up :filter docs.
|
|
446
|
2970
|
|
442
|
2971 * nt.c (readdir):
|
|
|
2972 * ntproc.c:
|
|
|
2973 (1).
|
|
446
|
2974
|
|
442
|
2975 * process-nt.c:
|
|
|
2976 * process-nt.c (validate_signal_number):
|
|
|
2977 * process-nt.c (signal_cannot_launch):
|
|
|
2978 * process-nt.c (nt_create_process):
|
|
|
2979 * process-nt.c (nt_send_process):
|
|
|
2980 * process-nt.c (nt_kill_child_process):
|
|
|
2981 * process-nt.c (nt_open_network_stream):
|
|
|
2982 * process-nt.c (syms_of_process_nt):
|
|
|
2983 (2).
|
|
|
2984 delete quote-handling. call new lisp code that does it better.
|
|
446
|
2985
|
|
442
|
2986 * process-unix.c (connect_to_file_descriptor):
|
|
|
2987 * process-unix.c (allocate_pty):
|
|
|
2988 * process-unix.c (unix_send_process):
|
|
|
2989 * process-unix.c (unix_kill_child_process):
|
|
|
2990 * process-unix.c (unix_open_network_stream):
|
|
|
2991 * process-unix.c (unix_open_multicast_group):
|
|
|
2992 (1). (2).
|
|
446
|
2993
|
|
442
|
2994 * process.c:
|
|
|
2995 * process.c (Fstart_process_internal):
|
|
|
2996 (2). need to canonicalize process path even if absolute.
|
|
446
|
2997
|
|
442
|
2998 * select-msw.c (symbol_to_ms_cf):
|
|
|
2999 * select-msw.c (ms_cf_to_symbol):
|
|
|
3000 * select-msw.c (cf_is_autofreed):
|
|
|
3001 * select-msw.c (mswindows_destroy_selection):
|
|
|
3002 * select.c:
|
|
|
3003 * select.c (syms_of_select):
|
|
|
3004 * select.h:
|
|
|
3005 support dibv5, fix bugs. (from Mike Alexander)
|
|
446
|
3006
|
|
442
|
3007 * select.c (Fget_selection_internal):
|
|
|
3008 * select.c (select_convert_out):
|
|
446
|
3009
|
|
442
|
3010 * sysdep.c:
|
|
|
3011 * sysdep.c (xemacs_stat):
|
|
|
3012 renamed.
|
|
446
|
3013
|
|
442
|
3014 * sysdep.c (mkdir):
|
|
|
3015 * sysdep.c (rmdir):
|
|
|
3016 but keep original stat() here because we provide encapsulation
|
|
|
3017 around these funs.
|
|
446
|
3018
|
|
442
|
3019 * sysfile.h:
|
|
|
3020 * sysfile.h (fstat):
|
|
|
3021 remove stat garbage.
|
|
446
|
3022
|
|
442
|
3023 * syswindows.h:
|
|
|
3024 fix X/MSW conflict.
|
|
|
3025 don't include tchar.h. it's inappropriate because it makes
|
|
|
3026 compile-time distinctions when we want runtime distinctions.
|
|
|
3027 (we provide our own tchar replacements)
|
|
446
|
3028
|
|
442
|
3029 * toolbar.c:
|
|
|
3030 use default object printer for toolbar-button.
|
|
446
|
3031
|
|
442
|
3032 * unexcw.c:
|
|
|
3033 make sure we don't encapsulate.
|
|
446
|
3034
|
|
442
|
3035 * window.c (vars_of_window):
|
|
|
3036 emphasize that temp-buffer-show-hook is obsolete.
|
|
|
3037
|
|
|
3038 2000-08-05 Martin Buchholz <martin@xemacs.org>
|
|
|
3039
|
|
|
3040 * glyphs.c (image_instance_hash): HASH2 wants EMACS_INT args.
|
|
|
3041 (Fimage_instance_subwindow_id): make_int wants EMACS_INT arg.
|
|
|
3042
|
|
446
|
3043 * events.c (Fevent_timestamp_lessp):
|
|
442
|
3044 Not 64-bit clean. Use EMACS_INT, not int.
|
|
|
3045
|
|
|
3046 2000-06-05 Andrew Begel <abegel@cs.berkeley.edu>
|
|
|
3047
|
|
|
3048 * lrecord.h (lrecord_types): Changed lrecord_type_count to an
|
|
|
3049 unsigned int and changed the last enum to
|
|
446
|
3050 lrecord_type_last_built_in_type.
|
|
442
|
3051 (lrecord_implementations_table): changed prototype to know how
|
|
446
|
3052 long the array is supposed to be.
|
|
442
|
3053 (lrecord_type_count): new unsigned int to keep track of the
|
|
|
3054 current number of lisp lrecord types.
|
|
|
3055 (DEFINE_EXTERNAL_LRECORD):
|
|
|
3056 (DECLARE_EXTERNAL_LRECORD): Added these two for external
|
|
|
3057 dynamic-modules to declare new lisp types. They are the same
|
|
|
3058 as the non-EXTERNAL forms, but declare an lrecord_type unsigned
|
|
|
3059 int for each new type, and increment lrecord_type_count by 1.
|
|
|
3060
|
|
|
3061 * alloc.c (lrecord_implementations_table): Changed to reference
|
|
|
3062 lrecord_type_last_built_in_type for the size of the array.
|
|
|
3063 Moved MODULE_DEFINABLE_TYPE_COUNT to lrecord.h.
|
|
|
3064
|
|
|
3065 2000-08-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3066
|
|
|
3067 * glyphs.h (check_valid_item_list): Renamed from
|
|
|
3068 check_valid_item_list_1.
|
|
|
3069
|
|
|
3070 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
3071
|
|
|
3072 * select.c (Qselect_coerce): New.
|
|
|
3073 * select.c (Vselection_coercion_alist): New.
|
|
|
3074 * select.c (syms_of_select): Declare.
|
|
|
3075 * select.c (get-selection-internal): Use it.
|
|
|
3076 Use the new select-coerce functionality.
|
|
|
3077
|
|
|
3078 * select.c (select_coerce): New.
|
|
|
3079 * select.h (select_coerce): Declare.
|
|
|
3080 New function to coerce one type of data into another.
|
|
|
3081
|
|
|
3082 2000-08-03 Martin Buchholz <martin@xemacs.org>
|
|
|
3083
|
|
446
|
3084 * callproc.c (Fcall_process_internal):
|
|
|
3085 (Fcall_process_internal):
|
|
442
|
3086 * process-unix.c (unix_create_process):
|
|
|
3087 Save and restore the value of errno, so that error messages are accurate.
|
|
|
3088
|
|
|
3089 2000-08-01 Martin Buchholz <martin@xemacs.org>
|
|
|
3090
|
|
446
|
3091 * elhash.c (print_hash_table):
|
|
442
|
3092 Fix printing of hash tables to also use `key-and-value' instead of `t'.
|
|
|
3093 Prettify docstrings and indentation.
|
|
|
3094
|
|
|
3095 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3096
|
|
|
3097 * window.c (Fwindow_pixel_edges): Subtract frame border and
|
|
|
3098 gutter size.
|
|
|
3099
|
|
|
3100 2000-07-31 Andy Piper <andy@xemacs.org>
|
|
|
3101
|
|
|
3102 * buffer.c (Frecord_buffer): make absolutely sure that redisplay
|
|
|
3103 will acknowledge the change.
|
|
|
3104
|
|
|
3105 * glyphs.h: declare tab_control_order_only_changed.
|
|
|
3106
|
|
|
3107 * glyphs-x.c (x_tab_control_redisplay): use
|
|
|
3108 tab_control_order_only_changed.
|
|
|
3109
|
|
|
3110 * glyphs-widget.c (tab_control_order_only_changed): new function.
|
|
|
3111
|
|
|
3112 * glyphs-msw.c (mswindows_tab_control_redisplay): use
|
|
|
3113 tab_control_order_only_changed.
|
|
|
3114
|
|
|
3115 * gui.c (gui_item_equal_sans_selected): new function.
|
|
|
3116 (gui_item_equal): use it.
|
|
|
3117
|
|
|
3118 * glyphs-msw.c (mswindows_combo_box_instantiate): deprecate
|
|
|
3119 :properties in favor of :items..
|
|
|
3120
|
|
|
3121 * glyphs-widget.c (check_valid_item_list): rename from
|
|
|
3122 check_valid_item_list_1.
|
|
|
3123 (check_valid_item_list_1): renamed.
|
|
|
3124 (combo_box_validate): deprecate :properties in favor of :items.
|
|
|
3125 (widget_instantiate): ditto.
|
|
|
3126 (tab_control_update): ditto.
|
|
|
3127 (image_instantiator_combo_box): ditto.
|
|
|
3128 (image_instantiator_tree_view): ditto.
|
|
|
3129 (image_instantiator_tab_control): ditto.
|
|
|
3130 (layout_post_instantiate): remove dead code.
|
|
|
3131
|
|
|
3132 * print.c (debug_print_no_newline): only write to debugger if in
|
|
|
3133 WIN32_NATIVE.
|
|
|
3134
|
|
|
3135 * elhash.c (Fmake_hash_table): update doc string.
|
|
|
3136
|
|
|
3137 * event-msw.c (mswindows_wnd_proc): don't allow processing of
|
|
|
3138 messages whilst in GC. This at least stops XEmacs crashing but has
|
|
|
3139 the potential for wierd behaviour.
|
|
|
3140
|
|
|
3141 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
|
3142
|
|
|
3143 * config.h.in:
|
|
|
3144 Make existence of s&m files optional.
|
|
446
|
3145
|
|
442
|
3146 * s/bsd386.h: Remove HAVE_GETLOADAVG.
|
|
|
3147 * s/freebsd.h: Remove HAVE_GETLOADAVG.
|
|
|
3148 * s/gnu.h: Remove HAVE_GETLOADAVG.
|
|
|
3149 * s/netbsd.h: Remove HAVE_GETLOADAVG.
|
|
|
3150 * s/sol2.h: Remove HAVE_GETLOADAVG.
|
|
|
3151 * lisp.h: Remove getloadavg() declaration.
|
|
|
3152 * fns.c:
|
|
|
3153 Include <sys/loadavg.h> if available.
|
|
|
3154 Don't declare our own getloadavg() if HAVE_GETLOADAVG.
|
|
|
3155 * config.h.in: Group together getloadavg()-related macros.
|
|
|
3156 Use only configure-time tests to detect getloadavg().
|
|
|
3157
|
|
|
3158 2000-07-30 Martin Buchholz <martin@xemacs.org>
|
|
|
3159
|
|
|
3160 * Makefile.in.in (TransientEmacsShell.o): Fix race condition.
|
|
|
3161
|
|
|
3162 2000-07-25 Andy Piper <andy@xemacs.org>
|
|
|
3163
|
|
|
3164 * syswindows.h: add tchar.h for native builds.
|
|
|
3165
|
|
|
3166 * frame.c (syms_of_frame): remove set-glyph-image.
|
|
|
3167
|
|
|
3168 * general-slots.h: add Qset_glyph_image.
|
|
|
3169
|
|
|
3170 * glyphs-widget.c (layout_update): add domain arg to
|
|
|
3171 set-glyph-image.
|
|
|
3172 (syms_of_glyphs_widget): remove set-glyph-image.
|
|
|
3173
|
|
|
3174 2000-07-23 Ben Wing <ben@xemacs.org>
|
|
|
3175
|
|
|
3176 * dialog-msw.c (vars_of_dialog_mswindows): need to staticpro
|
|
|
3177 Vpopup_frame_list.
|
|
|
3178
|
|
|
3179 2000-07-22 Andy Piper <andy@xemacs.org>
|
|
|
3180
|
|
|
3181 * symsinit.h: add syms_of_win32().
|
|
|
3182
|
|
|
3183 * gui-msw.c (syms_of_gui_mswindows): remove
|
|
|
3184 Fmswindows_shell_execute.
|
|
|
3185 (Fmswindows_shell_execute): moved to win32.c.
|
|
|
3186
|
|
|
3187 * emacs.c (main_1): add syms_of_win32 ().
|
|
|
3188
|
|
|
3189 * win32.c (init_potentially_nonexistent_functions): rewrite in
|
|
|
3190 compiler-friendly terms.
|
|
|
3191 (Fmswindows_shell_execute): move here from gui-msw.c.
|
|
|
3192 (syms_of_win32): new.
|
|
|
3193
|
|
|
3194 * device-msw.c (Fmswindows_printer_list): clean up args to
|
|
|
3195 EnumPrinters.
|
|
|
3196 Don't include tchar under cygwin or mingw.
|
|
|
3197 (msprinter_default_printer): make cygwin-friendly.
|
|
|
3198
|
|
|
3199 2000-07-21 Andy Piper <andy@xemacs.org>
|
|
|
3200
|
|
|
3201 * glyphs-widget.c (image_instantiator_tree_view): use tab
|
|
|
3202 control's update function.
|
|
|
3203 (layout_property): new function. Retrieve items.
|
|
|
3204
|
|
|
3205 * glyphs-msw.c (mswindows_tree_view_redisplay): new
|
|
|
3206 function. Re-populate the tree view from the pending items.
|
|
|
3207
|
|
|
3208 * glyphs.c (instantiate_image_instantiator): Make sure the domain
|
|
|
3209 is designated the parent if the domain is an image instance. This
|
|
|
3210 is needed so that dirtiness can be cascade up the hierarchy and
|
|
|
3211 thus for layout children to be redisplayed correctly.
|
|
|
3212 (allocate_image_instance): rename glyph -> parent.
|
|
|
3213
|
|
|
3214 * redisplay.h: change redisplay_output_layout signature.
|
|
|
3215
|
|
|
3216 * redisplay-msw.c (mswindows_output_display_block): use domain
|
|
|
3217 arg.
|
|
|
3218
|
|
|
3219 * redisplay-x.c (x_output_display_block): use domain arg.
|
|
|
3220
|
|
|
3221 2000-07-10 Andy Piper <andy@xemacs.org>
|
|
|
3222
|
|
|
3223 * window.c (Fset_window_configuration): add comment.
|
|
|
3224
|
|
446
|
3225 * redisplay-output.c (compare_runes):
|
|
442
|
3226 (redisplay_output_subwindow): redisplay rather than update subwindow.
|
|
|
3227 (redisplay_output_layout): ditto.
|
|
|
3228
|
|
|
3229 * redisplay-msw.c (mswindows_frame_output_end):
|
|
|
3230 (mswindows_frame_output_end): make defer window pos optional.
|
|
|
3231
|
|
|
3232 * lisp.h: add Flast.
|
|
|
3233
|
|
|
3234 * glyphs.h (struct image_instantiator_methods): add dest_mask top
|
|
|
3235 normalize method. Change update method to be for changed
|
|
|
3236 instantiators. Add redisplay method. Change signature of layout
|
|
|
3237 method.
|
|
|
3238 (struct Lisp_Image_Instance): add instantiator.
|
|
|
3239 (IMAGE_INSTANCE_INSTANTIATOR): new.
|
|
|
3240 (IMAGE_INSTANCE_SUBWINDOW_FACE): new.
|
|
|
3241 (XIMAGE_INSTANCE_INSTANTIATOR): new.
|
|
|
3242 (XIMAGE_INSTANCE_SUBWINDOW_FACE): new.
|
|
|
3243
|
|
|
3244 * glyphs.c:
|
|
|
3245 (find_instantiator_differences): new function.
|
|
|
3246 (Fset_instantiator_property): new convenience function.
|
|
|
3247 (check_image_instance_structure): strictly check for vector
|
|
|
3248 instantiators.
|
|
|
3249 (normalize_image_instantiator): make non-static.
|
|
|
3250 (instantiate_image_instantiator): pass on dest_mask and use new
|
|
|
3251 signatures for image_instance_layout and friends.
|
|
|
3252 (mark_image_instance): mark the instantiator. Mark the subwindow
|
|
|
3253 face not the widget face.
|
|
|
3254 (image_instance_equal): add instantiator.
|
|
|
3255 (image_instance_hash): ditto.
|
|
|
3256 (allocate_image_instance): ditto.
|
|
|
3257 (Fset_image_instance_property): removed.
|
|
|
3258 (Fimage_instance_file_name): ditto.
|
|
|
3259 (Fcolorize_image_instance): ditto.
|
|
|
3260 (image_instance_layout): add offsets to be set.
|
|
|
3261 (update_image_instance): new function. update an image instance
|
|
|
3262 from its changed instantiator.
|
|
|
3263 (inherit_normalize): add dest_mask.
|
|
|
3264 (xbm_normalize): ditto.
|
|
|
3265 (xface_normalize): ditto.
|
|
|
3266 (xpm_normalize): ditto.
|
|
|
3267 (text_update): set_property -> update.
|
|
|
3268 (image_instantiate): use the glyph identity as a hash key, not the
|
|
|
3269 instantiator.
|
|
|
3270 (glyph_width): use new image_instance_layout signature.
|
|
|
3271 (glyph_ascent): ditto.
|
|
|
3272 (glyph_descent): ditto.
|
|
|
3273 (glyph_height): ditto.
|
|
|
3274 (glyph_query_geometry): ressurrect.
|
|
|
3275 (glyph_layout): ditto.
|
|
|
3276 (redisplay_subwindow): update -> redisplay.
|
|
|
3277 (syms_of_glyphs): add Fset_instantiator_property.
|
|
|
3278 (image_instantiator_format_create): set_property -> update.
|
|
|
3279
|
|
|
3280 * glyphs-x.c:
|
|
|
3281 (autodetect_normalize): add dest_maks to signature.
|
|
|
3282 (x_redisplay_subwindow): update -> redisplay.
|
|
|
3283 (x_redisplay_widget): ditto.
|
|
|
3284 (x_button_redisplay): ditto.
|
|
|
3285 (x_progress_gauge_redisplay): ditto.
|
|
|
3286 (x_tab_control_redisplay): ditto. Rewrite to cope with changed
|
|
|
3287 stacking order.
|
|
|
3288 (console_type_create_glyphs_x): update -> redisplay.
|
|
|
3289 (image_instantiator_format_create_glyphs_x): ditto.
|
|
|
3290
|
|
|
3291 * glyphs-widget.c:
|
|
|
3292 (check_valid_instantiator): disallow glyphs in the instantiator,
|
|
|
3293 they must now be vectors.
|
|
|
3294 (check_valid_instantiator_list): ditto.
|
|
|
3295 (glyph_instantiator_to_glyph): use internal symbol rather than
|
|
|
3296 intern.
|
|
|
3297 (widget_update): renamed from widget_set_property. Call cascaded
|
|
|
3298 update methods.
|
|
|
3299 (redisplay_widget): renamed from update_widget.
|
|
|
3300 (widget_layout): image_instance_layout now takes position as well
|
|
|
3301 as size.
|
|
|
3302 (widget_normalize): ditto.
|
|
|
3303 (widget_instantiate): ditto.
|
|
|
3304 (tab_control_query_geometry) ditto.:
|
|
|
3305 (tab_control_update): renamed from tab_control_set_property.
|
|
|
3306 (progress_gauge_update): set_property -> update.
|
|
|
3307 (layout_normalize): rewrite so that child instantiators are
|
|
|
3308 normalized also.
|
|
|
3309 (layout_update): new function. Create glyphs from the normalized
|
|
|
3310 children and cope with any other layout keywords. We do not
|
|
|
3311 instantiate children here that will be take care of by
|
|
|
3312 redisplay_output_layout.
|
|
|
3313 (layout_instantiate): call layout_update and not much else.
|
|
|
3314 (layout_post_instantiate): not sure whether this is needed
|
|
|
3315 anymore.
|
|
|
3316 (layout_query_geometry): query glyph geometry rather than
|
|
|
3317 image_instance geometry.
|
|
|
3318 (layout_layout): set offsets from pass in parameters. Use glyph
|
|
|
3319 geometry and layout functions rather than image instance ones.
|
|
|
3320 (native_layout_layout): ditto.
|
|
|
3321 (syms_of_glyphs_widget): add make-glyph and set-glyph-image.
|
|
|
3322 (image_instantiator_widget): set_property -> update.
|
|
|
3323 (image_instantiator_buttons): ditto.
|
|
|
3324 (image_instantiator_progress_guage): ditto.
|
|
|
3325 (image_instantiator_tab_control): ditto.
|
|
|
3326 (VALID_LAYOUT_KEYWORDS): instantiators must now be vectors.
|
|
|
3327 (image_instantiator_layout): add update method.
|
|
|
3328
|
|
|
3329 * glyphs-msw.c (bmp_normalize):
|
|
|
3330 (mswindows_resource_normalize): add dest_mask so that it can be
|
|
|
3331 proprogated by layout_normalize.
|
|
|
3332 (begin_defer_window_pos): make optional because it may not be the
|
|
|
3333 right thing to do and it introduces differences with X.
|
|
|
3334 (mswindows_unmap_subwindow): ditto.
|
|
|
3335 (mswindows_map_subwindow): ditto.
|
|
|
3336 (mswindows_redisplay_subwindow): renamed from
|
|
|
3337 mswindows_update_subwindow.
|
|
|
3338 (mswindows_redisplay_widget): ditto.
|
|
|
3339 (mswindows_button_redisplay): renamed from
|
|
|
3340 mswindows_button_update. Update is now what the instantiation
|
|
|
3341 function does for a changed instantiator.
|
|
|
3342 (mswindows_progress_gauge_instantiate): set the progress value
|
|
|
3343 here if appropriate.
|
|
|
3344 (mswindows_tab_control_redisplay): cope with re-ordering of the
|
|
|
3345 members of the tab widget by simply selecting the new top
|
|
|
3346 widget. This makes things appear ok if you click on a tab.
|
|
|
3347 (mswindows_combo_box_instantiate): image_instance_layout now takes
|
|
|
3348 position as well as size.
|
|
|
3349 (mswindows_progress_gauge_redisplay): renamed from
|
|
|
3350 mswindows_progress_gauge_update.
|
|
|
3351 (console_type_create_glyphs_mswindows): fix update -> redisplay.
|
|
|
3352 (image_instantiator_format_create_glyphs_mswindows): ditto.
|
|
|
3353
|
|
|
3354 * glyphs-eimage.c (jpeg_normalize):
|
|
|
3355 (gif_normalize):
|
|
|
3356 (png_normalize):
|
|
|
3357 (tiff_normalize): add dest_mask so that it can be proprogated by
|
|
|
3358 layout_normalize.
|
|
|
3359
|
|
|
3360 * elhash.c:
|
|
|
3361 (print_hash_table):
|
|
|
3362 (hash_table_weakness_validate):
|
|
|
3363 (decode_hash_table_weakness):
|
|
|
3364 (Fhash_table_weakness):
|
|
|
3365 (Fhash_table_type):
|
|
|
3366 (syms_of_elhash): use Ben's naming scheme for hashtable types..
|
|
|
3367
|
|
|
3368 * console.h (struct console_methods): move update_* to
|
|
|
3369 redisplay_*.
|
|
|
3370
|
|
|
3371 2000-07-20 Ben Wing <ben@xemacs.org>
|
|
|
3372
|
|
|
3373 * *.[ch] (XSETOBJ): remove unused middle argument.
|
|
|
3374 lisp-disunion.h: correct wrap_object() to one argument.
|
|
446
|
3375
|
|
442
|
3376 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
|
3377
|
|
|
3378 * s/cygwin32.h:
|
|
|
3379 * s/cygwin32.h (CYGWIN_CONV_PATH):
|
|
|
3380 Add missing logb prototype for v1.1.
|
|
|
3381 Use post-b20 names and alias to pre-b20 names when pre-b20.
|
|
|
3382
|
|
|
3383 * s/windowsnt.h: [5].
|
|
|
3384
|
|
|
3385 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
|
3386
|
|
|
3387 * Makefile.in.in (x_objs):
|
|
|
3388 * Makefile.in.in (sheap_objs):
|
|
|
3389 * Makefile.in.in (objs):
|
|
|
3390 added win32.o, cosmetic cleanups.
|
|
446
|
3391
|
|
442
|
3392 * alloc.c (Fmake_byte_code):
|
|
|
3393 [[[1]]]: Changes for new LIST_LOOP, EXTERNAL_LIST_LOOP,
|
|
|
3394 etc. macros which declare their own args now.
|
|
|
3395
|
|
|
3396 * alloc.c (syms_of_alloc):
|
|
|
3397 [[[2]]]: Use DEFSYMBOL, DEFKEYWORD, DEFERROR and friends.
|
|
|
3398
|
|
|
3399 * buffer.c:
|
|
|
3400 Moved buffer-dedicated-frame, set-buffer-dedicated-frame into lisp.
|
|
|
3401
|
|
|
3402 * buffer.c (Fget_file_buffer):
|
|
|
3403 Fixed GCPRO problem.
|
|
|
3404
|
|
|
3405 * buffer.c (get_truename_buffer):
|
|
|
3406 Fixed comment about GC checking.
|
|
|
3407
|
|
|
3408 * buffer.c (syms_of_buffer):
|
|
|
3409 Undeclared those dedicated frame funs.
|
|
|
3410 [2].
|
|
|
3411
|
|
|
3412 * buffer.h:
|
|
|
3413 Define convenience macros for internal/external conversions.
|
|
|
3414 [[[3]]]: Define codesys aliases Qcommand_argument_encoding
|
|
|
3415 and Qenvironment_variable_encoding for cleaner code.
|
|
|
3416
|
|
|
3417 * bufslots.h:
|
|
|
3418 Remove dedicated-frame; in lisp.
|
|
|
3419
|
|
|
3420 * bytecode.c (funcall_compiled_function):
|
|
|
3421 [1].
|
|
|
3422
|
|
|
3423 * bytecode.c (syms_of_bytecode):
|
|
|
3424 [2].
|
|
|
3425
|
|
|
3426 * console-msw.c:
|
|
|
3427 * console-msw.c (mswindows_show_console): Rewrote.
|
|
|
3428
|
|
|
3429 * console-msw.c (Fmswindows_debugging_output): New.
|
|
|
3430 Sends to OutputDebugString (special MSWin debugger interface).
|
|
|
3431
|
|
|
3432 * console-msw.c (Fmswindows_message_box):
|
|
|
3433 Fixed stupid bugs so it works when called from kill-emacs.
|
|
|
3434
|
|
|
3435 * console-msw.c (syms_of_console_mswindows):
|
|
|
3436 Declare Fmswindows_debugging_output.
|
|
|
3437
|
|
|
3438 * console-msw.h:
|
|
|
3439 New MSWin prototypes.
|
|
|
3440
|
|
|
3441 * console-msw.h (struct mswindows_frame):
|
|
|
3442 New entry last-click-mods for improved button-modifier support.
|
|
|
3443
|
|
|
3444 * console-msw.h (FRAME_MSWINDOWS_POPUP):
|
|
|
3445 New struct entry `popup' with corresponding accessor.
|
|
|
3446
|
|
|
3447 * console-x.c:
|
|
|
3448 * console-x.c (split_up_display_spec):
|
|
|
3449 * console-x.c (get_display_arg_connection):
|
|
|
3450 * console-x.c (x_semi_canonicalize_console_connection):
|
|
|
3451 * console-x.c (x_canonicalize_device_connection):
|
|
|
3452 [[[6]]]: Change char to more specific type.
|
|
|
3453 [[[8]]]: Make use of abstracting codesys aliases defined in [3], [4];
|
|
|
3454
|
|
|
3455 * console-x.c (x_semi_canonicalize_console_connection):
|
|
|
3456 * console-x.c (x_canonicalize_device_connection):
|
|
|
3457 [[[9]]]: Fix up error signalling to use new structured error system.
|
|
|
3458
|
|
|
3459 * console-x.h:
|
|
|
3460 [[[4]]]: Define codesys aliases:
|
|
|
3461 Qlwlib_encoding, Qx_atom_name_encoding, Qx_font_name_encoding,
|
|
|
3462 Qx_color_name_encoding, Qx_display_name_encoding.
|
|
|
3463
|
|
|
3464 * console.h (struct console_methods):
|
|
|
3465 New method make_dialog_box_internal supersedes older
|
|
|
3466 popup_dialog_box method.
|
|
|
3467
|
|
|
3468 * data.c:
|
|
|
3469 Define many new errors, part of new structured errors.
|
|
|
3470
|
|
|
3471 * data.c (init_errors_once_early):
|
|
|
3472 * data.c (syms_of_data):
|
|
|
3473 [2].
|
|
|
3474
|
|
|
3475 * device-msw.c (mswindows_init_device):
|
|
|
3476 [[[5]]]: Cleanup to support NT 3.51.
|
|
|
3477
|
|
|
3478 * device-msw.c (decode_devmode): Cleanup.
|
|
|
3479
|
|
|
3480 * device-msw.c (mswindows_handle_print_setup_dialog_box):
|
|
|
3481 * device-msw.c (mswindows_handle_print_dialog_box):
|
|
|
3482 * device-msw.c (mswindows_handle_page_setup_dialog_box):
|
|
|
3483 * device-msw.c (syms_of_device_mswindows):
|
|
|
3484 Delete the dialog box primitives recently introduced by Kirill and
|
|
|
3485 instead interface to general dialog box interface.
|
|
|
3486
|
|
|
3487 * device-x.c:
|
|
|
3488 * device-x.c (compute_x_app_name):
|
|
|
3489 * device-x.c (x_init_device):
|
|
|
3490 * device-x.c (Fx_valid_keysym_name_p):
|
|
|
3491 * device-x.c (Fx_set_font_path):
|
|
|
3492 [6].
|
|
|
3493 [7].
|
|
|
3494
|
|
|
3495 * device.h (wrap_device): New.
|
|
|
3496 First of its kind; meant to replace XSETDEVICE.
|
|
|
3497
|
|
|
3498 * dialog-msw.c: Many file-dialog symbols.
|
|
|
3499
|
|
|
3500 * dialog-msw.c (mswindows_register_popup_frame): New.
|
|
|
3501 * dialog-msw.c (mswindows_is_dialog_msg): New.
|
|
|
3502 For supporting kbd traversal in dialog boxes.
|
|
|
3503
|
|
|
3504 * dialog-msw.c (dialog_proc):
|
|
|
3505 Support hitting ESC in dialogs.
|
|
|
3506
|
|
|
3507 * dialog-msw.c (struct):
|
|
|
3508 Common dialog box errors.
|
|
|
3509
|
|
|
3510 * dialog-msw.c (handle_file_dialog_box): New.
|
|
|
3511 Add file dialog code.
|
|
|
3512
|
|
|
3513 * dialog-msw.c (handle_question_dialog_box):
|
|
|
3514 Redo existing code to support new question dialog syntax.
|
|
|
3515
|
|
|
3516 * dialog-msw.c (console_type_create_dialog_mswindows):
|
|
|
3517 We support new dialog console method.
|
|
|
3518
|
|
|
3519 * dialog-msw.c (syms_of_dialog_mswindows):
|
|
|
3520 * dialog-msw.c (vars_of_dialog_mswindows):
|
|
|
3521 New file dialog symbols, vars.
|
|
|
3522
|
|
|
3523 * dialog-x.c:
|
|
|
3524 * dialog-x.c (maybe_run_dbox_text_callback):
|
|
|
3525 * dialog-x.c (dbox_descriptor_to_widget_value):
|
|
|
3526 * dialog-x.c (x_make_dialog_box_internal):
|
|
|
3527 * dialog-x.c (console_type_create_dialog_x):
|
|
|
3528 Mule-ize entire file.
|
|
|
3529 Redo to support question dialog syntax.
|
|
|
3530 [6].
|
|
|
3531
|
|
|
3532 * dialog.c:
|
|
|
3533 * dialog.c (Fmake_dialog_box_internal):
|
|
|
3534 * dialog.c (syms_of_dialog):
|
|
|
3535 Kill old popup-dialog-box, replace with new primitive.
|
|
|
3536 Just call device method or signal error.
|
|
|
3537
|
|
|
3538 * eldap.c (Fldap_open):
|
|
|
3539 * eldap.c (Fldap_search_basic):
|
|
|
3540 * eldap.c (Fldap_add):
|
|
|
3541 * eldap.c (Fldap_modify):
|
|
|
3542 [1].
|
|
|
3543 [7].
|
|
|
3544
|
|
|
3545 * emacs.c:
|
|
|
3546 * emacs.c (make_arg_list_1):
|
|
|
3547 * emacs.c (make_arg_list):
|
|
|
3548 Mule-ize call to dll_init().
|
|
|
3549 [6].
|
|
|
3550 [8].
|
|
|
3551
|
|
|
3552 * emacs.c (make_argc_argv):
|
|
|
3553 * emacs.c (free_argc_argv):
|
|
|
3554 * emacs.c (init_cmdargs):
|
|
|
3555 * emacs.c (main_1):
|
|
|
3556 * emacs.c (Fkill_emacs):
|
|
|
3557 * emacs.c (Fdump_emacs):
|
|
|
3558 Update comments about what can be used in syms_* etc.
|
|
|
3559 Call init_win32() when necessary.
|
|
|
3560 Fix up MS Win dialog box in kill-buffer to actually work right.
|
|
|
3561 [7].
|
|
|
3562
|
|
|
3563 * eval.c:
|
|
|
3564 * eval.c (For):
|
|
|
3565 * eval.c (Fand):
|
|
|
3566 * eval.c (Fprogn):
|
|
|
3567 * eval.c (Fprog1):
|
|
|
3568 * eval.c (Fprog2):
|
|
|
3569 * eval.c (FletX):
|
|
|
3570 * eval.c (Flet):
|
|
|
3571 * eval.c (condition_case_3):
|
|
|
3572 * eval.c (Feval):
|
|
|
3573 * eval.c (function_argcount):
|
|
|
3574 * eval.c (funcall_lambda):
|
|
|
3575 [1].
|
|
|
3576
|
|
|
3577 * eval.c (type_error): New.
|
|
|
3578 * eval.c (maybe_type_error): New.
|
|
|
3579 * eval.c (continuable_type_error): New.
|
|
|
3580 * eval.c (maybe_continuable_type_error): New.
|
|
|
3581 * eval.c (type_error_with_frob): New.
|
|
|
3582 * eval.c (maybe_type_error_with_frob): New.
|
|
|
3583 * eval.c (continuable_type_error_with_frob): New.
|
|
|
3584 * eval.c (maybe_continuable_type_error_with_frob): New.
|
|
|
3585 New functions for use with structured errors.
|
|
|
3586
|
|
|
3587 * event-Xt.c:
|
|
|
3588 * event-Xt.c (x_event_to_emacs_event):
|
|
|
3589 Buttons are now modifiers too.
|
|
|
3590
|
|
|
3591 * event-Xt.c (emacs_Xt_current_event_timestamp):
|
|
|
3592 Implement new event method.
|
|
|
3593 * event-Xt.c (reinit_vars_of_event_Xt): Set it.
|
|
|
3594
|
|
|
3595 * event-msw.c:
|
|
|
3596 * event-msw.c (ntpipe_shove_writer): [5].
|
|
|
3597 * event-msw.c (mswindows_enqueue_mouse_button_event):
|
|
|
3598 * event-msw.c (mswindows_drain_windows_queue):
|
|
|
3599 * event-msw.c (mswindows_wnd_proc): [7].
|
|
|
3600 * event-msw.c (mswindows_current_layout_has_AltGr): [5].
|
|
|
3601 * event-msw.c (mswindows_modifier_state):
|
|
|
3602 Throughout: support new button modifiers.
|
|
|
3603
|
|
|
3604 * event-msw.c (emacs_mswindows_current_event_timestamp):
|
|
|
3605 Implement new event method.
|
|
|
3606 * event-msw.c (reinit_vars_of_event_mswindows): Set it.
|
|
|
3607
|
|
|
3608 * event-stream.c:
|
|
|
3609 * event-stream.c (event_stream_current_event_timestamp): New.
|
|
|
3610 * event-stream.c (maybe_kbd_translate): New functionality.
|
|
|
3611 * event-stream.c (vars_of_event_stream):
|
|
|
3612 Document new kbd-translate-table functionality.
|
|
|
3613
|
|
|
3614 * event-stream.c (Fcurrent_event_timestamp): New.
|
|
|
3615 New primitive for use in fabricated events.
|
|
|
3616 * event-stream.c (syms_of_event_stream): [2]. Declare new primitive.
|
|
|
3617
|
|
|
3618 * events-mod.h (XEMACS_MOD_BUTTON1): new button modifiers.
|
|
|
3619
|
|
|
3620 * events.c:
|
|
|
3621 * events.c (Fmake_event):
|
|
|
3622 * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY):
|
|
|
3623 [1].
|
|
|
3624 [9].
|
|
|
3625
|
|
|
3626 * events.c (format_event_object): fix gcc warnings.
|
|
|
3627
|
|
|
3628 * events.c (Fevent_timestamp): Document new primitives.
|
|
|
3629
|
|
|
3630 * events.c (TIMESTAMP_HALFSPACE): New.
|
|
|
3631
|
|
|
3632 * events.c (Fevent_timestamp_lessp): New. New primitive for
|
|
|
3633 comparing timestamps correctly (half-space algorithm).
|
|
|
3634
|
|
|
3635 * events.c (Fevent_modifier_bits): Doc fix.
|
|
|
3636
|
|
|
3637 * events.c (Fevent_modifiers): Major doc addition.
|
|
|
3638 * events.c (event_x_y_pixel_internal): Typo fix.
|
|
|
3639 * events.c (syms_of_events): Declare new primitives.
|
|
|
3640
|
|
|
3641 * events.h:
|
|
|
3642 Update long comment for button modifiers, timestamps.
|
|
|
3643
|
|
|
3644 * events.h (struct event_stream):
|
|
|
3645 New current_event_timestamp method.
|
|
|
3646
|
|
|
3647 * extents.c:
|
|
|
3648 * extents.c (extent_in_region_p):
|
|
|
3649 * extents.c (decode_extent):
|
|
|
3650 * extents.c (Fset_extent_parent):
|
|
|
3651 * extents.c (decode_map_extents_flags):
|
|
|
3652 Fix gcc warnings.
|
|
|
3653 [9].
|
|
|
3654
|
|
|
3655 * extents.c (struct extent_at_arg):
|
|
|
3656 * extents.c (decode_extent_at_flag):
|
|
|
3657 * extents.c (extent_at_mapper):
|
|
|
3658 * extents.c (extent_at_bytind):
|
|
|
3659 * extents.c (Fextent_at): Adapt to new lower-level interface. [9].
|
|
|
3660 * extents.c (Fextents_at): New primitive. [9].
|
|
|
3661 * extents.c (symbol_to_glyph_layout): [9].
|
|
|
3662 Support new primitive `extents-at'.
|
|
|
3663
|
|
|
3664
|
|
|
3665 * extents.c (get_text_property_bytind):
|
|
|
3666 extent_at_bytind has another arg.
|
|
|
3667 [9].
|
|
|
3668
|
|
|
3669 * extents.c (syms_of_extents): New primitive.
|
|
|
3670
|
|
|
3671 * file-coding.c (Fmake_coding_system): [1].
|
|
|
3672 * file-coding.c (subsidiary_coding_system): fix gcc warning
|
|
|
3673 * file-coding.c (syms_of_file_coding): [2].
|
|
|
3674
|
|
|
3675 * fileio.c (Fexpand_file_name):
|
|
|
3676 * fileio.c (Fsysnetunam):
|
|
|
3677 * fileio.c (Ffile_exists_p):
|
|
|
3678 * fileio.c (Ffile_executable_p):
|
|
|
3679 * fileio.c (Fverify_visited_file_modtime):
|
|
|
3680 Clean up GCPROing.
|
|
|
3681
|
|
|
3682 * fileio.c (syms_of_fileio): [2].
|
|
|
3683
|
|
|
3684 * filelock.c (lock_file_1):
|
|
|
3685 * filelock.c (current_lock_owner):
|
|
|
3686 * filelock.c (lock_if_free):
|
|
|
3687 * filelock.c (lock_file):
|
|
|
3688 * filelock.c (unlock_file):
|
|
|
3689 Clean up GCPROing.
|
|
|
3690
|
|
|
3691 * fns.c (concat): Fix gcc warning.
|
|
|
3692
|
|
|
3693 * fns.c (Fmember):
|
|
|
3694 * fns.c (Fold_member):
|
|
|
3695 * fns.c (Fmemq):
|
|
|
3696 * fns.c (Fold_memq):
|
|
|
3697 * fns.c (memq_no_quit):
|
|
|
3698 * fns.c (Fassoc):
|
|
|
3699 * fns.c (Fold_assoc):
|
|
|
3700 * fns.c (Fassq):
|
|
|
3701 * fns.c (Fold_assq):
|
|
|
3702 * fns.c (assq_no_quit):
|
|
|
3703 * fns.c (Frassoc):
|
|
|
3704 * fns.c (Fold_rassoc):
|
|
|
3705 * fns.c (Frassq):
|
|
|
3706 * fns.c (Fold_rassq):
|
|
|
3707 * fns.c (rassq_no_quit):
|
|
|
3708 * fns.c (Fdelete):
|
|
|
3709 * fns.c (Fold_delete):
|
|
|
3710 * fns.c (Fdelq):
|
|
|
3711 * fns.c (Fold_delq):
|
|
|
3712 * fns.c (delq_no_quit):
|
|
|
3713 * fns.c (Fremassoc):
|
|
|
3714 * fns.c (Fremassq):
|
|
|
3715 * fns.c (remassq_no_quit):
|
|
|
3716 * fns.c (Fremrassoc):
|
|
|
3717 * fns.c (Fremrassq):
|
|
|
3718 * fns.c (remrassq_no_quit):
|
|
|
3719 * fns.c (Freverse):
|
|
|
3720 * fns.c (mapcar1):
|
|
|
3721 [1].
|
|
|
3722
|
|
|
3723 * frame-msw.c (mswindows_init_frame_1):
|
|
|
3724 * frame-msw.c (mswindows_delete_frame):
|
|
|
3725 Register popups with dialog code so keyboard traversing works.
|
|
|
3726
|
|
|
3727 * frame-tty.c (tty_raise_frame_no_select): [1].
|
|
|
3728
|
|
|
3729 * frame-x.c:
|
|
|
3730 * frame-x.c (x_set_frame_text_value):
|
|
|
3731 * frame-x.c (x_set_frame_properties):
|
|
|
3732 * frame-x.c (x_create_widgets):
|
|
|
3733 [7].
|
|
|
3734
|
|
|
3735 * frame.c:
|
|
|
3736 * frame.c (Fmouse_pixel_position): Minor doc fixes.
|
|
|
3737
|
|
|
3738 * frame.h (wrap_frame): New.
|
|
|
3739 Macro like wrap_device.
|
|
|
3740
|
|
|
3741 * general.c:
|
|
|
3742 * general.c (SYMBOL):
|
|
|
3743 * general.c (syms_of_general):
|
|
|
3744 Major reorg. This is now just a wrapper and symbols themselves
|
|
|
3745 are listed in general-slots.h.
|
|
|
3746
|
|
|
3747 * glyphs-eimage.c (tiff_instantiate): Need cast to fix warning.
|
|
|
3748 * glyphs-msw.c (mswindows_resource_instantiate): [5].
|
|
|
3749
|
|
|
3750 * glyphs-msw.c (mswindows_native_layout_instantiate):
|
|
|
3751 Add DS_CONTROL so keyboard traversal will work.
|
|
|
3752
|
|
|
3753 * glyphs-widget.c:
|
|
|
3754 * glyphs-widget.c (syms_of_glyphs_widget):
|
|
|
3755 Move some symbols to general-slots.h.
|
|
|
3756
|
|
|
3757 * glyphs-x.c:
|
|
|
3758 * glyphs-x.c (xbm_instantiate_1):
|
|
|
3759 * glyphs-x.c (x_xbm_instantiate):
|
|
|
3760 * glyphs-x.c (x_xface_instantiate):
|
|
|
3761 * glyphs-x.c (autodetect_instantiate):
|
|
|
3762 * glyphs-x.c (cursor_font_instantiate):
|
|
|
3763 * glyphs-x.c (x_update_widget):
|
|
|
3764 * glyphs-x.c (x_widget_instantiate):
|
|
|
3765 * glyphs.c (bitmap_to_lisp_data):
|
|
|
3766 * glyphs.c (pixmap_to_lisp_data):
|
|
|
3767 [7].
|
|
|
3768
|
|
|
3769 * glyphs.c (syms_of_glyphs):
|
|
|
3770 [2].
|
|
|
3771
|
|
|
3772 * gui-x.c:
|
|
|
3773 * gui-x.c (print_widget_value):
|
|
|
3774 * gui-x.c (menu_separator_style_and_to_external):
|
|
|
3775 * gui-x.c (add_accel_and_to_external):
|
|
|
3776 * gui-x.c (button_item_to_widget_value):
|
|
|
3777 * gui-x.c (gui_items_to_widget_values_1):
|
|
|
3778 * gui-x.c (gui_items_to_widget_values):
|
|
|
3779 * gui-x.c (syms_of_gui_x):
|
|
|
3780 * gui-x.c (vars_of_gui_x):
|
|
|
3781 Mule-ize entire file. Move menu-no-selection-hook to gui.c.
|
|
|
3782 [9].
|
|
|
3783
|
|
|
3784 * gui-x.h:
|
|
|
3785 Muleize, prototype changes matching gui-x.c.
|
|
|
3786
|
|
|
3787 * gui.c:
|
|
|
3788 * gui.c (separator_string_p):
|
|
|
3789 * gui.c (gui_item_add_keyval_pair):
|
|
|
3790 * gui.c (make_gui_item_from_keywords_internal):
|
|
|
3791 * gui.c (signal_too_long_error):
|
|
|
3792 * gui.c (parse_gui_item_tree_item):
|
|
|
3793 * gui.c (syms_of_gui):
|
|
|
3794 * gui.c (vars_of_gui):
|
|
|
3795 * gui.h:
|
|
|
3796 menu-no-selection-hook moved here (used by MSWin).
|
|
|
3797 Move some symbols to general-slots.h.
|
|
|
3798 [6].
|
|
|
3799 [9].
|
|
|
3800
|
|
|
3801 * insdel.c (get_buffer_pos_char):
|
|
|
3802 * insdel.c (get_buffer_range_char):
|
|
|
3803 Add GC comments.
|
|
|
3804
|
|
|
3805 * keymap.c (keymap_lookup_directly):
|
|
|
3806 * keymap.c (keymap_store):
|
|
|
3807 * keymap.c (ensure_meta_prefix_char_keymapp):
|
|
|
3808 * keymap.c (describe_map):
|
|
|
3809 * keymap.h:
|
|
|
3810 Support new button modifiers.
|
|
|
3811
|
|
|
3812 * lisp-disunion.h (wrap_object):
|
|
|
3813 * lisp-disunion.h (XSETOBJ):
|
|
|
3814 Rename make_obj to wrap_object.
|
|
|
3815
|
|
|
3816 * lisp-union.h:
|
|
|
3817 * lisp-union.h (make_int):
|
|
|
3818 * lisp-union.h (make_char):
|
|
|
3819 Support wrap_object.
|
|
|
3820
|
|
|
3821 * lisp.h:
|
|
|
3822 * lisp.h (LIST_LOOP):
|
|
|
3823 * lisp.h (EXTERNAL_LIST_LOOP):
|
|
|
3824 * lisp.h (LIST_LOOP_2):
|
|
|
3825 * lisp.h (EXTERNAL_LIST_LOOP_1):
|
|
|
3826 * lisp.h (EXTERNAL_LIST_LOOP_2):
|
|
|
3827 * lisp.h (EXTERNAL_LIST_LOOP_3):
|
|
|
3828 * lisp.h (EXTERNAL_LIST_LOOP_4_NO_DECLARE):
|
|
|
3829 * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
|
|
|
3830 * lisp.h (GET_EXTERNAL_LIST_LENGTH):
|
|
|
3831 * lisp.h (EXTERNAL_ALIST_LOOP_5):
|
|
|
3832 * lisp.h (EXTERNAL_ALIST_LOOP_6):
|
|
|
3833 * lisp.h (EXTERNAL_ALIST_LOOP_6_NO_DECLARE):
|
|
|
3834 * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_5_NO_DECLARE):
|
|
|
3835 * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_7):
|
|
|
3836 * lisp.h (struct Lisp_Symbol):
|
|
|
3837 * lisp.h (maybe_continuable_error_with_frob):
|
|
|
3838 Fix up section comments.
|
|
|
3839 Add new types for char to indicate usage.
|
|
|
3840 Delete symbols auto-generated from general-slots.h.
|
|
|
3841 Add prototypes for structured error functions.
|
|
|
3842 Add long comments describing looping macros and change interface
|
|
|
3843 so that lvalues are automatically declared.
|
|
|
3844 Add NO_DECLARE macro in case callers want to declare lvalues
|
|
|
3845 themselves.
|
|
|
3846
|
|
|
3847 * lread.c (read_syntax_error):
|
|
|
3848 * lread.c (continuable_read_syntax_error):
|
|
|
3849 * lread.c (read_structure):
|
|
|
3850 * lread.c (sequence_reader):
|
|
|
3851 * lread.c (read_list_conser):
|
|
|
3852 * lread.c (read_compiled_function):
|
|
|
3853 Rename syntax_error and continuable_syntax_error to avoid clash
|
|
|
3854 with same-named structured error functions.
|
|
|
3855
|
|
|
3856 * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
|
|
|
3857 * menubar-msw.c (populate_menu_add_item):
|
|
|
3858 * menubar-msw.c (populate_or_checksum_helper):
|
|
|
3859 [5].
|
|
|
3860 [9].
|
|
|
3861
|
|
|
3862 * menubar-x.c:
|
|
|
3863 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
|
3864 Mule-ize whole file.
|
|
|
3865
|
|
|
3866 * menubar.c (Fnormalize_menu_item_name): Add optimization.
|
|
|
3867
|
|
|
3868 * mule-charset.c (Fmake_charset):
|
|
|
3869 * mule-wnnfns.c (Fwnn_set_param):
|
|
|
3870 [1].
|
|
|
3871
|
|
|
3872 * ntproc.c (create_child):
|
|
|
3873 * ntproc.c (Fwin32_set_current_locale):
|
|
|
3874 Add comments portending doom.
|
|
|
3875
|
|
|
3876 * objects-msw.c:
|
|
|
3877 * objects-msw.c (old_font_enum_callback_2):
|
|
|
3878 * objects-msw.c (font_enum_callback_1):
|
|
|
3879 * objects-msw.c (mswindows_enumerate_fonts):
|
|
|
3880 [5].
|
|
|
3881
|
|
|
3882 * objects-x.c:
|
|
|
3883 * objects-x.c (allocate_nearest_color):
|
|
|
3884 * objects-x.c (x_parse_nearest_color):
|
|
|
3885 * objects-x.c (x_initialize_color_instance):
|
|
|
3886 * objects-x.c (x_print_color_instance):
|
|
|
3887 * objects-x.c (x_finalize_color_instance):
|
|
|
3888 * objects-x.c (x_valid_color_name_p):
|
|
|
3889 * objects-x.c (x_initialize_font_instance):
|
|
|
3890 * objects-x.c (x_print_font_instance):
|
|
|
3891 * objects-x.c (valid_x_font_name_p):
|
|
|
3892 * objects-x.c (truename_via_FONT_prop):
|
|
|
3893 * objects-x.c (truename_via_random_props):
|
|
|
3894 * objects-x.c (truename_via_XListFonts):
|
|
|
3895 * objects-x.c (x_font_truename):
|
|
|
3896 * objects-x.c (x_font_instance_truename):
|
|
|
3897 * objects-x.c (x_font_instance_properties):
|
|
|
3898 * objects-x.c (x_list_fonts):
|
|
|
3899 * objects-x.c (x_find_charset_font):
|
|
|
3900 Mule-ize entire file.
|
|
|
3901 [7].
|
|
|
3902
|
|
|
3903 * objects-x.h:
|
|
|
3904 Mule-verify.
|
|
|
3905
|
|
|
3906 * print.c:
|
|
|
3907 * print.c (std_handle_out_external):
|
|
|
3908 * print.c (debug_print_no_newline):
|
|
|
3909 * print.c (syms_of_print):
|
|
|
3910 Output to all debugger kinds in debug-print.
|
|
|
3911 Fix console-output code under MSWin to actually work.
|
|
|
3912
|
|
|
3913 * process-nt.c (send_signal):
|
|
|
3914 * process-nt.c (nt_create_process):
|
|
|
3915 Use newer Unicode macros.
|
|
|
3916
|
|
|
3917 * process-unix.c (unix_create_process):
|
|
|
3918 * process-unix.c (unix_canonicalize_host_name):
|
|
|
3919 * process-unix.c (unix_open_network_stream):
|
|
|
3920 [7].
|
|
|
3921
|
|
|
3922 * scrollbar-x.c:
|
|
|
3923 Mule-verify.
|
|
|
3924
|
|
|
3925 * search.c (syms_of_search):
|
|
|
3926 [2].
|
|
|
3927
|
|
|
3928 * select-msw.c (mswindows_destroy_selection):
|
|
|
3929 Use LIST_LOOP_2.
|
|
|
3930
|
|
|
3931 * select-x.c (symbol_to_x_atom):
|
|
|
3932 [7].
|
|
|
3933
|
|
|
3934 * select.c (syms_of_select):
|
|
|
3935 [2].
|
|
|
3936
|
|
|
3937 * sound.c (Fplay_sound_file):
|
|
|
3938 [7].
|
|
|
3939
|
|
|
3940 * specifier.c:
|
|
|
3941 * specifier.c (decode_specifier_type):
|
|
|
3942 * specifier.c (Fvalid_specifier_locale_type_p):
|
|
|
3943 * specifier.c (check_valid_locale_or_locale_type):
|
|
|
3944 * specifier.c (decode_locale):
|
|
|
3945 * specifier.c (decode_locale_type):
|
|
|
3946 * specifier.c (decode_locale_list):
|
|
|
3947 * specifier.c (check_valid_domain):
|
|
|
3948 * specifier.c (decode_specifier_tag_set):
|
|
|
3949 * specifier.c (Fcanonicalize_tag_set):
|
|
|
3950 * specifier.c (Fdefine_specifier_tag):
|
|
|
3951 * specifier.c (Fspecifier_tag_predicate):
|
|
|
3952 * specifier.c (check_valid_inst_list):
|
|
|
3953 * specifier.c (check_valid_spec_list):
|
|
|
3954 * specifier.c (decode_how_to_add_specification):
|
|
|
3955 * specifier.c (check_modifiable_specifier):
|
|
|
3956 * specifier.c (specifier_add_spec):
|
|
|
3957 * specifier.c (boolean_validate):
|
|
|
3958 * specifier.c (display_table_validate):
|
|
|
3959 [9].
|
|
|
3960
|
|
|
3961 * specifier.c (syms_of_specifier):
|
|
|
3962 Move some symbols to general-slots.h.
|
|
|
3963 [2].
|
|
|
3964
|
|
|
3965 * symbols.c:
|
|
|
3966 * symbols.c (Fmapatoms):
|
|
|
3967 * symbols.c (Fapropos_internal):
|
|
|
3968 Add GCPROs.
|
|
|
3969
|
|
|
3970 * symbols.c (set_default_buffer_slot_variable):
|
|
|
3971 * symbols.c (set_default_console_slot_variable):
|
|
|
3972 [1].
|
|
|
3973
|
|
|
3974 * symbols.c (defsymbol_massage_name_1):
|
|
|
3975 * symbols.c (defkeyword_massage_name):
|
|
|
3976 * symbols.c (deferror_1):
|
|
|
3977 * symbols.c (deferror):
|
|
|
3978 * symbols.c (deferror_massage_name_and_message):
|
|
|
3979 * symeval.h:
|
|
|
3980 * symeval.h (DEFSYMBOL):
|
|
|
3981 Support DEFSYMBOL*, DEFKEYWORD, DEFERROR
|
|
|
3982
|
|
|
3983 * symbols.c (syms_of_symbols):
|
|
|
3984 [2].
|
|
|
3985
|
|
|
3986 * symsinit.h:
|
|
|
3987 * symsinit.h (init_win32): New.
|
|
|
3988 Also new is syms_of_dialog_mswindows.
|
|
|
3989
|
|
|
3990 * syswindows.h:
|
|
|
3991 Add new Unicode macros, missing Cygwin wide-char functions,
|
|
|
3992 convenience conversion macros for Qmswindows_tstr, macros for
|
|
|
3993 encapsulating required MSWin <-> Cygwin filename conversions,
|
|
|
3994 prototype for dynamically-extracted (not in NT 3.51) functions.
|
|
|
3995
|
|
|
3996 * toolbar-x.c:
|
|
|
3997 Mule-verify.
|
|
|
3998
|
|
|
3999 * tooltalk.c (Fadd_tooltalk_message_arg):
|
|
|
4000 * tooltalk.c (Fadd_tooltalk_pattern_attribute):
|
|
|
4001 * tooltalk.c (Fadd_tooltalk_pattern_arg):
|
|
|
4002 [7].
|
|
|
4003
|
|
|
4004 * tooltalk.c (syms_of_tooltalk):
|
|
|
4005 [2].
|
|
|
4006
|
|
|
4007 * unexnt.c:
|
|
|
4008 * unexnt.c (unexec):
|
|
|
4009 Fix up headers, declaration of unexec() to be more standard.
|
|
|
4010
|
|
|
4011 2000-07-20 Martin Buchholz <martin@xemacs.org>
|
|
|
4012
|
|
|
4013 * offix.h: Revert change to guard macros - they're used in offix.c!
|
|
|
4014
|
|
|
4015 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4016
|
|
|
4017 * lisp.h: Defsubred Fdelete.
|
|
|
4018
|
|
|
4019 * console-msw.h: (msprinter_default_printer): Added.
|
|
|
4020
|
|
|
4021 * console-msw.c (msprinter_canonicalize_console_connection):
|
|
|
4022 (msprinter_canonicalize_device_connection): Added.
|
|
|
4023
|
|
|
4024 * device-msw.c (msprinter_default_printer):
|
|
446
|
4025 (Fmswingows_get_default_printer):
|
|
|
4026 (signal_enum_priner_error):
|
|
442
|
4027 (Fmswingows_printer_list): Added.
|
|
|
4028
|
|
|
4029 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
|
4030
|
|
|
4031 * XEmacs 21.2.35 is released.
|
|
|
4032
|
|
|
4033 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
|
4034
|
|
446
|
4035 * select-x.c (x_handle_selection_request):
|
|
442
|
4036 Text selected in xemacs and pasted into xterm failed to appear.
|
|
|
4037 Spelling fixes and cosmetic changes.
|
|
|
4038
|
|
|
4039 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4040
|
|
|
4041 * event-msw.c (mswindows_drain_windows_queue): Correctly check for
|
|
|
4042 XEmacs frame (fix for doubling chars in dialog boxes).
|
|
|
4043
|
|
|
4044 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4045
|
|
|
4046 * select.c (select_convert_in, select_convert_out):
|
|
|
4047 Don't call intern() every time.
|
|
|
4048
|
|
|
4049 * select.c (Qselect_convert_in, Qselect_convert_out): New.
|
|
|
4050 * select.c (vars_of_select): Initialise them.
|
|
|
4051
|
|
|
4052 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4053
|
|
|
4054 * select.c (selection-coercible-types): New.
|
|
|
4055
|
|
|
4056 * select.c (own-selection-internal):
|
|
|
4057 * select.c (get-selection-internal):
|
|
|
4058 MULE bug fix - these should default to COMPOUND_TEXT and not
|
|
|
4059 STRING for MULE. I think.
|
|
|
4060
|
|
|
4061 * select.c (select_convert_out): Use selection-coercible-types
|
|
|
4062 to find types that we can attempt to perform coercions on.
|
|
|
4063
|
|
|
4064 2000-07-18 Martin Buchholz <martin@xemacs.org>
|
|
|
4065
|
|
|
4066 * mule-wnnfns.c:
|
|
|
4067 * mule-canna.c:
|
|
|
4068 Add coding: cookie to identify encoding.
|
|
|
4069
|
|
|
4070 * mule-canna.c (CANNA_mode_keys): make static.
|
|
|
4071 Use proper prototypes, even for functions of no arguments.
|
|
|
4072 Remove external prototype for Fding().
|
|
|
4073
|
|
|
4074 * symsinit.h: Add missing prototype for reinit_vars_of_mule_wnn.
|
|
|
4075
|
|
|
4076 * select.c (syms_of_select): Add missing DEFSUBR.
|
|
|
4077
|
|
|
4078 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4079
|
|
|
4080 * select.c (get_selection_internal, own_selection_internal):
|
|
|
4081 Make the type default to STRING, rather than placing a nil type
|
|
|
4082 into Vselection_alist.
|
|
|
4083
|
|
|
4084 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4085
|
|
|
4086 * gpmevent.c (tty_selection_exists_p):
|
|
|
4087 * gpmevent.c (tty_own_selection):
|
|
|
4088 Updated parameter lists.
|
|
|
4089
|
|
|
4090 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4091
|
|
|
4092 * select.h (selection-alist): Removed declaration.
|
|
|
4093
|
|
|
4094 * select.h (get_local_selection):
|
|
|
4095 * select.c (get_local_selection):
|
|
|
4096 Made static.
|
|
|
4097
|
|
|
4098 * select.h (convert_selection): Removed declaration.
|
|
|
4099 * select.c (convert_selection): Removed.
|
|
|
4100 This function belongs in Lisp.
|
|
|
4101
|
|
|
4102 * select.h (select_convert_in): Declare.
|
|
|
4103 * select.h (select_convert_out): Declare.
|
|
|
4104 * select.c (select_convert_in): New.
|
|
|
4105 * select.c (select_convert_out): New.
|
|
|
4106 New conversion functions for other files to call.
|
|
|
4107
|
|
|
4108 * select.h (select_notify_buffer_kill): Declare.
|
|
|
4109 * select.c (select_notify_buffer_kill): New.
|
|
|
4110 New functions that get called from kill-buffer.
|
|
|
4111
|
|
|
4112 * buffer.c (kill-buffer): Call select_notify_buffer_kill, rather than
|
|
|
4113 X-specific lisp code.
|
|
|
4114
|
|
|
4115 * select.h: Declare some of the lisp-visible functions for
|
|
|
4116 external use.
|
|
|
4117
|
|
|
4118 * select.c (clean_local_selection_data): Removed. This was
|
|
|
4119 a disgusting function, and previously should have been in
|
|
|
4120 select-x.c in any case. The functionality is now provided
|
|
|
4121 in select-convert-from-integer (select.el).
|
|
|
4122
|
|
|
4123 * select.c (available-selection-types): Fixed stupidity where
|
|
|
4124 INTEGER and ATOM got added twice. Also add STRING when we see an
|
|
|
4125 extent.
|
|
|
4126
|
|
|
4127 * select.c (get-selection-internal): Removed symbol stripping. No
|
|
|
4128 longer causes conversion when data comes from the internal cache.
|
|
|
4129
|
|
|
4130 * select.c (syms_of_select): Added new functions.
|
|
|
4131
|
|
|
4132 * select-x.c (motif_clipboard_cb): Use select_convert_out. Rewrote
|
|
|
4133 error checking - previously this called abort!
|
|
446
|
4134
|
|
442
|
4135 * select-x.c (x_own_selection): Changed comment.
|
|
446
|
4136
|
|
442
|
4137 * select-x.c (x_handle_selection_request): Use select_convert_out.
|
|
|
4138 Don't mess with selection-alist; it's an internal variable of select.c.
|
|
446
|
4139
|
|
442
|
4140 * select-x.c (x_get_foreign_selection): Use select_convert_in.
|
|
446
|
4141
|
|
442
|
4142 * select-x.c (x_handle_selection_clear): Use get-selection-timestamp,
|
|
|
4143 rather than messing with selection-alist.
|
|
446
|
4144
|
|
442
|
4145 * select-msw.c (mswindows_get_foreign_selection):
|
|
|
4146 Use TO_INTERNAL_FORMAT rather than hacking.
|
|
|
4147
|
|
|
4148 2000-07-14 Martin Buchholz <martin@xemacs.org>
|
|
|
4149
|
|
|
4150 * process-unix.c (unix_open_multicast_group):
|
|
|
4151 (unix_open_multicast_group): Remove useless casts.
|
|
|
4152
|
|
|
4153 2000-07-13 Martin Buchholz <martin@xemacs.org>
|
|
|
4154
|
|
|
4155 * sound.c (Fplay_sound): Fix `unused variable' warning.
|
|
|
4156
|
|
|
4157 * emacs.c (main): Use correct type for _environ on SCO5.
|
|
|
4158
|
|
|
4159 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4160
|
|
|
4161 * console.h (own_selection_method):
|
|
|
4162 * console.h (selection_exists_p_method):
|
|
|
4163 * console.h (available_selection_types_method): New.
|
|
|
4164 * console.h (register_selection_data_type_method): New.
|
|
|
4165 * console.h (selection_data_type_name): New.
|
|
446
|
4166
|
|
442
|
4167 * console-msw.h (mswindows_destroy_selection): Declare it. New
|
|
|
4168 function & alist to track GlobalAlloc()'d handles that need
|
|
|
4169 releasing when the clipboard data gets replaced or emptied.
|
|
|
4170
|
|
|
4171 * event-msw.c (mswindows_wnd_proc): Call it.
|
|
|
4172
|
|
|
4173 * lisp.h, general.c (Qappend): New symbol representing a
|
|
|
4174 `how-to-add' mode.
|
|
446
|
4175
|
|
442
|
4176 * select.c (own-selection-internal):
|
|
|
4177 * select.c (selection-exists-p):
|
|
|
4178 * select.c (available-selection-types): New.
|
|
|
4179 * select.c (register-selection-data-type): New.
|
|
|
4180 * select.c (selection-data-type-name): New. New functions to deal
|
|
|
4181 with device-specific selection data formats.
|
|
|
4182 * select.c (selection-converter-out-alist): Renamed.
|
|
|
4183 * select.c (selection-converter-in-alist): New.
|
|
|
4184 * select.c (selection-appender-alist): New. Added new alists.
|
|
|
4185 * select.c (syms_of_select, vars_of_select): Added new symbols &
|
|
|
4186 variables.
|
|
|
4187 * select.c (get_local_selection): Split.
|
|
|
4188 * select.c: Removed spurious type checking - selections may now be
|
|
|
4189 of any type, not just strings.
|
|
|
4190 * select.c (own-selection-internal):
|
|
|
4191
|
|
|
4192 * select.h, select.c (convert_selection): New. Created
|
|
|
4193 convert_selection() function based on get_local_selection().
|
|
|
4194 * select.h, select.c (QCF_*): New symbols representing mswindows
|
|
|
4195 clipboard formats.
|
|
|
4196 * select.h, select.c (Qreplace_all, Qreplace_existing): New
|
|
|
4197 symbols representing `how-to-add' modes.
|
|
|
4198
|
|
|
4199 * select-msw.c (x_sym_p): New.
|
|
|
4200 * select-msw.c (symbol_to_ms_cf): New.
|
|
|
4201 * select-msw.c (ms_cf_to_symbol): New. New functions to deal with
|
|
|
4202 symbols & clipboard formats. Can also handle string names.
|
|
|
4203 * select-msw.c (mswindows_own_selection):
|
|
|
4204 * select-msw.c (mswindows_selection_exists_p):
|
|
|
4205 Added `data-type' parameter. Use it.
|
|
|
4206 * select-msw.c (mswindows_available_selection_types): New.
|
|
|
4207 * select-msw.c (mswindows_register_selection_data_type): New.
|
|
|
4208 * select-msw.c (mswindows_selection_data_type_name): New.
|
|
|
4209 * select-msw.c (mswindows_own_selection):
|
|
|
4210 * select-msw.c (mswindows_get_foreign_selection):
|
|
|
4211 * select-msw.c (mswindows_selection_exists_p): Rewrote.
|
|
|
4212 * select-msw.c (console_create_select_mswindows): Added new methods.
|
|
|
4213 * select-msw.c (mswindows_destroy_selection): New.
|
|
|
4214 * select-msw.c (Vhandle_alist): New list.
|
|
|
4215 * select-msw.c (mswindows_own_selection):
|
|
|
4216
|
|
|
4217 * select-x.c (x_own_selection):
|
|
|
4218 * select-x.c (x_selection_exists_p):
|
|
|
4219 * select-x.c: Added some comments about maybe using new
|
|
|
4220 functionality.
|
|
|
4221 * select-x.c (x_own_selection):
|
|
|
4222
|
|
|
4223 * specifier.c: Remove definition of Qappend (now in general.c)
|
|
|
4224 * specifier.c (syms_of_specifier): Remove Qappend.
|
|
|
4225
|
|
|
4226 2000-07-12 Martin Buchholz <martin@xemacs.org>
|
|
|
4227
|
|
|
4228 * config.h.in: Add socklen_t.
|
|
|
4229
|
|
|
4230 * s/decosf4-0.h: No special compiler flags needed or desired.
|
|
|
4231 In particular, undefine _BSD for DEC OSF 4.0.
|
|
|
4232
|
|
|
4233 2000-07-07 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4234
|
|
|
4235 * redisplay-msw.c (msprinter_frame_output_end): Added.
|
|
|
4236 (console_type_create_redisplay_mswindows): Referred the above.
|
|
|
4237
|
|
|
4238 * frame.c (setup_frame_without_minibuffer): Do not create a
|
|
|
4239 default minibuffer frame on a printer device.
|
|
|
4240
|
|
|
4241 * frame-msw.c (apply_dc_geometry): Added.
|
|
446
|
4242 (msprinter_start_page):
|
|
|
4243 (msprinter_init_frame_3):
|
|
442
|
4244 (msprinter_eject_page): Use it.
|
|
|
4245
|
|
|
4246 * console-msw.h (struct msprinter_frame): Added pix_left and top,
|
|
|
4247 and removed residual duplex and orientation properties.
|
|
|
4248
|
|
|
4249 2000-07-11 Martin Buchholz <martin@xemacs.org>
|
|
|
4250
|
|
|
4251 * eval.c (function_argcount): Work around a DEC CC compiler bug.
|
|
|
4252
|
|
|
4253 * unexalpha.c: Remove system prototypes from C sources!
|
|
|
4254
|
|
|
4255 2000-07-09 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
4256
|
|
|
4257 * eval.c: Remove references to M-x edit-options in DEFUNs for
|
|
|
4258 `defvar' and `defconst'.
|
|
|
4259
|
|
|
4260 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
|
4261
|
|
|
4262 * config.h.in: Remove SMART_INCLUDE hackery.
|
|
446
|
4263
|
|
442
|
4264 PostgreSQL hacking:
|
|
|
4265 * config.h.in: Don't use SMART_INCLUDE.
|
|
|
4266
|
|
|
4267 * postgresql.h: Include libpq-fe.h here. Fix typo.
|
|
|
4268 * inline.c: Simply #include "postgresql.h"
|
|
|
4269 * postgresql.c:
|
|
|
4270 - Don't use SMART_INCLUDE
|
|
|
4271 - Use simply "const".
|
|
|
4272 - Use standard doc string conventions.
|
|
|
4273 - Use correct type for result of PQstatus.
|
|
|
4274
|
|
|
4275 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
|
4276
|
|
|
4277 * glyphs-x.c (x_xface_instantiate): Fix C++ compilation warnings.
|
|
|
4278
|
|
|
4279 C++ compilation changes.
|
|
|
4280 * config.h.in (EXTERN_C): Define.
|
|
|
4281 * config.h.in (not): This is also a C++ keyword.
|
|
|
4282 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Enable C++ compilation.
|
|
|
4283 * cm.c: Use EXTERN_C.
|
|
|
4284 * redisplay-tty.c: Use EXTERN_C.
|
|
|
4285 * sysdep.c: Use EXTERN_C. Remove Gould support.
|
|
|
4286
|
|
|
4287 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
|
4288
|
|
|
4289 * general.c: Remove duplicate definition for Qfunction.
|
|
|
4290
|
|
|
4291 2000-07-08 Ben Wing <ben@xemacs.org>
|
|
|
4292
|
|
|
4293 * device-msw.c (msprinter_init_device):
|
|
|
4294 * device-msw.c (sync_printer_with_devmode):
|
|
|
4295 * device-msw.c (handle_devmode_changes):
|
|
|
4296 * device-msw.c (print_dialog_worker):
|
|
|
4297 * device-msw.c (Fmsprinter_apply_settings):
|
|
|
4298 * device-msw.c (hash_devmode):
|
|
|
4299 * device-msw.c (Fmsprinter_settings_despecialize):
|
|
|
4300 use Qmswindows_tstr, not Qctext.
|
|
446
|
4301
|
|
442
|
4302 * vm-limit.c (check_memory_limits):
|
|
|
4303 avoid infinite loop printing warning messages.
|
|
|
4304
|
|
|
4305 2000-07-05 Craig Lanning <lanning@scra.org>
|
|
|
4306
|
|
|
4307 * Makefile.in.in: Add support for including the Windows resources
|
|
|
4308 when building with the cygwin and mingw targets.
|
|
|
4309
|
|
|
4310 * buffer.c: from Dan Holmsand, on Windows $PWD is most likely either
|
|
|
4311 not set or not correct.
|
|
|
4312 (directory_is_current_directory): Don't compile for WIN32_NATIVE.
|
|
|
4313 (init_initial_directory): Don't try to use $PWD on the
|
|
|
4314 WIN32_NATIVE target.
|
|
|
4315
|
|
|
4316 * s\cygwin32.h:
|
|
|
4317 [[Add -mwindows to eliminate console window.]] not required --ben
|
|
|
4318 (HAVE_NATIVE_SOUND): removed; now handled by configure.
|
|
|
4319 (MAIL_USE_POP): removed; now handled by configure.
|
|
|
4320
|
|
|
4321 * s\mingw32.h: [[Add -mwindows to eliminate console window.]] not in
|
|
|
4322 C_SWITCH_SYSTEM or it will affect lib-src progs. --ben
|
|
|
4323 (HAVE_NATIVE_SOUND): removed; now handled by configure.
|
|
|
4324 (MAIL_USE_POP): removed; now handled by configure.
|
|
|
4325 (ENCAPSULATE_STAT): from Dan Holmsand, added.
|
|
|
4326 (ENCAPSULATE_FSTAT): from Dan Holmsand, added.
|
|
|
4327 (DIRECTORY_SEP): from Dan Holmsand, use lisp variable instead of
|
|
|
4328 constant string.
|
|
|
4329 (HAVE_TIMEVAL): from Dan Holmsand, added; struct timeval is picked
|
|
|
4330 up from <winsock.h> via systime.h.
|
|
|
4331 (HAVE_GETPAGESIZE): from Dan Holmsand, added.
|
|
|
4332 (getpagesize): from Dan Holmsand, added.
|
|
|
4333 Added #endif which was left dangling by Ben's mega patch; added
|
|
|
4334 comment to help prevent this in the future.
|
|
|
4335
|
|
|
4336 * sysdll.c: added #include <windows.h> for WIN32_NATIVE case.
|
|
|
4337
|
|
|
4338 2000-07-05 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4339
|
|
|
4340 * console-msw.h (struct mswindows_device): Removed unnecessary
|
|
|
4341 cached device geometry values.
|
|
|
4342 Added update_tick and an accessor macro.
|
|
446
|
4343 (Lisp_Devmode): Added lrecord declaration.
|
|
442
|
4344 (struct msprinter_device): Contain devmode as a Lisp object.
|
|
|
4345 Added mswindows_get_selected_frame_hwnd();
|
|
|
4346
|
|
|
4347 * console.h (struct console_methods): Indentation nitpicking.
|
|
|
4348
|
|
|
4349 * device-msw.c (mswindows_init_device): Do not initialize geometry
|
|
|
4350 cache. Initialize update tick.
|
|
|
4351 (mswindows_device_system_metrics): Ask the device for its geometry.
|
|
446
|
4352 (global_free_2_maybe):
|
|
|
4353 (devmode_to_hglobal):
|
|
|
4354 (handle_printer_changes):
|
|
|
4355 (ensure_not_printing):
|
|
|
4356 (print_dialog_worker):
|
|
|
4357 (Fmsprinter_print_setup_dialog):
|
|
|
4358 (Fmsprinter_print_dialog):
|
|
|
4359 (plist_get_margin):
|
|
|
4360 (plist_set_margin):
|
|
442
|
4361 (Fmsprinter_page_setup_dialog): Added functions.
|
|
446
|
4362 (sync_printer_with_devmode):
|
|
|
4363 (handle_devmode_changes):
|
|
|
4364 (Fmsprinter_get_settings):
|
|
|
4365 (Fmsprinter_select_settings):
|
|
442
|
4366 (Fmsprinter_apply_settings):
|
|
446
|
4367 (allocate_devmode):
|
|
|
4368 (Fmsprinter_settings_copy):
|
|
|
4369 (Fmsprinter_settings_despecialize):
|
|
|
4370 (print_devmode):
|
|
|
4371 (finalize_devmode):
|
|
|
4372 (equal_devmode):
|
|
442
|
4373 (hash_devmode): Added functions
|
|
|
4374 (syms_of_device_mswindows): Init devmode lrecord class.
|
|
|
4375
|
|
|
4376 * device.h: Added an exfun for find-device.
|
|
|
4377
|
|
|
4378 * event-msw.c (mswindows_wnd_proc): Do not update the cached
|
|
|
4379 geometry; although, recreate the device compatible DC.
|
|
|
4380
|
|
|
4381 * frame-msw.c (mswindows_get_selected_frame_hwnd): Added.
|
|
|
4382 (msprinter_init_frame_3):
|
|
446
|
4383 (msprinter_frame_property):
|
|
442
|
4384 (msprinter_internal_frame_property_p):
|
|
446
|
4385 (msprinter_frame_properties):
|
|
442
|
4386 (msprinter_set_frame_properties): Removed 'orientation and 'duplex
|
|
|
4387 print job properties (will move to device settings).
|
|
|
4388
|
|
|
4389 * lisp.h: Added symbols.
|
|
|
4390
|
|
|
4391 * general.c (syms_of_general): Declared them.
|
|
|
4392
|
|
|
4393 * hash.c (string_hash): Added.
|
|
|
4394
|
|
|
4395 * lrecord.h (lrecord_type): Added devmode lrecord type.
|
|
|
4396
|
|
|
4397 2000-07-02 Mike Sperber <mike@xemacs.org>
|
|
|
4398
|
|
|
4399 * s/freebsd.h (INTERRUPTIBLE_OPEN): open *is* interruptible on
|
|
|
4400 FreeBSD 4.0.
|
|
|
4401
|
|
|
4402 2000-06-07 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
4403
|
|
|
4404 * doprnt.c (emacs_doprnt_1): Fix problem with %0XXd for a negative
|
|
|
4405 integer.
|
|
|
4406
|
|
|
4407 2000-06-07 MORIOKA Tomohiko <tomo@urania.m17n.org>
|
|
|
4408
|
|
|
4409 * data.c (Fstring_to_number): Don't recognize floating point if
|
|
|
4410 base is not 10.
|
|
|
4411
|
|
|
4412 2000-06-22 Martin Buchholz <martin@xemacs.org>
|
|
|
4413
|
|
|
4414 * glyphs-widget.c (tab_control_query_geometry):
|
|
|
4415 (widget_query_geometry):
|
|
|
4416 (button_query_geometry):
|
|
|
4417 * glyphs.c (text_query_geometry):
|
|
|
4418 Enforce type correctness.
|
|
|
4419
|
|
|
4420 2000-06-18 Martin Buchholz <martin@xemacs.org>
|
|
|
4421
|
|
|
4422 * s/decosf4-0.h (_etext): Use portable _etext instead of etext.
|
|
|
4423 * s/decosf4-0.h (_edata): Use portable _edata instead of edata.
|
|
|
4424
|
|
|
4425 2000-06-17 Martin Buchholz <martin@xemacs.org>
|
|
|
4426
|
|
|
4427 * s/decosf4-0.h: Never #include "/usr/include/FOO.h" because this
|
|
|
4428 conflicts with gcc's fixincluded version of FOO.h.
|
|
|
4429
|
|
|
4430 * glyphs.h (image_instance_geometry): Remove trailing `,'
|
|
|
4431
|
|
|
4432 2000-06-08 Mike Alexander <mta@arbortext.com>
|
|
|
4433
|
|
|
4434 (MAX_SHOVE_BUFFER_SIZE): Change to 512 to match stream buffer size
|
|
|
4435 (shove_thread): Don't write the same output twice
|
|
|
4436 (make_ntpipe_output_stream): Increase priority of shove thread
|
|
|
4437 (ntpipe_shove_writer): Call SwitchToThread to give shove thread a
|
|
|
4438 chance to run
|
|
|
4439 (ntpipe_shove_closer): Don't delete the pipe until we're done with
|
|
|
4440 it.
|
|
|
4441
|
|
|
4442 2000-06-12 Ben Wing <ben@xemacs.org>
|
|
|
4443
|
|
|
4444 * s\mingw32.h (sigset):
|
|
|
4445 * s\windowsnt.h (sigset):
|
|
|
4446 rename msw_ to mswindows_ for consistency with general convention.
|
|
|
4447
|
|
|
4448 2000-06-12 Ben Wing <ben@xemacs.org>
|
|
|
4449
|
|
|
4450 * console-msw.c:
|
|
|
4451 * console-msw.c (mswindows_get_console_hwnd):
|
|
|
4452 * console-msw.c (mswindows_ensure_console_allocated):
|
|
|
4453 * console-msw.c (mswindows_hide_console):
|
|
|
4454 * console-msw.c (mswindows_show_console):
|
|
|
4455 * console-msw.c (mswindows_ensure_console_buffered):
|
|
|
4456 * console-msw.c (mswindows_output_console_string):
|
|
|
4457 * console-msw.c (mswindows_windows9x_p):
|
|
|
4458 * console-msw.h:
|
|
|
4459 * device-msw.c (mswindows_get_workspace_coords):
|
|
|
4460 * device-msw.c (mswindows_device_system_metrics):
|
|
|
4461 * dialog-msw.c (mswindows_popup_dialog_box):
|
|
|
4462 * event-msw.c (mswindows_wnd_proc):
|
|
|
4463 * frame-msw.c (mswindows_size_frame_internal):
|
|
|
4464 * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
|
|
|
4465 * menubar-msw.c (displayable_menu_item):
|
|
|
4466 * menubar-msw.c (mswindows_char_is_accelerator):
|
|
|
4467 * nt.c:
|
|
|
4468 * nt.c (mswindows_sigset):
|
|
|
4469 * nt.c (mswindows_sigrelse):
|
|
|
4470 * nt.c (mswindows_sigpause):
|
|
|
4471 * nt.c (mswindows_raise):
|
|
|
4472 * nt.c (timer_proc):
|
|
|
4473 * ntproc.c:
|
|
|
4474 * ntproc.c (find_child_console):
|
|
|
4475 * ntproc.c (sys_kill):
|
|
|
4476 * print.c:
|
|
|
4477 * print.c (std_handle_out_external):
|
|
|
4478 * process-nt.c (find_child_console):
|
|
|
4479 * process-nt.c (send_signal_the_95_way):
|
|
|
4480 * process-nt.c (ensure_console_window_exists):
|
|
|
4481 * process-nt.c (nt_create_process):
|
|
|
4482 * syssignal.h:
|
|
|
4483 rename msw_ to mswindows_ for consistency with general convention.
|
|
|
4484
|
|
|
4485 * emacs.c:
|
|
|
4486 * dumper.c:
|
|
|
4487 include nt.h, not syswindows.h.
|
|
|
4488
|
|
|
4489 * nt.c (mswindows_fstat):
|
|
|
4490 * nt.c (mswindows_stat):
|
|
|
4491 prefix mswindows_ instead of attempting to directly override the
|
|
|
4492 library functions. fix declarations.
|
|
446
|
4493
|
|
442
|
4494 * nt.h:
|
|
|
4495 include syswindows.h. move some sysdep.h stuff here.
|
|
446
|
4496
|
|
442
|
4497 * ntheap.h:
|
|
|
4498 include syswindows.h, not <windows.h>.
|
|
|
4499
|
|
|
4500 * ntplay.c:
|
|
|
4501 clean up headers.
|
|
446
|
4502
|
|
442
|
4503 * sysdep.c:
|
|
|
4504 clean up headers.
|
|
446
|
4505
|
|
442
|
4506 * sysdep.c (sys_fstat):
|
|
|
4507 * sysdep.c (sys_stat):
|
|
|
4508 call mswindows versions when appropriate.
|
|
446
|
4509
|
|
442
|
4510 * sysdep.h:
|
|
|
4511 move mswin decls to nt.h.
|
|
446
|
4512
|
|
442
|
4513 * syswindows.h:
|
|
|
4514 add long comment describing appropriate use of the various windows
|
|
|
4515 headers.
|
|
|
4516
|
|
|
4517 2000-06-11 Ben Wing <ben@xemacs.org>
|
|
|
4518
|
|
|
4519 * device-x.c: Correct doc string for sixth arg of x-get-resource.
|
|
|
4520
|
|
|
4521 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
|
4522
|
|
|
4523 * Makefile.in.in (release):
|
|
|
4524 Correction to make sure xemacs.exe always dumped when correct.
|
|
446
|
4525
|
|
442
|
4526 * alloca.c:
|
|
|
4527 * balloon_help.c:
|
|
|
4528 [[[[3]]]]: Conditionalize on actual problem, not WINDOWSNT.
|
|
446
|
4529
|
|
442
|
4530 * buffer.c (set_buffer_internal):
|
|
|
4531 [[[[2]]]]: Remove HAVE_FEP code.
|
|
|
4532
|
|
|
4533 * buffer.c (init_initial_directory):
|
|
|
4534 [3].
|
|
446
|
4535
|
|
442
|
4536 * bytecode.c:
|
|
|
4537 [[[[4]]]]: limits.h standardly included in lisp.h; remove from
|
|
|
4538 individual files.
|
|
446
|
4539
|
|
442
|
4540 * callproc.c:
|
|
|
4541 * callproc.c (call_process_cleanup):
|
|
|
4542 * callproc.c (Fold_call_process_internal):
|
|
|
4543 * callproc.c (child_setup):
|
|
|
4544 * callproc.c (getenv_internal):
|
|
|
4545 * callproc.c (init_callproc):
|
|
|
4546 * callproc.c (vars_of_callproc):
|
|
|
4547 [[[[1]]]]: WINDOWSNT -> WIN32_NATIVE.
|
|
|
4548 __CYGWIN32__ -> CYGWIN.
|
|
|
4549 DOS_NT -> WIN32_NATIVE.
|
|
|
4550 Remove MSDOS support/references, converting to WIN32_NATIVE
|
|
|
4551 where correct.
|
|
|
4552 __MINGW32__ -> MINGW.
|
|
|
4553 Fix windows.h includes.
|
|
|
4554 Remove bogus HAVE_NTGUI.
|
|
|
4555
|
|
|
4556 * config.h.in:
|
|
|
4557 [2].
|
|
446
|
4558
|
|
442
|
4559 * console-msw.c:
|
|
|
4560 mswindows_message_outputted added for use in allowing startup
|
|
|
4561 errors on the console to be seen.
|
|
446
|
4562
|
|
442
|
4563 * console-msw.c (msw_ensure_console_allocated):
|
|
|
4564 * console-msw.c (msw_output_console_string):
|
|
|
4565 * console-msw.c (DHEADER):
|
|
|
4566 * console-msw.c (DOPAQUE_DATA):
|
|
|
4567 * console-msw.c (DEVENT):
|
|
|
4568 * console-msw.c (DCONS):
|
|
|
4569 * console-msw.c (DCONSCDR):
|
|
|
4570 * console-msw.c (DSTRING):
|
|
|
4571 * console-msw.c (DVECTOR):
|
|
|
4572 * console-msw.c (DSYMBOL):
|
|
|
4573 * console-msw.c (DSYMNAME):
|
|
|
4574 Fix warnings.
|
|
446
|
4575
|
|
442
|
4576 * console-stream.c (stream_init_console):
|
|
|
4577 Fix text/binary problems.
|
|
446
|
4578
|
|
442
|
4579 * device-msw.c:
|
|
|
4580 * device-msw.c (mswindows_finish_init_device):
|
|
|
4581 * device-msw.c (mswindows_delete_device):
|
|
|
4582 [1].
|
|
446
|
4583
|
|
442
|
4584 * device.c (handle_asynch_device_change):
|
|
|
4585 [3].
|
|
446
|
4586
|
|
442
|
4587 * dgif_lib.c:
|
|
|
4588 * dgif_lib.c (DGifOpenFileName):
|
|
|
4589 * dgif_lib.c (DGifOpenFileHandle):
|
|
|
4590 * dgif_lib.c (DGifGetLine):
|
|
|
4591 * dgif_lib.c (DGifGetPixel):
|
|
|
4592 Added config.h/lisp.h, fix up includes.
|
|
|
4593 [1].
|
|
446
|
4594
|
|
442
|
4595 * dired-msw.c:
|
|
|
4596 [4].
|
|
446
|
4597
|
|
442
|
4598 * dired.c:
|
|
|
4599 * dired.c (file_name_completion):
|
|
|
4600 * dired.c (Ffile_attributes):
|
|
|
4601 * dired.c (syms_of_dired):
|
|
|
4602 [1].
|
|
446
|
4603
|
|
442
|
4604 * dumper.c:
|
|
|
4605 * dumper.c (pdump_file_unmap):
|
|
|
4606 * dumper.c (pdump_load):
|
|
|
4607 [1].
|
|
446
|
4608
|
|
442
|
4609 * editfns.c:
|
|
|
4610 * editfns.c (Ftemp_directory):
|
|
|
4611 * editfns.c (user_login_name):
|
|
|
4612 * editfns.c (Fuser_real_login_name):
|
|
|
4613 * editfns.c (get_home_directory):
|
|
|
4614 [1].
|
|
446
|
4615
|
|
442
|
4616 * elhash.c (finish_marking_weak_hash_tables):
|
|
|
4617 [[[[5]]]]: Fix GCC warnings.
|
|
446
|
4618
|
|
442
|
4619 * emacs.c:
|
|
|
4620 * emacs.c (mswindows_handle_hardware_exceptions):
|
|
|
4621 * emacs.c (make_arg_list_1):
|
|
|
4622 * emacs.c (main_1):
|
|
|
4623 * emacs.c (Fkill_emacs):
|
|
|
4624 * emacs.c (Fdump_emacs):
|
|
|
4625 [1].
|
|
|
4626 Fix problems with nested crashes, add long comment.
|
|
446
|
4627
|
|
442
|
4628 * event-Xt.c (init_event_Xt_late):
|
|
|
4629 [1].
|
|
446
|
4630
|
|
442
|
4631 * event-msw.c:
|
|
|
4632 * event-msw.c (mswindows_dde_callback):
|
|
|
4633 * event-msw.c (mswindows_handle_sticky_modifiers):
|
|
|
4634 * event-msw.c (mswindows_wnd_proc):
|
|
|
4635 [1].
|
|
|
4636 [5].
|
|
446
|
4637
|
|
442
|
4638 * events.c (character_to_event):
|
|
|
4639 [1].
|
|
446
|
4640
|
|
442
|
4641 * fileio.c:
|
|
|
4642 * fileio.c (Ffile_name_directory):
|
|
|
4643 * fileio.c (Ffile_name_nondirectory):
|
|
|
4644 * fileio.c (directory_file_name):
|
|
|
4645 * fileio.c (Fexpand_file_name):
|
|
|
4646 * fileio.c (Fsubstitute_in_file_name):
|
|
|
4647 * fileio.c (Ffile_name_absolute_p):
|
|
|
4648 * fileio.c (check_executable):
|
|
|
4649 * fileio.c (Ffile_readable_p):
|
|
|
4650 * fileio.c (Ffile_accessible_directory_p):
|
|
|
4651 * fileio.c (Ffile_modes):
|
|
|
4652 * fileio.c (Funix_sync):
|
|
|
4653 * fileio.c (vars_of_fileio):
|
|
|
4654 [1]. [4].
|
|
|
4655
|
|
|
4656 [[[[7]]]]: Move CORRECT_DIR_SEPS to s\windowsnt.h.
|
|
446
|
4657
|
|
442
|
4658 Expand getdefdir defn.
|
|
|
4659 Fix bogus rename() comment.
|
|
|
4660
|
|
|
4661 [[[[6]]]]: Fix Windows includes w.r.t. removed nt\inc. Attempt
|
|
|
4662 to use standard XEmacs include files, e.g. sysfile.h, rather
|
|
|
4663 than system-specific includes.
|
|
446
|
4664
|
|
442
|
4665 * fns.c:
|
|
|
4666 * fns.c (Fsubseq):
|
|
|
4667 [5]. [6].
|
|
446
|
4668
|
|
442
|
4669 * frame.c (vars_of_frame):
|
|
|
4670 [1].
|
|
446
|
4671
|
|
442
|
4672 * getloadavg.c:
|
|
|
4673 * getloadavg.c (getloadavg):
|
|
|
4674 [1]. [6].
|
|
|
4675 #ifdef XEMACS not defined on Cygwin. Remove this; no need for it.
|
|
|
4676 (We don't use it elsewhere in the code; just add a comment.)
|
|
446
|
4677
|
|
442
|
4678 * gif_io.c:
|
|
|
4679 [6].
|
|
|
4680 Add config.h.
|
|
446
|
4681
|
|
442
|
4682 * glyphs-msw.c:
|
|
|
4683 * glyphs-msw.c (mswindows_resource_instantiate):
|
|
|
4684 [1].
|
|
446
|
4685
|
|
442
|
4686 * glyphs-x.c (x_native_layout_instantiate):
|
|
|
4687 [5].
|
|
446
|
4688
|
|
442
|
4689 * gui-msw.c (Fmswindows_shell_execute):
|
|
|
4690 [1].
|
|
446
|
4691
|
|
442
|
4692 * insdel.c:
|
|
|
4693 [4].
|
|
446
|
4694
|
|
442
|
4695 * lisp.h:
|
|
|
4696 [4]. [5].
|
|
446
|
4697
|
|
442
|
4698 * lread.c (locate_file_in_directory_mapper):
|
|
|
4699 [1].
|
|
446
|
4700
|
|
442
|
4701 * lstream.c:
|
|
|
4702 [4].
|
|
446
|
4703
|
|
442
|
4704 * mem-limits.h:
|
|
|
4705 * mem-limits.h (get_lim_data):
|
|
|
4706 [1].
|
|
446
|
4707
|
|
442
|
4708 * menubar-msw.c:
|
|
|
4709 [4].
|
|
446
|
4710
|
|
442
|
4711 * ndir.h:
|
|
|
4712 [1].
|
|
446
|
4713
|
|
442
|
4714 * nt.c:
|
|
|
4715 * nt.c (getwd):
|
|
|
4716 * nt.c (closedir):
|
|
|
4717 * nt.c (rva_to_section):
|
|
|
4718 * nt.c (mswindows_executable_type):
|
|
|
4719 [1]. [6].
|
|
|
4720 Fix closedir() defn.
|
|
446
|
4721
|
|
442
|
4722 * nt.h:
|
|
|
4723 [[[[8]]]]: *_OK defs moved to sysfile.h.
|
|
446
|
4724
|
|
442
|
4725 * ntproc.c:
|
|
|
4726 [6]. [7].
|
|
446
|
4727
|
|
442
|
4728 * objects-x.c:
|
|
|
4729 [4].
|
|
446
|
4730
|
|
442
|
4731 * print.c:
|
|
|
4732 * print.c (std_handle_out_external):
|
|
|
4733 [1]. [4].
|
|
446
|
4734
|
|
442
|
4735 * process-nt.c:
|
|
|
4736 * process-nt.c (nt_create_process):
|
|
|
4737 [6].
|
|
|
4738 try to fix process quoting somewhat.
|
|
446
|
4739
|
|
442
|
4740 * process-unix.c (unix_create_process):
|
|
|
4741 [1].
|
|
446
|
4742
|
|
442
|
4743 * process.c:
|
|
|
4744 * process.c (vars_of_process):
|
|
|
4745 Add Vnull_device.
|
|
446
|
4746
|
|
442
|
4747 * process.h:
|
|
|
4748 [1].
|
|
446
|
4749
|
|
442
|
4750 * realpath.c:
|
|
|
4751 * realpath.c (xrealpath):
|
|
|
4752 [1].
|
|
446
|
4753
|
|
442
|
4754 * redisplay-tty.c (init_tty_for_redisplay):
|
|
|
4755 [3].
|
|
446
|
4756
|
|
442
|
4757 * redisplay.c:
|
|
|
4758 [4]. [6].
|
|
446
|
4759
|
|
442
|
4760 * scrollbar-msw.c:
|
|
|
4761 [4].
|
|
446
|
4762
|
|
442
|
4763 * sheap.c:
|
|
|
4764 * sheap.c (more_static_core):
|
|
|
4765 * sheap.c (report_sheap_usage):
|
|
|
4766 [5]. [6].
|
|
446
|
4767
|
|
442
|
4768 * signal.c:
|
|
|
4769 * signal.c (alarm_signal):
|
|
446
|
4770 [1]. [6].
|
|
|
4771
|
|
442
|
4772 * sound.c:
|
|
|
4773 [6].
|
|
446
|
4774
|
|
442
|
4775 * strftime.c:
|
|
|
4776 * strftime.c (zone_name):
|
|
|
4777 [1]. [5].
|
|
446
|
4778
|
|
442
|
4779 * symsinit.h (init_sunpro):
|
|
|
4780 [1].
|
|
446
|
4781
|
|
442
|
4782 * syscommctrl.h:
|
|
|
4783 commctrl.h not in Cygwin b20.1.
|
|
446
|
4784
|
|
442
|
4785 * sysdep.c:
|
|
|
4786 * sysdep.c (endif):
|
|
|
4787 * sysdep.c (sys_subshell):
|
|
|
4788 * sysdep.c (init_baud_rate):
|
|
|
4789 * sysdep.c (emacs_get_tty):
|
|
|
4790 * sysdep.c (emacs_set_tty):
|
|
|
4791 * sysdep.c (tty_init_sys_modes_on_device):
|
|
|
4792 * sysdep.c (init_system_name):
|
|
|
4793 * sysdep.c (sys_open):
|
|
|
4794 * sysdep.c (interruptible_open):
|
|
|
4795 * sysdep.c (sys_fopen):
|
|
|
4796 * sysdep.c (sys_mkdir):
|
|
|
4797 * sysdep.c (sys_rename):
|
|
|
4798 * sysdep.c (get_process_times_1):
|
|
|
4799 [1]. [6].
|
|
446
|
4800
|
|
442
|
4801 * sysdep.h:
|
|
|
4802 [1].
|
|
446
|
4803
|
|
442
|
4804 * sysdir.h:
|
|
|
4805 * sysdir.h (DIRENTRY_NONEMPTY):
|
|
|
4806 [1]. [6].
|
|
446
|
4807
|
|
442
|
4808 * sysdll.c (dll_init):
|
|
|
4809 * sysdll.h:
|
|
|
4810 [1].
|
|
446
|
4811
|
|
442
|
4812 * sysfile.h:
|
|
|
4813 [1]. [6]. [8].
|
|
|
4814 added text/binary defs.
|
|
446
|
4815
|
|
442
|
4816 * sysfloat.h:
|
|
|
4817 [1].
|
|
446
|
4818
|
|
442
|
4819 * sysproc.h:
|
|
|
4820 * sysproc.h (EDESTADDRREQ):
|
|
|
4821 * sysproc.h (poll_fds_for_input):
|
|
|
4822 [1]. [6].
|
|
446
|
4823
|
|
442
|
4824 * syspwd.h:
|
|
|
4825 [6].
|
|
446
|
4826
|
|
442
|
4827 * syssignal.h:
|
|
|
4828 [1].
|
|
446
|
4829
|
|
442
|
4830 * systime.h:
|
|
|
4831 [1]. [6].
|
|
446
|
4832
|
|
442
|
4833 * systty.h:
|
|
|
4834 [1].
|
|
446
|
4835
|
|
442
|
4836 * syswindows.h:
|
|
|
4837 [1].
|
|
|
4838 Always define WIN32_LEAN_AND_MEAN.
|
|
446
|
4839
|
|
442
|
4840 * unexcw.c (unexec):
|
|
|
4841 [5].
|
|
446
|
4842
|
|
442
|
4843 * unexec.c:
|
|
|
4844 * unexec.c (copy_text_and_data):
|
|
|
4845 * unexec.c (adjust_lnnoptrs):
|
|
|
4846 [1].
|
|
446
|
4847
|
|
442
|
4848 * unexnt.c:
|
|
|
4849 * unexnt.c (_start):
|
|
|
4850 [1].
|
|
446
|
4851
|
|
442
|
4852 2000-06-07 Ben Wing <ben@xemacs.org>
|
|
|
4853
|
|
|
4854 * mule-mcpath.c, mule-mcpath.h: Removed. Old, crufty code that
|
|
|
4855 was used only as a model. We've long since extracted any useful
|
|
|
4856 logic or code out of this. (I just did an exhaustive search.)
|
|
|
4857
|
|
|
4858 * s\msdos.h: Removed.
|
|
|
4859
|
|
|
4860 * s\windows95.h: Removed.
|
|
|
4861
|
|
|
4862 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
|
4863
|
|
|
4864 * s\cygwin32.h:
|
|
|
4865 [1]. [5].
|
|
|
4866 Don't use extern with fun defs.
|
|
446
|
4867
|
|
442
|
4868 * s\mingw32.h:
|
|
|
4869 [1]. [7].
|
|
|
4870 Remove nt\inc include.
|
|
|
4871 Remove getdisk, getdefdir. (The former is unused, the latter
|
|
|
4872 expanded in fileio.h.)
|
|
446
|
4873
|
|
442
|
4874 * s\windowsnt.h:
|
|
|
4875 * s\windowsnt.h (WIN32_NATIVE):
|
|
|
4876 * s\windowsnt.h (HAVE_STRCASECMP):
|
|
|
4877 [1]. [7].
|
|
|
4878 Add long comment about preprocessor changes.
|
|
|
4879 Remove getdisk, getdefdir. (The former is unused, the latter
|
|
|
4880 expanded in fileio.h.)
|
|
|
4881
|
|
|
4882 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
|
4883
|
|
|
4884 * m\arm.h:
|
|
|
4885 * m\delta.h:
|
|
|
4886 * m\intel386.h:
|
|
|
4887 * m\sequent.h:
|
|
|
4888 * m\template.h:
|
|
|
4889 * m\windowsnt.h:
|
|
|
4890 [1].
|
|
|
4891 Remove bogus/unused NO_SOCK_SIGIO.
|
|
446
|
4892
|
|
442
|
4893 2000-06-08 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
4894
|
|
|
4895 * lisp.h (set_string_char): Call set_string_byte with a Bufbyte,
|
|
|
4896 not an Emchar.
|
|
|
4897
|
|
|
4898 2000-06-04 Mike Sperber <mike@xemacs.org>
|
|
|
4899
|
|
|
4900 * casetab.c (set_case_table): For `set-standard-case-table',
|
|
|
4901 actually deposit the new case tables where the rest of XEmacs can
|
|
|
4902 see them.
|
|
|
4903
|
|
|
4904 2000-06-05 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
4905
|
|
|
4906 * data.c (Faset): Don't cast XCHAR() to unsigned char.
|
|
|
4907
|
|
|
4908 2000-06-05 Ben Wing <ben@xemacs.org>
|
|
|
4909
|
|
|
4910 * callproc.c (child_setup): Don't do close_load_descs() under
|
|
|
4911 MS Windows. Put in a comment explaining why.
|
|
|
4912
|
|
|
4913 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
4914
|
|
|
4915 * process-nt.c: Reverting patch "Fixing nt_create_process for MKS
|
|
|
4916 Toolkit shell" which breaks `kill-compilation' on Windows NT
|
|
|
4917 native, retaining STDERR handling improvements.
|
|
|
4918
|
|
|
4919 2000-06-01 Andreas Jaeger <aj@suse.de>
|
|
|
4920
|
|
|
4921 * s/s390.h: Support for S390, based on a patch by Martin
|
|
|
4922 Schwidefsky <schwidefsky@de.ibm.com>.
|
|
|
4923
|
|
|
4924 2000-05-30 Andy Piper <andy@xemacs.org>
|
|
|
4925
|
|
446
|
4926 * window.c (allocate_window):
|
|
|
4927 (make_dummy_parent):
|
|
442
|
4928 (Fset_window_configuration): use new hashtable type.
|
|
|
4929
|
|
446
|
4930 * glyphs.h (IMAGE_UNSPECIFIED_GEOMETRY):
|
|
|
4931 (struct image_instantiator_methods):
|
|
442
|
4932 (struct Lisp_Image_Instance): make instance geometry signed.
|
|
|
4933
|
|
446
|
4934 * glyphs.c (instantiate_image_instantiator):
|
|
|
4935 (image_instance_query_geometry):
|
|
|
4936 (image_instance_layout):
|
|
|
4937 (image_instance_layout):
|
|
|
4938 (query_string_geometry):
|
|
|
4939 (text_query_geometry):
|
|
|
4940 (image_instantiate):
|
|
|
4941 (image_instantiate):
|
|
|
4942 (cache_subwindow_instance_in_frame_maybe):
|
|
442
|
4943 (subwindow_query_geometry): make instance geometry signed.
|
|
|
4944
|
|
446
|
4945 * glyphs-widget.c (widget_query_geometry):
|
|
|
4946 (widget_layout):
|
|
|
4947 (button_query_geometry):
|
|
|
4948 (tree_view_query_geometry):
|
|
|
4949 (tab_control_query_geometry):
|
|
|
4950 (layout_query_geometry):
|
|
|
4951 (layout_layout):
|
|
442
|
4952 (native_layout_layout): make instance geometry signed.
|
|
|
4953
|
|
|
4954 2000-05-29 Olivier Galibert <galibert@pobox.com>
|
|
|
4955
|
|
|
4956 * lisp.h: Add Qfull_assoc symbol and WEAK_LIST_FULL_ASSOC
|
|
|
4957 constant.
|
|
|
4958
|
|
|
4959 * general.c (syms_of_general): Add Qfull_assoc symbol.
|
|
|
4960
|
|
|
4961 * data.c (finish_marking_weak_lists): Mark full-assoc lists
|
|
|
4962 correctly.
|
|
|
4963 (decode_weak_list_type): Decode full-assoc type.
|
|
|
4964 (encode_weak_list_type): Encode full-assoc type.
|
|
|
4965 (Fmake_weak_list): Update doc string.
|
|
|
4966
|
|
|
4967 2000-05-30 Andy Piper <andy@xemacs.org>
|
|
|
4968
|
|
|
4969 * elhash.h (hash_table_weakness): new KEY_VALUE weak hashtable.
|
|
|
4970
|
|
|
4971 * elhash.c (print_hash_table): new KEY_VALUE weak hashtable.
|
|
|
4972 (decode_hash_table_weakness): ditto.
|
|
|
4973 (Fhash_table_weakness): ditto.
|
|
|
4974 (Fhash_table_type): ditto.
|
|
|
4975 (finish_marking_weak_hash_tables): ditto.
|
|
|
4976 (hash_table_weakness_validate): ditto.
|
|
|
4977 (syms_of_elhash): ditto.
|
|
|
4978
|
|
|
4979 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
|
4980
|
|
|
4981 * XEmacs 21.2.34 is released.
|
|
|
4982
|
|
|
4983 2000-05-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
4984
|
|
|
4985 * redisplay.c (VERTICAL_CLIP): No longer reset when updating line
|
|
|
4986 start cache.
|
|
|
4987 (updating_line_start_cache): Gone.
|
|
|
4988 (regenerate_window): Replace resetting of VERTICAL_CLIP by
|
|
|
4989 generic code to force a minimum of 1 line laid out in the
|
|
|
4990 CMOTION_DISP case.
|
|
|
4991
|
|
|
4992 2000-05-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
4993
|
|
|
4994 * glyphs.c (instantiate_image_instantiator): Check for initialized
|
|
|
4995 height & width no longer special cases IMAGE_NOTHING.
|
|
|
4996 (nothing_instantiate): Set height and width of instance.
|
|
|
4997
|
|
|
4998 2000-05-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
4999
|
|
|
5000 * unexelf.c (unexec): Search for ".data" section.
|
|
|
5001 Initialize new_data2_offset from old_data_index.
|
|
|
5002 Remove redundant check for ElfW.
|
|
|
5003
|
|
|
5004 2000-05-23 Andy Piper <andy@xemacs.org>
|
|
|
5005
|
|
|
5006 * glyphs.c (get_image_instantiator_governing_domain): allow more
|
|
|
5007 specific domains as the governing domain rather than expecting an
|
|
|
5008 exact match. This fixes problems with layouts.
|
|
|
5009
|
|
|
5010 2000-05-22 Andy Piper <andy@xemacs.org>
|
|
|
5011
|
|
|
5012 * redisplay-output.c (compare_runes): check for non-images
|
|
|
5013
|
|
|
5014 * glyphs.c (set_glyph_dirty_p): ditto.
|
|
|
5015 (update_glyph_cachel_data): ditto.
|
|
|
5016
|
|
|
5017 * glyphs-widget.c (layout_post_instantiate): ditto.
|
|
|
5018 (layout_post_instantiate): ditto.
|
|
|
5019
|
|
|
5020 * event-msw.c (mswindows_wnd_proc): warning removal.
|
|
|
5021
|
|
|
5022 2000-05-12 Craig Lanning <CraigL@DyCon.com>
|
|
|
5023
|
|
|
5024 * s\mingw32.h: Added #undef for CLASH_DETECTION.
|
|
|
5025
|
|
|
5026 * syswindows.h: Moved PBS_SMOOTH definition to syscommctrl.h.
|
|
|
5027
|
|
|
5028 * syscommctrl.h (PBS_SMOOTH): Moved from syswindows.h.
|
|
|
5029
|
|
|
5030 * nt.c (rva_to_section): mingw32 needs rva_to_section.
|
|
|
5031 (mswindows_executable_type): mingw32 now has enough headers for
|
|
|
5032 this to work.
|
|
|
5033
|
|
|
5034 2000-05-20 Andy Piper <andy@xemacs.org>
|
|
|
5035
|
|
|
5036 * console-msw.c (mswindows_output_last_error): ; -> ,
|
|
|
5037
|
|
|
5038 2000-05-12 Andy Piper <andy@xemacs.org>
|
|
|
5039
|
|
|
5040 * console-msw.c (FROB): compare ints with ints.
|
|
|
5041
|
|
|
5042 2000-05-11 Andy Piper <andy@xemacs.org>
|
|
|
5043
|
|
|
5044 * glyphs-x.c (x_finalize_image_instance): make minimal build
|
|
|
5045 happy.
|
|
|
5046
|
|
|
5047 2000-05-20 Ben Wing <ben@xemacs.org>
|
|
|
5048
|
|
|
5049 * event-Xt.c:
|
|
|
5050 * event-Xt.c (vars_of_event_Xt):
|
|
|
5051 move modifier-keys-are-sticky to event-stream.c.
|
|
446
|
5052
|
|
442
|
5053 * event-msw.c:
|
|
|
5054 * event-msw.c (mswindows_enqueue_mouse_button_event):
|
|
|
5055 * event-msw.c (key_needs_default_processing_p):
|
|
|
5056 * event-msw.c (XEMSW_LCONTROL):
|
|
|
5057 * event-msw.c (mswindows_handle_sticky_modifiers):
|
|
|
5058 * event-msw.c (FROB):
|
|
|
5059 * event-msw.c (clear_sticky_modifiers):
|
|
|
5060 * event-msw.c (output_modifier_keyboard_state):
|
|
|
5061 * event-msw.c (output_alt_keyboard_state):
|
|
|
5062 * event-msw.c (mswindows_wnd_proc):
|
|
|
5063 * event-msw.c (mswindows_modifier_state):
|
|
|
5064 * event-msw.c (emacs_mswindows_handle_magic_event):
|
|
|
5065 implement sticky modifiers.
|
|
446
|
5066
|
|
442
|
5067 * event-stream.c:
|
|
|
5068 * event-stream.c (vars_of_event_stream):
|
|
|
5069 move modifier-keys-are-sticky here.
|
|
|
5070
|
|
|
5071 * lisp.h:
|
|
|
5072 add CHECK_FUNCTION.
|
|
446
|
5073
|
|
442
|
5074 * rangetab.c:
|
|
|
5075 implement map-range-table.
|
|
|
5076
|
|
|
5077
|
|
|
5078 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5079
|
|
|
5080 * redisplay-tty.c (reset_tty_modes):
|
|
|
5081 (tty_redisplay_shutdown): Adjust argument type to
|
|
|
5082 tty_frame_output_end.
|
|
|
5083
|
|
|
5084 2000-05-11 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5085
|
|
|
5086 * eval.c (Fbacktrace): Don't output a line with only right
|
|
|
5087 parenthesis.
|
|
|
5088
|
|
|
5089 2000-05-17 Kenji Itoh <keit@tpj.co.jp>
|
|
|
5090
|
|
|
5091 * postgresql.c (Fpq_connect_poll): Replace `PS' with `polling_status'.
|
|
|
5092 (Fpq_reset_poll): Ditto.
|
|
|
5093
|
|
|
5094 2000-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
|
5095
|
|
|
5096 * redisplay-tty.c: Replace tty_output_end with tty_frame_output_end.
|
|
|
5097
|
|
|
5098 2000-05-16 Ben Wing <ben@xemacs.org>
|
|
|
5099
|
|
|
5100 * buffer.c:
|
|
|
5101 * buffer.c (dfc_convert_to/from_internal_format):
|
|
|
5102 * buffer.c (reinit_vars_of_buffer):
|
|
|
5103 Fix conversion functions to allow reentrancy.
|
|
446
|
5104
|
|
442
|
5105 * console-msw.c:
|
|
|
5106 * console-msw.c (mswindows_output_last_error):
|
|
|
5107 New fun, generally useful -- output a human-readable
|
|
|
5108 version of GetLastError() on the console.
|
|
446
|
5109
|
|
442
|
5110 * console-msw.h:
|
|
|
5111 * console-msw.h (struct mswindows_frame):
|
|
|
5112 Changes for DeferWindowPos. Declare mswindows_output_last_error().
|
|
446
|
5113
|
|
442
|
5114 * console-stream.c (stream_output_begin):
|
|
|
5115 * console-stream.c (stream_output_end):
|
|
|
5116 * console-stream.c (stream_output_vertical_divider):
|
|
|
5117 * console-stream.c (stream_clear_region):
|
|
|
5118 * console-stream.c (stream_flash):
|
|
|
5119 * console-stream.c (console_type_create_stream):
|
|
|
5120 Delete blank stream methods, not needed.
|
|
446
|
5121
|
|
442
|
5122 * console.h (struct console_methods):
|
|
|
5123 Split begin/end methods into window and frame.
|
|
446
|
5124
|
|
442
|
5125 * event-msw.c:
|
|
|
5126 * event-msw.c (mswindows_handle_paint):
|
|
|
5127 * event-msw.c (output_alt_keyboard_state):
|
|
|
5128 * event-msw.c (mswindows_wnd_proc):
|
|
|
5129 * event-msw.c (vars_of_event_mswindows):
|
|
|
5130 Comment about problems with ignored-expose.
|
|
|
5131 Define mswindows-debug-events; not really implemented.
|
|
446
|
5132
|
|
442
|
5133 * frame-msw.c (mswindows_init_frame_1):
|
|
|
5134 random cleanups.
|
|
446
|
5135
|
|
442
|
5136 * glyphs-msw.c:
|
|
|
5137 * glyphs-msw.c (begin_defer_window_pos):
|
|
|
5138 * glyphs-msw.c (mswindows_unmap_subwindow):
|
|
|
5139 * glyphs-msw.c (mswindows_map_subwindow):
|
|
|
5140 * glyphs-msw.c (mswindows_resize_subwindow):
|
|
|
5141 Use DeferWindowPos to reduce flashing when mapping/unmapping.
|
|
446
|
5142
|
|
442
|
5143 * glyphs.c (make_image_instance_1):
|
|
|
5144 Fix crash.
|
|
446
|
5145
|
|
442
|
5146 * gutter.c (Fredisplay_gutter_area):
|
|
|
5147 Use new begin/end methods.
|
|
446
|
5148
|
|
442
|
5149 * lisp.h (Dynarr_new2):
|
|
|
5150 New creation fun.
|
|
446
|
5151
|
|
442
|
5152 * redisplay-msw.c:
|
|
|
5153 * redisplay-msw.c (mswindows_frame_output_begin):
|
|
|
5154 * redisplay-msw.c (mswindows_frame_output_end):
|
|
|
5155 * redisplay-msw.c (console_type_create_redisplay_mswindows):
|
|
|
5156 New begin/end methods -- handle DeferWindowPos.
|
|
446
|
5157
|
|
442
|
5158 * redisplay-output.c (redisplay_move_cursor):
|
|
|
5159 * redisplay-output.c (redraw_cursor_in_window):
|
|
|
5160 * redisplay-output.c (redisplay_update_line):
|
|
|
5161 * redisplay-output.c (redisplay_output_window):
|
|
|
5162 New begin/end methods.
|
|
|
5163
|
|
|
5164 * redisplay-tty.c:
|
|
|
5165 * redisplay-tty.c (tty_frame_output_begin):
|
|
|
5166 * redisplay-tty.c (tty_frame_output_end):
|
|
|
5167 * redisplay-tty.c (console_type_create_redisplay_tty):
|
|
|
5168 New begin/end methods.
|
|
|
5169
|
|
|
5170 * redisplay-x.c:
|
|
|
5171 * redisplay-x.c (x_window_output_begin):
|
|
|
5172 * redisplay-x.c (x_window_output_end):
|
|
|
5173 * redisplay-x.c (console_type_create_redisplay_x):
|
|
|
5174 New begin/end methods.
|
|
|
5175
|
|
|
5176 * redisplay.c (redisplay_frame):
|
|
|
5177 * redisplay.c (Fredisplay_echo_area):
|
|
|
5178 New begin/end methods.
|
|
|
5179 use MAYBE_DEVMETH for clear_frame; it may not exist.
|
|
|
5180
|
|
|
5181 * window.h (WINDOW_XFRAME):
|
|
|
5182 WINDOW_XFOO macros -- get locale and decode struct pointer.
|
|
|
5183
|
|
|
5184
|
|
|
5185 2000-05-12 Ben Wing <ben@xemacs.org>
|
|
|
5186
|
|
|
5187 * emacs.c:
|
|
|
5188 * emacs.c (ensure_no_quitting_from_now_on):
|
|
|
5189 * emacs.c (fatal_error_signal):
|
|
|
5190 * emacs.c (mswindows_handle_hardware_exceptions):
|
|
|
5191 * emacs.c (main):
|
|
|
5192 * emacs.c (Fkill_emacs):
|
|
|
5193 * emacs.c (shut_down_emacs):
|
|
|
5194 * emacs.c (assert_failed):
|
|
|
5195 various improvements in fatal error handling.
|
|
446
|
5196
|
|
442
|
5197 * eval.c:
|
|
|
5198 move preparing_for_armageddon to emacs.c.
|
|
446
|
5199
|
|
442
|
5200 * lisp.h:
|
|
|
5201 declare fatal_error_in_progress.
|
|
446
|
5202
|
|
442
|
5203 * print.c:
|
|
|
5204 * print.c (std_handle_out_external):
|
|
|
5205 * print.c (std_handle_out_va):
|
|
|
5206 * print.c (stderr_out):
|
|
|
5207 * print.c (stdout_out):
|
|
|
5208 use console under mswin when no standard output.
|
|
|
5209 don't do code conversion during fatal error.
|
|
446
|
5210
|
|
442
|
5211 * scrollbar.c (Fscrollbar_page_up):
|
|
|
5212 * scrollbar.c (Fscrollbar_page_down):
|
|
|
5213 fix missing else. reindent.
|
|
|
5214
|
|
|
5215 2000-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5216
|
|
446
|
5217 Emergency fix.
|
|
|
5218
|
|
|
5219 * glyphs.h (GLYPH_CACHEL_DESCENT):
|
|
|
5220 (GLYPH_CACHEL_DESCENT):
|
|
|
5221 (GLYPH_CACHEL_DESCENT):
|
|
442
|
5222 * glyphs.h (GLYPH_CACHEL_ASCENT): Match parameters to variables
|
|
|
5223 used in case these are inline functions.
|
|
|
5224 Use more absurd values to error check.
|
|
|
5225
|
|
|
5226 include window.h for error check functions.
|
|
|
5227
|
|
|
5228 2000-05-11 Ben Wing <ben@xemacs.org>
|
|
|
5229
|
|
|
5230 * cmdloop.c (Freally_early_error_handler):
|
|
|
5231 Display message box under windows; otherwise, message will disappear
|
|
|
5232 before it can be viewed.
|
|
|
5233
|
|
|
5234 * console-msw.c:
|
|
|
5235 * console-msw.c (Fmswindows_message_box):
|
|
|
5236 * console-msw.c (FROB):
|
|
|
5237 * console-msw.c (syms_of_console_mswindows):
|
|
|
5238 Define new fun `mswindows-message-box'.
|
|
|
5239 #### I will merge this into `popup-dialog-box'; just give me
|
|
|
5240 a bit of time.
|
|
446
|
5241
|
|
442
|
5242 * general.c:
|
|
|
5243 * general.c (syms_of_general):
|
|
|
5244 Some new symbols used in `mswindows-message-box'.
|
|
446
|
5245
|
|
442
|
5246 * glyphs.c:
|
|
|
5247 * glyphs.c (Fset_image_instance_property):
|
|
|
5248 put warning in this fun.
|
|
446
|
5249
|
|
442
|
5250 * glyphs.h:
|
|
|
5251 * glyphs.h (GLYPH_CACHEL_WIDTH):
|
|
|
5252 * glyphs.h (GLYPH_CACHEL_ASCENT):
|
|
|
5253 * glyphs.h (GLYPH_CACHEL):
|
|
|
5254 * glyphs.h (GLYPH_CACHEL_GLYPH):
|
|
|
5255 define error-checking versions to try to catch a bug i've seen --
|
|
|
5256 redisplay gets in an infinite loop because the glyph width of the
|
|
|
5257 continuation glyph is 65535.
|
|
446
|
5258
|
|
442
|
5259 * lisp.h:
|
|
|
5260 Extern message-box stuff.
|
|
|
5261
|
|
|
5262 * window.c (allocate_window):
|
|
|
5263 * window.c (make_dummy_parent):
|
|
|
5264 * window.c (Fset_window_configuration):
|
|
|
5265 Use EQUAL not EQ for subwindow caches to make them work a bit
|
|
|
5266 better. (Something is still very broken.)
|
|
446
|
5267
|
|
442
|
5268
|
|
|
5269 2000-05-11 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5270
|
|
|
5271 * glyphs.c (image_instantiate): Suppress gcc warnings.
|
|
|
5272 (Fmake_image_instance): Fix doc string.
|
|
|
5273 * specifier.c (Fmake_specifier): Ditto.
|
|
|
5274
|
|
|
5275 2000-05-02 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5276
|
|
|
5277 * paths.h.in (PATH_LOCK): Removed.
|
|
|
5278 * config.h.in (LOCKDIR_USER_DEFINED): Removed.
|
|
|
5279 * emacs.c (complex_vars_of_emacs): Remove configure-lock-directory.
|
|
|
5280
|
|
|
5281 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5282
|
|
|
5283 * fns.c (Ffeaturep): Update e-mail address in doc-string.
|
|
|
5284 Document (featurep '(and xemacs 21.02)).
|
|
|
5285
|
|
|
5286 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
|
5287
|
|
|
5288 * buffer.c (complex_vars_of_buffer):
|
|
|
5289 update modeline-format doc.
|
|
446
|
5290
|
|
442
|
5291 * device.h:
|
|
|
5292 comment about how DFW_DEVICE should be merged with DOMAIN_DEVICE.
|
|
446
|
5293
|
|
442
|
5294 * emacs.c:
|
|
|
5295 timeline of all released versions of Emacs, for use in creating
|
|
|
5296 authorship comments and in synching up.
|
|
446
|
5297
|
|
442
|
5298 * glyphs-widget.c (image_instantiator_buttons):
|
|
|
5299 * glyphs-widget.c (image_instantiator_edit_fields):
|
|
|
5300 * glyphs-widget.c (image_instantiator_combo_box):
|
|
|
5301 * glyphs-widget.c (image_instantiator_scrollbar):
|
|
|
5302 * glyphs-widget.c (image_instantiator_progress_guage):
|
|
|
5303 * glyphs-widget.c (image_instantiator_tree_view):
|
|
|
5304 * glyphs-widget.c (image_instantiator_tab_control):
|
|
|
5305 * glyphs-widget.c (image_instantiator_labels):
|
|
|
5306 * glyphs-widget.c (image_instantiator_layout):
|
|
|
5307 * glyphs-widget.c (image_instantiator_native_layout):
|
|
|
5308 rename decode_domain method to governing_domain.
|
|
446
|
5309
|
|
442
|
5310 * glyphs.c:
|
|
|
5311 * glyphs.c (Fvalid_image_instantiator_format_p): doc update.
|
|
|
5312 * glyphs.c (add_entry_to_device_ii_format_list):
|
|
|
5313 make sure we don't put an entry more than once into the list.
|
|
|
5314 * glyphs.c (check_instance_cache_mapper):
|
|
|
5315 *************************************************************
|
|
|
5316 allow for nil. THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
|
|
|
5317 HAVE BEEN GETTING.
|
|
|
5318 *************************************************************
|
|
|
5319 * glyphs.c (get_image_instantiator_governing_domain):
|
|
|
5320 clean up, expand on new concept of governing domain.
|
|
|
5321 * glyphs.c (instantiate_image_instantiator):
|
|
|
5322 * glyphs.c (allocate_image_instance):
|
|
|
5323 use governing_domain instead of cache_domain in naming.
|
|
|
5324 * glyphs.c (Fvalid_image_instance_type_p): fix docs.
|
|
|
5325 * glyphs.c (make_image_instance_1):
|
|
|
5326 * glyphs.c (Fmake_image_instance):
|
|
|
5327 allow for any domain (not just device), and process the
|
|
|
5328 governing domain correctly. very big doc fix.
|
|
|
5329 * glyphs.c (Fimage_instance_domain):
|
|
|
5330 new primitive, to retrieve the governing domain of an image instance.
|
|
|
5331 * glyphs.c (image_instantiate):
|
|
|
5332 use new governing_domain stuff. this fixes a crash you could get
|
|
|
5333 by instantiating certain widget glyphs in frame locales. (should
|
|
|
5334 signal an error instead of crashing.)
|
|
|
5335 * glyphs.c (Fimage_specifier_p): move doc to make-image-specifier.
|
|
|
5336 * glyphs.c (Fglyphp): clean up doc.
|
|
|
5337 * glyphs.c (subwindow_governing_domain): renamed from *_decode_domain.
|
|
|
5338 * glyphs.c (syms_of_glyphs):
|
|
|
5339 declare Fimage_instance_domain, remove unused Qlayout_image_instance_p.
|
|
|
5340 * glyphs.c (image_instantiator_format_create): add some comments about
|
|
|
5341 bogus code.
|
|
|
5342 * glyphs.c (specifier_vars_of_glyphs): totally rewrite the doc string
|
|
|
5343 for current-display-table. (Apparently Hrjove implemented in 1998 a
|
|
|
5344 design I wrote up in 1996, but didn't update the doc string.)
|
|
446
|
5345
|
|
442
|
5346 * glyphs.h: clean up a doc string.
|
|
|
5347 * glyphs.h (governing_domain):
|
|
|
5348 * glyphs.h (struct image_instantiator_methods):
|
|
|
5349 changes for governing_domain stuff.
|
|
446
|
5350
|
|
442
|
5351 * gutter.c:
|
|
|
5352 * gutter.c (Fgutter_specifier_p):
|
|
|
5353 * gutter.c (Fgutter_size_specifier_p):
|
|
|
5354 * gutter.c (Fgutter_visible_specifier_p):
|
|
|
5355 * objects.c:
|
|
|
5356 * objects.c (Fcolor_specifier_p):
|
|
|
5357 * objects.c (Ffont_specifier_p):
|
|
|
5358 * objects.c (Fface_boolean_specifier_p):
|
|
|
5359 doc strings moved to make-*-specifier.
|
|
446
|
5360
|
|
442
|
5361 * redisplay.c (add_disp_table_entry_runes_1):
|
|
|
5362 * redisplay.c (generate_fstring_runes):
|
|
|
5363 * redisplay.c (screen):
|
|
|
5364 add random comments and doc strings.
|
|
446
|
5365
|
|
442
|
5366 * specifier.c:
|
|
|
5367 * specifier.c (Fmake_specifier):
|
|
|
5368 major overhaul of this doc string.
|
|
446
|
5369
|
|
442
|
5370 * specifier.c (Fvalid_specifier_domain_p):
|
|
|
5371 comment about the bogosity of image instances being domains.
|
|
|
5372 * specifier.c (decode_domain):
|
|
|
5373 now non-static, used in glyphs.c.
|
|
|
5374 * specifier.c (specifier_instance):
|
|
|
5375 comment about the bogosity of image instances being domains.
|
|
|
5376 * specifier.c (Fgeneric_specifier_p):
|
|
|
5377 move doc string to make-generic-specifier.
|
|
|
5378 * specifier.c (VALID_SINGLE_DISPTABLE_INSTANTIATOR_P):
|
|
|
5379 rebackslashify.
|
|
446
|
5380
|
|
442
|
5381 * specifier.h:
|
|
|
5382 * specifier.h (DOMAIN_FRAME):
|
|
|
5383 * specifier.h (DOMAIN_LIVE_P):
|
|
|
5384 * specifier.h (DOMAIN_XDEVICE):
|
|
|
5385 rebackslashify.
|
|
|
5386 add comments about problems with these macros.
|
|
|
5387 prototype for decode_domain.
|
|
446
|
5388
|
|
442
|
5389 * toolbar.c:
|
|
|
5390 * toolbar.c (Ftoolbar_specifier_p):
|
|
|
5391 move doc string to `make-toolbar-specifier'.
|
|
446
|
5392
|
|
442
|
5393 * window.c (window_unmap_subwindows_cache_mapper):
|
|
|
5394 *************************************************************
|
|
|
5395 allow for nil. THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
|
|
|
5396 HAVE BEEN GETTING.
|
|
|
5397 *************************************************************
|
|
|
5398
|
|
|
5399 2000-05-09 Andy Piper <andy@xemacs.org>
|
|
|
5400
|
|
|
5401 * glyphs.h: declare reset_frame_subwindow_instance_cache.
|
|
|
5402
|
|
|
5403 * window.c (Fset_window_configuration): reset the frame subwindow
|
|
|
5404 cache and re-initialize the window subwindow caches.
|
|
|
5405
|
|
|
5406 * glyphs.c (reset_frame_subwindow_instance_cache): new function.
|
|
|
5407
|
|
|
5408 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
|
5409
|
|
|
5410 * ntheap.c (recreate_heap): Changed unknown (VC6 only?) SIZE_T to
|
|
|
5411 DWORD.
|
|
|
5412
|
|
|
5413 2000-04-26 Mike Woolley <mike@bulsara.com>
|
|
|
5414
|
|
|
5415 * ntheap.c: Changed recreate_heap to limit the amount reserved
|
|
|
5416 for the heap to that which is actually available. Also now
|
|
|
5417 displays a message box (with some dignostics) in the event that
|
|
|
5418 it still can't start.
|
|
|
5419
|
|
|
5420 2000-05-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5421
|
|
|
5422 * callproc.c (Fold_call_process_internal): GCPRO path
|
|
|
5423
|
|
|
5424 2000-05-08 Jan Vroonhof <jan@xemacs.org>
|
|
|
5425
|
|
|
5426 Patch by Bill Perry.
|
|
446
|
5427
|
|
|
5428 * scrollbar.c (Fscrollbar_page_up): Conditionalize on type of call
|
|
442
|
5429 back data instead of #ifdef.
|
|
|
5430 (Fscrollbar_page_down): ditto.
|
|
|
5431
|
|
|
5432 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
|
5433
|
|
|
5434 * buffer.h:
|
|
|
5435 Kludge for defining Qmswindows_tstr.
|
|
446
|
5436
|
|
442
|
5437 * nt.c:
|
|
|
5438 * nt.c (open_input_file):
|
|
|
5439 * nt.c (open_output_file):
|
|
|
5440 * nt.c (rva_to_section):
|
|
|
5441 * nt.c (mswindows_executable_type):
|
|
|
5442 Move all memory-mapped-file routines here (some were in unexnt.c,
|
|
|
5443 which is bad because they are used by process-nt.c, and unexnt
|
|
|
5444 won't be around when portable dumping). Synched the above routines
|
|
|
5445 with FSF 20.6.
|
|
446
|
5446
|
|
442
|
5447 * nt.h:
|
|
|
5448 Removed ifdef'd out bogus code.
|
|
|
5449 Fixed some prototypes.
|
|
446
|
5450
|
|
442
|
5451 * nt.h (file_data):
|
|
|
5452 * nt.h (OFFSET_TO_RVA):
|
|
|
5453 * nt.h (RVA_TO_OFFSET):
|
|
|
5454 * nt.h (RVA_TO_PTR):
|
|
|
5455 Moved the memory-mapped-file structures, macros and prototypes
|
|
|
5456 here, to parallel nt.c. ntheap.h should really be removed
|
|
|
5457 entirely, and it's a non-portable-dumper specific file.
|
|
446
|
5458
|
|
442
|
5459 * ntheap.h (round_to_next):
|
|
|
5460 Moved the memory-mapped-file structures, macros and prototypes
|
|
|
5461 to nt.h.
|
|
|
5462
|
|
|
5463 * ntproc.c (compare_env):
|
|
|
5464 Moved rva_to_section and mswindows_executable_type to nt.c.
|
|
|
5465 Moved compare_env to process-nt.c.
|
|
|
5466 ntproc.c will die, one day.
|
|
|
5467
|
|
|
5468 * ntproc.c (sys_spawnve):
|
|
|
5469 Account for win32_ -> mswindows_.
|
|
|
5470
|
|
|
5471 * process-nt.c:
|
|
|
5472 * process-nt.c (struct nt_process_data):
|
|
|
5473 * process-nt.c (ensure_console_window_exists):
|
|
|
5474 * process-nt.c (compare_env):
|
|
|
5475 * process-nt.c (nt_create_process):
|
|
|
5476 * process-nt.c (nt_kill_process_by_pid):
|
|
|
5477 * process-nt.c (syms_of_process_nt):
|
|
|
5478 * process-nt.c (vars_of_process_nt):
|
|
|
5479 Introduce variable `mswindows-quote-process-args', from FSF 20.6.
|
|
|
5480 Copy argument quoting code from FSF 20.6 (with appropriate Mule-ization
|
|
|
5481 changes). Eliminate our old `nt-quote-process-args' mechanism.
|
|
|
5482 Synch up nt_create_process with FSF 20.6 sys_spawnve.
|
|
|
5483 Move compare_env here from ntproc.c.
|
|
446
|
5484
|
|
442
|
5485 * process.c (Fprocess_send_region):
|
|
|
5486 Takes an optional fourth argument, BUFFER, which should fix some
|
|
|
5487 problems with call-process.
|
|
446
|
5488
|
|
442
|
5489 * syscommctrl.h:
|
|
|
5490 Move ICC_BAR_CLASSES here from syswindows.h, to avoid a warning.
|
|
446
|
5491
|
|
442
|
5492 * syswindows.h:
|
|
|
5493 Move ICC_BAR_CLASSES to syscommctrl.h.
|
|
|
5494 Add preliminary macros for MSWindows/Mule. More to come.
|
|
|
5495
|
|
|
5496 * unexnt.c:
|
|
|
5497 * unexnt.c (unexec):
|
|
|
5498 open_output_file moved to nt.c.
|
|
|
5499
|
|
|
5500
|
|
|
5501 2000-05-05 Andy Piper <andy@xemacs.org>
|
|
|
5502
|
|
|
5503 * window.c (window_unmap_subwindows_cache_mapper): remove the dead
|
|
|
5504 instance from the frame cache also since GC may catch up too late
|
|
|
5505 to make frame deletion sane.
|
|
|
5506
|
|
|
5507 2000-05-04 Andy Piper <andy@xemacs.org>
|
|
|
5508
|
|
|
5509 * glyphs-x.c (x_widget_instantiate): gcpro widget callbacks.
|
|
|
5510 (x_finalize_image_instance): ungcpro on deletion.
|
|
|
5511
|
|
|
5512 * glyphs.c (image_instantiator_format_create): give pointers a
|
|
|
5513 query geometry method so that the geometry is at least set.
|
|
|
5514
|
|
|
5515 * glyphs-x.c (image_instantiator_format_create_glyphs_x): only
|
|
|
5516 initialize layouts if using widgets.
|
|
|
5517
|
|
|
5518 2000-05-03 Andy Piper <andy@xemacs.org>
|
|
|
5519
|
|
|
5520 * nt.c: remove bogus reference to sysmmsystem.h
|
|
|
5521
|
|
|
5522 * gui-x.c (popup_selection_callback): fix no selection abort.
|
|
|
5523
|
|
|
5524 2000-05-02 Andy Piper <andy@xemacs.org>
|
|
|
5525
|
|
|
5526 * glyphs-msw.c (mswindows_update_widget): cope with nil text.
|
|
|
5527 (mswindows_widget_instantiate): ditto.
|
|
|
5528
|
|
|
5529 * glyphs-widget.c (initialize_widget_image_instance): initialize
|
|
|
5530 children correctly.
|
|
|
5531 (widget_instantiate): cope with children and items in the same
|
|
|
5532 instance.
|
|
|
5533
|
|
|
5534 * glyphs.c (mark_image_instance): cope with children as a first
|
|
|
5535 class member.
|
|
|
5536 (image_instance_equal): ditto.
|
|
|
5537 (image_instance_hash): ditto.
|
|
|
5538 (image_instance_changed): ditto.
|
|
|
5539
|
|
|
5540 2000-04-30 Andy Piper <andy@xemacs.org>
|
|
|
5541
|
|
|
5542 * glyphs.c (subwindow_query_geometry): new function. Return some
|
|
|
5543 defaults.
|
|
|
5544 (subwindow_instantiate): don't assign dimensions if none have been
|
|
|
5545 given.
|
|
|
5546 (image_instantiator_format_create): add subwindow_query_geometry.
|
|
|
5547 (print_image_instance): cope with layouts as widgets.
|
|
|
5548
|
|
|
5549 2000-04-29 Andy Piper <andy@xemacs.org>
|
|
|
5550
|
|
|
5551 * frame.c (delete_frame_internal): call
|
|
|
5552 free_frame_subwindow_instance_cache so that all subwindows are
|
|
|
5553 finalized before their parent.
|
|
|
5554 (mark_frame): remove subwindow_cachels.
|
|
|
5555 (Fmake_frame): remove subwindow_cachel manipulation.
|
|
|
5556 (allocate_frame_core): subwindow_instance_cache is a weak list.
|
|
|
5557 (delete_frame_internal): set subwindow_instance_cache to nil.
|
|
|
5558
|
|
|
5559 * glyphs-msw.c (mswindows_finalize_image_instance): make double
|
|
|
5560 finalization safe.
|
|
|
5561 (mswindows_finalize_image_instance): use the device
|
|
|
5562 not the domain as the domain may have died already.
|
|
|
5563
|
|
|
5564 * glyphs-x.c (x_finalize_image_instance): ditto.
|
|
|
5565 (x_subwindow_instantiate): remove SUBWINDOW_WIDTH &
|
|
|
5566 HEIGHT.
|
|
|
5567
|
|
|
5568 * redisplay-output.c (redisplay_unmap_subwindows): update for
|
|
|
5569 subwindow instance cache as a weak list.
|
|
|
5570 (redisplay_unmap_subwindows_maybe): ditto.
|
|
|
5571 (redisplay_unmap_subwindows_except_us): ditto.
|
|
|
5572
|
|
|
5573 * glyphs.c (unmap_subwindow): error checking will check the domain
|
|
|
5574 so don't deal with it here. Don't use cachels anymore.
|
|
|
5575 (map_subwindow): ditto.
|
|
|
5576 (update_subwindow_cachel_data): remove old accessor names.
|
|
|
5577 (subwindow_instantiate): remove SUBWINDOW_WIDTH & HEIGHT.
|
|
|
5578 (Fresize_subwindow): don't update cachel.
|
|
|
5579 (mark_subwindow_cachels):
|
|
|
5580 (update_subwindow_cachel_data):
|
|
|
5581 (add_subwindow_cachel):
|
|
|
5582 (get_subwindow_cachel_index):
|
|
|
5583 (update_subwindow_cachel):
|
|
|
5584 (reset_subwindow_cachels):
|
|
|
5585 (mark_subwindow_cachels_as_not_updated): deleted.
|
|
|
5586 (cache_subwindow_instance_in_frame_maybe): new function. Add a
|
|
|
5587 subwindow instance to the frame cache.
|
|
|
5588 (find_matching_subwindow): update for subwindow instance cache as
|
|
|
5589 a weak list.
|
|
|
5590 (update_widget_instances): ditto.
|
|
|
5591 (image_instance_type_to_mask):inlined.
|
|
|
5592 (free_frame_subwindow_instance_cache): new function. finalize all
|
|
|
5593 subwindows that are instantiated.
|
|
|
5594
|
|
|
5595 * glyphs.h (struct Lisp_Image_Instance): add display_data instead
|
|
|
5596 of cachel information.
|
|
|
5597 (IMAGE_INSTANCE_DISPLAY_X):
|
|
|
5598 (IMAGE_INSTANCE_DISPLAY_Y):
|
|
|
5599 (IMAGE_INSTANCE_DISPLAY_WIDTH):
|
|
|
5600 (IMAGE_INSTANCE_DISPLAY_HEIGHT):
|
|
|
5601 (XIMAGE_INSTANCE_DISPLAY_X):
|
|
|
5602 (XIMAGE_INSTANCE_DISPLAY_Y):
|
|
|
5603 (XIMAGE_INSTANCE_DISPLAY_WIDTH):
|
|
446
|
5604 (XIMAGE_INSTANCE_DISPLAY_HEIGHT): new accessors.
|
|
442
|
5605 remove subwindow_cachel structure and function references.
|
|
|
5606 (image_instance_type_to_mask): inline from glyphs.c
|
|
|
5607
|
|
|
5608 * redisplay.c (redisplay_frame): remove subwindow_cachel
|
|
|
5609 references.
|
|
|
5610
|
|
|
5611 * frame.h (struct frame): remove subwindow_cachels.
|
|
|
5612 (FRAME_SUBWINDOW_CACHE): access subwindow_instance_cache.
|
|
|
5613
|
|
|
5614 * frameslots.h: add subwindow_instance_cache.
|
|
|
5615
|
|
|
5616 * window.c (replace_window): check subwindow cache of replacement.
|
|
|
5617 (window_unmap_subwindows_cache_mapper):
|
|
|
5618 (window_unmap_subwindows): new functions. Unmap all subwindows
|
|
|
5619 cached on this window.
|
|
|
5620 (mark_window_as_deleted): unmap all subwindows.
|
|
|
5621
|
|
|
5622 2000-04-27 Andy Piper <andy@xemacs.org>
|
|
|
5623
|
|
|
5624 * glyphs.h (IIFORMAT_METH_OR_GIVEN): cope with null meths.
|
|
|
5625
|
|
|
5626 * glyphs-widget.c (widget_layout): return something.
|
|
|
5627 (layout_layout): return something. Fail if not initialized.
|
|
|
5628 (layout_query_geometry): ditto.
|
|
|
5629 (image_instantiator_native_layout): new function. Initialized the
|
|
|
5630 native layout type.
|
|
|
5631 (widget_instantiate): don't do layout stuff here.
|
|
|
5632
|
|
|
5633 * glyphs.c (instantiate_image_instantiator): reorded calling or
|
|
|
5634 instantiate and post_instantiate with layout in between.
|
|
|
5635 (image_instance_layout): be more selective about deciding whether
|
|
|
5636 the layout has been done or not.
|
|
|
5637
|
|
|
5638 * glyphs.h (struct image_instantiator_methods): return a value
|
|
|
5639 from layout_method.
|
|
|
5640
|
|
|
5641 2000-04-26 Andy Piper <andy@xemacs.org>
|
|
|
5642
|
|
|
5643 * glyphs.c (allocate_image_instance): make initial width and
|
|
|
5644 height unspecified. Set initialized to 0.
|
|
|
5645
|
|
|
5646 * syscommctrl.h new file. Encapsulates commctrl.h.
|
|
|
5647
|
|
|
5648 * syswindows.h new file. Encapsulates windows.h.
|
|
|
5649
|
|
|
5650 * ntplay.c: use new syswindows.h and syscommctrl.h header.
|
|
|
5651 * nt.c: ditto.
|
|
|
5652 * console-msw.h: ditto.
|
|
446
|
5653
|
|
442
|
5654 * redisplay-tty.c (tty_output_display_block): remove layout references.
|
|
|
5655
|
|
|
5656 * glyphs-msw.c (mswindows_widget_instantiate): use the domain
|
|
|
5657 window handle rather than just the frame.
|
|
|
5658
|
|
|
5659 * glyphs.c (mark_image_instance): remove layout references.
|
|
|
5660 (print_image_instance): ditto.
|
|
|
5661 (image_instance_equal): ditto.
|
|
|
5662 (image_instance_hash): ditto.
|
|
|
5663 (decode_image_instance_type): ditto.
|
|
|
5664 (encode_image_instance_type): ditto.
|
|
|
5665 (image_instantiate): ditto.
|
|
|
5666 (allocate_glyph): ditto.
|
|
|
5667 (Fimage_instance_height): ditto.
|
|
|
5668 (Fimage_instance_width): ditto.
|
|
|
5669 (update_subwindow): ditto.
|
|
|
5670
|
|
|
5671 * redisplay-x.c (x_output_display_block): recode for layouts as
|
|
|
5672 widgets.
|
|
|
5673
|
|
|
5674 * redisplay-output.c (redisplay_output_layout): recode for layouts
|
|
|
5675 as widgets.
|
|
|
5676 (compare_runes): remove layout references.
|
|
|
5677
|
|
|
5678 * redisplay-msw.c (mswindows_output_display_block): recode for
|
|
|
5679 layouts as widgets.
|
|
|
5680
|
|
|
5681 * glyphs-widget.c (image_instantiator_layout): remove
|
|
|
5682 layout_possible_dest_types.
|
|
|
5683 (layout_possible_dest_types): deleted.
|
|
|
5684
|
|
|
5685 * glyphs.h (image_instance_type): remove layout references.
|
|
|
5686 (struct Lisp_Image_Instance): ditto. Add initialized flag.
|
|
|
5687 (IMAGE_INSTANCE_INITIALIZED): new accessor.
|
|
|
5688 (XIMAGE_INSTANCE_INITIALIZED): ditto.
|
|
446
|
5689
|
|
442
|
5690 2000-04-25 Andy Piper <andy@xemacs.org>
|
|
|
5691
|
|
|
5692 * glyphs-widget.c (image_instantiator_buttons):
|
|
|
5693 (image_instantiator_edit_fields):
|
|
|
5694 (image_instantiator_combo_box):
|
|
|
5695 (image_instantiator_scrollbar):
|
|
|
5696 (image_instantiator_progress_guage):
|
|
|
5697 (image_instantiator_tree_view):
|
|
|
5698 (image_instantiator_tab_control):
|
|
|
5699 (image_instantiator_labels):
|
|
|
5700 (image_instantiator_layout): call default post_instantiate method.
|
|
|
5701 (widget_post_instantiate): new function. Simply lays out the
|
|
|
5702 widgets.
|
|
|
5703
|
|
|
5704 * glyphs.h (struct image_instantiator_methods): add
|
|
|
5705 post_instantiate method.
|
|
|
5706
|
|
|
5707 * glyphs.c (instantiate_image_instantiator): add post_instantiate
|
|
|
5708 method calls.
|
|
|
5709
|
|
|
5710 2000-04-23 Andy Piper <andy@xemacs.org>
|
|
|
5711
|
|
|
5712 * glyphs.h (struct image_instantiator_methods): add
|
|
|
5713 decode_domain_method.
|
|
|
5714 (struct Lisp_Image_Instance): remove subwindow frame - it can be
|
|
|
5715 derived from the domain.
|
|
|
5716 (IMAGE_INSTANCE_FRAME): new accessor.
|
|
|
5717 (XIMAGE_INSTANCE_FRAME): ditto.
|
|
|
5718
|
|
|
5719 * glyphs.c (print_image_instance): use IMAGE_INSTANCE_FRAME
|
|
|
5720 instead of _SUBWINDOW_FRAME.
|
|
|
5721 (finalize_image_instance): ditto.
|
|
|
5722 (Fimage_instance_foreground): ditto.
|
|
|
5723 (Fimage_instance_background): ditto.
|
|
|
5724 (image_instantiate): ditto.
|
|
|
5725 (update_subwindow_cachel): ditto.
|
|
|
5726 (update_subwindow): ditto.
|
|
|
5727 (unmap_subwindow): ditto.
|
|
|
5728 (map_subwindow): ditto
|
|
|
5729 (subwindow_instantiate): ditto.
|
|
|
5730 * glyphs-msw.c (mswindows_update_widget): ditto.
|
|
|
5731 (mswindows_progress_gauge_instantiate): ditto.
|
|
|
5732 (mswindows_tab_control_update): ditto.
|
|
|
5733 * glyphs-x.c (x_update_widget): ditto.
|
|
|
5734 (x_widget_instantiate): ditto.
|
|
|
5735 (x_tab_control_instantiate): ditto.
|
|
|
5736 (x_tab_control_update): ditto.
|
|
|
5737 * event-msw.c (mswindows_wnd_proc): ditto
|
|
|
5738
|
|
|
5739 * glyphs-widget.c (image_instantiator_layout): use
|
|
|
5740 subwindow_decode_domain.
|
|
|
5741 (image_instantiator_buttons): ditto.
|
|
|
5742 (image_instantiator_edit_fields): ditto.
|
|
|
5743 (image_instantiator_combo_box): ditto.
|
|
|
5744 (image_instantiator_scrollbar): ditto.
|
|
|
5745 (image_instantiator_progress_guage): ditto.
|
|
|
5746 (image_instantiator_tree_view): ditto.
|
|
|
5747 (image_instantiator_tab_control): ditto.
|
|
|
5748 (image_instantiator_labels): ditto.
|
|
|
5749 (image_instantiator_layout): ditto.
|
|
|
5750
|
|
|
5751 * glyphs.c: add instance error checking to many functions.
|
|
|
5752 (instantiate_image_instantiator): decode device from cache_domain.
|
|
|
5753 (image_instantiate): partially rewrite by using
|
|
|
5754 decode_image_instantiator_domain to determine what domain the
|
|
|
5755 instance needs to be cached in.
|
|
|
5756 (decode_image_instantiator_domain): new function. Determine what
|
|
|
5757 domain the image needs to be cached in.
|
|
|
5758 (check_window_subwindow_cache): new error checking function.
|
|
|
5759 (check_instance_cache_mapper): ditto.
|
|
|
5760 (check_image_instance_structure): ditto.
|
|
|
5761 (subwindow_decode_domain): new function. Encodes a window as a
|
|
|
5762 subwindow's cache domain.
|
|
|
5763 (image_instantiator_format_create): use it for text and
|
|
|
5764 subwindows.
|
|
|
5765
|
|
|
5766 2000-04-21 Andy Piper <andy@xemacs.org>
|
|
|
5767
|
|
|
5768 * glyphs.c (image_instance_device): new function.
|
|
|
5769 (image_instance_frame): new function.
|
|
|
5770 (image_instance_window): new function.
|
|
|
5771 (image_instance_live_p): new function.
|
|
|
5772
|
|
|
5773 * window.c (mark_window_as_deleted): reset the subwindow_instance_
|
|
|
5774 cache to nil.
|
|
|
5775
|
|
|
5776 * glyphs.h (struct Lisp_Image_Instance): device->domain.
|
|
|
5777 (IMAGE_INSTANCE_DOMAIN): new accessor.
|
|
|
5778 (XIMAGE_INSTANCE_DOMAIN): ditto.
|
|
|
5779
|
|
|
5780 * glyphs-x.c (x_finalize_image_instance): device->domain.
|
|
|
5781
|
|
|
5782 * glyphs-msw.c (init_image_instance_geometry): device->domain.
|
|
|
5783 (mswindows_finalize_image_instance): ditto.
|
|
|
5784
|
|
|
5785 * glyphs-eimage.c (jpeg_instantiate): device->domain.
|
|
|
5786 (gif_instantiate): ditto.
|
|
|
5787 (png_instantiate): ditto.
|
|
|
5788 (tiff_instantiate): ditto.
|
|
|
5789
|
|
|
5790 * glyphs.c (instantiate_image_instantiator): use domain rather
|
|
|
5791 than device.
|
|
|
5792 (mark_image_instance): device -> domain.
|
|
|
5793 (print_image_instance): ditto.
|
|
|
5794 (finalize_image_instance): ditto.
|
|
|
5795 (image_instance_equal): ditto.
|
|
|
5796 (allocate_image_instance): ditto.
|
|
|
5797 (Fcolorize_image_instance): ditto.
|
|
|
5798 (query_string_geometry): ditto.
|
|
|
5799 (image_instantiate): ditto
|
|
|
5800 (query_string_font): ditto.
|
|
|
5801 (image_instantiate): ditto.
|
|
|
5802 (update_subwindow): ditto.
|
|
|
5803 (unmap_subwindow): ditto.
|
|
|
5804 (map_subwindow): ditto.
|
|
|
5805 (subwindow_instantiate): ditto.
|
|
|
5806
|
|
|
5807 * specifier.h (DOMAIN_DEVICE): new, semantically correct, decoder.
|
|
|
5808 (DOMAIN_FRAME): ditto.
|
|
|
5809 (DOMAIN_WINDOW): ditto.
|
|
|
5810 (DOMAIN_LIVE_P): ditto.
|
|
|
5811 (XDOMAIN_DEVICE): ditto.
|
|
|
5812 (XDOMAIN_FRAME): ditto.
|
|
|
5813 (XDOMAIN_WINDOW): ditto.
|
|
|
5814
|
|
|
5815 * specifier.c (Fvalid_specifier_domain_p): add image instances as
|
|
|
5816 a valid specifier domain.
|
|
|
5817
|
|
|
5818 2000-04-19 Andy Piper <andy@xemacs.org>
|
|
|
5819
|
|
|
5820 * glyphs-widget.c (syms_of_glyphs_widget): remove
|
|
|
5821 widget-callback-current-channel.
|
|
|
5822 (vars_of_glyphs_widget): ditto.
|
|
|
5823 * glyphs.h: ditto
|
|
|
5824
|
|
|
5825 * gui.c (get_gui_callback): revert to previous behaviour.
|
|
|
5826
|
|
|
5827 2000-04-18 Andy Piper <andy@xemacs.org>
|
|
|
5828
|
|
|
5829 * glyphs.h (struct Lisp_Image_Instance): add margin_width.
|
|
|
5830 (IMAGE_INSTANCE_MARGIN_WIDTH): new.
|
|
|
5831 (XIMAGE_INSTANCE_MARGIN_WIDTH): new.
|
|
|
5832
|
|
|
5833 * glyphs.c (image_instance_equal): add margin_width.
|
|
|
5834 (image_instance_hash): ditto.
|
|
|
5835
|
|
|
5836 * glyphs-widget.c (widget_instantiate): deal with margin-width.
|
|
|
5837 (layout_query_geometry): ditto.
|
|
|
5838 (layout_layout): ditto.
|
|
|
5839 (syms_of_glyphs_widget): add margin-width.
|
|
|
5840 (image_instantiator_layout): allow margin-width.
|
|
|
5841
|
|
|
5842 * glyphs.c (update_widget_instances): make a normal function.
|
|
|
5843 (syms_of_glyphs): remove Qupdate_widget_instances.
|
|
|
5844 * glyphs.h: ditto.
|
|
|
5845
|
|
|
5846 * gui-x.c (popup_selection_callback): use enqueue_magic_eval_event
|
|
|
5847 so that we don't corrupt ideas about the last event or
|
|
|
5848 command. Remove widget-callback-current-channel fiddling.
|
|
|
5849 * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
|
|
|
5850
|
|
|
5851 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
|
5852
|
|
|
5853 * XEmacs 21.2.33 is released.
|
|
|
5854
|
|
|
5855 2000-05-01 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5856
|
|
|
5857 * make-src-depend: Allow dots in header file name.
|
|
|
5858
|
|
|
5859 2000-05-01 Yoshiki Hayashi <yoshiki@xmacs.org>
|
|
|
5860
|
|
|
5861 * mule-charset.h (struct charset_lookup): Add
|
|
|
5862 next_allocated_1_byte_leading_byte and
|
|
|
5863 next_allocated_2_byte_leading_byte.
|
|
|
5864 * mule-charset.c: Move above two variables so that those values
|
|
|
5865 will be dumped.
|
|
|
5866
|
|
|
5867 2000-04-26 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5868
|
|
|
5869 * insdel.c (find_charsets_in_bufbyte_string): Add Vcharset_ascii
|
|
|
5870 when string length is zero.
|
|
|
5871 (find_charsets_in_emchar_string): Ditto.
|
|
|
5872
|
|
|
5873 2000-04-29 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
|
5874
|
|
|
5875 * lisp.h: extern Qdialog and Qmenubar.
|
|
|
5876
|
|
|
5877 * gui-x.c: added events.h.
|
|
|
5878 also fixed typo which made the file uncompilable.
|
|
|
5879
|
|
|
5880 * general.c: Added Qmenubar and Qdialog
|
|
|
5881
|
|
|
5882 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
|
5883
|
|
|
5884 * frame-msw.c (mswindows_init_frame_1):
|
|
|
5885 * frame-msw.c (mswindows_mark_frame):
|
|
|
5886 * event-msw.c (mswindows_enqueue_dispatch_event):
|
|
|
5887 * console-msw.h:
|
|
|
5888 * console-msw.h (struct mswindows_frame):
|
|
|
5889 * console-msw.h (FRAME_MSWINDOWS_WIDGET_HASH_TABLE1):
|
|
|
5890 there are now three hash tables for callbacks.
|
|
|
5891 mswindows_enqueue_dispatch_event is no longer static.
|
|
446
|
5892
|
|
442
|
5893 * dialog-x.c (maybe_run_dbox_text_callback):
|
|
|
5894 * dialog-x.c (dbox_descriptor_to_widget_value):
|
|
|
5895 switch to new cons3 form for callbacks.
|
|
446
|
5896
|
|
442
|
5897 * glyphs-msw.c (mswindows_register_gui_item):
|
|
|
5898 * glyphs-msw.c (mswindows_widget_instantiate):
|
|
|
5899 * glyphs-msw.c (add_tree_item):
|
|
|
5900 * glyphs-msw.c (add_tab_item):
|
|
|
5901 new image instance parameter, so it can be passed to callback-ex.
|
|
|
5902 respect :callback-ex as well as :callback.
|
|
446
|
5903
|
|
442
|
5904 * glyphs-widget.c (VALID_GUI_KEYWORDS):
|
|
|
5905 add :callback-ex.
|
|
446
|
5906
|
|
442
|
5907 * glyphs.c (print_image_instance):
|
|
|
5908 prettify, e.g. now prints widget type.
|
|
446
|
5909
|
|
442
|
5910 * gui-x.h:
|
|
|
5911 certain funs have new image instance parameter.
|
|
446
|
5912
|
|
442
|
5913 * gui.c:
|
|
|
5914 * gui.c (get_gui_callback):
|
|
|
5915 * gui.c (gui_item_add_keyval_pair):
|
|
|
5916 * gui.c (gui_item_init):
|
|
|
5917 * gui.c (gui_add_item_keywords_to_plist):
|
|
|
5918 * gui.c (mark_gui_item):
|
|
|
5919 * gui.c (gui_item_hash):
|
|
|
5920 * gui.c (gui_item_equal):
|
|
|
5921 * gui.c (copy_gui_item):
|
|
|
5922 * gui.c (syms_of_gui):
|
|
|
5923 recognize callback-ex in a number of places.
|
|
|
5924 also, fix the annoying "can't get out of yes-no dialog" bug.
|
|
446
|
5925
|
|
442
|
5926 * gui.h:
|
|
|
5927 * gui.h (struct Lisp_Gui_Item):
|
|
|
5928 recognize callback-ex in a number of places.
|
|
|
5929
|
|
|
5930 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
|
5931 new parameter in button_item_to_widget_value.
|
|
446
|
5932
|
|
442
|
5933 * glyphs-x.c (x_update_widget):
|
|
|
5934 * glyphs-x.c (x_button_instantiate):
|
|
|
5935 * glyphs-x.c (x_button_update):
|
|
|
5936 * glyphs-x.c (x_progress_gauge_instantiate):
|
|
|
5937 * glyphs-x.c (x_edit_field_instantiate):
|
|
|
5938 * glyphs-x.c (x_combo_box_instantiate):
|
|
|
5939 * glyphs-x.c (x_tab_control_instantiate):
|
|
|
5940 * glyphs-x.c (x_label_instantiate):
|
|
|
5941 new image instance parameter in various places.
|
|
446
|
5942
|
|
442
|
5943 * event-Xt.c:
|
|
|
5944 * event-Xt.c (enqueue_Xt_dispatch_event):
|
|
|
5945 this fun gets exported.
|
|
446
|
5946
|
|
442
|
5947 * gui-msw.c:
|
|
|
5948 * gui-msw.c (mswindows_handle_gui_wm_command):
|
|
|
5949 handle both :callback and :callback-ex, and generate our own
|
|
|
5950 event because it's one of the callback-ex arguments.
|
|
446
|
5951
|
|
442
|
5952 * gui-x.c:
|
|
|
5953 * gui-x.c (popup_selection_callback):
|
|
|
5954 handle both :callback and :callback-ex, and generate our own
|
|
|
5955 event because it's one of the callback-ex arguments.
|
|
|
5956 * gui-x.c (button_item_to_widget_value):
|
|
|
5957 * gui-x.c (gui_items_to_widget_values_1):
|
|
|
5958 * gui-x.c (gui_item_children_to_widget_values):
|
|
|
5959 * gui-x.c (gui_items_to_widget_values):
|
|
|
5960 new image instance parameter in various places.
|
|
|
5961
|
|
|
5962 * fns.c (Freplace_list):
|
|
|
5963 fix small typo in doc string.
|
|
446
|
5964
|
|
442
|
5965 * lisp.h:
|
|
|
5966 declare enqueue_Xt_dispatch_event.
|
|
|
5967
|
|
|
5968 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
|
5969
|
|
|
5970 * buffer.c:
|
|
|
5971 * buffer.c (Frecord_buffer):
|
|
|
5972 * buffer.c (syms_of_buffer):
|
|
|
5973 delete record-buffer-hook.
|
|
446
|
5974
|
|
442
|
5975 * fns.c:
|
|
|
5976 * fns.c (Freplace_list):
|
|
|
5977 * fns.c (syms_of_fns):
|
|
|
5978 new primitive replace-list.
|
|
446
|
5979
|
|
442
|
5980 * frameslots.h:
|
|
|
5981 slot for old buffer-alist.
|
|
446
|
5982
|
|
442
|
5983 * lisp.h:
|
|
|
5984 exfun replace-list.
|
|
446
|
5985
|
|
442
|
5986 * redisplay.c:
|
|
|
5987 * redisplay.c (redisplay_frame):
|
|
|
5988 * redisplay.c (syms_of_redisplay):
|
|
|
5989 * redisplay.c (vars_of_redisplay):
|
|
|
5990 new hook buffer-list-changed-hook.
|
|
|
5991 call it.
|
|
|
5992
|
|
|
5993 2000-04-27 Ben Wing <ben@xemacs.org>
|
|
|
5994
|
|
|
5995 * extents.h: extern in_modeline_generation.
|
|
|
5996
|
|
|
5997 * redisplay.c (generate_formatted_string_db): set
|
|
|
5998 in_modeline_generation.
|
|
|
5999
|
|
|
6000 * extents.c (extent_changed_for_redisplay): don't mark redisplay
|
|
|
6001 flags if in modeline generation. otherwise frame-modified-tick
|
|
|
6002 is ticked far too often.
|
|
|
6003 Declare in_modeline_generation.
|
|
|
6004
|
|
|
6005 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
|
6006
|
|
|
6007 * emacs.c (vars_of_emacs): document quick-build "error-checking"
|
|
|
6008 option.
|
|
|
6009 (vars_of_emacs): add quick-build as an error-checking option.
|
|
|
6010 A bit kludgy, but there doesn't seem much point in creating
|
|
|
6011 a real var for this.
|
|
|
6012
|
|
|
6013 * config.h.in: put in an entry for QUICK_BUILD; remove NO_DOC_FILE.
|
|
|
6014
|
|
|
6015 2000-04-14 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
6016
|
|
|
6017 * redisplay.h (struct display_line): Add a new variable,
|
|
|
6018 line_continuation.
|
|
|
6019
|
|
|
6020 * redisplay.c (create_text_block): Set dl->line_continuation if
|
|
|
6021 the line continues.
|
|
|
6022 (create_string_text_block): Ditto.
|
|
|
6023 (regenerate_window_incrementally): Use line_continuation instead
|
|
|
6024 of searching continuation glyph.
|
|
|
6025 (add_margin_runes): Call add_glyph_rune.
|
|
|
6026 (add_glyph_rune): Handle margin glyph.
|
|
|
6027
|
|
|
6028 2000-04-20 Martin Buchholz <martin@xemacs.org>
|
|
|
6029
|
|
446
|
6030 * filelock.c (fill_in_lock_file_name):
|
|
442
|
6031 ANSIfy.
|
|
|
6032 Check for IS_ANY_SEP instead of '/'.
|
|
446
|
6033 (lock_file_1):
|
|
442
|
6034 Avoid generating gratuitous garbage. Call user_login_name() directly.
|
|
|
6035 Never check errno without first seeing that system call failed.
|
|
|
6036 (unlock_file): Add GCPRO.
|
|
|
6037 (Flock_buffer): Fix docstring.
|
|
|
6038 (Ffile_locked_p): Fix docstring. Add GCPRO.
|
|
|
6039
|
|
|
6040 2000-04-19 Martin Buchholz <martin@xemacs.org>
|
|
|
6041
|
|
446
|
6042 * sysdep.c (get_pty_max_bytes):
|
|
442
|
6043 Fix hangs on DEC OSF 4.0 when (process-send-string) sends
|
|
|
6044 strings longer than 252 bytes.
|
|
|
6045
|
|
|
6046 * md5.c: Unconditionally include ANSI header <limits.h>
|
|
|
6047
|
|
446
|
6048 * glyphs-x.c (convert_EImage_to_XImage):
|
|
|
6049 * lisp-union.h (union Lisp_Object):
|
|
442
|
6050 Use consistently the syntax #ifdef FEATURE, not #if FEATURE.
|
|
|
6051
|
|
|
6052 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6053
|
|
|
6054 * filelock.c (current_lock_owner): Remove unused variable o, p.
|
|
|
6055
|
|
|
6056 2000-04-17 Norbert Koch <n.koch@eai-delta.de>
|
|
|
6057
|
|
|
6058 * callint.c: Remove multiply defined symbol Qlet
|
|
|
6059 (syms_of_callint): ditto.
|
|
|
6060
|
|
|
6061 2000-04-14 Andy Piper <andy@xemacs.org>
|
|
|
6062
|
|
|
6063 * general.c (syms_of_general): add last-command, this-command, let
|
|
|
6064 and funcall.
|
|
|
6065
|
|
|
6066 * lisp.h: declare various symbols.
|
|
|
6067
|
|
|
6068 * glyphs.h: declare Qwidget_callback_current_channel;
|
|
|
6069
|
|
|
6070 * glyphs-widget.c (syms_of_glyphs_widget): add
|
|
|
6071 Qgui_callback_current_channel.
|
|
|
6072 (vars_of_glyphs_widget): add Vgui_callback_current_channel.
|
|
|
6073
|
|
|
6074 * gui-msw.c (mswindows_handle_gui_wm_command): bind
|
|
|
6075 widget-callback-current-channel when invoking the interactive
|
|
|
6076 arg. Also bind last-command and next-command when invoking the
|
|
|
6077 widget updates.
|
|
|
6078 * gui-x.c (popup_selection_callback): ditto.
|
|
|
6079
|
|
|
6080 * gui.c (get_gui_callback): massage args so that we are always
|
|
|
6081 calling eval. This allows us to add our own variable bindings
|
|
|
6082 outside.
|
|
|
6083
|
|
|
6084 * glyphs-x.c (x_button_instantiate): use
|
|
|
6085 gui_items_to_widget_values since this is GC safe.
|
|
|
6086 (x_progress_gauge_instantiate): ditto.
|
|
|
6087 (x_edit_field_instantiate): ditto.
|
|
|
6088 (x_label_instantiate): ditto.
|
|
|
6089
|
|
|
6090 * event-Xt.c (emacs_Xt_handle_magic_event): remove old printfs.
|
|
|
6091 (emacs_Xt_event_widget_focus_out): new function
|
|
|
6092 (emacs_Xt_event_widget_focus_in): new function. Set the keyboard
|
|
|
6093 focus.
|
|
|
6094 (emacs_Xt_event_add_widget_actions): new function. add focus
|
|
|
6095 functions as actions.
|
|
|
6096 (init_event_Xt_late): use it.
|
|
|
6097
|
|
|
6098 2000-04-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
6099
|
|
|
6100 * event-stream.c (Fdispatch_event): Doc fix.
|
|
|
6101
|
|
|
6102 2000-03-29 SL Baur <steve@musashimaru.m17n.org>
|
|
|
6103
|
|
|
6104 * postgresql.c: Remove all references to PQsetenv*.
|
|
|
6105
|
|
|
6106 * postgresql.h: Remove references to PGsetenvHandler object.
|
|
|
6107 * lrecord.h (lrecord_type): Ditto.
|
|
|
6108
|
|
|
6109 2000-04-11 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
6110
|
|
|
6111 * glyphs-msw.h (struct mswindows_image_instance_data): Added
|
|
|
6112 real_heigh and real_width members, and accessor macros for these.
|
|
|
6113
|
|
|
6114 * glyphs-msw.c (init_image_instance_geometry): New function.
|
|
|
6115 (init_image_instance_from_dibitmap): Use it.
|
|
|
6116 (mswindows_resource_instantiate): Use it.
|
|
|
6117 (init_image_instance_from_xbm_inline): Use it.
|
|
|
6118 (mswindows_initialize_image_instance_mask): Use real bitmap
|
|
|
6119 geometry.
|
|
|
6120 (mswindows_create_resized_bitmap): Ditto.
|
|
|
6121 (mswindows_create_resized_mask): Ditto.
|
|
446
|
6122
|
|
442
|
6123 * redisplay-msw.c (mswindows_output_dibitmap): Stretch real mask
|
|
|
6124 and bitmap to their surface size.
|
|
|
6125
|
|
|
6126 2000-04-11 Jan Vroonhof <jan@xemacs.org>
|
|
|
6127
|
|
|
6128 * process-unix.c (unix_send_process): Guard against process MIA
|
|
|
6129 after Faccept_process_output.
|
|
|
6130
|
|
|
6131 2000-04-11 Ben Wing <ben@xemacs.org>
|
|
|
6132
|
|
|
6133 * eval.c (unbind_to_hairy): fix brokenness introduced by
|
|
|
6134 nanosecond speed improvements.
|
|
|
6135
|
|
|
6136 2000-04-07 Raymond Toy <toy@rtp.ericsson.se>
|
|
|
6137
|
|
|
6138 * sunplay.c (init_device): To play sounds correctly, the device
|
|
|
6139 apparently needs to be initialized at least once by XEmacs. Make
|
|
|
6140 it so.
|
|
|
6141
|
|
|
6142 2000-04-10 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
6143
|
|
|
6144 * redisplay.c (add_margin_runes): Add text image glyph
|
|
|
6145 handling.
|
|
|
6146
|
|
|
6147 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6148
|
|
|
6149 * lisp.h (DOESNT_RETURN): Don't declare as volatile when
|
|
|
6150 gcc is newer than 2.5.
|
|
|
6151
|
|
|
6152 2000-04-06 Colin Rafferty <colin@xemacs.org>
|
|
|
6153
|
|
|
6154 * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF): Created.
|
|
446
|
6155
|
|
442
|
6156 * fns.c (size_bit_vector):
|
|
|
6157 * alloc.c (size_vector):
|
|
|
6158 (make_vector_internal):
|
|
|
6159 (make_bit_vector_internal):
|
|
|
6160 (sweep_bit_vectors_1):
|
|
|
6161 Replace calls to offsetof with FLEXIBLE_ARRAY_STRUCT_SIZEOF macro.
|
|
|
6162
|
|
|
6163 2000-04-06 Andy Piper <andy@xemacs.org>
|
|
|
6164
|
|
|
6165 * gmalloc.c (malloc): undo previous change.
|
|
|
6166 (malloc): ditto.
|
|
|
6167 (free): ditto.
|
|
|
6168 (realloc): ditto.
|
|
|
6169
|
|
|
6170 2000-04-06 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
6171
|
|
|
6172 * line-number.c (buffer_line_number): Revert to former version.
|
|
|
6173
|
|
|
6174 2000-04-06 Andy Piper <andy@xemacs.org>
|
|
|
6175
|
|
|
6176 * gmalloc.c (malloc): add error checking.
|
|
|
6177 (malloc): ditto.
|
|
|
6178 (free): ditto.
|
|
|
6179 (realloc): ditto.
|
|
|
6180
|
|
|
6181 * dialog-x.c (dbox_descriptor_to_widget_value): add extra
|
|
|
6182 button_item_to_widget_value arg.
|
|
|
6183
|
|
|
6184 * glyphs-x.c (x_button_instantiate): add extra
|
|
|
6185 button_item_to_widget_value arg.
|
|
|
6186 (x_progress_gauge_instantiate): ditto.
|
|
|
6187 (x_edit_field_instantiate): ditto.
|
|
|
6188 (x_label_instantiate): ditto.
|
|
|
6189
|
|
|
6190 * gui-x.c (gui_items_to_widget_values_1): add extra
|
|
|
6191 button_item_to_widget_value arg.
|
|
|
6192 (button_item_to_widget_value): add extra menu_item_p arg.
|
|
|
6193
|
|
|
6194 * gui-x.h: change signature of button_item_to_widget_value.
|
|
|
6195
|
|
|
6196 * menubar-x.c (menu_item_descriptor_to_widget_value_1): add extra
|
|
|
6197 button_item_to_widget_value arg.
|
|
|
6198
|
|
|
6199 2000-04-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6200
|
|
|
6201 * buffer.h (struct buffer): auto_save_modified should be long.
|
|
|
6202
|
|
|
6203 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
|
6204
|
|
|
6205 * glyphs-widget.c (widget_instantiate): pixwidth != pixheight
|
|
|
6206 type.
|
|
|
6207 (button_query_geometry): give a little more room so that athena
|
|
|
6208 buttons fit.
|
|
|
6209
|
|
|
6210 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
|
6211
|
|
|
6212 * faces.c (complex_vars_of_faces): The widget face should inherit
|
|
|
6213 the font of the gui-element face.
|
|
|
6214
|
|
|
6215 2000-04-04 Andy Piper <andy@xemacs.org>
|
|
|
6216
|
|
|
6217 * glyphs-x.c (x_button_update): new function. unconditionally
|
|
|
6218 update a button's state when the instance is dirty.
|
|
|
6219 (image_instantiator_format_create_glyphs_x): add x_button_update.
|
|
|
6220 (x_widget_instantiate): remove old resize cruft.
|
|
|
6221
|
|
|
6222 2000-04-02 Andy Piper <andy@xemacs.org>
|
|
|
6223
|
|
|
6224 * frame.c (change_frame_size_1): The introduction of gutters means
|
|
|
6225 that we need to allow 0 as a potential frame dimension.
|
|
|
6226
|
|
|
6227 2000-04-02 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
6228
|
|
|
6229 * redisplay.c (add_glyph_rune): Don't set 0 to bufpos for text
|
|
|
6230 image glyph if allow_cursor.
|
|
|
6231 (add_hscroll_rune): Don't allow cursor to border glyph.
|
|
|
6232 (create_text_block): Ditto.
|
|
|
6233
|
|
|
6234 * redisplay-output.c (redisplay_move_cursor): Do nothing even if
|
|
|
6235 text not in buffer.
|
|
|
6236 (redisplay_output_layout): Call ensure_face_cachel_complete for
|
|
|
6237 text image glyph.
|
|
|
6238
|
|
|
6239
|
|
|
6240 2000-03-16 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
6241
|
|
|
6242 * redisplay.c (add_glyph_rune): Adding text image as text runes.
|
|
|
6243
|
|
|
6244 * redisplay-output.c (redisplay_move_cursor): NO_CURSOR if text
|
|
|
6245 not in buffer
|
|
|
6246
|
|
|
6247 * redisplay-tty.c (tty_output_display_block): Delete the routine
|
|
|
6248 for text image glyph
|
|
|
6249 * redisplay-x.c (x_output_display_block): ditto
|
|
|
6250 * redisplay-msw.c (mswindows_output_display_block): ditto
|
|
|
6251
|
|
|
6252 2000-02-02 Mike Alexander <mta@arbortext.com>
|
|
|
6253
|
|
|
6254 Note: Some of these were committed by accident as part of other
|
|
|
6255 patches.
|
|
446
|
6256
|
|
442
|
6257 * regex.c (regex_compile): Avoid compiler warnings.
|
|
|
6258
|
|
|
6259 * ntproc.c (sys_spawnve): Avoid compiler warnings.
|
|
|
6260
|
|
|
6261 * nt.h: Declare term_ntproc correctly.
|
|
|
6262
|
|
|
6263 * nt.c: Remove incorrect declaration of get_home_directory which
|
|
|
6264 is declared correctly in lisp.h.
|
|
|
6265
|
|
|
6266 * keymap.c (get_keyelt): Avoid compiler warnings.
|
|
|
6267 (raw_lookup_key_mapper): Avoid compiler warnings.
|
|
|
6268
|
|
|
6269 * gutter.c (gutter_was_visible): Add return statement to avoid warning.
|
|
|
6270
|
|
|
6271 * glyphs-eimage.c (png_instantiate): Avoid compiler warnings.
|
|
|
6272
|
|
|
6273 * filemode.c (mode_string): Avoid compiler warnings.
|
|
|
6274
|
|
|
6275 * file-coding.c (Fcoding_system_aliasee): Add return statement to
|
|
|
6276 avoid warning.
|
|
|
6277
|
|
|
6278 * events-mod.h: Undef some things that winuser.h defines differently.
|
|
|
6279
|
|
|
6280 * data.c (Faset): Avoid compiler warnings.
|
|
|
6281
|
|
|
6282 * alloc.c (Fmake_byte_code): Avoid compiler warnings.
|
|
|
6283
|
|
|
6284 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6285
|
|
|
6286 * sound.c (Fplay_sound_file): Wrap ESD in start/stop_interrupts.
|
|
|
6287 Fall through to simple beep on error.
|
|
|
6288 Replace "extern" by real header file.
|
|
|
6289
|
|
|
6290 * linuxplay.c: Use nativesound.h
|
|
|
6291 (play_sound_data): Return error code. Be less verbose on error.
|
|
|
6292
|
|
|
6293 * sunplay.c: Use nativesound.h
|
|
|
6294 (play_sound_data): Return error code. Be less verbose on error.
|
|
|
6295
|
|
|
6296 * ntplay.c: Use nativesound.h
|
|
|
6297 (play_sound_data): Return fake error code
|
|
|
6298
|
|
|
6299 * sgiplay.c: Use nativesound.h
|
|
|
6300 (play_sound_data): Return error code
|
|
|
6301
|
|
|
6302 * hpplay.c: Use nativesound.h, partially implement
|
|
|
6303 new error code. Break compilation until finished.
|
|
|
6304 (play_sound_data): error code.
|
|
|
6305
|
|
446
|
6306 * nativesound.h (play_sound_file):
|
|
442
|
6307 (play_sound_data): Prototype in new header.
|
|
|
6308
|
|
|
6309 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
|
6310
|
|
|
6311 * glyphs-widget.c: (button_query_geometry): new function. Adjust
|
|
|
6312 for toggle and radio buttons.
|
|
|
6313 (image_instantiator_buttons): use it.
|
|
|
6314
|
|
|
6315 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6316
|
|
446
|
6317 * scrollbar-x.c (x_update_vertical_scrollbar_callback):
|
|
442
|
6318 (x_update_horizontal_scrollbar_callback): Return if no mirror was
|
|
|
6319 found. Scrollbar event probably belonged to some old config.
|
|
|
6320
|
|
|
6321 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
|
6322
|
|
|
6323 * glyphs-widget.c (widget_instantiate): use LAYOUT_VERTICAL rather
|
|
|
6324 than 1.
|
|
|
6325 (initialize_widget_image_instance): default layout to
|
|
|
6326 LAYOUT_HORIZONTAL rather than 0.
|
|
|
6327 (widget_instantiate): reverse the item list at the end rather than
|
|
|
6328 every iteration.
|
|
|
6329 (layout_layout): re-code for the border text at the front of the
|
|
|
6330 item list rather than at the end.
|
|
|
6331 (layout_query_geometry): ditto. Pick up fixed and dynamic sizes
|
|
|
6332 provided by the user.
|
|
|
6333 (widget_query_geometry): comment.
|
|
|
6334
|
|
|
6335 2000-03-30 Andy Piper <andy@xemacs.org>
|
|
|
6336
|
|
|
6337 * glyphs-widget.c (image_instantiator_layout): allow standard
|
|
|
6338 widget keywords in layouts.
|
|
|
6339
|
|
|
6340 * gutter.c (output_gutter): cope with nil gutter contents.
|
|
|
6341
|
|
|
6342 * frame.c (Fset_frame_properties): add gutter docs.
|
|
|
6343
|
|
|
6344 2000-03-29 Andy Piper <andy@xemacs.org>
|
|
|
6345
|
|
|
6346 * toolbar-msw.c (TBSTYLE_FLAT): add.
|
|
|
6347 (mswindows_output_toolbar): minor fiddling.
|
|
|
6348
|
|
|
6349 2000-03-29 Andy Piper <andy@xemacs.org>
|
|
|
6350
|
|
|
6351 * gutter.c (output_gutter): force gutter size recalculation if
|
|
|
6352 what we are trying to display won't fit.
|
|
|
6353 (update_gutter_geometry): new function. A per-gutter version of
|
|
|
6354 update_frame_gutter_geometry.
|
|
|
6355 (update_frame_gutter_geometry): use it.
|
|
|
6356 (redraw_exposed_gutter): add extra debugging output.
|
|
|
6357
|
|
|
6358 2000-03-28 Mike Alexander <mta@arbortext.com>
|
|
|
6359
|
|
|
6360 * dumper.c: Declare pdump_hFile and pdump_hMap (Windows only)
|
|
|
6361 (pdump_file_unmap): Implement it on Windows
|
|
|
6362 (pdump_file_get): Save alocated handles for pdump_file_unmap
|
|
|
6363
|
|
|
6364 2000-03-28 Andy Piper <andy@xemacs.org>
|
|
|
6365
|
|
|
6366 * gui.c (get_gui_callback): treat Quit specially.
|
|
|
6367
|
|
|
6368 2000-03-27 Andy Piper <andy@xemacs.org>
|
|
|
6369
|
|
|
6370 * glyphs.c (image_instantiate): be careful to check in the same
|
|
|
6371 way we assigned.
|
|
|
6372
|
|
|
6373 2000-03-27 Didier Verna <didier@xemacs.org>
|
|
|
6374
|
|
|
6375 * config.h.in: define the proper SMART_INCLUDE macro.
|
|
|
6376 handle renaming of `foo_h_path' to `foo_h_file'.
|
|
|
6377
|
|
|
6378 * database.c: ditto.
|
|
|
6379
|
|
|
6380 * emacs.c: ditto.
|
|
|
6381
|
|
|
6382 * linuxplay.c: ditto.
|
|
|
6383
|
|
|
6384 * terminfo.c: ditto.
|
|
|
6385
|
|
|
6386 * tooltalk.h: ditto.
|
|
|
6387
|
|
|
6388 2000-03-27 Andy Piper <andy@xemacs.org>
|
|
|
6389
|
|
|
6390 * glyphs-msw.c (mswindows_update_widget): make sure the widget
|
|
|
6391 gets updated whenever the face might have changed.
|
|
|
6392
|
|
|
6393 2000-03-26 Mike Alexander <mta@arbortext.com>
|
|
|
6394
|
|
|
6395 * dumper.c (pdump_resource_free): Fix the comment.
|
|
|
6396
|
|
|
6397 2000-03-21 Olivier Galibert <galibert@pobox.com>
|
|
|
6398
|
|
|
6399 * input-method-xlib.c (XIM_init_frame): Remove painful warning.
|
|
|
6400
|
|
|
6401 2000-03-22 Mike Alexander <mta@arbortext.com>
|
|
|
6402
|
|
|
6403 * dumper.c: Include Windows headers on Windows
|
|
|
6404 (pdump_resource_free): Add a body to the function
|
|
|
6405 (pdump_load): exe_name -> exe_path and add some comments.
|
|
|
6406
|
|
|
6407 2000-03-25 Mike Alexander <mta@arbortext.com>
|
|
|
6408
|
|
|
6409 * gui.c (copy_gui_item_tree): Return a value in all cases
|
|
|
6410
|
|
|
6411 2000-03-21 Didier Verna <didier@xemacs.org>
|
|
|
6412
|
|
|
6413 * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 here from
|
|
|
6414 lwlib/config.h.in.
|
|
|
6415 (SMART_INCLUDE): new macro.
|
|
|
6416 (POSTGRES_INCLUDE): new macro to include postgresql headers from
|
|
|
6417 the proper location.
|
|
|
6418
|
|
|
6419 * postgresql.c: use it.
|
|
|
6420
|
|
|
6421 * inline.c: ditto.
|
|
|
6422
|
|
|
6423 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
|
6424
|
|
|
6425 * gutter.c (redraw_exposed_gutters): must be "in display" when we
|
|
|
6426 do this.
|
|
|
6427
|
|
|
6428 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
|
6429
|
|
|
6430 * redisplay-output.c (compare_runes): use image_instance_changed
|
|
|
6431 to detect changes. Do not depend on glyphs_changed, only depend on
|
|
|
6432 dirtiness.
|
|
|
6433 (redisplay_output_layout): add debug messages.
|
|
|
6434 (compare_runes): ditto.
|
|
|
6435
|
|
|
6436 * glyphs.h: declare new functions.
|
|
|
6437 (struct Lisp_Image_Instance): remove percent and associated
|
|
|
6438 accessors.
|
|
|
6439
|
|
|
6440 * gui.h: declare new copying functions.
|
|
|
6441
|
|
|
6442 * gui.c (copy_gui_item_tree): new function.
|
|
|
6443 (copy_gui_item): new function.
|
|
|
6444 (gui_item_id_hash): revert to standard hash.
|
|
|
6445 (gui_item_hash): ditto.
|
|
|
6446 (gui_item_hash_internal): deleted.
|
|
|
6447 (mark_gui_item): mark value.
|
|
|
6448 (gui_item_add_keyval_pair): add value.
|
|
|
6449 (gui_item_init): ditto.
|
|
|
6450 (gui_add_item_keywords_to_plist): ditto.
|
|
|
6451 (gui_item_equal): ditto.
|
|
|
6452 (syms_of_gui): add Q_value.
|
|
|
6453
|
|
|
6454 * glyphs-x.c (x_progress_gauge_update): use pending items and
|
|
|
6455 value for setting the state.
|
|
|
6456 (x_update_widget): don't set items from pending here.
|
|
|
6457
|
|
|
6458 * glyphs-widget.c (update_widget): update items here.
|
|
|
6459 (progress_gauge_set_property): use items for storing value. Put
|
|
|
6460 new value in pending items.
|
|
|
6461
|
|
|
6462 * glyphs-msw.c (mswindows_progress_gauge_update): use pending
|
|
|
6463 items for new value. Convert percent -> value.
|
|
|
6464 (mswindows_tab_control_update): don't update items here.
|
|
|
6465
|
|
|
6466 * glyphs.c (Fupdate_widget_instances): use image_instance_changed.
|
|
|
6467 (update_subwindow): ditto.
|
|
|
6468 (image_instance_changed): new function. Compare hash values and
|
|
|
6469 past and present widget items.
|
|
|
6470 (image_instantiate): We more careful about where we instantiate
|
|
|
6471 things.
|
|
|
6472 (image_instantiate): add error checking.
|
|
|
6473
|
|
|
6474 * gutter.c (syms_of_gutter): use -hook.
|
|
|
6475
|
|
|
6476 2000-03-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6477
|
|
|
6478 * console-tty.c (Fset_console_tty_input_coding_system): Use
|
|
|
6479 Qkeyboard.
|
|
|
6480 (Fset_console_tty_output_coding_system): Use Qterminal.
|
|
|
6481 (tty_init_console): Use Qkeyboard and Qterminal.
|
|
|
6482
|
|
|
6483 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
|
6484
|
|
|
6485 * ntproc.c (create_child): remove bogus HAVE_NTGUI's.
|
|
|
6486 From Mike Alexander <mta@arbortext.com>.
|
|
|
6487
|
|
|
6488 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
|
6489
|
|
|
6490 * event-msw.c (mswindows_need_event): Horrible kludge to fix
|
|
|
6491 process brokenness. Proper implementation to come.
|
|
|
6492 * callproc.c:
|
|
|
6493 Rename call-process-internal to old-call-process-internal.
|
|
|
6494 New impl. in process.el.
|
|
|
6495
|
|
|
6496 2000-03-21 Martin Buchholz <martin@xemacs.org>
|
|
|
6497
|
|
|
6498 * Makefile.in.in: Coalesce HAVE_NATIVE_SOUND code fragments.
|
|
|
6499
|
|
|
6500 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
|
6501
|
|
|
6502 * glyphs.c (full_list_hash): make hashes of the same elements in
|
|
|
6503 different orders return different values.
|
|
|
6504
|
|
|
6505 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
|
6506
|
|
|
6507 * XEmacs 21.2.32 is released.
|
|
|
6508
|
|
|
6509 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
|
6510
|
|
|
6511 * buffer.h (DFC_ALLOCA_USE_CONVERTED_DATA):
|
|
|
6512 (DFC_MALLOC_USE_CONVERTED_DATA):
|
|
|
6513 Add aliasing-safe casts to allow use with char* or unsigned char*
|
|
|
6514 lvalues.
|
|
|
6515
|
|
|
6516 * eldap.c (Fldap_open):
|
|
|
6517 (Fldap_search_basic):
|
|
|
6518 (Fldap_add):
|
|
|
6519 (Fldap_modify):
|
|
|
6520 Make C++-compilable.
|
|
|
6521 Make sure GCPRO'ed variables are initialized.
|
|
|
6522 Use temp variables to avoid repeated calls to Flength.
|
|
|
6523
|
|
|
6524 2000-03-16 Martin Buchholz <martin@xemacs.org>
|
|
|
6525
|
|
|
6526 * sysfile.h:
|
|
|
6527 Make sure PATH_MAX is always defined.
|
|
|
6528 Include limits.h for PATH_MAX.
|
|
|
6529 Deprecate use of MAXPATHLEN.
|
|
|
6530
|
|
|
6531 2000-03-10 Martin Buchholz <martin@xemacs.org>
|
|
|
6532
|
|
|
6533 * emacs.c: Add reinit_vars_of_fileio.
|
|
|
6534 * symsinit.h: Add reinit_vars_of_fileio.
|
|
|
6535 * fileio.c (reinit_vars_of_fileio): New.
|
|
|
6536 * fileio.c (Fmake_temp_name):
|
|
|
6537 Initialize temp_name random number from microseconds to make
|
|
|
6538 collisions even less likely. Initialize always at process startup
|
|
|
6539 time. (make-temp-name) used to return the same file name twice in
|
|
|
6540 a row when PDUMP.
|
|
|
6541 Random stylistic fiddling.
|
|
|
6542 Comment fixes.
|
|
|
6543
|
|
|
6544 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
|
6545
|
|
|
6546 * glyphs.c (image_instantiate): allow text glyphs to be
|
|
|
6547 instantiated in the minibuffer window.
|
|
|
6548
|
|
|
6549 2000-03-19 Andy Piper <andy@xemacs.org>
|
|
|
6550
|
|
|
6551 * glyphs.c (image_instance_hash): be careful about which items we
|
|
|
6552 hash on.
|
|
|
6553
|
|
|
6554 * glyphs-widget.c (tab_control_set_property): record into pending
|
|
|
6555 items rather than the actual items.
|
|
|
6556
|
|
|
6557 * glyphs-x.c (x_update_widget): use pending items to update with.
|
|
|
6558
|
|
|
6559 * glyphs-msw.c (mswindows_tab_control_update): use pending items
|
|
|
6560 to update with.
|
|
|
6561
|
|
|
6562 * glyphs.c (mark_image_instance): mark pending items.
|
|
|
6563
|
|
|
6564 * window.c (Fset_window_configuration): record the buffer.
|
|
|
6565 (Fselect_window): totally revert previous change which breaks many
|
|
|
6566 things.
|
|
|
6567
|
|
|
6568 2000-03-18 Andy Piper <andy@xemacs.org>
|
|
|
6569
|
|
|
6570 * glyphs-msw.c (mswindows_tab_control_update): force selected
|
|
|
6571 item.
|
|
|
6572
|
|
|
6573 * glyphs.c (image_instantiate): don't allow the minibuffer as a
|
|
|
6574 window domain cache, otherwise we get inconsistencies at
|
|
|
6575 startup. There is something fishy at startup which can lead to the
|
|
|
6576 minibuffer being the selected window when the gutter content is
|
|
|
6577 instantiated.
|
|
|
6578
|
|
|
6579 * gui.c (parse_gui_item_tree_list): add probably unnecessary
|
|
|
6580 gcpros.
|
|
|
6581 (parse_gui_item_tree_children): ditto.
|
|
|
6582 (parse_gui_item_tree_item): ditto.
|
|
|
6583
|
|
|
6584 * glyphs.c (Fupdate_widget_instances): return something.
|
|
|
6585
|
|
|
6586 2000-03-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6587
|
|
|
6588 * window.c (Fselect_window): Undo 2000-03-17 change.
|
|
|
6589
|
|
|
6590 2000-03-17 SL Baur <steve@musashimaru.m17n.org>
|
|
|
6591
|
|
|
6592 * postgresql.c (Fpq_setenv): Remove this turkey when linking
|
|
|
6593 against v7.0 libraries. Insta-coredump city until the postgres
|
|
|
6594 folks fix it.
|
|
|
6595
|
|
|
6596 2000-03-17 Andy Piper <andy@xemacs.org>
|
|
|
6597
|
|
|
6598 * faces.c (complex_vars_of_faces): don't give the widget face an
|
|
|
6599 inherited background pixmap.
|
|
|
6600
|
|
|
6601 * glyphs-msw.c (mswindows_tab_control_instantiate): select the
|
|
|
6602 selected item.
|
|
|
6603
|
|
|
6604 * event-stream.c (Fdispatch_non_command_events): return something.
|
|
|
6605
|
|
|
6606 * gutter.c (output_gutter): use widget face.
|
|
|
6607 (clear_gutter): ditto.
|
|
|
6608
|
|
|
6609 * NEWS: adjust again.
|
|
|
6610
|
|
|
6611 * window.c (Fselect_window): make sure this runs to completion to
|
|
|
6612 avoid oddities with Fset_window_configuration.
|
|
|
6613 (Fcurrent_window_configuration): in general do not save the
|
|
|
6614 minibuffer as the selected window.
|
|
|
6615
|
|
|
6616 * glyphs.h (IMAGE_INSTANCE_HASH_DEPTH): increase.
|
|
|
6617
|
|
|
6618 2000-03-16 Olivier Galibert <galibert@pobox.com>
|
|
|
6619
|
|
|
6620 * emacs.c (Frunning_temacs_p): Revert previous patch.
|
|
|
6621 (main_1): Reinitialize running_temacs_argc if pdump_load succeeds.
|
|
|
6622
|
|
|
6623 2000-03-16 Andy Piper <andy@xemacs.org>
|
|
|
6624
|
|
|
6625 * glyphs-x.c (x_tab_control_update): if no widget values then
|
|
|
6626 return.
|
|
|
6627
|
|
|
6628 * NEWS: update for new features.
|
|
|
6629
|
|
|
6630 * event-Xt.c (emacs_Xt_force_event_pending): new function. Post a
|
|
|
6631 synthetic event to the native system.
|
|
|
6632 (reinit_vars_of_event_Xt): set force_event_pending to
|
|
|
6633 emacs_Xt_force_event_pending.
|
|
|
6634
|
|
|
6635 * events.h (struct event_stream): add force_event_pending.
|
|
|
6636
|
|
|
6637 * specifier.c (recompute_one_cached_specifier_in_window): add
|
|
|
6638 comment.
|
|
|
6639
|
|
|
6640 * redisplay.c (redisplay_frame): don't call
|
|
|
6641 update_frame_subwindows. Reset subwindow cachels when
|
|
|
6642 subwindows_changed, removing this was an optimization too far.
|
|
|
6643
|
|
|
6644 * redisplay-output.c (compare_runes): reorganize so that we catch
|
|
|
6645 glyph changes when we want them. Set optimize_output when this
|
|
|
6646 would help layouts.
|
|
|
6647 (redisplay_output_layout): remove frame_really_changed, use
|
|
|
6648 optimize_output instead.
|
|
|
6649
|
|
|
6650 * redisplay-msw.c (mswindows_output_display_block): reset
|
|
|
6651 optimize_output after outputting a glyph.
|
|
|
6652 * redisplay-x.c (x_output_display_block): ditto.
|
|
|
6653 * redisplay-tty.c (tty_output_display_block): ditto.
|
|
|
6654
|
|
|
6655 * gutter.c: (specifier_vars_of_gutter): use new spec changed
|
|
|
6656 functions.
|
|
|
6657 (gutter_specs_changed): do specific gutter positions.
|
|
|
6658 (top_gutter_specs_changed): new function. Only update the
|
|
|
6659 specified gutter specs.
|
|
|
6660 (bottom_gutter_specs_changed): ditto.
|
|
|
6661 (left_gutter_specs_changed): ditto.
|
|
|
6662 (right_gutter_specs_changed): ditto.
|
|
|
6663
|
|
|
6664 * gui.c (gui_item_hash_internal): new function, does a real hash.
|
|
|
6665 (gui_item_id_hash): use it.
|
|
|
6666 (gui_item_hash): hash the eval'ed gui_item.
|
|
|
6667
|
|
|
6668 * gui-x.c (popup_selection_callback): send an eval event to call
|
|
|
6669 Fupdate_widget_instances.
|
|
|
6670
|
|
|
6671 * gui-msw.c (mswindows_handle_gui_wm_command): send an eval event
|
|
|
6672 to call Fupdate_widget_instances.
|
|
|
6673
|
|
|
6674 * glyphs.h (struct Lisp_Image_Instance): add optimize_output flag.
|
|
|
6675 (IMAGE_INSTANCE_OPTIMIZE_OUTPUT): access it.
|
|
|
6676
|
|
|
6677 * glyphs.c: (update_frame_subwindows): deleted.
|
|
|
6678 (Fupdate_widget_instances): new function for updating the dirty
|
|
|
6679 state of widgets that might have changed.
|
|
|
6680 (syms_of_glyphs): add Qupdate_widget_instances.
|
|
|
6681 (full_list_hash): hash a list completely.
|
|
|
6682 (image_instance_hash): use it for items and properties.
|
|
|
6683
|
|
|
6684 * frame-msw.c (mswindows_size_frame_internal): remove unused
|
|
|
6685 variable.
|
|
|
6686
|
|
|
6687 * faces.h (struct face_cachel): fix comment.
|
|
|
6688
|
|
|
6689 * event-stream.c (Fdispatch_non_command_events): new
|
|
|
6690 function. Process non-command events, forcing an event cycle
|
|
|
6691 beforehand.
|
|
|
6692 (syms_of_event_stream): declare.
|
|
|
6693 (event_stream_force_event_pending): new function. Force an event
|
|
|
6694 on the native event queue so that an event cycle will occur next
|
|
|
6695 time we check.
|
|
|
6696
|
|
|
6697 * event-msw.c:
|
|
|
6698 (struct ntpipe_shove_stream):
|
|
|
6699 (mswindows_enqueue_dispatch_event):
|
|
|
6700 (mswindows_dequeue_dispatch_event):
|
|
|
6701 (mswindows_cancel_dispatch_event):
|
|
|
6702 (mswindows_pump_outstanding_events):
|
|
|
6703 (mswindows_drain_windows_queue):
|
|
|
6704 (mswindows_handle_paint):
|
|
|
6705 (mswindows_wnd_proc):
|
|
|
6706 (mswindows_key_to_emacs_keysym):
|
|
|
6707 (get_process_input_waitable):
|
|
|
6708 (emacs_mswindows_delete_stream_pair): re-indent file.
|
|
|
6709 (mswindows_need_event): do not process further fds if the windows
|
|
|
6710 fd is set, otherwise you get endless XM_BUMPQUEUE cycles. This
|
|
|
6711 fixes the 100% cpu problem.
|
|
|
6712 (reinit_vars_of_event_mswindows): set force_event_pending to 0.
|
|
|
6713
|
|
|
6714 2000-03-15 Olivier Galibert <galibert@pobox.com>
|
|
|
6715
|
|
|
6716 * alloc.h: New.
|
|
|
6717 * dumper.h: New.
|
|
|
6718 * dumper.c: New.
|
|
|
6719
|
|
|
6720 * emacs.c: Moved dump file searching to dumper.c.
|
|
|
6721 (Frunning_temacs_p): Fixed.
|
|
|
6722
|
|
|
6723 * alloc.c: Moved everything pdump-related to dumper.c. Removed
|
|
|
6724 last_lrecord_type_index_assigned.
|
|
|
6725
|
|
|
6726 2000-02-20 Olivier Galibert <galibert@pobox.com>
|
|
|
6727
|
|
|
6728 * symsinit.h: Added reinit parameter to init_console_stream
|
|
|
6729 declaration.
|
|
|
6730
|
|
|
6731 * lisp.h: Added file parameter to pdump_load declaration.
|
|
|
6732
|
|
|
6733 * emacs.c (main_1): Added -nd/--nodump-file and -sd/--show-dump-id
|
|
|
6734 support. Added dump file searching.
|
|
|
6735
|
|
|
6736 * config.h.in: Added EMACS_PROGNAME.
|
|
|
6737
|
|
|
6738 * console-stream.c (init_console_stream): Fix reinitialisation
|
|
|
6739 when running from temacs.
|
|
|
6740
|
|
|
6741 * alloc.c (pdump): Add id support.
|
|
|
6742 (pdump_load): Add file parameter and signature/id support.
|
|
|
6743
|
|
|
6744 * Makefile.in.in: Add full pdump support.
|
|
|
6745
|
|
|
6746 2000-03-15 SL Baur <steve@musashimaru.m17n.org>
|
|
|
6747
|
|
|
6748 * postgresql.c: Update documentation to reflect latest code
|
|
|
6749 status.
|
|
|
6750 (print_result): Show tuple counts in printed representation when
|
|
|
6751 appropriate.
|
|
|
6752 (Fpq_put_nbytes): MULE-ize.
|
|
|
6753 (Fpq_get_line_async): Ditto.
|
|
|
6754
|
|
|
6755 2000-03-14 SL Baur <steve@musashimaru.m17n.org>
|
|
|
6756
|
|
|
6757 * postgresql.c (Fpq_lo_import): Fix return value.
|
|
|
6758 Suggested by: Kenji Itoh <keit@tpj.co.jp>.
|
|
|
6759
|
|
|
6760 2000-03-13 Ben Wing <ben@xemacs.org>
|
|
|
6761
|
|
|
6762 * alloc.c (pdump_load):
|
|
|
6763 Fix compile warning under mswin.
|
|
|
6764
|
|
|
6765 2000-03-14 SL Baur <steve@musashimaru.m17n.org>
|
|
|
6766
|
|
|
6767 * postgresql.c: Mule-ization, bug fixes.
|
|
|
6768 Use PG_CODING to encapsulate coding system name changes.
|
|
|
6769 Backport a version of TO_EXTERNAL format for 21.1/InfoDock.
|
|
|
6770 (pg-coding-system): Create.
|
|
|
6771
|
|
|
6772 (Fpq_conn_defaults): Mule-ize.
|
|
|
6773 (Fpq_connectdb): Mule-ize & bug fix.
|
|
|
6774 (Fpq_connect_start): Mule-ize.
|
|
|
6775 (Fpq_set_client_encoding): Mule-ize.
|
|
|
6776 (Fpq_finish): Document `DEAD' connection status.
|
|
|
6777 (Fpq_clear): Ditto.
|
|
|
6778 (Fpq_pgconn): Mule-ize.
|
|
|
6779 (Fpq_exec): Mule-ize & bug fix.
|
|
|
6780 (Fpq_send_query): Ditto.
|
|
|
6781 (Fpq_get_result): Ditto.
|
|
|
6782 (Fpq_res_status): Mule-ize.
|
|
|
6783 (Fpq_result_error_message): Mule-ize.
|
|
|
6784 (Fpq_ntuples): fix comments.
|
|
|
6785 (Fpq_fname): Mule-ize.
|
|
|
6786 (Fpq_fnumber): Mule-ize.
|
|
|
6787 (Fpq_ftype): fix comments.
|
|
|
6788 (Fpq_get_value): Mule-ize.
|
|
|
6789 (Fpq_cmd_status): Ditto.
|
|
|
6790 (Fpq_cmd_tuples): Ditto.
|
|
|
6791 (Fpq_oid_value): Ditto.
|
|
|
6792 (Fpq_notifies): Ditto.
|
|
|
6793 (Fpq_lo_import): Ditto.
|
|
|
6794 (Fpq_lo_export): Ditto.
|
|
|
6795 (Fpq_get_line): Ditto.
|
|
|
6796 (Fpq_put_line): Mule-ize and bug fix.
|
|
|
6797 (syms_of_postgresql): Fix ifdef'ing, add pg-coding-system.
|
|
|
6798
|
|
|
6799 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
|
|
|
6800
|
|
|
6801 * postgresql.c (vars_of_postgresql): Mule-ize.
|
|
|
6802 (Fpq_conn_defaults): Ditto.
|
|
|
6803
|
|
|
6804 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
|
6805
|
|
|
6806 * alloc.c (Fmake_byte_code):
|
|
|
6807 * alloc.c (debug_string_purity_print):
|
|
|
6808 * alloc.c (pdump_backtrace):
|
|
|
6809 * alloc.c (pdump_get_indirect_count):
|
|
|
6810 * alloc.c (pdump_register_sub):
|
|
|
6811 * alloc.c (pdump_register_object):
|
|
|
6812 * alloc.c (pdump_register_struct):
|
|
|
6813 * alloc.c (pdump_dump_data):
|
|
|
6814 * alloc.c (pdump_reloc_one):
|
|
|
6815 Minor cleanups.
|
|
|
6816
|
|
|
6817 * console-msw.c:
|
|
|
6818 * console-msw.c (GetConsoleHwnd):
|
|
|
6819 * console-msw.c (msw_hide_console):
|
|
|
6820 * console-msw.c (msw_show_console):
|
|
|
6821 * console-msw.c (msw_ensure_console_buffered):
|
|
|
6822 * console-msw.c (msw_output_console_string):
|
|
|
6823 * console-msw.c (console_type_create_mswindows):
|
|
|
6824
|
|
|
6825 a) Added functions to manipulate the console window for use with
|
|
|
6826 shell support.
|
|
|
6827
|
|
|
6828 b) Added support for writing text to the console, which is now
|
|
|
6829 used under Windows when xemacs is not being run non-interactively,
|
|
|
6830 to write text that would otherwise be destined for stdout because
|
|
|
6831 under these circumstances, text written to stdout tends to
|
|
|
6832 disappear and not be seen.
|
|
|
6833
|
|
|
6834 * console-msw.h:
|
|
|
6835 * event-Xt.c:
|
|
|
6836 * event-Xt.c (x_event_to_emacs_event):
|
|
|
6837 * event-Xt.c (describe_event_window):
|
|
|
6838 * events-mod.h (XEMACS_MOD_CONTROL):
|
|
|
6839 * events.c:
|
|
|
6840 * events.c (Fmake_event):
|
|
|
6841 * events.c (character_to_event):
|
|
|
6842 * events.c (event_to_character):
|
|
|
6843 * events.c (format_event_object):
|
|
|
6844 * events.c (Fevent_modifiers):
|
|
|
6845 * events.h:
|
|
|
6846 * events.h (struct key_data):
|
|
|
6847 * events.h (struct button_data):
|
|
|
6848 * events.h (struct misc_user_data):
|
|
|
6849 * frame-x.c (Fcde_start_drag_internal):
|
|
|
6850 * frame-x.c (Foffix_start_drag_internal):
|
|
|
6851 * gpmevent.c (Freceive_gpm_event):
|
|
|
6852 * keymap.c:
|
|
|
6853 * keymap.c (bucky_sym_to_bucky_bit):
|
|
|
6854 * keymap.c (control_meta_superify):
|
|
|
6855 * keymap.c (make_key_description):
|
|
|
6856 * keymap.c (keymap_lookup_directly):
|
|
|
6857 * keymap.c (create_bucky_submap):
|
|
|
6858 * keymap.c (keymap_store):
|
|
|
6859 * keymap.c (define_key_check_and_coerce_keysym):
|
|
|
6860 * keymap.c (define_key_parser):
|
|
|
6861 * keymap.c (define_key_alternate_name):
|
|
|
6862 * keymap.c (Fdefine_key):
|
|
|
6863 * keymap.c (raw_lookup_key_mapper):
|
|
|
6864 * keymap.c (struct map_keymap_unsorted_closure):
|
|
|
6865 * keymap.c (map_keymap_unsorted_mapper):
|
|
|
6866 * keymap.c (map_keymap_sort_predicate):
|
|
|
6867 * keymap.c (map_keymap_sorted):
|
|
|
6868 * keymap.c (accessible_keymaps_mapper_1):
|
|
|
6869 * keymap.c (where_is_recursive_mapper):
|
|
|
6870 * keymap.c (describe_map_mapper):
|
|
|
6871 * keymap.c (describe_map_sort_predicate):
|
|
|
6872 * keymap.c (describe_map):
|
|
|
6873 * keymap.c (complex_vars_of_keymap):
|
|
|
6874 And a number of other files, the key modifier preprocessor
|
|
|
6875 constants that xemacs uses have names that conflict with constants
|
|
|
6876 defined under MS Windows for other purposes, so they were renamed
|
|
|
6877 to begin with the prefix XEMACS_. The variables that hold such
|
|
|
6878 modifiers were changed to consistently be of type int to fix
|
|
|
6879 various compile warnings.
|
|
|
6880
|
|
|
6881 * console.c (complex_vars_of_console):
|
|
|
6882 * device.c:
|
|
|
6883 * device-msw.c:
|
|
|
6884 * device-msw.c (mswindows_finish_init_device):
|
|
|
6885 * device-msw.c (msw_get_workspace_coords):
|
|
|
6886 * device-msw.c (mswindows_device_system_metrics):
|
|
|
6887 and various other files, added support for a new
|
|
|
6888 device property called offset-workspace which returns the position
|
|
|
6889 of the upper left corner of the workspace area and goes along with
|
|
|
6890 the existing size-workspace property.
|
|
|
6891
|
|
|
6892 * dialog-msw.c:
|
|
|
6893 * dialog-msw.c (push_bufbyte_string_as_unicode):
|
|
|
6894 * dialog-msw.c (mswindows_popup_dialog_box):
|
|
|
6895 Added support for XEmacs-style accelerator specifications in
|
|
|
6896 button text. Note: I didn't add support for this under X Windows,
|
|
|
6897 and somebody needs to do this.
|
|
|
6898
|
|
|
6899 * dialog.c:
|
|
|
6900 * dialog.c (Fpopup_dialog_box):
|
|
|
6901 Documented the support for accelerators that was just mentioned.
|
|
|
6902
|
|
|
6903 editfns.c (get_home_directory): Changed behavior under Windows
|
|
|
6904 when HOME not defined; former behavior was irretrievably broken.
|
|
|
6905
|
|
|
6906 * emacs.c:
|
|
|
6907 * emacs.c (main_1):
|
|
|
6908 * emacs.c (main):
|
|
|
6909 * minibuf.c (clear_echo_area_internal):
|
|
|
6910 * minibuf.c (echo_area_append):
|
|
|
6911 * print.c:
|
|
|
6912 * print.c (std_handle_out_external):
|
|
|
6913 * print.c (std_handle_out_va):
|
|
|
6914 * print.c (fatal):
|
|
|
6915 * print.c (write_string_to_stdio_stream):
|
|
|
6916 * print.c (output_string):
|
|
|
6917 * print.c (debug_print):
|
|
|
6918 * print.c (debug_backtrace):
|
|
|
6919 * print.c (debug_short_backtrace):
|
|
|
6920 Cleaned up the code that prints text to stdout so that this can be
|
|
|
6921 changed to output into a console window instead under MS Windows,
|
|
|
6922 as described above.
|
|
|
6923
|
|
|
6924 * eval.c:
|
|
|
6925 * eval.c (DEFEND_AGAINST_THROW_RECURSION):
|
|
|
6926 * eval.c (internal_catch):
|
|
|
6927 * eval.c (unwind_to_catch):
|
|
|
6928 * eval.c (throw_or_bomb_out):
|
|
|
6929 * eval.c (condition_case_1):
|
|
|
6930 * eval.c (signal_1):
|
|
|
6931 * eval.c (check_error_state_sanity):
|
|
|
6932 * eval.c (call_with_suspended_errors_1):
|
|
|
6933 * eval.c (call_with_suspended_errors):
|
|
|
6934 * eval.c (reinit_vars_of_eval):
|
|
|
6935 Added code to catch throw loops and check for a pesky bug that may
|
|
|
6936 be gone now.
|
|
|
6937
|
|
|
6938 * event-msw.c:
|
|
|
6939 * event-msw.c (key_needs_default_processing_p):
|
|
|
6940 * event-msw.c (mswindows_wnd_proc):
|
|
|
6941 * event-msw.c (mswindows_modifier_state):
|
|
|
6942 * event-msw.c (emacs_mswindows_quit_p):
|
|
|
6943 * event-msw.c (vars_of_event_mswindows):
|
|
|
6944 a) Added support for using the alt key to select menu items as is
|
|
|
6945 standard under MS Windows. This is controlled using the variable
|
|
|
6946 menu-accelerator-enabled, just like under X Windows. There is an
|
|
|
6947 option on the options menu to turn this support on. I really
|
|
|
6948 think that it should be on by default under Windows, but I'm not
|
|
|
6949 going to make this change yet.
|
|
|
6950
|
|
|
6951 b) Added support for dynamic display size changes under Windows.
|
|
|
6952
|
|
|
6953 * event-stream.c:
|
|
|
6954 * event-stream.c (maybe_echo_keys):
|
|
|
6955 * event-stream.c (Fnext_event):
|
|
|
6956 * event-stream.c (command_builder_find_leaf):
|
|
|
6957 * event-stream.c (lookup_command_event):
|
|
|
6958 * event-stream.c (execute_command_event):
|
|
|
6959 * event-stream.c (pre_command_hook):
|
|
|
6960 * event-stream.c (post_command_hook):
|
|
|
6961 * event-stream.c (syms_of_event_stream):
|
|
|
6962 * event-stream.c (vars_of_event_stream):
|
|
|
6963 * event-stream.c (complex_vars_of_event_stream):
|
|
|
6964 * events.h (struct command_builder):
|
|
|
6965
|
|
|
6966 a) Tried to clean up a little bit the horribly written x-specific
|
|
|
6967 accelerator code that crept into this file. I moved this code
|
|
|
6968 into menubar-x.c where it belongs. I also needed to move the
|
|
|
6969 command builder structure into the file events.h because it is
|
|
|
6970 accessed directly by this accelerator code. What I didn't do, but
|
|
|
6971 which should be done at some point, is to properly abstract this
|
|
|
6972 code using device methods instead of the kludgy way that it
|
|
|
6973 currently hooks into the event code.
|
|
|
6974
|
|
|
6975 b) Added the lisp variables this-command-properties and
|
|
|
6976 last-command- properties, which should be used to synchronize two
|
|
|
6977 adjacent commands in preference to playing games with the variable
|
|
|
6978 this-command, which is typically what happens.
|
|
|
6979
|
|
|
6980 c) Added some slightly nasty code to hook into the lisp support
|
|
|
6981 for shifted- motion-key selection. This is actually necessary for
|
|
|
6982 somewhat complicated reasons, which are described in
|
|
|
6983 simple.el. (NB: I think the proper thing would be to have the code
|
|
|
6984 that calls the pre and post command hooks also call out to generic
|
|
|
6985 lisp functions in simple.el, where all built-in stuff could be
|
|
|
6986 added. I will think about this more.)
|
|
|
6987
|
|
|
6988 * event-unixoid.c (poll_fds_for_input):
|
|
|
6989 * lread.c (readchar):
|
|
|
6990 * redisplay-tty.c (tty_clear_frame):
|
|
|
6991 * redisplay-x.c (x_get_gc):
|
|
|
6992 * signal.c (interrupt_signal):
|
|
|
6993 And a whole bunch of other files: fixed up places that printed
|
|
|
6994 directly to stderr to instead call the function stderr_out so that
|
|
|
6995 the changes I made under Windows work correctly.
|
|
|
6996
|
|
|
6997 * filemode.c (mode_string):
|
|
|
6998 Warning fixes.
|
|
|
6999
|
|
|
7000 * frame-msw.c:
|
|
|
7001 * frame-msw.c (mswindows_size_frame_internal):
|
|
|
7002 Fixed the computation of frame size and position to keep the frame
|
|
|
7003 within the workspace area, rather than within the physical
|
|
|
7004 dimensions of the screen, so that the frame doesn't overlap window
|
|
|
7005 manager decorations, such as the start menu and toolbar, typically
|
|
|
7006 at the bottom of the screen.
|
|
|
7007
|
|
|
7008 * frame.c (vars_of_frame):
|
|
|
7009 Changed the default frame title format under MS Windows to consist
|
|
|
7010 of buffername-XEmacs, which is standard under MS Windows. I think
|
|
|
7011 it might be a good idea to change this everywhere because I think
|
|
|
7012 it is superior to the current frame title format, but this is the
|
|
|
7013 kind of change that is likely to cause some people to get annoyed,
|
|
|
7014 so I'm not making it.
|
|
|
7015
|
|
|
7016 * glyphs-eimage.c (png_instantiate): Fixed some compile warnings.
|
|
|
7017
|
|
|
7018 * gui-msw.c (mswindows_handle_gui_wm_command):
|
|
|
7019 Fixed compile warnings.
|
|
|
7020
|
|
|
7021 * gui-x.c:
|
|
|
7022 * gui-x.c (strdup_and_add_accel):
|
|
|
7023 * gui-x.c (button_item_to_widget_value):
|
|
|
7024 * gui-x.h:
|
|
|
7025 Added code to automatically put an accelerator onto the beginning
|
|
|
7026 of menu items that don't have one as is now the standard, and is
|
|
|
7027 described more later. Also fixed things so that the menu item
|
|
|
7028 name can be an evaluated expression, again a new standard.
|
|
|
7029
|
|
|
7030 * gui.c:
|
|
|
7031 * gui.c (gui_item_add_keyval_pair):
|
|
|
7032 * gui.c (make_gui_item_from_keywords_internal):
|
|
|
7033 * gui.c (gui_add_item_keywords_to_plist):
|
|
|
7034 * gui.c (gui_item_accelerator):
|
|
|
7035 * gui.c (gui_name_accelerator):
|
|
|
7036 * gui.c (gui_item_included_p):
|
|
|
7037 * gui.c (gui_item_display_flush_left):
|
|
|
7038 * gui.c (gui_item_display_flush_right):
|
|
|
7039 * gui.c (parse_gui_item_tree_item):
|
|
|
7040 * gui.c (parse_gui_item_tree_children):
|
|
|
7041 * gui.c (parse_gui_item_tree_list):
|
|
|
7042 Mule-ized. Cleanup. GCPRO addition.
|
|
|
7043
|
|
|
7044 * line-number.c (buffer_line_number):
|
|
|
7045 * lisp.h:
|
|
|
7046 * lisp.h (EMACS_INT_MAX):
|
|
|
7047 Added the manifest constant EMACS_INT_MIN corresponding to the
|
|
|
7048 existing constant EMACS_INT_MAX. This is partially to fix compile
|
|
|
7049 warnings under Windows, and partly for cleanliness.
|
|
|
7050
|
|
|
7051 * menubar-msw.c:
|
|
|
7052 * menubar-msw.c (REPLACE_ME_WITH_GLOBAL_VARIABLE_WHICH_CONTROLS_RIGHT_FLUSH):
|
|
|
7053 * menubar-msw.c (msw_translate_menu_or_dialog_item):
|
|
|
7054 * menubar-msw.c (displayable_menu_item):
|
|
|
7055 * menubar-msw.c (populate_menu_add_item):
|
|
|
7056 * menubar-msw.c (populate_or_checksum_helper):
|
|
|
7057 * menubar-msw.c (populate_menu):
|
|
|
7058 * menubar-msw.c (update_frame_menubar_maybe):
|
|
|
7059 * menubar-msw.c (prune_menubar):
|
|
|
7060 * menubar-msw.c (msw_char_is_accelerator):
|
|
|
7061 * menubar-msw.c (unsafe_handle_wm_initmenu_1):
|
|
|
7062 * menubar-msw.c (mswindows_handle_wm_command):
|
|
|
7063 * menubar-msw.c (mswindows_handle_wm_initmenupopup):
|
|
|
7064 * menubar-msw.c (mswindows_handle_wm_initmenu):
|
|
|
7065 * menubar-msw.c (mswindows_update_frame_menubars):
|
|
|
7066 * menubar-msw.c (mswindows_free_frame_menubars):
|
|
|
7067 * menubar-msw.c (mswindows_popup_menu):
|
|
|
7068 Fixed a bug in handling accelerators where an extra character
|
|
|
7069 would be displayed in the menu item. Also generalized the
|
|
|
7070 function displayable_menu_item because it is now used by the
|
|
|
7071 dialog box code as well. And finally, added code in the functions
|
|
|
7072 that create the menubar to extract a list of accelerators for the
|
|
|
7073 top level menubar, which is used in the event code to determine
|
|
|
7074 whether a particular alt-key combination should be used to invoke
|
|
|
7075 a menu item, or should be passed through to access the standard
|
|
|
7076 XEmacs keymap binding for this key combination.
|
|
|
7077
|
|
|
7078 Much needed GCPROing.
|
|
|
7079
|
|
|
7080 * menubar-x.c:
|
|
|
7081 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
|
7082 * menubar-x.c (menu_item_descriptor_to_widget_value):
|
|
|
7083 * menubar-x.c (restore_in_menu_callback):
|
|
|
7084 * menubar-x.c (x_popup_menu):
|
|
|
7085 * menubar-x.c (menu_move_up):
|
|
|
7086 * menubar-x.c (menu_move_down):
|
|
|
7087 * menubar-x.c (menu_move_left):
|
|
|
7088 * menubar-x.c (menu_move_right):
|
|
|
7089 * menubar-x.c (menu_select_item):
|
|
|
7090 * menubar-x.c (command_builder_operate_menu_accelerator):
|
|
|
7091 * menubar-x.c (menu_accelerator_junk_on_error):
|
|
|
7092 * menubar-x.c (command_builder_find_menu_accelerator):
|
|
|
7093 * menubar-x.c (Faccelerate_menu):
|
|
|
7094 * menubar.h:
|
|
|
7095 Moved a whole bunch of code here that was previously in
|
|
|
7096 event-stream.c as described above. There is also code connected
|
|
|
7097 to the new standard of adding an accelerator to the beginning of
|
|
|
7098 menu items that don't have one as described above and below.
|
|
|
7099
|
|
|
7100 * menubar.c:
|
|
|
7101 * menubar.c (menu_parse_submenu_keywords):
|
|
|
7102 * menubar.c (Fmenu_find_real_submenu):
|
|
|
7103 * menubar.c (Fnormalize_menu_item_name):
|
|
|
7104 * menubar.c (syms_of_menubar):
|
|
|
7105 * menubar.c (vars_of_menubar):
|
|
|
7106 * menubar.c (complex_vars_of_menubar):
|
|
|
7107
|
|
|
7108 a) Cleaned up a bunch of documentation and improved it.
|
|
|
7109
|
|
|
7110 b) XEmacs now automatically adds an accelerator onto the beginning
|
|
|
7111 of any menu items that don't have one. I did this because there
|
|
|
7112 will inevitably be some menu items on the main menubar that don't
|
|
|
7113 have accelerators on them because the package that adds that
|
|
|
7114 particular menu item hasn't yet been fixed up to have accelerators
|
|
|
7115 in them and it looked rather strange to have some items with and
|
|
|
7116 some items without accelerators, especially since even in items
|
|
|
7117 without accelerators, you can, at least under windows, still
|
|
|
7118 access the item through an accelerator corresponding to the first
|
|
|
7119 character in the item's name. If people don't like this behavior,
|
|
|
7120 I can add a variable to turn it off optionally, but I'm not sure
|
|
|
7121 this is a good idea because we really do need to have accelerators
|
|
|
7122 on all of the menu items, and if a package doesn't like the
|
|
|
7123 accelerators being put on the first character, then it should put
|
|
|
7124 the accelerators where they belong.
|
|
|
7125
|
|
|
7126 c) I made a behavior change, which is that the descriptor that
|
|
|
7127 specifies the text of the menu item, which formerly was just a
|
|
|
7128 string, can now also be an evaluated expression. This makes this
|
|
|
7129 descriptor parallel with all of the others, which could also be
|
|
|
7130 evaluated expressions. This also obviates the need for the
|
|
|
7131 keyword :label, which was previously listed in the documentation
|
|
|
7132 as unimplemented, and which was for the same purpose.
|
|
|
7133
|
|
|
7134 d) GCPROing.
|
|
|
7135
|
|
|
7136 * ntproc.c:
|
|
|
7137 * ntproc.c (new_child):
|
|
|
7138 * ntproc.c (sys_spawnve):
|
|
|
7139 * ntproc.c (find_child_console):
|
|
|
7140 * ntproc.c (sys_kill):
|
|
|
7141 Fixed compile warnings. By the way, this file should really go
|
|
|
7142 away entirely, and this will happen as soon as Kirill makes his
|
|
|
7143 final round of process cleanups, which affect the function
|
|
|
7144 call-process.
|
|
|
7145
|
|
|
7146 * process-nt.c:
|
|
|
7147 * process-nt.c (struct nt_process_data):
|
|
|
7148 * process-nt.c (find_process_from_pid):
|
|
|
7149 * process-nt.c (send_signal_the_nt_way):
|
|
|
7150 * process-nt.c (enable_child_signals):
|
|
|
7151 * process-nt.c (find_child_console):
|
|
|
7152 * process-nt.c (send_signal_the_95_way):
|
|
|
7153 * process-nt.c (nt_finalize_process_data):
|
|
|
7154 * process-nt.c (ensure_console_window_exists):
|
|
|
7155 * process-nt.c (nt_create_process):
|
|
|
7156 * process-nt.c (nt_kill_child_process):
|
|
|
7157 * process-nt.c (nt_kill_process_by_pid):
|
|
|
7158 * process-nt.c (nt_open_network_stream):
|
|
|
7159 * process-nt.c (vars_of_process_nt):
|
|
|
7160 Copied over code from Emacs 20.5 to correctly send signals to sub-
|
|
|
7161 processes under Windows 95. Also added code to automatically
|
|
|
7162 create and hide console window when a sub-process is created under
|
|
|
7163 Windows 95, which obviates the need for the separate runemacs.exe
|
|
|
7164 executable, and finally implemented some variables that were
|
|
|
7165 implemented in Emacs 20.5, but previously not in XEmacs. These
|
|
|
7166 include mswindows- start-process-share-console and
|
|
|
7167 mswindows-start-process-inherit-error-mode. (Both of these only
|
|
|
7168 apply to Windows 95.)
|
|
|
7169
|
|
|
7170 * regex.c (regex_compile): Fixed a compile warning.
|
|
|
7171
|
|
|
7172 * select-msw.c:
|
|
|
7173 * select-msw.c (mswindows_own_selection):
|
|
|
7174 * select-msw.c (mswindows_get_foreign_selection):
|
|
|
7175 * select-msw.c (mswindows_disown_selection):
|
|
|
7176 * select-msw.c (console_type_create_select_mswindows):
|
|
|
7177 * select-msw.c (syms_of_select_mswindows):
|
|
|
7178 Cleaned up the file and implemented the device method
|
|
|
7179 selection_exists_p, which had accidentally been left out. Also
|
|
|
7180 removed four lisp functions that were remnants from before the
|
|
|
7181 time when the selection code was properly device abstracted.
|
|
|
7182 These functions are no longer needed because there are generic
|
|
|
7183 equivalents, and because they were added recently and don't exist
|
|
|
7184 in FSF Emacs, I don't think there's any problem with just deleting
|
|
|
7185 them.
|
|
|
7186
|
|
|
7187 * sysdep.c:
|
|
|
7188 * sysdep.c (sys_subshell):
|
|
|
7189 Fixed a compile warning, although in this case there's probably
|
|
|
7190 something wrong with this code, and it ought to be looked into
|
|
|
7191 more thoroughly by somebody who understands it.
|
|
|
7192
|
|
|
7193 * window.c:
|
|
|
7194 * window.c (Fwindow_text_area_height):
|
|
|
7195 * window.c (Fwindow_width):
|
|
|
7196 * window.c (Fwindow_full_width):
|
|
|
7197 * window.c (Fwindow_pixel_width):
|
|
|
7198 * window.c (debug_print_window):
|
|
|
7199 * window.c (syms_of_window):
|
|
|
7200 Added functions window-text-area-height and window-full-width,
|
|
|
7201 which are functions for returning various width and height
|
|
|
7202 characteristics of a window. (One of these functions is necessary
|
|
|
7203 for making the file dialog box work correctly, and the other one
|
|
|
7204 was added for completeness.) Also added a table to the
|
|
|
7205 documentation for window-height which describes the entire scheme
|
|
|
7206 for accessing width and height characteristics of a window.
|
|
|
7207
|
|
|
7208 2000-03-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
7209
|
|
|
7210 * nt.c (fstat): Added a comment for another problem with
|
|
|
7211 non-encapsulated [f]stat(), reported by Adrian Aichner
|
|
|
7212 <aichner@ecf.teradyne.com>.
|
|
|
7213
|
|
|
7214 2000-03-11 Andy Piper <andy@xemacs.org>
|
|
|
7215
|
|
|
7216 * window.c (make_dummy_parent): initialize subwindow instance
|
|
|
7217 cache.
|
|
|
7218 (Fset_window_configuration): zero extent_modiff.
|
|
|
7219
|
|
|
7220 2000-03-10 Andy Piper <andy@xemacs.org>
|
|
|
7221
|
|
|
7222 * redisplay.c (Fredraw_frame): reset the changed_set flags so that
|
|
|
7223 more changes can be triggered.
|
|
|
7224 (Fredisplay_frame): ditto.
|
|
|
7225 (Fredraw_device): ditto.
|
|
|
7226 (Fredisplay_device): ditto.
|
|
|
7227 (redisplay_frame): make non-static.
|
|
|
7228 (redisplay_frame): call update_frame_gutter_geometry outside of
|
|
|
7229 display proper.
|
|
|
7230
|
|
|
7231 * gutter.h: declare update_frame_gutter_geometry.
|
|
|
7232
|
|
|
7233 * redisplay.h: declare redisplay_frame.
|
|
|
7234
|
|
|
7235 * gutter.c (update_frame_gutter_geometry): move geometry changes
|
|
|
7236 in update_frame_gutters here. Geometry changes can only occur
|
|
|
7237 outside of redisplay.
|
|
|
7238 (update_frame_gutters): remove geometry change code.
|
|
|
7239 (Fredisplay_gutter_area): make sure that we are in display when we
|
|
|
7240 update and that we have flushed any size changes.
|
|
|
7241
|
|
|
7242 2000-03-11 Andy Piper <andy@xemacs.org>
|
|
|
7243
|
|
|
7244 * alloc.c (pdump_dump_data): remove i & count shadows.
|
|
|
7245
|
|
|
7246 2000-02-27 Mike Alexander <mta@arbortext.com>
|
|
|
7247
|
|
|
7248 * sysdep.h: Declare pdump_read_file
|
|
|
7249
|
|
|
7250 * sysdep.c (pdump_read_file): New function
|
|
|
7251
|
|
|
7252 * alloc.c (pdump_load): Call pdump_read_file to get the portable
|
|
|
7253 dump data
|
|
|
7254
|
|
|
7255 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
|
|
|
7256
|
|
|
7257 * lrecord.h: add `lrecord_type_pgsetenv'.
|
|
|
7258
|
|
|
7259 2000-03-08 SL Baur <steve@musashimaru.m17n.org>
|
|
|
7260
|
|
|
7261 * symsinit.h: declare (vars|syms)_of* functions.
|
|
|
7262 * lrecord.h: add `lrecord_type_pgconn' and 'lrecord_type_pgresult'.
|
|
|
7263
|
|
|
7264 2000-03-06 SL Baur <steve@musashimaru.m17n.org>
|
|
|
7265
|
|
|
7266 * config.h.in: Add symbols HAVE_POSTGRESQL and HAVE_POSTGRESQLV7
|
|
|
7267
|
|
|
7268 * inline.c: Include postgresql.h lrecord stuffs to placate buggy
|
|
|
7269 GCCs.
|
|
|
7270
|
|
|
7271 * emacs.c (main_1): Call postgres initialization code.
|
|
|
7272
|
|
|
7273 * postgresql.h: New file. PostgreSQL RDBMS support.
|
|
|
7274 * postgresql.c: New file.
|
|
|
7275
|
|
|
7276 2000-03-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
7277
|
|
|
7278 * redisplay-output.c (redisplay_output_display_block): Disable
|
|
|
7279 redundant code.
|
|
|
7280
|
|
|
7281 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
7282
|
|
|
7283 * mule-canna.c (Fcanna_henkan_region): Translate doc-string.
|
|
|
7284 (Fcanna_henkan_next): Ditto.
|
|
|
7285 (Fcanna_bunsetu_henkou): Ditto.
|
|
|
7286 (Fcanna_henkan_kakutei): Ditto.
|
|
|
7287 (Fcanna_henkan_end): Ditto.
|
|
|
7288 (Fcanna_henkan_quit): Ditto.
|
|
|
7289 (Fcanna_henkan_next): Set retun value correctly.
|
|
|
7290 (c2mu): Use unsigned char instead of signed char.
|
|
|
7291
|
|
|
7292 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
7293
|
|
|
7294 * emacs.c (main_1): Always call syms_of_gui.
|
|
|
7295 * inline.c: include gui.h
|
|
|
7296
|
|
|
7297 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
7298
|
|
|
7299 * redisplay.c (Vvisible_bell): Renamed from visible_bell and
|
|
|
7300 converted to Lisp_Object.
|
|
|
7301 (Qtop_bottom): New variable.
|
|
|
7302 (syms_of_redisplay): Initialize it.
|
|
|
7303 * redisplay.h (Vvisible_bell): Ditto.
|
|
|
7304 * sound.c (ding): Ditto and check if Vvisible_bell is nil.
|
|
|
7305 * redisplay-x.c (x_flash): When Vvisible_bell is top-bottom,
|
|
|
7306 only flash top and bottom.
|
|
|
7307
|
|
|
7308 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
|
7309
|
|
|
7310 * buffer.c (Frename_buffer): record new buffer name the right way.
|
|
|
7311
|
|
|
7312 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
|
7313
|
|
|
7314 * glyphs.c (update_subwindow): increase hash depth so that widget
|
|
|
7315 items get picked up properly.
|
|
|
7316
|
|
|
7317 * redisplay-output.c (compare_runes): increase hash depth so that
|
|
|
7318 widget items get picked up properly.
|
|
|
7319
|
|
|
7320 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
|
7321
|
|
|
7322 * gutter.c (output_gutter): add some debug.
|
|
|
7323
|
|
|
7324 * glyphs.h (struct Lisp_Image_Instance): add display_hash.
|
|
|
7325 (IMAGE_INSTANCE_DISPLAY_HASH): new macro.
|
|
|
7326 (XIMAGE_INSTANCE_DISPLAY_HASH): ditto.
|
|
|
7327
|
|
|
7328 * redisplay-output.c (compare_runes): use display_hash to
|
|
|
7329 determine if glyphs really are not the same.
|
|
|
7330
|
|
|
7331 * glyphs.c (update_subwindow): check display_hash to see if
|
|
|
7332 anything really needs to be updated. If not then do
|
|
|
7333 nothing. Record the display_hash after updating.
|
|
|
7334 (image_instance_equal): compare the image_instance face also.
|
|
|
7335
|
|
|
7336 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
7337
|
|
|
7338 * redisplay.h: Fix comment style.
|
|
|
7339
|
|
|
7340 2000-03-08 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7341
|
|
|
7342 * consle-msw.h (struct mswindows_frame):
|
|
|
7343 Added new member paint_pending to indicate whether a WM_PAINT
|
|
|
7344 magic event has been queued for this frame.
|
|
|
7345
|
|
|
7346 * event-msw.c (mswindows_drain_windows_queue):
|
|
|
7347 Don't queue a WM_PAINT magic event if one is already queued.
|
|
|
7348 (emacs_mswindows_handle_magic_event): clear paint_pending flag.
|
|
|
7349
|
|
|
7350 * frame-msw.c (mswindows_init_frame_1): initialise paint_pending flag.
|
|
|
7351
|
|
|
7352 2000-03-07 Didier Verna <didier@xemacs.org>
|
|
|
7353
|
|
|
7354 * dired.c: #include `regex.h' after `sysfile.h'.
|
|
|
7355
|
|
|
7356 2000-03-06 Martin Buchholz <martin@xemacs.org>
|
|
|
7357
|
|
|
7358 * sound.c (init_nas_sound): Fix compiler warning.
|
|
|
7359
|
|
|
7360 * alloc.c (ALIASING_VOIDPP_DEREFERENCE): New.
|
|
|
7361 (FREE_STRUCT_P):
|
|
|
7362 (MARK_STRUCT_AS_FREE):
|
|
|
7363 (MARK_STRUCT_AS_NOT_FREE):
|
|
|
7364 Make `gcc -fstrict-aliasing' work properly.
|
|
|
7365
|
|
|
7366 2000-03-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7367
|
|
|
7368 * device-msw.c (mswindows_finish_init_device): Call CoInitialize().
|
|
|
7369 (mswindows_delete_device): Call CoUnnitialize().
|
|
|
7370
|
|
|
7371 * event-msw.c (mswindows_wnd_proc): WM_DROPFILES: Decode Shortcuts.
|
|
|
7372
|
|
|
7373 2000-02-25 <CraigL@DyCon.com>
|
|
|
7374
|
|
|
7375 * process-nt.c: MinGW now has <shellapi.h>, but still needs
|
|
|
7376 <errno.h>.
|
|
|
7377
|
|
|
7378 * sysdep.c: This extern declaration for environ prevents MinGW
|
|
|
7379 from finding the variable in CRTDLL.DLL.
|
|
|
7380
|
|
|
7381 * s\mingw32.h (PBS_SMOOTH): Removed, now defined in cygwin's
|
|
|
7382 windows headers.
|
|
|
7383 (SHGFI_EXETYPE): ..
|
|
|
7384 (WM_MOUSEWHEEL): ..
|
|
|
7385 (_WIN32_IE): Added, needed to get the TCS_BOTTOM and TCS_VERTICAL
|
|
|
7386 definitions.
|
|
|
7387 (MMRESULT): Removed, now defined in cygwin's windows headers.
|
|
|
7388 (TIMECAPS): ..
|
|
|
7389 (uid_t,gid_t,pid_t,ssize_t): ..
|
|
|
7390 (_timeb): Removed, MinGW defines both _timeb and timeb.
|
|
|
7391 (HAVE_H_ERRNO): Added.
|
|
|
7392 (HAVE_TZNAME): Added, configure is not detecting this.
|
|
|
7393
|
|
|
7394 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
7395
|
|
|
7396 * chartab.h (XCHAR_TABLE_VALUE_UNSAFE): New macro.
|
|
|
7397 * syntax.c (syntax_match): Use it.
|
|
|
7398
|
|
|
7399 * cmds.c: Import auto-fill-chars from FSF Emacs.
|
|
|
7400 (Vauto_fill_chars): New variables.
|
|
|
7401 (internal_self_insert): Check Vauto_fill_chars.
|
|
|
7402 (vars_of_cmds):
|
|
|
7403 Declare auto-fill-chars as a Lisp variable and initialize it.
|
|
|
7404
|
|
|
7405 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7406
|
|
|
7407 * fileio.c (Fmake_symbolic_link):
|
|
|
7408 (Ffile_symlink_p):
|
|
|
7409 Run handlers even if local machine doesn't have symlinks.
|
|
|
7410
|
|
|
7411 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7412
|
|
|
7413 * event-msw.c (mswindows_drain_windows_queue):
|
|
|
7414 Don't generate paint magic events for non-XEmacs frames.
|
|
|
7415
|
|
|
7416 2000-03-05 Andy Piper <andy@xemacs.org>
|
|
|
7417
|
|
|
7418 * redisplay.c (redisplay_frame): generate_displayable_area and
|
|
|
7419 friends assumes that we are not in GC, we therefore have to make
|
|
|
7420 sure that this doesn't happen.
|
|
|
7421
|
|
|
7422 * gutter.c (calculate_gutter_size): generate_displayable_area
|
|
|
7423 assumes that we are not in GC, we therefore have to make sure that
|
|
|
7424 this doesn't happen.
|
|
|
7425
|
|
|
7426 2000-03-05 Martin Buchholz <martin@xemacs.org>
|
|
|
7427
|
|
|
7428 * opaque.c (DEFINE_LRECORD_IMPLEMENTATION): opaque_ptr ==> opaque-ptr
|
|
|
7429
|
|
|
7430 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7431
|
|
|
7432 * redisplay.c (regenerate_window): Make sure we set a sane value
|
|
|
7433 for end_pos even if we jump out of the loop.
|
|
|
7434 (regenerate_window): Answer Ben's question :-).
|
|
|
7435 (start_end_of_last_line): Add may_error argument.
|
|
|
7436 (start_of_last_line):
|
|
|
7437 (end_of_last_line): Pass may_error = 0.
|
|
|
7438 (end_of_last_line_may_error): New function.
|
|
|
7439 (pixel_to_glyph_translation): Use it, so we don't crash in
|
|
|
7440 event_to_glyph.
|
|
|
7441
|
|
|
7442 2000-03-04 Andy Piper <andy@xemacs.org>
|
|
|
7443
|
|
|
7444 * window.h (struct window): add gutter_extent_modiff.
|
|
|
7445
|
|
|
7446 * window.c (allocate_window): zero out gutter_extent_modiff.
|
|
|
7447
|
|
|
7448 * redisplay.h: declare sync_display_line_structs.
|
|
|
7449
|
|
|
7450 * redisplay.c (add_glyph_rune): add a better comment.
|
|
|
7451
|
|
|
7452 * redisplay-output.c (sync_display_line_structs): made non-static.
|
|
|
7453 (compare_runes): remove unneccesary glyph cachel access.
|
|
|
7454
|
|
|
7455 * gutter.h: declare gutter_extent_signal_changed_region_maybe.
|
|
|
7456
|
|
|
7457 * gutter.c (output_gutter): don't output the gutter if extent
|
|
|
7458 changes only involve extents in buffers. use 4 sets of display
|
|
|
7459 lines.
|
|
|
7460 (gutter_extent_signal_changed_region_maybe): new function. Mark
|
|
|
7461 extents in gutters as changed.
|
|
|
7462 (update_frame_gutters): use 4 sets of display lines.
|
|
|
7463 (reset_gutter_display_lines): ditto.
|
|
|
7464 (free_frame_gutters): ditto.
|
|
|
7465 (redraw_exposed_gutter): force output of gutters.
|
|
|
7466
|
|
|
7467 * frame.h (struct frame): add 4 sets of gutter display lines.
|
|
|
7468
|
|
|
7469 * extents.c: (extent_changed_for_redisplay): signal changes to
|
|
|
7470 extents in strings in the gutter as well as extents in buffers.
|
|
|
7471
|
|
|
7472 2000-03-02 Andy Piper <andy@xemacs.org>
|
|
|
7473
|
|
|
7474 * gutter.c (specifier_vars_of_gutter): cosmetic changes.
|
|
|
7475
|
|
|
7476 * frame.c (Fmake_frame): make sure the gutters get initialized
|
|
|
7477 after the frame is visible.
|
|
|
7478 (set_frame_selected_window): re-arrange compilation macros a
|
|
|
7479 little.
|
|
|
7480 (change_frame_size_1): mark gutters changed.
|
|
|
7481
|
|
|
7482 * device.c (Fset_device_class): mark gutters changed.
|
|
|
7483
|
|
|
7484 2000-03-01 Andy Piper <andy@xemacs.org>
|
|
|
7485
|
|
|
7486 * window.c (window_top_frame_gutter_height): deleted.
|
|
|
7487 (window_bottom_frame_gutter_height): ditto.
|
|
|
7488 (window_left_frame_gutter_height): ditto.
|
|
|
7489 (window_right_frame_gutter_height): ditto.
|
|
|
7490 (window_top_gutter_height): don't use them.
|
|
|
7491 (window_bottom_gutter_height): ditto.
|
|
|
7492 (window_left_gutter_width): ditto.
|
|
|
7493 (window_right_gutter_width): ditto.
|
|
|
7494 (Fsplit_window): ditto.
|
|
|
7495 (Fwindow_pixel_edges): don't use border dimensions here.
|
|
|
7496
|
|
|
7497 * scrollbar.c (update_scrollbar_instance): don't take gutters into account.
|
|
|
7498 (update_scrollbar_instance): ditto.
|
|
|
7499
|
|
|
7500 * redisplay.c (generate_modeline): don't take gutters into account.
|
|
|
7501 (generate_modeline): ditto.
|
|
|
7502 (redisplay_frame): small gutter display optimization.
|
|
|
7503
|
|
|
7504 * redisplay-x.c (x_output_vertical_divider): don't take gutters into account.
|
|
|
7505
|
|
|
7506 * redisplay-msw.c (mswindows_output_vertical_divider): don't take
|
|
|
7507 gutters into account.
|
|
|
7508
|
|
|
7509 * gutter.h (WINDOW_REAL_*_GUTTER_BOUNDS): remove bogus checks
|
|
|
7510 for window position and type.
|
|
|
7511
|
|
|
7512 * gutter.c (get_gutter_coords): fix for frame gutters.
|
|
|
7513 (update_frame_gutters): update frame geometry if the gutters have
|
|
|
7514 changed.
|
|
|
7515 (init_frame_gutters): record current gutter geometries.
|
|
|
7516
|
|
|
7517 * glyphs-msw.c (mswindows_subwindow_instantiate): remove unused
|
|
|
7518 var.
|
|
|
7519 (mswindows_widget_instantiate): ditto.
|
|
|
7520
|
|
|
7521 * frame.h (struct frame): add current_gutter_bounds.
|
|
|
7522
|
|
|
7523 * frame.c (change_frame_size_1): position window and minibuffer
|
|
|
7524 appropriately taking into account the frame gutters.
|
|
|
7525
|
|
|
7526 * frame-x.c: (x_initialize_frame_size): take into account the
|
|
|
7527 frame gutters.
|
|
|
7528
|
|
|
7529 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
7530
|
|
|
7531 * emacs.c (data-directory): Xref `locate-data-file' in docstring.
|
|
|
7532
|
|
|
7533 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
7534
|
|
|
7535 * alloc.c (dumpopaquevec): Increase dimension for --with-canna.
|
|
|
7536
|
|
|
7537 1999-12-30 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
7538
|
|
|
7539 * file-coding.c (reset_decoding_stream): Clear previous
|
|
|
7540 detection state when autodetect.
|
|
|
7541
|
|
|
7542 2000-02-29 Didier Verna <didier@xemacs.org>
|
|
|
7543
|
|
|
7544 * extents.c (set_extent_glyph_1): don't require extents to be
|
|
|
7545 attached.
|
|
|
7546
|
|
|
7547 2000-02-27 Andy Piper <andy@xemacs.org>
|
|
|
7548
|
|
|
7549 * gutter.c (Fset_default_gutter_position): don't default left and
|
|
|
7550 right gutter visibility to t.
|
|
|
7551 (Fset_default_gutter_position): run
|
|
|
7552 default-gutter-position-changed-hook.
|
|
|
7553 (syms_of_gutter): add default-gutter-position-changed-hook.
|
|
|
7554
|
|
|
7555 2000-02-26 Andy Piper <andy@xemacs.org>
|
|
|
7556
|
|
|
7557 * specifier.c (Fmake_specifier): add gutter references.
|
|
|
7558
|
|
|
7559 * gutter.h (RAW_WINDOW_GUTTER): new macro.
|
|
|
7560
|
|
|
7561 * lisp.h: declare Fvalid_plist_p.
|
|
|
7562
|
|
|
7563 * gutter.c (gutter_geometry_changed_in_window): mark the modeline
|
|
|
7564 as changed.
|
|
|
7565 (default_gutter_visible_p_changed_in_window): invalidate gutter as
|
|
|
7566 well as its visibility so that it gets reconstructed.
|
|
|
7567 (construct_window_gutter_spec): new function. Construct a string
|
|
|
7568 to be displayed in the gutter from a plist of strings. Take care
|
|
|
7569 to only use elements that are declared as visible.
|
|
|
7570 (calculate_gutter_size): use RAW_WINDOW_GUTTER instead of
|
|
|
7571 WINDOW_GUTTER.
|
|
|
7572 (gutter_validate): allow plists of strings in the specifier.
|
|
|
7573 (gutter_specs_changed): construct the real_gutter from the gutter
|
|
|
7574 specs using construct_window_gutter_spec.
|
|
|
7575 (gutter_visible_validate): gutter-visible is a new specifier type.
|
|
|
7576 (Fgutter_visible_specifier_p): new function for the new specifier.
|
|
|
7577 (syms_of_gutter): declare gutter-visible and
|
|
|
7578 Fgutter_visible_specifier_p.
|
|
|
7579 (specifier_type_create_gutter): intitalize new gutter-visible
|
|
|
7580 specifier.
|
|
|
7581 (reinit_specifier_type_create_gutter): ditto.
|
|
|
7582 (specifier_vars_of_gutter): use new specifier type for gutter
|
|
|
7583 visibility.
|
|
|
7584 (init_frame_gutters): construct real_gutter correctly.
|
|
|
7585 (Fgutter_specifier_p): beef up documentation.
|
|
|
7586 (Fgutter_size_specifier_p): ditto.
|
|
|
7587
|
|
|
7588 * winslots.h: add real_gutter slots.
|
|
|
7589
|
|
|
7590 2000-02-25 Andy Piper <andy@xemacs.org>
|
|
|
7591
|
|
|
7592 * device-msw.c: Be kind to older cygwin versions. From Raymond
|
|
|
7593 Toy <toy@rtp.ericsson.se>.
|
|
|
7594
|
|
|
7595 * gui-msw.c (Fmswindows_shell_execute): Remove things unknown to
|
|
|
7596 earlier cygwins. From Raymond Toy <toy@rtp.ericsson.se>.
|
|
|
7597
|
|
|
7598 2000-02-25 Martin Buchholz <martin@xemacs.org>
|
|
|
7599
|
|
|
7600 * elhash.c (MARK_OBJ): Practice macro hygiene.
|
|
|
7601
|
|
|
7602 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
|
7603
|
|
|
7604 * miscplay.c: s/__inline__/inline/g;
|
|
|
7605 * glyphs-msw.c (set_mono_pixel): INLINE ==> static inline
|
|
|
7606 (get_device_compdc): INLINE ==> static inline
|
|
|
7607 * *.[ch]: Change INLINE to INLINE_HEADER globally.
|
|
|
7608 find -name '*.h' | \
|
|
|
7609 xargs global-replace \
|
|
|
7610 's/(^|(?<=[^A-Za-z0-9_]))INLINE((?=[^A-Za-z0-9_])|$)/INLINE_HEADER/g'
|
|
|
7611
|
|
|
7612 2000-02-25 Andy Piper <andy@xemacs.org>
|
|
|
7613
|
|
|
7614 * window.c (window_top_frame_gutter_height): new function.
|
|
|
7615 (window_top_window_gutter_height): ditto.
|
|
|
7616 (window_top_gutter_height): use them.
|
|
|
7617 (window_bottom_frame_gutter_height): new function.
|
|
|
7618 (window_bottom_window_gutter_height): ditto.
|
|
|
7619 (window_bottom_gutter_height): use them.
|
|
|
7620 (window_left_window_gutter_width): new function.
|
|
|
7621 (window_left_frame_gutter_width): ditto.
|
|
|
7622 (window_left_gutter_width): use them.
|
|
|
7623 (window_right_window_gutter_width): new function.
|
|
|
7624 (window_right_frame_gutter_width): ditto.
|
|
|
7625 (window_right_gutter_width): use them.
|
|
|
7626 (window_pixel_height): new function. calulate window pixel height
|
|
|
7627 with frame gutter involvement.
|
|
|
7628 (Fsplit_window): calculate new sizes taking frame gutters into
|
|
|
7629 account.
|
|
|
7630 (window_char_height_to_pixel_height): don't include frame gutters.
|
|
|
7631 (window_char_height): use window_pixel_height.
|
|
|
7632 (window_pixheight): rename from window_pixel_height.
|
|
|
7633 (change_window_height): use it.
|
|
|
7634 (window_pixel_height_to_char_height): don't include frame gutters.
|
|
|
7635 (window_char_width_to_pixel_width): ditto.
|
|
|
7636
|
|
|
7637 2000-02-25 Andy Piper <andy@xemacs.org>
|
|
|
7638
|
|
|
7639 * glyphs.h (IMAGE_INSTANCE_FACE): glyph might be nil, don't crash
|
|
|
7640 if it is.
|
|
|
7641
|
|
|
7642 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
|
7643
|
|
|
7644 * alloc.c (staticpro):
|
|
|
7645 (staticpro_nodump):
|
|
|
7646 (dumpstruct):
|
|
|
7647 (dumpopaque):
|
|
|
7648 (pdump_wire):
|
|
|
7649 (pdump_wire_list):
|
|
|
7650 (compact_string_chars):
|
|
|
7651 (pdump_dump_wired):
|
|
|
7652 Convert: if (foo) abort(); ==> assert (! foo);
|
|
|
7653
|
|
|
7654 * eldap.c (Fldap_search_basic):
|
|
|
7655 (Fldap_add):
|
|
|
7656 (Fldap_modify):
|
|
|
7657 (Fldap_delete):
|
|
|
7658 Fix compiler warnings, and possible crashes if (random) return
|
|
|
7659 value were to be used.
|
|
|
7660
|
|
|
7661 2000-02-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
7662
|
|
|
7663 * device-msw.c: Workaround ResetDC failure.
|
|
|
7664
|
|
|
7665 * frame-msw.c (msprinter_init_frame_3): Added an assertion before
|
|
|
7666 applying a devmode.
|
|
|
7667
|
|
|
7668 * redisplay-msw.c (get_frame_dc): Added start_page_p.
|
|
|
7669 (mswindows_text_width): Do not start printer page.
|
|
|
7670
|
|
|
7671 * console-msw.h (CHECK_MSGDI_DEVICE): Added this and friends.
|
|
|
7672
|
|
|
7673 * glyphs-msw.c: Added image methods to msprinter console and
|
|
|
7674 msprinter-specific image instantiation.
|
|
|
7675
|
|
|
7676 2000-02-20 Mike Alexander <mta@arbortext.com>
|
|
|
7677
|
|
|
7678 * select-msw.c (Fmswindows_set_clipboard): GC protect more things
|
|
|
7679 to avoid crashes when selection-sets-clipboard is on
|
|
|
7680 (mswindows_own_selection): ditto
|
|
|
7681
|
|
|
7682 2000-02-19 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
7683
|
|
|
7684 * glyphs-msw.c:
|
|
|
7685 * redisplay-msw.c (get_frame_dc):
|
|
|
7686 (get_frame_compdc):
|
|
|
7687 * console-msw.h:
|
|
|
7688 * device-msw.c (mswindows_init_device):
|
|
|
7689 (mswindows_delete_device):
|
|
|
7690 (msprinter_init_device):
|
|
|
7691 (msprinter_delete_device):
|
|
|
7692 * frame-msw.c (mswindows_init_frame_1):
|
|
|
7693 (mswindows_delete_frame):
|
|
|
7694 (msprinter_init_frame_3):
|
|
|
7695 (msprinter_delete_frame): Move compatible DC to device object from
|
|
|
7696 frame object, for both mswindows and msprinter. Only one at a time
|
|
|
7697 is needed, it is a real waste to have one per frame!
|
|
|
7698
|
|
|
7699 2000-02-23 Andy Piper <andy@xemacs.org>
|
|
|
7700
|
|
|
7701 * glyphs.c: add dynamic width and height elements.
|
|
|
7702 (image_instance_equal): ditto.
|
|
|
7703
|
|
|
7704 * glyphs-widget.c (widget_query_geometry): calculate width and
|
|
|
7705 height dynamically if required.
|
|
|
7706 (initialize_widget_image_instance): initialize dynamic dimensions.
|
|
|
7707 (widget_instantiate): pick-up dynamic dimensions.
|
|
|
7708
|
|
|
7709 * glyphs.h (struct Lisp_Image_Instance): add width and height for
|
|
|
7710 dynamic determination. Add appropriate macros.
|
|
|
7711
|
|
|
7712 * gutter.h (WINDOW_GUTTER_BORDER_WIDTH): make non-integer
|
|
|
7713 dimensions safe.
|
|
|
7714 (WINDOW_GUTTER_SIZE): ditto.
|
|
|
7715 (WINDOW_GUTTER_SIZE_INTERNAL): ditto.
|
|
|
7716
|
|
|
7717 * redisplay-msw.c (get_frame_compdc): gcc can't cope with this
|
|
|
7718 inline.
|
|
|
7719 (get_frame_dc): ditto.
|
|
|
7720
|
|
|
7721 * redisplay.h (GLOBAL_RESET_CHANGED_FLAGS): don't reset faces
|
|
|
7722 here.
|
|
|
7723
|
|
|
7724 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
|
7725
|
|
|
7726 * XEmacs 21.2.31 is released.
|
|
|
7727
|
|
|
7728 2000-02-22 Ben Wing <ben@xemacs.org>
|
|
|
7729
|
|
|
7730 * ntheap.c (allocate_heap): Make sure `ptr' is initialized.
|
|
|
7731
|
|
|
7732 2000-02-22 Andy Piper <andy@xemacs.org>
|
|
|
7733
|
|
|
7734 * glyphs-x.c (x_widget_instantiate): don't explicitly resize here.
|
|
|
7735
|
|
|
7736 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
|
7737
|
|
|
7738 * .dbxrc:
|
|
|
7739 * .gdbinit:
|
|
|
7740 * Makefile.in.in: Remove obsolete EMACSBOOTSTRAP... environment
|
|
|
7741 variables.
|
|
|
7742
|
|
|
7743 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
|
7744
|
|
|
7745 * s/aix4.h: Declare getaddrinfo broken for AIX 4, which it is.
|
|
|
7746
|
|
|
7747 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
|
7748
|
|
|
7749 * XEmacs 21.2.30 is released.
|
|
|
7750
|
|
|
7751 2000-02-20 Martin Buchholz <martin@xemacs.org>
|
|
|
7752
|
|
|
7753 Performance hacking.
|
|
|
7754 * *.c (syms_of_*):
|
|
|
7755 Add INIT_LRECORD_IMPLEMENTATION macros, paired with
|
|
|
7756 DEFINE_LRECORD_IMPLEMENTATION macros in the same file.
|
|
|
7757 * emacs.c (main_1):
|
|
|
7758 * lisp.h (DEFUN):
|
|
|
7759 * console.c (DEFVAR_CONSOLE_LOCAL_1):
|
|
|
7760 * buffer.c (DEFVAR_BUFFER_LOCAL_1):
|
|
|
7761 * symeval.h (DEFVAR_SYMVAL_FWD):
|
|
|
7762 * symbols.c (guts_of_unbound_marker):
|
|
|
7763 Make all c_readonly objects also lisp_readonly and marked for life.
|
|
|
7764 * lrecord.h (struct lrecord_implementation):
|
|
|
7765 Document flags better.
|
|
|
7766 * lrecord.h (DEFINE_LRECORD_SEQUENCE_IMPLEMENTATION_WITH_PROPS):
|
|
|
7767 * lrecord.h (DECLARE_LRECORD):
|
|
|
7768 * lrecord.h (XSETRECORD):
|
|
|
7769 * lrecord.h (RECORDP):
|
|
|
7770 * lrecord.h (RECORD_TYPEP):
|
|
|
7771 * lrecord.h (RECORD_MARKER): New.
|
|
|
7772 * lrecord.h (error_check_*):
|
|
|
7773 * lrecord.h (CONCHECK_NONRECORD):
|
|
|
7774 * lrecord.h (MAKE_LRECORD_IMPLEMENTATION):
|
|
|
7775 * lrecord.h (INIT_LRECORD_IMPLEMENTATION): New.
|
|
|
7776 * lrecord.h (set_lheader_implementation):
|
|
|
7777 * lrecord.h (enum lrecord_type): New.
|
|
|
7778 * symeval.h (SYMBOL_VALUE_MAGIC_P):
|
|
|
7779 * alloc.c (disksave_object_finalization_1):
|
|
|
7780 * alloc.c (mark_object):
|
|
|
7781 * alloc.c (lrecord_type_index):
|
|
|
7782 * alloc.c (tick_lcrecord_stats):
|
|
|
7783 * alloc.c (Fgarbage_collect):
|
|
|
7784 * alloc.c (init_alloc_once_early):
|
|
|
7785 * alloc.c (pdump_load):
|
|
|
7786 * alloc.c (GC_CHECK_LHEADER_INVARIANTS): New.
|
|
|
7787 * alloc.c (lrecord_type_index): Delete.
|
|
|
7788 Make lisp object type indexes be constant.
|
|
|
7789 Makes (byte-compile) 5% faster.
|
|
|
7790 Put all marker functions into their own array.
|
|
|
7791 Makes (garbage-collect) 5% faster.
|
|
|
7792 Optimize SYMBOL_VALUE_MAGIC_P.
|
|
|
7793 Makes (byte-compile) 2-3% faster.
|
|
|
7794 * config.h.in (gc_checking_assert): New.
|
|
|
7795 * alloc.c: Use gc_checking_assert().
|
|
|
7796 * .dbxrc: Make compatible with new object type implementation.
|
|
|
7797 * .gdbinit: Make compatible with new object type implementation.
|
|
|
7798 * alloc.c: Delete all symbols defined only for debugging, such as
|
|
|
7799 Lisp_Type_Vector and lrecord_charset.
|
|
|
7800
|
|
|
7801 2000-02-21 Andy Piper <andy@xemacs.org>
|
|
|
7802
|
|
|
7803 * gui-msw.c (Fmswindows_shell_execute): fix file location
|
|
|
7804 problems.
|
|
|
7805
|
|
|
7806 * buffer.c (Fkill_buffer): remove buffer from alist buffer
|
|
|
7807 unshowing so that set_window_buffer doesn't undo
|
|
|
7808 kill_buffer_hook's hard work.
|
|
|
7809
|
|
|
7810 * glyphs-widget.c (tab_control_query_geometry): don't count the
|
|
|
7811 first item when calculating geometry.
|
|
|
7812
|
|
|
7813 * glyphs.c (map_subwindow): remove redundant code.
|
|
|
7814 (update_frame_subwindows): be more circumspect about when to
|
|
|
7815 update subwindows.
|
|
|
7816
|
|
|
7817 * glyphs-x.c (x_update_widget): Properly fix sizing bug. Fix bug
|
|
|
7818 when items haven't changed. Update faces if faces have changed as
|
|
|
7819 well as just the widget face.
|
|
|
7820 (x_tab_control_update): Update faces if faces have changed as well
|
|
|
7821 as just the widget face.
|
|
|
7822
|
|
|
7823 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7824
|
|
|
7825 * device-msw.c: (mswindows_delete_device): Remove redundant DDE
|
|
|
7826 registration.
|
|
|
7827 (build_syscolor_string): Use mswindows_color_to_string to try to
|
|
|
7828 get a named color.
|
|
|
7829 (mswindows_device_system_metrics): Reverse the foreground and
|
|
|
7830 background colors so that they match the documentation.
|
|
|
7831
|
|
|
7832 * objects-msw.c: (mswindows_X_color_map): tweak some values so
|
|
|
7833 they match the default Windows palette.
|
|
|
7834 (mswindows_color_to_string): New function.
|
|
|
7835
|
|
|
7836 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7837
|
|
|
7838 * s/windowsnt.h: Only use __declspec(noreturn) with MSVC>=6.
|
|
|
7839
|
|
|
7840 2000-02-18 Olivier Galibert <galibert@pobox.com>
|
|
|
7841
|
|
|
7842 * m/*, s/*: Removed obsolete DATA_SEG_BITS, PURE_SEG_BITS,
|
|
|
7843 WORD_MACHINE, SIGN_EXTEND_CHAR and EXPLICIT_SIGN_EXTEND.
|
|
|
7844
|
|
|
7845 * symbols.c (init_symbols_once_early): Removed obsolete
|
|
|
7846 DATA_SEG_BITS related kludge.
|
|
|
7847 (defvar_magic): Ditto.
|
|
|
7848
|
|
|
7849 * malloc.c: Removed obsolete DATA_SEG_BITS
|
|
|
7850 * ralloc.c: Ditto.
|
|
|
7851 * mem-limits.h: Ditto.
|
|
|
7852
|
|
|
7853 * Makefile.in.in: Removed obsolete HAVE_SHM
|
|
|
7854 * emacs.c: Ditto.
|
|
|
7855
|
|
|
7856 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7857
|
|
|
7858 * device-msw.c (mswindows_delete_device): Free DDE string
|
|
|
7859 handles.
|
|
|
7860
|
|
|
7861 2000-02-16 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
7862
|
|
|
7863 * keymap.c (get_keyelt):
|
|
|
7864 * unexnt.c (unexec):
|
|
|
7865 * vm-limit.c (memory_warnings):
|
|
|
7866 * ntheap.c (recreate_heap):
|
|
|
7867 * ntheap.h (UNINIT_PTR):
|
|
|
7868 * select-msw.c (Fmswindows_get_clipboard):
|
|
|
7869 (Fmswindows_set_clipboard):
|
|
|
7870 * objects-msw.h (MSWINDOWS_BAD_HFONT):
|
|
|
7871 * objects-msw.c:
|
|
|
7872 * menubar-msw.c (displayable_menu_item):
|
|
|
7873 * glyphs-msw.c:
|
|
|
7874 * glyphs-msw.h (IMAGE_INSTANCE_MSWINDOWS_MASK):
|
|
|
7875 * sysdep.c (sys_subshell):
|
|
|
7876 * process-nt.c (nt_create_process):
|
|
|
7877 * nt.c (normalize_filename):
|
|
|
7878 (dostounix_filename):
|
|
|
7879 (unixtodos_filename):
|
|
|
7880 * ntproc.c (win32_executable_type):
|
|
|
7881 * ntplay.c (play_sound_data_1):
|
|
|
7882 (play_sound_file):
|
|
|
7883 * editfns.c (get_home_directory):
|
|
|
7884 * event-msw.c (struct winsock_stream):
|
|
|
7885 (mswindows_dde_callback):
|
|
|
7886 * device-msw.c (msprinter_init_device):
|
|
|
7887 (msprinter_get_devmode_copy): Frobbed syntax frivolities.
|
|
|
7888
|
|
|
7889 * toolbar-msw.c (mswindows_free_frame_toolbars): Paramters to
|
|
|
7890 mswindows_clear_toolbar were swapped!
|
|
|
7891
|
|
|
7892 * objects-msw.c:(colormap_t):
|
|
|
7893 (fontmap_t):
|
|
|
7894 * emacs.c (struct standard_args): Fixed const jumble.
|
|
|
7895
|
|
|
7896 * glyphs-widget.c (update_widget): Fixed comparison notation.
|
|
|
7897
|
|
|
7898 * event-msw.c (mswindows_dde_callback): Removed extraneous ';'.
|
|
|
7899
|
|
|
7900 * s\windowsnt.h (DOESNT_RETURN): Defined to support the MSVC
|
|
|
7901 __declspec(noreturn) syntax.
|
|
|
7902
|
|
|
7903 2000-02-19 Martin Buchholz <martin@xemacs.org>
|
|
|
7904
|
|
|
7905 * eldap.c (Fldap_open):
|
|
|
7906 (Fldap_search_basic):
|
|
|
7907 (Fldap_add):
|
|
|
7908 (Fldap_modify):
|
|
|
7909 Use new coding system conversion macros.
|
|
|
7910
|
|
|
7911 2000-01-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
7912
|
|
|
7913 * console-tty.c (tty_init_console): Change MULE to FILE_CODING.
|
|
|
7914
|
|
|
7915 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
7916
|
|
|
7917 * eldap.h (Fldap_search) Renamed from Fldap_search_internal:
|
|
|
7918 (Fldap_add, Fldap_modify, Fldap_delete): New functions
|
|
|
7919
|
|
|
7920 * eldap.c (Qadd, Qreplace): New constant symbols
|
|
|
7921 (Fldap_open): Use the LDAP_OPT_RESTART option to avoid
|
|
|
7922 interruptions by XEmacs signals
|
|
|
7923 Remove unnecessary calls to slow_down_interrupts and
|
|
|
7924 speed_up_interrupts
|
|
|
7925 (Fldap_search_basic): Renamed from Fldap_search_internal
|
|
|
7926 Added new optional parameter VERBOSE that triggers the
|
|
|
7927 display of progress messages
|
|
|
7928 Remove unnecessary calls to slow_down_interrupts and
|
|
|
7929 speed_up_interrupts
|
|
|
7930 LDAP result code analysis rewritten
|
|
|
7931 (Fldap_add, Fldap_modify, Fldap_delete): New functions
|
|
|
7932 (syms_of_eldap): Define the new symbols and functions
|
|
|
7933
|
|
|
7934
|
|
|
7935 2000-02-17 Martin Buchholz <martin@xemacs.org>
|
|
|
7936
|
|
|
7937 * realpath.c: Determine PATH_MAX maximally portably.
|
|
|
7938
|
|
|
7939 * insdel.c (bytecount_to_charcount): Optimize.
|
|
|
7940 The function used to be optimized for entirely ASCII sequences.
|
|
|
7941 Now it is optimized for successive characters from the same
|
|
|
7942 charset. This also wins big for _mostly_ ASCII sequences.
|
|
|
7943
|
|
|
7944 * fileio.c (Ffile_truename): convert return from realpath() using
|
|
|
7945 Qfile_name, not Qbinary. Fixes obvious bug with non-ASCII symlinks.
|
|
|
7946 - Rewrite GCPROing slightly.
|
|
|
7947
|
|
|
7948 * sysdep.c (sys_open): Do filename conversion, like all other
|
|
|
7949 sys_* functions. Fixes bug:
|
|
|
7950 (let ((file-name-coding-system 'iso-8859-2))
|
|
|
7951 (write-region x y latin2-name))
|
|
|
7952 ==> writes filename using internal encoding.
|
|
|
7953
|
|
|
7954 2000-02-18 Martin Buchholz <martin@xemacs.org>
|
|
|
7955
|
|
|
7956 * buffer.c (DEFVAR_BUFFER_LOCAL_1): Turn on c_readonly. Always const.
|
|
|
7957 * console.c (DEFVAR_CONSOLE_LOCAL_1): Turn on c_readonly. Always const.
|
|
|
7958 * symeval.h (DEFVAR_SYMVAL_FWD): Turn on c_readonly. Always const.
|
|
|
7959 * eval.c (lrecord_subr): Remove this_one_is_unmarkable.
|
|
|
7960 * symbols.c (lrecord_symbol_value_forward): Remove this_one_is_unmarkable.
|
|
|
7961 * symbols.c (guts_of_unbound_marker): Turn on c_readonly.
|
|
|
7962 * lrecord.h (UNMARKABLE_LRECORD_HEADER_P): Delete.
|
|
|
7963 (CONST_IF_NOT_DEBUG): Delete.
|
|
|
7964 * alloc.c (this_one_is_unmarkable): Delete.
|
|
|
7965 (mark_object): Don't check for this_one_is_unmarkable. Use the
|
|
|
7966 c_readonly flag instead.
|
|
|
7967 * lisp.h (DEFUN): Define a Lisp_Subr as c_readonly.
|
|
|
7968
|
|
|
7969 2000-02-18 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7970
|
|
|
7971 * event-msw.c (mswindows_drain_windows_queue):
|
|
|
7972 (emacs_mswindows_handle_magic_event): Remove attempt to optimise
|
|
|
7973 away redundant repaint events.
|
|
|
7974
|
|
|
7975 2000-02-17 Andy Piper <andy@xemacs.org>
|
|
|
7976
|
|
|
7977 * redisplay.h: declare mark_redisplay_structs.
|
|
|
7978
|
|
|
7979 * redisplay.c (redisplay_window):
|
|
|
7980 (redisplay_frame): don't check subwindows_state_changed.
|
|
|
7981 (mark_redisplay): mark gutters here.
|
|
|
7982
|
|
|
7983 * glyphs.c: (instantiate_image_instantiator): always layout if we
|
|
|
7984 haven't done so already.
|
|
|
7985 (allocate_image_instance): don't mark as dirty.
|
|
|
7986 (update_subwindow): bind inhibit_quit.
|
|
|
7987
|
|
|
7988 * gutter.c (mark_gutters): new function.
|
|
|
7989
|
|
|
7990 * glyphs-x.c (x_update_widget): Always resize to get round a
|
|
|
7991 widget bug.
|
|
|
7992
|
|
|
7993 * glyphs-msw.c (mswindows_tab_control_update): remove `;' that was
|
|
|
7994 breaking absolutely everything.
|
|
|
7995
|
|
|
7996 * gutter.h: declare mark_gutters.
|
|
|
7997
|
|
|
7998 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
|
7999
|
|
|
8000 * XEmacs 21.2.29 is released.
|
|
|
8001
|
|
|
8002 2000-02-15 Olivier Galibert <galibert@pobox.com>
|
|
|
8003
|
|
|
8004 * fns.c (size_bit_vector): Fix computation of the size.
|
|
|
8005
|
|
|
8006 2000-02-15 Martin Buchholz <martin@xemacs.org>
|
|
|
8007
|
|
|
8008 * *.[ch]: Change CONST to const globally.
|
|
|
8009 find -name '*.[ch]' | \
|
|
|
8010 xargs global-replace \
|
|
|
8011 's/(^|(?<=[^A-Za-z0-9_]))CONST((?=[^A-Za-z0-9_])|$)/const/g'
|
|
|
8012 - Remove vestigial references to CONST_IS_LOSING
|
|
|
8013
|
|
|
8014 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8015
|
|
|
8016 * event-msw.c (mswindows_drain_windows_queue): Remove hack to
|
|
|
8017 bailout early on quit. Enqueue WM_PAINT events as XEmacs magic
|
|
|
8018 events instead of dispatching them directly.
|
|
|
8019 (mswindows_handle_paint): New function to do repainting.
|
|
|
8020 (mswindows_wnd_proc):
|
|
|
8021 (emacs_mswindows_handle_magic_event): Call above function.
|
|
|
8022
|
|
|
8023 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8024
|
|
|
8025 * objects-msw.c (mswindows_create_font_variant): Return the new
|
|
|
8026 font handle.
|
|
|
8027 (initialize_font_instance): Get font metrics from the underlined
|
|
|
8028 variant of the font to cope with the case where the underlined
|
|
|
8029 font has a bigger descent.
|
|
|
8030
|
|
|
8031 2000-02-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
|
8032
|
|
|
8033 * gui.c (gui_item_accelerator): Return the first underlined
|
|
|
8034 character in item name.
|
|
|
8035
|
|
|
8036 2000-02-11 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8037
|
|
|
8038 * lisp.h: Added Qprinter.
|
|
|
8039
|
|
|
8040 * general.c (syms_of_general): Initialized it.
|
|
|
8041
|
|
|
8042 * redisplay-msw.c (get_frame_dc): Conditionally start a new page.
|
|
|
8043 (get_frame_dc):
|
|
|
8044 (get_frame_compdc): Made inline.
|
|
|
8045
|
|
|
8046 * console.h (struct console_methods): Added eject_page method.
|
|
|
8047
|
|
|
8048 * frame.h: Added FRAME_DISPLAY_P and friends.
|
|
|
8049 Aligned backslahes in many macros in more readable fashion.
|
|
|
8050 Added page_number to struct frame, and an accessor macro
|
|
|
8051 for it.
|
|
|
8052
|
|
|
8053 * defice.h: Added DEVICE_DISPLAY_P and friends.
|
|
|
8054
|
|
|
8055 * device.c (Fdevice_printer_p): Used these.
|
|
|
8056
|
|
|
8057 * frame.c (allocate_frame_core): Initialize page number.
|
|
|
8058 (Fprint_job_page_number):
|
|
|
8059 (Fprint_job_eject_page): Implemented.
|
|
|
8060
|
|
|
8061 * frame-msw.c (msprinter_eject_page): Added method.
|
|
|
8062 (msprinter_start_page): Added.
|
|
|
8063
|
|
|
8064 * window.c (Fwindow_truncated_p): Fixed docstring.
|
|
|
8065 (Fwindow_last_line_visible_height): Implemented.
|
|
|
8066
|
|
|
8067 2000-02-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
8068
|
|
|
8069 * frame.c (change_frame_size_1): Undo 2000-02-03 change.
|
|
|
8070
|
|
|
8071 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
8072
|
|
|
8073 * syntax.c (scan_words): Always advance at least one character.
|
|
|
8074
|
|
|
8075 2000-02-13 Andy Piper <andy@xemacs.org>
|
|
|
8076
|
|
|
8077 * redisplay.c (add_glyph_rune): call get_glyph_cachel_index here
|
|
|
8078 to make sure the glyph is in the cachels.
|
|
|
8079
|
|
|
8080 * glyphs.h (struct Lisp_Image_Instance): make layout_changed a
|
|
|
8081 global image instance flag.
|
|
|
8082 (IMAGE_INSTANCE_NEEDS_LAYOUT): new macro.
|
|
|
8083 (XIMAGE_INSTANCE_NEEDS_LAYOUT): ditto.
|
|
|
8084
|
|
|
8085 * glyphs.c (allocate_image_instance): set dirty bits correctly.
|
|
|
8086 (Fset_image_instance_property): mark layout as changed.
|
|
|
8087 (invalidate_glyph_geometry_maybe): mark layout as changed.
|
|
|
8088 (glyph_width): use new NEEDS_LAYOUT macro.
|
|
|
8089 (glyph_ascent): ditto.
|
|
|
8090 (glyph_descent): ditto.
|
|
|
8091 (glyph_height): ditto.
|
|
|
8092 (image_instance_layout): mark layout as clean after laying out.
|
|
|
8093 (update_subwindow): don't mark layout as clean here.
|
|
|
8094
|
|
|
8095 * glyphs-x.h (IMAGE_INSTANCE_X_WIDGET_ID): undo C++ changes, they
|
|
|
8096 should no longer be needed.
|
|
|
8097
|
|
|
8098 * glyphs-x.c (x_update_widget): sanitize asserts.
|
|
|
8099 (x_finalize_image_instance): sanitize assignment to widgets.
|
|
|
8100
|
|
|
8101 * glyphs-widget.c (widget_instantiate): don't need to clear the
|
|
|
8102 layout flag here.
|
|
|
8103
|
|
|
8104 2000-02-13 Martin Buchholz <martin@xemacs.org>
|
|
|
8105
|
|
|
8106 * sysdep.c (getcwd): Use standard prototype.
|
|
|
8107 * sysdep.h (getcwd): Use standard prototype.
|
|
|
8108
|
|
|
8109 * fns.c (Fsubseq): Change parameters to more natural ANSI Lisp
|
|
|
8110 (sequence, start, end).
|
|
|
8111 Remove redundant type checking.
|
|
|
8112 (Fmapconcat): Remove useless GCPRO, a wrong-headed attempt (in
|
|
|
8113 view of `caller-protects') to avoid a crash where the real fix was
|
|
|
8114 found elsewhere.
|
|
|
8115
|
|
|
8116 2000-02-12 Martin Buchholz <martin@xemacs.org>
|
|
|
8117
|
|
|
8118 * glyphs-x.c (x_finalize_image_instance): Compile error fixes.
|
|
|
8119
|
|
|
8120 * s/sol2.h: Remove feature macro initialization.
|
|
|
8121
|
|
|
8122 * alloc.c (alloc_lcrecord): Add more type checking assertions.
|
|
|
8123 (vector_hash): New. Code from internal_hash.
|
|
|
8124 * lrecord.h:
|
|
|
8125 Fix up allocation subsystem comments.
|
|
|
8126
|
|
|
8127 * config.h.in: Add __EXTENSIONS__ for Solaris.
|
|
|
8128
|
|
|
8129 * systime.h (EMACS_GETTIMEOFDAY): New.
|
|
|
8130 (EMACS_GET_TIME): Use EMACS_GETTIMEOFDAY.
|
|
|
8131 Remove Solaris-specific code.
|
|
|
8132 Use void* for the (ignored) second arg for gettimeofday().
|
|
|
8133
|
|
|
8134 * elhash.c (hash_table_hash): Implement it, finally.
|
|
|
8135 * elhash.c: Use hashcode_t.
|
|
|
8136
|
|
|
8137 * linuxplay.c (sighandler): Fix prototypes to use SIGTYPE.
|
|
|
8138 * sunplay.c (sighandler): Fix prototype to use SIGTYPE.
|
|
|
8139
|
|
|
8140 * lisp.h (STRETCHY_STRUCT_SIZEOF): Delete.
|
|
|
8141 * fns.c (size_bit_vector):
|
|
|
8142 * alloc.c (size_vector):
|
|
|
8143 (make_vector_internal):
|
|
|
8144 (make_bit_vector_internal):
|
|
|
8145 (sweep_bit_vectors_1):
|
|
|
8146 Replace calls to STRETCHY_STRUCT_SIZEOF with offsetof expression.
|
|
|
8147
|
|
|
8148 2000-02-10 Martin Buchholz <martin@xemacs.org>
|
|
|
8149
|
|
|
8150 * s/aix4.h: #define MAP_FAILED if sys/mman.h didn't.
|
|
|
8151 Include strings.h to avoid warnings for bzero and strcasecmp.
|
|
|
8152
|
|
|
8153 2000-02-10 Olivier Galibert <galibert@pobox.com>
|
|
|
8154
|
|
|
8155 * alloc.c: Move STRETCHY_STRUCT_SIZEOF from here...
|
|
|
8156 * lisp.h (STRETCHY_STRUCT_SIZEOF): ...to here
|
|
|
8157
|
|
|
8158 * fns.c (size_bit_vector): New. Declare bit vectors as a
|
|
|
8159 sequence.
|
|
|
8160
|
|
|
8161 2000-02-10 Olivier Galibert <galibert@pobox.com>
|
|
|
8162
|
|
|
8163 * symeval.h (struct symbol_value_magic): Remove "next" kludge and
|
|
|
8164 use a value field instead.
|
|
|
8165 (symbol_value_forward_forward): Use value field.
|
|
|
8166 (DEFVAR_SYMVAL_FWD): Use value field.
|
|
|
8167 (DEFVAR_SYMVAL_FWD_INT): Added. Dumps the int with dumpopaque.
|
|
|
8168 (DEFVAR_INT): Use DEFVAR_SYMVAL_FWD_INT.
|
|
|
8169 (DEFVAR_CONST_INT): Ditto.
|
|
|
8170 (DEFVAR_BOOL): Ditto.
|
|
|
8171 (DEFVAR_CONST_BOOL): Ditto.
|
|
|
8172 (DEFVAR_INT_MAGIC): Ditto.
|
|
|
8173 (DEFVAR_BOOL_MAGIC): Ditto.
|
|
|
8174
|
|
|
8175 * symbols.c (guts_of_unbound_marker): Use value field.
|
|
|
8176 * console.c (DEFVAR_CONSOLE_LOCAL_1): Ditto.
|
|
|
8177 * buffer.c (DEFVAR_BUFFER_LOCAL_1): Ditto.
|
|
|
8178
|
|
|
8179 * lisp.h: Declare dumpopaque and noninteractive1.
|
|
|
8180
|
|
|
8181 * alloc.c (dumpopaque): Added.
|
|
|
8182 (pdump_dump_opaquevec): Added.
|
|
|
8183 (pdump): Call pdump_dump_opaquevec to dump opaque data.
|
|
|
8184 (pdump_load): Reload opaque data. Sync noninteractive1 with
|
|
|
8185 noninteractive.
|
|
|
8186
|
|
|
8187 2000-02-10 Andy Piper <andy@xemacs.org>
|
|
|
8188
|
|
|
8189 * glyphs.c (image_instance_layout): if the size changes, mark it
|
|
|
8190 as such.
|
|
|
8191
|
|
|
8192 * redisplay-output.c (redisplay_output_layout): Update the
|
|
|
8193 subwindow here.
|
|
|
8194 (redisplay_output_subwindow): ditto.
|
|
|
8195
|
|
|
8196 * glyphs.c (update_subwindow): make sure we reset flags for
|
|
|
8197 layouts as well as everything else.
|
|
|
8198
|
|
|
8199 * glyphs-widget.c (layout_layout): don't need to set the instances
|
|
|
8200 dimensions here.
|
|
|
8201
|
|
|
8202 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
8203
|
|
|
8204 * device-x.c (x_init_device): Wrap calls to dll_* in HAVE_SHLIB,
|
|
|
8205 not HAVE_DLOPEN, which is a lower-level thing.
|
|
|
8206
|
|
|
8207 * .cvsignore: Ignore gmon.out
|
|
|
8208
|
|
|
8209 2000-02-09 Hamish Macdonald <hamishm@lucent.com>
|
|
|
8210
|
|
|
8211 * .cvsignore: Ignore portable dumper xemacs.dmp file
|
|
|
8212
|
|
|
8213 2000-02-09 Andy Piper <andy@xemacs.org>
|
|
|
8214
|
|
|
8215 * redisplay-output.c (redisplay_output_layout): be more clever
|
|
|
8216 about when we output based on the changed flags.
|
|
|
8217
|
|
|
8218 * glyphs.h (struct image_instantiator_methods): add update_method.
|
|
|
8219 (struct Lisp_Image_Instance): add changed flags. Declare new
|
|
|
8220 macros for manipulating them.
|
|
|
8221
|
|
|
8222 * glyphs.c (allocate_image_instance): renamed glyph -> parent.
|
|
|
8223 (image_instance_parent_glyph): find an image_instance's parent
|
|
|
8224 glyph or image_instance.
|
|
|
8225 (image_instance_layout): mark the size as changed.
|
|
|
8226 (set_image_instance_dirty_p): new function. mark an image
|
|
|
8227 instance, plus all of its parents, as dirty.
|
|
|
8228 (Fset_image_instance_property): use it.
|
|
|
8229 (Fglyph_animated_timeout_handler): use it.
|
|
|
8230 (update_subwindow): call update_widget and device methods for
|
|
|
8231 update_subwindow. Mark all changed flags as clean.
|
|
|
8232 (Fresize_subwindow): mark size as changed.
|
|
|
8233
|
|
|
8234 * glyphs-x.c (x_finalize_image_instance): try and detect gc
|
|
|
8235 failures.
|
|
|
8236 (x_update_subwindow): only resize subwindows here.
|
|
|
8237 (x_update_widget): new function. Update all changed properties of
|
|
|
8238 a widget.
|
|
|
8239 (x_resize_subwindow): deleted.
|
|
|
8240 (x_widget_set_property): deleted.
|
|
|
8241 (x_progress_gauge_set_property): deleted.
|
|
|
8242 (x_progress_gauge_update): new function. Implement recorded
|
|
|
8243 changes.
|
|
|
8244 (x_tab_control_update): ditto.
|
|
|
8245 (x_tab_control_set_property): deleted.
|
|
|
8246 (console_type_create_glyphs_x): declare new functions.
|
|
|
8247 (image_instantiator_format_create_glyphs_x): ditto.
|
|
|
8248
|
|
|
8249 * glyphs-widget.c (widget_set_property): mark text changed.
|
|
|
8250 (update_widget): new function. Update properties of a widget.
|
|
|
8251 (widget_instantiate): for layouts make sure we set their
|
|
|
8252 children's parent correctly.
|
|
|
8253 (tab_control_set_property): new function. Record changes that will
|
|
|
8254 take place under redisplay's control.
|
|
|
8255 (progress_gauge_set_property): ditto.
|
|
|
8256 (image_instantiator_progress_guage): declare new functions.
|
|
|
8257 (image_instantiator_tab_control): ditto.
|
|
|
8258
|
|
|
8259 * glyphs-msw.c (mswindows_update_subwindow): just do resizing here
|
|
|
8260 now.
|
|
|
8261 (mswindows_update_widget): new function. Update all properties on
|
|
|
8262 a widget that have changed.
|
|
|
8263 (mswindows_button_update): new function. Update a button's set
|
|
|
8264 state.
|
|
|
8265 (mswindows_tab_control_update): new function. Update the items in
|
|
|
8266 a tab.
|
|
|
8267 (mswindows_tab_control_set_property): deleted.
|
|
|
8268 (mswindows_progress_gauge_update): new function. Update the
|
|
|
8269 progress gauge's progress.
|
|
|
8270 (mswindows_widget_set_property): deleted. This is all done
|
|
|
8271 asynchronously now.
|
|
|
8272 (mswindows_progress_gauge_set_property): ditto.
|
|
|
8273 (console_type_create_glyphs_mswindows): declare new methods.
|
|
|
8274 (image_instantiator_format_create_glyphs_mswindows): ditto.
|
|
|
8275
|
|
|
8276 * frame-msw.c (msprinter_init_frame_1): Remove unused variables.
|
|
|
8277 (msprinter_set_frame_properties): ditto.
|
|
|
8278
|
|
|
8279 * console.h (struct console_methods): Add update_widget_method.
|
|
|
8280
|
|
|
8281 2000-02-09 Andy Piper <andy@xemacs.org>
|
|
|
8282
|
|
|
8283 * gui-msw.c (Fmswindows_shell_execute): Make
|
|
|
8284 mswindows-shell-execute industrial strength.
|
|
|
8285
|
|
|
8286 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
|
8287
|
|
|
8288 * lrecord.h: Make macro argument `props' match member function `plist'.
|
|
|
8289 * fns.c (Fget):
|
|
|
8290 * fns.c (Fput):
|
|
|
8291 * fns.c (Fremprop):
|
|
|
8292 * fns.c (Fobject_plist):
|
|
|
8293 * alloc.c:
|
|
|
8294 * symbols.c:
|
|
|
8295 Object property list frobbing cleanup.
|
|
|
8296 - Allow any lisp object (compared with `eq'), not just symbols, as
|
|
|
8297 keys in object plists.
|
|
|
8298 - Move symbol plist frobbing into symbols.c, where it belongs.
|
|
|
8299 - Move string plist frobbing into alloc.c, where it belongs.
|
|
|
8300 - Everything's an lrecord now, so no need to test for symbolp, etc.
|
|
|
8301 - Fix up doc strings to refer to PROPERTY, not PROPNAME.
|
|
|
8302
|
|
|
8303 * extents.c: Reorder code to remove declarations.
|
|
|
8304
|
|
|
8305 * frame.h (store_in_alist): Remove useless declaration.
|
|
|
8306
|
|
|
8307 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
|
8308
|
|
|
8309 * event-Xt.c (x_has_keysym): Use XConvertCase only if available.
|
|
|
8310 * config.h.in: Add HAVE_XCONVERTCASE.
|
|
|
8311
|
|
|
8312 2000-02-07 Andy Piper <andy@xemacs.org>
|
|
|
8313
|
|
|
8314 * glyphs.c (image_instance_layout): undo 2000-01-29 change since
|
|
|
8315 it breaks many things.
|
|
|
8316
|
|
|
8317 2000-02-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
8318
|
|
|
8319 * src/syntax.h (SYNTAX_START_P): Check whether the two chars
|
|
|
8320 actually can start a common comment type.
|
|
|
8321 * src/syntax.h (SYNTAX_END_P): ditto for end.
|
|
|
8322
|
|
440
|
8323 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
|
8324
|
|
|
8325 * XEmacs 21.2.28 is released.
|
|
|
8326
|
|
|
8327 2000-02-06 Martin Buchholz <martin@xemacs.org>
|
|
|
8328
|
|
|
8329 * event-Xt.c (x_keysym_to_character): New.
|
|
|
8330 (maybe_define_x_key_as_self_inserting_character): New.
|
|
|
8331 (x_has_keysym): New.
|
|
|
8332 Auto-define all keys on the keyboard as self-insert-key.
|
|
|
8333
|
|
|
8334 2000-02-02 Martin Buchholz <martin@xemacs.org>
|
|
|
8335
|
|
|
8336 * menubar.c (vars_of_menubar): A small code simplification.
|
|
|
8337
|
|
|
8338 * minibuf.c (echo_area_append): Workaround egcs-20000131 c++ compiler bug
|
|
|
8339
|
|
442
|
8340 * ExternalShell.c:
|
|
|
8341 * ExternalClient.c:
|
|
|
8342 * EmacsShell-sub.c:
|
|
|
8343 * EmacsManager.c:
|
|
|
8344 * EmacsFrame.c:
|
|
440
|
8345 Use consistent style for specifying X resources.
|
|
|
8346
|
|
|
8347 * symbols.c (Fset): Further implement SYMVAL_LISP_MAGIC.
|
|
|
8348 This makes (dontusethis-set-symbol-value-handler) actually usable.
|
|
|
8349
|
|
|
8350 * lrecord.h (lrecord_decription_type):
|
|
442
|
8351 * alloc.c (pdump_register_sub):
|
|
|
8352 (pdump_dump_data):
|
|
|
8353 (pdump_reloc_one):
|
|
440
|
8354 Add XD_LISP_OBJECT_ARRAY to describe multiple Lisp_Objects.
|
|
|
8355 Comply with XEmacs coding style.
|
|
|
8356 All lrecord descriptions updated to use XD_LISP_OBJECT with 2
|
|
|
8357 args, and XD_LISP_OBJECT_ARRAY with 3 args.
|
|
|
8358
|
|
442
|
8359 * keymap.c (Faccessible_keymaps):
|
|
440
|
8360 Make (accessible-keymaps map "\C-h") do the Right Thing.
|
|
|
8361 Make (accessible-keymaps map []) do the Right Thing.
|
|
|
8362 Make (accessible-keymaps map "") do the Right Thing.
|
|
|
8363 (check_keymap_definition_loop): New function.
|
|
|
8364 (keymap_store_internal): Keep luser from shooting self in foot,
|
|
|
8365 via (define-key ctl-x-4-map "p" global-map).
|
|
|
8366 Remove fullness slot from struct Lisp_Keymap, since hash tables
|
|
|
8367 are now reliable.
|
|
|
8368 (print_keymap): Remove 'Yuck' factor by simply printing "size %d".
|
|
|
8369
|
|
|
8370 2000-01-30 Martin Buchholz <martin@xemacs.org>
|
|
|
8371
|
|
|
8372 * redisplay.c (init_redisplay): Fix small memory leak.
|
|
442
|
8373 * elhash.h:
|
|
|
8374 * elhash.c (pdump_reorganize_hash_table):
|
|
440
|
8375 Rename from reorganize_hash_table. Change prototype.
|
|
|
8376 Reuse the original memory for hentries. Save 100k.
|
|
|
8377 * alloc.c (PDUMP_READ): new macro.
|
|
|
8378 * alloc.c (pdump_load): Replace LISP_TO_VOID with higher-level macros.
|
|
|
8379 * alloc.c: No need to #ifndef before #undef.
|
|
|
8380
|
|
|
8381 * print.c: Allow debug_print() to print readably by modifying
|
|
|
8382 debug_print_readably. Use consistent variable names.
|
|
|
8383
|
|
|
8384 * .dbxrc: Try to get things to work even if stopped in a function
|
|
|
8385 without source available by explicitly specifying source files.
|
|
|
8386 2000-02-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8387
|
|
|
8388 * unexnt.c (_start): Removed bogus code which caused loading heap
|
|
|
8389 from differrent executable file.
|
|
|
8390 Removed bogus assignment to _fmode, which caused inconsistencies.
|
|
|
8391
|
|
|
8392 2000-02-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8393
|
|
|
8394 * s\windowsnt.h: Removed lots of #if 0 blocks of Emacs heritage.
|
|
|
8395 Have spawnve encapsulation regard DONT_ENCAPSULATE.
|
|
|
8396 Do not preliminary `#define signal sigset'.
|
|
|
8397
|
|
|
8398 * systime.h: Do not prototype environ on windows nt and cygwin,
|
|
|
8399 this conflicts with system header.
|
|
|
8400
|
|
|
8401 * syssignal.h: Use correct define for WINDOWSNT
|
|
|
8402
|
|
|
8403 * sysdep.h: Do not prototype environ on windows nt, this conflicts
|
|
|
8404 with system header.
|
|
|
8405
|
|
|
8406 * sysdep.c (near start of file): Fixed commentary and rearranged
|
|
|
8407 ifdefs in readable order.
|
|
|
8408 (NEED_STARTS): Do not force NEED_STARTS when PDUMPing.
|
|
|
8409 (start_of_text):
|
|
442
|
8410 (end_of_text):
|
|
440
|
8411 (end_of_data): Do not compile in if using PDUMP.
|
|
|
8412
|
|
442
|
8413 * symsinit.h: Prototyped vars_of_nt().
|
|
440
|
8414
|
|
|
8415 * ntproc.c (windows9x_p): Added, instead of os_subtype.
|
|
|
8416 (find_child_console): Use it.
|
|
|
8417 (sys_kill): Use it.
|
|
|
8418
|
|
|
8419 * ntheap.h: Do not extern os_subtype.
|
|
|
8420
|
|
|
8421 * ntheap.c (cache_system_info): Do not cache unneeded:
|
|
|
8422 nt_major_version, nt_minor_version and os_subtype.
|
|
|
8423 (recreate_heap): Do not compile in when PDUMPing.
|
|
|
8424
|
|
|
8425 * nt.c (geteuid and friends): Use the new varibale
|
|
|
8426 nt_fake_unix_uid, instead of hashing fake uid out of NT RID.
|
|
|
8427 (init_user_info): Removed the above mentioned hackery.
|
|
|
8428 (fstat, stat): Do not compile in if using MSVC 5.0 and above -
|
|
|
8429 stat has been fixed in the C runtime.
|
|
|
8430 (vars_of_nt): Added, defined the nt_fake_unix_uid variable there.
|
|
442
|
8431
|
|
440
|
8432 * file-coding.c (struct file_coding_dump): Do not define
|
|
|
8433 ucs_to_mule_table in the struct if not MULE.
|
|
|
8434 (struct struct lrecord_description fcd_description_1): Do not dump
|
|
|
8435 the above.
|
|
|
8436
|
|
|
8437 * emacs.c (main_1): Call vars_of_nt().
|
|
|
8438 (right before Fdump_emacs_data): Don't need lastfile if using both
|
|
|
8439 portabe dumper and system malloc.
|
|
|
8440
|
|
|
8441 * alloc.c (Fmemory_limit): Conditionalized out.
|
|
|
8442 (pdump): Use OPEN_BINARY for the portable dump file.
|
|
|
8443 (pdump_load): Ditto.
|
|
|
8444
|
|
|
8445 2000-02-02 Mike Alexander <mta@arbortext.com>
|
|
|
8446
|
|
|
8447 * nt.c (convert_time): Set tm_isdst before calling mktime and
|
|
|
8448 avoid calling it at all if the compiler supports 64 bit integers.
|
|
|
8449 Also initialize utc_base_ft before using it.
|
|
|
8450
|
|
|
8451 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
|
8452
|
|
|
8453 * frame.c (change_frame_size_1): Take f->internal_border_width
|
|
|
8454 into consideration when calculating the width of the frame.
|
|
|
8455
|
|
|
8456 2000-02-01 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8457
|
|
|
8458 * window.c (frame_min_height):
|
|
|
8459 (frame_size_valid_p):
|
|
|
8460 (frame_pixsize_valid_p): Added.
|
|
|
8461 (check_frame_size): Generalized.
|
|
|
8462
|
|
|
8463 * window.h: Prototyped the above.
|
|
|
8464
|
|
|
8465 * lisp.h:
|
|
|
8466 * general.c: Added Qbottom_margin, Qduplex, Qlandscape,
|
|
|
8467 Qleft_margin, Qorientation, Qportrait, Qright_margin, Qtop_margin.
|
|
|
8468 Deleted Vwin32_* and Vbinary_process_* unused variables.
|
|
|
8469
|
|
|
8470 * device-msw.c (msprinter_init_device): Do not get printer font
|
|
|
8471 list; Added DEVMODE functions.
|
|
|
8472
|
|
|
8473 * frame-msw.c: Added lots of printer code.
|
|
|
8474
|
|
|
8475 * faces.c: Moved 'left-margin and 'right-margin defsymbols to
|
|
|
8476 general.c.
|
|
|
8477
|
|
442
|
8478 * console-msw.h: Added more msprinter device private slots.
|
|
440
|
8479
|
|
|
8480 2000-02-01 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8481
|
|
|
8482 * event-msw.c (key_needs_default_processing_p): Added.
|
|
|
8483 (mswindows_wnd_proc, WM_KEYUP, KEYDOWN): Call it.
|
|
|
8484
|
|
|
8485 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8486
|
|
|
8487 * glyphs.c (image_instance_layout): Mark image instance as clean
|
|
|
8488 after layout.
|
|
|
8489 (glyph_dirty_p): Removed redundant function.
|
|
|
8490 (invalidate_glyph_geometry_maybe): Added.
|
|
|
8491 (update_glyph_cachel_data): Call it.
|
|
|
8492
|
|
|
8493 * glyphs.h: Prototyped it.
|
|
|
8494
|
|
|
8495 * redisplay.c (add_glyph_rune): Call it.
|
|
444
|
8496 (redisplay_window): Reset glyphs cachels when frame faces have
|
|
440
|
8497 changed, thus forcing recomputation of built-in border glyphs.
|
|
|
8498
|
|
|
8499 2000-01-30 Martin Buchholz <martin@xemacs.org>
|
|
|
8500
|
|
|
8501 * Makefile.in.in: Make portable dumper and purify play well together.
|
|
|
8502 Add imperfect, but better than nothing, support for pdump.
|
|
|
8503 Remove xemacs.dmp when temacs is re-generated.
|
|
|
8504 Don't ignore errors when dumping xemacs.
|
|
|
8505
|
|
|
8506 * symbols.c (maybe_call_magic_handler): Remove one magic number.
|
|
|
8507
|
|
|
8508 2000-01-28 Andy Piper <andy@xemacs.org>
|
|
|
8509
|
|
|
8510 * frame.c (allocate_frame_core): Use new Fset_window_buffer signature.
|
|
|
8511 (setup_normal_frame): ditto.
|
|
|
8512 (setup_frame_without_minibuffer): ditto.
|
|
|
8513 (setup_minibuffer_frame): ditto.
|
|
|
8514 (delete_frame_internal): ditto.
|
|
|
8515 (Fmake_frame_invisible): ditto.
|
|
|
8516 (Ficonify_frame): ditto.
|
|
|
8517
|
|
|
8518 * window.h: change Fset_window_buffer signature.
|
|
|
8519
|
|
|
8520 * window.c (Fsplit_window): Use new Fset_window_buffer signature.
|
|
|
8521 (Fset_window_buffer): allow recording of buffer if the window is
|
|
|
8522 the selected window.
|
|
|
8523 (window_loop): Use new Fset_window signature.
|
|
|
8524
|
|
|
8525 2000-01-23 Daniel Pittman <daniel@danann.net>
|
|
|
8526
|
|
|
8527 * config.h.in: Added template for `HAVE_ATHENA_3D'
|
|
|
8528
|
|
|
8529 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
|
8530
|
|
|
8531 * glyphs-x.c (x_resize_subwindow): Try and catch bogus resizes.
|
|
|
8532
|
|
|
8533 * gutter.c (output_gutter): Don't output if the window isn't live.
|
|
|
8534
|
|
|
8535 2000-01-28 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8536
|
|
|
8537 * glyphs-msw.c (mswindows_unmap_subwindow): Fix of corrupted patch
|
|
|
8538 of 01/12/00: Moved SetFocus back here where it belongs.
|
|
|
8539
|
|
|
8540 2000-01-23 Andy Piper <andy@xemacs.org>
|
|
|
8541
|
|
|
8542 * s/cygwin32.h: declare printer things.
|
|
|
8543
|
|
|
8544 2000-01-26 Andy Piper <andy@xemacs.org>
|
|
|
8545
|
|
|
8546 * select.c (Fown_selection_internal): GCPRO bug fix from Mike
|
|
|
8547 Alexander.
|
|
|
8548
|
|
|
8549 2000-01-24 Andy Piper <andy@xemacs.org>
|
|
|
8550
|
|
|
8551 * glyphs-msw.c (mswindows_locate_pixmap_file): Expand filename.
|
|
|
8552 (mswindows_button_instantiate): Make sure glyph is a pixmap.
|
|
|
8553
|
|
|
8554 * glyphs-widget.c (widget_instantiate): Avoid shadows.
|
|
|
8555
|
|
|
8556 * frame-msw.c (msprinter_init_frame_3): Nuke warning.
|
|
|
8557
|
|
|
8558 * glyphs-msw.c: (mswindows_string_to_color): remove declaration.
|
|
|
8559
|
|
|
8560 * redisplay-msw.c (mswindows_output_cursor): Avoid shadows.
|
|
|
8561 (mswindows_output_display_block): Avoid local shadows.
|
|
|
8562
|
|
|
8563 * event-msw.c (mswindows_enqueue_magic_event): Avoid shadows.
|
|
|
8564 (mswindows_enqueue_mouse_button_event): ditto.
|
|
|
8565 (mswindows_handle_gui_wm_command): remove declaration.
|
|
|
8566
|
|
|
8567 * console-msw.c (mswindows_canonicalize_console_connection): Avoid
|
|
|
8568 warnings.
|
|
|
8569
|
|
|
8570 * console-msw.h: Avoid shadows.
|
|
|
8571 (mswindows_get_toolbar_button_text):
|
|
|
8572 (emacs_mswindows_create_stream_pair):
|
|
|
8573 (emacs_mswindows_delete_stream_pair):
|
|
|
8574 (mswindows_handle_toolbar_wm_command): declare.
|
|
|
8575
|
|
|
8576 * device-msw.c (build_syscolor_string): Avoid shadows.
|
|
|
8577
|
|
|
8578 2000-01-23 Andy Piper <andy@xemacs.org>
|
|
|
8579
|
|
|
8580 * glyphs-widget.c (widget_instantiate): reverse the items for
|
|
|
8581 layouts so that children are in the expected order.
|
|
|
8582
|
|
|
8583 2000-01-28 Martin Buchholz <martin@xemacs.org>
|
|
|
8584
|
|
|
8585 * ralloc.c: safe_bcopy ==> memmove
|
|
|
8586 * gmalloc.c: Remove MEMMOVE_MISSING conditional code.
|
|
|
8587 * s/msdos.h: Remove BCOPY macros.
|
|
|
8588 * insdel.c (gap_right): Remove BCOPY conditional code.
|
|
|
8589 * insdel.c (gap_left): Remove BCOPY conditional code.
|
|
|
8590 XEmacs demands a working ANSI C compiler - hence memmove.
|
|
|
8591
|
|
|
8592 * regex.c (regex_compile): Remove accidental use of trigraphs.
|
|
|
8593
|
|
|
8594 2000-01-27 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8595
|
|
|
8596 * event-msw.c (mswindows_enqueue_misc_user_event): Initialize
|
|
|
8597 event timestamp.
|
|
|
8598
|
|
|
8599 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8600
|
|
|
8601 * event-msw.c (mswindows_drain_windows_queue): Added the
|
|
|
8602 parameter.
|
|
|
8603 (mswindows_need_event): Commented the call to
|
|
|
8604 mswindows_drain_windows_queue().
|
|
|
8605 (emacs_mswindows_quit_p): Lookup the windows for keyboard messages
|
|
|
8606 only.
|
|
|
8607
|
|
|
8608 * console-msw.h: Moved a few function prototypes here from
|
|
442
|
8609 event-msw.c.
|
|
440
|
8610
|
|
|
8611 * gui-msw.c (mswindows_handle_gui_wm_command): Changed the ID
|
|
|
8612 parameter from unsigned short to unsigned long.
|
|
|
8613 (Fmswindows_shell_execute): Added return value.
|
|
|
8614
|
|
|
8615 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
|
|
|
8616
|
|
442
|
8617 * sysdep.c (init_system_name):
|
|
|
8618 process-unix.c (unix_canonicalized_host_name):
|
|
440
|
8619 Don't call freeaddrinfo() if getaddrinfo() fails.
|
|
|
8620
|
|
|
8621 * process-unix.c (unix_open_unix_network_stream):
|
|
|
8622 Moved the code to get a port # into address loop.
|
|
|
8623
|
|
|
8624 2000-01-27 Martin Buchholz <martin@xemacs.org>
|
|
|
8625
|
|
442
|
8626 * buffer.c (reinit_vars_of_buffer):
|
|
440
|
8627 The right place to initialize conversion_in_dynarr and
|
|
|
8628 conversion_out_dynarr.
|
|
|
8629
|
|
|
8630 * alloc.c (pdump): Use the real open() till sys_open() is functional.
|
|
|
8631
|
|
|
8632 * process-unix.c (unix_canonicalize_host_name): Muleize.
|
|
|
8633 (unix_open_network_stream): Muleize.
|
|
|
8634
|
|
|
8635 * buffer.h: Fix up prototypes for ralloc.c functions.
|
|
|
8636
|
|
|
8637 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
|
|
|
8638 * config.h.in: added HAVE_GETADDRINFO and HAVE_GETNAMEINFO
|
|
|
8639 * sysdep.c: In init_system_name(), add code to use getaddrinfo()
|
|
|
8640 instead of gethostbyname()
|
|
|
8641 * process-unix.c: In unix_canonicalize_host_name() and
|
|
|
8642 unix_open_network_stream(), add code to use getaddrinfo()
|
|
|
8643 instead of gethostbyname().
|
|
|
8644
|
|
|
8645 2000-01-27 Daniel Pittman <daniel@danann.net>
|
|
|
8646
|
|
|
8647 * device-x.c (x_init_device): Warn at run-time if using Athena 3d
|
|
|
8648 libs when built with flat Athena.
|
|
|
8649
|
|
|
8650 2000-01-27 Martin Buchholz <martin@xemacs.org>
|
|
|
8651
|
|
|
8652 * ralloc.c: Replace SIZE (conflicts with Windows headers) with size_t.
|
|
|
8653 Use coding standards for function prototypes.
|
|
|
8654
|
|
|
8655 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
8656
|
|
|
8657 * dialog-msw.c (push_lisp_string_as_unicode):
|
|
|
8658 * doc.c (unparesseuxify_doc_string):
|
|
|
8659 * dired.c (Fuser_name_completion_1):
|
|
|
8660 * dired.c (Fuser_name_all_completions):
|
|
|
8661 * dired.c (free_user_cache):
|
|
|
8662 * dired.c (user_name_completion):
|
|
|
8663 * console-x.c (get_display_arg_connection):
|
|
|
8664 * minibuf.c (clear_echo_area_internal):
|
|
|
8665 * minibuf.c (echo_area_append):
|
|
|
8666 * eldap.c (Fldap_open):
|
|
|
8667 * eldap.c (Fldap_search_internal):
|
|
|
8668 * frame-x.c (x_set_frame_text_value):
|
|
|
8669 * frame-x.c (x_set_frame_properties):
|
|
|
8670 * frame-x.c (x_create_widgets):
|
|
|
8671 * redisplay-tty.c (term_get_fkeys_1):
|
|
|
8672 * objects-x.c (x_parse_nearest_color):
|
|
|
8673 * objects-x.c (x_valid_color_name_p):
|
|
|
8674 * objects-x.c (x_initialize_font_instance):
|
|
|
8675 * objects-x.c (x_list_fonts):
|
|
|
8676 * objects-x.c (x_find_charset_font):
|
|
|
8677 * tooltalk.c (Fadd_tooltalk_message_arg):
|
|
|
8678 * tooltalk.c (Fadd_tooltalk_pattern_attribute):
|
|
|
8679 * tooltalk.c (Fadd_tooltalk_pattern_arg):
|
|
|
8680 * process-unix.c (unix_create_process):
|
|
|
8681 * ntproc.c (sys_spawnve):
|
|
|
8682 * sound.c (Fplay_sound_file):
|
|
|
8683 * sound.c (Fplay_sound):
|
|
|
8684 * buffer.c (init_initial_directory):
|
|
|
8685 * buffer.c (init_buffer):
|
|
|
8686 * editfns.c (init_editfns):
|
|
|
8687 * editfns.c (Ftemp_directory):
|
|
|
8688 * editfns.c (Fuser_full_name):
|
|
|
8689 * editfns.c (uncache_home_directory):
|
|
|
8690 * editfns.c (get_home_directory):
|
|
|
8691 * editfns.c (Fuser_home_directory):
|
|
|
8692 * editfns.c (Fformat_time_string):
|
|
|
8693 * editfns.c (Fcurrent_time_string):
|
|
|
8694 * gui-x.c (button_item_to_widget_value):
|
|
|
8695 * database.c (Fopen_database):
|
|
|
8696 * event-Xt.c (x_to_emacs_keysym):
|
|
|
8697 * event-Xt.c (x_event_to_emacs_event):
|
|
|
8698 * event-Xt.c (describe_event_window):
|
|
|
8699 * event-msw.c (mswindows_wnd_proc):
|
|
|
8700 * glyphs-eimage.c (jpeg_instantiate):
|
|
|
8701 * glyphs-eimage.c (gif_instantiate):
|
|
|
8702 * glyphs-eimage.c (png_instantiate):
|
|
|
8703 * glyphs-eimage.c (tiff_instantiate):
|
|
|
8704 * glyphs-x.c (xbm_instantiate_1):
|
|
|
8705 * glyphs-x.c (x_xbm_instantiate):
|
|
|
8706 * glyphs-x.c (x_xface_instantiate):
|
|
|
8707 * glyphs-x.c (autodetect_instantiate):
|
|
|
8708 * glyphs-x.c (cursor_font_instantiate):
|
|
|
8709 * glyphs-x.c (x_widget_instantiate):
|
|
|
8710 * glyphs-x.c (x_widget_set_property):
|
|
|
8711 * glyphs-x.c (x_widget_property):
|
|
|
8712 * glyphs-x.c (BUILD_GLYPH_INST):
|
|
|
8713 * print.c (write_string_to_stdio_stream):
|
|
|
8714 * print.c (output_string):
|
|
|
8715 * print.c (Falternate_debugging_output):
|
|
|
8716 * print.c (Fexternal_debugging_output):
|
|
|
8717 * glyphs-msw.c (extract_xpm_color_names):
|
|
|
8718 * glyphs-msw.c (mswindows_xpm_instantiate):
|
|
|
8719 * glyphs-msw.c (bmp_instantiate):
|
|
|
8720 * glyphs-msw.c (resource_name_to_resource):
|
|
|
8721 * glyphs-msw.c (mswindows_resource_instantiate):
|
|
|
8722 * glyphs-msw.c (xbm_instantiate_1):
|
|
|
8723 * glyphs-msw.c (mswindows_xbm_instantiate):
|
|
|
8724 * glyphs-msw.c (mswindows_xface_instantiate):
|
|
|
8725 * glyphs-msw.c (mswindows_widget_instantiate):
|
|
|
8726 * glyphs-msw.c (add_tree_item):
|
|
|
8727 * glyphs-msw.c (add_tab_item):
|
|
|
8728 * glyphs-msw.c (mswindows_combo_box_instantiate):
|
|
|
8729 * glyphs-msw.c (mswindows_widget_property):
|
|
|
8730 * glyphs-msw.c (mswindows_combo_box_property):
|
|
|
8731 * glyphs-msw.c (mswindows_widget_set_property):
|
|
|
8732 * console.c (stuff_buffered_input):
|
|
|
8733 * objects-msw.c (mswindows_initialize_color_instance):
|
|
|
8734 * objects-msw.c (mswindows_valid_color_name_p):
|
|
|
8735 * objects-msw.c (mswindows_list_fonts):
|
|
|
8736 * objects-msw.c (mswindows_font_instance_truename):
|
|
|
8737 * bytecode.c (optimize_compiled_function):
|
|
|
8738 * select-x.c (symbol_to_x_atom):
|
|
|
8739 * select-x.c (x_atom_to_symbol):
|
|
|
8740 * select-x.c (hack_motif_clipboard_selection):
|
|
|
8741 * select-x.c (selection_data_to_lisp_data):
|
|
|
8742 * select-x.c (lisp_data_to_selection_data):
|
|
|
8743 * select-x.c (Fx_get_cutbuffer_internal):
|
|
|
8744 * select-x.c (Fx_store_cutbuffer_internal):
|
|
|
8745 * buffer.h (TO_EXTERNAL_FORMAT): New function.
|
|
|
8746 * buffer.h (TO_INTERNAL_FORMAT): New function.
|
|
|
8747 * emacs.c (make_arg_list_1):
|
|
|
8748 * emacs.c (make_argc_argv):
|
|
|
8749 * emacs.c (main_1):
|
|
|
8750 * emacs.c (Fdump_emacs):
|
|
|
8751 * emacs.c (split_string_by_emchar_1):
|
|
|
8752 * file-coding.h:
|
|
|
8753 * lisp.h:
|
|
|
8754 * lstream.h:
|
|
|
8755 * symsinit.h:
|
|
|
8756 * device-x.c (x_init_device):
|
|
|
8757 * device-x.c (Fx_valid_keysym_name_p):
|
|
|
8758 * device-x.c (Fx_get_font_path):
|
|
|
8759 * device-x.c (Fx_set_font_path):
|
|
|
8760 * glyphs.c (bitmap_to_lisp_data):
|
|
|
8761 * glyphs.c (pixmap_to_lisp_data):
|
|
|
8762 * alloc.c (make_ext_string): Use coding system arguments. Update
|
|
|
8763 all callers.
|
|
|
8764 * alloc.c (build_string):
|
|
|
8765 * callproc.c (child_setup):
|
|
|
8766 * callproc.c (init_callproc):
|
|
|
8767 * fileio.c (lisp_strerror):
|
|
|
8768 * fileio.c (directory_file_name):
|
|
|
8769 * fileio.c (Fexpand_file_name):
|
|
|
8770 * fileio.c (Ffile_truename):
|
|
|
8771 * fileio.c (Fsysnetunam):
|
|
|
8772 * fileio.c (Fdo_auto_save):
|
|
|
8773 * sysdep.c (sys_readdir):
|
|
|
8774 * tests.c: New file. Allow adding C tests.
|
|
|
8775 Replace GET_* macros with a more comprehensible and flexible
|
|
|
8776 interface, TO_INTERNAL_FORMAT() and TO_EXTERNAL_FORMAT().
|
|
|
8777 Modify all calls.
|
|
|
8778 Any coding system can be used to do format conversion.
|
|
|
8779 Eliminate enum external_data_format.
|
|
|
8780 Eliminate convert_to_external_format.
|
|
|
8781 Eliminate convert_to_internal_format.
|
|
|
8782 Make sure file-name, keyboard, terminal, and ctext are always
|
|
|
8783 defined as coding systems or aliases. Make
|
|
|
8784 file-name-coding-system, terminal-coding-system, and
|
|
|
8785 keyboard-coding-system magical variables that are equivalent to
|
|
|
8786 defining the corresponding coding system aliases.
|
|
442
|
8787
|
|
440
|
8788 * file-coding.c (Fcoding_system_canonical_name_p): New function.
|
|
|
8789 * file-coding.c (Fcoding_system_alias_p): New function.
|
|
|
8790 * file-coding.c (Fcoding_system_aliasee): New function.
|
|
|
8791 * file-coding.c (append_suffix_to_symbol): New function.
|
|
|
8792 * file-coding.c (dangling_coding_system_alias_p): New function.
|
|
|
8793 * file-coding.c (Ffind_coding_system):
|
|
|
8794 * file-coding.c (Fcopy_coding_system):
|
|
|
8795 * file-coding.c (encode_coding_no_conversion):
|
|
|
8796 * file-coding.c (syms_of_file_coding):
|
|
|
8797 * file-coding.c (vars_of_file_coding):
|
|
|
8798 Rewrite coding system alias code.
|
|
|
8799 Allow nested aliases, like symbolic links.
|
|
|
8800 Allow redefinition of coding system aliases.
|
|
|
8801 Prevent existence of dangling coding system aliases.
|
|
|
8802
|
|
|
8803 * dired.c (Fuser_name_completion_1):
|
|
|
8804 * dired.c (Fuser_name_all_completions):
|
|
|
8805 A crash would happen if user did QUIT in the middle of building
|
|
|
8806 user_name_cache. Remove redundant code in mainline and unwind_protect.
|
|
|
8807
|
|
|
8808 * lisp.h:
|
|
|
8809 * dynarr.c (Dynarr_min_size): Make static. Increase value to 8.
|
|
|
8810
|
|
|
8811 * lstream.c (make_fixed_buffer_input_stream): Take a void *, not
|
|
|
8812 an unsigned char *. Update all callers.
|
|
|
8813
|
|
|
8814 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8815
|
|
|
8816 * callproc.c (Fcall_process_internal): Ignore Vbinary-process_output.
|
|
|
8817
|
|
|
8818 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
8819
|
|
|
8820 * elhash.c (hentry_description): Use more portable definition.
|
|
|
8821 (resize_hash_table): Initialize new hentries using
|
|
|
8822 xnew_array_and_zero, thereby simplifying the code.
|
|
|
8823
|
|
|
8824 * mule-charset.c (make_charset): Make sure entire object is
|
|
442
|
8825 initialized, to avoid Purify warnings.
|
|
440
|
8826
|
|
|
8827 * alloc.c (resize_string): Fix unlikely crash with big strings.
|
|
|
8828
|
|
|
8829 2000-01-24 Martin Buchholz <martin@xemacs.org>
|
|
|
8830
|
|
442
|
8831 * realpath.c (xrealpath):
|
|
440
|
8832 Don't call getwd().
|
|
|
8833
|
|
|
8834 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
8835
|
|
|
8836 * lread.c (read_bit_vector): Fix memory leak reading literal bit vectors.
|
|
|
8837
|
|
|
8838 1999-12-28 Max Matveev <max@melbourne.sgi.com>
|
|
|
8839
|
|
|
8840 * unexelfsgi.c (unexec): Change the way we decide which segment
|
|
|
8841 should be extended.
|
|
|
8842
|
|
|
8843 Assumption that .bss section should be outside the PT_LOADable
|
|
|
8844 segment. On IRIX with version 6.2 and above, .bss (or .sbss, if
|
|
|
8845 it's present) is inside the 'data' segment. This would fail the
|
|
|
8846 test which was used to find a segment to grow and cover new
|
|
|
8847 heap. Instead of this assumption, I created another one - on IRIX
|
|
|
8848 the segment to grow should start below .bss and it's address
|
|
|
8849 should extent above the end of .bss. Once this segment is
|
|
|
8850 identified, it's grown to accommodate the new heap and new
|
|
|
8851 zero-length .bss section is added at the end of .data2.
|
|
|
8852
|
|
|
8853 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
8854
|
|
|
8855 * eval.c (Feval): Wrong number of arguments should use original
|
|
|
8856 function, not the indirect_function version of it.
|
|
|
8857
|
|
|
8858 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
8859
|
|
|
8860 * glyphs-x.c (x_button_instantiate): Don't add image if
|
|
|
8861 it is not a pixmap.
|
|
|
8862 (x_locate_pixmap_file): Call Fexpand_file_name when file name
|
|
|
8863 is relative.
|
|
|
8864
|
|
|
8865 2000-01-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
8866
|
|
|
8867 * symeval.h (DEFVAR_LISP_MAGIC): Remove semicolon after macro
|
|
|
8868 declaration.
|
|
|
8869 (DEFVAR_INT_MAGIC): Ditto.
|
|
|
8870 (DEFVAR_BOOL_MAGIC): Ditto.
|
|
|
8871 * glyphs.h: Reindent backslash.
|
|
|
8872
|
|
|
8873 2000-01-24 Martin Buchholz <martin@xemacs.org>
|
|
|
8874
|
|
442
|
8875 * glyphs-widget.c (layout_query_geometry):
|
|
440
|
8876 (layout_layout): Use correct types for gheight, gwidth.
|
|
|
8877
|
|
|
8878 2000-01-24 Martin Buchholz <martin@xemacs.org>
|
|
|
8879
|
|
|
8880 * EmacsManager.c (QueryGeometry): Purified.
|
|
|
8881
|
|
|
8882 2000-01-23 Martin Buchholz <martin@xemacs.org>
|
|
|
8883
|
|
442
|
8884 * alloc.c (make_float): Make sure entire object is initialized, to
|
|
440
|
8885 avoid Purify warnings.
|
|
|
8886 (pdump_register_sub): Remove useless assignment.
|
|
|
8887 (pdump): Use xmalloc, not malloc.
|
|
|
8888 (pdump_load): Use xmalloc, not malloc.
|
|
|
8889
|
|
|
8890 2000-01-23 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8891
|
|
442
|
8892 * callproc.c:
|
|
|
8893 * dired-msw.c:
|
|
|
8894 * fileio.c:
|
|
|
8895 * process-nt.c:
|
|
|
8896 * redisplay-msw.c:
|
|
440
|
8897 * sysdep.c: Removed redundant #include <windows.h>
|
|
|
8898
|
|
|
8899 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8900
|
|
|
8901 * frame.c (delete_frame_internal): Do not delete device when its
|
|
|
8902 implementation so declares.
|
|
|
8903 (delete_frame_internal): Set device selected frame to nil when
|
|
442
|
8904 last frame goes away.
|
|
440
|
8905
|
|
|
8906 * device-msw.c (msprinter_device_system_metrics): Implemented.
|
|
|
8907 (mswindows_device_system_metrics): Added 'device-dpi property.
|
|
|
8908
|
|
|
8909 * device.c: (Fdevice_printer_p): Added.
|
|
|
8910 Added 'offset-workspace device metric.
|
|
|
8911
|
|
|
8912 * console.h (device_metrics): Declared DM_offset_workspace.
|
|
|
8913
|
|
|
8914 2000-01-23 Martin Buchholz <martin@xemacs.org>
|
|
|
8915
|
|
|
8916 * fileio.c (Ffile_truename): Remove pointless and confusing
|
|
|
8917 initialization of elen.
|
|
|
8918
|
|
|
8919 * glyphs-widget.c: Compiler warning fixes.
|
|
|
8920
|
|
|
8921 2000-01-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
8922
|
|
|
8923 * process.h (PROCESS_LIVE_P): Modify to take a Lisp_Process
|
|
|
8924 instead of a Lisp_Object as argument to make it consistent with
|
|
|
8925 the other LIVE_P macros.
|
|
|
8926 (CHECK_LIVE_PROCESS): New macro.
|
|
|
8927
|
|
|
8928 * process.c: Declare Qprocess_live_p.
|
|
|
8929 (Fprocess_live_p): New function.
|
|
|
8930 (create_process): Use PROCESS_LIVE_P.
|
|
|
8931 (read_process_output): Ditto.
|
|
|
8932 (set_process_filter): Ditto.
|
|
|
8933 (Fdelete_process): Ditto.
|
|
|
8934 (kill_buffer_processes): Ditto
|
|
|
8935 (process_send_signal): Use CHECK_LIVE_PROCESS.
|
|
|
8936 (Fprocess_input_coding_system): Check whether process is still
|
|
|
8937 alive (fix PR#1061).
|
|
|
8938 (Fprocess_output_coding_system): Ditto.
|
|
|
8939 (Fprocess_coding_system): Ditto.
|
|
|
8940 (Fset_process_input_coding_system): Ditto.
|
|
|
8941 (Fset_process_output_coding_system): Ditto.
|
|
|
8942
|
|
|
8943 2000-01-23 Andy Piper <andy@xemacs.org>
|
|
|
8944
|
|
|
8945 * glyphs.h (struct Lisp_Image_Instance): change format by unifying
|
|
|
8946 layout and widget.
|
|
|
8947
|
|
|
8948 * glyphs.c (mark_image_instance): take into account changed
|
|
|
8949 image_instance format.
|
|
|
8950 (image_instance_equal): ditto.
|
|
|
8951 (image_instance_hash): ditto.
|
|
|
8952
|
|
|
8953 * glyphs-widget.c (widget_instantiate): Incorporate layout
|
|
|
8954 instantiation here. Delay layout of the layout until later.
|
|
|
8955 (layout_instantiate): deleted.
|
|
|
8956 (layout_query_geometry): new function. get the geometry of a
|
|
|
8957 layout.
|
|
|
8958 (layout_layout): layout a layout dynamically.
|
|
|
8959 (image_instantiator_widget): New function - splitting up
|
|
|
8960 image_instantiator_format_create_glyphs_widget for netwinder
|
|
|
8961 compilation.
|
|
|
8962 (image_instantiator_buttons):
|
|
|
8963 (image_instantiator_edit_fields):
|
|
|
8964 (image_instantiator_combo_box):
|
|
|
8965 (image_instantiator_scrollbar):
|
|
|
8966 (image_instantiator_progress_guage):
|
|
|
8967 (image_instantiator_tree_view):
|
|
|
8968 (image_instantiator_tab_control):
|
|
|
8969 (image_instantiator_labels):
|
|
|
8970 (image_instantiator_layout): ditto.
|
|
442
|
8971 (image_instantiator_format_create_glyphs_widget): Call preceding
|
|
440
|
8972 functions.
|
|
|
8973
|
|
|
8974 2000-01-22 Martin Buchholz <martin@xemacs.org>
|
|
|
8975
|
|
|
8976 * process.c (Fset_process_coding_system):
|
|
442
|
8977 * device-x.c (Fx_keysym_hash_table):
|
|
440
|
8978 Docstring fixes.
|
|
|
8979
|
|
|
8980 * lstream.c (Lstream_write): Return documented value, not 0.
|
|
|
8981
|
|
442
|
8982 * fileio.c (directory_file_name):
|
|
|
8983 (Fsubstitute_in_file_name):
|
|
|
8984 (Fsubstitute_insert_file_contents_internal):
|
|
440
|
8985 (Fwrite_region_internal):
|
|
|
8986 * emacs.c:
|
|
|
8987 * sysdep.c:
|
|
442
|
8988 * getloadavg.c:
|
|
440
|
8989 * systty.h:
|
|
|
8990 Remove vestigial APOLLO-conditional code.
|
|
|
8991
|
|
|
8992 2000-01-21 Martin Buchholz <martin@xemacs.org>
|
|
|
8993
|
|
|
8994 * getpagesize.h: Add guard macros.
|
|
|
8995 * libsst.h: Add guard macros.
|
|
|
8996 * libst.h: Add guard macros.
|
|
|
8997 * line-number.h: Add guard macros.
|
|
|
8998 * ndir.h: Add guard macros.
|
|
|
8999 * sysfloat.h: Add guard macros.
|
|
|
9000 * sysfile.h: Add guard macros.
|
|
|
9001 * sysproc.h: Add guard macros.
|
|
|
9002 * syswait.h: Add guard macros.
|
|
|
9003 * xintrinsic.h: Add guard macros.
|
|
|
9004 * xintrinsicp.h: Add guard macros.
|
|
|
9005 * xmmanager.h: Add guard macros.
|
|
|
9006 * xmmanagerp.h: Add guard macros.
|
|
|
9007 * xmprimitive.h: Add guard macros.
|
|
|
9008 * xmu.h: Add guard macros.
|
|
|
9009 * gpmevent.h: Add copyright statement. Add guard macros.
|
|
|
9010 * miscplay.h: Add guard macros.
|
|
|
9011 * *.h: Use consistent C-standards-approved guard macro names.
|
|
|
9012
|
|
442
|
9013 * opaque.c (make_opaque): Switch parameter order.
|
|
440
|
9014 * opaque.h (make_opaque): Switch parameter order.
|
|
|
9015 Update all callers.
|
|
|
9016 * buffer.h (MAKE_MIRROR_TRT_TABLE): Use symbolic constant OPAQUE_CLEAR.
|
|
|
9017
|
|
|
9018 * config.h.in (type_checking_assert): Added.
|
|
|
9019 (bufpos_checking_assert): Added.
|
|
|
9020
|
|
|
9021 2000-01-21 Martin Buchholz <martin@xemacs.org>
|
|
|
9022
|
|
|
9023 * alloc.c: Harmless pdump changes.
|
|
|
9024 - Use countof().
|
|
|
9025 - spell alignment correctly.
|
|
|
9026 * sysdep.c: Use countof()
|
|
|
9027
|
|
|
9028 2000-01-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
9029
|
|
|
9030 * console.c (create_console): Use CONMETH_OR_GIVEN when calling
|
|
|
9031 initially_selected_for_input() console method, default to 0.
|
|
|
9032 (semi_canonicalize_console_connection): Try to delegate to
|
|
|
9033 canonicalize_console_connection if no such console method.
|
|
|
9034 (canonicalize_console_connection): Vice versa.
|
|
|
9035 (print_console): Do not print nil connection.
|
|
|
9036
|
|
|
9037 * console.h (XDEVIMPF_IS_A_PRINTER): Added.
|
|
|
9038 (XDEVIMPF_NO_AUTO_REDISPLAY): Added.
|
|
|
9039 (XDEVIMPF_FRAMELESS_OK): Added.
|
|
|
9040 (CONSOLE_INHERITS_METHOD): Added.
|
|
|
9041
|
|
|
9042 * console-msw.c (mswindows_canonicalize_console_connection):
|
|
|
9043 Added.
|
|
|
9044 (mswindows_canonicalize_device_connection): Added.
|
|
|
9045
|
|
|
9046 * console-msw.h (struct msprinter_device): Added this struct and
|
|
|
9047 accessor macros.
|
|
|
9048 (mswindows_device): Made fontlist a lisp object.
|
|
|
9049
|
|
|
9050 * device.c (semi_canonicalize_device_connection): Try to delegate
|
|
|
9051 to canonicalize_device_connection if no such console method.
|
|
|
9052 (canonicalize_device_connection): Vice versa.
|
|
|
9053 (print_device): Do not print nil connection.
|
|
|
9054
|
|
|
9055 * device-msw.c (mswindows_init_device): Call InitCommonControls
|
|
|
9056 when have widgets.
|
|
|
9057 (mswindows_delete_device): Removed fontlist deallocation.
|
|
|
9058 (mswindows_mark_device): Added.
|
|
|
9059
|
|
|
9060 * events.c (event_equal): Added abort() at unreached code.
|
|
|
9061 (event_hash): Ditto.
|
|
|
9062
|
|
|
9063 * faces.c (complex_vars_of_faces): Added Qmsprinter to the list of
|
|
|
9064 fallback tags of Windows devices.
|
|
|
9065
|
|
|
9066 * general.c (syms_of_general): Initialized Qmsprinter.
|
|
|
9067
|
|
|
9068 * gutter.c (complex_vars_of_gutters): Added Qmsprinter to the list
|
|
|
9069 of fallback tags of Windows devices.
|
|
|
9070
|
|
|
9071 * lisp.h: Declared Qmsprinter.
|
|
|
9072
|
|
|
9073 * objects-msw.c (font_enum_callback_2): Rewrote to build lisp list
|
|
|
9074 of strings.
|
|
|
9075 (mswindows_list_fonts): Ditto.
|
|
|
9076 (mswindows_enumerate_fonts): Removed dependency on XDEVICE, so
|
|
|
9077 that it can be used by both mswindows and msprinter devices.
|
|
|
9078 (initialize_font_instance): Added.
|
|
|
9079 (mswindows_initialize_font_instance): Use it.
|
|
|
9080 (msprinter_initialize_font_instance): Added.
|
|
|
9081
|
|
|
9082 * redisplay.c (redisplay_device): Added the parameter AUTOMATIC
|
|
|
9083 and implementation flags check.
|
|
|
9084 (redisplay_without_hooks): Changed the call to the above.
|
|
|
9085 (Fredraw_device): Ditto.
|
|
|
9086 (Fredisplay_device): Ditto.
|
|
|
9087
|
|
|
9088 * redisplay-msw.c (get_frame_dc): Implemented.
|
|
|
9089 (get_frame_compdc): Implemented.
|
|
|
9090 (many functions): Use the two functions above to get device
|
|
|
9091 contexts, ether for a window or a printer.
|
|
|
9092
|
|
|
9093 2000-01-21 Olivier Galibert <galibert@pobox.com>
|
|
|
9094
|
|
|
9095 * symbols.c (reinit_symbols_once_early): Put Qzero/Qnull_pointer
|
|
|
9096 initialization here.
|
|
|
9097 (init_symbols_once_early): Call it.
|
|
|
9098 * emacs.c (main_1): Call it.
|
|
|
9099 * symsinit.h: Declare it.
|
|
|
9100
|
|
|
9101 2000-01-19 Olivier Galibert <galibert@pobox.com>
|
|
|
9102
|
|
|
9103 * alloc.c: Use a lrecord_header * in the backtrace instead of a
|
|
|
9104 Lisp_Object.
|
|
|
9105 (pdump_backtrace): Ditto.
|
|
|
9106 (pdump_register_object): Ditto. Cleanup use of the pointers.
|
|
|
9107 (pdump_get_entry): Abort if trying to register a null pointer.
|
|
|
9108 (pdump_dump_data): Cleanup types when relocating.
|
|
|
9109 (pdump_dump_staticvec): Cleanup types w.r.t the reloc table.
|
|
|
9110 (pdump_dump_rtables): Remove bad casts.
|
|
|
9111 (pdump_load): Cleanup relocation w.r.t union type. Use a
|
|
|
9112 Lisp_Object instead of a EMACS_INT for the hashtable
|
|
|
9113 reorganization.
|
|
|
9114
|
|
|
9115 2000-01-20 Martin Buchholz <martin@xemacs.org>
|
|
|
9116
|
|
|
9117 * emacs.c (main_1): Rearrange morass of #ifdef's for correctness.
|
|
|
9118
|
|
|
9119 * callproc.c (call_process_cleanup): Isolate WINDOWSNT code for clarity.
|
|
|
9120
|
|
|
9121 * EmacsManager.c (GeometryManager): Avoid use of CPP for clarity.
|
|
|
9122
|
|
|
9123 * *.[ch]: global-replace 's/_of_xselect/_of_select_x/g' *.[ch]
|
|
|
9124
|
|
|
9125 2000-01-17 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
9126
|
|
|
9127 * faces.h (FACE_STRIKETHRU_P): Added.
|
|
|
9128
|
|
|
9129 * glyphs-msw.c (mswindows_widget_hfont): Implemented, to take care
|
|
|
9130 of font variants.
|
|
|
9131
|
|
|
9132 * redisplay-msw.c (mswindows_apply_face_effects): Deleted.
|
|
|
9133 (mswindows_set_dc_font): New function, aware of font variants,
|
|
|
9134 separated from mswindows_update_dc.
|
|
|
9135
|
|
|
9136 * objects-msw.h (struct mswindows_font_instance_data): Added
|
|
|
9137 definition.
|
|
|
9138
|
|
|
9139 * objects-msw.c (mswindows_finalize_font_instance): Delete all
|
|
|
9140 cached fonts and the data structure.
|
|
|
9141 (mswindows_initialize_font_instance): Added creation of font data
|
|
|
9142 structure.
|
|
|
9143 (mswindows_print_font_instance): Print at least something.
|
|
|
9144 (mswindows_create_font_variant): Implemented.
|
|
|
9145 (mswindows_get_hfont): Implemented.
|
|
|
9146
|
|
|
9147 2000-01-13 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
|
|
|
9148
|
|
|
9149 * dired-msw.c: permute "sysdir.h" with "sysfile.h" because of
|
|
|
9150 prototyping problem with msvc.
|
|
|
9151
|
|
|
9152 * emacs.c (main_1): added syms_of_gui_mswindows() call
|
|
|
9153
|
|
|
9154 * gui-msw.c: added "mswindows-shell-execute" lisp subr and
|
|
|
9155 syms_of_gui_mswindows() function
|
|
|
9156
|
|
|
9157 * symsinit.h: added the prototype for syms_of_gui_mswindows()
|
|
|
9158
|
|
438
|
9159 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
434
|
9160
|
|
438
|
9161 * XEmacs 21.2.27 is released.
|
|
432
|
9162
|
|
438
|
9163 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
430
|
9164
|
|
438
|
9165 * glyphs-eimage.c (struct tiff_error_struct):
|
|
|
9166 (tiff_error_func):
|
|
|
9167 (tiff_warning_func):
|
|
|
9168 #if HAVE_VSNPRINTF ==> #ifdef HAVE_VSNPRINTF
|
|
428
|
9169
|
|
438
|
9170 * unexmips.c:
|
|
|
9171 * unexhp9k3.c:
|
|
|
9172 * unexfreebsd.c:
|
|
|
9173 * unexec.c: Remove vestigial Lucid C code.
|
|
|
9174 * unexalpha.c:
|
|
|
9175 * unexaix.c:
|
|
|
9176 * termcap.c:
|
|
|
9177 * libsst.c: Ansify.
|
|
|
9178 Remove declarations of errno and strerror().
|
|
428
|
9179
|
|
438
|
9180 * eval.c (Fbacktrace): Small Purify-cation. Fix docstring.
|
|
428
|
9181
|
|
438
|
9182 * .dbxrc (run-temacs): Use the horrible ${1+"$@"} instead of "$@".
|
|
428
|
9183
|
|
438
|
9184 2000-01-16 Martin Buchholz <martin@xemacs.org>
|
|
428
|
9185
|
|
438
|
9186 * mule-charset.c (Fchar_octet): Resurrect from earlier in 1999.
|
|
|
9187 Optimize.
|
|
428
|
9188
|
|
438
|
9189 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
428
|
9190
|
|
438
|
9191 * md5.c:
|
|
|
9192 * file-coding.c:
|
|
428
|
9193 * file-coding.h:
|
|
438
|
9194 Change enum eol_type to eol_type_t.
|
|
428
|
9195
|
|
438
|
9196 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
428
|
9197
|
|
438
|
9198 * gui.c (get_gui_callback): Check cons before accessing car.
|
|
428
|
9199
|
|
438
|
9200 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
428
|
9201
|
|
438
|
9202 * specifier.h (XSPECIFIER_TYPE): Add error checking version.
|
|
|
9203 (XSETSPECIFIER_TYPE): Ditto.
|
|
428
|
9204
|
|
438
|
9205 2000-01-17 Didier Verna <didier@xemacs.org>
|
|
428
|
9206
|
|
438
|
9207 * redisplay.c (generate_fstring_runes): compute string size in
|
|
|
9208 characters, not bytes.
|
|
428
|
9209
|
|
438
|
9210 2000-01-09 Hrvoje Niksic <hniksic@iskon.hr>
|
|
428
|
9211
|
|
438
|
9212 * window.c (Fwindow_minibuffer_p): Make WINDOW optional.
|
|
428
|
9213
|
|
438
|
9214 2000-01-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
428
|
9215
|
|
438
|
9216 * print.c (print_error_message): Call print_prepare().
|
|
428
|
9217
|
|
438
|
9218 2000-01-14 Martin Buchholz <martin@xemacs.org>
|
|
428
|
9219
|
|
438
|
9220 * .dbxrc: Renamed from dbxrc.
|
|
428
|
9221
|
|
438
|
9222 * events.c (event_to_character):
|
|
|
9223 Use `assert (foo)' instead of `if (!foo) abort()'
|
|
428
|
9224
|
|
438
|
9225 * .gdbinit (xtype): Add documentation.
|
|
|
9226 * .gdbinit (check-temacs): New function.
|
|
|
9227 * .gdbinit (check-xemacs): New function.
|
|
|
9228 * dbxrc (check-xemacs): New function.
|
|
|
9229 * dbxrc (check-xemacs): New function.
|
|
428
|
9230
|
|
438
|
9231 2000-01-14 Andy Piper <andy@xemacs.org>
|
|
428
|
9232
|
|
438
|
9233 * glyphs-widget.c (widget_query_geometry): Make sure that we
|
|
|
9234 calculate default dimensions correctly.
|
|
428
|
9235
|
|
438
|
9236 2000-01-13 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
428
|
9237
|
|
438
|
9238 * symsinit.h: Added prototype for reinit_vars_of_frame_mswindows.
|
|
428
|
9239
|
|
438
|
9240 * event-msw.c (vars_of_event_mswindows): Fixed a mistyped
|
|
|
9241 pdump_wire'd variable.
|
|
428
|
9242
|
|
438
|
9243 * emacs.c: (main_1): Conditionalized calls to
|
|
|
9244 reinit_vars_of_scrollbar_x and reinit_vars_of_module.
|
|
428
|
9245
|
|
438
|
9246 2000-01-13 Martin Buchholz <martin@xemacs.org>
|
|
428
|
9247
|
|
438
|
9248 * window.c (Fset_window_configuration):
|
|
|
9249 * sysdep.c (_start):
|
|
|
9250 * input-method-motif.c (res):
|
|
|
9251 * event-Xt.c (Xt_process_to_emacs_event):
|
|
|
9252 Simple compiler warning fixes.
|
|
428
|
9253
|
|
438
|
9254 * bytecode.c (funcall_compiled_function): Use the original
|
|
|
9255 function symbol on the backtrace list in preference to the
|
|
|
9256 compiled_function object in error messages.
|
|
428
|
9257
|
|
438
|
9258 2000-01-13 Andy Piper <andy@xemacs.org>
|
|
428
|
9259
|
|
438
|
9260 * glyphs-x.c (update_widget_face): Make sure we update the widget
|
|
|
9261 background as well as foreground.
|
|
428
|
9262
|
|
438
|
9263 2000-01-13 Andy Piper <andy@xemacs.org>
|
|
428
|
9264
|
|
438
|
9265 * glyphs.h (struct Lisp_Image_Instance): Move justify and orient
|
|
|
9266 fields to subwindow.
|
|
|
9267 (IMAGE_INSTANCE_SUBWINDOW_JUSTIFY): new macro.
|
|
|
9268 (XIMAGE_INSTANCE_SUBWINDOW_JUSTIFY): ditto.
|
|
|
9269 (IMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
|
|
|
9270 (XIMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
|
|
428
|
9271
|
|
438
|
9272 * glyphs-widget.c (check_valid_tab_orientation): new function.
|
|
|
9273 (initialize_widget_image_instance): zero orientation and
|
|
|
9274 justification.
|
|
|
9275 (widget_instantiate): pick up orientation.
|
|
|
9276 (tab_control_query_geometry): return appropriate values for
|
|
|
9277 vertical tabs.
|
|
428
|
9278
|
|
438
|
9279 * glyphs-msw.c: (mswindows_tab_control_instantiate): assign
|
|
|
9280 appropriate creation flags for left, right and bottom tabs.
|
|
428
|
9281
|
|
438
|
9282 * s/cygwin32.h: add tab definitions.
|
|
428
|
9283
|
|
438
|
9284 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
428
|
9285
|
|
438
|
9286 * glyphs-msw.c (mswindows_unmap_subwindow): Set focus back to the
|
|
|
9287 frame upon hiding a subwindow.
|
|
|
9288 (mswindows_button_instantiate): Changed the push button style to
|
|
|
9289 BS_PUSHBUTTON.
|
|
|
9290 (mswindows_button_instantiate): Removed button BS_NOTIFY
|
|
|
9291 style.
|
|
|
9292 (mswindows_button_instantiate): Removed redundant check for
|
|
|
9293 a disabled gui item.
|
|
|
9294 (mswindows_button_instantiate): Made use of WS_TABSTOP
|
|
|
9295 consistent: "operable" controls (edit, button, tree, scroll) have
|
|
|
9296 this style, "display-only" ones (static, progress gauge) do
|
|
|
9297 not. This style is currently ignored by XEmacs though. Also,
|
|
|
9298 removed the WS_EX_CONTROLPARENT style - it is not for children,
|
|
|
9299 it is for their parents!
|
|
|
9300 (mswindows_edit_field_instantiate): Ditto.
|
|
|
9301 (mswindows_progress_gauge_instantiate): Ditto.
|
|
|
9302 (mswindows_tree_view_instantiate): Ditto.
|
|
|
9303 (mswindows_tab_control_instantiate): Ditto.
|
|
|
9304 (mswindows_scrollbar_instantiate): Ditto.
|
|
|
9305 (mswindows_combo_box_instantiate): Ditto.
|
|
|
9306 (mswindows_widget_instantiate): Added the WS_EX_CONTROLPARENT
|
|
|
9307 style to the "clip" window.
|
|
|
9308 (mswindows_button_instantiate): Removed compilation warning by
|
|
|
9309 equally typing terms of the ?: operator.
|
|
428
|
9310
|
|
438
|
9311 2000-01-12 Didier Verna <didier@xemacs.org>
|
|
428
|
9312
|
|
438
|
9313 * redisplay.c (generate_fstring_runes): new parameter holding the
|
|
|
9314 last modeline-format extent.
|
|
|
9315 (add_glyph_to_fstring_db_runes): new parameter holding the glyph
|
|
|
9316 extent, fill the glyph block with it.
|
|
|
9317 (generate_fstring_runes): handle these parameters.
|
|
|
9318 (generate_formatted_string_db): ditto.
|
|
428
|
9319
|
|
438
|
9320 * keymap.c (get_relevant_keymaps): retreive the keymaps from the
|
|
|
9321 glyphs'extents in the modeline.
|
|
428
|
9322
|
|
438
|
9323 1999-01-11 Mike Woolley <mike@bulsara.com>
|
|
428
|
9324
|
|
438
|
9325 * ntheap.c: Reduced the reserved heap space from 1Gb down to
|
|
|
9326 256Mb, as a workaround for the non-starting problem many people
|
|
|
9327 have experienced.
|
|
428
|
9328
|
|
438
|
9329 2000-01-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
428
|
9330
|
|
438
|
9331 * console-tty.c (Fset_console_tty_output_coding_system):
|
|
|
9332 Force redrawing tty frame.
|
|
428
|
9333
|
|
438
|
9334 2000-01-10 Didier Verna <didier@xemacs.org>
|
|
428
|
9335
|
|
438
|
9336 * redisplay.c (generate_fstring_runes): fix size computation bug.
|
|
428
|
9337
|
|
438
|
9338 2000-01-09 William M. Perry <wmperry@aventail.com>
|
|
428
|
9339
|
|
438
|
9340 * gpmevent.c: (gpm_next_event_cb): Don't return value from void function.
|
|
428
|
9341
|
|
438
|
9342 2000-01-09 Andy Piper <andy@xemacs.org>
|
|
428
|
9343
|
|
438
|
9344 * glyphs-msw.c: index -> i to avoid shadows.
|
|
|
9345 (xbm_create_bitmap_from_data): make static.
|
|
|
9346 (check_valid_string_or_int): deleted.
|
|
|
9347 (mswindows_control_wnd_proc): message -> msg to avoid shadows.
|
|
428
|
9348
|
|
438
|
9349 * glyphs-x.c (x_update_subwindow): remove unused args.
|
|
428
|
9350
|
|
438
|
9351 * glyphs.c (glyph_image_instance): return the thing. Don't set the
|
|
|
9352 back pointer - this is done in allocate_image_instance.
|
|
|
9353 (query_string_font): return Qnil to make the compiler happy.
|
|
|
9354 (unmap_subwindow): set to ~0 to make the compiler happy.
|
|
|
9355 (glyph_query_geometry): comment out until used.
|
|
|
9356 (glyph_layout): ditto.
|
|
428
|
9357
|
|
438
|
9358 2000-01-09 Hrvoje Niksic <hniksic@iskon.hr>
|
|
428
|
9359
|
|
438
|
9360 * insdel.c (signal_after_change): Remove extraneous unbind_to().
|