|
520
|
1 2001-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2
|
|
|
3 * buffer.c (Vcase_fold_search): Remove obsolete
|
|
|
4 comment about non ASCII case-fold-search. This
|
|
|
5 bug has been fixed by case-table changes.
|
|
|
6
|
|
519
|
7 2001-05-08 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
|
|
|
8
|
|
|
9 * mule-charset.c (Fmake_charset): Add missing else.
|
|
|
10
|
|
518
|
11 2001-05-07 Martin Buchholz <martin@xemacs.org>
|
|
|
12
|
|
|
13 * s/bsd386.h: Use NOT_C_CODE instead of `emacs' to protect Makefiles
|
|
|
14
|
|
517
|
15 2001-05-08 Martin Buchholz <martin@xemacs.org>
|
|
|
16
|
|
|
17 * s/bsdos4.h: Protect C code with #ifndef NOT_C_CODE.
|
|
|
18
|
|
516
|
19 2000-04-22 zhaoway <zw@debian.org>
|
|
|
20
|
|
|
21 * event-stream.c (is_scrollbar_event): Return 0 when XEmacs is
|
|
|
22 compiled without scrollbars.
|
|
|
23
|
|
513
|
24 2001-05-05 Martin Buchholz <martin@xemacs.org>
|
|
|
25
|
|
|
26 TTY configury portability improvements.
|
|
|
27 Support systems which use OXTABS instead of TAB3, without any s&m.
|
|
|
28 * s/bsd386.h: Remove definitions for system symbols TABDLY and OXTABS.
|
|
|
29 * s/freebsd.h: Likewise.
|
|
|
30 * s/gnu.h: Likewise.
|
|
|
31 * s/netbsd.h: Likewise.
|
|
|
32 * s/nextstep.h: Remove definitions for TAB3 and BSD_TERMIOS.
|
|
|
33 * systty.h:
|
|
|
34 Fix up (unused) tty tab delay/expansion code.
|
|
|
35 Better preprocessor symbol hygiene.
|
|
|
36 Remove BSD_TERMIOS cruft.
|
|
|
37 * sysdep.c (child_setup_tty): More careful code. Check for OXTABS.
|
|
|
38 * sysdep.c (tty_init_sys_modes_on_device):
|
|
|
39 Tab expansion disabling code was buggy. So I fixed it.
|
|
|
40 But it shouldn't have been done at all. So I also #if 0'ed it.
|
|
|
41
|
|
510
|
42 2001-05-06 Ben Wing <ben@xemacs.org>
|
|
|
43
|
|
|
44 * console-msw.h:
|
|
|
45 * device-msw.c:
|
|
|
46 * device-msw.c (print_dialog_worker):
|
|
|
47 * device-msw.c (mswindows_handle_print_dialog_box):
|
|
|
48 * device-msw.c (syms_of_device_mswindows):
|
|
|
49 * dialog-msw.c (mswindows_make_dialog_box_internal):
|
|
|
50 * general-slots.h:
|
|
|
51 implement printing the selection when it's selected.
|
|
|
52
|
|
|
53 unrelated:
|
|
|
54
|
|
|
55 * mule-charset.c (Fset_charset_ccl_program):
|
|
|
56 * mule-charset.c (invalidate_charset_font_caches):
|
|
|
57 force redisplay when set-charset-ccl-program called.
|
|
|
58
|
|
508
|
59 2001-05-04 Martin Buchholz <martin@xemacs.org>
|
|
|
60
|
|
|
61 * s/bsdos4.h (openpty): Add declaration, missing from system headers.
|
|
|
62
|
|
507
|
63 2001-05-05 Martin Buchholz <martin@xemacs.org>
|
|
|
64
|
|
|
65 * search.c (warn_about_possibly_incompatible_back_references):
|
|
|
66 Target of a DEFVAR_INT should be a Fixnum, not int.
|
|
|
67
|
|
506
|
68 2001-05-05 Ben Wing <ben@xemacs.org>
|
|
|
69
|
|
|
70 * console-msw.h:
|
|
|
71 * device-msw.c:
|
|
|
72 * device-msw.c (mswindows_get_default_margin):
|
|
|
73 * frame-msw.c (mswindows_size_frame_internal):
|
|
|
74 * frame-msw.c (msprinter_init_frame_1):
|
|
|
75 * frame-msw.c (vars_of_frame_mswindows):
|
|
|
76 Change top/bottom margin defaults to 0.5 inches.
|
|
|
77
|
|
502
|
78 2001-04-23 Ben Wing <ben@xemacs.org>
|
|
|
79
|
|
|
80 ------------ notable bug fix: Windows event code --------------
|
|
|
81
|
|
|
82 * event-msw.c (FAKE_MOD_QUIT):
|
|
|
83 * event-msw.c (mswindows_dequeue_dispatch_event):
|
|
|
84 * event-msw.c (mswindows_wnd_proc):
|
|
|
85 * event-msw.c (emacs_mswindows_quit_p):
|
|
|
86 Get critical quit working.
|
|
|
87
|
|
|
88 ------------ notable bug fix and new feature: regex code --------------
|
|
|
89
|
|
|
90 * lisp.h:
|
|
|
91 * regex.c:
|
|
|
92 * regex.c (enum):
|
|
|
93 * regex.c (print_compiled_pattern):
|
|
|
94 * regex.c (INIT_REG_TRANSLATE_SIZE):
|
|
|
95 * regex.c (regex_compile):
|
|
|
96 * regex.c (re_match_2_internal):
|
|
|
97 * regex.h:
|
|
|
98 * regex.h (RE_SYNTAX_AWK):
|
|
|
99 * regex.h (RE_SYNTAX_GREP):
|
|
|
100 * regex.h (RE_SYNTAX_EGREP):
|
|
|
101 * regex.h (RE_SYNTAX_POSIX_EGREP):
|
|
|
102 * regex.h (_RE_SYNTAX_POSIX_COMMON):
|
|
|
103 * regex.h (struct re_pattern_buffer):
|
|
|
104 * search.c:
|
|
|
105 * search.c (vars_of_search):
|
|
|
106 Shy groups were implemented in a horrible, half-assed way that
|
|
|
107 would cause them to screw up regex searching in most cases.
|
|
|
108 Fixed to work correctly.
|
|
|
109
|
|
|
110 Also extended back-reference syntax past 9. Only is recognized
|
|
|
111 as such if there are at least that many non-shy groups; and
|
|
|
112 optionally will warn about such uses, to catch old code that
|
|
|
113 might be using them differently. (Added variable to control
|
|
|
114 this in search.c -- `warn-about-possibly-incompatible-back-
|
|
|
115 references', on by default for the moment. Declared in lisp.h.
|
|
|
116
|
|
|
117 ---------------- process/SIGIO improvements -------------------
|
|
|
118
|
|
|
119 * process-unix.c:
|
|
|
120 * process-unix.c (get_internet_address):
|
|
|
121 * process-unix.c (unix_canonicalize_host_name):
|
|
|
122 * process-unix.c (unix_open_network_stream):
|
|
|
123 * process-unix.c (unix_open_multicast_group):
|
|
|
124 define USE_GETADDRINFO to replace more complex conditional,
|
|
|
125 and use it. the code conditionalized on this in
|
|
|
126 unix_open_network_stream had *serious* problems handling errors.
|
|
|
127 it's now fixed, and major amounts of duplicate code between
|
|
|
128 the two versions were combined.
|
|
|
129
|
|
|
130 don't disable SIGIO and other interrupts unless
|
|
|
131 CONNECT_NEEDS_SLOWED_INTERRUPTS is defined -- don't penalize OS's
|
|
|
132 without bugs. similarly for a freebsd bug that was affecting all
|
|
|
133 OS's.
|
|
|
134
|
|
|
135 * s\ultrix.h:
|
|
|
136 define CONNECT_NEEDS_SLOWED_INTERRUPTS, since that's the OS
|
|
|
137 mentioned as having a kernel bug.
|
|
|
138
|
|
|
139 * sysdep.c (request_sigio_on_device):
|
|
|
140 * sysdep.c (unrequest_sigio_on_device):
|
|
|
141 fix SIGIO problems on Linux. add check for O_ASYNC in case it's
|
|
|
142 defined and FASYNC isn't. add comment about other ways to do
|
|
|
143 SIGIO on Linux.
|
|
|
144
|
|
|
145 * callproc.c (Fold_call_process_internal):
|
|
|
146 * process.c (Fstart_process_internal):
|
|
|
147 Deal with the possibility that `default-directory' doesn't
|
|
|
148 have terminating slash. Correct comments about vfork.
|
|
|
149
|
|
|
150 ---------------- Miscellaneous bug fixes/cleanup -------------------
|
|
|
151
|
|
|
152 * callint.c (Finteractive):
|
|
|
153 Add lots of documentation -- exactly what the Lisp equivalents of
|
|
|
154 all the interactive specs are.
|
|
|
155
|
|
|
156 * console.h (struct console): change type of quit_char to Emchar.
|
|
|
157
|
|
|
158 * event-msw.c (lstream_type_create_mswindows_selectable): spacing
|
|
|
159 change.
|
|
|
160
|
|
|
161 * event-Xt.c:
|
|
|
162 * event-msw.c:
|
|
|
163 * event-stream.c:
|
|
|
164 * events-mod.h:
|
|
|
165 * events.c:
|
|
|
166 * events.h:
|
|
|
167 * frame-x.c:
|
|
|
168 * gpmevent.c:
|
|
|
169 * keymap.c:
|
|
|
170 Eliminate events-mod.h and combine into events.h.
|
|
|
171
|
|
|
172 * emacs.c:
|
|
|
173 * emacs.c (make_arg_list_1):
|
|
|
174 * emacs.c (main_1):
|
|
|
175 A couple of char->Extbyte changes, add a comment.
|
|
|
176
|
|
|
177 * glyphs-msw.c (mswindows_resource_instantiate):
|
|
|
178 * glyphs-msw.c (mswindows_xface_instantiate):
|
|
|
179 * glyphs-msw.c (mswindows_subwindow_instantiate):
|
|
|
180 * glyphs-msw.c (mswindows_widget_instantiate):
|
|
|
181 * glyphs-msw.c (mswindows_native_layout_instantiate):
|
|
|
182 * glyphs-msw.c (mswindows_button_instantiate):
|
|
|
183 * glyphs-msw.c (mswindows_edit_field_instantiate):
|
|
|
184 * glyphs-msw.c (mswindows_progress_gauge_instantiate):
|
|
|
185 * glyphs-msw.c (mswindows_tree_view_instantiate):
|
|
|
186 * glyphs-msw.c (mswindows_tab_control_instantiate):
|
|
|
187 * glyphs-msw.c (mswindows_label_instantiate):
|
|
|
188 * glyphs-msw.c (mswindows_scrollbar_instantiate):
|
|
|
189 * glyphs-msw.c (mswindows_combo_box_instantiate):
|
|
|
190 Correct indentation of function defns to not exceed 80 cols.
|
|
|
191 Try (sort of) to fix some code that sets the colors of the
|
|
|
192 progress gauge. (Commented out)
|
|
|
193
|
|
|
194 * keymap.c (syms_of_keymap):
|
|
|
195 use DEFSYMBOL.
|
|
|
196
|
|
|
197 * process.c (read_process_output):
|
|
|
198 No need to fiddle with zmacs_region_stays, now that bogus
|
|
|
199 clearing of it (see below) is removed.
|
|
|
200
|
|
|
201 * search.c (Freplace_match): warning fix.
|
|
|
202
|
|
|
203
|
|
500
|
204 2001-05-03 Martin Buchholz <martin@xemacs.org>
|
|
|
205
|
|
|
206 * s/aix4.h: Fix crash with xlc -O3.
|
|
|
207 Improve comment explaining how -O3 works.
|
|
|
208
|
|
498
|
209 2001-05-02 Jerry James <james@xemacs.org>
|
|
|
210
|
|
|
211 * faces.h (SET_FACE_PROPERTY): pass parameters to
|
|
|
212 Fadd_spec_to_specifier in the correct order.
|
|
|
213
|
|
493
|
214 2001-05-01 Martin Buchholz <martin@xemacs.org>
|
|
|
215
|
|
|
216 Fix link error with gcc 3.0 on Linux.
|
|
|
217 * terminfo.c (UP): Remove.
|
|
|
218 * terminfo.c (BC): Remove.
|
|
|
219 * terminfo.c (PC): Remove.
|
|
|
220 They weren't used, and in any case, these symbols should be
|
|
|
221 defined in the *library*.
|
|
|
222
|
|
490
|
223 2001-04-30 Martin Buchholz <martin@xemacs.org>
|
|
|
224
|
|
|
225 Make string hashing more efficient.
|
|
|
226 Makes intern much faster.
|
|
|
227 Makes hash tables containing strings faster.
|
|
|
228 * symbols.c (hash_string): A much better hash function.
|
|
|
229 Change prototype to return unsigned value.
|
|
|
230 (init_symbols_once_early): Use unsigned type for hash value.
|
|
|
231 (oblookup): Use unsigned type for hash value.
|
|
|
232
|
|
489
|
233 2001-04-04 Martin Buchholz <martin@xemacs.org>
|
|
|
234
|
|
|
235 * keymap.c (Fmap_keymap): Revert to previous implementation, since
|
|
|
236 elisp_maphash is now safe.
|
|
|
237
|
|
|
238 * elhash.c: Remove erroneously added comment.
|
|
|
239 * elhash.c (copy_compress_hentries): New.
|
|
|
240 (Fmaphash): Use copy_compress_hentries.
|
|
|
241 (elisp_maphash): Use copy_compress_hentries.
|
|
|
242 (elisp_map_remhash): Use copy_compress_hentries.
|
|
|
243 (elisp_maphash_unsafe): New.
|
|
|
244 * elhash.h: Add prototype for elisp_maphash_unsafe.
|
|
|
245
|
|
|
246 * elhash.c (Fmaphash):
|
|
|
247 Avoid crashes/unpredictable behavior if a hash table is modified
|
|
|
248 during a mapping function, perhaps indirectly via gc.
|
|
|
249 (free_hentries): New.
|
|
|
250 Avoid crash if a pdumped hash table is collected.
|
|
|
251 (maphash_unwind): New.
|
|
|
252
|
|
|
253 * tests.c: Add C-level hash table tests.
|
|
|
254
|
|
487
|
255 2001-04-28 Ben Wing <ben@xemacs.org>
|
|
|
256
|
|
|
257 * buffer.c (Ferase_buffer):
|
|
|
258 * editfns.c (buffer_insert1):
|
|
|
259 * editfns.c (Finsert_before_markers):
|
|
|
260 * editfns.c (Finsert_string):
|
|
|
261 * editfns.c (Finsert_char):
|
|
|
262 * editfns.c (Fdelete_region):
|
|
|
263 * editfns.c (Fwiden):
|
|
|
264 * editfns.c (Fnarrow_to_region):
|
|
|
265 remove bogus lines setting zmacs_region_stays to 0.
|
|
|
266
|
|
|
267 * scrollbar-msw.c (mswindows_handle_mousewheel_event):
|
|
|
268 remove debug lines.
|
|
|
269
|
|
|
270 2001-03-08 Mike Alexander <mta@arbortext.com>
|
|
|
271
|
|
|
272 * event-msw.c (mswindows_need_event_in_modal_loop):
|
|
|
273 Don't dispatch a message if we didn't get one.
|
|
|
274 (mswindows_need_event):
|
|
|
275 Terminate the correct process when one exits instead of the first
|
|
|
276 one on Vprocess_list and look for process termination when in
|
|
|
277 mswindows_protect_modal_loop.
|
|
|
278
|
|
479
|
279 2001-04-20 Ben Wing <ben@xemacs.org>
|
|
|
280
|
|
|
281 * .cvsignore: Added stuff for Windows.
|
|
|
282
|
|
|
283 2001-04-15 Ben Wing <ben@xemacs.org>
|
|
|
284
|
|
|
285 * cmdloop.c (call_command_loop):
|
|
|
286 Fix braino in bit-rotting code.
|
|
|
287
|
|
|
288 * event-stream.c:
|
|
|
289 * event-stream.c (Fnext_event):
|
|
|
290 * event-stream.c (is_scrollbar_event):
|
|
|
291 * event-stream.c (execute_command_event):
|
|
|
292 Better fix for Yoshiki's `C-x @ h <scrollbar-drag> x causes a
|
|
|
293 crash' problem. His fix introduces other problems. We filter
|
|
|
294 out scrollbar events specifically, making them somewhat invisible
|
|
|
295 to command-building, and not appearing in `this-command-keys'.
|
|
|
296 More work is still needed (see comments in event-stream.c), but
|
|
|
297 this fixes all the major problems.
|
|
|
298
|
|
475
|
299 2001-04-15 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
300
|
|
|
301 * process-unix.c (unix_open_network_stream): If connect() fails
|
|
|
302 invalidate file descriptor after closing it.
|
|
|
303
|
|
472
|
304 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
|
305
|
|
|
306 * XEmacs 21.5.0 "alfalfa" is released.
|
|
|
307
|
|
469
|
308 2001-03-31 Mike Sperber <mike@xemacs.org>
|
|
|
309
|
|
|
310 * search.c (Freplace_match): [Again] support FSF-style
|
|
|
311 specification of match subexpression when applied to a buffer.
|
|
|
312
|
|
468
|
313 2001-04-07 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
|
314
|
|
|
315 * extents.c (Fset_extent_endpoints): Force creation of extent info
|
|
|
316 in buffer_or_string.
|
|
|
317
|
|
|
318 2001-04-07 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
|
319
|
|
|
320 * extents.c (process_extents_for_insertion_mapper): Correctly
|
|
|
321 check for open-open zero-length extents.
|
|
|
322
|
|
464
|
323 2001-04-02 Jan Vroonhof <jan@xemacs.org>
|
|
|
324
|
|
|
325 * redisplay.c (add_bufbyte_string_runes): Update data->bytepos
|
|
|
326
|
|
|
327 2001-04-03 Mike Sperber <mike@xemacs.org>
|
|
|
328
|
|
|
329 * search.c: Revert previous patch due because of release.
|
|
|
330
|
|
|
331 2001-03-30 Ben Wing <ben@xemacs.org>
|
|
|
332
|
|
|
333 * s\cygwin32.h:
|
|
|
334 Add missing killpg prototype.
|
|
|
335
|
|
|
336 * elhash.c:
|
|
|
337 Add a comment about fixing problems when a new entry is added
|
|
|
338 while mapping.
|
|
|
339
|
|
|
340 * frame-msw.c (mswindows_init_frame_1):
|
|
|
341 Fix compile warnings.
|
|
|
342
|
|
|
343 * menubar.c (vars_of_menubar):
|
|
|
344 Provide `menu-accelerator-support' to indicate that we properly
|
|
|
345 support %_ in menu specifications, so that package code can
|
|
|
346 conditionalize on this (and remove %_ from menu specifications
|
|
|
347 on older versions).
|
|
|
348
|
|
|
349 * event-msw.c:
|
|
|
350 * scrollbar-msw.c:
|
|
|
351 * scrollbar-msw.c (can_scroll):
|
|
|
352 * scrollbar-msw.h:
|
|
|
353 Fix handling of mouse wheel under Windows to follow standards --
|
|
|
354 now scrolls window under pointer, not selected window.
|
|
|
355
|
|
|
356 2001-03-31 Mike Sperber <mike@xemacs.org>
|
|
|
357
|
|
|
358 * search.c (Freplace_match): Support FSF-style specification of
|
|
|
359 match subexpression when applied to a buffer.
|
|
|
360
|
|
|
361 2001-03-15 Martin Buchholz <martin@xemacs.org>
|
|
|
362
|
|
|
363 * keymap.c (Fmap_keymap): map-keymap explicitly allows a mapping
|
|
|
364 function to modify KEYMAP, so map over a copy of the hash table.
|
|
|
365
|
|
462
|
366 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
|
367
|
|
|
368 * XEmacs 21.2.46 "Urania" is released.
|
|
|
369
|
|
|
370 2001-03-20 Dan Holmsand <dan@eyebee.com>
|
|
|
371
|
|
|
372 * realpath.c (xrealpath): Make file-truename work with symlinks to
|
|
|
373 /cygdrive paths on cygwin. Always lowercase drive-letters on
|
|
|
374 native windows.
|
|
|
375 (cygwin_readlink): Don't try to find canonical filename unless
|
|
|
376 file exists.
|
|
|
377
|
|
|
378 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
379
|
|
|
380 * ChangeLog: Log GTK merge.
|
|
|
381
|
|
|
382 * dumper.c:
|
|
|
383 * select-x.c:
|
|
|
384 * specifier.c:
|
|
|
385 * symeval.h:
|
|
|
386 Revert gratuitous whitespace changes from GTK merge.
|
|
|
387
|
|
|
388 * emacs.c: Document end of complex #ifdef @ l. 1495.
|
|
|
389
|
|
|
390
|
|
|
391 2001-03-12 Andy Piper <andy@xemacs.org>
|
|
|
392
|
|
|
393 * mingw32.h: unfortunately cygnus changed mingw32 -> mingw so we
|
|
|
394 have to do likewise.
|
|
|
395
|
|
|
396 2001-03-12 Andy Piper <andy@xemacs.org>
|
|
|
397
|
|
|
398 * sysdep.c: we only support mingw now.
|
|
|
399
|
|
|
400 2001-03-09 Andy Piper <andy@xemacs.org>
|
|
|
401
|
|
|
402 * unexcw.c (copy_executable_and_dump_data_section): making approx
|
|
|
403 overrun a warning only.
|
|
|
404
|
|
|
405 2001-03-10 William M. Perry <wmperry@aventail.com>
|
|
|
406
|
|
|
407 * faces.c (complex_vars_of_faces): Rewrote the font mucking to
|
|
|
408 satisfy Stephen's identical-after-cpp plea.
|
|
|
409
|
|
|
410 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
|
411
|
|
|
412 * cmds.c:
|
|
|
413 * cmds.c (Fforward_char):
|
|
|
414 * syntax.c:
|
|
|
415 * window.c:
|
|
|
416
|
|
|
417 Augment documentation of the most common motion commands to make
|
|
|
418 note of the shifted-motion support.
|
|
|
419
|
|
|
420 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
|
421
|
|
|
422 * nt.c (mswindows_fstat):
|
|
|
423 * nt.c (mswindows_stat):
|
|
|
424 * search.c (boyer_moore):
|
|
|
425 Fix compile warnings under Windows.
|
|
|
426
|
|
|
427 * sysdep.c (sys_readdir):
|
|
|
428 Fix buggy filename-conversion code under Mule.
|
|
|
429
|
|
|
430 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
|
431
|
|
|
432 * Makefile.in.in:
|
|
|
433 * config.h.in:
|
|
|
434 * console.c:
|
|
|
435 * console.h:
|
|
|
436 * device.c:
|
|
|
437 * device.h:
|
|
|
438 * dragdrop.c:
|
|
|
439 * emacs.c:
|
|
|
440 * event-stream.c:
|
|
|
441 * events.c:
|
|
|
442 * events.h:
|
|
|
443 * faces.c:
|
|
|
444 * frame.h:
|
|
|
445 * general-slots.h:
|
|
|
446 * glyphs.c:
|
|
|
447 * gutter.c:
|
|
|
448 * inline.c:
|
|
|
449 * lisp.h:
|
|
|
450 * lrecord.h:
|
|
|
451 * make-src-depend:
|
|
|
452 * redisplay-output.c:
|
|
|
453 * redisplay.c:
|
|
|
454 * symsinit.h:
|
|
|
455 * sysfile.h:
|
|
|
456 * toolbar.c:
|
|
|
457 * window.c:
|
|
|
458 The Great GTK Merge.
|
|
|
459
|
|
|
460 * ChangeLog.GTK:
|
|
|
461 * console-gtk.c:
|
|
|
462 * console-gtk.h:
|
|
|
463 * device-gtk.c:
|
|
|
464 * emacs-marshals.c:
|
|
|
465 * emacs-widget-accessors.c:
|
|
|
466 * event-gtk.c:
|
|
|
467 * frame-gtk.c:
|
|
|
468 * gccache-gtk.c:
|
|
|
469 * gccache-gtk.h:
|
|
|
470 * glade.c:
|
|
|
471 * glyphs-gtk.c:
|
|
|
472 * glyphs-gtk.h:
|
|
|
473 * gtk-glue.c:
|
|
|
474 * gtk-xemacs.c:
|
|
|
475 * gtk-xemacs.h:
|
|
|
476 * gui-gtk.c:
|
|
|
477 * gui-gtk.h:
|
|
|
478 * menubar-gtk.c:
|
|
|
479 * native-gtk-toolbar.c:
|
|
|
480 * objects-gtk.c:
|
|
|
481 * objects-gtk.h:
|
|
|
482 * redisplay-gtk.c:
|
|
|
483 * scrollbar-gtk.c:
|
|
|
484 * scrollbar-gtk.h:
|
|
|
485 * select-gtk.c:
|
|
|
486 * toolbar-gtk.c:
|
|
|
487 * ui-byhand.c:
|
|
|
488 * ui-gtk.c:
|
|
|
489 * ui-gtk.h:
|
|
|
490 The Great GTK Merge: new files.
|
|
|
491
|
|
|
492 2001-02-26 Ben Wing <ben@xemacs.org>
|
|
|
493
|
|
|
494 Reapplied Lstream change.
|
|
|
495
|
|
|
496 2001-02-26 Ben Wing <ben@xemacs.org>
|
|
|
497
|
|
|
498 Undid the last change, since it is more controversial than I
|
|
|
499 thought. It should be back in at some point soon.
|
|
|
500
|
|
|
501 2001-02-25 Ben Wing <ben@xemacs.org>
|
|
|
502
|
|
|
503 * buffer.c:
|
|
|
504 * callproc.c (Fold_call_process_internal):
|
|
|
505 * event-msw.c (ntpipe_slurp_reader):
|
|
|
506 * event-msw.c (ntpipe_shove_writer):
|
|
|
507 * event-msw.c (winsock_reader):
|
|
|
508 * event-msw.c (winsock_writer):
|
|
|
509 * file-coding.c:
|
|
|
510 * file-coding.c (detect_eol_type):
|
|
|
511 * file-coding.c (detect_coding_type):
|
|
|
512 * file-coding.c (determine_real_coding_system):
|
|
|
513 * file-coding.c (Fdetect_coding_region):
|
|
|
514 * file-coding.c (decoding_reader):
|
|
|
515 * file-coding.c (decoding_writer):
|
|
|
516 * file-coding.c (mule_decode):
|
|
|
517 * file-coding.c (Fdecode_coding_region):
|
|
|
518 * file-coding.c (encoding_reader):
|
|
|
519 * file-coding.c (encoding_writer):
|
|
|
520 * file-coding.c (mule_encode):
|
|
|
521 * file-coding.c (Fencode_coding_region):
|
|
|
522 * file-coding.c (detect_coding_sjis):
|
|
|
523 * file-coding.c (decode_coding_sjis):
|
|
|
524 * file-coding.c (encode_coding_sjis):
|
|
|
525 * file-coding.c (detect_coding_big5):
|
|
|
526 * file-coding.c (decode_coding_big5):
|
|
|
527 * file-coding.c (encode_coding_big5):
|
|
|
528 * file-coding.c (detect_coding_ucs4):
|
|
|
529 * file-coding.c (decode_coding_ucs4):
|
|
|
530 * file-coding.c (encode_coding_ucs4):
|
|
|
531 * file-coding.c (detect_coding_utf8):
|
|
|
532 * file-coding.c (decode_coding_utf8):
|
|
|
533 * file-coding.c (encode_coding_utf8):
|
|
|
534 * file-coding.c (detect_coding_iso2022):
|
|
|
535 * file-coding.c (decode_coding_iso2022):
|
|
|
536 * file-coding.c (encode_coding_iso2022):
|
|
|
537 * file-coding.c (decode_coding_no_conversion):
|
|
|
538 * file-coding.c (encode_coding_no_conversion):
|
|
|
539 * glyphs-x.c (write_lisp_string_to_temp_file):
|
|
|
540 * gpmevent.c (tty_get_foreign_selection):
|
|
|
541 * lisp.h:
|
|
|
542 * lstream.c:
|
|
|
543 * lstream.c (Lstream_flush_out):
|
|
|
544 * lstream.c (Lstream_adding):
|
|
|
545 * lstream.c (Lstream_write_1):
|
|
|
546 * lstream.c (Lstream_write):
|
|
|
547 * lstream.c (Lstream_raw_read):
|
|
|
548 * lstream.c (Lstream_read_more):
|
|
|
549 * lstream.c (Lstream_read):
|
|
|
550 * lstream.c (Lstream_unread):
|
|
|
551 * lstream.c (Lstream_fputc):
|
|
|
552 * lstream.c (stdio_reader):
|
|
|
553 * lstream.c (stdio_writer):
|
|
|
554 * lstream.c (filedesc_reader):
|
|
|
555 * lstream.c (filedesc_writer):
|
|
|
556 * lstream.c (lisp_string_reader):
|
|
|
557 * lstream.c (struct fixed_buffer_stream):
|
|
|
558 * lstream.c (make_fixed_buffer_input_stream):
|
|
|
559 * lstream.c (make_fixed_buffer_output_stream):
|
|
|
560 * lstream.c (fixed_buffer_reader):
|
|
|
561 * lstream.c (fixed_buffer_writer):
|
|
|
562 * lstream.c (struct resizing_buffer_stream):
|
|
|
563 * lstream.c (resizing_buffer_writer):
|
|
|
564 * lstream.c (dynarr_writer):
|
|
|
565 * lstream.c (lisp_buffer_reader):
|
|
|
566 * lstream.c (lisp_buffer_writer):
|
|
|
567 * lstream.h:
|
|
|
568 * lstream.h (lstream_implementation):
|
|
|
569 * lstream.h (struct lstream):
|
|
|
570 * md5.c (Fmd5):
|
|
|
571 * process-nt.c (nt_send_process):
|
|
|
572 * process-unix.c (unix_send_process):
|
|
|
573
|
|
|
574 Correct Lstream lossage due to mixing of signed and unsigned
|
|
|
575 quantities. All Lstream uses of size_t and ssize_t are now a
|
|
|
576 single signed data type Lstream_data_count. This fixes problems
|
|
|
577 under Windows with sending large quantities of data to a process,
|
|
|
578 and may well fix other subtle bugs.
|
|
|
579
|
|
460
|
580 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
|
581
|
|
|
582 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
|
583
|
|
|
584 2001-02-21 Martin Buchholz <martin@xemacs.org>
|
|
|
585
|
|
|
586 * lisp-union.h (XSETINT):
|
|
|
587 (XSETCHAR):
|
|
|
588 (XSETOBJ):
|
|
|
589 Reverse previous change of 2001-02-06.
|
|
|
590
|
|
|
591 2001-02-20 Matt Tucker <tuck@whistlingfish.net>
|
|
|
592
|
|
|
593 Fix `VALID_BYTIND_P' crashes in regex.c when using narrowed
|
|
|
594 buffers.
|
|
|
595 * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR):
|
|
|
596 * syntax.h (SYNTAX_CACHE_OBJECT_BYTE_TO_CHAR):
|
|
|
597 Add `BI_BUF_BEGV' to bytepos before calculating bufpos.
|
|
|
598 * regex.c (POS_AS_IN_BUFFER): removed
|
|
|
599 * regex.c (re_search_2):
|
|
|
600 * regex.c (re_match_2):
|
|
|
601 Don't use an offset of 1 when calculating buffer positions, since
|
|
|
602 `BI_BUF_BEGV' does it already.
|
|
|
603
|
|
|
604 2001-02-18 Wim Dumon <wim@easics.be>
|
|
|
605
|
|
|
606 * insdel.c (prepare_to_modify_buffer): Also check for
|
|
|
607 supersession when clash-detection is enabled.
|
|
|
608
|
|
|
609 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
|
|
|
610
|
|
|
611 * regex.c (re_match_2_internal):
|
|
|
612 Convert temp characters from 'const unsigned char' to 're_char'.
|
|
|
613 Fix crashing bug with extended characters under mule.
|
|
|
614 * syntax.c (Qsyntax_table): Moved from vars_of_syntax to
|
|
|
615 syms_of_syntax. Use defsymbol to define. Fixes hanging bug with
|
|
|
616 font-lock, pdump, and new syntax-table code.
|
|
|
617 * syntax.c (find_start_of_comment):
|
|
|
618 (find_end_of_comment):
|
|
|
619 (forward-comment):
|
|
|
620 Fix crashing bugs involving moving beyond end of buffer.
|
|
|
621 * syntax.c (find_start_of_comment):
|
|
|
622 Fixed logic to allow proper detection of cases where the same
|
|
|
623 character is used to end both a two-char comment start and a
|
|
|
624 two-char comment end sequence. Fixes `(forward-comment -1)'.
|
|
|
625 * syntax.c (find_start_of_comment):
|
|
|
626 Return position just past last comment-end character for all cases
|
|
|
627 (previously was only done for two-char comment-end sequences).
|
|
|
628 * syntax.c (forward-comment):
|
|
|
629 Take value returned from `find_end_of_comment', rather than
|
|
|
630 incrementing it.
|
|
|
631 * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR):
|
|
|
632 Properly deal with BUFFERP (syntax_cache.object)
|
|
|
633
|
|
|
634 2001-02-17 Martin Buchholz <martin@xemacs.org>
|
|
|
635
|
|
|
636 * alloc.c (Fgarbage_collect):
|
|
|
637 * alloc.c (make_bit_vector_from_byte_vector):
|
|
|
638 -Wsign-compare-correctness.
|
|
|
639
|
|
|
640 2001-02-16 Martin Buchholz <martin@xemacs.org>
|
|
|
641
|
|
|
642 * lisp-union.h (XSETINT): Eliminate unnecessary temp var.
|
|
|
643 (XSETCHAR): Likewise.
|
|
|
644 (XSETOBJ): Likewise.
|
|
|
645
|
|
|
646 2001-02-15 Martin Buchholz <martin@xemacs.org>
|
|
|
647
|
|
|
648 * mule-canna.c (canna-func-delete_previous):
|
|
|
649 Rename to canna-func-delete-previous.
|
|
|
650
|
|
|
651 2001-02-14 Martin Buchholz <martin@xemacs.org>
|
|
|
652
|
|
|
653 * mule-ccl.c (ccl_driver): Warning suppression. Use countof.
|
|
|
654
|
|
|
655 2001-02-13 Matt Tucker <tuck@whistlingfish.net>
|
|
|
656
|
|
|
657 * font-lock.c (find_context): Fix C++ compile errors introduced by
|
|
|
658 recent patch
|
|
|
659
|
|
|
660 2001-02-13 Martin Buchholz <martin@xemacs.org>
|
|
|
661
|
|
|
662 * s/aix4.h: Later versions of IBM C compiler need a bug workaround
|
|
|
663 pragma, but earlier ones barf on the same pragma.
|
|
|
664
|
|
|
665 2001-02-06 Mike Sperber <mike@xemacs.org>
|
|
|
666
|
|
|
667 * emacs.c (complex_vars_of_emacs): Add `mule-lisp-directory' and
|
|
|
668 `configure-mule-lisp-directory'.
|
|
|
669
|
|
|
670 2001-02-12 Martin Buchholz <martin@xemacs.org>
|
|
|
671
|
|
|
672 Make sure dump-id.c is compiled in the same way as other .c's.
|
|
|
673 Fixes pdump compilation failure with HP's cc, which defaults to K&R.
|
|
|
674 * dump-id.h: Remove.
|
|
|
675 * emacs.c: Move dump-id.h into dumper.h.
|
|
|
676 * dumper.h: Move dump-id.h into dumper.h.
|
|
|
677 * Makefile.in.in:
|
|
|
678 Use standard .c.o rule for building dump-id.o.
|
|
|
679 Remove preprocessor flags from link command.
|
|
|
680 Add dump-id.o to ${otherobjs} if PDUMP.
|
|
|
681
|
|
|
682 2001-02-07 Matt Tucker <tuck@whistlingfish.net>
|
|
|
683
|
|
|
684 Port FSF 20.7 syntax table improvements.
|
|
|
685 * syntax.c.
|
|
|
686 * syntax.h.
|
|
|
687
|
|
|
688 Fixups for new syntax table stuff.
|
|
|
689 * dired.c: Include syntax.c.
|
|
|
690 (Fdirectory_files): Initialize regex_match_object and
|
|
|
691 regex_emacs_buffer.
|
|
|
692 * extents.h: EXFUN Fnext_extent_change, Fprevious_extent_change,
|
|
|
693 and Fget_char_property.
|
|
|
694
|
|
|
695 Use ported FSF 20.7 syntax table improvements.
|
|
|
696 * font-lock.c.
|
|
|
697 * regex.c.
|
|
|
698 * search.c.
|
|
|
699
|
|
|
700 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
701
|
|
|
702 * regex.c (Boolean): Renamed to `re_bool', to avoid conflict with
|
|
|
703 Unixware's enum boolean from sys/types.h.
|
|
|
704
|
|
|
705 2001-02-10 Martin Buchholz <martin@xemacs.org>
|
|
|
706
|
|
|
707 Fix support for building with latest Purify.
|
|
|
708 * Makefile.in.in (PURIFY_LIBS): Remove thread flags.
|
|
|
709 (PURIFY_FLAGS): Likewise.
|
|
|
710
|
|
|
711 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
712
|
|
|
713 * fileio.c (lisp_string_set_file_times): New.
|
|
|
714 * fileio.c (Fcopy_file): Use it.
|
|
|
715 Fixes bug:
|
|
|
716 (copy-file filename non-ascii-filename t t)
|
|
|
717 ==> No such file or directory, non-ascii-filename
|
|
|
718
|
|
|
719 2001-02-10 Martin Buchholz <martin@xemacs.org>
|
|
|
720
|
|
|
721 * glyphs-x.c (generate_cursor_fg_bg): Avoid a warning.
|
|
|
722 USHRT_MAX seems clearer than ~0 anyways.
|
|
|
723
|
|
|
724 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
725
|
|
|
726 dumper improvements. Inspired by Olivier.
|
|
|
727 * dumper.c (pdump_max_align): New.
|
|
|
728 * dumper.c (pdump_add_entry): Use pdump_max_align.
|
|
|
729 * dumper.c (pdump_get_entry_list): Likewise.
|
|
|
730 * dumper.c (pdump_scan_by_alignment): Likewise.
|
|
|
731 Don't iterate through unnecessary alignments.
|
|
|
732 * dumper.c (pdump_file_get): No need to align result of malloc().
|
|
|
733 * dumper.c (pdump_mallocadr): Remove.
|
|
|
734 The result of malloc() is guaranteed to be maximally aligned.
|
|
|
735 * dumper.c: s/elmt/elt/g;
|
|
|
736 * dumper.c (pdump_object_table): Allocate dynamically, not statically.
|
|
|
737 * dumper.c (pdump_alert_undump_object): Likewise.
|
|
|
738 * dumper.c (pdump_align_table):
|
|
|
739 Don't support alignments > 64.
|
|
|
740 Store ALIGNOF's, not shift counts, in table.
|
|
|
741
|
|
|
742 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
743
|
|
|
744 * s/mingw32.h (HAVE_STRUCT_UTIMBUF): Remove.
|
|
|
745 * s/windowsnt.h (HAVE_STRUCT_UTIMBUF): Remove.
|
|
|
746 * systime.h: Use HAVE_UTIME.
|
|
|
747 * sysdep.c (struct utimbuf): Remove.
|
|
|
748 * sysdep.c (set_file_times): Prefer utime() to utimes().
|
|
|
749 * config.h.in (HAVE_UTIME): New.
|
|
|
750 * config.h.in (HAVE_UTIME_H): Remove.
|
|
|
751 * config.h.in (HAVE_STRUCT_UTIMBUF): Remove.
|
|
|
752
|
|
|
753 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
754
|
|
|
755 * s/aix4.h: Hide #pragmas inside #ifndef NOT_C_CODE.
|
|
|
756
|
|
|
757 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
|
758
|
|
|
759 * s/irix6-0.h: Use the standard system memmove, not bcopy.
|
|
|
760
|
|
458
|
761 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
|
762
|
|
|
763 * XEmacs 21.2.44 "Thalia" is released.
|
|
|
764
|
|
|
765 2001-02-06 Martin Buchholz <martin@xemacs.org>
|
|
|
766
|
|
|
767 Fixes crashes in kill-emacs on some systems.
|
|
|
768 * process-unix.c (unix_kill_child_process):
|
|
|
769 It's OK for kill() to fail with ESRCH.
|
|
|
770
|
|
|
771 2001-02-07 Martin Buchholz <martin@xemacs.org>
|
|
|
772
|
|
|
773 Contortions to make .gdbinit tricks work on most systems.
|
|
|
774 * alloc.c (dbg_inhibit_dbg_symbol_deletion): Keep debugger info.
|
|
|
775 * alloc.c (dbg_valmask): Make non-const.
|
|
|
776 * alloc.c (dbg_typemask): Make non-const.
|
|
|
777 * alloc.c (dbg_USE_UNION_TYPE): Make non-const.
|
|
|
778 * alloc.c (dbg_valbits): Make non-const.
|
|
|
779 * alloc.c (dbg_gctypebits): Make non-const.
|
|
|
780 * .gdbinit (decode_object): Make it work with AIX cc.
|
|
|
781
|
|
|
782 2001-02-06 Martin Buchholz <martin@xemacs.org>
|
|
|
783
|
|
|
784 * elhash.c (make_general_lisp_hash_table):
|
|
|
785 Use simpler and more efficient calloc to clear entries.
|
|
|
786
|
|
|
787 2001-02-07 Martin Buchholz <martin@xemacs.org>
|
|
|
788
|
|
|
789 * window.c (window_scroll): Work around an AIX C compiler bug.
|
|
|
790 Fixes 'scroll-up' does nothing problem with xlC.
|
|
|
791
|
|
|
792 2001-02-05 Martin Buchholz <martin@xemacs.org>
|
|
|
793
|
|
|
794 * .gdbinit: Remove obsolete comment.
|
|
|
795
|
|
|
796 2001-01-31 Mike Alexander <mta@arbortext.com>
|
|
|
797
|
|
|
798 * select.c (Fown_selection_internal): Set owned_p for device
|
|
|
799 method correctly.
|
|
|
800
|
|
|
801 2001-02-01 Martin Buchholz <martin@xemacs.org>
|
|
|
802
|
|
|
803 Port to g++ 2.97.
|
|
|
804 "not" cannot be used as a macro name as it is an operator in C++
|
|
|
805 * config.h.in: Stop #defining `not'.
|
|
|
806 * chartab.c (check_category_char): not ==> not_p
|
|
|
807 * chartab.h: Likewise.
|
|
|
808 * regex.c (re_match_2_internal): Likewise.
|
|
|
809
|
|
|
810 2001-02-02 Martin Buchholz <martin@xemacs.org>
|
|
|
811
|
|
|
812 * lisp-disunion.h: Fix up comments.
|
|
|
813
|
|
|
814 2001-01-31 Martin Buchholz <martin@xemacs.org>
|
|
|
815
|
|
|
816 * keymap.c (define_key_check_and_coerce_keysym):
|
|
|
817 (syms_of_keymap):
|
|
|
818 Support mouse-6 and mouse-7 bindings in the obvious way.
|
|
|
819
|
|
|
820 2001-02-01 Martin Buchholz <martin@xemacs.org>
|
|
|
821
|
|
|
822 * m/hp9000s300.h (UNEXEC): Check for HPUX, not !BSD.
|
|
|
823
|
|
|
824 2001-01-30 Martin Buchholz <martin@xemacs.org>
|
|
|
825
|
|
|
826 Previous patch changing DEFVAR_INT to use EMACS_INT was incomplete.
|
|
|
827 Previous patch missed DEFVAR_INT_MAGIC.
|
|
|
828 Make sure future DEFVAR_foo use correct types.
|
|
|
829 * symeval.h (DEFVAR_SYMVAL_FWD_FIXNUM): New.
|
|
|
830 * (DEFVAR_SYMVAL_FWD_INT): Add type checking.
|
|
|
831 * (DEFVAR_SYMVAL_FWD_OBJECT): Add type checking.
|
|
|
832 * (DEFVAR_INT_MAGIC): Use DEFVAR_SYMVAL_FWD_FIXNUM.
|
|
|
833 * (DEFVAR_INT): Likewise.
|
|
|
834 * redisplay.c (vertical_clip): Should be of type Fixnum.
|
|
|
835 * redisplay.c (horizontal_clip): Likewise.
|
|
|
836 * lisp.h (dump_add_opaque_int): New.
|
|
|
837 (dump_add_opaque_fixnum): New.
|
|
|
838
|
|
|
839 2001-01-29 Andy Piper <andy@xemacs.org>
|
|
|
840
|
|
|
841 * glyphs-widget.c (check_valid_int_or_function): allow symbols
|
|
|
842 since they can be eval'ed
|
|
|
843
|
|
|
844 2001-01-29 Martin Buchholz <martin@xemacs.org>
|
|
|
845
|
|
|
846 * lisp.h (ALIGNOF): Make it work on non-gcc C++ compilers.
|
|
|
847 Oops, XEmacs redefines `class'. Use `typename' instead.
|
|
|
848
|
|
|
849 2001-01-28 Martin Buchholz <martin@xemacs.org>
|
|
|
850
|
|
|
851 * dumper.c: Fix C++ compile errors.
|
|
|
852
|
|
|
853 2001-01-29 Martin Buchholz <martin@xemacs.org>
|
|
|
854
|
|
|
855 * tparam.c: Use correct prototypes.
|
|
|
856
|
|
|
857 2001-01-28 Martin Buchholz <martin@xemacs.org>
|
|
|
858
|
|
|
859 * sysproc.h: #include util.h for NetBSD's openpty.
|
|
|
860
|
|
|
861 2001-01-27 Martin Buchholz <martin@xemacs.org>
|
|
|
862
|
|
|
863 More 64-bit correctness.
|
|
|
864 The C value of a DEFVAR_INT should be of type EMACS_INT, not int.
|
|
|
865 Use a typedef `fixnum' for the type used for DEFVAR_INT.
|
|
|
866 Fix up comments.
|
|
|
867 This finally finishes the 64-bit SGI port.
|
|
|
868 Fixes things like (let ((gc-cons-threshold most-positive-fixnum)) ...).
|
|
|
869 * symbols.c: Fix up comments and type casts.
|
|
|
870 * symbols.c (do_symval_forwarding): s/int/Fixnum/g
|
|
|
871 * symbols.c (store_symval_forwarding): s/int/Fixnum/g
|
|
|
872 * symeval.h (Fixnum): New type.
|
|
|
873 * symeval.h (symbol_value_type): Fix up comment.
|
|
|
874
|
|
|
875 * commands.h:
|
|
|
876 * nt.c:
|
|
|
877 * emacs.c:
|
|
|
878 * data.c:
|
|
|
879 * redisplay.c:
|
|
|
880 * abbrev.c:
|
|
|
881 * dired-msw.c:
|
|
|
882 * event-Xt.c:
|
|
|
883 * eldap.c:
|
|
|
884 * window.c:
|
|
|
885 * sound.c:
|
|
|
886 * event-stream.c:
|
|
|
887 * eval.c:
|
|
|
888 * buffer.c:
|
|
|
889 * mule-canna.c: A million DEFVAR_INTs here...
|
|
|
890 * mule-canna.c (count_char): s/int */Fixnum */g in arglist.
|
|
|
891 * extents.c:
|
|
|
892 * cmdloop.c:
|
|
|
893 * lisp.h:
|
|
|
894 * select-x.c:
|
|
|
895 * console-x.h:
|
|
|
896 * event-msw.c:
|
|
|
897 * mule-wnnfns.c:
|
|
|
898 * hpplay.c:
|
|
|
899 * ralloc.c:
|
|
|
900 * alloc.c:
|
|
|
901 * keymap.c:
|
|
|
902 * profile.c:
|
|
|
903 s/int/Fixnum/g in DEFVAR_INT declarations.
|
|
|
904
|
|
456
|
905 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
|
906
|
|
|
907 Port pdump to SGI alignment-sensitive environment.
|
|
|
908 Lisp Object sizeof methods now return aligned sizes. Rely on that.
|
|
|
909 Eliminate is_lrecord since Lisp_Objects sizeof methods are now all
|
|
|
910 properly aligned.
|
|
|
911 Define and use aligned reading and writing macros.
|
|
|
912 Use buffered stdio instead of posix i/o for faster dumping.
|
|
|
913 Eliminate kludgy 256 byte space for header.
|
|
|
914 Read and write from dump file using structs for alignment safety.
|
|
|
915 * dumper.c (pdump_align_stream): New.
|
|
|
916 * dumper.c (PDUMP_ALIGN_OUTPUT): New.
|
|
|
917 * dumper.c (PDUMP_READ_ALIGNED): New.
|
|
|
918 * dumper.c (PDUMP_WRITE_ALIGNED): New.
|
|
|
919 * dumper.c (pdump_static_Lisp_Object): New struct.
|
|
|
920 * dumper.c (pdump_static_pointer): New struct.
|
|
|
921 * dumper.c (pdump_entry_list_element): Remove is_lrecord member.
|
|
|
922 * dumper.c (pdump_add_entry): Remove is_lrecord parameter.
|
|
|
923 * dumper.c (pdump_dump_data): Rely on sizeof method alignment.
|
|
|
924 * dumper.c (pdump_allocate_offset): Rely on sizeof method alignment.
|
|
|
925
|
|
|
926 * dumper.c (pdump_backtrace):
|
|
|
927 * dumper.c (pdump_get_indirect_count):
|
|
|
928 * dumper.c (pdump_register_object):
|
|
|
929 * dumper.c (pdump_register_struct):
|
|
|
930 * dumper.c (pdump_reloc_one):
|
|
|
931 * dumper.c (pdump_scan_by_alignment):
|
|
|
932 * dumper.c (pdump_dump_from_root_struct_ptrs):
|
|
|
933 * dumper.c (pdump_dump_opaques):
|
|
|
934 * dumper.c (pdump_dump_rtables):
|
|
|
935 * dumper.c (pdump_dump_from_root_objects):
|
|
|
936 * dumper.c (pdump):
|
|
|
937 * dumper.c (pdump_load_finish):
|
|
|
938 Use aligned reading and writing.
|
|
|
939
|
|
|
940 * dumper.c (pdump_free): Make static.
|
|
|
941 * dumper.c (pdump_hFile): Likewise.
|
|
|
942 * dumper.c (pdump_hMap): Likewise.
|
|
|
943
|
|
|
944 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
|
945
|
|
|
946 * XEmacs 21.2.43 "Terspichore" is released.
|
|
|
947
|
|
|
948 2001-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
949
|
|
|
950 Type fiddling for window_config.saved_windows_count
|
|
|
951 * window.c (struct window_config):
|
|
|
952 Make saved_windows_count member unsigned.
|
|
|
953 * window.c (sizeof_window_config_for_n_windows):
|
|
|
954 Make parameter unsigned.
|
|
|
955 * window.c (mark_window_config):
|
|
|
956 * window.c (window_config_equal):
|
|
|
957 * window.c (free_window_configuration):
|
|
|
958 * window.c (Fset_window_configuration):
|
|
|
959 * window.c (count_windows):
|
|
|
960 * window.c (Fcurrent_window_configuration):
|
|
|
961 * window.c (reinit_vars_of_window):
|
|
|
962 Update all callers and users.
|
|
|
963
|
|
|
964 2001-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
965
|
|
|
966 Alignment correctness for flexible arrays.
|
|
|
967 * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF):
|
|
|
968 Make alignment-correct. Add interesting comments.
|
|
|
969 * alloc.c (size_vector):
|
|
|
970 * alloc.c (make_vector_internal):
|
|
|
971 * alloc.c (make_bit_vector_internal):
|
|
|
972 * alloc.c (sweep_bit_vectors_1):
|
|
|
973 * fns.c (size_bit_vector):
|
|
|
974 Update all callers of FLEXIBLE_ARRAY_STRUCT_SIZEOF to add new arg.
|
|
|
975 * window.c (sizeof_window_config_for_n_windows):
|
|
|
976 Use FLEXIBLE_ARRAY_STRUCT_SIZEOF.
|
|
|
977
|
|
|
978 2001-01-24 Martin Buchholz <martin@xemacs.org>
|
|
|
979
|
|
|
980 * lread.c (read1): Rename `fexp', which is #defined in SGI's math.h
|
|
|
981
|
|
|
982 2001-01-23 Andy Piper <andy@xemacs.org>
|
|
|
983
|
|
|
984 * select.c (Fown_selection_internal): pass owned_p
|
|
|
985
|
|
|
986 * select-msw.c (mswindows_own_selection): New Signature.
|
|
|
987
|
|
|
988 * console.h (struct console_methods): add owned_p to
|
|
|
989 _own_selection.
|
|
|
990
|
|
|
991 * select-x.c (x_own_selection): pass owned_p
|
|
|
992 (hack_motif_clipboard_selection): use owned_p
|
|
|
993 (vars_of_select_x): new variable -
|
|
|
994 x_selection_strict_motif_ownership.
|
|
|
995
|
|
|
996 2001-01-23 Martin Buchholz <martin@xemacs.org>
|
|
|
997
|
|
|
998 * specifier.h (specifier_data_offset): Remove pointless parens.
|
|
|
999 * glyphs.h (IMAGE_SPECIFIER_DATA): Likewise.
|
|
|
1000
|
|
|
1001 2001-01-24 Martin Buchholz <martin@xemacs.org>
|
|
|
1002
|
|
|
1003 Make Lisp_Object sizeof methods be alignment-correct.
|
|
|
1004 pdump must restore objects to the same alignment as the C compiler
|
|
|
1005 assumes. It really matters on SGIs.
|
|
|
1006 * lstream.c (aligned_sizeof_lstream): New.
|
|
|
1007 (sizeof_lstream): Use aligned_sizeof_lstream.
|
|
|
1008 (Lstream_new): Likewise.
|
|
|
1009 * opaque.c (aligned_sizeof_opaque): New.
|
|
|
1010 (sizeof_opaque): Use aligned_sizeof_opaque.
|
|
|
1011 (make_opaque): Likewise.
|
|
|
1012 * specifier.c (aligned_sizeof_specifier): New.
|
|
|
1013 (sizeof_specifier): Use aligned_sizeof_specifier.
|
|
|
1014 (make_specifier_internal): Likewise.
|
|
|
1015
|
|
|
1016 2001-01-23 Martin Buchholz <martin@xemacs.org>
|
|
|
1017
|
|
|
1018 * lstream.h (struct lstream): Use max_align_t for trailing data.
|
|
|
1019 * specifier.h (struct Lisp_Specifier): Likewise.
|
|
|
1020
|
|
|
1021 2001-01-22 Martin Buchholz <martin@xemacs.org>
|
|
|
1022
|
|
|
1023 * mule-ccl.c (CCL_Extension): Renamed from CCL_Extention.
|
|
|
1024 (CCL_SUCCESS): Kludge to prevent Sun cc compiler warnings.
|
|
|
1025 (CCL_SUSPEND): Likewise.
|
|
|
1026 (CCL_INVALID_CMD): Likewise.
|
|
|
1027 (CCL_CALL_FOR_MAP_INSTRUCTION): Likewise.
|
|
|
1028 (ccl_driver): Likewise.
|
|
|
1029 (CCL_WRITE_CHAR): Macro hygiene.
|
|
|
1030 (CCL_WRITE_STRING): Macro hygiene.
|
|
|
1031
|
|
|
1032 2001-01-22 Martin Buchholz <martin@xemacs.org>
|
|
|
1033
|
|
|
1034 Port "portable" dumper to SunOS 4 and HP-UX.
|
|
|
1035 * s/aix4.h (AIX4): Move MAP_FAILED definition elsewhere.
|
|
|
1036 * emacs.c (main): PDUMP implies no RUN_TIME_REMAP.
|
|
|
1037 * dumper.c (pdump_file_get): Define MAP_FAILED if not already defined.
|
|
|
1038
|
|
|
1039 2001-01-22 Martin Buchholz <martin@xemacs.org>
|
|
|
1040
|
|
|
1041 * lisp.h (ALIGNOF): A better definition for C++.
|
|
|
1042
|
|
|
1043 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
|
1044
|
|
|
1045 Macro hygiene.
|
|
|
1046 Fix printf warnings: int format, long int arg.
|
|
|
1047 * regex.c (DECLARE_DESTINATION): Use DECLARE_NOTHING.
|
|
|
1048 (PUSH_FAILURE_POINT): Use correct printf formats.
|
|
|
1049 (POP_FAILURE_POINT): Use correct printf formats.
|
|
|
1050 Use do {...} while (0)
|
|
|
1051
|
|
454
|
1052 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
|
1053
|
|
|
1054 * XEmacs 21.2.42 "Poseidon" is released.
|
|
|
1055
|
|
|
1056 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
|
1057
|
|
|
1058 * console-x.h: typo fix du jour. Remove #if 0'ed code.
|
|
|
1059
|
|
|
1060 2001-01-19 Martin Buchholz <martin@xemacs.org>
|
|
|
1061
|
|
|
1062 De-kludgify FIXED_TYPE free list frobbing.
|
|
|
1063 Fix crashes on 64-bit platforms introduced by my patch of 2001-01-13.
|
|
|
1064 * alloc.c (DECLARE_FIXED_TYPE_ALLOC): Use Lisp_Free.
|
|
|
1065 * alloc.c (ALLOCATE_FIXED_TYPE_1): Use new definitions.
|
|
|
1066 * alloc.c (Lisp_Free): New pseudo lisp object definition.
|
|
|
1067 * alloc.c (LRECORD_FREE_P): New.
|
|
|
1068 * alloc.c (MARK_LRECORD_AS_FREE): New.
|
|
|
1069 * alloc.c (MARK_LRECORD_AS_NOT_FREE): New.
|
|
|
1070 * alloc.c (STRUCT_FREE_P): Deleted.
|
|
|
1071 * alloc.c (MARK_STRUCT_AS_FREE): Deleted.
|
|
|
1072 * alloc.c (MARK_STRUCT_AS_NOT_FREE): Deleted.
|
|
|
1073 * alloc.c (STRING_CHARS_FREE_P): New.
|
|
|
1074 * alloc.c (MARK_STRING_CHARS_AS_FREE): New.
|
|
|
1075 * alloc.c (PUT_FIXED_TYPE_ON_FREE_LIST): Use new definitions.
|
|
|
1076 * alloc.c (FREE_FIXED_TYPE): Use new definitions.
|
|
|
1077 * alloc.c (STRING_CHARS_FREE_P): Use new definitions.
|
|
|
1078 * alloc.c (resize_string): Use new definitions.
|
|
|
1079 * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Use new definitions.
|
|
|
1080 * alloc.c (verify_string_chars_integrity): Use new definitions.
|
|
|
1081 * alloc.c (compact_string_chars): Use new definitions.
|
|
|
1082 * alloc.c: Update monster comments.
|
|
|
1083 * lrecord.h (lrecord_type): Add some new lrecord types for
|
|
|
1084 alloc.c's use.
|
|
|
1085
|
|
|
1086 2001-01-18 Martin Buchholz <martin@xemacs.org>
|
|
|
1087
|
|
|
1088 Improve alignment hackery.
|
|
|
1089 * lisp.h (ALIGNOF): Better definition for the non-gcc case.
|
|
|
1090 (max_align_t): Moved from opaque.h - general purpose.
|
|
|
1091 (ALIGN_PTR): Use size_t, not long.
|
|
|
1092 * opaque.h (max_align_t): Move to lisp.h.
|
|
|
1093
|
|
|
1094 2001-01-18 Norbert Koch <nk@LF.net>
|
|
|
1095
|
|
|
1096 * gui.h: Fix and add prototypes to fix build problems.
|
|
|
1097
|
|
|
1098 2001-01-18 Martin Buchholz <martin@xemacs.org>
|
|
|
1099
|
|
|
1100 temacs is going away, so `dump-temacs' is now a bad name.
|
|
|
1101 * .dbxrc (dump-temacs): Rename to `dmp'.
|
|
|
1102 * .gdbinit (dump-temacs): Rename to `dmp'.
|
|
|
1103
|
|
|
1104 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
|
1105
|
|
|
1106 * glyphs.c (print_image_instance): comment to make martin happy.
|
|
|
1107
|
|
|
1108 * glyphs-x.c (x_redisplay_widget): update faces after a frame
|
|
|
1109 change.
|
|
|
1110
|
|
|
1111 * glyphs-msw.c (mswindows_redisplay_widget): add code to cope with
|
|
|
1112 activation.
|
|
|
1113 (mswindows_tab_control_redisplay): warning suppression.
|
|
|
1114
|
|
|
1115 * glyphs-widget.c (widget_update): re-write to cope with updated
|
|
|
1116 items.
|
|
|
1117 (widget_instantiate): use new gui_item functions.
|
|
|
1118 (tab_control_update): deleted.
|
|
|
1119 (progress_gauge_update): deleted.
|
|
|
1120 (image_instantiator_progress_guage): take out update reference.
|
|
|
1121 (image_instantiator_tree_view): ditto.
|
|
|
1122 (image_instantiator_tab_control): ditto.
|
|
|
1123
|
|
|
1124 * gui.c (widget_gui_parse_item_keywords): new function. Do things
|
|
|
1125 Right the new way.
|
|
|
1126 (gui_item_add_keyval_pair): re-write to cope with descriptors and
|
|
|
1127 return whether anything was changed.
|
|
|
1128 (update_gui_item_keywords): as it sounds.
|
|
|
1129
|
|
|
1130 * gui.h: declare widget_gui_parse_item_keywords.
|
|
|
1131
|
|
|
1132 * fns.c (safe_copy_tree): new function taken from Fcopy_tree.
|
|
|
1133 (Fcopy_tree): use it. Stops infloop death in bogus instantiators.
|
|
|
1134
|
|
452
|
1135 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
|
1136
|
|
|
1137 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
|
1138
|
|
|
1139 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
|
1140
|
|
|
1141 * glyphs.c (image_instantiate): don't use fallbacks when
|
|
|
1142 instantiating a face's background pixmap by inheritance.
|
|
|
1143
|
|
|
1144 2001-01-14 Mike Sperber <mike@xemacs.org>
|
|
|
1145
|
|
|
1146 * sysdep.c (start_of_data): PDUMP implies ORDINARY_LINK.
|
|
|
1147 Conditionalize accordingly.
|
|
|
1148
|
|
|
1149 2001-01-16 Martin Buchholz <martin@xemacs.org>
|
|
|
1150
|
|
|
1151 * dumper.c (pdump_file_get): Fix a compiler warning.
|
|
|
1152
|
|
|
1153 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
|
1154
|
|
|
1155 Make Purify happy when pdumping.
|
|
|
1156 * symbols.c (Fmake_variable_buffer_local): Make Purify happy, by
|
|
|
1157 iniitalizing all bits of new lisp object memory.
|
|
|
1158 * symbols.c (Fmake_local_variable): Likewise.
|
|
|
1159 * symbols.c (Fdontusethis_set_symbol_value_handler): Likewise.
|
|
|
1160 * symbols.c (Fdefvaralias): Likewise.
|
|
|
1161 * mule-charset.c (vars_of_mule_charset): Likewise.
|
|
|
1162
|
|
|
1163 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
|
1164 Add the `-nd' flag when running pre-dump operations under the debugger.
|
|
|
1165 * .dbxrc (run-temacs): Add `-nd'.
|
|
|
1166 * .dbxrc (update-elc): Likewise.
|
|
|
1167 * .dbxrc (dump-temacs): Likewise.
|
|
|
1168 * .gdbinit (run-temacs): Likewise.
|
|
|
1169 * .gdbinit (check-temacs): Likewise.
|
|
|
1170 * .gdbinit (update-elc): Likewise.
|
|
|
1171 * .gdbinit (dump-temacs): Likewise.
|
|
|
1172
|
|
|
1173 2001-01-14 Martin Buchholz <martin@xemacs.org>
|
|
|
1174
|
|
|
1175 Allow building 64-bit executables on AIX with GNU malloc, e.g.
|
|
|
1176 export OBJECT_MODE=64
|
|
|
1177 configure --pdump --use-union-type=no
|
|
|
1178 * m/ibmrs6000.h (DATA_START): Define for 64-bit world.
|
|
|
1179 * gmalloc.c (__default_morecore): Remove pre-ANSI cruft.
|
|
|
1180
|
|
|
1181 * miscplay.c (sndcnv8U_2mono):
|
|
|
1182 Avoid two uses of `++' in the same expression.
|
|
|
1183 Suppresses a GCC warning.
|
|
|
1184
|
|
|
1185 2001-01-13 Martin Buchholz <martin@xemacs.org>
|
|
|
1186
|
|
|
1187 Make sure future compilers don't miscompile alloc.c.
|
|
|
1188 * alloc.c:
|
|
|
1189 (MARK_STRUCT_AS_FREE): Make aliasing-optimization-resistant.
|
|
|
1190 (MARK_STRUCT_AS_NOT_FREE): Make aliasing-optimization-resistant.
|
|
|
1191
|
|
|
1192 2001-01-12 Martin Buchholz <martin@xemacs.org>
|
|
|
1193
|
|
|
1194 * dumper.c: A little post-pdump-rename comment fixup.
|
|
|
1195
|
|
|
1196 2001-01-09 Jerry James <james@eecs.ku.edu>
|
|
|
1197
|
|
|
1198 * lisp-disunion.h: Change LISP_TO_CVOID arg to match its use.
|
|
|
1199
|
|
|
1200 2001-01-13 Martin Buchholz <martin@xemacs.org>
|
|
|
1201
|
|
|
1202 * *.[ch]: Globally rename symbols using the following `pdump-rename'
|
|
|
1203 script:
|
|
|
1204 #!/bin/sh
|
|
|
1205 replace_symbol () {
|
|
|
1206 (findn texi$; findn [ch]$) | xargs g -lw "$1" | xargs global-replace 's/(?<!_)\b'$1'\b(?!_)/'$2'/g'
|
|
|
1207 }
|
|
|
1208
|
|
|
1209 replace_symbol pdump_wire_lists pdump_weak_object_chains
|
|
|
1210 replace_symbol pdump_wire_list dump_add_weak_object_chain
|
|
|
1211
|
|
|
1212 replace_symbol pdump_wires pdump_root_objects
|
|
|
1213 replace_symbol pdump_wire dump_add_root_object
|
|
|
1214
|
|
|
1215 replace_symbol pdump_dump_wired pdump_dump_from_root_objects
|
|
|
1216 replace_symbol pdump_dump_structs pdump_dump_from_root_struct_ptrs
|
|
|
1217
|
|
|
1218 replace_symbol dumpstructinfos pdump_root_struct_ptrs
|
|
|
1219 replace_symbol dumpstructinfo_dynarr pdump_root_struct_ptr_dynarr
|
|
|
1220 replace_symbol dumpstructinfo pdump_root_struct_ptr
|
|
|
1221 replace_symbol dumpstruct dump_add_root_struct_ptr
|
|
|
1222
|
|
|
1223 replace_symbol dumpopaque dump_add_opaque
|
|
|
1224 replace_symbol dumpopaqueinfo_dynarr pdump_opaque_dynarr
|
|
|
1225 replace_symbol dumpopaqueinfos pdump_opaques
|
|
|
1226 replace_symbol dumpopaqueinfo pdump_opaque
|
|
|
1227
|
|
|
1228 replace_symbol nb_structdump nb_root_struct_ptrs
|
|
|
1229 replace_symbol nb_opaquedump nb_opaques
|
|
|
1230
|
|
|
1231 replace_symbol align_table pdump_align_table
|
|
|
1232 replace_symbol dump_header pdump_header
|
|
|
1233
|
|
|
1234 replace_symbol DUMP_SIGNATURE_LEN PDUMP_SIGNATURE_LEN
|
|
|
1235 replace_symbol DUMP_SIGNATURE PDUMP_SIGNATURE
|
|
|
1236
|
|
|
1237
|
|
|
1238 2001-01-12 Martin Buchholz <martin@xemacs.org>
|
|
|
1239
|
|
|
1240 * s/aix4.h: Keep the C for AIX compiler from overaggressively
|
|
|
1241 optimizing bytecount_to_charcount().
|
|
|
1242
|
|
|
1243 2001-01-06 Golubev I. N. <gin@mo.msk.ru>
|
|
|
1244
|
|
|
1245 * config.h.in:
|
|
|
1246 (HAVE_DLFCN_H): Removed.
|
|
|
1247 * sysdll.c: Remove HAVE__DLOPEN, HAVE_DLFCN_H.
|
|
|
1248
|
|
|
1249 2001-01-06 Martin Buchholz <martin@xemacs.org>
|
|
|
1250
|
|
|
1251 Portable dumper maintainability improvements.
|
|
|
1252 * alloc.c (staticpro):
|
|
|
1253 * alloc.c (staticpro_nodump):
|
|
|
1254 * alloc.c (garbage_collect_1):
|
|
|
1255 * alloc.c (reinit_alloc_once_early):
|
|
|
1256 * alloc.c (init_alloc_once_early):
|
|
|
1257 * alloc.c: Move dumper functions to alloc.c.
|
|
|
1258 * dumper.c (pdump_backtrace):
|
|
|
1259 * dumper.c (pdump_dump_structs):
|
|
|
1260 * dumper.c (pdump_dump_opaques):
|
|
|
1261 * dumper.c (pdump_dump_rtables):
|
|
|
1262 * dumper.c (pdump_dump_wired):
|
|
|
1263 * dumper.c (pdump):
|
|
|
1264 * dumper.c (pdump_load_check):
|
|
|
1265 * dumper.c (pdump_load_finish):
|
|
|
1266 * dumper.c (pdump_file_unmap):
|
|
|
1267 * dumper.c (pdump_file_get):
|
|
|
1268 * dumper.c (pdump_resource_free):
|
|
|
1269 * dumper.c (pdump_resource_get):
|
|
|
1270 * dumper.c (pdump_file_free):
|
|
|
1271 * dumper.c (pdump_file_try):
|
|
|
1272 * dumper.c (pdump_load):
|
|
|
1273 Remove fixed size limits on staticpro(), staticpro_nodump(),
|
|
|
1274 dumpopaque(), dumpstruct() by using Dynarrs instead of static C arrays.
|
|
|
1275 Remove custom code for dumping lrecord_implementations_table - use
|
|
|
1276 dumpopaque instead.
|
|
|
1277 Remove (most of the) custom code for dumping staticpros - dump it
|
|
|
1278 like any other dynarr.
|
|
|
1279
|
|
|
1280 * alloc.h: Removed. No longer useful, since dumper now more self-contained.
|
|
|
1281 * dumper.c: Moved functions from alloc.c.
|
|
|
1282 * alloc.c (dumpstruct): Moved to dumper.c.
|
|
|
1283 * alloc.c (dumpopaque): Likewise.
|
|
|
1284 * alloc.c (pdump_wire): Likewise.
|
|
|
1285 * alloc.c (pdump_wire_list): Likewise.
|
|
|
1286
|
|
|
1287 * lisp.h (Dynarr_sizeof): New.
|
|
|
1288 * lisp.h (Dynarr_begin): New. Very slightly C++oid.
|
|
|
1289 * lisp.h (Dynarr_end): New. Very slightly C++oid.
|
|
|
1290 * lisp.h (Lisp_Object_ptr_dynarr): New. For staticpros.
|
|
|
1291
|
|
|
1292 * lisp.h (dumpstruct): Define to nothing if not PDUMPing.
|
|
|
1293 * lisp.h (dumpopaque): ditto.
|
|
|
1294 * lisp.h (pdump_wire): ditto.
|
|
|
1295 * lisp.h (pdump_wire_list): ditto.
|
|
|
1296
|
|
|
1297 2001-01-09 Martin Buchholz <martin@xemacs.org>
|
|
|
1298
|
|
|
1299 * make-src-depend (PrintPatternDeps):
|
|
|
1300 Use `sort' to make output independent of perl version.
|
|
|
1301
|
|
|
1302 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
|
1303
|
|
|
1304 Port to Netbsd 1.5.
|
|
|
1305 * unexelf.c: Remove (never used) bogus Netbsd-specific cruft.
|
|
|
1306 * s/netbsd.c: Use unexelf.o if __ELF__ is defined.
|
|
|
1307
|
|
|
1308 2001-01-03 Didier Verna <didier@xemacs.org>
|
|
|
1309
|
|
|
1310 * event-stream.c (emacs_handle_focus_change_preliminary): ensure
|
|
|
1311 that `focus_frame' is alive before thinking of calling
|
|
|
1312 `redisplay_redraw_cursor' on it.
|
|
|
1313
|
|
450
|
1314 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
|
1315
|
|
|
1316 * XEmacs 21.2.40 is released.
|
|
|
1317
|
|
|
1318 2001-01-06 Golubev I. N. <gin@mo.msk.ru>
|
|
|
1319
|
|
|
1320 * regex.c: Replace PREFETCH with REGEX_PREFETCH.
|
|
|
1321
|
|
|
1322 2001-01-06 Martin Buchholz <martin@xemacs.org>
|
|
|
1323
|
|
|
1324 * alloc.c (dbg_valmask): Make const.
|
|
|
1325 * alloc.c (dbg_typemask): Make const.
|
|
|
1326 * alloc.c (dbg_USE_UNION_TYPE): Make const.
|
|
|
1327 * alloc.c (dbg_valbits): Make const.
|
|
|
1328 * alloc.c (dbg_gctypebits): Make const.
|
|
|
1329
|
|
|
1330 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1331
|
|
|
1332 * redisplay-x.c (x_bevel_area):
|
|
|
1333 redisplay.h (struct rune):
|
|
|
1334 Typo fixes in comments.
|
|
|
1335
|
|
|
1336 2001-01-05 Andy Piper <andy@xemacs.org>
|
|
|
1337
|
|
|
1338 * glyphs-x.c (x_redisplay_widget): use size changed for offset
|
|
|
1339 adjustment.
|
|
|
1340
|
|
|
1341 * menubar.c (menubar_visible_p_changed): don't mark frame changed.
|
|
|
1342
|
|
|
1343 2001-01-05 Martin Buchholz <martin@xemacs.org>
|
|
|
1344
|
|
|
1345 * alloc.c (pure-bytes-used): Remove unused mendacious variable.
|
|
|
1346
|
|
|
1347 * mule-ccl.c (stack_idx_of_map_multiple):
|
|
|
1348 Non const global data must not be initialized!
|
|
|
1349 Found by MIYASHITA Hisashi.
|
|
|
1350
|
|
|
1351 2001-01-02 Andy Piper <andy@xemacs.org>
|
|
|
1352
|
|
|
1353 * frame.c (change_frame_size): make sure frame size is always
|
|
|
1354 marked as changed.
|
|
|
1355
|
|
|
1356 * glyphs.c (image_instance_layout): minor code reuse.
|
|
|
1357
|
|
|
1358 * window.c (Fcurrent_window_configuration): revert previous
|
|
|
1359 change.
|
|
|
1360
|
|
|
1361 2001-01-02 Martin Buchholz <martin@xemacs.org>
|
|
|
1362
|
|
|
1363 * glyphs.h:
|
|
|
1364 * glyphs.c (make_image_instance_cache_hash_table): Use ANSI prototypes.
|
|
|
1365
|
|
|
1366 2000-12-31 Andy Piper <andy@xemacs.org>
|
|
|
1367
|
|
|
1368 * glyphs-x.c (x_unmap_subwindow): return focus to enclosing frame
|
|
|
1369 when widget gets unmapped.
|
|
|
1370
|
|
|
1371 * event-Xt.c (emacs_Xt_handle_widget_losing_focus): new
|
|
|
1372 function. Make sure widgets losing focus don't just drop it.
|
|
|
1373 (handle_focus_event_1): record the widget with focus.
|
|
|
1374
|
|
|
1375 2000-12-31 Andy Piper <andy@xemacs.org>
|
|
|
1376
|
|
|
1377 * window.c (allocate_window): use
|
|
|
1378 make_image_instance_cache_hash_table.
|
|
|
1379 (make_dummy_parent): ditto.
|
|
|
1380 (Fset_window_configuration): ditto.
|
|
|
1381
|
|
|
1382 * glyphs.h (INSTANTIATOR_TYPE): new macro. declare new functions.
|
|
|
1383
|
|
|
1384 * glyphs.c (process_image_string_instantiator): use
|
|
|
1385 INSTANTIATOR_TYPE.
|
|
|
1386 (get_image_instantiator_governing_domain): ditto.
|
|
|
1387 (normalize_image_instantiator): ditto.
|
|
|
1388 (instantiate_image_instantiator): ditto.
|
|
|
1389 (make_image_instance_1): ditto.
|
|
|
1390 (image_instantiate): ditto. Key on glyph *and* instantiator type.
|
|
|
1391 (instantiator_eq_equal): new function for use with instance hash
|
|
|
1392 tables.
|
|
|
1393 (instantiator_eq_hash): ditto.
|
|
|
1394 (make_image_instance_cache_hash_table): create a suitable hash
|
|
|
1395 table for storing image instances.
|
|
|
1396
|
|
|
1397 * elhash.h (hash_table_weakness): new internal weakness type
|
|
|
1398 HASH_TABLE_KEY_CAR_VALUE_WEAK.
|
|
|
1399 declare new functions.
|
|
|
1400
|
|
|
1401 * elhash.c (finish_marking_weak_hash_tables): introduce yet
|
|
|
1402 another weakness type for glyphs.
|
|
|
1403 (make_standard_lisp_hash_table): new function split out from
|
|
|
1404 make_general_lisp_hash_table.
|
|
|
1405 (make_lisp_hash_table): call make_standard_lisp_hash_table.
|
|
|
1406 (hash_table_instantiate): ditto.
|
|
|
1407 (Fmake_hash_table): ditto.
|
|
|
1408
|
|
448
|
1409 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
|
1410
|
|
|
1411 * XEmacs 21.2.39 is released.
|
|
|
1412
|
|
|
1413 2000-12-29 Andy Piper <andy@xemacs.org>
|
|
|
1414
|
|
|
1415 * menubar.c (menubar_visible_p_changed): signal the frame changed.
|
|
|
1416
|
|
|
1417 * glyphs-x.c (x_redisplay_widget): Re-calculate widget offsets if
|
|
|
1418 the frame has changed so that we pick up geometry changes such as
|
|
|
1419 menubar visibility.
|
|
|
1420
|
|
|
1421 2000-12-28 Andy Piper <andy@xemacs.org>
|
|
|
1422
|
|
|
1423 * lastfile.c (my_ebss): make a char array so we can pad the
|
|
|
1424 bss. Fixes cygwin unexec.
|
|
|
1425
|
|
|
1426 * unexcw.c: invert BROKEN_GDB to NO_DEBUG.
|
|
|
1427
|
|
|
1428 2000-12-26 Andy Piper <andy@xemacs.org>
|
|
|
1429
|
|
|
1430 * event-Xt.c (emacs_Xt_force_event_pending): add some verbose
|
|
|
1431 comments and try and be more precise about a non-/SIGIO world.
|
|
|
1432 (emacs_Xt_event_pending_p): use XtAppPending under cygwin and non
|
|
|
1433 SIGIO.
|
|
|
1434
|
|
|
1435 * redisplay-output.c (redisplay_normalize_glyph_area): make sure
|
|
|
1436 we don't normalize to zero width or height.
|
|
|
1437
|
|
|
1438 2000-12-24 Andy Piper <andy@xemacs.org>
|
|
|
1439
|
|
|
1440 * Makefile.in.in (ldflags): add -mwindows when appropriate.
|
|
|
1441
|
|
|
1442 2000-08-18 Golubev I. N. <gin@mo.msk.ru>
|
|
|
1443
|
|
|
1444 * s/sco5.h: SCO 5 has pty support.
|
|
|
1445
|
|
|
1446 2000-07-20 Kazuyuki IENAGA <ienaga@xemacs.org>
|
|
|
1447
|
|
|
1448 * input-method-xlib.c: supports both XIM_XLIB and USE_XFONTSET.
|
|
|
1449 input-method-xlib.c contains whole contents of input-method-xfs.c,
|
|
|
1450 so we can use input-method-xlib.c's code for USE_XFONTSET
|
|
|
1451 using #ifdefs.
|
|
|
1452 * input-method-xfs.c: removed.
|
|
|
1453
|
|
|
1454 2000-12-20 Stephen Turnbull <stephen@xemacs.org>
|
|
|
1455
|
|
|
1456 * file-coding.h (enum coding_category_type): reorder enumerators to
|
|
|
1457 make autodetection safer. Make CODING_CATEGORY_LAST an enumerator
|
|
|
1458 (now one greater than largest real coding_category_type enumerator).
|
|
|
1459 * file-coding.c (coding_category_symbol, coding_category_by_priority,
|
|
|
1460 coding_category_system, fcd_descriptihon_1, decode_coding_category,
|
|
|
1461 Fcoding_category_list, Fset_coding_priority_list,
|
|
|
1462 Fcoding_priority_list, coding_system_from_mask, Fdetect_coding_region,
|
|
|
1463 vars_of_file_coding): adjust for change in CODING_CATEGORY_LAST.
|
|
|
1464
|
|
|
1465 2000-12-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1466
|
|
|
1467 * redisplay-output.c (redisplay_clear_top_of_window): Remove static.
|
|
|
1468 * redisplay-output.c (redisplay_output_window): Clear top of window
|
|
|
1469 when face is changed.
|
|
|
1470 * redisplay-x.c (x_redraw_exposed_window): Call
|
|
|
1471 redisplay_clear_top_of_window.
|
|
|
1472 * redisplay.h: Publish redisplay_clear_top_of_window.
|
|
|
1473
|
|
|
1474 2000-12-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1475
|
|
|
1476 * buffer.c (Fkill_buffer): Map over all devices.
|
|
|
1477 * window.c (window_loop): Remove UNSHOW_BUFFER code.
|
|
|
1478 (list_windows): New function.
|
|
|
1479 (list_all_windows): Ditto.
|
|
|
1480 (Freplace_buffer_in_windows): Use them.
|
|
|
1481
|
|
|
1482 2000-02-02 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
|
1483
|
|
|
1484 * database.c (berkdb_subtype): Recognize new subtype `queue'.
|
|
|
1485 (Fopen_database): Use `db_create' instead of `db_open'.
|
|
|
1486 (syms_of_database): Initialize Qqueue.
|
|
|
1487
|
|
|
1488 2000-12-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1489
|
|
|
1490 * buffer.c (common_init_complex_vars_of_buffer): Initialize
|
|
|
1491 buffer_local_face_property.
|
|
|
1492 * buffer.h (struct buffer): New member buffer_local_face_property.
|
|
|
1493 * window.c (Fset_window_buffer): Mark window's face as changed
|
|
|
1494 when buffer has buffer local face.
|
|
|
1495 * window.h (MARK_WINDOW_FACES_CHANGED): New macro.
|
|
|
1496 * objects.c (color_after_change): Set buffer_local_face_property
|
|
|
1497 when locale of face specifier is buffer.
|
|
|
1498 * objects.c (font_after_change): Ditto.
|
|
|
1499 * objects.c (face_boolean_after_change): Ditto.
|
|
|
1500 * glyphs.c (image_after_change): Ditto.
|
|
|
1501
|
|
|
1502 2000-12-09 Dan Holmsand <dan@eyebee.com>
|
|
|
1503
|
|
|
1504 * nt.c (mswindows_fstat): Report file permissions, volume serial
|
|
|
1505 number, etc. Code adapted from FSF Emacs 20.7.
|
|
|
1506
|
|
|
1507 2000-12-09 Dan Holmsand <dan@eyebee.com>
|
|
|
1508
|
|
|
1509 * sysfile.h (lstat): Make lstat an alias for xemacs_stat instead
|
|
|
1510 of stat when we don't have symbolic links, to make sure
|
|
|
1511 mswindows_stat is called on mswindows.
|
|
|
1512
|
|
|
1513 2000-12-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1514
|
|
|
1515 * alloca.c: Define malloc to xmalloc only when built with XEmacs.
|
|
|
1516
|
|
|
1517 2000-12-12 Martin Buchholz <martin@xemacs.org>
|
|
|
1518
|
|
|
1519 * doprnt.c (emacs_doprnt_1): More printing fixes.
|
|
|
1520 Make printing of numbers compatible with libc and FSF Emacs.
|
|
|
1521 BUG was: (format "%6.3f" 1.2) ==>"1.200000"
|
|
|
1522 Use the system printf to do most of the hard work of formatting,
|
|
|
1523 instead of doprnt_1().
|
|
|
1524 Calculate memory to allocate for format string.
|
|
|
1525 Remove arbitrary limit on precision, e.g. (format "%.1000f" 3.14)
|
|
|
1526 (doprnt_1): Cleaner code and documentation.
|
|
|
1527
|
|
|
1528 2000-12-01 Jerry James <james@eecs.ukans.edu>
|
|
|
1529
|
|
|
1530 * Makefile.in.in: Use the loop variable to install headers.
|
|
|
1531
|
|
|
1532 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1533
|
|
|
1534 * window.c (Fsplit_window): Don't invalidate face cache.
|
|
|
1535
|
|
|
1536 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1537
|
|
|
1538 * minibuf.c (Fall_completions): Undo the previous change
|
|
|
1539 which removed checking elements start with space.
|
|
|
1540
|
|
|
1541 2000-12-06 Stephen Turnbull <stephen@xemacs.org>
|
|
|
1542
|
|
|
1543 * mule-canna.c: Didier suppression.
|
|
|
1544
|
|
|
1545 2000-12-06 Stephen Turnbull <stephen@xemacs.org>
|
|
|
1546
|
|
|
1547 * mule-canna.c: rename static unsigned char buf[] to key_buffer
|
|
|
1548 (warning suppression). Add English comment translations.
|
|
|
1549
|
|
|
1550 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
|
1551
|
|
|
1552 * unexelfsgi.c (unexec): Better test for mmap failure.
|
|
|
1553
|
|
446
|
1554 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
|
1555
|
|
|
1556 * XEmacs 21.2.38 is released.
|
|
|
1557
|
|
|
1558 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
|
1559
|
|
|
1560 * redisplay.c (bar-cursor): Make a user variable.
|
|
|
1561
|
|
|
1562 * symsinit.h: Add init_postgresql_from_environment.
|
|
|
1563
|
|
|
1564 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1565
|
|
|
1566 * regex.c: Convert to clean C.
|
|
|
1567
|
|
|
1568 2000-12-05 Dan Holmsand <dan@eyebee.com>
|
|
|
1569
|
|
|
1570 * realpath.c:
|
|
|
1571 Don't #include sysfile.h. Revert to duplicating PATH_MAX
|
|
|
1572 initialization.
|
|
|
1573 (sys_readlink): renamed to system_readlink to avoid conflict with
|
|
|
1574 the other sys_readlink.
|
|
|
1575
|
|
|
1576 2000-12-04 Hiroaki Abe <h-abe@pc.highway.ne.jp>
|
|
|
1577
|
|
|
1578 * dumper.c (pdump_file_get): Correct uses of pdump_fd.
|
|
|
1579
|
|
|
1580 2000-12-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1581
|
|
|
1582 * postgresql.c (init_postgresql_from_environment): new function.
|
|
|
1583 (vars_of_postgresql): Move code initializing Lisp variables out and
|
|
|
1584 into init_postgresql_from_environment.
|
|
|
1585 emacs.c (main_1): Call init_postgresql_from_environment if and only
|
|
|
1586 if running a dumped XEmacs.
|
|
|
1587
|
|
|
1588 2000-08-31 Dan Holmsand <dan@eyebee.com>
|
|
|
1589
|
|
|
1590 * buffer.c: Make find-file-compare-truenames default to true on
|
|
|
1591 windows.
|
|
|
1592
|
|
452
|
1593 * realpath.c (win32_abs_start):
|
|
446
|
1594 (cygwin_readlink):
|
|
|
1595 (win32_readlink): New functions.
|
|
|
1596 (xrealpath): Return really real filenames on windows.
|
|
|
1597
|
|
|
1598 * fileio.c (Ffile_truename): Make file-truename work on windows.
|
|
|
1599
|
|
|
1600 2000-11-29 Didier Verna <didier@xemacs.org>
|
|
|
1601
|
|
|
1602 * faces.c (MAYBE_UNFROB_BACKGROUND_PIXMAP): new macro.
|
|
|
1603 * faces.c (update_face_cachel_data): use it.
|
|
|
1604 * faces.c (add_face_cachel): use it. Complete background pixmap
|
|
|
1605 frobbing in face cache if `update_face_cachel_data' has not done so.
|
|
|
1606
|
|
|
1607 2000-11-29 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1608
|
|
|
1609 * search.c (string_match_1): Don't set last_thing_searched
|
|
|
1610 when search failed.
|
|
|
1611
|
|
|
1612 2000-11-27 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1613
|
|
|
1614 * buffer.c: Include casetab.h
|
|
|
1615 (common_init_complex_vars_of_buffer): Use new case-table object.
|
|
|
1616 * buffer.h: Include casetab.h
|
|
|
1617 * buffer.h (MAKE_TRT_TABLE): Use generic char-table.
|
|
|
1618 (DOWNCASE_TABLE_OF): Ditto.
|
|
|
1619 * bufslots.h: Remove char-tables and add case-table.
|
|
|
1620 * casetab.c: Include casetab.h
|
|
|
1621 (CASE_TABLE_P): Removed.
|
|
|
1622 (mark_case_table): New function.
|
|
|
1623 (allocate_case_table): New function.
|
|
|
1624 (Fcase_table_p): Use new case-table.
|
|
|
1625 (case_table_char): New function.
|
|
|
1626 (Fget_case_table): Ditto.
|
|
|
1627 (Fput_case_table): Ditto.
|
|
|
1628 (Fput_case_table_pair): Ditto.
|
|
|
1629 (Fcopy_case_table): Ditto.
|
|
|
1630 (Fcurrent_case_table): Return case-table.
|
|
|
1631 (Fstandard_case_table): Return case-table.
|
|
|
1632 (Fset_case_table): Fix doc-string.
|
|
|
1633 (set_case_table): Use case-table
|
|
|
1634 (syms_of_casetab): DEFSUBR new functions.
|
|
|
1635 (complex_vars_of_casetab): Set up standard case-table.
|
|
|
1636 * casetab.h: New file.
|
|
|
1637 * editfns.c: Include casetab.h
|
|
|
1638 (Fcompare_buffer_substrings): Use case-table.
|
|
|
1639 * inline.c: Include casetab.h
|
|
|
1640 * lisp.h: Remove bogus extern.
|
|
|
1641 * lrecord.h (lrecord_type): Add lrecord_type_case_table.
|
|
|
1642 * search.c: Include casetab.h
|
|
|
1643 (TRANSLATE_ASCII): Removed.
|
|
|
1644 (TRANSLATE): Unconditionally translate character.
|
|
|
1645 (looking_at_1): Use case-table.
|
|
|
1646 (string_match_1): Ditto.
|
|
|
1647 (fast_string_match): Ditto.
|
|
|
1648 (search_command): Ditto.
|
|
|
1649 (search_buffer): Separate boyer_moore. Check whether
|
|
456
|
1650 boyer_moore is possible.
|
|
446
|
1651 (simple_search): New function.
|
|
|
1652 (boyer_moore): Separated from search_buffer. Translate char.
|
|
|
1653
|
|
|
1654 2000-11-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1655
|
|
|
1656 * regex.c (RE_TR_ASCII): Removed.
|
|
|
1657 (RE_TRANSLATE): Unconditionally use TRT_TABLE.
|
|
|
1658 (PATFETCH): Call PATFETCH_RAW.
|
|
|
1659 (PATFETCH_RAW): Fetch Emchar.
|
|
|
1660 (PATUNFETCH): Decrement charptr.
|
|
|
1661 (GET_BUFFER_SPACE): Rename b to buf_end.
|
|
|
1662 (BUF_PUSH): Ditto.
|
|
|
1663 (BUF_PUSH_2): Ditto.
|
|
|
1664 (BUF_PUSH_3): Ditto.
|
|
|
1665 (EXTEND_BUFFER): Ditto.
|
|
|
1666 (SET_LIST_BIT): Ditto.
|
|
|
1667 (regex_compile): Ditto. Translate non ASCII char.
|
|
|
1668 (compile_range): Ditto.
|
|
|
1669 (re_search_2): Ditto.
|
|
|
1670 (re_match_2_internal): Compare Emchar.
|
|
|
1671 (bcmp_translate): Ditto.
|
|
|
1672
|
|
|
1673 2000-11-29 Stephen J. Turnbull <turnbull@xemacs.org>
|
|
|
1674
|
|
|
1675 * lisp.h (basic char/int typedefs): comment improvement.
|
|
|
1676
|
|
|
1677 2000-11-24 Stephen J. Turnbull <turnbull@xemacs.org>
|
|
|
1678
|
|
|
1679 * emacs.c (main_1): unconditional pdump unstomping; don't save and
|
|
|
1680 unstomp inhibit_site_lisp. Improve comments.
|
|
|
1681
|
|
|
1682 2000-11-22 Stephen J. Turnbull <turnbull@xemacs.org>
|
|
|
1683
|
|
|
1684 * mule-charset.c (Fcharset_property): improve type checking, comments.
|
|
|
1685
|
|
|
1686 2000-11-28 Andy Piper <andy@xemacs.org>
|
|
|
1687
|
|
|
1688 * redisplay-output.c (redisplay_output_subwindow): make sure we do
|
|
|
1689 clipped display for windows in the gutter also.
|
|
|
1690 (redisplay_display_boxes_in_window_p): change semantics of return
|
|
|
1691 codes to be more intuitive.
|
|
|
1692
|
|
|
1693 * gutter.h: declare display_boxes_in_gutter_p.
|
|
|
1694
|
|
|
1695 * gutter.c (display_boxes_in_gutter_p): new function for
|
|
|
1696 redisplay.
|
|
|
1697
|
|
|
1698 2000-11-22 Andy Piper <andy@xemacs.org>
|
|
|
1699
|
|
|
1700 * glyphs-x.c (image_instantiator_format_create_glyphs_x): change
|
|
|
1701 autodetect domain.
|
|
|
1702
|
|
|
1703 2000-11-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1704
|
|
|
1705 * callproc.c (Fold_call_process_internal):
|
|
|
1706 * gpm.c (Freceive_gpm_event):
|
|
|
1707 (tty_get_foreign_selection): Might be just warning supression.
|
|
|
1708 * fileio.c (Fwrite_region_internal):
|
|
|
1709 (Fset_visited_file_modtime):
|
|
|
1710 * keymap.c (event_matches_key_specifier_p):
|
|
|
1711 Initialize GCPROed variable.
|
|
|
1712
|
|
|
1713 * menubar-x.c (command_builder_find_menu_accelerator):
|
|
|
1714 Initialize before use.
|
|
|
1715
|
|
|
1716 2000-11-23 Andy Piper <andy@xemacs.org>
|
|
|
1717
|
|
|
1718 * unexcw.c (unexec): make the resulting executable executable.
|
|
|
1719
|
|
|
1720 2000-11-21 Martin Buchholz <martin@xemacs.org>
|
|
|
1721
|
|
|
1722 * doc.c (get_doc_string):
|
|
|
1723 Use size_t, not int, for result of XSTRING_LENGTH.
|
|
|
1724
|
|
|
1725 * cmds.c (Fdelete_char):
|
|
|
1726 * cmds.c (Fpoint_at_eol):
|
|
|
1727 * cmds.c (Fself_insert_command):
|
|
|
1728 Use EMACS_INT, not int, for result of XINT.
|
|
|
1729 Someday, someone will want to insert more than 2**31 identical characters.
|
|
|
1730
|
|
|
1731 * cmds.c (Fdelete_char):
|
|
|
1732 * cmds.c (Fdelete_backward_char):
|
|
|
1733 * syntax.c (Fforward_word):
|
|
|
1734 * syntax.c (Fforward_comment):
|
|
|
1735 Make COUNT argument optional, for consistency with forward-char et al.
|
|
|
1736
|
|
|
1737 2000-11-22 Martin Buchholz <martin@xemacs.org>
|
|
|
1738
|
|
|
1739 * lisp.h:
|
|
|
1740 * print.c (long_to_string):
|
|
|
1741 Return a useful value: the pointer at end of data written.
|
|
|
1742
|
|
|
1743 * doprnt.c:
|
|
|
1744 Use `static const char * const' for constant strings.
|
|
|
1745 (union printf_arg): Delete `i', `ui' members.
|
|
|
1746 (get_doprnt_args):
|
|
|
1747 (emacs_doprnt_1):
|
|
|
1748 Fix LP64 platform bug: (format "%d" most-positive-fixnum) ==> "-1"
|
|
|
1749 Do all printf-ing via the `l' specifier.
|
|
|
1750 Use EMACS_INT instead of int.
|
|
|
1751 Optimize.
|
|
|
1752
|
|
|
1753 2000-11-20 Didier Verna <didier@xemacs.org>
|
|
|
1754
|
|
|
1755 * faces.c (update_face_cachel_data): don't frob the background
|
|
|
1756 pixmap when the window is being created. The face is needed but
|
|
|
1757 does not exist yet.
|
|
|
1758
|
|
|
1759 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
|
1760
|
|
|
1761 * unexcw.c (copy_executable_and_dump_data_section): Only do bss
|
|
|
1762 messing with a debug environment.
|
|
|
1763
|
|
|
1764 2000-11-20 Martin Buchholz <martin@xemacs.org>
|
|
|
1765
|
|
|
1766 * emacs.c (__sti__iflPNGFile_c___): Pedantically correct prototype.
|
|
|
1767
|
|
|
1768 2000-11-20 Martin Buchholz <martin@xemacs.org>
|
|
|
1769
|
|
|
1770 * casetab.c (Fcase_table_p): Fix compile error and crash.
|
|
|
1771
|
|
|
1772 2000-11-18 Philip Aston <philipa@mail.com>
|
|
|
1773
|
|
|
1774 * s/cygwin32.h: Cygwin has SVR4-like pty support.
|
|
|
1775
|
|
|
1776 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
|
1777
|
|
|
1778 * fileio.c (Fexpand_file_name): GCPRO bug! Protect `handler'.
|
|
|
1779 * filelock.c (lock_file): GCPRO bug! Initialize all GCPROed vars!
|
|
|
1780
|
|
|
1781 2000-11-17 Martin Buchholz <martin@xemacs.org>
|
|
|
1782
|
|
|
1783 * config.h.in: Define HAVE_ELF_H if elf.h exists.
|
|
|
1784 * unexelf.c: Use HAVE_ELF_H.
|
|
|
1785 * unexelfsgi.c: Fix bug with dumped xemacs stdout/stderr not working.
|
|
|
1786 I copied FSF Emacs 20.7 unexelf.c to unexelfsgi.c and ANSIfied it.
|
|
|
1787 Max Matveev <makc@sgi.com> removed non-SGI-relevant parts and tested.
|
|
|
1788 Greg Harrington <greg_harrington@hotmail.com> provided a machine
|
|
|
1789 for testing.
|
|
|
1790 So this is an unexelfsgi.c from a different line of development.
|
|
|
1791
|
|
|
1792 2000-11-16 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1793
|
|
|
1794 * regex.c (RE_TR_ASCII): New function.
|
|
|
1795 (RE_TRANSLATE): Call it.
|
|
|
1796
|
|
|
1797 2000-11-16 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1798
|
|
|
1799 * buffer.h (TRT_TABLE_OF): Remove assert.
|
|
|
1800 (IN_TRT_TABLE_DOMAIN): Removed.
|
|
|
1801
|
|
|
1802 2000-11-16 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
1803
|
|
|
1804 * free-hook.c (log_gcpro):
|
|
|
1805 (show_gcprohist): Add support for GCPRO5.
|
|
|
1806
|
|
|
1807 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1808
|
|
|
1809 * emacs.c (main_1): Improve -sd error message when --pdump=no.
|
|
|
1810
|
|
|
1811 2000-11-16 Olivier Galibert <galibert@xemacs.org>
|
|
|
1812
|
|
|
1813 * symeval.h: Declare flush_all_buffer_local_cache.
|
|
|
1814
|
|
|
1815 * symbols.c: Change XD_LO_RESET_NIL into XD_LISP_OBJECTs.
|
|
|
1816 (flush_buffer_local_cache): Added.
|
|
|
1817 (flush_all_buffer_local_cache): Added.
|
|
|
1818
|
|
|
1819 * lrecord.h: Remove unused XD_LO_RESET_NIL.
|
|
|
1820
|
|
|
1821 * dumper.c (pdump_register_sub): Remove unused XD_LO_RESET_NIL.
|
|
|
1822 (pdump_dump_data): Ditto.
|
|
|
1823 (pdump_reloc_one): Ditto.
|
|
|
1824 (pdump): Remove unused pdump_qnil. Flush buffer local caches
|
|
|
1825 before dumping.
|
|
|
1826
|
|
|
1827
|
|
|
1828 2000-11-14 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1829
|
|
|
1830 * buffer.c: Remove if 0'ed entry.
|
|
|
1831 * buffer.h: Rewrite TRT to use char-table.
|
|
|
1832 * bufslots.h: Remove mirror tables.
|
|
|
1833 * casetab.c: Remove mirror tables.
|
|
|
1834 (CASE_TABLE_P): New macro.
|
|
|
1835 (Fcase_table_p): Element of a case table is string or char-table.
|
|
|
1836 (make_mirror_trt_table): Removed.
|
|
|
1837 (set_case_table): Setup char-table from strings for backward
|
|
|
1838 compatibility.
|
|
|
1839 * dired.c (Fdirectory_files):
|
|
|
1840 * dired-msw.c: (mswindows_get_files):
|
|
|
1841 * lisp.h: Change prototype of re_pattern_buffer.
|
|
|
1842 * regex.c: (RE_TRANSLATE): New macro.
|
|
|
1843 (TRANSLATE_P): Ditto.
|
|
|
1844 Change translate to type RE_TRANSLATE_TYPE.
|
|
|
1845 * regex.h: Define RE_TRANSLATE_TYPE
|
|
|
1846 * search.c (TRANSLATE): New macro.
|
|
|
1847 (TRANSLATE_ASCII): New macro.
|
|
|
1848 Translate table is changed to Lisp_Object.
|
|
|
1849 (signal_failure): Inhibit return.
|
|
|
1850
|
|
|
1851 2000-11-14 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1852
|
|
|
1853 * device-msw.c:
|
|
|
1854 * eldap.c:
|
|
|
1855 * event-Xt.c:
|
|
|
1856 * event-stream.c:
|
|
|
1857 * print.c:
|
|
|
1858 Do UNGCPRO before return.
|
|
|
1859
|
|
444
|
1860 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
|
1861
|
|
|
1862 * XEmacs 21.2.37 is released.
|
|
|
1863
|
|
|
1864 2000-11-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1865
|
|
|
1866 * fileio.c (Finsert_file_contents_internal): UNGCPRO before return.
|
|
|
1867 Add comments about discarded return value.
|
|
|
1868
|
|
|
1869 2000-11-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1870
|
|
|
1871 * callint.c:
|
|
|
1872 * event-stream.c: Fix comments. Remove some #if 0'ed part.
|
|
|
1873
|
|
|
1874 2000-10-27 Andy Piper <andy@xemacs.org>
|
|
|
1875
|
|
|
1876 * gutter.c (Fset_default_gutter_position): default left and right
|
|
|
1877 gutters to visible.
|
|
|
1878 (calculate_gutter_size): calculate resonable heuristic for left
|
|
|
1879 and right gutter sizes.
|
|
|
1880 (specifier_vars_of_gutter): change left and right gutter sizes to
|
|
|
1881 autodetect.
|
|
|
1882 (calculate_gutter_size_from_display_lines): new function.
|
|
|
1883 (output_gutter): check for resizing on left and right gutters.
|
|
|
1884 (clear_gutter): don't special case top and left gutters.
|
|
|
1885 (specifier_vars_of_gutter): use new signature for
|
|
|
1886 set_specifier_caching.
|
|
|
1887
|
|
|
1888 * glyphs-x.c (x_redisplay_widget): spelling fix.
|
|
|
1889 * glyphs.c (specifier_vars_of_glyphs):
|
|
|
1890 * menubar.c (specifier_vars_of_menubar):
|
|
|
1891 * redisplay.c (specifier_vars_of_redisplay):
|
|
|
1892 * toolbar.c (specifier_vars_of_toolbar):
|
|
|
1893 * window.c (specifier_vars_of_window):
|
|
|
1894 * scrollbar.c (specifier_vars_of_scrollbar):
|
|
|
1895 (complex_vars_of_scrollbar): use new signature for
|
|
|
1896 set_specifier_caching.
|
|
|
1897
|
|
|
1898 * specifier.c (set_specifier_caching): include recompute flag.
|
|
|
1899 (recompute_one_cached_specifier_in_window): always recompute if
|
|
|
1900 flag set.
|
|
|
1901 (recompute_one_cached_specifier_in_frame): ditto.
|
|
446
|
1902
|
|
444
|
1903 * specifier.h (struct specifier_caching): add recompute flag.
|
|
|
1904
|
|
|
1905 2000-10-24 Andy Piper <andy@xemacs.org>
|
|
|
1906
|
|
|
1907 * unexcw.c (copy_executable_and_dump_data_section): add new
|
|
|
1908 BSS_PAD_SIZE so that we can re-instate a mini-bss. This keeps gdb
|
|
|
1909 5.0 happy.
|
|
|
1910
|
|
|
1911 2000-11-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1912
|
|
|
1913 * console-x.h (x_device): New member modifier_release_time.
|
|
|
1914 * event-Xt.c (x_handle_sticky_modifiers):
|
|
|
1915 Bound interval modifier keys are sticky.
|
|
|
1916 * event-stream.c (Vmodifier_keys_sticky_time): New variable.
|
|
|
1917 * events.h: extern it.
|
|
|
1918
|
|
|
1919 2000-11-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1920
|
|
|
1921 * cmdloop.c (Fcommand_loop_1): Just add C-g to event queue.
|
|
|
1922
|
|
|
1923 2000-11-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1924
|
|
|
1925 * event-stream.c (execute_command_event): Preserve current_events
|
|
|
1926 and the like when event is misc-user-event.
|
|
|
1927 Inhibit quit during the call to maybe_echo_keys.
|
|
|
1928
|
|
|
1929 2000-10-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1930
|
|
|
1931 * filelock.c (lock_buffer): Cope with kill-buffer. Don't create a
|
|
|
1932 symlink when buffer is killed.
|
|
|
1933 (inhibit_clash_detection): New variable.
|
|
|
1934
|
|
|
1935 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1936
|
|
|
1937 * console.c (Fset_input_method): Trigger redisplay on tty.
|
|
|
1938
|
|
|
1939 2000-11-07 Martin Buchholz <martin@xemacs.org>
|
|
|
1940
|
|
|
1941 * process.c (Fprocess_status): Revert to previous behavior:
|
|
|
1942 (process-status "nosuchprocess") ==> nil
|
|
|
1943
|
|
|
1944 2000-11-06 Martin Buchholz <martin@xemacs.org>
|
|
|
1945
|
|
|
1946 * mule-charset.h (CHARSET_BY_LEADING_BYTE):
|
|
|
1947 Work around another GCC 2.95.2 optimizer bug.
|
|
|
1948
|
|
|
1949 2000-11-02 Martin Buchholz <martin@xemacs.org>
|
|
|
1950
|
|
|
1951 * process.c (Fget_process): Use LIST_LOOP_2.
|
|
|
1952 (kill_buffer_processes): Use LIST_LOOP_2.
|
|
|
1953
|
|
|
1954 * minibuf.c (Fall_completions):
|
|
|
1955 Delete old non-functional code for FSF fourth argument.
|
|
|
1956
|
|
446
|
1957 * frame.c (frame_matches_frame_spec):
|
|
444
|
1958 Renamed from `frame_matches_frametype'. Update all callers.
|
|
446
|
1959 (device_matches_device_spec):
|
|
444
|
1960 Renamed from 'device_matches_console_spec'. Update all callers.
|
|
|
1961
|
|
|
1962 * doc.c (Fsubstitute_command_keys):
|
|
|
1963 Remove buffer overflow crash. Small code cleanups.
|
|
|
1964
|
|
|
1965 * casetab.c (check_case_table): Simpler code.
|
|
|
1966
|
|
|
1967 * window.c (Freplace_buffer_in_windows):
|
|
446
|
1968 Give this the same WHICH-FRAMES and WHICH-DEVICES parameters
|
|
444
|
1969 (and similar implementation) as Fdelete_windows_on.
|
|
|
1970 Update all callers.
|
|
|
1971
|
|
|
1972 * alloc.c (Fmake_list):
|
|
|
1973 * alloc.c (make_vector):
|
|
|
1974 * alloc.c (Fmake_vector):
|
|
|
1975 * alloc.c (make_bit_vector):
|
|
|
1976 * alloc.c (Fmake_bit_vector):
|
|
|
1977 * alloc.c (Fbit_vector):
|
|
|
1978 * alloc.c (Fmake_string):
|
|
|
1979 * alloc.c (Fpurecopy):
|
|
|
1980 * alloc.c (Fmemory_limit):
|
|
|
1981 * buffer.c:
|
|
|
1982 * buffer.c (Fget_buffer):
|
|
|
1983 * buffer.c (Fkill_buffer):
|
|
|
1984 * buffer.c (complex_vars_of_buffer):
|
|
|
1985 * bytecode.c (Fcompiled_function_stack_depth):
|
|
|
1986 * callint.c (Fprefix_numeric_value):
|
|
|
1987 * event-stream.c:
|
|
|
1988 * event-stream.c (Fread_key_sequence):
|
|
|
1989 * casetab.c:
|
|
|
1990 * casetab.c (Fcase_table_p):
|
|
|
1991 * casetab.c (check_case_table):
|
|
|
1992 * casetab.c (Fset_case_table):
|
|
|
1993 * casetab.c (Fset_standard_case_table):
|
|
|
1994 * chartab.c:
|
|
|
1995 * chartab.c (Fchar_table_type):
|
|
|
1996 * chartab.c (Freset_char_table):
|
|
|
1997 * chartab.c (Fget_char_table):
|
|
|
1998 * chartab.c (Fget_range_char_table):
|
|
|
1999 * chartab.c (Fput_char_table):
|
|
|
2000 * chartab.c (Fmap_char_table):
|
|
|
2001 * chartab.c (Fcategory_table_p):
|
|
|
2002 * chartab.c (Fcheck_category_at):
|
|
|
2003 * chartab.c (Fchar_in_category_p):
|
|
|
2004 * chartab.c (Fcategory_table):
|
|
|
2005 * chartab.c (Fcopy_category_table):
|
|
|
2006 * chartab.c (Fset_category_table):
|
|
|
2007 * chartab.c (Fcategory_designator_p):
|
|
|
2008 * chartab.c (Fcategory_table_value_p):
|
|
|
2009 * cmds.c (Fdelete_char):
|
|
|
2010 * cmds.c (Fdelete_backward_char):
|
|
|
2011 * cmds.c (Fself_insert_command):
|
|
|
2012 * cmds.c (Fself_insert_internal):
|
|
|
2013 * console.c (Fvalid_console_type_p):
|
|
|
2014 * console.c (Fcdfw_console):
|
|
|
2015 * console.c (Fconsole_type):
|
|
|
2016 * console.c (Fconsole_name):
|
|
|
2017 * console.c (Fconsole_device_list):
|
|
|
2018 * console.c (Fconsole_on_window_system_p):
|
|
|
2019 * data.c:
|
|
|
2020 * data.c (Feq):
|
|
|
2021 * data.c (Fold_eq):
|
|
|
2022 * data.c (Fsubr_interactive):
|
|
|
2023 * data.c (Fchar_to_int):
|
|
|
2024 * data.c (Fint_to_char):
|
|
|
2025 * data.c (Fsetcar):
|
|
|
2026 * data.c (Fsetcdr):
|
|
|
2027 * data.c (Fnumber_to_string):
|
|
|
2028 * data.c (Fstring_to_number):
|
|
|
2029 * data.c (Frem):
|
|
|
2030 * database.c (mark_database):
|
|
|
2031 * database.c (finalize_database):
|
|
|
2032 * database.c (Fdatabase_live_p):
|
|
|
2033 * database.c (Fdatabasep):
|
|
|
2034 * device-x.c (Fx_get_resource):
|
|
|
2035 * device.c (Fdfw_device):
|
|
|
2036 * dired.c:
|
|
|
2037 * dired.c (Ffile_name_completion):
|
|
|
2038 * dired.c (Ffile_name_all_completions):
|
|
|
2039 * dired.c (Fuser_name_completion):
|
|
|
2040 * dired.c (Fuser_name_completion_1):
|
|
|
2041 * dired.c (Fuser_name_all_completions):
|
|
|
2042 * doc.c (Fdocumentation):
|
|
|
2043 * doc.c (Fdocumentation_property):
|
|
|
2044 * doc.c (Fsubstitute_command_keys):
|
|
|
2045 * editfns.c:
|
|
|
2046 * editfns.c (Fchar_to_string):
|
|
|
2047 * editfns.c (Fstring_to_char):
|
|
|
2048 * editfns.c (Ftemp_directory):
|
|
|
2049 * editfns.c (Finsert_char):
|
|
|
2050 * editfns.c (Fbuffer_substring_no_properties):
|
|
|
2051 * editfns.c (Fnarrow_to_region):
|
|
|
2052 * editfns.c (Fchar_equal):
|
|
|
2053 * editfns.c (Fchar_Equal):
|
|
|
2054 * editfns.c (Ftranspose_regions):
|
|
|
2055 * emacs.c (Fdump_emacs):
|
|
|
2056 * eval.c (Fthrow):
|
|
|
2057 * eval.c (Fcommand_execute):
|
|
|
2058 * eval.c (Fautoload):
|
|
|
2059 * eval.c (Fbacktrace):
|
|
|
2060 * eval.c (Fbacktrace_frame):
|
|
|
2061 * events.c:
|
|
|
2062 * events.c (Fcopy_event):
|
|
|
2063 * events.c (Fcharacter_to_event):
|
|
|
2064 * events.c (Fevent_button):
|
|
|
2065 * events.c (Fevent_process):
|
|
|
2066 * extents.c:
|
|
|
2067 * extents.c (Fnext_extent_change):
|
|
|
2068 * extents.c (Fextent_property):
|
|
|
2069 * faces.c (Ffacep):
|
|
|
2070 * faces.c (Fmake_face):
|
|
|
2071 * file-coding.c:
|
|
|
2072 * file-coding.c (Fencode_shift_jis_char):
|
|
|
2073 * file-coding.c (Fencode_big5_char):
|
|
|
2074 * fileio.c (Ffile_name_directory):
|
|
|
2075 * fileio.c (Ffile_name_nondirectory):
|
|
|
2076 * fileio.c (Ffile_name_as_directory):
|
|
|
2077 * fileio.c (Fdirectory_file_name):
|
|
|
2078 * fileio.c (Ffile_truename):
|
|
|
2079 * fileio.c (Fsubstitute_in_file_name):
|
|
|
2080 * fileio.c (Ffile_modes):
|
|
|
2081 * fileio.c (Fset_file_modes):
|
|
|
2082 * fileio.c (Fset_default_file_modes):
|
|
|
2083 * fileio.c (Fverify_visited_file_modtime):
|
|
|
2084 * floatfns.c (Facos):
|
|
|
2085 * floatfns.c (Fasin):
|
|
|
2086 * floatfns.c (Fatan):
|
|
|
2087 * floatfns.c (Fcos):
|
|
|
2088 * floatfns.c (Fsin):
|
|
|
2089 * floatfns.c (Ftan):
|
|
|
2090 * floatfns.c (Fbessel_j0):
|
|
|
2091 * floatfns.c (Fbessel_j1):
|
|
|
2092 * floatfns.c (Fbessel_jn):
|
|
|
2093 * floatfns.c (Fbessel_y0):
|
|
|
2094 * floatfns.c (Fbessel_y1):
|
|
|
2095 * floatfns.c (Fbessel_yn):
|
|
|
2096 * floatfns.c (Ferf):
|
|
|
2097 * floatfns.c (Ferfc):
|
|
|
2098 * floatfns.c (Flog_gamma):
|
|
|
2099 * floatfns.c (Fexp):
|
|
|
2100 * floatfns.c (Fexpt):
|
|
|
2101 * floatfns.c (Flog):
|
|
|
2102 * floatfns.c (Flog10):
|
|
|
2103 * floatfns.c (Fsqrt):
|
|
|
2104 * floatfns.c (Fcube_root):
|
|
|
2105 * floatfns.c (Facosh):
|
|
|
2106 * floatfns.c (Fasinh):
|
|
|
2107 * floatfns.c (Fatanh):
|
|
|
2108 * floatfns.c (Fcosh):
|
|
|
2109 * floatfns.c (Fsinh):
|
|
|
2110 * floatfns.c (Ftanh):
|
|
|
2111 * floatfns.c (Fabs):
|
|
|
2112 * floatfns.c (Ffloat):
|
|
|
2113 * floatfns.c (Flogb):
|
|
|
2114 * floatfns.c (Fceiling):
|
|
|
2115 * floatfns.c (Ffloor):
|
|
|
2116 * floatfns.c (Fround):
|
|
|
2117 * floatfns.c (Ftruncate):
|
|
|
2118 * floatfns.c (Ffceiling):
|
|
|
2119 * floatfns.c (Fffloor):
|
|
|
2120 * floatfns.c (Ffround):
|
|
|
2121 * floatfns.c (Fftruncate):
|
|
|
2122 * fns.c (Fstring_equal):
|
|
|
2123 * fns.c (Fstring_lessp):
|
|
|
2124 * fns.c (concat2):
|
|
|
2125 * fns.c (concat3):
|
|
|
2126 * fns.c (vconcat2):
|
|
|
2127 * fns.c (vconcat3):
|
|
|
2128 * fns.c (Fsubstring):
|
|
|
2129 * fns.c (Fassoc):
|
|
|
2130 * fns.c (Fold_assoc):
|
|
|
2131 * fns.c (assoc_no_quit):
|
|
|
2132 * fns.c (Fassq):
|
|
|
2133 * fns.c (Fold_assq):
|
|
|
2134 * fns.c (assq_no_quit):
|
|
|
2135 * fns.c (Frassoc):
|
|
|
2136 * fns.c (Fold_rassoc):
|
|
|
2137 * fns.c (Frassq):
|
|
|
2138 * fns.c (Fold_rassq):
|
|
|
2139 * fns.c (rassq_no_quit):
|
|
|
2140 * fns.c (Fremassoc):
|
|
|
2141 * fns.c (remassoc_no_quit):
|
|
|
2142 * fns.c (Fremassq):
|
|
|
2143 * fns.c (remassq_no_quit):
|
|
|
2144 * fns.c (Fremrassoc):
|
|
|
2145 * fns.c (Fremrassq):
|
|
|
2146 * fns.c (remrassq_no_quit):
|
|
|
2147 * fns.c (Fsort):
|
|
|
2148 * fns.c (Fplist_get):
|
|
|
2149 * fns.c (Fplist_put):
|
|
|
2150 * fns.c (Fplist_remprop):
|
|
|
2151 * fns.c (Fplist_member):
|
|
|
2152 * fns.c (Flax_plist_get):
|
|
|
2153 * fns.c (Flax_plist_put):
|
|
|
2154 * fns.c (Flax_plist_remprop):
|
|
|
2155 * fns.c (Flax_plist_member):
|
|
|
2156 * fns.c (Fequal):
|
|
|
2157 * fns.c (Fold_equal):
|
|
|
2158 * fns.c (Frequire):
|
|
|
2159 * fns.c (Fbase64_encode_region):
|
|
|
2160 * fns.c (Fbase64_encode_string):
|
|
|
2161 * fns.c (Fbase64_decode_region):
|
|
|
2162 * frame.c:
|
|
|
2163 * frame.c (frame_matches_frame_spec):
|
|
|
2164 * frame.c (device_matches_device_spec):
|
|
|
2165 * frame.c (next_frame):
|
|
|
2166 * frame.c (previous_frame):
|
|
|
2167 * frame.c (Fnext_frame):
|
|
|
2168 * frame.c (Fprevious_frame):
|
|
|
2169 * frame.c (Fframe_property):
|
|
|
2170 * frame.c (Fset_frame_height):
|
|
|
2171 * frame.c (Fset_frame_size):
|
|
|
2172 * frame.h:
|
|
|
2173 * glyphs.c:
|
|
|
2174 * glyphs.c (if):
|
|
|
2175 * glyphs.c (decode_error_behavior_flag):
|
|
|
2176 * glyphs.c (Fmake_image_instance):
|
|
|
2177 * indent.c (Findent_to):
|
|
|
2178 * intl.c (Fignore_defer_gettext):
|
|
|
2179 * keymap.c (Fkeymapp):
|
|
|
2180 * keymap.c (Flookup_key):
|
|
|
2181 * lread.c:
|
|
|
2182 * lread.c (Fload_internal):
|
|
|
2183 * lread.c (Feval_buffer):
|
|
|
2184 * lread.c (Feval_region):
|
|
|
2185 * macros.c (Fexecute_kbd_macro):
|
|
|
2186 * marker.c (set_marker_internal):
|
|
|
2187 * marker.c (Fset_marker):
|
|
|
2188 * marker.c (set_marker_restricted):
|
|
|
2189 * marker.c (Fcopy_marker):
|
|
|
2190 * marker.c (noseeum_copy_marker):
|
|
|
2191 * menubar.c:
|
|
|
2192 * menubar.c (Fpopup_menu):
|
|
|
2193 * minibuf.c:
|
|
|
2194 * mule-charset.c (Fcharset_name):
|
|
|
2195 * mule-charset.c (Fchar_charset):
|
|
|
2196 * mule-charset.c (Fchar_octet):
|
|
|
2197 * mule-charset.c (Fsplit_char):
|
|
|
2198 * mule-wnnfns.c (Fwnn_open):
|
|
|
2199 * mule-wnnfns.c (Fwnn_dict_comment):
|
|
|
2200 * mule-wnnfns.c (Fwnn_quit_henkan):
|
|
|
2201 * mule-wnnfns.c (Fwnn_word_toroku):
|
|
|
2202 * mule-wnnfns.c (Fwnn_word_sakujo):
|
|
|
2203 * mule-wnnfns.c (Fwnn_word_use):
|
|
|
2204 * mule-wnnfns.c (Fwnn_hindo_set):
|
|
|
2205 * objects.c:
|
|
|
2206 * objects.c (Fmake_color_instance):
|
|
|
2207 * objects.c (Fmake_font_instance):
|
|
|
2208 * print.c (Fwrite_char):
|
|
|
2209 * process.c:
|
|
|
2210 * process.c (mark_process):
|
|
|
2211 * process.c (print_process):
|
|
|
2212 * process.c (get_process_from_usid):
|
|
|
2213 * process.c (Fprocessp):
|
|
|
2214 * process.c (Fprocess_live_p):
|
|
|
2215 * process.c (Fget_process):
|
|
|
2216 * process.c (Fget_buffer_process):
|
|
|
2217 * process.c (get_process):
|
|
|
2218 * process.c (Fprocess_id):
|
|
|
2219 * process.c (Fprocess_name):
|
|
|
2220 * process.c (Fprocess_command):
|
|
|
2221 * process.c (init_process_io_handles):
|
|
|
2222 * process.c (start_process_unwind):
|
|
|
2223 * process.c (Fstart_process_internal):
|
|
|
2224 * process.c (Fopen_multicast_group_internal):
|
|
|
2225 * process.c (Fset_process_window_size):
|
|
|
2226 * process.c (read_process_output):
|
|
|
2227 * process.c (send_process):
|
|
|
2228 * process.c (Fprocess_tty_name):
|
|
|
2229 * process.c (Fset_process_buffer):
|
|
|
2230 * process.c (Fprocess_buffer):
|
|
|
2231 * process.c (Fprocess_mark):
|
|
|
2232 * process.c (set_process_filter):
|
|
|
2233 * process.c (Fset_process_filter):
|
|
|
2234 * process.c (Fprocess_filter):
|
|
|
2235 * process.c (Fprocess_send_region):
|
|
|
2236 * process.c (Fprocess_send_string):
|
|
|
2237 * process.c (exec_sentinel):
|
|
|
2238 * process.c (Fset_process_sentinel):
|
|
|
2239 * process.c (Fprocess_sentinel):
|
|
|
2240 * process.c (status_notify):
|
|
|
2241 * process.c (Fprocess_status):
|
|
|
2242 * process.c (Fprocess_exit_status):
|
|
|
2243 * process.c (process_send_signal):
|
|
|
2244 * process.c (Fprocess_send_eof):
|
|
|
2245 * process.c (deactivate_process):
|
|
|
2246 * process.c (remove_process):
|
|
|
2247 * process.c (Fdelete_process):
|
|
|
2248 * process.c (kill_buffer_processes):
|
|
|
2249 * process.c (Fprocess_kill_without_query):
|
|
|
2250 * process.c (Fprocess_kill_without_query_p):
|
|
|
2251 * rangetab.c:
|
|
|
2252 * rangetab.c (Fget_range_table):
|
|
|
2253 * rangetab.c (Fput_range_table):
|
|
|
2254 * rangetab.c (Fremove_range_table):
|
|
|
2255 * rangetab.c (Fclear_range_table):
|
|
|
2256 * search.c:
|
|
|
2257 * search.c (Fskip_chars_forward):
|
|
|
2258 * search.c (Fskip_chars_backward):
|
|
|
2259 * search.c (Fskip_syntax_forward):
|
|
|
2260 * search.c (Fskip_syntax_backward):
|
|
|
2261 * search.c (search_command):
|
|
|
2262 * search.c (Freplace_match):
|
|
|
2263 * search.c (Fregexp_quote):
|
|
|
2264 * select.c (Fown_selection_internal):
|
|
|
2265 * select.c (Fselection_owner_p):
|
|
|
2266 * select.c (Fselection_exists_p):
|
|
|
2267 * select.c (Fget_selection_internal):
|
|
|
2268 * specifier.c:
|
|
|
2269 * symbols.c:
|
|
|
2270 * symbols.c (Fintern):
|
|
|
2271 * symbols.c (Fintern_soft):
|
|
|
2272 * symbols.c (Funintern):
|
|
|
2273 * symbols.c (Fapropos_internal):
|
|
|
2274 * symbols.c (Fset_default):
|
|
|
2275 * syntax.c:
|
|
|
2276 * syntax.c (Fsyntax_table_p):
|
|
|
2277 * syntax.c (Fcopy_syntax_table):
|
|
|
2278 * syntax.c (Fset_syntax_table):
|
|
|
2279 * syntax.c (Fchar_syntax):
|
|
|
2280 * syntax.c (syntax_match):
|
|
|
2281 * syntax.c (Fmatching_paren):
|
|
|
2282 * syntax.c (Fforward_word):
|
|
|
2283 * syntax.c (scan_lists):
|
|
|
2284 * syntax.c (Fscan_lists):
|
|
|
2285 * syntax.c (Fscan_sexps):
|
|
|
2286 * syntax.c (Fparse_partial_sexp):
|
|
|
2287 * toolbar.c (Fcheck_toolbar_button_syntax):
|
|
|
2288 * tooltalk.doc:
|
|
|
2289 * window.c:
|
|
|
2290 * window.c (Fwindowp):
|
|
|
2291 * window.c (Fwindow_live_p):
|
|
|
2292 * window.c (Fwindow_point):
|
|
|
2293 * window.c (Fdelete_window):
|
|
|
2294 * window.c (Fnext_window):
|
|
|
2295 * window.c (Fprevious_window):
|
|
|
2296 * window.c (Fother_window):
|
|
|
2297 * window.c (window_loop):
|
|
|
2298 * window.c (Fget_lru_window):
|
|
|
2299 * window.c (Fsplit_window):
|
|
|
2300 * window.c (Fenlarge_window):
|
|
|
2301 * window.c (Fenlarge_window_pixels):
|
|
|
2302 * window.c (Fshrink_window):
|
|
|
2303 * window.c (Fshrink_window_pixels):
|
|
|
2304 * window.c (change_window_height):
|
|
|
2305 * window.c (Fwindow_configuration_p):
|
|
|
2306 * window.c (Fcurrent_window_configuration):
|
|
|
2307 * window.h:
|
|
|
2308 * casefiddle.c (casify_object):
|
|
|
2309 * casefiddle.c (Fupcase):
|
|
|
2310 * casefiddle.c (Fdowncase):
|
|
|
2311 * casefiddle.c (Fcapitalize):
|
|
|
2312 * casefiddle.c (Fupcase_initials):
|
|
|
2313 * casefiddle.c (casify_region_internal):
|
|
|
2314 * casefiddle.c (casify_region):
|
|
|
2315 * casefiddle.c (Fupcase_region):
|
|
|
2316 * casefiddle.c (Fdowncase_region):
|
|
|
2317 * casefiddle.c (Fcapitalize_region):
|
|
|
2318 * casefiddle.c (Fupcase_initials_region):
|
|
|
2319 * casefiddle.c (Fupcase_word):
|
|
|
2320 * casefiddle.c (Fdowncase_word):
|
|
|
2321 * casefiddle.c (Fcapitalize_word):
|
|
|
2322 Docstring arglist/Texinfo fixes. See man/ChangeLog for details.
|
|
|
2323 Replace 0 with '\0' when working with bytes.
|
|
|
2324 Replace initial "(" with "\(" in docstrings.
|
|
|
2325
|
|
|
2326 2000-11-01 Martin Buchholz <martin@xemacs.org>
|
|
|
2327
|
|
|
2328 * config.h.in: Handle alloca with Compaq C on Alpha Linux.
|
|
|
2329
|
|
|
2330 * m/alpha.h: Let configure handle SYSTEM_MALLOC on Linux.
|
|
|
2331
|
|
|
2332 2000-10-31 Martin Buchholz <martin@xemacs.org>
|
|
|
2333
|
|
|
2334 * eldap.c (print_ldap): 64-bit cleaner. Fixes warning.
|
|
|
2335
|
|
|
2336 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2337
|
|
|
2338 * doprnt.c (emacs_do_prnt_1): Format (format "%01.2d" 10)
|
|
|
2339 correctly.
|
|
|
2340
|
|
|
2341 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2342
|
|
|
2343 * fileio.c (Vauto_save_list_file_prefix): Moved from startup.el.
|
|
|
2344 (inhibit_auto_save_session): New variable.
|
|
|
2345 (vars_of_fileio): Declare and initialize them.
|
|
|
2346 * fileio.c (Fdo_auto_save): Don't create session file if
|
|
|
2347 Vinhibit_auto_save_session or Vauto_save_list_file_prefix is non-nil.
|
|
|
2348
|
|
|
2349 2000-10-31 Martin Buchholz <martin@xemacs.org>
|
|
|
2350
|
|
|
2351 * sgiplay.c (play_internal): C++ compilability.
|
|
|
2352 * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Remove unused var `SFTB_prev'.
|
|
446
|
2353 * callproc.c (Fold_call_process_internal):
|
|
444
|
2354 Remove unused vars `env', `first'.
|
|
446
|
2355 * scrollbar.c (update_scrollbar_instance):
|
|
444
|
2356 #### unused var `current_window'.
|
|
|
2357 * redisplay-tty.c: Put currently unused vars insert_mode_on,
|
|
|
2358 etc. within #ifdef NOT_YET.
|
|
|
2359 * emacs.c: #### unused vars `initial_argc', `initial_argv'.
|
|
|
2360 * dialog-x.c (dbox_descriptor_to_widget_value): ### unused var `title'.
|
|
446
|
2361 * specifier.c (specifier_instance):
|
|
444
|
2362 #### unused var `tag'.
|
|
|
2363 Use WINDOW_BUFFER, FRAME_DEVICE instead of their expansion.
|
|
|
2364
|
|
|
2365 2000-10-27 Martin Buchholz <martin@xemacs.org>
|
|
|
2366
|
|
|
2367 * fns.c (Fbutlast):
|
|
|
2368 * fns.c (list_sort):
|
|
|
2369 * fns.c (Ffillarray):
|
|
|
2370 * fns.c (bytecode_nconc2):
|
|
|
2371 * fns.c (Fnconc):
|
|
|
2372 * fns.c (mapcar1):
|
|
|
2373 * fns.c (Fmapconcat):
|
|
|
2374 Be pedantically 64-bit correct. For the time when someone will
|
|
|
2375 want to have a list with length > 2**32.
|
|
|
2376
|
|
|
2377 * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
|
|
|
2378 Work around MIPSpro compiler bug.
|
|
|
2379
|
|
|
2380 * process-unix.c (unix_kill_child_process): Add snarky comment.
|
|
|
2381 * process-unix.c (try_to_initialize_subtty): Oops, `=' ==> `=='
|
|
|
2382
|
|
|
2383 * config.h.in: Oops, _getpt ==> _getpty
|
|
|
2384
|
|
|
2385 2000-10-26 Martin Buchholz <martin@xemacs.org>
|
|
|
2386
|
|
|
2387 * config.h.in:
|
|
|
2388 * regex.c:
|
|
|
2389 Use void*, not char*, as return type of alloca().
|
|
|
2390
|
|
|
2391 * alloc.c (free_marker): Side effect inside assert expression!
|
|
|
2392
|
|
|
2393 2000-10-16 MIYASHITA Hisashi <himi@m17n.org>
|
|
|
2394
|
|
|
2395 * mule-charset.c (Fset_charset_ccl_program): To check
|
|
|
2396 if the given ccl program is valid, use setup_ccl_program()
|
|
|
2397 instead of CHECK_VECTOR().
|
|
|
2398 (Fmake_charset): Likewise.
|
|
|
2399
|
|
|
2400 2000-10-20 Golubev I. N. <gin@mo.msk.ru>
|
|
|
2401
|
|
|
2402 * faces.c (get_extent_fragment_face_cache_index):
|
|
|
2403 Fix cachel.merged_faces memory leak.
|
|
|
2404
|
|
|
2405 2000-10-14 MIYASHITA Hisashi <himi@m17n.org>
|
|
|
2406
|
|
|
2407 * mule-ccl.c (ccl_driver)<CCL_DECODE_SJIS>:
|
|
|
2408 Reset MSB of octets obtained by DECODE_SJIS
|
|
|
2409 because of the incompatibility with Emacs.
|
|
|
2410 (ccl_driver)<CCL_ENCODE_SJIS>:
|
|
|
2411 Set MSB of octets before passing them to
|
|
|
2412 ENCODE_SJIS because of the incompatibility
|
|
|
2413 with Emacs.
|
|
|
2414
|
|
|
2415 2000-10-18 Daiki Ueno <ueno@unixuser.org>
|
|
|
2416
|
|
|
2417 * lrecord.h (DECLARE_TYPECHECK_LRECORD): Abolish.
|
|
|
2418 (DECLARE_LRECORD): Undo the last change.
|
|
|
2419 (DECLARE_EXTERNAL_LRECORD): Expand typechecking stuff.
|
|
|
2420
|
|
|
2421 2000-10-17 Daiki Ueno <ueno@unixuser.org>
|
|
|
2422
|
|
|
2423 * lrecord.h (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): Connect
|
|
|
2424 the implementation to lrecord_implementations_table.
|
|
|
2425
|
|
|
2426 2000-10-14 Daiki Ueno <ueno@unixuser.org>
|
|
|
2427
|
|
|
2428 * lrecord.h (MAKE_EXTERNAL_LRECORD_IMPLEMENTATION): Don't set the
|
|
|
2429 initial value of `lrecord_type_##c_name' and
|
|
|
2430 `lrecord_##c_name.lrecord_type_index'; discard "const" qualifier.
|
|
|
2431 (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): New macro.
|
|
|
2432 [ERROR_CHECK_TYPECHECK] (DECLARE_TYPECHECK_LRECORD): New macro.
|
|
|
2433 [ERROR_CHECK_TYPECHECK] (DECLARE_LRECORD): Use it.
|
|
|
2434 [ERROR_CHECK_TYPECHECK] (DECLARE_EXTERNAL_LRECORD): Use it.
|
|
|
2435
|
|
|
2436 2000-10-17 Martin Buchholz <martin@xemacs.org>
|
|
|
2437
|
|
|
2438 * miscplay.c (sndcnv8S_2mono):
|
|
446
|
2439 (sndcnv2monounsigned):
|
|
|
2440 (sndcnvULaw_2linear):
|
|
|
2441 (sndcnv16swap):
|
|
444
|
2442 Remove implementation-defined behavior.
|
|
|
2443
|
|
|
2444 2000-10-12 Martin Buchholz <martin@xemacs.org>
|
|
|
2445
|
|
|
2446 * input-method-xlib.c: Warning suppression.
|
|
|
2447
|
|
|
2448 2000-10-05 MIYASHITA Hisashi <himi@m17n.org>
|
|
|
2449
|
|
|
2450 * mule-ccl.c: Sync up with Emacs 21.0.90.
|
|
|
2451 (ccl_driver)<CCL_TranslateCharacter>: Disabled.
|
|
|
2452 Do nothing.
|
|
|
2453 (ccl_driver)<CCL_TranslateCharacterConstTbl>:
|
|
|
2454 Likewise.
|
|
|
2455 (ccl_driver[WriteMultibyteChar2]): Bug fix.
|
|
|
2456 Use MAX_LEADING_BYTE_OFFICIAL_2 instead of
|
|
|
2457 MIN_LEADING_BYTE_OFFICIAL_2 to check whether the
|
|
|
2458 leading char belongs to official 2-dimensional charset.
|
|
|
2459 (CCL_WRITE_CHAR): When CCL_MODE_ENCODING,
|
|
|
2460 write the given character as is. Otherwise,
|
|
|
2461 if it is a multibyte char, convert it by
|
|
|
2462 non_ascii_set_charptr_emchar, then write it.
|
|
|
2463 (CCL_WRITE_STRING): Likewise.
|
|
|
2464 (ccl_get_compiled_code): New function.
|
|
|
2465 (setup_ccl_program): When ccl_prog is invalid,
|
|
|
2466 return -1.
|
|
|
2467 (Fregister_code_conversion_map): New function.
|
|
|
2468 (syms_of_mule_ccl): defsubr Fregister_code_conversion_map.
|
|
|
2469
|
|
|
2470 * mule-ccl.h: Sync up with Emacs 21.0.90.
|
|
|
2471 (Fregister_ccl_program): export it.
|
|
|
2472
|
|
|
2473 * redisplay-msw.c (separate_textual_runs):
|
|
|
2474 If ccl program is not valid, don't do ccl conversion.
|
|
|
2475
|
|
|
2476 * redisplay-x.c (separate_textual_runs): Ditto.
|
|
|
2477
|
|
|
2478 * file-coding.c (Fmake_coding_system):
|
|
|
2479 When type is ccl and value is vector, register it
|
|
|
2480 with a proper symbol. And checks whether the
|
|
|
2481 given ccl program is valid.
|
|
|
2482 (mule_decode): When calling ccl_driver, if src indicates
|
|
|
2483 NULL pointer, set an empty string instead.
|
|
|
2484 (mule_encode): Likewise.
|
|
|
2485
|
|
|
2486 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
|
2487
|
|
|
2488 The following large batch of changes gets us back to a state of
|
|
|
2489 C++ compilability. Extbyte is now a char, which means that
|
|
|
2490 Extbyte * and Bufbyte * cannot be freely interchanged - a win!
|
|
|
2491
|
|
|
2492 * tooltalk.c (Fset_tooltalk_message_attribute): Type correctness.
|
|
|
2493
|
|
|
2494 * sound.c (Fplay_sound): Type correctness.
|
|
|
2495
|
|
|
2496 * select-x.c (hack_motif_clipboard_selection): Type correctness.
|
|
|
2497 (x_get_window_property): Type correctness.
|
|
|
2498 (receive_incremental_selection): unsigned char ==> Extbyte
|
|
|
2499 (selection_data_to_lisp_data): unsigned char ==> Extbyte
|
|
|
2500 (Fx_get_cutbuffer_internal): unsigned char ==> Extbyte
|
|
|
2501 (Fx_store_cutbuffer_internal): Type correctness.
|
|
|
2502
|
|
|
2503 * process-unix.c (try_to_initialize_subtty): Type correctness.
|
|
|
2504
|
|
|
2505 * objects-x.c (x_print_color_instance): Type correctness.
|
|
|
2506 (x_print_font_instance): Type correctness.
|
|
|
2507 (x_list_fonts): SExtbyte ==> Extbyte.
|
|
|
2508 (valid_x_font_name_p): SExtbyte ==> Extbyte.
|
|
|
2509 (x_find_charset_font): SExtbyte ==> Extbyte.
|
|
|
2510 Use TO_INTERNAL_FORMAT. build_string ==> make_string.
|
|
|
2511 (truename_via_XListFonts): SExtbyte ==> Extbyte.
|
|
|
2512 (x_font_instance_properties): Use TO_INTERNAL_FORMAT.
|
|
|
2513 Use bufbyte_strcmp.
|
|
|
2514
|
|
|
2515 * mule-charset.h (LEADING_BYTE_PREFIX_P): unsigned char ==> Bufbyte
|
|
|
2516 (PRIVATE_LEADING_BYTE_PREFIX): Add paranoia cast.
|
|
|
2517 (BYTE_ASCII_P): Use bit ops for char-signedness safety.
|
|
|
2518 (BYTE_C0_P): Use bit ops for char-signedness safety.
|
|
|
2519 (BYTE_C1_P): Use bit ops for char-signedness safety.
|
|
446
|
2520 (CHARSET_BY_LEADING_BYTE):
|
|
|
2521 (CHARSET_BY_ATTRIBUTES):
|
|
444
|
2522 Always use inline function.
|
|
|
2523 Use type_checking_assert.
|
|
|
2524 Hide chlook.
|
|
|
2525
|
|
|
2526 * mule-charset.c (non_ascii_charptr_copy_char):
|
|
|
2527 Modify to work with both ASCII and non-ASCII characters.
|
|
|
2528 Improve docs and variable names.
|
|
|
2529 Replace over-clever fall-through switch with a simple loop.
|
|
446
|
2530 (Lstream_get_emchar_1):
|
|
444
|
2531 Replace over-clever fall-through switch with a simple loop.
|
|
|
2532
|
|
|
2533 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
|
2534 Warning suppression.
|
|
|
2535
|
|
|
2536 * lstream.h (Lstream_get_emchar): BYTE_ASCII_P cannot be used on
|
|
|
2537 the return value of Lstream_getc, which could be EOF as well.
|
|
|
2538
|
|
|
2539 * lstream.c (Lstream_raw_read): Now returns ssize_t, not int.
|
|
|
2540
|
|
|
2541 * lisp.h: Make Extbyte a char, not unsigned char, so that external
|
|
|
2542 APIs can be used on Extbytes without casts. Risky!
|
|
|
2543 (SExtbyte): Remove.
|
|
|
2544 (UExtbyte): Remove.
|
|
|
2545
|
|
|
2546 * input-method-xlib.c (XIM_init_device):
|
|
|
2547 Use Xlib.h instead of IntrinsicP.h.
|
|
|
2548 Use HAVE_XREGISTERIMINSTANTIATECALLBACK instead of THIS_IS_X11R6,
|
|
|
2549 which will break in X11R7.
|
|
|
2550 Use XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE,
|
|
|
2551 to call XRegisterIMInstantiateCallback with correct types.
|
|
|
2552
|
|
|
2553 * gui-x.c (button_item_to_widget_value): Type correctness.
|
|
|
2554
|
|
|
2555 * glyphs.c (bitmap_to_lisp_data): Type correctness.
|
|
|
2556
|
|
|
2557 * glyphs-x.c (pixmap_from_xbm_inline): Type correctness.
|
|
|
2558 (xbm_instantiate_1): Type correctness.
|
|
|
2559 (BUILD_GLYPH_INST): Type correctness.
|
|
|
2560
|
|
|
2561 * fileio.c (Fsubstitute_in_file_name): Type correctness.
|
|
|
2562
|
|
|
2563 * file-coding.c:
|
|
|
2564 (decode_coding_sjis):
|
|
|
2565 (decode_coding_big5):
|
|
|
2566 (decode_coding_ucs4):
|
|
|
2567 (decode_coding_utf8):
|
|
|
2568 (decode_coding_iso2022):
|
|
|
2569 (decode_coding_no_conversion):
|
|
|
2570 Make all decoding functions take an Extbyte * arg.
|
|
|
2571 (encode_coding_sjis):
|
|
|
2572 (encode_coding_big5):
|
|
|
2573 (encode_coding_ucs4):
|
|
|
2574 (encode_coding_utf8):
|
|
|
2575 (encode_coding_iso2022):
|
|
|
2576 (encode_coding_no_conversion):
|
|
|
2577 Make all encoding functions take a Bufbyte * arg.
|
|
|
2578 Use size_t instead of unsigned int for memory sizes.
|
|
|
2579 Only cast to unsigned char whenever dereferencing Extbyte *.
|
|
|
2580
|
|
|
2581 * doc.c (unparesseuxify_doc_string): Type correctness.
|
|
|
2582
|
|
|
2583 * console-x.c (split_up_display_spec):
|
|
|
2584 Rewrite without using details of internal string representation.
|
|
|
2585 (x_semi_canonicalize_device_connection): Type correctness.
|
|
|
2586
|
|
|
2587 * config.h.in:
|
|
|
2588 (HAVE_XREGISTERIMINSTANTIATECALLBACK): New.
|
|
|
2589 (XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE): New.
|
|
|
2590 (HAVE_XFREE386): Removed.
|
|
|
2591
|
|
|
2592 * buffer.h (DEC_CHARPTR): `const' correctness.
|
|
|
2593 (bufbyte_strcmp): New.
|
|
|
2594 (bufbyte_memcmp): New.
|
|
|
2595
|
|
|
2596 * buffer.c (dfc_convert_to_internal_format): Extbyte ==> Bufbyte
|
|
|
2597
|
|
|
2598 * buffer.h (XCHAR_OR_CHAR_INT):
|
|
|
2599 Always use inline function.
|
|
|
2600 Remove redundant type checking assert() - XINT will abort quite nicely.
|
|
|
2601
|
|
|
2602 2000-10-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2603
|
|
|
2604 * search.c (Freplace_match): Set newtext to an empty string.
|
|
|
2605
|
|
|
2606 2000-10-10 Martin Buchholz <martin@xemacs.org>
|
|
|
2607
|
|
|
2608 * s/decosf1-3.h: Remove #include of stropts.h
|
|
|
2609 * s/ptx.h: Remove #include of stropts.h
|
|
|
2610 * s/usg5-4.h: Remove #include of stropts.h
|
|
446
|
2611 * sysproc.h:
|
|
|
2612 * config.h.in:
|
|
444
|
2613 Use stropts.h, not sys/stropts.h.
|
|
|
2614 Use strtio.h, not sys/strtio.h.
|
|
|
2615
|
|
442
|
2616 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
|
2617
|
|
|
2618 * XEmacs 21.2.36 is released.
|
|
|
2619
|
|
444
|
2620 2000-09-21 Andy Piper <andy@xemacs.org>
|
|
|
2621
|
|
|
2622 * glyphs-x.c (x_redisplay_widget): make sure non-structural
|
|
|
2623 changes still involve copying the widget tree.
|
|
|
2624 (update_widget_face): make sure a change is register in the widget
|
|
|
2625 tree. Call update_tab_widget_face appropriately.
|
|
|
2626 (update_tab_widget_face): ditto.
|
|
|
2627 (x_tab_control_redisplay): make sure non-structural changes still
|
|
|
2628 involve copying the widget tree.
|
|
|
2629
|
|
442
|
2630 2000-08-31 Daiki Ueno <ueno@unixuser.org>
|
|
|
2631
|
|
|
2632 * lread.c (locate_file): Check the path element is non-nil.
|
|
|
2633
|
|
|
2634 2000-10-02 Martin Buchholz <martin@xemacs.org>
|
|
|
2635
|
|
|
2636 * lisp.h: Warning suppression for SCO compilers.
|
|
|
2637
|
|
|
2638 * redisplay-tty.c (reset_tty_modes): Fix crash.
|
|
|
2639 E.g. from xemacs running on X: (delete-device (make-device 'tty nil))
|
|
|
2640
|
|
|
2641 2000-09-27 Martin Buchholz <martin@xemacs.org>
|
|
|
2642
|
|
|
2643 Big signal/process handling overhaul. Bugs fixed:
|
|
|
2644 M-x shell, type `sleep 10000', M-x comint-interrupt-subjob and
|
|
|
2645 M-x comint-kill-subjob should work for both values nil and t of
|
|
|
2646 process-connection-type. It was broken on most platforms.
|
|
|
2647 Testing on Irix and Cygwin still needed. Other plaforms tested.
|
|
|
2648 * sysdep.c: Move #include of stropts.h into sysproc.h. Use pid_t.
|
|
|
2649 * process-unix.c: Signal/Process handling overhaul.
|
|
|
2650 (pty_name): make 64 bytes, as `expect' does, for paranoia.
|
|
|
2651 (allocate_pty): Use all available modern methods of allocating
|
|
|
2652 ptys, falling back to old style BSD allocation as a last resort.
|
|
|
2653 Use allegedly more secure Unix98 pty allocation by default.
|
|
|
2654 (allocate_pty_the_old_fashioned_way): New. the last resort.
|
|
|
2655 (unix_create_process): Push ptem, ldterm, ttcompat where
|
|
|
2656 available. Autoconfiscate.
|
|
|
2657 (try_to_initialize_subtty): New.
|
|
|
2658 (unix_kill_child_process): Proper signal handling for ptys on most
|
|
|
2659 platforms, using special knowledge of AIX, BSD, etc...
|
|
|
2660 (unix_create_process): Always disconnect_controlling_terminal() for
|
|
|
2661 subprocesses, whether using ptys or not.
|
|
|
2662 * process.h: Remove old getpt-dependent PTY code.
|
|
|
2663 * process.c (Fprocess_send_signal): New, obvious generic function.
|
|
|
2664 (decode_signal): New.
|
|
|
2665 (Finterrupt_process):
|
|
|
2666 (Fkill_process):
|
|
|
2667 (Fquit_process):
|
|
|
2668 (Fstop_process):
|
|
|
2669 (Fcontinue_process):
|
|
|
2670 (Fsignal_process): Use decode_signal.
|
|
|
2671 (process_send_signal):
|
|
|
2672 Many docstring corrections.
|
|
|
2673 Allow any signal to be sent to a process object.
|
|
|
2674 * config.h.in: Add symbols for big signal/process overhaul.
|
|
|
2675 * syssignal.h (EMACS_KILLPG): Use HAVE_KILLPG. Use `pid', not `gid'.
|
|
|
2676 * sysproc.h: Include process-related headers, where available:
|
|
|
2677 sys/stropts.h sys/strtio.h pty.h libutil.h
|
|
|
2678 * s/irix4-0.h:
|
|
|
2679 * s/irix5-0.h:
|
|
|
2680 * s/cygwin32.h:
|
|
|
2681 * s/gnu.h:
|
|
|
2682 * s/linux.h:
|
|
|
2683 * s/hpux.h:
|
|
|
2684 * s/aix3-1.h:
|
|
|
2685 Remove old S&M pty stuff.
|
|
|
2686 * console-tty.c (tty_init_console): Use pid_t, not int, for pids.
|
|
|
2687 * systty.h: Simplify cpp hackery, improve comments.
|
|
|
2688 Favor BSD ioctl(TIOCGPGRP) over Posix tcgetpgrp().
|
|
|
2689
|
|
|
2690 * editfns.c (Fformat_time_string):
|
|
|
2691 Be a little more paranoid with the return value of ctime.
|
|
|
2692
|
|
|
2693 * fileio.c (check_executable):
|
|
|
2694 (check_writable):
|
|
|
2695 Use symbolic constants X_OK, W_OK.
|
|
|
2696
|
|
|
2697 * console-x.c (split_up_display_spec): Fix a warning.
|
|
|
2698
|
|
|
2699 2000-10-02 Martin Buchholz <martin@xemacs.org>
|
|
|
2700
|
|
|
2701 * gui-x.c (add_accel_and_to_external): strlen ==> XSTRING_LENGTH
|
|
|
2702 * ntproc.c (sys_spawnve): make_string ==> build_string
|
|
|
2703 Small clarity improvements.
|
|
|
2704
|
|
|
2705 2000-09-30 Martin Buchholz <martin@xemacs.org>
|
|
|
2706
|
|
|
2707 * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY): Warning removal.
|
|
|
2708
|
|
|
2709 * s/windowsnt.h (HAVE_STRCASECMP): Remove.
|
|
|
2710
|
|
|
2711 * config.h.in (HAVE_STRCASECMP): Remove.
|
|
|
2712
|
|
|
2713 2000-09-29 Martin Buchholz <martin@xemacs.org>
|
|
|
2714
|
|
|
2715 * redisplay-output.c (redisplay_output_pixmap):
|
|
|
2716 Cleaner and possibly more 64-bit correct code.
|
|
|
2717
|
|
|
2718 2000-09-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
2719
|
|
|
2720 * dumper.c (pdump_load_finish): move restoration of
|
|
|
2721 `noninteractive1' to emacs.c (main_1).
|
|
|
2722 * emacs.c (main_1): protect LISP-visible command-line flags
|
|
|
2723 from pdump_load().
|
|
|
2724
|
|
|
2725 2000-09-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
2726
|
|
|
2727 * Makefile.in.in (versionclean): Use EXE_TARGET and
|
|
|
2728 DUMP_TARGET instead of literal program names.
|
|
|
2729
|
|
|
2730 2000-09-20 Martin Buchholz <martin@xemacs.org>
|
|
|
2731
|
|
|
2732 * Makefile.in.in: Recent purify's require absolute paths for cache-dir.
|
|
|
2733
|
|
|
2734 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
|
2735
|
|
|
2736 * *: Spelling mega-patch
|
|
|
2737
|
|
|
2738 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
|
2739
|
|
|
2740 * fns.c (bad_bad_turtle):
|
|
|
2741 Delete "Eek!" comment, since we fixed the bug to which it refers.
|
|
|
2742
|
|
|
2743 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
|
2744
|
|
|
2745 * alloca.c: Replace REGISTER with register.
|
|
|
2746
|
|
|
2747 2000-09-16 Daiki Ueno <ueno@unixuser.org>
|
|
|
2748
|
|
|
2749 * file-coding.c (ucs_to_char): Use countof.
|
|
|
2750
|
|
|
2751 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
|
2752
|
|
|
2753 * file-coding.c: (ucs_to_char):
|
|
|
2754 (complex_vars_of_file_coding):
|
|
|
2755 Use countof instead of sizeof.
|
|
|
2756 Use CHECK_NATNUM instead of CHECK_INT.
|
|
|
2757
|
|
|
2758 * sysdep.c (strcasecmp): Remove.
|
|
|
2759 * device-x.c (ascii_strcasecmp): New.
|
|
|
2760 * device-x.c (Fx_get_resource): Use ascii_strcasecmp.
|
|
|
2761 Avoid using non-standard non-portable strcasecmp.
|
|
|
2762
|
|
|
2763 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
|
2764
|
|
|
2765 * Makefile.in.in (mostlyclean): remove reference to prefix-args.
|
|
|
2766 * font-lock.c: remove reference to emacsfns.h.
|
|
|
2767 * search.c: small doc improvement.
|
|
|
2768 * event-Xt.c: correct file names in comments.
|
|
|
2769 * console-x.h Correct file names in comments.
|
|
|
2770 * frame.c: Correct file names in comments.
|
|
|
2771 * event-stream.c: remove Energize from comments.
|
|
|
2772
|
|
|
2773 2000-09-15 Martin Buchholz <martin@xemacs.org>
|
|
|
2774
|
|
|
2775 * symeval.h (DEFERROR_STANDARD):
|
|
|
2776 (DEFERROR):
|
|
|
2777 (DEFSYMBOL):
|
|
|
2778 (DEFSYMBOL_NO_DUMP):
|
|
|
2779 (DEFSYMBOL_MULTIWORD_PREDICATE):
|
|
|
2780 (DEFSYMBOL_MULTIWORD_PREDICATE_NO_DUMP):
|
|
|
2781 (DEFKEYWORD):
|
|
|
2782 The construct &##name is not sensible C.
|
|
|
2783 Fixes compilation errors with Unixware native compiler.
|
|
|
2784
|
|
|
2785 2000-09-14 Martin Buchholz <martin@xemacs.org>
|
|
|
2786
|
|
|
2787 * frame.c (device_matches_console_spec): no longer takes a `frame' arg
|
|
|
2788 (next_frame_internal): Removed. We now just have next_frame.
|
|
|
2789 (next_frame):
|
|
|
2790 Write a simpler and cleaner one-pass algorithm.
|
|
|
2791 Remove called_from_delete_device arg and #ifdefed-out code.
|
|
|
2792 (previous_frame):
|
|
|
2793 Renamed from prev_frame. Update callers.
|
|
|
2794 Cleaned up to have an analogous implementation to next_frame.
|
|
|
2795 (other_visible_frames_internal): Remove the
|
|
|
2796 called_from_delete_device bogus arg, and hence, remove this
|
|
|
2797 function. Just use other_visible_frames().
|
|
|
2798
|
|
446
|
2799 * window.c (Fnext_window):
|
|
442
|
2800 Prettify docstring.
|
|
|
2801 Since next_frame() is guaranteed to return a frame, remove check
|
|
|
2802 for nil inserted in previous patch.
|
|
446
|
2803 (Fprevious_window):
|
|
|
2804 Prettify docstring.
|
|
442
|
2805 Make code look more like Fnext_window.
|
|
|
2806 (window_loop):
|
|
|
2807 Respect the `console' arg when iterating through windows.
|
|
|
2808 Fixes bug: (get-buffer-window buffer t device) not respecting
|
|
|
2809 the `device' arg.
|
|
|
2810 This function needs more work, as others have pointed out.
|
|
|
2811
|
|
|
2812 * frame.h: Rename prev_frame to previous_frame.
|
|
|
2813 device_matches_console_spec no longer takes a `frame' arg.
|
|
|
2814
|
|
|
2815 * s/gnu.h:
|
|
|
2816 * s/linux.h:
|
|
|
2817 * s/hpux.h:
|
|
|
2818 Use EMACS_BLOCK_SIGNAL instead of sigblock.
|
|
|
2819 From "Golubev I. N." <gin@mo.msk.ru>.
|
|
|
2820
|
|
|
2821 * make-src-depend: Fix typo.
|
|
|
2822
|
|
|
2823 2000-09-13 Martin Buchholz <martin@xemacs.org>
|
|
|
2824
|
|
|
2825 * window.c (Fnext_window):
|
|
|
2826 next_frame() might return nil, not a frame.
|
|
|
2827 Fixes this crash:
|
|
|
2828 (gdb) run -eval '(progn (make-device (quote x) "polgar:0") (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
|
|
|
2829
|
|
|
2830 * frame.c (next_frame_internal):
|
|
|
2831 We've passed a frame if we've passed its device.
|
|
|
2832 Fixes this crash:
|
|
|
2833 (gdb) run -eval '(progn (make-frame nil (make-device (quote x) "polgar:0")) (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
|
|
|
2834 Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245, RECORD_TYPEP (obj, lrecord_type_frame)
|
|
|
2835
|
|
|
2836 2000-09-11 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
2837
|
|
|
2838 * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
|
|
|
2839 Allow option to suppress accelerators in menu/dialog items.
|
|
|
2840 (populate_or_checksum_helper): Pass dialog title through above.
|
|
|
2841
|
|
|
2842 2000-09-10 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
2843
|
|
|
2844 * event-msw.c (mswindows_key_to_emacs_keysym):
|
|
|
2845 Add "pause" key, fix "menu" key.
|
|
|
2846
|
|
|
2847 2000-09-09 Martin Buchholz <martin@xemacs.org>
|
|
|
2848
|
|
|
2849 * eval.c (reinit_vars_of_eval):
|
|
|
2850 Increase max_lisp_eval_depth to 1000,
|
|
|
2851 required for thai-xtis.el to byte-compile under some circumstances.
|
|
|
2852
|
|
|
2853 2000-09-04 Martin Buchholz <martin@xemacs.org>
|
|
|
2854
|
|
|
2855 * event-Xt.c (x_to_emacs_keysym): Increase size of `buffer' to 513.
|
|
|
2856 From Kenichi Handa.
|
|
|
2857
|
|
|
2858 2000-09-01 Martin Buchholz <martin@xemacs.org>
|
|
|
2859
|
|
|
2860 * make-src-depend: Make the generated Makefiles smaller.
|
|
|
2861
|
|
|
2862 * s/hpux.h (SETUP_SLAVE_PTY):
|
|
|
2863 Provide a %d in the format string for the errno argument.
|
|
|
2864
|
|
|
2865 * editfns.c (Ftemp_directory):
|
|
|
2866 Warning fix.
|
|
|
2867 Avoid buffer overrun on very long file name.
|
|
|
2868
|
|
446
|
2869 * input-method-xlib.c (XIM_init_device):
|
|
442
|
2870 6th parameter of XRegisterIMInstantiateCallback has different
|
|
|
2871 pointer types on different OSes, so simply cast to (void *).
|
|
|
2872
|
|
|
2873 * unexhp9k800.c: Warning fixes. Fiddly changes.
|
|
|
2874
|
|
|
2875 * sysdll.c (dll_open):
|
|
|
2876 shl_load will hang hard if passed a NULL filename.
|
|
|
2877 Simply return NULL for compatibility with dlopen.
|
|
|
2878 * sysdll.c: Conform to XEmacs coding standards.
|
|
|
2879
|
|
446
|
2880 * sysdep.c (get_pty_max_bytes):
|
|
442
|
2881 Support pty input lines longer than 512 bytes on HP-UX 10.20.
|
|
|
2882
|
|
|
2883 2000-08-31 Martin Buchholz <martin@xemacs.org>
|
|
|
2884
|
|
|
2885 * tooltalk.c: Add #include <syssignal.h>
|
|
|
2886
|
|
|
2887 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
|
|
|
2888
|
|
|
2889 * s/hpux.h: Don't use undefined function sigunblock().
|
|
|
2890
|
|
|
2891 2000-08-31 Martin Buchholz <martin@xemacs.org>
|
|
|
2892
|
|
|
2893 * config.h.in: Add HAVE_BALLOON_HELP.
|
|
|
2894 * emacs.c: Use HAVE_BALLOON_HELP.
|
|
|
2895 * Makefile.in.in (x_objs):
|
|
|
2896 Make Balloon Help conditional on finding shape.h.
|
|
|
2897
|
|
|
2898 2000-08-23 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2899
|
|
|
2900 * syntax.c (regex_emacs_buffer_p): New variable.
|
|
|
2901 * syntax.h (regex_emacs_buffer_p): extern.
|
|
|
2902 * search.c (looking_at_1):
|
|
|
2903 (string_match_1):
|
|
|
2904 (fast_string_match):
|
|
|
2905 (search_buffer): Set regex_emacs_buffer_p.
|
|
|
2906 * regex.c (re_match_2_internal): Reference regex_emacs_buffer_p
|
|
|
2907 when before_dot, at_dot, after_dot.
|
|
|
2908
|
|
|
2909 2000-08-23 Andy Piper <andy@xemacs.org>
|
|
|
2910
|
|
|
2911 * gui-x.c (popup_selection_callback): Only set action_occurred
|
|
|
2912 when we really have an image instance.
|
|
|
2913 * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
|
|
|
2914
|
|
|
2915 2000-08-23 Andy Piper <andy@xemacs.org>
|
|
|
2916
|
|
|
2917 * gui-msw.c (mswindows_handle_gui_wm_command): set
|
|
|
2918 action_occurred.
|
|
|
2919 * gui-x.c (popup_selection_callback): ditto.
|
|
|
2920
|
|
|
2921 * glyphs.h (IMAGE_INSTANCE_WIDGET_ACTION_OCCURRED): new accessor.
|
|
|
2922 (XIMAGE_INSTANCE_WIDGET_ACTION_OCCURRED): ditto.
|
|
|
2923 (struct Lisp_Image_Instance): add action_occurred flag.
|
|
|
2924
|
|
|
2925 * glyphs.c (redisplay_subwindow): use action_occurred flag.
|
|
|
2926 (image_instance_changed): ditto.
|
|
|
2927 (reset_frame_subwindow_instance_cache): only unmap windows - do
|
|
|
2928 not remove them from the cache also.
|
|
|
2929
|
|
|
2930 * glyphs-widget.c (tab_control_update): better debug.
|
|
|
2931 (progress_gauge_update): ditto.
|
|
|
2932 (layout_update): ditto.
|
|
|
2933 (layout_instantiate): ditto.
|
|
|
2934 (tab_control_order_only_changed): cope with null pending items.
|
|
|
2935
|
|
|
2936 * glyphs-msw.c (mswindows_tab_control_redisplay): add better
|
|
|
2937 debug. Force selection of an item when an action occurred. Cope
|
|
|
2938 with null pending_items.
|
|
|
2939 (mswindows_progress_gauge_redisplay): better debug.
|
|
|
2940 * glyphs-x.c (x_tab_control_redisplay): ditto.
|
|
|
2941
|
|
|
2942 * redisplay.c (redisplay_frame): reset the frame cache if the
|
|
|
2943 frame is garbaged.
|
|
|
2944
|
|
|
2945 * window.c (Fset_window_configuration): potentially re-enable
|
|
|
2946 frame cache reset.
|
|
|
2947 (window_unmap_subwindows): need to finalize instances here since
|
|
|
2948 it is only used in mark_window_as_deleted.
|
|
|
2949
|
|
|
2950 2000-08-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
2951
|
|
|
2952 * nas.c (SndOpenDataForReading):
|
|
|
2953 nas.c (WaveOpenDataForReading):
|
|
|
2954 nas.c (readChunk): {BIG,LITTLE}_ENDIAN -> NAS_{BIG,LITTLE}_ENDIAN.
|
|
|
2955 Somehow escaped from the 2000-08-14 patch.
|
|
|
2956
|
|
|
2957 2000-08-14 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
2958
|
|
|
2959 * nas.c: Preprocessor trickery to use NAS_LITTLE_ENDIAN instead
|
|
|
2960 of LITTLE_ENDIAN (conflicts with glibc, at least) in NAS <= 1.2p5.
|
|
|
2961
|
|
|
2962 2000-08-21 Andy Piper <andy@xemacs.org>
|
|
|
2963
|
|
|
2964 * glyphs-x.c (x_map_subwindow): Minor optimization - only map the
|
|
|
2965 window if it is not already displayed.
|
|
|
2966
|
|
|
2967 * glyphs-msw.c (mswindows_map_subwindow): only map the window if
|
|
|
2968 it is not already displayed.
|
|
|
2969
|
|
|
2970 * window.c (Fset_window_configuration): don't reset the frame
|
|
|
2971 cache.
|
|
|
2972
|
|
|
2973 * glyphs.c (unmap_subwindow_instance_cache_mapper): only remove
|
|
|
2974 instances from the frame cache if we are actually finalizing them.
|
|
|
2975 (reset_frame_subwindow_instance_cache): reset frame cache only
|
|
|
2976 after unmapping everything.
|
|
|
2977 (map_subwindow): set displayed flag after mapping.
|
|
|
2978
|
|
|
2979 2000-08-21 Martin Buchholz <martin@xemacs.org>
|
|
|
2980
|
|
|
2981 * data.c (indirect_function):
|
|
|
2982 Rename ERRORP to non-misleading VOID_FUNCTION_ERRORP.
|
|
|
2983
|
|
446
|
2984 * eval.c (function_argcount):
|
|
442
|
2985 Use original function when signaling errors.
|
|
|
2986
|
|
|
2987 2000-08-18 Andy Piper <andy@xemacs.org>
|
|
|
2988
|
|
|
2989 * frame.c (delete_frame_internal): use new
|
|
|
2990 free_frame_subwindow_instances name.
|
|
|
2991
|
|
|
2992 * glyphs-msw.c (mswindows_tab_control_instantiate): verify index.
|
|
|
2993 (add_tab_item): make return type correct.
|
|
|
2994 (mswindows_tab_control_instantiate): assert index of tab.
|
|
|
2995 (mswindows_tab_control_redisplay): Re-code to use
|
|
|
2996 gui_item_equal_sans_selected and gui_item_list_find_selected.
|
|
|
2997
|
|
|
2998 * glyphs-widget.c (tab_control_update): Correct comment.
|
|
|
2999
|
|
|
3000 * window.c (window_unmap_subwindows): use new
|
|
|
3001 unmap_subwindow_instance_cache_mapper.
|
|
|
3002 (window_unmap_subwindows_cache_mapper): deleted.
|
|
|
3003 (Fset_window_configuration): comparisons should now be with
|
|
|
3004 EQ. Preserve the subwindow instance cache across configuration
|
|
|
3005 changes.
|
|
|
3006 (allocate_window): ditto.
|
|
|
3007 (make_dummy_parent): ditto.
|
|
|
3008
|
|
|
3009 * glyphs.c (free_frame_subwindow_instances): rename from
|
|
|
3010 free_frame_subwindow_instance_cache. finalize all instances rather
|
|
|
3011 than just those in the display cache.
|
|
|
3012 (finalize_all_subwindow_instances): walk windows unmapping and
|
|
|
3013 finalizing subwindows.
|
|
|
3014 (unmap_subwindow_instance_cache_mapper): moved from
|
|
|
3015 window.c. Allow finalization as well as unmapping.
|
|
|
3016
|
|
|
3017 * gui.c (gui_item_list_find_selected): new function.
|
|
|
3018
|
|
|
3019 * gui.h (gui_item_list_find_selected): declare.
|
|
|
3020
|
|
|
3021 * glyphs-x.c (x_tab_control_redisplay): pick tab
|
|
|
3022 explicitly. Re-code to use gui_item_equal_sans_selected and
|
|
|
3023 gui_item_list_find_selected.
|
|
|
3024
|
|
|
3025 * glyphs-x.h: add lwlib-utils.h
|
|
|
3026
|
|
|
3027 * buffer.c (Frecord_buffer): undo previous change.
|
|
|
3028
|
|
|
3029 2000-08-09 Vin Shelton <acs@xemacs.org>
|
|
|
3030
|
|
|
3031 * config.h.in, s/gnu.h, s/hpux.h, s/linux.h: Use UNIX98 PTYs if
|
|
|
3032 possible. Create temporary files more securely. The patch was
|
|
|
3033 generated by Torsten Duwe <duwe@caldera.de>, Florian Weimer
|
|
|
3034 <Florian.Weimer@RUS.Uni-Stuttgart.DE> and Olaf Kirch. See
|
|
|
3035 http://www.xemacs.org/list-archives/xemacs-patches/200007/msg00123.html
|
|
|
3036 for details.
|
|
|
3037
|
|
|
3038 2000-08-07 Ben Wing <ben@xemacs.org>
|
|
|
3039
|
|
|
3040 * getloadavg.c: remove duplicate (and windows-breaking)
|
|
|
3041 includes of fcntl.h and sys/file.h.
|
|
|
3042
|
|
|
3043 * nt.c: remove duplicate getloadavg() definition.
|
|
|
3044
|
|
|
3045 * sysdll.h (Qdll_filename_encoding): add missing stand-in
|
|
|
3046 encodings.
|
|
|
3047
|
|
|
3048 2000-08-07 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
3049
|
|
|
3050 * eval.c (function_argcount): If function needs to be autoloaded
|
|
|
3051 actually use the loaded definition.
|
|
|
3052 GCPRO function.
|
|
|
3053
|
|
|
3054 2000-08-05 Ben Wing <ben@xemacs.org>
|
|
|
3055
|
|
|
3056 * getloadavg.c: add prototype for getloadavg(). remove
|
|
|
3057 duplicate WIN32_NATIVE/CYGWIN code (already in the middle
|
|
|
3058 of the code). remove duplicate header includes.
|
|
|
3059
|
|
|
3060 * s\cygwin32.h, s\mingw32.h: remove stray NO_ARG_ARRAY.
|
|
446
|
3061
|
|
442
|
3062 * s\cygwin32.h, s\mingw32.h, m\windowsnt.h:
|
|
|
3063 don't define LOAD_AVE_TYPE/LOAD_AVE_CVT because we have no
|
|
|
3064 useful load average.
|
|
|
3065
|
|
|
3066 * alloc.c (reinit_alloc_once_early): removed references to
|
|
|
3067 VIRT_ADDR_VARIES, malloc_sbrk_used/free, and data-bytes-used/free.
|
|
|
3068 the lisp vars are the only things referencing the malloc_sbrk_*
|
|
|
3069 vars, and they were already if 0'd out. these vars only exist
|
|
|
3070 in the older malloc.c, which is basically unused, and they're
|
|
|
3071 only for informational purposes.
|
|
|
3072
|
|
|
3073 * m\*.h: removed useless VIRT_ADDR_VARIES.
|
|
|
3074
|
|
|
3075 * m\powerpc.h: removed stray NO_ARG_ARRAY.
|
|
|
3076
|
|
|
3077 2000-04-26 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
3078
|
|
|
3079 * redisplay-msw.c (mswindows_output_dibitmap): Set foreground
|
|
|
3080 color if the image is a mono pixmap.
|
|
|
3081
|
|
|
3082 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
|
3083
|
|
|
3084 * Makefile.in.in (release):
|
|
|
3085 Remove stray @.
|
|
446
|
3086
|
|
442
|
3087 * buffer.c (directory_is_current_directory):
|
|
|
3088 * dired-msw.c (mswindows_get_files):
|
|
|
3089 * dired.c:
|
|
|
3090 * dired.c (Fdirectory_files):
|
|
|
3091 * dired.c (file_name_completion_stat):
|
|
|
3092 * dired.c (Ffile_attributes):
|
|
|
3093 [[[[1]]]]: Rename stat() -> xemacs_stat() and eliminate nasty
|
|
|
3094 preprocessor tricks, to avoid problems on some machines
|
|
|
3095 (e.g. SCO).
|
|
|
3096
|
|
|
3097 * callproc.c (egetenv): GC docs.
|
|
446
|
3098
|
|
442
|
3099 * console-msw.h:
|
|
|
3100 * console-msw.h (struct mswindows_dialog_id):
|
|
|
3101 * lrecord.h (lrecord_type):
|
|
|
3102 New object for use with MSW dialogs.
|
|
446
|
3103
|
|
442
|
3104 * console.h (struct console_methods):
|
|
|
3105 New enable/disable frame methods, for proper modal dialogs.
|
|
446
|
3106
|
|
442
|
3107 * device-msw.c (msprinter_default_printer): Fix to follow
|
|
|
3108 proper Mule conventions.
|
|
446
|
3109
|
|
442
|
3110 * device-msw.c:
|
|
|
3111 * device-msw.c (signal_open_printer_error):
|
|
|
3112 * device-msw.c (msprinter_init_device):
|
|
|
3113 * device-msw.c (ensure_not_printing):
|
|
|
3114 * device-msw.c (plist_get_margin):
|
|
|
3115 * device-msw.c (Fmsprinter_select_settings):
|
|
|
3116 * device-msw.c (finalize_devmode):
|
|
|
3117 * device-msw.c (Fmsprinter_settings_despecialize):
|
|
|
3118 * device-msw.c (signal_enum_priner_error):
|
|
|
3119 * extents.c (decode_extent):
|
|
|
3120 * extents.c (decode_map_extents_flags):
|
|
|
3121 * extents.c (decode_extent_at_flag):
|
|
|
3122 * extents.c (Fextent_at):
|
|
|
3123 * extents.c (Fextents_at):
|
|
|
3124 * extents.c (symbol_to_glyph_layout):
|
|
|
3125 [[[[2]]]] Use structured errors.
|
|
446
|
3126
|
|
442
|
3127 * dialog-msw.c:
|
|
|
3128 * dialog-msw.c (mswindows_is_dialog_msg):
|
|
|
3129 * dialog-msw.c (mark_mswindows_dialog_id):
|
|
|
3130 * dialog-msw.c (dialog_proc):
|
|
|
3131 * dialog-msw.c (handle_question_dialog_box):
|
|
|
3132 * dialog-msw.c (syms_of_dialog_mswindows):
|
|
|
3133 Define new object to clean up marking; use it as a dialog identifier.
|
|
|
3134 Call new delete-dialog-box-hook.
|
|
446
|
3135
|
|
442
|
3136 * dialog-x.c (dbox_selection_callback):
|
|
|
3137 * dialog-x.c (dbox_descriptor_to_widget_value):
|
|
|
3138 * dialog-x.c (x_make_dialog_box_internal):
|
|
|
3139 Call new delete-dialog-box-hook.
|
|
|
3140 Return an id.
|
|
|
3141
|
|
|
3142 * dialog.c:
|
|
|
3143 * dialog.c (syms_of_dialog):
|
|
|
3144 * dialog.c (vars_of_dialog):
|
|
|
3145 Define new delete-dialog-box-hook, for use w/modal dialog boxes.
|
|
446
|
3146
|
|
442
|
3147 * eval.c:
|
|
|
3148 * eval.c (signal_call_debugger):
|
|
|
3149 when noninteractive, output stack traces on the console instead
|
|
|
3150 of in a (never-seen) buffer.
|
|
446
|
3151
|
|
442
|
3152 * eval.c (signal_type_error):
|
|
|
3153 * eval.c (invalid_argument_2):
|
|
|
3154 * lisp.h:
|
|
|
3155 new funs for use w/structured errors.
|
|
446
|
3156
|
|
442
|
3157 * event-Xt.c:
|
|
|
3158 * event-Xt.c (x_to_emacs_keysym):
|
|
|
3159 * event-Xt.c (describe_event):
|
|
|
3160 * event-Xt.c (emacs_Xt_event_handler):
|
|
|
3161 * event-Xt.c (vars_of_event_Xt):
|
|
|
3162 * event-msw.c:
|
|
|
3163 * event-msw.c (mswindows_wnd_proc):
|
|
|
3164 * event-msw.c (vars_of_event_mswindows):
|
|
|
3165 rename {x,mswindows}-debug-events to debug-{}-events for
|
|
|
3166 consistency with other debug-foo variables.
|
|
446
|
3167
|
|
442
|
3168 * event-stream.c:
|
|
|
3169 document next-event more clearly.
|
|
446
|
3170
|
|
442
|
3171 * fileio.c (Ffile_name_directory):
|
|
|
3172 * fileio.c (Ffile_name_nondirectory):
|
|
|
3173 * fileio.c (Funhandled_file_name_directory):
|
|
|
3174 * fileio.c (file_name_as_directory):
|
|
|
3175 * fileio.c (Ffile_name_as_directory):
|
|
|
3176 * fileio.c (directory_file_name):
|
|
|
3177 * fileio.c (Fdirectory_file_name):
|
|
|
3178 * fileio.c (Fmake_temp_name):
|
|
|
3179 * fileio.c (Ffile_truename):
|
|
|
3180 * fileio.c (Fsubstitute_in_file_name):
|
|
|
3181 * fileio.c (expand_and_dir_to_file):
|
|
|
3182 * fileio.c (barf_or_query_if_file_exists):
|
|
|
3183 * fileio.c (check_executable):
|
|
|
3184 * fileio.c (Ffile_exists_p):
|
|
|
3185 * fileio.c (Ffile_writable_p):
|
|
|
3186 * fileio.c (Ffile_directory_p):
|
|
|
3187 * fileio.c (Ffile_regular_p):
|
|
|
3188 * fileio.c (Ffile_modes):
|
|
|
3189 * fileio.c (Ffile_newer_than_file_p):
|
|
|
3190 * fileio.c (Fverify_visited_file_modtime):
|
|
|
3191 * fileio.c (Fset_visited_file_modtime):
|
|
|
3192 * fileio.c (auto_save_1):
|
|
|
3193 (1). (2).
|
|
|
3194 fix up gcpro's.
|
|
446
|
3195
|
|
442
|
3196 * frame-msw.c:
|
|
|
3197 * frame-msw.c (mswindows_init_frame_1):
|
|
|
3198 * frame-msw.c (mswindows_enable_frame):
|
|
|
3199 * frame-msw.c (error_frame_unsizable):
|
|
|
3200 * frame-msw.c (msprinter_init_frame_1):
|
|
|
3201 * frame-msw.c (msprinter_init_frame_3):
|
|
|
3202 * frame-msw.c (console_type_create_frame_mswindows):
|
|
|
3203 (2).
|
|
|
3204 implement new enable/disable frame methods.
|
|
446
|
3205
|
|
442
|
3206 * frame-x.c:
|
|
|
3207 * frame-x.c (x_enable_frame):
|
|
|
3208 * frame-x.c (console_type_create_frame_x):
|
|
|
3209 implement new enable/disable frame methods.
|
|
446
|
3210
|
|
442
|
3211 * frame.c:
|
|
|
3212 * frame.c (Fdisable_frame):
|
|
|
3213 * frame.c (syms_of_frame):
|
|
|
3214 * frame.h (struct frame):
|
|
|
3215 implement new enable/disable frame methods/functions.
|
|
446
|
3216
|
|
442
|
3217 * general-slots.h:
|
|
|
3218 add initial-focus.
|
|
446
|
3219
|
|
442
|
3220 * glyphs-msw.c (mswindows_widget_instantiate):
|
|
|
3221 comment that initial-focus should be implemented.
|
|
446
|
3222
|
|
442
|
3223 * glyphs-widget.c:
|
|
|
3224 * glyphs-widget.c (check_valid_instantiator):
|
|
|
3225 * glyphs-widget.c (check_valid_orientation):
|
|
|
3226 * glyphs-widget.c (check_valid_tab_orientation):
|
|
|
3227 * glyphs-widget.c (check_valid_justification):
|
|
|
3228 * glyphs-widget.c (check_valid_border):
|
|
|
3229 * glyphs-widget.c (check_valid_callback):
|
|
|
3230 * glyphs-widget.c (check_valid_int_or_function):
|
|
|
3231 * glyphs-widget.c (check_valid_string_or_vector):
|
|
|
3232 * glyphs-widget.c (check_valid_item_list_1):
|
|
|
3233 * glyphs-widget.c (widget_validate):
|
|
|
3234 * glyphs-widget.c (combo_box_validate):
|
|
|
3235 * glyphs-widget.c (widget_instantiate):
|
|
|
3236 * glyphs-widget.c (syms_of_glyphs_widget):
|
|
|
3237 * glyphs-widget.c (VALID_WIDGET_KEYWORDS):
|
|
|
3238 * glyphs-widget.c (image_instantiator_combo_box):
|
|
|
3239 * glyphs-widget.c (image_instantiator_scrollbar):
|
|
|
3240 * glyphs-widget.c (image_instantiator_tab_control):
|
|
|
3241 * glyphs-widget.c (VALID_LAYOUT_KEYWORDS):
|
|
|
3242 (2).
|
|
|
3243 support (unimplemented) keyword initial-focus.
|
|
|
3244 reindent long macros.
|
|
446
|
3245
|
|
442
|
3246 * glyphs-x.c (x_redisplay_widget):
|
|
|
3247 * glyphs-x.c (x_button_instantiate):
|
|
|
3248 * glyphs-x.c (x_button_redisplay):
|
|
|
3249 * glyphs-x.c (x_progress_gauge_instantiate):
|
|
|
3250 * glyphs-x.c (x_edit_field_instantiate):
|
|
|
3251 * glyphs-x.c (x_combo_box_instantiate):
|
|
|
3252 * glyphs-x.c (x_tab_control_instantiate):
|
|
|
3253 * glyphs-x.c (x_label_instantiate):
|
|
|
3254 * gui-x.c:
|
|
|
3255 * gui-x.c (button_item_to_widget_value):
|
|
|
3256 * gui-x.c (gui_items_to_widget_values_1):
|
|
|
3257 * gui-x.c (gui_item_children_to_widget_values):
|
|
|
3258 * gui-x.c (gui_items_to_widget_values):
|
|
|
3259 * gui-x.h:
|
|
|
3260 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
|
3261 add new flag to gui-parsing routines to indicate whether
|
|
|
3262 accelerator specs should be supported.
|
|
446
|
3263
|
|
442
|
3264 * glyphs.c (syms_of_glyphs): use DEFSYMBOL.
|
|
446
|
3265
|
|
442
|
3266 * glyphs.h (struct Lisp_Image_Instance):
|
|
|
3267 * glyphs.h (IMAGE_INSTANCE_WANTS_INITIAL_FOCUS):
|
|
|
3268 add initial-focus flag.
|
|
446
|
3269
|
|
442
|
3270 * gui.c:
|
|
|
3271 * gui.c (syms_of_gui):
|
|
|
3272 * gui.c (vars_of_gui):
|
|
|
3273 clean up menu-no-selection-hook.
|
|
446
|
3274
|
|
442
|
3275 * gui.h:
|
|
|
3276 support delete-dialog-box-hook.
|
|
446
|
3277
|
|
442
|
3278 * lread.c (Fload_internal):
|
|
|
3279 * lread.c (locate_file_in_directory_mapper):
|
|
|
3280 (1).
|
|
446
|
3281
|
|
442
|
3282 * lrecord.h:
|
|
|
3283 * lrecord.h (struct toolbar_button):
|
|
|
3284 * lrecord.h (syms_of_toolbar):
|
|
|
3285 document how to create a new object.
|
|
446
|
3286
|
|
442
|
3287 * menubar-msw.c (mswindows_char_is_accelerator):
|
|
|
3288 may be called on frames w/o menus.
|
|
|
3289
|
|
|
3290 * menubar.c (vars_of_menubar):
|
|
|
3291 clean up :filter docs.
|
|
446
|
3292
|
|
442
|
3293 * nt.c (readdir):
|
|
|
3294 * ntproc.c:
|
|
|
3295 (1).
|
|
446
|
3296
|
|
442
|
3297 * process-nt.c:
|
|
|
3298 * process-nt.c (validate_signal_number):
|
|
|
3299 * process-nt.c (signal_cannot_launch):
|
|
|
3300 * process-nt.c (nt_create_process):
|
|
|
3301 * process-nt.c (nt_send_process):
|
|
|
3302 * process-nt.c (nt_kill_child_process):
|
|
|
3303 * process-nt.c (nt_open_network_stream):
|
|
|
3304 * process-nt.c (syms_of_process_nt):
|
|
|
3305 (2).
|
|
|
3306 delete quote-handling. call new lisp code that does it better.
|
|
446
|
3307
|
|
442
|
3308 * process-unix.c (connect_to_file_descriptor):
|
|
|
3309 * process-unix.c (allocate_pty):
|
|
|
3310 * process-unix.c (unix_send_process):
|
|
|
3311 * process-unix.c (unix_kill_child_process):
|
|
|
3312 * process-unix.c (unix_open_network_stream):
|
|
|
3313 * process-unix.c (unix_open_multicast_group):
|
|
|
3314 (1). (2).
|
|
446
|
3315
|
|
442
|
3316 * process.c:
|
|
|
3317 * process.c (Fstart_process_internal):
|
|
|
3318 (2). need to canonicalize process path even if absolute.
|
|
446
|
3319
|
|
442
|
3320 * select-msw.c (symbol_to_ms_cf):
|
|
|
3321 * select-msw.c (ms_cf_to_symbol):
|
|
|
3322 * select-msw.c (cf_is_autofreed):
|
|
|
3323 * select-msw.c (mswindows_destroy_selection):
|
|
|
3324 * select.c:
|
|
|
3325 * select.c (syms_of_select):
|
|
|
3326 * select.h:
|
|
|
3327 support dibv5, fix bugs. (from Mike Alexander)
|
|
446
|
3328
|
|
442
|
3329 * select.c (Fget_selection_internal):
|
|
|
3330 * select.c (select_convert_out):
|
|
446
|
3331
|
|
442
|
3332 * sysdep.c:
|
|
|
3333 * sysdep.c (xemacs_stat):
|
|
|
3334 renamed.
|
|
446
|
3335
|
|
442
|
3336 * sysdep.c (mkdir):
|
|
|
3337 * sysdep.c (rmdir):
|
|
|
3338 but keep original stat() here because we provide encapsulation
|
|
|
3339 around these funs.
|
|
446
|
3340
|
|
442
|
3341 * sysfile.h:
|
|
|
3342 * sysfile.h (fstat):
|
|
|
3343 remove stat garbage.
|
|
446
|
3344
|
|
442
|
3345 * syswindows.h:
|
|
|
3346 fix X/MSW conflict.
|
|
|
3347 don't include tchar.h. it's inappropriate because it makes
|
|
|
3348 compile-time distinctions when we want runtime distinctions.
|
|
|
3349 (we provide our own tchar replacements)
|
|
446
|
3350
|
|
442
|
3351 * toolbar.c:
|
|
|
3352 use default object printer for toolbar-button.
|
|
446
|
3353
|
|
442
|
3354 * unexcw.c:
|
|
|
3355 make sure we don't encapsulate.
|
|
446
|
3356
|
|
442
|
3357 * window.c (vars_of_window):
|
|
|
3358 emphasize that temp-buffer-show-hook is obsolete.
|
|
|
3359
|
|
|
3360 2000-08-05 Martin Buchholz <martin@xemacs.org>
|
|
|
3361
|
|
|
3362 * glyphs.c (image_instance_hash): HASH2 wants EMACS_INT args.
|
|
|
3363 (Fimage_instance_subwindow_id): make_int wants EMACS_INT arg.
|
|
|
3364
|
|
446
|
3365 * events.c (Fevent_timestamp_lessp):
|
|
442
|
3366 Not 64-bit clean. Use EMACS_INT, not int.
|
|
|
3367
|
|
|
3368 2000-06-05 Andrew Begel <abegel@cs.berkeley.edu>
|
|
|
3369
|
|
|
3370 * lrecord.h (lrecord_types): Changed lrecord_type_count to an
|
|
|
3371 unsigned int and changed the last enum to
|
|
446
|
3372 lrecord_type_last_built_in_type.
|
|
442
|
3373 (lrecord_implementations_table): changed prototype to know how
|
|
446
|
3374 long the array is supposed to be.
|
|
442
|
3375 (lrecord_type_count): new unsigned int to keep track of the
|
|
|
3376 current number of lisp lrecord types.
|
|
|
3377 (DEFINE_EXTERNAL_LRECORD):
|
|
|
3378 (DECLARE_EXTERNAL_LRECORD): Added these two for external
|
|
|
3379 dynamic-modules to declare new lisp types. They are the same
|
|
|
3380 as the non-EXTERNAL forms, but declare an lrecord_type unsigned
|
|
|
3381 int for each new type, and increment lrecord_type_count by 1.
|
|
|
3382
|
|
|
3383 * alloc.c (lrecord_implementations_table): Changed to reference
|
|
|
3384 lrecord_type_last_built_in_type for the size of the array.
|
|
|
3385 Moved MODULE_DEFINABLE_TYPE_COUNT to lrecord.h.
|
|
|
3386
|
|
|
3387 2000-08-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3388
|
|
|
3389 * glyphs.h (check_valid_item_list): Renamed from
|
|
|
3390 check_valid_item_list_1.
|
|
|
3391
|
|
|
3392 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
3393
|
|
|
3394 * select.c (Qselect_coerce): New.
|
|
|
3395 * select.c (Vselection_coercion_alist): New.
|
|
|
3396 * select.c (syms_of_select): Declare.
|
|
|
3397 * select.c (get-selection-internal): Use it.
|
|
|
3398 Use the new select-coerce functionality.
|
|
|
3399
|
|
|
3400 * select.c (select_coerce): New.
|
|
|
3401 * select.h (select_coerce): Declare.
|
|
|
3402 New function to coerce one type of data into another.
|
|
|
3403
|
|
|
3404 2000-08-03 Martin Buchholz <martin@xemacs.org>
|
|
|
3405
|
|
446
|
3406 * callproc.c (Fcall_process_internal):
|
|
|
3407 (Fcall_process_internal):
|
|
442
|
3408 * process-unix.c (unix_create_process):
|
|
|
3409 Save and restore the value of errno, so that error messages are accurate.
|
|
|
3410
|
|
|
3411 2000-08-01 Martin Buchholz <martin@xemacs.org>
|
|
|
3412
|
|
446
|
3413 * elhash.c (print_hash_table):
|
|
442
|
3414 Fix printing of hash tables to also use `key-and-value' instead of `t'.
|
|
|
3415 Prettify docstrings and indentation.
|
|
|
3416
|
|
|
3417 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3418
|
|
|
3419 * window.c (Fwindow_pixel_edges): Subtract frame border and
|
|
|
3420 gutter size.
|
|
|
3421
|
|
|
3422 2000-07-31 Andy Piper <andy@xemacs.org>
|
|
|
3423
|
|
|
3424 * buffer.c (Frecord_buffer): make absolutely sure that redisplay
|
|
|
3425 will acknowledge the change.
|
|
|
3426
|
|
|
3427 * glyphs.h: declare tab_control_order_only_changed.
|
|
|
3428
|
|
|
3429 * glyphs-x.c (x_tab_control_redisplay): use
|
|
|
3430 tab_control_order_only_changed.
|
|
|
3431
|
|
|
3432 * glyphs-widget.c (tab_control_order_only_changed): new function.
|
|
|
3433
|
|
|
3434 * glyphs-msw.c (mswindows_tab_control_redisplay): use
|
|
|
3435 tab_control_order_only_changed.
|
|
|
3436
|
|
|
3437 * gui.c (gui_item_equal_sans_selected): new function.
|
|
|
3438 (gui_item_equal): use it.
|
|
|
3439
|
|
|
3440 * glyphs-msw.c (mswindows_combo_box_instantiate): deprecate
|
|
|
3441 :properties in favor of :items..
|
|
|
3442
|
|
|
3443 * glyphs-widget.c (check_valid_item_list): rename from
|
|
|
3444 check_valid_item_list_1.
|
|
|
3445 (check_valid_item_list_1): renamed.
|
|
|
3446 (combo_box_validate): deprecate :properties in favor of :items.
|
|
|
3447 (widget_instantiate): ditto.
|
|
|
3448 (tab_control_update): ditto.
|
|
|
3449 (image_instantiator_combo_box): ditto.
|
|
|
3450 (image_instantiator_tree_view): ditto.
|
|
|
3451 (image_instantiator_tab_control): ditto.
|
|
|
3452 (layout_post_instantiate): remove dead code.
|
|
|
3453
|
|
|
3454 * print.c (debug_print_no_newline): only write to debugger if in
|
|
|
3455 WIN32_NATIVE.
|
|
|
3456
|
|
|
3457 * elhash.c (Fmake_hash_table): update doc string.
|
|
|
3458
|
|
|
3459 * event-msw.c (mswindows_wnd_proc): don't allow processing of
|
|
|
3460 messages whilst in GC. This at least stops XEmacs crashing but has
|
|
|
3461 the potential for wierd behaviour.
|
|
|
3462
|
|
|
3463 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
|
3464
|
|
|
3465 * config.h.in:
|
|
|
3466 Make existence of s&m files optional.
|
|
446
|
3467
|
|
442
|
3468 * s/bsd386.h: Remove HAVE_GETLOADAVG.
|
|
|
3469 * s/freebsd.h: Remove HAVE_GETLOADAVG.
|
|
|
3470 * s/gnu.h: Remove HAVE_GETLOADAVG.
|
|
|
3471 * s/netbsd.h: Remove HAVE_GETLOADAVG.
|
|
|
3472 * s/sol2.h: Remove HAVE_GETLOADAVG.
|
|
|
3473 * lisp.h: Remove getloadavg() declaration.
|
|
|
3474 * fns.c:
|
|
|
3475 Include <sys/loadavg.h> if available.
|
|
|
3476 Don't declare our own getloadavg() if HAVE_GETLOADAVG.
|
|
|
3477 * config.h.in: Group together getloadavg()-related macros.
|
|
|
3478 Use only configure-time tests to detect getloadavg().
|
|
|
3479
|
|
|
3480 2000-07-30 Martin Buchholz <martin@xemacs.org>
|
|
|
3481
|
|
|
3482 * Makefile.in.in (TransientEmacsShell.o): Fix race condition.
|
|
|
3483
|
|
|
3484 2000-07-25 Andy Piper <andy@xemacs.org>
|
|
|
3485
|
|
|
3486 * syswindows.h: add tchar.h for native builds.
|
|
|
3487
|
|
|
3488 * frame.c (syms_of_frame): remove set-glyph-image.
|
|
|
3489
|
|
|
3490 * general-slots.h: add Qset_glyph_image.
|
|
|
3491
|
|
|
3492 * glyphs-widget.c (layout_update): add domain arg to
|
|
|
3493 set-glyph-image.
|
|
|
3494 (syms_of_glyphs_widget): remove set-glyph-image.
|
|
|
3495
|
|
|
3496 2000-07-23 Ben Wing <ben@xemacs.org>
|
|
|
3497
|
|
|
3498 * dialog-msw.c (vars_of_dialog_mswindows): need to staticpro
|
|
|
3499 Vpopup_frame_list.
|
|
|
3500
|
|
|
3501 2000-07-22 Andy Piper <andy@xemacs.org>
|
|
|
3502
|
|
|
3503 * symsinit.h: add syms_of_win32().
|
|
|
3504
|
|
|
3505 * gui-msw.c (syms_of_gui_mswindows): remove
|
|
|
3506 Fmswindows_shell_execute.
|
|
|
3507 (Fmswindows_shell_execute): moved to win32.c.
|
|
|
3508
|
|
|
3509 * emacs.c (main_1): add syms_of_win32 ().
|
|
|
3510
|
|
|
3511 * win32.c (init_potentially_nonexistent_functions): rewrite in
|
|
|
3512 compiler-friendly terms.
|
|
|
3513 (Fmswindows_shell_execute): move here from gui-msw.c.
|
|
|
3514 (syms_of_win32): new.
|
|
|
3515
|
|
|
3516 * device-msw.c (Fmswindows_printer_list): clean up args to
|
|
|
3517 EnumPrinters.
|
|
|
3518 Don't include tchar under cygwin or mingw.
|
|
|
3519 (msprinter_default_printer): make cygwin-friendly.
|
|
|
3520
|
|
|
3521 2000-07-21 Andy Piper <andy@xemacs.org>
|
|
|
3522
|
|
|
3523 * glyphs-widget.c (image_instantiator_tree_view): use tab
|
|
|
3524 control's update function.
|
|
|
3525 (layout_property): new function. Retrieve items.
|
|
|
3526
|
|
|
3527 * glyphs-msw.c (mswindows_tree_view_redisplay): new
|
|
|
3528 function. Re-populate the tree view from the pending items.
|
|
|
3529
|
|
|
3530 * glyphs.c (instantiate_image_instantiator): Make sure the domain
|
|
|
3531 is designated the parent if the domain is an image instance. This
|
|
|
3532 is needed so that dirtiness can be cascade up the hierarchy and
|
|
|
3533 thus for layout children to be redisplayed correctly.
|
|
|
3534 (allocate_image_instance): rename glyph -> parent.
|
|
|
3535
|
|
|
3536 * redisplay.h: change redisplay_output_layout signature.
|
|
|
3537
|
|
|
3538 * redisplay-msw.c (mswindows_output_display_block): use domain
|
|
|
3539 arg.
|
|
|
3540
|
|
|
3541 * redisplay-x.c (x_output_display_block): use domain arg.
|
|
|
3542
|
|
|
3543 2000-07-10 Andy Piper <andy@xemacs.org>
|
|
|
3544
|
|
|
3545 * window.c (Fset_window_configuration): add comment.
|
|
|
3546
|
|
446
|
3547 * redisplay-output.c (compare_runes):
|
|
442
|
3548 (redisplay_output_subwindow): redisplay rather than update subwindow.
|
|
|
3549 (redisplay_output_layout): ditto.
|
|
|
3550
|
|
|
3551 * redisplay-msw.c (mswindows_frame_output_end):
|
|
|
3552 (mswindows_frame_output_end): make defer window pos optional.
|
|
|
3553
|
|
|
3554 * lisp.h: add Flast.
|
|
|
3555
|
|
|
3556 * glyphs.h (struct image_instantiator_methods): add dest_mask top
|
|
|
3557 normalize method. Change update method to be for changed
|
|
|
3558 instantiators. Add redisplay method. Change signature of layout
|
|
|
3559 method.
|
|
|
3560 (struct Lisp_Image_Instance): add instantiator.
|
|
|
3561 (IMAGE_INSTANCE_INSTANTIATOR): new.
|
|
|
3562 (IMAGE_INSTANCE_SUBWINDOW_FACE): new.
|
|
|
3563 (XIMAGE_INSTANCE_INSTANTIATOR): new.
|
|
|
3564 (XIMAGE_INSTANCE_SUBWINDOW_FACE): new.
|
|
|
3565
|
|
|
3566 * glyphs.c:
|
|
|
3567 (find_instantiator_differences): new function.
|
|
|
3568 (Fset_instantiator_property): new convenience function.
|
|
|
3569 (check_image_instance_structure): strictly check for vector
|
|
|
3570 instantiators.
|
|
|
3571 (normalize_image_instantiator): make non-static.
|
|
|
3572 (instantiate_image_instantiator): pass on dest_mask and use new
|
|
|
3573 signatures for image_instance_layout and friends.
|
|
|
3574 (mark_image_instance): mark the instantiator. Mark the subwindow
|
|
|
3575 face not the widget face.
|
|
|
3576 (image_instance_equal): add instantiator.
|
|
|
3577 (image_instance_hash): ditto.
|
|
|
3578 (allocate_image_instance): ditto.
|
|
|
3579 (Fset_image_instance_property): removed.
|
|
|
3580 (Fimage_instance_file_name): ditto.
|
|
|
3581 (Fcolorize_image_instance): ditto.
|
|
|
3582 (image_instance_layout): add offsets to be set.
|
|
|
3583 (update_image_instance): new function. update an image instance
|
|
|
3584 from its changed instantiator.
|
|
|
3585 (inherit_normalize): add dest_mask.
|
|
|
3586 (xbm_normalize): ditto.
|
|
|
3587 (xface_normalize): ditto.
|
|
|
3588 (xpm_normalize): ditto.
|
|
|
3589 (text_update): set_property -> update.
|
|
|
3590 (image_instantiate): use the glyph identity as a hash key, not the
|
|
|
3591 instantiator.
|
|
|
3592 (glyph_width): use new image_instance_layout signature.
|
|
|
3593 (glyph_ascent): ditto.
|
|
|
3594 (glyph_descent): ditto.
|
|
|
3595 (glyph_height): ditto.
|
|
|
3596 (glyph_query_geometry): ressurrect.
|
|
|
3597 (glyph_layout): ditto.
|
|
|
3598 (redisplay_subwindow): update -> redisplay.
|
|
|
3599 (syms_of_glyphs): add Fset_instantiator_property.
|
|
|
3600 (image_instantiator_format_create): set_property -> update.
|
|
|
3601
|
|
|
3602 * glyphs-x.c:
|
|
|
3603 (autodetect_normalize): add dest_maks to signature.
|
|
|
3604 (x_redisplay_subwindow): update -> redisplay.
|
|
|
3605 (x_redisplay_widget): ditto.
|
|
|
3606 (x_button_redisplay): ditto.
|
|
|
3607 (x_progress_gauge_redisplay): ditto.
|
|
|
3608 (x_tab_control_redisplay): ditto. Rewrite to cope with changed
|
|
|
3609 stacking order.
|
|
|
3610 (console_type_create_glyphs_x): update -> redisplay.
|
|
|
3611 (image_instantiator_format_create_glyphs_x): ditto.
|
|
|
3612
|
|
|
3613 * glyphs-widget.c:
|
|
|
3614 (check_valid_instantiator): disallow glyphs in the instantiator,
|
|
|
3615 they must now be vectors.
|
|
|
3616 (check_valid_instantiator_list): ditto.
|
|
|
3617 (glyph_instantiator_to_glyph): use internal symbol rather than
|
|
|
3618 intern.
|
|
|
3619 (widget_update): renamed from widget_set_property. Call cascaded
|
|
|
3620 update methods.
|
|
|
3621 (redisplay_widget): renamed from update_widget.
|
|
|
3622 (widget_layout): image_instance_layout now takes position as well
|
|
|
3623 as size.
|
|
|
3624 (widget_normalize): ditto.
|
|
|
3625 (widget_instantiate): ditto.
|
|
|
3626 (tab_control_query_geometry) ditto.:
|
|
|
3627 (tab_control_update): renamed from tab_control_set_property.
|
|
|
3628 (progress_gauge_update): set_property -> update.
|
|
|
3629 (layout_normalize): rewrite so that child instantiators are
|
|
|
3630 normalized also.
|
|
|
3631 (layout_update): new function. Create glyphs from the normalized
|
|
|
3632 children and cope with any other layout keywords. We do not
|
|
|
3633 instantiate children here that will be take care of by
|
|
|
3634 redisplay_output_layout.
|
|
|
3635 (layout_instantiate): call layout_update and not much else.
|
|
|
3636 (layout_post_instantiate): not sure whether this is needed
|
|
|
3637 anymore.
|
|
|
3638 (layout_query_geometry): query glyph geometry rather than
|
|
|
3639 image_instance geometry.
|
|
|
3640 (layout_layout): set offsets from pass in parameters. Use glyph
|
|
|
3641 geometry and layout functions rather than image instance ones.
|
|
|
3642 (native_layout_layout): ditto.
|
|
|
3643 (syms_of_glyphs_widget): add make-glyph and set-glyph-image.
|
|
|
3644 (image_instantiator_widget): set_property -> update.
|
|
|
3645 (image_instantiator_buttons): ditto.
|
|
|
3646 (image_instantiator_progress_guage): ditto.
|
|
|
3647 (image_instantiator_tab_control): ditto.
|
|
|
3648 (VALID_LAYOUT_KEYWORDS): instantiators must now be vectors.
|
|
|
3649 (image_instantiator_layout): add update method.
|
|
|
3650
|
|
|
3651 * glyphs-msw.c (bmp_normalize):
|
|
|
3652 (mswindows_resource_normalize): add dest_mask so that it can be
|
|
|
3653 proprogated by layout_normalize.
|
|
|
3654 (begin_defer_window_pos): make optional because it may not be the
|
|
|
3655 right thing to do and it introduces differences with X.
|
|
|
3656 (mswindows_unmap_subwindow): ditto.
|
|
|
3657 (mswindows_map_subwindow): ditto.
|
|
|
3658 (mswindows_redisplay_subwindow): renamed from
|
|
|
3659 mswindows_update_subwindow.
|
|
|
3660 (mswindows_redisplay_widget): ditto.
|
|
|
3661 (mswindows_button_redisplay): renamed from
|
|
|
3662 mswindows_button_update. Update is now what the instantiation
|
|
|
3663 function does for a changed instantiator.
|
|
|
3664 (mswindows_progress_gauge_instantiate): set the progress value
|
|
|
3665 here if appropriate.
|
|
|
3666 (mswindows_tab_control_redisplay): cope with re-ordering of the
|
|
|
3667 members of the tab widget by simply selecting the new top
|
|
|
3668 widget. This makes things appear ok if you click on a tab.
|
|
|
3669 (mswindows_combo_box_instantiate): image_instance_layout now takes
|
|
|
3670 position as well as size.
|
|
|
3671 (mswindows_progress_gauge_redisplay): renamed from
|
|
|
3672 mswindows_progress_gauge_update.
|
|
|
3673 (console_type_create_glyphs_mswindows): fix update -> redisplay.
|
|
|
3674 (image_instantiator_format_create_glyphs_mswindows): ditto.
|
|
|
3675
|
|
|
3676 * glyphs-eimage.c (jpeg_normalize):
|
|
|
3677 (gif_normalize):
|
|
|
3678 (png_normalize):
|
|
|
3679 (tiff_normalize): add dest_mask so that it can be proprogated by
|
|
|
3680 layout_normalize.
|
|
|
3681
|
|
|
3682 * elhash.c:
|
|
|
3683 (print_hash_table):
|
|
|
3684 (hash_table_weakness_validate):
|
|
|
3685 (decode_hash_table_weakness):
|
|
|
3686 (Fhash_table_weakness):
|
|
|
3687 (Fhash_table_type):
|
|
|
3688 (syms_of_elhash): use Ben's naming scheme for hashtable types..
|
|
|
3689
|
|
|
3690 * console.h (struct console_methods): move update_* to
|
|
|
3691 redisplay_*.
|
|
|
3692
|
|
|
3693 2000-07-20 Ben Wing <ben@xemacs.org>
|
|
|
3694
|
|
|
3695 * *.[ch] (XSETOBJ): remove unused middle argument.
|
|
|
3696 lisp-disunion.h: correct wrap_object() to one argument.
|
|
446
|
3697
|
|
442
|
3698 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
|
3699
|
|
|
3700 * s/cygwin32.h:
|
|
|
3701 * s/cygwin32.h (CYGWIN_CONV_PATH):
|
|
|
3702 Add missing logb prototype for v1.1.
|
|
|
3703 Use post-b20 names and alias to pre-b20 names when pre-b20.
|
|
|
3704
|
|
|
3705 * s/windowsnt.h: [5].
|
|
|
3706
|
|
|
3707 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
|
3708
|
|
|
3709 * Makefile.in.in (x_objs):
|
|
|
3710 * Makefile.in.in (sheap_objs):
|
|
|
3711 * Makefile.in.in (objs):
|
|
|
3712 added win32.o, cosmetic cleanups.
|
|
446
|
3713
|
|
442
|
3714 * alloc.c (Fmake_byte_code):
|
|
|
3715 [[[1]]]: Changes for new LIST_LOOP, EXTERNAL_LIST_LOOP,
|
|
|
3716 etc. macros which declare their own args now.
|
|
|
3717
|
|
|
3718 * alloc.c (syms_of_alloc):
|
|
|
3719 [[[2]]]: Use DEFSYMBOL, DEFKEYWORD, DEFERROR and friends.
|
|
|
3720
|
|
|
3721 * buffer.c:
|
|
|
3722 Moved buffer-dedicated-frame, set-buffer-dedicated-frame into lisp.
|
|
|
3723
|
|
|
3724 * buffer.c (Fget_file_buffer):
|
|
|
3725 Fixed GCPRO problem.
|
|
|
3726
|
|
|
3727 * buffer.c (get_truename_buffer):
|
|
|
3728 Fixed comment about GC checking.
|
|
|
3729
|
|
|
3730 * buffer.c (syms_of_buffer):
|
|
|
3731 Undeclared those dedicated frame funs.
|
|
|
3732 [2].
|
|
|
3733
|
|
|
3734 * buffer.h:
|
|
|
3735 Define convenience macros for internal/external conversions.
|
|
|
3736 [[[3]]]: Define codesys aliases Qcommand_argument_encoding
|
|
|
3737 and Qenvironment_variable_encoding for cleaner code.
|
|
|
3738
|
|
|
3739 * bufslots.h:
|
|
|
3740 Remove dedicated-frame; in lisp.
|
|
|
3741
|
|
|
3742 * bytecode.c (funcall_compiled_function):
|
|
|
3743 [1].
|
|
|
3744
|
|
|
3745 * bytecode.c (syms_of_bytecode):
|
|
|
3746 [2].
|
|
|
3747
|
|
|
3748 * console-msw.c:
|
|
|
3749 * console-msw.c (mswindows_show_console): Rewrote.
|
|
|
3750
|
|
|
3751 * console-msw.c (Fmswindows_debugging_output): New.
|
|
|
3752 Sends to OutputDebugString (special MSWin debugger interface).
|
|
|
3753
|
|
|
3754 * console-msw.c (Fmswindows_message_box):
|
|
|
3755 Fixed stupid bugs so it works when called from kill-emacs.
|
|
|
3756
|
|
|
3757 * console-msw.c (syms_of_console_mswindows):
|
|
|
3758 Declare Fmswindows_debugging_output.
|
|
|
3759
|
|
|
3760 * console-msw.h:
|
|
|
3761 New MSWin prototypes.
|
|
|
3762
|
|
|
3763 * console-msw.h (struct mswindows_frame):
|
|
|
3764 New entry last-click-mods for improved button-modifier support.
|
|
|
3765
|
|
|
3766 * console-msw.h (FRAME_MSWINDOWS_POPUP):
|
|
|
3767 New struct entry `popup' with corresponding accessor.
|
|
|
3768
|
|
|
3769 * console-x.c:
|
|
|
3770 * console-x.c (split_up_display_spec):
|
|
|
3771 * console-x.c (get_display_arg_connection):
|
|
|
3772 * console-x.c (x_semi_canonicalize_console_connection):
|
|
|
3773 * console-x.c (x_canonicalize_device_connection):
|
|
|
3774 [[[6]]]: Change char to more specific type.
|
|
|
3775 [[[8]]]: Make use of abstracting codesys aliases defined in [3], [4];
|
|
|
3776
|
|
|
3777 * console-x.c (x_semi_canonicalize_console_connection):
|
|
|
3778 * console-x.c (x_canonicalize_device_connection):
|
|
|
3779 [[[9]]]: Fix up error signalling to use new structured error system.
|
|
|
3780
|
|
|
3781 * console-x.h:
|
|
|
3782 [[[4]]]: Define codesys aliases:
|
|
|
3783 Qlwlib_encoding, Qx_atom_name_encoding, Qx_font_name_encoding,
|
|
|
3784 Qx_color_name_encoding, Qx_display_name_encoding.
|
|
|
3785
|
|
|
3786 * console.h (struct console_methods):
|
|
|
3787 New method make_dialog_box_internal supersedes older
|
|
|
3788 popup_dialog_box method.
|
|
|
3789
|
|
|
3790 * data.c:
|
|
|
3791 Define many new errors, part of new structured errors.
|
|
|
3792
|
|
|
3793 * data.c (init_errors_once_early):
|
|
|
3794 * data.c (syms_of_data):
|
|
|
3795 [2].
|
|
|
3796
|
|
|
3797 * device-msw.c (mswindows_init_device):
|
|
|
3798 [[[5]]]: Cleanup to support NT 3.51.
|
|
|
3799
|
|
|
3800 * device-msw.c (decode_devmode): Cleanup.
|
|
|
3801
|
|
|
3802 * device-msw.c (mswindows_handle_print_setup_dialog_box):
|
|
|
3803 * device-msw.c (mswindows_handle_print_dialog_box):
|
|
|
3804 * device-msw.c (mswindows_handle_page_setup_dialog_box):
|
|
|
3805 * device-msw.c (syms_of_device_mswindows):
|
|
|
3806 Delete the dialog box primitives recently introduced by Kirill and
|
|
|
3807 instead interface to general dialog box interface.
|
|
|
3808
|
|
|
3809 * device-x.c:
|
|
|
3810 * device-x.c (compute_x_app_name):
|
|
|
3811 * device-x.c (x_init_device):
|
|
|
3812 * device-x.c (Fx_valid_keysym_name_p):
|
|
|
3813 * device-x.c (Fx_set_font_path):
|
|
|
3814 [6].
|
|
|
3815 [7].
|
|
|
3816
|
|
|
3817 * device.h (wrap_device): New.
|
|
|
3818 First of its kind; meant to replace XSETDEVICE.
|
|
|
3819
|
|
|
3820 * dialog-msw.c: Many file-dialog symbols.
|
|
|
3821
|
|
|
3822 * dialog-msw.c (mswindows_register_popup_frame): New.
|
|
|
3823 * dialog-msw.c (mswindows_is_dialog_msg): New.
|
|
|
3824 For supporting kbd traversal in dialog boxes.
|
|
|
3825
|
|
|
3826 * dialog-msw.c (dialog_proc):
|
|
|
3827 Support hitting ESC in dialogs.
|
|
|
3828
|
|
|
3829 * dialog-msw.c (struct):
|
|
|
3830 Common dialog box errors.
|
|
|
3831
|
|
|
3832 * dialog-msw.c (handle_file_dialog_box): New.
|
|
|
3833 Add file dialog code.
|
|
|
3834
|
|
|
3835 * dialog-msw.c (handle_question_dialog_box):
|
|
|
3836 Redo existing code to support new question dialog syntax.
|
|
|
3837
|
|
|
3838 * dialog-msw.c (console_type_create_dialog_mswindows):
|
|
|
3839 We support new dialog console method.
|
|
|
3840
|
|
|
3841 * dialog-msw.c (syms_of_dialog_mswindows):
|
|
|
3842 * dialog-msw.c (vars_of_dialog_mswindows):
|
|
|
3843 New file dialog symbols, vars.
|
|
|
3844
|
|
|
3845 * dialog-x.c:
|
|
|
3846 * dialog-x.c (maybe_run_dbox_text_callback):
|
|
|
3847 * dialog-x.c (dbox_descriptor_to_widget_value):
|
|
|
3848 * dialog-x.c (x_make_dialog_box_internal):
|
|
|
3849 * dialog-x.c (console_type_create_dialog_x):
|
|
|
3850 Mule-ize entire file.
|
|
|
3851 Redo to support question dialog syntax.
|
|
|
3852 [6].
|
|
|
3853
|
|
|
3854 * dialog.c:
|
|
|
3855 * dialog.c (Fmake_dialog_box_internal):
|
|
|
3856 * dialog.c (syms_of_dialog):
|
|
|
3857 Kill old popup-dialog-box, replace with new primitive.
|
|
|
3858 Just call device method or signal error.
|
|
|
3859
|
|
|
3860 * eldap.c (Fldap_open):
|
|
|
3861 * eldap.c (Fldap_search_basic):
|
|
|
3862 * eldap.c (Fldap_add):
|
|
|
3863 * eldap.c (Fldap_modify):
|
|
|
3864 [1].
|
|
|
3865 [7].
|
|
|
3866
|
|
|
3867 * emacs.c:
|
|
|
3868 * emacs.c (make_arg_list_1):
|
|
|
3869 * emacs.c (make_arg_list):
|
|
|
3870 Mule-ize call to dll_init().
|
|
|
3871 [6].
|
|
|
3872 [8].
|
|
|
3873
|
|
|
3874 * emacs.c (make_argc_argv):
|
|
|
3875 * emacs.c (free_argc_argv):
|
|
|
3876 * emacs.c (init_cmdargs):
|
|
|
3877 * emacs.c (main_1):
|
|
|
3878 * emacs.c (Fkill_emacs):
|
|
|
3879 * emacs.c (Fdump_emacs):
|
|
|
3880 Update comments about what can be used in syms_* etc.
|
|
|
3881 Call init_win32() when necessary.
|
|
|
3882 Fix up MS Win dialog box in kill-buffer to actually work right.
|
|
|
3883 [7].
|
|
|
3884
|
|
|
3885 * eval.c:
|
|
|
3886 * eval.c (For):
|
|
|
3887 * eval.c (Fand):
|
|
|
3888 * eval.c (Fprogn):
|
|
|
3889 * eval.c (Fprog1):
|
|
|
3890 * eval.c (Fprog2):
|
|
|
3891 * eval.c (FletX):
|
|
|
3892 * eval.c (Flet):
|
|
|
3893 * eval.c (condition_case_3):
|
|
|
3894 * eval.c (Feval):
|
|
|
3895 * eval.c (function_argcount):
|
|
|
3896 * eval.c (funcall_lambda):
|
|
|
3897 [1].
|
|
|
3898
|
|
|
3899 * eval.c (type_error): New.
|
|
|
3900 * eval.c (maybe_type_error): New.
|
|
|
3901 * eval.c (continuable_type_error): New.
|
|
|
3902 * eval.c (maybe_continuable_type_error): New.
|
|
|
3903 * eval.c (type_error_with_frob): New.
|
|
|
3904 * eval.c (maybe_type_error_with_frob): New.
|
|
|
3905 * eval.c (continuable_type_error_with_frob): New.
|
|
|
3906 * eval.c (maybe_continuable_type_error_with_frob): New.
|
|
|
3907 New functions for use with structured errors.
|
|
|
3908
|
|
|
3909 * event-Xt.c:
|
|
|
3910 * event-Xt.c (x_event_to_emacs_event):
|
|
|
3911 Buttons are now modifiers too.
|
|
|
3912
|
|
|
3913 * event-Xt.c (emacs_Xt_current_event_timestamp):
|
|
|
3914 Implement new event method.
|
|
|
3915 * event-Xt.c (reinit_vars_of_event_Xt): Set it.
|
|
|
3916
|
|
|
3917 * event-msw.c:
|
|
|
3918 * event-msw.c (ntpipe_shove_writer): [5].
|
|
|
3919 * event-msw.c (mswindows_enqueue_mouse_button_event):
|
|
|
3920 * event-msw.c (mswindows_drain_windows_queue):
|
|
|
3921 * event-msw.c (mswindows_wnd_proc): [7].
|
|
|
3922 * event-msw.c (mswindows_current_layout_has_AltGr): [5].
|
|
|
3923 * event-msw.c (mswindows_modifier_state):
|
|
|
3924 Throughout: support new button modifiers.
|
|
|
3925
|
|
|
3926 * event-msw.c (emacs_mswindows_current_event_timestamp):
|
|
|
3927 Implement new event method.
|
|
|
3928 * event-msw.c (reinit_vars_of_event_mswindows): Set it.
|
|
|
3929
|
|
|
3930 * event-stream.c:
|
|
|
3931 * event-stream.c (event_stream_current_event_timestamp): New.
|
|
|
3932 * event-stream.c (maybe_kbd_translate): New functionality.
|
|
|
3933 * event-stream.c (vars_of_event_stream):
|
|
|
3934 Document new kbd-translate-table functionality.
|
|
|
3935
|
|
|
3936 * event-stream.c (Fcurrent_event_timestamp): New.
|
|
|
3937 New primitive for use in fabricated events.
|
|
|
3938 * event-stream.c (syms_of_event_stream): [2]. Declare new primitive.
|
|
|
3939
|
|
|
3940 * events-mod.h (XEMACS_MOD_BUTTON1): new button modifiers.
|
|
|
3941
|
|
|
3942 * events.c:
|
|
|
3943 * events.c (Fmake_event):
|
|
|
3944 * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY):
|
|
|
3945 [1].
|
|
|
3946 [9].
|
|
|
3947
|
|
|
3948 * events.c (format_event_object): fix gcc warnings.
|
|
|
3949
|
|
|
3950 * events.c (Fevent_timestamp): Document new primitives.
|
|
|
3951
|
|
|
3952 * events.c (TIMESTAMP_HALFSPACE): New.
|
|
|
3953
|
|
|
3954 * events.c (Fevent_timestamp_lessp): New. New primitive for
|
|
|
3955 comparing timestamps correctly (half-space algorithm).
|
|
|
3956
|
|
|
3957 * events.c (Fevent_modifier_bits): Doc fix.
|
|
|
3958
|
|
|
3959 * events.c (Fevent_modifiers): Major doc addition.
|
|
|
3960 * events.c (event_x_y_pixel_internal): Typo fix.
|
|
|
3961 * events.c (syms_of_events): Declare new primitives.
|
|
|
3962
|
|
|
3963 * events.h:
|
|
|
3964 Update long comment for button modifiers, timestamps.
|
|
|
3965
|
|
|
3966 * events.h (struct event_stream):
|
|
|
3967 New current_event_timestamp method.
|
|
|
3968
|
|
|
3969 * extents.c:
|
|
|
3970 * extents.c (extent_in_region_p):
|
|
|
3971 * extents.c (decode_extent):
|
|
|
3972 * extents.c (Fset_extent_parent):
|
|
|
3973 * extents.c (decode_map_extents_flags):
|
|
|
3974 Fix gcc warnings.
|
|
|
3975 [9].
|
|
|
3976
|
|
|
3977 * extents.c (struct extent_at_arg):
|
|
|
3978 * extents.c (decode_extent_at_flag):
|
|
|
3979 * extents.c (extent_at_mapper):
|
|
|
3980 * extents.c (extent_at_bytind):
|
|
|
3981 * extents.c (Fextent_at): Adapt to new lower-level interface. [9].
|
|
|
3982 * extents.c (Fextents_at): New primitive. [9].
|
|
|
3983 * extents.c (symbol_to_glyph_layout): [9].
|
|
|
3984 Support new primitive `extents-at'.
|
|
|
3985
|
|
|
3986
|
|
|
3987 * extents.c (get_text_property_bytind):
|
|
|
3988 extent_at_bytind has another arg.
|
|
|
3989 [9].
|
|
|
3990
|
|
|
3991 * extents.c (syms_of_extents): New primitive.
|
|
|
3992
|
|
|
3993 * file-coding.c (Fmake_coding_system): [1].
|
|
|
3994 * file-coding.c (subsidiary_coding_system): fix gcc warning
|
|
|
3995 * file-coding.c (syms_of_file_coding): [2].
|
|
|
3996
|
|
|
3997 * fileio.c (Fexpand_file_name):
|
|
|
3998 * fileio.c (Fsysnetunam):
|
|
|
3999 * fileio.c (Ffile_exists_p):
|
|
|
4000 * fileio.c (Ffile_executable_p):
|
|
|
4001 * fileio.c (Fverify_visited_file_modtime):
|
|
|
4002 Clean up GCPROing.
|
|
|
4003
|
|
|
4004 * fileio.c (syms_of_fileio): [2].
|
|
|
4005
|
|
|
4006 * filelock.c (lock_file_1):
|
|
|
4007 * filelock.c (current_lock_owner):
|
|
|
4008 * filelock.c (lock_if_free):
|
|
|
4009 * filelock.c (lock_file):
|
|
|
4010 * filelock.c (unlock_file):
|
|
|
4011 Clean up GCPROing.
|
|
|
4012
|
|
|
4013 * fns.c (concat): Fix gcc warning.
|
|
|
4014
|
|
|
4015 * fns.c (Fmember):
|
|
|
4016 * fns.c (Fold_member):
|
|
|
4017 * fns.c (Fmemq):
|
|
|
4018 * fns.c (Fold_memq):
|
|
|
4019 * fns.c (memq_no_quit):
|
|
|
4020 * fns.c (Fassoc):
|
|
|
4021 * fns.c (Fold_assoc):
|
|
|
4022 * fns.c (Fassq):
|
|
|
4023 * fns.c (Fold_assq):
|
|
|
4024 * fns.c (assq_no_quit):
|
|
|
4025 * fns.c (Frassoc):
|
|
|
4026 * fns.c (Fold_rassoc):
|
|
|
4027 * fns.c (Frassq):
|
|
|
4028 * fns.c (Fold_rassq):
|
|
|
4029 * fns.c (rassq_no_quit):
|
|
|
4030 * fns.c (Fdelete):
|
|
|
4031 * fns.c (Fold_delete):
|
|
|
4032 * fns.c (Fdelq):
|
|
|
4033 * fns.c (Fold_delq):
|
|
|
4034 * fns.c (delq_no_quit):
|
|
|
4035 * fns.c (Fremassoc):
|
|
|
4036 * fns.c (Fremassq):
|
|
|
4037 * fns.c (remassq_no_quit):
|
|
|
4038 * fns.c (Fremrassoc):
|
|
|
4039 * fns.c (Fremrassq):
|
|
|
4040 * fns.c (remrassq_no_quit):
|
|
|
4041 * fns.c (Freverse):
|
|
|
4042 * fns.c (mapcar1):
|
|
|
4043 [1].
|
|
|
4044
|
|
|
4045 * frame-msw.c (mswindows_init_frame_1):
|
|
|
4046 * frame-msw.c (mswindows_delete_frame):
|
|
|
4047 Register popups with dialog code so keyboard traversing works.
|
|
|
4048
|
|
|
4049 * frame-tty.c (tty_raise_frame_no_select): [1].
|
|
|
4050
|
|
|
4051 * frame-x.c:
|
|
|
4052 * frame-x.c (x_set_frame_text_value):
|
|
|
4053 * frame-x.c (x_set_frame_properties):
|
|
|
4054 * frame-x.c (x_create_widgets):
|
|
|
4055 [7].
|
|
|
4056
|
|
|
4057 * frame.c:
|
|
|
4058 * frame.c (Fmouse_pixel_position): Minor doc fixes.
|
|
|
4059
|
|
|
4060 * frame.h (wrap_frame): New.
|
|
|
4061 Macro like wrap_device.
|
|
|
4062
|
|
|
4063 * general.c:
|
|
|
4064 * general.c (SYMBOL):
|
|
|
4065 * general.c (syms_of_general):
|
|
|
4066 Major reorg. This is now just a wrapper and symbols themselves
|
|
|
4067 are listed in general-slots.h.
|
|
|
4068
|
|
|
4069 * glyphs-eimage.c (tiff_instantiate): Need cast to fix warning.
|
|
|
4070 * glyphs-msw.c (mswindows_resource_instantiate): [5].
|
|
|
4071
|
|
|
4072 * glyphs-msw.c (mswindows_native_layout_instantiate):
|
|
|
4073 Add DS_CONTROL so keyboard traversal will work.
|
|
|
4074
|
|
|
4075 * glyphs-widget.c:
|
|
|
4076 * glyphs-widget.c (syms_of_glyphs_widget):
|
|
|
4077 Move some symbols to general-slots.h.
|
|
|
4078
|
|
|
4079 * glyphs-x.c:
|
|
|
4080 * glyphs-x.c (xbm_instantiate_1):
|
|
|
4081 * glyphs-x.c (x_xbm_instantiate):
|
|
|
4082 * glyphs-x.c (x_xface_instantiate):
|
|
|
4083 * glyphs-x.c (autodetect_instantiate):
|
|
|
4084 * glyphs-x.c (cursor_font_instantiate):
|
|
|
4085 * glyphs-x.c (x_update_widget):
|
|
|
4086 * glyphs-x.c (x_widget_instantiate):
|
|
|
4087 * glyphs.c (bitmap_to_lisp_data):
|
|
|
4088 * glyphs.c (pixmap_to_lisp_data):
|
|
|
4089 [7].
|
|
|
4090
|
|
|
4091 * glyphs.c (syms_of_glyphs):
|
|
|
4092 [2].
|
|
|
4093
|
|
|
4094 * gui-x.c:
|
|
|
4095 * gui-x.c (print_widget_value):
|
|
|
4096 * gui-x.c (menu_separator_style_and_to_external):
|
|
|
4097 * gui-x.c (add_accel_and_to_external):
|
|
|
4098 * gui-x.c (button_item_to_widget_value):
|
|
|
4099 * gui-x.c (gui_items_to_widget_values_1):
|
|
|
4100 * gui-x.c (gui_items_to_widget_values):
|
|
|
4101 * gui-x.c (syms_of_gui_x):
|
|
|
4102 * gui-x.c (vars_of_gui_x):
|
|
|
4103 Mule-ize entire file. Move menu-no-selection-hook to gui.c.
|
|
|
4104 [9].
|
|
|
4105
|
|
|
4106 * gui-x.h:
|
|
|
4107 Muleize, prototype changes matching gui-x.c.
|
|
|
4108
|
|
|
4109 * gui.c:
|
|
|
4110 * gui.c (separator_string_p):
|
|
|
4111 * gui.c (gui_item_add_keyval_pair):
|
|
|
4112 * gui.c (make_gui_item_from_keywords_internal):
|
|
|
4113 * gui.c (signal_too_long_error):
|
|
|
4114 * gui.c (parse_gui_item_tree_item):
|
|
|
4115 * gui.c (syms_of_gui):
|
|
|
4116 * gui.c (vars_of_gui):
|
|
|
4117 * gui.h:
|
|
|
4118 menu-no-selection-hook moved here (used by MSWin).
|
|
|
4119 Move some symbols to general-slots.h.
|
|
|
4120 [6].
|
|
|
4121 [9].
|
|
|
4122
|
|
|
4123 * insdel.c (get_buffer_pos_char):
|
|
|
4124 * insdel.c (get_buffer_range_char):
|
|
|
4125 Add GC comments.
|
|
|
4126
|
|
|
4127 * keymap.c (keymap_lookup_directly):
|
|
|
4128 * keymap.c (keymap_store):
|
|
|
4129 * keymap.c (ensure_meta_prefix_char_keymapp):
|
|
|
4130 * keymap.c (describe_map):
|
|
|
4131 * keymap.h:
|
|
|
4132 Support new button modifiers.
|
|
|
4133
|
|
|
4134 * lisp-disunion.h (wrap_object):
|
|
|
4135 * lisp-disunion.h (XSETOBJ):
|
|
|
4136 Rename make_obj to wrap_object.
|
|
|
4137
|
|
|
4138 * lisp-union.h:
|
|
|
4139 * lisp-union.h (make_int):
|
|
|
4140 * lisp-union.h (make_char):
|
|
|
4141 Support wrap_object.
|
|
|
4142
|
|
|
4143 * lisp.h:
|
|
|
4144 * lisp.h (LIST_LOOP):
|
|
|
4145 * lisp.h (EXTERNAL_LIST_LOOP):
|
|
|
4146 * lisp.h (LIST_LOOP_2):
|
|
|
4147 * lisp.h (EXTERNAL_LIST_LOOP_1):
|
|
|
4148 * lisp.h (EXTERNAL_LIST_LOOP_2):
|
|
|
4149 * lisp.h (EXTERNAL_LIST_LOOP_3):
|
|
|
4150 * lisp.h (EXTERNAL_LIST_LOOP_4_NO_DECLARE):
|
|
|
4151 * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
|
|
|
4152 * lisp.h (GET_EXTERNAL_LIST_LENGTH):
|
|
|
4153 * lisp.h (EXTERNAL_ALIST_LOOP_5):
|
|
|
4154 * lisp.h (EXTERNAL_ALIST_LOOP_6):
|
|
|
4155 * lisp.h (EXTERNAL_ALIST_LOOP_6_NO_DECLARE):
|
|
|
4156 * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_5_NO_DECLARE):
|
|
|
4157 * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_7):
|
|
|
4158 * lisp.h (struct Lisp_Symbol):
|
|
|
4159 * lisp.h (maybe_continuable_error_with_frob):
|
|
|
4160 Fix up section comments.
|
|
|
4161 Add new types for char to indicate usage.
|
|
|
4162 Delete symbols auto-generated from general-slots.h.
|
|
|
4163 Add prototypes for structured error functions.
|
|
|
4164 Add long comments describing looping macros and change interface
|
|
|
4165 so that lvalues are automatically declared.
|
|
|
4166 Add NO_DECLARE macro in case callers want to declare lvalues
|
|
|
4167 themselves.
|
|
|
4168
|
|
|
4169 * lread.c (read_syntax_error):
|
|
|
4170 * lread.c (continuable_read_syntax_error):
|
|
|
4171 * lread.c (read_structure):
|
|
|
4172 * lread.c (sequence_reader):
|
|
|
4173 * lread.c (read_list_conser):
|
|
|
4174 * lread.c (read_compiled_function):
|
|
|
4175 Rename syntax_error and continuable_syntax_error to avoid clash
|
|
|
4176 with same-named structured error functions.
|
|
|
4177
|
|
|
4178 * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
|
|
|
4179 * menubar-msw.c (populate_menu_add_item):
|
|
|
4180 * menubar-msw.c (populate_or_checksum_helper):
|
|
|
4181 [5].
|
|
|
4182 [9].
|
|
|
4183
|
|
|
4184 * menubar-x.c:
|
|
|
4185 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
|
4186 Mule-ize whole file.
|
|
|
4187
|
|
|
4188 * menubar.c (Fnormalize_menu_item_name): Add optimization.
|
|
|
4189
|
|
|
4190 * mule-charset.c (Fmake_charset):
|
|
|
4191 * mule-wnnfns.c (Fwnn_set_param):
|
|
|
4192 [1].
|
|
|
4193
|
|
|
4194 * ntproc.c (create_child):
|
|
|
4195 * ntproc.c (Fwin32_set_current_locale):
|
|
|
4196 Add comments portending doom.
|
|
|
4197
|
|
|
4198 * objects-msw.c:
|
|
|
4199 * objects-msw.c (old_font_enum_callback_2):
|
|
|
4200 * objects-msw.c (font_enum_callback_1):
|
|
|
4201 * objects-msw.c (mswindows_enumerate_fonts):
|
|
|
4202 [5].
|
|
|
4203
|
|
|
4204 * objects-x.c:
|
|
|
4205 * objects-x.c (allocate_nearest_color):
|
|
|
4206 * objects-x.c (x_parse_nearest_color):
|
|
|
4207 * objects-x.c (x_initialize_color_instance):
|
|
|
4208 * objects-x.c (x_print_color_instance):
|
|
|
4209 * objects-x.c (x_finalize_color_instance):
|
|
|
4210 * objects-x.c (x_valid_color_name_p):
|
|
|
4211 * objects-x.c (x_initialize_font_instance):
|
|
|
4212 * objects-x.c (x_print_font_instance):
|
|
|
4213 * objects-x.c (valid_x_font_name_p):
|
|
|
4214 * objects-x.c (truename_via_FONT_prop):
|
|
|
4215 * objects-x.c (truename_via_random_props):
|
|
|
4216 * objects-x.c (truename_via_XListFonts):
|
|
|
4217 * objects-x.c (x_font_truename):
|
|
|
4218 * objects-x.c (x_font_instance_truename):
|
|
|
4219 * objects-x.c (x_font_instance_properties):
|
|
|
4220 * objects-x.c (x_list_fonts):
|
|
|
4221 * objects-x.c (x_find_charset_font):
|
|
|
4222 Mule-ize entire file.
|
|
|
4223 [7].
|
|
|
4224
|
|
|
4225 * objects-x.h:
|
|
|
4226 Mule-verify.
|
|
|
4227
|
|
|
4228 * print.c:
|
|
|
4229 * print.c (std_handle_out_external):
|
|
|
4230 * print.c (debug_print_no_newline):
|
|
|
4231 * print.c (syms_of_print):
|
|
|
4232 Output to all debugger kinds in debug-print.
|
|
|
4233 Fix console-output code under MSWin to actually work.
|
|
|
4234
|
|
|
4235 * process-nt.c (send_signal):
|
|
|
4236 * process-nt.c (nt_create_process):
|
|
|
4237 Use newer Unicode macros.
|
|
|
4238
|
|
|
4239 * process-unix.c (unix_create_process):
|
|
|
4240 * process-unix.c (unix_canonicalize_host_name):
|
|
|
4241 * process-unix.c (unix_open_network_stream):
|
|
|
4242 [7].
|
|
|
4243
|
|
|
4244 * scrollbar-x.c:
|
|
|
4245 Mule-verify.
|
|
|
4246
|
|
|
4247 * search.c (syms_of_search):
|
|
|
4248 [2].
|
|
|
4249
|
|
|
4250 * select-msw.c (mswindows_destroy_selection):
|
|
|
4251 Use LIST_LOOP_2.
|
|
|
4252
|
|
|
4253 * select-x.c (symbol_to_x_atom):
|
|
|
4254 [7].
|
|
|
4255
|
|
|
4256 * select.c (syms_of_select):
|
|
|
4257 [2].
|
|
|
4258
|
|
|
4259 * sound.c (Fplay_sound_file):
|
|
|
4260 [7].
|
|
|
4261
|
|
|
4262 * specifier.c:
|
|
|
4263 * specifier.c (decode_specifier_type):
|
|
|
4264 * specifier.c (Fvalid_specifier_locale_type_p):
|
|
|
4265 * specifier.c (check_valid_locale_or_locale_type):
|
|
|
4266 * specifier.c (decode_locale):
|
|
|
4267 * specifier.c (decode_locale_type):
|
|
|
4268 * specifier.c (decode_locale_list):
|
|
|
4269 * specifier.c (check_valid_domain):
|
|
|
4270 * specifier.c (decode_specifier_tag_set):
|
|
|
4271 * specifier.c (Fcanonicalize_tag_set):
|
|
|
4272 * specifier.c (Fdefine_specifier_tag):
|
|
|
4273 * specifier.c (Fspecifier_tag_predicate):
|
|
|
4274 * specifier.c (check_valid_inst_list):
|
|
|
4275 * specifier.c (check_valid_spec_list):
|
|
|
4276 * specifier.c (decode_how_to_add_specification):
|
|
|
4277 * specifier.c (check_modifiable_specifier):
|
|
|
4278 * specifier.c (specifier_add_spec):
|
|
|
4279 * specifier.c (boolean_validate):
|
|
|
4280 * specifier.c (display_table_validate):
|
|
|
4281 [9].
|
|
|
4282
|
|
|
4283 * specifier.c (syms_of_specifier):
|
|
|
4284 Move some symbols to general-slots.h.
|
|
|
4285 [2].
|
|
|
4286
|
|
|
4287 * symbols.c:
|
|
|
4288 * symbols.c (Fmapatoms):
|
|
|
4289 * symbols.c (Fapropos_internal):
|
|
|
4290 Add GCPROs.
|
|
|
4291
|
|
|
4292 * symbols.c (set_default_buffer_slot_variable):
|
|
|
4293 * symbols.c (set_default_console_slot_variable):
|
|
|
4294 [1].
|
|
|
4295
|
|
|
4296 * symbols.c (defsymbol_massage_name_1):
|
|
|
4297 * symbols.c (defkeyword_massage_name):
|
|
|
4298 * symbols.c (deferror_1):
|
|
|
4299 * symbols.c (deferror):
|
|
|
4300 * symbols.c (deferror_massage_name_and_message):
|
|
|
4301 * symeval.h:
|
|
|
4302 * symeval.h (DEFSYMBOL):
|
|
|
4303 Support DEFSYMBOL*, DEFKEYWORD, DEFERROR
|
|
|
4304
|
|
|
4305 * symbols.c (syms_of_symbols):
|
|
|
4306 [2].
|
|
|
4307
|
|
|
4308 * symsinit.h:
|
|
|
4309 * symsinit.h (init_win32): New.
|
|
|
4310 Also new is syms_of_dialog_mswindows.
|
|
|
4311
|
|
|
4312 * syswindows.h:
|
|
|
4313 Add new Unicode macros, missing Cygwin wide-char functions,
|
|
|
4314 convenience conversion macros for Qmswindows_tstr, macros for
|
|
|
4315 encapsulating required MSWin <-> Cygwin filename conversions,
|
|
|
4316 prototype for dynamically-extracted (not in NT 3.51) functions.
|
|
|
4317
|
|
|
4318 * toolbar-x.c:
|
|
|
4319 Mule-verify.
|
|
|
4320
|
|
|
4321 * tooltalk.c (Fadd_tooltalk_message_arg):
|
|
|
4322 * tooltalk.c (Fadd_tooltalk_pattern_attribute):
|
|
|
4323 * tooltalk.c (Fadd_tooltalk_pattern_arg):
|
|
|
4324 [7].
|
|
|
4325
|
|
|
4326 * tooltalk.c (syms_of_tooltalk):
|
|
|
4327 [2].
|
|
|
4328
|
|
|
4329 * unexnt.c:
|
|
|
4330 * unexnt.c (unexec):
|
|
|
4331 Fix up headers, declaration of unexec() to be more standard.
|
|
|
4332
|
|
|
4333 2000-07-20 Martin Buchholz <martin@xemacs.org>
|
|
|
4334
|
|
|
4335 * offix.h: Revert change to guard macros - they're used in offix.c!
|
|
|
4336
|
|
|
4337 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4338
|
|
|
4339 * lisp.h: Defsubred Fdelete.
|
|
|
4340
|
|
|
4341 * console-msw.h: (msprinter_default_printer): Added.
|
|
|
4342
|
|
|
4343 * console-msw.c (msprinter_canonicalize_console_connection):
|
|
|
4344 (msprinter_canonicalize_device_connection): Added.
|
|
|
4345
|
|
|
4346 * device-msw.c (msprinter_default_printer):
|
|
446
|
4347 (Fmswingows_get_default_printer):
|
|
|
4348 (signal_enum_priner_error):
|
|
442
|
4349 (Fmswingows_printer_list): Added.
|
|
|
4350
|
|
|
4351 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
|
4352
|
|
|
4353 * XEmacs 21.2.35 is released.
|
|
|
4354
|
|
|
4355 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
|
4356
|
|
446
|
4357 * select-x.c (x_handle_selection_request):
|
|
442
|
4358 Text selected in xemacs and pasted into xterm failed to appear.
|
|
|
4359 Spelling fixes and cosmetic changes.
|
|
|
4360
|
|
|
4361 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4362
|
|
|
4363 * event-msw.c (mswindows_drain_windows_queue): Correctly check for
|
|
|
4364 XEmacs frame (fix for doubling chars in dialog boxes).
|
|
|
4365
|
|
|
4366 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4367
|
|
|
4368 * select.c (select_convert_in, select_convert_out):
|
|
|
4369 Don't call intern() every time.
|
|
|
4370
|
|
|
4371 * select.c (Qselect_convert_in, Qselect_convert_out): New.
|
|
|
4372 * select.c (vars_of_select): Initialise them.
|
|
|
4373
|
|
|
4374 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4375
|
|
|
4376 * select.c (selection-coercible-types): New.
|
|
|
4377
|
|
|
4378 * select.c (own-selection-internal):
|
|
|
4379 * select.c (get-selection-internal):
|
|
|
4380 MULE bug fix - these should default to COMPOUND_TEXT and not
|
|
|
4381 STRING for MULE. I think.
|
|
|
4382
|
|
|
4383 * select.c (select_convert_out): Use selection-coercible-types
|
|
|
4384 to find types that we can attempt to perform coercions on.
|
|
|
4385
|
|
|
4386 2000-07-18 Martin Buchholz <martin@xemacs.org>
|
|
|
4387
|
|
|
4388 * mule-wnnfns.c:
|
|
|
4389 * mule-canna.c:
|
|
|
4390 Add coding: cookie to identify encoding.
|
|
|
4391
|
|
|
4392 * mule-canna.c (CANNA_mode_keys): make static.
|
|
|
4393 Use proper prototypes, even for functions of no arguments.
|
|
|
4394 Remove external prototype for Fding().
|
|
|
4395
|
|
|
4396 * symsinit.h: Add missing prototype for reinit_vars_of_mule_wnn.
|
|
|
4397
|
|
|
4398 * select.c (syms_of_select): Add missing DEFSUBR.
|
|
|
4399
|
|
|
4400 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4401
|
|
|
4402 * select.c (get_selection_internal, own_selection_internal):
|
|
|
4403 Make the type default to STRING, rather than placing a nil type
|
|
|
4404 into Vselection_alist.
|
|
|
4405
|
|
|
4406 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4407
|
|
|
4408 * gpmevent.c (tty_selection_exists_p):
|
|
|
4409 * gpmevent.c (tty_own_selection):
|
|
|
4410 Updated parameter lists.
|
|
|
4411
|
|
|
4412 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4413
|
|
|
4414 * select.h (selection-alist): Removed declaration.
|
|
|
4415
|
|
|
4416 * select.h (get_local_selection):
|
|
|
4417 * select.c (get_local_selection):
|
|
|
4418 Made static.
|
|
|
4419
|
|
|
4420 * select.h (convert_selection): Removed declaration.
|
|
|
4421 * select.c (convert_selection): Removed.
|
|
|
4422 This function belongs in Lisp.
|
|
|
4423
|
|
|
4424 * select.h (select_convert_in): Declare.
|
|
|
4425 * select.h (select_convert_out): Declare.
|
|
|
4426 * select.c (select_convert_in): New.
|
|
|
4427 * select.c (select_convert_out): New.
|
|
|
4428 New conversion functions for other files to call.
|
|
|
4429
|
|
|
4430 * select.h (select_notify_buffer_kill): Declare.
|
|
|
4431 * select.c (select_notify_buffer_kill): New.
|
|
|
4432 New functions that get called from kill-buffer.
|
|
|
4433
|
|
|
4434 * buffer.c (kill-buffer): Call select_notify_buffer_kill, rather than
|
|
|
4435 X-specific lisp code.
|
|
|
4436
|
|
|
4437 * select.h: Declare some of the lisp-visible functions for
|
|
|
4438 external use.
|
|
|
4439
|
|
|
4440 * select.c (clean_local_selection_data): Removed. This was
|
|
|
4441 a disgusting function, and previously should have been in
|
|
|
4442 select-x.c in any case. The functionality is now provided
|
|
|
4443 in select-convert-from-integer (select.el).
|
|
|
4444
|
|
|
4445 * select.c (available-selection-types): Fixed stupidity where
|
|
|
4446 INTEGER and ATOM got added twice. Also add STRING when we see an
|
|
|
4447 extent.
|
|
|
4448
|
|
|
4449 * select.c (get-selection-internal): Removed symbol stripping. No
|
|
|
4450 longer causes conversion when data comes from the internal cache.
|
|
|
4451
|
|
|
4452 * select.c (syms_of_select): Added new functions.
|
|
|
4453
|
|
|
4454 * select-x.c (motif_clipboard_cb): Use select_convert_out. Rewrote
|
|
|
4455 error checking - previously this called abort!
|
|
446
|
4456
|
|
442
|
4457 * select-x.c (x_own_selection): Changed comment.
|
|
446
|
4458
|
|
442
|
4459 * select-x.c (x_handle_selection_request): Use select_convert_out.
|
|
|
4460 Don't mess with selection-alist; it's an internal variable of select.c.
|
|
446
|
4461
|
|
442
|
4462 * select-x.c (x_get_foreign_selection): Use select_convert_in.
|
|
446
|
4463
|
|
442
|
4464 * select-x.c (x_handle_selection_clear): Use get-selection-timestamp,
|
|
|
4465 rather than messing with selection-alist.
|
|
446
|
4466
|
|
442
|
4467 * select-msw.c (mswindows_get_foreign_selection):
|
|
|
4468 Use TO_INTERNAL_FORMAT rather than hacking.
|
|
|
4469
|
|
|
4470 2000-07-14 Martin Buchholz <martin@xemacs.org>
|
|
|
4471
|
|
|
4472 * process-unix.c (unix_open_multicast_group):
|
|
|
4473 (unix_open_multicast_group): Remove useless casts.
|
|
|
4474
|
|
|
4475 2000-07-13 Martin Buchholz <martin@xemacs.org>
|
|
|
4476
|
|
|
4477 * sound.c (Fplay_sound): Fix `unused variable' warning.
|
|
|
4478
|
|
|
4479 * emacs.c (main): Use correct type for _environ on SCO5.
|
|
|
4480
|
|
|
4481 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4482
|
|
|
4483 * console.h (own_selection_method):
|
|
|
4484 * console.h (selection_exists_p_method):
|
|
|
4485 * console.h (available_selection_types_method): New.
|
|
|
4486 * console.h (register_selection_data_type_method): New.
|
|
|
4487 * console.h (selection_data_type_name): New.
|
|
446
|
4488
|
|
442
|
4489 * console-msw.h (mswindows_destroy_selection): Declare it. New
|
|
|
4490 function & alist to track GlobalAlloc()'d handles that need
|
|
|
4491 releasing when the clipboard data gets replaced or emptied.
|
|
|
4492
|
|
|
4493 * event-msw.c (mswindows_wnd_proc): Call it.
|
|
|
4494
|
|
|
4495 * lisp.h, general.c (Qappend): New symbol representing a
|
|
|
4496 `how-to-add' mode.
|
|
446
|
4497
|
|
442
|
4498 * select.c (own-selection-internal):
|
|
|
4499 * select.c (selection-exists-p):
|
|
|
4500 * select.c (available-selection-types): New.
|
|
|
4501 * select.c (register-selection-data-type): New.
|
|
|
4502 * select.c (selection-data-type-name): New. New functions to deal
|
|
|
4503 with device-specific selection data formats.
|
|
|
4504 * select.c (selection-converter-out-alist): Renamed.
|
|
|
4505 * select.c (selection-converter-in-alist): New.
|
|
|
4506 * select.c (selection-appender-alist): New. Added new alists.
|
|
|
4507 * select.c (syms_of_select, vars_of_select): Added new symbols &
|
|
|
4508 variables.
|
|
|
4509 * select.c (get_local_selection): Split.
|
|
|
4510 * select.c: Removed spurious type checking - selections may now be
|
|
|
4511 of any type, not just strings.
|
|
|
4512 * select.c (own-selection-internal):
|
|
|
4513
|
|
|
4514 * select.h, select.c (convert_selection): New. Created
|
|
|
4515 convert_selection() function based on get_local_selection().
|
|
|
4516 * select.h, select.c (QCF_*): New symbols representing mswindows
|
|
|
4517 clipboard formats.
|
|
|
4518 * select.h, select.c (Qreplace_all, Qreplace_existing): New
|
|
|
4519 symbols representing `how-to-add' modes.
|
|
|
4520
|
|
|
4521 * select-msw.c (x_sym_p): New.
|
|
|
4522 * select-msw.c (symbol_to_ms_cf): New.
|
|
|
4523 * select-msw.c (ms_cf_to_symbol): New. New functions to deal with
|
|
|
4524 symbols & clipboard formats. Can also handle string names.
|
|
|
4525 * select-msw.c (mswindows_own_selection):
|
|
|
4526 * select-msw.c (mswindows_selection_exists_p):
|
|
|
4527 Added `data-type' parameter. Use it.
|
|
|
4528 * select-msw.c (mswindows_available_selection_types): New.
|
|
|
4529 * select-msw.c (mswindows_register_selection_data_type): New.
|
|
|
4530 * select-msw.c (mswindows_selection_data_type_name): New.
|
|
|
4531 * select-msw.c (mswindows_own_selection):
|
|
|
4532 * select-msw.c (mswindows_get_foreign_selection):
|
|
|
4533 * select-msw.c (mswindows_selection_exists_p): Rewrote.
|
|
|
4534 * select-msw.c (console_create_select_mswindows): Added new methods.
|
|
|
4535 * select-msw.c (mswindows_destroy_selection): New.
|
|
|
4536 * select-msw.c (Vhandle_alist): New list.
|
|
|
4537 * select-msw.c (mswindows_own_selection):
|
|
|
4538
|
|
|
4539 * select-x.c (x_own_selection):
|
|
|
4540 * select-x.c (x_selection_exists_p):
|
|
|
4541 * select-x.c: Added some comments about maybe using new
|
|
|
4542 functionality.
|
|
|
4543 * select-x.c (x_own_selection):
|
|
|
4544
|
|
|
4545 * specifier.c: Remove definition of Qappend (now in general.c)
|
|
|
4546 * specifier.c (syms_of_specifier): Remove Qappend.
|
|
|
4547
|
|
|
4548 2000-07-12 Martin Buchholz <martin@xemacs.org>
|
|
|
4549
|
|
|
4550 * config.h.in: Add socklen_t.
|
|
|
4551
|
|
|
4552 * s/decosf4-0.h: No special compiler flags needed or desired.
|
|
|
4553 In particular, undefine _BSD for DEC OSF 4.0.
|
|
|
4554
|
|
|
4555 2000-07-07 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4556
|
|
|
4557 * redisplay-msw.c (msprinter_frame_output_end): Added.
|
|
|
4558 (console_type_create_redisplay_mswindows): Referred the above.
|
|
|
4559
|
|
|
4560 * frame.c (setup_frame_without_minibuffer): Do not create a
|
|
|
4561 default minibuffer frame on a printer device.
|
|
|
4562
|
|
|
4563 * frame-msw.c (apply_dc_geometry): Added.
|
|
446
|
4564 (msprinter_start_page):
|
|
|
4565 (msprinter_init_frame_3):
|
|
442
|
4566 (msprinter_eject_page): Use it.
|
|
|
4567
|
|
|
4568 * console-msw.h (struct msprinter_frame): Added pix_left and top,
|
|
|
4569 and removed residual duplex and orientation properties.
|
|
|
4570
|
|
|
4571 2000-07-11 Martin Buchholz <martin@xemacs.org>
|
|
|
4572
|
|
|
4573 * eval.c (function_argcount): Work around a DEC CC compiler bug.
|
|
|
4574
|
|
|
4575 * unexalpha.c: Remove system prototypes from C sources!
|
|
|
4576
|
|
|
4577 2000-07-09 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
4578
|
|
|
4579 * eval.c: Remove references to M-x edit-options in DEFUNs for
|
|
|
4580 `defvar' and `defconst'.
|
|
|
4581
|
|
|
4582 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
|
4583
|
|
|
4584 * config.h.in: Remove SMART_INCLUDE hackery.
|
|
446
|
4585
|
|
442
|
4586 PostgreSQL hacking:
|
|
|
4587 * config.h.in: Don't use SMART_INCLUDE.
|
|
|
4588
|
|
|
4589 * postgresql.h: Include libpq-fe.h here. Fix typo.
|
|
|
4590 * inline.c: Simply #include "postgresql.h"
|
|
|
4591 * postgresql.c:
|
|
|
4592 - Don't use SMART_INCLUDE
|
|
|
4593 - Use simply "const".
|
|
|
4594 - Use standard doc string conventions.
|
|
|
4595 - Use correct type for result of PQstatus.
|
|
|
4596
|
|
|
4597 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
|
4598
|
|
|
4599 * glyphs-x.c (x_xface_instantiate): Fix C++ compilation warnings.
|
|
|
4600
|
|
|
4601 C++ compilation changes.
|
|
|
4602 * config.h.in (EXTERN_C): Define.
|
|
|
4603 * config.h.in (not): This is also a C++ keyword.
|
|
|
4604 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Enable C++ compilation.
|
|
|
4605 * cm.c: Use EXTERN_C.
|
|
|
4606 * redisplay-tty.c: Use EXTERN_C.
|
|
|
4607 * sysdep.c: Use EXTERN_C. Remove Gould support.
|
|
|
4608
|
|
|
4609 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
|
4610
|
|
|
4611 * general.c: Remove duplicate definition for Qfunction.
|
|
|
4612
|
|
|
4613 2000-07-08 Ben Wing <ben@xemacs.org>
|
|
|
4614
|
|
|
4615 * device-msw.c (msprinter_init_device):
|
|
|
4616 * device-msw.c (sync_printer_with_devmode):
|
|
|
4617 * device-msw.c (handle_devmode_changes):
|
|
|
4618 * device-msw.c (print_dialog_worker):
|
|
|
4619 * device-msw.c (Fmsprinter_apply_settings):
|
|
|
4620 * device-msw.c (hash_devmode):
|
|
|
4621 * device-msw.c (Fmsprinter_settings_despecialize):
|
|
|
4622 use Qmswindows_tstr, not Qctext.
|
|
446
|
4623
|
|
442
|
4624 * vm-limit.c (check_memory_limits):
|
|
|
4625 avoid infinite loop printing warning messages.
|
|
|
4626
|
|
|
4627 2000-07-05 Craig Lanning <lanning@scra.org>
|
|
|
4628
|
|
|
4629 * Makefile.in.in: Add support for including the Windows resources
|
|
|
4630 when building with the cygwin and mingw targets.
|
|
|
4631
|
|
|
4632 * buffer.c: from Dan Holmsand, on Windows $PWD is most likely either
|
|
|
4633 not set or not correct.
|
|
|
4634 (directory_is_current_directory): Don't compile for WIN32_NATIVE.
|
|
|
4635 (init_initial_directory): Don't try to use $PWD on the
|
|
|
4636 WIN32_NATIVE target.
|
|
|
4637
|
|
|
4638 * s\cygwin32.h:
|
|
|
4639 [[Add -mwindows to eliminate console window.]] not required --ben
|
|
|
4640 (HAVE_NATIVE_SOUND): removed; now handled by configure.
|
|
|
4641 (MAIL_USE_POP): removed; now handled by configure.
|
|
|
4642
|
|
|
4643 * s\mingw32.h: [[Add -mwindows to eliminate console window.]] not in
|
|
|
4644 C_SWITCH_SYSTEM or it will affect lib-src progs. --ben
|
|
|
4645 (HAVE_NATIVE_SOUND): removed; now handled by configure.
|
|
|
4646 (MAIL_USE_POP): removed; now handled by configure.
|
|
|
4647 (ENCAPSULATE_STAT): from Dan Holmsand, added.
|
|
|
4648 (ENCAPSULATE_FSTAT): from Dan Holmsand, added.
|
|
|
4649 (DIRECTORY_SEP): from Dan Holmsand, use lisp variable instead of
|
|
|
4650 constant string.
|
|
|
4651 (HAVE_TIMEVAL): from Dan Holmsand, added; struct timeval is picked
|
|
|
4652 up from <winsock.h> via systime.h.
|
|
|
4653 (HAVE_GETPAGESIZE): from Dan Holmsand, added.
|
|
|
4654 (getpagesize): from Dan Holmsand, added.
|
|
|
4655 Added #endif which was left dangling by Ben's mega patch; added
|
|
|
4656 comment to help prevent this in the future.
|
|
|
4657
|
|
|
4658 * sysdll.c: added #include <windows.h> for WIN32_NATIVE case.
|
|
|
4659
|
|
|
4660 2000-07-05 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4661
|
|
|
4662 * console-msw.h (struct mswindows_device): Removed unnecessary
|
|
|
4663 cached device geometry values.
|
|
|
4664 Added update_tick and an accessor macro.
|
|
446
|
4665 (Lisp_Devmode): Added lrecord declaration.
|
|
442
|
4666 (struct msprinter_device): Contain devmode as a Lisp object.
|
|
|
4667 Added mswindows_get_selected_frame_hwnd();
|
|
|
4668
|
|
|
4669 * console.h (struct console_methods): Indentation nitpicking.
|
|
|
4670
|
|
|
4671 * device-msw.c (mswindows_init_device): Do not initialize geometry
|
|
|
4672 cache. Initialize update tick.
|
|
|
4673 (mswindows_device_system_metrics): Ask the device for its geometry.
|
|
446
|
4674 (global_free_2_maybe):
|
|
|
4675 (devmode_to_hglobal):
|
|
|
4676 (handle_printer_changes):
|
|
|
4677 (ensure_not_printing):
|
|
|
4678 (print_dialog_worker):
|
|
|
4679 (Fmsprinter_print_setup_dialog):
|
|
|
4680 (Fmsprinter_print_dialog):
|
|
|
4681 (plist_get_margin):
|
|
|
4682 (plist_set_margin):
|
|
442
|
4683 (Fmsprinter_page_setup_dialog): Added functions.
|
|
446
|
4684 (sync_printer_with_devmode):
|
|
|
4685 (handle_devmode_changes):
|
|
|
4686 (Fmsprinter_get_settings):
|
|
|
4687 (Fmsprinter_select_settings):
|
|
442
|
4688 (Fmsprinter_apply_settings):
|
|
446
|
4689 (allocate_devmode):
|
|
|
4690 (Fmsprinter_settings_copy):
|
|
|
4691 (Fmsprinter_settings_despecialize):
|
|
|
4692 (print_devmode):
|
|
|
4693 (finalize_devmode):
|
|
|
4694 (equal_devmode):
|
|
442
|
4695 (hash_devmode): Added functions
|
|
|
4696 (syms_of_device_mswindows): Init devmode lrecord class.
|
|
|
4697
|
|
|
4698 * device.h: Added an exfun for find-device.
|
|
|
4699
|
|
|
4700 * event-msw.c (mswindows_wnd_proc): Do not update the cached
|
|
|
4701 geometry; although, recreate the device compatible DC.
|
|
|
4702
|
|
|
4703 * frame-msw.c (mswindows_get_selected_frame_hwnd): Added.
|
|
|
4704 (msprinter_init_frame_3):
|
|
446
|
4705 (msprinter_frame_property):
|
|
442
|
4706 (msprinter_internal_frame_property_p):
|
|
446
|
4707 (msprinter_frame_properties):
|
|
442
|
4708 (msprinter_set_frame_properties): Removed 'orientation and 'duplex
|
|
|
4709 print job properties (will move to device settings).
|
|
|
4710
|
|
|
4711 * lisp.h: Added symbols.
|
|
|
4712
|
|
|
4713 * general.c (syms_of_general): Declared them.
|
|
|
4714
|
|
|
4715 * hash.c (string_hash): Added.
|
|
|
4716
|
|
|
4717 * lrecord.h (lrecord_type): Added devmode lrecord type.
|
|
|
4718
|
|
|
4719 2000-07-02 Mike Sperber <mike@xemacs.org>
|
|
|
4720
|
|
|
4721 * s/freebsd.h (INTERRUPTIBLE_OPEN): open *is* interruptible on
|
|
|
4722 FreeBSD 4.0.
|
|
|
4723
|
|
|
4724 2000-06-07 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
4725
|
|
|
4726 * doprnt.c (emacs_doprnt_1): Fix problem with %0XXd for a negative
|
|
|
4727 integer.
|
|
|
4728
|
|
|
4729 2000-06-07 MORIOKA Tomohiko <tomo@urania.m17n.org>
|
|
|
4730
|
|
|
4731 * data.c (Fstring_to_number): Don't recognize floating point if
|
|
|
4732 base is not 10.
|
|
|
4733
|
|
|
4734 2000-06-22 Martin Buchholz <martin@xemacs.org>
|
|
|
4735
|
|
|
4736 * glyphs-widget.c (tab_control_query_geometry):
|
|
|
4737 (widget_query_geometry):
|
|
|
4738 (button_query_geometry):
|
|
|
4739 * glyphs.c (text_query_geometry):
|
|
|
4740 Enforce type correctness.
|
|
|
4741
|
|
|
4742 2000-06-18 Martin Buchholz <martin@xemacs.org>
|
|
|
4743
|
|
|
4744 * s/decosf4-0.h (_etext): Use portable _etext instead of etext.
|
|
|
4745 * s/decosf4-0.h (_edata): Use portable _edata instead of edata.
|
|
|
4746
|
|
|
4747 2000-06-17 Martin Buchholz <martin@xemacs.org>
|
|
|
4748
|
|
|
4749 * s/decosf4-0.h: Never #include "/usr/include/FOO.h" because this
|
|
|
4750 conflicts with gcc's fixincluded version of FOO.h.
|
|
|
4751
|
|
|
4752 * glyphs.h (image_instance_geometry): Remove trailing `,'
|
|
|
4753
|
|
|
4754 2000-06-08 Mike Alexander <mta@arbortext.com>
|
|
|
4755
|
|
|
4756 (MAX_SHOVE_BUFFER_SIZE): Change to 512 to match stream buffer size
|
|
|
4757 (shove_thread): Don't write the same output twice
|
|
|
4758 (make_ntpipe_output_stream): Increase priority of shove thread
|
|
|
4759 (ntpipe_shove_writer): Call SwitchToThread to give shove thread a
|
|
|
4760 chance to run
|
|
|
4761 (ntpipe_shove_closer): Don't delete the pipe until we're done with
|
|
|
4762 it.
|
|
|
4763
|
|
|
4764 2000-06-12 Ben Wing <ben@xemacs.org>
|
|
|
4765
|
|
|
4766 * s\mingw32.h (sigset):
|
|
|
4767 * s\windowsnt.h (sigset):
|
|
|
4768 rename msw_ to mswindows_ for consistency with general convention.
|
|
|
4769
|
|
|
4770 2000-06-12 Ben Wing <ben@xemacs.org>
|
|
|
4771
|
|
|
4772 * console-msw.c:
|
|
|
4773 * console-msw.c (mswindows_get_console_hwnd):
|
|
|
4774 * console-msw.c (mswindows_ensure_console_allocated):
|
|
|
4775 * console-msw.c (mswindows_hide_console):
|
|
|
4776 * console-msw.c (mswindows_show_console):
|
|
|
4777 * console-msw.c (mswindows_ensure_console_buffered):
|
|
|
4778 * console-msw.c (mswindows_output_console_string):
|
|
|
4779 * console-msw.c (mswindows_windows9x_p):
|
|
|
4780 * console-msw.h:
|
|
|
4781 * device-msw.c (mswindows_get_workspace_coords):
|
|
|
4782 * device-msw.c (mswindows_device_system_metrics):
|
|
|
4783 * dialog-msw.c (mswindows_popup_dialog_box):
|
|
|
4784 * event-msw.c (mswindows_wnd_proc):
|
|
|
4785 * frame-msw.c (mswindows_size_frame_internal):
|
|
|
4786 * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
|
|
|
4787 * menubar-msw.c (displayable_menu_item):
|
|
|
4788 * menubar-msw.c (mswindows_char_is_accelerator):
|
|
|
4789 * nt.c:
|
|
|
4790 * nt.c (mswindows_sigset):
|
|
|
4791 * nt.c (mswindows_sigrelse):
|
|
|
4792 * nt.c (mswindows_sigpause):
|
|
|
4793 * nt.c (mswindows_raise):
|
|
|
4794 * nt.c (timer_proc):
|
|
|
4795 * ntproc.c:
|
|
|
4796 * ntproc.c (find_child_console):
|
|
|
4797 * ntproc.c (sys_kill):
|
|
|
4798 * print.c:
|
|
|
4799 * print.c (std_handle_out_external):
|
|
|
4800 * process-nt.c (find_child_console):
|
|
|
4801 * process-nt.c (send_signal_the_95_way):
|
|
|
4802 * process-nt.c (ensure_console_window_exists):
|
|
|
4803 * process-nt.c (nt_create_process):
|
|
|
4804 * syssignal.h:
|
|
|
4805 rename msw_ to mswindows_ for consistency with general convention.
|
|
|
4806
|
|
|
4807 * emacs.c:
|
|
|
4808 * dumper.c:
|
|
|
4809 include nt.h, not syswindows.h.
|
|
|
4810
|
|
|
4811 * nt.c (mswindows_fstat):
|
|
|
4812 * nt.c (mswindows_stat):
|
|
|
4813 prefix mswindows_ instead of attempting to directly override the
|
|
|
4814 library functions. fix declarations.
|
|
446
|
4815
|
|
442
|
4816 * nt.h:
|
|
|
4817 include syswindows.h. move some sysdep.h stuff here.
|
|
446
|
4818
|
|
442
|
4819 * ntheap.h:
|
|
|
4820 include syswindows.h, not <windows.h>.
|
|
|
4821
|
|
|
4822 * ntplay.c:
|
|
|
4823 clean up headers.
|
|
446
|
4824
|
|
442
|
4825 * sysdep.c:
|
|
|
4826 clean up headers.
|
|
446
|
4827
|
|
442
|
4828 * sysdep.c (sys_fstat):
|
|
|
4829 * sysdep.c (sys_stat):
|
|
|
4830 call mswindows versions when appropriate.
|
|
446
|
4831
|
|
442
|
4832 * sysdep.h:
|
|
|
4833 move mswin decls to nt.h.
|
|
446
|
4834
|
|
442
|
4835 * syswindows.h:
|
|
|
4836 add long comment describing appropriate use of the various windows
|
|
|
4837 headers.
|
|
|
4838
|
|
|
4839 2000-06-11 Ben Wing <ben@xemacs.org>
|
|
|
4840
|
|
|
4841 * device-x.c: Correct doc string for sixth arg of x-get-resource.
|
|
|
4842
|
|
|
4843 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
|
4844
|
|
|
4845 * Makefile.in.in (release):
|
|
|
4846 Correction to make sure xemacs.exe always dumped when correct.
|
|
446
|
4847
|
|
442
|
4848 * alloca.c:
|
|
|
4849 * balloon_help.c:
|
|
|
4850 [[[[3]]]]: Conditionalize on actual problem, not WINDOWSNT.
|
|
446
|
4851
|
|
442
|
4852 * buffer.c (set_buffer_internal):
|
|
|
4853 [[[[2]]]]: Remove HAVE_FEP code.
|
|
|
4854
|
|
|
4855 * buffer.c (init_initial_directory):
|
|
|
4856 [3].
|
|
446
|
4857
|
|
442
|
4858 * bytecode.c:
|
|
|
4859 [[[[4]]]]: limits.h standardly included in lisp.h; remove from
|
|
|
4860 individual files.
|
|
446
|
4861
|
|
442
|
4862 * callproc.c:
|
|
|
4863 * callproc.c (call_process_cleanup):
|
|
|
4864 * callproc.c (Fold_call_process_internal):
|
|
|
4865 * callproc.c (child_setup):
|
|
|
4866 * callproc.c (getenv_internal):
|
|
|
4867 * callproc.c (init_callproc):
|
|
|
4868 * callproc.c (vars_of_callproc):
|
|
|
4869 [[[[1]]]]: WINDOWSNT -> WIN32_NATIVE.
|
|
|
4870 __CYGWIN32__ -> CYGWIN.
|
|
|
4871 DOS_NT -> WIN32_NATIVE.
|
|
|
4872 Remove MSDOS support/references, converting to WIN32_NATIVE
|
|
|
4873 where correct.
|
|
|
4874 __MINGW32__ -> MINGW.
|
|
|
4875 Fix windows.h includes.
|
|
|
4876 Remove bogus HAVE_NTGUI.
|
|
|
4877
|
|
|
4878 * config.h.in:
|
|
|
4879 [2].
|
|
446
|
4880
|
|
442
|
4881 * console-msw.c:
|
|
|
4882 mswindows_message_outputted added for use in allowing startup
|
|
|
4883 errors on the console to be seen.
|
|
446
|
4884
|
|
442
|
4885 * console-msw.c (msw_ensure_console_allocated):
|
|
|
4886 * console-msw.c (msw_output_console_string):
|
|
|
4887 * console-msw.c (DHEADER):
|
|
|
4888 * console-msw.c (DOPAQUE_DATA):
|
|
|
4889 * console-msw.c (DEVENT):
|
|
|
4890 * console-msw.c (DCONS):
|
|
|
4891 * console-msw.c (DCONSCDR):
|
|
|
4892 * console-msw.c (DSTRING):
|
|
|
4893 * console-msw.c (DVECTOR):
|
|
|
4894 * console-msw.c (DSYMBOL):
|
|
|
4895 * console-msw.c (DSYMNAME):
|
|
|
4896 Fix warnings.
|
|
446
|
4897
|
|
442
|
4898 * console-stream.c (stream_init_console):
|
|
|
4899 Fix text/binary problems.
|
|
446
|
4900
|
|
442
|
4901 * device-msw.c:
|
|
|
4902 * device-msw.c (mswindows_finish_init_device):
|
|
|
4903 * device-msw.c (mswindows_delete_device):
|
|
|
4904 [1].
|
|
446
|
4905
|
|
442
|
4906 * device.c (handle_asynch_device_change):
|
|
|
4907 [3].
|
|
446
|
4908
|
|
442
|
4909 * dgif_lib.c:
|
|
|
4910 * dgif_lib.c (DGifOpenFileName):
|
|
|
4911 * dgif_lib.c (DGifOpenFileHandle):
|
|
|
4912 * dgif_lib.c (DGifGetLine):
|
|
|
4913 * dgif_lib.c (DGifGetPixel):
|
|
|
4914 Added config.h/lisp.h, fix up includes.
|
|
|
4915 [1].
|
|
446
|
4916
|
|
442
|
4917 * dired-msw.c:
|
|
|
4918 [4].
|
|
446
|
4919
|
|
442
|
4920 * dired.c:
|
|
|
4921 * dired.c (file_name_completion):
|
|
|
4922 * dired.c (Ffile_attributes):
|
|
|
4923 * dired.c (syms_of_dired):
|
|
|
4924 [1].
|
|
446
|
4925
|
|
442
|
4926 * dumper.c:
|
|
|
4927 * dumper.c (pdump_file_unmap):
|
|
|
4928 * dumper.c (pdump_load):
|
|
|
4929 [1].
|
|
446
|
4930
|
|
442
|
4931 * editfns.c:
|
|
|
4932 * editfns.c (Ftemp_directory):
|
|
|
4933 * editfns.c (user_login_name):
|
|
|
4934 * editfns.c (Fuser_real_login_name):
|
|
|
4935 * editfns.c (get_home_directory):
|
|
|
4936 [1].
|
|
446
|
4937
|
|
442
|
4938 * elhash.c (finish_marking_weak_hash_tables):
|
|
|
4939 [[[[5]]]]: Fix GCC warnings.
|
|
446
|
4940
|
|
442
|
4941 * emacs.c:
|
|
|
4942 * emacs.c (mswindows_handle_hardware_exceptions):
|
|
|
4943 * emacs.c (make_arg_list_1):
|
|
|
4944 * emacs.c (main_1):
|
|
|
4945 * emacs.c (Fkill_emacs):
|
|
|
4946 * emacs.c (Fdump_emacs):
|
|
|
4947 [1].
|
|
|
4948 Fix problems with nested crashes, add long comment.
|
|
446
|
4949
|
|
442
|
4950 * event-Xt.c (init_event_Xt_late):
|
|
|
4951 [1].
|
|
446
|
4952
|
|
442
|
4953 * event-msw.c:
|
|
|
4954 * event-msw.c (mswindows_dde_callback):
|
|
|
4955 * event-msw.c (mswindows_handle_sticky_modifiers):
|
|
|
4956 * event-msw.c (mswindows_wnd_proc):
|
|
|
4957 [1].
|
|
|
4958 [5].
|
|
446
|
4959
|
|
442
|
4960 * events.c (character_to_event):
|
|
|
4961 [1].
|
|
446
|
4962
|
|
442
|
4963 * fileio.c:
|
|
|
4964 * fileio.c (Ffile_name_directory):
|
|
|
4965 * fileio.c (Ffile_name_nondirectory):
|
|
|
4966 * fileio.c (directory_file_name):
|
|
|
4967 * fileio.c (Fexpand_file_name):
|
|
|
4968 * fileio.c (Fsubstitute_in_file_name):
|
|
|
4969 * fileio.c (Ffile_name_absolute_p):
|
|
|
4970 * fileio.c (check_executable):
|
|
|
4971 * fileio.c (Ffile_readable_p):
|
|
|
4972 * fileio.c (Ffile_accessible_directory_p):
|
|
|
4973 * fileio.c (Ffile_modes):
|
|
|
4974 * fileio.c (Funix_sync):
|
|
|
4975 * fileio.c (vars_of_fileio):
|
|
|
4976 [1]. [4].
|
|
|
4977
|
|
|
4978 [[[[7]]]]: Move CORRECT_DIR_SEPS to s\windowsnt.h.
|
|
446
|
4979
|
|
442
|
4980 Expand getdefdir defn.
|
|
|
4981 Fix bogus rename() comment.
|
|
|
4982
|
|
|
4983 [[[[6]]]]: Fix Windows includes w.r.t. removed nt\inc. Attempt
|
|
|
4984 to use standard XEmacs include files, e.g. sysfile.h, rather
|
|
|
4985 than system-specific includes.
|
|
446
|
4986
|
|
442
|
4987 * fns.c:
|
|
|
4988 * fns.c (Fsubseq):
|
|
|
4989 [5]. [6].
|
|
446
|
4990
|
|
442
|
4991 * frame.c (vars_of_frame):
|
|
|
4992 [1].
|
|
446
|
4993
|
|
442
|
4994 * getloadavg.c:
|
|
|
4995 * getloadavg.c (getloadavg):
|
|
|
4996 [1]. [6].
|
|
|
4997 #ifdef XEMACS not defined on Cygwin. Remove this; no need for it.
|
|
|
4998 (We don't use it elsewhere in the code; just add a comment.)
|
|
446
|
4999
|
|
442
|
5000 * gif_io.c:
|
|
|
5001 [6].
|
|
|
5002 Add config.h.
|
|
446
|
5003
|
|
442
|
5004 * glyphs-msw.c:
|
|
|
5005 * glyphs-msw.c (mswindows_resource_instantiate):
|
|
|
5006 [1].
|
|
446
|
5007
|
|
442
|
5008 * glyphs-x.c (x_native_layout_instantiate):
|
|
|
5009 [5].
|
|
446
|
5010
|
|
442
|
5011 * gui-msw.c (Fmswindows_shell_execute):
|
|
|
5012 [1].
|
|
446
|
5013
|
|
442
|
5014 * insdel.c:
|
|
|
5015 [4].
|
|
446
|
5016
|
|
442
|
5017 * lisp.h:
|
|
|
5018 [4]. [5].
|
|
446
|
5019
|
|
442
|
5020 * lread.c (locate_file_in_directory_mapper):
|
|
|
5021 [1].
|
|
446
|
5022
|
|
442
|
5023 * lstream.c:
|
|
|
5024 [4].
|
|
446
|
5025
|
|
442
|
5026 * mem-limits.h:
|
|
|
5027 * mem-limits.h (get_lim_data):
|
|
|
5028 [1].
|
|
446
|
5029
|
|
442
|
5030 * menubar-msw.c:
|
|
|
5031 [4].
|
|
446
|
5032
|
|
442
|
5033 * ndir.h:
|
|
|
5034 [1].
|
|
446
|
5035
|
|
442
|
5036 * nt.c:
|
|
|
5037 * nt.c (getwd):
|
|
|
5038 * nt.c (closedir):
|
|
|
5039 * nt.c (rva_to_section):
|
|
|
5040 * nt.c (mswindows_executable_type):
|
|
|
5041 [1]. [6].
|
|
|
5042 Fix closedir() defn.
|
|
446
|
5043
|
|
442
|
5044 * nt.h:
|
|
|
5045 [[[[8]]]]: *_OK defs moved to sysfile.h.
|
|
446
|
5046
|
|
442
|
5047 * ntproc.c:
|
|
|
5048 [6]. [7].
|
|
446
|
5049
|
|
442
|
5050 * objects-x.c:
|
|
|
5051 [4].
|
|
446
|
5052
|
|
442
|
5053 * print.c:
|
|
|
5054 * print.c (std_handle_out_external):
|
|
|
5055 [1]. [4].
|
|
446
|
5056
|
|
442
|
5057 * process-nt.c:
|
|
|
5058 * process-nt.c (nt_create_process):
|
|
|
5059 [6].
|
|
|
5060 try to fix process quoting somewhat.
|
|
446
|
5061
|
|
442
|
5062 * process-unix.c (unix_create_process):
|
|
|
5063 [1].
|
|
446
|
5064
|
|
442
|
5065 * process.c:
|
|
|
5066 * process.c (vars_of_process):
|
|
|
5067 Add Vnull_device.
|
|
446
|
5068
|
|
442
|
5069 * process.h:
|
|
|
5070 [1].
|
|
446
|
5071
|
|
442
|
5072 * realpath.c:
|
|
|
5073 * realpath.c (xrealpath):
|
|
|
5074 [1].
|
|
446
|
5075
|
|
442
|
5076 * redisplay-tty.c (init_tty_for_redisplay):
|
|
|
5077 [3].
|
|
446
|
5078
|
|
442
|
5079 * redisplay.c:
|
|
|
5080 [4]. [6].
|
|
446
|
5081
|
|
442
|
5082 * scrollbar-msw.c:
|
|
|
5083 [4].
|
|
446
|
5084
|
|
442
|
5085 * sheap.c:
|
|
|
5086 * sheap.c (more_static_core):
|
|
|
5087 * sheap.c (report_sheap_usage):
|
|
|
5088 [5]. [6].
|
|
446
|
5089
|
|
442
|
5090 * signal.c:
|
|
|
5091 * signal.c (alarm_signal):
|
|
446
|
5092 [1]. [6].
|
|
|
5093
|
|
442
|
5094 * sound.c:
|
|
|
5095 [6].
|
|
446
|
5096
|
|
442
|
5097 * strftime.c:
|
|
|
5098 * strftime.c (zone_name):
|
|
|
5099 [1]. [5].
|
|
446
|
5100
|
|
442
|
5101 * symsinit.h (init_sunpro):
|
|
|
5102 [1].
|
|
446
|
5103
|
|
442
|
5104 * syscommctrl.h:
|
|
|
5105 commctrl.h not in Cygwin b20.1.
|
|
446
|
5106
|
|
442
|
5107 * sysdep.c:
|
|
|
5108 * sysdep.c (endif):
|
|
|
5109 * sysdep.c (sys_subshell):
|
|
|
5110 * sysdep.c (init_baud_rate):
|
|
|
5111 * sysdep.c (emacs_get_tty):
|
|
|
5112 * sysdep.c (emacs_set_tty):
|
|
|
5113 * sysdep.c (tty_init_sys_modes_on_device):
|
|
|
5114 * sysdep.c (init_system_name):
|
|
|
5115 * sysdep.c (sys_open):
|
|
|
5116 * sysdep.c (interruptible_open):
|
|
|
5117 * sysdep.c (sys_fopen):
|
|
|
5118 * sysdep.c (sys_mkdir):
|
|
|
5119 * sysdep.c (sys_rename):
|
|
|
5120 * sysdep.c (get_process_times_1):
|
|
|
5121 [1]. [6].
|
|
446
|
5122
|
|
442
|
5123 * sysdep.h:
|
|
|
5124 [1].
|
|
446
|
5125
|
|
442
|
5126 * sysdir.h:
|
|
|
5127 * sysdir.h (DIRENTRY_NONEMPTY):
|
|
|
5128 [1]. [6].
|
|
446
|
5129
|
|
442
|
5130 * sysdll.c (dll_init):
|
|
|
5131 * sysdll.h:
|
|
|
5132 [1].
|
|
446
|
5133
|
|
442
|
5134 * sysfile.h:
|
|
|
5135 [1]. [6]. [8].
|
|
|
5136 added text/binary defs.
|
|
446
|
5137
|
|
442
|
5138 * sysfloat.h:
|
|
|
5139 [1].
|
|
446
|
5140
|
|
442
|
5141 * sysproc.h:
|
|
|
5142 * sysproc.h (EDESTADDRREQ):
|
|
|
5143 * sysproc.h (poll_fds_for_input):
|
|
|
5144 [1]. [6].
|
|
446
|
5145
|
|
442
|
5146 * syspwd.h:
|
|
|
5147 [6].
|
|
446
|
5148
|
|
442
|
5149 * syssignal.h:
|
|
|
5150 [1].
|
|
446
|
5151
|
|
442
|
5152 * systime.h:
|
|
|
5153 [1]. [6].
|
|
446
|
5154
|
|
442
|
5155 * systty.h:
|
|
|
5156 [1].
|
|
446
|
5157
|
|
442
|
5158 * syswindows.h:
|
|
|
5159 [1].
|
|
|
5160 Always define WIN32_LEAN_AND_MEAN.
|
|
446
|
5161
|
|
442
|
5162 * unexcw.c (unexec):
|
|
|
5163 [5].
|
|
446
|
5164
|
|
442
|
5165 * unexec.c:
|
|
|
5166 * unexec.c (copy_text_and_data):
|
|
|
5167 * unexec.c (adjust_lnnoptrs):
|
|
|
5168 [1].
|
|
446
|
5169
|
|
442
|
5170 * unexnt.c:
|
|
|
5171 * unexnt.c (_start):
|
|
|
5172 [1].
|
|
446
|
5173
|
|
442
|
5174 2000-06-07 Ben Wing <ben@xemacs.org>
|
|
|
5175
|
|
|
5176 * mule-mcpath.c, mule-mcpath.h: Removed. Old, crufty code that
|
|
|
5177 was used only as a model. We've long since extracted any useful
|
|
|
5178 logic or code out of this. (I just did an exhaustive search.)
|
|
|
5179
|
|
|
5180 * s\msdos.h: Removed.
|
|
|
5181
|
|
|
5182 * s\windows95.h: Removed.
|
|
|
5183
|
|
|
5184 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
|
5185
|
|
|
5186 * s\cygwin32.h:
|
|
|
5187 [1]. [5].
|
|
|
5188 Don't use extern with fun defs.
|
|
446
|
5189
|
|
442
|
5190 * s\mingw32.h:
|
|
|
5191 [1]. [7].
|
|
|
5192 Remove nt\inc include.
|
|
|
5193 Remove getdisk, getdefdir. (The former is unused, the latter
|
|
|
5194 expanded in fileio.h.)
|
|
446
|
5195
|
|
442
|
5196 * s\windowsnt.h:
|
|
|
5197 * s\windowsnt.h (WIN32_NATIVE):
|
|
|
5198 * s\windowsnt.h (HAVE_STRCASECMP):
|
|
|
5199 [1]. [7].
|
|
|
5200 Add long comment about preprocessor changes.
|
|
|
5201 Remove getdisk, getdefdir. (The former is unused, the latter
|
|
|
5202 expanded in fileio.h.)
|
|
|
5203
|
|
|
5204 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
|
5205
|
|
|
5206 * m\arm.h:
|
|
|
5207 * m\delta.h:
|
|
|
5208 * m\intel386.h:
|
|
|
5209 * m\sequent.h:
|
|
|
5210 * m\template.h:
|
|
|
5211 * m\windowsnt.h:
|
|
|
5212 [1].
|
|
|
5213 Remove bogus/unused NO_SOCK_SIGIO.
|
|
446
|
5214
|
|
442
|
5215 2000-06-08 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
5216
|
|
|
5217 * lisp.h (set_string_char): Call set_string_byte with a Bufbyte,
|
|
|
5218 not an Emchar.
|
|
|
5219
|
|
|
5220 2000-06-04 Mike Sperber <mike@xemacs.org>
|
|
|
5221
|
|
|
5222 * casetab.c (set_case_table): For `set-standard-case-table',
|
|
|
5223 actually deposit the new case tables where the rest of XEmacs can
|
|
|
5224 see them.
|
|
|
5225
|
|
|
5226 2000-06-05 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5227
|
|
|
5228 * data.c (Faset): Don't cast XCHAR() to unsigned char.
|
|
|
5229
|
|
|
5230 2000-06-05 Ben Wing <ben@xemacs.org>
|
|
|
5231
|
|
|
5232 * callproc.c (child_setup): Don't do close_load_descs() under
|
|
|
5233 MS Windows. Put in a comment explaining why.
|
|
|
5234
|
|
|
5235 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
5236
|
|
|
5237 * process-nt.c: Reverting patch "Fixing nt_create_process for MKS
|
|
|
5238 Toolkit shell" which breaks `kill-compilation' on Windows NT
|
|
|
5239 native, retaining STDERR handling improvements.
|
|
|
5240
|
|
|
5241 2000-06-01 Andreas Jaeger <aj@suse.de>
|
|
|
5242
|
|
|
5243 * s/s390.h: Support for S390, based on a patch by Martin
|
|
|
5244 Schwidefsky <schwidefsky@de.ibm.com>.
|
|
|
5245
|
|
|
5246 2000-05-30 Andy Piper <andy@xemacs.org>
|
|
|
5247
|
|
446
|
5248 * window.c (allocate_window):
|
|
|
5249 (make_dummy_parent):
|
|
442
|
5250 (Fset_window_configuration): use new hashtable type.
|
|
|
5251
|
|
446
|
5252 * glyphs.h (IMAGE_UNSPECIFIED_GEOMETRY):
|
|
|
5253 (struct image_instantiator_methods):
|
|
442
|
5254 (struct Lisp_Image_Instance): make instance geometry signed.
|
|
|
5255
|
|
446
|
5256 * glyphs.c (instantiate_image_instantiator):
|
|
|
5257 (image_instance_query_geometry):
|
|
|
5258 (image_instance_layout):
|
|
|
5259 (image_instance_layout):
|
|
|
5260 (query_string_geometry):
|
|
|
5261 (text_query_geometry):
|
|
|
5262 (image_instantiate):
|
|
|
5263 (image_instantiate):
|
|
|
5264 (cache_subwindow_instance_in_frame_maybe):
|
|
442
|
5265 (subwindow_query_geometry): make instance geometry signed.
|
|
|
5266
|
|
446
|
5267 * glyphs-widget.c (widget_query_geometry):
|
|
|
5268 (widget_layout):
|
|
|
5269 (button_query_geometry):
|
|
|
5270 (tree_view_query_geometry):
|
|
|
5271 (tab_control_query_geometry):
|
|
|
5272 (layout_query_geometry):
|
|
|
5273 (layout_layout):
|
|
442
|
5274 (native_layout_layout): make instance geometry signed.
|
|
|
5275
|
|
|
5276 2000-05-29 Olivier Galibert <galibert@pobox.com>
|
|
|
5277
|
|
|
5278 * lisp.h: Add Qfull_assoc symbol and WEAK_LIST_FULL_ASSOC
|
|
|
5279 constant.
|
|
|
5280
|
|
|
5281 * general.c (syms_of_general): Add Qfull_assoc symbol.
|
|
|
5282
|
|
|
5283 * data.c (finish_marking_weak_lists): Mark full-assoc lists
|
|
|
5284 correctly.
|
|
|
5285 (decode_weak_list_type): Decode full-assoc type.
|
|
|
5286 (encode_weak_list_type): Encode full-assoc type.
|
|
|
5287 (Fmake_weak_list): Update doc string.
|
|
|
5288
|
|
|
5289 2000-05-30 Andy Piper <andy@xemacs.org>
|
|
|
5290
|
|
|
5291 * elhash.h (hash_table_weakness): new KEY_VALUE weak hashtable.
|
|
|
5292
|
|
|
5293 * elhash.c (print_hash_table): new KEY_VALUE weak hashtable.
|
|
|
5294 (decode_hash_table_weakness): ditto.
|
|
|
5295 (Fhash_table_weakness): ditto.
|
|
|
5296 (Fhash_table_type): ditto.
|
|
|
5297 (finish_marking_weak_hash_tables): ditto.
|
|
|
5298 (hash_table_weakness_validate): ditto.
|
|
|
5299 (syms_of_elhash): ditto.
|
|
|
5300
|
|
|
5301 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
|
5302
|
|
|
5303 * XEmacs 21.2.34 is released.
|
|
|
5304
|
|
|
5305 2000-05-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5306
|
|
|
5307 * redisplay.c (VERTICAL_CLIP): No longer reset when updating line
|
|
|
5308 start cache.
|
|
|
5309 (updating_line_start_cache): Gone.
|
|
|
5310 (regenerate_window): Replace resetting of VERTICAL_CLIP by
|
|
|
5311 generic code to force a minimum of 1 line laid out in the
|
|
|
5312 CMOTION_DISP case.
|
|
|
5313
|
|
|
5314 2000-05-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5315
|
|
|
5316 * glyphs.c (instantiate_image_instantiator): Check for initialized
|
|
|
5317 height & width no longer special cases IMAGE_NOTHING.
|
|
|
5318 (nothing_instantiate): Set height and width of instance.
|
|
|
5319
|
|
|
5320 2000-05-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5321
|
|
|
5322 * unexelf.c (unexec): Search for ".data" section.
|
|
|
5323 Initialize new_data2_offset from old_data_index.
|
|
|
5324 Remove redundant check for ElfW.
|
|
|
5325
|
|
|
5326 2000-05-23 Andy Piper <andy@xemacs.org>
|
|
|
5327
|
|
|
5328 * glyphs.c (get_image_instantiator_governing_domain): allow more
|
|
|
5329 specific domains as the governing domain rather than expecting an
|
|
|
5330 exact match. This fixes problems with layouts.
|
|
|
5331
|
|
|
5332 2000-05-22 Andy Piper <andy@xemacs.org>
|
|
|
5333
|
|
|
5334 * redisplay-output.c (compare_runes): check for non-images
|
|
|
5335
|
|
|
5336 * glyphs.c (set_glyph_dirty_p): ditto.
|
|
|
5337 (update_glyph_cachel_data): ditto.
|
|
|
5338
|
|
|
5339 * glyphs-widget.c (layout_post_instantiate): ditto.
|
|
|
5340 (layout_post_instantiate): ditto.
|
|
|
5341
|
|
|
5342 * event-msw.c (mswindows_wnd_proc): warning removal.
|
|
|
5343
|
|
|
5344 2000-05-12 Craig Lanning <CraigL@DyCon.com>
|
|
|
5345
|
|
|
5346 * s\mingw32.h: Added #undef for CLASH_DETECTION.
|
|
|
5347
|
|
|
5348 * syswindows.h: Moved PBS_SMOOTH definition to syscommctrl.h.
|
|
|
5349
|
|
|
5350 * syscommctrl.h (PBS_SMOOTH): Moved from syswindows.h.
|
|
|
5351
|
|
|
5352 * nt.c (rva_to_section): mingw32 needs rva_to_section.
|
|
|
5353 (mswindows_executable_type): mingw32 now has enough headers for
|
|
|
5354 this to work.
|
|
|
5355
|
|
|
5356 2000-05-20 Andy Piper <andy@xemacs.org>
|
|
|
5357
|
|
|
5358 * console-msw.c (mswindows_output_last_error): ; -> ,
|
|
|
5359
|
|
|
5360 2000-05-12 Andy Piper <andy@xemacs.org>
|
|
|
5361
|
|
|
5362 * console-msw.c (FROB): compare ints with ints.
|
|
|
5363
|
|
|
5364 2000-05-11 Andy Piper <andy@xemacs.org>
|
|
|
5365
|
|
|
5366 * glyphs-x.c (x_finalize_image_instance): make minimal build
|
|
|
5367 happy.
|
|
|
5368
|
|
|
5369 2000-05-20 Ben Wing <ben@xemacs.org>
|
|
|
5370
|
|
|
5371 * event-Xt.c:
|
|
|
5372 * event-Xt.c (vars_of_event_Xt):
|
|
|
5373 move modifier-keys-are-sticky to event-stream.c.
|
|
446
|
5374
|
|
442
|
5375 * event-msw.c:
|
|
|
5376 * event-msw.c (mswindows_enqueue_mouse_button_event):
|
|
|
5377 * event-msw.c (key_needs_default_processing_p):
|
|
|
5378 * event-msw.c (XEMSW_LCONTROL):
|
|
|
5379 * event-msw.c (mswindows_handle_sticky_modifiers):
|
|
|
5380 * event-msw.c (FROB):
|
|
|
5381 * event-msw.c (clear_sticky_modifiers):
|
|
|
5382 * event-msw.c (output_modifier_keyboard_state):
|
|
|
5383 * event-msw.c (output_alt_keyboard_state):
|
|
|
5384 * event-msw.c (mswindows_wnd_proc):
|
|
|
5385 * event-msw.c (mswindows_modifier_state):
|
|
|
5386 * event-msw.c (emacs_mswindows_handle_magic_event):
|
|
|
5387 implement sticky modifiers.
|
|
446
|
5388
|
|
442
|
5389 * event-stream.c:
|
|
|
5390 * event-stream.c (vars_of_event_stream):
|
|
|
5391 move modifier-keys-are-sticky here.
|
|
|
5392
|
|
|
5393 * lisp.h:
|
|
|
5394 add CHECK_FUNCTION.
|
|
446
|
5395
|
|
442
|
5396 * rangetab.c:
|
|
|
5397 implement map-range-table.
|
|
|
5398
|
|
|
5399
|
|
|
5400 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5401
|
|
|
5402 * redisplay-tty.c (reset_tty_modes):
|
|
|
5403 (tty_redisplay_shutdown): Adjust argument type to
|
|
|
5404 tty_frame_output_end.
|
|
|
5405
|
|
|
5406 2000-05-11 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5407
|
|
|
5408 * eval.c (Fbacktrace): Don't output a line with only right
|
|
|
5409 parenthesis.
|
|
|
5410
|
|
|
5411 2000-05-17 Kenji Itoh <keit@tpj.co.jp>
|
|
|
5412
|
|
|
5413 * postgresql.c (Fpq_connect_poll): Replace `PS' with `polling_status'.
|
|
|
5414 (Fpq_reset_poll): Ditto.
|
|
|
5415
|
|
|
5416 2000-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
|
5417
|
|
|
5418 * redisplay-tty.c: Replace tty_output_end with tty_frame_output_end.
|
|
|
5419
|
|
|
5420 2000-05-16 Ben Wing <ben@xemacs.org>
|
|
|
5421
|
|
|
5422 * buffer.c:
|
|
|
5423 * buffer.c (dfc_convert_to/from_internal_format):
|
|
|
5424 * buffer.c (reinit_vars_of_buffer):
|
|
|
5425 Fix conversion functions to allow reentrancy.
|
|
446
|
5426
|
|
442
|
5427 * console-msw.c:
|
|
|
5428 * console-msw.c (mswindows_output_last_error):
|
|
|
5429 New fun, generally useful -- output a human-readable
|
|
|
5430 version of GetLastError() on the console.
|
|
446
|
5431
|
|
442
|
5432 * console-msw.h:
|
|
|
5433 * console-msw.h (struct mswindows_frame):
|
|
|
5434 Changes for DeferWindowPos. Declare mswindows_output_last_error().
|
|
446
|
5435
|
|
442
|
5436 * console-stream.c (stream_output_begin):
|
|
|
5437 * console-stream.c (stream_output_end):
|
|
|
5438 * console-stream.c (stream_output_vertical_divider):
|
|
|
5439 * console-stream.c (stream_clear_region):
|
|
|
5440 * console-stream.c (stream_flash):
|
|
|
5441 * console-stream.c (console_type_create_stream):
|
|
|
5442 Delete blank stream methods, not needed.
|
|
446
|
5443
|
|
442
|
5444 * console.h (struct console_methods):
|
|
|
5445 Split begin/end methods into window and frame.
|
|
446
|
5446
|
|
442
|
5447 * event-msw.c:
|
|
|
5448 * event-msw.c (mswindows_handle_paint):
|
|
|
5449 * event-msw.c (output_alt_keyboard_state):
|
|
|
5450 * event-msw.c (mswindows_wnd_proc):
|
|
|
5451 * event-msw.c (vars_of_event_mswindows):
|
|
|
5452 Comment about problems with ignored-expose.
|
|
|
5453 Define mswindows-debug-events; not really implemented.
|
|
446
|
5454
|
|
442
|
5455 * frame-msw.c (mswindows_init_frame_1):
|
|
|
5456 random cleanups.
|
|
446
|
5457
|
|
442
|
5458 * glyphs-msw.c:
|
|
|
5459 * glyphs-msw.c (begin_defer_window_pos):
|
|
|
5460 * glyphs-msw.c (mswindows_unmap_subwindow):
|
|
|
5461 * glyphs-msw.c (mswindows_map_subwindow):
|
|
|
5462 * glyphs-msw.c (mswindows_resize_subwindow):
|
|
|
5463 Use DeferWindowPos to reduce flashing when mapping/unmapping.
|
|
446
|
5464
|
|
442
|
5465 * glyphs.c (make_image_instance_1):
|
|
|
5466 Fix crash.
|
|
446
|
5467
|
|
442
|
5468 * gutter.c (Fredisplay_gutter_area):
|
|
|
5469 Use new begin/end methods.
|
|
446
|
5470
|
|
442
|
5471 * lisp.h (Dynarr_new2):
|
|
|
5472 New creation fun.
|
|
446
|
5473
|
|
442
|
5474 * redisplay-msw.c:
|
|
|
5475 * redisplay-msw.c (mswindows_frame_output_begin):
|
|
|
5476 * redisplay-msw.c (mswindows_frame_output_end):
|
|
|
5477 * redisplay-msw.c (console_type_create_redisplay_mswindows):
|
|
|
5478 New begin/end methods -- handle DeferWindowPos.
|
|
446
|
5479
|
|
442
|
5480 * redisplay-output.c (redisplay_move_cursor):
|
|
|
5481 * redisplay-output.c (redraw_cursor_in_window):
|
|
|
5482 * redisplay-output.c (redisplay_update_line):
|
|
|
5483 * redisplay-output.c (redisplay_output_window):
|
|
|
5484 New begin/end methods.
|
|
|
5485
|
|
|
5486 * redisplay-tty.c:
|
|
|
5487 * redisplay-tty.c (tty_frame_output_begin):
|
|
|
5488 * redisplay-tty.c (tty_frame_output_end):
|
|
|
5489 * redisplay-tty.c (console_type_create_redisplay_tty):
|
|
|
5490 New begin/end methods.
|
|
|
5491
|
|
|
5492 * redisplay-x.c:
|
|
|
5493 * redisplay-x.c (x_window_output_begin):
|
|
|
5494 * redisplay-x.c (x_window_output_end):
|
|
|
5495 * redisplay-x.c (console_type_create_redisplay_x):
|
|
|
5496 New begin/end methods.
|
|
|
5497
|
|
|
5498 * redisplay.c (redisplay_frame):
|
|
|
5499 * redisplay.c (Fredisplay_echo_area):
|
|
|
5500 New begin/end methods.
|
|
|
5501 use MAYBE_DEVMETH for clear_frame; it may not exist.
|
|
|
5502
|
|
|
5503 * window.h (WINDOW_XFRAME):
|
|
|
5504 WINDOW_XFOO macros -- get locale and decode struct pointer.
|
|
|
5505
|
|
|
5506
|
|
|
5507 2000-05-12 Ben Wing <ben@xemacs.org>
|
|
|
5508
|
|
|
5509 * emacs.c:
|
|
|
5510 * emacs.c (ensure_no_quitting_from_now_on):
|
|
|
5511 * emacs.c (fatal_error_signal):
|
|
|
5512 * emacs.c (mswindows_handle_hardware_exceptions):
|
|
|
5513 * emacs.c (main):
|
|
|
5514 * emacs.c (Fkill_emacs):
|
|
|
5515 * emacs.c (shut_down_emacs):
|
|
|
5516 * emacs.c (assert_failed):
|
|
|
5517 various improvements in fatal error handling.
|
|
446
|
5518
|
|
442
|
5519 * eval.c:
|
|
|
5520 move preparing_for_armageddon to emacs.c.
|
|
446
|
5521
|
|
442
|
5522 * lisp.h:
|
|
|
5523 declare fatal_error_in_progress.
|
|
446
|
5524
|
|
442
|
5525 * print.c:
|
|
|
5526 * print.c (std_handle_out_external):
|
|
|
5527 * print.c (std_handle_out_va):
|
|
|
5528 * print.c (stderr_out):
|
|
|
5529 * print.c (stdout_out):
|
|
|
5530 use console under mswin when no standard output.
|
|
|
5531 don't do code conversion during fatal error.
|
|
446
|
5532
|
|
442
|
5533 * scrollbar.c (Fscrollbar_page_up):
|
|
|
5534 * scrollbar.c (Fscrollbar_page_down):
|
|
|
5535 fix missing else. reindent.
|
|
|
5536
|
|
|
5537 2000-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5538
|
|
446
|
5539 Emergency fix.
|
|
|
5540
|
|
|
5541 * glyphs.h (GLYPH_CACHEL_DESCENT):
|
|
|
5542 (GLYPH_CACHEL_DESCENT):
|
|
|
5543 (GLYPH_CACHEL_DESCENT):
|
|
442
|
5544 * glyphs.h (GLYPH_CACHEL_ASCENT): Match parameters to variables
|
|
|
5545 used in case these are inline functions.
|
|
|
5546 Use more absurd values to error check.
|
|
|
5547
|
|
|
5548 include window.h for error check functions.
|
|
|
5549
|
|
|
5550 2000-05-11 Ben Wing <ben@xemacs.org>
|
|
|
5551
|
|
|
5552 * cmdloop.c (Freally_early_error_handler):
|
|
|
5553 Display message box under windows; otherwise, message will disappear
|
|
|
5554 before it can be viewed.
|
|
|
5555
|
|
|
5556 * console-msw.c:
|
|
|
5557 * console-msw.c (Fmswindows_message_box):
|
|
|
5558 * console-msw.c (FROB):
|
|
|
5559 * console-msw.c (syms_of_console_mswindows):
|
|
|
5560 Define new fun `mswindows-message-box'.
|
|
|
5561 #### I will merge this into `popup-dialog-box'; just give me
|
|
|
5562 a bit of time.
|
|
446
|
5563
|
|
442
|
5564 * general.c:
|
|
|
5565 * general.c (syms_of_general):
|
|
|
5566 Some new symbols used in `mswindows-message-box'.
|
|
446
|
5567
|
|
442
|
5568 * glyphs.c:
|
|
|
5569 * glyphs.c (Fset_image_instance_property):
|
|
|
5570 put warning in this fun.
|
|
446
|
5571
|
|
442
|
5572 * glyphs.h:
|
|
|
5573 * glyphs.h (GLYPH_CACHEL_WIDTH):
|
|
|
5574 * glyphs.h (GLYPH_CACHEL_ASCENT):
|
|
|
5575 * glyphs.h (GLYPH_CACHEL):
|
|
|
5576 * glyphs.h (GLYPH_CACHEL_GLYPH):
|
|
|
5577 define error-checking versions to try to catch a bug i've seen --
|
|
|
5578 redisplay gets in an infinite loop because the glyph width of the
|
|
|
5579 continuation glyph is 65535.
|
|
446
|
5580
|
|
442
|
5581 * lisp.h:
|
|
|
5582 Extern message-box stuff.
|
|
|
5583
|
|
|
5584 * window.c (allocate_window):
|
|
|
5585 * window.c (make_dummy_parent):
|
|
|
5586 * window.c (Fset_window_configuration):
|
|
|
5587 Use EQUAL not EQ for subwindow caches to make them work a bit
|
|
|
5588 better. (Something is still very broken.)
|
|
446
|
5589
|
|
442
|
5590
|
|
|
5591 2000-05-11 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5592
|
|
|
5593 * glyphs.c (image_instantiate): Suppress gcc warnings.
|
|
|
5594 (Fmake_image_instance): Fix doc string.
|
|
|
5595 * specifier.c (Fmake_specifier): Ditto.
|
|
|
5596
|
|
|
5597 2000-05-02 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5598
|
|
|
5599 * paths.h.in (PATH_LOCK): Removed.
|
|
|
5600 * config.h.in (LOCKDIR_USER_DEFINED): Removed.
|
|
|
5601 * emacs.c (complex_vars_of_emacs): Remove configure-lock-directory.
|
|
|
5602
|
|
|
5603 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5604
|
|
|
5605 * fns.c (Ffeaturep): Update e-mail address in doc-string.
|
|
|
5606 Document (featurep '(and xemacs 21.02)).
|
|
|
5607
|
|
|
5608 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
|
5609
|
|
|
5610 * buffer.c (complex_vars_of_buffer):
|
|
|
5611 update modeline-format doc.
|
|
446
|
5612
|
|
442
|
5613 * device.h:
|
|
|
5614 comment about how DFW_DEVICE should be merged with DOMAIN_DEVICE.
|
|
446
|
5615
|
|
442
|
5616 * emacs.c:
|
|
|
5617 timeline of all released versions of Emacs, for use in creating
|
|
|
5618 authorship comments and in synching up.
|
|
446
|
5619
|
|
442
|
5620 * glyphs-widget.c (image_instantiator_buttons):
|
|
|
5621 * glyphs-widget.c (image_instantiator_edit_fields):
|
|
|
5622 * glyphs-widget.c (image_instantiator_combo_box):
|
|
|
5623 * glyphs-widget.c (image_instantiator_scrollbar):
|
|
|
5624 * glyphs-widget.c (image_instantiator_progress_guage):
|
|
|
5625 * glyphs-widget.c (image_instantiator_tree_view):
|
|
|
5626 * glyphs-widget.c (image_instantiator_tab_control):
|
|
|
5627 * glyphs-widget.c (image_instantiator_labels):
|
|
|
5628 * glyphs-widget.c (image_instantiator_layout):
|
|
|
5629 * glyphs-widget.c (image_instantiator_native_layout):
|
|
|
5630 rename decode_domain method to governing_domain.
|
|
446
|
5631
|
|
442
|
5632 * glyphs.c:
|
|
|
5633 * glyphs.c (Fvalid_image_instantiator_format_p): doc update.
|
|
|
5634 * glyphs.c (add_entry_to_device_ii_format_list):
|
|
|
5635 make sure we don't put an entry more than once into the list.
|
|
|
5636 * glyphs.c (check_instance_cache_mapper):
|
|
|
5637 *************************************************************
|
|
|
5638 allow for nil. THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
|
|
|
5639 HAVE BEEN GETTING.
|
|
|
5640 *************************************************************
|
|
|
5641 * glyphs.c (get_image_instantiator_governing_domain):
|
|
|
5642 clean up, expand on new concept of governing domain.
|
|
|
5643 * glyphs.c (instantiate_image_instantiator):
|
|
|
5644 * glyphs.c (allocate_image_instance):
|
|
|
5645 use governing_domain instead of cache_domain in naming.
|
|
|
5646 * glyphs.c (Fvalid_image_instance_type_p): fix docs.
|
|
|
5647 * glyphs.c (make_image_instance_1):
|
|
|
5648 * glyphs.c (Fmake_image_instance):
|
|
|
5649 allow for any domain (not just device), and process the
|
|
|
5650 governing domain correctly. very big doc fix.
|
|
|
5651 * glyphs.c (Fimage_instance_domain):
|
|
|
5652 new primitive, to retrieve the governing domain of an image instance.
|
|
|
5653 * glyphs.c (image_instantiate):
|
|
|
5654 use new governing_domain stuff. this fixes a crash you could get
|
|
|
5655 by instantiating certain widget glyphs in frame locales. (should
|
|
|
5656 signal an error instead of crashing.)
|
|
|
5657 * glyphs.c (Fimage_specifier_p): move doc to make-image-specifier.
|
|
|
5658 * glyphs.c (Fglyphp): clean up doc.
|
|
|
5659 * glyphs.c (subwindow_governing_domain): renamed from *_decode_domain.
|
|
|
5660 * glyphs.c (syms_of_glyphs):
|
|
|
5661 declare Fimage_instance_domain, remove unused Qlayout_image_instance_p.
|
|
|
5662 * glyphs.c (image_instantiator_format_create): add some comments about
|
|
|
5663 bogus code.
|
|
|
5664 * glyphs.c (specifier_vars_of_glyphs): totally rewrite the doc string
|
|
|
5665 for current-display-table. (Apparently Hrjove implemented in 1998 a
|
|
|
5666 design I wrote up in 1996, but didn't update the doc string.)
|
|
446
|
5667
|
|
442
|
5668 * glyphs.h: clean up a doc string.
|
|
|
5669 * glyphs.h (governing_domain):
|
|
|
5670 * glyphs.h (struct image_instantiator_methods):
|
|
|
5671 changes for governing_domain stuff.
|
|
446
|
5672
|
|
442
|
5673 * gutter.c:
|
|
|
5674 * gutter.c (Fgutter_specifier_p):
|
|
|
5675 * gutter.c (Fgutter_size_specifier_p):
|
|
|
5676 * gutter.c (Fgutter_visible_specifier_p):
|
|
|
5677 * objects.c:
|
|
|
5678 * objects.c (Fcolor_specifier_p):
|
|
|
5679 * objects.c (Ffont_specifier_p):
|
|
|
5680 * objects.c (Fface_boolean_specifier_p):
|
|
|
5681 doc strings moved to make-*-specifier.
|
|
446
|
5682
|
|
442
|
5683 * redisplay.c (add_disp_table_entry_runes_1):
|
|
|
5684 * redisplay.c (generate_fstring_runes):
|
|
|
5685 * redisplay.c (screen):
|
|
|
5686 add random comments and doc strings.
|
|
446
|
5687
|
|
442
|
5688 * specifier.c:
|
|
|
5689 * specifier.c (Fmake_specifier):
|
|
|
5690 major overhaul of this doc string.
|
|
446
|
5691
|
|
442
|
5692 * specifier.c (Fvalid_specifier_domain_p):
|
|
|
5693 comment about the bogosity of image instances being domains.
|
|
|
5694 * specifier.c (decode_domain):
|
|
|
5695 now non-static, used in glyphs.c.
|
|
|
5696 * specifier.c (specifier_instance):
|
|
|
5697 comment about the bogosity of image instances being domains.
|
|
|
5698 * specifier.c (Fgeneric_specifier_p):
|
|
|
5699 move doc string to make-generic-specifier.
|
|
|
5700 * specifier.c (VALID_SINGLE_DISPTABLE_INSTANTIATOR_P):
|
|
|
5701 rebackslashify.
|
|
446
|
5702
|
|
442
|
5703 * specifier.h:
|
|
|
5704 * specifier.h (DOMAIN_FRAME):
|
|
|
5705 * specifier.h (DOMAIN_LIVE_P):
|
|
|
5706 * specifier.h (DOMAIN_XDEVICE):
|
|
|
5707 rebackslashify.
|
|
|
5708 add comments about problems with these macros.
|
|
|
5709 prototype for decode_domain.
|
|
446
|
5710
|
|
442
|
5711 * toolbar.c:
|
|
|
5712 * toolbar.c (Ftoolbar_specifier_p):
|
|
|
5713 move doc string to `make-toolbar-specifier'.
|
|
446
|
5714
|
|
442
|
5715 * window.c (window_unmap_subwindows_cache_mapper):
|
|
|
5716 *************************************************************
|
|
|
5717 allow for nil. THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
|
|
|
5718 HAVE BEEN GETTING.
|
|
|
5719 *************************************************************
|
|
|
5720
|
|
|
5721 2000-05-09 Andy Piper <andy@xemacs.org>
|
|
|
5722
|
|
|
5723 * glyphs.h: declare reset_frame_subwindow_instance_cache.
|
|
|
5724
|
|
|
5725 * window.c (Fset_window_configuration): reset the frame subwindow
|
|
|
5726 cache and re-initialize the window subwindow caches.
|
|
|
5727
|
|
|
5728 * glyphs.c (reset_frame_subwindow_instance_cache): new function.
|
|
|
5729
|
|
|
5730 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
|
5731
|
|
|
5732 * ntheap.c (recreate_heap): Changed unknown (VC6 only?) SIZE_T to
|
|
|
5733 DWORD.
|
|
|
5734
|
|
|
5735 2000-04-26 Mike Woolley <mike@bulsara.com>
|
|
|
5736
|
|
|
5737 * ntheap.c: Changed recreate_heap to limit the amount reserved
|
|
|
5738 for the heap to that which is actually available. Also now
|
|
|
5739 displays a message box (with some dignostics) in the event that
|
|
|
5740 it still can't start.
|
|
|
5741
|
|
|
5742 2000-05-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5743
|
|
|
5744 * callproc.c (Fold_call_process_internal): GCPRO path
|
|
|
5745
|
|
|
5746 2000-05-08 Jan Vroonhof <jan@xemacs.org>
|
|
|
5747
|
|
|
5748 Patch by Bill Perry.
|
|
446
|
5749
|
|
|
5750 * scrollbar.c (Fscrollbar_page_up): Conditionalize on type of call
|
|
442
|
5751 back data instead of #ifdef.
|
|
|
5752 (Fscrollbar_page_down): ditto.
|
|
|
5753
|
|
|
5754 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
|
5755
|
|
|
5756 * buffer.h:
|
|
|
5757 Kludge for defining Qmswindows_tstr.
|
|
446
|
5758
|
|
442
|
5759 * nt.c:
|
|
|
5760 * nt.c (open_input_file):
|
|
|
5761 * nt.c (open_output_file):
|
|
|
5762 * nt.c (rva_to_section):
|
|
|
5763 * nt.c (mswindows_executable_type):
|
|
|
5764 Move all memory-mapped-file routines here (some were in unexnt.c,
|
|
|
5765 which is bad because they are used by process-nt.c, and unexnt
|
|
|
5766 won't be around when portable dumping). Synched the above routines
|
|
|
5767 with FSF 20.6.
|
|
446
|
5768
|
|
442
|
5769 * nt.h:
|
|
|
5770 Removed ifdef'd out bogus code.
|
|
|
5771 Fixed some prototypes.
|
|
446
|
5772
|
|
442
|
5773 * nt.h (file_data):
|
|
|
5774 * nt.h (OFFSET_TO_RVA):
|
|
|
5775 * nt.h (RVA_TO_OFFSET):
|
|
|
5776 * nt.h (RVA_TO_PTR):
|
|
|
5777 Moved the memory-mapped-file structures, macros and prototypes
|
|
|
5778 here, to parallel nt.c. ntheap.h should really be removed
|
|
|
5779 entirely, and it's a non-portable-dumper specific file.
|
|
446
|
5780
|
|
442
|
5781 * ntheap.h (round_to_next):
|
|
|
5782 Moved the memory-mapped-file structures, macros and prototypes
|
|
|
5783 to nt.h.
|
|
|
5784
|
|
|
5785 * ntproc.c (compare_env):
|
|
|
5786 Moved rva_to_section and mswindows_executable_type to nt.c.
|
|
|
5787 Moved compare_env to process-nt.c.
|
|
|
5788 ntproc.c will die, one day.
|
|
|
5789
|
|
|
5790 * ntproc.c (sys_spawnve):
|
|
|
5791 Account for win32_ -> mswindows_.
|
|
|
5792
|
|
|
5793 * process-nt.c:
|
|
|
5794 * process-nt.c (struct nt_process_data):
|
|
|
5795 * process-nt.c (ensure_console_window_exists):
|
|
|
5796 * process-nt.c (compare_env):
|
|
|
5797 * process-nt.c (nt_create_process):
|
|
|
5798 * process-nt.c (nt_kill_process_by_pid):
|
|
|
5799 * process-nt.c (syms_of_process_nt):
|
|
|
5800 * process-nt.c (vars_of_process_nt):
|
|
|
5801 Introduce variable `mswindows-quote-process-args', from FSF 20.6.
|
|
|
5802 Copy argument quoting code from FSF 20.6 (with appropriate Mule-ization
|
|
|
5803 changes). Eliminate our old `nt-quote-process-args' mechanism.
|
|
|
5804 Synch up nt_create_process with FSF 20.6 sys_spawnve.
|
|
|
5805 Move compare_env here from ntproc.c.
|
|
446
|
5806
|
|
442
|
5807 * process.c (Fprocess_send_region):
|
|
|
5808 Takes an optional fourth argument, BUFFER, which should fix some
|
|
|
5809 problems with call-process.
|
|
446
|
5810
|
|
442
|
5811 * syscommctrl.h:
|
|
|
5812 Move ICC_BAR_CLASSES here from syswindows.h, to avoid a warning.
|
|
446
|
5813
|
|
442
|
5814 * syswindows.h:
|
|
|
5815 Move ICC_BAR_CLASSES to syscommctrl.h.
|
|
|
5816 Add preliminary macros for MSWindows/Mule. More to come.
|
|
|
5817
|
|
|
5818 * unexnt.c:
|
|
|
5819 * unexnt.c (unexec):
|
|
|
5820 open_output_file moved to nt.c.
|
|
|
5821
|
|
|
5822
|
|
|
5823 2000-05-05 Andy Piper <andy@xemacs.org>
|
|
|
5824
|
|
|
5825 * window.c (window_unmap_subwindows_cache_mapper): remove the dead
|
|
|
5826 instance from the frame cache also since GC may catch up too late
|
|
|
5827 to make frame deletion sane.
|
|
|
5828
|
|
|
5829 2000-05-04 Andy Piper <andy@xemacs.org>
|
|
|
5830
|
|
|
5831 * glyphs-x.c (x_widget_instantiate): gcpro widget callbacks.
|
|
|
5832 (x_finalize_image_instance): ungcpro on deletion.
|
|
|
5833
|
|
|
5834 * glyphs.c (image_instantiator_format_create): give pointers a
|
|
|
5835 query geometry method so that the geometry is at least set.
|
|
|
5836
|
|
|
5837 * glyphs-x.c (image_instantiator_format_create_glyphs_x): only
|
|
|
5838 initialize layouts if using widgets.
|
|
|
5839
|
|
|
5840 2000-05-03 Andy Piper <andy@xemacs.org>
|
|
|
5841
|
|
|
5842 * nt.c: remove bogus reference to sysmmsystem.h
|
|
|
5843
|
|
|
5844 * gui-x.c (popup_selection_callback): fix no selection abort.
|
|
|
5845
|
|
|
5846 2000-05-02 Andy Piper <andy@xemacs.org>
|
|
|
5847
|
|
|
5848 * glyphs-msw.c (mswindows_update_widget): cope with nil text.
|
|
|
5849 (mswindows_widget_instantiate): ditto.
|
|
|
5850
|
|
|
5851 * glyphs-widget.c (initialize_widget_image_instance): initialize
|
|
|
5852 children correctly.
|
|
|
5853 (widget_instantiate): cope with children and items in the same
|
|
|
5854 instance.
|
|
|
5855
|
|
|
5856 * glyphs.c (mark_image_instance): cope with children as a first
|
|
|
5857 class member.
|
|
|
5858 (image_instance_equal): ditto.
|
|
|
5859 (image_instance_hash): ditto.
|
|
|
5860 (image_instance_changed): ditto.
|
|
|
5861
|
|
|
5862 2000-04-30 Andy Piper <andy@xemacs.org>
|
|
|
5863
|
|
|
5864 * glyphs.c (subwindow_query_geometry): new function. Return some
|
|
|
5865 defaults.
|
|
|
5866 (subwindow_instantiate): don't assign dimensions if none have been
|
|
|
5867 given.
|
|
|
5868 (image_instantiator_format_create): add subwindow_query_geometry.
|
|
|
5869 (print_image_instance): cope with layouts as widgets.
|
|
|
5870
|
|
|
5871 2000-04-29 Andy Piper <andy@xemacs.org>
|
|
|
5872
|
|
|
5873 * frame.c (delete_frame_internal): call
|
|
|
5874 free_frame_subwindow_instance_cache so that all subwindows are
|
|
|
5875 finalized before their parent.
|
|
|
5876 (mark_frame): remove subwindow_cachels.
|
|
|
5877 (Fmake_frame): remove subwindow_cachel manipulation.
|
|
|
5878 (allocate_frame_core): subwindow_instance_cache is a weak list.
|
|
|
5879 (delete_frame_internal): set subwindow_instance_cache to nil.
|
|
|
5880
|
|
|
5881 * glyphs-msw.c (mswindows_finalize_image_instance): make double
|
|
|
5882 finalization safe.
|
|
|
5883 (mswindows_finalize_image_instance): use the device
|
|
|
5884 not the domain as the domain may have died already.
|
|
|
5885
|
|
|
5886 * glyphs-x.c (x_finalize_image_instance): ditto.
|
|
|
5887 (x_subwindow_instantiate): remove SUBWINDOW_WIDTH &
|
|
|
5888 HEIGHT.
|
|
|
5889
|
|
|
5890 * redisplay-output.c (redisplay_unmap_subwindows): update for
|
|
|
5891 subwindow instance cache as a weak list.
|
|
|
5892 (redisplay_unmap_subwindows_maybe): ditto.
|
|
|
5893 (redisplay_unmap_subwindows_except_us): ditto.
|
|
|
5894
|
|
|
5895 * glyphs.c (unmap_subwindow): error checking will check the domain
|
|
|
5896 so don't deal with it here. Don't use cachels anymore.
|
|
|
5897 (map_subwindow): ditto.
|
|
|
5898 (update_subwindow_cachel_data): remove old accessor names.
|
|
|
5899 (subwindow_instantiate): remove SUBWINDOW_WIDTH & HEIGHT.
|
|
|
5900 (Fresize_subwindow): don't update cachel.
|
|
|
5901 (mark_subwindow_cachels):
|
|
|
5902 (update_subwindow_cachel_data):
|
|
|
5903 (add_subwindow_cachel):
|
|
|
5904 (get_subwindow_cachel_index):
|
|
|
5905 (update_subwindow_cachel):
|
|
|
5906 (reset_subwindow_cachels):
|
|
|
5907 (mark_subwindow_cachels_as_not_updated): deleted.
|
|
|
5908 (cache_subwindow_instance_in_frame_maybe): new function. Add a
|
|
|
5909 subwindow instance to the frame cache.
|
|
|
5910 (find_matching_subwindow): update for subwindow instance cache as
|
|
|
5911 a weak list.
|
|
|
5912 (update_widget_instances): ditto.
|
|
|
5913 (image_instance_type_to_mask):inlined.
|
|
|
5914 (free_frame_subwindow_instance_cache): new function. finalize all
|
|
|
5915 subwindows that are instantiated.
|
|
|
5916
|
|
|
5917 * glyphs.h (struct Lisp_Image_Instance): add display_data instead
|
|
|
5918 of cachel information.
|
|
|
5919 (IMAGE_INSTANCE_DISPLAY_X):
|
|
|
5920 (IMAGE_INSTANCE_DISPLAY_Y):
|
|
|
5921 (IMAGE_INSTANCE_DISPLAY_WIDTH):
|
|
|
5922 (IMAGE_INSTANCE_DISPLAY_HEIGHT):
|
|
|
5923 (XIMAGE_INSTANCE_DISPLAY_X):
|
|
|
5924 (XIMAGE_INSTANCE_DISPLAY_Y):
|
|
|
5925 (XIMAGE_INSTANCE_DISPLAY_WIDTH):
|
|
446
|
5926 (XIMAGE_INSTANCE_DISPLAY_HEIGHT): new accessors.
|
|
442
|
5927 remove subwindow_cachel structure and function references.
|
|
|
5928 (image_instance_type_to_mask): inline from glyphs.c
|
|
|
5929
|
|
|
5930 * redisplay.c (redisplay_frame): remove subwindow_cachel
|
|
|
5931 references.
|
|
|
5932
|
|
|
5933 * frame.h (struct frame): remove subwindow_cachels.
|
|
|
5934 (FRAME_SUBWINDOW_CACHE): access subwindow_instance_cache.
|
|
|
5935
|
|
|
5936 * frameslots.h: add subwindow_instance_cache.
|
|
|
5937
|
|
|
5938 * window.c (replace_window): check subwindow cache of replacement.
|
|
|
5939 (window_unmap_subwindows_cache_mapper):
|
|
|
5940 (window_unmap_subwindows): new functions. Unmap all subwindows
|
|
|
5941 cached on this window.
|
|
|
5942 (mark_window_as_deleted): unmap all subwindows.
|
|
|
5943
|
|
|
5944 2000-04-27 Andy Piper <andy@xemacs.org>
|
|
|
5945
|
|
|
5946 * glyphs.h (IIFORMAT_METH_OR_GIVEN): cope with null meths.
|
|
|
5947
|
|
|
5948 * glyphs-widget.c (widget_layout): return something.
|
|
|
5949 (layout_layout): return something. Fail if not initialized.
|
|
|
5950 (layout_query_geometry): ditto.
|
|
|
5951 (image_instantiator_native_layout): new function. Initialized the
|
|
|
5952 native layout type.
|
|
|
5953 (widget_instantiate): don't do layout stuff here.
|
|
|
5954
|
|
|
5955 * glyphs.c (instantiate_image_instantiator): reorded calling or
|
|
|
5956 instantiate and post_instantiate with layout in between.
|
|
|
5957 (image_instance_layout): be more selective about deciding whether
|
|
|
5958 the layout has been done or not.
|
|
|
5959
|
|
|
5960 * glyphs.h (struct image_instantiator_methods): return a value
|
|
|
5961 from layout_method.
|
|
|
5962
|
|
|
5963 2000-04-26 Andy Piper <andy@xemacs.org>
|
|
|
5964
|
|
|
5965 * glyphs.c (allocate_image_instance): make initial width and
|
|
|
5966 height unspecified. Set initialized to 0.
|
|
|
5967
|
|
|
5968 * syscommctrl.h new file. Encapsulates commctrl.h.
|
|
|
5969
|
|
|
5970 * syswindows.h new file. Encapsulates windows.h.
|
|
|
5971
|
|
|
5972 * ntplay.c: use new syswindows.h and syscommctrl.h header.
|
|
|
5973 * nt.c: ditto.
|
|
|
5974 * console-msw.h: ditto.
|
|
446
|
5975
|
|
442
|
5976 * redisplay-tty.c (tty_output_display_block): remove layout references.
|
|
|
5977
|
|
|
5978 * glyphs-msw.c (mswindows_widget_instantiate): use the domain
|
|
|
5979 window handle rather than just the frame.
|
|
|
5980
|
|
|
5981 * glyphs.c (mark_image_instance): remove layout references.
|
|
|
5982 (print_image_instance): ditto.
|
|
|
5983 (image_instance_equal): ditto.
|
|
|
5984 (image_instance_hash): ditto.
|
|
|
5985 (decode_image_instance_type): ditto.
|
|
|
5986 (encode_image_instance_type): ditto.
|
|
|
5987 (image_instantiate): ditto.
|
|
|
5988 (allocate_glyph): ditto.
|
|
|
5989 (Fimage_instance_height): ditto.
|
|
|
5990 (Fimage_instance_width): ditto.
|
|
|
5991 (update_subwindow): ditto.
|
|
|
5992
|
|
|
5993 * redisplay-x.c (x_output_display_block): recode for layouts as
|
|
|
5994 widgets.
|
|
|
5995
|
|
|
5996 * redisplay-output.c (redisplay_output_layout): recode for layouts
|
|
|
5997 as widgets.
|
|
|
5998 (compare_runes): remove layout references.
|
|
|
5999
|
|
|
6000 * redisplay-msw.c (mswindows_output_display_block): recode for
|
|
|
6001 layouts as widgets.
|
|
|
6002
|
|
|
6003 * glyphs-widget.c (image_instantiator_layout): remove
|
|
|
6004 layout_possible_dest_types.
|
|
|
6005 (layout_possible_dest_types): deleted.
|
|
|
6006
|
|
|
6007 * glyphs.h (image_instance_type): remove layout references.
|
|
|
6008 (struct Lisp_Image_Instance): ditto. Add initialized flag.
|
|
|
6009 (IMAGE_INSTANCE_INITIALIZED): new accessor.
|
|
|
6010 (XIMAGE_INSTANCE_INITIALIZED): ditto.
|
|
446
|
6011
|
|
442
|
6012 2000-04-25 Andy Piper <andy@xemacs.org>
|
|
|
6013
|
|
|
6014 * glyphs-widget.c (image_instantiator_buttons):
|
|
|
6015 (image_instantiator_edit_fields):
|
|
|
6016 (image_instantiator_combo_box):
|
|
|
6017 (image_instantiator_scrollbar):
|
|
|
6018 (image_instantiator_progress_guage):
|
|
|
6019 (image_instantiator_tree_view):
|
|
|
6020 (image_instantiator_tab_control):
|
|
|
6021 (image_instantiator_labels):
|
|
|
6022 (image_instantiator_layout): call default post_instantiate method.
|
|
|
6023 (widget_post_instantiate): new function. Simply lays out the
|
|
|
6024 widgets.
|
|
|
6025
|
|
|
6026 * glyphs.h (struct image_instantiator_methods): add
|
|
|
6027 post_instantiate method.
|
|
|
6028
|
|
|
6029 * glyphs.c (instantiate_image_instantiator): add post_instantiate
|
|
|
6030 method calls.
|
|
|
6031
|
|
|
6032 2000-04-23 Andy Piper <andy@xemacs.org>
|
|
|
6033
|
|
|
6034 * glyphs.h (struct image_instantiator_methods): add
|
|
|
6035 decode_domain_method.
|
|
|
6036 (struct Lisp_Image_Instance): remove subwindow frame - it can be
|
|
|
6037 derived from the domain.
|
|
|
6038 (IMAGE_INSTANCE_FRAME): new accessor.
|
|
|
6039 (XIMAGE_INSTANCE_FRAME): ditto.
|
|
|
6040
|
|
|
6041 * glyphs.c (print_image_instance): use IMAGE_INSTANCE_FRAME
|
|
|
6042 instead of _SUBWINDOW_FRAME.
|
|
|
6043 (finalize_image_instance): ditto.
|
|
|
6044 (Fimage_instance_foreground): ditto.
|
|
|
6045 (Fimage_instance_background): ditto.
|
|
|
6046 (image_instantiate): ditto.
|
|
|
6047 (update_subwindow_cachel): ditto.
|
|
|
6048 (update_subwindow): ditto.
|
|
|
6049 (unmap_subwindow): ditto.
|
|
|
6050 (map_subwindow): ditto
|
|
|
6051 (subwindow_instantiate): ditto.
|
|
|
6052 * glyphs-msw.c (mswindows_update_widget): ditto.
|
|
|
6053 (mswindows_progress_gauge_instantiate): ditto.
|
|
|
6054 (mswindows_tab_control_update): ditto.
|
|
|
6055 * glyphs-x.c (x_update_widget): ditto.
|
|
|
6056 (x_widget_instantiate): ditto.
|
|
|
6057 (x_tab_control_instantiate): ditto.
|
|
|
6058 (x_tab_control_update): ditto.
|
|
|
6059 * event-msw.c (mswindows_wnd_proc): ditto
|
|
|
6060
|
|
|
6061 * glyphs-widget.c (image_instantiator_layout): use
|
|
|
6062 subwindow_decode_domain.
|
|
|
6063 (image_instantiator_buttons): ditto.
|
|
|
6064 (image_instantiator_edit_fields): ditto.
|
|
|
6065 (image_instantiator_combo_box): ditto.
|
|
|
6066 (image_instantiator_scrollbar): ditto.
|
|
|
6067 (image_instantiator_progress_guage): ditto.
|
|
|
6068 (image_instantiator_tree_view): ditto.
|
|
|
6069 (image_instantiator_tab_control): ditto.
|
|
|
6070 (image_instantiator_labels): ditto.
|
|
|
6071 (image_instantiator_layout): ditto.
|
|
|
6072
|
|
|
6073 * glyphs.c: add instance error checking to many functions.
|
|
|
6074 (instantiate_image_instantiator): decode device from cache_domain.
|
|
|
6075 (image_instantiate): partially rewrite by using
|
|
|
6076 decode_image_instantiator_domain to determine what domain the
|
|
|
6077 instance needs to be cached in.
|
|
|
6078 (decode_image_instantiator_domain): new function. Determine what
|
|
|
6079 domain the image needs to be cached in.
|
|
|
6080 (check_window_subwindow_cache): new error checking function.
|
|
|
6081 (check_instance_cache_mapper): ditto.
|
|
|
6082 (check_image_instance_structure): ditto.
|
|
|
6083 (subwindow_decode_domain): new function. Encodes a window as a
|
|
|
6084 subwindow's cache domain.
|
|
|
6085 (image_instantiator_format_create): use it for text and
|
|
|
6086 subwindows.
|
|
|
6087
|
|
|
6088 2000-04-21 Andy Piper <andy@xemacs.org>
|
|
|
6089
|
|
|
6090 * glyphs.c (image_instance_device): new function.
|
|
|
6091 (image_instance_frame): new function.
|
|
|
6092 (image_instance_window): new function.
|
|
|
6093 (image_instance_live_p): new function.
|
|
|
6094
|
|
|
6095 * window.c (mark_window_as_deleted): reset the subwindow_instance_
|
|
|
6096 cache to nil.
|
|
|
6097
|
|
|
6098 * glyphs.h (struct Lisp_Image_Instance): device->domain.
|
|
|
6099 (IMAGE_INSTANCE_DOMAIN): new accessor.
|
|
|
6100 (XIMAGE_INSTANCE_DOMAIN): ditto.
|
|
|
6101
|
|
|
6102 * glyphs-x.c (x_finalize_image_instance): device->domain.
|
|
|
6103
|
|
|
6104 * glyphs-msw.c (init_image_instance_geometry): device->domain.
|
|
|
6105 (mswindows_finalize_image_instance): ditto.
|
|
|
6106
|
|
|
6107 * glyphs-eimage.c (jpeg_instantiate): device->domain.
|
|
|
6108 (gif_instantiate): ditto.
|
|
|
6109 (png_instantiate): ditto.
|
|
|
6110 (tiff_instantiate): ditto.
|
|
|
6111
|
|
|
6112 * glyphs.c (instantiate_image_instantiator): use domain rather
|
|
|
6113 than device.
|
|
|
6114 (mark_image_instance): device -> domain.
|
|
|
6115 (print_image_instance): ditto.
|
|
|
6116 (finalize_image_instance): ditto.
|
|
|
6117 (image_instance_equal): ditto.
|
|
|
6118 (allocate_image_instance): ditto.
|
|
|
6119 (Fcolorize_image_instance): ditto.
|
|
|
6120 (query_string_geometry): ditto.
|
|
|
6121 (image_instantiate): ditto
|
|
|
6122 (query_string_font): ditto.
|
|
|
6123 (image_instantiate): ditto.
|
|
|
6124 (update_subwindow): ditto.
|
|
|
6125 (unmap_subwindow): ditto.
|
|
|
6126 (map_subwindow): ditto.
|
|
|
6127 (subwindow_instantiate): ditto.
|
|
|
6128
|
|
|
6129 * specifier.h (DOMAIN_DEVICE): new, semantically correct, decoder.
|
|
|
6130 (DOMAIN_FRAME): ditto.
|
|
|
6131 (DOMAIN_WINDOW): ditto.
|
|
|
6132 (DOMAIN_LIVE_P): ditto.
|
|
|
6133 (XDOMAIN_DEVICE): ditto.
|
|
|
6134 (XDOMAIN_FRAME): ditto.
|
|
|
6135 (XDOMAIN_WINDOW): ditto.
|
|
|
6136
|
|
|
6137 * specifier.c (Fvalid_specifier_domain_p): add image instances as
|
|
|
6138 a valid specifier domain.
|
|
|
6139
|
|
|
6140 2000-04-19 Andy Piper <andy@xemacs.org>
|
|
|
6141
|
|
|
6142 * glyphs-widget.c (syms_of_glyphs_widget): remove
|
|
|
6143 widget-callback-current-channel.
|
|
|
6144 (vars_of_glyphs_widget): ditto.
|
|
|
6145 * glyphs.h: ditto
|
|
|
6146
|
|
|
6147 * gui.c (get_gui_callback): revert to previous behaviour.
|
|
|
6148
|
|
|
6149 2000-04-18 Andy Piper <andy@xemacs.org>
|
|
|
6150
|
|
|
6151 * glyphs.h (struct Lisp_Image_Instance): add margin_width.
|
|
|
6152 (IMAGE_INSTANCE_MARGIN_WIDTH): new.
|
|
|
6153 (XIMAGE_INSTANCE_MARGIN_WIDTH): new.
|
|
|
6154
|
|
|
6155 * glyphs.c (image_instance_equal): add margin_width.
|
|
|
6156 (image_instance_hash): ditto.
|
|
|
6157
|
|
|
6158 * glyphs-widget.c (widget_instantiate): deal with margin-width.
|
|
|
6159 (layout_query_geometry): ditto.
|
|
|
6160 (layout_layout): ditto.
|
|
|
6161 (syms_of_glyphs_widget): add margin-width.
|
|
|
6162 (image_instantiator_layout): allow margin-width.
|
|
|
6163
|
|
|
6164 * glyphs.c (update_widget_instances): make a normal function.
|
|
|
6165 (syms_of_glyphs): remove Qupdate_widget_instances.
|
|
|
6166 * glyphs.h: ditto.
|
|
|
6167
|
|
|
6168 * gui-x.c (popup_selection_callback): use enqueue_magic_eval_event
|
|
|
6169 so that we don't corrupt ideas about the last event or
|
|
|
6170 command. Remove widget-callback-current-channel fiddling.
|
|
|
6171 * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
|
|
|
6172
|
|
|
6173 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
|
6174
|
|
|
6175 * XEmacs 21.2.33 is released.
|
|
|
6176
|
|
|
6177 2000-05-01 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6178
|
|
|
6179 * make-src-depend: Allow dots in header file name.
|
|
|
6180
|
|
|
6181 2000-05-01 Yoshiki Hayashi <yoshiki@xmacs.org>
|
|
|
6182
|
|
|
6183 * mule-charset.h (struct charset_lookup): Add
|
|
|
6184 next_allocated_1_byte_leading_byte and
|
|
|
6185 next_allocated_2_byte_leading_byte.
|
|
|
6186 * mule-charset.c: Move above two variables so that those values
|
|
|
6187 will be dumped.
|
|
|
6188
|
|
|
6189 2000-04-26 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6190
|
|
|
6191 * insdel.c (find_charsets_in_bufbyte_string): Add Vcharset_ascii
|
|
|
6192 when string length is zero.
|
|
|
6193 (find_charsets_in_emchar_string): Ditto.
|
|
|
6194
|
|
|
6195 2000-04-29 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
|
6196
|
|
|
6197 * lisp.h: extern Qdialog and Qmenubar.
|
|
|
6198
|
|
|
6199 * gui-x.c: added events.h.
|
|
|
6200 also fixed typo which made the file uncompilable.
|
|
|
6201
|
|
|
6202 * general.c: Added Qmenubar and Qdialog
|
|
|
6203
|
|
|
6204 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
|
6205
|
|
|
6206 * frame-msw.c (mswindows_init_frame_1):
|
|
|
6207 * frame-msw.c (mswindows_mark_frame):
|
|
|
6208 * event-msw.c (mswindows_enqueue_dispatch_event):
|
|
|
6209 * console-msw.h:
|
|
|
6210 * console-msw.h (struct mswindows_frame):
|
|
|
6211 * console-msw.h (FRAME_MSWINDOWS_WIDGET_HASH_TABLE1):
|
|
|
6212 there are now three hash tables for callbacks.
|
|
|
6213 mswindows_enqueue_dispatch_event is no longer static.
|
|
446
|
6214
|
|
442
|
6215 * dialog-x.c (maybe_run_dbox_text_callback):
|
|
|
6216 * dialog-x.c (dbox_descriptor_to_widget_value):
|
|
|
6217 switch to new cons3 form for callbacks.
|
|
446
|
6218
|
|
442
|
6219 * glyphs-msw.c (mswindows_register_gui_item):
|
|
|
6220 * glyphs-msw.c (mswindows_widget_instantiate):
|
|
|
6221 * glyphs-msw.c (add_tree_item):
|
|
|
6222 * glyphs-msw.c (add_tab_item):
|
|
|
6223 new image instance parameter, so it can be passed to callback-ex.
|
|
|
6224 respect :callback-ex as well as :callback.
|
|
446
|
6225
|
|
442
|
6226 * glyphs-widget.c (VALID_GUI_KEYWORDS):
|
|
|
6227 add :callback-ex.
|
|
446
|
6228
|
|
442
|
6229 * glyphs.c (print_image_instance):
|
|
|
6230 prettify, e.g. now prints widget type.
|
|
446
|
6231
|
|
442
|
6232 * gui-x.h:
|
|
|
6233 certain funs have new image instance parameter.
|
|
446
|
6234
|
|
442
|
6235 * gui.c:
|
|
|
6236 * gui.c (get_gui_callback):
|
|
|
6237 * gui.c (gui_item_add_keyval_pair):
|
|
|
6238 * gui.c (gui_item_init):
|
|
|
6239 * gui.c (gui_add_item_keywords_to_plist):
|
|
|
6240 * gui.c (mark_gui_item):
|
|
|
6241 * gui.c (gui_item_hash):
|
|
|
6242 * gui.c (gui_item_equal):
|
|
|
6243 * gui.c (copy_gui_item):
|
|
|
6244 * gui.c (syms_of_gui):
|
|
|
6245 recognize callback-ex in a number of places.
|
|
|
6246 also, fix the annoying "can't get out of yes-no dialog" bug.
|
|
446
|
6247
|
|
442
|
6248 * gui.h:
|
|
|
6249 * gui.h (struct Lisp_Gui_Item):
|
|
|
6250 recognize callback-ex in a number of places.
|
|
|
6251
|
|
|
6252 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
|
6253 new parameter in button_item_to_widget_value.
|
|
446
|
6254
|
|
442
|
6255 * glyphs-x.c (x_update_widget):
|
|
|
6256 * glyphs-x.c (x_button_instantiate):
|
|
|
6257 * glyphs-x.c (x_button_update):
|
|
|
6258 * glyphs-x.c (x_progress_gauge_instantiate):
|
|
|
6259 * glyphs-x.c (x_edit_field_instantiate):
|
|
|
6260 * glyphs-x.c (x_combo_box_instantiate):
|
|
|
6261 * glyphs-x.c (x_tab_control_instantiate):
|
|
|
6262 * glyphs-x.c (x_label_instantiate):
|
|
|
6263 new image instance parameter in various places.
|
|
446
|
6264
|
|
442
|
6265 * event-Xt.c:
|
|
|
6266 * event-Xt.c (enqueue_Xt_dispatch_event):
|
|
|
6267 this fun gets exported.
|
|
446
|
6268
|
|
442
|
6269 * gui-msw.c:
|
|
|
6270 * gui-msw.c (mswindows_handle_gui_wm_command):
|
|
|
6271 handle both :callback and :callback-ex, and generate our own
|
|
|
6272 event because it's one of the callback-ex arguments.
|
|
446
|
6273
|
|
442
|
6274 * gui-x.c:
|
|
|
6275 * gui-x.c (popup_selection_callback):
|
|
|
6276 handle both :callback and :callback-ex, and generate our own
|
|
|
6277 event because it's one of the callback-ex arguments.
|
|
|
6278 * gui-x.c (button_item_to_widget_value):
|
|
|
6279 * gui-x.c (gui_items_to_widget_values_1):
|
|
|
6280 * gui-x.c (gui_item_children_to_widget_values):
|
|
|
6281 * gui-x.c (gui_items_to_widget_values):
|
|
|
6282 new image instance parameter in various places.
|
|
|
6283
|
|
|
6284 * fns.c (Freplace_list):
|
|
|
6285 fix small typo in doc string.
|
|
446
|
6286
|
|
442
|
6287 * lisp.h:
|
|
|
6288 declare enqueue_Xt_dispatch_event.
|
|
|
6289
|
|
|
6290 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
|
6291
|
|
|
6292 * buffer.c:
|
|
|
6293 * buffer.c (Frecord_buffer):
|
|
|
6294 * buffer.c (syms_of_buffer):
|
|
|
6295 delete record-buffer-hook.
|
|
446
|
6296
|
|
442
|
6297 * fns.c:
|
|
|
6298 * fns.c (Freplace_list):
|
|
|
6299 * fns.c (syms_of_fns):
|
|
|
6300 new primitive replace-list.
|
|
446
|
6301
|
|
442
|
6302 * frameslots.h:
|
|
|
6303 slot for old buffer-alist.
|
|
446
|
6304
|
|
442
|
6305 * lisp.h:
|
|
|
6306 exfun replace-list.
|
|
446
|
6307
|
|
442
|
6308 * redisplay.c:
|
|
|
6309 * redisplay.c (redisplay_frame):
|
|
|
6310 * redisplay.c (syms_of_redisplay):
|
|
|
6311 * redisplay.c (vars_of_redisplay):
|
|
|
6312 new hook buffer-list-changed-hook.
|
|
|
6313 call it.
|
|
|
6314
|
|
|
6315 2000-04-27 Ben Wing <ben@xemacs.org>
|
|
|
6316
|
|
|
6317 * extents.h: extern in_modeline_generation.
|
|
|
6318
|
|
|
6319 * redisplay.c (generate_formatted_string_db): set
|
|
|
6320 in_modeline_generation.
|
|
|
6321
|
|
|
6322 * extents.c (extent_changed_for_redisplay): don't mark redisplay
|
|
|
6323 flags if in modeline generation. otherwise frame-modified-tick
|
|
|
6324 is ticked far too often.
|
|
|
6325 Declare in_modeline_generation.
|
|
|
6326
|
|
|
6327 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
|
6328
|
|
|
6329 * emacs.c (vars_of_emacs): document quick-build "error-checking"
|
|
|
6330 option.
|
|
|
6331 (vars_of_emacs): add quick-build as an error-checking option.
|
|
|
6332 A bit kludgy, but there doesn't seem much point in creating
|
|
|
6333 a real var for this.
|
|
|
6334
|
|
|
6335 * config.h.in: put in an entry for QUICK_BUILD; remove NO_DOC_FILE.
|
|
|
6336
|
|
|
6337 2000-04-14 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
6338
|
|
|
6339 * redisplay.h (struct display_line): Add a new variable,
|
|
|
6340 line_continuation.
|
|
|
6341
|
|
|
6342 * redisplay.c (create_text_block): Set dl->line_continuation if
|
|
|
6343 the line continues.
|
|
|
6344 (create_string_text_block): Ditto.
|
|
|
6345 (regenerate_window_incrementally): Use line_continuation instead
|
|
|
6346 of searching continuation glyph.
|
|
|
6347 (add_margin_runes): Call add_glyph_rune.
|
|
|
6348 (add_glyph_rune): Handle margin glyph.
|
|
|
6349
|
|
|
6350 2000-04-20 Martin Buchholz <martin@xemacs.org>
|
|
|
6351
|
|
446
|
6352 * filelock.c (fill_in_lock_file_name):
|
|
442
|
6353 ANSIfy.
|
|
|
6354 Check for IS_ANY_SEP instead of '/'.
|
|
446
|
6355 (lock_file_1):
|
|
442
|
6356 Avoid generating gratuitous garbage. Call user_login_name() directly.
|
|
|
6357 Never check errno without first seeing that system call failed.
|
|
|
6358 (unlock_file): Add GCPRO.
|
|
|
6359 (Flock_buffer): Fix docstring.
|
|
|
6360 (Ffile_locked_p): Fix docstring. Add GCPRO.
|
|
|
6361
|
|
|
6362 2000-04-19 Martin Buchholz <martin@xemacs.org>
|
|
|
6363
|
|
446
|
6364 * sysdep.c (get_pty_max_bytes):
|
|
442
|
6365 Fix hangs on DEC OSF 4.0 when (process-send-string) sends
|
|
|
6366 strings longer than 252 bytes.
|
|
|
6367
|
|
|
6368 * md5.c: Unconditionally include ANSI header <limits.h>
|
|
|
6369
|
|
446
|
6370 * glyphs-x.c (convert_EImage_to_XImage):
|
|
|
6371 * lisp-union.h (union Lisp_Object):
|
|
442
|
6372 Use consistently the syntax #ifdef FEATURE, not #if FEATURE.
|
|
|
6373
|
|
|
6374 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6375
|
|
|
6376 * filelock.c (current_lock_owner): Remove unused variable o, p.
|
|
|
6377
|
|
|
6378 2000-04-17 Norbert Koch <n.koch@eai-delta.de>
|
|
|
6379
|
|
|
6380 * callint.c: Remove multiply defined symbol Qlet
|
|
|
6381 (syms_of_callint): ditto.
|
|
|
6382
|
|
|
6383 2000-04-14 Andy Piper <andy@xemacs.org>
|
|
|
6384
|
|
|
6385 * general.c (syms_of_general): add last-command, this-command, let
|
|
|
6386 and funcall.
|
|
|
6387
|
|
|
6388 * lisp.h: declare various symbols.
|
|
|
6389
|
|
|
6390 * glyphs.h: declare Qwidget_callback_current_channel;
|
|
|
6391
|
|
|
6392 * glyphs-widget.c (syms_of_glyphs_widget): add
|
|
|
6393 Qgui_callback_current_channel.
|
|
|
6394 (vars_of_glyphs_widget): add Vgui_callback_current_channel.
|
|
|
6395
|
|
|
6396 * gui-msw.c (mswindows_handle_gui_wm_command): bind
|
|
|
6397 widget-callback-current-channel when invoking the interactive
|
|
|
6398 arg. Also bind last-command and next-command when invoking the
|
|
|
6399 widget updates.
|
|
|
6400 * gui-x.c (popup_selection_callback): ditto.
|
|
|
6401
|
|
|
6402 * gui.c (get_gui_callback): massage args so that we are always
|
|
|
6403 calling eval. This allows us to add our own variable bindings
|
|
|
6404 outside.
|
|
|
6405
|
|
|
6406 * glyphs-x.c (x_button_instantiate): use
|
|
|
6407 gui_items_to_widget_values since this is GC safe.
|
|
|
6408 (x_progress_gauge_instantiate): ditto.
|
|
|
6409 (x_edit_field_instantiate): ditto.
|
|
|
6410 (x_label_instantiate): ditto.
|
|
|
6411
|
|
|
6412 * event-Xt.c (emacs_Xt_handle_magic_event): remove old printfs.
|
|
|
6413 (emacs_Xt_event_widget_focus_out): new function
|
|
|
6414 (emacs_Xt_event_widget_focus_in): new function. Set the keyboard
|
|
|
6415 focus.
|
|
|
6416 (emacs_Xt_event_add_widget_actions): new function. add focus
|
|
|
6417 functions as actions.
|
|
|
6418 (init_event_Xt_late): use it.
|
|
|
6419
|
|
|
6420 2000-04-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
6421
|
|
|
6422 * event-stream.c (Fdispatch_event): Doc fix.
|
|
|
6423
|
|
|
6424 2000-03-29 SL Baur <steve@musashimaru.m17n.org>
|
|
|
6425
|
|
|
6426 * postgresql.c: Remove all references to PQsetenv*.
|
|
|
6427
|
|
|
6428 * postgresql.h: Remove references to PGsetenvHandler object.
|
|
|
6429 * lrecord.h (lrecord_type): Ditto.
|
|
|
6430
|
|
|
6431 2000-04-11 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
6432
|
|
|
6433 * glyphs-msw.h (struct mswindows_image_instance_data): Added
|
|
|
6434 real_heigh and real_width members, and accessor macros for these.
|
|
|
6435
|
|
|
6436 * glyphs-msw.c (init_image_instance_geometry): New function.
|
|
|
6437 (init_image_instance_from_dibitmap): Use it.
|
|
|
6438 (mswindows_resource_instantiate): Use it.
|
|
|
6439 (init_image_instance_from_xbm_inline): Use it.
|
|
|
6440 (mswindows_initialize_image_instance_mask): Use real bitmap
|
|
|
6441 geometry.
|
|
|
6442 (mswindows_create_resized_bitmap): Ditto.
|
|
|
6443 (mswindows_create_resized_mask): Ditto.
|
|
446
|
6444
|
|
442
|
6445 * redisplay-msw.c (mswindows_output_dibitmap): Stretch real mask
|
|
|
6446 and bitmap to their surface size.
|
|
|
6447
|
|
|
6448 2000-04-11 Jan Vroonhof <jan@xemacs.org>
|
|
|
6449
|
|
|
6450 * process-unix.c (unix_send_process): Guard against process MIA
|
|
|
6451 after Faccept_process_output.
|
|
|
6452
|
|
|
6453 2000-04-11 Ben Wing <ben@xemacs.org>
|
|
|
6454
|
|
|
6455 * eval.c (unbind_to_hairy): fix brokenness introduced by
|
|
|
6456 nanosecond speed improvements.
|
|
|
6457
|
|
|
6458 2000-04-07 Raymond Toy <toy@rtp.ericsson.se>
|
|
|
6459
|
|
|
6460 * sunplay.c (init_device): To play sounds correctly, the device
|
|
|
6461 apparently needs to be initialized at least once by XEmacs. Make
|
|
|
6462 it so.
|
|
|
6463
|
|
|
6464 2000-04-10 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
6465
|
|
|
6466 * redisplay.c (add_margin_runes): Add text image glyph
|
|
|
6467 handling.
|
|
|
6468
|
|
|
6469 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6470
|
|
|
6471 * lisp.h (DOESNT_RETURN): Don't declare as volatile when
|
|
|
6472 gcc is newer than 2.5.
|
|
|
6473
|
|
|
6474 2000-04-06 Colin Rafferty <colin@xemacs.org>
|
|
|
6475
|
|
|
6476 * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF): Created.
|
|
446
|
6477
|
|
442
|
6478 * fns.c (size_bit_vector):
|
|
|
6479 * alloc.c (size_vector):
|
|
|
6480 (make_vector_internal):
|
|
|
6481 (make_bit_vector_internal):
|
|
|
6482 (sweep_bit_vectors_1):
|
|
|
6483 Replace calls to offsetof with FLEXIBLE_ARRAY_STRUCT_SIZEOF macro.
|
|
|
6484
|
|
|
6485 2000-04-06 Andy Piper <andy@xemacs.org>
|
|
|
6486
|
|
|
6487 * gmalloc.c (malloc): undo previous change.
|
|
|
6488 (malloc): ditto.
|
|
|
6489 (free): ditto.
|
|
|
6490 (realloc): ditto.
|
|
|
6491
|
|
|
6492 2000-04-06 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
6493
|
|
|
6494 * line-number.c (buffer_line_number): Revert to former version.
|
|
|
6495
|
|
|
6496 2000-04-06 Andy Piper <andy@xemacs.org>
|
|
|
6497
|
|
|
6498 * gmalloc.c (malloc): add error checking.
|
|
|
6499 (malloc): ditto.
|
|
|
6500 (free): ditto.
|
|
|
6501 (realloc): ditto.
|
|
|
6502
|
|
|
6503 * dialog-x.c (dbox_descriptor_to_widget_value): add extra
|
|
|
6504 button_item_to_widget_value arg.
|
|
|
6505
|
|
|
6506 * glyphs-x.c (x_button_instantiate): add extra
|
|
|
6507 button_item_to_widget_value arg.
|
|
|
6508 (x_progress_gauge_instantiate): ditto.
|
|
|
6509 (x_edit_field_instantiate): ditto.
|
|
|
6510 (x_label_instantiate): ditto.
|
|
|
6511
|
|
|
6512 * gui-x.c (gui_items_to_widget_values_1): add extra
|
|
|
6513 button_item_to_widget_value arg.
|
|
|
6514 (button_item_to_widget_value): add extra menu_item_p arg.
|
|
|
6515
|
|
|
6516 * gui-x.h: change signature of button_item_to_widget_value.
|
|
|
6517
|
|
|
6518 * menubar-x.c (menu_item_descriptor_to_widget_value_1): add extra
|
|
|
6519 button_item_to_widget_value arg.
|
|
|
6520
|
|
|
6521 2000-04-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6522
|
|
|
6523 * buffer.h (struct buffer): auto_save_modified should be long.
|
|
|
6524
|
|
|
6525 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
|
6526
|
|
|
6527 * glyphs-widget.c (widget_instantiate): pixwidth != pixheight
|
|
|
6528 type.
|
|
|
6529 (button_query_geometry): give a little more room so that athena
|
|
|
6530 buttons fit.
|
|
|
6531
|
|
|
6532 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
|
6533
|
|
|
6534 * faces.c (complex_vars_of_faces): The widget face should inherit
|
|
|
6535 the font of the gui-element face.
|
|
|
6536
|
|
|
6537 2000-04-04 Andy Piper <andy@xemacs.org>
|
|
|
6538
|
|
|
6539 * glyphs-x.c (x_button_update): new function. unconditionally
|
|
|
6540 update a button's state when the instance is dirty.
|
|
|
6541 (image_instantiator_format_create_glyphs_x): add x_button_update.
|
|
|
6542 (x_widget_instantiate): remove old resize cruft.
|
|
|
6543
|
|
|
6544 2000-04-02 Andy Piper <andy@xemacs.org>
|
|
|
6545
|
|
|
6546 * frame.c (change_frame_size_1): The introduction of gutters means
|
|
|
6547 that we need to allow 0 as a potential frame dimension.
|
|
|
6548
|
|
|
6549 2000-04-02 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
6550
|
|
|
6551 * redisplay.c (add_glyph_rune): Don't set 0 to bufpos for text
|
|
|
6552 image glyph if allow_cursor.
|
|
|
6553 (add_hscroll_rune): Don't allow cursor to border glyph.
|
|
|
6554 (create_text_block): Ditto.
|
|
|
6555
|
|
|
6556 * redisplay-output.c (redisplay_move_cursor): Do nothing even if
|
|
|
6557 text not in buffer.
|
|
|
6558 (redisplay_output_layout): Call ensure_face_cachel_complete for
|
|
|
6559 text image glyph.
|
|
|
6560
|
|
|
6561
|
|
|
6562 2000-03-16 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
6563
|
|
|
6564 * redisplay.c (add_glyph_rune): Adding text image as text runes.
|
|
|
6565
|
|
|
6566 * redisplay-output.c (redisplay_move_cursor): NO_CURSOR if text
|
|
|
6567 not in buffer
|
|
|
6568
|
|
|
6569 * redisplay-tty.c (tty_output_display_block): Delete the routine
|
|
|
6570 for text image glyph
|
|
|
6571 * redisplay-x.c (x_output_display_block): ditto
|
|
|
6572 * redisplay-msw.c (mswindows_output_display_block): ditto
|
|
|
6573
|
|
|
6574 2000-02-02 Mike Alexander <mta@arbortext.com>
|
|
|
6575
|
|
|
6576 Note: Some of these were committed by accident as part of other
|
|
|
6577 patches.
|
|
446
|
6578
|
|
442
|
6579 * regex.c (regex_compile): Avoid compiler warnings.
|
|
|
6580
|
|
|
6581 * ntproc.c (sys_spawnve): Avoid compiler warnings.
|
|
|
6582
|
|
|
6583 * nt.h: Declare term_ntproc correctly.
|
|
|
6584
|
|
|
6585 * nt.c: Remove incorrect declaration of get_home_directory which
|
|
|
6586 is declared correctly in lisp.h.
|
|
|
6587
|
|
|
6588 * keymap.c (get_keyelt): Avoid compiler warnings.
|
|
|
6589 (raw_lookup_key_mapper): Avoid compiler warnings.
|
|
|
6590
|
|
|
6591 * gutter.c (gutter_was_visible): Add return statement to avoid warning.
|
|
|
6592
|
|
|
6593 * glyphs-eimage.c (png_instantiate): Avoid compiler warnings.
|
|
|
6594
|
|
|
6595 * filemode.c (mode_string): Avoid compiler warnings.
|
|
|
6596
|
|
|
6597 * file-coding.c (Fcoding_system_aliasee): Add return statement to
|
|
|
6598 avoid warning.
|
|
|
6599
|
|
|
6600 * events-mod.h: Undef some things that winuser.h defines differently.
|
|
|
6601
|
|
|
6602 * data.c (Faset): Avoid compiler warnings.
|
|
|
6603
|
|
|
6604 * alloc.c (Fmake_byte_code): Avoid compiler warnings.
|
|
|
6605
|
|
|
6606 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6607
|
|
|
6608 * sound.c (Fplay_sound_file): Wrap ESD in start/stop_interrupts.
|
|
|
6609 Fall through to simple beep on error.
|
|
|
6610 Replace "extern" by real header file.
|
|
|
6611
|
|
|
6612 * linuxplay.c: Use nativesound.h
|
|
|
6613 (play_sound_data): Return error code. Be less verbose on error.
|
|
|
6614
|
|
|
6615 * sunplay.c: Use nativesound.h
|
|
|
6616 (play_sound_data): Return error code. Be less verbose on error.
|
|
|
6617
|
|
|
6618 * ntplay.c: Use nativesound.h
|
|
|
6619 (play_sound_data): Return fake error code
|
|
|
6620
|
|
|
6621 * sgiplay.c: Use nativesound.h
|
|
|
6622 (play_sound_data): Return error code
|
|
|
6623
|
|
|
6624 * hpplay.c: Use nativesound.h, partially implement
|
|
|
6625 new error code. Break compilation until finished.
|
|
|
6626 (play_sound_data): error code.
|
|
|
6627
|
|
446
|
6628 * nativesound.h (play_sound_file):
|
|
442
|
6629 (play_sound_data): Prototype in new header.
|
|
|
6630
|
|
|
6631 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
|
6632
|
|
|
6633 * glyphs-widget.c: (button_query_geometry): new function. Adjust
|
|
|
6634 for toggle and radio buttons.
|
|
|
6635 (image_instantiator_buttons): use it.
|
|
|
6636
|
|
|
6637 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6638
|
|
446
|
6639 * scrollbar-x.c (x_update_vertical_scrollbar_callback):
|
|
442
|
6640 (x_update_horizontal_scrollbar_callback): Return if no mirror was
|
|
|
6641 found. Scrollbar event probably belonged to some old config.
|
|
|
6642
|
|
|
6643 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
|
6644
|
|
|
6645 * glyphs-widget.c (widget_instantiate): use LAYOUT_VERTICAL rather
|
|
|
6646 than 1.
|
|
|
6647 (initialize_widget_image_instance): default layout to
|
|
|
6648 LAYOUT_HORIZONTAL rather than 0.
|
|
|
6649 (widget_instantiate): reverse the item list at the end rather than
|
|
|
6650 every iteration.
|
|
|
6651 (layout_layout): re-code for the border text at the front of the
|
|
|
6652 item list rather than at the end.
|
|
|
6653 (layout_query_geometry): ditto. Pick up fixed and dynamic sizes
|
|
|
6654 provided by the user.
|
|
|
6655 (widget_query_geometry): comment.
|
|
|
6656
|
|
|
6657 2000-03-30 Andy Piper <andy@xemacs.org>
|
|
|
6658
|
|
|
6659 * glyphs-widget.c (image_instantiator_layout): allow standard
|
|
|
6660 widget keywords in layouts.
|
|
|
6661
|
|
|
6662 * gutter.c (output_gutter): cope with nil gutter contents.
|
|
|
6663
|
|
|
6664 * frame.c (Fset_frame_properties): add gutter docs.
|
|
|
6665
|
|
|
6666 2000-03-29 Andy Piper <andy@xemacs.org>
|
|
|
6667
|
|
|
6668 * toolbar-msw.c (TBSTYLE_FLAT): add.
|
|
|
6669 (mswindows_output_toolbar): minor fiddling.
|
|
|
6670
|
|
|
6671 2000-03-29 Andy Piper <andy@xemacs.org>
|
|
|
6672
|
|
|
6673 * gutter.c (output_gutter): force gutter size recalculation if
|
|
|
6674 what we are trying to display won't fit.
|
|
|
6675 (update_gutter_geometry): new function. A per-gutter version of
|
|
|
6676 update_frame_gutter_geometry.
|
|
|
6677 (update_frame_gutter_geometry): use it.
|
|
|
6678 (redraw_exposed_gutter): add extra debugging output.
|
|
|
6679
|
|
|
6680 2000-03-28 Mike Alexander <mta@arbortext.com>
|
|
|
6681
|
|
|
6682 * dumper.c: Declare pdump_hFile and pdump_hMap (Windows only)
|
|
|
6683 (pdump_file_unmap): Implement it on Windows
|
|
|
6684 (pdump_file_get): Save alocated handles for pdump_file_unmap
|
|
|
6685
|
|
|
6686 2000-03-28 Andy Piper <andy@xemacs.org>
|
|
|
6687
|
|
|
6688 * gui.c (get_gui_callback): treat Quit specially.
|
|
|
6689
|
|
|
6690 2000-03-27 Andy Piper <andy@xemacs.org>
|
|
|
6691
|
|
|
6692 * glyphs.c (image_instantiate): be careful to check in the same
|
|
|
6693 way we assigned.
|
|
|
6694
|
|
|
6695 2000-03-27 Didier Verna <didier@xemacs.org>
|
|
|
6696
|
|
|
6697 * config.h.in: define the proper SMART_INCLUDE macro.
|
|
|
6698 handle renaming of `foo_h_path' to `foo_h_file'.
|
|
|
6699
|
|
|
6700 * database.c: ditto.
|
|
|
6701
|
|
|
6702 * emacs.c: ditto.
|
|
|
6703
|
|
|
6704 * linuxplay.c: ditto.
|
|
|
6705
|
|
|
6706 * terminfo.c: ditto.
|
|
|
6707
|
|
|
6708 * tooltalk.h: ditto.
|
|
|
6709
|
|
|
6710 2000-03-27 Andy Piper <andy@xemacs.org>
|
|
|
6711
|
|
|
6712 * glyphs-msw.c (mswindows_update_widget): make sure the widget
|
|
|
6713 gets updated whenever the face might have changed.
|
|
|
6714
|
|
|
6715 2000-03-26 Mike Alexander <mta@arbortext.com>
|
|
|
6716
|
|
|
6717 * dumper.c (pdump_resource_free): Fix the comment.
|
|
|
6718
|
|
|
6719 2000-03-21 Olivier Galibert <galibert@pobox.com>
|
|
|
6720
|
|
|
6721 * input-method-xlib.c (XIM_init_frame): Remove painful warning.
|
|
|
6722
|
|
|
6723 2000-03-22 Mike Alexander <mta@arbortext.com>
|
|
|
6724
|
|
|
6725 * dumper.c: Include Windows headers on Windows
|
|
|
6726 (pdump_resource_free): Add a body to the function
|
|
|
6727 (pdump_load): exe_name -> exe_path and add some comments.
|
|
|
6728
|
|
|
6729 2000-03-25 Mike Alexander <mta@arbortext.com>
|
|
|
6730
|
|
|
6731 * gui.c (copy_gui_item_tree): Return a value in all cases
|
|
|
6732
|
|
|
6733 2000-03-21 Didier Verna <didier@xemacs.org>
|
|
|
6734
|
|
|
6735 * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 here from
|
|
|
6736 lwlib/config.h.in.
|
|
|
6737 (SMART_INCLUDE): new macro.
|
|
|
6738 (POSTGRES_INCLUDE): new macro to include postgresql headers from
|
|
|
6739 the proper location.
|
|
|
6740
|
|
|
6741 * postgresql.c: use it.
|
|
|
6742
|
|
|
6743 * inline.c: ditto.
|
|
|
6744
|
|
|
6745 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
|
6746
|
|
|
6747 * gutter.c (redraw_exposed_gutters): must be "in display" when we
|
|
|
6748 do this.
|
|
|
6749
|
|
|
6750 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
|
6751
|
|
|
6752 * redisplay-output.c (compare_runes): use image_instance_changed
|
|
|
6753 to detect changes. Do not depend on glyphs_changed, only depend on
|
|
|
6754 dirtiness.
|
|
|
6755 (redisplay_output_layout): add debug messages.
|
|
|
6756 (compare_runes): ditto.
|
|
|
6757
|
|
|
6758 * glyphs.h: declare new functions.
|
|
|
6759 (struct Lisp_Image_Instance): remove percent and associated
|
|
|
6760 accessors.
|
|
|
6761
|
|
|
6762 * gui.h: declare new copying functions.
|
|
|
6763
|
|
|
6764 * gui.c (copy_gui_item_tree): new function.
|
|
|
6765 (copy_gui_item): new function.
|
|
|
6766 (gui_item_id_hash): revert to standard hash.
|
|
|
6767 (gui_item_hash): ditto.
|
|
|
6768 (gui_item_hash_internal): deleted.
|
|
|
6769 (mark_gui_item): mark value.
|
|
|
6770 (gui_item_add_keyval_pair): add value.
|
|
|
6771 (gui_item_init): ditto.
|
|
|
6772 (gui_add_item_keywords_to_plist): ditto.
|
|
|
6773 (gui_item_equal): ditto.
|
|
|
6774 (syms_of_gui): add Q_value.
|
|
|
6775
|
|
|
6776 * glyphs-x.c (x_progress_gauge_update): use pending items and
|
|
|
6777 value for setting the state.
|
|
|
6778 (x_update_widget): don't set items from pending here.
|
|
|
6779
|
|
|
6780 * glyphs-widget.c (update_widget): update items here.
|
|
|
6781 (progress_gauge_set_property): use items for storing value. Put
|
|
|
6782 new value in pending items.
|
|
|
6783
|
|
|
6784 * glyphs-msw.c (mswindows_progress_gauge_update): use pending
|
|
|
6785 items for new value. Convert percent -> value.
|
|
|
6786 (mswindows_tab_control_update): don't update items here.
|
|
|
6787
|
|
|
6788 * glyphs.c (Fupdate_widget_instances): use image_instance_changed.
|
|
|
6789 (update_subwindow): ditto.
|
|
|
6790 (image_instance_changed): new function. Compare hash values and
|
|
|
6791 past and present widget items.
|
|
|
6792 (image_instantiate): We more careful about where we instantiate
|
|
|
6793 things.
|
|
|
6794 (image_instantiate): add error checking.
|
|
|
6795
|
|
|
6796 * gutter.c (syms_of_gutter): use -hook.
|
|
|
6797
|
|
|
6798 2000-03-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6799
|
|
|
6800 * console-tty.c (Fset_console_tty_input_coding_system): Use
|
|
|
6801 Qkeyboard.
|
|
|
6802 (Fset_console_tty_output_coding_system): Use Qterminal.
|
|
|
6803 (tty_init_console): Use Qkeyboard and Qterminal.
|
|
|
6804
|
|
|
6805 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
|
6806
|
|
|
6807 * ntproc.c (create_child): remove bogus HAVE_NTGUI's.
|
|
|
6808 From Mike Alexander <mta@arbortext.com>.
|
|
|
6809
|
|
|
6810 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
|
6811
|
|
|
6812 * event-msw.c (mswindows_need_event): Horrible kludge to fix
|
|
|
6813 process brokenness. Proper implementation to come.
|
|
|
6814 * callproc.c:
|
|
|
6815 Rename call-process-internal to old-call-process-internal.
|
|
|
6816 New impl. in process.el.
|
|
|
6817
|
|
|
6818 2000-03-21 Martin Buchholz <martin@xemacs.org>
|
|
|
6819
|
|
|
6820 * Makefile.in.in: Coalesce HAVE_NATIVE_SOUND code fragments.
|
|
|
6821
|
|
|
6822 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
|
6823
|
|
|
6824 * glyphs.c (full_list_hash): make hashes of the same elements in
|
|
|
6825 different orders return different values.
|
|
|
6826
|
|
|
6827 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
|
6828
|
|
|
6829 * XEmacs 21.2.32 is released.
|
|
|
6830
|
|
|
6831 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
|
6832
|
|
|
6833 * buffer.h (DFC_ALLOCA_USE_CONVERTED_DATA):
|
|
|
6834 (DFC_MALLOC_USE_CONVERTED_DATA):
|
|
|
6835 Add aliasing-safe casts to allow use with char* or unsigned char*
|
|
|
6836 lvalues.
|
|
|
6837
|
|
|
6838 * eldap.c (Fldap_open):
|
|
|
6839 (Fldap_search_basic):
|
|
|
6840 (Fldap_add):
|
|
|
6841 (Fldap_modify):
|
|
|
6842 Make C++-compilable.
|
|
|
6843 Make sure GCPRO'ed variables are initialized.
|
|
|
6844 Use temp variables to avoid repeated calls to Flength.
|
|
|
6845
|
|
|
6846 2000-03-16 Martin Buchholz <martin@xemacs.org>
|
|
|
6847
|
|
|
6848 * sysfile.h:
|
|
|
6849 Make sure PATH_MAX is always defined.
|
|
|
6850 Include limits.h for PATH_MAX.
|
|
|
6851 Deprecate use of MAXPATHLEN.
|
|
|
6852
|
|
|
6853 2000-03-10 Martin Buchholz <martin@xemacs.org>
|
|
|
6854
|
|
|
6855 * emacs.c: Add reinit_vars_of_fileio.
|
|
|
6856 * symsinit.h: Add reinit_vars_of_fileio.
|
|
|
6857 * fileio.c (reinit_vars_of_fileio): New.
|
|
|
6858 * fileio.c (Fmake_temp_name):
|
|
|
6859 Initialize temp_name random number from microseconds to make
|
|
|
6860 collisions even less likely. Initialize always at process startup
|
|
|
6861 time. (make-temp-name) used to return the same file name twice in
|
|
|
6862 a row when PDUMP.
|
|
|
6863 Random stylistic fiddling.
|
|
|
6864 Comment fixes.
|
|
|
6865
|
|
|
6866 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
|
6867
|
|
|
6868 * glyphs.c (image_instantiate): allow text glyphs to be
|
|
|
6869 instantiated in the minibuffer window.
|
|
|
6870
|
|
|
6871 2000-03-19 Andy Piper <andy@xemacs.org>
|
|
|
6872
|
|
|
6873 * glyphs.c (image_instance_hash): be careful about which items we
|
|
|
6874 hash on.
|
|
|
6875
|
|
|
6876 * glyphs-widget.c (tab_control_set_property): record into pending
|
|
|
6877 items rather than the actual items.
|
|
|
6878
|
|
|
6879 * glyphs-x.c (x_update_widget): use pending items to update with.
|
|
|
6880
|
|
|
6881 * glyphs-msw.c (mswindows_tab_control_update): use pending items
|
|
|
6882 to update with.
|
|
|
6883
|
|
|
6884 * glyphs.c (mark_image_instance): mark pending items.
|
|
|
6885
|
|
|
6886 * window.c (Fset_window_configuration): record the buffer.
|
|
|
6887 (Fselect_window): totally revert previous change which breaks many
|
|
|
6888 things.
|
|
|
6889
|
|
|
6890 2000-03-18 Andy Piper <andy@xemacs.org>
|
|
|
6891
|
|
|
6892 * glyphs-msw.c (mswindows_tab_control_update): force selected
|
|
|
6893 item.
|
|
|
6894
|
|
|
6895 * glyphs.c (image_instantiate): don't allow the minibuffer as a
|
|
|
6896 window domain cache, otherwise we get inconsistencies at
|
|
|
6897 startup. There is something fishy at startup which can lead to the
|
|
|
6898 minibuffer being the selected window when the gutter content is
|
|
|
6899 instantiated.
|
|
|
6900
|
|
|
6901 * gui.c (parse_gui_item_tree_list): add probably unnecessary
|
|
|
6902 gcpros.
|
|
|
6903 (parse_gui_item_tree_children): ditto.
|
|
|
6904 (parse_gui_item_tree_item): ditto.
|
|
|
6905
|
|
|
6906 * glyphs.c (Fupdate_widget_instances): return something.
|
|
|
6907
|
|
|
6908 2000-03-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6909
|
|
|
6910 * window.c (Fselect_window): Undo 2000-03-17 change.
|
|
|
6911
|
|
|
6912 2000-03-17 SL Baur <steve@musashimaru.m17n.org>
|
|
|
6913
|
|
|
6914 * postgresql.c (Fpq_setenv): Remove this turkey when linking
|
|
|
6915 against v7.0 libraries. Insta-coredump city until the postgres
|
|
|
6916 folks fix it.
|
|
|
6917
|
|
|
6918 2000-03-17 Andy Piper <andy@xemacs.org>
|
|
|
6919
|
|
|
6920 * faces.c (complex_vars_of_faces): don't give the widget face an
|
|
|
6921 inherited background pixmap.
|
|
|
6922
|
|
|
6923 * glyphs-msw.c (mswindows_tab_control_instantiate): select the
|
|
|
6924 selected item.
|
|
|
6925
|
|
|
6926 * event-stream.c (Fdispatch_non_command_events): return something.
|
|
|
6927
|
|
|
6928 * gutter.c (output_gutter): use widget face.
|
|
|
6929 (clear_gutter): ditto.
|
|
|
6930
|
|
|
6931 * NEWS: adjust again.
|
|
|
6932
|
|
|
6933 * window.c (Fselect_window): make sure this runs to completion to
|
|
|
6934 avoid oddities with Fset_window_configuration.
|
|
|
6935 (Fcurrent_window_configuration): in general do not save the
|
|
|
6936 minibuffer as the selected window.
|
|
|
6937
|
|
|
6938 * glyphs.h (IMAGE_INSTANCE_HASH_DEPTH): increase.
|
|
|
6939
|
|
|
6940 2000-03-16 Olivier Galibert <galibert@pobox.com>
|
|
|
6941
|
|
|
6942 * emacs.c (Frunning_temacs_p): Revert previous patch.
|
|
|
6943 (main_1): Reinitialize running_temacs_argc if pdump_load succeeds.
|
|
|
6944
|
|
|
6945 2000-03-16 Andy Piper <andy@xemacs.org>
|
|
|
6946
|
|
|
6947 * glyphs-x.c (x_tab_control_update): if no widget values then
|
|
|
6948 return.
|
|
|
6949
|
|
|
6950 * NEWS: update for new features.
|
|
|
6951
|
|
|
6952 * event-Xt.c (emacs_Xt_force_event_pending): new function. Post a
|
|
|
6953 synthetic event to the native system.
|
|
|
6954 (reinit_vars_of_event_Xt): set force_event_pending to
|
|
|
6955 emacs_Xt_force_event_pending.
|
|
|
6956
|
|
|
6957 * events.h (struct event_stream): add force_event_pending.
|
|
|
6958
|
|
|
6959 * specifier.c (recompute_one_cached_specifier_in_window): add
|
|
|
6960 comment.
|
|
|
6961
|
|
|
6962 * redisplay.c (redisplay_frame): don't call
|
|
|
6963 update_frame_subwindows. Reset subwindow cachels when
|
|
|
6964 subwindows_changed, removing this was an optimization too far.
|
|
|
6965
|
|
|
6966 * redisplay-output.c (compare_runes): reorganize so that we catch
|
|
|
6967 glyph changes when we want them. Set optimize_output when this
|
|
|
6968 would help layouts.
|
|
|
6969 (redisplay_output_layout): remove frame_really_changed, use
|
|
|
6970 optimize_output instead.
|
|
|
6971
|
|
|
6972 * redisplay-msw.c (mswindows_output_display_block): reset
|
|
|
6973 optimize_output after outputting a glyph.
|
|
|
6974 * redisplay-x.c (x_output_display_block): ditto.
|
|
|
6975 * redisplay-tty.c (tty_output_display_block): ditto.
|
|
|
6976
|
|
|
6977 * gutter.c: (specifier_vars_of_gutter): use new spec changed
|
|
|
6978 functions.
|
|
|
6979 (gutter_specs_changed): do specific gutter positions.
|
|
|
6980 (top_gutter_specs_changed): new function. Only update the
|
|
|
6981 specified gutter specs.
|
|
|
6982 (bottom_gutter_specs_changed): ditto.
|
|
|
6983 (left_gutter_specs_changed): ditto.
|
|
|
6984 (right_gutter_specs_changed): ditto.
|
|
|
6985
|
|
|
6986 * gui.c (gui_item_hash_internal): new function, does a real hash.
|
|
|
6987 (gui_item_id_hash): use it.
|
|
|
6988 (gui_item_hash): hash the eval'ed gui_item.
|
|
|
6989
|
|
|
6990 * gui-x.c (popup_selection_callback): send an eval event to call
|
|
|
6991 Fupdate_widget_instances.
|
|
|
6992
|
|
|
6993 * gui-msw.c (mswindows_handle_gui_wm_command): send an eval event
|
|
|
6994 to call Fupdate_widget_instances.
|
|
|
6995
|
|
|
6996 * glyphs.h (struct Lisp_Image_Instance): add optimize_output flag.
|
|
|
6997 (IMAGE_INSTANCE_OPTIMIZE_OUTPUT): access it.
|
|
|
6998
|
|
|
6999 * glyphs.c: (update_frame_subwindows): deleted.
|
|
|
7000 (Fupdate_widget_instances): new function for updating the dirty
|
|
|
7001 state of widgets that might have changed.
|
|
|
7002 (syms_of_glyphs): add Qupdate_widget_instances.
|
|
|
7003 (full_list_hash): hash a list completely.
|
|
|
7004 (image_instance_hash): use it for items and properties.
|
|
|
7005
|
|
|
7006 * frame-msw.c (mswindows_size_frame_internal): remove unused
|
|
|
7007 variable.
|
|
|
7008
|
|
|
7009 * faces.h (struct face_cachel): fix comment.
|
|
|
7010
|
|
|
7011 * event-stream.c (Fdispatch_non_command_events): new
|
|
|
7012 function. Process non-command events, forcing an event cycle
|
|
|
7013 beforehand.
|
|
|
7014 (syms_of_event_stream): declare.
|
|
|
7015 (event_stream_force_event_pending): new function. Force an event
|
|
|
7016 on the native event queue so that an event cycle will occur next
|
|
|
7017 time we check.
|
|
|
7018
|
|
|
7019 * event-msw.c:
|
|
|
7020 (struct ntpipe_shove_stream):
|
|
|
7021 (mswindows_enqueue_dispatch_event):
|
|
|
7022 (mswindows_dequeue_dispatch_event):
|
|
|
7023 (mswindows_cancel_dispatch_event):
|
|
|
7024 (mswindows_pump_outstanding_events):
|
|
|
7025 (mswindows_drain_windows_queue):
|
|
|
7026 (mswindows_handle_paint):
|
|
|
7027 (mswindows_wnd_proc):
|
|
|
7028 (mswindows_key_to_emacs_keysym):
|
|
|
7029 (get_process_input_waitable):
|
|
|
7030 (emacs_mswindows_delete_stream_pair): re-indent file.
|
|
|
7031 (mswindows_need_event): do not process further fds if the windows
|
|
|
7032 fd is set, otherwise you get endless XM_BUMPQUEUE cycles. This
|
|
|
7033 fixes the 100% cpu problem.
|
|
|
7034 (reinit_vars_of_event_mswindows): set force_event_pending to 0.
|
|
|
7035
|
|
|
7036 2000-03-15 Olivier Galibert <galibert@pobox.com>
|
|
|
7037
|
|
|
7038 * alloc.h: New.
|
|
|
7039 * dumper.h: New.
|
|
|
7040 * dumper.c: New.
|
|
|
7041
|
|
|
7042 * emacs.c: Moved dump file searching to dumper.c.
|
|
|
7043 (Frunning_temacs_p): Fixed.
|
|
|
7044
|
|
|
7045 * alloc.c: Moved everything pdump-related to dumper.c. Removed
|
|
|
7046 last_lrecord_type_index_assigned.
|
|
|
7047
|
|
|
7048 2000-02-20 Olivier Galibert <galibert@pobox.com>
|
|
|
7049
|
|
|
7050 * symsinit.h: Added reinit parameter to init_console_stream
|
|
|
7051 declaration.
|
|
|
7052
|
|
|
7053 * lisp.h: Added file parameter to pdump_load declaration.
|
|
|
7054
|
|
|
7055 * emacs.c (main_1): Added -nd/--nodump-file and -sd/--show-dump-id
|
|
|
7056 support. Added dump file searching.
|
|
|
7057
|
|
|
7058 * config.h.in: Added EMACS_PROGNAME.
|
|
|
7059
|
|
|
7060 * console-stream.c (init_console_stream): Fix reinitialisation
|
|
|
7061 when running from temacs.
|
|
|
7062
|
|
|
7063 * alloc.c (pdump): Add id support.
|
|
|
7064 (pdump_load): Add file parameter and signature/id support.
|
|
|
7065
|
|
|
7066 * Makefile.in.in: Add full pdump support.
|
|
|
7067
|
|
|
7068 2000-03-15 SL Baur <steve@musashimaru.m17n.org>
|
|
|
7069
|
|
|
7070 * postgresql.c: Update documentation to reflect latest code
|
|
|
7071 status.
|
|
|
7072 (print_result): Show tuple counts in printed representation when
|
|
|
7073 appropriate.
|
|
|
7074 (Fpq_put_nbytes): MULE-ize.
|
|
|
7075 (Fpq_get_line_async): Ditto.
|
|
|
7076
|
|
|
7077 2000-03-14 SL Baur <steve@musashimaru.m17n.org>
|
|
|
7078
|
|
|
7079 * postgresql.c (Fpq_lo_import): Fix return value.
|
|
|
7080 Suggested by: Kenji Itoh <keit@tpj.co.jp>.
|
|
|
7081
|
|
|
7082 2000-03-13 Ben Wing <ben@xemacs.org>
|
|
|
7083
|
|
|
7084 * alloc.c (pdump_load):
|
|
|
7085 Fix compile warning under mswin.
|
|
|
7086
|
|
|
7087 2000-03-14 SL Baur <steve@musashimaru.m17n.org>
|
|
|
7088
|
|
|
7089 * postgresql.c: Mule-ization, bug fixes.
|
|
|
7090 Use PG_CODING to encapsulate coding system name changes.
|
|
|
7091 Backport a version of TO_EXTERNAL format for 21.1/InfoDock.
|
|
|
7092 (pg-coding-system): Create.
|
|
|
7093
|
|
|
7094 (Fpq_conn_defaults): Mule-ize.
|
|
|
7095 (Fpq_connectdb): Mule-ize & bug fix.
|
|
|
7096 (Fpq_connect_start): Mule-ize.
|
|
|
7097 (Fpq_set_client_encoding): Mule-ize.
|
|
|
7098 (Fpq_finish): Document `DEAD' connection status.
|
|
|
7099 (Fpq_clear): Ditto.
|
|
|
7100 (Fpq_pgconn): Mule-ize.
|
|
|
7101 (Fpq_exec): Mule-ize & bug fix.
|
|
|
7102 (Fpq_send_query): Ditto.
|
|
|
7103 (Fpq_get_result): Ditto.
|
|
|
7104 (Fpq_res_status): Mule-ize.
|
|
|
7105 (Fpq_result_error_message): Mule-ize.
|
|
|
7106 (Fpq_ntuples): fix comments.
|
|
|
7107 (Fpq_fname): Mule-ize.
|
|
|
7108 (Fpq_fnumber): Mule-ize.
|
|
|
7109 (Fpq_ftype): fix comments.
|
|
|
7110 (Fpq_get_value): Mule-ize.
|
|
|
7111 (Fpq_cmd_status): Ditto.
|
|
|
7112 (Fpq_cmd_tuples): Ditto.
|
|
|
7113 (Fpq_oid_value): Ditto.
|
|
|
7114 (Fpq_notifies): Ditto.
|
|
|
7115 (Fpq_lo_import): Ditto.
|
|
|
7116 (Fpq_lo_export): Ditto.
|
|
|
7117 (Fpq_get_line): Ditto.
|
|
|
7118 (Fpq_put_line): Mule-ize and bug fix.
|
|
|
7119 (syms_of_postgresql): Fix ifdef'ing, add pg-coding-system.
|
|
|
7120
|
|
|
7121 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
|
|
|
7122
|
|
|
7123 * postgresql.c (vars_of_postgresql): Mule-ize.
|
|
|
7124 (Fpq_conn_defaults): Ditto.
|
|
|
7125
|
|
|
7126 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
|
7127
|
|
|
7128 * alloc.c (Fmake_byte_code):
|
|
|
7129 * alloc.c (debug_string_purity_print):
|
|
|
7130 * alloc.c (pdump_backtrace):
|
|
|
7131 * alloc.c (pdump_get_indirect_count):
|
|
|
7132 * alloc.c (pdump_register_sub):
|
|
|
7133 * alloc.c (pdump_register_object):
|
|
|
7134 * alloc.c (pdump_register_struct):
|
|
|
7135 * alloc.c (pdump_dump_data):
|
|
|
7136 * alloc.c (pdump_reloc_one):
|
|
|
7137 Minor cleanups.
|
|
|
7138
|
|
|
7139 * console-msw.c:
|
|
|
7140 * console-msw.c (GetConsoleHwnd):
|
|
|
7141 * console-msw.c (msw_hide_console):
|
|
|
7142 * console-msw.c (msw_show_console):
|
|
|
7143 * console-msw.c (msw_ensure_console_buffered):
|
|
|
7144 * console-msw.c (msw_output_console_string):
|
|
|
7145 * console-msw.c (console_type_create_mswindows):
|
|
|
7146
|
|
|
7147 a) Added functions to manipulate the console window for use with
|
|
|
7148 shell support.
|
|
|
7149
|
|
|
7150 b) Added support for writing text to the console, which is now
|
|
|
7151 used under Windows when xemacs is not being run non-interactively,
|
|
|
7152 to write text that would otherwise be destined for stdout because
|
|
|
7153 under these circumstances, text written to stdout tends to
|
|
|
7154 disappear and not be seen.
|
|
|
7155
|
|
|
7156 * console-msw.h:
|
|
|
7157 * event-Xt.c:
|
|
|
7158 * event-Xt.c (x_event_to_emacs_event):
|
|
|
7159 * event-Xt.c (describe_event_window):
|
|
|
7160 * events-mod.h (XEMACS_MOD_CONTROL):
|
|
|
7161 * events.c:
|
|
|
7162 * events.c (Fmake_event):
|
|
|
7163 * events.c (character_to_event):
|
|
|
7164 * events.c (event_to_character):
|
|
|
7165 * events.c (format_event_object):
|
|
|
7166 * events.c (Fevent_modifiers):
|
|
|
7167 * events.h:
|
|
|
7168 * events.h (struct key_data):
|
|
|
7169 * events.h (struct button_data):
|
|
|
7170 * events.h (struct misc_user_data):
|
|
|
7171 * frame-x.c (Fcde_start_drag_internal):
|
|
|
7172 * frame-x.c (Foffix_start_drag_internal):
|
|
|
7173 * gpmevent.c (Freceive_gpm_event):
|
|
|
7174 * keymap.c:
|
|
|
7175 * keymap.c (bucky_sym_to_bucky_bit):
|
|
|
7176 * keymap.c (control_meta_superify):
|
|
|
7177 * keymap.c (make_key_description):
|
|
|
7178 * keymap.c (keymap_lookup_directly):
|
|
|
7179 * keymap.c (create_bucky_submap):
|
|
|
7180 * keymap.c (keymap_store):
|
|
|
7181 * keymap.c (define_key_check_and_coerce_keysym):
|
|
|
7182 * keymap.c (define_key_parser):
|
|
|
7183 * keymap.c (define_key_alternate_name):
|
|
|
7184 * keymap.c (Fdefine_key):
|
|
|
7185 * keymap.c (raw_lookup_key_mapper):
|
|
|
7186 * keymap.c (struct map_keymap_unsorted_closure):
|
|
|
7187 * keymap.c (map_keymap_unsorted_mapper):
|
|
|
7188 * keymap.c (map_keymap_sort_predicate):
|
|
|
7189 * keymap.c (map_keymap_sorted):
|
|
|
7190 * keymap.c (accessible_keymaps_mapper_1):
|
|
|
7191 * keymap.c (where_is_recursive_mapper):
|
|
|
7192 * keymap.c (describe_map_mapper):
|
|
|
7193 * keymap.c (describe_map_sort_predicate):
|
|
|
7194 * keymap.c (describe_map):
|
|
|
7195 * keymap.c (complex_vars_of_keymap):
|
|
|
7196 And a number of other files, the key modifier preprocessor
|
|
|
7197 constants that xemacs uses have names that conflict with constants
|
|
|
7198 defined under MS Windows for other purposes, so they were renamed
|
|
|
7199 to begin with the prefix XEMACS_. The variables that hold such
|
|
|
7200 modifiers were changed to consistently be of type int to fix
|
|
|
7201 various compile warnings.
|
|
|
7202
|
|
|
7203 * console.c (complex_vars_of_console):
|
|
|
7204 * device.c:
|
|
|
7205 * device-msw.c:
|
|
|
7206 * device-msw.c (mswindows_finish_init_device):
|
|
|
7207 * device-msw.c (msw_get_workspace_coords):
|
|
|
7208 * device-msw.c (mswindows_device_system_metrics):
|
|
|
7209 and various other files, added support for a new
|
|
|
7210 device property called offset-workspace which returns the position
|
|
|
7211 of the upper left corner of the workspace area and goes along with
|
|
|
7212 the existing size-workspace property.
|
|
|
7213
|
|
|
7214 * dialog-msw.c:
|
|
|
7215 * dialog-msw.c (push_bufbyte_string_as_unicode):
|
|
|
7216 * dialog-msw.c (mswindows_popup_dialog_box):
|
|
|
7217 Added support for XEmacs-style accelerator specifications in
|
|
|
7218 button text. Note: I didn't add support for this under X Windows,
|
|
|
7219 and somebody needs to do this.
|
|
|
7220
|
|
|
7221 * dialog.c:
|
|
|
7222 * dialog.c (Fpopup_dialog_box):
|
|
|
7223 Documented the support for accelerators that was just mentioned.
|
|
|
7224
|
|
|
7225 editfns.c (get_home_directory): Changed behavior under Windows
|
|
|
7226 when HOME not defined; former behavior was irretrievably broken.
|
|
|
7227
|
|
|
7228 * emacs.c:
|
|
|
7229 * emacs.c (main_1):
|
|
|
7230 * emacs.c (main):
|
|
|
7231 * minibuf.c (clear_echo_area_internal):
|
|
|
7232 * minibuf.c (echo_area_append):
|
|
|
7233 * print.c:
|
|
|
7234 * print.c (std_handle_out_external):
|
|
|
7235 * print.c (std_handle_out_va):
|
|
|
7236 * print.c (fatal):
|
|
|
7237 * print.c (write_string_to_stdio_stream):
|
|
|
7238 * print.c (output_string):
|
|
|
7239 * print.c (debug_print):
|
|
|
7240 * print.c (debug_backtrace):
|
|
|
7241 * print.c (debug_short_backtrace):
|
|
|
7242 Cleaned up the code that prints text to stdout so that this can be
|
|
|
7243 changed to output into a console window instead under MS Windows,
|
|
|
7244 as described above.
|
|
|
7245
|
|
|
7246 * eval.c:
|
|
|
7247 * eval.c (DEFEND_AGAINST_THROW_RECURSION):
|
|
|
7248 * eval.c (internal_catch):
|
|
|
7249 * eval.c (unwind_to_catch):
|
|
|
7250 * eval.c (throw_or_bomb_out):
|
|
|
7251 * eval.c (condition_case_1):
|
|
|
7252 * eval.c (signal_1):
|
|
|
7253 * eval.c (check_error_state_sanity):
|
|
|
7254 * eval.c (call_with_suspended_errors_1):
|
|
|
7255 * eval.c (call_with_suspended_errors):
|
|
|
7256 * eval.c (reinit_vars_of_eval):
|
|
|
7257 Added code to catch throw loops and check for a pesky bug that may
|
|
|
7258 be gone now.
|
|
|
7259
|
|
|
7260 * event-msw.c:
|
|
|
7261 * event-msw.c (key_needs_default_processing_p):
|
|
|
7262 * event-msw.c (mswindows_wnd_proc):
|
|
|
7263 * event-msw.c (mswindows_modifier_state):
|
|
|
7264 * event-msw.c (emacs_mswindows_quit_p):
|
|
|
7265 * event-msw.c (vars_of_event_mswindows):
|
|
|
7266 a) Added support for using the alt key to select menu items as is
|
|
|
7267 standard under MS Windows. This is controlled using the variable
|
|
|
7268 menu-accelerator-enabled, just like under X Windows. There is an
|
|
|
7269 option on the options menu to turn this support on. I really
|
|
|
7270 think that it should be on by default under Windows, but I'm not
|
|
|
7271 going to make this change yet.
|
|
|
7272
|
|
|
7273 b) Added support for dynamic display size changes under Windows.
|
|
|
7274
|
|
|
7275 * event-stream.c:
|
|
|
7276 * event-stream.c (maybe_echo_keys):
|
|
|
7277 * event-stream.c (Fnext_event):
|
|
|
7278 * event-stream.c (command_builder_find_leaf):
|
|
|
7279 * event-stream.c (lookup_command_event):
|
|
|
7280 * event-stream.c (execute_command_event):
|
|
|
7281 * event-stream.c (pre_command_hook):
|
|
|
7282 * event-stream.c (post_command_hook):
|
|
|
7283 * event-stream.c (syms_of_event_stream):
|
|
|
7284 * event-stream.c (vars_of_event_stream):
|
|
|
7285 * event-stream.c (complex_vars_of_event_stream):
|
|
|
7286 * events.h (struct command_builder):
|
|
|
7287
|
|
|
7288 a) Tried to clean up a little bit the horribly written x-specific
|
|
|
7289 accelerator code that crept into this file. I moved this code
|
|
|
7290 into menubar-x.c where it belongs. I also needed to move the
|
|
|
7291 command builder structure into the file events.h because it is
|
|
|
7292 accessed directly by this accelerator code. What I didn't do, but
|
|
|
7293 which should be done at some point, is to properly abstract this
|
|
|
7294 code using device methods instead of the kludgy way that it
|
|
|
7295 currently hooks into the event code.
|
|
|
7296
|
|
|
7297 b) Added the lisp variables this-command-properties and
|
|
|
7298 last-command- properties, which should be used to synchronize two
|
|
|
7299 adjacent commands in preference to playing games with the variable
|
|
|
7300 this-command, which is typically what happens.
|
|
|
7301
|
|
|
7302 c) Added some slightly nasty code to hook into the lisp support
|
|
|
7303 for shifted- motion-key selection. This is actually necessary for
|
|
|
7304 somewhat complicated reasons, which are described in
|
|
|
7305 simple.el. (NB: I think the proper thing would be to have the code
|
|
|
7306 that calls the pre and post command hooks also call out to generic
|
|
|
7307 lisp functions in simple.el, where all built-in stuff could be
|
|
|
7308 added. I will think about this more.)
|
|
|
7309
|
|
|
7310 * event-unixoid.c (poll_fds_for_input):
|
|
|
7311 * lread.c (readchar):
|
|
|
7312 * redisplay-tty.c (tty_clear_frame):
|
|
|
7313 * redisplay-x.c (x_get_gc):
|
|
|
7314 * signal.c (interrupt_signal):
|
|
|
7315 And a whole bunch of other files: fixed up places that printed
|
|
|
7316 directly to stderr to instead call the function stderr_out so that
|
|
|
7317 the changes I made under Windows work correctly.
|
|
|
7318
|
|
|
7319 * filemode.c (mode_string):
|
|
|
7320 Warning fixes.
|
|
|
7321
|
|
|
7322 * frame-msw.c:
|
|
|
7323 * frame-msw.c (mswindows_size_frame_internal):
|
|
|
7324 Fixed the computation of frame size and position to keep the frame
|
|
|
7325 within the workspace area, rather than within the physical
|
|
|
7326 dimensions of the screen, so that the frame doesn't overlap window
|
|
|
7327 manager decorations, such as the start menu and toolbar, typically
|
|
|
7328 at the bottom of the screen.
|
|
|
7329
|
|
|
7330 * frame.c (vars_of_frame):
|
|
|
7331 Changed the default frame title format under MS Windows to consist
|
|
|
7332 of buffername-XEmacs, which is standard under MS Windows. I think
|
|
|
7333 it might be a good idea to change this everywhere because I think
|
|
|
7334 it is superior to the current frame title format, but this is the
|
|
|
7335 kind of change that is likely to cause some people to get annoyed,
|
|
|
7336 so I'm not making it.
|
|
|
7337
|
|
|
7338 * glyphs-eimage.c (png_instantiate): Fixed some compile warnings.
|
|
|
7339
|
|
|
7340 * gui-msw.c (mswindows_handle_gui_wm_command):
|
|
|
7341 Fixed compile warnings.
|
|
|
7342
|
|
|
7343 * gui-x.c:
|
|
|
7344 * gui-x.c (strdup_and_add_accel):
|
|
|
7345 * gui-x.c (button_item_to_widget_value):
|
|
|
7346 * gui-x.h:
|
|
|
7347 Added code to automatically put an accelerator onto the beginning
|
|
|
7348 of menu items that don't have one as is now the standard, and is
|
|
|
7349 described more later. Also fixed things so that the menu item
|
|
|
7350 name can be an evaluated expression, again a new standard.
|
|
|
7351
|
|
|
7352 * gui.c:
|
|
|
7353 * gui.c (gui_item_add_keyval_pair):
|
|
|
7354 * gui.c (make_gui_item_from_keywords_internal):
|
|
|
7355 * gui.c (gui_add_item_keywords_to_plist):
|
|
|
7356 * gui.c (gui_item_accelerator):
|
|
|
7357 * gui.c (gui_name_accelerator):
|
|
|
7358 * gui.c (gui_item_included_p):
|
|
|
7359 * gui.c (gui_item_display_flush_left):
|
|
|
7360 * gui.c (gui_item_display_flush_right):
|
|
|
7361 * gui.c (parse_gui_item_tree_item):
|
|
|
7362 * gui.c (parse_gui_item_tree_children):
|
|
|
7363 * gui.c (parse_gui_item_tree_list):
|
|
|
7364 Mule-ized. Cleanup. GCPRO addition.
|
|
|
7365
|
|
|
7366 * line-number.c (buffer_line_number):
|
|
|
7367 * lisp.h:
|
|
|
7368 * lisp.h (EMACS_INT_MAX):
|
|
|
7369 Added the manifest constant EMACS_INT_MIN corresponding to the
|
|
|
7370 existing constant EMACS_INT_MAX. This is partially to fix compile
|
|
|
7371 warnings under Windows, and partly for cleanliness.
|
|
|
7372
|
|
|
7373 * menubar-msw.c:
|
|
|
7374 * menubar-msw.c (REPLACE_ME_WITH_GLOBAL_VARIABLE_WHICH_CONTROLS_RIGHT_FLUSH):
|
|
|
7375 * menubar-msw.c (msw_translate_menu_or_dialog_item):
|
|
|
7376 * menubar-msw.c (displayable_menu_item):
|
|
|
7377 * menubar-msw.c (populate_menu_add_item):
|
|
|
7378 * menubar-msw.c (populate_or_checksum_helper):
|
|
|
7379 * menubar-msw.c (populate_menu):
|
|
|
7380 * menubar-msw.c (update_frame_menubar_maybe):
|
|
|
7381 * menubar-msw.c (prune_menubar):
|
|
|
7382 * menubar-msw.c (msw_char_is_accelerator):
|
|
|
7383 * menubar-msw.c (unsafe_handle_wm_initmenu_1):
|
|
|
7384 * menubar-msw.c (mswindows_handle_wm_command):
|
|
|
7385 * menubar-msw.c (mswindows_handle_wm_initmenupopup):
|
|
|
7386 * menubar-msw.c (mswindows_handle_wm_initmenu):
|
|
|
7387 * menubar-msw.c (mswindows_update_frame_menubars):
|
|
|
7388 * menubar-msw.c (mswindows_free_frame_menubars):
|
|
|
7389 * menubar-msw.c (mswindows_popup_menu):
|
|
|
7390 Fixed a bug in handling accelerators where an extra character
|
|
|
7391 would be displayed in the menu item. Also generalized the
|
|
|
7392 function displayable_menu_item because it is now used by the
|
|
|
7393 dialog box code as well. And finally, added code in the functions
|
|
|
7394 that create the menubar to extract a list of accelerators for the
|
|
|
7395 top level menubar, which is used in the event code to determine
|
|
|
7396 whether a particular alt-key combination should be used to invoke
|
|
|
7397 a menu item, or should be passed through to access the standard
|
|
|
7398 XEmacs keymap binding for this key combination.
|
|
|
7399
|
|
|
7400 Much needed GCPROing.
|
|
|
7401
|
|
|
7402 * menubar-x.c:
|
|
|
7403 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
|
7404 * menubar-x.c (menu_item_descriptor_to_widget_value):
|
|
|
7405 * menubar-x.c (restore_in_menu_callback):
|
|
|
7406 * menubar-x.c (x_popup_menu):
|
|
|
7407 * menubar-x.c (menu_move_up):
|
|
|
7408 * menubar-x.c (menu_move_down):
|
|
|
7409 * menubar-x.c (menu_move_left):
|
|
|
7410 * menubar-x.c (menu_move_right):
|
|
|
7411 * menubar-x.c (menu_select_item):
|
|
|
7412 * menubar-x.c (command_builder_operate_menu_accelerator):
|
|
|
7413 * menubar-x.c (menu_accelerator_junk_on_error):
|
|
|
7414 * menubar-x.c (command_builder_find_menu_accelerator):
|
|
|
7415 * menubar-x.c (Faccelerate_menu):
|
|
|
7416 * menubar.h:
|
|
|
7417 Moved a whole bunch of code here that was previously in
|
|
|
7418 event-stream.c as described above. There is also code connected
|
|
|
7419 to the new standard of adding an accelerator to the beginning of
|
|
|
7420 menu items that don't have one as described above and below.
|
|
|
7421
|
|
|
7422 * menubar.c:
|
|
|
7423 * menubar.c (menu_parse_submenu_keywords):
|
|
|
7424 * menubar.c (Fmenu_find_real_submenu):
|
|
|
7425 * menubar.c (Fnormalize_menu_item_name):
|
|
|
7426 * menubar.c (syms_of_menubar):
|
|
|
7427 * menubar.c (vars_of_menubar):
|
|
|
7428 * menubar.c (complex_vars_of_menubar):
|
|
|
7429
|
|
|
7430 a) Cleaned up a bunch of documentation and improved it.
|
|
|
7431
|
|
|
7432 b) XEmacs now automatically adds an accelerator onto the beginning
|
|
|
7433 of any menu items that don't have one. I did this because there
|
|
|
7434 will inevitably be some menu items on the main menubar that don't
|
|
|
7435 have accelerators on them because the package that adds that
|
|
|
7436 particular menu item hasn't yet been fixed up to have accelerators
|
|
|
7437 in them and it looked rather strange to have some items with and
|
|
|
7438 some items without accelerators, especially since even in items
|
|
|
7439 without accelerators, you can, at least under windows, still
|
|
|
7440 access the item through an accelerator corresponding to the first
|
|
|
7441 character in the item's name. If people don't like this behavior,
|
|
|
7442 I can add a variable to turn it off optionally, but I'm not sure
|
|
|
7443 this is a good idea because we really do need to have accelerators
|
|
|
7444 on all of the menu items, and if a package doesn't like the
|
|
|
7445 accelerators being put on the first character, then it should put
|
|
|
7446 the accelerators where they belong.
|
|
|
7447
|
|
|
7448 c) I made a behavior change, which is that the descriptor that
|
|
|
7449 specifies the text of the menu item, which formerly was just a
|
|
|
7450 string, can now also be an evaluated expression. This makes this
|
|
|
7451 descriptor parallel with all of the others, which could also be
|
|
|
7452 evaluated expressions. This also obviates the need for the
|
|
|
7453 keyword :label, which was previously listed in the documentation
|
|
|
7454 as unimplemented, and which was for the same purpose.
|
|
|
7455
|
|
|
7456 d) GCPROing.
|
|
|
7457
|
|
|
7458 * ntproc.c:
|
|
|
7459 * ntproc.c (new_child):
|
|
|
7460 * ntproc.c (sys_spawnve):
|
|
|
7461 * ntproc.c (find_child_console):
|
|
|
7462 * ntproc.c (sys_kill):
|
|
|
7463 Fixed compile warnings. By the way, this file should really go
|
|
|
7464 away entirely, and this will happen as soon as Kirill makes his
|
|
|
7465 final round of process cleanups, which affect the function
|
|
|
7466 call-process.
|
|
|
7467
|
|
|
7468 * process-nt.c:
|
|
|
7469 * process-nt.c (struct nt_process_data):
|
|
|
7470 * process-nt.c (find_process_from_pid):
|
|
|
7471 * process-nt.c (send_signal_the_nt_way):
|
|
|
7472 * process-nt.c (enable_child_signals):
|
|
|
7473 * process-nt.c (find_child_console):
|
|
|
7474 * process-nt.c (send_signal_the_95_way):
|
|
|
7475 * process-nt.c (nt_finalize_process_data):
|
|
|
7476 * process-nt.c (ensure_console_window_exists):
|
|
|
7477 * process-nt.c (nt_create_process):
|
|
|
7478 * process-nt.c (nt_kill_child_process):
|
|
|
7479 * process-nt.c (nt_kill_process_by_pid):
|
|
|
7480 * process-nt.c (nt_open_network_stream):
|
|
|
7481 * process-nt.c (vars_of_process_nt):
|
|
|
7482 Copied over code from Emacs 20.5 to correctly send signals to sub-
|
|
|
7483 processes under Windows 95. Also added code to automatically
|
|
|
7484 create and hide console window when a sub-process is created under
|
|
|
7485 Windows 95, which obviates the need for the separate runemacs.exe
|
|
|
7486 executable, and finally implemented some variables that were
|
|
|
7487 implemented in Emacs 20.5, but previously not in XEmacs. These
|
|
|
7488 include mswindows- start-process-share-console and
|
|
|
7489 mswindows-start-process-inherit-error-mode. (Both of these only
|
|
|
7490 apply to Windows 95.)
|
|
|
7491
|
|
|
7492 * regex.c (regex_compile): Fixed a compile warning.
|
|
|
7493
|
|
|
7494 * select-msw.c:
|
|
|
7495 * select-msw.c (mswindows_own_selection):
|
|
|
7496 * select-msw.c (mswindows_get_foreign_selection):
|
|
|
7497 * select-msw.c (mswindows_disown_selection):
|
|
|
7498 * select-msw.c (console_type_create_select_mswindows):
|
|
|
7499 * select-msw.c (syms_of_select_mswindows):
|
|
|
7500 Cleaned up the file and implemented the device method
|
|
|
7501 selection_exists_p, which had accidentally been left out. Also
|
|
|
7502 removed four lisp functions that were remnants from before the
|
|
|
7503 time when the selection code was properly device abstracted.
|
|
|
7504 These functions are no longer needed because there are generic
|
|
|
7505 equivalents, and because they were added recently and don't exist
|
|
|
7506 in FSF Emacs, I don't think there's any problem with just deleting
|
|
|
7507 them.
|
|
|
7508
|
|
|
7509 * sysdep.c:
|
|
|
7510 * sysdep.c (sys_subshell):
|
|
|
7511 Fixed a compile warning, although in this case there's probably
|
|
|
7512 something wrong with this code, and it ought to be looked into
|
|
|
7513 more thoroughly by somebody who understands it.
|
|
|
7514
|
|
|
7515 * window.c:
|
|
|
7516 * window.c (Fwindow_text_area_height):
|
|
|
7517 * window.c (Fwindow_width):
|
|
|
7518 * window.c (Fwindow_full_width):
|
|
|
7519 * window.c (Fwindow_pixel_width):
|
|
|
7520 * window.c (debug_print_window):
|
|
|
7521 * window.c (syms_of_window):
|
|
|
7522 Added functions window-text-area-height and window-full-width,
|
|
|
7523 which are functions for returning various width and height
|
|
|
7524 characteristics of a window. (One of these functions is necessary
|
|
|
7525 for making the file dialog box work correctly, and the other one
|
|
|
7526 was added for completeness.) Also added a table to the
|
|
|
7527 documentation for window-height which describes the entire scheme
|
|
|
7528 for accessing width and height characteristics of a window.
|
|
|
7529
|
|
|
7530 2000-03-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
7531
|
|
|
7532 * nt.c (fstat): Added a comment for another problem with
|
|
|
7533 non-encapsulated [f]stat(), reported by Adrian Aichner
|
|
|
7534 <aichner@ecf.teradyne.com>.
|
|
|
7535
|
|
|
7536 2000-03-11 Andy Piper <andy@xemacs.org>
|
|
|
7537
|
|
|
7538 * window.c (make_dummy_parent): initialize subwindow instance
|
|
|
7539 cache.
|
|
|
7540 (Fset_window_configuration): zero extent_modiff.
|
|
|
7541
|
|
|
7542 2000-03-10 Andy Piper <andy@xemacs.org>
|
|
|
7543
|
|
|
7544 * redisplay.c (Fredraw_frame): reset the changed_set flags so that
|
|
|
7545 more changes can be triggered.
|
|
|
7546 (Fredisplay_frame): ditto.
|
|
|
7547 (Fredraw_device): ditto.
|
|
|
7548 (Fredisplay_device): ditto.
|
|
|
7549 (redisplay_frame): make non-static.
|
|
|
7550 (redisplay_frame): call update_frame_gutter_geometry outside of
|
|
|
7551 display proper.
|
|
|
7552
|
|
|
7553 * gutter.h: declare update_frame_gutter_geometry.
|
|
|
7554
|
|
|
7555 * redisplay.h: declare redisplay_frame.
|
|
|
7556
|
|
|
7557 * gutter.c (update_frame_gutter_geometry): move geometry changes
|
|
|
7558 in update_frame_gutters here. Geometry changes can only occur
|
|
|
7559 outside of redisplay.
|
|
|
7560 (update_frame_gutters): remove geometry change code.
|
|
|
7561 (Fredisplay_gutter_area): make sure that we are in display when we
|
|
|
7562 update and that we have flushed any size changes.
|
|
|
7563
|
|
|
7564 2000-03-11 Andy Piper <andy@xemacs.org>
|
|
|
7565
|
|
|
7566 * alloc.c (pdump_dump_data): remove i & count shadows.
|
|
|
7567
|
|
|
7568 2000-02-27 Mike Alexander <mta@arbortext.com>
|
|
|
7569
|
|
|
7570 * sysdep.h: Declare pdump_read_file
|
|
|
7571
|
|
|
7572 * sysdep.c (pdump_read_file): New function
|
|
|
7573
|
|
|
7574 * alloc.c (pdump_load): Call pdump_read_file to get the portable
|
|
|
7575 dump data
|
|
|
7576
|
|
|
7577 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
|
|
|
7578
|
|
|
7579 * lrecord.h: add `lrecord_type_pgsetenv'.
|
|
|
7580
|
|
|
7581 2000-03-08 SL Baur <steve@musashimaru.m17n.org>
|
|
|
7582
|
|
|
7583 * symsinit.h: declare (vars|syms)_of* functions.
|
|
|
7584 * lrecord.h: add `lrecord_type_pgconn' and 'lrecord_type_pgresult'.
|
|
|
7585
|
|
|
7586 2000-03-06 SL Baur <steve@musashimaru.m17n.org>
|
|
|
7587
|
|
|
7588 * config.h.in: Add symbols HAVE_POSTGRESQL and HAVE_POSTGRESQLV7
|
|
|
7589
|
|
|
7590 * inline.c: Include postgresql.h lrecord stuffs to placate buggy
|
|
|
7591 GCCs.
|
|
|
7592
|
|
|
7593 * emacs.c (main_1): Call postgres initialization code.
|
|
|
7594
|
|
|
7595 * postgresql.h: New file. PostgreSQL RDBMS support.
|
|
|
7596 * postgresql.c: New file.
|
|
|
7597
|
|
|
7598 2000-03-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
7599
|
|
|
7600 * redisplay-output.c (redisplay_output_display_block): Disable
|
|
|
7601 redundant code.
|
|
|
7602
|
|
|
7603 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
7604
|
|
|
7605 * mule-canna.c (Fcanna_henkan_region): Translate doc-string.
|
|
|
7606 (Fcanna_henkan_next): Ditto.
|
|
|
7607 (Fcanna_bunsetu_henkou): Ditto.
|
|
|
7608 (Fcanna_henkan_kakutei): Ditto.
|
|
|
7609 (Fcanna_henkan_end): Ditto.
|
|
|
7610 (Fcanna_henkan_quit): Ditto.
|
|
|
7611 (Fcanna_henkan_next): Set retun value correctly.
|
|
|
7612 (c2mu): Use unsigned char instead of signed char.
|
|
|
7613
|
|
|
7614 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
7615
|
|
|
7616 * emacs.c (main_1): Always call syms_of_gui.
|
|
|
7617 * inline.c: include gui.h
|
|
|
7618
|
|
|
7619 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
7620
|
|
|
7621 * redisplay.c (Vvisible_bell): Renamed from visible_bell and
|
|
|
7622 converted to Lisp_Object.
|
|
|
7623 (Qtop_bottom): New variable.
|
|
|
7624 (syms_of_redisplay): Initialize it.
|
|
|
7625 * redisplay.h (Vvisible_bell): Ditto.
|
|
|
7626 * sound.c (ding): Ditto and check if Vvisible_bell is nil.
|
|
|
7627 * redisplay-x.c (x_flash): When Vvisible_bell is top-bottom,
|
|
|
7628 only flash top and bottom.
|
|
|
7629
|
|
|
7630 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
|
7631
|
|
|
7632 * buffer.c (Frename_buffer): record new buffer name the right way.
|
|
|
7633
|
|
|
7634 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
|
7635
|
|
|
7636 * glyphs.c (update_subwindow): increase hash depth so that widget
|
|
|
7637 items get picked up properly.
|
|
|
7638
|
|
|
7639 * redisplay-output.c (compare_runes): increase hash depth so that
|
|
|
7640 widget items get picked up properly.
|
|
|
7641
|
|
|
7642 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
|
7643
|
|
|
7644 * gutter.c (output_gutter): add some debug.
|
|
|
7645
|
|
|
7646 * glyphs.h (struct Lisp_Image_Instance): add display_hash.
|
|
|
7647 (IMAGE_INSTANCE_DISPLAY_HASH): new macro.
|
|
|
7648 (XIMAGE_INSTANCE_DISPLAY_HASH): ditto.
|
|
|
7649
|
|
|
7650 * redisplay-output.c (compare_runes): use display_hash to
|
|
|
7651 determine if glyphs really are not the same.
|
|
|
7652
|
|
|
7653 * glyphs.c (update_subwindow): check display_hash to see if
|
|
|
7654 anything really needs to be updated. If not then do
|
|
|
7655 nothing. Record the display_hash after updating.
|
|
|
7656 (image_instance_equal): compare the image_instance face also.
|
|
|
7657
|
|
|
7658 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
7659
|
|
|
7660 * redisplay.h: Fix comment style.
|
|
|
7661
|
|
|
7662 2000-03-08 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7663
|
|
|
7664 * consle-msw.h (struct mswindows_frame):
|
|
|
7665 Added new member paint_pending to indicate whether a WM_PAINT
|
|
|
7666 magic event has been queued for this frame.
|
|
|
7667
|
|
|
7668 * event-msw.c (mswindows_drain_windows_queue):
|
|
|
7669 Don't queue a WM_PAINT magic event if one is already queued.
|
|
|
7670 (emacs_mswindows_handle_magic_event): clear paint_pending flag.
|
|
|
7671
|
|
|
7672 * frame-msw.c (mswindows_init_frame_1): initialise paint_pending flag.
|
|
|
7673
|
|
|
7674 2000-03-07 Didier Verna <didier@xemacs.org>
|
|
|
7675
|
|
|
7676 * dired.c: #include `regex.h' after `sysfile.h'.
|
|
|
7677
|
|
|
7678 2000-03-06 Martin Buchholz <martin@xemacs.org>
|
|
|
7679
|
|
|
7680 * sound.c (init_nas_sound): Fix compiler warning.
|
|
|
7681
|
|
|
7682 * alloc.c (ALIASING_VOIDPP_DEREFERENCE): New.
|
|
|
7683 (FREE_STRUCT_P):
|
|
|
7684 (MARK_STRUCT_AS_FREE):
|
|
|
7685 (MARK_STRUCT_AS_NOT_FREE):
|
|
|
7686 Make `gcc -fstrict-aliasing' work properly.
|
|
|
7687
|
|
|
7688 2000-03-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7689
|
|
|
7690 * device-msw.c (mswindows_finish_init_device): Call CoInitialize().
|
|
|
7691 (mswindows_delete_device): Call CoUnnitialize().
|
|
|
7692
|
|
|
7693 * event-msw.c (mswindows_wnd_proc): WM_DROPFILES: Decode Shortcuts.
|
|
|
7694
|
|
|
7695 2000-02-25 <CraigL@DyCon.com>
|
|
|
7696
|
|
|
7697 * process-nt.c: MinGW now has <shellapi.h>, but still needs
|
|
|
7698 <errno.h>.
|
|
|
7699
|
|
|
7700 * sysdep.c: This extern declaration for environ prevents MinGW
|
|
|
7701 from finding the variable in CRTDLL.DLL.
|
|
|
7702
|
|
|
7703 * s\mingw32.h (PBS_SMOOTH): Removed, now defined in cygwin's
|
|
|
7704 windows headers.
|
|
|
7705 (SHGFI_EXETYPE): ..
|
|
|
7706 (WM_MOUSEWHEEL): ..
|
|
|
7707 (_WIN32_IE): Added, needed to get the TCS_BOTTOM and TCS_VERTICAL
|
|
|
7708 definitions.
|
|
|
7709 (MMRESULT): Removed, now defined in cygwin's windows headers.
|
|
|
7710 (TIMECAPS): ..
|
|
|
7711 (uid_t,gid_t,pid_t,ssize_t): ..
|
|
|
7712 (_timeb): Removed, MinGW defines both _timeb and timeb.
|
|
|
7713 (HAVE_H_ERRNO): Added.
|
|
|
7714 (HAVE_TZNAME): Added, configure is not detecting this.
|
|
|
7715
|
|
|
7716 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
7717
|
|
|
7718 * chartab.h (XCHAR_TABLE_VALUE_UNSAFE): New macro.
|
|
|
7719 * syntax.c (syntax_match): Use it.
|
|
|
7720
|
|
|
7721 * cmds.c: Import auto-fill-chars from FSF Emacs.
|
|
|
7722 (Vauto_fill_chars): New variables.
|
|
|
7723 (internal_self_insert): Check Vauto_fill_chars.
|
|
|
7724 (vars_of_cmds):
|
|
|
7725 Declare auto-fill-chars as a Lisp variable and initialize it.
|
|
|
7726
|
|
|
7727 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7728
|
|
|
7729 * fileio.c (Fmake_symbolic_link):
|
|
|
7730 (Ffile_symlink_p):
|
|
|
7731 Run handlers even if local machine doesn't have symlinks.
|
|
|
7732
|
|
|
7733 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7734
|
|
|
7735 * event-msw.c (mswindows_drain_windows_queue):
|
|
|
7736 Don't generate paint magic events for non-XEmacs frames.
|
|
|
7737
|
|
|
7738 2000-03-05 Andy Piper <andy@xemacs.org>
|
|
|
7739
|
|
|
7740 * redisplay.c (redisplay_frame): generate_displayable_area and
|
|
|
7741 friends assumes that we are not in GC, we therefore have to make
|
|
|
7742 sure that this doesn't happen.
|
|
|
7743
|
|
|
7744 * gutter.c (calculate_gutter_size): generate_displayable_area
|
|
|
7745 assumes that we are not in GC, we therefore have to make sure that
|
|
|
7746 this doesn't happen.
|
|
|
7747
|
|
|
7748 2000-03-05 Martin Buchholz <martin@xemacs.org>
|
|
|
7749
|
|
|
7750 * opaque.c (DEFINE_LRECORD_IMPLEMENTATION): opaque_ptr ==> opaque-ptr
|
|
|
7751
|
|
|
7752 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7753
|
|
|
7754 * redisplay.c (regenerate_window): Make sure we set a sane value
|
|
|
7755 for end_pos even if we jump out of the loop.
|
|
|
7756 (regenerate_window): Answer Ben's question :-).
|
|
|
7757 (start_end_of_last_line): Add may_error argument.
|
|
|
7758 (start_of_last_line):
|
|
|
7759 (end_of_last_line): Pass may_error = 0.
|
|
|
7760 (end_of_last_line_may_error): New function.
|
|
|
7761 (pixel_to_glyph_translation): Use it, so we don't crash in
|
|
|
7762 event_to_glyph.
|
|
|
7763
|
|
|
7764 2000-03-04 Andy Piper <andy@xemacs.org>
|
|
|
7765
|
|
|
7766 * window.h (struct window): add gutter_extent_modiff.
|
|
|
7767
|
|
|
7768 * window.c (allocate_window): zero out gutter_extent_modiff.
|
|
|
7769
|
|
|
7770 * redisplay.h: declare sync_display_line_structs.
|
|
|
7771
|
|
|
7772 * redisplay.c (add_glyph_rune): add a better comment.
|
|
|
7773
|
|
|
7774 * redisplay-output.c (sync_display_line_structs): made non-static.
|
|
|
7775 (compare_runes): remove unneccesary glyph cachel access.
|
|
|
7776
|
|
|
7777 * gutter.h: declare gutter_extent_signal_changed_region_maybe.
|
|
|
7778
|
|
|
7779 * gutter.c (output_gutter): don't output the gutter if extent
|
|
|
7780 changes only involve extents in buffers. use 4 sets of display
|
|
|
7781 lines.
|
|
|
7782 (gutter_extent_signal_changed_region_maybe): new function. Mark
|
|
|
7783 extents in gutters as changed.
|
|
|
7784 (update_frame_gutters): use 4 sets of display lines.
|
|
|
7785 (reset_gutter_display_lines): ditto.
|
|
|
7786 (free_frame_gutters): ditto.
|
|
|
7787 (redraw_exposed_gutter): force output of gutters.
|
|
|
7788
|
|
|
7789 * frame.h (struct frame): add 4 sets of gutter display lines.
|
|
|
7790
|
|
|
7791 * extents.c: (extent_changed_for_redisplay): signal changes to
|
|
|
7792 extents in strings in the gutter as well as extents in buffers.
|
|
|
7793
|
|
|
7794 2000-03-02 Andy Piper <andy@xemacs.org>
|
|
|
7795
|
|
|
7796 * gutter.c (specifier_vars_of_gutter): cosmetic changes.
|
|
|
7797
|
|
|
7798 * frame.c (Fmake_frame): make sure the gutters get initialized
|
|
|
7799 after the frame is visible.
|
|
|
7800 (set_frame_selected_window): re-arrange compilation macros a
|
|
|
7801 little.
|
|
|
7802 (change_frame_size_1): mark gutters changed.
|
|
|
7803
|
|
|
7804 * device.c (Fset_device_class): mark gutters changed.
|
|
|
7805
|
|
|
7806 2000-03-01 Andy Piper <andy@xemacs.org>
|
|
|
7807
|
|
|
7808 * window.c (window_top_frame_gutter_height): deleted.
|
|
|
7809 (window_bottom_frame_gutter_height): ditto.
|
|
|
7810 (window_left_frame_gutter_height): ditto.
|
|
|
7811 (window_right_frame_gutter_height): ditto.
|
|
|
7812 (window_top_gutter_height): don't use them.
|
|
|
7813 (window_bottom_gutter_height): ditto.
|
|
|
7814 (window_left_gutter_width): ditto.
|
|
|
7815 (window_right_gutter_width): ditto.
|
|
|
7816 (Fsplit_window): ditto.
|
|
|
7817 (Fwindow_pixel_edges): don't use border dimensions here.
|
|
|
7818
|
|
|
7819 * scrollbar.c (update_scrollbar_instance): don't take gutters into account.
|
|
|
7820 (update_scrollbar_instance): ditto.
|
|
|
7821
|
|
|
7822 * redisplay.c (generate_modeline): don't take gutters into account.
|
|
|
7823 (generate_modeline): ditto.
|
|
|
7824 (redisplay_frame): small gutter display optimization.
|
|
|
7825
|
|
|
7826 * redisplay-x.c (x_output_vertical_divider): don't take gutters into account.
|
|
|
7827
|
|
|
7828 * redisplay-msw.c (mswindows_output_vertical_divider): don't take
|
|
|
7829 gutters into account.
|
|
|
7830
|
|
|
7831 * gutter.h (WINDOW_REAL_*_GUTTER_BOUNDS): remove bogus checks
|
|
|
7832 for window position and type.
|
|
|
7833
|
|
|
7834 * gutter.c (get_gutter_coords): fix for frame gutters.
|
|
|
7835 (update_frame_gutters): update frame geometry if the gutters have
|
|
|
7836 changed.
|
|
|
7837 (init_frame_gutters): record current gutter geometries.
|
|
|
7838
|
|
|
7839 * glyphs-msw.c (mswindows_subwindow_instantiate): remove unused
|
|
|
7840 var.
|
|
|
7841 (mswindows_widget_instantiate): ditto.
|
|
|
7842
|
|
|
7843 * frame.h (struct frame): add current_gutter_bounds.
|
|
|
7844
|
|
|
7845 * frame.c (change_frame_size_1): position window and minibuffer
|
|
|
7846 appropriately taking into account the frame gutters.
|
|
|
7847
|
|
|
7848 * frame-x.c: (x_initialize_frame_size): take into account the
|
|
|
7849 frame gutters.
|
|
|
7850
|
|
|
7851 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
7852
|
|
|
7853 * emacs.c (data-directory): Xref `locate-data-file' in docstring.
|
|
|
7854
|
|
|
7855 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
7856
|
|
|
7857 * alloc.c (dumpopaquevec): Increase dimension for --with-canna.
|
|
|
7858
|
|
|
7859 1999-12-30 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
7860
|
|
|
7861 * file-coding.c (reset_decoding_stream): Clear previous
|
|
|
7862 detection state when autodetect.
|
|
|
7863
|
|
|
7864 2000-02-29 Didier Verna <didier@xemacs.org>
|
|
|
7865
|
|
|
7866 * extents.c (set_extent_glyph_1): don't require extents to be
|
|
|
7867 attached.
|
|
|
7868
|
|
|
7869 2000-02-27 Andy Piper <andy@xemacs.org>
|
|
|
7870
|
|
|
7871 * gutter.c (Fset_default_gutter_position): don't default left and
|
|
|
7872 right gutter visibility to t.
|
|
|
7873 (Fset_default_gutter_position): run
|
|
|
7874 default-gutter-position-changed-hook.
|
|
|
7875 (syms_of_gutter): add default-gutter-position-changed-hook.
|
|
|
7876
|
|
|
7877 2000-02-26 Andy Piper <andy@xemacs.org>
|
|
|
7878
|
|
|
7879 * specifier.c (Fmake_specifier): add gutter references.
|
|
|
7880
|
|
|
7881 * gutter.h (RAW_WINDOW_GUTTER): new macro.
|
|
|
7882
|
|
|
7883 * lisp.h: declare Fvalid_plist_p.
|
|
|
7884
|
|
|
7885 * gutter.c (gutter_geometry_changed_in_window): mark the modeline
|
|
|
7886 as changed.
|
|
|
7887 (default_gutter_visible_p_changed_in_window): invalidate gutter as
|
|
|
7888 well as its visibility so that it gets reconstructed.
|
|
|
7889 (construct_window_gutter_spec): new function. Construct a string
|
|
|
7890 to be displayed in the gutter from a plist of strings. Take care
|
|
|
7891 to only use elements that are declared as visible.
|
|
|
7892 (calculate_gutter_size): use RAW_WINDOW_GUTTER instead of
|
|
|
7893 WINDOW_GUTTER.
|
|
|
7894 (gutter_validate): allow plists of strings in the specifier.
|
|
|
7895 (gutter_specs_changed): construct the real_gutter from the gutter
|
|
|
7896 specs using construct_window_gutter_spec.
|
|
|
7897 (gutter_visible_validate): gutter-visible is a new specifier type.
|
|
|
7898 (Fgutter_visible_specifier_p): new function for the new specifier.
|
|
|
7899 (syms_of_gutter): declare gutter-visible and
|
|
|
7900 Fgutter_visible_specifier_p.
|
|
|
7901 (specifier_type_create_gutter): intitalize new gutter-visible
|
|
|
7902 specifier.
|
|
|
7903 (reinit_specifier_type_create_gutter): ditto.
|
|
|
7904 (specifier_vars_of_gutter): use new specifier type for gutter
|
|
|
7905 visibility.
|
|
|
7906 (init_frame_gutters): construct real_gutter correctly.
|
|
|
7907 (Fgutter_specifier_p): beef up documentation.
|
|
|
7908 (Fgutter_size_specifier_p): ditto.
|
|
|
7909
|
|
|
7910 * winslots.h: add real_gutter slots.
|
|
|
7911
|
|
|
7912 2000-02-25 Andy Piper <andy@xemacs.org>
|
|
|
7913
|
|
|
7914 * device-msw.c: Be kind to older cygwin versions. From Raymond
|
|
|
7915 Toy <toy@rtp.ericsson.se>.
|
|
|
7916
|
|
|
7917 * gui-msw.c (Fmswindows_shell_execute): Remove things unknown to
|
|
|
7918 earlier cygwins. From Raymond Toy <toy@rtp.ericsson.se>.
|
|
|
7919
|
|
|
7920 2000-02-25 Martin Buchholz <martin@xemacs.org>
|
|
|
7921
|
|
|
7922 * elhash.c (MARK_OBJ): Practice macro hygiene.
|
|
|
7923
|
|
|
7924 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
|
7925
|
|
|
7926 * miscplay.c: s/__inline__/inline/g;
|
|
|
7927 * glyphs-msw.c (set_mono_pixel): INLINE ==> static inline
|
|
|
7928 (get_device_compdc): INLINE ==> static inline
|
|
|
7929 * *.[ch]: Change INLINE to INLINE_HEADER globally.
|
|
|
7930 find -name '*.h' | \
|
|
|
7931 xargs global-replace \
|
|
|
7932 's/(^|(?<=[^A-Za-z0-9_]))INLINE((?=[^A-Za-z0-9_])|$)/INLINE_HEADER/g'
|
|
|
7933
|
|
|
7934 2000-02-25 Andy Piper <andy@xemacs.org>
|
|
|
7935
|
|
|
7936 * window.c (window_top_frame_gutter_height): new function.
|
|
|
7937 (window_top_window_gutter_height): ditto.
|
|
|
7938 (window_top_gutter_height): use them.
|
|
|
7939 (window_bottom_frame_gutter_height): new function.
|
|
|
7940 (window_bottom_window_gutter_height): ditto.
|
|
|
7941 (window_bottom_gutter_height): use them.
|
|
|
7942 (window_left_window_gutter_width): new function.
|
|
|
7943 (window_left_frame_gutter_width): ditto.
|
|
|
7944 (window_left_gutter_width): use them.
|
|
|
7945 (window_right_window_gutter_width): new function.
|
|
|
7946 (window_right_frame_gutter_width): ditto.
|
|
|
7947 (window_right_gutter_width): use them.
|
|
|
7948 (window_pixel_height): new function. calulate window pixel height
|
|
|
7949 with frame gutter involvement.
|
|
|
7950 (Fsplit_window): calculate new sizes taking frame gutters into
|
|
|
7951 account.
|
|
|
7952 (window_char_height_to_pixel_height): don't include frame gutters.
|
|
|
7953 (window_char_height): use window_pixel_height.
|
|
|
7954 (window_pixheight): rename from window_pixel_height.
|
|
|
7955 (change_window_height): use it.
|
|
|
7956 (window_pixel_height_to_char_height): don't include frame gutters.
|
|
|
7957 (window_char_width_to_pixel_width): ditto.
|
|
|
7958
|
|
|
7959 2000-02-25 Andy Piper <andy@xemacs.org>
|
|
|
7960
|
|
|
7961 * glyphs.h (IMAGE_INSTANCE_FACE): glyph might be nil, don't crash
|
|
|
7962 if it is.
|
|
|
7963
|
|
|
7964 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
|
7965
|
|
|
7966 * alloc.c (staticpro):
|
|
|
7967 (staticpro_nodump):
|
|
|
7968 (dumpstruct):
|
|
|
7969 (dumpopaque):
|
|
|
7970 (pdump_wire):
|
|
|
7971 (pdump_wire_list):
|
|
|
7972 (compact_string_chars):
|
|
|
7973 (pdump_dump_wired):
|
|
|
7974 Convert: if (foo) abort(); ==> assert (! foo);
|
|
|
7975
|
|
|
7976 * eldap.c (Fldap_search_basic):
|
|
|
7977 (Fldap_add):
|
|
|
7978 (Fldap_modify):
|
|
|
7979 (Fldap_delete):
|
|
|
7980 Fix compiler warnings, and possible crashes if (random) return
|
|
|
7981 value were to be used.
|
|
|
7982
|
|
|
7983 2000-02-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
7984
|
|
|
7985 * device-msw.c: Workaround ResetDC failure.
|
|
|
7986
|
|
|
7987 * frame-msw.c (msprinter_init_frame_3): Added an assertion before
|
|
|
7988 applying a devmode.
|
|
|
7989
|
|
|
7990 * redisplay-msw.c (get_frame_dc): Added start_page_p.
|
|
|
7991 (mswindows_text_width): Do not start printer page.
|
|
|
7992
|
|
|
7993 * console-msw.h (CHECK_MSGDI_DEVICE): Added this and friends.
|
|
|
7994
|
|
|
7995 * glyphs-msw.c: Added image methods to msprinter console and
|
|
|
7996 msprinter-specific image instantiation.
|
|
|
7997
|
|
|
7998 2000-02-20 Mike Alexander <mta@arbortext.com>
|
|
|
7999
|
|
|
8000 * select-msw.c (Fmswindows_set_clipboard): GC protect more things
|
|
|
8001 to avoid crashes when selection-sets-clipboard is on
|
|
|
8002 (mswindows_own_selection): ditto
|
|
|
8003
|
|
|
8004 2000-02-19 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8005
|
|
|
8006 * glyphs-msw.c:
|
|
|
8007 * redisplay-msw.c (get_frame_dc):
|
|
|
8008 (get_frame_compdc):
|
|
|
8009 * console-msw.h:
|
|
|
8010 * device-msw.c (mswindows_init_device):
|
|
|
8011 (mswindows_delete_device):
|
|
|
8012 (msprinter_init_device):
|
|
|
8013 (msprinter_delete_device):
|
|
|
8014 * frame-msw.c (mswindows_init_frame_1):
|
|
|
8015 (mswindows_delete_frame):
|
|
|
8016 (msprinter_init_frame_3):
|
|
|
8017 (msprinter_delete_frame): Move compatible DC to device object from
|
|
|
8018 frame object, for both mswindows and msprinter. Only one at a time
|
|
|
8019 is needed, it is a real waste to have one per frame!
|
|
|
8020
|
|
|
8021 2000-02-23 Andy Piper <andy@xemacs.org>
|
|
|
8022
|
|
|
8023 * glyphs.c: add dynamic width and height elements.
|
|
|
8024 (image_instance_equal): ditto.
|
|
|
8025
|
|
|
8026 * glyphs-widget.c (widget_query_geometry): calculate width and
|
|
|
8027 height dynamically if required.
|
|
|
8028 (initialize_widget_image_instance): initialize dynamic dimensions.
|
|
|
8029 (widget_instantiate): pick-up dynamic dimensions.
|
|
|
8030
|
|
|
8031 * glyphs.h (struct Lisp_Image_Instance): add width and height for
|
|
|
8032 dynamic determination. Add appropriate macros.
|
|
|
8033
|
|
|
8034 * gutter.h (WINDOW_GUTTER_BORDER_WIDTH): make non-integer
|
|
|
8035 dimensions safe.
|
|
|
8036 (WINDOW_GUTTER_SIZE): ditto.
|
|
|
8037 (WINDOW_GUTTER_SIZE_INTERNAL): ditto.
|
|
|
8038
|
|
|
8039 * redisplay-msw.c (get_frame_compdc): gcc can't cope with this
|
|
|
8040 inline.
|
|
|
8041 (get_frame_dc): ditto.
|
|
|
8042
|
|
|
8043 * redisplay.h (GLOBAL_RESET_CHANGED_FLAGS): don't reset faces
|
|
|
8044 here.
|
|
|
8045
|
|
|
8046 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
|
8047
|
|
|
8048 * XEmacs 21.2.31 is released.
|
|
|
8049
|
|
|
8050 2000-02-22 Ben Wing <ben@xemacs.org>
|
|
|
8051
|
|
|
8052 * ntheap.c (allocate_heap): Make sure `ptr' is initialized.
|
|
|
8053
|
|
|
8054 2000-02-22 Andy Piper <andy@xemacs.org>
|
|
|
8055
|
|
|
8056 * glyphs-x.c (x_widget_instantiate): don't explicitly resize here.
|
|
|
8057
|
|
|
8058 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
|
8059
|
|
|
8060 * .dbxrc:
|
|
|
8061 * .gdbinit:
|
|
|
8062 * Makefile.in.in: Remove obsolete EMACSBOOTSTRAP... environment
|
|
|
8063 variables.
|
|
|
8064
|
|
|
8065 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
|
8066
|
|
|
8067 * s/aix4.h: Declare getaddrinfo broken for AIX 4, which it is.
|
|
|
8068
|
|
|
8069 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
|
8070
|
|
|
8071 * XEmacs 21.2.30 is released.
|
|
|
8072
|
|
|
8073 2000-02-20 Martin Buchholz <martin@xemacs.org>
|
|
|
8074
|
|
|
8075 Performance hacking.
|
|
|
8076 * *.c (syms_of_*):
|
|
|
8077 Add INIT_LRECORD_IMPLEMENTATION macros, paired with
|
|
|
8078 DEFINE_LRECORD_IMPLEMENTATION macros in the same file.
|
|
|
8079 * emacs.c (main_1):
|
|
|
8080 * lisp.h (DEFUN):
|
|
|
8081 * console.c (DEFVAR_CONSOLE_LOCAL_1):
|
|
|
8082 * buffer.c (DEFVAR_BUFFER_LOCAL_1):
|
|
|
8083 * symeval.h (DEFVAR_SYMVAL_FWD):
|
|
|
8084 * symbols.c (guts_of_unbound_marker):
|
|
|
8085 Make all c_readonly objects also lisp_readonly and marked for life.
|
|
|
8086 * lrecord.h (struct lrecord_implementation):
|
|
|
8087 Document flags better.
|
|
|
8088 * lrecord.h (DEFINE_LRECORD_SEQUENCE_IMPLEMENTATION_WITH_PROPS):
|
|
|
8089 * lrecord.h (DECLARE_LRECORD):
|
|
|
8090 * lrecord.h (XSETRECORD):
|
|
|
8091 * lrecord.h (RECORDP):
|
|
|
8092 * lrecord.h (RECORD_TYPEP):
|
|
|
8093 * lrecord.h (RECORD_MARKER): New.
|
|
|
8094 * lrecord.h (error_check_*):
|
|
|
8095 * lrecord.h (CONCHECK_NONRECORD):
|
|
|
8096 * lrecord.h (MAKE_LRECORD_IMPLEMENTATION):
|
|
|
8097 * lrecord.h (INIT_LRECORD_IMPLEMENTATION): New.
|
|
|
8098 * lrecord.h (set_lheader_implementation):
|
|
|
8099 * lrecord.h (enum lrecord_type): New.
|
|
|
8100 * symeval.h (SYMBOL_VALUE_MAGIC_P):
|
|
|
8101 * alloc.c (disksave_object_finalization_1):
|
|
|
8102 * alloc.c (mark_object):
|
|
|
8103 * alloc.c (lrecord_type_index):
|
|
|
8104 * alloc.c (tick_lcrecord_stats):
|
|
|
8105 * alloc.c (Fgarbage_collect):
|
|
|
8106 * alloc.c (init_alloc_once_early):
|
|
|
8107 * alloc.c (pdump_load):
|
|
|
8108 * alloc.c (GC_CHECK_LHEADER_INVARIANTS): New.
|
|
|
8109 * alloc.c (lrecord_type_index): Delete.
|
|
|
8110 Make lisp object type indexes be constant.
|
|
|
8111 Makes (byte-compile) 5% faster.
|
|
|
8112 Put all marker functions into their own array.
|
|
|
8113 Makes (garbage-collect) 5% faster.
|
|
|
8114 Optimize SYMBOL_VALUE_MAGIC_P.
|
|
|
8115 Makes (byte-compile) 2-3% faster.
|
|
|
8116 * config.h.in (gc_checking_assert): New.
|
|
|
8117 * alloc.c: Use gc_checking_assert().
|
|
|
8118 * .dbxrc: Make compatible with new object type implementation.
|
|
|
8119 * .gdbinit: Make compatible with new object type implementation.
|
|
|
8120 * alloc.c: Delete all symbols defined only for debugging, such as
|
|
|
8121 Lisp_Type_Vector and lrecord_charset.
|
|
|
8122
|
|
|
8123 2000-02-21 Andy Piper <andy@xemacs.org>
|
|
|
8124
|
|
|
8125 * gui-msw.c (Fmswindows_shell_execute): fix file location
|
|
|
8126 problems.
|
|
|
8127
|
|
|
8128 * buffer.c (Fkill_buffer): remove buffer from alist buffer
|
|
|
8129 unshowing so that set_window_buffer doesn't undo
|
|
|
8130 kill_buffer_hook's hard work.
|
|
|
8131
|
|
|
8132 * glyphs-widget.c (tab_control_query_geometry): don't count the
|
|
|
8133 first item when calculating geometry.
|
|
|
8134
|
|
|
8135 * glyphs.c (map_subwindow): remove redundant code.
|
|
|
8136 (update_frame_subwindows): be more circumspect about when to
|
|
|
8137 update subwindows.
|
|
|
8138
|
|
|
8139 * glyphs-x.c (x_update_widget): Properly fix sizing bug. Fix bug
|
|
|
8140 when items haven't changed. Update faces if faces have changed as
|
|
|
8141 well as just the widget face.
|
|
|
8142 (x_tab_control_update): Update faces if faces have changed as well
|
|
|
8143 as just the widget face.
|
|
|
8144
|
|
|
8145 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8146
|
|
|
8147 * device-msw.c: (mswindows_delete_device): Remove redundant DDE
|
|
|
8148 registration.
|
|
|
8149 (build_syscolor_string): Use mswindows_color_to_string to try to
|
|
|
8150 get a named color.
|
|
|
8151 (mswindows_device_system_metrics): Reverse the foreground and
|
|
|
8152 background colors so that they match the documentation.
|
|
|
8153
|
|
|
8154 * objects-msw.c: (mswindows_X_color_map): tweak some values so
|
|
|
8155 they match the default Windows palette.
|
|
|
8156 (mswindows_color_to_string): New function.
|
|
|
8157
|
|
|
8158 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8159
|
|
|
8160 * s/windowsnt.h: Only use __declspec(noreturn) with MSVC>=6.
|
|
|
8161
|
|
|
8162 2000-02-18 Olivier Galibert <galibert@pobox.com>
|
|
|
8163
|
|
|
8164 * m/*, s/*: Removed obsolete DATA_SEG_BITS, PURE_SEG_BITS,
|
|
|
8165 WORD_MACHINE, SIGN_EXTEND_CHAR and EXPLICIT_SIGN_EXTEND.
|
|
|
8166
|
|
|
8167 * symbols.c (init_symbols_once_early): Removed obsolete
|
|
|
8168 DATA_SEG_BITS related kludge.
|
|
|
8169 (defvar_magic): Ditto.
|
|
|
8170
|
|
|
8171 * malloc.c: Removed obsolete DATA_SEG_BITS
|
|
|
8172 * ralloc.c: Ditto.
|
|
|
8173 * mem-limits.h: Ditto.
|
|
|
8174
|
|
|
8175 * Makefile.in.in: Removed obsolete HAVE_SHM
|
|
|
8176 * emacs.c: Ditto.
|
|
|
8177
|
|
|
8178 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8179
|
|
|
8180 * device-msw.c (mswindows_delete_device): Free DDE string
|
|
|
8181 handles.
|
|
|
8182
|
|
|
8183 2000-02-16 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8184
|
|
|
8185 * keymap.c (get_keyelt):
|
|
|
8186 * unexnt.c (unexec):
|
|
|
8187 * vm-limit.c (memory_warnings):
|
|
|
8188 * ntheap.c (recreate_heap):
|
|
|
8189 * ntheap.h (UNINIT_PTR):
|
|
|
8190 * select-msw.c (Fmswindows_get_clipboard):
|
|
|
8191 (Fmswindows_set_clipboard):
|
|
|
8192 * objects-msw.h (MSWINDOWS_BAD_HFONT):
|
|
|
8193 * objects-msw.c:
|
|
|
8194 * menubar-msw.c (displayable_menu_item):
|
|
|
8195 * glyphs-msw.c:
|
|
|
8196 * glyphs-msw.h (IMAGE_INSTANCE_MSWINDOWS_MASK):
|
|
|
8197 * sysdep.c (sys_subshell):
|
|
|
8198 * process-nt.c (nt_create_process):
|
|
|
8199 * nt.c (normalize_filename):
|
|
|
8200 (dostounix_filename):
|
|
|
8201 (unixtodos_filename):
|
|
|
8202 * ntproc.c (win32_executable_type):
|
|
|
8203 * ntplay.c (play_sound_data_1):
|
|
|
8204 (play_sound_file):
|
|
|
8205 * editfns.c (get_home_directory):
|
|
|
8206 * event-msw.c (struct winsock_stream):
|
|
|
8207 (mswindows_dde_callback):
|
|
|
8208 * device-msw.c (msprinter_init_device):
|
|
|
8209 (msprinter_get_devmode_copy): Frobbed syntax frivolities.
|
|
|
8210
|
|
|
8211 * toolbar-msw.c (mswindows_free_frame_toolbars): Paramters to
|
|
|
8212 mswindows_clear_toolbar were swapped!
|
|
|
8213
|
|
|
8214 * objects-msw.c:(colormap_t):
|
|
|
8215 (fontmap_t):
|
|
|
8216 * emacs.c (struct standard_args): Fixed const jumble.
|
|
|
8217
|
|
|
8218 * glyphs-widget.c (update_widget): Fixed comparison notation.
|
|
|
8219
|
|
|
8220 * event-msw.c (mswindows_dde_callback): Removed extraneous ';'.
|
|
|
8221
|
|
|
8222 * s\windowsnt.h (DOESNT_RETURN): Defined to support the MSVC
|
|
|
8223 __declspec(noreturn) syntax.
|
|
|
8224
|
|
|
8225 2000-02-19 Martin Buchholz <martin@xemacs.org>
|
|
|
8226
|
|
|
8227 * eldap.c (Fldap_open):
|
|
|
8228 (Fldap_search_basic):
|
|
|
8229 (Fldap_add):
|
|
|
8230 (Fldap_modify):
|
|
|
8231 Use new coding system conversion macros.
|
|
|
8232
|
|
|
8233 2000-01-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
8234
|
|
|
8235 * console-tty.c (tty_init_console): Change MULE to FILE_CODING.
|
|
|
8236
|
|
|
8237 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
8238
|
|
|
8239 * eldap.h (Fldap_search) Renamed from Fldap_search_internal:
|
|
|
8240 (Fldap_add, Fldap_modify, Fldap_delete): New functions
|
|
|
8241
|
|
|
8242 * eldap.c (Qadd, Qreplace): New constant symbols
|
|
|
8243 (Fldap_open): Use the LDAP_OPT_RESTART option to avoid
|
|
|
8244 interruptions by XEmacs signals
|
|
|
8245 Remove unnecessary calls to slow_down_interrupts and
|
|
|
8246 speed_up_interrupts
|
|
|
8247 (Fldap_search_basic): Renamed from Fldap_search_internal
|
|
|
8248 Added new optional parameter VERBOSE that triggers the
|
|
|
8249 display of progress messages
|
|
|
8250 Remove unnecessary calls to slow_down_interrupts and
|
|
|
8251 speed_up_interrupts
|
|
|
8252 LDAP result code analysis rewritten
|
|
|
8253 (Fldap_add, Fldap_modify, Fldap_delete): New functions
|
|
|
8254 (syms_of_eldap): Define the new symbols and functions
|
|
|
8255
|
|
|
8256
|
|
|
8257 2000-02-17 Martin Buchholz <martin@xemacs.org>
|
|
|
8258
|
|
|
8259 * realpath.c: Determine PATH_MAX maximally portably.
|
|
|
8260
|
|
|
8261 * insdel.c (bytecount_to_charcount): Optimize.
|
|
|
8262 The function used to be optimized for entirely ASCII sequences.
|
|
|
8263 Now it is optimized for successive characters from the same
|
|
|
8264 charset. This also wins big for _mostly_ ASCII sequences.
|
|
|
8265
|
|
|
8266 * fileio.c (Ffile_truename): convert return from realpath() using
|
|
|
8267 Qfile_name, not Qbinary. Fixes obvious bug with non-ASCII symlinks.
|
|
|
8268 - Rewrite GCPROing slightly.
|
|
|
8269
|
|
|
8270 * sysdep.c (sys_open): Do filename conversion, like all other
|
|
|
8271 sys_* functions. Fixes bug:
|
|
|
8272 (let ((file-name-coding-system 'iso-8859-2))
|
|
|
8273 (write-region x y latin2-name))
|
|
|
8274 ==> writes filename using internal encoding.
|
|
|
8275
|
|
|
8276 2000-02-18 Martin Buchholz <martin@xemacs.org>
|
|
|
8277
|
|
|
8278 * buffer.c (DEFVAR_BUFFER_LOCAL_1): Turn on c_readonly. Always const.
|
|
|
8279 * console.c (DEFVAR_CONSOLE_LOCAL_1): Turn on c_readonly. Always const.
|
|
|
8280 * symeval.h (DEFVAR_SYMVAL_FWD): Turn on c_readonly. Always const.
|
|
|
8281 * eval.c (lrecord_subr): Remove this_one_is_unmarkable.
|
|
|
8282 * symbols.c (lrecord_symbol_value_forward): Remove this_one_is_unmarkable.
|
|
|
8283 * symbols.c (guts_of_unbound_marker): Turn on c_readonly.
|
|
|
8284 * lrecord.h (UNMARKABLE_LRECORD_HEADER_P): Delete.
|
|
|
8285 (CONST_IF_NOT_DEBUG): Delete.
|
|
|
8286 * alloc.c (this_one_is_unmarkable): Delete.
|
|
|
8287 (mark_object): Don't check for this_one_is_unmarkable. Use the
|
|
|
8288 c_readonly flag instead.
|
|
|
8289 * lisp.h (DEFUN): Define a Lisp_Subr as c_readonly.
|
|
|
8290
|
|
|
8291 2000-02-18 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8292
|
|
|
8293 * event-msw.c (mswindows_drain_windows_queue):
|
|
|
8294 (emacs_mswindows_handle_magic_event): Remove attempt to optimise
|
|
|
8295 away redundant repaint events.
|
|
|
8296
|
|
|
8297 2000-02-17 Andy Piper <andy@xemacs.org>
|
|
|
8298
|
|
|
8299 * redisplay.h: declare mark_redisplay_structs.
|
|
|
8300
|
|
|
8301 * redisplay.c (redisplay_window):
|
|
|
8302 (redisplay_frame): don't check subwindows_state_changed.
|
|
|
8303 (mark_redisplay): mark gutters here.
|
|
|
8304
|
|
|
8305 * glyphs.c: (instantiate_image_instantiator): always layout if we
|
|
|
8306 haven't done so already.
|
|
|
8307 (allocate_image_instance): don't mark as dirty.
|
|
|
8308 (update_subwindow): bind inhibit_quit.
|
|
|
8309
|
|
|
8310 * gutter.c (mark_gutters): new function.
|
|
|
8311
|
|
|
8312 * glyphs-x.c (x_update_widget): Always resize to get round a
|
|
|
8313 widget bug.
|
|
|
8314
|
|
|
8315 * glyphs-msw.c (mswindows_tab_control_update): remove `;' that was
|
|
|
8316 breaking absolutely everything.
|
|
|
8317
|
|
|
8318 * gutter.h: declare mark_gutters.
|
|
|
8319
|
|
|
8320 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
|
8321
|
|
|
8322 * XEmacs 21.2.29 is released.
|
|
|
8323
|
|
|
8324 2000-02-15 Olivier Galibert <galibert@pobox.com>
|
|
|
8325
|
|
|
8326 * fns.c (size_bit_vector): Fix computation of the size.
|
|
|
8327
|
|
|
8328 2000-02-15 Martin Buchholz <martin@xemacs.org>
|
|
|
8329
|
|
|
8330 * *.[ch]: Change CONST to const globally.
|
|
|
8331 find -name '*.[ch]' | \
|
|
|
8332 xargs global-replace \
|
|
|
8333 's/(^|(?<=[^A-Za-z0-9_]))CONST((?=[^A-Za-z0-9_])|$)/const/g'
|
|
|
8334 - Remove vestigial references to CONST_IS_LOSING
|
|
|
8335
|
|
|
8336 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8337
|
|
|
8338 * event-msw.c (mswindows_drain_windows_queue): Remove hack to
|
|
|
8339 bailout early on quit. Enqueue WM_PAINT events as XEmacs magic
|
|
|
8340 events instead of dispatching them directly.
|
|
|
8341 (mswindows_handle_paint): New function to do repainting.
|
|
|
8342 (mswindows_wnd_proc):
|
|
|
8343 (emacs_mswindows_handle_magic_event): Call above function.
|
|
|
8344
|
|
|
8345 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8346
|
|
|
8347 * objects-msw.c (mswindows_create_font_variant): Return the new
|
|
|
8348 font handle.
|
|
|
8349 (initialize_font_instance): Get font metrics from the underlined
|
|
|
8350 variant of the font to cope with the case where the underlined
|
|
|
8351 font has a bigger descent.
|
|
|
8352
|
|
|
8353 2000-02-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
|
8354
|
|
|
8355 * gui.c (gui_item_accelerator): Return the first underlined
|
|
|
8356 character in item name.
|
|
|
8357
|
|
|
8358 2000-02-11 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8359
|
|
|
8360 * lisp.h: Added Qprinter.
|
|
|
8361
|
|
|
8362 * general.c (syms_of_general): Initialized it.
|
|
|
8363
|
|
|
8364 * redisplay-msw.c (get_frame_dc): Conditionally start a new page.
|
|
|
8365 (get_frame_dc):
|
|
|
8366 (get_frame_compdc): Made inline.
|
|
|
8367
|
|
|
8368 * console.h (struct console_methods): Added eject_page method.
|
|
|
8369
|
|
|
8370 * frame.h: Added FRAME_DISPLAY_P and friends.
|
|
|
8371 Aligned backslahes in many macros in more readable fashion.
|
|
|
8372 Added page_number to struct frame, and an accessor macro
|
|
|
8373 for it.
|
|
|
8374
|
|
|
8375 * defice.h: Added DEVICE_DISPLAY_P and friends.
|
|
|
8376
|
|
|
8377 * device.c (Fdevice_printer_p): Used these.
|
|
|
8378
|
|
|
8379 * frame.c (allocate_frame_core): Initialize page number.
|
|
|
8380 (Fprint_job_page_number):
|
|
|
8381 (Fprint_job_eject_page): Implemented.
|
|
|
8382
|
|
|
8383 * frame-msw.c (msprinter_eject_page): Added method.
|
|
|
8384 (msprinter_start_page): Added.
|
|
|
8385
|
|
|
8386 * window.c (Fwindow_truncated_p): Fixed docstring.
|
|
|
8387 (Fwindow_last_line_visible_height): Implemented.
|
|
|
8388
|
|
|
8389 2000-02-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
8390
|
|
|
8391 * frame.c (change_frame_size_1): Undo 2000-02-03 change.
|
|
|
8392
|
|
|
8393 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
8394
|
|
|
8395 * syntax.c (scan_words): Always advance at least one character.
|
|
|
8396
|
|
|
8397 2000-02-13 Andy Piper <andy@xemacs.org>
|
|
|
8398
|
|
|
8399 * redisplay.c (add_glyph_rune): call get_glyph_cachel_index here
|
|
|
8400 to make sure the glyph is in the cachels.
|
|
|
8401
|
|
|
8402 * glyphs.h (struct Lisp_Image_Instance): make layout_changed a
|
|
|
8403 global image instance flag.
|
|
|
8404 (IMAGE_INSTANCE_NEEDS_LAYOUT): new macro.
|
|
|
8405 (XIMAGE_INSTANCE_NEEDS_LAYOUT): ditto.
|
|
|
8406
|
|
|
8407 * glyphs.c (allocate_image_instance): set dirty bits correctly.
|
|
|
8408 (Fset_image_instance_property): mark layout as changed.
|
|
|
8409 (invalidate_glyph_geometry_maybe): mark layout as changed.
|
|
|
8410 (glyph_width): use new NEEDS_LAYOUT macro.
|
|
|
8411 (glyph_ascent): ditto.
|
|
|
8412 (glyph_descent): ditto.
|
|
|
8413 (glyph_height): ditto.
|
|
|
8414 (image_instance_layout): mark layout as clean after laying out.
|
|
|
8415 (update_subwindow): don't mark layout as clean here.
|
|
|
8416
|
|
|
8417 * glyphs-x.h (IMAGE_INSTANCE_X_WIDGET_ID): undo C++ changes, they
|
|
|
8418 should no longer be needed.
|
|
|
8419
|
|
|
8420 * glyphs-x.c (x_update_widget): sanitize asserts.
|
|
|
8421 (x_finalize_image_instance): sanitize assignment to widgets.
|
|
|
8422
|
|
|
8423 * glyphs-widget.c (widget_instantiate): don't need to clear the
|
|
|
8424 layout flag here.
|
|
|
8425
|
|
|
8426 2000-02-13 Martin Buchholz <martin@xemacs.org>
|
|
|
8427
|
|
|
8428 * sysdep.c (getcwd): Use standard prototype.
|
|
|
8429 * sysdep.h (getcwd): Use standard prototype.
|
|
|
8430
|
|
|
8431 * fns.c (Fsubseq): Change parameters to more natural ANSI Lisp
|
|
|
8432 (sequence, start, end).
|
|
|
8433 Remove redundant type checking.
|
|
|
8434 (Fmapconcat): Remove useless GCPRO, a wrong-headed attempt (in
|
|
|
8435 view of `caller-protects') to avoid a crash where the real fix was
|
|
|
8436 found elsewhere.
|
|
|
8437
|
|
|
8438 2000-02-12 Martin Buchholz <martin@xemacs.org>
|
|
|
8439
|
|
|
8440 * glyphs-x.c (x_finalize_image_instance): Compile error fixes.
|
|
|
8441
|
|
|
8442 * s/sol2.h: Remove feature macro initialization.
|
|
|
8443
|
|
|
8444 * alloc.c (alloc_lcrecord): Add more type checking assertions.
|
|
|
8445 (vector_hash): New. Code from internal_hash.
|
|
|
8446 * lrecord.h:
|
|
|
8447 Fix up allocation subsystem comments.
|
|
|
8448
|
|
|
8449 * config.h.in: Add __EXTENSIONS__ for Solaris.
|
|
|
8450
|
|
|
8451 * systime.h (EMACS_GETTIMEOFDAY): New.
|
|
|
8452 (EMACS_GET_TIME): Use EMACS_GETTIMEOFDAY.
|
|
|
8453 Remove Solaris-specific code.
|
|
|
8454 Use void* for the (ignored) second arg for gettimeofday().
|
|
|
8455
|
|
|
8456 * elhash.c (hash_table_hash): Implement it, finally.
|
|
|
8457 * elhash.c: Use hashcode_t.
|
|
|
8458
|
|
|
8459 * linuxplay.c (sighandler): Fix prototypes to use SIGTYPE.
|
|
|
8460 * sunplay.c (sighandler): Fix prototype to use SIGTYPE.
|
|
|
8461
|
|
|
8462 * lisp.h (STRETCHY_STRUCT_SIZEOF): Delete.
|
|
|
8463 * fns.c (size_bit_vector):
|
|
|
8464 * alloc.c (size_vector):
|
|
|
8465 (make_vector_internal):
|
|
|
8466 (make_bit_vector_internal):
|
|
|
8467 (sweep_bit_vectors_1):
|
|
|
8468 Replace calls to STRETCHY_STRUCT_SIZEOF with offsetof expression.
|
|
|
8469
|
|
|
8470 2000-02-10 Martin Buchholz <martin@xemacs.org>
|
|
|
8471
|
|
|
8472 * s/aix4.h: #define MAP_FAILED if sys/mman.h didn't.
|
|
|
8473 Include strings.h to avoid warnings for bzero and strcasecmp.
|
|
|
8474
|
|
|
8475 2000-02-10 Olivier Galibert <galibert@pobox.com>
|
|
|
8476
|
|
|
8477 * alloc.c: Move STRETCHY_STRUCT_SIZEOF from here...
|
|
|
8478 * lisp.h (STRETCHY_STRUCT_SIZEOF): ...to here
|
|
|
8479
|
|
|
8480 * fns.c (size_bit_vector): New. Declare bit vectors as a
|
|
|
8481 sequence.
|
|
|
8482
|
|
|
8483 2000-02-10 Olivier Galibert <galibert@pobox.com>
|
|
|
8484
|
|
|
8485 * symeval.h (struct symbol_value_magic): Remove "next" kludge and
|
|
|
8486 use a value field instead.
|
|
|
8487 (symbol_value_forward_forward): Use value field.
|
|
|
8488 (DEFVAR_SYMVAL_FWD): Use value field.
|
|
|
8489 (DEFVAR_SYMVAL_FWD_INT): Added. Dumps the int with dumpopaque.
|
|
|
8490 (DEFVAR_INT): Use DEFVAR_SYMVAL_FWD_INT.
|
|
|
8491 (DEFVAR_CONST_INT): Ditto.
|
|
|
8492 (DEFVAR_BOOL): Ditto.
|
|
|
8493 (DEFVAR_CONST_BOOL): Ditto.
|
|
|
8494 (DEFVAR_INT_MAGIC): Ditto.
|
|
|
8495 (DEFVAR_BOOL_MAGIC): Ditto.
|
|
|
8496
|
|
|
8497 * symbols.c (guts_of_unbound_marker): Use value field.
|
|
|
8498 * console.c (DEFVAR_CONSOLE_LOCAL_1): Ditto.
|
|
|
8499 * buffer.c (DEFVAR_BUFFER_LOCAL_1): Ditto.
|
|
|
8500
|
|
|
8501 * lisp.h: Declare dumpopaque and noninteractive1.
|
|
|
8502
|
|
|
8503 * alloc.c (dumpopaque): Added.
|
|
|
8504 (pdump_dump_opaquevec): Added.
|
|
|
8505 (pdump): Call pdump_dump_opaquevec to dump opaque data.
|
|
|
8506 (pdump_load): Reload opaque data. Sync noninteractive1 with
|
|
|
8507 noninteractive.
|
|
|
8508
|
|
|
8509 2000-02-10 Andy Piper <andy@xemacs.org>
|
|
|
8510
|
|
|
8511 * glyphs.c (image_instance_layout): if the size changes, mark it
|
|
|
8512 as such.
|
|
|
8513
|
|
|
8514 * redisplay-output.c (redisplay_output_layout): Update the
|
|
|
8515 subwindow here.
|
|
|
8516 (redisplay_output_subwindow): ditto.
|
|
|
8517
|
|
|
8518 * glyphs.c (update_subwindow): make sure we reset flags for
|
|
|
8519 layouts as well as everything else.
|
|
|
8520
|
|
|
8521 * glyphs-widget.c (layout_layout): don't need to set the instances
|
|
|
8522 dimensions here.
|
|
|
8523
|
|
|
8524 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
8525
|
|
|
8526 * device-x.c (x_init_device): Wrap calls to dll_* in HAVE_SHLIB,
|
|
|
8527 not HAVE_DLOPEN, which is a lower-level thing.
|
|
|
8528
|
|
|
8529 * .cvsignore: Ignore gmon.out
|
|
|
8530
|
|
|
8531 2000-02-09 Hamish Macdonald <hamishm@lucent.com>
|
|
|
8532
|
|
|
8533 * .cvsignore: Ignore portable dumper xemacs.dmp file
|
|
|
8534
|
|
|
8535 2000-02-09 Andy Piper <andy@xemacs.org>
|
|
|
8536
|
|
|
8537 * redisplay-output.c (redisplay_output_layout): be more clever
|
|
|
8538 about when we output based on the changed flags.
|
|
|
8539
|
|
|
8540 * glyphs.h (struct image_instantiator_methods): add update_method.
|
|
|
8541 (struct Lisp_Image_Instance): add changed flags. Declare new
|
|
|
8542 macros for manipulating them.
|
|
|
8543
|
|
|
8544 * glyphs.c (allocate_image_instance): renamed glyph -> parent.
|
|
|
8545 (image_instance_parent_glyph): find an image_instance's parent
|
|
|
8546 glyph or image_instance.
|
|
|
8547 (image_instance_layout): mark the size as changed.
|
|
|
8548 (set_image_instance_dirty_p): new function. mark an image
|
|
|
8549 instance, plus all of its parents, as dirty.
|
|
|
8550 (Fset_image_instance_property): use it.
|
|
|
8551 (Fglyph_animated_timeout_handler): use it.
|
|
|
8552 (update_subwindow): call update_widget and device methods for
|
|
|
8553 update_subwindow. Mark all changed flags as clean.
|
|
|
8554 (Fresize_subwindow): mark size as changed.
|
|
|
8555
|
|
|
8556 * glyphs-x.c (x_finalize_image_instance): try and detect gc
|
|
|
8557 failures.
|
|
|
8558 (x_update_subwindow): only resize subwindows here.
|
|
|
8559 (x_update_widget): new function. Update all changed properties of
|
|
|
8560 a widget.
|
|
|
8561 (x_resize_subwindow): deleted.
|
|
|
8562 (x_widget_set_property): deleted.
|
|
|
8563 (x_progress_gauge_set_property): deleted.
|
|
|
8564 (x_progress_gauge_update): new function. Implement recorded
|
|
|
8565 changes.
|
|
|
8566 (x_tab_control_update): ditto.
|
|
|
8567 (x_tab_control_set_property): deleted.
|
|
|
8568 (console_type_create_glyphs_x): declare new functions.
|
|
|
8569 (image_instantiator_format_create_glyphs_x): ditto.
|
|
|
8570
|
|
|
8571 * glyphs-widget.c (widget_set_property): mark text changed.
|
|
|
8572 (update_widget): new function. Update properties of a widget.
|
|
|
8573 (widget_instantiate): for layouts make sure we set their
|
|
|
8574 children's parent correctly.
|
|
|
8575 (tab_control_set_property): new function. Record changes that will
|
|
|
8576 take place under redisplay's control.
|
|
|
8577 (progress_gauge_set_property): ditto.
|
|
|
8578 (image_instantiator_progress_guage): declare new functions.
|
|
|
8579 (image_instantiator_tab_control): ditto.
|
|
|
8580
|
|
|
8581 * glyphs-msw.c (mswindows_update_subwindow): just do resizing here
|
|
|
8582 now.
|
|
|
8583 (mswindows_update_widget): new function. Update all properties on
|
|
|
8584 a widget that have changed.
|
|
|
8585 (mswindows_button_update): new function. Update a button's set
|
|
|
8586 state.
|
|
|
8587 (mswindows_tab_control_update): new function. Update the items in
|
|
|
8588 a tab.
|
|
|
8589 (mswindows_tab_control_set_property): deleted.
|
|
|
8590 (mswindows_progress_gauge_update): new function. Update the
|
|
|
8591 progress gauge's progress.
|
|
|
8592 (mswindows_widget_set_property): deleted. This is all done
|
|
|
8593 asynchronously now.
|
|
|
8594 (mswindows_progress_gauge_set_property): ditto.
|
|
|
8595 (console_type_create_glyphs_mswindows): declare new methods.
|
|
|
8596 (image_instantiator_format_create_glyphs_mswindows): ditto.
|
|
|
8597
|
|
|
8598 * frame-msw.c (msprinter_init_frame_1): Remove unused variables.
|
|
|
8599 (msprinter_set_frame_properties): ditto.
|
|
|
8600
|
|
|
8601 * console.h (struct console_methods): Add update_widget_method.
|
|
|
8602
|
|
|
8603 2000-02-09 Andy Piper <andy@xemacs.org>
|
|
|
8604
|
|
|
8605 * gui-msw.c (Fmswindows_shell_execute): Make
|
|
|
8606 mswindows-shell-execute industrial strength.
|
|
|
8607
|
|
|
8608 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
|
8609
|
|
|
8610 * lrecord.h: Make macro argument `props' match member function `plist'.
|
|
|
8611 * fns.c (Fget):
|
|
|
8612 * fns.c (Fput):
|
|
|
8613 * fns.c (Fremprop):
|
|
|
8614 * fns.c (Fobject_plist):
|
|
|
8615 * alloc.c:
|
|
|
8616 * symbols.c:
|
|
|
8617 Object property list frobbing cleanup.
|
|
|
8618 - Allow any lisp object (compared with `eq'), not just symbols, as
|
|
|
8619 keys in object plists.
|
|
|
8620 - Move symbol plist frobbing into symbols.c, where it belongs.
|
|
|
8621 - Move string plist frobbing into alloc.c, where it belongs.
|
|
|
8622 - Everything's an lrecord now, so no need to test for symbolp, etc.
|
|
|
8623 - Fix up doc strings to refer to PROPERTY, not PROPNAME.
|
|
|
8624
|
|
|
8625 * extents.c: Reorder code to remove declarations.
|
|
|
8626
|
|
|
8627 * frame.h (store_in_alist): Remove useless declaration.
|
|
|
8628
|
|
|
8629 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
|
8630
|
|
|
8631 * event-Xt.c (x_has_keysym): Use XConvertCase only if available.
|
|
|
8632 * config.h.in: Add HAVE_XCONVERTCASE.
|
|
|
8633
|
|
|
8634 2000-02-07 Andy Piper <andy@xemacs.org>
|
|
|
8635
|
|
|
8636 * glyphs.c (image_instance_layout): undo 2000-01-29 change since
|
|
|
8637 it breaks many things.
|
|
|
8638
|
|
|
8639 2000-02-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
8640
|
|
|
8641 * src/syntax.h (SYNTAX_START_P): Check whether the two chars
|
|
|
8642 actually can start a common comment type.
|
|
|
8643 * src/syntax.h (SYNTAX_END_P): ditto for end.
|
|
|
8644
|
|
440
|
8645 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
|
8646
|
|
|
8647 * XEmacs 21.2.28 is released.
|
|
|
8648
|
|
|
8649 2000-02-06 Martin Buchholz <martin@xemacs.org>
|
|
|
8650
|
|
|
8651 * event-Xt.c (x_keysym_to_character): New.
|
|
|
8652 (maybe_define_x_key_as_self_inserting_character): New.
|
|
|
8653 (x_has_keysym): New.
|
|
|
8654 Auto-define all keys on the keyboard as self-insert-key.
|
|
|
8655
|
|
|
8656 2000-02-02 Martin Buchholz <martin@xemacs.org>
|
|
|
8657
|
|
|
8658 * menubar.c (vars_of_menubar): A small code simplification.
|
|
|
8659
|
|
|
8660 * minibuf.c (echo_area_append): Workaround egcs-20000131 c++ compiler bug
|
|
|
8661
|
|
442
|
8662 * ExternalShell.c:
|
|
|
8663 * ExternalClient.c:
|
|
|
8664 * EmacsShell-sub.c:
|
|
|
8665 * EmacsManager.c:
|
|
|
8666 * EmacsFrame.c:
|
|
440
|
8667 Use consistent style for specifying X resources.
|
|
|
8668
|
|
|
8669 * symbols.c (Fset): Further implement SYMVAL_LISP_MAGIC.
|
|
|
8670 This makes (dontusethis-set-symbol-value-handler) actually usable.
|
|
|
8671
|
|
|
8672 * lrecord.h (lrecord_decription_type):
|
|
442
|
8673 * alloc.c (pdump_register_sub):
|
|
|
8674 (pdump_dump_data):
|
|
|
8675 (pdump_reloc_one):
|
|
440
|
8676 Add XD_LISP_OBJECT_ARRAY to describe multiple Lisp_Objects.
|
|
|
8677 Comply with XEmacs coding style.
|
|
|
8678 All lrecord descriptions updated to use XD_LISP_OBJECT with 2
|
|
|
8679 args, and XD_LISP_OBJECT_ARRAY with 3 args.
|
|
|
8680
|
|
442
|
8681 * keymap.c (Faccessible_keymaps):
|
|
440
|
8682 Make (accessible-keymaps map "\C-h") do the Right Thing.
|
|
|
8683 Make (accessible-keymaps map []) do the Right Thing.
|
|
|
8684 Make (accessible-keymaps map "") do the Right Thing.
|
|
|
8685 (check_keymap_definition_loop): New function.
|
|
|
8686 (keymap_store_internal): Keep luser from shooting self in foot,
|
|
|
8687 via (define-key ctl-x-4-map "p" global-map).
|
|
|
8688 Remove fullness slot from struct Lisp_Keymap, since hash tables
|
|
|
8689 are now reliable.
|
|
|
8690 (print_keymap): Remove 'Yuck' factor by simply printing "size %d".
|
|
|
8691
|
|
|
8692 2000-01-30 Martin Buchholz <martin@xemacs.org>
|
|
|
8693
|
|
|
8694 * redisplay.c (init_redisplay): Fix small memory leak.
|
|
442
|
8695 * elhash.h:
|
|
|
8696 * elhash.c (pdump_reorganize_hash_table):
|
|
440
|
8697 Rename from reorganize_hash_table. Change prototype.
|
|
|
8698 Reuse the original memory for hentries. Save 100k.
|
|
|
8699 * alloc.c (PDUMP_READ): new macro.
|
|
|
8700 * alloc.c (pdump_load): Replace LISP_TO_VOID with higher-level macros.
|
|
|
8701 * alloc.c: No need to #ifndef before #undef.
|
|
|
8702
|
|
|
8703 * print.c: Allow debug_print() to print readably by modifying
|
|
|
8704 debug_print_readably. Use consistent variable names.
|
|
|
8705
|
|
|
8706 * .dbxrc: Try to get things to work even if stopped in a function
|
|
|
8707 without source available by explicitly specifying source files.
|
|
|
8708 2000-02-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8709
|
|
|
8710 * unexnt.c (_start): Removed bogus code which caused loading heap
|
|
|
8711 from differrent executable file.
|
|
|
8712 Removed bogus assignment to _fmode, which caused inconsistencies.
|
|
|
8713
|
|
|
8714 2000-02-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8715
|
|
|
8716 * s\windowsnt.h: Removed lots of #if 0 blocks of Emacs heritage.
|
|
|
8717 Have spawnve encapsulation regard DONT_ENCAPSULATE.
|
|
|
8718 Do not preliminary `#define signal sigset'.
|
|
|
8719
|
|
|
8720 * systime.h: Do not prototype environ on windows nt and cygwin,
|
|
|
8721 this conflicts with system header.
|
|
|
8722
|
|
|
8723 * syssignal.h: Use correct define for WINDOWSNT
|
|
|
8724
|
|
|
8725 * sysdep.h: Do not prototype environ on windows nt, this conflicts
|
|
|
8726 with system header.
|
|
|
8727
|
|
|
8728 * sysdep.c (near start of file): Fixed commentary and rearranged
|
|
|
8729 ifdefs in readable order.
|
|
|
8730 (NEED_STARTS): Do not force NEED_STARTS when PDUMPing.
|
|
|
8731 (start_of_text):
|
|
442
|
8732 (end_of_text):
|
|
440
|
8733 (end_of_data): Do not compile in if using PDUMP.
|
|
|
8734
|
|
442
|
8735 * symsinit.h: Prototyped vars_of_nt().
|
|
440
|
8736
|
|
|
8737 * ntproc.c (windows9x_p): Added, instead of os_subtype.
|
|
|
8738 (find_child_console): Use it.
|
|
|
8739 (sys_kill): Use it.
|
|
|
8740
|
|
|
8741 * ntheap.h: Do not extern os_subtype.
|
|
|
8742
|
|
|
8743 * ntheap.c (cache_system_info): Do not cache unneeded:
|
|
|
8744 nt_major_version, nt_minor_version and os_subtype.
|
|
|
8745 (recreate_heap): Do not compile in when PDUMPing.
|
|
|
8746
|
|
|
8747 * nt.c (geteuid and friends): Use the new varibale
|
|
|
8748 nt_fake_unix_uid, instead of hashing fake uid out of NT RID.
|
|
|
8749 (init_user_info): Removed the above mentioned hackery.
|
|
|
8750 (fstat, stat): Do not compile in if using MSVC 5.0 and above -
|
|
|
8751 stat has been fixed in the C runtime.
|
|
|
8752 (vars_of_nt): Added, defined the nt_fake_unix_uid variable there.
|
|
442
|
8753
|
|
440
|
8754 * file-coding.c (struct file_coding_dump): Do not define
|
|
|
8755 ucs_to_mule_table in the struct if not MULE.
|
|
|
8756 (struct struct lrecord_description fcd_description_1): Do not dump
|
|
|
8757 the above.
|
|
|
8758
|
|
|
8759 * emacs.c (main_1): Call vars_of_nt().
|
|
|
8760 (right before Fdump_emacs_data): Don't need lastfile if using both
|
|
|
8761 portabe dumper and system malloc.
|
|
|
8762
|
|
|
8763 * alloc.c (Fmemory_limit): Conditionalized out.
|
|
|
8764 (pdump): Use OPEN_BINARY for the portable dump file.
|
|
|
8765 (pdump_load): Ditto.
|
|
|
8766
|
|
|
8767 2000-02-02 Mike Alexander <mta@arbortext.com>
|
|
|
8768
|
|
|
8769 * nt.c (convert_time): Set tm_isdst before calling mktime and
|
|
|
8770 avoid calling it at all if the compiler supports 64 bit integers.
|
|
|
8771 Also initialize utc_base_ft before using it.
|
|
|
8772
|
|
|
8773 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
|
8774
|
|
|
8775 * frame.c (change_frame_size_1): Take f->internal_border_width
|
|
|
8776 into consideration when calculating the width of the frame.
|
|
|
8777
|
|
|
8778 2000-02-01 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8779
|
|
|
8780 * window.c (frame_min_height):
|
|
|
8781 (frame_size_valid_p):
|
|
|
8782 (frame_pixsize_valid_p): Added.
|
|
|
8783 (check_frame_size): Generalized.
|
|
|
8784
|
|
|
8785 * window.h: Prototyped the above.
|
|
|
8786
|
|
|
8787 * lisp.h:
|
|
|
8788 * general.c: Added Qbottom_margin, Qduplex, Qlandscape,
|
|
|
8789 Qleft_margin, Qorientation, Qportrait, Qright_margin, Qtop_margin.
|
|
|
8790 Deleted Vwin32_* and Vbinary_process_* unused variables.
|
|
|
8791
|
|
|
8792 * device-msw.c (msprinter_init_device): Do not get printer font
|
|
|
8793 list; Added DEVMODE functions.
|
|
|
8794
|
|
|
8795 * frame-msw.c: Added lots of printer code.
|
|
|
8796
|
|
|
8797 * faces.c: Moved 'left-margin and 'right-margin defsymbols to
|
|
|
8798 general.c.
|
|
|
8799
|
|
442
|
8800 * console-msw.h: Added more msprinter device private slots.
|
|
440
|
8801
|
|
|
8802 2000-02-01 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8803
|
|
|
8804 * event-msw.c (key_needs_default_processing_p): Added.
|
|
|
8805 (mswindows_wnd_proc, WM_KEYUP, KEYDOWN): Call it.
|
|
|
8806
|
|
|
8807 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8808
|
|
|
8809 * glyphs.c (image_instance_layout): Mark image instance as clean
|
|
|
8810 after layout.
|
|
|
8811 (glyph_dirty_p): Removed redundant function.
|
|
|
8812 (invalidate_glyph_geometry_maybe): Added.
|
|
|
8813 (update_glyph_cachel_data): Call it.
|
|
|
8814
|
|
|
8815 * glyphs.h: Prototyped it.
|
|
|
8816
|
|
|
8817 * redisplay.c (add_glyph_rune): Call it.
|
|
444
|
8818 (redisplay_window): Reset glyphs cachels when frame faces have
|
|
440
|
8819 changed, thus forcing recomputation of built-in border glyphs.
|
|
|
8820
|
|
|
8821 2000-01-30 Martin Buchholz <martin@xemacs.org>
|
|
|
8822
|
|
|
8823 * Makefile.in.in: Make portable dumper and purify play well together.
|
|
|
8824 Add imperfect, but better than nothing, support for pdump.
|
|
|
8825 Remove xemacs.dmp when temacs is re-generated.
|
|
|
8826 Don't ignore errors when dumping xemacs.
|
|
|
8827
|
|
|
8828 * symbols.c (maybe_call_magic_handler): Remove one magic number.
|
|
|
8829
|
|
|
8830 2000-01-28 Andy Piper <andy@xemacs.org>
|
|
|
8831
|
|
|
8832 * frame.c (allocate_frame_core): Use new Fset_window_buffer signature.
|
|
|
8833 (setup_normal_frame): ditto.
|
|
|
8834 (setup_frame_without_minibuffer): ditto.
|
|
|
8835 (setup_minibuffer_frame): ditto.
|
|
|
8836 (delete_frame_internal): ditto.
|
|
|
8837 (Fmake_frame_invisible): ditto.
|
|
|
8838 (Ficonify_frame): ditto.
|
|
|
8839
|
|
|
8840 * window.h: change Fset_window_buffer signature.
|
|
|
8841
|
|
|
8842 * window.c (Fsplit_window): Use new Fset_window_buffer signature.
|
|
|
8843 (Fset_window_buffer): allow recording of buffer if the window is
|
|
|
8844 the selected window.
|
|
|
8845 (window_loop): Use new Fset_window signature.
|
|
|
8846
|
|
|
8847 2000-01-23 Daniel Pittman <daniel@danann.net>
|
|
|
8848
|
|
|
8849 * config.h.in: Added template for `HAVE_ATHENA_3D'
|
|
|
8850
|
|
|
8851 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
|
8852
|
|
|
8853 * glyphs-x.c (x_resize_subwindow): Try and catch bogus resizes.
|
|
|
8854
|
|
|
8855 * gutter.c (output_gutter): Don't output if the window isn't live.
|
|
|
8856
|
|
|
8857 2000-01-28 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8858
|
|
|
8859 * glyphs-msw.c (mswindows_unmap_subwindow): Fix of corrupted patch
|
|
|
8860 of 01/12/00: Moved SetFocus back here where it belongs.
|
|
|
8861
|
|
|
8862 2000-01-23 Andy Piper <andy@xemacs.org>
|
|
|
8863
|
|
|
8864 * s/cygwin32.h: declare printer things.
|
|
|
8865
|
|
|
8866 2000-01-26 Andy Piper <andy@xemacs.org>
|
|
|
8867
|
|
|
8868 * select.c (Fown_selection_internal): GCPRO bug fix from Mike
|
|
|
8869 Alexander.
|
|
|
8870
|
|
|
8871 2000-01-24 Andy Piper <andy@xemacs.org>
|
|
|
8872
|
|
|
8873 * glyphs-msw.c (mswindows_locate_pixmap_file): Expand filename.
|
|
|
8874 (mswindows_button_instantiate): Make sure glyph is a pixmap.
|
|
|
8875
|
|
|
8876 * glyphs-widget.c (widget_instantiate): Avoid shadows.
|
|
|
8877
|
|
|
8878 * frame-msw.c (msprinter_init_frame_3): Nuke warning.
|
|
|
8879
|
|
|
8880 * glyphs-msw.c: (mswindows_string_to_color): remove declaration.
|
|
|
8881
|
|
|
8882 * redisplay-msw.c (mswindows_output_cursor): Avoid shadows.
|
|
|
8883 (mswindows_output_display_block): Avoid local shadows.
|
|
|
8884
|
|
|
8885 * event-msw.c (mswindows_enqueue_magic_event): Avoid shadows.
|
|
|
8886 (mswindows_enqueue_mouse_button_event): ditto.
|
|
|
8887 (mswindows_handle_gui_wm_command): remove declaration.
|
|
|
8888
|
|
|
8889 * console-msw.c (mswindows_canonicalize_console_connection): Avoid
|
|
|
8890 warnings.
|
|
|
8891
|
|
|
8892 * console-msw.h: Avoid shadows.
|
|
|
8893 (mswindows_get_toolbar_button_text):
|
|
|
8894 (emacs_mswindows_create_stream_pair):
|
|
|
8895 (emacs_mswindows_delete_stream_pair):
|
|
|
8896 (mswindows_handle_toolbar_wm_command): declare.
|
|
|
8897
|
|
|
8898 * device-msw.c (build_syscolor_string): Avoid shadows.
|
|
|
8899
|
|
|
8900 2000-01-23 Andy Piper <andy@xemacs.org>
|
|
|
8901
|
|
|
8902 * glyphs-widget.c (widget_instantiate): reverse the items for
|
|
|
8903 layouts so that children are in the expected order.
|
|
|
8904
|
|
|
8905 2000-01-28 Martin Buchholz <martin@xemacs.org>
|
|
|
8906
|
|
|
8907 * ralloc.c: safe_bcopy ==> memmove
|
|
|
8908 * gmalloc.c: Remove MEMMOVE_MISSING conditional code.
|
|
|
8909 * s/msdos.h: Remove BCOPY macros.
|
|
|
8910 * insdel.c (gap_right): Remove BCOPY conditional code.
|
|
|
8911 * insdel.c (gap_left): Remove BCOPY conditional code.
|
|
|
8912 XEmacs demands a working ANSI C compiler - hence memmove.
|
|
|
8913
|
|
|
8914 * regex.c (regex_compile): Remove accidental use of trigraphs.
|
|
|
8915
|
|
|
8916 2000-01-27 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8917
|
|
|
8918 * event-msw.c (mswindows_enqueue_misc_user_event): Initialize
|
|
|
8919 event timestamp.
|
|
|
8920
|
|
|
8921 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8922
|
|
|
8923 * event-msw.c (mswindows_drain_windows_queue): Added the
|
|
|
8924 parameter.
|
|
|
8925 (mswindows_need_event): Commented the call to
|
|
|
8926 mswindows_drain_windows_queue().
|
|
|
8927 (emacs_mswindows_quit_p): Lookup the windows for keyboard messages
|
|
|
8928 only.
|
|
|
8929
|
|
|
8930 * console-msw.h: Moved a few function prototypes here from
|
|
442
|
8931 event-msw.c.
|
|
440
|
8932
|
|
|
8933 * gui-msw.c (mswindows_handle_gui_wm_command): Changed the ID
|
|
|
8934 parameter from unsigned short to unsigned long.
|
|
|
8935 (Fmswindows_shell_execute): Added return value.
|
|
|
8936
|
|
|
8937 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
|
|
|
8938
|
|
442
|
8939 * sysdep.c (init_system_name):
|
|
|
8940 process-unix.c (unix_canonicalized_host_name):
|
|
440
|
8941 Don't call freeaddrinfo() if getaddrinfo() fails.
|
|
|
8942
|
|
|
8943 * process-unix.c (unix_open_unix_network_stream):
|
|
|
8944 Moved the code to get a port # into address loop.
|
|
|
8945
|
|
|
8946 2000-01-27 Martin Buchholz <martin@xemacs.org>
|
|
|
8947
|
|
442
|
8948 * buffer.c (reinit_vars_of_buffer):
|
|
440
|
8949 The right place to initialize conversion_in_dynarr and
|
|
|
8950 conversion_out_dynarr.
|
|
|
8951
|
|
|
8952 * alloc.c (pdump): Use the real open() till sys_open() is functional.
|
|
|
8953
|
|
|
8954 * process-unix.c (unix_canonicalize_host_name): Muleize.
|
|
|
8955 (unix_open_network_stream): Muleize.
|
|
|
8956
|
|
|
8957 * buffer.h: Fix up prototypes for ralloc.c functions.
|
|
|
8958
|
|
|
8959 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
|
|
|
8960 * config.h.in: added HAVE_GETADDRINFO and HAVE_GETNAMEINFO
|
|
|
8961 * sysdep.c: In init_system_name(), add code to use getaddrinfo()
|
|
|
8962 instead of gethostbyname()
|
|
|
8963 * process-unix.c: In unix_canonicalize_host_name() and
|
|
|
8964 unix_open_network_stream(), add code to use getaddrinfo()
|
|
|
8965 instead of gethostbyname().
|
|
|
8966
|
|
|
8967 2000-01-27 Daniel Pittman <daniel@danann.net>
|
|
|
8968
|
|
|
8969 * device-x.c (x_init_device): Warn at run-time if using Athena 3d
|
|
|
8970 libs when built with flat Athena.
|
|
|
8971
|
|
|
8972 2000-01-27 Martin Buchholz <martin@xemacs.org>
|
|
|
8973
|
|
|
8974 * ralloc.c: Replace SIZE (conflicts with Windows headers) with size_t.
|
|
|
8975 Use coding standards for function prototypes.
|
|
|
8976
|
|
|
8977 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
8978
|
|
|
8979 * dialog-msw.c (push_lisp_string_as_unicode):
|
|
|
8980 * doc.c (unparesseuxify_doc_string):
|
|
|
8981 * dired.c (Fuser_name_completion_1):
|
|
|
8982 * dired.c (Fuser_name_all_completions):
|
|
|
8983 * dired.c (free_user_cache):
|
|
|
8984 * dired.c (user_name_completion):
|
|
|
8985 * console-x.c (get_display_arg_connection):
|
|
|
8986 * minibuf.c (clear_echo_area_internal):
|
|
|
8987 * minibuf.c (echo_area_append):
|
|
|
8988 * eldap.c (Fldap_open):
|
|
|
8989 * eldap.c (Fldap_search_internal):
|
|
|
8990 * frame-x.c (x_set_frame_text_value):
|
|
|
8991 * frame-x.c (x_set_frame_properties):
|
|
|
8992 * frame-x.c (x_create_widgets):
|
|
|
8993 * redisplay-tty.c (term_get_fkeys_1):
|
|
|
8994 * objects-x.c (x_parse_nearest_color):
|
|
|
8995 * objects-x.c (x_valid_color_name_p):
|
|
|
8996 * objects-x.c (x_initialize_font_instance):
|
|
|
8997 * objects-x.c (x_list_fonts):
|
|
|
8998 * objects-x.c (x_find_charset_font):
|
|
|
8999 * tooltalk.c (Fadd_tooltalk_message_arg):
|
|
|
9000 * tooltalk.c (Fadd_tooltalk_pattern_attribute):
|
|
|
9001 * tooltalk.c (Fadd_tooltalk_pattern_arg):
|
|
|
9002 * process-unix.c (unix_create_process):
|
|
|
9003 * ntproc.c (sys_spawnve):
|
|
|
9004 * sound.c (Fplay_sound_file):
|
|
|
9005 * sound.c (Fplay_sound):
|
|
|
9006 * buffer.c (init_initial_directory):
|
|
|
9007 * buffer.c (init_buffer):
|
|
|
9008 * editfns.c (init_editfns):
|
|
|
9009 * editfns.c (Ftemp_directory):
|
|
|
9010 * editfns.c (Fuser_full_name):
|
|
|
9011 * editfns.c (uncache_home_directory):
|
|
|
9012 * editfns.c (get_home_directory):
|
|
|
9013 * editfns.c (Fuser_home_directory):
|
|
|
9014 * editfns.c (Fformat_time_string):
|
|
|
9015 * editfns.c (Fcurrent_time_string):
|
|
|
9016 * gui-x.c (button_item_to_widget_value):
|
|
|
9017 * database.c (Fopen_database):
|
|
|
9018 * event-Xt.c (x_to_emacs_keysym):
|
|
|
9019 * event-Xt.c (x_event_to_emacs_event):
|
|
|
9020 * event-Xt.c (describe_event_window):
|
|
|
9021 * event-msw.c (mswindows_wnd_proc):
|
|
|
9022 * glyphs-eimage.c (jpeg_instantiate):
|
|
|
9023 * glyphs-eimage.c (gif_instantiate):
|
|
|
9024 * glyphs-eimage.c (png_instantiate):
|
|
|
9025 * glyphs-eimage.c (tiff_instantiate):
|
|
|
9026 * glyphs-x.c (xbm_instantiate_1):
|
|
|
9027 * glyphs-x.c (x_xbm_instantiate):
|
|
|
9028 * glyphs-x.c (x_xface_instantiate):
|
|
|
9029 * glyphs-x.c (autodetect_instantiate):
|
|
|
9030 * glyphs-x.c (cursor_font_instantiate):
|
|
|
9031 * glyphs-x.c (x_widget_instantiate):
|
|
|
9032 * glyphs-x.c (x_widget_set_property):
|
|
|
9033 * glyphs-x.c (x_widget_property):
|
|
|
9034 * glyphs-x.c (BUILD_GLYPH_INST):
|
|
|
9035 * print.c (write_string_to_stdio_stream):
|
|
|
9036 * print.c (output_string):
|
|
|
9037 * print.c (Falternate_debugging_output):
|
|
|
9038 * print.c (Fexternal_debugging_output):
|
|
|
9039 * glyphs-msw.c (extract_xpm_color_names):
|
|
|
9040 * glyphs-msw.c (mswindows_xpm_instantiate):
|
|
|
9041 * glyphs-msw.c (bmp_instantiate):
|
|
|
9042 * glyphs-msw.c (resource_name_to_resource):
|
|
|
9043 * glyphs-msw.c (mswindows_resource_instantiate):
|
|
|
9044 * glyphs-msw.c (xbm_instantiate_1):
|
|
|
9045 * glyphs-msw.c (mswindows_xbm_instantiate):
|
|
|
9046 * glyphs-msw.c (mswindows_xface_instantiate):
|
|
|
9047 * glyphs-msw.c (mswindows_widget_instantiate):
|
|
|
9048 * glyphs-msw.c (add_tree_item):
|
|
|
9049 * glyphs-msw.c (add_tab_item):
|
|
|
9050 * glyphs-msw.c (mswindows_combo_box_instantiate):
|
|
|
9051 * glyphs-msw.c (mswindows_widget_property):
|
|
|
9052 * glyphs-msw.c (mswindows_combo_box_property):
|
|
|
9053 * glyphs-msw.c (mswindows_widget_set_property):
|
|
|
9054 * console.c (stuff_buffered_input):
|
|
|
9055 * objects-msw.c (mswindows_initialize_color_instance):
|
|
|
9056 * objects-msw.c (mswindows_valid_color_name_p):
|
|
|
9057 * objects-msw.c (mswindows_list_fonts):
|
|
|
9058 * objects-msw.c (mswindows_font_instance_truename):
|
|
|
9059 * bytecode.c (optimize_compiled_function):
|
|
|
9060 * select-x.c (symbol_to_x_atom):
|
|
|
9061 * select-x.c (x_atom_to_symbol):
|
|
|
9062 * select-x.c (hack_motif_clipboard_selection):
|
|
|
9063 * select-x.c (selection_data_to_lisp_data):
|
|
|
9064 * select-x.c (lisp_data_to_selection_data):
|
|
|
9065 * select-x.c (Fx_get_cutbuffer_internal):
|
|
|
9066 * select-x.c (Fx_store_cutbuffer_internal):
|
|
|
9067 * buffer.h (TO_EXTERNAL_FORMAT): New function.
|
|
|
9068 * buffer.h (TO_INTERNAL_FORMAT): New function.
|
|
|
9069 * emacs.c (make_arg_list_1):
|
|
|
9070 * emacs.c (make_argc_argv):
|
|
|
9071 * emacs.c (main_1):
|
|
|
9072 * emacs.c (Fdump_emacs):
|
|
|
9073 * emacs.c (split_string_by_emchar_1):
|
|
|
9074 * file-coding.h:
|
|
|
9075 * lisp.h:
|
|
|
9076 * lstream.h:
|
|
|
9077 * symsinit.h:
|
|
|
9078 * device-x.c (x_init_device):
|
|
|
9079 * device-x.c (Fx_valid_keysym_name_p):
|
|
|
9080 * device-x.c (Fx_get_font_path):
|
|
|
9081 * device-x.c (Fx_set_font_path):
|
|
|
9082 * glyphs.c (bitmap_to_lisp_data):
|
|
|
9083 * glyphs.c (pixmap_to_lisp_data):
|
|
|
9084 * alloc.c (make_ext_string): Use coding system arguments. Update
|
|
|
9085 all callers.
|
|
|
9086 * alloc.c (build_string):
|
|
|
9087 * callproc.c (child_setup):
|
|
|
9088 * callproc.c (init_callproc):
|
|
|
9089 * fileio.c (lisp_strerror):
|
|
|
9090 * fileio.c (directory_file_name):
|
|
|
9091 * fileio.c (Fexpand_file_name):
|
|
|
9092 * fileio.c (Ffile_truename):
|
|
|
9093 * fileio.c (Fsysnetunam):
|
|
|
9094 * fileio.c (Fdo_auto_save):
|
|
|
9095 * sysdep.c (sys_readdir):
|
|
|
9096 * tests.c: New file. Allow adding C tests.
|
|
|
9097 Replace GET_* macros with a more comprehensible and flexible
|
|
|
9098 interface, TO_INTERNAL_FORMAT() and TO_EXTERNAL_FORMAT().
|
|
|
9099 Modify all calls.
|
|
|
9100 Any coding system can be used to do format conversion.
|
|
|
9101 Eliminate enum external_data_format.
|
|
|
9102 Eliminate convert_to_external_format.
|
|
|
9103 Eliminate convert_to_internal_format.
|
|
|
9104 Make sure file-name, keyboard, terminal, and ctext are always
|
|
|
9105 defined as coding systems or aliases. Make
|
|
|
9106 file-name-coding-system, terminal-coding-system, and
|
|
|
9107 keyboard-coding-system magical variables that are equivalent to
|
|
|
9108 defining the corresponding coding system aliases.
|
|
442
|
9109
|
|
440
|
9110 * file-coding.c (Fcoding_system_canonical_name_p): New function.
|
|
|
9111 * file-coding.c (Fcoding_system_alias_p): New function.
|
|
|
9112 * file-coding.c (Fcoding_system_aliasee): New function.
|
|
|
9113 * file-coding.c (append_suffix_to_symbol): New function.
|
|
|
9114 * file-coding.c (dangling_coding_system_alias_p): New function.
|
|
|
9115 * file-coding.c (Ffind_coding_system):
|
|
|
9116 * file-coding.c (Fcopy_coding_system):
|
|
|
9117 * file-coding.c (encode_coding_no_conversion):
|
|
|
9118 * file-coding.c (syms_of_file_coding):
|
|
|
9119 * file-coding.c (vars_of_file_coding):
|
|
|
9120 Rewrite coding system alias code.
|
|
|
9121 Allow nested aliases, like symbolic links.
|
|
|
9122 Allow redefinition of coding system aliases.
|
|
|
9123 Prevent existence of dangling coding system aliases.
|
|
|
9124
|
|
|
9125 * dired.c (Fuser_name_completion_1):
|
|
|
9126 * dired.c (Fuser_name_all_completions):
|
|
|
9127 A crash would happen if user did QUIT in the middle of building
|
|
|
9128 user_name_cache. Remove redundant code in mainline and unwind_protect.
|
|
|
9129
|
|
|
9130 * lisp.h:
|
|
|
9131 * dynarr.c (Dynarr_min_size): Make static. Increase value to 8.
|
|
|
9132
|
|
|
9133 * lstream.c (make_fixed_buffer_input_stream): Take a void *, not
|
|
|
9134 an unsigned char *. Update all callers.
|
|
|
9135
|
|
|
9136 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
9137
|
|
|
9138 * callproc.c (Fcall_process_internal): Ignore Vbinary-process_output.
|
|
|
9139
|
|
|
9140 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
9141
|
|
|
9142 * elhash.c (hentry_description): Use more portable definition.
|
|
|
9143 (resize_hash_table): Initialize new hentries using
|
|
|
9144 xnew_array_and_zero, thereby simplifying the code.
|
|
|
9145
|
|
|
9146 * mule-charset.c (make_charset): Make sure entire object is
|
|
442
|
9147 initialized, to avoid Purify warnings.
|
|
440
|
9148
|
|
|
9149 * alloc.c (resize_string): Fix unlikely crash with big strings.
|
|
|
9150
|
|
|
9151 2000-01-24 Martin Buchholz <martin@xemacs.org>
|
|
|
9152
|
|
442
|
9153 * realpath.c (xrealpath):
|
|
440
|
9154 Don't call getwd().
|
|
|
9155
|
|
|
9156 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
9157
|
|
|
9158 * lread.c (read_bit_vector): Fix memory leak reading literal bit vectors.
|
|
|
9159
|
|
|
9160 1999-12-28 Max Matveev <max@melbourne.sgi.com>
|
|
|
9161
|
|
|
9162 * unexelfsgi.c (unexec): Change the way we decide which segment
|
|
|
9163 should be extended.
|
|
|
9164
|
|
|
9165 Assumption that .bss section should be outside the PT_LOADable
|
|
|
9166 segment. On IRIX with version 6.2 and above, .bss (or .sbss, if
|
|
|
9167 it's present) is inside the 'data' segment. This would fail the
|
|
|
9168 test which was used to find a segment to grow and cover new
|
|
|
9169 heap. Instead of this assumption, I created another one - on IRIX
|
|
|
9170 the segment to grow should start below .bss and it's address
|
|
|
9171 should extent above the end of .bss. Once this segment is
|
|
|
9172 identified, it's grown to accommodate the new heap and new
|
|
|
9173 zero-length .bss section is added at the end of .data2.
|
|
|
9174
|
|
|
9175 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
9176
|
|
|
9177 * eval.c (Feval): Wrong number of arguments should use original
|
|
|
9178 function, not the indirect_function version of it.
|
|
|
9179
|
|
|
9180 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
9181
|
|
|
9182 * glyphs-x.c (x_button_instantiate): Don't add image if
|
|
|
9183 it is not a pixmap.
|
|
|
9184 (x_locate_pixmap_file): Call Fexpand_file_name when file name
|
|
|
9185 is relative.
|
|
|
9186
|
|
|
9187 2000-01-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
9188
|
|
|
9189 * symeval.h (DEFVAR_LISP_MAGIC): Remove semicolon after macro
|
|
|
9190 declaration.
|
|
|
9191 (DEFVAR_INT_MAGIC): Ditto.
|
|
|
9192 (DEFVAR_BOOL_MAGIC): Ditto.
|
|
|
9193 * glyphs.h: Reindent backslash.
|
|
|
9194
|
|
|
9195 2000-01-24 Martin Buchholz <martin@xemacs.org>
|
|
|
9196
|
|
442
|
9197 * glyphs-widget.c (layout_query_geometry):
|
|
440
|
9198 (layout_layout): Use correct types for gheight, gwidth.
|
|
|
9199
|
|
|
9200 2000-01-24 Martin Buchholz <martin@xemacs.org>
|
|
|
9201
|
|
|
9202 * EmacsManager.c (QueryGeometry): Purified.
|
|
|
9203
|
|
|
9204 2000-01-23 Martin Buchholz <martin@xemacs.org>
|
|
|
9205
|
|
442
|
9206 * alloc.c (make_float): Make sure entire object is initialized, to
|
|
440
|
9207 avoid Purify warnings.
|
|
|
9208 (pdump_register_sub): Remove useless assignment.
|
|
|
9209 (pdump): Use xmalloc, not malloc.
|
|
|
9210 (pdump_load): Use xmalloc, not malloc.
|
|
|
9211
|
|
|
9212 2000-01-23 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
9213
|
|
442
|
9214 * callproc.c:
|
|
|
9215 * dired-msw.c:
|
|
|
9216 * fileio.c:
|
|
|
9217 * process-nt.c:
|
|
|
9218 * redisplay-msw.c:
|
|
440
|
9219 * sysdep.c: Removed redundant #include <windows.h>
|
|
|
9220
|
|
|
9221 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
9222
|
|
|
9223 * frame.c (delete_frame_internal): Do not delete device when its
|
|
|
9224 implementation so declares.
|
|
|
9225 (delete_frame_internal): Set device selected frame to nil when
|
|
442
|
9226 last frame goes away.
|
|
440
|
9227
|
|
|
9228 * device-msw.c (msprinter_device_system_metrics): Implemented.
|
|
|
9229 (mswindows_device_system_metrics): Added 'device-dpi property.
|
|
|
9230
|
|
|
9231 * device.c: (Fdevice_printer_p): Added.
|
|
|
9232 Added 'offset-workspace device metric.
|
|
|
9233
|
|
|
9234 * console.h (device_metrics): Declared DM_offset_workspace.
|
|
|
9235
|
|
|
9236 2000-01-23 Martin Buchholz <martin@xemacs.org>
|
|
|
9237
|
|
|
9238 * fileio.c (Ffile_truename): Remove pointless and confusing
|
|
|
9239 initialization of elen.
|
|
|
9240
|
|
|
9241 * glyphs-widget.c: Compiler warning fixes.
|
|
|
9242
|
|
|
9243 2000-01-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
9244
|
|
|
9245 * process.h (PROCESS_LIVE_P): Modify to take a Lisp_Process
|
|
|
9246 instead of a Lisp_Object as argument to make it consistent with
|
|
|
9247 the other LIVE_P macros.
|
|
|
9248 (CHECK_LIVE_PROCESS): New macro.
|
|
|
9249
|
|
|
9250 * process.c: Declare Qprocess_live_p.
|
|
|
9251 (Fprocess_live_p): New function.
|
|
|
9252 (create_process): Use PROCESS_LIVE_P.
|
|
|
9253 (read_process_output): Ditto.
|
|
|
9254 (set_process_filter): Ditto.
|
|
|
9255 (Fdelete_process): Ditto.
|
|
|
9256 (kill_buffer_processes): Ditto
|
|
|
9257 (process_send_signal): Use CHECK_LIVE_PROCESS.
|
|
|
9258 (Fprocess_input_coding_system): Check whether process is still
|
|
|
9259 alive (fix PR#1061).
|
|
|
9260 (Fprocess_output_coding_system): Ditto.
|
|
|
9261 (Fprocess_coding_system): Ditto.
|
|
|
9262 (Fset_process_input_coding_system): Ditto.
|
|
|
9263 (Fset_process_output_coding_system): Ditto.
|
|
|
9264
|
|
|
9265 2000-01-23 Andy Piper <andy@xemacs.org>
|
|
|
9266
|
|
|
9267 * glyphs.h (struct Lisp_Image_Instance): change format by unifying
|
|
|
9268 layout and widget.
|
|
|
9269
|
|
|
9270 * glyphs.c (mark_image_instance): take into account changed
|
|
|
9271 image_instance format.
|
|
|
9272 (image_instance_equal): ditto.
|
|
|
9273 (image_instance_hash): ditto.
|
|
|
9274
|
|
|
9275 * glyphs-widget.c (widget_instantiate): Incorporate layout
|
|
|
9276 instantiation here. Delay layout of the layout until later.
|
|
|
9277 (layout_instantiate): deleted.
|
|
|
9278 (layout_query_geometry): new function. get the geometry of a
|
|
|
9279 layout.
|
|
|
9280 (layout_layout): layout a layout dynamically.
|
|
|
9281 (image_instantiator_widget): New function - splitting up
|
|
|
9282 image_instantiator_format_create_glyphs_widget for netwinder
|
|
|
9283 compilation.
|
|
|
9284 (image_instantiator_buttons):
|
|
|
9285 (image_instantiator_edit_fields):
|
|
|
9286 (image_instantiator_combo_box):
|
|
|
9287 (image_instantiator_scrollbar):
|
|
|
9288 (image_instantiator_progress_guage):
|
|
|
9289 (image_instantiator_tree_view):
|
|
|
9290 (image_instantiator_tab_control):
|
|
|
9291 (image_instantiator_labels):
|
|
|
9292 (image_instantiator_layout): ditto.
|
|
442
|
9293 (image_instantiator_format_create_glyphs_widget): Call preceding
|
|
440
|
9294 functions.
|
|
|
9295
|
|
|
9296 2000-01-22 Martin Buchholz <martin@xemacs.org>
|
|
|
9297
|
|
|
9298 * process.c (Fset_process_coding_system):
|
|
442
|
9299 * device-x.c (Fx_keysym_hash_table):
|
|
440
|
9300 Docstring fixes.
|
|
|
9301
|
|
|
9302 * lstream.c (Lstream_write): Return documented value, not 0.
|
|
|
9303
|
|
442
|
9304 * fileio.c (directory_file_name):
|
|
|
9305 (Fsubstitute_in_file_name):
|
|
|
9306 (Fsubstitute_insert_file_contents_internal):
|
|
440
|
9307 (Fwrite_region_internal):
|
|
|
9308 * emacs.c:
|
|
|
9309 * sysdep.c:
|
|
442
|
9310 * getloadavg.c:
|
|
440
|
9311 * systty.h:
|
|
|
9312 Remove vestigial APOLLO-conditional code.
|
|
|
9313
|
|
|
9314 2000-01-21 Martin Buchholz <martin@xemacs.org>
|
|
|
9315
|
|
|
9316 * getpagesize.h: Add guard macros.
|
|
|
9317 * libsst.h: Add guard macros.
|
|
|
9318 * libst.h: Add guard macros.
|
|
|
9319 * line-number.h: Add guard macros.
|
|
|
9320 * ndir.h: Add guard macros.
|
|
|
9321 * sysfloat.h: Add guard macros.
|
|
|
9322 * sysfile.h: Add guard macros.
|
|
|
9323 * sysproc.h: Add guard macros.
|
|
|
9324 * syswait.h: Add guard macros.
|
|
|
9325 * xintrinsic.h: Add guard macros.
|
|
|
9326 * xintrinsicp.h: Add guard macros.
|
|
|
9327 * xmmanager.h: Add guard macros.
|
|
|
9328 * xmmanagerp.h: Add guard macros.
|
|
|
9329 * xmprimitive.h: Add guard macros.
|
|
|
9330 * xmu.h: Add guard macros.
|
|
|
9331 * gpmevent.h: Add copyright statement. Add guard macros.
|
|
|
9332 * miscplay.h: Add guard macros.
|
|
|
9333 * *.h: Use consistent C-standards-approved guard macro names.
|
|
|
9334
|
|
442
|
9335 * opaque.c (make_opaque): Switch parameter order.
|
|
440
|
9336 * opaque.h (make_opaque): Switch parameter order.
|
|
|
9337 Update all callers.
|
|
|
9338 * buffer.h (MAKE_MIRROR_TRT_TABLE): Use symbolic constant OPAQUE_CLEAR.
|
|
|
9339
|
|
|
9340 * config.h.in (type_checking_assert): Added.
|
|
|
9341 (bufpos_checking_assert): Added.
|
|
|
9342
|
|
|
9343 2000-01-21 Martin Buchholz <martin@xemacs.org>
|
|
|
9344
|
|
|
9345 * alloc.c: Harmless pdump changes.
|
|
|
9346 - Use countof().
|
|
|
9347 - spell alignment correctly.
|
|
|
9348 * sysdep.c: Use countof()
|
|
|
9349
|
|
|
9350 2000-01-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
9351
|
|
|
9352 * console.c (create_console): Use CONMETH_OR_GIVEN when calling
|
|
|
9353 initially_selected_for_input() console method, default to 0.
|
|
|
9354 (semi_canonicalize_console_connection): Try to delegate to
|
|
|
9355 canonicalize_console_connection if no such console method.
|
|
|
9356 (canonicalize_console_connection): Vice versa.
|
|
|
9357 (print_console): Do not print nil connection.
|
|
|
9358
|
|
|
9359 * console.h (XDEVIMPF_IS_A_PRINTER): Added.
|
|
|
9360 (XDEVIMPF_NO_AUTO_REDISPLAY): Added.
|
|
|
9361 (XDEVIMPF_FRAMELESS_OK): Added.
|
|
|
9362 (CONSOLE_INHERITS_METHOD): Added.
|
|
|
9363
|
|
|
9364 * console-msw.c (mswindows_canonicalize_console_connection):
|
|
|
9365 Added.
|
|
|
9366 (mswindows_canonicalize_device_connection): Added.
|
|
|
9367
|
|
|
9368 * console-msw.h (struct msprinter_device): Added this struct and
|
|
|
9369 accessor macros.
|
|
|
9370 (mswindows_device): Made fontlist a lisp object.
|
|
|
9371
|
|
|
9372 * device.c (semi_canonicalize_device_connection): Try to delegate
|
|
|
9373 to canonicalize_device_connection if no such console method.
|
|
|
9374 (canonicalize_device_connection): Vice versa.
|
|
|
9375 (print_device): Do not print nil connection.
|
|
|
9376
|
|
|
9377 * device-msw.c (mswindows_init_device): Call InitCommonControls
|
|
|
9378 when have widgets.
|
|
|
9379 (mswindows_delete_device): Removed fontlist deallocation.
|
|
|
9380 (mswindows_mark_device): Added.
|
|
|
9381
|
|
|
9382 * events.c (event_equal): Added abort() at unreached code.
|
|
|
9383 (event_hash): Ditto.
|
|
|
9384
|
|
|
9385 * faces.c (complex_vars_of_faces): Added Qmsprinter to the list of
|
|
|
9386 fallback tags of Windows devices.
|
|
|
9387
|
|
|
9388 * general.c (syms_of_general): Initialized Qmsprinter.
|
|
|
9389
|
|
|
9390 * gutter.c (complex_vars_of_gutters): Added Qmsprinter to the list
|
|
|
9391 of fallback tags of Windows devices.
|
|
|
9392
|
|
|
9393 * lisp.h: Declared Qmsprinter.
|
|
|
9394
|
|
|
9395 * objects-msw.c (font_enum_callback_2): Rewrote to build lisp list
|
|
|
9396 of strings.
|
|
|
9397 (mswindows_list_fonts): Ditto.
|
|
|
9398 (mswindows_enumerate_fonts): Removed dependency on XDEVICE, so
|
|
|
9399 that it can be used by both mswindows and msprinter devices.
|
|
|
9400 (initialize_font_instance): Added.
|
|
|
9401 (mswindows_initialize_font_instance): Use it.
|
|
|
9402 (msprinter_initialize_font_instance): Added.
|
|
|
9403
|
|
|
9404 * redisplay.c (redisplay_device): Added the parameter AUTOMATIC
|
|
|
9405 and implementation flags check.
|
|
|
9406 (redisplay_without_hooks): Changed the call to the above.
|
|
|
9407 (Fredraw_device): Ditto.
|
|
|
9408 (Fredisplay_device): Ditto.
|
|
|
9409
|
|
|
9410 * redisplay-msw.c (get_frame_dc): Implemented.
|
|
|
9411 (get_frame_compdc): Implemented.
|
|
|
9412 (many functions): Use the two functions above to get device
|
|
|
9413 contexts, ether for a window or a printer.
|
|
|
9414
|
|
|
9415 2000-01-21 Olivier Galibert <galibert@pobox.com>
|
|
|
9416
|
|
|
9417 * symbols.c (reinit_symbols_once_early): Put Qzero/Qnull_pointer
|
|
|
9418 initialization here.
|
|
|
9419 (init_symbols_once_early): Call it.
|
|
|
9420 * emacs.c (main_1): Call it.
|
|
|
9421 * symsinit.h: Declare it.
|
|
|
9422
|
|
|
9423 2000-01-19 Olivier Galibert <galibert@pobox.com>
|
|
|
9424
|
|
|
9425 * alloc.c: Use a lrecord_header * in the backtrace instead of a
|
|
|
9426 Lisp_Object.
|
|
|
9427 (pdump_backtrace): Ditto.
|
|
|
9428 (pdump_register_object): Ditto. Cleanup use of the pointers.
|
|
|
9429 (pdump_get_entry): Abort if trying to register a null pointer.
|
|
|
9430 (pdump_dump_data): Cleanup types when relocating.
|
|
|
9431 (pdump_dump_staticvec): Cleanup types w.r.t the reloc table.
|
|
|
9432 (pdump_dump_rtables): Remove bad casts.
|
|
|
9433 (pdump_load): Cleanup relocation w.r.t union type. Use a
|
|
|
9434 Lisp_Object instead of a EMACS_INT for the hashtable
|
|
|
9435 reorganization.
|
|
|
9436
|
|
|
9437 2000-01-20 Martin Buchholz <martin@xemacs.org>
|
|
|
9438
|
|
|
9439 * emacs.c (main_1): Rearrange morass of #ifdef's for correctness.
|
|
|
9440
|
|
|
9441 * callproc.c (call_process_cleanup): Isolate WINDOWSNT code for clarity.
|
|
|
9442
|
|
|
9443 * EmacsManager.c (GeometryManager): Avoid use of CPP for clarity.
|
|
|
9444
|
|
|
9445 * *.[ch]: global-replace 's/_of_xselect/_of_select_x/g' *.[ch]
|
|
|
9446
|
|
|
9447 2000-01-17 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
9448
|
|
|
9449 * faces.h (FACE_STRIKETHRU_P): Added.
|
|
|
9450
|
|
|
9451 * glyphs-msw.c (mswindows_widget_hfont): Implemented, to take care
|
|
|
9452 of font variants.
|
|
|
9453
|
|
|
9454 * redisplay-msw.c (mswindows_apply_face_effects): Deleted.
|
|
|
9455 (mswindows_set_dc_font): New function, aware of font variants,
|
|
|
9456 separated from mswindows_update_dc.
|
|
|
9457
|
|
|
9458 * objects-msw.h (struct mswindows_font_instance_data): Added
|
|
|
9459 definition.
|
|
|
9460
|
|
|
9461 * objects-msw.c (mswindows_finalize_font_instance): Delete all
|
|
|
9462 cached fonts and the data structure.
|
|
|
9463 (mswindows_initialize_font_instance): Added creation of font data
|
|
|
9464 structure.
|
|
|
9465 (mswindows_print_font_instance): Print at least something.
|
|
|
9466 (mswindows_create_font_variant): Implemented.
|
|
|
9467 (mswindows_get_hfont): Implemented.
|
|
|
9468
|
|
|
9469 2000-01-13 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
|
|
|
9470
|
|
|
9471 * dired-msw.c: permute "sysdir.h" with "sysfile.h" because of
|
|
|
9472 prototyping problem with msvc.
|
|
|
9473
|
|
|
9474 * emacs.c (main_1): added syms_of_gui_mswindows() call
|
|
|
9475
|
|
|
9476 * gui-msw.c: added "mswindows-shell-execute" lisp subr and
|
|
|
9477 syms_of_gui_mswindows() function
|
|
|
9478
|
|
|
9479 * symsinit.h: added the prototype for syms_of_gui_mswindows()
|
|
|
9480
|
|
438
|
9481 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
434
|
9482
|
|
438
|
9483 * XEmacs 21.2.27 is released.
|
|
432
|
9484
|
|
438
|
9485 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
430
|
9486
|
|
438
|
9487 * glyphs-eimage.c (struct tiff_error_struct):
|
|
|
9488 (tiff_error_func):
|
|
|
9489 (tiff_warning_func):
|
|
|
9490 #if HAVE_VSNPRINTF ==> #ifdef HAVE_VSNPRINTF
|
|
428
|
9491
|
|
438
|
9492 * unexmips.c:
|
|
|
9493 * unexhp9k3.c:
|
|
|
9494 * unexfreebsd.c:
|
|
|
9495 * unexec.c: Remove vestigial Lucid C code.
|
|
|
9496 * unexalpha.c:
|
|
|
9497 * unexaix.c:
|
|
|
9498 * termcap.c:
|
|
|
9499 * libsst.c: Ansify.
|
|
|
9500 Remove declarations of errno and strerror().
|
|
428
|
9501
|
|
438
|
9502 * eval.c (Fbacktrace): Small Purify-cation. Fix docstring.
|
|
428
|
9503
|
|
438
|
9504 * .dbxrc (run-temacs): Use the horrible ${1+"$@"} instead of "$@".
|
|
428
|
9505
|
|
438
|
9506 2000-01-16 Martin Buchholz <martin@xemacs.org>
|
|
428
|
9507
|
|
438
|
9508 * mule-charset.c (Fchar_octet): Resurrect from earlier in 1999.
|
|
|
9509 Optimize.
|
|
428
|
9510
|
|
438
|
9511 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
428
|
9512
|
|
438
|
9513 * md5.c:
|
|
|
9514 * file-coding.c:
|
|
428
|
9515 * file-coding.h:
|
|
438
|
9516 Change enum eol_type to eol_type_t.
|
|
428
|
9517
|
|
438
|
9518 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
428
|
9519
|
|
438
|
9520 * gui.c (get_gui_callback): Check cons before accessing car.
|
|
428
|
9521
|
|
438
|
9522 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
428
|
9523
|
|
438
|
9524 * specifier.h (XSPECIFIER_TYPE): Add error checking version.
|
|
|
9525 (XSETSPECIFIER_TYPE): Ditto.
|
|
428
|
9526
|
|
438
|
9527 2000-01-17 Didier Verna <didier@xemacs.org>
|
|
428
|
9528
|
|
438
|
9529 * redisplay.c (generate_fstring_runes): compute string size in
|
|
|
9530 characters, not bytes.
|
|
428
|
9531
|
|
438
|
9532 2000-01-09 Hrvoje Niksic <hniksic@iskon.hr>
|
|
428
|
9533
|
|
438
|
9534 * window.c (Fwindow_minibuffer_p): Make WINDOW optional.
|
|
428
|
9535
|
|
438
|
9536 2000-01-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
428
|
9537
|
|
438
|
9538 * print.c (print_error_message): Call print_prepare().
|
|
428
|
9539
|
|
438
|
9540 2000-01-14 Martin Buchholz <martin@xemacs.org>
|
|
428
|
9541
|
|
438
|
9542 * .dbxrc: Renamed from dbxrc.
|
|
428
|
9543
|
|
438
|
9544 * events.c (event_to_character):
|
|
|
9545 Use `assert (foo)' instead of `if (!foo) abort()'
|
|
428
|
9546
|
|
438
|
9547 * .gdbinit (xtype): Add documentation.
|
|
|
9548 * .gdbinit (check-temacs): New function.
|
|
|
9549 * .gdbinit (check-xemacs): New function.
|
|
|
9550 * dbxrc (check-xemacs): New function.
|
|
|
9551 * dbxrc (check-xemacs): New function.
|
|
428
|
9552
|
|
438
|
9553 2000-01-14 Andy Piper <andy@xemacs.org>
|
|
428
|
9554
|
|
438
|
9555 * glyphs-widget.c (widget_query_geometry): Make sure that we
|
|
|
9556 calculate default dimensions correctly.
|
|
428
|
9557
|
|
438
|
9558 2000-01-13 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
428
|
9559
|
|
438
|
9560 * symsinit.h: Added prototype for reinit_vars_of_frame_mswindows.
|
|
428
|
9561
|
|
438
|
9562 * event-msw.c (vars_of_event_mswindows): Fixed a mistyped
|
|
|
9563 pdump_wire'd variable.
|
|
428
|
9564
|
|
438
|
9565 * emacs.c: (main_1): Conditionalized calls to
|
|
|
9566 reinit_vars_of_scrollbar_x and reinit_vars_of_module.
|
|
428
|
9567
|
|
438
|
9568 2000-01-13 Martin Buchholz <martin@xemacs.org>
|
|
428
|
9569
|
|
438
|
9570 * window.c (Fset_window_configuration):
|
|
|
9571 * sysdep.c (_start):
|
|
|
9572 * input-method-motif.c (res):
|
|
|
9573 * event-Xt.c (Xt_process_to_emacs_event):
|
|
|
9574 Simple compiler warning fixes.
|
|
428
|
9575
|
|
438
|
9576 * bytecode.c (funcall_compiled_function): Use the original
|
|
|
9577 function symbol on the backtrace list in preference to the
|
|
|
9578 compiled_function object in error messages.
|
|
428
|
9579
|
|
438
|
9580 2000-01-13 Andy Piper <andy@xemacs.org>
|
|
428
|
9581
|
|
438
|
9582 * glyphs-x.c (update_widget_face): Make sure we update the widget
|
|
|
9583 background as well as foreground.
|
|
428
|
9584
|
|
438
|
9585 2000-01-13 Andy Piper <andy@xemacs.org>
|
|
428
|
9586
|
|
438
|
9587 * glyphs.h (struct Lisp_Image_Instance): Move justify and orient
|
|
|
9588 fields to subwindow.
|
|
|
9589 (IMAGE_INSTANCE_SUBWINDOW_JUSTIFY): new macro.
|
|
|
9590 (XIMAGE_INSTANCE_SUBWINDOW_JUSTIFY): ditto.
|
|
|
9591 (IMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
|
|
|
9592 (XIMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
|
|
428
|
9593
|
|
438
|
9594 * glyphs-widget.c (check_valid_tab_orientation): new function.
|
|
|
9595 (initialize_widget_image_instance): zero orientation and
|
|
|
9596 justification.
|
|
|
9597 (widget_instantiate): pick up orientation.
|
|
|
9598 (tab_control_query_geometry): return appropriate values for
|
|
|
9599 vertical tabs.
|
|
428
|
9600
|
|
438
|
9601 * glyphs-msw.c: (mswindows_tab_control_instantiate): assign
|
|
|
9602 appropriate creation flags for left, right and bottom tabs.
|
|
428
|
9603
|
|
438
|
9604 * s/cygwin32.h: add tab definitions.
|
|
428
|
9605
|
|
438
|
9606 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
428
|
9607
|
|
438
|
9608 * glyphs-msw.c (mswindows_unmap_subwindow): Set focus back to the
|
|
|
9609 frame upon hiding a subwindow.
|
|
|
9610 (mswindows_button_instantiate): Changed the push button style to
|
|
|
9611 BS_PUSHBUTTON.
|
|
|
9612 (mswindows_button_instantiate): Removed button BS_NOTIFY
|
|
|
9613 style.
|
|
|
9614 (mswindows_button_instantiate): Removed redundant check for
|
|
|
9615 a disabled gui item.
|
|
|
9616 (mswindows_button_instantiate): Made use of WS_TABSTOP
|
|
|
9617 consistent: "operable" controls (edit, button, tree, scroll) have
|
|
|
9618 this style, "display-only" ones (static, progress gauge) do
|
|
|
9619 not. This style is currently ignored by XEmacs though. Also,
|
|
|
9620 removed the WS_EX_CONTROLPARENT style - it is not for children,
|
|
|
9621 it is for their parents!
|
|
|
9622 (mswindows_edit_field_instantiate): Ditto.
|
|
|
9623 (mswindows_progress_gauge_instantiate): Ditto.
|
|
|
9624 (mswindows_tree_view_instantiate): Ditto.
|
|
|
9625 (mswindows_tab_control_instantiate): Ditto.
|
|
|
9626 (mswindows_scrollbar_instantiate): Ditto.
|
|
|
9627 (mswindows_combo_box_instantiate): Ditto.
|
|
|
9628 (mswindows_widget_instantiate): Added the WS_EX_CONTROLPARENT
|
|
|
9629 style to the "clip" window.
|
|
|
9630 (mswindows_button_instantiate): Removed compilation warning by
|
|
|
9631 equally typing terms of the ?: operator.
|
|
428
|
9632
|
|
438
|
9633 2000-01-12 Didier Verna <didier@xemacs.org>
|
|
428
|
9634
|
|
438
|
9635 * redisplay.c (generate_fstring_runes): new parameter holding the
|
|
|
9636 last modeline-format extent.
|
|
|
9637 (add_glyph_to_fstring_db_runes): new parameter holding the glyph
|
|
|
9638 extent, fill the glyph block with it.
|
|
|
9639 (generate_fstring_runes): handle these parameters.
|
|
|
9640 (generate_formatted_string_db): ditto.
|
|
428
|
9641
|
|
438
|
9642 * keymap.c (get_relevant_keymaps): retreive the keymaps from the
|
|
|
9643 glyphs'extents in the modeline.
|
|
428
|
9644
|
|
438
|
9645 1999-01-11 Mike Woolley <mike@bulsara.com>
|
|
428
|
9646
|
|
438
|
9647 * ntheap.c: Reduced the reserved heap space from 1Gb down to
|
|
|
9648 256Mb, as a workaround for the non-starting problem many people
|
|
|
9649 have experienced.
|
|
428
|
9650
|
|
438
|
9651 2000-01-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
428
|
9652
|
|
438
|
9653 * console-tty.c (Fset_console_tty_output_coding_system):
|
|
|
9654 Force redrawing tty frame.
|
|
428
|
9655
|
|
438
|
9656 2000-01-10 Didier Verna <didier@xemacs.org>
|
|
428
|
9657
|
|
438
|
9658 * redisplay.c (generate_fstring_runes): fix size computation bug.
|
|
428
|
9659
|
|
438
|
9660 2000-01-09 William M. Perry <wmperry@aventail.com>
|
|
428
|
9661
|
|
438
|
9662 * gpmevent.c: (gpm_next_event_cb): Don't return value from void function.
|
|
428
|
9663
|
|
438
|
9664 2000-01-09 Andy Piper <andy@xemacs.org>
|
|
428
|
9665
|
|
438
|
9666 * glyphs-msw.c: index -> i to avoid shadows.
|
|
|
9667 (xbm_create_bitmap_from_data): make static.
|
|
|
9668 (check_valid_string_or_int): deleted.
|
|
|
9669 (mswindows_control_wnd_proc): message -> msg to avoid shadows.
|
|
428
|
9670
|
|
438
|
9671 * glyphs-x.c (x_update_subwindow): remove unused args.
|
|
428
|
9672
|
|
438
|
9673 * glyphs.c (glyph_image_instance): return the thing. Don't set the
|
|
|
9674 back pointer - this is done in allocate_image_instance.
|
|
|
9675 (query_string_font): return Qnil to make the compiler happy.
|
|
|
9676 (unmap_subwindow): set to ~0 to make the compiler happy.
|
|
|
9677 (glyph_query_geometry): comment out until used.
|
|
|
9678 (glyph_layout): ditto.
|
|
428
|
9679
|
|
438
|
9680 2000-01-09 Hrvoje Niksic <hniksic@iskon.hr>
|
|
428
|
9681
|
|
438
|
9682 * insdel.c (signal_after_change): Remove extraneous unbind_to().
|