|
522
|
1 2001-05-09 Martin Buchholz <martin@xemacs.org>
|
|
|
2
|
|
|
3 * XEmacs 21.5.1 "anise" is released.
|
|
|
4
|
|
520
|
5 2001-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6
|
|
|
7 * buffer.c (Vcase_fold_search): Remove obsolete
|
|
|
8 comment about non ASCII case-fold-search. This
|
|
|
9 bug has been fixed by case-table changes.
|
|
|
10
|
|
519
|
11 2001-05-08 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
|
|
|
12
|
|
|
13 * mule-charset.c (Fmake_charset): Add missing else.
|
|
|
14
|
|
518
|
15 2001-05-07 Martin Buchholz <martin@xemacs.org>
|
|
|
16
|
|
|
17 * s/bsd386.h: Use NOT_C_CODE instead of `emacs' to protect Makefiles
|
|
|
18
|
|
517
|
19 2001-05-08 Martin Buchholz <martin@xemacs.org>
|
|
|
20
|
|
|
21 * s/bsdos4.h: Protect C code with #ifndef NOT_C_CODE.
|
|
|
22
|
|
516
|
23 2000-04-22 zhaoway <zw@debian.org>
|
|
|
24
|
|
|
25 * event-stream.c (is_scrollbar_event): Return 0 when XEmacs is
|
|
|
26 compiled without scrollbars.
|
|
|
27
|
|
513
|
28 2001-05-05 Martin Buchholz <martin@xemacs.org>
|
|
|
29
|
|
|
30 TTY configury portability improvements.
|
|
|
31 Support systems which use OXTABS instead of TAB3, without any s&m.
|
|
|
32 * s/bsd386.h: Remove definitions for system symbols TABDLY and OXTABS.
|
|
|
33 * s/freebsd.h: Likewise.
|
|
|
34 * s/gnu.h: Likewise.
|
|
|
35 * s/netbsd.h: Likewise.
|
|
|
36 * s/nextstep.h: Remove definitions for TAB3 and BSD_TERMIOS.
|
|
|
37 * systty.h:
|
|
|
38 Fix up (unused) tty tab delay/expansion code.
|
|
|
39 Better preprocessor symbol hygiene.
|
|
|
40 Remove BSD_TERMIOS cruft.
|
|
|
41 * sysdep.c (child_setup_tty): More careful code. Check for OXTABS.
|
|
|
42 * sysdep.c (tty_init_sys_modes_on_device):
|
|
|
43 Tab expansion disabling code was buggy. So I fixed it.
|
|
|
44 But it shouldn't have been done at all. So I also #if 0'ed it.
|
|
|
45
|
|
510
|
46 2001-05-06 Ben Wing <ben@xemacs.org>
|
|
|
47
|
|
|
48 * console-msw.h:
|
|
|
49 * device-msw.c:
|
|
|
50 * device-msw.c (print_dialog_worker):
|
|
|
51 * device-msw.c (mswindows_handle_print_dialog_box):
|
|
|
52 * device-msw.c (syms_of_device_mswindows):
|
|
|
53 * dialog-msw.c (mswindows_make_dialog_box_internal):
|
|
|
54 * general-slots.h:
|
|
|
55 implement printing the selection when it's selected.
|
|
|
56
|
|
|
57 unrelated:
|
|
|
58
|
|
|
59 * mule-charset.c (Fset_charset_ccl_program):
|
|
|
60 * mule-charset.c (invalidate_charset_font_caches):
|
|
|
61 force redisplay when set-charset-ccl-program called.
|
|
|
62
|
|
508
|
63 2001-05-04 Martin Buchholz <martin@xemacs.org>
|
|
|
64
|
|
|
65 * s/bsdos4.h (openpty): Add declaration, missing from system headers.
|
|
|
66
|
|
507
|
67 2001-05-05 Martin Buchholz <martin@xemacs.org>
|
|
|
68
|
|
|
69 * search.c (warn_about_possibly_incompatible_back_references):
|
|
|
70 Target of a DEFVAR_INT should be a Fixnum, not int.
|
|
|
71
|
|
506
|
72 2001-05-05 Ben Wing <ben@xemacs.org>
|
|
|
73
|
|
|
74 * console-msw.h:
|
|
|
75 * device-msw.c:
|
|
|
76 * device-msw.c (mswindows_get_default_margin):
|
|
|
77 * frame-msw.c (mswindows_size_frame_internal):
|
|
|
78 * frame-msw.c (msprinter_init_frame_1):
|
|
|
79 * frame-msw.c (vars_of_frame_mswindows):
|
|
|
80 Change top/bottom margin defaults to 0.5 inches.
|
|
|
81
|
|
502
|
82 2001-04-23 Ben Wing <ben@xemacs.org>
|
|
|
83
|
|
|
84 ------------ notable bug fix: Windows event code --------------
|
|
|
85
|
|
|
86 * event-msw.c (FAKE_MOD_QUIT):
|
|
|
87 * event-msw.c (mswindows_dequeue_dispatch_event):
|
|
|
88 * event-msw.c (mswindows_wnd_proc):
|
|
|
89 * event-msw.c (emacs_mswindows_quit_p):
|
|
|
90 Get critical quit working.
|
|
|
91
|
|
|
92 ------------ notable bug fix and new feature: regex code --------------
|
|
|
93
|
|
|
94 * lisp.h:
|
|
|
95 * regex.c:
|
|
|
96 * regex.c (enum):
|
|
|
97 * regex.c (print_compiled_pattern):
|
|
|
98 * regex.c (INIT_REG_TRANSLATE_SIZE):
|
|
|
99 * regex.c (regex_compile):
|
|
|
100 * regex.c (re_match_2_internal):
|
|
|
101 * regex.h:
|
|
|
102 * regex.h (RE_SYNTAX_AWK):
|
|
|
103 * regex.h (RE_SYNTAX_GREP):
|
|
|
104 * regex.h (RE_SYNTAX_EGREP):
|
|
|
105 * regex.h (RE_SYNTAX_POSIX_EGREP):
|
|
|
106 * regex.h (_RE_SYNTAX_POSIX_COMMON):
|
|
|
107 * regex.h (struct re_pattern_buffer):
|
|
|
108 * search.c:
|
|
|
109 * search.c (vars_of_search):
|
|
|
110 Shy groups were implemented in a horrible, half-assed way that
|
|
|
111 would cause them to screw up regex searching in most cases.
|
|
|
112 Fixed to work correctly.
|
|
|
113
|
|
|
114 Also extended back-reference syntax past 9. Only is recognized
|
|
|
115 as such if there are at least that many non-shy groups; and
|
|
|
116 optionally will warn about such uses, to catch old code that
|
|
|
117 might be using them differently. (Added variable to control
|
|
|
118 this in search.c -- `warn-about-possibly-incompatible-back-
|
|
|
119 references', on by default for the moment. Declared in lisp.h.
|
|
|
120
|
|
|
121 ---------------- process/SIGIO improvements -------------------
|
|
|
122
|
|
|
123 * process-unix.c:
|
|
|
124 * process-unix.c (get_internet_address):
|
|
|
125 * process-unix.c (unix_canonicalize_host_name):
|
|
|
126 * process-unix.c (unix_open_network_stream):
|
|
|
127 * process-unix.c (unix_open_multicast_group):
|
|
|
128 define USE_GETADDRINFO to replace more complex conditional,
|
|
|
129 and use it. the code conditionalized on this in
|
|
|
130 unix_open_network_stream had *serious* problems handling errors.
|
|
|
131 it's now fixed, and major amounts of duplicate code between
|
|
|
132 the two versions were combined.
|
|
|
133
|
|
|
134 don't disable SIGIO and other interrupts unless
|
|
|
135 CONNECT_NEEDS_SLOWED_INTERRUPTS is defined -- don't penalize OS's
|
|
|
136 without bugs. similarly for a freebsd bug that was affecting all
|
|
|
137 OS's.
|
|
|
138
|
|
|
139 * s\ultrix.h:
|
|
|
140 define CONNECT_NEEDS_SLOWED_INTERRUPTS, since that's the OS
|
|
|
141 mentioned as having a kernel bug.
|
|
|
142
|
|
|
143 * sysdep.c (request_sigio_on_device):
|
|
|
144 * sysdep.c (unrequest_sigio_on_device):
|
|
|
145 fix SIGIO problems on Linux. add check for O_ASYNC in case it's
|
|
|
146 defined and FASYNC isn't. add comment about other ways to do
|
|
|
147 SIGIO on Linux.
|
|
|
148
|
|
|
149 * callproc.c (Fold_call_process_internal):
|
|
|
150 * process.c (Fstart_process_internal):
|
|
|
151 Deal with the possibility that `default-directory' doesn't
|
|
|
152 have terminating slash. Correct comments about vfork.
|
|
|
153
|
|
|
154 ---------------- Miscellaneous bug fixes/cleanup -------------------
|
|
|
155
|
|
|
156 * callint.c (Finteractive):
|
|
|
157 Add lots of documentation -- exactly what the Lisp equivalents of
|
|
|
158 all the interactive specs are.
|
|
|
159
|
|
|
160 * console.h (struct console): change type of quit_char to Emchar.
|
|
|
161
|
|
|
162 * event-msw.c (lstream_type_create_mswindows_selectable): spacing
|
|
|
163 change.
|
|
|
164
|
|
|
165 * event-Xt.c:
|
|
|
166 * event-msw.c:
|
|
|
167 * event-stream.c:
|
|
|
168 * events-mod.h:
|
|
|
169 * events.c:
|
|
|
170 * events.h:
|
|
|
171 * frame-x.c:
|
|
|
172 * gpmevent.c:
|
|
|
173 * keymap.c:
|
|
|
174 Eliminate events-mod.h and combine into events.h.
|
|
|
175
|
|
|
176 * emacs.c:
|
|
|
177 * emacs.c (make_arg_list_1):
|
|
|
178 * emacs.c (main_1):
|
|
|
179 A couple of char->Extbyte changes, add a comment.
|
|
|
180
|
|
|
181 * glyphs-msw.c (mswindows_resource_instantiate):
|
|
|
182 * glyphs-msw.c (mswindows_xface_instantiate):
|
|
|
183 * glyphs-msw.c (mswindows_subwindow_instantiate):
|
|
|
184 * glyphs-msw.c (mswindows_widget_instantiate):
|
|
|
185 * glyphs-msw.c (mswindows_native_layout_instantiate):
|
|
|
186 * glyphs-msw.c (mswindows_button_instantiate):
|
|
|
187 * glyphs-msw.c (mswindows_edit_field_instantiate):
|
|
|
188 * glyphs-msw.c (mswindows_progress_gauge_instantiate):
|
|
|
189 * glyphs-msw.c (mswindows_tree_view_instantiate):
|
|
|
190 * glyphs-msw.c (mswindows_tab_control_instantiate):
|
|
|
191 * glyphs-msw.c (mswindows_label_instantiate):
|
|
|
192 * glyphs-msw.c (mswindows_scrollbar_instantiate):
|
|
|
193 * glyphs-msw.c (mswindows_combo_box_instantiate):
|
|
|
194 Correct indentation of function defns to not exceed 80 cols.
|
|
|
195 Try (sort of) to fix some code that sets the colors of the
|
|
|
196 progress gauge. (Commented out)
|
|
|
197
|
|
|
198 * keymap.c (syms_of_keymap):
|
|
|
199 use DEFSYMBOL.
|
|
|
200
|
|
|
201 * process.c (read_process_output):
|
|
|
202 No need to fiddle with zmacs_region_stays, now that bogus
|
|
|
203 clearing of it (see below) is removed.
|
|
|
204
|
|
|
205 * search.c (Freplace_match): warning fix.
|
|
|
206
|
|
|
207
|
|
500
|
208 2001-05-03 Martin Buchholz <martin@xemacs.org>
|
|
|
209
|
|
|
210 * s/aix4.h: Fix crash with xlc -O3.
|
|
|
211 Improve comment explaining how -O3 works.
|
|
|
212
|
|
498
|
213 2001-05-02 Jerry James <james@xemacs.org>
|
|
|
214
|
|
|
215 * faces.h (SET_FACE_PROPERTY): pass parameters to
|
|
|
216 Fadd_spec_to_specifier in the correct order.
|
|
|
217
|
|
493
|
218 2001-05-01 Martin Buchholz <martin@xemacs.org>
|
|
|
219
|
|
|
220 Fix link error with gcc 3.0 on Linux.
|
|
|
221 * terminfo.c (UP): Remove.
|
|
|
222 * terminfo.c (BC): Remove.
|
|
|
223 * terminfo.c (PC): Remove.
|
|
|
224 They weren't used, and in any case, these symbols should be
|
|
|
225 defined in the *library*.
|
|
|
226
|
|
490
|
227 2001-04-30 Martin Buchholz <martin@xemacs.org>
|
|
|
228
|
|
|
229 Make string hashing more efficient.
|
|
|
230 Makes intern much faster.
|
|
|
231 Makes hash tables containing strings faster.
|
|
|
232 * symbols.c (hash_string): A much better hash function.
|
|
|
233 Change prototype to return unsigned value.
|
|
|
234 (init_symbols_once_early): Use unsigned type for hash value.
|
|
|
235 (oblookup): Use unsigned type for hash value.
|
|
|
236
|
|
489
|
237 2001-04-04 Martin Buchholz <martin@xemacs.org>
|
|
|
238
|
|
|
239 * keymap.c (Fmap_keymap): Revert to previous implementation, since
|
|
|
240 elisp_maphash is now safe.
|
|
|
241
|
|
|
242 * elhash.c: Remove erroneously added comment.
|
|
|
243 * elhash.c (copy_compress_hentries): New.
|
|
|
244 (Fmaphash): Use copy_compress_hentries.
|
|
|
245 (elisp_maphash): Use copy_compress_hentries.
|
|
|
246 (elisp_map_remhash): Use copy_compress_hentries.
|
|
|
247 (elisp_maphash_unsafe): New.
|
|
|
248 * elhash.h: Add prototype for elisp_maphash_unsafe.
|
|
|
249
|
|
|
250 * elhash.c (Fmaphash):
|
|
|
251 Avoid crashes/unpredictable behavior if a hash table is modified
|
|
|
252 during a mapping function, perhaps indirectly via gc.
|
|
|
253 (free_hentries): New.
|
|
|
254 Avoid crash if a pdumped hash table is collected.
|
|
|
255 (maphash_unwind): New.
|
|
|
256
|
|
|
257 * tests.c: Add C-level hash table tests.
|
|
|
258
|
|
487
|
259 2001-04-28 Ben Wing <ben@xemacs.org>
|
|
|
260
|
|
|
261 * buffer.c (Ferase_buffer):
|
|
|
262 * editfns.c (buffer_insert1):
|
|
|
263 * editfns.c (Finsert_before_markers):
|
|
|
264 * editfns.c (Finsert_string):
|
|
|
265 * editfns.c (Finsert_char):
|
|
|
266 * editfns.c (Fdelete_region):
|
|
|
267 * editfns.c (Fwiden):
|
|
|
268 * editfns.c (Fnarrow_to_region):
|
|
|
269 remove bogus lines setting zmacs_region_stays to 0.
|
|
|
270
|
|
|
271 * scrollbar-msw.c (mswindows_handle_mousewheel_event):
|
|
|
272 remove debug lines.
|
|
|
273
|
|
|
274 2001-03-08 Mike Alexander <mta@arbortext.com>
|
|
|
275
|
|
|
276 * event-msw.c (mswindows_need_event_in_modal_loop):
|
|
|
277 Don't dispatch a message if we didn't get one.
|
|
|
278 (mswindows_need_event):
|
|
|
279 Terminate the correct process when one exits instead of the first
|
|
|
280 one on Vprocess_list and look for process termination when in
|
|
|
281 mswindows_protect_modal_loop.
|
|
|
282
|
|
479
|
283 2001-04-20 Ben Wing <ben@xemacs.org>
|
|
|
284
|
|
|
285 * .cvsignore: Added stuff for Windows.
|
|
|
286
|
|
|
287 2001-04-15 Ben Wing <ben@xemacs.org>
|
|
|
288
|
|
|
289 * cmdloop.c (call_command_loop):
|
|
|
290 Fix braino in bit-rotting code.
|
|
|
291
|
|
|
292 * event-stream.c:
|
|
|
293 * event-stream.c (Fnext_event):
|
|
|
294 * event-stream.c (is_scrollbar_event):
|
|
|
295 * event-stream.c (execute_command_event):
|
|
|
296 Better fix for Yoshiki's `C-x @ h <scrollbar-drag> x causes a
|
|
|
297 crash' problem. His fix introduces other problems. We filter
|
|
|
298 out scrollbar events specifically, making them somewhat invisible
|
|
|
299 to command-building, and not appearing in `this-command-keys'.
|
|
|
300 More work is still needed (see comments in event-stream.c), but
|
|
|
301 this fixes all the major problems.
|
|
|
302
|
|
475
|
303 2001-04-15 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
304
|
|
|
305 * process-unix.c (unix_open_network_stream): If connect() fails
|
|
|
306 invalidate file descriptor after closing it.
|
|
|
307
|
|
472
|
308 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
|
309
|
|
|
310 * XEmacs 21.5.0 "alfalfa" is released.
|
|
|
311
|
|
469
|
312 2001-03-31 Mike Sperber <mike@xemacs.org>
|
|
|
313
|
|
|
314 * search.c (Freplace_match): [Again] support FSF-style
|
|
|
315 specification of match subexpression when applied to a buffer.
|
|
|
316
|
|
468
|
317 2001-04-07 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
|
318
|
|
|
319 * extents.c (Fset_extent_endpoints): Force creation of extent info
|
|
|
320 in buffer_or_string.
|
|
|
321
|
|
|
322 2001-04-07 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
|
323
|
|
|
324 * extents.c (process_extents_for_insertion_mapper): Correctly
|
|
|
325 check for open-open zero-length extents.
|
|
|
326
|
|
464
|
327 2001-04-02 Jan Vroonhof <jan@xemacs.org>
|
|
|
328
|
|
|
329 * redisplay.c (add_bufbyte_string_runes): Update data->bytepos
|
|
|
330
|
|
|
331 2001-04-03 Mike Sperber <mike@xemacs.org>
|
|
|
332
|
|
|
333 * search.c: Revert previous patch due because of release.
|
|
|
334
|
|
|
335 2001-03-30 Ben Wing <ben@xemacs.org>
|
|
|
336
|
|
|
337 * s\cygwin32.h:
|
|
|
338 Add missing killpg prototype.
|
|
|
339
|
|
|
340 * elhash.c:
|
|
|
341 Add a comment about fixing problems when a new entry is added
|
|
|
342 while mapping.
|
|
|
343
|
|
|
344 * frame-msw.c (mswindows_init_frame_1):
|
|
|
345 Fix compile warnings.
|
|
|
346
|
|
|
347 * menubar.c (vars_of_menubar):
|
|
|
348 Provide `menu-accelerator-support' to indicate that we properly
|
|
|
349 support %_ in menu specifications, so that package code can
|
|
|
350 conditionalize on this (and remove %_ from menu specifications
|
|
|
351 on older versions).
|
|
|
352
|
|
|
353 * event-msw.c:
|
|
|
354 * scrollbar-msw.c:
|
|
|
355 * scrollbar-msw.c (can_scroll):
|
|
|
356 * scrollbar-msw.h:
|
|
|
357 Fix handling of mouse wheel under Windows to follow standards --
|
|
|
358 now scrolls window under pointer, not selected window.
|
|
|
359
|
|
|
360 2001-03-31 Mike Sperber <mike@xemacs.org>
|
|
|
361
|
|
|
362 * search.c (Freplace_match): Support FSF-style specification of
|
|
|
363 match subexpression when applied to a buffer.
|
|
|
364
|
|
|
365 2001-03-15 Martin Buchholz <martin@xemacs.org>
|
|
|
366
|
|
|
367 * keymap.c (Fmap_keymap): map-keymap explicitly allows a mapping
|
|
|
368 function to modify KEYMAP, so map over a copy of the hash table.
|
|
|
369
|
|
462
|
370 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
|
371
|
|
|
372 * XEmacs 21.2.46 "Urania" is released.
|
|
|
373
|
|
|
374 2001-03-20 Dan Holmsand <dan@eyebee.com>
|
|
|
375
|
|
|
376 * realpath.c (xrealpath): Make file-truename work with symlinks to
|
|
|
377 /cygdrive paths on cygwin. Always lowercase drive-letters on
|
|
|
378 native windows.
|
|
|
379 (cygwin_readlink): Don't try to find canonical filename unless
|
|
|
380 file exists.
|
|
|
381
|
|
|
382 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
383
|
|
|
384 * ChangeLog: Log GTK merge.
|
|
|
385
|
|
|
386 * dumper.c:
|
|
|
387 * select-x.c:
|
|
|
388 * specifier.c:
|
|
|
389 * symeval.h:
|
|
|
390 Revert gratuitous whitespace changes from GTK merge.
|
|
|
391
|
|
|
392 * emacs.c: Document end of complex #ifdef @ l. 1495.
|
|
|
393
|
|
|
394
|
|
|
395 2001-03-12 Andy Piper <andy@xemacs.org>
|
|
|
396
|
|
|
397 * mingw32.h: unfortunately cygnus changed mingw32 -> mingw so we
|
|
|
398 have to do likewise.
|
|
|
399
|
|
|
400 2001-03-12 Andy Piper <andy@xemacs.org>
|
|
|
401
|
|
|
402 * sysdep.c: we only support mingw now.
|
|
|
403
|
|
|
404 2001-03-09 Andy Piper <andy@xemacs.org>
|
|
|
405
|
|
|
406 * unexcw.c (copy_executable_and_dump_data_section): making approx
|
|
|
407 overrun a warning only.
|
|
|
408
|
|
|
409 2001-03-10 William M. Perry <wmperry@aventail.com>
|
|
|
410
|
|
|
411 * faces.c (complex_vars_of_faces): Rewrote the font mucking to
|
|
|
412 satisfy Stephen's identical-after-cpp plea.
|
|
|
413
|
|
|
414 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
|
415
|
|
|
416 * cmds.c:
|
|
|
417 * cmds.c (Fforward_char):
|
|
|
418 * syntax.c:
|
|
|
419 * window.c:
|
|
|
420
|
|
|
421 Augment documentation of the most common motion commands to make
|
|
|
422 note of the shifted-motion support.
|
|
|
423
|
|
|
424 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
|
425
|
|
|
426 * nt.c (mswindows_fstat):
|
|
|
427 * nt.c (mswindows_stat):
|
|
|
428 * search.c (boyer_moore):
|
|
|
429 Fix compile warnings under Windows.
|
|
|
430
|
|
|
431 * sysdep.c (sys_readdir):
|
|
|
432 Fix buggy filename-conversion code under Mule.
|
|
|
433
|
|
|
434 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
|
435
|
|
|
436 * Makefile.in.in:
|
|
|
437 * config.h.in:
|
|
|
438 * console.c:
|
|
|
439 * console.h:
|
|
|
440 * device.c:
|
|
|
441 * device.h:
|
|
|
442 * dragdrop.c:
|
|
|
443 * emacs.c:
|
|
|
444 * event-stream.c:
|
|
|
445 * events.c:
|
|
|
446 * events.h:
|
|
|
447 * faces.c:
|
|
|
448 * frame.h:
|
|
|
449 * general-slots.h:
|
|
|
450 * glyphs.c:
|
|
|
451 * gutter.c:
|
|
|
452 * inline.c:
|
|
|
453 * lisp.h:
|
|
|
454 * lrecord.h:
|
|
|
455 * make-src-depend:
|
|
|
456 * redisplay-output.c:
|
|
|
457 * redisplay.c:
|
|
|
458 * symsinit.h:
|
|
|
459 * sysfile.h:
|
|
|
460 * toolbar.c:
|
|
|
461 * window.c:
|
|
|
462 The Great GTK Merge.
|
|
|
463
|
|
|
464 * ChangeLog.GTK:
|
|
|
465 * console-gtk.c:
|
|
|
466 * console-gtk.h:
|
|
|
467 * device-gtk.c:
|
|
|
468 * emacs-marshals.c:
|
|
|
469 * emacs-widget-accessors.c:
|
|
|
470 * event-gtk.c:
|
|
|
471 * frame-gtk.c:
|
|
|
472 * gccache-gtk.c:
|
|
|
473 * gccache-gtk.h:
|
|
|
474 * glade.c:
|
|
|
475 * glyphs-gtk.c:
|
|
|
476 * glyphs-gtk.h:
|
|
|
477 * gtk-glue.c:
|
|
|
478 * gtk-xemacs.c:
|
|
|
479 * gtk-xemacs.h:
|
|
|
480 * gui-gtk.c:
|
|
|
481 * gui-gtk.h:
|
|
|
482 * menubar-gtk.c:
|
|
|
483 * native-gtk-toolbar.c:
|
|
|
484 * objects-gtk.c:
|
|
|
485 * objects-gtk.h:
|
|
|
486 * redisplay-gtk.c:
|
|
|
487 * scrollbar-gtk.c:
|
|
|
488 * scrollbar-gtk.h:
|
|
|
489 * select-gtk.c:
|
|
|
490 * toolbar-gtk.c:
|
|
|
491 * ui-byhand.c:
|
|
|
492 * ui-gtk.c:
|
|
|
493 * ui-gtk.h:
|
|
|
494 The Great GTK Merge: new files.
|
|
|
495
|
|
|
496 2001-02-26 Ben Wing <ben@xemacs.org>
|
|
|
497
|
|
|
498 Reapplied Lstream change.
|
|
|
499
|
|
|
500 2001-02-26 Ben Wing <ben@xemacs.org>
|
|
|
501
|
|
|
502 Undid the last change, since it is more controversial than I
|
|
|
503 thought. It should be back in at some point soon.
|
|
|
504
|
|
|
505 2001-02-25 Ben Wing <ben@xemacs.org>
|
|
|
506
|
|
|
507 * buffer.c:
|
|
|
508 * callproc.c (Fold_call_process_internal):
|
|
|
509 * event-msw.c (ntpipe_slurp_reader):
|
|
|
510 * event-msw.c (ntpipe_shove_writer):
|
|
|
511 * event-msw.c (winsock_reader):
|
|
|
512 * event-msw.c (winsock_writer):
|
|
|
513 * file-coding.c:
|
|
|
514 * file-coding.c (detect_eol_type):
|
|
|
515 * file-coding.c (detect_coding_type):
|
|
|
516 * file-coding.c (determine_real_coding_system):
|
|
|
517 * file-coding.c (Fdetect_coding_region):
|
|
|
518 * file-coding.c (decoding_reader):
|
|
|
519 * file-coding.c (decoding_writer):
|
|
|
520 * file-coding.c (mule_decode):
|
|
|
521 * file-coding.c (Fdecode_coding_region):
|
|
|
522 * file-coding.c (encoding_reader):
|
|
|
523 * file-coding.c (encoding_writer):
|
|
|
524 * file-coding.c (mule_encode):
|
|
|
525 * file-coding.c (Fencode_coding_region):
|
|
|
526 * file-coding.c (detect_coding_sjis):
|
|
|
527 * file-coding.c (decode_coding_sjis):
|
|
|
528 * file-coding.c (encode_coding_sjis):
|
|
|
529 * file-coding.c (detect_coding_big5):
|
|
|
530 * file-coding.c (decode_coding_big5):
|
|
|
531 * file-coding.c (encode_coding_big5):
|
|
|
532 * file-coding.c (detect_coding_ucs4):
|
|
|
533 * file-coding.c (decode_coding_ucs4):
|
|
|
534 * file-coding.c (encode_coding_ucs4):
|
|
|
535 * file-coding.c (detect_coding_utf8):
|
|
|
536 * file-coding.c (decode_coding_utf8):
|
|
|
537 * file-coding.c (encode_coding_utf8):
|
|
|
538 * file-coding.c (detect_coding_iso2022):
|
|
|
539 * file-coding.c (decode_coding_iso2022):
|
|
|
540 * file-coding.c (encode_coding_iso2022):
|
|
|
541 * file-coding.c (decode_coding_no_conversion):
|
|
|
542 * file-coding.c (encode_coding_no_conversion):
|
|
|
543 * glyphs-x.c (write_lisp_string_to_temp_file):
|
|
|
544 * gpmevent.c (tty_get_foreign_selection):
|
|
|
545 * lisp.h:
|
|
|
546 * lstream.c:
|
|
|
547 * lstream.c (Lstream_flush_out):
|
|
|
548 * lstream.c (Lstream_adding):
|
|
|
549 * lstream.c (Lstream_write_1):
|
|
|
550 * lstream.c (Lstream_write):
|
|
|
551 * lstream.c (Lstream_raw_read):
|
|
|
552 * lstream.c (Lstream_read_more):
|
|
|
553 * lstream.c (Lstream_read):
|
|
|
554 * lstream.c (Lstream_unread):
|
|
|
555 * lstream.c (Lstream_fputc):
|
|
|
556 * lstream.c (stdio_reader):
|
|
|
557 * lstream.c (stdio_writer):
|
|
|
558 * lstream.c (filedesc_reader):
|
|
|
559 * lstream.c (filedesc_writer):
|
|
|
560 * lstream.c (lisp_string_reader):
|
|
|
561 * lstream.c (struct fixed_buffer_stream):
|
|
|
562 * lstream.c (make_fixed_buffer_input_stream):
|
|
|
563 * lstream.c (make_fixed_buffer_output_stream):
|
|
|
564 * lstream.c (fixed_buffer_reader):
|
|
|
565 * lstream.c (fixed_buffer_writer):
|
|
|
566 * lstream.c (struct resizing_buffer_stream):
|
|
|
567 * lstream.c (resizing_buffer_writer):
|
|
|
568 * lstream.c (dynarr_writer):
|
|
|
569 * lstream.c (lisp_buffer_reader):
|
|
|
570 * lstream.c (lisp_buffer_writer):
|
|
|
571 * lstream.h:
|
|
|
572 * lstream.h (lstream_implementation):
|
|
|
573 * lstream.h (struct lstream):
|
|
|
574 * md5.c (Fmd5):
|
|
|
575 * process-nt.c (nt_send_process):
|
|
|
576 * process-unix.c (unix_send_process):
|
|
|
577
|
|
|
578 Correct Lstream lossage due to mixing of signed and unsigned
|
|
|
579 quantities. All Lstream uses of size_t and ssize_t are now a
|
|
|
580 single signed data type Lstream_data_count. This fixes problems
|
|
|
581 under Windows with sending large quantities of data to a process,
|
|
|
582 and may well fix other subtle bugs.
|
|
|
583
|
|
460
|
584 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
|
585
|
|
|
586 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
|
587
|
|
|
588 2001-02-21 Martin Buchholz <martin@xemacs.org>
|
|
|
589
|
|
|
590 * lisp-union.h (XSETINT):
|
|
|
591 (XSETCHAR):
|
|
|
592 (XSETOBJ):
|
|
|
593 Reverse previous change of 2001-02-06.
|
|
|
594
|
|
|
595 2001-02-20 Matt Tucker <tuck@whistlingfish.net>
|
|
|
596
|
|
|
597 Fix `VALID_BYTIND_P' crashes in regex.c when using narrowed
|
|
|
598 buffers.
|
|
|
599 * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR):
|
|
|
600 * syntax.h (SYNTAX_CACHE_OBJECT_BYTE_TO_CHAR):
|
|
|
601 Add `BI_BUF_BEGV' to bytepos before calculating bufpos.
|
|
|
602 * regex.c (POS_AS_IN_BUFFER): removed
|
|
|
603 * regex.c (re_search_2):
|
|
|
604 * regex.c (re_match_2):
|
|
|
605 Don't use an offset of 1 when calculating buffer positions, since
|
|
|
606 `BI_BUF_BEGV' does it already.
|
|
|
607
|
|
|
608 2001-02-18 Wim Dumon <wim@easics.be>
|
|
|
609
|
|
|
610 * insdel.c (prepare_to_modify_buffer): Also check for
|
|
|
611 supersession when clash-detection is enabled.
|
|
|
612
|
|
|
613 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
|
|
|
614
|
|
|
615 * regex.c (re_match_2_internal):
|
|
|
616 Convert temp characters from 'const unsigned char' to 're_char'.
|
|
|
617 Fix crashing bug with extended characters under mule.
|
|
|
618 * syntax.c (Qsyntax_table): Moved from vars_of_syntax to
|
|
|
619 syms_of_syntax. Use defsymbol to define. Fixes hanging bug with
|
|
|
620 font-lock, pdump, and new syntax-table code.
|
|
|
621 * syntax.c (find_start_of_comment):
|
|
|
622 (find_end_of_comment):
|
|
|
623 (forward-comment):
|
|
|
624 Fix crashing bugs involving moving beyond end of buffer.
|
|
|
625 * syntax.c (find_start_of_comment):
|
|
|
626 Fixed logic to allow proper detection of cases where the same
|
|
|
627 character is used to end both a two-char comment start and a
|
|
|
628 two-char comment end sequence. Fixes `(forward-comment -1)'.
|
|
|
629 * syntax.c (find_start_of_comment):
|
|
|
630 Return position just past last comment-end character for all cases
|
|
|
631 (previously was only done for two-char comment-end sequences).
|
|
|
632 * syntax.c (forward-comment):
|
|
|
633 Take value returned from `find_end_of_comment', rather than
|
|
|
634 incrementing it.
|
|
|
635 * syntax.h (SYNTAX_CACHE_BYTE_TO_CHAR):
|
|
|
636 Properly deal with BUFFERP (syntax_cache.object)
|
|
|
637
|
|
|
638 2001-02-17 Martin Buchholz <martin@xemacs.org>
|
|
|
639
|
|
|
640 * alloc.c (Fgarbage_collect):
|
|
|
641 * alloc.c (make_bit_vector_from_byte_vector):
|
|
|
642 -Wsign-compare-correctness.
|
|
|
643
|
|
|
644 2001-02-16 Martin Buchholz <martin@xemacs.org>
|
|
|
645
|
|
|
646 * lisp-union.h (XSETINT): Eliminate unnecessary temp var.
|
|
|
647 (XSETCHAR): Likewise.
|
|
|
648 (XSETOBJ): Likewise.
|
|
|
649
|
|
|
650 2001-02-15 Martin Buchholz <martin@xemacs.org>
|
|
|
651
|
|
|
652 * mule-canna.c (canna-func-delete_previous):
|
|
|
653 Rename to canna-func-delete-previous.
|
|
|
654
|
|
|
655 2001-02-14 Martin Buchholz <martin@xemacs.org>
|
|
|
656
|
|
|
657 * mule-ccl.c (ccl_driver): Warning suppression. Use countof.
|
|
|
658
|
|
|
659 2001-02-13 Matt Tucker <tuck@whistlingfish.net>
|
|
|
660
|
|
|
661 * font-lock.c (find_context): Fix C++ compile errors introduced by
|
|
|
662 recent patch
|
|
|
663
|
|
|
664 2001-02-13 Martin Buchholz <martin@xemacs.org>
|
|
|
665
|
|
|
666 * s/aix4.h: Later versions of IBM C compiler need a bug workaround
|
|
|
667 pragma, but earlier ones barf on the same pragma.
|
|
|
668
|
|
|
669 2001-02-06 Mike Sperber <mike@xemacs.org>
|
|
|
670
|
|
|
671 * emacs.c (complex_vars_of_emacs): Add `mule-lisp-directory' and
|
|
|
672 `configure-mule-lisp-directory'.
|
|
|
673
|
|
|
674 2001-02-12 Martin Buchholz <martin@xemacs.org>
|
|
|
675
|
|
|
676 Make sure dump-id.c is compiled in the same way as other .c's.
|
|
|
677 Fixes pdump compilation failure with HP's cc, which defaults to K&R.
|
|
|
678 * dump-id.h: Remove.
|
|
|
679 * emacs.c: Move dump-id.h into dumper.h.
|
|
|
680 * dumper.h: Move dump-id.h into dumper.h.
|
|
|
681 * Makefile.in.in:
|
|
|
682 Use standard .c.o rule for building dump-id.o.
|
|
|
683 Remove preprocessor flags from link command.
|
|
|
684 Add dump-id.o to ${otherobjs} if PDUMP.
|
|
|
685
|
|
|
686 2001-02-07 Matt Tucker <tuck@whistlingfish.net>
|
|
|
687
|
|
|
688 Port FSF 20.7 syntax table improvements.
|
|
|
689 * syntax.c.
|
|
|
690 * syntax.h.
|
|
|
691
|
|
|
692 Fixups for new syntax table stuff.
|
|
|
693 * dired.c: Include syntax.c.
|
|
|
694 (Fdirectory_files): Initialize regex_match_object and
|
|
|
695 regex_emacs_buffer.
|
|
|
696 * extents.h: EXFUN Fnext_extent_change, Fprevious_extent_change,
|
|
|
697 and Fget_char_property.
|
|
|
698
|
|
|
699 Use ported FSF 20.7 syntax table improvements.
|
|
|
700 * font-lock.c.
|
|
|
701 * regex.c.
|
|
|
702 * search.c.
|
|
|
703
|
|
|
704 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
705
|
|
|
706 * regex.c (Boolean): Renamed to `re_bool', to avoid conflict with
|
|
|
707 Unixware's enum boolean from sys/types.h.
|
|
|
708
|
|
|
709 2001-02-10 Martin Buchholz <martin@xemacs.org>
|
|
|
710
|
|
|
711 Fix support for building with latest Purify.
|
|
|
712 * Makefile.in.in (PURIFY_LIBS): Remove thread flags.
|
|
|
713 (PURIFY_FLAGS): Likewise.
|
|
|
714
|
|
|
715 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
716
|
|
|
717 * fileio.c (lisp_string_set_file_times): New.
|
|
|
718 * fileio.c (Fcopy_file): Use it.
|
|
|
719 Fixes bug:
|
|
|
720 (copy-file filename non-ascii-filename t t)
|
|
|
721 ==> No such file or directory, non-ascii-filename
|
|
|
722
|
|
|
723 2001-02-10 Martin Buchholz <martin@xemacs.org>
|
|
|
724
|
|
|
725 * glyphs-x.c (generate_cursor_fg_bg): Avoid a warning.
|
|
|
726 USHRT_MAX seems clearer than ~0 anyways.
|
|
|
727
|
|
|
728 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
729
|
|
|
730 dumper improvements. Inspired by Olivier.
|
|
|
731 * dumper.c (pdump_max_align): New.
|
|
|
732 * dumper.c (pdump_add_entry): Use pdump_max_align.
|
|
|
733 * dumper.c (pdump_get_entry_list): Likewise.
|
|
|
734 * dumper.c (pdump_scan_by_alignment): Likewise.
|
|
|
735 Don't iterate through unnecessary alignments.
|
|
|
736 * dumper.c (pdump_file_get): No need to align result of malloc().
|
|
|
737 * dumper.c (pdump_mallocadr): Remove.
|
|
|
738 The result of malloc() is guaranteed to be maximally aligned.
|
|
|
739 * dumper.c: s/elmt/elt/g;
|
|
|
740 * dumper.c (pdump_object_table): Allocate dynamically, not statically.
|
|
|
741 * dumper.c (pdump_alert_undump_object): Likewise.
|
|
|
742 * dumper.c (pdump_align_table):
|
|
|
743 Don't support alignments > 64.
|
|
|
744 Store ALIGNOF's, not shift counts, in table.
|
|
|
745
|
|
|
746 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
747
|
|
|
748 * s/mingw32.h (HAVE_STRUCT_UTIMBUF): Remove.
|
|
|
749 * s/windowsnt.h (HAVE_STRUCT_UTIMBUF): Remove.
|
|
|
750 * systime.h: Use HAVE_UTIME.
|
|
|
751 * sysdep.c (struct utimbuf): Remove.
|
|
|
752 * sysdep.c (set_file_times): Prefer utime() to utimes().
|
|
|
753 * config.h.in (HAVE_UTIME): New.
|
|
|
754 * config.h.in (HAVE_UTIME_H): Remove.
|
|
|
755 * config.h.in (HAVE_STRUCT_UTIMBUF): Remove.
|
|
|
756
|
|
|
757 2001-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
758
|
|
|
759 * s/aix4.h: Hide #pragmas inside #ifndef NOT_C_CODE.
|
|
|
760
|
|
|
761 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
|
762
|
|
|
763 * s/irix6-0.h: Use the standard system memmove, not bcopy.
|
|
|
764
|
|
458
|
765 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
|
766
|
|
|
767 * XEmacs 21.2.44 "Thalia" is released.
|
|
|
768
|
|
|
769 2001-02-06 Martin Buchholz <martin@xemacs.org>
|
|
|
770
|
|
|
771 Fixes crashes in kill-emacs on some systems.
|
|
|
772 * process-unix.c (unix_kill_child_process):
|
|
|
773 It's OK for kill() to fail with ESRCH.
|
|
|
774
|
|
|
775 2001-02-07 Martin Buchholz <martin@xemacs.org>
|
|
|
776
|
|
|
777 Contortions to make .gdbinit tricks work on most systems.
|
|
|
778 * alloc.c (dbg_inhibit_dbg_symbol_deletion): Keep debugger info.
|
|
|
779 * alloc.c (dbg_valmask): Make non-const.
|
|
|
780 * alloc.c (dbg_typemask): Make non-const.
|
|
|
781 * alloc.c (dbg_USE_UNION_TYPE): Make non-const.
|
|
|
782 * alloc.c (dbg_valbits): Make non-const.
|
|
|
783 * alloc.c (dbg_gctypebits): Make non-const.
|
|
|
784 * .gdbinit (decode_object): Make it work with AIX cc.
|
|
|
785
|
|
|
786 2001-02-06 Martin Buchholz <martin@xemacs.org>
|
|
|
787
|
|
|
788 * elhash.c (make_general_lisp_hash_table):
|
|
|
789 Use simpler and more efficient calloc to clear entries.
|
|
|
790
|
|
|
791 2001-02-07 Martin Buchholz <martin@xemacs.org>
|
|
|
792
|
|
|
793 * window.c (window_scroll): Work around an AIX C compiler bug.
|
|
|
794 Fixes 'scroll-up' does nothing problem with xlC.
|
|
|
795
|
|
|
796 2001-02-05 Martin Buchholz <martin@xemacs.org>
|
|
|
797
|
|
|
798 * .gdbinit: Remove obsolete comment.
|
|
|
799
|
|
|
800 2001-01-31 Mike Alexander <mta@arbortext.com>
|
|
|
801
|
|
|
802 * select.c (Fown_selection_internal): Set owned_p for device
|
|
|
803 method correctly.
|
|
|
804
|
|
|
805 2001-02-01 Martin Buchholz <martin@xemacs.org>
|
|
|
806
|
|
|
807 Port to g++ 2.97.
|
|
|
808 "not" cannot be used as a macro name as it is an operator in C++
|
|
|
809 * config.h.in: Stop #defining `not'.
|
|
|
810 * chartab.c (check_category_char): not ==> not_p
|
|
|
811 * chartab.h: Likewise.
|
|
|
812 * regex.c (re_match_2_internal): Likewise.
|
|
|
813
|
|
|
814 2001-02-02 Martin Buchholz <martin@xemacs.org>
|
|
|
815
|
|
|
816 * lisp-disunion.h: Fix up comments.
|
|
|
817
|
|
|
818 2001-01-31 Martin Buchholz <martin@xemacs.org>
|
|
|
819
|
|
|
820 * keymap.c (define_key_check_and_coerce_keysym):
|
|
|
821 (syms_of_keymap):
|
|
|
822 Support mouse-6 and mouse-7 bindings in the obvious way.
|
|
|
823
|
|
|
824 2001-02-01 Martin Buchholz <martin@xemacs.org>
|
|
|
825
|
|
|
826 * m/hp9000s300.h (UNEXEC): Check for HPUX, not !BSD.
|
|
|
827
|
|
|
828 2001-01-30 Martin Buchholz <martin@xemacs.org>
|
|
|
829
|
|
|
830 Previous patch changing DEFVAR_INT to use EMACS_INT was incomplete.
|
|
|
831 Previous patch missed DEFVAR_INT_MAGIC.
|
|
|
832 Make sure future DEFVAR_foo use correct types.
|
|
|
833 * symeval.h (DEFVAR_SYMVAL_FWD_FIXNUM): New.
|
|
|
834 * (DEFVAR_SYMVAL_FWD_INT): Add type checking.
|
|
|
835 * (DEFVAR_SYMVAL_FWD_OBJECT): Add type checking.
|
|
|
836 * (DEFVAR_INT_MAGIC): Use DEFVAR_SYMVAL_FWD_FIXNUM.
|
|
|
837 * (DEFVAR_INT): Likewise.
|
|
|
838 * redisplay.c (vertical_clip): Should be of type Fixnum.
|
|
|
839 * redisplay.c (horizontal_clip): Likewise.
|
|
|
840 * lisp.h (dump_add_opaque_int): New.
|
|
|
841 (dump_add_opaque_fixnum): New.
|
|
|
842
|
|
|
843 2001-01-29 Andy Piper <andy@xemacs.org>
|
|
|
844
|
|
|
845 * glyphs-widget.c (check_valid_int_or_function): allow symbols
|
|
|
846 since they can be eval'ed
|
|
|
847
|
|
|
848 2001-01-29 Martin Buchholz <martin@xemacs.org>
|
|
|
849
|
|
|
850 * lisp.h (ALIGNOF): Make it work on non-gcc C++ compilers.
|
|
|
851 Oops, XEmacs redefines `class'. Use `typename' instead.
|
|
|
852
|
|
|
853 2001-01-28 Martin Buchholz <martin@xemacs.org>
|
|
|
854
|
|
|
855 * dumper.c: Fix C++ compile errors.
|
|
|
856
|
|
|
857 2001-01-29 Martin Buchholz <martin@xemacs.org>
|
|
|
858
|
|
|
859 * tparam.c: Use correct prototypes.
|
|
|
860
|
|
|
861 2001-01-28 Martin Buchholz <martin@xemacs.org>
|
|
|
862
|
|
|
863 * sysproc.h: #include util.h for NetBSD's openpty.
|
|
|
864
|
|
|
865 2001-01-27 Martin Buchholz <martin@xemacs.org>
|
|
|
866
|
|
|
867 More 64-bit correctness.
|
|
|
868 The C value of a DEFVAR_INT should be of type EMACS_INT, not int.
|
|
|
869 Use a typedef `fixnum' for the type used for DEFVAR_INT.
|
|
|
870 Fix up comments.
|
|
|
871 This finally finishes the 64-bit SGI port.
|
|
|
872 Fixes things like (let ((gc-cons-threshold most-positive-fixnum)) ...).
|
|
|
873 * symbols.c: Fix up comments and type casts.
|
|
|
874 * symbols.c (do_symval_forwarding): s/int/Fixnum/g
|
|
|
875 * symbols.c (store_symval_forwarding): s/int/Fixnum/g
|
|
|
876 * symeval.h (Fixnum): New type.
|
|
|
877 * symeval.h (symbol_value_type): Fix up comment.
|
|
|
878
|
|
|
879 * commands.h:
|
|
|
880 * nt.c:
|
|
|
881 * emacs.c:
|
|
|
882 * data.c:
|
|
|
883 * redisplay.c:
|
|
|
884 * abbrev.c:
|
|
|
885 * dired-msw.c:
|
|
|
886 * event-Xt.c:
|
|
|
887 * eldap.c:
|
|
|
888 * window.c:
|
|
|
889 * sound.c:
|
|
|
890 * event-stream.c:
|
|
|
891 * eval.c:
|
|
|
892 * buffer.c:
|
|
|
893 * mule-canna.c: A million DEFVAR_INTs here...
|
|
|
894 * mule-canna.c (count_char): s/int */Fixnum */g in arglist.
|
|
|
895 * extents.c:
|
|
|
896 * cmdloop.c:
|
|
|
897 * lisp.h:
|
|
|
898 * select-x.c:
|
|
|
899 * console-x.h:
|
|
|
900 * event-msw.c:
|
|
|
901 * mule-wnnfns.c:
|
|
|
902 * hpplay.c:
|
|
|
903 * ralloc.c:
|
|
|
904 * alloc.c:
|
|
|
905 * keymap.c:
|
|
|
906 * profile.c:
|
|
|
907 s/int/Fixnum/g in DEFVAR_INT declarations.
|
|
|
908
|
|
456
|
909 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
|
910
|
|
|
911 Port pdump to SGI alignment-sensitive environment.
|
|
|
912 Lisp Object sizeof methods now return aligned sizes. Rely on that.
|
|
|
913 Eliminate is_lrecord since Lisp_Objects sizeof methods are now all
|
|
|
914 properly aligned.
|
|
|
915 Define and use aligned reading and writing macros.
|
|
|
916 Use buffered stdio instead of posix i/o for faster dumping.
|
|
|
917 Eliminate kludgy 256 byte space for header.
|
|
|
918 Read and write from dump file using structs for alignment safety.
|
|
|
919 * dumper.c (pdump_align_stream): New.
|
|
|
920 * dumper.c (PDUMP_ALIGN_OUTPUT): New.
|
|
|
921 * dumper.c (PDUMP_READ_ALIGNED): New.
|
|
|
922 * dumper.c (PDUMP_WRITE_ALIGNED): New.
|
|
|
923 * dumper.c (pdump_static_Lisp_Object): New struct.
|
|
|
924 * dumper.c (pdump_static_pointer): New struct.
|
|
|
925 * dumper.c (pdump_entry_list_element): Remove is_lrecord member.
|
|
|
926 * dumper.c (pdump_add_entry): Remove is_lrecord parameter.
|
|
|
927 * dumper.c (pdump_dump_data): Rely on sizeof method alignment.
|
|
|
928 * dumper.c (pdump_allocate_offset): Rely on sizeof method alignment.
|
|
|
929
|
|
|
930 * dumper.c (pdump_backtrace):
|
|
|
931 * dumper.c (pdump_get_indirect_count):
|
|
|
932 * dumper.c (pdump_register_object):
|
|
|
933 * dumper.c (pdump_register_struct):
|
|
|
934 * dumper.c (pdump_reloc_one):
|
|
|
935 * dumper.c (pdump_scan_by_alignment):
|
|
|
936 * dumper.c (pdump_dump_from_root_struct_ptrs):
|
|
|
937 * dumper.c (pdump_dump_opaques):
|
|
|
938 * dumper.c (pdump_dump_rtables):
|
|
|
939 * dumper.c (pdump_dump_from_root_objects):
|
|
|
940 * dumper.c (pdump):
|
|
|
941 * dumper.c (pdump_load_finish):
|
|
|
942 Use aligned reading and writing.
|
|
|
943
|
|
|
944 * dumper.c (pdump_free): Make static.
|
|
|
945 * dumper.c (pdump_hFile): Likewise.
|
|
|
946 * dumper.c (pdump_hMap): Likewise.
|
|
|
947
|
|
|
948 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
|
949
|
|
|
950 * XEmacs 21.2.43 "Terspichore" is released.
|
|
|
951
|
|
|
952 2001-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
953
|
|
|
954 Type fiddling for window_config.saved_windows_count
|
|
|
955 * window.c (struct window_config):
|
|
|
956 Make saved_windows_count member unsigned.
|
|
|
957 * window.c (sizeof_window_config_for_n_windows):
|
|
|
958 Make parameter unsigned.
|
|
|
959 * window.c (mark_window_config):
|
|
|
960 * window.c (window_config_equal):
|
|
|
961 * window.c (free_window_configuration):
|
|
|
962 * window.c (Fset_window_configuration):
|
|
|
963 * window.c (count_windows):
|
|
|
964 * window.c (Fcurrent_window_configuration):
|
|
|
965 * window.c (reinit_vars_of_window):
|
|
|
966 Update all callers and users.
|
|
|
967
|
|
|
968 2001-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
969
|
|
|
970 Alignment correctness for flexible arrays.
|
|
|
971 * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF):
|
|
|
972 Make alignment-correct. Add interesting comments.
|
|
|
973 * alloc.c (size_vector):
|
|
|
974 * alloc.c (make_vector_internal):
|
|
|
975 * alloc.c (make_bit_vector_internal):
|
|
|
976 * alloc.c (sweep_bit_vectors_1):
|
|
|
977 * fns.c (size_bit_vector):
|
|
|
978 Update all callers of FLEXIBLE_ARRAY_STRUCT_SIZEOF to add new arg.
|
|
|
979 * window.c (sizeof_window_config_for_n_windows):
|
|
|
980 Use FLEXIBLE_ARRAY_STRUCT_SIZEOF.
|
|
|
981
|
|
|
982 2001-01-24 Martin Buchholz <martin@xemacs.org>
|
|
|
983
|
|
|
984 * lread.c (read1): Rename `fexp', which is #defined in SGI's math.h
|
|
|
985
|
|
|
986 2001-01-23 Andy Piper <andy@xemacs.org>
|
|
|
987
|
|
|
988 * select.c (Fown_selection_internal): pass owned_p
|
|
|
989
|
|
|
990 * select-msw.c (mswindows_own_selection): New Signature.
|
|
|
991
|
|
|
992 * console.h (struct console_methods): add owned_p to
|
|
|
993 _own_selection.
|
|
|
994
|
|
|
995 * select-x.c (x_own_selection): pass owned_p
|
|
|
996 (hack_motif_clipboard_selection): use owned_p
|
|
|
997 (vars_of_select_x): new variable -
|
|
|
998 x_selection_strict_motif_ownership.
|
|
|
999
|
|
|
1000 2001-01-23 Martin Buchholz <martin@xemacs.org>
|
|
|
1001
|
|
|
1002 * specifier.h (specifier_data_offset): Remove pointless parens.
|
|
|
1003 * glyphs.h (IMAGE_SPECIFIER_DATA): Likewise.
|
|
|
1004
|
|
|
1005 2001-01-24 Martin Buchholz <martin@xemacs.org>
|
|
|
1006
|
|
|
1007 Make Lisp_Object sizeof methods be alignment-correct.
|
|
|
1008 pdump must restore objects to the same alignment as the C compiler
|
|
|
1009 assumes. It really matters on SGIs.
|
|
|
1010 * lstream.c (aligned_sizeof_lstream): New.
|
|
|
1011 (sizeof_lstream): Use aligned_sizeof_lstream.
|
|
|
1012 (Lstream_new): Likewise.
|
|
|
1013 * opaque.c (aligned_sizeof_opaque): New.
|
|
|
1014 (sizeof_opaque): Use aligned_sizeof_opaque.
|
|
|
1015 (make_opaque): Likewise.
|
|
|
1016 * specifier.c (aligned_sizeof_specifier): New.
|
|
|
1017 (sizeof_specifier): Use aligned_sizeof_specifier.
|
|
|
1018 (make_specifier_internal): Likewise.
|
|
|
1019
|
|
|
1020 2001-01-23 Martin Buchholz <martin@xemacs.org>
|
|
|
1021
|
|
|
1022 * lstream.h (struct lstream): Use max_align_t for trailing data.
|
|
|
1023 * specifier.h (struct Lisp_Specifier): Likewise.
|
|
|
1024
|
|
|
1025 2001-01-22 Martin Buchholz <martin@xemacs.org>
|
|
|
1026
|
|
|
1027 * mule-ccl.c (CCL_Extension): Renamed from CCL_Extention.
|
|
|
1028 (CCL_SUCCESS): Kludge to prevent Sun cc compiler warnings.
|
|
|
1029 (CCL_SUSPEND): Likewise.
|
|
|
1030 (CCL_INVALID_CMD): Likewise.
|
|
|
1031 (CCL_CALL_FOR_MAP_INSTRUCTION): Likewise.
|
|
|
1032 (ccl_driver): Likewise.
|
|
|
1033 (CCL_WRITE_CHAR): Macro hygiene.
|
|
|
1034 (CCL_WRITE_STRING): Macro hygiene.
|
|
|
1035
|
|
|
1036 2001-01-22 Martin Buchholz <martin@xemacs.org>
|
|
|
1037
|
|
|
1038 Port "portable" dumper to SunOS 4 and HP-UX.
|
|
|
1039 * s/aix4.h (AIX4): Move MAP_FAILED definition elsewhere.
|
|
|
1040 * emacs.c (main): PDUMP implies no RUN_TIME_REMAP.
|
|
|
1041 * dumper.c (pdump_file_get): Define MAP_FAILED if not already defined.
|
|
|
1042
|
|
|
1043 2001-01-22 Martin Buchholz <martin@xemacs.org>
|
|
|
1044
|
|
|
1045 * lisp.h (ALIGNOF): A better definition for C++.
|
|
|
1046
|
|
|
1047 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
|
1048
|
|
|
1049 Macro hygiene.
|
|
|
1050 Fix printf warnings: int format, long int arg.
|
|
|
1051 * regex.c (DECLARE_DESTINATION): Use DECLARE_NOTHING.
|
|
|
1052 (PUSH_FAILURE_POINT): Use correct printf formats.
|
|
|
1053 (POP_FAILURE_POINT): Use correct printf formats.
|
|
|
1054 Use do {...} while (0)
|
|
|
1055
|
|
454
|
1056 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
|
1057
|
|
|
1058 * XEmacs 21.2.42 "Poseidon" is released.
|
|
|
1059
|
|
|
1060 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
|
1061
|
|
|
1062 * console-x.h: typo fix du jour. Remove #if 0'ed code.
|
|
|
1063
|
|
|
1064 2001-01-19 Martin Buchholz <martin@xemacs.org>
|
|
|
1065
|
|
|
1066 De-kludgify FIXED_TYPE free list frobbing.
|
|
|
1067 Fix crashes on 64-bit platforms introduced by my patch of 2001-01-13.
|
|
|
1068 * alloc.c (DECLARE_FIXED_TYPE_ALLOC): Use Lisp_Free.
|
|
|
1069 * alloc.c (ALLOCATE_FIXED_TYPE_1): Use new definitions.
|
|
|
1070 * alloc.c (Lisp_Free): New pseudo lisp object definition.
|
|
|
1071 * alloc.c (LRECORD_FREE_P): New.
|
|
|
1072 * alloc.c (MARK_LRECORD_AS_FREE): New.
|
|
|
1073 * alloc.c (MARK_LRECORD_AS_NOT_FREE): New.
|
|
|
1074 * alloc.c (STRUCT_FREE_P): Deleted.
|
|
|
1075 * alloc.c (MARK_STRUCT_AS_FREE): Deleted.
|
|
|
1076 * alloc.c (MARK_STRUCT_AS_NOT_FREE): Deleted.
|
|
|
1077 * alloc.c (STRING_CHARS_FREE_P): New.
|
|
|
1078 * alloc.c (MARK_STRING_CHARS_AS_FREE): New.
|
|
|
1079 * alloc.c (PUT_FIXED_TYPE_ON_FREE_LIST): Use new definitions.
|
|
|
1080 * alloc.c (FREE_FIXED_TYPE): Use new definitions.
|
|
|
1081 * alloc.c (STRING_CHARS_FREE_P): Use new definitions.
|
|
|
1082 * alloc.c (resize_string): Use new definitions.
|
|
|
1083 * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Use new definitions.
|
|
|
1084 * alloc.c (verify_string_chars_integrity): Use new definitions.
|
|
|
1085 * alloc.c (compact_string_chars): Use new definitions.
|
|
|
1086 * alloc.c: Update monster comments.
|
|
|
1087 * lrecord.h (lrecord_type): Add some new lrecord types for
|
|
|
1088 alloc.c's use.
|
|
|
1089
|
|
|
1090 2001-01-18 Martin Buchholz <martin@xemacs.org>
|
|
|
1091
|
|
|
1092 Improve alignment hackery.
|
|
|
1093 * lisp.h (ALIGNOF): Better definition for the non-gcc case.
|
|
|
1094 (max_align_t): Moved from opaque.h - general purpose.
|
|
|
1095 (ALIGN_PTR): Use size_t, not long.
|
|
|
1096 * opaque.h (max_align_t): Move to lisp.h.
|
|
|
1097
|
|
|
1098 2001-01-18 Norbert Koch <nk@LF.net>
|
|
|
1099
|
|
|
1100 * gui.h: Fix and add prototypes to fix build problems.
|
|
|
1101
|
|
|
1102 2001-01-18 Martin Buchholz <martin@xemacs.org>
|
|
|
1103
|
|
|
1104 temacs is going away, so `dump-temacs' is now a bad name.
|
|
|
1105 * .dbxrc (dump-temacs): Rename to `dmp'.
|
|
|
1106 * .gdbinit (dump-temacs): Rename to `dmp'.
|
|
|
1107
|
|
|
1108 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
|
1109
|
|
|
1110 * glyphs.c (print_image_instance): comment to make martin happy.
|
|
|
1111
|
|
|
1112 * glyphs-x.c (x_redisplay_widget): update faces after a frame
|
|
|
1113 change.
|
|
|
1114
|
|
|
1115 * glyphs-msw.c (mswindows_redisplay_widget): add code to cope with
|
|
|
1116 activation.
|
|
|
1117 (mswindows_tab_control_redisplay): warning suppression.
|
|
|
1118
|
|
|
1119 * glyphs-widget.c (widget_update): re-write to cope with updated
|
|
|
1120 items.
|
|
|
1121 (widget_instantiate): use new gui_item functions.
|
|
|
1122 (tab_control_update): deleted.
|
|
|
1123 (progress_gauge_update): deleted.
|
|
|
1124 (image_instantiator_progress_guage): take out update reference.
|
|
|
1125 (image_instantiator_tree_view): ditto.
|
|
|
1126 (image_instantiator_tab_control): ditto.
|
|
|
1127
|
|
|
1128 * gui.c (widget_gui_parse_item_keywords): new function. Do things
|
|
|
1129 Right the new way.
|
|
|
1130 (gui_item_add_keyval_pair): re-write to cope with descriptors and
|
|
|
1131 return whether anything was changed.
|
|
|
1132 (update_gui_item_keywords): as it sounds.
|
|
|
1133
|
|
|
1134 * gui.h: declare widget_gui_parse_item_keywords.
|
|
|
1135
|
|
|
1136 * fns.c (safe_copy_tree): new function taken from Fcopy_tree.
|
|
|
1137 (Fcopy_tree): use it. Stops infloop death in bogus instantiators.
|
|
|
1138
|
|
452
|
1139 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
|
1140
|
|
|
1141 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
|
1142
|
|
|
1143 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
|
1144
|
|
|
1145 * glyphs.c (image_instantiate): don't use fallbacks when
|
|
|
1146 instantiating a face's background pixmap by inheritance.
|
|
|
1147
|
|
|
1148 2001-01-14 Mike Sperber <mike@xemacs.org>
|
|
|
1149
|
|
|
1150 * sysdep.c (start_of_data): PDUMP implies ORDINARY_LINK.
|
|
|
1151 Conditionalize accordingly.
|
|
|
1152
|
|
|
1153 2001-01-16 Martin Buchholz <martin@xemacs.org>
|
|
|
1154
|
|
|
1155 * dumper.c (pdump_file_get): Fix a compiler warning.
|
|
|
1156
|
|
|
1157 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
|
1158
|
|
|
1159 Make Purify happy when pdumping.
|
|
|
1160 * symbols.c (Fmake_variable_buffer_local): Make Purify happy, by
|
|
|
1161 iniitalizing all bits of new lisp object memory.
|
|
|
1162 * symbols.c (Fmake_local_variable): Likewise.
|
|
|
1163 * symbols.c (Fdontusethis_set_symbol_value_handler): Likewise.
|
|
|
1164 * symbols.c (Fdefvaralias): Likewise.
|
|
|
1165 * mule-charset.c (vars_of_mule_charset): Likewise.
|
|
|
1166
|
|
|
1167 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
|
1168 Add the `-nd' flag when running pre-dump operations under the debugger.
|
|
|
1169 * .dbxrc (run-temacs): Add `-nd'.
|
|
|
1170 * .dbxrc (update-elc): Likewise.
|
|
|
1171 * .dbxrc (dump-temacs): Likewise.
|
|
|
1172 * .gdbinit (run-temacs): Likewise.
|
|
|
1173 * .gdbinit (check-temacs): Likewise.
|
|
|
1174 * .gdbinit (update-elc): Likewise.
|
|
|
1175 * .gdbinit (dump-temacs): Likewise.
|
|
|
1176
|
|
|
1177 2001-01-14 Martin Buchholz <martin@xemacs.org>
|
|
|
1178
|
|
|
1179 Allow building 64-bit executables on AIX with GNU malloc, e.g.
|
|
|
1180 export OBJECT_MODE=64
|
|
|
1181 configure --pdump --use-union-type=no
|
|
|
1182 * m/ibmrs6000.h (DATA_START): Define for 64-bit world.
|
|
|
1183 * gmalloc.c (__default_morecore): Remove pre-ANSI cruft.
|
|
|
1184
|
|
|
1185 * miscplay.c (sndcnv8U_2mono):
|
|
|
1186 Avoid two uses of `++' in the same expression.
|
|
|
1187 Suppresses a GCC warning.
|
|
|
1188
|
|
|
1189 2001-01-13 Martin Buchholz <martin@xemacs.org>
|
|
|
1190
|
|
|
1191 Make sure future compilers don't miscompile alloc.c.
|
|
|
1192 * alloc.c:
|
|
|
1193 (MARK_STRUCT_AS_FREE): Make aliasing-optimization-resistant.
|
|
|
1194 (MARK_STRUCT_AS_NOT_FREE): Make aliasing-optimization-resistant.
|
|
|
1195
|
|
|
1196 2001-01-12 Martin Buchholz <martin@xemacs.org>
|
|
|
1197
|
|
|
1198 * dumper.c: A little post-pdump-rename comment fixup.
|
|
|
1199
|
|
|
1200 2001-01-09 Jerry James <james@eecs.ku.edu>
|
|
|
1201
|
|
|
1202 * lisp-disunion.h: Change LISP_TO_CVOID arg to match its use.
|
|
|
1203
|
|
|
1204 2001-01-13 Martin Buchholz <martin@xemacs.org>
|
|
|
1205
|
|
|
1206 * *.[ch]: Globally rename symbols using the following `pdump-rename'
|
|
|
1207 script:
|
|
|
1208 #!/bin/sh
|
|
|
1209 replace_symbol () {
|
|
|
1210 (findn texi$; findn [ch]$) | xargs g -lw "$1" | xargs global-replace 's/(?<!_)\b'$1'\b(?!_)/'$2'/g'
|
|
|
1211 }
|
|
|
1212
|
|
|
1213 replace_symbol pdump_wire_lists pdump_weak_object_chains
|
|
|
1214 replace_symbol pdump_wire_list dump_add_weak_object_chain
|
|
|
1215
|
|
|
1216 replace_symbol pdump_wires pdump_root_objects
|
|
|
1217 replace_symbol pdump_wire dump_add_root_object
|
|
|
1218
|
|
|
1219 replace_symbol pdump_dump_wired pdump_dump_from_root_objects
|
|
|
1220 replace_symbol pdump_dump_structs pdump_dump_from_root_struct_ptrs
|
|
|
1221
|
|
|
1222 replace_symbol dumpstructinfos pdump_root_struct_ptrs
|
|
|
1223 replace_symbol dumpstructinfo_dynarr pdump_root_struct_ptr_dynarr
|
|
|
1224 replace_symbol dumpstructinfo pdump_root_struct_ptr
|
|
|
1225 replace_symbol dumpstruct dump_add_root_struct_ptr
|
|
|
1226
|
|
|
1227 replace_symbol dumpopaque dump_add_opaque
|
|
|
1228 replace_symbol dumpopaqueinfo_dynarr pdump_opaque_dynarr
|
|
|
1229 replace_symbol dumpopaqueinfos pdump_opaques
|
|
|
1230 replace_symbol dumpopaqueinfo pdump_opaque
|
|
|
1231
|
|
|
1232 replace_symbol nb_structdump nb_root_struct_ptrs
|
|
|
1233 replace_symbol nb_opaquedump nb_opaques
|
|
|
1234
|
|
|
1235 replace_symbol align_table pdump_align_table
|
|
|
1236 replace_symbol dump_header pdump_header
|
|
|
1237
|
|
|
1238 replace_symbol DUMP_SIGNATURE_LEN PDUMP_SIGNATURE_LEN
|
|
|
1239 replace_symbol DUMP_SIGNATURE PDUMP_SIGNATURE
|
|
|
1240
|
|
|
1241
|
|
|
1242 2001-01-12 Martin Buchholz <martin@xemacs.org>
|
|
|
1243
|
|
|
1244 * s/aix4.h: Keep the C for AIX compiler from overaggressively
|
|
|
1245 optimizing bytecount_to_charcount().
|
|
|
1246
|
|
|
1247 2001-01-06 Golubev I. N. <gin@mo.msk.ru>
|
|
|
1248
|
|
|
1249 * config.h.in:
|
|
|
1250 (HAVE_DLFCN_H): Removed.
|
|
|
1251 * sysdll.c: Remove HAVE__DLOPEN, HAVE_DLFCN_H.
|
|
|
1252
|
|
|
1253 2001-01-06 Martin Buchholz <martin@xemacs.org>
|
|
|
1254
|
|
|
1255 Portable dumper maintainability improvements.
|
|
|
1256 * alloc.c (staticpro):
|
|
|
1257 * alloc.c (staticpro_nodump):
|
|
|
1258 * alloc.c (garbage_collect_1):
|
|
|
1259 * alloc.c (reinit_alloc_once_early):
|
|
|
1260 * alloc.c (init_alloc_once_early):
|
|
|
1261 * alloc.c: Move dumper functions to alloc.c.
|
|
|
1262 * dumper.c (pdump_backtrace):
|
|
|
1263 * dumper.c (pdump_dump_structs):
|
|
|
1264 * dumper.c (pdump_dump_opaques):
|
|
|
1265 * dumper.c (pdump_dump_rtables):
|
|
|
1266 * dumper.c (pdump_dump_wired):
|
|
|
1267 * dumper.c (pdump):
|
|
|
1268 * dumper.c (pdump_load_check):
|
|
|
1269 * dumper.c (pdump_load_finish):
|
|
|
1270 * dumper.c (pdump_file_unmap):
|
|
|
1271 * dumper.c (pdump_file_get):
|
|
|
1272 * dumper.c (pdump_resource_free):
|
|
|
1273 * dumper.c (pdump_resource_get):
|
|
|
1274 * dumper.c (pdump_file_free):
|
|
|
1275 * dumper.c (pdump_file_try):
|
|
|
1276 * dumper.c (pdump_load):
|
|
|
1277 Remove fixed size limits on staticpro(), staticpro_nodump(),
|
|
|
1278 dumpopaque(), dumpstruct() by using Dynarrs instead of static C arrays.
|
|
|
1279 Remove custom code for dumping lrecord_implementations_table - use
|
|
|
1280 dumpopaque instead.
|
|
|
1281 Remove (most of the) custom code for dumping staticpros - dump it
|
|
|
1282 like any other dynarr.
|
|
|
1283
|
|
|
1284 * alloc.h: Removed. No longer useful, since dumper now more self-contained.
|
|
|
1285 * dumper.c: Moved functions from alloc.c.
|
|
|
1286 * alloc.c (dumpstruct): Moved to dumper.c.
|
|
|
1287 * alloc.c (dumpopaque): Likewise.
|
|
|
1288 * alloc.c (pdump_wire): Likewise.
|
|
|
1289 * alloc.c (pdump_wire_list): Likewise.
|
|
|
1290
|
|
|
1291 * lisp.h (Dynarr_sizeof): New.
|
|
|
1292 * lisp.h (Dynarr_begin): New. Very slightly C++oid.
|
|
|
1293 * lisp.h (Dynarr_end): New. Very slightly C++oid.
|
|
|
1294 * lisp.h (Lisp_Object_ptr_dynarr): New. For staticpros.
|
|
|
1295
|
|
|
1296 * lisp.h (dumpstruct): Define to nothing if not PDUMPing.
|
|
|
1297 * lisp.h (dumpopaque): ditto.
|
|
|
1298 * lisp.h (pdump_wire): ditto.
|
|
|
1299 * lisp.h (pdump_wire_list): ditto.
|
|
|
1300
|
|
|
1301 2001-01-09 Martin Buchholz <martin@xemacs.org>
|
|
|
1302
|
|
|
1303 * make-src-depend (PrintPatternDeps):
|
|
|
1304 Use `sort' to make output independent of perl version.
|
|
|
1305
|
|
|
1306 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
|
1307
|
|
|
1308 Port to Netbsd 1.5.
|
|
|
1309 * unexelf.c: Remove (never used) bogus Netbsd-specific cruft.
|
|
|
1310 * s/netbsd.c: Use unexelf.o if __ELF__ is defined.
|
|
|
1311
|
|
|
1312 2001-01-03 Didier Verna <didier@xemacs.org>
|
|
|
1313
|
|
|
1314 * event-stream.c (emacs_handle_focus_change_preliminary): ensure
|
|
|
1315 that `focus_frame' is alive before thinking of calling
|
|
|
1316 `redisplay_redraw_cursor' on it.
|
|
|
1317
|
|
450
|
1318 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
|
1319
|
|
|
1320 * XEmacs 21.2.40 is released.
|
|
|
1321
|
|
|
1322 2001-01-06 Golubev I. N. <gin@mo.msk.ru>
|
|
|
1323
|
|
|
1324 * regex.c: Replace PREFETCH with REGEX_PREFETCH.
|
|
|
1325
|
|
|
1326 2001-01-06 Martin Buchholz <martin@xemacs.org>
|
|
|
1327
|
|
|
1328 * alloc.c (dbg_valmask): Make const.
|
|
|
1329 * alloc.c (dbg_typemask): Make const.
|
|
|
1330 * alloc.c (dbg_USE_UNION_TYPE): Make const.
|
|
|
1331 * alloc.c (dbg_valbits): Make const.
|
|
|
1332 * alloc.c (dbg_gctypebits): Make const.
|
|
|
1333
|
|
|
1334 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1335
|
|
|
1336 * redisplay-x.c (x_bevel_area):
|
|
|
1337 redisplay.h (struct rune):
|
|
|
1338 Typo fixes in comments.
|
|
|
1339
|
|
|
1340 2001-01-05 Andy Piper <andy@xemacs.org>
|
|
|
1341
|
|
|
1342 * glyphs-x.c (x_redisplay_widget): use size changed for offset
|
|
|
1343 adjustment.
|
|
|
1344
|
|
|
1345 * menubar.c (menubar_visible_p_changed): don't mark frame changed.
|
|
|
1346
|
|
|
1347 2001-01-05 Martin Buchholz <martin@xemacs.org>
|
|
|
1348
|
|
|
1349 * alloc.c (pure-bytes-used): Remove unused mendacious variable.
|
|
|
1350
|
|
|
1351 * mule-ccl.c (stack_idx_of_map_multiple):
|
|
|
1352 Non const global data must not be initialized!
|
|
|
1353 Found by MIYASHITA Hisashi.
|
|
|
1354
|
|
|
1355 2001-01-02 Andy Piper <andy@xemacs.org>
|
|
|
1356
|
|
|
1357 * frame.c (change_frame_size): make sure frame size is always
|
|
|
1358 marked as changed.
|
|
|
1359
|
|
|
1360 * glyphs.c (image_instance_layout): minor code reuse.
|
|
|
1361
|
|
|
1362 * window.c (Fcurrent_window_configuration): revert previous
|
|
|
1363 change.
|
|
|
1364
|
|
|
1365 2001-01-02 Martin Buchholz <martin@xemacs.org>
|
|
|
1366
|
|
|
1367 * glyphs.h:
|
|
|
1368 * glyphs.c (make_image_instance_cache_hash_table): Use ANSI prototypes.
|
|
|
1369
|
|
|
1370 2000-12-31 Andy Piper <andy@xemacs.org>
|
|
|
1371
|
|
|
1372 * glyphs-x.c (x_unmap_subwindow): return focus to enclosing frame
|
|
|
1373 when widget gets unmapped.
|
|
|
1374
|
|
|
1375 * event-Xt.c (emacs_Xt_handle_widget_losing_focus): new
|
|
|
1376 function. Make sure widgets losing focus don't just drop it.
|
|
|
1377 (handle_focus_event_1): record the widget with focus.
|
|
|
1378
|
|
|
1379 2000-12-31 Andy Piper <andy@xemacs.org>
|
|
|
1380
|
|
|
1381 * window.c (allocate_window): use
|
|
|
1382 make_image_instance_cache_hash_table.
|
|
|
1383 (make_dummy_parent): ditto.
|
|
|
1384 (Fset_window_configuration): ditto.
|
|
|
1385
|
|
|
1386 * glyphs.h (INSTANTIATOR_TYPE): new macro. declare new functions.
|
|
|
1387
|
|
|
1388 * glyphs.c (process_image_string_instantiator): use
|
|
|
1389 INSTANTIATOR_TYPE.
|
|
|
1390 (get_image_instantiator_governing_domain): ditto.
|
|
|
1391 (normalize_image_instantiator): ditto.
|
|
|
1392 (instantiate_image_instantiator): ditto.
|
|
|
1393 (make_image_instance_1): ditto.
|
|
|
1394 (image_instantiate): ditto. Key on glyph *and* instantiator type.
|
|
|
1395 (instantiator_eq_equal): new function for use with instance hash
|
|
|
1396 tables.
|
|
|
1397 (instantiator_eq_hash): ditto.
|
|
|
1398 (make_image_instance_cache_hash_table): create a suitable hash
|
|
|
1399 table for storing image instances.
|
|
|
1400
|
|
|
1401 * elhash.h (hash_table_weakness): new internal weakness type
|
|
|
1402 HASH_TABLE_KEY_CAR_VALUE_WEAK.
|
|
|
1403 declare new functions.
|
|
|
1404
|
|
|
1405 * elhash.c (finish_marking_weak_hash_tables): introduce yet
|
|
|
1406 another weakness type for glyphs.
|
|
|
1407 (make_standard_lisp_hash_table): new function split out from
|
|
|
1408 make_general_lisp_hash_table.
|
|
|
1409 (make_lisp_hash_table): call make_standard_lisp_hash_table.
|
|
|
1410 (hash_table_instantiate): ditto.
|
|
|
1411 (Fmake_hash_table): ditto.
|
|
|
1412
|
|
448
|
1413 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
|
1414
|
|
|
1415 * XEmacs 21.2.39 is released.
|
|
|
1416
|
|
|
1417 2000-12-29 Andy Piper <andy@xemacs.org>
|
|
|
1418
|
|
|
1419 * menubar.c (menubar_visible_p_changed): signal the frame changed.
|
|
|
1420
|
|
|
1421 * glyphs-x.c (x_redisplay_widget): Re-calculate widget offsets if
|
|
|
1422 the frame has changed so that we pick up geometry changes such as
|
|
|
1423 menubar visibility.
|
|
|
1424
|
|
|
1425 2000-12-28 Andy Piper <andy@xemacs.org>
|
|
|
1426
|
|
|
1427 * lastfile.c (my_ebss): make a char array so we can pad the
|
|
|
1428 bss. Fixes cygwin unexec.
|
|
|
1429
|
|
|
1430 * unexcw.c: invert BROKEN_GDB to NO_DEBUG.
|
|
|
1431
|
|
|
1432 2000-12-26 Andy Piper <andy@xemacs.org>
|
|
|
1433
|
|
|
1434 * event-Xt.c (emacs_Xt_force_event_pending): add some verbose
|
|
|
1435 comments and try and be more precise about a non-/SIGIO world.
|
|
|
1436 (emacs_Xt_event_pending_p): use XtAppPending under cygwin and non
|
|
|
1437 SIGIO.
|
|
|
1438
|
|
|
1439 * redisplay-output.c (redisplay_normalize_glyph_area): make sure
|
|
|
1440 we don't normalize to zero width or height.
|
|
|
1441
|
|
|
1442 2000-12-24 Andy Piper <andy@xemacs.org>
|
|
|
1443
|
|
|
1444 * Makefile.in.in (ldflags): add -mwindows when appropriate.
|
|
|
1445
|
|
|
1446 2000-08-18 Golubev I. N. <gin@mo.msk.ru>
|
|
|
1447
|
|
|
1448 * s/sco5.h: SCO 5 has pty support.
|
|
|
1449
|
|
|
1450 2000-07-20 Kazuyuki IENAGA <ienaga@xemacs.org>
|
|
|
1451
|
|
|
1452 * input-method-xlib.c: supports both XIM_XLIB and USE_XFONTSET.
|
|
|
1453 input-method-xlib.c contains whole contents of input-method-xfs.c,
|
|
|
1454 so we can use input-method-xlib.c's code for USE_XFONTSET
|
|
|
1455 using #ifdefs.
|
|
|
1456 * input-method-xfs.c: removed.
|
|
|
1457
|
|
|
1458 2000-12-20 Stephen Turnbull <stephen@xemacs.org>
|
|
|
1459
|
|
|
1460 * file-coding.h (enum coding_category_type): reorder enumerators to
|
|
|
1461 make autodetection safer. Make CODING_CATEGORY_LAST an enumerator
|
|
|
1462 (now one greater than largest real coding_category_type enumerator).
|
|
|
1463 * file-coding.c (coding_category_symbol, coding_category_by_priority,
|
|
|
1464 coding_category_system, fcd_descriptihon_1, decode_coding_category,
|
|
|
1465 Fcoding_category_list, Fset_coding_priority_list,
|
|
|
1466 Fcoding_priority_list, coding_system_from_mask, Fdetect_coding_region,
|
|
|
1467 vars_of_file_coding): adjust for change in CODING_CATEGORY_LAST.
|
|
|
1468
|
|
|
1469 2000-12-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1470
|
|
|
1471 * redisplay-output.c (redisplay_clear_top_of_window): Remove static.
|
|
|
1472 * redisplay-output.c (redisplay_output_window): Clear top of window
|
|
|
1473 when face is changed.
|
|
|
1474 * redisplay-x.c (x_redraw_exposed_window): Call
|
|
|
1475 redisplay_clear_top_of_window.
|
|
|
1476 * redisplay.h: Publish redisplay_clear_top_of_window.
|
|
|
1477
|
|
|
1478 2000-12-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1479
|
|
|
1480 * buffer.c (Fkill_buffer): Map over all devices.
|
|
|
1481 * window.c (window_loop): Remove UNSHOW_BUFFER code.
|
|
|
1482 (list_windows): New function.
|
|
|
1483 (list_all_windows): Ditto.
|
|
|
1484 (Freplace_buffer_in_windows): Use them.
|
|
|
1485
|
|
|
1486 2000-02-02 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
|
1487
|
|
|
1488 * database.c (berkdb_subtype): Recognize new subtype `queue'.
|
|
|
1489 (Fopen_database): Use `db_create' instead of `db_open'.
|
|
|
1490 (syms_of_database): Initialize Qqueue.
|
|
|
1491
|
|
|
1492 2000-12-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1493
|
|
|
1494 * buffer.c (common_init_complex_vars_of_buffer): Initialize
|
|
|
1495 buffer_local_face_property.
|
|
|
1496 * buffer.h (struct buffer): New member buffer_local_face_property.
|
|
|
1497 * window.c (Fset_window_buffer): Mark window's face as changed
|
|
|
1498 when buffer has buffer local face.
|
|
|
1499 * window.h (MARK_WINDOW_FACES_CHANGED): New macro.
|
|
|
1500 * objects.c (color_after_change): Set buffer_local_face_property
|
|
|
1501 when locale of face specifier is buffer.
|
|
|
1502 * objects.c (font_after_change): Ditto.
|
|
|
1503 * objects.c (face_boolean_after_change): Ditto.
|
|
|
1504 * glyphs.c (image_after_change): Ditto.
|
|
|
1505
|
|
|
1506 2000-12-09 Dan Holmsand <dan@eyebee.com>
|
|
|
1507
|
|
|
1508 * nt.c (mswindows_fstat): Report file permissions, volume serial
|
|
|
1509 number, etc. Code adapted from FSF Emacs 20.7.
|
|
|
1510
|
|
|
1511 2000-12-09 Dan Holmsand <dan@eyebee.com>
|
|
|
1512
|
|
|
1513 * sysfile.h (lstat): Make lstat an alias for xemacs_stat instead
|
|
|
1514 of stat when we don't have symbolic links, to make sure
|
|
|
1515 mswindows_stat is called on mswindows.
|
|
|
1516
|
|
|
1517 2000-12-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1518
|
|
|
1519 * alloca.c: Define malloc to xmalloc only when built with XEmacs.
|
|
|
1520
|
|
|
1521 2000-12-12 Martin Buchholz <martin@xemacs.org>
|
|
|
1522
|
|
|
1523 * doprnt.c (emacs_doprnt_1): More printing fixes.
|
|
|
1524 Make printing of numbers compatible with libc and FSF Emacs.
|
|
|
1525 BUG was: (format "%6.3f" 1.2) ==>"1.200000"
|
|
|
1526 Use the system printf to do most of the hard work of formatting,
|
|
|
1527 instead of doprnt_1().
|
|
|
1528 Calculate memory to allocate for format string.
|
|
|
1529 Remove arbitrary limit on precision, e.g. (format "%.1000f" 3.14)
|
|
|
1530 (doprnt_1): Cleaner code and documentation.
|
|
|
1531
|
|
|
1532 2000-12-01 Jerry James <james@eecs.ukans.edu>
|
|
|
1533
|
|
|
1534 * Makefile.in.in: Use the loop variable to install headers.
|
|
|
1535
|
|
|
1536 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1537
|
|
|
1538 * window.c (Fsplit_window): Don't invalidate face cache.
|
|
|
1539
|
|
|
1540 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1541
|
|
|
1542 * minibuf.c (Fall_completions): Undo the previous change
|
|
|
1543 which removed checking elements start with space.
|
|
|
1544
|
|
|
1545 2000-12-06 Stephen Turnbull <stephen@xemacs.org>
|
|
|
1546
|
|
|
1547 * mule-canna.c: Didier suppression.
|
|
|
1548
|
|
|
1549 2000-12-06 Stephen Turnbull <stephen@xemacs.org>
|
|
|
1550
|
|
|
1551 * mule-canna.c: rename static unsigned char buf[] to key_buffer
|
|
|
1552 (warning suppression). Add English comment translations.
|
|
|
1553
|
|
|
1554 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
|
1555
|
|
|
1556 * unexelfsgi.c (unexec): Better test for mmap failure.
|
|
|
1557
|
|
446
|
1558 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
|
1559
|
|
|
1560 * XEmacs 21.2.38 is released.
|
|
|
1561
|
|
|
1562 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
|
1563
|
|
|
1564 * redisplay.c (bar-cursor): Make a user variable.
|
|
|
1565
|
|
|
1566 * symsinit.h: Add init_postgresql_from_environment.
|
|
|
1567
|
|
|
1568 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1569
|
|
|
1570 * regex.c: Convert to clean C.
|
|
|
1571
|
|
|
1572 2000-12-05 Dan Holmsand <dan@eyebee.com>
|
|
|
1573
|
|
|
1574 * realpath.c:
|
|
|
1575 Don't #include sysfile.h. Revert to duplicating PATH_MAX
|
|
|
1576 initialization.
|
|
|
1577 (sys_readlink): renamed to system_readlink to avoid conflict with
|
|
|
1578 the other sys_readlink.
|
|
|
1579
|
|
|
1580 2000-12-04 Hiroaki Abe <h-abe@pc.highway.ne.jp>
|
|
|
1581
|
|
|
1582 * dumper.c (pdump_file_get): Correct uses of pdump_fd.
|
|
|
1583
|
|
|
1584 2000-12-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1585
|
|
|
1586 * postgresql.c (init_postgresql_from_environment): new function.
|
|
|
1587 (vars_of_postgresql): Move code initializing Lisp variables out and
|
|
|
1588 into init_postgresql_from_environment.
|
|
|
1589 emacs.c (main_1): Call init_postgresql_from_environment if and only
|
|
|
1590 if running a dumped XEmacs.
|
|
|
1591
|
|
|
1592 2000-08-31 Dan Holmsand <dan@eyebee.com>
|
|
|
1593
|
|
|
1594 * buffer.c: Make find-file-compare-truenames default to true on
|
|
|
1595 windows.
|
|
|
1596
|
|
452
|
1597 * realpath.c (win32_abs_start):
|
|
446
|
1598 (cygwin_readlink):
|
|
|
1599 (win32_readlink): New functions.
|
|
|
1600 (xrealpath): Return really real filenames on windows.
|
|
|
1601
|
|
|
1602 * fileio.c (Ffile_truename): Make file-truename work on windows.
|
|
|
1603
|
|
|
1604 2000-11-29 Didier Verna <didier@xemacs.org>
|
|
|
1605
|
|
|
1606 * faces.c (MAYBE_UNFROB_BACKGROUND_PIXMAP): new macro.
|
|
|
1607 * faces.c (update_face_cachel_data): use it.
|
|
|
1608 * faces.c (add_face_cachel): use it. Complete background pixmap
|
|
|
1609 frobbing in face cache if `update_face_cachel_data' has not done so.
|
|
|
1610
|
|
|
1611 2000-11-29 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1612
|
|
|
1613 * search.c (string_match_1): Don't set last_thing_searched
|
|
|
1614 when search failed.
|
|
|
1615
|
|
|
1616 2000-11-27 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1617
|
|
|
1618 * buffer.c: Include casetab.h
|
|
|
1619 (common_init_complex_vars_of_buffer): Use new case-table object.
|
|
|
1620 * buffer.h: Include casetab.h
|
|
|
1621 * buffer.h (MAKE_TRT_TABLE): Use generic char-table.
|
|
|
1622 (DOWNCASE_TABLE_OF): Ditto.
|
|
|
1623 * bufslots.h: Remove char-tables and add case-table.
|
|
|
1624 * casetab.c: Include casetab.h
|
|
|
1625 (CASE_TABLE_P): Removed.
|
|
|
1626 (mark_case_table): New function.
|
|
|
1627 (allocate_case_table): New function.
|
|
|
1628 (Fcase_table_p): Use new case-table.
|
|
|
1629 (case_table_char): New function.
|
|
|
1630 (Fget_case_table): Ditto.
|
|
|
1631 (Fput_case_table): Ditto.
|
|
|
1632 (Fput_case_table_pair): Ditto.
|
|
|
1633 (Fcopy_case_table): Ditto.
|
|
|
1634 (Fcurrent_case_table): Return case-table.
|
|
|
1635 (Fstandard_case_table): Return case-table.
|
|
|
1636 (Fset_case_table): Fix doc-string.
|
|
|
1637 (set_case_table): Use case-table
|
|
|
1638 (syms_of_casetab): DEFSUBR new functions.
|
|
|
1639 (complex_vars_of_casetab): Set up standard case-table.
|
|
|
1640 * casetab.h: New file.
|
|
|
1641 * editfns.c: Include casetab.h
|
|
|
1642 (Fcompare_buffer_substrings): Use case-table.
|
|
|
1643 * inline.c: Include casetab.h
|
|
|
1644 * lisp.h: Remove bogus extern.
|
|
|
1645 * lrecord.h (lrecord_type): Add lrecord_type_case_table.
|
|
|
1646 * search.c: Include casetab.h
|
|
|
1647 (TRANSLATE_ASCII): Removed.
|
|
|
1648 (TRANSLATE): Unconditionally translate character.
|
|
|
1649 (looking_at_1): Use case-table.
|
|
|
1650 (string_match_1): Ditto.
|
|
|
1651 (fast_string_match): Ditto.
|
|
|
1652 (search_command): Ditto.
|
|
|
1653 (search_buffer): Separate boyer_moore. Check whether
|
|
456
|
1654 boyer_moore is possible.
|
|
446
|
1655 (simple_search): New function.
|
|
|
1656 (boyer_moore): Separated from search_buffer. Translate char.
|
|
|
1657
|
|
|
1658 2000-11-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1659
|
|
|
1660 * regex.c (RE_TR_ASCII): Removed.
|
|
|
1661 (RE_TRANSLATE): Unconditionally use TRT_TABLE.
|
|
|
1662 (PATFETCH): Call PATFETCH_RAW.
|
|
|
1663 (PATFETCH_RAW): Fetch Emchar.
|
|
|
1664 (PATUNFETCH): Decrement charptr.
|
|
|
1665 (GET_BUFFER_SPACE): Rename b to buf_end.
|
|
|
1666 (BUF_PUSH): Ditto.
|
|
|
1667 (BUF_PUSH_2): Ditto.
|
|
|
1668 (BUF_PUSH_3): Ditto.
|
|
|
1669 (EXTEND_BUFFER): Ditto.
|
|
|
1670 (SET_LIST_BIT): Ditto.
|
|
|
1671 (regex_compile): Ditto. Translate non ASCII char.
|
|
|
1672 (compile_range): Ditto.
|
|
|
1673 (re_search_2): Ditto.
|
|
|
1674 (re_match_2_internal): Compare Emchar.
|
|
|
1675 (bcmp_translate): Ditto.
|
|
|
1676
|
|
|
1677 2000-11-29 Stephen J. Turnbull <turnbull@xemacs.org>
|
|
|
1678
|
|
|
1679 * lisp.h (basic char/int typedefs): comment improvement.
|
|
|
1680
|
|
|
1681 2000-11-24 Stephen J. Turnbull <turnbull@xemacs.org>
|
|
|
1682
|
|
|
1683 * emacs.c (main_1): unconditional pdump unstomping; don't save and
|
|
|
1684 unstomp inhibit_site_lisp. Improve comments.
|
|
|
1685
|
|
|
1686 2000-11-22 Stephen J. Turnbull <turnbull@xemacs.org>
|
|
|
1687
|
|
|
1688 * mule-charset.c (Fcharset_property): improve type checking, comments.
|
|
|
1689
|
|
|
1690 2000-11-28 Andy Piper <andy@xemacs.org>
|
|
|
1691
|
|
|
1692 * redisplay-output.c (redisplay_output_subwindow): make sure we do
|
|
|
1693 clipped display for windows in the gutter also.
|
|
|
1694 (redisplay_display_boxes_in_window_p): change semantics of return
|
|
|
1695 codes to be more intuitive.
|
|
|
1696
|
|
|
1697 * gutter.h: declare display_boxes_in_gutter_p.
|
|
|
1698
|
|
|
1699 * gutter.c (display_boxes_in_gutter_p): new function for
|
|
|
1700 redisplay.
|
|
|
1701
|
|
|
1702 2000-11-22 Andy Piper <andy@xemacs.org>
|
|
|
1703
|
|
|
1704 * glyphs-x.c (image_instantiator_format_create_glyphs_x): change
|
|
|
1705 autodetect domain.
|
|
|
1706
|
|
|
1707 2000-11-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1708
|
|
|
1709 * callproc.c (Fold_call_process_internal):
|
|
|
1710 * gpm.c (Freceive_gpm_event):
|
|
|
1711 (tty_get_foreign_selection): Might be just warning supression.
|
|
|
1712 * fileio.c (Fwrite_region_internal):
|
|
|
1713 (Fset_visited_file_modtime):
|
|
|
1714 * keymap.c (event_matches_key_specifier_p):
|
|
|
1715 Initialize GCPROed variable.
|
|
|
1716
|
|
|
1717 * menubar-x.c (command_builder_find_menu_accelerator):
|
|
|
1718 Initialize before use.
|
|
|
1719
|
|
|
1720 2000-11-23 Andy Piper <andy@xemacs.org>
|
|
|
1721
|
|
|
1722 * unexcw.c (unexec): make the resulting executable executable.
|
|
|
1723
|
|
|
1724 2000-11-21 Martin Buchholz <martin@xemacs.org>
|
|
|
1725
|
|
|
1726 * doc.c (get_doc_string):
|
|
|
1727 Use size_t, not int, for result of XSTRING_LENGTH.
|
|
|
1728
|
|
|
1729 * cmds.c (Fdelete_char):
|
|
|
1730 * cmds.c (Fpoint_at_eol):
|
|
|
1731 * cmds.c (Fself_insert_command):
|
|
|
1732 Use EMACS_INT, not int, for result of XINT.
|
|
|
1733 Someday, someone will want to insert more than 2**31 identical characters.
|
|
|
1734
|
|
|
1735 * cmds.c (Fdelete_char):
|
|
|
1736 * cmds.c (Fdelete_backward_char):
|
|
|
1737 * syntax.c (Fforward_word):
|
|
|
1738 * syntax.c (Fforward_comment):
|
|
|
1739 Make COUNT argument optional, for consistency with forward-char et al.
|
|
|
1740
|
|
|
1741 2000-11-22 Martin Buchholz <martin@xemacs.org>
|
|
|
1742
|
|
|
1743 * lisp.h:
|
|
|
1744 * print.c (long_to_string):
|
|
|
1745 Return a useful value: the pointer at end of data written.
|
|
|
1746
|
|
|
1747 * doprnt.c:
|
|
|
1748 Use `static const char * const' for constant strings.
|
|
|
1749 (union printf_arg): Delete `i', `ui' members.
|
|
|
1750 (get_doprnt_args):
|
|
|
1751 (emacs_doprnt_1):
|
|
|
1752 Fix LP64 platform bug: (format "%d" most-positive-fixnum) ==> "-1"
|
|
|
1753 Do all printf-ing via the `l' specifier.
|
|
|
1754 Use EMACS_INT instead of int.
|
|
|
1755 Optimize.
|
|
|
1756
|
|
|
1757 2000-11-20 Didier Verna <didier@xemacs.org>
|
|
|
1758
|
|
|
1759 * faces.c (update_face_cachel_data): don't frob the background
|
|
|
1760 pixmap when the window is being created. The face is needed but
|
|
|
1761 does not exist yet.
|
|
|
1762
|
|
|
1763 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
|
1764
|
|
|
1765 * unexcw.c (copy_executable_and_dump_data_section): Only do bss
|
|
|
1766 messing with a debug environment.
|
|
|
1767
|
|
|
1768 2000-11-20 Martin Buchholz <martin@xemacs.org>
|
|
|
1769
|
|
|
1770 * emacs.c (__sti__iflPNGFile_c___): Pedantically correct prototype.
|
|
|
1771
|
|
|
1772 2000-11-20 Martin Buchholz <martin@xemacs.org>
|
|
|
1773
|
|
|
1774 * casetab.c (Fcase_table_p): Fix compile error and crash.
|
|
|
1775
|
|
|
1776 2000-11-18 Philip Aston <philipa@mail.com>
|
|
|
1777
|
|
|
1778 * s/cygwin32.h: Cygwin has SVR4-like pty support.
|
|
|
1779
|
|
|
1780 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
|
1781
|
|
|
1782 * fileio.c (Fexpand_file_name): GCPRO bug! Protect `handler'.
|
|
|
1783 * filelock.c (lock_file): GCPRO bug! Initialize all GCPROed vars!
|
|
|
1784
|
|
|
1785 2000-11-17 Martin Buchholz <martin@xemacs.org>
|
|
|
1786
|
|
|
1787 * config.h.in: Define HAVE_ELF_H if elf.h exists.
|
|
|
1788 * unexelf.c: Use HAVE_ELF_H.
|
|
|
1789 * unexelfsgi.c: Fix bug with dumped xemacs stdout/stderr not working.
|
|
|
1790 I copied FSF Emacs 20.7 unexelf.c to unexelfsgi.c and ANSIfied it.
|
|
|
1791 Max Matveev <makc@sgi.com> removed non-SGI-relevant parts and tested.
|
|
|
1792 Greg Harrington <greg_harrington@hotmail.com> provided a machine
|
|
|
1793 for testing.
|
|
|
1794 So this is an unexelfsgi.c from a different line of development.
|
|
|
1795
|
|
|
1796 2000-11-16 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1797
|
|
|
1798 * regex.c (RE_TR_ASCII): New function.
|
|
|
1799 (RE_TRANSLATE): Call it.
|
|
|
1800
|
|
|
1801 2000-11-16 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1802
|
|
|
1803 * buffer.h (TRT_TABLE_OF): Remove assert.
|
|
|
1804 (IN_TRT_TABLE_DOMAIN): Removed.
|
|
|
1805
|
|
|
1806 2000-11-16 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
1807
|
|
|
1808 * free-hook.c (log_gcpro):
|
|
|
1809 (show_gcprohist): Add support for GCPRO5.
|
|
|
1810
|
|
|
1811 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1812
|
|
|
1813 * emacs.c (main_1): Improve -sd error message when --pdump=no.
|
|
|
1814
|
|
|
1815 2000-11-16 Olivier Galibert <galibert@xemacs.org>
|
|
|
1816
|
|
|
1817 * symeval.h: Declare flush_all_buffer_local_cache.
|
|
|
1818
|
|
|
1819 * symbols.c: Change XD_LO_RESET_NIL into XD_LISP_OBJECTs.
|
|
|
1820 (flush_buffer_local_cache): Added.
|
|
|
1821 (flush_all_buffer_local_cache): Added.
|
|
|
1822
|
|
|
1823 * lrecord.h: Remove unused XD_LO_RESET_NIL.
|
|
|
1824
|
|
|
1825 * dumper.c (pdump_register_sub): Remove unused XD_LO_RESET_NIL.
|
|
|
1826 (pdump_dump_data): Ditto.
|
|
|
1827 (pdump_reloc_one): Ditto.
|
|
|
1828 (pdump): Remove unused pdump_qnil. Flush buffer local caches
|
|
|
1829 before dumping.
|
|
|
1830
|
|
|
1831
|
|
|
1832 2000-11-14 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1833
|
|
|
1834 * buffer.c: Remove if 0'ed entry.
|
|
|
1835 * buffer.h: Rewrite TRT to use char-table.
|
|
|
1836 * bufslots.h: Remove mirror tables.
|
|
|
1837 * casetab.c: Remove mirror tables.
|
|
|
1838 (CASE_TABLE_P): New macro.
|
|
|
1839 (Fcase_table_p): Element of a case table is string or char-table.
|
|
|
1840 (make_mirror_trt_table): Removed.
|
|
|
1841 (set_case_table): Setup char-table from strings for backward
|
|
|
1842 compatibility.
|
|
|
1843 * dired.c (Fdirectory_files):
|
|
|
1844 * dired-msw.c: (mswindows_get_files):
|
|
|
1845 * lisp.h: Change prototype of re_pattern_buffer.
|
|
|
1846 * regex.c: (RE_TRANSLATE): New macro.
|
|
|
1847 (TRANSLATE_P): Ditto.
|
|
|
1848 Change translate to type RE_TRANSLATE_TYPE.
|
|
|
1849 * regex.h: Define RE_TRANSLATE_TYPE
|
|
|
1850 * search.c (TRANSLATE): New macro.
|
|
|
1851 (TRANSLATE_ASCII): New macro.
|
|
|
1852 Translate table is changed to Lisp_Object.
|
|
|
1853 (signal_failure): Inhibit return.
|
|
|
1854
|
|
|
1855 2000-11-14 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1856
|
|
|
1857 * device-msw.c:
|
|
|
1858 * eldap.c:
|
|
|
1859 * event-Xt.c:
|
|
|
1860 * event-stream.c:
|
|
|
1861 * print.c:
|
|
|
1862 Do UNGCPRO before return.
|
|
|
1863
|
|
444
|
1864 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
|
1865
|
|
|
1866 * XEmacs 21.2.37 is released.
|
|
|
1867
|
|
|
1868 2000-11-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1869
|
|
|
1870 * fileio.c (Finsert_file_contents_internal): UNGCPRO before return.
|
|
|
1871 Add comments about discarded return value.
|
|
|
1872
|
|
|
1873 2000-11-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1874
|
|
|
1875 * callint.c:
|
|
|
1876 * event-stream.c: Fix comments. Remove some #if 0'ed part.
|
|
|
1877
|
|
|
1878 2000-10-27 Andy Piper <andy@xemacs.org>
|
|
|
1879
|
|
|
1880 * gutter.c (Fset_default_gutter_position): default left and right
|
|
|
1881 gutters to visible.
|
|
|
1882 (calculate_gutter_size): calculate resonable heuristic for left
|
|
|
1883 and right gutter sizes.
|
|
|
1884 (specifier_vars_of_gutter): change left and right gutter sizes to
|
|
|
1885 autodetect.
|
|
|
1886 (calculate_gutter_size_from_display_lines): new function.
|
|
|
1887 (output_gutter): check for resizing on left and right gutters.
|
|
|
1888 (clear_gutter): don't special case top and left gutters.
|
|
|
1889 (specifier_vars_of_gutter): use new signature for
|
|
|
1890 set_specifier_caching.
|
|
|
1891
|
|
|
1892 * glyphs-x.c (x_redisplay_widget): spelling fix.
|
|
|
1893 * glyphs.c (specifier_vars_of_glyphs):
|
|
|
1894 * menubar.c (specifier_vars_of_menubar):
|
|
|
1895 * redisplay.c (specifier_vars_of_redisplay):
|
|
|
1896 * toolbar.c (specifier_vars_of_toolbar):
|
|
|
1897 * window.c (specifier_vars_of_window):
|
|
|
1898 * scrollbar.c (specifier_vars_of_scrollbar):
|
|
|
1899 (complex_vars_of_scrollbar): use new signature for
|
|
|
1900 set_specifier_caching.
|
|
|
1901
|
|
|
1902 * specifier.c (set_specifier_caching): include recompute flag.
|
|
|
1903 (recompute_one_cached_specifier_in_window): always recompute if
|
|
|
1904 flag set.
|
|
|
1905 (recompute_one_cached_specifier_in_frame): ditto.
|
|
446
|
1906
|
|
444
|
1907 * specifier.h (struct specifier_caching): add recompute flag.
|
|
|
1908
|
|
|
1909 2000-10-24 Andy Piper <andy@xemacs.org>
|
|
|
1910
|
|
|
1911 * unexcw.c (copy_executable_and_dump_data_section): add new
|
|
|
1912 BSS_PAD_SIZE so that we can re-instate a mini-bss. This keeps gdb
|
|
|
1913 5.0 happy.
|
|
|
1914
|
|
|
1915 2000-11-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1916
|
|
|
1917 * console-x.h (x_device): New member modifier_release_time.
|
|
|
1918 * event-Xt.c (x_handle_sticky_modifiers):
|
|
|
1919 Bound interval modifier keys are sticky.
|
|
|
1920 * event-stream.c (Vmodifier_keys_sticky_time): New variable.
|
|
|
1921 * events.h: extern it.
|
|
|
1922
|
|
|
1923 2000-11-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1924
|
|
|
1925 * cmdloop.c (Fcommand_loop_1): Just add C-g to event queue.
|
|
|
1926
|
|
|
1927 2000-11-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1928
|
|
|
1929 * event-stream.c (execute_command_event): Preserve current_events
|
|
|
1930 and the like when event is misc-user-event.
|
|
|
1931 Inhibit quit during the call to maybe_echo_keys.
|
|
|
1932
|
|
|
1933 2000-10-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1934
|
|
|
1935 * filelock.c (lock_buffer): Cope with kill-buffer. Don't create a
|
|
|
1936 symlink when buffer is killed.
|
|
|
1937 (inhibit_clash_detection): New variable.
|
|
|
1938
|
|
|
1939 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
1940
|
|
|
1941 * console.c (Fset_input_method): Trigger redisplay on tty.
|
|
|
1942
|
|
|
1943 2000-11-07 Martin Buchholz <martin@xemacs.org>
|
|
|
1944
|
|
|
1945 * process.c (Fprocess_status): Revert to previous behavior:
|
|
|
1946 (process-status "nosuchprocess") ==> nil
|
|
|
1947
|
|
|
1948 2000-11-06 Martin Buchholz <martin@xemacs.org>
|
|
|
1949
|
|
|
1950 * mule-charset.h (CHARSET_BY_LEADING_BYTE):
|
|
|
1951 Work around another GCC 2.95.2 optimizer bug.
|
|
|
1952
|
|
|
1953 2000-11-02 Martin Buchholz <martin@xemacs.org>
|
|
|
1954
|
|
|
1955 * process.c (Fget_process): Use LIST_LOOP_2.
|
|
|
1956 (kill_buffer_processes): Use LIST_LOOP_2.
|
|
|
1957
|
|
|
1958 * minibuf.c (Fall_completions):
|
|
|
1959 Delete old non-functional code for FSF fourth argument.
|
|
|
1960
|
|
446
|
1961 * frame.c (frame_matches_frame_spec):
|
|
444
|
1962 Renamed from `frame_matches_frametype'. Update all callers.
|
|
446
|
1963 (device_matches_device_spec):
|
|
444
|
1964 Renamed from 'device_matches_console_spec'. Update all callers.
|
|
|
1965
|
|
|
1966 * doc.c (Fsubstitute_command_keys):
|
|
|
1967 Remove buffer overflow crash. Small code cleanups.
|
|
|
1968
|
|
|
1969 * casetab.c (check_case_table): Simpler code.
|
|
|
1970
|
|
|
1971 * window.c (Freplace_buffer_in_windows):
|
|
446
|
1972 Give this the same WHICH-FRAMES and WHICH-DEVICES parameters
|
|
444
|
1973 (and similar implementation) as Fdelete_windows_on.
|
|
|
1974 Update all callers.
|
|
|
1975
|
|
|
1976 * alloc.c (Fmake_list):
|
|
|
1977 * alloc.c (make_vector):
|
|
|
1978 * alloc.c (Fmake_vector):
|
|
|
1979 * alloc.c (make_bit_vector):
|
|
|
1980 * alloc.c (Fmake_bit_vector):
|
|
|
1981 * alloc.c (Fbit_vector):
|
|
|
1982 * alloc.c (Fmake_string):
|
|
|
1983 * alloc.c (Fpurecopy):
|
|
|
1984 * alloc.c (Fmemory_limit):
|
|
|
1985 * buffer.c:
|
|
|
1986 * buffer.c (Fget_buffer):
|
|
|
1987 * buffer.c (Fkill_buffer):
|
|
|
1988 * buffer.c (complex_vars_of_buffer):
|
|
|
1989 * bytecode.c (Fcompiled_function_stack_depth):
|
|
|
1990 * callint.c (Fprefix_numeric_value):
|
|
|
1991 * event-stream.c:
|
|
|
1992 * event-stream.c (Fread_key_sequence):
|
|
|
1993 * casetab.c:
|
|
|
1994 * casetab.c (Fcase_table_p):
|
|
|
1995 * casetab.c (check_case_table):
|
|
|
1996 * casetab.c (Fset_case_table):
|
|
|
1997 * casetab.c (Fset_standard_case_table):
|
|
|
1998 * chartab.c:
|
|
|
1999 * chartab.c (Fchar_table_type):
|
|
|
2000 * chartab.c (Freset_char_table):
|
|
|
2001 * chartab.c (Fget_char_table):
|
|
|
2002 * chartab.c (Fget_range_char_table):
|
|
|
2003 * chartab.c (Fput_char_table):
|
|
|
2004 * chartab.c (Fmap_char_table):
|
|
|
2005 * chartab.c (Fcategory_table_p):
|
|
|
2006 * chartab.c (Fcheck_category_at):
|
|
|
2007 * chartab.c (Fchar_in_category_p):
|
|
|
2008 * chartab.c (Fcategory_table):
|
|
|
2009 * chartab.c (Fcopy_category_table):
|
|
|
2010 * chartab.c (Fset_category_table):
|
|
|
2011 * chartab.c (Fcategory_designator_p):
|
|
|
2012 * chartab.c (Fcategory_table_value_p):
|
|
|
2013 * cmds.c (Fdelete_char):
|
|
|
2014 * cmds.c (Fdelete_backward_char):
|
|
|
2015 * cmds.c (Fself_insert_command):
|
|
|
2016 * cmds.c (Fself_insert_internal):
|
|
|
2017 * console.c (Fvalid_console_type_p):
|
|
|
2018 * console.c (Fcdfw_console):
|
|
|
2019 * console.c (Fconsole_type):
|
|
|
2020 * console.c (Fconsole_name):
|
|
|
2021 * console.c (Fconsole_device_list):
|
|
|
2022 * console.c (Fconsole_on_window_system_p):
|
|
|
2023 * data.c:
|
|
|
2024 * data.c (Feq):
|
|
|
2025 * data.c (Fold_eq):
|
|
|
2026 * data.c (Fsubr_interactive):
|
|
|
2027 * data.c (Fchar_to_int):
|
|
|
2028 * data.c (Fint_to_char):
|
|
|
2029 * data.c (Fsetcar):
|
|
|
2030 * data.c (Fsetcdr):
|
|
|
2031 * data.c (Fnumber_to_string):
|
|
|
2032 * data.c (Fstring_to_number):
|
|
|
2033 * data.c (Frem):
|
|
|
2034 * database.c (mark_database):
|
|
|
2035 * database.c (finalize_database):
|
|
|
2036 * database.c (Fdatabase_live_p):
|
|
|
2037 * database.c (Fdatabasep):
|
|
|
2038 * device-x.c (Fx_get_resource):
|
|
|
2039 * device.c (Fdfw_device):
|
|
|
2040 * dired.c:
|
|
|
2041 * dired.c (Ffile_name_completion):
|
|
|
2042 * dired.c (Ffile_name_all_completions):
|
|
|
2043 * dired.c (Fuser_name_completion):
|
|
|
2044 * dired.c (Fuser_name_completion_1):
|
|
|
2045 * dired.c (Fuser_name_all_completions):
|
|
|
2046 * doc.c (Fdocumentation):
|
|
|
2047 * doc.c (Fdocumentation_property):
|
|
|
2048 * doc.c (Fsubstitute_command_keys):
|
|
|
2049 * editfns.c:
|
|
|
2050 * editfns.c (Fchar_to_string):
|
|
|
2051 * editfns.c (Fstring_to_char):
|
|
|
2052 * editfns.c (Ftemp_directory):
|
|
|
2053 * editfns.c (Finsert_char):
|
|
|
2054 * editfns.c (Fbuffer_substring_no_properties):
|
|
|
2055 * editfns.c (Fnarrow_to_region):
|
|
|
2056 * editfns.c (Fchar_equal):
|
|
|
2057 * editfns.c (Fchar_Equal):
|
|
|
2058 * editfns.c (Ftranspose_regions):
|
|
|
2059 * emacs.c (Fdump_emacs):
|
|
|
2060 * eval.c (Fthrow):
|
|
|
2061 * eval.c (Fcommand_execute):
|
|
|
2062 * eval.c (Fautoload):
|
|
|
2063 * eval.c (Fbacktrace):
|
|
|
2064 * eval.c (Fbacktrace_frame):
|
|
|
2065 * events.c:
|
|
|
2066 * events.c (Fcopy_event):
|
|
|
2067 * events.c (Fcharacter_to_event):
|
|
|
2068 * events.c (Fevent_button):
|
|
|
2069 * events.c (Fevent_process):
|
|
|
2070 * extents.c:
|
|
|
2071 * extents.c (Fnext_extent_change):
|
|
|
2072 * extents.c (Fextent_property):
|
|
|
2073 * faces.c (Ffacep):
|
|
|
2074 * faces.c (Fmake_face):
|
|
|
2075 * file-coding.c:
|
|
|
2076 * file-coding.c (Fencode_shift_jis_char):
|
|
|
2077 * file-coding.c (Fencode_big5_char):
|
|
|
2078 * fileio.c (Ffile_name_directory):
|
|
|
2079 * fileio.c (Ffile_name_nondirectory):
|
|
|
2080 * fileio.c (Ffile_name_as_directory):
|
|
|
2081 * fileio.c (Fdirectory_file_name):
|
|
|
2082 * fileio.c (Ffile_truename):
|
|
|
2083 * fileio.c (Fsubstitute_in_file_name):
|
|
|
2084 * fileio.c (Ffile_modes):
|
|
|
2085 * fileio.c (Fset_file_modes):
|
|
|
2086 * fileio.c (Fset_default_file_modes):
|
|
|
2087 * fileio.c (Fverify_visited_file_modtime):
|
|
|
2088 * floatfns.c (Facos):
|
|
|
2089 * floatfns.c (Fasin):
|
|
|
2090 * floatfns.c (Fatan):
|
|
|
2091 * floatfns.c (Fcos):
|
|
|
2092 * floatfns.c (Fsin):
|
|
|
2093 * floatfns.c (Ftan):
|
|
|
2094 * floatfns.c (Fbessel_j0):
|
|
|
2095 * floatfns.c (Fbessel_j1):
|
|
|
2096 * floatfns.c (Fbessel_jn):
|
|
|
2097 * floatfns.c (Fbessel_y0):
|
|
|
2098 * floatfns.c (Fbessel_y1):
|
|
|
2099 * floatfns.c (Fbessel_yn):
|
|
|
2100 * floatfns.c (Ferf):
|
|
|
2101 * floatfns.c (Ferfc):
|
|
|
2102 * floatfns.c (Flog_gamma):
|
|
|
2103 * floatfns.c (Fexp):
|
|
|
2104 * floatfns.c (Fexpt):
|
|
|
2105 * floatfns.c (Flog):
|
|
|
2106 * floatfns.c (Flog10):
|
|
|
2107 * floatfns.c (Fsqrt):
|
|
|
2108 * floatfns.c (Fcube_root):
|
|
|
2109 * floatfns.c (Facosh):
|
|
|
2110 * floatfns.c (Fasinh):
|
|
|
2111 * floatfns.c (Fatanh):
|
|
|
2112 * floatfns.c (Fcosh):
|
|
|
2113 * floatfns.c (Fsinh):
|
|
|
2114 * floatfns.c (Ftanh):
|
|
|
2115 * floatfns.c (Fabs):
|
|
|
2116 * floatfns.c (Ffloat):
|
|
|
2117 * floatfns.c (Flogb):
|
|
|
2118 * floatfns.c (Fceiling):
|
|
|
2119 * floatfns.c (Ffloor):
|
|
|
2120 * floatfns.c (Fround):
|
|
|
2121 * floatfns.c (Ftruncate):
|
|
|
2122 * floatfns.c (Ffceiling):
|
|
|
2123 * floatfns.c (Fffloor):
|
|
|
2124 * floatfns.c (Ffround):
|
|
|
2125 * floatfns.c (Fftruncate):
|
|
|
2126 * fns.c (Fstring_equal):
|
|
|
2127 * fns.c (Fstring_lessp):
|
|
|
2128 * fns.c (concat2):
|
|
|
2129 * fns.c (concat3):
|
|
|
2130 * fns.c (vconcat2):
|
|
|
2131 * fns.c (vconcat3):
|
|
|
2132 * fns.c (Fsubstring):
|
|
|
2133 * fns.c (Fassoc):
|
|
|
2134 * fns.c (Fold_assoc):
|
|
|
2135 * fns.c (assoc_no_quit):
|
|
|
2136 * fns.c (Fassq):
|
|
|
2137 * fns.c (Fold_assq):
|
|
|
2138 * fns.c (assq_no_quit):
|
|
|
2139 * fns.c (Frassoc):
|
|
|
2140 * fns.c (Fold_rassoc):
|
|
|
2141 * fns.c (Frassq):
|
|
|
2142 * fns.c (Fold_rassq):
|
|
|
2143 * fns.c (rassq_no_quit):
|
|
|
2144 * fns.c (Fremassoc):
|
|
|
2145 * fns.c (remassoc_no_quit):
|
|
|
2146 * fns.c (Fremassq):
|
|
|
2147 * fns.c (remassq_no_quit):
|
|
|
2148 * fns.c (Fremrassoc):
|
|
|
2149 * fns.c (Fremrassq):
|
|
|
2150 * fns.c (remrassq_no_quit):
|
|
|
2151 * fns.c (Fsort):
|
|
|
2152 * fns.c (Fplist_get):
|
|
|
2153 * fns.c (Fplist_put):
|
|
|
2154 * fns.c (Fplist_remprop):
|
|
|
2155 * fns.c (Fplist_member):
|
|
|
2156 * fns.c (Flax_plist_get):
|
|
|
2157 * fns.c (Flax_plist_put):
|
|
|
2158 * fns.c (Flax_plist_remprop):
|
|
|
2159 * fns.c (Flax_plist_member):
|
|
|
2160 * fns.c (Fequal):
|
|
|
2161 * fns.c (Fold_equal):
|
|
|
2162 * fns.c (Frequire):
|
|
|
2163 * fns.c (Fbase64_encode_region):
|
|
|
2164 * fns.c (Fbase64_encode_string):
|
|
|
2165 * fns.c (Fbase64_decode_region):
|
|
|
2166 * frame.c:
|
|
|
2167 * frame.c (frame_matches_frame_spec):
|
|
|
2168 * frame.c (device_matches_device_spec):
|
|
|
2169 * frame.c (next_frame):
|
|
|
2170 * frame.c (previous_frame):
|
|
|
2171 * frame.c (Fnext_frame):
|
|
|
2172 * frame.c (Fprevious_frame):
|
|
|
2173 * frame.c (Fframe_property):
|
|
|
2174 * frame.c (Fset_frame_height):
|
|
|
2175 * frame.c (Fset_frame_size):
|
|
|
2176 * frame.h:
|
|
|
2177 * glyphs.c:
|
|
|
2178 * glyphs.c (if):
|
|
|
2179 * glyphs.c (decode_error_behavior_flag):
|
|
|
2180 * glyphs.c (Fmake_image_instance):
|
|
|
2181 * indent.c (Findent_to):
|
|
|
2182 * intl.c (Fignore_defer_gettext):
|
|
|
2183 * keymap.c (Fkeymapp):
|
|
|
2184 * keymap.c (Flookup_key):
|
|
|
2185 * lread.c:
|
|
|
2186 * lread.c (Fload_internal):
|
|
|
2187 * lread.c (Feval_buffer):
|
|
|
2188 * lread.c (Feval_region):
|
|
|
2189 * macros.c (Fexecute_kbd_macro):
|
|
|
2190 * marker.c (set_marker_internal):
|
|
|
2191 * marker.c (Fset_marker):
|
|
|
2192 * marker.c (set_marker_restricted):
|
|
|
2193 * marker.c (Fcopy_marker):
|
|
|
2194 * marker.c (noseeum_copy_marker):
|
|
|
2195 * menubar.c:
|
|
|
2196 * menubar.c (Fpopup_menu):
|
|
|
2197 * minibuf.c:
|
|
|
2198 * mule-charset.c (Fcharset_name):
|
|
|
2199 * mule-charset.c (Fchar_charset):
|
|
|
2200 * mule-charset.c (Fchar_octet):
|
|
|
2201 * mule-charset.c (Fsplit_char):
|
|
|
2202 * mule-wnnfns.c (Fwnn_open):
|
|
|
2203 * mule-wnnfns.c (Fwnn_dict_comment):
|
|
|
2204 * mule-wnnfns.c (Fwnn_quit_henkan):
|
|
|
2205 * mule-wnnfns.c (Fwnn_word_toroku):
|
|
|
2206 * mule-wnnfns.c (Fwnn_word_sakujo):
|
|
|
2207 * mule-wnnfns.c (Fwnn_word_use):
|
|
|
2208 * mule-wnnfns.c (Fwnn_hindo_set):
|
|
|
2209 * objects.c:
|
|
|
2210 * objects.c (Fmake_color_instance):
|
|
|
2211 * objects.c (Fmake_font_instance):
|
|
|
2212 * print.c (Fwrite_char):
|
|
|
2213 * process.c:
|
|
|
2214 * process.c (mark_process):
|
|
|
2215 * process.c (print_process):
|
|
|
2216 * process.c (get_process_from_usid):
|
|
|
2217 * process.c (Fprocessp):
|
|
|
2218 * process.c (Fprocess_live_p):
|
|
|
2219 * process.c (Fget_process):
|
|
|
2220 * process.c (Fget_buffer_process):
|
|
|
2221 * process.c (get_process):
|
|
|
2222 * process.c (Fprocess_id):
|
|
|
2223 * process.c (Fprocess_name):
|
|
|
2224 * process.c (Fprocess_command):
|
|
|
2225 * process.c (init_process_io_handles):
|
|
|
2226 * process.c (start_process_unwind):
|
|
|
2227 * process.c (Fstart_process_internal):
|
|
|
2228 * process.c (Fopen_multicast_group_internal):
|
|
|
2229 * process.c (Fset_process_window_size):
|
|
|
2230 * process.c (read_process_output):
|
|
|
2231 * process.c (send_process):
|
|
|
2232 * process.c (Fprocess_tty_name):
|
|
|
2233 * process.c (Fset_process_buffer):
|
|
|
2234 * process.c (Fprocess_buffer):
|
|
|
2235 * process.c (Fprocess_mark):
|
|
|
2236 * process.c (set_process_filter):
|
|
|
2237 * process.c (Fset_process_filter):
|
|
|
2238 * process.c (Fprocess_filter):
|
|
|
2239 * process.c (Fprocess_send_region):
|
|
|
2240 * process.c (Fprocess_send_string):
|
|
|
2241 * process.c (exec_sentinel):
|
|
|
2242 * process.c (Fset_process_sentinel):
|
|
|
2243 * process.c (Fprocess_sentinel):
|
|
|
2244 * process.c (status_notify):
|
|
|
2245 * process.c (Fprocess_status):
|
|
|
2246 * process.c (Fprocess_exit_status):
|
|
|
2247 * process.c (process_send_signal):
|
|
|
2248 * process.c (Fprocess_send_eof):
|
|
|
2249 * process.c (deactivate_process):
|
|
|
2250 * process.c (remove_process):
|
|
|
2251 * process.c (Fdelete_process):
|
|
|
2252 * process.c (kill_buffer_processes):
|
|
|
2253 * process.c (Fprocess_kill_without_query):
|
|
|
2254 * process.c (Fprocess_kill_without_query_p):
|
|
|
2255 * rangetab.c:
|
|
|
2256 * rangetab.c (Fget_range_table):
|
|
|
2257 * rangetab.c (Fput_range_table):
|
|
|
2258 * rangetab.c (Fremove_range_table):
|
|
|
2259 * rangetab.c (Fclear_range_table):
|
|
|
2260 * search.c:
|
|
|
2261 * search.c (Fskip_chars_forward):
|
|
|
2262 * search.c (Fskip_chars_backward):
|
|
|
2263 * search.c (Fskip_syntax_forward):
|
|
|
2264 * search.c (Fskip_syntax_backward):
|
|
|
2265 * search.c (search_command):
|
|
|
2266 * search.c (Freplace_match):
|
|
|
2267 * search.c (Fregexp_quote):
|
|
|
2268 * select.c (Fown_selection_internal):
|
|
|
2269 * select.c (Fselection_owner_p):
|
|
|
2270 * select.c (Fselection_exists_p):
|
|
|
2271 * select.c (Fget_selection_internal):
|
|
|
2272 * specifier.c:
|
|
|
2273 * symbols.c:
|
|
|
2274 * symbols.c (Fintern):
|
|
|
2275 * symbols.c (Fintern_soft):
|
|
|
2276 * symbols.c (Funintern):
|
|
|
2277 * symbols.c (Fapropos_internal):
|
|
|
2278 * symbols.c (Fset_default):
|
|
|
2279 * syntax.c:
|
|
|
2280 * syntax.c (Fsyntax_table_p):
|
|
|
2281 * syntax.c (Fcopy_syntax_table):
|
|
|
2282 * syntax.c (Fset_syntax_table):
|
|
|
2283 * syntax.c (Fchar_syntax):
|
|
|
2284 * syntax.c (syntax_match):
|
|
|
2285 * syntax.c (Fmatching_paren):
|
|
|
2286 * syntax.c (Fforward_word):
|
|
|
2287 * syntax.c (scan_lists):
|
|
|
2288 * syntax.c (Fscan_lists):
|
|
|
2289 * syntax.c (Fscan_sexps):
|
|
|
2290 * syntax.c (Fparse_partial_sexp):
|
|
|
2291 * toolbar.c (Fcheck_toolbar_button_syntax):
|
|
|
2292 * tooltalk.doc:
|
|
|
2293 * window.c:
|
|
|
2294 * window.c (Fwindowp):
|
|
|
2295 * window.c (Fwindow_live_p):
|
|
|
2296 * window.c (Fwindow_point):
|
|
|
2297 * window.c (Fdelete_window):
|
|
|
2298 * window.c (Fnext_window):
|
|
|
2299 * window.c (Fprevious_window):
|
|
|
2300 * window.c (Fother_window):
|
|
|
2301 * window.c (window_loop):
|
|
|
2302 * window.c (Fget_lru_window):
|
|
|
2303 * window.c (Fsplit_window):
|
|
|
2304 * window.c (Fenlarge_window):
|
|
|
2305 * window.c (Fenlarge_window_pixels):
|
|
|
2306 * window.c (Fshrink_window):
|
|
|
2307 * window.c (Fshrink_window_pixels):
|
|
|
2308 * window.c (change_window_height):
|
|
|
2309 * window.c (Fwindow_configuration_p):
|
|
|
2310 * window.c (Fcurrent_window_configuration):
|
|
|
2311 * window.h:
|
|
|
2312 * casefiddle.c (casify_object):
|
|
|
2313 * casefiddle.c (Fupcase):
|
|
|
2314 * casefiddle.c (Fdowncase):
|
|
|
2315 * casefiddle.c (Fcapitalize):
|
|
|
2316 * casefiddle.c (Fupcase_initials):
|
|
|
2317 * casefiddle.c (casify_region_internal):
|
|
|
2318 * casefiddle.c (casify_region):
|
|
|
2319 * casefiddle.c (Fupcase_region):
|
|
|
2320 * casefiddle.c (Fdowncase_region):
|
|
|
2321 * casefiddle.c (Fcapitalize_region):
|
|
|
2322 * casefiddle.c (Fupcase_initials_region):
|
|
|
2323 * casefiddle.c (Fupcase_word):
|
|
|
2324 * casefiddle.c (Fdowncase_word):
|
|
|
2325 * casefiddle.c (Fcapitalize_word):
|
|
|
2326 Docstring arglist/Texinfo fixes. See man/ChangeLog for details.
|
|
|
2327 Replace 0 with '\0' when working with bytes.
|
|
|
2328 Replace initial "(" with "\(" in docstrings.
|
|
|
2329
|
|
|
2330 2000-11-01 Martin Buchholz <martin@xemacs.org>
|
|
|
2331
|
|
|
2332 * config.h.in: Handle alloca with Compaq C on Alpha Linux.
|
|
|
2333
|
|
|
2334 * m/alpha.h: Let configure handle SYSTEM_MALLOC on Linux.
|
|
|
2335
|
|
|
2336 2000-10-31 Martin Buchholz <martin@xemacs.org>
|
|
|
2337
|
|
|
2338 * eldap.c (print_ldap): 64-bit cleaner. Fixes warning.
|
|
|
2339
|
|
|
2340 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2341
|
|
|
2342 * doprnt.c (emacs_do_prnt_1): Format (format "%01.2d" 10)
|
|
|
2343 correctly.
|
|
|
2344
|
|
|
2345 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2346
|
|
|
2347 * fileio.c (Vauto_save_list_file_prefix): Moved from startup.el.
|
|
|
2348 (inhibit_auto_save_session): New variable.
|
|
|
2349 (vars_of_fileio): Declare and initialize them.
|
|
|
2350 * fileio.c (Fdo_auto_save): Don't create session file if
|
|
|
2351 Vinhibit_auto_save_session or Vauto_save_list_file_prefix is non-nil.
|
|
|
2352
|
|
|
2353 2000-10-31 Martin Buchholz <martin@xemacs.org>
|
|
|
2354
|
|
|
2355 * sgiplay.c (play_internal): C++ compilability.
|
|
|
2356 * alloc.c (SWEEP_FIXED_TYPE_BLOCK): Remove unused var `SFTB_prev'.
|
|
446
|
2357 * callproc.c (Fold_call_process_internal):
|
|
444
|
2358 Remove unused vars `env', `first'.
|
|
446
|
2359 * scrollbar.c (update_scrollbar_instance):
|
|
444
|
2360 #### unused var `current_window'.
|
|
|
2361 * redisplay-tty.c: Put currently unused vars insert_mode_on,
|
|
|
2362 etc. within #ifdef NOT_YET.
|
|
|
2363 * emacs.c: #### unused vars `initial_argc', `initial_argv'.
|
|
|
2364 * dialog-x.c (dbox_descriptor_to_widget_value): ### unused var `title'.
|
|
446
|
2365 * specifier.c (specifier_instance):
|
|
444
|
2366 #### unused var `tag'.
|
|
|
2367 Use WINDOW_BUFFER, FRAME_DEVICE instead of their expansion.
|
|
|
2368
|
|
|
2369 2000-10-27 Martin Buchholz <martin@xemacs.org>
|
|
|
2370
|
|
|
2371 * fns.c (Fbutlast):
|
|
|
2372 * fns.c (list_sort):
|
|
|
2373 * fns.c (Ffillarray):
|
|
|
2374 * fns.c (bytecode_nconc2):
|
|
|
2375 * fns.c (Fnconc):
|
|
|
2376 * fns.c (mapcar1):
|
|
|
2377 * fns.c (Fmapconcat):
|
|
|
2378 Be pedantically 64-bit correct. For the time when someone will
|
|
|
2379 want to have a list with length > 2**32.
|
|
|
2380
|
|
|
2381 * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
|
|
|
2382 Work around MIPSpro compiler bug.
|
|
|
2383
|
|
|
2384 * process-unix.c (unix_kill_child_process): Add snarky comment.
|
|
|
2385 * process-unix.c (try_to_initialize_subtty): Oops, `=' ==> `=='
|
|
|
2386
|
|
|
2387 * config.h.in: Oops, _getpt ==> _getpty
|
|
|
2388
|
|
|
2389 2000-10-26 Martin Buchholz <martin@xemacs.org>
|
|
|
2390
|
|
|
2391 * config.h.in:
|
|
|
2392 * regex.c:
|
|
|
2393 Use void*, not char*, as return type of alloca().
|
|
|
2394
|
|
|
2395 * alloc.c (free_marker): Side effect inside assert expression!
|
|
|
2396
|
|
|
2397 2000-10-16 MIYASHITA Hisashi <himi@m17n.org>
|
|
|
2398
|
|
|
2399 * mule-charset.c (Fset_charset_ccl_program): To check
|
|
|
2400 if the given ccl program is valid, use setup_ccl_program()
|
|
|
2401 instead of CHECK_VECTOR().
|
|
|
2402 (Fmake_charset): Likewise.
|
|
|
2403
|
|
|
2404 2000-10-20 Golubev I. N. <gin@mo.msk.ru>
|
|
|
2405
|
|
|
2406 * faces.c (get_extent_fragment_face_cache_index):
|
|
|
2407 Fix cachel.merged_faces memory leak.
|
|
|
2408
|
|
|
2409 2000-10-14 MIYASHITA Hisashi <himi@m17n.org>
|
|
|
2410
|
|
|
2411 * mule-ccl.c (ccl_driver)<CCL_DECODE_SJIS>:
|
|
|
2412 Reset MSB of octets obtained by DECODE_SJIS
|
|
|
2413 because of the incompatibility with Emacs.
|
|
|
2414 (ccl_driver)<CCL_ENCODE_SJIS>:
|
|
|
2415 Set MSB of octets before passing them to
|
|
|
2416 ENCODE_SJIS because of the incompatibility
|
|
|
2417 with Emacs.
|
|
|
2418
|
|
|
2419 2000-10-18 Daiki Ueno <ueno@unixuser.org>
|
|
|
2420
|
|
|
2421 * lrecord.h (DECLARE_TYPECHECK_LRECORD): Abolish.
|
|
|
2422 (DECLARE_LRECORD): Undo the last change.
|
|
|
2423 (DECLARE_EXTERNAL_LRECORD): Expand typechecking stuff.
|
|
|
2424
|
|
|
2425 2000-10-17 Daiki Ueno <ueno@unixuser.org>
|
|
|
2426
|
|
|
2427 * lrecord.h (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): Connect
|
|
|
2428 the implementation to lrecord_implementations_table.
|
|
|
2429
|
|
|
2430 2000-10-14 Daiki Ueno <ueno@unixuser.org>
|
|
|
2431
|
|
|
2432 * lrecord.h (MAKE_EXTERNAL_LRECORD_IMPLEMENTATION): Don't set the
|
|
|
2433 initial value of `lrecord_type_##c_name' and
|
|
|
2434 `lrecord_##c_name.lrecord_type_index'; discard "const" qualifier.
|
|
|
2435 (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): New macro.
|
|
|
2436 [ERROR_CHECK_TYPECHECK] (DECLARE_TYPECHECK_LRECORD): New macro.
|
|
|
2437 [ERROR_CHECK_TYPECHECK] (DECLARE_LRECORD): Use it.
|
|
|
2438 [ERROR_CHECK_TYPECHECK] (DECLARE_EXTERNAL_LRECORD): Use it.
|
|
|
2439
|
|
|
2440 2000-10-17 Martin Buchholz <martin@xemacs.org>
|
|
|
2441
|
|
|
2442 * miscplay.c (sndcnv8S_2mono):
|
|
446
|
2443 (sndcnv2monounsigned):
|
|
|
2444 (sndcnvULaw_2linear):
|
|
|
2445 (sndcnv16swap):
|
|
444
|
2446 Remove implementation-defined behavior.
|
|
|
2447
|
|
|
2448 2000-10-12 Martin Buchholz <martin@xemacs.org>
|
|
|
2449
|
|
|
2450 * input-method-xlib.c: Warning suppression.
|
|
|
2451
|
|
|
2452 2000-10-05 MIYASHITA Hisashi <himi@m17n.org>
|
|
|
2453
|
|
|
2454 * mule-ccl.c: Sync up with Emacs 21.0.90.
|
|
|
2455 (ccl_driver)<CCL_TranslateCharacter>: Disabled.
|
|
|
2456 Do nothing.
|
|
|
2457 (ccl_driver)<CCL_TranslateCharacterConstTbl>:
|
|
|
2458 Likewise.
|
|
|
2459 (ccl_driver[WriteMultibyteChar2]): Bug fix.
|
|
|
2460 Use MAX_LEADING_BYTE_OFFICIAL_2 instead of
|
|
|
2461 MIN_LEADING_BYTE_OFFICIAL_2 to check whether the
|
|
|
2462 leading char belongs to official 2-dimensional charset.
|
|
|
2463 (CCL_WRITE_CHAR): When CCL_MODE_ENCODING,
|
|
|
2464 write the given character as is. Otherwise,
|
|
|
2465 if it is a multibyte char, convert it by
|
|
|
2466 non_ascii_set_charptr_emchar, then write it.
|
|
|
2467 (CCL_WRITE_STRING): Likewise.
|
|
|
2468 (ccl_get_compiled_code): New function.
|
|
|
2469 (setup_ccl_program): When ccl_prog is invalid,
|
|
|
2470 return -1.
|
|
|
2471 (Fregister_code_conversion_map): New function.
|
|
|
2472 (syms_of_mule_ccl): defsubr Fregister_code_conversion_map.
|
|
|
2473
|
|
|
2474 * mule-ccl.h: Sync up with Emacs 21.0.90.
|
|
|
2475 (Fregister_ccl_program): export it.
|
|
|
2476
|
|
|
2477 * redisplay-msw.c (separate_textual_runs):
|
|
|
2478 If ccl program is not valid, don't do ccl conversion.
|
|
|
2479
|
|
|
2480 * redisplay-x.c (separate_textual_runs): Ditto.
|
|
|
2481
|
|
|
2482 * file-coding.c (Fmake_coding_system):
|
|
|
2483 When type is ccl and value is vector, register it
|
|
|
2484 with a proper symbol. And checks whether the
|
|
|
2485 given ccl program is valid.
|
|
|
2486 (mule_decode): When calling ccl_driver, if src indicates
|
|
|
2487 NULL pointer, set an empty string instead.
|
|
|
2488 (mule_encode): Likewise.
|
|
|
2489
|
|
|
2490 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
|
2491
|
|
|
2492 The following large batch of changes gets us back to a state of
|
|
|
2493 C++ compilability. Extbyte is now a char, which means that
|
|
|
2494 Extbyte * and Bufbyte * cannot be freely interchanged - a win!
|
|
|
2495
|
|
|
2496 * tooltalk.c (Fset_tooltalk_message_attribute): Type correctness.
|
|
|
2497
|
|
|
2498 * sound.c (Fplay_sound): Type correctness.
|
|
|
2499
|
|
|
2500 * select-x.c (hack_motif_clipboard_selection): Type correctness.
|
|
|
2501 (x_get_window_property): Type correctness.
|
|
|
2502 (receive_incremental_selection): unsigned char ==> Extbyte
|
|
|
2503 (selection_data_to_lisp_data): unsigned char ==> Extbyte
|
|
|
2504 (Fx_get_cutbuffer_internal): unsigned char ==> Extbyte
|
|
|
2505 (Fx_store_cutbuffer_internal): Type correctness.
|
|
|
2506
|
|
|
2507 * process-unix.c (try_to_initialize_subtty): Type correctness.
|
|
|
2508
|
|
|
2509 * objects-x.c (x_print_color_instance): Type correctness.
|
|
|
2510 (x_print_font_instance): Type correctness.
|
|
|
2511 (x_list_fonts): SExtbyte ==> Extbyte.
|
|
|
2512 (valid_x_font_name_p): SExtbyte ==> Extbyte.
|
|
|
2513 (x_find_charset_font): SExtbyte ==> Extbyte.
|
|
|
2514 Use TO_INTERNAL_FORMAT. build_string ==> make_string.
|
|
|
2515 (truename_via_XListFonts): SExtbyte ==> Extbyte.
|
|
|
2516 (x_font_instance_properties): Use TO_INTERNAL_FORMAT.
|
|
|
2517 Use bufbyte_strcmp.
|
|
|
2518
|
|
|
2519 * mule-charset.h (LEADING_BYTE_PREFIX_P): unsigned char ==> Bufbyte
|
|
|
2520 (PRIVATE_LEADING_BYTE_PREFIX): Add paranoia cast.
|
|
|
2521 (BYTE_ASCII_P): Use bit ops for char-signedness safety.
|
|
|
2522 (BYTE_C0_P): Use bit ops for char-signedness safety.
|
|
|
2523 (BYTE_C1_P): Use bit ops for char-signedness safety.
|
|
446
|
2524 (CHARSET_BY_LEADING_BYTE):
|
|
|
2525 (CHARSET_BY_ATTRIBUTES):
|
|
444
|
2526 Always use inline function.
|
|
|
2527 Use type_checking_assert.
|
|
|
2528 Hide chlook.
|
|
|
2529
|
|
|
2530 * mule-charset.c (non_ascii_charptr_copy_char):
|
|
|
2531 Modify to work with both ASCII and non-ASCII characters.
|
|
|
2532 Improve docs and variable names.
|
|
|
2533 Replace over-clever fall-through switch with a simple loop.
|
|
446
|
2534 (Lstream_get_emchar_1):
|
|
444
|
2535 Replace over-clever fall-through switch with a simple loop.
|
|
|
2536
|
|
|
2537 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
|
2538 Warning suppression.
|
|
|
2539
|
|
|
2540 * lstream.h (Lstream_get_emchar): BYTE_ASCII_P cannot be used on
|
|
|
2541 the return value of Lstream_getc, which could be EOF as well.
|
|
|
2542
|
|
|
2543 * lstream.c (Lstream_raw_read): Now returns ssize_t, not int.
|
|
|
2544
|
|
|
2545 * lisp.h: Make Extbyte a char, not unsigned char, so that external
|
|
|
2546 APIs can be used on Extbytes without casts. Risky!
|
|
|
2547 (SExtbyte): Remove.
|
|
|
2548 (UExtbyte): Remove.
|
|
|
2549
|
|
|
2550 * input-method-xlib.c (XIM_init_device):
|
|
|
2551 Use Xlib.h instead of IntrinsicP.h.
|
|
|
2552 Use HAVE_XREGISTERIMINSTANTIATECALLBACK instead of THIS_IS_X11R6,
|
|
|
2553 which will break in X11R7.
|
|
|
2554 Use XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE,
|
|
|
2555 to call XRegisterIMInstantiateCallback with correct types.
|
|
|
2556
|
|
|
2557 * gui-x.c (button_item_to_widget_value): Type correctness.
|
|
|
2558
|
|
|
2559 * glyphs.c (bitmap_to_lisp_data): Type correctness.
|
|
|
2560
|
|
|
2561 * glyphs-x.c (pixmap_from_xbm_inline): Type correctness.
|
|
|
2562 (xbm_instantiate_1): Type correctness.
|
|
|
2563 (BUILD_GLYPH_INST): Type correctness.
|
|
|
2564
|
|
|
2565 * fileio.c (Fsubstitute_in_file_name): Type correctness.
|
|
|
2566
|
|
|
2567 * file-coding.c:
|
|
|
2568 (decode_coding_sjis):
|
|
|
2569 (decode_coding_big5):
|
|
|
2570 (decode_coding_ucs4):
|
|
|
2571 (decode_coding_utf8):
|
|
|
2572 (decode_coding_iso2022):
|
|
|
2573 (decode_coding_no_conversion):
|
|
|
2574 Make all decoding functions take an Extbyte * arg.
|
|
|
2575 (encode_coding_sjis):
|
|
|
2576 (encode_coding_big5):
|
|
|
2577 (encode_coding_ucs4):
|
|
|
2578 (encode_coding_utf8):
|
|
|
2579 (encode_coding_iso2022):
|
|
|
2580 (encode_coding_no_conversion):
|
|
|
2581 Make all encoding functions take a Bufbyte * arg.
|
|
|
2582 Use size_t instead of unsigned int for memory sizes.
|
|
|
2583 Only cast to unsigned char whenever dereferencing Extbyte *.
|
|
|
2584
|
|
|
2585 * doc.c (unparesseuxify_doc_string): Type correctness.
|
|
|
2586
|
|
|
2587 * console-x.c (split_up_display_spec):
|
|
|
2588 Rewrite without using details of internal string representation.
|
|
|
2589 (x_semi_canonicalize_device_connection): Type correctness.
|
|
|
2590
|
|
|
2591 * config.h.in:
|
|
|
2592 (HAVE_XREGISTERIMINSTANTIATECALLBACK): New.
|
|
|
2593 (XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE): New.
|
|
|
2594 (HAVE_XFREE386): Removed.
|
|
|
2595
|
|
|
2596 * buffer.h (DEC_CHARPTR): `const' correctness.
|
|
|
2597 (bufbyte_strcmp): New.
|
|
|
2598 (bufbyte_memcmp): New.
|
|
|
2599
|
|
|
2600 * buffer.c (dfc_convert_to_internal_format): Extbyte ==> Bufbyte
|
|
|
2601
|
|
|
2602 * buffer.h (XCHAR_OR_CHAR_INT):
|
|
|
2603 Always use inline function.
|
|
|
2604 Remove redundant type checking assert() - XINT will abort quite nicely.
|
|
|
2605
|
|
|
2606 2000-10-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2607
|
|
|
2608 * search.c (Freplace_match): Set newtext to an empty string.
|
|
|
2609
|
|
|
2610 2000-10-10 Martin Buchholz <martin@xemacs.org>
|
|
|
2611
|
|
|
2612 * s/decosf1-3.h: Remove #include of stropts.h
|
|
|
2613 * s/ptx.h: Remove #include of stropts.h
|
|
|
2614 * s/usg5-4.h: Remove #include of stropts.h
|
|
446
|
2615 * sysproc.h:
|
|
|
2616 * config.h.in:
|
|
444
|
2617 Use stropts.h, not sys/stropts.h.
|
|
|
2618 Use strtio.h, not sys/strtio.h.
|
|
|
2619
|
|
442
|
2620 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
|
2621
|
|
|
2622 * XEmacs 21.2.36 is released.
|
|
|
2623
|
|
444
|
2624 2000-09-21 Andy Piper <andy@xemacs.org>
|
|
|
2625
|
|
|
2626 * glyphs-x.c (x_redisplay_widget): make sure non-structural
|
|
|
2627 changes still involve copying the widget tree.
|
|
|
2628 (update_widget_face): make sure a change is register in the widget
|
|
|
2629 tree. Call update_tab_widget_face appropriately.
|
|
|
2630 (update_tab_widget_face): ditto.
|
|
|
2631 (x_tab_control_redisplay): make sure non-structural changes still
|
|
|
2632 involve copying the widget tree.
|
|
|
2633
|
|
442
|
2634 2000-08-31 Daiki Ueno <ueno@unixuser.org>
|
|
|
2635
|
|
|
2636 * lread.c (locate_file): Check the path element is non-nil.
|
|
|
2637
|
|
|
2638 2000-10-02 Martin Buchholz <martin@xemacs.org>
|
|
|
2639
|
|
|
2640 * lisp.h: Warning suppression for SCO compilers.
|
|
|
2641
|
|
|
2642 * redisplay-tty.c (reset_tty_modes): Fix crash.
|
|
|
2643 E.g. from xemacs running on X: (delete-device (make-device 'tty nil))
|
|
|
2644
|
|
|
2645 2000-09-27 Martin Buchholz <martin@xemacs.org>
|
|
|
2646
|
|
|
2647 Big signal/process handling overhaul. Bugs fixed:
|
|
|
2648 M-x shell, type `sleep 10000', M-x comint-interrupt-subjob and
|
|
|
2649 M-x comint-kill-subjob should work for both values nil and t of
|
|
|
2650 process-connection-type. It was broken on most platforms.
|
|
|
2651 Testing on Irix and Cygwin still needed. Other plaforms tested.
|
|
|
2652 * sysdep.c: Move #include of stropts.h into sysproc.h. Use pid_t.
|
|
|
2653 * process-unix.c: Signal/Process handling overhaul.
|
|
|
2654 (pty_name): make 64 bytes, as `expect' does, for paranoia.
|
|
|
2655 (allocate_pty): Use all available modern methods of allocating
|
|
|
2656 ptys, falling back to old style BSD allocation as a last resort.
|
|
|
2657 Use allegedly more secure Unix98 pty allocation by default.
|
|
|
2658 (allocate_pty_the_old_fashioned_way): New. the last resort.
|
|
|
2659 (unix_create_process): Push ptem, ldterm, ttcompat where
|
|
|
2660 available. Autoconfiscate.
|
|
|
2661 (try_to_initialize_subtty): New.
|
|
|
2662 (unix_kill_child_process): Proper signal handling for ptys on most
|
|
|
2663 platforms, using special knowledge of AIX, BSD, etc...
|
|
|
2664 (unix_create_process): Always disconnect_controlling_terminal() for
|
|
|
2665 subprocesses, whether using ptys or not.
|
|
|
2666 * process.h: Remove old getpt-dependent PTY code.
|
|
|
2667 * process.c (Fprocess_send_signal): New, obvious generic function.
|
|
|
2668 (decode_signal): New.
|
|
|
2669 (Finterrupt_process):
|
|
|
2670 (Fkill_process):
|
|
|
2671 (Fquit_process):
|
|
|
2672 (Fstop_process):
|
|
|
2673 (Fcontinue_process):
|
|
|
2674 (Fsignal_process): Use decode_signal.
|
|
|
2675 (process_send_signal):
|
|
|
2676 Many docstring corrections.
|
|
|
2677 Allow any signal to be sent to a process object.
|
|
|
2678 * config.h.in: Add symbols for big signal/process overhaul.
|
|
|
2679 * syssignal.h (EMACS_KILLPG): Use HAVE_KILLPG. Use `pid', not `gid'.
|
|
|
2680 * sysproc.h: Include process-related headers, where available:
|
|
|
2681 sys/stropts.h sys/strtio.h pty.h libutil.h
|
|
|
2682 * s/irix4-0.h:
|
|
|
2683 * s/irix5-0.h:
|
|
|
2684 * s/cygwin32.h:
|
|
|
2685 * s/gnu.h:
|
|
|
2686 * s/linux.h:
|
|
|
2687 * s/hpux.h:
|
|
|
2688 * s/aix3-1.h:
|
|
|
2689 Remove old S&M pty stuff.
|
|
|
2690 * console-tty.c (tty_init_console): Use pid_t, not int, for pids.
|
|
|
2691 * systty.h: Simplify cpp hackery, improve comments.
|
|
|
2692 Favor BSD ioctl(TIOCGPGRP) over Posix tcgetpgrp().
|
|
|
2693
|
|
|
2694 * editfns.c (Fformat_time_string):
|
|
|
2695 Be a little more paranoid with the return value of ctime.
|
|
|
2696
|
|
|
2697 * fileio.c (check_executable):
|
|
|
2698 (check_writable):
|
|
|
2699 Use symbolic constants X_OK, W_OK.
|
|
|
2700
|
|
|
2701 * console-x.c (split_up_display_spec): Fix a warning.
|
|
|
2702
|
|
|
2703 2000-10-02 Martin Buchholz <martin@xemacs.org>
|
|
|
2704
|
|
|
2705 * gui-x.c (add_accel_and_to_external): strlen ==> XSTRING_LENGTH
|
|
|
2706 * ntproc.c (sys_spawnve): make_string ==> build_string
|
|
|
2707 Small clarity improvements.
|
|
|
2708
|
|
|
2709 2000-09-30 Martin Buchholz <martin@xemacs.org>
|
|
|
2710
|
|
|
2711 * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY): Warning removal.
|
|
|
2712
|
|
|
2713 * s/windowsnt.h (HAVE_STRCASECMP): Remove.
|
|
|
2714
|
|
|
2715 * config.h.in (HAVE_STRCASECMP): Remove.
|
|
|
2716
|
|
|
2717 2000-09-29 Martin Buchholz <martin@xemacs.org>
|
|
|
2718
|
|
|
2719 * redisplay-output.c (redisplay_output_pixmap):
|
|
|
2720 Cleaner and possibly more 64-bit correct code.
|
|
|
2721
|
|
|
2722 2000-09-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
2723
|
|
|
2724 * dumper.c (pdump_load_finish): move restoration of
|
|
|
2725 `noninteractive1' to emacs.c (main_1).
|
|
|
2726 * emacs.c (main_1): protect LISP-visible command-line flags
|
|
|
2727 from pdump_load().
|
|
|
2728
|
|
|
2729 2000-09-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
2730
|
|
|
2731 * Makefile.in.in (versionclean): Use EXE_TARGET and
|
|
|
2732 DUMP_TARGET instead of literal program names.
|
|
|
2733
|
|
|
2734 2000-09-20 Martin Buchholz <martin@xemacs.org>
|
|
|
2735
|
|
|
2736 * Makefile.in.in: Recent purify's require absolute paths for cache-dir.
|
|
|
2737
|
|
|
2738 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
|
2739
|
|
|
2740 * *: Spelling mega-patch
|
|
|
2741
|
|
|
2742 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
|
2743
|
|
|
2744 * fns.c (bad_bad_turtle):
|
|
|
2745 Delete "Eek!" comment, since we fixed the bug to which it refers.
|
|
|
2746
|
|
|
2747 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
|
2748
|
|
|
2749 * alloca.c: Replace REGISTER with register.
|
|
|
2750
|
|
|
2751 2000-09-16 Daiki Ueno <ueno@unixuser.org>
|
|
|
2752
|
|
|
2753 * file-coding.c (ucs_to_char): Use countof.
|
|
|
2754
|
|
|
2755 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
|
2756
|
|
|
2757 * file-coding.c: (ucs_to_char):
|
|
|
2758 (complex_vars_of_file_coding):
|
|
|
2759 Use countof instead of sizeof.
|
|
|
2760 Use CHECK_NATNUM instead of CHECK_INT.
|
|
|
2761
|
|
|
2762 * sysdep.c (strcasecmp): Remove.
|
|
|
2763 * device-x.c (ascii_strcasecmp): New.
|
|
|
2764 * device-x.c (Fx_get_resource): Use ascii_strcasecmp.
|
|
|
2765 Avoid using non-standard non-portable strcasecmp.
|
|
|
2766
|
|
|
2767 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
|
2768
|
|
|
2769 * Makefile.in.in (mostlyclean): remove reference to prefix-args.
|
|
|
2770 * font-lock.c: remove reference to emacsfns.h.
|
|
|
2771 * search.c: small doc improvement.
|
|
|
2772 * event-Xt.c: correct file names in comments.
|
|
|
2773 * console-x.h Correct file names in comments.
|
|
|
2774 * frame.c: Correct file names in comments.
|
|
|
2775 * event-stream.c: remove Energize from comments.
|
|
|
2776
|
|
|
2777 2000-09-15 Martin Buchholz <martin@xemacs.org>
|
|
|
2778
|
|
|
2779 * symeval.h (DEFERROR_STANDARD):
|
|
|
2780 (DEFERROR):
|
|
|
2781 (DEFSYMBOL):
|
|
|
2782 (DEFSYMBOL_NO_DUMP):
|
|
|
2783 (DEFSYMBOL_MULTIWORD_PREDICATE):
|
|
|
2784 (DEFSYMBOL_MULTIWORD_PREDICATE_NO_DUMP):
|
|
|
2785 (DEFKEYWORD):
|
|
|
2786 The construct &##name is not sensible C.
|
|
|
2787 Fixes compilation errors with Unixware native compiler.
|
|
|
2788
|
|
|
2789 2000-09-14 Martin Buchholz <martin@xemacs.org>
|
|
|
2790
|
|
|
2791 * frame.c (device_matches_console_spec): no longer takes a `frame' arg
|
|
|
2792 (next_frame_internal): Removed. We now just have next_frame.
|
|
|
2793 (next_frame):
|
|
|
2794 Write a simpler and cleaner one-pass algorithm.
|
|
|
2795 Remove called_from_delete_device arg and #ifdefed-out code.
|
|
|
2796 (previous_frame):
|
|
|
2797 Renamed from prev_frame. Update callers.
|
|
|
2798 Cleaned up to have an analogous implementation to next_frame.
|
|
|
2799 (other_visible_frames_internal): Remove the
|
|
|
2800 called_from_delete_device bogus arg, and hence, remove this
|
|
|
2801 function. Just use other_visible_frames().
|
|
|
2802
|
|
446
|
2803 * window.c (Fnext_window):
|
|
442
|
2804 Prettify docstring.
|
|
|
2805 Since next_frame() is guaranteed to return a frame, remove check
|
|
|
2806 for nil inserted in previous patch.
|
|
446
|
2807 (Fprevious_window):
|
|
|
2808 Prettify docstring.
|
|
442
|
2809 Make code look more like Fnext_window.
|
|
|
2810 (window_loop):
|
|
|
2811 Respect the `console' arg when iterating through windows.
|
|
|
2812 Fixes bug: (get-buffer-window buffer t device) not respecting
|
|
|
2813 the `device' arg.
|
|
|
2814 This function needs more work, as others have pointed out.
|
|
|
2815
|
|
|
2816 * frame.h: Rename prev_frame to previous_frame.
|
|
|
2817 device_matches_console_spec no longer takes a `frame' arg.
|
|
|
2818
|
|
|
2819 * s/gnu.h:
|
|
|
2820 * s/linux.h:
|
|
|
2821 * s/hpux.h:
|
|
|
2822 Use EMACS_BLOCK_SIGNAL instead of sigblock.
|
|
|
2823 From "Golubev I. N." <gin@mo.msk.ru>.
|
|
|
2824
|
|
|
2825 * make-src-depend: Fix typo.
|
|
|
2826
|
|
|
2827 2000-09-13 Martin Buchholz <martin@xemacs.org>
|
|
|
2828
|
|
|
2829 * window.c (Fnext_window):
|
|
|
2830 next_frame() might return nil, not a frame.
|
|
|
2831 Fixes this crash:
|
|
|
2832 (gdb) run -eval '(progn (make-device (quote x) "polgar:0") (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
|
|
|
2833
|
|
|
2834 * frame.c (next_frame_internal):
|
|
|
2835 We've passed a frame if we've passed its device.
|
|
|
2836 Fixes this crash:
|
|
|
2837 (gdb) run -eval '(progn (make-frame nil (make-device (quote x) "polgar:0")) (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
|
|
|
2838 Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245, RECORD_TYPEP (obj, lrecord_type_frame)
|
|
|
2839
|
|
|
2840 2000-09-11 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
2841
|
|
|
2842 * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
|
|
|
2843 Allow option to suppress accelerators in menu/dialog items.
|
|
|
2844 (populate_or_checksum_helper): Pass dialog title through above.
|
|
|
2845
|
|
|
2846 2000-09-10 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
2847
|
|
|
2848 * event-msw.c (mswindows_key_to_emacs_keysym):
|
|
|
2849 Add "pause" key, fix "menu" key.
|
|
|
2850
|
|
|
2851 2000-09-09 Martin Buchholz <martin@xemacs.org>
|
|
|
2852
|
|
|
2853 * eval.c (reinit_vars_of_eval):
|
|
|
2854 Increase max_lisp_eval_depth to 1000,
|
|
|
2855 required for thai-xtis.el to byte-compile under some circumstances.
|
|
|
2856
|
|
|
2857 2000-09-04 Martin Buchholz <martin@xemacs.org>
|
|
|
2858
|
|
|
2859 * event-Xt.c (x_to_emacs_keysym): Increase size of `buffer' to 513.
|
|
|
2860 From Kenichi Handa.
|
|
|
2861
|
|
|
2862 2000-09-01 Martin Buchholz <martin@xemacs.org>
|
|
|
2863
|
|
|
2864 * make-src-depend: Make the generated Makefiles smaller.
|
|
|
2865
|
|
|
2866 * s/hpux.h (SETUP_SLAVE_PTY):
|
|
|
2867 Provide a %d in the format string for the errno argument.
|
|
|
2868
|
|
|
2869 * editfns.c (Ftemp_directory):
|
|
|
2870 Warning fix.
|
|
|
2871 Avoid buffer overrun on very long file name.
|
|
|
2872
|
|
446
|
2873 * input-method-xlib.c (XIM_init_device):
|
|
442
|
2874 6th parameter of XRegisterIMInstantiateCallback has different
|
|
|
2875 pointer types on different OSes, so simply cast to (void *).
|
|
|
2876
|
|
|
2877 * unexhp9k800.c: Warning fixes. Fiddly changes.
|
|
|
2878
|
|
|
2879 * sysdll.c (dll_open):
|
|
|
2880 shl_load will hang hard if passed a NULL filename.
|
|
|
2881 Simply return NULL for compatibility with dlopen.
|
|
|
2882 * sysdll.c: Conform to XEmacs coding standards.
|
|
|
2883
|
|
446
|
2884 * sysdep.c (get_pty_max_bytes):
|
|
442
|
2885 Support pty input lines longer than 512 bytes on HP-UX 10.20.
|
|
|
2886
|
|
|
2887 2000-08-31 Martin Buchholz <martin@xemacs.org>
|
|
|
2888
|
|
|
2889 * tooltalk.c: Add #include <syssignal.h>
|
|
|
2890
|
|
|
2891 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
|
|
|
2892
|
|
|
2893 * s/hpux.h: Don't use undefined function sigunblock().
|
|
|
2894
|
|
|
2895 2000-08-31 Martin Buchholz <martin@xemacs.org>
|
|
|
2896
|
|
|
2897 * config.h.in: Add HAVE_BALLOON_HELP.
|
|
|
2898 * emacs.c: Use HAVE_BALLOON_HELP.
|
|
|
2899 * Makefile.in.in (x_objs):
|
|
|
2900 Make Balloon Help conditional on finding shape.h.
|
|
|
2901
|
|
|
2902 2000-08-23 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
2903
|
|
|
2904 * syntax.c (regex_emacs_buffer_p): New variable.
|
|
|
2905 * syntax.h (regex_emacs_buffer_p): extern.
|
|
|
2906 * search.c (looking_at_1):
|
|
|
2907 (string_match_1):
|
|
|
2908 (fast_string_match):
|
|
|
2909 (search_buffer): Set regex_emacs_buffer_p.
|
|
|
2910 * regex.c (re_match_2_internal): Reference regex_emacs_buffer_p
|
|
|
2911 when before_dot, at_dot, after_dot.
|
|
|
2912
|
|
|
2913 2000-08-23 Andy Piper <andy@xemacs.org>
|
|
|
2914
|
|
|
2915 * gui-x.c (popup_selection_callback): Only set action_occurred
|
|
|
2916 when we really have an image instance.
|
|
|
2917 * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
|
|
|
2918
|
|
|
2919 2000-08-23 Andy Piper <andy@xemacs.org>
|
|
|
2920
|
|
|
2921 * gui-msw.c (mswindows_handle_gui_wm_command): set
|
|
|
2922 action_occurred.
|
|
|
2923 * gui-x.c (popup_selection_callback): ditto.
|
|
|
2924
|
|
|
2925 * glyphs.h (IMAGE_INSTANCE_WIDGET_ACTION_OCCURRED): new accessor.
|
|
|
2926 (XIMAGE_INSTANCE_WIDGET_ACTION_OCCURRED): ditto.
|
|
|
2927 (struct Lisp_Image_Instance): add action_occurred flag.
|
|
|
2928
|
|
|
2929 * glyphs.c (redisplay_subwindow): use action_occurred flag.
|
|
|
2930 (image_instance_changed): ditto.
|
|
|
2931 (reset_frame_subwindow_instance_cache): only unmap windows - do
|
|
|
2932 not remove them from the cache also.
|
|
|
2933
|
|
|
2934 * glyphs-widget.c (tab_control_update): better debug.
|
|
|
2935 (progress_gauge_update): ditto.
|
|
|
2936 (layout_update): ditto.
|
|
|
2937 (layout_instantiate): ditto.
|
|
|
2938 (tab_control_order_only_changed): cope with null pending items.
|
|
|
2939
|
|
|
2940 * glyphs-msw.c (mswindows_tab_control_redisplay): add better
|
|
|
2941 debug. Force selection of an item when an action occurred. Cope
|
|
|
2942 with null pending_items.
|
|
|
2943 (mswindows_progress_gauge_redisplay): better debug.
|
|
|
2944 * glyphs-x.c (x_tab_control_redisplay): ditto.
|
|
|
2945
|
|
|
2946 * redisplay.c (redisplay_frame): reset the frame cache if the
|
|
|
2947 frame is garbaged.
|
|
|
2948
|
|
|
2949 * window.c (Fset_window_configuration): potentially re-enable
|
|
|
2950 frame cache reset.
|
|
|
2951 (window_unmap_subwindows): need to finalize instances here since
|
|
|
2952 it is only used in mark_window_as_deleted.
|
|
|
2953
|
|
|
2954 2000-08-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
2955
|
|
|
2956 * nas.c (SndOpenDataForReading):
|
|
|
2957 nas.c (WaveOpenDataForReading):
|
|
|
2958 nas.c (readChunk): {BIG,LITTLE}_ENDIAN -> NAS_{BIG,LITTLE}_ENDIAN.
|
|
|
2959 Somehow escaped from the 2000-08-14 patch.
|
|
|
2960
|
|
|
2961 2000-08-14 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
2962
|
|
|
2963 * nas.c: Preprocessor trickery to use NAS_LITTLE_ENDIAN instead
|
|
|
2964 of LITTLE_ENDIAN (conflicts with glibc, at least) in NAS <= 1.2p5.
|
|
|
2965
|
|
|
2966 2000-08-21 Andy Piper <andy@xemacs.org>
|
|
|
2967
|
|
|
2968 * glyphs-x.c (x_map_subwindow): Minor optimization - only map the
|
|
|
2969 window if it is not already displayed.
|
|
|
2970
|
|
|
2971 * glyphs-msw.c (mswindows_map_subwindow): only map the window if
|
|
|
2972 it is not already displayed.
|
|
|
2973
|
|
|
2974 * window.c (Fset_window_configuration): don't reset the frame
|
|
|
2975 cache.
|
|
|
2976
|
|
|
2977 * glyphs.c (unmap_subwindow_instance_cache_mapper): only remove
|
|
|
2978 instances from the frame cache if we are actually finalizing them.
|
|
|
2979 (reset_frame_subwindow_instance_cache): reset frame cache only
|
|
|
2980 after unmapping everything.
|
|
|
2981 (map_subwindow): set displayed flag after mapping.
|
|
|
2982
|
|
|
2983 2000-08-21 Martin Buchholz <martin@xemacs.org>
|
|
|
2984
|
|
|
2985 * data.c (indirect_function):
|
|
|
2986 Rename ERRORP to non-misleading VOID_FUNCTION_ERRORP.
|
|
|
2987
|
|
446
|
2988 * eval.c (function_argcount):
|
|
442
|
2989 Use original function when signaling errors.
|
|
|
2990
|
|
|
2991 2000-08-18 Andy Piper <andy@xemacs.org>
|
|
|
2992
|
|
|
2993 * frame.c (delete_frame_internal): use new
|
|
|
2994 free_frame_subwindow_instances name.
|
|
|
2995
|
|
|
2996 * glyphs-msw.c (mswindows_tab_control_instantiate): verify index.
|
|
|
2997 (add_tab_item): make return type correct.
|
|
|
2998 (mswindows_tab_control_instantiate): assert index of tab.
|
|
|
2999 (mswindows_tab_control_redisplay): Re-code to use
|
|
|
3000 gui_item_equal_sans_selected and gui_item_list_find_selected.
|
|
|
3001
|
|
|
3002 * glyphs-widget.c (tab_control_update): Correct comment.
|
|
|
3003
|
|
|
3004 * window.c (window_unmap_subwindows): use new
|
|
|
3005 unmap_subwindow_instance_cache_mapper.
|
|
|
3006 (window_unmap_subwindows_cache_mapper): deleted.
|
|
|
3007 (Fset_window_configuration): comparisons should now be with
|
|
|
3008 EQ. Preserve the subwindow instance cache across configuration
|
|
|
3009 changes.
|
|
|
3010 (allocate_window): ditto.
|
|
|
3011 (make_dummy_parent): ditto.
|
|
|
3012
|
|
|
3013 * glyphs.c (free_frame_subwindow_instances): rename from
|
|
|
3014 free_frame_subwindow_instance_cache. finalize all instances rather
|
|
|
3015 than just those in the display cache.
|
|
|
3016 (finalize_all_subwindow_instances): walk windows unmapping and
|
|
|
3017 finalizing subwindows.
|
|
|
3018 (unmap_subwindow_instance_cache_mapper): moved from
|
|
|
3019 window.c. Allow finalization as well as unmapping.
|
|
|
3020
|
|
|
3021 * gui.c (gui_item_list_find_selected): new function.
|
|
|
3022
|
|
|
3023 * gui.h (gui_item_list_find_selected): declare.
|
|
|
3024
|
|
|
3025 * glyphs-x.c (x_tab_control_redisplay): pick tab
|
|
|
3026 explicitly. Re-code to use gui_item_equal_sans_selected and
|
|
|
3027 gui_item_list_find_selected.
|
|
|
3028
|
|
|
3029 * glyphs-x.h: add lwlib-utils.h
|
|
|
3030
|
|
|
3031 * buffer.c (Frecord_buffer): undo previous change.
|
|
|
3032
|
|
|
3033 2000-08-09 Vin Shelton <acs@xemacs.org>
|
|
|
3034
|
|
|
3035 * config.h.in, s/gnu.h, s/hpux.h, s/linux.h: Use UNIX98 PTYs if
|
|
|
3036 possible. Create temporary files more securely. The patch was
|
|
|
3037 generated by Torsten Duwe <duwe@caldera.de>, Florian Weimer
|
|
|
3038 <Florian.Weimer@RUS.Uni-Stuttgart.DE> and Olaf Kirch. See
|
|
|
3039 http://www.xemacs.org/list-archives/xemacs-patches/200007/msg00123.html
|
|
|
3040 for details.
|
|
|
3041
|
|
|
3042 2000-08-07 Ben Wing <ben@xemacs.org>
|
|
|
3043
|
|
|
3044 * getloadavg.c: remove duplicate (and windows-breaking)
|
|
|
3045 includes of fcntl.h and sys/file.h.
|
|
|
3046
|
|
|
3047 * nt.c: remove duplicate getloadavg() definition.
|
|
|
3048
|
|
|
3049 * sysdll.h (Qdll_filename_encoding): add missing stand-in
|
|
|
3050 encodings.
|
|
|
3051
|
|
|
3052 2000-08-07 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
3053
|
|
|
3054 * eval.c (function_argcount): If function needs to be autoloaded
|
|
|
3055 actually use the loaded definition.
|
|
|
3056 GCPRO function.
|
|
|
3057
|
|
|
3058 2000-08-05 Ben Wing <ben@xemacs.org>
|
|
|
3059
|
|
|
3060 * getloadavg.c: add prototype for getloadavg(). remove
|
|
|
3061 duplicate WIN32_NATIVE/CYGWIN code (already in the middle
|
|
|
3062 of the code). remove duplicate header includes.
|
|
|
3063
|
|
|
3064 * s\cygwin32.h, s\mingw32.h: remove stray NO_ARG_ARRAY.
|
|
446
|
3065
|
|
442
|
3066 * s\cygwin32.h, s\mingw32.h, m\windowsnt.h:
|
|
|
3067 don't define LOAD_AVE_TYPE/LOAD_AVE_CVT because we have no
|
|
|
3068 useful load average.
|
|
|
3069
|
|
|
3070 * alloc.c (reinit_alloc_once_early): removed references to
|
|
|
3071 VIRT_ADDR_VARIES, malloc_sbrk_used/free, and data-bytes-used/free.
|
|
|
3072 the lisp vars are the only things referencing the malloc_sbrk_*
|
|
|
3073 vars, and they were already if 0'd out. these vars only exist
|
|
|
3074 in the older malloc.c, which is basically unused, and they're
|
|
|
3075 only for informational purposes.
|
|
|
3076
|
|
|
3077 * m\*.h: removed useless VIRT_ADDR_VARIES.
|
|
|
3078
|
|
|
3079 * m\powerpc.h: removed stray NO_ARG_ARRAY.
|
|
|
3080
|
|
|
3081 2000-04-26 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
3082
|
|
|
3083 * redisplay-msw.c (mswindows_output_dibitmap): Set foreground
|
|
|
3084 color if the image is a mono pixmap.
|
|
|
3085
|
|
|
3086 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
|
3087
|
|
|
3088 * Makefile.in.in (release):
|
|
|
3089 Remove stray @.
|
|
446
|
3090
|
|
442
|
3091 * buffer.c (directory_is_current_directory):
|
|
|
3092 * dired-msw.c (mswindows_get_files):
|
|
|
3093 * dired.c:
|
|
|
3094 * dired.c (Fdirectory_files):
|
|
|
3095 * dired.c (file_name_completion_stat):
|
|
|
3096 * dired.c (Ffile_attributes):
|
|
|
3097 [[[[1]]]]: Rename stat() -> xemacs_stat() and eliminate nasty
|
|
|
3098 preprocessor tricks, to avoid problems on some machines
|
|
|
3099 (e.g. SCO).
|
|
|
3100
|
|
|
3101 * callproc.c (egetenv): GC docs.
|
|
446
|
3102
|
|
442
|
3103 * console-msw.h:
|
|
|
3104 * console-msw.h (struct mswindows_dialog_id):
|
|
|
3105 * lrecord.h (lrecord_type):
|
|
|
3106 New object for use with MSW dialogs.
|
|
446
|
3107
|
|
442
|
3108 * console.h (struct console_methods):
|
|
|
3109 New enable/disable frame methods, for proper modal dialogs.
|
|
446
|
3110
|
|
442
|
3111 * device-msw.c (msprinter_default_printer): Fix to follow
|
|
|
3112 proper Mule conventions.
|
|
446
|
3113
|
|
442
|
3114 * device-msw.c:
|
|
|
3115 * device-msw.c (signal_open_printer_error):
|
|
|
3116 * device-msw.c (msprinter_init_device):
|
|
|
3117 * device-msw.c (ensure_not_printing):
|
|
|
3118 * device-msw.c (plist_get_margin):
|
|
|
3119 * device-msw.c (Fmsprinter_select_settings):
|
|
|
3120 * device-msw.c (finalize_devmode):
|
|
|
3121 * device-msw.c (Fmsprinter_settings_despecialize):
|
|
|
3122 * device-msw.c (signal_enum_priner_error):
|
|
|
3123 * extents.c (decode_extent):
|
|
|
3124 * extents.c (decode_map_extents_flags):
|
|
|
3125 * extents.c (decode_extent_at_flag):
|
|
|
3126 * extents.c (Fextent_at):
|
|
|
3127 * extents.c (Fextents_at):
|
|
|
3128 * extents.c (symbol_to_glyph_layout):
|
|
|
3129 [[[[2]]]] Use structured errors.
|
|
446
|
3130
|
|
442
|
3131 * dialog-msw.c:
|
|
|
3132 * dialog-msw.c (mswindows_is_dialog_msg):
|
|
|
3133 * dialog-msw.c (mark_mswindows_dialog_id):
|
|
|
3134 * dialog-msw.c (dialog_proc):
|
|
|
3135 * dialog-msw.c (handle_question_dialog_box):
|
|
|
3136 * dialog-msw.c (syms_of_dialog_mswindows):
|
|
|
3137 Define new object to clean up marking; use it as a dialog identifier.
|
|
|
3138 Call new delete-dialog-box-hook.
|
|
446
|
3139
|
|
442
|
3140 * dialog-x.c (dbox_selection_callback):
|
|
|
3141 * dialog-x.c (dbox_descriptor_to_widget_value):
|
|
|
3142 * dialog-x.c (x_make_dialog_box_internal):
|
|
|
3143 Call new delete-dialog-box-hook.
|
|
|
3144 Return an id.
|
|
|
3145
|
|
|
3146 * dialog.c:
|
|
|
3147 * dialog.c (syms_of_dialog):
|
|
|
3148 * dialog.c (vars_of_dialog):
|
|
|
3149 Define new delete-dialog-box-hook, for use w/modal dialog boxes.
|
|
446
|
3150
|
|
442
|
3151 * eval.c:
|
|
|
3152 * eval.c (signal_call_debugger):
|
|
|
3153 when noninteractive, output stack traces on the console instead
|
|
|
3154 of in a (never-seen) buffer.
|
|
446
|
3155
|
|
442
|
3156 * eval.c (signal_type_error):
|
|
|
3157 * eval.c (invalid_argument_2):
|
|
|
3158 * lisp.h:
|
|
|
3159 new funs for use w/structured errors.
|
|
446
|
3160
|
|
442
|
3161 * event-Xt.c:
|
|
|
3162 * event-Xt.c (x_to_emacs_keysym):
|
|
|
3163 * event-Xt.c (describe_event):
|
|
|
3164 * event-Xt.c (emacs_Xt_event_handler):
|
|
|
3165 * event-Xt.c (vars_of_event_Xt):
|
|
|
3166 * event-msw.c:
|
|
|
3167 * event-msw.c (mswindows_wnd_proc):
|
|
|
3168 * event-msw.c (vars_of_event_mswindows):
|
|
|
3169 rename {x,mswindows}-debug-events to debug-{}-events for
|
|
|
3170 consistency with other debug-foo variables.
|
|
446
|
3171
|
|
442
|
3172 * event-stream.c:
|
|
|
3173 document next-event more clearly.
|
|
446
|
3174
|
|
442
|
3175 * fileio.c (Ffile_name_directory):
|
|
|
3176 * fileio.c (Ffile_name_nondirectory):
|
|
|
3177 * fileio.c (Funhandled_file_name_directory):
|
|
|
3178 * fileio.c (file_name_as_directory):
|
|
|
3179 * fileio.c (Ffile_name_as_directory):
|
|
|
3180 * fileio.c (directory_file_name):
|
|
|
3181 * fileio.c (Fdirectory_file_name):
|
|
|
3182 * fileio.c (Fmake_temp_name):
|
|
|
3183 * fileio.c (Ffile_truename):
|
|
|
3184 * fileio.c (Fsubstitute_in_file_name):
|
|
|
3185 * fileio.c (expand_and_dir_to_file):
|
|
|
3186 * fileio.c (barf_or_query_if_file_exists):
|
|
|
3187 * fileio.c (check_executable):
|
|
|
3188 * fileio.c (Ffile_exists_p):
|
|
|
3189 * fileio.c (Ffile_writable_p):
|
|
|
3190 * fileio.c (Ffile_directory_p):
|
|
|
3191 * fileio.c (Ffile_regular_p):
|
|
|
3192 * fileio.c (Ffile_modes):
|
|
|
3193 * fileio.c (Ffile_newer_than_file_p):
|
|
|
3194 * fileio.c (Fverify_visited_file_modtime):
|
|
|
3195 * fileio.c (Fset_visited_file_modtime):
|
|
|
3196 * fileio.c (auto_save_1):
|
|
|
3197 (1). (2).
|
|
|
3198 fix up gcpro's.
|
|
446
|
3199
|
|
442
|
3200 * frame-msw.c:
|
|
|
3201 * frame-msw.c (mswindows_init_frame_1):
|
|
|
3202 * frame-msw.c (mswindows_enable_frame):
|
|
|
3203 * frame-msw.c (error_frame_unsizable):
|
|
|
3204 * frame-msw.c (msprinter_init_frame_1):
|
|
|
3205 * frame-msw.c (msprinter_init_frame_3):
|
|
|
3206 * frame-msw.c (console_type_create_frame_mswindows):
|
|
|
3207 (2).
|
|
|
3208 implement new enable/disable frame methods.
|
|
446
|
3209
|
|
442
|
3210 * frame-x.c:
|
|
|
3211 * frame-x.c (x_enable_frame):
|
|
|
3212 * frame-x.c (console_type_create_frame_x):
|
|
|
3213 implement new enable/disable frame methods.
|
|
446
|
3214
|
|
442
|
3215 * frame.c:
|
|
|
3216 * frame.c (Fdisable_frame):
|
|
|
3217 * frame.c (syms_of_frame):
|
|
|
3218 * frame.h (struct frame):
|
|
|
3219 implement new enable/disable frame methods/functions.
|
|
446
|
3220
|
|
442
|
3221 * general-slots.h:
|
|
|
3222 add initial-focus.
|
|
446
|
3223
|
|
442
|
3224 * glyphs-msw.c (mswindows_widget_instantiate):
|
|
|
3225 comment that initial-focus should be implemented.
|
|
446
|
3226
|
|
442
|
3227 * glyphs-widget.c:
|
|
|
3228 * glyphs-widget.c (check_valid_instantiator):
|
|
|
3229 * glyphs-widget.c (check_valid_orientation):
|
|
|
3230 * glyphs-widget.c (check_valid_tab_orientation):
|
|
|
3231 * glyphs-widget.c (check_valid_justification):
|
|
|
3232 * glyphs-widget.c (check_valid_border):
|
|
|
3233 * glyphs-widget.c (check_valid_callback):
|
|
|
3234 * glyphs-widget.c (check_valid_int_or_function):
|
|
|
3235 * glyphs-widget.c (check_valid_string_or_vector):
|
|
|
3236 * glyphs-widget.c (check_valid_item_list_1):
|
|
|
3237 * glyphs-widget.c (widget_validate):
|
|
|
3238 * glyphs-widget.c (combo_box_validate):
|
|
|
3239 * glyphs-widget.c (widget_instantiate):
|
|
|
3240 * glyphs-widget.c (syms_of_glyphs_widget):
|
|
|
3241 * glyphs-widget.c (VALID_WIDGET_KEYWORDS):
|
|
|
3242 * glyphs-widget.c (image_instantiator_combo_box):
|
|
|
3243 * glyphs-widget.c (image_instantiator_scrollbar):
|
|
|
3244 * glyphs-widget.c (image_instantiator_tab_control):
|
|
|
3245 * glyphs-widget.c (VALID_LAYOUT_KEYWORDS):
|
|
|
3246 (2).
|
|
|
3247 support (unimplemented) keyword initial-focus.
|
|
|
3248 reindent long macros.
|
|
446
|
3249
|
|
442
|
3250 * glyphs-x.c (x_redisplay_widget):
|
|
|
3251 * glyphs-x.c (x_button_instantiate):
|
|
|
3252 * glyphs-x.c (x_button_redisplay):
|
|
|
3253 * glyphs-x.c (x_progress_gauge_instantiate):
|
|
|
3254 * glyphs-x.c (x_edit_field_instantiate):
|
|
|
3255 * glyphs-x.c (x_combo_box_instantiate):
|
|
|
3256 * glyphs-x.c (x_tab_control_instantiate):
|
|
|
3257 * glyphs-x.c (x_label_instantiate):
|
|
|
3258 * gui-x.c:
|
|
|
3259 * gui-x.c (button_item_to_widget_value):
|
|
|
3260 * gui-x.c (gui_items_to_widget_values_1):
|
|
|
3261 * gui-x.c (gui_item_children_to_widget_values):
|
|
|
3262 * gui-x.c (gui_items_to_widget_values):
|
|
|
3263 * gui-x.h:
|
|
|
3264 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
|
3265 add new flag to gui-parsing routines to indicate whether
|
|
|
3266 accelerator specs should be supported.
|
|
446
|
3267
|
|
442
|
3268 * glyphs.c (syms_of_glyphs): use DEFSYMBOL.
|
|
446
|
3269
|
|
442
|
3270 * glyphs.h (struct Lisp_Image_Instance):
|
|
|
3271 * glyphs.h (IMAGE_INSTANCE_WANTS_INITIAL_FOCUS):
|
|
|
3272 add initial-focus flag.
|
|
446
|
3273
|
|
442
|
3274 * gui.c:
|
|
|
3275 * gui.c (syms_of_gui):
|
|
|
3276 * gui.c (vars_of_gui):
|
|
|
3277 clean up menu-no-selection-hook.
|
|
446
|
3278
|
|
442
|
3279 * gui.h:
|
|
|
3280 support delete-dialog-box-hook.
|
|
446
|
3281
|
|
442
|
3282 * lread.c (Fload_internal):
|
|
|
3283 * lread.c (locate_file_in_directory_mapper):
|
|
|
3284 (1).
|
|
446
|
3285
|
|
442
|
3286 * lrecord.h:
|
|
|
3287 * lrecord.h (struct toolbar_button):
|
|
|
3288 * lrecord.h (syms_of_toolbar):
|
|
|
3289 document how to create a new object.
|
|
446
|
3290
|
|
442
|
3291 * menubar-msw.c (mswindows_char_is_accelerator):
|
|
|
3292 may be called on frames w/o menus.
|
|
|
3293
|
|
|
3294 * menubar.c (vars_of_menubar):
|
|
|
3295 clean up :filter docs.
|
|
446
|
3296
|
|
442
|
3297 * nt.c (readdir):
|
|
|
3298 * ntproc.c:
|
|
|
3299 (1).
|
|
446
|
3300
|
|
442
|
3301 * process-nt.c:
|
|
|
3302 * process-nt.c (validate_signal_number):
|
|
|
3303 * process-nt.c (signal_cannot_launch):
|
|
|
3304 * process-nt.c (nt_create_process):
|
|
|
3305 * process-nt.c (nt_send_process):
|
|
|
3306 * process-nt.c (nt_kill_child_process):
|
|
|
3307 * process-nt.c (nt_open_network_stream):
|
|
|
3308 * process-nt.c (syms_of_process_nt):
|
|
|
3309 (2).
|
|
|
3310 delete quote-handling. call new lisp code that does it better.
|
|
446
|
3311
|
|
442
|
3312 * process-unix.c (connect_to_file_descriptor):
|
|
|
3313 * process-unix.c (allocate_pty):
|
|
|
3314 * process-unix.c (unix_send_process):
|
|
|
3315 * process-unix.c (unix_kill_child_process):
|
|
|
3316 * process-unix.c (unix_open_network_stream):
|
|
|
3317 * process-unix.c (unix_open_multicast_group):
|
|
|
3318 (1). (2).
|
|
446
|
3319
|
|
442
|
3320 * process.c:
|
|
|
3321 * process.c (Fstart_process_internal):
|
|
|
3322 (2). need to canonicalize process path even if absolute.
|
|
446
|
3323
|
|
442
|
3324 * select-msw.c (symbol_to_ms_cf):
|
|
|
3325 * select-msw.c (ms_cf_to_symbol):
|
|
|
3326 * select-msw.c (cf_is_autofreed):
|
|
|
3327 * select-msw.c (mswindows_destroy_selection):
|
|
|
3328 * select.c:
|
|
|
3329 * select.c (syms_of_select):
|
|
|
3330 * select.h:
|
|
|
3331 support dibv5, fix bugs. (from Mike Alexander)
|
|
446
|
3332
|
|
442
|
3333 * select.c (Fget_selection_internal):
|
|
|
3334 * select.c (select_convert_out):
|
|
446
|
3335
|
|
442
|
3336 * sysdep.c:
|
|
|
3337 * sysdep.c (xemacs_stat):
|
|
|
3338 renamed.
|
|
446
|
3339
|
|
442
|
3340 * sysdep.c (mkdir):
|
|
|
3341 * sysdep.c (rmdir):
|
|
|
3342 but keep original stat() here because we provide encapsulation
|
|
|
3343 around these funs.
|
|
446
|
3344
|
|
442
|
3345 * sysfile.h:
|
|
|
3346 * sysfile.h (fstat):
|
|
|
3347 remove stat garbage.
|
|
446
|
3348
|
|
442
|
3349 * syswindows.h:
|
|
|
3350 fix X/MSW conflict.
|
|
|
3351 don't include tchar.h. it's inappropriate because it makes
|
|
|
3352 compile-time distinctions when we want runtime distinctions.
|
|
|
3353 (we provide our own tchar replacements)
|
|
446
|
3354
|
|
442
|
3355 * toolbar.c:
|
|
|
3356 use default object printer for toolbar-button.
|
|
446
|
3357
|
|
442
|
3358 * unexcw.c:
|
|
|
3359 make sure we don't encapsulate.
|
|
446
|
3360
|
|
442
|
3361 * window.c (vars_of_window):
|
|
|
3362 emphasize that temp-buffer-show-hook is obsolete.
|
|
|
3363
|
|
|
3364 2000-08-05 Martin Buchholz <martin@xemacs.org>
|
|
|
3365
|
|
|
3366 * glyphs.c (image_instance_hash): HASH2 wants EMACS_INT args.
|
|
|
3367 (Fimage_instance_subwindow_id): make_int wants EMACS_INT arg.
|
|
|
3368
|
|
446
|
3369 * events.c (Fevent_timestamp_lessp):
|
|
442
|
3370 Not 64-bit clean. Use EMACS_INT, not int.
|
|
|
3371
|
|
|
3372 2000-06-05 Andrew Begel <abegel@cs.berkeley.edu>
|
|
|
3373
|
|
|
3374 * lrecord.h (lrecord_types): Changed lrecord_type_count to an
|
|
|
3375 unsigned int and changed the last enum to
|
|
446
|
3376 lrecord_type_last_built_in_type.
|
|
442
|
3377 (lrecord_implementations_table): changed prototype to know how
|
|
446
|
3378 long the array is supposed to be.
|
|
442
|
3379 (lrecord_type_count): new unsigned int to keep track of the
|
|
|
3380 current number of lisp lrecord types.
|
|
|
3381 (DEFINE_EXTERNAL_LRECORD):
|
|
|
3382 (DECLARE_EXTERNAL_LRECORD): Added these two for external
|
|
|
3383 dynamic-modules to declare new lisp types. They are the same
|
|
|
3384 as the non-EXTERNAL forms, but declare an lrecord_type unsigned
|
|
|
3385 int for each new type, and increment lrecord_type_count by 1.
|
|
|
3386
|
|
|
3387 * alloc.c (lrecord_implementations_table): Changed to reference
|
|
|
3388 lrecord_type_last_built_in_type for the size of the array.
|
|
|
3389 Moved MODULE_DEFINABLE_TYPE_COUNT to lrecord.h.
|
|
|
3390
|
|
|
3391 2000-08-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3392
|
|
|
3393 * glyphs.h (check_valid_item_list): Renamed from
|
|
|
3394 check_valid_item_list_1.
|
|
|
3395
|
|
|
3396 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
3397
|
|
|
3398 * select.c (Qselect_coerce): New.
|
|
|
3399 * select.c (Vselection_coercion_alist): New.
|
|
|
3400 * select.c (syms_of_select): Declare.
|
|
|
3401 * select.c (get-selection-internal): Use it.
|
|
|
3402 Use the new select-coerce functionality.
|
|
|
3403
|
|
|
3404 * select.c (select_coerce): New.
|
|
|
3405 * select.h (select_coerce): Declare.
|
|
|
3406 New function to coerce one type of data into another.
|
|
|
3407
|
|
|
3408 2000-08-03 Martin Buchholz <martin@xemacs.org>
|
|
|
3409
|
|
446
|
3410 * callproc.c (Fcall_process_internal):
|
|
|
3411 (Fcall_process_internal):
|
|
442
|
3412 * process-unix.c (unix_create_process):
|
|
|
3413 Save and restore the value of errno, so that error messages are accurate.
|
|
|
3414
|
|
|
3415 2000-08-01 Martin Buchholz <martin@xemacs.org>
|
|
|
3416
|
|
446
|
3417 * elhash.c (print_hash_table):
|
|
442
|
3418 Fix printing of hash tables to also use `key-and-value' instead of `t'.
|
|
|
3419 Prettify docstrings and indentation.
|
|
|
3420
|
|
|
3421 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3422
|
|
|
3423 * window.c (Fwindow_pixel_edges): Subtract frame border and
|
|
|
3424 gutter size.
|
|
|
3425
|
|
|
3426 2000-07-31 Andy Piper <andy@xemacs.org>
|
|
|
3427
|
|
|
3428 * buffer.c (Frecord_buffer): make absolutely sure that redisplay
|
|
|
3429 will acknowledge the change.
|
|
|
3430
|
|
|
3431 * glyphs.h: declare tab_control_order_only_changed.
|
|
|
3432
|
|
|
3433 * glyphs-x.c (x_tab_control_redisplay): use
|
|
|
3434 tab_control_order_only_changed.
|
|
|
3435
|
|
|
3436 * glyphs-widget.c (tab_control_order_only_changed): new function.
|
|
|
3437
|
|
|
3438 * glyphs-msw.c (mswindows_tab_control_redisplay): use
|
|
|
3439 tab_control_order_only_changed.
|
|
|
3440
|
|
|
3441 * gui.c (gui_item_equal_sans_selected): new function.
|
|
|
3442 (gui_item_equal): use it.
|
|
|
3443
|
|
|
3444 * glyphs-msw.c (mswindows_combo_box_instantiate): deprecate
|
|
|
3445 :properties in favor of :items..
|
|
|
3446
|
|
|
3447 * glyphs-widget.c (check_valid_item_list): rename from
|
|
|
3448 check_valid_item_list_1.
|
|
|
3449 (check_valid_item_list_1): renamed.
|
|
|
3450 (combo_box_validate): deprecate :properties in favor of :items.
|
|
|
3451 (widget_instantiate): ditto.
|
|
|
3452 (tab_control_update): ditto.
|
|
|
3453 (image_instantiator_combo_box): ditto.
|
|
|
3454 (image_instantiator_tree_view): ditto.
|
|
|
3455 (image_instantiator_tab_control): ditto.
|
|
|
3456 (layout_post_instantiate): remove dead code.
|
|
|
3457
|
|
|
3458 * print.c (debug_print_no_newline): only write to debugger if in
|
|
|
3459 WIN32_NATIVE.
|
|
|
3460
|
|
|
3461 * elhash.c (Fmake_hash_table): update doc string.
|
|
|
3462
|
|
|
3463 * event-msw.c (mswindows_wnd_proc): don't allow processing of
|
|
|
3464 messages whilst in GC. This at least stops XEmacs crashing but has
|
|
|
3465 the potential for wierd behaviour.
|
|
|
3466
|
|
|
3467 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
|
3468
|
|
|
3469 * config.h.in:
|
|
|
3470 Make existence of s&m files optional.
|
|
446
|
3471
|
|
442
|
3472 * s/bsd386.h: Remove HAVE_GETLOADAVG.
|
|
|
3473 * s/freebsd.h: Remove HAVE_GETLOADAVG.
|
|
|
3474 * s/gnu.h: Remove HAVE_GETLOADAVG.
|
|
|
3475 * s/netbsd.h: Remove HAVE_GETLOADAVG.
|
|
|
3476 * s/sol2.h: Remove HAVE_GETLOADAVG.
|
|
|
3477 * lisp.h: Remove getloadavg() declaration.
|
|
|
3478 * fns.c:
|
|
|
3479 Include <sys/loadavg.h> if available.
|
|
|
3480 Don't declare our own getloadavg() if HAVE_GETLOADAVG.
|
|
|
3481 * config.h.in: Group together getloadavg()-related macros.
|
|
|
3482 Use only configure-time tests to detect getloadavg().
|
|
|
3483
|
|
|
3484 2000-07-30 Martin Buchholz <martin@xemacs.org>
|
|
|
3485
|
|
|
3486 * Makefile.in.in (TransientEmacsShell.o): Fix race condition.
|
|
|
3487
|
|
|
3488 2000-07-25 Andy Piper <andy@xemacs.org>
|
|
|
3489
|
|
|
3490 * syswindows.h: add tchar.h for native builds.
|
|
|
3491
|
|
|
3492 * frame.c (syms_of_frame): remove set-glyph-image.
|
|
|
3493
|
|
|
3494 * general-slots.h: add Qset_glyph_image.
|
|
|
3495
|
|
|
3496 * glyphs-widget.c (layout_update): add domain arg to
|
|
|
3497 set-glyph-image.
|
|
|
3498 (syms_of_glyphs_widget): remove set-glyph-image.
|
|
|
3499
|
|
|
3500 2000-07-23 Ben Wing <ben@xemacs.org>
|
|
|
3501
|
|
|
3502 * dialog-msw.c (vars_of_dialog_mswindows): need to staticpro
|
|
|
3503 Vpopup_frame_list.
|
|
|
3504
|
|
|
3505 2000-07-22 Andy Piper <andy@xemacs.org>
|
|
|
3506
|
|
|
3507 * symsinit.h: add syms_of_win32().
|
|
|
3508
|
|
|
3509 * gui-msw.c (syms_of_gui_mswindows): remove
|
|
|
3510 Fmswindows_shell_execute.
|
|
|
3511 (Fmswindows_shell_execute): moved to win32.c.
|
|
|
3512
|
|
|
3513 * emacs.c (main_1): add syms_of_win32 ().
|
|
|
3514
|
|
|
3515 * win32.c (init_potentially_nonexistent_functions): rewrite in
|
|
|
3516 compiler-friendly terms.
|
|
|
3517 (Fmswindows_shell_execute): move here from gui-msw.c.
|
|
|
3518 (syms_of_win32): new.
|
|
|
3519
|
|
|
3520 * device-msw.c (Fmswindows_printer_list): clean up args to
|
|
|
3521 EnumPrinters.
|
|
|
3522 Don't include tchar under cygwin or mingw.
|
|
|
3523 (msprinter_default_printer): make cygwin-friendly.
|
|
|
3524
|
|
|
3525 2000-07-21 Andy Piper <andy@xemacs.org>
|
|
|
3526
|
|
|
3527 * glyphs-widget.c (image_instantiator_tree_view): use tab
|
|
|
3528 control's update function.
|
|
|
3529 (layout_property): new function. Retrieve items.
|
|
|
3530
|
|
|
3531 * glyphs-msw.c (mswindows_tree_view_redisplay): new
|
|
|
3532 function. Re-populate the tree view from the pending items.
|
|
|
3533
|
|
|
3534 * glyphs.c (instantiate_image_instantiator): Make sure the domain
|
|
|
3535 is designated the parent if the domain is an image instance. This
|
|
|
3536 is needed so that dirtiness can be cascade up the hierarchy and
|
|
|
3537 thus for layout children to be redisplayed correctly.
|
|
|
3538 (allocate_image_instance): rename glyph -> parent.
|
|
|
3539
|
|
|
3540 * redisplay.h: change redisplay_output_layout signature.
|
|
|
3541
|
|
|
3542 * redisplay-msw.c (mswindows_output_display_block): use domain
|
|
|
3543 arg.
|
|
|
3544
|
|
|
3545 * redisplay-x.c (x_output_display_block): use domain arg.
|
|
|
3546
|
|
|
3547 2000-07-10 Andy Piper <andy@xemacs.org>
|
|
|
3548
|
|
|
3549 * window.c (Fset_window_configuration): add comment.
|
|
|
3550
|
|
446
|
3551 * redisplay-output.c (compare_runes):
|
|
442
|
3552 (redisplay_output_subwindow): redisplay rather than update subwindow.
|
|
|
3553 (redisplay_output_layout): ditto.
|
|
|
3554
|
|
|
3555 * redisplay-msw.c (mswindows_frame_output_end):
|
|
|
3556 (mswindows_frame_output_end): make defer window pos optional.
|
|
|
3557
|
|
|
3558 * lisp.h: add Flast.
|
|
|
3559
|
|
|
3560 * glyphs.h (struct image_instantiator_methods): add dest_mask top
|
|
|
3561 normalize method. Change update method to be for changed
|
|
|
3562 instantiators. Add redisplay method. Change signature of layout
|
|
|
3563 method.
|
|
|
3564 (struct Lisp_Image_Instance): add instantiator.
|
|
|
3565 (IMAGE_INSTANCE_INSTANTIATOR): new.
|
|
|
3566 (IMAGE_INSTANCE_SUBWINDOW_FACE): new.
|
|
|
3567 (XIMAGE_INSTANCE_INSTANTIATOR): new.
|
|
|
3568 (XIMAGE_INSTANCE_SUBWINDOW_FACE): new.
|
|
|
3569
|
|
|
3570 * glyphs.c:
|
|
|
3571 (find_instantiator_differences): new function.
|
|
|
3572 (Fset_instantiator_property): new convenience function.
|
|
|
3573 (check_image_instance_structure): strictly check for vector
|
|
|
3574 instantiators.
|
|
|
3575 (normalize_image_instantiator): make non-static.
|
|
|
3576 (instantiate_image_instantiator): pass on dest_mask and use new
|
|
|
3577 signatures for image_instance_layout and friends.
|
|
|
3578 (mark_image_instance): mark the instantiator. Mark the subwindow
|
|
|
3579 face not the widget face.
|
|
|
3580 (image_instance_equal): add instantiator.
|
|
|
3581 (image_instance_hash): ditto.
|
|
|
3582 (allocate_image_instance): ditto.
|
|
|
3583 (Fset_image_instance_property): removed.
|
|
|
3584 (Fimage_instance_file_name): ditto.
|
|
|
3585 (Fcolorize_image_instance): ditto.
|
|
|
3586 (image_instance_layout): add offsets to be set.
|
|
|
3587 (update_image_instance): new function. update an image instance
|
|
|
3588 from its changed instantiator.
|
|
|
3589 (inherit_normalize): add dest_mask.
|
|
|
3590 (xbm_normalize): ditto.
|
|
|
3591 (xface_normalize): ditto.
|
|
|
3592 (xpm_normalize): ditto.
|
|
|
3593 (text_update): set_property -> update.
|
|
|
3594 (image_instantiate): use the glyph identity as a hash key, not the
|
|
|
3595 instantiator.
|
|
|
3596 (glyph_width): use new image_instance_layout signature.
|
|
|
3597 (glyph_ascent): ditto.
|
|
|
3598 (glyph_descent): ditto.
|
|
|
3599 (glyph_height): ditto.
|
|
|
3600 (glyph_query_geometry): ressurrect.
|
|
|
3601 (glyph_layout): ditto.
|
|
|
3602 (redisplay_subwindow): update -> redisplay.
|
|
|
3603 (syms_of_glyphs): add Fset_instantiator_property.
|
|
|
3604 (image_instantiator_format_create): set_property -> update.
|
|
|
3605
|
|
|
3606 * glyphs-x.c:
|
|
|
3607 (autodetect_normalize): add dest_maks to signature.
|
|
|
3608 (x_redisplay_subwindow): update -> redisplay.
|
|
|
3609 (x_redisplay_widget): ditto.
|
|
|
3610 (x_button_redisplay): ditto.
|
|
|
3611 (x_progress_gauge_redisplay): ditto.
|
|
|
3612 (x_tab_control_redisplay): ditto. Rewrite to cope with changed
|
|
|
3613 stacking order.
|
|
|
3614 (console_type_create_glyphs_x): update -> redisplay.
|
|
|
3615 (image_instantiator_format_create_glyphs_x): ditto.
|
|
|
3616
|
|
|
3617 * glyphs-widget.c:
|
|
|
3618 (check_valid_instantiator): disallow glyphs in the instantiator,
|
|
|
3619 they must now be vectors.
|
|
|
3620 (check_valid_instantiator_list): ditto.
|
|
|
3621 (glyph_instantiator_to_glyph): use internal symbol rather than
|
|
|
3622 intern.
|
|
|
3623 (widget_update): renamed from widget_set_property. Call cascaded
|
|
|
3624 update methods.
|
|
|
3625 (redisplay_widget): renamed from update_widget.
|
|
|
3626 (widget_layout): image_instance_layout now takes position as well
|
|
|
3627 as size.
|
|
|
3628 (widget_normalize): ditto.
|
|
|
3629 (widget_instantiate): ditto.
|
|
|
3630 (tab_control_query_geometry) ditto.:
|
|
|
3631 (tab_control_update): renamed from tab_control_set_property.
|
|
|
3632 (progress_gauge_update): set_property -> update.
|
|
|
3633 (layout_normalize): rewrite so that child instantiators are
|
|
|
3634 normalized also.
|
|
|
3635 (layout_update): new function. Create glyphs from the normalized
|
|
|
3636 children and cope with any other layout keywords. We do not
|
|
|
3637 instantiate children here that will be take care of by
|
|
|
3638 redisplay_output_layout.
|
|
|
3639 (layout_instantiate): call layout_update and not much else.
|
|
|
3640 (layout_post_instantiate): not sure whether this is needed
|
|
|
3641 anymore.
|
|
|
3642 (layout_query_geometry): query glyph geometry rather than
|
|
|
3643 image_instance geometry.
|
|
|
3644 (layout_layout): set offsets from pass in parameters. Use glyph
|
|
|
3645 geometry and layout functions rather than image instance ones.
|
|
|
3646 (native_layout_layout): ditto.
|
|
|
3647 (syms_of_glyphs_widget): add make-glyph and set-glyph-image.
|
|
|
3648 (image_instantiator_widget): set_property -> update.
|
|
|
3649 (image_instantiator_buttons): ditto.
|
|
|
3650 (image_instantiator_progress_guage): ditto.
|
|
|
3651 (image_instantiator_tab_control): ditto.
|
|
|
3652 (VALID_LAYOUT_KEYWORDS): instantiators must now be vectors.
|
|
|
3653 (image_instantiator_layout): add update method.
|
|
|
3654
|
|
|
3655 * glyphs-msw.c (bmp_normalize):
|
|
|
3656 (mswindows_resource_normalize): add dest_mask so that it can be
|
|
|
3657 proprogated by layout_normalize.
|
|
|
3658 (begin_defer_window_pos): make optional because it may not be the
|
|
|
3659 right thing to do and it introduces differences with X.
|
|
|
3660 (mswindows_unmap_subwindow): ditto.
|
|
|
3661 (mswindows_map_subwindow): ditto.
|
|
|
3662 (mswindows_redisplay_subwindow): renamed from
|
|
|
3663 mswindows_update_subwindow.
|
|
|
3664 (mswindows_redisplay_widget): ditto.
|
|
|
3665 (mswindows_button_redisplay): renamed from
|
|
|
3666 mswindows_button_update. Update is now what the instantiation
|
|
|
3667 function does for a changed instantiator.
|
|
|
3668 (mswindows_progress_gauge_instantiate): set the progress value
|
|
|
3669 here if appropriate.
|
|
|
3670 (mswindows_tab_control_redisplay): cope with re-ordering of the
|
|
|
3671 members of the tab widget by simply selecting the new top
|
|
|
3672 widget. This makes things appear ok if you click on a tab.
|
|
|
3673 (mswindows_combo_box_instantiate): image_instance_layout now takes
|
|
|
3674 position as well as size.
|
|
|
3675 (mswindows_progress_gauge_redisplay): renamed from
|
|
|
3676 mswindows_progress_gauge_update.
|
|
|
3677 (console_type_create_glyphs_mswindows): fix update -> redisplay.
|
|
|
3678 (image_instantiator_format_create_glyphs_mswindows): ditto.
|
|
|
3679
|
|
|
3680 * glyphs-eimage.c (jpeg_normalize):
|
|
|
3681 (gif_normalize):
|
|
|
3682 (png_normalize):
|
|
|
3683 (tiff_normalize): add dest_mask so that it can be proprogated by
|
|
|
3684 layout_normalize.
|
|
|
3685
|
|
|
3686 * elhash.c:
|
|
|
3687 (print_hash_table):
|
|
|
3688 (hash_table_weakness_validate):
|
|
|
3689 (decode_hash_table_weakness):
|
|
|
3690 (Fhash_table_weakness):
|
|
|
3691 (Fhash_table_type):
|
|
|
3692 (syms_of_elhash): use Ben's naming scheme for hashtable types..
|
|
|
3693
|
|
|
3694 * console.h (struct console_methods): move update_* to
|
|
|
3695 redisplay_*.
|
|
|
3696
|
|
|
3697 2000-07-20 Ben Wing <ben@xemacs.org>
|
|
|
3698
|
|
|
3699 * *.[ch] (XSETOBJ): remove unused middle argument.
|
|
|
3700 lisp-disunion.h: correct wrap_object() to one argument.
|
|
446
|
3701
|
|
442
|
3702 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
|
3703
|
|
|
3704 * s/cygwin32.h:
|
|
|
3705 * s/cygwin32.h (CYGWIN_CONV_PATH):
|
|
|
3706 Add missing logb prototype for v1.1.
|
|
|
3707 Use post-b20 names and alias to pre-b20 names when pre-b20.
|
|
|
3708
|
|
|
3709 * s/windowsnt.h: [5].
|
|
|
3710
|
|
|
3711 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
|
3712
|
|
|
3713 * Makefile.in.in (x_objs):
|
|
|
3714 * Makefile.in.in (sheap_objs):
|
|
|
3715 * Makefile.in.in (objs):
|
|
|
3716 added win32.o, cosmetic cleanups.
|
|
446
|
3717
|
|
442
|
3718 * alloc.c (Fmake_byte_code):
|
|
|
3719 [[[1]]]: Changes for new LIST_LOOP, EXTERNAL_LIST_LOOP,
|
|
|
3720 etc. macros which declare their own args now.
|
|
|
3721
|
|
|
3722 * alloc.c (syms_of_alloc):
|
|
|
3723 [[[2]]]: Use DEFSYMBOL, DEFKEYWORD, DEFERROR and friends.
|
|
|
3724
|
|
|
3725 * buffer.c:
|
|
|
3726 Moved buffer-dedicated-frame, set-buffer-dedicated-frame into lisp.
|
|
|
3727
|
|
|
3728 * buffer.c (Fget_file_buffer):
|
|
|
3729 Fixed GCPRO problem.
|
|
|
3730
|
|
|
3731 * buffer.c (get_truename_buffer):
|
|
|
3732 Fixed comment about GC checking.
|
|
|
3733
|
|
|
3734 * buffer.c (syms_of_buffer):
|
|
|
3735 Undeclared those dedicated frame funs.
|
|
|
3736 [2].
|
|
|
3737
|
|
|
3738 * buffer.h:
|
|
|
3739 Define convenience macros for internal/external conversions.
|
|
|
3740 [[[3]]]: Define codesys aliases Qcommand_argument_encoding
|
|
|
3741 and Qenvironment_variable_encoding for cleaner code.
|
|
|
3742
|
|
|
3743 * bufslots.h:
|
|
|
3744 Remove dedicated-frame; in lisp.
|
|
|
3745
|
|
|
3746 * bytecode.c (funcall_compiled_function):
|
|
|
3747 [1].
|
|
|
3748
|
|
|
3749 * bytecode.c (syms_of_bytecode):
|
|
|
3750 [2].
|
|
|
3751
|
|
|
3752 * console-msw.c:
|
|
|
3753 * console-msw.c (mswindows_show_console): Rewrote.
|
|
|
3754
|
|
|
3755 * console-msw.c (Fmswindows_debugging_output): New.
|
|
|
3756 Sends to OutputDebugString (special MSWin debugger interface).
|
|
|
3757
|
|
|
3758 * console-msw.c (Fmswindows_message_box):
|
|
|
3759 Fixed stupid bugs so it works when called from kill-emacs.
|
|
|
3760
|
|
|
3761 * console-msw.c (syms_of_console_mswindows):
|
|
|
3762 Declare Fmswindows_debugging_output.
|
|
|
3763
|
|
|
3764 * console-msw.h:
|
|
|
3765 New MSWin prototypes.
|
|
|
3766
|
|
|
3767 * console-msw.h (struct mswindows_frame):
|
|
|
3768 New entry last-click-mods for improved button-modifier support.
|
|
|
3769
|
|
|
3770 * console-msw.h (FRAME_MSWINDOWS_POPUP):
|
|
|
3771 New struct entry `popup' with corresponding accessor.
|
|
|
3772
|
|
|
3773 * console-x.c:
|
|
|
3774 * console-x.c (split_up_display_spec):
|
|
|
3775 * console-x.c (get_display_arg_connection):
|
|
|
3776 * console-x.c (x_semi_canonicalize_console_connection):
|
|
|
3777 * console-x.c (x_canonicalize_device_connection):
|
|
|
3778 [[[6]]]: Change char to more specific type.
|
|
|
3779 [[[8]]]: Make use of abstracting codesys aliases defined in [3], [4];
|
|
|
3780
|
|
|
3781 * console-x.c (x_semi_canonicalize_console_connection):
|
|
|
3782 * console-x.c (x_canonicalize_device_connection):
|
|
|
3783 [[[9]]]: Fix up error signalling to use new structured error system.
|
|
|
3784
|
|
|
3785 * console-x.h:
|
|
|
3786 [[[4]]]: Define codesys aliases:
|
|
|
3787 Qlwlib_encoding, Qx_atom_name_encoding, Qx_font_name_encoding,
|
|
|
3788 Qx_color_name_encoding, Qx_display_name_encoding.
|
|
|
3789
|
|
|
3790 * console.h (struct console_methods):
|
|
|
3791 New method make_dialog_box_internal supersedes older
|
|
|
3792 popup_dialog_box method.
|
|
|
3793
|
|
|
3794 * data.c:
|
|
|
3795 Define many new errors, part of new structured errors.
|
|
|
3796
|
|
|
3797 * data.c (init_errors_once_early):
|
|
|
3798 * data.c (syms_of_data):
|
|
|
3799 [2].
|
|
|
3800
|
|
|
3801 * device-msw.c (mswindows_init_device):
|
|
|
3802 [[[5]]]: Cleanup to support NT 3.51.
|
|
|
3803
|
|
|
3804 * device-msw.c (decode_devmode): Cleanup.
|
|
|
3805
|
|
|
3806 * device-msw.c (mswindows_handle_print_setup_dialog_box):
|
|
|
3807 * device-msw.c (mswindows_handle_print_dialog_box):
|
|
|
3808 * device-msw.c (mswindows_handle_page_setup_dialog_box):
|
|
|
3809 * device-msw.c (syms_of_device_mswindows):
|
|
|
3810 Delete the dialog box primitives recently introduced by Kirill and
|
|
|
3811 instead interface to general dialog box interface.
|
|
|
3812
|
|
|
3813 * device-x.c:
|
|
|
3814 * device-x.c (compute_x_app_name):
|
|
|
3815 * device-x.c (x_init_device):
|
|
|
3816 * device-x.c (Fx_valid_keysym_name_p):
|
|
|
3817 * device-x.c (Fx_set_font_path):
|
|
|
3818 [6].
|
|
|
3819 [7].
|
|
|
3820
|
|
|
3821 * device.h (wrap_device): New.
|
|
|
3822 First of its kind; meant to replace XSETDEVICE.
|
|
|
3823
|
|
|
3824 * dialog-msw.c: Many file-dialog symbols.
|
|
|
3825
|
|
|
3826 * dialog-msw.c (mswindows_register_popup_frame): New.
|
|
|
3827 * dialog-msw.c (mswindows_is_dialog_msg): New.
|
|
|
3828 For supporting kbd traversal in dialog boxes.
|
|
|
3829
|
|
|
3830 * dialog-msw.c (dialog_proc):
|
|
|
3831 Support hitting ESC in dialogs.
|
|
|
3832
|
|
|
3833 * dialog-msw.c (struct):
|
|
|
3834 Common dialog box errors.
|
|
|
3835
|
|
|
3836 * dialog-msw.c (handle_file_dialog_box): New.
|
|
|
3837 Add file dialog code.
|
|
|
3838
|
|
|
3839 * dialog-msw.c (handle_question_dialog_box):
|
|
|
3840 Redo existing code to support new question dialog syntax.
|
|
|
3841
|
|
|
3842 * dialog-msw.c (console_type_create_dialog_mswindows):
|
|
|
3843 We support new dialog console method.
|
|
|
3844
|
|
|
3845 * dialog-msw.c (syms_of_dialog_mswindows):
|
|
|
3846 * dialog-msw.c (vars_of_dialog_mswindows):
|
|
|
3847 New file dialog symbols, vars.
|
|
|
3848
|
|
|
3849 * dialog-x.c:
|
|
|
3850 * dialog-x.c (maybe_run_dbox_text_callback):
|
|
|
3851 * dialog-x.c (dbox_descriptor_to_widget_value):
|
|
|
3852 * dialog-x.c (x_make_dialog_box_internal):
|
|
|
3853 * dialog-x.c (console_type_create_dialog_x):
|
|
|
3854 Mule-ize entire file.
|
|
|
3855 Redo to support question dialog syntax.
|
|
|
3856 [6].
|
|
|
3857
|
|
|
3858 * dialog.c:
|
|
|
3859 * dialog.c (Fmake_dialog_box_internal):
|
|
|
3860 * dialog.c (syms_of_dialog):
|
|
|
3861 Kill old popup-dialog-box, replace with new primitive.
|
|
|
3862 Just call device method or signal error.
|
|
|
3863
|
|
|
3864 * eldap.c (Fldap_open):
|
|
|
3865 * eldap.c (Fldap_search_basic):
|
|
|
3866 * eldap.c (Fldap_add):
|
|
|
3867 * eldap.c (Fldap_modify):
|
|
|
3868 [1].
|
|
|
3869 [7].
|
|
|
3870
|
|
|
3871 * emacs.c:
|
|
|
3872 * emacs.c (make_arg_list_1):
|
|
|
3873 * emacs.c (make_arg_list):
|
|
|
3874 Mule-ize call to dll_init().
|
|
|
3875 [6].
|
|
|
3876 [8].
|
|
|
3877
|
|
|
3878 * emacs.c (make_argc_argv):
|
|
|
3879 * emacs.c (free_argc_argv):
|
|
|
3880 * emacs.c (init_cmdargs):
|
|
|
3881 * emacs.c (main_1):
|
|
|
3882 * emacs.c (Fkill_emacs):
|
|
|
3883 * emacs.c (Fdump_emacs):
|
|
|
3884 Update comments about what can be used in syms_* etc.
|
|
|
3885 Call init_win32() when necessary.
|
|
|
3886 Fix up MS Win dialog box in kill-buffer to actually work right.
|
|
|
3887 [7].
|
|
|
3888
|
|
|
3889 * eval.c:
|
|
|
3890 * eval.c (For):
|
|
|
3891 * eval.c (Fand):
|
|
|
3892 * eval.c (Fprogn):
|
|
|
3893 * eval.c (Fprog1):
|
|
|
3894 * eval.c (Fprog2):
|
|
|
3895 * eval.c (FletX):
|
|
|
3896 * eval.c (Flet):
|
|
|
3897 * eval.c (condition_case_3):
|
|
|
3898 * eval.c (Feval):
|
|
|
3899 * eval.c (function_argcount):
|
|
|
3900 * eval.c (funcall_lambda):
|
|
|
3901 [1].
|
|
|
3902
|
|
|
3903 * eval.c (type_error): New.
|
|
|
3904 * eval.c (maybe_type_error): New.
|
|
|
3905 * eval.c (continuable_type_error): New.
|
|
|
3906 * eval.c (maybe_continuable_type_error): New.
|
|
|
3907 * eval.c (type_error_with_frob): New.
|
|
|
3908 * eval.c (maybe_type_error_with_frob): New.
|
|
|
3909 * eval.c (continuable_type_error_with_frob): New.
|
|
|
3910 * eval.c (maybe_continuable_type_error_with_frob): New.
|
|
|
3911 New functions for use with structured errors.
|
|
|
3912
|
|
|
3913 * event-Xt.c:
|
|
|
3914 * event-Xt.c (x_event_to_emacs_event):
|
|
|
3915 Buttons are now modifiers too.
|
|
|
3916
|
|
|
3917 * event-Xt.c (emacs_Xt_current_event_timestamp):
|
|
|
3918 Implement new event method.
|
|
|
3919 * event-Xt.c (reinit_vars_of_event_Xt): Set it.
|
|
|
3920
|
|
|
3921 * event-msw.c:
|
|
|
3922 * event-msw.c (ntpipe_shove_writer): [5].
|
|
|
3923 * event-msw.c (mswindows_enqueue_mouse_button_event):
|
|
|
3924 * event-msw.c (mswindows_drain_windows_queue):
|
|
|
3925 * event-msw.c (mswindows_wnd_proc): [7].
|
|
|
3926 * event-msw.c (mswindows_current_layout_has_AltGr): [5].
|
|
|
3927 * event-msw.c (mswindows_modifier_state):
|
|
|
3928 Throughout: support new button modifiers.
|
|
|
3929
|
|
|
3930 * event-msw.c (emacs_mswindows_current_event_timestamp):
|
|
|
3931 Implement new event method.
|
|
|
3932 * event-msw.c (reinit_vars_of_event_mswindows): Set it.
|
|
|
3933
|
|
|
3934 * event-stream.c:
|
|
|
3935 * event-stream.c (event_stream_current_event_timestamp): New.
|
|
|
3936 * event-stream.c (maybe_kbd_translate): New functionality.
|
|
|
3937 * event-stream.c (vars_of_event_stream):
|
|
|
3938 Document new kbd-translate-table functionality.
|
|
|
3939
|
|
|
3940 * event-stream.c (Fcurrent_event_timestamp): New.
|
|
|
3941 New primitive for use in fabricated events.
|
|
|
3942 * event-stream.c (syms_of_event_stream): [2]. Declare new primitive.
|
|
|
3943
|
|
|
3944 * events-mod.h (XEMACS_MOD_BUTTON1): new button modifiers.
|
|
|
3945
|
|
|
3946 * events.c:
|
|
|
3947 * events.c (Fmake_event):
|
|
|
3948 * events.c (WRONG_EVENT_TYPE_FOR_PROPERTY):
|
|
|
3949 [1].
|
|
|
3950 [9].
|
|
|
3951
|
|
|
3952 * events.c (format_event_object): fix gcc warnings.
|
|
|
3953
|
|
|
3954 * events.c (Fevent_timestamp): Document new primitives.
|
|
|
3955
|
|
|
3956 * events.c (TIMESTAMP_HALFSPACE): New.
|
|
|
3957
|
|
|
3958 * events.c (Fevent_timestamp_lessp): New. New primitive for
|
|
|
3959 comparing timestamps correctly (half-space algorithm).
|
|
|
3960
|
|
|
3961 * events.c (Fevent_modifier_bits): Doc fix.
|
|
|
3962
|
|
|
3963 * events.c (Fevent_modifiers): Major doc addition.
|
|
|
3964 * events.c (event_x_y_pixel_internal): Typo fix.
|
|
|
3965 * events.c (syms_of_events): Declare new primitives.
|
|
|
3966
|
|
|
3967 * events.h:
|
|
|
3968 Update long comment for button modifiers, timestamps.
|
|
|
3969
|
|
|
3970 * events.h (struct event_stream):
|
|
|
3971 New current_event_timestamp method.
|
|
|
3972
|
|
|
3973 * extents.c:
|
|
|
3974 * extents.c (extent_in_region_p):
|
|
|
3975 * extents.c (decode_extent):
|
|
|
3976 * extents.c (Fset_extent_parent):
|
|
|
3977 * extents.c (decode_map_extents_flags):
|
|
|
3978 Fix gcc warnings.
|
|
|
3979 [9].
|
|
|
3980
|
|
|
3981 * extents.c (struct extent_at_arg):
|
|
|
3982 * extents.c (decode_extent_at_flag):
|
|
|
3983 * extents.c (extent_at_mapper):
|
|
|
3984 * extents.c (extent_at_bytind):
|
|
|
3985 * extents.c (Fextent_at): Adapt to new lower-level interface. [9].
|
|
|
3986 * extents.c (Fextents_at): New primitive. [9].
|
|
|
3987 * extents.c (symbol_to_glyph_layout): [9].
|
|
|
3988 Support new primitive `extents-at'.
|
|
|
3989
|
|
|
3990
|
|
|
3991 * extents.c (get_text_property_bytind):
|
|
|
3992 extent_at_bytind has another arg.
|
|
|
3993 [9].
|
|
|
3994
|
|
|
3995 * extents.c (syms_of_extents): New primitive.
|
|
|
3996
|
|
|
3997 * file-coding.c (Fmake_coding_system): [1].
|
|
|
3998 * file-coding.c (subsidiary_coding_system): fix gcc warning
|
|
|
3999 * file-coding.c (syms_of_file_coding): [2].
|
|
|
4000
|
|
|
4001 * fileio.c (Fexpand_file_name):
|
|
|
4002 * fileio.c (Fsysnetunam):
|
|
|
4003 * fileio.c (Ffile_exists_p):
|
|
|
4004 * fileio.c (Ffile_executable_p):
|
|
|
4005 * fileio.c (Fverify_visited_file_modtime):
|
|
|
4006 Clean up GCPROing.
|
|
|
4007
|
|
|
4008 * fileio.c (syms_of_fileio): [2].
|
|
|
4009
|
|
|
4010 * filelock.c (lock_file_1):
|
|
|
4011 * filelock.c (current_lock_owner):
|
|
|
4012 * filelock.c (lock_if_free):
|
|
|
4013 * filelock.c (lock_file):
|
|
|
4014 * filelock.c (unlock_file):
|
|
|
4015 Clean up GCPROing.
|
|
|
4016
|
|
|
4017 * fns.c (concat): Fix gcc warning.
|
|
|
4018
|
|
|
4019 * fns.c (Fmember):
|
|
|
4020 * fns.c (Fold_member):
|
|
|
4021 * fns.c (Fmemq):
|
|
|
4022 * fns.c (Fold_memq):
|
|
|
4023 * fns.c (memq_no_quit):
|
|
|
4024 * fns.c (Fassoc):
|
|
|
4025 * fns.c (Fold_assoc):
|
|
|
4026 * fns.c (Fassq):
|
|
|
4027 * fns.c (Fold_assq):
|
|
|
4028 * fns.c (assq_no_quit):
|
|
|
4029 * fns.c (Frassoc):
|
|
|
4030 * fns.c (Fold_rassoc):
|
|
|
4031 * fns.c (Frassq):
|
|
|
4032 * fns.c (Fold_rassq):
|
|
|
4033 * fns.c (rassq_no_quit):
|
|
|
4034 * fns.c (Fdelete):
|
|
|
4035 * fns.c (Fold_delete):
|
|
|
4036 * fns.c (Fdelq):
|
|
|
4037 * fns.c (Fold_delq):
|
|
|
4038 * fns.c (delq_no_quit):
|
|
|
4039 * fns.c (Fremassoc):
|
|
|
4040 * fns.c (Fremassq):
|
|
|
4041 * fns.c (remassq_no_quit):
|
|
|
4042 * fns.c (Fremrassoc):
|
|
|
4043 * fns.c (Fremrassq):
|
|
|
4044 * fns.c (remrassq_no_quit):
|
|
|
4045 * fns.c (Freverse):
|
|
|
4046 * fns.c (mapcar1):
|
|
|
4047 [1].
|
|
|
4048
|
|
|
4049 * frame-msw.c (mswindows_init_frame_1):
|
|
|
4050 * frame-msw.c (mswindows_delete_frame):
|
|
|
4051 Register popups with dialog code so keyboard traversing works.
|
|
|
4052
|
|
|
4053 * frame-tty.c (tty_raise_frame_no_select): [1].
|
|
|
4054
|
|
|
4055 * frame-x.c:
|
|
|
4056 * frame-x.c (x_set_frame_text_value):
|
|
|
4057 * frame-x.c (x_set_frame_properties):
|
|
|
4058 * frame-x.c (x_create_widgets):
|
|
|
4059 [7].
|
|
|
4060
|
|
|
4061 * frame.c:
|
|
|
4062 * frame.c (Fmouse_pixel_position): Minor doc fixes.
|
|
|
4063
|
|
|
4064 * frame.h (wrap_frame): New.
|
|
|
4065 Macro like wrap_device.
|
|
|
4066
|
|
|
4067 * general.c:
|
|
|
4068 * general.c (SYMBOL):
|
|
|
4069 * general.c (syms_of_general):
|
|
|
4070 Major reorg. This is now just a wrapper and symbols themselves
|
|
|
4071 are listed in general-slots.h.
|
|
|
4072
|
|
|
4073 * glyphs-eimage.c (tiff_instantiate): Need cast to fix warning.
|
|
|
4074 * glyphs-msw.c (mswindows_resource_instantiate): [5].
|
|
|
4075
|
|
|
4076 * glyphs-msw.c (mswindows_native_layout_instantiate):
|
|
|
4077 Add DS_CONTROL so keyboard traversal will work.
|
|
|
4078
|
|
|
4079 * glyphs-widget.c:
|
|
|
4080 * glyphs-widget.c (syms_of_glyphs_widget):
|
|
|
4081 Move some symbols to general-slots.h.
|
|
|
4082
|
|
|
4083 * glyphs-x.c:
|
|
|
4084 * glyphs-x.c (xbm_instantiate_1):
|
|
|
4085 * glyphs-x.c (x_xbm_instantiate):
|
|
|
4086 * glyphs-x.c (x_xface_instantiate):
|
|
|
4087 * glyphs-x.c (autodetect_instantiate):
|
|
|
4088 * glyphs-x.c (cursor_font_instantiate):
|
|
|
4089 * glyphs-x.c (x_update_widget):
|
|
|
4090 * glyphs-x.c (x_widget_instantiate):
|
|
|
4091 * glyphs.c (bitmap_to_lisp_data):
|
|
|
4092 * glyphs.c (pixmap_to_lisp_data):
|
|
|
4093 [7].
|
|
|
4094
|
|
|
4095 * glyphs.c (syms_of_glyphs):
|
|
|
4096 [2].
|
|
|
4097
|
|
|
4098 * gui-x.c:
|
|
|
4099 * gui-x.c (print_widget_value):
|
|
|
4100 * gui-x.c (menu_separator_style_and_to_external):
|
|
|
4101 * gui-x.c (add_accel_and_to_external):
|
|
|
4102 * gui-x.c (button_item_to_widget_value):
|
|
|
4103 * gui-x.c (gui_items_to_widget_values_1):
|
|
|
4104 * gui-x.c (gui_items_to_widget_values):
|
|
|
4105 * gui-x.c (syms_of_gui_x):
|
|
|
4106 * gui-x.c (vars_of_gui_x):
|
|
|
4107 Mule-ize entire file. Move menu-no-selection-hook to gui.c.
|
|
|
4108 [9].
|
|
|
4109
|
|
|
4110 * gui-x.h:
|
|
|
4111 Muleize, prototype changes matching gui-x.c.
|
|
|
4112
|
|
|
4113 * gui.c:
|
|
|
4114 * gui.c (separator_string_p):
|
|
|
4115 * gui.c (gui_item_add_keyval_pair):
|
|
|
4116 * gui.c (make_gui_item_from_keywords_internal):
|
|
|
4117 * gui.c (signal_too_long_error):
|
|
|
4118 * gui.c (parse_gui_item_tree_item):
|
|
|
4119 * gui.c (syms_of_gui):
|
|
|
4120 * gui.c (vars_of_gui):
|
|
|
4121 * gui.h:
|
|
|
4122 menu-no-selection-hook moved here (used by MSWin).
|
|
|
4123 Move some symbols to general-slots.h.
|
|
|
4124 [6].
|
|
|
4125 [9].
|
|
|
4126
|
|
|
4127 * insdel.c (get_buffer_pos_char):
|
|
|
4128 * insdel.c (get_buffer_range_char):
|
|
|
4129 Add GC comments.
|
|
|
4130
|
|
|
4131 * keymap.c (keymap_lookup_directly):
|
|
|
4132 * keymap.c (keymap_store):
|
|
|
4133 * keymap.c (ensure_meta_prefix_char_keymapp):
|
|
|
4134 * keymap.c (describe_map):
|
|
|
4135 * keymap.h:
|
|
|
4136 Support new button modifiers.
|
|
|
4137
|
|
|
4138 * lisp-disunion.h (wrap_object):
|
|
|
4139 * lisp-disunion.h (XSETOBJ):
|
|
|
4140 Rename make_obj to wrap_object.
|
|
|
4141
|
|
|
4142 * lisp-union.h:
|
|
|
4143 * lisp-union.h (make_int):
|
|
|
4144 * lisp-union.h (make_char):
|
|
|
4145 Support wrap_object.
|
|
|
4146
|
|
|
4147 * lisp.h:
|
|
|
4148 * lisp.h (LIST_LOOP):
|
|
|
4149 * lisp.h (EXTERNAL_LIST_LOOP):
|
|
|
4150 * lisp.h (LIST_LOOP_2):
|
|
|
4151 * lisp.h (EXTERNAL_LIST_LOOP_1):
|
|
|
4152 * lisp.h (EXTERNAL_LIST_LOOP_2):
|
|
|
4153 * lisp.h (EXTERNAL_LIST_LOOP_3):
|
|
|
4154 * lisp.h (EXTERNAL_LIST_LOOP_4_NO_DECLARE):
|
|
|
4155 * lisp.h (PRIVATE_EXTERNAL_LIST_LOOP_6):
|
|
|
4156 * lisp.h (GET_EXTERNAL_LIST_LENGTH):
|
|
|
4157 * lisp.h (EXTERNAL_ALIST_LOOP_5):
|
|
|
4158 * lisp.h (EXTERNAL_ALIST_LOOP_6):
|
|
|
4159 * lisp.h (EXTERNAL_ALIST_LOOP_6_NO_DECLARE):
|
|
|
4160 * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_5_NO_DECLARE):
|
|
|
4161 * lisp.h (EXTERNAL_PROPERTY_LIST_LOOP_7):
|
|
|
4162 * lisp.h (struct Lisp_Symbol):
|
|
|
4163 * lisp.h (maybe_continuable_error_with_frob):
|
|
|
4164 Fix up section comments.
|
|
|
4165 Add new types for char to indicate usage.
|
|
|
4166 Delete symbols auto-generated from general-slots.h.
|
|
|
4167 Add prototypes for structured error functions.
|
|
|
4168 Add long comments describing looping macros and change interface
|
|
|
4169 so that lvalues are automatically declared.
|
|
|
4170 Add NO_DECLARE macro in case callers want to declare lvalues
|
|
|
4171 themselves.
|
|
|
4172
|
|
|
4173 * lread.c (read_syntax_error):
|
|
|
4174 * lread.c (continuable_read_syntax_error):
|
|
|
4175 * lread.c (read_structure):
|
|
|
4176 * lread.c (sequence_reader):
|
|
|
4177 * lread.c (read_list_conser):
|
|
|
4178 * lread.c (read_compiled_function):
|
|
|
4179 Rename syntax_error and continuable_syntax_error to avoid clash
|
|
|
4180 with same-named structured error functions.
|
|
|
4181
|
|
|
4182 * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
|
|
|
4183 * menubar-msw.c (populate_menu_add_item):
|
|
|
4184 * menubar-msw.c (populate_or_checksum_helper):
|
|
|
4185 [5].
|
|
|
4186 [9].
|
|
|
4187
|
|
|
4188 * menubar-x.c:
|
|
|
4189 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
|
4190 Mule-ize whole file.
|
|
|
4191
|
|
|
4192 * menubar.c (Fnormalize_menu_item_name): Add optimization.
|
|
|
4193
|
|
|
4194 * mule-charset.c (Fmake_charset):
|
|
|
4195 * mule-wnnfns.c (Fwnn_set_param):
|
|
|
4196 [1].
|
|
|
4197
|
|
|
4198 * ntproc.c (create_child):
|
|
|
4199 * ntproc.c (Fwin32_set_current_locale):
|
|
|
4200 Add comments portending doom.
|
|
|
4201
|
|
|
4202 * objects-msw.c:
|
|
|
4203 * objects-msw.c (old_font_enum_callback_2):
|
|
|
4204 * objects-msw.c (font_enum_callback_1):
|
|
|
4205 * objects-msw.c (mswindows_enumerate_fonts):
|
|
|
4206 [5].
|
|
|
4207
|
|
|
4208 * objects-x.c:
|
|
|
4209 * objects-x.c (allocate_nearest_color):
|
|
|
4210 * objects-x.c (x_parse_nearest_color):
|
|
|
4211 * objects-x.c (x_initialize_color_instance):
|
|
|
4212 * objects-x.c (x_print_color_instance):
|
|
|
4213 * objects-x.c (x_finalize_color_instance):
|
|
|
4214 * objects-x.c (x_valid_color_name_p):
|
|
|
4215 * objects-x.c (x_initialize_font_instance):
|
|
|
4216 * objects-x.c (x_print_font_instance):
|
|
|
4217 * objects-x.c (valid_x_font_name_p):
|
|
|
4218 * objects-x.c (truename_via_FONT_prop):
|
|
|
4219 * objects-x.c (truename_via_random_props):
|
|
|
4220 * objects-x.c (truename_via_XListFonts):
|
|
|
4221 * objects-x.c (x_font_truename):
|
|
|
4222 * objects-x.c (x_font_instance_truename):
|
|
|
4223 * objects-x.c (x_font_instance_properties):
|
|
|
4224 * objects-x.c (x_list_fonts):
|
|
|
4225 * objects-x.c (x_find_charset_font):
|
|
|
4226 Mule-ize entire file.
|
|
|
4227 [7].
|
|
|
4228
|
|
|
4229 * objects-x.h:
|
|
|
4230 Mule-verify.
|
|
|
4231
|
|
|
4232 * print.c:
|
|
|
4233 * print.c (std_handle_out_external):
|
|
|
4234 * print.c (debug_print_no_newline):
|
|
|
4235 * print.c (syms_of_print):
|
|
|
4236 Output to all debugger kinds in debug-print.
|
|
|
4237 Fix console-output code under MSWin to actually work.
|
|
|
4238
|
|
|
4239 * process-nt.c (send_signal):
|
|
|
4240 * process-nt.c (nt_create_process):
|
|
|
4241 Use newer Unicode macros.
|
|
|
4242
|
|
|
4243 * process-unix.c (unix_create_process):
|
|
|
4244 * process-unix.c (unix_canonicalize_host_name):
|
|
|
4245 * process-unix.c (unix_open_network_stream):
|
|
|
4246 [7].
|
|
|
4247
|
|
|
4248 * scrollbar-x.c:
|
|
|
4249 Mule-verify.
|
|
|
4250
|
|
|
4251 * search.c (syms_of_search):
|
|
|
4252 [2].
|
|
|
4253
|
|
|
4254 * select-msw.c (mswindows_destroy_selection):
|
|
|
4255 Use LIST_LOOP_2.
|
|
|
4256
|
|
|
4257 * select-x.c (symbol_to_x_atom):
|
|
|
4258 [7].
|
|
|
4259
|
|
|
4260 * select.c (syms_of_select):
|
|
|
4261 [2].
|
|
|
4262
|
|
|
4263 * sound.c (Fplay_sound_file):
|
|
|
4264 [7].
|
|
|
4265
|
|
|
4266 * specifier.c:
|
|
|
4267 * specifier.c (decode_specifier_type):
|
|
|
4268 * specifier.c (Fvalid_specifier_locale_type_p):
|
|
|
4269 * specifier.c (check_valid_locale_or_locale_type):
|
|
|
4270 * specifier.c (decode_locale):
|
|
|
4271 * specifier.c (decode_locale_type):
|
|
|
4272 * specifier.c (decode_locale_list):
|
|
|
4273 * specifier.c (check_valid_domain):
|
|
|
4274 * specifier.c (decode_specifier_tag_set):
|
|
|
4275 * specifier.c (Fcanonicalize_tag_set):
|
|
|
4276 * specifier.c (Fdefine_specifier_tag):
|
|
|
4277 * specifier.c (Fspecifier_tag_predicate):
|
|
|
4278 * specifier.c (check_valid_inst_list):
|
|
|
4279 * specifier.c (check_valid_spec_list):
|
|
|
4280 * specifier.c (decode_how_to_add_specification):
|
|
|
4281 * specifier.c (check_modifiable_specifier):
|
|
|
4282 * specifier.c (specifier_add_spec):
|
|
|
4283 * specifier.c (boolean_validate):
|
|
|
4284 * specifier.c (display_table_validate):
|
|
|
4285 [9].
|
|
|
4286
|
|
|
4287 * specifier.c (syms_of_specifier):
|
|
|
4288 Move some symbols to general-slots.h.
|
|
|
4289 [2].
|
|
|
4290
|
|
|
4291 * symbols.c:
|
|
|
4292 * symbols.c (Fmapatoms):
|
|
|
4293 * symbols.c (Fapropos_internal):
|
|
|
4294 Add GCPROs.
|
|
|
4295
|
|
|
4296 * symbols.c (set_default_buffer_slot_variable):
|
|
|
4297 * symbols.c (set_default_console_slot_variable):
|
|
|
4298 [1].
|
|
|
4299
|
|
|
4300 * symbols.c (defsymbol_massage_name_1):
|
|
|
4301 * symbols.c (defkeyword_massage_name):
|
|
|
4302 * symbols.c (deferror_1):
|
|
|
4303 * symbols.c (deferror):
|
|
|
4304 * symbols.c (deferror_massage_name_and_message):
|
|
|
4305 * symeval.h:
|
|
|
4306 * symeval.h (DEFSYMBOL):
|
|
|
4307 Support DEFSYMBOL*, DEFKEYWORD, DEFERROR
|
|
|
4308
|
|
|
4309 * symbols.c (syms_of_symbols):
|
|
|
4310 [2].
|
|
|
4311
|
|
|
4312 * symsinit.h:
|
|
|
4313 * symsinit.h (init_win32): New.
|
|
|
4314 Also new is syms_of_dialog_mswindows.
|
|
|
4315
|
|
|
4316 * syswindows.h:
|
|
|
4317 Add new Unicode macros, missing Cygwin wide-char functions,
|
|
|
4318 convenience conversion macros for Qmswindows_tstr, macros for
|
|
|
4319 encapsulating required MSWin <-> Cygwin filename conversions,
|
|
|
4320 prototype for dynamically-extracted (not in NT 3.51) functions.
|
|
|
4321
|
|
|
4322 * toolbar-x.c:
|
|
|
4323 Mule-verify.
|
|
|
4324
|
|
|
4325 * tooltalk.c (Fadd_tooltalk_message_arg):
|
|
|
4326 * tooltalk.c (Fadd_tooltalk_pattern_attribute):
|
|
|
4327 * tooltalk.c (Fadd_tooltalk_pattern_arg):
|
|
|
4328 [7].
|
|
|
4329
|
|
|
4330 * tooltalk.c (syms_of_tooltalk):
|
|
|
4331 [2].
|
|
|
4332
|
|
|
4333 * unexnt.c:
|
|
|
4334 * unexnt.c (unexec):
|
|
|
4335 Fix up headers, declaration of unexec() to be more standard.
|
|
|
4336
|
|
|
4337 2000-07-20 Martin Buchholz <martin@xemacs.org>
|
|
|
4338
|
|
|
4339 * offix.h: Revert change to guard macros - they're used in offix.c!
|
|
|
4340
|
|
|
4341 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4342
|
|
|
4343 * lisp.h: Defsubred Fdelete.
|
|
|
4344
|
|
|
4345 * console-msw.h: (msprinter_default_printer): Added.
|
|
|
4346
|
|
|
4347 * console-msw.c (msprinter_canonicalize_console_connection):
|
|
|
4348 (msprinter_canonicalize_device_connection): Added.
|
|
|
4349
|
|
|
4350 * device-msw.c (msprinter_default_printer):
|
|
446
|
4351 (Fmswingows_get_default_printer):
|
|
|
4352 (signal_enum_priner_error):
|
|
442
|
4353 (Fmswingows_printer_list): Added.
|
|
|
4354
|
|
|
4355 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
|
4356
|
|
|
4357 * XEmacs 21.2.35 is released.
|
|
|
4358
|
|
|
4359 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
|
4360
|
|
446
|
4361 * select-x.c (x_handle_selection_request):
|
|
442
|
4362 Text selected in xemacs and pasted into xterm failed to appear.
|
|
|
4363 Spelling fixes and cosmetic changes.
|
|
|
4364
|
|
|
4365 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4366
|
|
|
4367 * event-msw.c (mswindows_drain_windows_queue): Correctly check for
|
|
|
4368 XEmacs frame (fix for doubling chars in dialog boxes).
|
|
|
4369
|
|
|
4370 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4371
|
|
|
4372 * select.c (select_convert_in, select_convert_out):
|
|
|
4373 Don't call intern() every time.
|
|
|
4374
|
|
|
4375 * select.c (Qselect_convert_in, Qselect_convert_out): New.
|
|
|
4376 * select.c (vars_of_select): Initialise them.
|
|
|
4377
|
|
|
4378 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4379
|
|
|
4380 * select.c (selection-coercible-types): New.
|
|
|
4381
|
|
|
4382 * select.c (own-selection-internal):
|
|
|
4383 * select.c (get-selection-internal):
|
|
|
4384 MULE bug fix - these should default to COMPOUND_TEXT and not
|
|
|
4385 STRING for MULE. I think.
|
|
|
4386
|
|
|
4387 * select.c (select_convert_out): Use selection-coercible-types
|
|
|
4388 to find types that we can attempt to perform coercions on.
|
|
|
4389
|
|
|
4390 2000-07-18 Martin Buchholz <martin@xemacs.org>
|
|
|
4391
|
|
|
4392 * mule-wnnfns.c:
|
|
|
4393 * mule-canna.c:
|
|
|
4394 Add coding: cookie to identify encoding.
|
|
|
4395
|
|
|
4396 * mule-canna.c (CANNA_mode_keys): make static.
|
|
|
4397 Use proper prototypes, even for functions of no arguments.
|
|
|
4398 Remove external prototype for Fding().
|
|
|
4399
|
|
|
4400 * symsinit.h: Add missing prototype for reinit_vars_of_mule_wnn.
|
|
|
4401
|
|
|
4402 * select.c (syms_of_select): Add missing DEFSUBR.
|
|
|
4403
|
|
|
4404 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4405
|
|
|
4406 * select.c (get_selection_internal, own_selection_internal):
|
|
|
4407 Make the type default to STRING, rather than placing a nil type
|
|
|
4408 into Vselection_alist.
|
|
|
4409
|
|
|
4410 2000-07-17 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4411
|
|
|
4412 * gpmevent.c (tty_selection_exists_p):
|
|
|
4413 * gpmevent.c (tty_own_selection):
|
|
|
4414 Updated parameter lists.
|
|
|
4415
|
|
|
4416 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4417
|
|
|
4418 * select.h (selection-alist): Removed declaration.
|
|
|
4419
|
|
|
4420 * select.h (get_local_selection):
|
|
|
4421 * select.c (get_local_selection):
|
|
|
4422 Made static.
|
|
|
4423
|
|
|
4424 * select.h (convert_selection): Removed declaration.
|
|
|
4425 * select.c (convert_selection): Removed.
|
|
|
4426 This function belongs in Lisp.
|
|
|
4427
|
|
|
4428 * select.h (select_convert_in): Declare.
|
|
|
4429 * select.h (select_convert_out): Declare.
|
|
|
4430 * select.c (select_convert_in): New.
|
|
|
4431 * select.c (select_convert_out): New.
|
|
|
4432 New conversion functions for other files to call.
|
|
|
4433
|
|
|
4434 * select.h (select_notify_buffer_kill): Declare.
|
|
|
4435 * select.c (select_notify_buffer_kill): New.
|
|
|
4436 New functions that get called from kill-buffer.
|
|
|
4437
|
|
|
4438 * buffer.c (kill-buffer): Call select_notify_buffer_kill, rather than
|
|
|
4439 X-specific lisp code.
|
|
|
4440
|
|
|
4441 * select.h: Declare some of the lisp-visible functions for
|
|
|
4442 external use.
|
|
|
4443
|
|
|
4444 * select.c (clean_local_selection_data): Removed. This was
|
|
|
4445 a disgusting function, and previously should have been in
|
|
|
4446 select-x.c in any case. The functionality is now provided
|
|
|
4447 in select-convert-from-integer (select.el).
|
|
|
4448
|
|
|
4449 * select.c (available-selection-types): Fixed stupidity where
|
|
|
4450 INTEGER and ATOM got added twice. Also add STRING when we see an
|
|
|
4451 extent.
|
|
|
4452
|
|
|
4453 * select.c (get-selection-internal): Removed symbol stripping. No
|
|
|
4454 longer causes conversion when data comes from the internal cache.
|
|
|
4455
|
|
|
4456 * select.c (syms_of_select): Added new functions.
|
|
|
4457
|
|
|
4458 * select-x.c (motif_clipboard_cb): Use select_convert_out. Rewrote
|
|
|
4459 error checking - previously this called abort!
|
|
446
|
4460
|
|
442
|
4461 * select-x.c (x_own_selection): Changed comment.
|
|
446
|
4462
|
|
442
|
4463 * select-x.c (x_handle_selection_request): Use select_convert_out.
|
|
|
4464 Don't mess with selection-alist; it's an internal variable of select.c.
|
|
446
|
4465
|
|
442
|
4466 * select-x.c (x_get_foreign_selection): Use select_convert_in.
|
|
446
|
4467
|
|
442
|
4468 * select-x.c (x_handle_selection_clear): Use get-selection-timestamp,
|
|
|
4469 rather than messing with selection-alist.
|
|
446
|
4470
|
|
442
|
4471 * select-msw.c (mswindows_get_foreign_selection):
|
|
|
4472 Use TO_INTERNAL_FORMAT rather than hacking.
|
|
|
4473
|
|
|
4474 2000-07-14 Martin Buchholz <martin@xemacs.org>
|
|
|
4475
|
|
|
4476 * process-unix.c (unix_open_multicast_group):
|
|
|
4477 (unix_open_multicast_group): Remove useless casts.
|
|
|
4478
|
|
|
4479 2000-07-13 Martin Buchholz <martin@xemacs.org>
|
|
|
4480
|
|
|
4481 * sound.c (Fplay_sound): Fix `unused variable' warning.
|
|
|
4482
|
|
|
4483 * emacs.c (main): Use correct type for _environ on SCO5.
|
|
|
4484
|
|
|
4485 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4486
|
|
|
4487 * console.h (own_selection_method):
|
|
|
4488 * console.h (selection_exists_p_method):
|
|
|
4489 * console.h (available_selection_types_method): New.
|
|
|
4490 * console.h (register_selection_data_type_method): New.
|
|
|
4491 * console.h (selection_data_type_name): New.
|
|
446
|
4492
|
|
442
|
4493 * console-msw.h (mswindows_destroy_selection): Declare it. New
|
|
|
4494 function & alist to track GlobalAlloc()'d handles that need
|
|
|
4495 releasing when the clipboard data gets replaced or emptied.
|
|
|
4496
|
|
|
4497 * event-msw.c (mswindows_wnd_proc): Call it.
|
|
|
4498
|
|
|
4499 * lisp.h, general.c (Qappend): New symbol representing a
|
|
|
4500 `how-to-add' mode.
|
|
446
|
4501
|
|
442
|
4502 * select.c (own-selection-internal):
|
|
|
4503 * select.c (selection-exists-p):
|
|
|
4504 * select.c (available-selection-types): New.
|
|
|
4505 * select.c (register-selection-data-type): New.
|
|
|
4506 * select.c (selection-data-type-name): New. New functions to deal
|
|
|
4507 with device-specific selection data formats.
|
|
|
4508 * select.c (selection-converter-out-alist): Renamed.
|
|
|
4509 * select.c (selection-converter-in-alist): New.
|
|
|
4510 * select.c (selection-appender-alist): New. Added new alists.
|
|
|
4511 * select.c (syms_of_select, vars_of_select): Added new symbols &
|
|
|
4512 variables.
|
|
|
4513 * select.c (get_local_selection): Split.
|
|
|
4514 * select.c: Removed spurious type checking - selections may now be
|
|
|
4515 of any type, not just strings.
|
|
|
4516 * select.c (own-selection-internal):
|
|
|
4517
|
|
|
4518 * select.h, select.c (convert_selection): New. Created
|
|
|
4519 convert_selection() function based on get_local_selection().
|
|
|
4520 * select.h, select.c (QCF_*): New symbols representing mswindows
|
|
|
4521 clipboard formats.
|
|
|
4522 * select.h, select.c (Qreplace_all, Qreplace_existing): New
|
|
|
4523 symbols representing `how-to-add' modes.
|
|
|
4524
|
|
|
4525 * select-msw.c (x_sym_p): New.
|
|
|
4526 * select-msw.c (symbol_to_ms_cf): New.
|
|
|
4527 * select-msw.c (ms_cf_to_symbol): New. New functions to deal with
|
|
|
4528 symbols & clipboard formats. Can also handle string names.
|
|
|
4529 * select-msw.c (mswindows_own_selection):
|
|
|
4530 * select-msw.c (mswindows_selection_exists_p):
|
|
|
4531 Added `data-type' parameter. Use it.
|
|
|
4532 * select-msw.c (mswindows_available_selection_types): New.
|
|
|
4533 * select-msw.c (mswindows_register_selection_data_type): New.
|
|
|
4534 * select-msw.c (mswindows_selection_data_type_name): New.
|
|
|
4535 * select-msw.c (mswindows_own_selection):
|
|
|
4536 * select-msw.c (mswindows_get_foreign_selection):
|
|
|
4537 * select-msw.c (mswindows_selection_exists_p): Rewrote.
|
|
|
4538 * select-msw.c (console_create_select_mswindows): Added new methods.
|
|
|
4539 * select-msw.c (mswindows_destroy_selection): New.
|
|
|
4540 * select-msw.c (Vhandle_alist): New list.
|
|
|
4541 * select-msw.c (mswindows_own_selection):
|
|
|
4542
|
|
|
4543 * select-x.c (x_own_selection):
|
|
|
4544 * select-x.c (x_selection_exists_p):
|
|
|
4545 * select-x.c: Added some comments about maybe using new
|
|
|
4546 functionality.
|
|
|
4547 * select-x.c (x_own_selection):
|
|
|
4548
|
|
|
4549 * specifier.c: Remove definition of Qappend (now in general.c)
|
|
|
4550 * specifier.c (syms_of_specifier): Remove Qappend.
|
|
|
4551
|
|
|
4552 2000-07-12 Martin Buchholz <martin@xemacs.org>
|
|
|
4553
|
|
|
4554 * config.h.in: Add socklen_t.
|
|
|
4555
|
|
|
4556 * s/decosf4-0.h: No special compiler flags needed or desired.
|
|
|
4557 In particular, undefine _BSD for DEC OSF 4.0.
|
|
|
4558
|
|
|
4559 2000-07-07 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4560
|
|
|
4561 * redisplay-msw.c (msprinter_frame_output_end): Added.
|
|
|
4562 (console_type_create_redisplay_mswindows): Referred the above.
|
|
|
4563
|
|
|
4564 * frame.c (setup_frame_without_minibuffer): Do not create a
|
|
|
4565 default minibuffer frame on a printer device.
|
|
|
4566
|
|
|
4567 * frame-msw.c (apply_dc_geometry): Added.
|
|
446
|
4568 (msprinter_start_page):
|
|
|
4569 (msprinter_init_frame_3):
|
|
442
|
4570 (msprinter_eject_page): Use it.
|
|
|
4571
|
|
|
4572 * console-msw.h (struct msprinter_frame): Added pix_left and top,
|
|
|
4573 and removed residual duplex and orientation properties.
|
|
|
4574
|
|
|
4575 2000-07-11 Martin Buchholz <martin@xemacs.org>
|
|
|
4576
|
|
|
4577 * eval.c (function_argcount): Work around a DEC CC compiler bug.
|
|
|
4578
|
|
|
4579 * unexalpha.c: Remove system prototypes from C sources!
|
|
|
4580
|
|
|
4581 2000-07-09 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
4582
|
|
|
4583 * eval.c: Remove references to M-x edit-options in DEFUNs for
|
|
|
4584 `defvar' and `defconst'.
|
|
|
4585
|
|
|
4586 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
|
4587
|
|
|
4588 * config.h.in: Remove SMART_INCLUDE hackery.
|
|
446
|
4589
|
|
442
|
4590 PostgreSQL hacking:
|
|
|
4591 * config.h.in: Don't use SMART_INCLUDE.
|
|
|
4592
|
|
|
4593 * postgresql.h: Include libpq-fe.h here. Fix typo.
|
|
|
4594 * inline.c: Simply #include "postgresql.h"
|
|
|
4595 * postgresql.c:
|
|
|
4596 - Don't use SMART_INCLUDE
|
|
|
4597 - Use simply "const".
|
|
|
4598 - Use standard doc string conventions.
|
|
|
4599 - Use correct type for result of PQstatus.
|
|
|
4600
|
|
|
4601 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
|
4602
|
|
|
4603 * glyphs-x.c (x_xface_instantiate): Fix C++ compilation warnings.
|
|
|
4604
|
|
|
4605 C++ compilation changes.
|
|
|
4606 * config.h.in (EXTERN_C): Define.
|
|
|
4607 * config.h.in (not): This is also a C++ keyword.
|
|
|
4608 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Enable C++ compilation.
|
|
|
4609 * cm.c: Use EXTERN_C.
|
|
|
4610 * redisplay-tty.c: Use EXTERN_C.
|
|
|
4611 * sysdep.c: Use EXTERN_C. Remove Gould support.
|
|
|
4612
|
|
|
4613 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
|
4614
|
|
|
4615 * general.c: Remove duplicate definition for Qfunction.
|
|
|
4616
|
|
|
4617 2000-07-08 Ben Wing <ben@xemacs.org>
|
|
|
4618
|
|
|
4619 * device-msw.c (msprinter_init_device):
|
|
|
4620 * device-msw.c (sync_printer_with_devmode):
|
|
|
4621 * device-msw.c (handle_devmode_changes):
|
|
|
4622 * device-msw.c (print_dialog_worker):
|
|
|
4623 * device-msw.c (Fmsprinter_apply_settings):
|
|
|
4624 * device-msw.c (hash_devmode):
|
|
|
4625 * device-msw.c (Fmsprinter_settings_despecialize):
|
|
|
4626 use Qmswindows_tstr, not Qctext.
|
|
446
|
4627
|
|
442
|
4628 * vm-limit.c (check_memory_limits):
|
|
|
4629 avoid infinite loop printing warning messages.
|
|
|
4630
|
|
|
4631 2000-07-05 Craig Lanning <lanning@scra.org>
|
|
|
4632
|
|
|
4633 * Makefile.in.in: Add support for including the Windows resources
|
|
|
4634 when building with the cygwin and mingw targets.
|
|
|
4635
|
|
|
4636 * buffer.c: from Dan Holmsand, on Windows $PWD is most likely either
|
|
|
4637 not set or not correct.
|
|
|
4638 (directory_is_current_directory): Don't compile for WIN32_NATIVE.
|
|
|
4639 (init_initial_directory): Don't try to use $PWD on the
|
|
|
4640 WIN32_NATIVE target.
|
|
|
4641
|
|
|
4642 * s\cygwin32.h:
|
|
|
4643 [[Add -mwindows to eliminate console window.]] not required --ben
|
|
|
4644 (HAVE_NATIVE_SOUND): removed; now handled by configure.
|
|
|
4645 (MAIL_USE_POP): removed; now handled by configure.
|
|
|
4646
|
|
|
4647 * s\mingw32.h: [[Add -mwindows to eliminate console window.]] not in
|
|
|
4648 C_SWITCH_SYSTEM or it will affect lib-src progs. --ben
|
|
|
4649 (HAVE_NATIVE_SOUND): removed; now handled by configure.
|
|
|
4650 (MAIL_USE_POP): removed; now handled by configure.
|
|
|
4651 (ENCAPSULATE_STAT): from Dan Holmsand, added.
|
|
|
4652 (ENCAPSULATE_FSTAT): from Dan Holmsand, added.
|
|
|
4653 (DIRECTORY_SEP): from Dan Holmsand, use lisp variable instead of
|
|
|
4654 constant string.
|
|
|
4655 (HAVE_TIMEVAL): from Dan Holmsand, added; struct timeval is picked
|
|
|
4656 up from <winsock.h> via systime.h.
|
|
|
4657 (HAVE_GETPAGESIZE): from Dan Holmsand, added.
|
|
|
4658 (getpagesize): from Dan Holmsand, added.
|
|
|
4659 Added #endif which was left dangling by Ben's mega patch; added
|
|
|
4660 comment to help prevent this in the future.
|
|
|
4661
|
|
|
4662 * sysdll.c: added #include <windows.h> for WIN32_NATIVE case.
|
|
|
4663
|
|
|
4664 2000-07-05 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4665
|
|
|
4666 * console-msw.h (struct mswindows_device): Removed unnecessary
|
|
|
4667 cached device geometry values.
|
|
|
4668 Added update_tick and an accessor macro.
|
|
446
|
4669 (Lisp_Devmode): Added lrecord declaration.
|
|
442
|
4670 (struct msprinter_device): Contain devmode as a Lisp object.
|
|
|
4671 Added mswindows_get_selected_frame_hwnd();
|
|
|
4672
|
|
|
4673 * console.h (struct console_methods): Indentation nitpicking.
|
|
|
4674
|
|
|
4675 * device-msw.c (mswindows_init_device): Do not initialize geometry
|
|
|
4676 cache. Initialize update tick.
|
|
|
4677 (mswindows_device_system_metrics): Ask the device for its geometry.
|
|
446
|
4678 (global_free_2_maybe):
|
|
|
4679 (devmode_to_hglobal):
|
|
|
4680 (handle_printer_changes):
|
|
|
4681 (ensure_not_printing):
|
|
|
4682 (print_dialog_worker):
|
|
|
4683 (Fmsprinter_print_setup_dialog):
|
|
|
4684 (Fmsprinter_print_dialog):
|
|
|
4685 (plist_get_margin):
|
|
|
4686 (plist_set_margin):
|
|
442
|
4687 (Fmsprinter_page_setup_dialog): Added functions.
|
|
446
|
4688 (sync_printer_with_devmode):
|
|
|
4689 (handle_devmode_changes):
|
|
|
4690 (Fmsprinter_get_settings):
|
|
|
4691 (Fmsprinter_select_settings):
|
|
442
|
4692 (Fmsprinter_apply_settings):
|
|
446
|
4693 (allocate_devmode):
|
|
|
4694 (Fmsprinter_settings_copy):
|
|
|
4695 (Fmsprinter_settings_despecialize):
|
|
|
4696 (print_devmode):
|
|
|
4697 (finalize_devmode):
|
|
|
4698 (equal_devmode):
|
|
442
|
4699 (hash_devmode): Added functions
|
|
|
4700 (syms_of_device_mswindows): Init devmode lrecord class.
|
|
|
4701
|
|
|
4702 * device.h: Added an exfun for find-device.
|
|
|
4703
|
|
|
4704 * event-msw.c (mswindows_wnd_proc): Do not update the cached
|
|
|
4705 geometry; although, recreate the device compatible DC.
|
|
|
4706
|
|
|
4707 * frame-msw.c (mswindows_get_selected_frame_hwnd): Added.
|
|
|
4708 (msprinter_init_frame_3):
|
|
446
|
4709 (msprinter_frame_property):
|
|
442
|
4710 (msprinter_internal_frame_property_p):
|
|
446
|
4711 (msprinter_frame_properties):
|
|
442
|
4712 (msprinter_set_frame_properties): Removed 'orientation and 'duplex
|
|
|
4713 print job properties (will move to device settings).
|
|
|
4714
|
|
|
4715 * lisp.h: Added symbols.
|
|
|
4716
|
|
|
4717 * general.c (syms_of_general): Declared them.
|
|
|
4718
|
|
|
4719 * hash.c (string_hash): Added.
|
|
|
4720
|
|
|
4721 * lrecord.h (lrecord_type): Added devmode lrecord type.
|
|
|
4722
|
|
|
4723 2000-07-02 Mike Sperber <mike@xemacs.org>
|
|
|
4724
|
|
|
4725 * s/freebsd.h (INTERRUPTIBLE_OPEN): open *is* interruptible on
|
|
|
4726 FreeBSD 4.0.
|
|
|
4727
|
|
|
4728 2000-06-07 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
4729
|
|
|
4730 * doprnt.c (emacs_doprnt_1): Fix problem with %0XXd for a negative
|
|
|
4731 integer.
|
|
|
4732
|
|
|
4733 2000-06-07 MORIOKA Tomohiko <tomo@urania.m17n.org>
|
|
|
4734
|
|
|
4735 * data.c (Fstring_to_number): Don't recognize floating point if
|
|
|
4736 base is not 10.
|
|
|
4737
|
|
|
4738 2000-06-22 Martin Buchholz <martin@xemacs.org>
|
|
|
4739
|
|
|
4740 * glyphs-widget.c (tab_control_query_geometry):
|
|
|
4741 (widget_query_geometry):
|
|
|
4742 (button_query_geometry):
|
|
|
4743 * glyphs.c (text_query_geometry):
|
|
|
4744 Enforce type correctness.
|
|
|
4745
|
|
|
4746 2000-06-18 Martin Buchholz <martin@xemacs.org>
|
|
|
4747
|
|
|
4748 * s/decosf4-0.h (_etext): Use portable _etext instead of etext.
|
|
|
4749 * s/decosf4-0.h (_edata): Use portable _edata instead of edata.
|
|
|
4750
|
|
|
4751 2000-06-17 Martin Buchholz <martin@xemacs.org>
|
|
|
4752
|
|
|
4753 * s/decosf4-0.h: Never #include "/usr/include/FOO.h" because this
|
|
|
4754 conflicts with gcc's fixincluded version of FOO.h.
|
|
|
4755
|
|
|
4756 * glyphs.h (image_instance_geometry): Remove trailing `,'
|
|
|
4757
|
|
|
4758 2000-06-08 Mike Alexander <mta@arbortext.com>
|
|
|
4759
|
|
|
4760 (MAX_SHOVE_BUFFER_SIZE): Change to 512 to match stream buffer size
|
|
|
4761 (shove_thread): Don't write the same output twice
|
|
|
4762 (make_ntpipe_output_stream): Increase priority of shove thread
|
|
|
4763 (ntpipe_shove_writer): Call SwitchToThread to give shove thread a
|
|
|
4764 chance to run
|
|
|
4765 (ntpipe_shove_closer): Don't delete the pipe until we're done with
|
|
|
4766 it.
|
|
|
4767
|
|
|
4768 2000-06-12 Ben Wing <ben@xemacs.org>
|
|
|
4769
|
|
|
4770 * s\mingw32.h (sigset):
|
|
|
4771 * s\windowsnt.h (sigset):
|
|
|
4772 rename msw_ to mswindows_ for consistency with general convention.
|
|
|
4773
|
|
|
4774 2000-06-12 Ben Wing <ben@xemacs.org>
|
|
|
4775
|
|
|
4776 * console-msw.c:
|
|
|
4777 * console-msw.c (mswindows_get_console_hwnd):
|
|
|
4778 * console-msw.c (mswindows_ensure_console_allocated):
|
|
|
4779 * console-msw.c (mswindows_hide_console):
|
|
|
4780 * console-msw.c (mswindows_show_console):
|
|
|
4781 * console-msw.c (mswindows_ensure_console_buffered):
|
|
|
4782 * console-msw.c (mswindows_output_console_string):
|
|
|
4783 * console-msw.c (mswindows_windows9x_p):
|
|
|
4784 * console-msw.h:
|
|
|
4785 * device-msw.c (mswindows_get_workspace_coords):
|
|
|
4786 * device-msw.c (mswindows_device_system_metrics):
|
|
|
4787 * dialog-msw.c (mswindows_popup_dialog_box):
|
|
|
4788 * event-msw.c (mswindows_wnd_proc):
|
|
|
4789 * frame-msw.c (mswindows_size_frame_internal):
|
|
|
4790 * menubar-msw.c (mswindows_translate_menu_or_dialog_item):
|
|
|
4791 * menubar-msw.c (displayable_menu_item):
|
|
|
4792 * menubar-msw.c (mswindows_char_is_accelerator):
|
|
|
4793 * nt.c:
|
|
|
4794 * nt.c (mswindows_sigset):
|
|
|
4795 * nt.c (mswindows_sigrelse):
|
|
|
4796 * nt.c (mswindows_sigpause):
|
|
|
4797 * nt.c (mswindows_raise):
|
|
|
4798 * nt.c (timer_proc):
|
|
|
4799 * ntproc.c:
|
|
|
4800 * ntproc.c (find_child_console):
|
|
|
4801 * ntproc.c (sys_kill):
|
|
|
4802 * print.c:
|
|
|
4803 * print.c (std_handle_out_external):
|
|
|
4804 * process-nt.c (find_child_console):
|
|
|
4805 * process-nt.c (send_signal_the_95_way):
|
|
|
4806 * process-nt.c (ensure_console_window_exists):
|
|
|
4807 * process-nt.c (nt_create_process):
|
|
|
4808 * syssignal.h:
|
|
|
4809 rename msw_ to mswindows_ for consistency with general convention.
|
|
|
4810
|
|
|
4811 * emacs.c:
|
|
|
4812 * dumper.c:
|
|
|
4813 include nt.h, not syswindows.h.
|
|
|
4814
|
|
|
4815 * nt.c (mswindows_fstat):
|
|
|
4816 * nt.c (mswindows_stat):
|
|
|
4817 prefix mswindows_ instead of attempting to directly override the
|
|
|
4818 library functions. fix declarations.
|
|
446
|
4819
|
|
442
|
4820 * nt.h:
|
|
|
4821 include syswindows.h. move some sysdep.h stuff here.
|
|
446
|
4822
|
|
442
|
4823 * ntheap.h:
|
|
|
4824 include syswindows.h, not <windows.h>.
|
|
|
4825
|
|
|
4826 * ntplay.c:
|
|
|
4827 clean up headers.
|
|
446
|
4828
|
|
442
|
4829 * sysdep.c:
|
|
|
4830 clean up headers.
|
|
446
|
4831
|
|
442
|
4832 * sysdep.c (sys_fstat):
|
|
|
4833 * sysdep.c (sys_stat):
|
|
|
4834 call mswindows versions when appropriate.
|
|
446
|
4835
|
|
442
|
4836 * sysdep.h:
|
|
|
4837 move mswin decls to nt.h.
|
|
446
|
4838
|
|
442
|
4839 * syswindows.h:
|
|
|
4840 add long comment describing appropriate use of the various windows
|
|
|
4841 headers.
|
|
|
4842
|
|
|
4843 2000-06-11 Ben Wing <ben@xemacs.org>
|
|
|
4844
|
|
|
4845 * device-x.c: Correct doc string for sixth arg of x-get-resource.
|
|
|
4846
|
|
|
4847 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
|
4848
|
|
|
4849 * Makefile.in.in (release):
|
|
|
4850 Correction to make sure xemacs.exe always dumped when correct.
|
|
446
|
4851
|
|
442
|
4852 * alloca.c:
|
|
|
4853 * balloon_help.c:
|
|
|
4854 [[[[3]]]]: Conditionalize on actual problem, not WINDOWSNT.
|
|
446
|
4855
|
|
442
|
4856 * buffer.c (set_buffer_internal):
|
|
|
4857 [[[[2]]]]: Remove HAVE_FEP code.
|
|
|
4858
|
|
|
4859 * buffer.c (init_initial_directory):
|
|
|
4860 [3].
|
|
446
|
4861
|
|
442
|
4862 * bytecode.c:
|
|
|
4863 [[[[4]]]]: limits.h standardly included in lisp.h; remove from
|
|
|
4864 individual files.
|
|
446
|
4865
|
|
442
|
4866 * callproc.c:
|
|
|
4867 * callproc.c (call_process_cleanup):
|
|
|
4868 * callproc.c (Fold_call_process_internal):
|
|
|
4869 * callproc.c (child_setup):
|
|
|
4870 * callproc.c (getenv_internal):
|
|
|
4871 * callproc.c (init_callproc):
|
|
|
4872 * callproc.c (vars_of_callproc):
|
|
|
4873 [[[[1]]]]: WINDOWSNT -> WIN32_NATIVE.
|
|
|
4874 __CYGWIN32__ -> CYGWIN.
|
|
|
4875 DOS_NT -> WIN32_NATIVE.
|
|
|
4876 Remove MSDOS support/references, converting to WIN32_NATIVE
|
|
|
4877 where correct.
|
|
|
4878 __MINGW32__ -> MINGW.
|
|
|
4879 Fix windows.h includes.
|
|
|
4880 Remove bogus HAVE_NTGUI.
|
|
|
4881
|
|
|
4882 * config.h.in:
|
|
|
4883 [2].
|
|
446
|
4884
|
|
442
|
4885 * console-msw.c:
|
|
|
4886 mswindows_message_outputted added for use in allowing startup
|
|
|
4887 errors on the console to be seen.
|
|
446
|
4888
|
|
442
|
4889 * console-msw.c (msw_ensure_console_allocated):
|
|
|
4890 * console-msw.c (msw_output_console_string):
|
|
|
4891 * console-msw.c (DHEADER):
|
|
|
4892 * console-msw.c (DOPAQUE_DATA):
|
|
|
4893 * console-msw.c (DEVENT):
|
|
|
4894 * console-msw.c (DCONS):
|
|
|
4895 * console-msw.c (DCONSCDR):
|
|
|
4896 * console-msw.c (DSTRING):
|
|
|
4897 * console-msw.c (DVECTOR):
|
|
|
4898 * console-msw.c (DSYMBOL):
|
|
|
4899 * console-msw.c (DSYMNAME):
|
|
|
4900 Fix warnings.
|
|
446
|
4901
|
|
442
|
4902 * console-stream.c (stream_init_console):
|
|
|
4903 Fix text/binary problems.
|
|
446
|
4904
|
|
442
|
4905 * device-msw.c:
|
|
|
4906 * device-msw.c (mswindows_finish_init_device):
|
|
|
4907 * device-msw.c (mswindows_delete_device):
|
|
|
4908 [1].
|
|
446
|
4909
|
|
442
|
4910 * device.c (handle_asynch_device_change):
|
|
|
4911 [3].
|
|
446
|
4912
|
|
442
|
4913 * dgif_lib.c:
|
|
|
4914 * dgif_lib.c (DGifOpenFileName):
|
|
|
4915 * dgif_lib.c (DGifOpenFileHandle):
|
|
|
4916 * dgif_lib.c (DGifGetLine):
|
|
|
4917 * dgif_lib.c (DGifGetPixel):
|
|
|
4918 Added config.h/lisp.h, fix up includes.
|
|
|
4919 [1].
|
|
446
|
4920
|
|
442
|
4921 * dired-msw.c:
|
|
|
4922 [4].
|
|
446
|
4923
|
|
442
|
4924 * dired.c:
|
|
|
4925 * dired.c (file_name_completion):
|
|
|
4926 * dired.c (Ffile_attributes):
|
|
|
4927 * dired.c (syms_of_dired):
|
|
|
4928 [1].
|
|
446
|
4929
|
|
442
|
4930 * dumper.c:
|
|
|
4931 * dumper.c (pdump_file_unmap):
|
|
|
4932 * dumper.c (pdump_load):
|
|
|
4933 [1].
|
|
446
|
4934
|
|
442
|
4935 * editfns.c:
|
|
|
4936 * editfns.c (Ftemp_directory):
|
|
|
4937 * editfns.c (user_login_name):
|
|
|
4938 * editfns.c (Fuser_real_login_name):
|
|
|
4939 * editfns.c (get_home_directory):
|
|
|
4940 [1].
|
|
446
|
4941
|
|
442
|
4942 * elhash.c (finish_marking_weak_hash_tables):
|
|
|
4943 [[[[5]]]]: Fix GCC warnings.
|
|
446
|
4944
|
|
442
|
4945 * emacs.c:
|
|
|
4946 * emacs.c (mswindows_handle_hardware_exceptions):
|
|
|
4947 * emacs.c (make_arg_list_1):
|
|
|
4948 * emacs.c (main_1):
|
|
|
4949 * emacs.c (Fkill_emacs):
|
|
|
4950 * emacs.c (Fdump_emacs):
|
|
|
4951 [1].
|
|
|
4952 Fix problems with nested crashes, add long comment.
|
|
446
|
4953
|
|
442
|
4954 * event-Xt.c (init_event_Xt_late):
|
|
|
4955 [1].
|
|
446
|
4956
|
|
442
|
4957 * event-msw.c:
|
|
|
4958 * event-msw.c (mswindows_dde_callback):
|
|
|
4959 * event-msw.c (mswindows_handle_sticky_modifiers):
|
|
|
4960 * event-msw.c (mswindows_wnd_proc):
|
|
|
4961 [1].
|
|
|
4962 [5].
|
|
446
|
4963
|
|
442
|
4964 * events.c (character_to_event):
|
|
|
4965 [1].
|
|
446
|
4966
|
|
442
|
4967 * fileio.c:
|
|
|
4968 * fileio.c (Ffile_name_directory):
|
|
|
4969 * fileio.c (Ffile_name_nondirectory):
|
|
|
4970 * fileio.c (directory_file_name):
|
|
|
4971 * fileio.c (Fexpand_file_name):
|
|
|
4972 * fileio.c (Fsubstitute_in_file_name):
|
|
|
4973 * fileio.c (Ffile_name_absolute_p):
|
|
|
4974 * fileio.c (check_executable):
|
|
|
4975 * fileio.c (Ffile_readable_p):
|
|
|
4976 * fileio.c (Ffile_accessible_directory_p):
|
|
|
4977 * fileio.c (Ffile_modes):
|
|
|
4978 * fileio.c (Funix_sync):
|
|
|
4979 * fileio.c (vars_of_fileio):
|
|
|
4980 [1]. [4].
|
|
|
4981
|
|
|
4982 [[[[7]]]]: Move CORRECT_DIR_SEPS to s\windowsnt.h.
|
|
446
|
4983
|
|
442
|
4984 Expand getdefdir defn.
|
|
|
4985 Fix bogus rename() comment.
|
|
|
4986
|
|
|
4987 [[[[6]]]]: Fix Windows includes w.r.t. removed nt\inc. Attempt
|
|
|
4988 to use standard XEmacs include files, e.g. sysfile.h, rather
|
|
|
4989 than system-specific includes.
|
|
446
|
4990
|
|
442
|
4991 * fns.c:
|
|
|
4992 * fns.c (Fsubseq):
|
|
|
4993 [5]. [6].
|
|
446
|
4994
|
|
442
|
4995 * frame.c (vars_of_frame):
|
|
|
4996 [1].
|
|
446
|
4997
|
|
442
|
4998 * getloadavg.c:
|
|
|
4999 * getloadavg.c (getloadavg):
|
|
|
5000 [1]. [6].
|
|
|
5001 #ifdef XEMACS not defined on Cygwin. Remove this; no need for it.
|
|
|
5002 (We don't use it elsewhere in the code; just add a comment.)
|
|
446
|
5003
|
|
442
|
5004 * gif_io.c:
|
|
|
5005 [6].
|
|
|
5006 Add config.h.
|
|
446
|
5007
|
|
442
|
5008 * glyphs-msw.c:
|
|
|
5009 * glyphs-msw.c (mswindows_resource_instantiate):
|
|
|
5010 [1].
|
|
446
|
5011
|
|
442
|
5012 * glyphs-x.c (x_native_layout_instantiate):
|
|
|
5013 [5].
|
|
446
|
5014
|
|
442
|
5015 * gui-msw.c (Fmswindows_shell_execute):
|
|
|
5016 [1].
|
|
446
|
5017
|
|
442
|
5018 * insdel.c:
|
|
|
5019 [4].
|
|
446
|
5020
|
|
442
|
5021 * lisp.h:
|
|
|
5022 [4]. [5].
|
|
446
|
5023
|
|
442
|
5024 * lread.c (locate_file_in_directory_mapper):
|
|
|
5025 [1].
|
|
446
|
5026
|
|
442
|
5027 * lstream.c:
|
|
|
5028 [4].
|
|
446
|
5029
|
|
442
|
5030 * mem-limits.h:
|
|
|
5031 * mem-limits.h (get_lim_data):
|
|
|
5032 [1].
|
|
446
|
5033
|
|
442
|
5034 * menubar-msw.c:
|
|
|
5035 [4].
|
|
446
|
5036
|
|
442
|
5037 * ndir.h:
|
|
|
5038 [1].
|
|
446
|
5039
|
|
442
|
5040 * nt.c:
|
|
|
5041 * nt.c (getwd):
|
|
|
5042 * nt.c (closedir):
|
|
|
5043 * nt.c (rva_to_section):
|
|
|
5044 * nt.c (mswindows_executable_type):
|
|
|
5045 [1]. [6].
|
|
|
5046 Fix closedir() defn.
|
|
446
|
5047
|
|
442
|
5048 * nt.h:
|
|
|
5049 [[[[8]]]]: *_OK defs moved to sysfile.h.
|
|
446
|
5050
|
|
442
|
5051 * ntproc.c:
|
|
|
5052 [6]. [7].
|
|
446
|
5053
|
|
442
|
5054 * objects-x.c:
|
|
|
5055 [4].
|
|
446
|
5056
|
|
442
|
5057 * print.c:
|
|
|
5058 * print.c (std_handle_out_external):
|
|
|
5059 [1]. [4].
|
|
446
|
5060
|
|
442
|
5061 * process-nt.c:
|
|
|
5062 * process-nt.c (nt_create_process):
|
|
|
5063 [6].
|
|
|
5064 try to fix process quoting somewhat.
|
|
446
|
5065
|
|
442
|
5066 * process-unix.c (unix_create_process):
|
|
|
5067 [1].
|
|
446
|
5068
|
|
442
|
5069 * process.c:
|
|
|
5070 * process.c (vars_of_process):
|
|
|
5071 Add Vnull_device.
|
|
446
|
5072
|
|
442
|
5073 * process.h:
|
|
|
5074 [1].
|
|
446
|
5075
|
|
442
|
5076 * realpath.c:
|
|
|
5077 * realpath.c (xrealpath):
|
|
|
5078 [1].
|
|
446
|
5079
|
|
442
|
5080 * redisplay-tty.c (init_tty_for_redisplay):
|
|
|
5081 [3].
|
|
446
|
5082
|
|
442
|
5083 * redisplay.c:
|
|
|
5084 [4]. [6].
|
|
446
|
5085
|
|
442
|
5086 * scrollbar-msw.c:
|
|
|
5087 [4].
|
|
446
|
5088
|
|
442
|
5089 * sheap.c:
|
|
|
5090 * sheap.c (more_static_core):
|
|
|
5091 * sheap.c (report_sheap_usage):
|
|
|
5092 [5]. [6].
|
|
446
|
5093
|
|
442
|
5094 * signal.c:
|
|
|
5095 * signal.c (alarm_signal):
|
|
446
|
5096 [1]. [6].
|
|
|
5097
|
|
442
|
5098 * sound.c:
|
|
|
5099 [6].
|
|
446
|
5100
|
|
442
|
5101 * strftime.c:
|
|
|
5102 * strftime.c (zone_name):
|
|
|
5103 [1]. [5].
|
|
446
|
5104
|
|
442
|
5105 * symsinit.h (init_sunpro):
|
|
|
5106 [1].
|
|
446
|
5107
|
|
442
|
5108 * syscommctrl.h:
|
|
|
5109 commctrl.h not in Cygwin b20.1.
|
|
446
|
5110
|
|
442
|
5111 * sysdep.c:
|
|
|
5112 * sysdep.c (endif):
|
|
|
5113 * sysdep.c (sys_subshell):
|
|
|
5114 * sysdep.c (init_baud_rate):
|
|
|
5115 * sysdep.c (emacs_get_tty):
|
|
|
5116 * sysdep.c (emacs_set_tty):
|
|
|
5117 * sysdep.c (tty_init_sys_modes_on_device):
|
|
|
5118 * sysdep.c (init_system_name):
|
|
|
5119 * sysdep.c (sys_open):
|
|
|
5120 * sysdep.c (interruptible_open):
|
|
|
5121 * sysdep.c (sys_fopen):
|
|
|
5122 * sysdep.c (sys_mkdir):
|
|
|
5123 * sysdep.c (sys_rename):
|
|
|
5124 * sysdep.c (get_process_times_1):
|
|
|
5125 [1]. [6].
|
|
446
|
5126
|
|
442
|
5127 * sysdep.h:
|
|
|
5128 [1].
|
|
446
|
5129
|
|
442
|
5130 * sysdir.h:
|
|
|
5131 * sysdir.h (DIRENTRY_NONEMPTY):
|
|
|
5132 [1]. [6].
|
|
446
|
5133
|
|
442
|
5134 * sysdll.c (dll_init):
|
|
|
5135 * sysdll.h:
|
|
|
5136 [1].
|
|
446
|
5137
|
|
442
|
5138 * sysfile.h:
|
|
|
5139 [1]. [6]. [8].
|
|
|
5140 added text/binary defs.
|
|
446
|
5141
|
|
442
|
5142 * sysfloat.h:
|
|
|
5143 [1].
|
|
446
|
5144
|
|
442
|
5145 * sysproc.h:
|
|
|
5146 * sysproc.h (EDESTADDRREQ):
|
|
|
5147 * sysproc.h (poll_fds_for_input):
|
|
|
5148 [1]. [6].
|
|
446
|
5149
|
|
442
|
5150 * syspwd.h:
|
|
|
5151 [6].
|
|
446
|
5152
|
|
442
|
5153 * syssignal.h:
|
|
|
5154 [1].
|
|
446
|
5155
|
|
442
|
5156 * systime.h:
|
|
|
5157 [1]. [6].
|
|
446
|
5158
|
|
442
|
5159 * systty.h:
|
|
|
5160 [1].
|
|
446
|
5161
|
|
442
|
5162 * syswindows.h:
|
|
|
5163 [1].
|
|
|
5164 Always define WIN32_LEAN_AND_MEAN.
|
|
446
|
5165
|
|
442
|
5166 * unexcw.c (unexec):
|
|
|
5167 [5].
|
|
446
|
5168
|
|
442
|
5169 * unexec.c:
|
|
|
5170 * unexec.c (copy_text_and_data):
|
|
|
5171 * unexec.c (adjust_lnnoptrs):
|
|
|
5172 [1].
|
|
446
|
5173
|
|
442
|
5174 * unexnt.c:
|
|
|
5175 * unexnt.c (_start):
|
|
|
5176 [1].
|
|
446
|
5177
|
|
442
|
5178 2000-06-07 Ben Wing <ben@xemacs.org>
|
|
|
5179
|
|
|
5180 * mule-mcpath.c, mule-mcpath.h: Removed. Old, crufty code that
|
|
|
5181 was used only as a model. We've long since extracted any useful
|
|
|
5182 logic or code out of this. (I just did an exhaustive search.)
|
|
|
5183
|
|
|
5184 * s\msdos.h: Removed.
|
|
|
5185
|
|
|
5186 * s\windows95.h: Removed.
|
|
|
5187
|
|
|
5188 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
|
5189
|
|
|
5190 * s\cygwin32.h:
|
|
|
5191 [1]. [5].
|
|
|
5192 Don't use extern with fun defs.
|
|
446
|
5193
|
|
442
|
5194 * s\mingw32.h:
|
|
|
5195 [1]. [7].
|
|
|
5196 Remove nt\inc include.
|
|
|
5197 Remove getdisk, getdefdir. (The former is unused, the latter
|
|
|
5198 expanded in fileio.h.)
|
|
446
|
5199
|
|
442
|
5200 * s\windowsnt.h:
|
|
|
5201 * s\windowsnt.h (WIN32_NATIVE):
|
|
|
5202 * s\windowsnt.h (HAVE_STRCASECMP):
|
|
|
5203 [1]. [7].
|
|
|
5204 Add long comment about preprocessor changes.
|
|
|
5205 Remove getdisk, getdefdir. (The former is unused, the latter
|
|
|
5206 expanded in fileio.h.)
|
|
|
5207
|
|
|
5208 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
|
5209
|
|
|
5210 * m\arm.h:
|
|
|
5211 * m\delta.h:
|
|
|
5212 * m\intel386.h:
|
|
|
5213 * m\sequent.h:
|
|
|
5214 * m\template.h:
|
|
|
5215 * m\windowsnt.h:
|
|
|
5216 [1].
|
|
|
5217 Remove bogus/unused NO_SOCK_SIGIO.
|
|
446
|
5218
|
|
442
|
5219 2000-06-08 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
5220
|
|
|
5221 * lisp.h (set_string_char): Call set_string_byte with a Bufbyte,
|
|
|
5222 not an Emchar.
|
|
|
5223
|
|
|
5224 2000-06-04 Mike Sperber <mike@xemacs.org>
|
|
|
5225
|
|
|
5226 * casetab.c (set_case_table): For `set-standard-case-table',
|
|
|
5227 actually deposit the new case tables where the rest of XEmacs can
|
|
|
5228 see them.
|
|
|
5229
|
|
|
5230 2000-06-05 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5231
|
|
|
5232 * data.c (Faset): Don't cast XCHAR() to unsigned char.
|
|
|
5233
|
|
|
5234 2000-06-05 Ben Wing <ben@xemacs.org>
|
|
|
5235
|
|
|
5236 * callproc.c (child_setup): Don't do close_load_descs() under
|
|
|
5237 MS Windows. Put in a comment explaining why.
|
|
|
5238
|
|
|
5239 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
5240
|
|
|
5241 * process-nt.c: Reverting patch "Fixing nt_create_process for MKS
|
|
|
5242 Toolkit shell" which breaks `kill-compilation' on Windows NT
|
|
|
5243 native, retaining STDERR handling improvements.
|
|
|
5244
|
|
|
5245 2000-06-01 Andreas Jaeger <aj@suse.de>
|
|
|
5246
|
|
|
5247 * s/s390.h: Support for S390, based on a patch by Martin
|
|
|
5248 Schwidefsky <schwidefsky@de.ibm.com>.
|
|
|
5249
|
|
|
5250 2000-05-30 Andy Piper <andy@xemacs.org>
|
|
|
5251
|
|
446
|
5252 * window.c (allocate_window):
|
|
|
5253 (make_dummy_parent):
|
|
442
|
5254 (Fset_window_configuration): use new hashtable type.
|
|
|
5255
|
|
446
|
5256 * glyphs.h (IMAGE_UNSPECIFIED_GEOMETRY):
|
|
|
5257 (struct image_instantiator_methods):
|
|
442
|
5258 (struct Lisp_Image_Instance): make instance geometry signed.
|
|
|
5259
|
|
446
|
5260 * glyphs.c (instantiate_image_instantiator):
|
|
|
5261 (image_instance_query_geometry):
|
|
|
5262 (image_instance_layout):
|
|
|
5263 (image_instance_layout):
|
|
|
5264 (query_string_geometry):
|
|
|
5265 (text_query_geometry):
|
|
|
5266 (image_instantiate):
|
|
|
5267 (image_instantiate):
|
|
|
5268 (cache_subwindow_instance_in_frame_maybe):
|
|
442
|
5269 (subwindow_query_geometry): make instance geometry signed.
|
|
|
5270
|
|
446
|
5271 * glyphs-widget.c (widget_query_geometry):
|
|
|
5272 (widget_layout):
|
|
|
5273 (button_query_geometry):
|
|
|
5274 (tree_view_query_geometry):
|
|
|
5275 (tab_control_query_geometry):
|
|
|
5276 (layout_query_geometry):
|
|
|
5277 (layout_layout):
|
|
442
|
5278 (native_layout_layout): make instance geometry signed.
|
|
|
5279
|
|
|
5280 2000-05-29 Olivier Galibert <galibert@pobox.com>
|
|
|
5281
|
|
|
5282 * lisp.h: Add Qfull_assoc symbol and WEAK_LIST_FULL_ASSOC
|
|
|
5283 constant.
|
|
|
5284
|
|
|
5285 * general.c (syms_of_general): Add Qfull_assoc symbol.
|
|
|
5286
|
|
|
5287 * data.c (finish_marking_weak_lists): Mark full-assoc lists
|
|
|
5288 correctly.
|
|
|
5289 (decode_weak_list_type): Decode full-assoc type.
|
|
|
5290 (encode_weak_list_type): Encode full-assoc type.
|
|
|
5291 (Fmake_weak_list): Update doc string.
|
|
|
5292
|
|
|
5293 2000-05-30 Andy Piper <andy@xemacs.org>
|
|
|
5294
|
|
|
5295 * elhash.h (hash_table_weakness): new KEY_VALUE weak hashtable.
|
|
|
5296
|
|
|
5297 * elhash.c (print_hash_table): new KEY_VALUE weak hashtable.
|
|
|
5298 (decode_hash_table_weakness): ditto.
|
|
|
5299 (Fhash_table_weakness): ditto.
|
|
|
5300 (Fhash_table_type): ditto.
|
|
|
5301 (finish_marking_weak_hash_tables): ditto.
|
|
|
5302 (hash_table_weakness_validate): ditto.
|
|
|
5303 (syms_of_elhash): ditto.
|
|
|
5304
|
|
|
5305 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
|
5306
|
|
|
5307 * XEmacs 21.2.34 is released.
|
|
|
5308
|
|
|
5309 2000-05-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5310
|
|
|
5311 * redisplay.c (VERTICAL_CLIP): No longer reset when updating line
|
|
|
5312 start cache.
|
|
|
5313 (updating_line_start_cache): Gone.
|
|
|
5314 (regenerate_window): Replace resetting of VERTICAL_CLIP by
|
|
|
5315 generic code to force a minimum of 1 line laid out in the
|
|
|
5316 CMOTION_DISP case.
|
|
|
5317
|
|
|
5318 2000-05-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5319
|
|
|
5320 * glyphs.c (instantiate_image_instantiator): Check for initialized
|
|
|
5321 height & width no longer special cases IMAGE_NOTHING.
|
|
|
5322 (nothing_instantiate): Set height and width of instance.
|
|
|
5323
|
|
|
5324 2000-05-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5325
|
|
|
5326 * unexelf.c (unexec): Search for ".data" section.
|
|
|
5327 Initialize new_data2_offset from old_data_index.
|
|
|
5328 Remove redundant check for ElfW.
|
|
|
5329
|
|
|
5330 2000-05-23 Andy Piper <andy@xemacs.org>
|
|
|
5331
|
|
|
5332 * glyphs.c (get_image_instantiator_governing_domain): allow more
|
|
|
5333 specific domains as the governing domain rather than expecting an
|
|
|
5334 exact match. This fixes problems with layouts.
|
|
|
5335
|
|
|
5336 2000-05-22 Andy Piper <andy@xemacs.org>
|
|
|
5337
|
|
|
5338 * redisplay-output.c (compare_runes): check for non-images
|
|
|
5339
|
|
|
5340 * glyphs.c (set_glyph_dirty_p): ditto.
|
|
|
5341 (update_glyph_cachel_data): ditto.
|
|
|
5342
|
|
|
5343 * glyphs-widget.c (layout_post_instantiate): ditto.
|
|
|
5344 (layout_post_instantiate): ditto.
|
|
|
5345
|
|
|
5346 * event-msw.c (mswindows_wnd_proc): warning removal.
|
|
|
5347
|
|
|
5348 2000-05-12 Craig Lanning <CraigL@DyCon.com>
|
|
|
5349
|
|
|
5350 * s\mingw32.h: Added #undef for CLASH_DETECTION.
|
|
|
5351
|
|
|
5352 * syswindows.h: Moved PBS_SMOOTH definition to syscommctrl.h.
|
|
|
5353
|
|
|
5354 * syscommctrl.h (PBS_SMOOTH): Moved from syswindows.h.
|
|
|
5355
|
|
|
5356 * nt.c (rva_to_section): mingw32 needs rva_to_section.
|
|
|
5357 (mswindows_executable_type): mingw32 now has enough headers for
|
|
|
5358 this to work.
|
|
|
5359
|
|
|
5360 2000-05-20 Andy Piper <andy@xemacs.org>
|
|
|
5361
|
|
|
5362 * console-msw.c (mswindows_output_last_error): ; -> ,
|
|
|
5363
|
|
|
5364 2000-05-12 Andy Piper <andy@xemacs.org>
|
|
|
5365
|
|
|
5366 * console-msw.c (FROB): compare ints with ints.
|
|
|
5367
|
|
|
5368 2000-05-11 Andy Piper <andy@xemacs.org>
|
|
|
5369
|
|
|
5370 * glyphs-x.c (x_finalize_image_instance): make minimal build
|
|
|
5371 happy.
|
|
|
5372
|
|
|
5373 2000-05-20 Ben Wing <ben@xemacs.org>
|
|
|
5374
|
|
|
5375 * event-Xt.c:
|
|
|
5376 * event-Xt.c (vars_of_event_Xt):
|
|
|
5377 move modifier-keys-are-sticky to event-stream.c.
|
|
446
|
5378
|
|
442
|
5379 * event-msw.c:
|
|
|
5380 * event-msw.c (mswindows_enqueue_mouse_button_event):
|
|
|
5381 * event-msw.c (key_needs_default_processing_p):
|
|
|
5382 * event-msw.c (XEMSW_LCONTROL):
|
|
|
5383 * event-msw.c (mswindows_handle_sticky_modifiers):
|
|
|
5384 * event-msw.c (FROB):
|
|
|
5385 * event-msw.c (clear_sticky_modifiers):
|
|
|
5386 * event-msw.c (output_modifier_keyboard_state):
|
|
|
5387 * event-msw.c (output_alt_keyboard_state):
|
|
|
5388 * event-msw.c (mswindows_wnd_proc):
|
|
|
5389 * event-msw.c (mswindows_modifier_state):
|
|
|
5390 * event-msw.c (emacs_mswindows_handle_magic_event):
|
|
|
5391 implement sticky modifiers.
|
|
446
|
5392
|
|
442
|
5393 * event-stream.c:
|
|
|
5394 * event-stream.c (vars_of_event_stream):
|
|
|
5395 move modifier-keys-are-sticky here.
|
|
|
5396
|
|
|
5397 * lisp.h:
|
|
|
5398 add CHECK_FUNCTION.
|
|
446
|
5399
|
|
442
|
5400 * rangetab.c:
|
|
|
5401 implement map-range-table.
|
|
|
5402
|
|
|
5403
|
|
|
5404 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5405
|
|
|
5406 * redisplay-tty.c (reset_tty_modes):
|
|
|
5407 (tty_redisplay_shutdown): Adjust argument type to
|
|
|
5408 tty_frame_output_end.
|
|
|
5409
|
|
|
5410 2000-05-11 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5411
|
|
|
5412 * eval.c (Fbacktrace): Don't output a line with only right
|
|
|
5413 parenthesis.
|
|
|
5414
|
|
|
5415 2000-05-17 Kenji Itoh <keit@tpj.co.jp>
|
|
|
5416
|
|
|
5417 * postgresql.c (Fpq_connect_poll): Replace `PS' with `polling_status'.
|
|
|
5418 (Fpq_reset_poll): Ditto.
|
|
|
5419
|
|
|
5420 2000-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
|
5421
|
|
|
5422 * redisplay-tty.c: Replace tty_output_end with tty_frame_output_end.
|
|
|
5423
|
|
|
5424 2000-05-16 Ben Wing <ben@xemacs.org>
|
|
|
5425
|
|
|
5426 * buffer.c:
|
|
|
5427 * buffer.c (dfc_convert_to/from_internal_format):
|
|
|
5428 * buffer.c (reinit_vars_of_buffer):
|
|
|
5429 Fix conversion functions to allow reentrancy.
|
|
446
|
5430
|
|
442
|
5431 * console-msw.c:
|
|
|
5432 * console-msw.c (mswindows_output_last_error):
|
|
|
5433 New fun, generally useful -- output a human-readable
|
|
|
5434 version of GetLastError() on the console.
|
|
446
|
5435
|
|
442
|
5436 * console-msw.h:
|
|
|
5437 * console-msw.h (struct mswindows_frame):
|
|
|
5438 Changes for DeferWindowPos. Declare mswindows_output_last_error().
|
|
446
|
5439
|
|
442
|
5440 * console-stream.c (stream_output_begin):
|
|
|
5441 * console-stream.c (stream_output_end):
|
|
|
5442 * console-stream.c (stream_output_vertical_divider):
|
|
|
5443 * console-stream.c (stream_clear_region):
|
|
|
5444 * console-stream.c (stream_flash):
|
|
|
5445 * console-stream.c (console_type_create_stream):
|
|
|
5446 Delete blank stream methods, not needed.
|
|
446
|
5447
|
|
442
|
5448 * console.h (struct console_methods):
|
|
|
5449 Split begin/end methods into window and frame.
|
|
446
|
5450
|
|
442
|
5451 * event-msw.c:
|
|
|
5452 * event-msw.c (mswindows_handle_paint):
|
|
|
5453 * event-msw.c (output_alt_keyboard_state):
|
|
|
5454 * event-msw.c (mswindows_wnd_proc):
|
|
|
5455 * event-msw.c (vars_of_event_mswindows):
|
|
|
5456 Comment about problems with ignored-expose.
|
|
|
5457 Define mswindows-debug-events; not really implemented.
|
|
446
|
5458
|
|
442
|
5459 * frame-msw.c (mswindows_init_frame_1):
|
|
|
5460 random cleanups.
|
|
446
|
5461
|
|
442
|
5462 * glyphs-msw.c:
|
|
|
5463 * glyphs-msw.c (begin_defer_window_pos):
|
|
|
5464 * glyphs-msw.c (mswindows_unmap_subwindow):
|
|
|
5465 * glyphs-msw.c (mswindows_map_subwindow):
|
|
|
5466 * glyphs-msw.c (mswindows_resize_subwindow):
|
|
|
5467 Use DeferWindowPos to reduce flashing when mapping/unmapping.
|
|
446
|
5468
|
|
442
|
5469 * glyphs.c (make_image_instance_1):
|
|
|
5470 Fix crash.
|
|
446
|
5471
|
|
442
|
5472 * gutter.c (Fredisplay_gutter_area):
|
|
|
5473 Use new begin/end methods.
|
|
446
|
5474
|
|
442
|
5475 * lisp.h (Dynarr_new2):
|
|
|
5476 New creation fun.
|
|
446
|
5477
|
|
442
|
5478 * redisplay-msw.c:
|
|
|
5479 * redisplay-msw.c (mswindows_frame_output_begin):
|
|
|
5480 * redisplay-msw.c (mswindows_frame_output_end):
|
|
|
5481 * redisplay-msw.c (console_type_create_redisplay_mswindows):
|
|
|
5482 New begin/end methods -- handle DeferWindowPos.
|
|
446
|
5483
|
|
442
|
5484 * redisplay-output.c (redisplay_move_cursor):
|
|
|
5485 * redisplay-output.c (redraw_cursor_in_window):
|
|
|
5486 * redisplay-output.c (redisplay_update_line):
|
|
|
5487 * redisplay-output.c (redisplay_output_window):
|
|
|
5488 New begin/end methods.
|
|
|
5489
|
|
|
5490 * redisplay-tty.c:
|
|
|
5491 * redisplay-tty.c (tty_frame_output_begin):
|
|
|
5492 * redisplay-tty.c (tty_frame_output_end):
|
|
|
5493 * redisplay-tty.c (console_type_create_redisplay_tty):
|
|
|
5494 New begin/end methods.
|
|
|
5495
|
|
|
5496 * redisplay-x.c:
|
|
|
5497 * redisplay-x.c (x_window_output_begin):
|
|
|
5498 * redisplay-x.c (x_window_output_end):
|
|
|
5499 * redisplay-x.c (console_type_create_redisplay_x):
|
|
|
5500 New begin/end methods.
|
|
|
5501
|
|
|
5502 * redisplay.c (redisplay_frame):
|
|
|
5503 * redisplay.c (Fredisplay_echo_area):
|
|
|
5504 New begin/end methods.
|
|
|
5505 use MAYBE_DEVMETH for clear_frame; it may not exist.
|
|
|
5506
|
|
|
5507 * window.h (WINDOW_XFRAME):
|
|
|
5508 WINDOW_XFOO macros -- get locale and decode struct pointer.
|
|
|
5509
|
|
|
5510
|
|
|
5511 2000-05-12 Ben Wing <ben@xemacs.org>
|
|
|
5512
|
|
|
5513 * emacs.c:
|
|
|
5514 * emacs.c (ensure_no_quitting_from_now_on):
|
|
|
5515 * emacs.c (fatal_error_signal):
|
|
|
5516 * emacs.c (mswindows_handle_hardware_exceptions):
|
|
|
5517 * emacs.c (main):
|
|
|
5518 * emacs.c (Fkill_emacs):
|
|
|
5519 * emacs.c (shut_down_emacs):
|
|
|
5520 * emacs.c (assert_failed):
|
|
|
5521 various improvements in fatal error handling.
|
|
446
|
5522
|
|
442
|
5523 * eval.c:
|
|
|
5524 move preparing_for_armageddon to emacs.c.
|
|
446
|
5525
|
|
442
|
5526 * lisp.h:
|
|
|
5527 declare fatal_error_in_progress.
|
|
446
|
5528
|
|
442
|
5529 * print.c:
|
|
|
5530 * print.c (std_handle_out_external):
|
|
|
5531 * print.c (std_handle_out_va):
|
|
|
5532 * print.c (stderr_out):
|
|
|
5533 * print.c (stdout_out):
|
|
|
5534 use console under mswin when no standard output.
|
|
|
5535 don't do code conversion during fatal error.
|
|
446
|
5536
|
|
442
|
5537 * scrollbar.c (Fscrollbar_page_up):
|
|
|
5538 * scrollbar.c (Fscrollbar_page_down):
|
|
|
5539 fix missing else. reindent.
|
|
|
5540
|
|
|
5541 2000-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5542
|
|
446
|
5543 Emergency fix.
|
|
|
5544
|
|
|
5545 * glyphs.h (GLYPH_CACHEL_DESCENT):
|
|
|
5546 (GLYPH_CACHEL_DESCENT):
|
|
|
5547 (GLYPH_CACHEL_DESCENT):
|
|
442
|
5548 * glyphs.h (GLYPH_CACHEL_ASCENT): Match parameters to variables
|
|
|
5549 used in case these are inline functions.
|
|
|
5550 Use more absurd values to error check.
|
|
|
5551
|
|
|
5552 include window.h for error check functions.
|
|
|
5553
|
|
|
5554 2000-05-11 Ben Wing <ben@xemacs.org>
|
|
|
5555
|
|
|
5556 * cmdloop.c (Freally_early_error_handler):
|
|
|
5557 Display message box under windows; otherwise, message will disappear
|
|
|
5558 before it can be viewed.
|
|
|
5559
|
|
|
5560 * console-msw.c:
|
|
|
5561 * console-msw.c (Fmswindows_message_box):
|
|
|
5562 * console-msw.c (FROB):
|
|
|
5563 * console-msw.c (syms_of_console_mswindows):
|
|
|
5564 Define new fun `mswindows-message-box'.
|
|
|
5565 #### I will merge this into `popup-dialog-box'; just give me
|
|
|
5566 a bit of time.
|
|
446
|
5567
|
|
442
|
5568 * general.c:
|
|
|
5569 * general.c (syms_of_general):
|
|
|
5570 Some new symbols used in `mswindows-message-box'.
|
|
446
|
5571
|
|
442
|
5572 * glyphs.c:
|
|
|
5573 * glyphs.c (Fset_image_instance_property):
|
|
|
5574 put warning in this fun.
|
|
446
|
5575
|
|
442
|
5576 * glyphs.h:
|
|
|
5577 * glyphs.h (GLYPH_CACHEL_WIDTH):
|
|
|
5578 * glyphs.h (GLYPH_CACHEL_ASCENT):
|
|
|
5579 * glyphs.h (GLYPH_CACHEL):
|
|
|
5580 * glyphs.h (GLYPH_CACHEL_GLYPH):
|
|
|
5581 define error-checking versions to try to catch a bug i've seen --
|
|
|
5582 redisplay gets in an infinite loop because the glyph width of the
|
|
|
5583 continuation glyph is 65535.
|
|
446
|
5584
|
|
442
|
5585 * lisp.h:
|
|
|
5586 Extern message-box stuff.
|
|
|
5587
|
|
|
5588 * window.c (allocate_window):
|
|
|
5589 * window.c (make_dummy_parent):
|
|
|
5590 * window.c (Fset_window_configuration):
|
|
|
5591 Use EQUAL not EQ for subwindow caches to make them work a bit
|
|
|
5592 better. (Something is still very broken.)
|
|
446
|
5593
|
|
442
|
5594
|
|
|
5595 2000-05-11 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5596
|
|
|
5597 * glyphs.c (image_instantiate): Suppress gcc warnings.
|
|
|
5598 (Fmake_image_instance): Fix doc string.
|
|
|
5599 * specifier.c (Fmake_specifier): Ditto.
|
|
|
5600
|
|
|
5601 2000-05-02 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5602
|
|
|
5603 * paths.h.in (PATH_LOCK): Removed.
|
|
|
5604 * config.h.in (LOCKDIR_USER_DEFINED): Removed.
|
|
|
5605 * emacs.c (complex_vars_of_emacs): Remove configure-lock-directory.
|
|
|
5606
|
|
|
5607 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5608
|
|
|
5609 * fns.c (Ffeaturep): Update e-mail address in doc-string.
|
|
|
5610 Document (featurep '(and xemacs 21.02)).
|
|
|
5611
|
|
|
5612 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
|
5613
|
|
|
5614 * buffer.c (complex_vars_of_buffer):
|
|
|
5615 update modeline-format doc.
|
|
446
|
5616
|
|
442
|
5617 * device.h:
|
|
|
5618 comment about how DFW_DEVICE should be merged with DOMAIN_DEVICE.
|
|
446
|
5619
|
|
442
|
5620 * emacs.c:
|
|
|
5621 timeline of all released versions of Emacs, for use in creating
|
|
|
5622 authorship comments and in synching up.
|
|
446
|
5623
|
|
442
|
5624 * glyphs-widget.c (image_instantiator_buttons):
|
|
|
5625 * glyphs-widget.c (image_instantiator_edit_fields):
|
|
|
5626 * glyphs-widget.c (image_instantiator_combo_box):
|
|
|
5627 * glyphs-widget.c (image_instantiator_scrollbar):
|
|
|
5628 * glyphs-widget.c (image_instantiator_progress_guage):
|
|
|
5629 * glyphs-widget.c (image_instantiator_tree_view):
|
|
|
5630 * glyphs-widget.c (image_instantiator_tab_control):
|
|
|
5631 * glyphs-widget.c (image_instantiator_labels):
|
|
|
5632 * glyphs-widget.c (image_instantiator_layout):
|
|
|
5633 * glyphs-widget.c (image_instantiator_native_layout):
|
|
|
5634 rename decode_domain method to governing_domain.
|
|
446
|
5635
|
|
442
|
5636 * glyphs.c:
|
|
|
5637 * glyphs.c (Fvalid_image_instantiator_format_p): doc update.
|
|
|
5638 * glyphs.c (add_entry_to_device_ii_format_list):
|
|
|
5639 make sure we don't put an entry more than once into the list.
|
|
|
5640 * glyphs.c (check_instance_cache_mapper):
|
|
|
5641 *************************************************************
|
|
|
5642 allow for nil. THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
|
|
|
5643 HAVE BEEN GETTING.
|
|
|
5644 *************************************************************
|
|
|
5645 * glyphs.c (get_image_instantiator_governing_domain):
|
|
|
5646 clean up, expand on new concept of governing domain.
|
|
|
5647 * glyphs.c (instantiate_image_instantiator):
|
|
|
5648 * glyphs.c (allocate_image_instance):
|
|
|
5649 use governing_domain instead of cache_domain in naming.
|
|
|
5650 * glyphs.c (Fvalid_image_instance_type_p): fix docs.
|
|
|
5651 * glyphs.c (make_image_instance_1):
|
|
|
5652 * glyphs.c (Fmake_image_instance):
|
|
|
5653 allow for any domain (not just device), and process the
|
|
|
5654 governing domain correctly. very big doc fix.
|
|
|
5655 * glyphs.c (Fimage_instance_domain):
|
|
|
5656 new primitive, to retrieve the governing domain of an image instance.
|
|
|
5657 * glyphs.c (image_instantiate):
|
|
|
5658 use new governing_domain stuff. this fixes a crash you could get
|
|
|
5659 by instantiating certain widget glyphs in frame locales. (should
|
|
|
5660 signal an error instead of crashing.)
|
|
|
5661 * glyphs.c (Fimage_specifier_p): move doc to make-image-specifier.
|
|
|
5662 * glyphs.c (Fglyphp): clean up doc.
|
|
|
5663 * glyphs.c (subwindow_governing_domain): renamed from *_decode_domain.
|
|
|
5664 * glyphs.c (syms_of_glyphs):
|
|
|
5665 declare Fimage_instance_domain, remove unused Qlayout_image_instance_p.
|
|
|
5666 * glyphs.c (image_instantiator_format_create): add some comments about
|
|
|
5667 bogus code.
|
|
|
5668 * glyphs.c (specifier_vars_of_glyphs): totally rewrite the doc string
|
|
|
5669 for current-display-table. (Apparently Hrjove implemented in 1998 a
|
|
|
5670 design I wrote up in 1996, but didn't update the doc string.)
|
|
446
|
5671
|
|
442
|
5672 * glyphs.h: clean up a doc string.
|
|
|
5673 * glyphs.h (governing_domain):
|
|
|
5674 * glyphs.h (struct image_instantiator_methods):
|
|
|
5675 changes for governing_domain stuff.
|
|
446
|
5676
|
|
442
|
5677 * gutter.c:
|
|
|
5678 * gutter.c (Fgutter_specifier_p):
|
|
|
5679 * gutter.c (Fgutter_size_specifier_p):
|
|
|
5680 * gutter.c (Fgutter_visible_specifier_p):
|
|
|
5681 * objects.c:
|
|
|
5682 * objects.c (Fcolor_specifier_p):
|
|
|
5683 * objects.c (Ffont_specifier_p):
|
|
|
5684 * objects.c (Fface_boolean_specifier_p):
|
|
|
5685 doc strings moved to make-*-specifier.
|
|
446
|
5686
|
|
442
|
5687 * redisplay.c (add_disp_table_entry_runes_1):
|
|
|
5688 * redisplay.c (generate_fstring_runes):
|
|
|
5689 * redisplay.c (screen):
|
|
|
5690 add random comments and doc strings.
|
|
446
|
5691
|
|
442
|
5692 * specifier.c:
|
|
|
5693 * specifier.c (Fmake_specifier):
|
|
|
5694 major overhaul of this doc string.
|
|
446
|
5695
|
|
442
|
5696 * specifier.c (Fvalid_specifier_domain_p):
|
|
|
5697 comment about the bogosity of image instances being domains.
|
|
|
5698 * specifier.c (decode_domain):
|
|
|
5699 now non-static, used in glyphs.c.
|
|
|
5700 * specifier.c (specifier_instance):
|
|
|
5701 comment about the bogosity of image instances being domains.
|
|
|
5702 * specifier.c (Fgeneric_specifier_p):
|
|
|
5703 move doc string to make-generic-specifier.
|
|
|
5704 * specifier.c (VALID_SINGLE_DISPTABLE_INSTANTIATOR_P):
|
|
|
5705 rebackslashify.
|
|
446
|
5706
|
|
442
|
5707 * specifier.h:
|
|
|
5708 * specifier.h (DOMAIN_FRAME):
|
|
|
5709 * specifier.h (DOMAIN_LIVE_P):
|
|
|
5710 * specifier.h (DOMAIN_XDEVICE):
|
|
|
5711 rebackslashify.
|
|
|
5712 add comments about problems with these macros.
|
|
|
5713 prototype for decode_domain.
|
|
446
|
5714
|
|
442
|
5715 * toolbar.c:
|
|
|
5716 * toolbar.c (Ftoolbar_specifier_p):
|
|
|
5717 move doc string to `make-toolbar-specifier'.
|
|
446
|
5718
|
|
442
|
5719 * window.c (window_unmap_subwindows_cache_mapper):
|
|
|
5720 *************************************************************
|
|
|
5721 allow for nil. THIS SHOULD FIX A REAL CRASH THAT MANY PEOPLE
|
|
|
5722 HAVE BEEN GETTING.
|
|
|
5723 *************************************************************
|
|
|
5724
|
|
|
5725 2000-05-09 Andy Piper <andy@xemacs.org>
|
|
|
5726
|
|
|
5727 * glyphs.h: declare reset_frame_subwindow_instance_cache.
|
|
|
5728
|
|
|
5729 * window.c (Fset_window_configuration): reset the frame subwindow
|
|
|
5730 cache and re-initialize the window subwindow caches.
|
|
|
5731
|
|
|
5732 * glyphs.c (reset_frame_subwindow_instance_cache): new function.
|
|
|
5733
|
|
|
5734 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
|
5735
|
|
|
5736 * ntheap.c (recreate_heap): Changed unknown (VC6 only?) SIZE_T to
|
|
|
5737 DWORD.
|
|
|
5738
|
|
|
5739 2000-04-26 Mike Woolley <mike@bulsara.com>
|
|
|
5740
|
|
|
5741 * ntheap.c: Changed recreate_heap to limit the amount reserved
|
|
|
5742 for the heap to that which is actually available. Also now
|
|
|
5743 displays a message box (with some dignostics) in the event that
|
|
|
5744 it still can't start.
|
|
|
5745
|
|
|
5746 2000-05-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5747
|
|
|
5748 * callproc.c (Fold_call_process_internal): GCPRO path
|
|
|
5749
|
|
|
5750 2000-05-08 Jan Vroonhof <jan@xemacs.org>
|
|
|
5751
|
|
|
5752 Patch by Bill Perry.
|
|
446
|
5753
|
|
|
5754 * scrollbar.c (Fscrollbar_page_up): Conditionalize on type of call
|
|
442
|
5755 back data instead of #ifdef.
|
|
|
5756 (Fscrollbar_page_down): ditto.
|
|
|
5757
|
|
|
5758 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
|
5759
|
|
|
5760 * buffer.h:
|
|
|
5761 Kludge for defining Qmswindows_tstr.
|
|
446
|
5762
|
|
442
|
5763 * nt.c:
|
|
|
5764 * nt.c (open_input_file):
|
|
|
5765 * nt.c (open_output_file):
|
|
|
5766 * nt.c (rva_to_section):
|
|
|
5767 * nt.c (mswindows_executable_type):
|
|
|
5768 Move all memory-mapped-file routines here (some were in unexnt.c,
|
|
|
5769 which is bad because they are used by process-nt.c, and unexnt
|
|
|
5770 won't be around when portable dumping). Synched the above routines
|
|
|
5771 with FSF 20.6.
|
|
446
|
5772
|
|
442
|
5773 * nt.h:
|
|
|
5774 Removed ifdef'd out bogus code.
|
|
|
5775 Fixed some prototypes.
|
|
446
|
5776
|
|
442
|
5777 * nt.h (file_data):
|
|
|
5778 * nt.h (OFFSET_TO_RVA):
|
|
|
5779 * nt.h (RVA_TO_OFFSET):
|
|
|
5780 * nt.h (RVA_TO_PTR):
|
|
|
5781 Moved the memory-mapped-file structures, macros and prototypes
|
|
|
5782 here, to parallel nt.c. ntheap.h should really be removed
|
|
|
5783 entirely, and it's a non-portable-dumper specific file.
|
|
446
|
5784
|
|
442
|
5785 * ntheap.h (round_to_next):
|
|
|
5786 Moved the memory-mapped-file structures, macros and prototypes
|
|
|
5787 to nt.h.
|
|
|
5788
|
|
|
5789 * ntproc.c (compare_env):
|
|
|
5790 Moved rva_to_section and mswindows_executable_type to nt.c.
|
|
|
5791 Moved compare_env to process-nt.c.
|
|
|
5792 ntproc.c will die, one day.
|
|
|
5793
|
|
|
5794 * ntproc.c (sys_spawnve):
|
|
|
5795 Account for win32_ -> mswindows_.
|
|
|
5796
|
|
|
5797 * process-nt.c:
|
|
|
5798 * process-nt.c (struct nt_process_data):
|
|
|
5799 * process-nt.c (ensure_console_window_exists):
|
|
|
5800 * process-nt.c (compare_env):
|
|
|
5801 * process-nt.c (nt_create_process):
|
|
|
5802 * process-nt.c (nt_kill_process_by_pid):
|
|
|
5803 * process-nt.c (syms_of_process_nt):
|
|
|
5804 * process-nt.c (vars_of_process_nt):
|
|
|
5805 Introduce variable `mswindows-quote-process-args', from FSF 20.6.
|
|
|
5806 Copy argument quoting code from FSF 20.6 (with appropriate Mule-ization
|
|
|
5807 changes). Eliminate our old `nt-quote-process-args' mechanism.
|
|
|
5808 Synch up nt_create_process with FSF 20.6 sys_spawnve.
|
|
|
5809 Move compare_env here from ntproc.c.
|
|
446
|
5810
|
|
442
|
5811 * process.c (Fprocess_send_region):
|
|
|
5812 Takes an optional fourth argument, BUFFER, which should fix some
|
|
|
5813 problems with call-process.
|
|
446
|
5814
|
|
442
|
5815 * syscommctrl.h:
|
|
|
5816 Move ICC_BAR_CLASSES here from syswindows.h, to avoid a warning.
|
|
446
|
5817
|
|
442
|
5818 * syswindows.h:
|
|
|
5819 Move ICC_BAR_CLASSES to syscommctrl.h.
|
|
|
5820 Add preliminary macros for MSWindows/Mule. More to come.
|
|
|
5821
|
|
|
5822 * unexnt.c:
|
|
|
5823 * unexnt.c (unexec):
|
|
|
5824 open_output_file moved to nt.c.
|
|
|
5825
|
|
|
5826
|
|
|
5827 2000-05-05 Andy Piper <andy@xemacs.org>
|
|
|
5828
|
|
|
5829 * window.c (window_unmap_subwindows_cache_mapper): remove the dead
|
|
|
5830 instance from the frame cache also since GC may catch up too late
|
|
|
5831 to make frame deletion sane.
|
|
|
5832
|
|
|
5833 2000-05-04 Andy Piper <andy@xemacs.org>
|
|
|
5834
|
|
|
5835 * glyphs-x.c (x_widget_instantiate): gcpro widget callbacks.
|
|
|
5836 (x_finalize_image_instance): ungcpro on deletion.
|
|
|
5837
|
|
|
5838 * glyphs.c (image_instantiator_format_create): give pointers a
|
|
|
5839 query geometry method so that the geometry is at least set.
|
|
|
5840
|
|
|
5841 * glyphs-x.c (image_instantiator_format_create_glyphs_x): only
|
|
|
5842 initialize layouts if using widgets.
|
|
|
5843
|
|
|
5844 2000-05-03 Andy Piper <andy@xemacs.org>
|
|
|
5845
|
|
|
5846 * nt.c: remove bogus reference to sysmmsystem.h
|
|
|
5847
|
|
|
5848 * gui-x.c (popup_selection_callback): fix no selection abort.
|
|
|
5849
|
|
|
5850 2000-05-02 Andy Piper <andy@xemacs.org>
|
|
|
5851
|
|
|
5852 * glyphs-msw.c (mswindows_update_widget): cope with nil text.
|
|
|
5853 (mswindows_widget_instantiate): ditto.
|
|
|
5854
|
|
|
5855 * glyphs-widget.c (initialize_widget_image_instance): initialize
|
|
|
5856 children correctly.
|
|
|
5857 (widget_instantiate): cope with children and items in the same
|
|
|
5858 instance.
|
|
|
5859
|
|
|
5860 * glyphs.c (mark_image_instance): cope with children as a first
|
|
|
5861 class member.
|
|
|
5862 (image_instance_equal): ditto.
|
|
|
5863 (image_instance_hash): ditto.
|
|
|
5864 (image_instance_changed): ditto.
|
|
|
5865
|
|
|
5866 2000-04-30 Andy Piper <andy@xemacs.org>
|
|
|
5867
|
|
|
5868 * glyphs.c (subwindow_query_geometry): new function. Return some
|
|
|
5869 defaults.
|
|
|
5870 (subwindow_instantiate): don't assign dimensions if none have been
|
|
|
5871 given.
|
|
|
5872 (image_instantiator_format_create): add subwindow_query_geometry.
|
|
|
5873 (print_image_instance): cope with layouts as widgets.
|
|
|
5874
|
|
|
5875 2000-04-29 Andy Piper <andy@xemacs.org>
|
|
|
5876
|
|
|
5877 * frame.c (delete_frame_internal): call
|
|
|
5878 free_frame_subwindow_instance_cache so that all subwindows are
|
|
|
5879 finalized before their parent.
|
|
|
5880 (mark_frame): remove subwindow_cachels.
|
|
|
5881 (Fmake_frame): remove subwindow_cachel manipulation.
|
|
|
5882 (allocate_frame_core): subwindow_instance_cache is a weak list.
|
|
|
5883 (delete_frame_internal): set subwindow_instance_cache to nil.
|
|
|
5884
|
|
|
5885 * glyphs-msw.c (mswindows_finalize_image_instance): make double
|
|
|
5886 finalization safe.
|
|
|
5887 (mswindows_finalize_image_instance): use the device
|
|
|
5888 not the domain as the domain may have died already.
|
|
|
5889
|
|
|
5890 * glyphs-x.c (x_finalize_image_instance): ditto.
|
|
|
5891 (x_subwindow_instantiate): remove SUBWINDOW_WIDTH &
|
|
|
5892 HEIGHT.
|
|
|
5893
|
|
|
5894 * redisplay-output.c (redisplay_unmap_subwindows): update for
|
|
|
5895 subwindow instance cache as a weak list.
|
|
|
5896 (redisplay_unmap_subwindows_maybe): ditto.
|
|
|
5897 (redisplay_unmap_subwindows_except_us): ditto.
|
|
|
5898
|
|
|
5899 * glyphs.c (unmap_subwindow): error checking will check the domain
|
|
|
5900 so don't deal with it here. Don't use cachels anymore.
|
|
|
5901 (map_subwindow): ditto.
|
|
|
5902 (update_subwindow_cachel_data): remove old accessor names.
|
|
|
5903 (subwindow_instantiate): remove SUBWINDOW_WIDTH & HEIGHT.
|
|
|
5904 (Fresize_subwindow): don't update cachel.
|
|
|
5905 (mark_subwindow_cachels):
|
|
|
5906 (update_subwindow_cachel_data):
|
|
|
5907 (add_subwindow_cachel):
|
|
|
5908 (get_subwindow_cachel_index):
|
|
|
5909 (update_subwindow_cachel):
|
|
|
5910 (reset_subwindow_cachels):
|
|
|
5911 (mark_subwindow_cachels_as_not_updated): deleted.
|
|
|
5912 (cache_subwindow_instance_in_frame_maybe): new function. Add a
|
|
|
5913 subwindow instance to the frame cache.
|
|
|
5914 (find_matching_subwindow): update for subwindow instance cache as
|
|
|
5915 a weak list.
|
|
|
5916 (update_widget_instances): ditto.
|
|
|
5917 (image_instance_type_to_mask):inlined.
|
|
|
5918 (free_frame_subwindow_instance_cache): new function. finalize all
|
|
|
5919 subwindows that are instantiated.
|
|
|
5920
|
|
|
5921 * glyphs.h (struct Lisp_Image_Instance): add display_data instead
|
|
|
5922 of cachel information.
|
|
|
5923 (IMAGE_INSTANCE_DISPLAY_X):
|
|
|
5924 (IMAGE_INSTANCE_DISPLAY_Y):
|
|
|
5925 (IMAGE_INSTANCE_DISPLAY_WIDTH):
|
|
|
5926 (IMAGE_INSTANCE_DISPLAY_HEIGHT):
|
|
|
5927 (XIMAGE_INSTANCE_DISPLAY_X):
|
|
|
5928 (XIMAGE_INSTANCE_DISPLAY_Y):
|
|
|
5929 (XIMAGE_INSTANCE_DISPLAY_WIDTH):
|
|
446
|
5930 (XIMAGE_INSTANCE_DISPLAY_HEIGHT): new accessors.
|
|
442
|
5931 remove subwindow_cachel structure and function references.
|
|
|
5932 (image_instance_type_to_mask): inline from glyphs.c
|
|
|
5933
|
|
|
5934 * redisplay.c (redisplay_frame): remove subwindow_cachel
|
|
|
5935 references.
|
|
|
5936
|
|
|
5937 * frame.h (struct frame): remove subwindow_cachels.
|
|
|
5938 (FRAME_SUBWINDOW_CACHE): access subwindow_instance_cache.
|
|
|
5939
|
|
|
5940 * frameslots.h: add subwindow_instance_cache.
|
|
|
5941
|
|
|
5942 * window.c (replace_window): check subwindow cache of replacement.
|
|
|
5943 (window_unmap_subwindows_cache_mapper):
|
|
|
5944 (window_unmap_subwindows): new functions. Unmap all subwindows
|
|
|
5945 cached on this window.
|
|
|
5946 (mark_window_as_deleted): unmap all subwindows.
|
|
|
5947
|
|
|
5948 2000-04-27 Andy Piper <andy@xemacs.org>
|
|
|
5949
|
|
|
5950 * glyphs.h (IIFORMAT_METH_OR_GIVEN): cope with null meths.
|
|
|
5951
|
|
|
5952 * glyphs-widget.c (widget_layout): return something.
|
|
|
5953 (layout_layout): return something. Fail if not initialized.
|
|
|
5954 (layout_query_geometry): ditto.
|
|
|
5955 (image_instantiator_native_layout): new function. Initialized the
|
|
|
5956 native layout type.
|
|
|
5957 (widget_instantiate): don't do layout stuff here.
|
|
|
5958
|
|
|
5959 * glyphs.c (instantiate_image_instantiator): reorded calling or
|
|
|
5960 instantiate and post_instantiate with layout in between.
|
|
|
5961 (image_instance_layout): be more selective about deciding whether
|
|
|
5962 the layout has been done or not.
|
|
|
5963
|
|
|
5964 * glyphs.h (struct image_instantiator_methods): return a value
|
|
|
5965 from layout_method.
|
|
|
5966
|
|
|
5967 2000-04-26 Andy Piper <andy@xemacs.org>
|
|
|
5968
|
|
|
5969 * glyphs.c (allocate_image_instance): make initial width and
|
|
|
5970 height unspecified. Set initialized to 0.
|
|
|
5971
|
|
|
5972 * syscommctrl.h new file. Encapsulates commctrl.h.
|
|
|
5973
|
|
|
5974 * syswindows.h new file. Encapsulates windows.h.
|
|
|
5975
|
|
|
5976 * ntplay.c: use new syswindows.h and syscommctrl.h header.
|
|
|
5977 * nt.c: ditto.
|
|
|
5978 * console-msw.h: ditto.
|
|
446
|
5979
|
|
442
|
5980 * redisplay-tty.c (tty_output_display_block): remove layout references.
|
|
|
5981
|
|
|
5982 * glyphs-msw.c (mswindows_widget_instantiate): use the domain
|
|
|
5983 window handle rather than just the frame.
|
|
|
5984
|
|
|
5985 * glyphs.c (mark_image_instance): remove layout references.
|
|
|
5986 (print_image_instance): ditto.
|
|
|
5987 (image_instance_equal): ditto.
|
|
|
5988 (image_instance_hash): ditto.
|
|
|
5989 (decode_image_instance_type): ditto.
|
|
|
5990 (encode_image_instance_type): ditto.
|
|
|
5991 (image_instantiate): ditto.
|
|
|
5992 (allocate_glyph): ditto.
|
|
|
5993 (Fimage_instance_height): ditto.
|
|
|
5994 (Fimage_instance_width): ditto.
|
|
|
5995 (update_subwindow): ditto.
|
|
|
5996
|
|
|
5997 * redisplay-x.c (x_output_display_block): recode for layouts as
|
|
|
5998 widgets.
|
|
|
5999
|
|
|
6000 * redisplay-output.c (redisplay_output_layout): recode for layouts
|
|
|
6001 as widgets.
|
|
|
6002 (compare_runes): remove layout references.
|
|
|
6003
|
|
|
6004 * redisplay-msw.c (mswindows_output_display_block): recode for
|
|
|
6005 layouts as widgets.
|
|
|
6006
|
|
|
6007 * glyphs-widget.c (image_instantiator_layout): remove
|
|
|
6008 layout_possible_dest_types.
|
|
|
6009 (layout_possible_dest_types): deleted.
|
|
|
6010
|
|
|
6011 * glyphs.h (image_instance_type): remove layout references.
|
|
|
6012 (struct Lisp_Image_Instance): ditto. Add initialized flag.
|
|
|
6013 (IMAGE_INSTANCE_INITIALIZED): new accessor.
|
|
|
6014 (XIMAGE_INSTANCE_INITIALIZED): ditto.
|
|
446
|
6015
|
|
442
|
6016 2000-04-25 Andy Piper <andy@xemacs.org>
|
|
|
6017
|
|
|
6018 * glyphs-widget.c (image_instantiator_buttons):
|
|
|
6019 (image_instantiator_edit_fields):
|
|
|
6020 (image_instantiator_combo_box):
|
|
|
6021 (image_instantiator_scrollbar):
|
|
|
6022 (image_instantiator_progress_guage):
|
|
|
6023 (image_instantiator_tree_view):
|
|
|
6024 (image_instantiator_tab_control):
|
|
|
6025 (image_instantiator_labels):
|
|
|
6026 (image_instantiator_layout): call default post_instantiate method.
|
|
|
6027 (widget_post_instantiate): new function. Simply lays out the
|
|
|
6028 widgets.
|
|
|
6029
|
|
|
6030 * glyphs.h (struct image_instantiator_methods): add
|
|
|
6031 post_instantiate method.
|
|
|
6032
|
|
|
6033 * glyphs.c (instantiate_image_instantiator): add post_instantiate
|
|
|
6034 method calls.
|
|
|
6035
|
|
|
6036 2000-04-23 Andy Piper <andy@xemacs.org>
|
|
|
6037
|
|
|
6038 * glyphs.h (struct image_instantiator_methods): add
|
|
|
6039 decode_domain_method.
|
|
|
6040 (struct Lisp_Image_Instance): remove subwindow frame - it can be
|
|
|
6041 derived from the domain.
|
|
|
6042 (IMAGE_INSTANCE_FRAME): new accessor.
|
|
|
6043 (XIMAGE_INSTANCE_FRAME): ditto.
|
|
|
6044
|
|
|
6045 * glyphs.c (print_image_instance): use IMAGE_INSTANCE_FRAME
|
|
|
6046 instead of _SUBWINDOW_FRAME.
|
|
|
6047 (finalize_image_instance): ditto.
|
|
|
6048 (Fimage_instance_foreground): ditto.
|
|
|
6049 (Fimage_instance_background): ditto.
|
|
|
6050 (image_instantiate): ditto.
|
|
|
6051 (update_subwindow_cachel): ditto.
|
|
|
6052 (update_subwindow): ditto.
|
|
|
6053 (unmap_subwindow): ditto.
|
|
|
6054 (map_subwindow): ditto
|
|
|
6055 (subwindow_instantiate): ditto.
|
|
|
6056 * glyphs-msw.c (mswindows_update_widget): ditto.
|
|
|
6057 (mswindows_progress_gauge_instantiate): ditto.
|
|
|
6058 (mswindows_tab_control_update): ditto.
|
|
|
6059 * glyphs-x.c (x_update_widget): ditto.
|
|
|
6060 (x_widget_instantiate): ditto.
|
|
|
6061 (x_tab_control_instantiate): ditto.
|
|
|
6062 (x_tab_control_update): ditto.
|
|
|
6063 * event-msw.c (mswindows_wnd_proc): ditto
|
|
|
6064
|
|
|
6065 * glyphs-widget.c (image_instantiator_layout): use
|
|
|
6066 subwindow_decode_domain.
|
|
|
6067 (image_instantiator_buttons): ditto.
|
|
|
6068 (image_instantiator_edit_fields): ditto.
|
|
|
6069 (image_instantiator_combo_box): ditto.
|
|
|
6070 (image_instantiator_scrollbar): ditto.
|
|
|
6071 (image_instantiator_progress_guage): ditto.
|
|
|
6072 (image_instantiator_tree_view): ditto.
|
|
|
6073 (image_instantiator_tab_control): ditto.
|
|
|
6074 (image_instantiator_labels): ditto.
|
|
|
6075 (image_instantiator_layout): ditto.
|
|
|
6076
|
|
|
6077 * glyphs.c: add instance error checking to many functions.
|
|
|
6078 (instantiate_image_instantiator): decode device from cache_domain.
|
|
|
6079 (image_instantiate): partially rewrite by using
|
|
|
6080 decode_image_instantiator_domain to determine what domain the
|
|
|
6081 instance needs to be cached in.
|
|
|
6082 (decode_image_instantiator_domain): new function. Determine what
|
|
|
6083 domain the image needs to be cached in.
|
|
|
6084 (check_window_subwindow_cache): new error checking function.
|
|
|
6085 (check_instance_cache_mapper): ditto.
|
|
|
6086 (check_image_instance_structure): ditto.
|
|
|
6087 (subwindow_decode_domain): new function. Encodes a window as a
|
|
|
6088 subwindow's cache domain.
|
|
|
6089 (image_instantiator_format_create): use it for text and
|
|
|
6090 subwindows.
|
|
|
6091
|
|
|
6092 2000-04-21 Andy Piper <andy@xemacs.org>
|
|
|
6093
|
|
|
6094 * glyphs.c (image_instance_device): new function.
|
|
|
6095 (image_instance_frame): new function.
|
|
|
6096 (image_instance_window): new function.
|
|
|
6097 (image_instance_live_p): new function.
|
|
|
6098
|
|
|
6099 * window.c (mark_window_as_deleted): reset the subwindow_instance_
|
|
|
6100 cache to nil.
|
|
|
6101
|
|
|
6102 * glyphs.h (struct Lisp_Image_Instance): device->domain.
|
|
|
6103 (IMAGE_INSTANCE_DOMAIN): new accessor.
|
|
|
6104 (XIMAGE_INSTANCE_DOMAIN): ditto.
|
|
|
6105
|
|
|
6106 * glyphs-x.c (x_finalize_image_instance): device->domain.
|
|
|
6107
|
|
|
6108 * glyphs-msw.c (init_image_instance_geometry): device->domain.
|
|
|
6109 (mswindows_finalize_image_instance): ditto.
|
|
|
6110
|
|
|
6111 * glyphs-eimage.c (jpeg_instantiate): device->domain.
|
|
|
6112 (gif_instantiate): ditto.
|
|
|
6113 (png_instantiate): ditto.
|
|
|
6114 (tiff_instantiate): ditto.
|
|
|
6115
|
|
|
6116 * glyphs.c (instantiate_image_instantiator): use domain rather
|
|
|
6117 than device.
|
|
|
6118 (mark_image_instance): device -> domain.
|
|
|
6119 (print_image_instance): ditto.
|
|
|
6120 (finalize_image_instance): ditto.
|
|
|
6121 (image_instance_equal): ditto.
|
|
|
6122 (allocate_image_instance): ditto.
|
|
|
6123 (Fcolorize_image_instance): ditto.
|
|
|
6124 (query_string_geometry): ditto.
|
|
|
6125 (image_instantiate): ditto
|
|
|
6126 (query_string_font): ditto.
|
|
|
6127 (image_instantiate): ditto.
|
|
|
6128 (update_subwindow): ditto.
|
|
|
6129 (unmap_subwindow): ditto.
|
|
|
6130 (map_subwindow): ditto.
|
|
|
6131 (subwindow_instantiate): ditto.
|
|
|
6132
|
|
|
6133 * specifier.h (DOMAIN_DEVICE): new, semantically correct, decoder.
|
|
|
6134 (DOMAIN_FRAME): ditto.
|
|
|
6135 (DOMAIN_WINDOW): ditto.
|
|
|
6136 (DOMAIN_LIVE_P): ditto.
|
|
|
6137 (XDOMAIN_DEVICE): ditto.
|
|
|
6138 (XDOMAIN_FRAME): ditto.
|
|
|
6139 (XDOMAIN_WINDOW): ditto.
|
|
|
6140
|
|
|
6141 * specifier.c (Fvalid_specifier_domain_p): add image instances as
|
|
|
6142 a valid specifier domain.
|
|
|
6143
|
|
|
6144 2000-04-19 Andy Piper <andy@xemacs.org>
|
|
|
6145
|
|
|
6146 * glyphs-widget.c (syms_of_glyphs_widget): remove
|
|
|
6147 widget-callback-current-channel.
|
|
|
6148 (vars_of_glyphs_widget): ditto.
|
|
|
6149 * glyphs.h: ditto
|
|
|
6150
|
|
|
6151 * gui.c (get_gui_callback): revert to previous behaviour.
|
|
|
6152
|
|
|
6153 2000-04-18 Andy Piper <andy@xemacs.org>
|
|
|
6154
|
|
|
6155 * glyphs.h (struct Lisp_Image_Instance): add margin_width.
|
|
|
6156 (IMAGE_INSTANCE_MARGIN_WIDTH): new.
|
|
|
6157 (XIMAGE_INSTANCE_MARGIN_WIDTH): new.
|
|
|
6158
|
|
|
6159 * glyphs.c (image_instance_equal): add margin_width.
|
|
|
6160 (image_instance_hash): ditto.
|
|
|
6161
|
|
|
6162 * glyphs-widget.c (widget_instantiate): deal with margin-width.
|
|
|
6163 (layout_query_geometry): ditto.
|
|
|
6164 (layout_layout): ditto.
|
|
|
6165 (syms_of_glyphs_widget): add margin-width.
|
|
|
6166 (image_instantiator_layout): allow margin-width.
|
|
|
6167
|
|
|
6168 * glyphs.c (update_widget_instances): make a normal function.
|
|
|
6169 (syms_of_glyphs): remove Qupdate_widget_instances.
|
|
|
6170 * glyphs.h: ditto.
|
|
|
6171
|
|
|
6172 * gui-x.c (popup_selection_callback): use enqueue_magic_eval_event
|
|
|
6173 so that we don't corrupt ideas about the last event or
|
|
|
6174 command. Remove widget-callback-current-channel fiddling.
|
|
|
6175 * gui-msw.c (mswindows_handle_gui_wm_command): ditto.
|
|
|
6176
|
|
|
6177 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
|
6178
|
|
|
6179 * XEmacs 21.2.33 is released.
|
|
|
6180
|
|
|
6181 2000-05-01 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6182
|
|
|
6183 * make-src-depend: Allow dots in header file name.
|
|
|
6184
|
|
|
6185 2000-05-01 Yoshiki Hayashi <yoshiki@xmacs.org>
|
|
|
6186
|
|
|
6187 * mule-charset.h (struct charset_lookup): Add
|
|
|
6188 next_allocated_1_byte_leading_byte and
|
|
|
6189 next_allocated_2_byte_leading_byte.
|
|
|
6190 * mule-charset.c: Move above two variables so that those values
|
|
|
6191 will be dumped.
|
|
|
6192
|
|
|
6193 2000-04-26 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6194
|
|
|
6195 * insdel.c (find_charsets_in_bufbyte_string): Add Vcharset_ascii
|
|
|
6196 when string length is zero.
|
|
|
6197 (find_charsets_in_emchar_string): Ditto.
|
|
|
6198
|
|
|
6199 2000-04-29 Bjrn Torkelsson <torkel@hpc2n.umu.se>
|
|
|
6200
|
|
|
6201 * lisp.h: extern Qdialog and Qmenubar.
|
|
|
6202
|
|
|
6203 * gui-x.c: added events.h.
|
|
|
6204 also fixed typo which made the file uncompilable.
|
|
|
6205
|
|
|
6206 * general.c: Added Qmenubar and Qdialog
|
|
|
6207
|
|
|
6208 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
|
6209
|
|
|
6210 * frame-msw.c (mswindows_init_frame_1):
|
|
|
6211 * frame-msw.c (mswindows_mark_frame):
|
|
|
6212 * event-msw.c (mswindows_enqueue_dispatch_event):
|
|
|
6213 * console-msw.h:
|
|
|
6214 * console-msw.h (struct mswindows_frame):
|
|
|
6215 * console-msw.h (FRAME_MSWINDOWS_WIDGET_HASH_TABLE1):
|
|
|
6216 there are now three hash tables for callbacks.
|
|
|
6217 mswindows_enqueue_dispatch_event is no longer static.
|
|
446
|
6218
|
|
442
|
6219 * dialog-x.c (maybe_run_dbox_text_callback):
|
|
|
6220 * dialog-x.c (dbox_descriptor_to_widget_value):
|
|
|
6221 switch to new cons3 form for callbacks.
|
|
446
|
6222
|
|
442
|
6223 * glyphs-msw.c (mswindows_register_gui_item):
|
|
|
6224 * glyphs-msw.c (mswindows_widget_instantiate):
|
|
|
6225 * glyphs-msw.c (add_tree_item):
|
|
|
6226 * glyphs-msw.c (add_tab_item):
|
|
|
6227 new image instance parameter, so it can be passed to callback-ex.
|
|
|
6228 respect :callback-ex as well as :callback.
|
|
446
|
6229
|
|
442
|
6230 * glyphs-widget.c (VALID_GUI_KEYWORDS):
|
|
|
6231 add :callback-ex.
|
|
446
|
6232
|
|
442
|
6233 * glyphs.c (print_image_instance):
|
|
|
6234 prettify, e.g. now prints widget type.
|
|
446
|
6235
|
|
442
|
6236 * gui-x.h:
|
|
|
6237 certain funs have new image instance parameter.
|
|
446
|
6238
|
|
442
|
6239 * gui.c:
|
|
|
6240 * gui.c (get_gui_callback):
|
|
|
6241 * gui.c (gui_item_add_keyval_pair):
|
|
|
6242 * gui.c (gui_item_init):
|
|
|
6243 * gui.c (gui_add_item_keywords_to_plist):
|
|
|
6244 * gui.c (mark_gui_item):
|
|
|
6245 * gui.c (gui_item_hash):
|
|
|
6246 * gui.c (gui_item_equal):
|
|
|
6247 * gui.c (copy_gui_item):
|
|
|
6248 * gui.c (syms_of_gui):
|
|
|
6249 recognize callback-ex in a number of places.
|
|
|
6250 also, fix the annoying "can't get out of yes-no dialog" bug.
|
|
446
|
6251
|
|
442
|
6252 * gui.h:
|
|
|
6253 * gui.h (struct Lisp_Gui_Item):
|
|
|
6254 recognize callback-ex in a number of places.
|
|
|
6255
|
|
|
6256 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
|
6257 new parameter in button_item_to_widget_value.
|
|
446
|
6258
|
|
442
|
6259 * glyphs-x.c (x_update_widget):
|
|
|
6260 * glyphs-x.c (x_button_instantiate):
|
|
|
6261 * glyphs-x.c (x_button_update):
|
|
|
6262 * glyphs-x.c (x_progress_gauge_instantiate):
|
|
|
6263 * glyphs-x.c (x_edit_field_instantiate):
|
|
|
6264 * glyphs-x.c (x_combo_box_instantiate):
|
|
|
6265 * glyphs-x.c (x_tab_control_instantiate):
|
|
|
6266 * glyphs-x.c (x_label_instantiate):
|
|
|
6267 new image instance parameter in various places.
|
|
446
|
6268
|
|
442
|
6269 * event-Xt.c:
|
|
|
6270 * event-Xt.c (enqueue_Xt_dispatch_event):
|
|
|
6271 this fun gets exported.
|
|
446
|
6272
|
|
442
|
6273 * gui-msw.c:
|
|
|
6274 * gui-msw.c (mswindows_handle_gui_wm_command):
|
|
|
6275 handle both :callback and :callback-ex, and generate our own
|
|
|
6276 event because it's one of the callback-ex arguments.
|
|
446
|
6277
|
|
442
|
6278 * gui-x.c:
|
|
|
6279 * gui-x.c (popup_selection_callback):
|
|
|
6280 handle both :callback and :callback-ex, and generate our own
|
|
|
6281 event because it's one of the callback-ex arguments.
|
|
|
6282 * gui-x.c (button_item_to_widget_value):
|
|
|
6283 * gui-x.c (gui_items_to_widget_values_1):
|
|
|
6284 * gui-x.c (gui_item_children_to_widget_values):
|
|
|
6285 * gui-x.c (gui_items_to_widget_values):
|
|
|
6286 new image instance parameter in various places.
|
|
|
6287
|
|
|
6288 * fns.c (Freplace_list):
|
|
|
6289 fix small typo in doc string.
|
|
446
|
6290
|
|
442
|
6291 * lisp.h:
|
|
|
6292 declare enqueue_Xt_dispatch_event.
|
|
|
6293
|
|
|
6294 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
|
6295
|
|
|
6296 * buffer.c:
|
|
|
6297 * buffer.c (Frecord_buffer):
|
|
|
6298 * buffer.c (syms_of_buffer):
|
|
|
6299 delete record-buffer-hook.
|
|
446
|
6300
|
|
442
|
6301 * fns.c:
|
|
|
6302 * fns.c (Freplace_list):
|
|
|
6303 * fns.c (syms_of_fns):
|
|
|
6304 new primitive replace-list.
|
|
446
|
6305
|
|
442
|
6306 * frameslots.h:
|
|
|
6307 slot for old buffer-alist.
|
|
446
|
6308
|
|
442
|
6309 * lisp.h:
|
|
|
6310 exfun replace-list.
|
|
446
|
6311
|
|
442
|
6312 * redisplay.c:
|
|
|
6313 * redisplay.c (redisplay_frame):
|
|
|
6314 * redisplay.c (syms_of_redisplay):
|
|
|
6315 * redisplay.c (vars_of_redisplay):
|
|
|
6316 new hook buffer-list-changed-hook.
|
|
|
6317 call it.
|
|
|
6318
|
|
|
6319 2000-04-27 Ben Wing <ben@xemacs.org>
|
|
|
6320
|
|
|
6321 * extents.h: extern in_modeline_generation.
|
|
|
6322
|
|
|
6323 * redisplay.c (generate_formatted_string_db): set
|
|
|
6324 in_modeline_generation.
|
|
|
6325
|
|
|
6326 * extents.c (extent_changed_for_redisplay): don't mark redisplay
|
|
|
6327 flags if in modeline generation. otherwise frame-modified-tick
|
|
|
6328 is ticked far too often.
|
|
|
6329 Declare in_modeline_generation.
|
|
|
6330
|
|
|
6331 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
|
6332
|
|
|
6333 * emacs.c (vars_of_emacs): document quick-build "error-checking"
|
|
|
6334 option.
|
|
|
6335 (vars_of_emacs): add quick-build as an error-checking option.
|
|
|
6336 A bit kludgy, but there doesn't seem much point in creating
|
|
|
6337 a real var for this.
|
|
|
6338
|
|
|
6339 * config.h.in: put in an entry for QUICK_BUILD; remove NO_DOC_FILE.
|
|
|
6340
|
|
|
6341 2000-04-14 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
6342
|
|
|
6343 * redisplay.h (struct display_line): Add a new variable,
|
|
|
6344 line_continuation.
|
|
|
6345
|
|
|
6346 * redisplay.c (create_text_block): Set dl->line_continuation if
|
|
|
6347 the line continues.
|
|
|
6348 (create_string_text_block): Ditto.
|
|
|
6349 (regenerate_window_incrementally): Use line_continuation instead
|
|
|
6350 of searching continuation glyph.
|
|
|
6351 (add_margin_runes): Call add_glyph_rune.
|
|
|
6352 (add_glyph_rune): Handle margin glyph.
|
|
|
6353
|
|
|
6354 2000-04-20 Martin Buchholz <martin@xemacs.org>
|
|
|
6355
|
|
446
|
6356 * filelock.c (fill_in_lock_file_name):
|
|
442
|
6357 ANSIfy.
|
|
|
6358 Check for IS_ANY_SEP instead of '/'.
|
|
446
|
6359 (lock_file_1):
|
|
442
|
6360 Avoid generating gratuitous garbage. Call user_login_name() directly.
|
|
|
6361 Never check errno without first seeing that system call failed.
|
|
|
6362 (unlock_file): Add GCPRO.
|
|
|
6363 (Flock_buffer): Fix docstring.
|
|
|
6364 (Ffile_locked_p): Fix docstring. Add GCPRO.
|
|
|
6365
|
|
|
6366 2000-04-19 Martin Buchholz <martin@xemacs.org>
|
|
|
6367
|
|
446
|
6368 * sysdep.c (get_pty_max_bytes):
|
|
442
|
6369 Fix hangs on DEC OSF 4.0 when (process-send-string) sends
|
|
|
6370 strings longer than 252 bytes.
|
|
|
6371
|
|
|
6372 * md5.c: Unconditionally include ANSI header <limits.h>
|
|
|
6373
|
|
446
|
6374 * glyphs-x.c (convert_EImage_to_XImage):
|
|
|
6375 * lisp-union.h (union Lisp_Object):
|
|
442
|
6376 Use consistently the syntax #ifdef FEATURE, not #if FEATURE.
|
|
|
6377
|
|
|
6378 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6379
|
|
|
6380 * filelock.c (current_lock_owner): Remove unused variable o, p.
|
|
|
6381
|
|
|
6382 2000-04-17 Norbert Koch <n.koch@eai-delta.de>
|
|
|
6383
|
|
|
6384 * callint.c: Remove multiply defined symbol Qlet
|
|
|
6385 (syms_of_callint): ditto.
|
|
|
6386
|
|
|
6387 2000-04-14 Andy Piper <andy@xemacs.org>
|
|
|
6388
|
|
|
6389 * general.c (syms_of_general): add last-command, this-command, let
|
|
|
6390 and funcall.
|
|
|
6391
|
|
|
6392 * lisp.h: declare various symbols.
|
|
|
6393
|
|
|
6394 * glyphs.h: declare Qwidget_callback_current_channel;
|
|
|
6395
|
|
|
6396 * glyphs-widget.c (syms_of_glyphs_widget): add
|
|
|
6397 Qgui_callback_current_channel.
|
|
|
6398 (vars_of_glyphs_widget): add Vgui_callback_current_channel.
|
|
|
6399
|
|
|
6400 * gui-msw.c (mswindows_handle_gui_wm_command): bind
|
|
|
6401 widget-callback-current-channel when invoking the interactive
|
|
|
6402 arg. Also bind last-command and next-command when invoking the
|
|
|
6403 widget updates.
|
|
|
6404 * gui-x.c (popup_selection_callback): ditto.
|
|
|
6405
|
|
|
6406 * gui.c (get_gui_callback): massage args so that we are always
|
|
|
6407 calling eval. This allows us to add our own variable bindings
|
|
|
6408 outside.
|
|
|
6409
|
|
|
6410 * glyphs-x.c (x_button_instantiate): use
|
|
|
6411 gui_items_to_widget_values since this is GC safe.
|
|
|
6412 (x_progress_gauge_instantiate): ditto.
|
|
|
6413 (x_edit_field_instantiate): ditto.
|
|
|
6414 (x_label_instantiate): ditto.
|
|
|
6415
|
|
|
6416 * event-Xt.c (emacs_Xt_handle_magic_event): remove old printfs.
|
|
|
6417 (emacs_Xt_event_widget_focus_out): new function
|
|
|
6418 (emacs_Xt_event_widget_focus_in): new function. Set the keyboard
|
|
|
6419 focus.
|
|
|
6420 (emacs_Xt_event_add_widget_actions): new function. add focus
|
|
|
6421 functions as actions.
|
|
|
6422 (init_event_Xt_late): use it.
|
|
|
6423
|
|
|
6424 2000-04-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
6425
|
|
|
6426 * event-stream.c (Fdispatch_event): Doc fix.
|
|
|
6427
|
|
|
6428 2000-03-29 SL Baur <steve@musashimaru.m17n.org>
|
|
|
6429
|
|
|
6430 * postgresql.c: Remove all references to PQsetenv*.
|
|
|
6431
|
|
|
6432 * postgresql.h: Remove references to PGsetenvHandler object.
|
|
|
6433 * lrecord.h (lrecord_type): Ditto.
|
|
|
6434
|
|
|
6435 2000-04-11 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
6436
|
|
|
6437 * glyphs-msw.h (struct mswindows_image_instance_data): Added
|
|
|
6438 real_heigh and real_width members, and accessor macros for these.
|
|
|
6439
|
|
|
6440 * glyphs-msw.c (init_image_instance_geometry): New function.
|
|
|
6441 (init_image_instance_from_dibitmap): Use it.
|
|
|
6442 (mswindows_resource_instantiate): Use it.
|
|
|
6443 (init_image_instance_from_xbm_inline): Use it.
|
|
|
6444 (mswindows_initialize_image_instance_mask): Use real bitmap
|
|
|
6445 geometry.
|
|
|
6446 (mswindows_create_resized_bitmap): Ditto.
|
|
|
6447 (mswindows_create_resized_mask): Ditto.
|
|
446
|
6448
|
|
442
|
6449 * redisplay-msw.c (mswindows_output_dibitmap): Stretch real mask
|
|
|
6450 and bitmap to their surface size.
|
|
|
6451
|
|
|
6452 2000-04-11 Jan Vroonhof <jan@xemacs.org>
|
|
|
6453
|
|
|
6454 * process-unix.c (unix_send_process): Guard against process MIA
|
|
|
6455 after Faccept_process_output.
|
|
|
6456
|
|
|
6457 2000-04-11 Ben Wing <ben@xemacs.org>
|
|
|
6458
|
|
|
6459 * eval.c (unbind_to_hairy): fix brokenness introduced by
|
|
|
6460 nanosecond speed improvements.
|
|
|
6461
|
|
|
6462 2000-04-07 Raymond Toy <toy@rtp.ericsson.se>
|
|
|
6463
|
|
|
6464 * sunplay.c (init_device): To play sounds correctly, the device
|
|
|
6465 apparently needs to be initialized at least once by XEmacs. Make
|
|
|
6466 it so.
|
|
|
6467
|
|
|
6468 2000-04-10 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
6469
|
|
|
6470 * redisplay.c (add_margin_runes): Add text image glyph
|
|
|
6471 handling.
|
|
|
6472
|
|
|
6473 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6474
|
|
|
6475 * lisp.h (DOESNT_RETURN): Don't declare as volatile when
|
|
|
6476 gcc is newer than 2.5.
|
|
|
6477
|
|
|
6478 2000-04-06 Colin Rafferty <colin@xemacs.org>
|
|
|
6479
|
|
|
6480 * lisp.h (FLEXIBLE_ARRAY_STRUCT_SIZEOF): Created.
|
|
446
|
6481
|
|
442
|
6482 * fns.c (size_bit_vector):
|
|
|
6483 * alloc.c (size_vector):
|
|
|
6484 (make_vector_internal):
|
|
|
6485 (make_bit_vector_internal):
|
|
|
6486 (sweep_bit_vectors_1):
|
|
|
6487 Replace calls to offsetof with FLEXIBLE_ARRAY_STRUCT_SIZEOF macro.
|
|
|
6488
|
|
|
6489 2000-04-06 Andy Piper <andy@xemacs.org>
|
|
|
6490
|
|
|
6491 * gmalloc.c (malloc): undo previous change.
|
|
|
6492 (malloc): ditto.
|
|
|
6493 (free): ditto.
|
|
|
6494 (realloc): ditto.
|
|
|
6495
|
|
|
6496 2000-04-06 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
6497
|
|
|
6498 * line-number.c (buffer_line_number): Revert to former version.
|
|
|
6499
|
|
|
6500 2000-04-06 Andy Piper <andy@xemacs.org>
|
|
|
6501
|
|
|
6502 * gmalloc.c (malloc): add error checking.
|
|
|
6503 (malloc): ditto.
|
|
|
6504 (free): ditto.
|
|
|
6505 (realloc): ditto.
|
|
|
6506
|
|
|
6507 * dialog-x.c (dbox_descriptor_to_widget_value): add extra
|
|
|
6508 button_item_to_widget_value arg.
|
|
|
6509
|
|
|
6510 * glyphs-x.c (x_button_instantiate): add extra
|
|
|
6511 button_item_to_widget_value arg.
|
|
|
6512 (x_progress_gauge_instantiate): ditto.
|
|
|
6513 (x_edit_field_instantiate): ditto.
|
|
|
6514 (x_label_instantiate): ditto.
|
|
|
6515
|
|
|
6516 * gui-x.c (gui_items_to_widget_values_1): add extra
|
|
|
6517 button_item_to_widget_value arg.
|
|
|
6518 (button_item_to_widget_value): add extra menu_item_p arg.
|
|
|
6519
|
|
|
6520 * gui-x.h: change signature of button_item_to_widget_value.
|
|
|
6521
|
|
|
6522 * menubar-x.c (menu_item_descriptor_to_widget_value_1): add extra
|
|
|
6523 button_item_to_widget_value arg.
|
|
|
6524
|
|
|
6525 2000-04-03 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6526
|
|
|
6527 * buffer.h (struct buffer): auto_save_modified should be long.
|
|
|
6528
|
|
|
6529 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
|
6530
|
|
|
6531 * glyphs-widget.c (widget_instantiate): pixwidth != pixheight
|
|
|
6532 type.
|
|
|
6533 (button_query_geometry): give a little more room so that athena
|
|
|
6534 buttons fit.
|
|
|
6535
|
|
|
6536 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
|
6537
|
|
|
6538 * faces.c (complex_vars_of_faces): The widget face should inherit
|
|
|
6539 the font of the gui-element face.
|
|
|
6540
|
|
|
6541 2000-04-04 Andy Piper <andy@xemacs.org>
|
|
|
6542
|
|
|
6543 * glyphs-x.c (x_button_update): new function. unconditionally
|
|
|
6544 update a button's state when the instance is dirty.
|
|
|
6545 (image_instantiator_format_create_glyphs_x): add x_button_update.
|
|
|
6546 (x_widget_instantiate): remove old resize cruft.
|
|
|
6547
|
|
|
6548 2000-04-02 Andy Piper <andy@xemacs.org>
|
|
|
6549
|
|
|
6550 * frame.c (change_frame_size_1): The introduction of gutters means
|
|
|
6551 that we need to allow 0 as a potential frame dimension.
|
|
|
6552
|
|
|
6553 2000-04-02 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
6554
|
|
|
6555 * redisplay.c (add_glyph_rune): Don't set 0 to bufpos for text
|
|
|
6556 image glyph if allow_cursor.
|
|
|
6557 (add_hscroll_rune): Don't allow cursor to border glyph.
|
|
|
6558 (create_text_block): Ditto.
|
|
|
6559
|
|
|
6560 * redisplay-output.c (redisplay_move_cursor): Do nothing even if
|
|
|
6561 text not in buffer.
|
|
|
6562 (redisplay_output_layout): Call ensure_face_cachel_complete for
|
|
|
6563 text image glyph.
|
|
|
6564
|
|
|
6565
|
|
|
6566 2000-03-16 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
6567
|
|
|
6568 * redisplay.c (add_glyph_rune): Adding text image as text runes.
|
|
|
6569
|
|
|
6570 * redisplay-output.c (redisplay_move_cursor): NO_CURSOR if text
|
|
|
6571 not in buffer
|
|
|
6572
|
|
|
6573 * redisplay-tty.c (tty_output_display_block): Delete the routine
|
|
|
6574 for text image glyph
|
|
|
6575 * redisplay-x.c (x_output_display_block): ditto
|
|
|
6576 * redisplay-msw.c (mswindows_output_display_block): ditto
|
|
|
6577
|
|
|
6578 2000-02-02 Mike Alexander <mta@arbortext.com>
|
|
|
6579
|
|
|
6580 Note: Some of these were committed by accident as part of other
|
|
|
6581 patches.
|
|
446
|
6582
|
|
442
|
6583 * regex.c (regex_compile): Avoid compiler warnings.
|
|
|
6584
|
|
|
6585 * ntproc.c (sys_spawnve): Avoid compiler warnings.
|
|
|
6586
|
|
|
6587 * nt.h: Declare term_ntproc correctly.
|
|
|
6588
|
|
|
6589 * nt.c: Remove incorrect declaration of get_home_directory which
|
|
|
6590 is declared correctly in lisp.h.
|
|
|
6591
|
|
|
6592 * keymap.c (get_keyelt): Avoid compiler warnings.
|
|
|
6593 (raw_lookup_key_mapper): Avoid compiler warnings.
|
|
|
6594
|
|
|
6595 * gutter.c (gutter_was_visible): Add return statement to avoid warning.
|
|
|
6596
|
|
|
6597 * glyphs-eimage.c (png_instantiate): Avoid compiler warnings.
|
|
|
6598
|
|
|
6599 * filemode.c (mode_string): Avoid compiler warnings.
|
|
|
6600
|
|
|
6601 * file-coding.c (Fcoding_system_aliasee): Add return statement to
|
|
|
6602 avoid warning.
|
|
|
6603
|
|
|
6604 * events-mod.h: Undef some things that winuser.h defines differently.
|
|
|
6605
|
|
|
6606 * data.c (Faset): Avoid compiler warnings.
|
|
|
6607
|
|
|
6608 * alloc.c (Fmake_byte_code): Avoid compiler warnings.
|
|
|
6609
|
|
|
6610 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6611
|
|
|
6612 * sound.c (Fplay_sound_file): Wrap ESD in start/stop_interrupts.
|
|
|
6613 Fall through to simple beep on error.
|
|
|
6614 Replace "extern" by real header file.
|
|
|
6615
|
|
|
6616 * linuxplay.c: Use nativesound.h
|
|
|
6617 (play_sound_data): Return error code. Be less verbose on error.
|
|
|
6618
|
|
|
6619 * sunplay.c: Use nativesound.h
|
|
|
6620 (play_sound_data): Return error code. Be less verbose on error.
|
|
|
6621
|
|
|
6622 * ntplay.c: Use nativesound.h
|
|
|
6623 (play_sound_data): Return fake error code
|
|
|
6624
|
|
|
6625 * sgiplay.c: Use nativesound.h
|
|
|
6626 (play_sound_data): Return error code
|
|
|
6627
|
|
|
6628 * hpplay.c: Use nativesound.h, partially implement
|
|
|
6629 new error code. Break compilation until finished.
|
|
|
6630 (play_sound_data): error code.
|
|
|
6631
|
|
446
|
6632 * nativesound.h (play_sound_file):
|
|
442
|
6633 (play_sound_data): Prototype in new header.
|
|
|
6634
|
|
|
6635 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
|
6636
|
|
|
6637 * glyphs-widget.c: (button_query_geometry): new function. Adjust
|
|
|
6638 for toggle and radio buttons.
|
|
|
6639 (image_instantiator_buttons): use it.
|
|
|
6640
|
|
|
6641 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6642
|
|
446
|
6643 * scrollbar-x.c (x_update_vertical_scrollbar_callback):
|
|
442
|
6644 (x_update_horizontal_scrollbar_callback): Return if no mirror was
|
|
|
6645 found. Scrollbar event probably belonged to some old config.
|
|
|
6646
|
|
|
6647 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
|
6648
|
|
|
6649 * glyphs-widget.c (widget_instantiate): use LAYOUT_VERTICAL rather
|
|
|
6650 than 1.
|
|
|
6651 (initialize_widget_image_instance): default layout to
|
|
|
6652 LAYOUT_HORIZONTAL rather than 0.
|
|
|
6653 (widget_instantiate): reverse the item list at the end rather than
|
|
|
6654 every iteration.
|
|
|
6655 (layout_layout): re-code for the border text at the front of the
|
|
|
6656 item list rather than at the end.
|
|
|
6657 (layout_query_geometry): ditto. Pick up fixed and dynamic sizes
|
|
|
6658 provided by the user.
|
|
|
6659 (widget_query_geometry): comment.
|
|
|
6660
|
|
|
6661 2000-03-30 Andy Piper <andy@xemacs.org>
|
|
|
6662
|
|
|
6663 * glyphs-widget.c (image_instantiator_layout): allow standard
|
|
|
6664 widget keywords in layouts.
|
|
|
6665
|
|
|
6666 * gutter.c (output_gutter): cope with nil gutter contents.
|
|
|
6667
|
|
|
6668 * frame.c (Fset_frame_properties): add gutter docs.
|
|
|
6669
|
|
|
6670 2000-03-29 Andy Piper <andy@xemacs.org>
|
|
|
6671
|
|
|
6672 * toolbar-msw.c (TBSTYLE_FLAT): add.
|
|
|
6673 (mswindows_output_toolbar): minor fiddling.
|
|
|
6674
|
|
|
6675 2000-03-29 Andy Piper <andy@xemacs.org>
|
|
|
6676
|
|
|
6677 * gutter.c (output_gutter): force gutter size recalculation if
|
|
|
6678 what we are trying to display won't fit.
|
|
|
6679 (update_gutter_geometry): new function. A per-gutter version of
|
|
|
6680 update_frame_gutter_geometry.
|
|
|
6681 (update_frame_gutter_geometry): use it.
|
|
|
6682 (redraw_exposed_gutter): add extra debugging output.
|
|
|
6683
|
|
|
6684 2000-03-28 Mike Alexander <mta@arbortext.com>
|
|
|
6685
|
|
|
6686 * dumper.c: Declare pdump_hFile and pdump_hMap (Windows only)
|
|
|
6687 (pdump_file_unmap): Implement it on Windows
|
|
|
6688 (pdump_file_get): Save alocated handles for pdump_file_unmap
|
|
|
6689
|
|
|
6690 2000-03-28 Andy Piper <andy@xemacs.org>
|
|
|
6691
|
|
|
6692 * gui.c (get_gui_callback): treat Quit specially.
|
|
|
6693
|
|
|
6694 2000-03-27 Andy Piper <andy@xemacs.org>
|
|
|
6695
|
|
|
6696 * glyphs.c (image_instantiate): be careful to check in the same
|
|
|
6697 way we assigned.
|
|
|
6698
|
|
|
6699 2000-03-27 Didier Verna <didier@xemacs.org>
|
|
|
6700
|
|
|
6701 * config.h.in: define the proper SMART_INCLUDE macro.
|
|
|
6702 handle renaming of `foo_h_path' to `foo_h_file'.
|
|
|
6703
|
|
|
6704 * database.c: ditto.
|
|
|
6705
|
|
|
6706 * emacs.c: ditto.
|
|
|
6707
|
|
|
6708 * linuxplay.c: ditto.
|
|
|
6709
|
|
|
6710 * terminfo.c: ditto.
|
|
|
6711
|
|
|
6712 * tooltalk.h: ditto.
|
|
|
6713
|
|
|
6714 2000-03-27 Andy Piper <andy@xemacs.org>
|
|
|
6715
|
|
|
6716 * glyphs-msw.c (mswindows_update_widget): make sure the widget
|
|
|
6717 gets updated whenever the face might have changed.
|
|
|
6718
|
|
|
6719 2000-03-26 Mike Alexander <mta@arbortext.com>
|
|
|
6720
|
|
|
6721 * dumper.c (pdump_resource_free): Fix the comment.
|
|
|
6722
|
|
|
6723 2000-03-21 Olivier Galibert <galibert@pobox.com>
|
|
|
6724
|
|
|
6725 * input-method-xlib.c (XIM_init_frame): Remove painful warning.
|
|
|
6726
|
|
|
6727 2000-03-22 Mike Alexander <mta@arbortext.com>
|
|
|
6728
|
|
|
6729 * dumper.c: Include Windows headers on Windows
|
|
|
6730 (pdump_resource_free): Add a body to the function
|
|
|
6731 (pdump_load): exe_name -> exe_path and add some comments.
|
|
|
6732
|
|
|
6733 2000-03-25 Mike Alexander <mta@arbortext.com>
|
|
|
6734
|
|
|
6735 * gui.c (copy_gui_item_tree): Return a value in all cases
|
|
|
6736
|
|
|
6737 2000-03-21 Didier Verna <didier@xemacs.org>
|
|
|
6738
|
|
|
6739 * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 here from
|
|
|
6740 lwlib/config.h.in.
|
|
|
6741 (SMART_INCLUDE): new macro.
|
|
|
6742 (POSTGRES_INCLUDE): new macro to include postgresql headers from
|
|
|
6743 the proper location.
|
|
|
6744
|
|
|
6745 * postgresql.c: use it.
|
|
|
6746
|
|
|
6747 * inline.c: ditto.
|
|
|
6748
|
|
|
6749 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
|
6750
|
|
|
6751 * gutter.c (redraw_exposed_gutters): must be "in display" when we
|
|
|
6752 do this.
|
|
|
6753
|
|
|
6754 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
|
6755
|
|
|
6756 * redisplay-output.c (compare_runes): use image_instance_changed
|
|
|
6757 to detect changes. Do not depend on glyphs_changed, only depend on
|
|
|
6758 dirtiness.
|
|
|
6759 (redisplay_output_layout): add debug messages.
|
|
|
6760 (compare_runes): ditto.
|
|
|
6761
|
|
|
6762 * glyphs.h: declare new functions.
|
|
|
6763 (struct Lisp_Image_Instance): remove percent and associated
|
|
|
6764 accessors.
|
|
|
6765
|
|
|
6766 * gui.h: declare new copying functions.
|
|
|
6767
|
|
|
6768 * gui.c (copy_gui_item_tree): new function.
|
|
|
6769 (copy_gui_item): new function.
|
|
|
6770 (gui_item_id_hash): revert to standard hash.
|
|
|
6771 (gui_item_hash): ditto.
|
|
|
6772 (gui_item_hash_internal): deleted.
|
|
|
6773 (mark_gui_item): mark value.
|
|
|
6774 (gui_item_add_keyval_pair): add value.
|
|
|
6775 (gui_item_init): ditto.
|
|
|
6776 (gui_add_item_keywords_to_plist): ditto.
|
|
|
6777 (gui_item_equal): ditto.
|
|
|
6778 (syms_of_gui): add Q_value.
|
|
|
6779
|
|
|
6780 * glyphs-x.c (x_progress_gauge_update): use pending items and
|
|
|
6781 value for setting the state.
|
|
|
6782 (x_update_widget): don't set items from pending here.
|
|
|
6783
|
|
|
6784 * glyphs-widget.c (update_widget): update items here.
|
|
|
6785 (progress_gauge_set_property): use items for storing value. Put
|
|
|
6786 new value in pending items.
|
|
|
6787
|
|
|
6788 * glyphs-msw.c (mswindows_progress_gauge_update): use pending
|
|
|
6789 items for new value. Convert percent -> value.
|
|
|
6790 (mswindows_tab_control_update): don't update items here.
|
|
|
6791
|
|
|
6792 * glyphs.c (Fupdate_widget_instances): use image_instance_changed.
|
|
|
6793 (update_subwindow): ditto.
|
|
|
6794 (image_instance_changed): new function. Compare hash values and
|
|
|
6795 past and present widget items.
|
|
|
6796 (image_instantiate): We more careful about where we instantiate
|
|
|
6797 things.
|
|
|
6798 (image_instantiate): add error checking.
|
|
|
6799
|
|
|
6800 * gutter.c (syms_of_gutter): use -hook.
|
|
|
6801
|
|
|
6802 2000-03-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6803
|
|
|
6804 * console-tty.c (Fset_console_tty_input_coding_system): Use
|
|
|
6805 Qkeyboard.
|
|
|
6806 (Fset_console_tty_output_coding_system): Use Qterminal.
|
|
|
6807 (tty_init_console): Use Qkeyboard and Qterminal.
|
|
|
6808
|
|
|
6809 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
|
6810
|
|
|
6811 * ntproc.c (create_child): remove bogus HAVE_NTGUI's.
|
|
|
6812 From Mike Alexander <mta@arbortext.com>.
|
|
|
6813
|
|
|
6814 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
|
6815
|
|
|
6816 * event-msw.c (mswindows_need_event): Horrible kludge to fix
|
|
|
6817 process brokenness. Proper implementation to come.
|
|
|
6818 * callproc.c:
|
|
|
6819 Rename call-process-internal to old-call-process-internal.
|
|
|
6820 New impl. in process.el.
|
|
|
6821
|
|
|
6822 2000-03-21 Martin Buchholz <martin@xemacs.org>
|
|
|
6823
|
|
|
6824 * Makefile.in.in: Coalesce HAVE_NATIVE_SOUND code fragments.
|
|
|
6825
|
|
|
6826 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
|
6827
|
|
|
6828 * glyphs.c (full_list_hash): make hashes of the same elements in
|
|
|
6829 different orders return different values.
|
|
|
6830
|
|
|
6831 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
|
6832
|
|
|
6833 * XEmacs 21.2.32 is released.
|
|
|
6834
|
|
|
6835 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
|
6836
|
|
|
6837 * buffer.h (DFC_ALLOCA_USE_CONVERTED_DATA):
|
|
|
6838 (DFC_MALLOC_USE_CONVERTED_DATA):
|
|
|
6839 Add aliasing-safe casts to allow use with char* or unsigned char*
|
|
|
6840 lvalues.
|
|
|
6841
|
|
|
6842 * eldap.c (Fldap_open):
|
|
|
6843 (Fldap_search_basic):
|
|
|
6844 (Fldap_add):
|
|
|
6845 (Fldap_modify):
|
|
|
6846 Make C++-compilable.
|
|
|
6847 Make sure GCPRO'ed variables are initialized.
|
|
|
6848 Use temp variables to avoid repeated calls to Flength.
|
|
|
6849
|
|
|
6850 2000-03-16 Martin Buchholz <martin@xemacs.org>
|
|
|
6851
|
|
|
6852 * sysfile.h:
|
|
|
6853 Make sure PATH_MAX is always defined.
|
|
|
6854 Include limits.h for PATH_MAX.
|
|
|
6855 Deprecate use of MAXPATHLEN.
|
|
|
6856
|
|
|
6857 2000-03-10 Martin Buchholz <martin@xemacs.org>
|
|
|
6858
|
|
|
6859 * emacs.c: Add reinit_vars_of_fileio.
|
|
|
6860 * symsinit.h: Add reinit_vars_of_fileio.
|
|
|
6861 * fileio.c (reinit_vars_of_fileio): New.
|
|
|
6862 * fileio.c (Fmake_temp_name):
|
|
|
6863 Initialize temp_name random number from microseconds to make
|
|
|
6864 collisions even less likely. Initialize always at process startup
|
|
|
6865 time. (make-temp-name) used to return the same file name twice in
|
|
|
6866 a row when PDUMP.
|
|
|
6867 Random stylistic fiddling.
|
|
|
6868 Comment fixes.
|
|
|
6869
|
|
|
6870 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
|
6871
|
|
|
6872 * glyphs.c (image_instantiate): allow text glyphs to be
|
|
|
6873 instantiated in the minibuffer window.
|
|
|
6874
|
|
|
6875 2000-03-19 Andy Piper <andy@xemacs.org>
|
|
|
6876
|
|
|
6877 * glyphs.c (image_instance_hash): be careful about which items we
|
|
|
6878 hash on.
|
|
|
6879
|
|
|
6880 * glyphs-widget.c (tab_control_set_property): record into pending
|
|
|
6881 items rather than the actual items.
|
|
|
6882
|
|
|
6883 * glyphs-x.c (x_update_widget): use pending items to update with.
|
|
|
6884
|
|
|
6885 * glyphs-msw.c (mswindows_tab_control_update): use pending items
|
|
|
6886 to update with.
|
|
|
6887
|
|
|
6888 * glyphs.c (mark_image_instance): mark pending items.
|
|
|
6889
|
|
|
6890 * window.c (Fset_window_configuration): record the buffer.
|
|
|
6891 (Fselect_window): totally revert previous change which breaks many
|
|
|
6892 things.
|
|
|
6893
|
|
|
6894 2000-03-18 Andy Piper <andy@xemacs.org>
|
|
|
6895
|
|
|
6896 * glyphs-msw.c (mswindows_tab_control_update): force selected
|
|
|
6897 item.
|
|
|
6898
|
|
|
6899 * glyphs.c (image_instantiate): don't allow the minibuffer as a
|
|
|
6900 window domain cache, otherwise we get inconsistencies at
|
|
|
6901 startup. There is something fishy at startup which can lead to the
|
|
|
6902 minibuffer being the selected window when the gutter content is
|
|
|
6903 instantiated.
|
|
|
6904
|
|
|
6905 * gui.c (parse_gui_item_tree_list): add probably unnecessary
|
|
|
6906 gcpros.
|
|
|
6907 (parse_gui_item_tree_children): ditto.
|
|
|
6908 (parse_gui_item_tree_item): ditto.
|
|
|
6909
|
|
|
6910 * glyphs.c (Fupdate_widget_instances): return something.
|
|
|
6911
|
|
|
6912 2000-03-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6913
|
|
|
6914 * window.c (Fselect_window): Undo 2000-03-17 change.
|
|
|
6915
|
|
|
6916 2000-03-17 SL Baur <steve@musashimaru.m17n.org>
|
|
|
6917
|
|
|
6918 * postgresql.c (Fpq_setenv): Remove this turkey when linking
|
|
|
6919 against v7.0 libraries. Insta-coredump city until the postgres
|
|
|
6920 folks fix it.
|
|
|
6921
|
|
|
6922 2000-03-17 Andy Piper <andy@xemacs.org>
|
|
|
6923
|
|
|
6924 * faces.c (complex_vars_of_faces): don't give the widget face an
|
|
|
6925 inherited background pixmap.
|
|
|
6926
|
|
|
6927 * glyphs-msw.c (mswindows_tab_control_instantiate): select the
|
|
|
6928 selected item.
|
|
|
6929
|
|
|
6930 * event-stream.c (Fdispatch_non_command_events): return something.
|
|
|
6931
|
|
|
6932 * gutter.c (output_gutter): use widget face.
|
|
|
6933 (clear_gutter): ditto.
|
|
|
6934
|
|
|
6935 * NEWS: adjust again.
|
|
|
6936
|
|
|
6937 * window.c (Fselect_window): make sure this runs to completion to
|
|
|
6938 avoid oddities with Fset_window_configuration.
|
|
|
6939 (Fcurrent_window_configuration): in general do not save the
|
|
|
6940 minibuffer as the selected window.
|
|
|
6941
|
|
|
6942 * glyphs.h (IMAGE_INSTANCE_HASH_DEPTH): increase.
|
|
|
6943
|
|
|
6944 2000-03-16 Olivier Galibert <galibert@pobox.com>
|
|
|
6945
|
|
|
6946 * emacs.c (Frunning_temacs_p): Revert previous patch.
|
|
|
6947 (main_1): Reinitialize running_temacs_argc if pdump_load succeeds.
|
|
|
6948
|
|
|
6949 2000-03-16 Andy Piper <andy@xemacs.org>
|
|
|
6950
|
|
|
6951 * glyphs-x.c (x_tab_control_update): if no widget values then
|
|
|
6952 return.
|
|
|
6953
|
|
|
6954 * NEWS: update for new features.
|
|
|
6955
|
|
|
6956 * event-Xt.c (emacs_Xt_force_event_pending): new function. Post a
|
|
|
6957 synthetic event to the native system.
|
|
|
6958 (reinit_vars_of_event_Xt): set force_event_pending to
|
|
|
6959 emacs_Xt_force_event_pending.
|
|
|
6960
|
|
|
6961 * events.h (struct event_stream): add force_event_pending.
|
|
|
6962
|
|
|
6963 * specifier.c (recompute_one_cached_specifier_in_window): add
|
|
|
6964 comment.
|
|
|
6965
|
|
|
6966 * redisplay.c (redisplay_frame): don't call
|
|
|
6967 update_frame_subwindows. Reset subwindow cachels when
|
|
|
6968 subwindows_changed, removing this was an optimization too far.
|
|
|
6969
|
|
|
6970 * redisplay-output.c (compare_runes): reorganize so that we catch
|
|
|
6971 glyph changes when we want them. Set optimize_output when this
|
|
|
6972 would help layouts.
|
|
|
6973 (redisplay_output_layout): remove frame_really_changed, use
|
|
|
6974 optimize_output instead.
|
|
|
6975
|
|
|
6976 * redisplay-msw.c (mswindows_output_display_block): reset
|
|
|
6977 optimize_output after outputting a glyph.
|
|
|
6978 * redisplay-x.c (x_output_display_block): ditto.
|
|
|
6979 * redisplay-tty.c (tty_output_display_block): ditto.
|
|
|
6980
|
|
|
6981 * gutter.c: (specifier_vars_of_gutter): use new spec changed
|
|
|
6982 functions.
|
|
|
6983 (gutter_specs_changed): do specific gutter positions.
|
|
|
6984 (top_gutter_specs_changed): new function. Only update the
|
|
|
6985 specified gutter specs.
|
|
|
6986 (bottom_gutter_specs_changed): ditto.
|
|
|
6987 (left_gutter_specs_changed): ditto.
|
|
|
6988 (right_gutter_specs_changed): ditto.
|
|
|
6989
|
|
|
6990 * gui.c (gui_item_hash_internal): new function, does a real hash.
|
|
|
6991 (gui_item_id_hash): use it.
|
|
|
6992 (gui_item_hash): hash the eval'ed gui_item.
|
|
|
6993
|
|
|
6994 * gui-x.c (popup_selection_callback): send an eval event to call
|
|
|
6995 Fupdate_widget_instances.
|
|
|
6996
|
|
|
6997 * gui-msw.c (mswindows_handle_gui_wm_command): send an eval event
|
|
|
6998 to call Fupdate_widget_instances.
|
|
|
6999
|
|
|
7000 * glyphs.h (struct Lisp_Image_Instance): add optimize_output flag.
|
|
|
7001 (IMAGE_INSTANCE_OPTIMIZE_OUTPUT): access it.
|
|
|
7002
|
|
|
7003 * glyphs.c: (update_frame_subwindows): deleted.
|
|
|
7004 (Fupdate_widget_instances): new function for updating the dirty
|
|
|
7005 state of widgets that might have changed.
|
|
|
7006 (syms_of_glyphs): add Qupdate_widget_instances.
|
|
|
7007 (full_list_hash): hash a list completely.
|
|
|
7008 (image_instance_hash): use it for items and properties.
|
|
|
7009
|
|
|
7010 * frame-msw.c (mswindows_size_frame_internal): remove unused
|
|
|
7011 variable.
|
|
|
7012
|
|
|
7013 * faces.h (struct face_cachel): fix comment.
|
|
|
7014
|
|
|
7015 * event-stream.c (Fdispatch_non_command_events): new
|
|
|
7016 function. Process non-command events, forcing an event cycle
|
|
|
7017 beforehand.
|
|
|
7018 (syms_of_event_stream): declare.
|
|
|
7019 (event_stream_force_event_pending): new function. Force an event
|
|
|
7020 on the native event queue so that an event cycle will occur next
|
|
|
7021 time we check.
|
|
|
7022
|
|
|
7023 * event-msw.c:
|
|
|
7024 (struct ntpipe_shove_stream):
|
|
|
7025 (mswindows_enqueue_dispatch_event):
|
|
|
7026 (mswindows_dequeue_dispatch_event):
|
|
|
7027 (mswindows_cancel_dispatch_event):
|
|
|
7028 (mswindows_pump_outstanding_events):
|
|
|
7029 (mswindows_drain_windows_queue):
|
|
|
7030 (mswindows_handle_paint):
|
|
|
7031 (mswindows_wnd_proc):
|
|
|
7032 (mswindows_key_to_emacs_keysym):
|
|
|
7033 (get_process_input_waitable):
|
|
|
7034 (emacs_mswindows_delete_stream_pair): re-indent file.
|
|
|
7035 (mswindows_need_event): do not process further fds if the windows
|
|
|
7036 fd is set, otherwise you get endless XM_BUMPQUEUE cycles. This
|
|
|
7037 fixes the 100% cpu problem.
|
|
|
7038 (reinit_vars_of_event_mswindows): set force_event_pending to 0.
|
|
|
7039
|
|
|
7040 2000-03-15 Olivier Galibert <galibert@pobox.com>
|
|
|
7041
|
|
|
7042 * alloc.h: New.
|
|
|
7043 * dumper.h: New.
|
|
|
7044 * dumper.c: New.
|
|
|
7045
|
|
|
7046 * emacs.c: Moved dump file searching to dumper.c.
|
|
|
7047 (Frunning_temacs_p): Fixed.
|
|
|
7048
|
|
|
7049 * alloc.c: Moved everything pdump-related to dumper.c. Removed
|
|
|
7050 last_lrecord_type_index_assigned.
|
|
|
7051
|
|
|
7052 2000-02-20 Olivier Galibert <galibert@pobox.com>
|
|
|
7053
|
|
|
7054 * symsinit.h: Added reinit parameter to init_console_stream
|
|
|
7055 declaration.
|
|
|
7056
|
|
|
7057 * lisp.h: Added file parameter to pdump_load declaration.
|
|
|
7058
|
|
|
7059 * emacs.c (main_1): Added -nd/--nodump-file and -sd/--show-dump-id
|
|
|
7060 support. Added dump file searching.
|
|
|
7061
|
|
|
7062 * config.h.in: Added EMACS_PROGNAME.
|
|
|
7063
|
|
|
7064 * console-stream.c (init_console_stream): Fix reinitialisation
|
|
|
7065 when running from temacs.
|
|
|
7066
|
|
|
7067 * alloc.c (pdump): Add id support.
|
|
|
7068 (pdump_load): Add file parameter and signature/id support.
|
|
|
7069
|
|
|
7070 * Makefile.in.in: Add full pdump support.
|
|
|
7071
|
|
|
7072 2000-03-15 SL Baur <steve@musashimaru.m17n.org>
|
|
|
7073
|
|
|
7074 * postgresql.c: Update documentation to reflect latest code
|
|
|
7075 status.
|
|
|
7076 (print_result): Show tuple counts in printed representation when
|
|
|
7077 appropriate.
|
|
|
7078 (Fpq_put_nbytes): MULE-ize.
|
|
|
7079 (Fpq_get_line_async): Ditto.
|
|
|
7080
|
|
|
7081 2000-03-14 SL Baur <steve@musashimaru.m17n.org>
|
|
|
7082
|
|
|
7083 * postgresql.c (Fpq_lo_import): Fix return value.
|
|
|
7084 Suggested by: Kenji Itoh <keit@tpj.co.jp>.
|
|
|
7085
|
|
|
7086 2000-03-13 Ben Wing <ben@xemacs.org>
|
|
|
7087
|
|
|
7088 * alloc.c (pdump_load):
|
|
|
7089 Fix compile warning under mswin.
|
|
|
7090
|
|
|
7091 2000-03-14 SL Baur <steve@musashimaru.m17n.org>
|
|
|
7092
|
|
|
7093 * postgresql.c: Mule-ization, bug fixes.
|
|
|
7094 Use PG_CODING to encapsulate coding system name changes.
|
|
|
7095 Backport a version of TO_EXTERNAL format for 21.1/InfoDock.
|
|
|
7096 (pg-coding-system): Create.
|
|
|
7097
|
|
|
7098 (Fpq_conn_defaults): Mule-ize.
|
|
|
7099 (Fpq_connectdb): Mule-ize & bug fix.
|
|
|
7100 (Fpq_connect_start): Mule-ize.
|
|
|
7101 (Fpq_set_client_encoding): Mule-ize.
|
|
|
7102 (Fpq_finish): Document `DEAD' connection status.
|
|
|
7103 (Fpq_clear): Ditto.
|
|
|
7104 (Fpq_pgconn): Mule-ize.
|
|
|
7105 (Fpq_exec): Mule-ize & bug fix.
|
|
|
7106 (Fpq_send_query): Ditto.
|
|
|
7107 (Fpq_get_result): Ditto.
|
|
|
7108 (Fpq_res_status): Mule-ize.
|
|
|
7109 (Fpq_result_error_message): Mule-ize.
|
|
|
7110 (Fpq_ntuples): fix comments.
|
|
|
7111 (Fpq_fname): Mule-ize.
|
|
|
7112 (Fpq_fnumber): Mule-ize.
|
|
|
7113 (Fpq_ftype): fix comments.
|
|
|
7114 (Fpq_get_value): Mule-ize.
|
|
|
7115 (Fpq_cmd_status): Ditto.
|
|
|
7116 (Fpq_cmd_tuples): Ditto.
|
|
|
7117 (Fpq_oid_value): Ditto.
|
|
|
7118 (Fpq_notifies): Ditto.
|
|
|
7119 (Fpq_lo_import): Ditto.
|
|
|
7120 (Fpq_lo_export): Ditto.
|
|
|
7121 (Fpq_get_line): Ditto.
|
|
|
7122 (Fpq_put_line): Mule-ize and bug fix.
|
|
|
7123 (syms_of_postgresql): Fix ifdef'ing, add pg-coding-system.
|
|
|
7124
|
|
|
7125 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
|
|
|
7126
|
|
|
7127 * postgresql.c (vars_of_postgresql): Mule-ize.
|
|
|
7128 (Fpq_conn_defaults): Ditto.
|
|
|
7129
|
|
|
7130 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
|
7131
|
|
|
7132 * alloc.c (Fmake_byte_code):
|
|
|
7133 * alloc.c (debug_string_purity_print):
|
|
|
7134 * alloc.c (pdump_backtrace):
|
|
|
7135 * alloc.c (pdump_get_indirect_count):
|
|
|
7136 * alloc.c (pdump_register_sub):
|
|
|
7137 * alloc.c (pdump_register_object):
|
|
|
7138 * alloc.c (pdump_register_struct):
|
|
|
7139 * alloc.c (pdump_dump_data):
|
|
|
7140 * alloc.c (pdump_reloc_one):
|
|
|
7141 Minor cleanups.
|
|
|
7142
|
|
|
7143 * console-msw.c:
|
|
|
7144 * console-msw.c (GetConsoleHwnd):
|
|
|
7145 * console-msw.c (msw_hide_console):
|
|
|
7146 * console-msw.c (msw_show_console):
|
|
|
7147 * console-msw.c (msw_ensure_console_buffered):
|
|
|
7148 * console-msw.c (msw_output_console_string):
|
|
|
7149 * console-msw.c (console_type_create_mswindows):
|
|
|
7150
|
|
|
7151 a) Added functions to manipulate the console window for use with
|
|
|
7152 shell support.
|
|
|
7153
|
|
|
7154 b) Added support for writing text to the console, which is now
|
|
|
7155 used under Windows when xemacs is not being run non-interactively,
|
|
|
7156 to write text that would otherwise be destined for stdout because
|
|
|
7157 under these circumstances, text written to stdout tends to
|
|
|
7158 disappear and not be seen.
|
|
|
7159
|
|
|
7160 * console-msw.h:
|
|
|
7161 * event-Xt.c:
|
|
|
7162 * event-Xt.c (x_event_to_emacs_event):
|
|
|
7163 * event-Xt.c (describe_event_window):
|
|
|
7164 * events-mod.h (XEMACS_MOD_CONTROL):
|
|
|
7165 * events.c:
|
|
|
7166 * events.c (Fmake_event):
|
|
|
7167 * events.c (character_to_event):
|
|
|
7168 * events.c (event_to_character):
|
|
|
7169 * events.c (format_event_object):
|
|
|
7170 * events.c (Fevent_modifiers):
|
|
|
7171 * events.h:
|
|
|
7172 * events.h (struct key_data):
|
|
|
7173 * events.h (struct button_data):
|
|
|
7174 * events.h (struct misc_user_data):
|
|
|
7175 * frame-x.c (Fcde_start_drag_internal):
|
|
|
7176 * frame-x.c (Foffix_start_drag_internal):
|
|
|
7177 * gpmevent.c (Freceive_gpm_event):
|
|
|
7178 * keymap.c:
|
|
|
7179 * keymap.c (bucky_sym_to_bucky_bit):
|
|
|
7180 * keymap.c (control_meta_superify):
|
|
|
7181 * keymap.c (make_key_description):
|
|
|
7182 * keymap.c (keymap_lookup_directly):
|
|
|
7183 * keymap.c (create_bucky_submap):
|
|
|
7184 * keymap.c (keymap_store):
|
|
|
7185 * keymap.c (define_key_check_and_coerce_keysym):
|
|
|
7186 * keymap.c (define_key_parser):
|
|
|
7187 * keymap.c (define_key_alternate_name):
|
|
|
7188 * keymap.c (Fdefine_key):
|
|
|
7189 * keymap.c (raw_lookup_key_mapper):
|
|
|
7190 * keymap.c (struct map_keymap_unsorted_closure):
|
|
|
7191 * keymap.c (map_keymap_unsorted_mapper):
|
|
|
7192 * keymap.c (map_keymap_sort_predicate):
|
|
|
7193 * keymap.c (map_keymap_sorted):
|
|
|
7194 * keymap.c (accessible_keymaps_mapper_1):
|
|
|
7195 * keymap.c (where_is_recursive_mapper):
|
|
|
7196 * keymap.c (describe_map_mapper):
|
|
|
7197 * keymap.c (describe_map_sort_predicate):
|
|
|
7198 * keymap.c (describe_map):
|
|
|
7199 * keymap.c (complex_vars_of_keymap):
|
|
|
7200 And a number of other files, the key modifier preprocessor
|
|
|
7201 constants that xemacs uses have names that conflict with constants
|
|
|
7202 defined under MS Windows for other purposes, so they were renamed
|
|
|
7203 to begin with the prefix XEMACS_. The variables that hold such
|
|
|
7204 modifiers were changed to consistently be of type int to fix
|
|
|
7205 various compile warnings.
|
|
|
7206
|
|
|
7207 * console.c (complex_vars_of_console):
|
|
|
7208 * device.c:
|
|
|
7209 * device-msw.c:
|
|
|
7210 * device-msw.c (mswindows_finish_init_device):
|
|
|
7211 * device-msw.c (msw_get_workspace_coords):
|
|
|
7212 * device-msw.c (mswindows_device_system_metrics):
|
|
|
7213 and various other files, added support for a new
|
|
|
7214 device property called offset-workspace which returns the position
|
|
|
7215 of the upper left corner of the workspace area and goes along with
|
|
|
7216 the existing size-workspace property.
|
|
|
7217
|
|
|
7218 * dialog-msw.c:
|
|
|
7219 * dialog-msw.c (push_bufbyte_string_as_unicode):
|
|
|
7220 * dialog-msw.c (mswindows_popup_dialog_box):
|
|
|
7221 Added support for XEmacs-style accelerator specifications in
|
|
|
7222 button text. Note: I didn't add support for this under X Windows,
|
|
|
7223 and somebody needs to do this.
|
|
|
7224
|
|
|
7225 * dialog.c:
|
|
|
7226 * dialog.c (Fpopup_dialog_box):
|
|
|
7227 Documented the support for accelerators that was just mentioned.
|
|
|
7228
|
|
|
7229 editfns.c (get_home_directory): Changed behavior under Windows
|
|
|
7230 when HOME not defined; former behavior was irretrievably broken.
|
|
|
7231
|
|
|
7232 * emacs.c:
|
|
|
7233 * emacs.c (main_1):
|
|
|
7234 * emacs.c (main):
|
|
|
7235 * minibuf.c (clear_echo_area_internal):
|
|
|
7236 * minibuf.c (echo_area_append):
|
|
|
7237 * print.c:
|
|
|
7238 * print.c (std_handle_out_external):
|
|
|
7239 * print.c (std_handle_out_va):
|
|
|
7240 * print.c (fatal):
|
|
|
7241 * print.c (write_string_to_stdio_stream):
|
|
|
7242 * print.c (output_string):
|
|
|
7243 * print.c (debug_print):
|
|
|
7244 * print.c (debug_backtrace):
|
|
|
7245 * print.c (debug_short_backtrace):
|
|
|
7246 Cleaned up the code that prints text to stdout so that this can be
|
|
|
7247 changed to output into a console window instead under MS Windows,
|
|
|
7248 as described above.
|
|
|
7249
|
|
|
7250 * eval.c:
|
|
|
7251 * eval.c (DEFEND_AGAINST_THROW_RECURSION):
|
|
|
7252 * eval.c (internal_catch):
|
|
|
7253 * eval.c (unwind_to_catch):
|
|
|
7254 * eval.c (throw_or_bomb_out):
|
|
|
7255 * eval.c (condition_case_1):
|
|
|
7256 * eval.c (signal_1):
|
|
|
7257 * eval.c (check_error_state_sanity):
|
|
|
7258 * eval.c (call_with_suspended_errors_1):
|
|
|
7259 * eval.c (call_with_suspended_errors):
|
|
|
7260 * eval.c (reinit_vars_of_eval):
|
|
|
7261 Added code to catch throw loops and check for a pesky bug that may
|
|
|
7262 be gone now.
|
|
|
7263
|
|
|
7264 * event-msw.c:
|
|
|
7265 * event-msw.c (key_needs_default_processing_p):
|
|
|
7266 * event-msw.c (mswindows_wnd_proc):
|
|
|
7267 * event-msw.c (mswindows_modifier_state):
|
|
|
7268 * event-msw.c (emacs_mswindows_quit_p):
|
|
|
7269 * event-msw.c (vars_of_event_mswindows):
|
|
|
7270 a) Added support for using the alt key to select menu items as is
|
|
|
7271 standard under MS Windows. This is controlled using the variable
|
|
|
7272 menu-accelerator-enabled, just like under X Windows. There is an
|
|
|
7273 option on the options menu to turn this support on. I really
|
|
|
7274 think that it should be on by default under Windows, but I'm not
|
|
|
7275 going to make this change yet.
|
|
|
7276
|
|
|
7277 b) Added support for dynamic display size changes under Windows.
|
|
|
7278
|
|
|
7279 * event-stream.c:
|
|
|
7280 * event-stream.c (maybe_echo_keys):
|
|
|
7281 * event-stream.c (Fnext_event):
|
|
|
7282 * event-stream.c (command_builder_find_leaf):
|
|
|
7283 * event-stream.c (lookup_command_event):
|
|
|
7284 * event-stream.c (execute_command_event):
|
|
|
7285 * event-stream.c (pre_command_hook):
|
|
|
7286 * event-stream.c (post_command_hook):
|
|
|
7287 * event-stream.c (syms_of_event_stream):
|
|
|
7288 * event-stream.c (vars_of_event_stream):
|
|
|
7289 * event-stream.c (complex_vars_of_event_stream):
|
|
|
7290 * events.h (struct command_builder):
|
|
|
7291
|
|
|
7292 a) Tried to clean up a little bit the horribly written x-specific
|
|
|
7293 accelerator code that crept into this file. I moved this code
|
|
|
7294 into menubar-x.c where it belongs. I also needed to move the
|
|
|
7295 command builder structure into the file events.h because it is
|
|
|
7296 accessed directly by this accelerator code. What I didn't do, but
|
|
|
7297 which should be done at some point, is to properly abstract this
|
|
|
7298 code using device methods instead of the kludgy way that it
|
|
|
7299 currently hooks into the event code.
|
|
|
7300
|
|
|
7301 b) Added the lisp variables this-command-properties and
|
|
|
7302 last-command- properties, which should be used to synchronize two
|
|
|
7303 adjacent commands in preference to playing games with the variable
|
|
|
7304 this-command, which is typically what happens.
|
|
|
7305
|
|
|
7306 c) Added some slightly nasty code to hook into the lisp support
|
|
|
7307 for shifted- motion-key selection. This is actually necessary for
|
|
|
7308 somewhat complicated reasons, which are described in
|
|
|
7309 simple.el. (NB: I think the proper thing would be to have the code
|
|
|
7310 that calls the pre and post command hooks also call out to generic
|
|
|
7311 lisp functions in simple.el, where all built-in stuff could be
|
|
|
7312 added. I will think about this more.)
|
|
|
7313
|
|
|
7314 * event-unixoid.c (poll_fds_for_input):
|
|
|
7315 * lread.c (readchar):
|
|
|
7316 * redisplay-tty.c (tty_clear_frame):
|
|
|
7317 * redisplay-x.c (x_get_gc):
|
|
|
7318 * signal.c (interrupt_signal):
|
|
|
7319 And a whole bunch of other files: fixed up places that printed
|
|
|
7320 directly to stderr to instead call the function stderr_out so that
|
|
|
7321 the changes I made under Windows work correctly.
|
|
|
7322
|
|
|
7323 * filemode.c (mode_string):
|
|
|
7324 Warning fixes.
|
|
|
7325
|
|
|
7326 * frame-msw.c:
|
|
|
7327 * frame-msw.c (mswindows_size_frame_internal):
|
|
|
7328 Fixed the computation of frame size and position to keep the frame
|
|
|
7329 within the workspace area, rather than within the physical
|
|
|
7330 dimensions of the screen, so that the frame doesn't overlap window
|
|
|
7331 manager decorations, such as the start menu and toolbar, typically
|
|
|
7332 at the bottom of the screen.
|
|
|
7333
|
|
|
7334 * frame.c (vars_of_frame):
|
|
|
7335 Changed the default frame title format under MS Windows to consist
|
|
|
7336 of buffername-XEmacs, which is standard under MS Windows. I think
|
|
|
7337 it might be a good idea to change this everywhere because I think
|
|
|
7338 it is superior to the current frame title format, but this is the
|
|
|
7339 kind of change that is likely to cause some people to get annoyed,
|
|
|
7340 so I'm not making it.
|
|
|
7341
|
|
|
7342 * glyphs-eimage.c (png_instantiate): Fixed some compile warnings.
|
|
|
7343
|
|
|
7344 * gui-msw.c (mswindows_handle_gui_wm_command):
|
|
|
7345 Fixed compile warnings.
|
|
|
7346
|
|
|
7347 * gui-x.c:
|
|
|
7348 * gui-x.c (strdup_and_add_accel):
|
|
|
7349 * gui-x.c (button_item_to_widget_value):
|
|
|
7350 * gui-x.h:
|
|
|
7351 Added code to automatically put an accelerator onto the beginning
|
|
|
7352 of menu items that don't have one as is now the standard, and is
|
|
|
7353 described more later. Also fixed things so that the menu item
|
|
|
7354 name can be an evaluated expression, again a new standard.
|
|
|
7355
|
|
|
7356 * gui.c:
|
|
|
7357 * gui.c (gui_item_add_keyval_pair):
|
|
|
7358 * gui.c (make_gui_item_from_keywords_internal):
|
|
|
7359 * gui.c (gui_add_item_keywords_to_plist):
|
|
|
7360 * gui.c (gui_item_accelerator):
|
|
|
7361 * gui.c (gui_name_accelerator):
|
|
|
7362 * gui.c (gui_item_included_p):
|
|
|
7363 * gui.c (gui_item_display_flush_left):
|
|
|
7364 * gui.c (gui_item_display_flush_right):
|
|
|
7365 * gui.c (parse_gui_item_tree_item):
|
|
|
7366 * gui.c (parse_gui_item_tree_children):
|
|
|
7367 * gui.c (parse_gui_item_tree_list):
|
|
|
7368 Mule-ized. Cleanup. GCPRO addition.
|
|
|
7369
|
|
|
7370 * line-number.c (buffer_line_number):
|
|
|
7371 * lisp.h:
|
|
|
7372 * lisp.h (EMACS_INT_MAX):
|
|
|
7373 Added the manifest constant EMACS_INT_MIN corresponding to the
|
|
|
7374 existing constant EMACS_INT_MAX. This is partially to fix compile
|
|
|
7375 warnings under Windows, and partly for cleanliness.
|
|
|
7376
|
|
|
7377 * menubar-msw.c:
|
|
|
7378 * menubar-msw.c (REPLACE_ME_WITH_GLOBAL_VARIABLE_WHICH_CONTROLS_RIGHT_FLUSH):
|
|
|
7379 * menubar-msw.c (msw_translate_menu_or_dialog_item):
|
|
|
7380 * menubar-msw.c (displayable_menu_item):
|
|
|
7381 * menubar-msw.c (populate_menu_add_item):
|
|
|
7382 * menubar-msw.c (populate_or_checksum_helper):
|
|
|
7383 * menubar-msw.c (populate_menu):
|
|
|
7384 * menubar-msw.c (update_frame_menubar_maybe):
|
|
|
7385 * menubar-msw.c (prune_menubar):
|
|
|
7386 * menubar-msw.c (msw_char_is_accelerator):
|
|
|
7387 * menubar-msw.c (unsafe_handle_wm_initmenu_1):
|
|
|
7388 * menubar-msw.c (mswindows_handle_wm_command):
|
|
|
7389 * menubar-msw.c (mswindows_handle_wm_initmenupopup):
|
|
|
7390 * menubar-msw.c (mswindows_handle_wm_initmenu):
|
|
|
7391 * menubar-msw.c (mswindows_update_frame_menubars):
|
|
|
7392 * menubar-msw.c (mswindows_free_frame_menubars):
|
|
|
7393 * menubar-msw.c (mswindows_popup_menu):
|
|
|
7394 Fixed a bug in handling accelerators where an extra character
|
|
|
7395 would be displayed in the menu item. Also generalized the
|
|
|
7396 function displayable_menu_item because it is now used by the
|
|
|
7397 dialog box code as well. And finally, added code in the functions
|
|
|
7398 that create the menubar to extract a list of accelerators for the
|
|
|
7399 top level menubar, which is used in the event code to determine
|
|
|
7400 whether a particular alt-key combination should be used to invoke
|
|
|
7401 a menu item, or should be passed through to access the standard
|
|
|
7402 XEmacs keymap binding for this key combination.
|
|
|
7403
|
|
|
7404 Much needed GCPROing.
|
|
|
7405
|
|
|
7406 * menubar-x.c:
|
|
|
7407 * menubar-x.c (menu_item_descriptor_to_widget_value_1):
|
|
|
7408 * menubar-x.c (menu_item_descriptor_to_widget_value):
|
|
|
7409 * menubar-x.c (restore_in_menu_callback):
|
|
|
7410 * menubar-x.c (x_popup_menu):
|
|
|
7411 * menubar-x.c (menu_move_up):
|
|
|
7412 * menubar-x.c (menu_move_down):
|
|
|
7413 * menubar-x.c (menu_move_left):
|
|
|
7414 * menubar-x.c (menu_move_right):
|
|
|
7415 * menubar-x.c (menu_select_item):
|
|
|
7416 * menubar-x.c (command_builder_operate_menu_accelerator):
|
|
|
7417 * menubar-x.c (menu_accelerator_junk_on_error):
|
|
|
7418 * menubar-x.c (command_builder_find_menu_accelerator):
|
|
|
7419 * menubar-x.c (Faccelerate_menu):
|
|
|
7420 * menubar.h:
|
|
|
7421 Moved a whole bunch of code here that was previously in
|
|
|
7422 event-stream.c as described above. There is also code connected
|
|
|
7423 to the new standard of adding an accelerator to the beginning of
|
|
|
7424 menu items that don't have one as described above and below.
|
|
|
7425
|
|
|
7426 * menubar.c:
|
|
|
7427 * menubar.c (menu_parse_submenu_keywords):
|
|
|
7428 * menubar.c (Fmenu_find_real_submenu):
|
|
|
7429 * menubar.c (Fnormalize_menu_item_name):
|
|
|
7430 * menubar.c (syms_of_menubar):
|
|
|
7431 * menubar.c (vars_of_menubar):
|
|
|
7432 * menubar.c (complex_vars_of_menubar):
|
|
|
7433
|
|
|
7434 a) Cleaned up a bunch of documentation and improved it.
|
|
|
7435
|
|
|
7436 b) XEmacs now automatically adds an accelerator onto the beginning
|
|
|
7437 of any menu items that don't have one. I did this because there
|
|
|
7438 will inevitably be some menu items on the main menubar that don't
|
|
|
7439 have accelerators on them because the package that adds that
|
|
|
7440 particular menu item hasn't yet been fixed up to have accelerators
|
|
|
7441 in them and it looked rather strange to have some items with and
|
|
|
7442 some items without accelerators, especially since even in items
|
|
|
7443 without accelerators, you can, at least under windows, still
|
|
|
7444 access the item through an accelerator corresponding to the first
|
|
|
7445 character in the item's name. If people don't like this behavior,
|
|
|
7446 I can add a variable to turn it off optionally, but I'm not sure
|
|
|
7447 this is a good idea because we really do need to have accelerators
|
|
|
7448 on all of the menu items, and if a package doesn't like the
|
|
|
7449 accelerators being put on the first character, then it should put
|
|
|
7450 the accelerators where they belong.
|
|
|
7451
|
|
|
7452 c) I made a behavior change, which is that the descriptor that
|
|
|
7453 specifies the text of the menu item, which formerly was just a
|
|
|
7454 string, can now also be an evaluated expression. This makes this
|
|
|
7455 descriptor parallel with all of the others, which could also be
|
|
|
7456 evaluated expressions. This also obviates the need for the
|
|
|
7457 keyword :label, which was previously listed in the documentation
|
|
|
7458 as unimplemented, and which was for the same purpose.
|
|
|
7459
|
|
|
7460 d) GCPROing.
|
|
|
7461
|
|
|
7462 * ntproc.c:
|
|
|
7463 * ntproc.c (new_child):
|
|
|
7464 * ntproc.c (sys_spawnve):
|
|
|
7465 * ntproc.c (find_child_console):
|
|
|
7466 * ntproc.c (sys_kill):
|
|
|
7467 Fixed compile warnings. By the way, this file should really go
|
|
|
7468 away entirely, and this will happen as soon as Kirill makes his
|
|
|
7469 final round of process cleanups, which affect the function
|
|
|
7470 call-process.
|
|
|
7471
|
|
|
7472 * process-nt.c:
|
|
|
7473 * process-nt.c (struct nt_process_data):
|
|
|
7474 * process-nt.c (find_process_from_pid):
|
|
|
7475 * process-nt.c (send_signal_the_nt_way):
|
|
|
7476 * process-nt.c (enable_child_signals):
|
|
|
7477 * process-nt.c (find_child_console):
|
|
|
7478 * process-nt.c (send_signal_the_95_way):
|
|
|
7479 * process-nt.c (nt_finalize_process_data):
|
|
|
7480 * process-nt.c (ensure_console_window_exists):
|
|
|
7481 * process-nt.c (nt_create_process):
|
|
|
7482 * process-nt.c (nt_kill_child_process):
|
|
|
7483 * process-nt.c (nt_kill_process_by_pid):
|
|
|
7484 * process-nt.c (nt_open_network_stream):
|
|
|
7485 * process-nt.c (vars_of_process_nt):
|
|
|
7486 Copied over code from Emacs 20.5 to correctly send signals to sub-
|
|
|
7487 processes under Windows 95. Also added code to automatically
|
|
|
7488 create and hide console window when a sub-process is created under
|
|
|
7489 Windows 95, which obviates the need for the separate runemacs.exe
|
|
|
7490 executable, and finally implemented some variables that were
|
|
|
7491 implemented in Emacs 20.5, but previously not in XEmacs. These
|
|
|
7492 include mswindows- start-process-share-console and
|
|
|
7493 mswindows-start-process-inherit-error-mode. (Both of these only
|
|
|
7494 apply to Windows 95.)
|
|
|
7495
|
|
|
7496 * regex.c (regex_compile): Fixed a compile warning.
|
|
|
7497
|
|
|
7498 * select-msw.c:
|
|
|
7499 * select-msw.c (mswindows_own_selection):
|
|
|
7500 * select-msw.c (mswindows_get_foreign_selection):
|
|
|
7501 * select-msw.c (mswindows_disown_selection):
|
|
|
7502 * select-msw.c (console_type_create_select_mswindows):
|
|
|
7503 * select-msw.c (syms_of_select_mswindows):
|
|
|
7504 Cleaned up the file and implemented the device method
|
|
|
7505 selection_exists_p, which had accidentally been left out. Also
|
|
|
7506 removed four lisp functions that were remnants from before the
|
|
|
7507 time when the selection code was properly device abstracted.
|
|
|
7508 These functions are no longer needed because there are generic
|
|
|
7509 equivalents, and because they were added recently and don't exist
|
|
|
7510 in FSF Emacs, I don't think there's any problem with just deleting
|
|
|
7511 them.
|
|
|
7512
|
|
|
7513 * sysdep.c:
|
|
|
7514 * sysdep.c (sys_subshell):
|
|
|
7515 Fixed a compile warning, although in this case there's probably
|
|
|
7516 something wrong with this code, and it ought to be looked into
|
|
|
7517 more thoroughly by somebody who understands it.
|
|
|
7518
|
|
|
7519 * window.c:
|
|
|
7520 * window.c (Fwindow_text_area_height):
|
|
|
7521 * window.c (Fwindow_width):
|
|
|
7522 * window.c (Fwindow_full_width):
|
|
|
7523 * window.c (Fwindow_pixel_width):
|
|
|
7524 * window.c (debug_print_window):
|
|
|
7525 * window.c (syms_of_window):
|
|
|
7526 Added functions window-text-area-height and window-full-width,
|
|
|
7527 which are functions for returning various width and height
|
|
|
7528 characteristics of a window. (One of these functions is necessary
|
|
|
7529 for making the file dialog box work correctly, and the other one
|
|
|
7530 was added for completeness.) Also added a table to the
|
|
|
7531 documentation for window-height which describes the entire scheme
|
|
|
7532 for accessing width and height characteristics of a window.
|
|
|
7533
|
|
|
7534 2000-03-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
7535
|
|
|
7536 * nt.c (fstat): Added a comment for another problem with
|
|
|
7537 non-encapsulated [f]stat(), reported by Adrian Aichner
|
|
|
7538 <aichner@ecf.teradyne.com>.
|
|
|
7539
|
|
|
7540 2000-03-11 Andy Piper <andy@xemacs.org>
|
|
|
7541
|
|
|
7542 * window.c (make_dummy_parent): initialize subwindow instance
|
|
|
7543 cache.
|
|
|
7544 (Fset_window_configuration): zero extent_modiff.
|
|
|
7545
|
|
|
7546 2000-03-10 Andy Piper <andy@xemacs.org>
|
|
|
7547
|
|
|
7548 * redisplay.c (Fredraw_frame): reset the changed_set flags so that
|
|
|
7549 more changes can be triggered.
|
|
|
7550 (Fredisplay_frame): ditto.
|
|
|
7551 (Fredraw_device): ditto.
|
|
|
7552 (Fredisplay_device): ditto.
|
|
|
7553 (redisplay_frame): make non-static.
|
|
|
7554 (redisplay_frame): call update_frame_gutter_geometry outside of
|
|
|
7555 display proper.
|
|
|
7556
|
|
|
7557 * gutter.h: declare update_frame_gutter_geometry.
|
|
|
7558
|
|
|
7559 * redisplay.h: declare redisplay_frame.
|
|
|
7560
|
|
|
7561 * gutter.c (update_frame_gutter_geometry): move geometry changes
|
|
|
7562 in update_frame_gutters here. Geometry changes can only occur
|
|
|
7563 outside of redisplay.
|
|
|
7564 (update_frame_gutters): remove geometry change code.
|
|
|
7565 (Fredisplay_gutter_area): make sure that we are in display when we
|
|
|
7566 update and that we have flushed any size changes.
|
|
|
7567
|
|
|
7568 2000-03-11 Andy Piper <andy@xemacs.org>
|
|
|
7569
|
|
|
7570 * alloc.c (pdump_dump_data): remove i & count shadows.
|
|
|
7571
|
|
|
7572 2000-02-27 Mike Alexander <mta@arbortext.com>
|
|
|
7573
|
|
|
7574 * sysdep.h: Declare pdump_read_file
|
|
|
7575
|
|
|
7576 * sysdep.c (pdump_read_file): New function
|
|
|
7577
|
|
|
7578 * alloc.c (pdump_load): Call pdump_read_file to get the portable
|
|
|
7579 dump data
|
|
|
7580
|
|
|
7581 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
|
|
|
7582
|
|
|
7583 * lrecord.h: add `lrecord_type_pgsetenv'.
|
|
|
7584
|
|
|
7585 2000-03-08 SL Baur <steve@musashimaru.m17n.org>
|
|
|
7586
|
|
|
7587 * symsinit.h: declare (vars|syms)_of* functions.
|
|
|
7588 * lrecord.h: add `lrecord_type_pgconn' and 'lrecord_type_pgresult'.
|
|
|
7589
|
|
|
7590 2000-03-06 SL Baur <steve@musashimaru.m17n.org>
|
|
|
7591
|
|
|
7592 * config.h.in: Add symbols HAVE_POSTGRESQL and HAVE_POSTGRESQLV7
|
|
|
7593
|
|
|
7594 * inline.c: Include postgresql.h lrecord stuffs to placate buggy
|
|
|
7595 GCCs.
|
|
|
7596
|
|
|
7597 * emacs.c (main_1): Call postgres initialization code.
|
|
|
7598
|
|
|
7599 * postgresql.h: New file. PostgreSQL RDBMS support.
|
|
|
7600 * postgresql.c: New file.
|
|
|
7601
|
|
|
7602 2000-03-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
7603
|
|
|
7604 * redisplay-output.c (redisplay_output_display_block): Disable
|
|
|
7605 redundant code.
|
|
|
7606
|
|
|
7607 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
7608
|
|
|
7609 * mule-canna.c (Fcanna_henkan_region): Translate doc-string.
|
|
|
7610 (Fcanna_henkan_next): Ditto.
|
|
|
7611 (Fcanna_bunsetu_henkou): Ditto.
|
|
|
7612 (Fcanna_henkan_kakutei): Ditto.
|
|
|
7613 (Fcanna_henkan_end): Ditto.
|
|
|
7614 (Fcanna_henkan_quit): Ditto.
|
|
|
7615 (Fcanna_henkan_next): Set retun value correctly.
|
|
|
7616 (c2mu): Use unsigned char instead of signed char.
|
|
|
7617
|
|
|
7618 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
7619
|
|
|
7620 * emacs.c (main_1): Always call syms_of_gui.
|
|
|
7621 * inline.c: include gui.h
|
|
|
7622
|
|
|
7623 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
7624
|
|
|
7625 * redisplay.c (Vvisible_bell): Renamed from visible_bell and
|
|
|
7626 converted to Lisp_Object.
|
|
|
7627 (Qtop_bottom): New variable.
|
|
|
7628 (syms_of_redisplay): Initialize it.
|
|
|
7629 * redisplay.h (Vvisible_bell): Ditto.
|
|
|
7630 * sound.c (ding): Ditto and check if Vvisible_bell is nil.
|
|
|
7631 * redisplay-x.c (x_flash): When Vvisible_bell is top-bottom,
|
|
|
7632 only flash top and bottom.
|
|
|
7633
|
|
|
7634 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
|
7635
|
|
|
7636 * buffer.c (Frename_buffer): record new buffer name the right way.
|
|
|
7637
|
|
|
7638 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
|
7639
|
|
|
7640 * glyphs.c (update_subwindow): increase hash depth so that widget
|
|
|
7641 items get picked up properly.
|
|
|
7642
|
|
|
7643 * redisplay-output.c (compare_runes): increase hash depth so that
|
|
|
7644 widget items get picked up properly.
|
|
|
7645
|
|
|
7646 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
|
7647
|
|
|
7648 * gutter.c (output_gutter): add some debug.
|
|
|
7649
|
|
|
7650 * glyphs.h (struct Lisp_Image_Instance): add display_hash.
|
|
|
7651 (IMAGE_INSTANCE_DISPLAY_HASH): new macro.
|
|
|
7652 (XIMAGE_INSTANCE_DISPLAY_HASH): ditto.
|
|
|
7653
|
|
|
7654 * redisplay-output.c (compare_runes): use display_hash to
|
|
|
7655 determine if glyphs really are not the same.
|
|
|
7656
|
|
|
7657 * glyphs.c (update_subwindow): check display_hash to see if
|
|
|
7658 anything really needs to be updated. If not then do
|
|
|
7659 nothing. Record the display_hash after updating.
|
|
|
7660 (image_instance_equal): compare the image_instance face also.
|
|
|
7661
|
|
|
7662 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
7663
|
|
|
7664 * redisplay.h: Fix comment style.
|
|
|
7665
|
|
|
7666 2000-03-08 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7667
|
|
|
7668 * consle-msw.h (struct mswindows_frame):
|
|
|
7669 Added new member paint_pending to indicate whether a WM_PAINT
|
|
|
7670 magic event has been queued for this frame.
|
|
|
7671
|
|
|
7672 * event-msw.c (mswindows_drain_windows_queue):
|
|
|
7673 Don't queue a WM_PAINT magic event if one is already queued.
|
|
|
7674 (emacs_mswindows_handle_magic_event): clear paint_pending flag.
|
|
|
7675
|
|
|
7676 * frame-msw.c (mswindows_init_frame_1): initialise paint_pending flag.
|
|
|
7677
|
|
|
7678 2000-03-07 Didier Verna <didier@xemacs.org>
|
|
|
7679
|
|
|
7680 * dired.c: #include `regex.h' after `sysfile.h'.
|
|
|
7681
|
|
|
7682 2000-03-06 Martin Buchholz <martin@xemacs.org>
|
|
|
7683
|
|
|
7684 * sound.c (init_nas_sound): Fix compiler warning.
|
|
|
7685
|
|
|
7686 * alloc.c (ALIASING_VOIDPP_DEREFERENCE): New.
|
|
|
7687 (FREE_STRUCT_P):
|
|
|
7688 (MARK_STRUCT_AS_FREE):
|
|
|
7689 (MARK_STRUCT_AS_NOT_FREE):
|
|
|
7690 Make `gcc -fstrict-aliasing' work properly.
|
|
|
7691
|
|
|
7692 2000-03-07 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7693
|
|
|
7694 * device-msw.c (mswindows_finish_init_device): Call CoInitialize().
|
|
|
7695 (mswindows_delete_device): Call CoUnnitialize().
|
|
|
7696
|
|
|
7697 * event-msw.c (mswindows_wnd_proc): WM_DROPFILES: Decode Shortcuts.
|
|
|
7698
|
|
|
7699 2000-02-25 <CraigL@DyCon.com>
|
|
|
7700
|
|
|
7701 * process-nt.c: MinGW now has <shellapi.h>, but still needs
|
|
|
7702 <errno.h>.
|
|
|
7703
|
|
|
7704 * sysdep.c: This extern declaration for environ prevents MinGW
|
|
|
7705 from finding the variable in CRTDLL.DLL.
|
|
|
7706
|
|
|
7707 * s\mingw32.h (PBS_SMOOTH): Removed, now defined in cygwin's
|
|
|
7708 windows headers.
|
|
|
7709 (SHGFI_EXETYPE): ..
|
|
|
7710 (WM_MOUSEWHEEL): ..
|
|
|
7711 (_WIN32_IE): Added, needed to get the TCS_BOTTOM and TCS_VERTICAL
|
|
|
7712 definitions.
|
|
|
7713 (MMRESULT): Removed, now defined in cygwin's windows headers.
|
|
|
7714 (TIMECAPS): ..
|
|
|
7715 (uid_t,gid_t,pid_t,ssize_t): ..
|
|
|
7716 (_timeb): Removed, MinGW defines both _timeb and timeb.
|
|
|
7717 (HAVE_H_ERRNO): Added.
|
|
|
7718 (HAVE_TZNAME): Added, configure is not detecting this.
|
|
|
7719
|
|
|
7720 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
7721
|
|
|
7722 * chartab.h (XCHAR_TABLE_VALUE_UNSAFE): New macro.
|
|
|
7723 * syntax.c (syntax_match): Use it.
|
|
|
7724
|
|
|
7725 * cmds.c: Import auto-fill-chars from FSF Emacs.
|
|
|
7726 (Vauto_fill_chars): New variables.
|
|
|
7727 (internal_self_insert): Check Vauto_fill_chars.
|
|
|
7728 (vars_of_cmds):
|
|
|
7729 Declare auto-fill-chars as a Lisp variable and initialize it.
|
|
|
7730
|
|
|
7731 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7732
|
|
|
7733 * fileio.c (Fmake_symbolic_link):
|
|
|
7734 (Ffile_symlink_p):
|
|
|
7735 Run handlers even if local machine doesn't have symlinks.
|
|
|
7736
|
|
|
7737 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
7738
|
|
|
7739 * event-msw.c (mswindows_drain_windows_queue):
|
|
|
7740 Don't generate paint magic events for non-XEmacs frames.
|
|
|
7741
|
|
|
7742 2000-03-05 Andy Piper <andy@xemacs.org>
|
|
|
7743
|
|
|
7744 * redisplay.c (redisplay_frame): generate_displayable_area and
|
|
|
7745 friends assumes that we are not in GC, we therefore have to make
|
|
|
7746 sure that this doesn't happen.
|
|
|
7747
|
|
|
7748 * gutter.c (calculate_gutter_size): generate_displayable_area
|
|
|
7749 assumes that we are not in GC, we therefore have to make sure that
|
|
|
7750 this doesn't happen.
|
|
|
7751
|
|
|
7752 2000-03-05 Martin Buchholz <martin@xemacs.org>
|
|
|
7753
|
|
|
7754 * opaque.c (DEFINE_LRECORD_IMPLEMENTATION): opaque_ptr ==> opaque-ptr
|
|
|
7755
|
|
|
7756 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7757
|
|
|
7758 * redisplay.c (regenerate_window): Make sure we set a sane value
|
|
|
7759 for end_pos even if we jump out of the loop.
|
|
|
7760 (regenerate_window): Answer Ben's question :-).
|
|
|
7761 (start_end_of_last_line): Add may_error argument.
|
|
|
7762 (start_of_last_line):
|
|
|
7763 (end_of_last_line): Pass may_error = 0.
|
|
|
7764 (end_of_last_line_may_error): New function.
|
|
|
7765 (pixel_to_glyph_translation): Use it, so we don't crash in
|
|
|
7766 event_to_glyph.
|
|
|
7767
|
|
|
7768 2000-03-04 Andy Piper <andy@xemacs.org>
|
|
|
7769
|
|
|
7770 * window.h (struct window): add gutter_extent_modiff.
|
|
|
7771
|
|
|
7772 * window.c (allocate_window): zero out gutter_extent_modiff.
|
|
|
7773
|
|
|
7774 * redisplay.h: declare sync_display_line_structs.
|
|
|
7775
|
|
|
7776 * redisplay.c (add_glyph_rune): add a better comment.
|
|
|
7777
|
|
|
7778 * redisplay-output.c (sync_display_line_structs): made non-static.
|
|
|
7779 (compare_runes): remove unneccesary glyph cachel access.
|
|
|
7780
|
|
|
7781 * gutter.h: declare gutter_extent_signal_changed_region_maybe.
|
|
|
7782
|
|
|
7783 * gutter.c (output_gutter): don't output the gutter if extent
|
|
|
7784 changes only involve extents in buffers. use 4 sets of display
|
|
|
7785 lines.
|
|
|
7786 (gutter_extent_signal_changed_region_maybe): new function. Mark
|
|
|
7787 extents in gutters as changed.
|
|
|
7788 (update_frame_gutters): use 4 sets of display lines.
|
|
|
7789 (reset_gutter_display_lines): ditto.
|
|
|
7790 (free_frame_gutters): ditto.
|
|
|
7791 (redraw_exposed_gutter): force output of gutters.
|
|
|
7792
|
|
|
7793 * frame.h (struct frame): add 4 sets of gutter display lines.
|
|
|
7794
|
|
|
7795 * extents.c: (extent_changed_for_redisplay): signal changes to
|
|
|
7796 extents in strings in the gutter as well as extents in buffers.
|
|
|
7797
|
|
|
7798 2000-03-02 Andy Piper <andy@xemacs.org>
|
|
|
7799
|
|
|
7800 * gutter.c (specifier_vars_of_gutter): cosmetic changes.
|
|
|
7801
|
|
|
7802 * frame.c (Fmake_frame): make sure the gutters get initialized
|
|
|
7803 after the frame is visible.
|
|
|
7804 (set_frame_selected_window): re-arrange compilation macros a
|
|
|
7805 little.
|
|
|
7806 (change_frame_size_1): mark gutters changed.
|
|
|
7807
|
|
|
7808 * device.c (Fset_device_class): mark gutters changed.
|
|
|
7809
|
|
|
7810 2000-03-01 Andy Piper <andy@xemacs.org>
|
|
|
7811
|
|
|
7812 * window.c (window_top_frame_gutter_height): deleted.
|
|
|
7813 (window_bottom_frame_gutter_height): ditto.
|
|
|
7814 (window_left_frame_gutter_height): ditto.
|
|
|
7815 (window_right_frame_gutter_height): ditto.
|
|
|
7816 (window_top_gutter_height): don't use them.
|
|
|
7817 (window_bottom_gutter_height): ditto.
|
|
|
7818 (window_left_gutter_width): ditto.
|
|
|
7819 (window_right_gutter_width): ditto.
|
|
|
7820 (Fsplit_window): ditto.
|
|
|
7821 (Fwindow_pixel_edges): don't use border dimensions here.
|
|
|
7822
|
|
|
7823 * scrollbar.c (update_scrollbar_instance): don't take gutters into account.
|
|
|
7824 (update_scrollbar_instance): ditto.
|
|
|
7825
|
|
|
7826 * redisplay.c (generate_modeline): don't take gutters into account.
|
|
|
7827 (generate_modeline): ditto.
|
|
|
7828 (redisplay_frame): small gutter display optimization.
|
|
|
7829
|
|
|
7830 * redisplay-x.c (x_output_vertical_divider): don't take gutters into account.
|
|
|
7831
|
|
|
7832 * redisplay-msw.c (mswindows_output_vertical_divider): don't take
|
|
|
7833 gutters into account.
|
|
|
7834
|
|
|
7835 * gutter.h (WINDOW_REAL_*_GUTTER_BOUNDS): remove bogus checks
|
|
|
7836 for window position and type.
|
|
|
7837
|
|
|
7838 * gutter.c (get_gutter_coords): fix for frame gutters.
|
|
|
7839 (update_frame_gutters): update frame geometry if the gutters have
|
|
|
7840 changed.
|
|
|
7841 (init_frame_gutters): record current gutter geometries.
|
|
|
7842
|
|
|
7843 * glyphs-msw.c (mswindows_subwindow_instantiate): remove unused
|
|
|
7844 var.
|
|
|
7845 (mswindows_widget_instantiate): ditto.
|
|
|
7846
|
|
|
7847 * frame.h (struct frame): add current_gutter_bounds.
|
|
|
7848
|
|
|
7849 * frame.c (change_frame_size_1): position window and minibuffer
|
|
|
7850 appropriately taking into account the frame gutters.
|
|
|
7851
|
|
|
7852 * frame-x.c: (x_initialize_frame_size): take into account the
|
|
|
7853 frame gutters.
|
|
|
7854
|
|
|
7855 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
7856
|
|
|
7857 * emacs.c (data-directory): Xref `locate-data-file' in docstring.
|
|
|
7858
|
|
|
7859 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
7860
|
|
|
7861 * alloc.c (dumpopaquevec): Increase dimension for --with-canna.
|
|
|
7862
|
|
|
7863 1999-12-30 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
7864
|
|
|
7865 * file-coding.c (reset_decoding_stream): Clear previous
|
|
|
7866 detection state when autodetect.
|
|
|
7867
|
|
|
7868 2000-02-29 Didier Verna <didier@xemacs.org>
|
|
|
7869
|
|
|
7870 * extents.c (set_extent_glyph_1): don't require extents to be
|
|
|
7871 attached.
|
|
|
7872
|
|
|
7873 2000-02-27 Andy Piper <andy@xemacs.org>
|
|
|
7874
|
|
|
7875 * gutter.c (Fset_default_gutter_position): don't default left and
|
|
|
7876 right gutter visibility to t.
|
|
|
7877 (Fset_default_gutter_position): run
|
|
|
7878 default-gutter-position-changed-hook.
|
|
|
7879 (syms_of_gutter): add default-gutter-position-changed-hook.
|
|
|
7880
|
|
|
7881 2000-02-26 Andy Piper <andy@xemacs.org>
|
|
|
7882
|
|
|
7883 * specifier.c (Fmake_specifier): add gutter references.
|
|
|
7884
|
|
|
7885 * gutter.h (RAW_WINDOW_GUTTER): new macro.
|
|
|
7886
|
|
|
7887 * lisp.h: declare Fvalid_plist_p.
|
|
|
7888
|
|
|
7889 * gutter.c (gutter_geometry_changed_in_window): mark the modeline
|
|
|
7890 as changed.
|
|
|
7891 (default_gutter_visible_p_changed_in_window): invalidate gutter as
|
|
|
7892 well as its visibility so that it gets reconstructed.
|
|
|
7893 (construct_window_gutter_spec): new function. Construct a string
|
|
|
7894 to be displayed in the gutter from a plist of strings. Take care
|
|
|
7895 to only use elements that are declared as visible.
|
|
|
7896 (calculate_gutter_size): use RAW_WINDOW_GUTTER instead of
|
|
|
7897 WINDOW_GUTTER.
|
|
|
7898 (gutter_validate): allow plists of strings in the specifier.
|
|
|
7899 (gutter_specs_changed): construct the real_gutter from the gutter
|
|
|
7900 specs using construct_window_gutter_spec.
|
|
|
7901 (gutter_visible_validate): gutter-visible is a new specifier type.
|
|
|
7902 (Fgutter_visible_specifier_p): new function for the new specifier.
|
|
|
7903 (syms_of_gutter): declare gutter-visible and
|
|
|
7904 Fgutter_visible_specifier_p.
|
|
|
7905 (specifier_type_create_gutter): intitalize new gutter-visible
|
|
|
7906 specifier.
|
|
|
7907 (reinit_specifier_type_create_gutter): ditto.
|
|
|
7908 (specifier_vars_of_gutter): use new specifier type for gutter
|
|
|
7909 visibility.
|
|
|
7910 (init_frame_gutters): construct real_gutter correctly.
|
|
|
7911 (Fgutter_specifier_p): beef up documentation.
|
|
|
7912 (Fgutter_size_specifier_p): ditto.
|
|
|
7913
|
|
|
7914 * winslots.h: add real_gutter slots.
|
|
|
7915
|
|
|
7916 2000-02-25 Andy Piper <andy@xemacs.org>
|
|
|
7917
|
|
|
7918 * device-msw.c: Be kind to older cygwin versions. From Raymond
|
|
|
7919 Toy <toy@rtp.ericsson.se>.
|
|
|
7920
|
|
|
7921 * gui-msw.c (Fmswindows_shell_execute): Remove things unknown to
|
|
|
7922 earlier cygwins. From Raymond Toy <toy@rtp.ericsson.se>.
|
|
|
7923
|
|
|
7924 2000-02-25 Martin Buchholz <martin@xemacs.org>
|
|
|
7925
|
|
|
7926 * elhash.c (MARK_OBJ): Practice macro hygiene.
|
|
|
7927
|
|
|
7928 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
|
7929
|
|
|
7930 * miscplay.c: s/__inline__/inline/g;
|
|
|
7931 * glyphs-msw.c (set_mono_pixel): INLINE ==> static inline
|
|
|
7932 (get_device_compdc): INLINE ==> static inline
|
|
|
7933 * *.[ch]: Change INLINE to INLINE_HEADER globally.
|
|
|
7934 find -name '*.h' | \
|
|
|
7935 xargs global-replace \
|
|
|
7936 's/(^|(?<=[^A-Za-z0-9_]))INLINE((?=[^A-Za-z0-9_])|$)/INLINE_HEADER/g'
|
|
|
7937
|
|
|
7938 2000-02-25 Andy Piper <andy@xemacs.org>
|
|
|
7939
|
|
|
7940 * window.c (window_top_frame_gutter_height): new function.
|
|
|
7941 (window_top_window_gutter_height): ditto.
|
|
|
7942 (window_top_gutter_height): use them.
|
|
|
7943 (window_bottom_frame_gutter_height): new function.
|
|
|
7944 (window_bottom_window_gutter_height): ditto.
|
|
|
7945 (window_bottom_gutter_height): use them.
|
|
|
7946 (window_left_window_gutter_width): new function.
|
|
|
7947 (window_left_frame_gutter_width): ditto.
|
|
|
7948 (window_left_gutter_width): use them.
|
|
|
7949 (window_right_window_gutter_width): new function.
|
|
|
7950 (window_right_frame_gutter_width): ditto.
|
|
|
7951 (window_right_gutter_width): use them.
|
|
|
7952 (window_pixel_height): new function. calulate window pixel height
|
|
|
7953 with frame gutter involvement.
|
|
|
7954 (Fsplit_window): calculate new sizes taking frame gutters into
|
|
|
7955 account.
|
|
|
7956 (window_char_height_to_pixel_height): don't include frame gutters.
|
|
|
7957 (window_char_height): use window_pixel_height.
|
|
|
7958 (window_pixheight): rename from window_pixel_height.
|
|
|
7959 (change_window_height): use it.
|
|
|
7960 (window_pixel_height_to_char_height): don't include frame gutters.
|
|
|
7961 (window_char_width_to_pixel_width): ditto.
|
|
|
7962
|
|
|
7963 2000-02-25 Andy Piper <andy@xemacs.org>
|
|
|
7964
|
|
|
7965 * glyphs.h (IMAGE_INSTANCE_FACE): glyph might be nil, don't crash
|
|
|
7966 if it is.
|
|
|
7967
|
|
|
7968 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
|
7969
|
|
|
7970 * alloc.c (staticpro):
|
|
|
7971 (staticpro_nodump):
|
|
|
7972 (dumpstruct):
|
|
|
7973 (dumpopaque):
|
|
|
7974 (pdump_wire):
|
|
|
7975 (pdump_wire_list):
|
|
|
7976 (compact_string_chars):
|
|
|
7977 (pdump_dump_wired):
|
|
|
7978 Convert: if (foo) abort(); ==> assert (! foo);
|
|
|
7979
|
|
|
7980 * eldap.c (Fldap_search_basic):
|
|
|
7981 (Fldap_add):
|
|
|
7982 (Fldap_modify):
|
|
|
7983 (Fldap_delete):
|
|
|
7984 Fix compiler warnings, and possible crashes if (random) return
|
|
|
7985 value were to be used.
|
|
|
7986
|
|
|
7987 2000-02-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
7988
|
|
|
7989 * device-msw.c: Workaround ResetDC failure.
|
|
|
7990
|
|
|
7991 * frame-msw.c (msprinter_init_frame_3): Added an assertion before
|
|
|
7992 applying a devmode.
|
|
|
7993
|
|
|
7994 * redisplay-msw.c (get_frame_dc): Added start_page_p.
|
|
|
7995 (mswindows_text_width): Do not start printer page.
|
|
|
7996
|
|
|
7997 * console-msw.h (CHECK_MSGDI_DEVICE): Added this and friends.
|
|
|
7998
|
|
|
7999 * glyphs-msw.c: Added image methods to msprinter console and
|
|
|
8000 msprinter-specific image instantiation.
|
|
|
8001
|
|
|
8002 2000-02-20 Mike Alexander <mta@arbortext.com>
|
|
|
8003
|
|
|
8004 * select-msw.c (Fmswindows_set_clipboard): GC protect more things
|
|
|
8005 to avoid crashes when selection-sets-clipboard is on
|
|
|
8006 (mswindows_own_selection): ditto
|
|
|
8007
|
|
|
8008 2000-02-19 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8009
|
|
|
8010 * glyphs-msw.c:
|
|
|
8011 * redisplay-msw.c (get_frame_dc):
|
|
|
8012 (get_frame_compdc):
|
|
|
8013 * console-msw.h:
|
|
|
8014 * device-msw.c (mswindows_init_device):
|
|
|
8015 (mswindows_delete_device):
|
|
|
8016 (msprinter_init_device):
|
|
|
8017 (msprinter_delete_device):
|
|
|
8018 * frame-msw.c (mswindows_init_frame_1):
|
|
|
8019 (mswindows_delete_frame):
|
|
|
8020 (msprinter_init_frame_3):
|
|
|
8021 (msprinter_delete_frame): Move compatible DC to device object from
|
|
|
8022 frame object, for both mswindows and msprinter. Only one at a time
|
|
|
8023 is needed, it is a real waste to have one per frame!
|
|
|
8024
|
|
|
8025 2000-02-23 Andy Piper <andy@xemacs.org>
|
|
|
8026
|
|
|
8027 * glyphs.c: add dynamic width and height elements.
|
|
|
8028 (image_instance_equal): ditto.
|
|
|
8029
|
|
|
8030 * glyphs-widget.c (widget_query_geometry): calculate width and
|
|
|
8031 height dynamically if required.
|
|
|
8032 (initialize_widget_image_instance): initialize dynamic dimensions.
|
|
|
8033 (widget_instantiate): pick-up dynamic dimensions.
|
|
|
8034
|
|
|
8035 * glyphs.h (struct Lisp_Image_Instance): add width and height for
|
|
|
8036 dynamic determination. Add appropriate macros.
|
|
|
8037
|
|
|
8038 * gutter.h (WINDOW_GUTTER_BORDER_WIDTH): make non-integer
|
|
|
8039 dimensions safe.
|
|
|
8040 (WINDOW_GUTTER_SIZE): ditto.
|
|
|
8041 (WINDOW_GUTTER_SIZE_INTERNAL): ditto.
|
|
|
8042
|
|
|
8043 * redisplay-msw.c (get_frame_compdc): gcc can't cope with this
|
|
|
8044 inline.
|
|
|
8045 (get_frame_dc): ditto.
|
|
|
8046
|
|
|
8047 * redisplay.h (GLOBAL_RESET_CHANGED_FLAGS): don't reset faces
|
|
|
8048 here.
|
|
|
8049
|
|
|
8050 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
|
8051
|
|
|
8052 * XEmacs 21.2.31 is released.
|
|
|
8053
|
|
|
8054 2000-02-22 Ben Wing <ben@xemacs.org>
|
|
|
8055
|
|
|
8056 * ntheap.c (allocate_heap): Make sure `ptr' is initialized.
|
|
|
8057
|
|
|
8058 2000-02-22 Andy Piper <andy@xemacs.org>
|
|
|
8059
|
|
|
8060 * glyphs-x.c (x_widget_instantiate): don't explicitly resize here.
|
|
|
8061
|
|
|
8062 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
|
8063
|
|
|
8064 * .dbxrc:
|
|
|
8065 * .gdbinit:
|
|
|
8066 * Makefile.in.in: Remove obsolete EMACSBOOTSTRAP... environment
|
|
|
8067 variables.
|
|
|
8068
|
|
|
8069 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
|
8070
|
|
|
8071 * s/aix4.h: Declare getaddrinfo broken for AIX 4, which it is.
|
|
|
8072
|
|
|
8073 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
|
8074
|
|
|
8075 * XEmacs 21.2.30 is released.
|
|
|
8076
|
|
|
8077 2000-02-20 Martin Buchholz <martin@xemacs.org>
|
|
|
8078
|
|
|
8079 Performance hacking.
|
|
|
8080 * *.c (syms_of_*):
|
|
|
8081 Add INIT_LRECORD_IMPLEMENTATION macros, paired with
|
|
|
8082 DEFINE_LRECORD_IMPLEMENTATION macros in the same file.
|
|
|
8083 * emacs.c (main_1):
|
|
|
8084 * lisp.h (DEFUN):
|
|
|
8085 * console.c (DEFVAR_CONSOLE_LOCAL_1):
|
|
|
8086 * buffer.c (DEFVAR_BUFFER_LOCAL_1):
|
|
|
8087 * symeval.h (DEFVAR_SYMVAL_FWD):
|
|
|
8088 * symbols.c (guts_of_unbound_marker):
|
|
|
8089 Make all c_readonly objects also lisp_readonly and marked for life.
|
|
|
8090 * lrecord.h (struct lrecord_implementation):
|
|
|
8091 Document flags better.
|
|
|
8092 * lrecord.h (DEFINE_LRECORD_SEQUENCE_IMPLEMENTATION_WITH_PROPS):
|
|
|
8093 * lrecord.h (DECLARE_LRECORD):
|
|
|
8094 * lrecord.h (XSETRECORD):
|
|
|
8095 * lrecord.h (RECORDP):
|
|
|
8096 * lrecord.h (RECORD_TYPEP):
|
|
|
8097 * lrecord.h (RECORD_MARKER): New.
|
|
|
8098 * lrecord.h (error_check_*):
|
|
|
8099 * lrecord.h (CONCHECK_NONRECORD):
|
|
|
8100 * lrecord.h (MAKE_LRECORD_IMPLEMENTATION):
|
|
|
8101 * lrecord.h (INIT_LRECORD_IMPLEMENTATION): New.
|
|
|
8102 * lrecord.h (set_lheader_implementation):
|
|
|
8103 * lrecord.h (enum lrecord_type): New.
|
|
|
8104 * symeval.h (SYMBOL_VALUE_MAGIC_P):
|
|
|
8105 * alloc.c (disksave_object_finalization_1):
|
|
|
8106 * alloc.c (mark_object):
|
|
|
8107 * alloc.c (lrecord_type_index):
|
|
|
8108 * alloc.c (tick_lcrecord_stats):
|
|
|
8109 * alloc.c (Fgarbage_collect):
|
|
|
8110 * alloc.c (init_alloc_once_early):
|
|
|
8111 * alloc.c (pdump_load):
|
|
|
8112 * alloc.c (GC_CHECK_LHEADER_INVARIANTS): New.
|
|
|
8113 * alloc.c (lrecord_type_index): Delete.
|
|
|
8114 Make lisp object type indexes be constant.
|
|
|
8115 Makes (byte-compile) 5% faster.
|
|
|
8116 Put all marker functions into their own array.
|
|
|
8117 Makes (garbage-collect) 5% faster.
|
|
|
8118 Optimize SYMBOL_VALUE_MAGIC_P.
|
|
|
8119 Makes (byte-compile) 2-3% faster.
|
|
|
8120 * config.h.in (gc_checking_assert): New.
|
|
|
8121 * alloc.c: Use gc_checking_assert().
|
|
|
8122 * .dbxrc: Make compatible with new object type implementation.
|
|
|
8123 * .gdbinit: Make compatible with new object type implementation.
|
|
|
8124 * alloc.c: Delete all symbols defined only for debugging, such as
|
|
|
8125 Lisp_Type_Vector and lrecord_charset.
|
|
|
8126
|
|
|
8127 2000-02-21 Andy Piper <andy@xemacs.org>
|
|
|
8128
|
|
|
8129 * gui-msw.c (Fmswindows_shell_execute): fix file location
|
|
|
8130 problems.
|
|
|
8131
|
|
|
8132 * buffer.c (Fkill_buffer): remove buffer from alist buffer
|
|
|
8133 unshowing so that set_window_buffer doesn't undo
|
|
|
8134 kill_buffer_hook's hard work.
|
|
|
8135
|
|
|
8136 * glyphs-widget.c (tab_control_query_geometry): don't count the
|
|
|
8137 first item when calculating geometry.
|
|
|
8138
|
|
|
8139 * glyphs.c (map_subwindow): remove redundant code.
|
|
|
8140 (update_frame_subwindows): be more circumspect about when to
|
|
|
8141 update subwindows.
|
|
|
8142
|
|
|
8143 * glyphs-x.c (x_update_widget): Properly fix sizing bug. Fix bug
|
|
|
8144 when items haven't changed. Update faces if faces have changed as
|
|
|
8145 well as just the widget face.
|
|
|
8146 (x_tab_control_update): Update faces if faces have changed as well
|
|
|
8147 as just the widget face.
|
|
|
8148
|
|
|
8149 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8150
|
|
|
8151 * device-msw.c: (mswindows_delete_device): Remove redundant DDE
|
|
|
8152 registration.
|
|
|
8153 (build_syscolor_string): Use mswindows_color_to_string to try to
|
|
|
8154 get a named color.
|
|
|
8155 (mswindows_device_system_metrics): Reverse the foreground and
|
|
|
8156 background colors so that they match the documentation.
|
|
|
8157
|
|
|
8158 * objects-msw.c: (mswindows_X_color_map): tweak some values so
|
|
|
8159 they match the default Windows palette.
|
|
|
8160 (mswindows_color_to_string): New function.
|
|
|
8161
|
|
|
8162 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8163
|
|
|
8164 * s/windowsnt.h: Only use __declspec(noreturn) with MSVC>=6.
|
|
|
8165
|
|
|
8166 2000-02-18 Olivier Galibert <galibert@pobox.com>
|
|
|
8167
|
|
|
8168 * m/*, s/*: Removed obsolete DATA_SEG_BITS, PURE_SEG_BITS,
|
|
|
8169 WORD_MACHINE, SIGN_EXTEND_CHAR and EXPLICIT_SIGN_EXTEND.
|
|
|
8170
|
|
|
8171 * symbols.c (init_symbols_once_early): Removed obsolete
|
|
|
8172 DATA_SEG_BITS related kludge.
|
|
|
8173 (defvar_magic): Ditto.
|
|
|
8174
|
|
|
8175 * malloc.c: Removed obsolete DATA_SEG_BITS
|
|
|
8176 * ralloc.c: Ditto.
|
|
|
8177 * mem-limits.h: Ditto.
|
|
|
8178
|
|
|
8179 * Makefile.in.in: Removed obsolete HAVE_SHM
|
|
|
8180 * emacs.c: Ditto.
|
|
|
8181
|
|
|
8182 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8183
|
|
|
8184 * device-msw.c (mswindows_delete_device): Free DDE string
|
|
|
8185 handles.
|
|
|
8186
|
|
|
8187 2000-02-16 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8188
|
|
|
8189 * keymap.c (get_keyelt):
|
|
|
8190 * unexnt.c (unexec):
|
|
|
8191 * vm-limit.c (memory_warnings):
|
|
|
8192 * ntheap.c (recreate_heap):
|
|
|
8193 * ntheap.h (UNINIT_PTR):
|
|
|
8194 * select-msw.c (Fmswindows_get_clipboard):
|
|
|
8195 (Fmswindows_set_clipboard):
|
|
|
8196 * objects-msw.h (MSWINDOWS_BAD_HFONT):
|
|
|
8197 * objects-msw.c:
|
|
|
8198 * menubar-msw.c (displayable_menu_item):
|
|
|
8199 * glyphs-msw.c:
|
|
|
8200 * glyphs-msw.h (IMAGE_INSTANCE_MSWINDOWS_MASK):
|
|
|
8201 * sysdep.c (sys_subshell):
|
|
|
8202 * process-nt.c (nt_create_process):
|
|
|
8203 * nt.c (normalize_filename):
|
|
|
8204 (dostounix_filename):
|
|
|
8205 (unixtodos_filename):
|
|
|
8206 * ntproc.c (win32_executable_type):
|
|
|
8207 * ntplay.c (play_sound_data_1):
|
|
|
8208 (play_sound_file):
|
|
|
8209 * editfns.c (get_home_directory):
|
|
|
8210 * event-msw.c (struct winsock_stream):
|
|
|
8211 (mswindows_dde_callback):
|
|
|
8212 * device-msw.c (msprinter_init_device):
|
|
|
8213 (msprinter_get_devmode_copy): Frobbed syntax frivolities.
|
|
|
8214
|
|
|
8215 * toolbar-msw.c (mswindows_free_frame_toolbars): Paramters to
|
|
|
8216 mswindows_clear_toolbar were swapped!
|
|
|
8217
|
|
|
8218 * objects-msw.c:(colormap_t):
|
|
|
8219 (fontmap_t):
|
|
|
8220 * emacs.c (struct standard_args): Fixed const jumble.
|
|
|
8221
|
|
|
8222 * glyphs-widget.c (update_widget): Fixed comparison notation.
|
|
|
8223
|
|
|
8224 * event-msw.c (mswindows_dde_callback): Removed extraneous ';'.
|
|
|
8225
|
|
|
8226 * s\windowsnt.h (DOESNT_RETURN): Defined to support the MSVC
|
|
|
8227 __declspec(noreturn) syntax.
|
|
|
8228
|
|
|
8229 2000-02-19 Martin Buchholz <martin@xemacs.org>
|
|
|
8230
|
|
|
8231 * eldap.c (Fldap_open):
|
|
|
8232 (Fldap_search_basic):
|
|
|
8233 (Fldap_add):
|
|
|
8234 (Fldap_modify):
|
|
|
8235 Use new coding system conversion macros.
|
|
|
8236
|
|
|
8237 2000-01-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
8238
|
|
|
8239 * console-tty.c (tty_init_console): Change MULE to FILE_CODING.
|
|
|
8240
|
|
|
8241 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
8242
|
|
|
8243 * eldap.h (Fldap_search) Renamed from Fldap_search_internal:
|
|
|
8244 (Fldap_add, Fldap_modify, Fldap_delete): New functions
|
|
|
8245
|
|
|
8246 * eldap.c (Qadd, Qreplace): New constant symbols
|
|
|
8247 (Fldap_open): Use the LDAP_OPT_RESTART option to avoid
|
|
|
8248 interruptions by XEmacs signals
|
|
|
8249 Remove unnecessary calls to slow_down_interrupts and
|
|
|
8250 speed_up_interrupts
|
|
|
8251 (Fldap_search_basic): Renamed from Fldap_search_internal
|
|
|
8252 Added new optional parameter VERBOSE that triggers the
|
|
|
8253 display of progress messages
|
|
|
8254 Remove unnecessary calls to slow_down_interrupts and
|
|
|
8255 speed_up_interrupts
|
|
|
8256 LDAP result code analysis rewritten
|
|
|
8257 (Fldap_add, Fldap_modify, Fldap_delete): New functions
|
|
|
8258 (syms_of_eldap): Define the new symbols and functions
|
|
|
8259
|
|
|
8260
|
|
|
8261 2000-02-17 Martin Buchholz <martin@xemacs.org>
|
|
|
8262
|
|
|
8263 * realpath.c: Determine PATH_MAX maximally portably.
|
|
|
8264
|
|
|
8265 * insdel.c (bytecount_to_charcount): Optimize.
|
|
|
8266 The function used to be optimized for entirely ASCII sequences.
|
|
|
8267 Now it is optimized for successive characters from the same
|
|
|
8268 charset. This also wins big for _mostly_ ASCII sequences.
|
|
|
8269
|
|
|
8270 * fileio.c (Ffile_truename): convert return from realpath() using
|
|
|
8271 Qfile_name, not Qbinary. Fixes obvious bug with non-ASCII symlinks.
|
|
|
8272 - Rewrite GCPROing slightly.
|
|
|
8273
|
|
|
8274 * sysdep.c (sys_open): Do filename conversion, like all other
|
|
|
8275 sys_* functions. Fixes bug:
|
|
|
8276 (let ((file-name-coding-system 'iso-8859-2))
|
|
|
8277 (write-region x y latin2-name))
|
|
|
8278 ==> writes filename using internal encoding.
|
|
|
8279
|
|
|
8280 2000-02-18 Martin Buchholz <martin@xemacs.org>
|
|
|
8281
|
|
|
8282 * buffer.c (DEFVAR_BUFFER_LOCAL_1): Turn on c_readonly. Always const.
|
|
|
8283 * console.c (DEFVAR_CONSOLE_LOCAL_1): Turn on c_readonly. Always const.
|
|
|
8284 * symeval.h (DEFVAR_SYMVAL_FWD): Turn on c_readonly. Always const.
|
|
|
8285 * eval.c (lrecord_subr): Remove this_one_is_unmarkable.
|
|
|
8286 * symbols.c (lrecord_symbol_value_forward): Remove this_one_is_unmarkable.
|
|
|
8287 * symbols.c (guts_of_unbound_marker): Turn on c_readonly.
|
|
|
8288 * lrecord.h (UNMARKABLE_LRECORD_HEADER_P): Delete.
|
|
|
8289 (CONST_IF_NOT_DEBUG): Delete.
|
|
|
8290 * alloc.c (this_one_is_unmarkable): Delete.
|
|
|
8291 (mark_object): Don't check for this_one_is_unmarkable. Use the
|
|
|
8292 c_readonly flag instead.
|
|
|
8293 * lisp.h (DEFUN): Define a Lisp_Subr as c_readonly.
|
|
|
8294
|
|
|
8295 2000-02-18 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8296
|
|
|
8297 * event-msw.c (mswindows_drain_windows_queue):
|
|
|
8298 (emacs_mswindows_handle_magic_event): Remove attempt to optimise
|
|
|
8299 away redundant repaint events.
|
|
|
8300
|
|
|
8301 2000-02-17 Andy Piper <andy@xemacs.org>
|
|
|
8302
|
|
|
8303 * redisplay.h: declare mark_redisplay_structs.
|
|
|
8304
|
|
|
8305 * redisplay.c (redisplay_window):
|
|
|
8306 (redisplay_frame): don't check subwindows_state_changed.
|
|
|
8307 (mark_redisplay): mark gutters here.
|
|
|
8308
|
|
|
8309 * glyphs.c: (instantiate_image_instantiator): always layout if we
|
|
|
8310 haven't done so already.
|
|
|
8311 (allocate_image_instance): don't mark as dirty.
|
|
|
8312 (update_subwindow): bind inhibit_quit.
|
|
|
8313
|
|
|
8314 * gutter.c (mark_gutters): new function.
|
|
|
8315
|
|
|
8316 * glyphs-x.c (x_update_widget): Always resize to get round a
|
|
|
8317 widget bug.
|
|
|
8318
|
|
|
8319 * glyphs-msw.c (mswindows_tab_control_update): remove `;' that was
|
|
|
8320 breaking absolutely everything.
|
|
|
8321
|
|
|
8322 * gutter.h: declare mark_gutters.
|
|
|
8323
|
|
|
8324 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
|
8325
|
|
|
8326 * XEmacs 21.2.29 is released.
|
|
|
8327
|
|
|
8328 2000-02-15 Olivier Galibert <galibert@pobox.com>
|
|
|
8329
|
|
|
8330 * fns.c (size_bit_vector): Fix computation of the size.
|
|
|
8331
|
|
|
8332 2000-02-15 Martin Buchholz <martin@xemacs.org>
|
|
|
8333
|
|
|
8334 * *.[ch]: Change CONST to const globally.
|
|
|
8335 find -name '*.[ch]' | \
|
|
|
8336 xargs global-replace \
|
|
|
8337 's/(^|(?<=[^A-Za-z0-9_]))CONST((?=[^A-Za-z0-9_])|$)/const/g'
|
|
|
8338 - Remove vestigial references to CONST_IS_LOSING
|
|
|
8339
|
|
|
8340 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8341
|
|
|
8342 * event-msw.c (mswindows_drain_windows_queue): Remove hack to
|
|
|
8343 bailout early on quit. Enqueue WM_PAINT events as XEmacs magic
|
|
|
8344 events instead of dispatching them directly.
|
|
|
8345 (mswindows_handle_paint): New function to do repainting.
|
|
|
8346 (mswindows_wnd_proc):
|
|
|
8347 (emacs_mswindows_handle_magic_event): Call above function.
|
|
|
8348
|
|
|
8349 2000-02-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
8350
|
|
|
8351 * objects-msw.c (mswindows_create_font_variant): Return the new
|
|
|
8352 font handle.
|
|
|
8353 (initialize_font_instance): Get font metrics from the underlined
|
|
|
8354 variant of the font to cope with the case where the underlined
|
|
|
8355 font has a bigger descent.
|
|
|
8356
|
|
|
8357 2000-02-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
|
8358
|
|
|
8359 * gui.c (gui_item_accelerator): Return the first underlined
|
|
|
8360 character in item name.
|
|
|
8361
|
|
|
8362 2000-02-11 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8363
|
|
|
8364 * lisp.h: Added Qprinter.
|
|
|
8365
|
|
|
8366 * general.c (syms_of_general): Initialized it.
|
|
|
8367
|
|
|
8368 * redisplay-msw.c (get_frame_dc): Conditionally start a new page.
|
|
|
8369 (get_frame_dc):
|
|
|
8370 (get_frame_compdc): Made inline.
|
|
|
8371
|
|
|
8372 * console.h (struct console_methods): Added eject_page method.
|
|
|
8373
|
|
|
8374 * frame.h: Added FRAME_DISPLAY_P and friends.
|
|
|
8375 Aligned backslahes in many macros in more readable fashion.
|
|
|
8376 Added page_number to struct frame, and an accessor macro
|
|
|
8377 for it.
|
|
|
8378
|
|
|
8379 * defice.h: Added DEVICE_DISPLAY_P and friends.
|
|
|
8380
|
|
|
8381 * device.c (Fdevice_printer_p): Used these.
|
|
|
8382
|
|
|
8383 * frame.c (allocate_frame_core): Initialize page number.
|
|
|
8384 (Fprint_job_page_number):
|
|
|
8385 (Fprint_job_eject_page): Implemented.
|
|
|
8386
|
|
|
8387 * frame-msw.c (msprinter_eject_page): Added method.
|
|
|
8388 (msprinter_start_page): Added.
|
|
|
8389
|
|
|
8390 * window.c (Fwindow_truncated_p): Fixed docstring.
|
|
|
8391 (Fwindow_last_line_visible_height): Implemented.
|
|
|
8392
|
|
|
8393 2000-02-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
8394
|
|
|
8395 * frame.c (change_frame_size_1): Undo 2000-02-03 change.
|
|
|
8396
|
|
|
8397 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
8398
|
|
|
8399 * syntax.c (scan_words): Always advance at least one character.
|
|
|
8400
|
|
|
8401 2000-02-13 Andy Piper <andy@xemacs.org>
|
|
|
8402
|
|
|
8403 * redisplay.c (add_glyph_rune): call get_glyph_cachel_index here
|
|
|
8404 to make sure the glyph is in the cachels.
|
|
|
8405
|
|
|
8406 * glyphs.h (struct Lisp_Image_Instance): make layout_changed a
|
|
|
8407 global image instance flag.
|
|
|
8408 (IMAGE_INSTANCE_NEEDS_LAYOUT): new macro.
|
|
|
8409 (XIMAGE_INSTANCE_NEEDS_LAYOUT): ditto.
|
|
|
8410
|
|
|
8411 * glyphs.c (allocate_image_instance): set dirty bits correctly.
|
|
|
8412 (Fset_image_instance_property): mark layout as changed.
|
|
|
8413 (invalidate_glyph_geometry_maybe): mark layout as changed.
|
|
|
8414 (glyph_width): use new NEEDS_LAYOUT macro.
|
|
|
8415 (glyph_ascent): ditto.
|
|
|
8416 (glyph_descent): ditto.
|
|
|
8417 (glyph_height): ditto.
|
|
|
8418 (image_instance_layout): mark layout as clean after laying out.
|
|
|
8419 (update_subwindow): don't mark layout as clean here.
|
|
|
8420
|
|
|
8421 * glyphs-x.h (IMAGE_INSTANCE_X_WIDGET_ID): undo C++ changes, they
|
|
|
8422 should no longer be needed.
|
|
|
8423
|
|
|
8424 * glyphs-x.c (x_update_widget): sanitize asserts.
|
|
|
8425 (x_finalize_image_instance): sanitize assignment to widgets.
|
|
|
8426
|
|
|
8427 * glyphs-widget.c (widget_instantiate): don't need to clear the
|
|
|
8428 layout flag here.
|
|
|
8429
|
|
|
8430 2000-02-13 Martin Buchholz <martin@xemacs.org>
|
|
|
8431
|
|
|
8432 * sysdep.c (getcwd): Use standard prototype.
|
|
|
8433 * sysdep.h (getcwd): Use standard prototype.
|
|
|
8434
|
|
|
8435 * fns.c (Fsubseq): Change parameters to more natural ANSI Lisp
|
|
|
8436 (sequence, start, end).
|
|
|
8437 Remove redundant type checking.
|
|
|
8438 (Fmapconcat): Remove useless GCPRO, a wrong-headed attempt (in
|
|
|
8439 view of `caller-protects') to avoid a crash where the real fix was
|
|
|
8440 found elsewhere.
|
|
|
8441
|
|
|
8442 2000-02-12 Martin Buchholz <martin@xemacs.org>
|
|
|
8443
|
|
|
8444 * glyphs-x.c (x_finalize_image_instance): Compile error fixes.
|
|
|
8445
|
|
|
8446 * s/sol2.h: Remove feature macro initialization.
|
|
|
8447
|
|
|
8448 * alloc.c (alloc_lcrecord): Add more type checking assertions.
|
|
|
8449 (vector_hash): New. Code from internal_hash.
|
|
|
8450 * lrecord.h:
|
|
|
8451 Fix up allocation subsystem comments.
|
|
|
8452
|
|
|
8453 * config.h.in: Add __EXTENSIONS__ for Solaris.
|
|
|
8454
|
|
|
8455 * systime.h (EMACS_GETTIMEOFDAY): New.
|
|
|
8456 (EMACS_GET_TIME): Use EMACS_GETTIMEOFDAY.
|
|
|
8457 Remove Solaris-specific code.
|
|
|
8458 Use void* for the (ignored) second arg for gettimeofday().
|
|
|
8459
|
|
|
8460 * elhash.c (hash_table_hash): Implement it, finally.
|
|
|
8461 * elhash.c: Use hashcode_t.
|
|
|
8462
|
|
|
8463 * linuxplay.c (sighandler): Fix prototypes to use SIGTYPE.
|
|
|
8464 * sunplay.c (sighandler): Fix prototype to use SIGTYPE.
|
|
|
8465
|
|
|
8466 * lisp.h (STRETCHY_STRUCT_SIZEOF): Delete.
|
|
|
8467 * fns.c (size_bit_vector):
|
|
|
8468 * alloc.c (size_vector):
|
|
|
8469 (make_vector_internal):
|
|
|
8470 (make_bit_vector_internal):
|
|
|
8471 (sweep_bit_vectors_1):
|
|
|
8472 Replace calls to STRETCHY_STRUCT_SIZEOF with offsetof expression.
|
|
|
8473
|
|
|
8474 2000-02-10 Martin Buchholz <martin@xemacs.org>
|
|
|
8475
|
|
|
8476 * s/aix4.h: #define MAP_FAILED if sys/mman.h didn't.
|
|
|
8477 Include strings.h to avoid warnings for bzero and strcasecmp.
|
|
|
8478
|
|
|
8479 2000-02-10 Olivier Galibert <galibert@pobox.com>
|
|
|
8480
|
|
|
8481 * alloc.c: Move STRETCHY_STRUCT_SIZEOF from here...
|
|
|
8482 * lisp.h (STRETCHY_STRUCT_SIZEOF): ...to here
|
|
|
8483
|
|
|
8484 * fns.c (size_bit_vector): New. Declare bit vectors as a
|
|
|
8485 sequence.
|
|
|
8486
|
|
|
8487 2000-02-10 Olivier Galibert <galibert@pobox.com>
|
|
|
8488
|
|
|
8489 * symeval.h (struct symbol_value_magic): Remove "next" kludge and
|
|
|
8490 use a value field instead.
|
|
|
8491 (symbol_value_forward_forward): Use value field.
|
|
|
8492 (DEFVAR_SYMVAL_FWD): Use value field.
|
|
|
8493 (DEFVAR_SYMVAL_FWD_INT): Added. Dumps the int with dumpopaque.
|
|
|
8494 (DEFVAR_INT): Use DEFVAR_SYMVAL_FWD_INT.
|
|
|
8495 (DEFVAR_CONST_INT): Ditto.
|
|
|
8496 (DEFVAR_BOOL): Ditto.
|
|
|
8497 (DEFVAR_CONST_BOOL): Ditto.
|
|
|
8498 (DEFVAR_INT_MAGIC): Ditto.
|
|
|
8499 (DEFVAR_BOOL_MAGIC): Ditto.
|
|
|
8500
|
|
|
8501 * symbols.c (guts_of_unbound_marker): Use value field.
|
|
|
8502 * console.c (DEFVAR_CONSOLE_LOCAL_1): Ditto.
|
|
|
8503 * buffer.c (DEFVAR_BUFFER_LOCAL_1): Ditto.
|
|
|
8504
|
|
|
8505 * lisp.h: Declare dumpopaque and noninteractive1.
|
|
|
8506
|
|
|
8507 * alloc.c (dumpopaque): Added.
|
|
|
8508 (pdump_dump_opaquevec): Added.
|
|
|
8509 (pdump): Call pdump_dump_opaquevec to dump opaque data.
|
|
|
8510 (pdump_load): Reload opaque data. Sync noninteractive1 with
|
|
|
8511 noninteractive.
|
|
|
8512
|
|
|
8513 2000-02-10 Andy Piper <andy@xemacs.org>
|
|
|
8514
|
|
|
8515 * glyphs.c (image_instance_layout): if the size changes, mark it
|
|
|
8516 as such.
|
|
|
8517
|
|
|
8518 * redisplay-output.c (redisplay_output_layout): Update the
|
|
|
8519 subwindow here.
|
|
|
8520 (redisplay_output_subwindow): ditto.
|
|
|
8521
|
|
|
8522 * glyphs.c (update_subwindow): make sure we reset flags for
|
|
|
8523 layouts as well as everything else.
|
|
|
8524
|
|
|
8525 * glyphs-widget.c (layout_layout): don't need to set the instances
|
|
|
8526 dimensions here.
|
|
|
8527
|
|
|
8528 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
8529
|
|
|
8530 * device-x.c (x_init_device): Wrap calls to dll_* in HAVE_SHLIB,
|
|
|
8531 not HAVE_DLOPEN, which is a lower-level thing.
|
|
|
8532
|
|
|
8533 * .cvsignore: Ignore gmon.out
|
|
|
8534
|
|
|
8535 2000-02-09 Hamish Macdonald <hamishm@lucent.com>
|
|
|
8536
|
|
|
8537 * .cvsignore: Ignore portable dumper xemacs.dmp file
|
|
|
8538
|
|
|
8539 2000-02-09 Andy Piper <andy@xemacs.org>
|
|
|
8540
|
|
|
8541 * redisplay-output.c (redisplay_output_layout): be more clever
|
|
|
8542 about when we output based on the changed flags.
|
|
|
8543
|
|
|
8544 * glyphs.h (struct image_instantiator_methods): add update_method.
|
|
|
8545 (struct Lisp_Image_Instance): add changed flags. Declare new
|
|
|
8546 macros for manipulating them.
|
|
|
8547
|
|
|
8548 * glyphs.c (allocate_image_instance): renamed glyph -> parent.
|
|
|
8549 (image_instance_parent_glyph): find an image_instance's parent
|
|
|
8550 glyph or image_instance.
|
|
|
8551 (image_instance_layout): mark the size as changed.
|
|
|
8552 (set_image_instance_dirty_p): new function. mark an image
|
|
|
8553 instance, plus all of its parents, as dirty.
|
|
|
8554 (Fset_image_instance_property): use it.
|
|
|
8555 (Fglyph_animated_timeout_handler): use it.
|
|
|
8556 (update_subwindow): call update_widget and device methods for
|
|
|
8557 update_subwindow. Mark all changed flags as clean.
|
|
|
8558 (Fresize_subwindow): mark size as changed.
|
|
|
8559
|
|
|
8560 * glyphs-x.c (x_finalize_image_instance): try and detect gc
|
|
|
8561 failures.
|
|
|
8562 (x_update_subwindow): only resize subwindows here.
|
|
|
8563 (x_update_widget): new function. Update all changed properties of
|
|
|
8564 a widget.
|
|
|
8565 (x_resize_subwindow): deleted.
|
|
|
8566 (x_widget_set_property): deleted.
|
|
|
8567 (x_progress_gauge_set_property): deleted.
|
|
|
8568 (x_progress_gauge_update): new function. Implement recorded
|
|
|
8569 changes.
|
|
|
8570 (x_tab_control_update): ditto.
|
|
|
8571 (x_tab_control_set_property): deleted.
|
|
|
8572 (console_type_create_glyphs_x): declare new functions.
|
|
|
8573 (image_instantiator_format_create_glyphs_x): ditto.
|
|
|
8574
|
|
|
8575 * glyphs-widget.c (widget_set_property): mark text changed.
|
|
|
8576 (update_widget): new function. Update properties of a widget.
|
|
|
8577 (widget_instantiate): for layouts make sure we set their
|
|
|
8578 children's parent correctly.
|
|
|
8579 (tab_control_set_property): new function. Record changes that will
|
|
|
8580 take place under redisplay's control.
|
|
|
8581 (progress_gauge_set_property): ditto.
|
|
|
8582 (image_instantiator_progress_guage): declare new functions.
|
|
|
8583 (image_instantiator_tab_control): ditto.
|
|
|
8584
|
|
|
8585 * glyphs-msw.c (mswindows_update_subwindow): just do resizing here
|
|
|
8586 now.
|
|
|
8587 (mswindows_update_widget): new function. Update all properties on
|
|
|
8588 a widget that have changed.
|
|
|
8589 (mswindows_button_update): new function. Update a button's set
|
|
|
8590 state.
|
|
|
8591 (mswindows_tab_control_update): new function. Update the items in
|
|
|
8592 a tab.
|
|
|
8593 (mswindows_tab_control_set_property): deleted.
|
|
|
8594 (mswindows_progress_gauge_update): new function. Update the
|
|
|
8595 progress gauge's progress.
|
|
|
8596 (mswindows_widget_set_property): deleted. This is all done
|
|
|
8597 asynchronously now.
|
|
|
8598 (mswindows_progress_gauge_set_property): ditto.
|
|
|
8599 (console_type_create_glyphs_mswindows): declare new methods.
|
|
|
8600 (image_instantiator_format_create_glyphs_mswindows): ditto.
|
|
|
8601
|
|
|
8602 * frame-msw.c (msprinter_init_frame_1): Remove unused variables.
|
|
|
8603 (msprinter_set_frame_properties): ditto.
|
|
|
8604
|
|
|
8605 * console.h (struct console_methods): Add update_widget_method.
|
|
|
8606
|
|
|
8607 2000-02-09 Andy Piper <andy@xemacs.org>
|
|
|
8608
|
|
|
8609 * gui-msw.c (Fmswindows_shell_execute): Make
|
|
|
8610 mswindows-shell-execute industrial strength.
|
|
|
8611
|
|
|
8612 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
|
8613
|
|
|
8614 * lrecord.h: Make macro argument `props' match member function `plist'.
|
|
|
8615 * fns.c (Fget):
|
|
|
8616 * fns.c (Fput):
|
|
|
8617 * fns.c (Fremprop):
|
|
|
8618 * fns.c (Fobject_plist):
|
|
|
8619 * alloc.c:
|
|
|
8620 * symbols.c:
|
|
|
8621 Object property list frobbing cleanup.
|
|
|
8622 - Allow any lisp object (compared with `eq'), not just symbols, as
|
|
|
8623 keys in object plists.
|
|
|
8624 - Move symbol plist frobbing into symbols.c, where it belongs.
|
|
|
8625 - Move string plist frobbing into alloc.c, where it belongs.
|
|
|
8626 - Everything's an lrecord now, so no need to test for symbolp, etc.
|
|
|
8627 - Fix up doc strings to refer to PROPERTY, not PROPNAME.
|
|
|
8628
|
|
|
8629 * extents.c: Reorder code to remove declarations.
|
|
|
8630
|
|
|
8631 * frame.h (store_in_alist): Remove useless declaration.
|
|
|
8632
|
|
|
8633 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
|
8634
|
|
|
8635 * event-Xt.c (x_has_keysym): Use XConvertCase only if available.
|
|
|
8636 * config.h.in: Add HAVE_XCONVERTCASE.
|
|
|
8637
|
|
|
8638 2000-02-07 Andy Piper <andy@xemacs.org>
|
|
|
8639
|
|
|
8640 * glyphs.c (image_instance_layout): undo 2000-01-29 change since
|
|
|
8641 it breaks many things.
|
|
|
8642
|
|
|
8643 2000-02-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
8644
|
|
|
8645 * src/syntax.h (SYNTAX_START_P): Check whether the two chars
|
|
|
8646 actually can start a common comment type.
|
|
|
8647 * src/syntax.h (SYNTAX_END_P): ditto for end.
|
|
|
8648
|
|
440
|
8649 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
|
8650
|
|
|
8651 * XEmacs 21.2.28 is released.
|
|
|
8652
|
|
|
8653 2000-02-06 Martin Buchholz <martin@xemacs.org>
|
|
|
8654
|
|
|
8655 * event-Xt.c (x_keysym_to_character): New.
|
|
|
8656 (maybe_define_x_key_as_self_inserting_character): New.
|
|
|
8657 (x_has_keysym): New.
|
|
|
8658 Auto-define all keys on the keyboard as self-insert-key.
|
|
|
8659
|
|
|
8660 2000-02-02 Martin Buchholz <martin@xemacs.org>
|
|
|
8661
|
|
|
8662 * menubar.c (vars_of_menubar): A small code simplification.
|
|
|
8663
|
|
|
8664 * minibuf.c (echo_area_append): Workaround egcs-20000131 c++ compiler bug
|
|
|
8665
|
|
442
|
8666 * ExternalShell.c:
|
|
|
8667 * ExternalClient.c:
|
|
|
8668 * EmacsShell-sub.c:
|
|
|
8669 * EmacsManager.c:
|
|
|
8670 * EmacsFrame.c:
|
|
440
|
8671 Use consistent style for specifying X resources.
|
|
|
8672
|
|
|
8673 * symbols.c (Fset): Further implement SYMVAL_LISP_MAGIC.
|
|
|
8674 This makes (dontusethis-set-symbol-value-handler) actually usable.
|
|
|
8675
|
|
|
8676 * lrecord.h (lrecord_decription_type):
|
|
442
|
8677 * alloc.c (pdump_register_sub):
|
|
|
8678 (pdump_dump_data):
|
|
|
8679 (pdump_reloc_one):
|
|
440
|
8680 Add XD_LISP_OBJECT_ARRAY to describe multiple Lisp_Objects.
|
|
|
8681 Comply with XEmacs coding style.
|
|
|
8682 All lrecord descriptions updated to use XD_LISP_OBJECT with 2
|
|
|
8683 args, and XD_LISP_OBJECT_ARRAY with 3 args.
|
|
|
8684
|
|
442
|
8685 * keymap.c (Faccessible_keymaps):
|
|
440
|
8686 Make (accessible-keymaps map "\C-h") do the Right Thing.
|
|
|
8687 Make (accessible-keymaps map []) do the Right Thing.
|
|
|
8688 Make (accessible-keymaps map "") do the Right Thing.
|
|
|
8689 (check_keymap_definition_loop): New function.
|
|
|
8690 (keymap_store_internal): Keep luser from shooting self in foot,
|
|
|
8691 via (define-key ctl-x-4-map "p" global-map).
|
|
|
8692 Remove fullness slot from struct Lisp_Keymap, since hash tables
|
|
|
8693 are now reliable.
|
|
|
8694 (print_keymap): Remove 'Yuck' factor by simply printing "size %d".
|
|
|
8695
|
|
|
8696 2000-01-30 Martin Buchholz <martin@xemacs.org>
|
|
|
8697
|
|
|
8698 * redisplay.c (init_redisplay): Fix small memory leak.
|
|
442
|
8699 * elhash.h:
|
|
|
8700 * elhash.c (pdump_reorganize_hash_table):
|
|
440
|
8701 Rename from reorganize_hash_table. Change prototype.
|
|
|
8702 Reuse the original memory for hentries. Save 100k.
|
|
|
8703 * alloc.c (PDUMP_READ): new macro.
|
|
|
8704 * alloc.c (pdump_load): Replace LISP_TO_VOID with higher-level macros.
|
|
|
8705 * alloc.c: No need to #ifndef before #undef.
|
|
|
8706
|
|
|
8707 * print.c: Allow debug_print() to print readably by modifying
|
|
|
8708 debug_print_readably. Use consistent variable names.
|
|
|
8709
|
|
|
8710 * .dbxrc: Try to get things to work even if stopped in a function
|
|
|
8711 without source available by explicitly specifying source files.
|
|
|
8712 2000-02-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8713
|
|
|
8714 * unexnt.c (_start): Removed bogus code which caused loading heap
|
|
|
8715 from differrent executable file.
|
|
|
8716 Removed bogus assignment to _fmode, which caused inconsistencies.
|
|
|
8717
|
|
|
8718 2000-02-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8719
|
|
|
8720 * s\windowsnt.h: Removed lots of #if 0 blocks of Emacs heritage.
|
|
|
8721 Have spawnve encapsulation regard DONT_ENCAPSULATE.
|
|
|
8722 Do not preliminary `#define signal sigset'.
|
|
|
8723
|
|
|
8724 * systime.h: Do not prototype environ on windows nt and cygwin,
|
|
|
8725 this conflicts with system header.
|
|
|
8726
|
|
|
8727 * syssignal.h: Use correct define for WINDOWSNT
|
|
|
8728
|
|
|
8729 * sysdep.h: Do not prototype environ on windows nt, this conflicts
|
|
|
8730 with system header.
|
|
|
8731
|
|
|
8732 * sysdep.c (near start of file): Fixed commentary and rearranged
|
|
|
8733 ifdefs in readable order.
|
|
|
8734 (NEED_STARTS): Do not force NEED_STARTS when PDUMPing.
|
|
|
8735 (start_of_text):
|
|
442
|
8736 (end_of_text):
|
|
440
|
8737 (end_of_data): Do not compile in if using PDUMP.
|
|
|
8738
|
|
442
|
8739 * symsinit.h: Prototyped vars_of_nt().
|
|
440
|
8740
|
|
|
8741 * ntproc.c (windows9x_p): Added, instead of os_subtype.
|
|
|
8742 (find_child_console): Use it.
|
|
|
8743 (sys_kill): Use it.
|
|
|
8744
|
|
|
8745 * ntheap.h: Do not extern os_subtype.
|
|
|
8746
|
|
|
8747 * ntheap.c (cache_system_info): Do not cache unneeded:
|
|
|
8748 nt_major_version, nt_minor_version and os_subtype.
|
|
|
8749 (recreate_heap): Do not compile in when PDUMPing.
|
|
|
8750
|
|
|
8751 * nt.c (geteuid and friends): Use the new varibale
|
|
|
8752 nt_fake_unix_uid, instead of hashing fake uid out of NT RID.
|
|
|
8753 (init_user_info): Removed the above mentioned hackery.
|
|
|
8754 (fstat, stat): Do not compile in if using MSVC 5.0 and above -
|
|
|
8755 stat has been fixed in the C runtime.
|
|
|
8756 (vars_of_nt): Added, defined the nt_fake_unix_uid variable there.
|
|
442
|
8757
|
|
440
|
8758 * file-coding.c (struct file_coding_dump): Do not define
|
|
|
8759 ucs_to_mule_table in the struct if not MULE.
|
|
|
8760 (struct struct lrecord_description fcd_description_1): Do not dump
|
|
|
8761 the above.
|
|
|
8762
|
|
|
8763 * emacs.c (main_1): Call vars_of_nt().
|
|
|
8764 (right before Fdump_emacs_data): Don't need lastfile if using both
|
|
|
8765 portabe dumper and system malloc.
|
|
|
8766
|
|
|
8767 * alloc.c (Fmemory_limit): Conditionalized out.
|
|
|
8768 (pdump): Use OPEN_BINARY for the portable dump file.
|
|
|
8769 (pdump_load): Ditto.
|
|
|
8770
|
|
|
8771 2000-02-02 Mike Alexander <mta@arbortext.com>
|
|
|
8772
|
|
|
8773 * nt.c (convert_time): Set tm_isdst before calling mktime and
|
|
|
8774 avoid calling it at all if the compiler supports 64 bit integers.
|
|
|
8775 Also initialize utc_base_ft before using it.
|
|
|
8776
|
|
|
8777 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
|
8778
|
|
|
8779 * frame.c (change_frame_size_1): Take f->internal_border_width
|
|
|
8780 into consideration when calculating the width of the frame.
|
|
|
8781
|
|
|
8782 2000-02-01 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8783
|
|
|
8784 * window.c (frame_min_height):
|
|
|
8785 (frame_size_valid_p):
|
|
|
8786 (frame_pixsize_valid_p): Added.
|
|
|
8787 (check_frame_size): Generalized.
|
|
|
8788
|
|
|
8789 * window.h: Prototyped the above.
|
|
|
8790
|
|
|
8791 * lisp.h:
|
|
|
8792 * general.c: Added Qbottom_margin, Qduplex, Qlandscape,
|
|
|
8793 Qleft_margin, Qorientation, Qportrait, Qright_margin, Qtop_margin.
|
|
|
8794 Deleted Vwin32_* and Vbinary_process_* unused variables.
|
|
|
8795
|
|
|
8796 * device-msw.c (msprinter_init_device): Do not get printer font
|
|
|
8797 list; Added DEVMODE functions.
|
|
|
8798
|
|
|
8799 * frame-msw.c: Added lots of printer code.
|
|
|
8800
|
|
|
8801 * faces.c: Moved 'left-margin and 'right-margin defsymbols to
|
|
|
8802 general.c.
|
|
|
8803
|
|
442
|
8804 * console-msw.h: Added more msprinter device private slots.
|
|
440
|
8805
|
|
|
8806 2000-02-01 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8807
|
|
|
8808 * event-msw.c (key_needs_default_processing_p): Added.
|
|
|
8809 (mswindows_wnd_proc, WM_KEYUP, KEYDOWN): Call it.
|
|
|
8810
|
|
|
8811 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8812
|
|
|
8813 * glyphs.c (image_instance_layout): Mark image instance as clean
|
|
|
8814 after layout.
|
|
|
8815 (glyph_dirty_p): Removed redundant function.
|
|
|
8816 (invalidate_glyph_geometry_maybe): Added.
|
|
|
8817 (update_glyph_cachel_data): Call it.
|
|
|
8818
|
|
|
8819 * glyphs.h: Prototyped it.
|
|
|
8820
|
|
|
8821 * redisplay.c (add_glyph_rune): Call it.
|
|
444
|
8822 (redisplay_window): Reset glyphs cachels when frame faces have
|
|
440
|
8823 changed, thus forcing recomputation of built-in border glyphs.
|
|
|
8824
|
|
|
8825 2000-01-30 Martin Buchholz <martin@xemacs.org>
|
|
|
8826
|
|
|
8827 * Makefile.in.in: Make portable dumper and purify play well together.
|
|
|
8828 Add imperfect, but better than nothing, support for pdump.
|
|
|
8829 Remove xemacs.dmp when temacs is re-generated.
|
|
|
8830 Don't ignore errors when dumping xemacs.
|
|
|
8831
|
|
|
8832 * symbols.c (maybe_call_magic_handler): Remove one magic number.
|
|
|
8833
|
|
|
8834 2000-01-28 Andy Piper <andy@xemacs.org>
|
|
|
8835
|
|
|
8836 * frame.c (allocate_frame_core): Use new Fset_window_buffer signature.
|
|
|
8837 (setup_normal_frame): ditto.
|
|
|
8838 (setup_frame_without_minibuffer): ditto.
|
|
|
8839 (setup_minibuffer_frame): ditto.
|
|
|
8840 (delete_frame_internal): ditto.
|
|
|
8841 (Fmake_frame_invisible): ditto.
|
|
|
8842 (Ficonify_frame): ditto.
|
|
|
8843
|
|
|
8844 * window.h: change Fset_window_buffer signature.
|
|
|
8845
|
|
|
8846 * window.c (Fsplit_window): Use new Fset_window_buffer signature.
|
|
|
8847 (Fset_window_buffer): allow recording of buffer if the window is
|
|
|
8848 the selected window.
|
|
|
8849 (window_loop): Use new Fset_window signature.
|
|
|
8850
|
|
|
8851 2000-01-23 Daniel Pittman <daniel@danann.net>
|
|
|
8852
|
|
|
8853 * config.h.in: Added template for `HAVE_ATHENA_3D'
|
|
|
8854
|
|
|
8855 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
|
8856
|
|
|
8857 * glyphs-x.c (x_resize_subwindow): Try and catch bogus resizes.
|
|
|
8858
|
|
|
8859 * gutter.c (output_gutter): Don't output if the window isn't live.
|
|
|
8860
|
|
|
8861 2000-01-28 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8862
|
|
|
8863 * glyphs-msw.c (mswindows_unmap_subwindow): Fix of corrupted patch
|
|
|
8864 of 01/12/00: Moved SetFocus back here where it belongs.
|
|
|
8865
|
|
|
8866 2000-01-23 Andy Piper <andy@xemacs.org>
|
|
|
8867
|
|
|
8868 * s/cygwin32.h: declare printer things.
|
|
|
8869
|
|
|
8870 2000-01-26 Andy Piper <andy@xemacs.org>
|
|
|
8871
|
|
|
8872 * select.c (Fown_selection_internal): GCPRO bug fix from Mike
|
|
|
8873 Alexander.
|
|
|
8874
|
|
|
8875 2000-01-24 Andy Piper <andy@xemacs.org>
|
|
|
8876
|
|
|
8877 * glyphs-msw.c (mswindows_locate_pixmap_file): Expand filename.
|
|
|
8878 (mswindows_button_instantiate): Make sure glyph is a pixmap.
|
|
|
8879
|
|
|
8880 * glyphs-widget.c (widget_instantiate): Avoid shadows.
|
|
|
8881
|
|
|
8882 * frame-msw.c (msprinter_init_frame_3): Nuke warning.
|
|
|
8883
|
|
|
8884 * glyphs-msw.c: (mswindows_string_to_color): remove declaration.
|
|
|
8885
|
|
|
8886 * redisplay-msw.c (mswindows_output_cursor): Avoid shadows.
|
|
|
8887 (mswindows_output_display_block): Avoid local shadows.
|
|
|
8888
|
|
|
8889 * event-msw.c (mswindows_enqueue_magic_event): Avoid shadows.
|
|
|
8890 (mswindows_enqueue_mouse_button_event): ditto.
|
|
|
8891 (mswindows_handle_gui_wm_command): remove declaration.
|
|
|
8892
|
|
|
8893 * console-msw.c (mswindows_canonicalize_console_connection): Avoid
|
|
|
8894 warnings.
|
|
|
8895
|
|
|
8896 * console-msw.h: Avoid shadows.
|
|
|
8897 (mswindows_get_toolbar_button_text):
|
|
|
8898 (emacs_mswindows_create_stream_pair):
|
|
|
8899 (emacs_mswindows_delete_stream_pair):
|
|
|
8900 (mswindows_handle_toolbar_wm_command): declare.
|
|
|
8901
|
|
|
8902 * device-msw.c (build_syscolor_string): Avoid shadows.
|
|
|
8903
|
|
|
8904 2000-01-23 Andy Piper <andy@xemacs.org>
|
|
|
8905
|
|
|
8906 * glyphs-widget.c (widget_instantiate): reverse the items for
|
|
|
8907 layouts so that children are in the expected order.
|
|
|
8908
|
|
|
8909 2000-01-28 Martin Buchholz <martin@xemacs.org>
|
|
|
8910
|
|
|
8911 * ralloc.c: safe_bcopy ==> memmove
|
|
|
8912 * gmalloc.c: Remove MEMMOVE_MISSING conditional code.
|
|
|
8913 * s/msdos.h: Remove BCOPY macros.
|
|
|
8914 * insdel.c (gap_right): Remove BCOPY conditional code.
|
|
|
8915 * insdel.c (gap_left): Remove BCOPY conditional code.
|
|
|
8916 XEmacs demands a working ANSI C compiler - hence memmove.
|
|
|
8917
|
|
|
8918 * regex.c (regex_compile): Remove accidental use of trigraphs.
|
|
|
8919
|
|
|
8920 2000-01-27 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8921
|
|
|
8922 * event-msw.c (mswindows_enqueue_misc_user_event): Initialize
|
|
|
8923 event timestamp.
|
|
|
8924
|
|
|
8925 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
8926
|
|
|
8927 * event-msw.c (mswindows_drain_windows_queue): Added the
|
|
|
8928 parameter.
|
|
|
8929 (mswindows_need_event): Commented the call to
|
|
|
8930 mswindows_drain_windows_queue().
|
|
|
8931 (emacs_mswindows_quit_p): Lookup the windows for keyboard messages
|
|
|
8932 only.
|
|
|
8933
|
|
|
8934 * console-msw.h: Moved a few function prototypes here from
|
|
442
|
8935 event-msw.c.
|
|
440
|
8936
|
|
|
8937 * gui-msw.c (mswindows_handle_gui_wm_command): Changed the ID
|
|
|
8938 parameter from unsigned short to unsigned long.
|
|
|
8939 (Fmswindows_shell_execute): Added return value.
|
|
|
8940
|
|
|
8941 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
|
|
|
8942
|
|
442
|
8943 * sysdep.c (init_system_name):
|
|
|
8944 process-unix.c (unix_canonicalized_host_name):
|
|
440
|
8945 Don't call freeaddrinfo() if getaddrinfo() fails.
|
|
|
8946
|
|
|
8947 * process-unix.c (unix_open_unix_network_stream):
|
|
|
8948 Moved the code to get a port # into address loop.
|
|
|
8949
|
|
|
8950 2000-01-27 Martin Buchholz <martin@xemacs.org>
|
|
|
8951
|
|
442
|
8952 * buffer.c (reinit_vars_of_buffer):
|
|
440
|
8953 The right place to initialize conversion_in_dynarr and
|
|
|
8954 conversion_out_dynarr.
|
|
|
8955
|
|
|
8956 * alloc.c (pdump): Use the real open() till sys_open() is functional.
|
|
|
8957
|
|
|
8958 * process-unix.c (unix_canonicalize_host_name): Muleize.
|
|
|
8959 (unix_open_network_stream): Muleize.
|
|
|
8960
|
|
|
8961 * buffer.h: Fix up prototypes for ralloc.c functions.
|
|
|
8962
|
|
|
8963 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
|
|
|
8964 * config.h.in: added HAVE_GETADDRINFO and HAVE_GETNAMEINFO
|
|
|
8965 * sysdep.c: In init_system_name(), add code to use getaddrinfo()
|
|
|
8966 instead of gethostbyname()
|
|
|
8967 * process-unix.c: In unix_canonicalize_host_name() and
|
|
|
8968 unix_open_network_stream(), add code to use getaddrinfo()
|
|
|
8969 instead of gethostbyname().
|
|
|
8970
|
|
|
8971 2000-01-27 Daniel Pittman <daniel@danann.net>
|
|
|
8972
|
|
|
8973 * device-x.c (x_init_device): Warn at run-time if using Athena 3d
|
|
|
8974 libs when built with flat Athena.
|
|
|
8975
|
|
|
8976 2000-01-27 Martin Buchholz <martin@xemacs.org>
|
|
|
8977
|
|
|
8978 * ralloc.c: Replace SIZE (conflicts with Windows headers) with size_t.
|
|
|
8979 Use coding standards for function prototypes.
|
|
|
8980
|
|
|
8981 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
8982
|
|
|
8983 * dialog-msw.c (push_lisp_string_as_unicode):
|
|
|
8984 * doc.c (unparesseuxify_doc_string):
|
|
|
8985 * dired.c (Fuser_name_completion_1):
|
|
|
8986 * dired.c (Fuser_name_all_completions):
|
|
|
8987 * dired.c (free_user_cache):
|
|
|
8988 * dired.c (user_name_completion):
|
|
|
8989 * console-x.c (get_display_arg_connection):
|
|
|
8990 * minibuf.c (clear_echo_area_internal):
|
|
|
8991 * minibuf.c (echo_area_append):
|
|
|
8992 * eldap.c (Fldap_open):
|
|
|
8993 * eldap.c (Fldap_search_internal):
|
|
|
8994 * frame-x.c (x_set_frame_text_value):
|
|
|
8995 * frame-x.c (x_set_frame_properties):
|
|
|
8996 * frame-x.c (x_create_widgets):
|
|
|
8997 * redisplay-tty.c (term_get_fkeys_1):
|
|
|
8998 * objects-x.c (x_parse_nearest_color):
|
|
|
8999 * objects-x.c (x_valid_color_name_p):
|
|
|
9000 * objects-x.c (x_initialize_font_instance):
|
|
|
9001 * objects-x.c (x_list_fonts):
|
|
|
9002 * objects-x.c (x_find_charset_font):
|
|
|
9003 * tooltalk.c (Fadd_tooltalk_message_arg):
|
|
|
9004 * tooltalk.c (Fadd_tooltalk_pattern_attribute):
|
|
|
9005 * tooltalk.c (Fadd_tooltalk_pattern_arg):
|
|
|
9006 * process-unix.c (unix_create_process):
|
|
|
9007 * ntproc.c (sys_spawnve):
|
|
|
9008 * sound.c (Fplay_sound_file):
|
|
|
9009 * sound.c (Fplay_sound):
|
|
|
9010 * buffer.c (init_initial_directory):
|
|
|
9011 * buffer.c (init_buffer):
|
|
|
9012 * editfns.c (init_editfns):
|
|
|
9013 * editfns.c (Ftemp_directory):
|
|
|
9014 * editfns.c (Fuser_full_name):
|
|
|
9015 * editfns.c (uncache_home_directory):
|
|
|
9016 * editfns.c (get_home_directory):
|
|
|
9017 * editfns.c (Fuser_home_directory):
|
|
|
9018 * editfns.c (Fformat_time_string):
|
|
|
9019 * editfns.c (Fcurrent_time_string):
|
|
|
9020 * gui-x.c (button_item_to_widget_value):
|
|
|
9021 * database.c (Fopen_database):
|
|
|
9022 * event-Xt.c (x_to_emacs_keysym):
|
|
|
9023 * event-Xt.c (x_event_to_emacs_event):
|
|
|
9024 * event-Xt.c (describe_event_window):
|
|
|
9025 * event-msw.c (mswindows_wnd_proc):
|
|
|
9026 * glyphs-eimage.c (jpeg_instantiate):
|
|
|
9027 * glyphs-eimage.c (gif_instantiate):
|
|
|
9028 * glyphs-eimage.c (png_instantiate):
|
|
|
9029 * glyphs-eimage.c (tiff_instantiate):
|
|
|
9030 * glyphs-x.c (xbm_instantiate_1):
|
|
|
9031 * glyphs-x.c (x_xbm_instantiate):
|
|
|
9032 * glyphs-x.c (x_xface_instantiate):
|
|
|
9033 * glyphs-x.c (autodetect_instantiate):
|
|
|
9034 * glyphs-x.c (cursor_font_instantiate):
|
|
|
9035 * glyphs-x.c (x_widget_instantiate):
|
|
|
9036 * glyphs-x.c (x_widget_set_property):
|
|
|
9037 * glyphs-x.c (x_widget_property):
|
|
|
9038 * glyphs-x.c (BUILD_GLYPH_INST):
|
|
|
9039 * print.c (write_string_to_stdio_stream):
|
|
|
9040 * print.c (output_string):
|
|
|
9041 * print.c (Falternate_debugging_output):
|
|
|
9042 * print.c (Fexternal_debugging_output):
|
|
|
9043 * glyphs-msw.c (extract_xpm_color_names):
|
|
|
9044 * glyphs-msw.c (mswindows_xpm_instantiate):
|
|
|
9045 * glyphs-msw.c (bmp_instantiate):
|
|
|
9046 * glyphs-msw.c (resource_name_to_resource):
|
|
|
9047 * glyphs-msw.c (mswindows_resource_instantiate):
|
|
|
9048 * glyphs-msw.c (xbm_instantiate_1):
|
|
|
9049 * glyphs-msw.c (mswindows_xbm_instantiate):
|
|
|
9050 * glyphs-msw.c (mswindows_xface_instantiate):
|
|
|
9051 * glyphs-msw.c (mswindows_widget_instantiate):
|
|
|
9052 * glyphs-msw.c (add_tree_item):
|
|
|
9053 * glyphs-msw.c (add_tab_item):
|
|
|
9054 * glyphs-msw.c (mswindows_combo_box_instantiate):
|
|
|
9055 * glyphs-msw.c (mswindows_widget_property):
|
|
|
9056 * glyphs-msw.c (mswindows_combo_box_property):
|
|
|
9057 * glyphs-msw.c (mswindows_widget_set_property):
|
|
|
9058 * console.c (stuff_buffered_input):
|
|
|
9059 * objects-msw.c (mswindows_initialize_color_instance):
|
|
|
9060 * objects-msw.c (mswindows_valid_color_name_p):
|
|
|
9061 * objects-msw.c (mswindows_list_fonts):
|
|
|
9062 * objects-msw.c (mswindows_font_instance_truename):
|
|
|
9063 * bytecode.c (optimize_compiled_function):
|
|
|
9064 * select-x.c (symbol_to_x_atom):
|
|
|
9065 * select-x.c (x_atom_to_symbol):
|
|
|
9066 * select-x.c (hack_motif_clipboard_selection):
|
|
|
9067 * select-x.c (selection_data_to_lisp_data):
|
|
|
9068 * select-x.c (lisp_data_to_selection_data):
|
|
|
9069 * select-x.c (Fx_get_cutbuffer_internal):
|
|
|
9070 * select-x.c (Fx_store_cutbuffer_internal):
|
|
|
9071 * buffer.h (TO_EXTERNAL_FORMAT): New function.
|
|
|
9072 * buffer.h (TO_INTERNAL_FORMAT): New function.
|
|
|
9073 * emacs.c (make_arg_list_1):
|
|
|
9074 * emacs.c (make_argc_argv):
|
|
|
9075 * emacs.c (main_1):
|
|
|
9076 * emacs.c (Fdump_emacs):
|
|
|
9077 * emacs.c (split_string_by_emchar_1):
|
|
|
9078 * file-coding.h:
|
|
|
9079 * lisp.h:
|
|
|
9080 * lstream.h:
|
|
|
9081 * symsinit.h:
|
|
|
9082 * device-x.c (x_init_device):
|
|
|
9083 * device-x.c (Fx_valid_keysym_name_p):
|
|
|
9084 * device-x.c (Fx_get_font_path):
|
|
|
9085 * device-x.c (Fx_set_font_path):
|
|
|
9086 * glyphs.c (bitmap_to_lisp_data):
|
|
|
9087 * glyphs.c (pixmap_to_lisp_data):
|
|
|
9088 * alloc.c (make_ext_string): Use coding system arguments. Update
|
|
|
9089 all callers.
|
|
|
9090 * alloc.c (build_string):
|
|
|
9091 * callproc.c (child_setup):
|
|
|
9092 * callproc.c (init_callproc):
|
|
|
9093 * fileio.c (lisp_strerror):
|
|
|
9094 * fileio.c (directory_file_name):
|
|
|
9095 * fileio.c (Fexpand_file_name):
|
|
|
9096 * fileio.c (Ffile_truename):
|
|
|
9097 * fileio.c (Fsysnetunam):
|
|
|
9098 * fileio.c (Fdo_auto_save):
|
|
|
9099 * sysdep.c (sys_readdir):
|
|
|
9100 * tests.c: New file. Allow adding C tests.
|
|
|
9101 Replace GET_* macros with a more comprehensible and flexible
|
|
|
9102 interface, TO_INTERNAL_FORMAT() and TO_EXTERNAL_FORMAT().
|
|
|
9103 Modify all calls.
|
|
|
9104 Any coding system can be used to do format conversion.
|
|
|
9105 Eliminate enum external_data_format.
|
|
|
9106 Eliminate convert_to_external_format.
|
|
|
9107 Eliminate convert_to_internal_format.
|
|
|
9108 Make sure file-name, keyboard, terminal, and ctext are always
|
|
|
9109 defined as coding systems or aliases. Make
|
|
|
9110 file-name-coding-system, terminal-coding-system, and
|
|
|
9111 keyboard-coding-system magical variables that are equivalent to
|
|
|
9112 defining the corresponding coding system aliases.
|
|
442
|
9113
|
|
440
|
9114 * file-coding.c (Fcoding_system_canonical_name_p): New function.
|
|
|
9115 * file-coding.c (Fcoding_system_alias_p): New function.
|
|
|
9116 * file-coding.c (Fcoding_system_aliasee): New function.
|
|
|
9117 * file-coding.c (append_suffix_to_symbol): New function.
|
|
|
9118 * file-coding.c (dangling_coding_system_alias_p): New function.
|
|
|
9119 * file-coding.c (Ffind_coding_system):
|
|
|
9120 * file-coding.c (Fcopy_coding_system):
|
|
|
9121 * file-coding.c (encode_coding_no_conversion):
|
|
|
9122 * file-coding.c (syms_of_file_coding):
|
|
|
9123 * file-coding.c (vars_of_file_coding):
|
|
|
9124 Rewrite coding system alias code.
|
|
|
9125 Allow nested aliases, like symbolic links.
|
|
|
9126 Allow redefinition of coding system aliases.
|
|
|
9127 Prevent existence of dangling coding system aliases.
|
|
|
9128
|
|
|
9129 * dired.c (Fuser_name_completion_1):
|
|
|
9130 * dired.c (Fuser_name_all_completions):
|
|
|
9131 A crash would happen if user did QUIT in the middle of building
|
|
|
9132 user_name_cache. Remove redundant code in mainline and unwind_protect.
|
|
|
9133
|
|
|
9134 * lisp.h:
|
|
|
9135 * dynarr.c (Dynarr_min_size): Make static. Increase value to 8.
|
|
|
9136
|
|
|
9137 * lstream.c (make_fixed_buffer_input_stream): Take a void *, not
|
|
|
9138 an unsigned char *. Update all callers.
|
|
|
9139
|
|
|
9140 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
9141
|
|
|
9142 * callproc.c (Fcall_process_internal): Ignore Vbinary-process_output.
|
|
|
9143
|
|
|
9144 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
9145
|
|
|
9146 * elhash.c (hentry_description): Use more portable definition.
|
|
|
9147 (resize_hash_table): Initialize new hentries using
|
|
|
9148 xnew_array_and_zero, thereby simplifying the code.
|
|
|
9149
|
|
|
9150 * mule-charset.c (make_charset): Make sure entire object is
|
|
442
|
9151 initialized, to avoid Purify warnings.
|
|
440
|
9152
|
|
|
9153 * alloc.c (resize_string): Fix unlikely crash with big strings.
|
|
|
9154
|
|
|
9155 2000-01-24 Martin Buchholz <martin@xemacs.org>
|
|
|
9156
|
|
442
|
9157 * realpath.c (xrealpath):
|
|
440
|
9158 Don't call getwd().
|
|
|
9159
|
|
|
9160 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
9161
|
|
|
9162 * lread.c (read_bit_vector): Fix memory leak reading literal bit vectors.
|
|
|
9163
|
|
|
9164 1999-12-28 Max Matveev <max@melbourne.sgi.com>
|
|
|
9165
|
|
|
9166 * unexelfsgi.c (unexec): Change the way we decide which segment
|
|
|
9167 should be extended.
|
|
|
9168
|
|
|
9169 Assumption that .bss section should be outside the PT_LOADable
|
|
|
9170 segment. On IRIX with version 6.2 and above, .bss (or .sbss, if
|
|
|
9171 it's present) is inside the 'data' segment. This would fail the
|
|
|
9172 test which was used to find a segment to grow and cover new
|
|
|
9173 heap. Instead of this assumption, I created another one - on IRIX
|
|
|
9174 the segment to grow should start below .bss and it's address
|
|
|
9175 should extent above the end of .bss. Once this segment is
|
|
|
9176 identified, it's grown to accommodate the new heap and new
|
|
|
9177 zero-length .bss section is added at the end of .data2.
|
|
|
9178
|
|
|
9179 2000-01-25 Martin Buchholz <martin@xemacs.org>
|
|
|
9180
|
|
|
9181 * eval.c (Feval): Wrong number of arguments should use original
|
|
|
9182 function, not the indirect_function version of it.
|
|
|
9183
|
|
|
9184 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
9185
|
|
|
9186 * glyphs-x.c (x_button_instantiate): Don't add image if
|
|
|
9187 it is not a pixmap.
|
|
|
9188 (x_locate_pixmap_file): Call Fexpand_file_name when file name
|
|
|
9189 is relative.
|
|
|
9190
|
|
|
9191 2000-01-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
9192
|
|
|
9193 * symeval.h (DEFVAR_LISP_MAGIC): Remove semicolon after macro
|
|
|
9194 declaration.
|
|
|
9195 (DEFVAR_INT_MAGIC): Ditto.
|
|
|
9196 (DEFVAR_BOOL_MAGIC): Ditto.
|
|
|
9197 * glyphs.h: Reindent backslash.
|
|
|
9198
|
|
|
9199 2000-01-24 Martin Buchholz <martin@xemacs.org>
|
|
|
9200
|
|
442
|
9201 * glyphs-widget.c (layout_query_geometry):
|
|
440
|
9202 (layout_layout): Use correct types for gheight, gwidth.
|
|
|
9203
|
|
|
9204 2000-01-24 Martin Buchholz <martin@xemacs.org>
|
|
|
9205
|
|
|
9206 * EmacsManager.c (QueryGeometry): Purified.
|
|
|
9207
|
|
|
9208 2000-01-23 Martin Buchholz <martin@xemacs.org>
|
|
|
9209
|
|
442
|
9210 * alloc.c (make_float): Make sure entire object is initialized, to
|
|
440
|
9211 avoid Purify warnings.
|
|
|
9212 (pdump_register_sub): Remove useless assignment.
|
|
|
9213 (pdump): Use xmalloc, not malloc.
|
|
|
9214 (pdump_load): Use xmalloc, not malloc.
|
|
|
9215
|
|
|
9216 2000-01-23 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
9217
|
|
442
|
9218 * callproc.c:
|
|
|
9219 * dired-msw.c:
|
|
|
9220 * fileio.c:
|
|
|
9221 * process-nt.c:
|
|
|
9222 * redisplay-msw.c:
|
|
440
|
9223 * sysdep.c: Removed redundant #include <windows.h>
|
|
|
9224
|
|
|
9225 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
9226
|
|
|
9227 * frame.c (delete_frame_internal): Do not delete device when its
|
|
|
9228 implementation so declares.
|
|
|
9229 (delete_frame_internal): Set device selected frame to nil when
|
|
442
|
9230 last frame goes away.
|
|
440
|
9231
|
|
|
9232 * device-msw.c (msprinter_device_system_metrics): Implemented.
|
|
|
9233 (mswindows_device_system_metrics): Added 'device-dpi property.
|
|
|
9234
|
|
|
9235 * device.c: (Fdevice_printer_p): Added.
|
|
|
9236 Added 'offset-workspace device metric.
|
|
|
9237
|
|
|
9238 * console.h (device_metrics): Declared DM_offset_workspace.
|
|
|
9239
|
|
|
9240 2000-01-23 Martin Buchholz <martin@xemacs.org>
|
|
|
9241
|
|
|
9242 * fileio.c (Ffile_truename): Remove pointless and confusing
|
|
|
9243 initialization of elen.
|
|
|
9244
|
|
|
9245 * glyphs-widget.c: Compiler warning fixes.
|
|
|
9246
|
|
|
9247 2000-01-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
9248
|
|
|
9249 * process.h (PROCESS_LIVE_P): Modify to take a Lisp_Process
|
|
|
9250 instead of a Lisp_Object as argument to make it consistent with
|
|
|
9251 the other LIVE_P macros.
|
|
|
9252 (CHECK_LIVE_PROCESS): New macro.
|
|
|
9253
|
|
|
9254 * process.c: Declare Qprocess_live_p.
|
|
|
9255 (Fprocess_live_p): New function.
|
|
|
9256 (create_process): Use PROCESS_LIVE_P.
|
|
|
9257 (read_process_output): Ditto.
|
|
|
9258 (set_process_filter): Ditto.
|
|
|
9259 (Fdelete_process): Ditto.
|
|
|
9260 (kill_buffer_processes): Ditto
|
|
|
9261 (process_send_signal): Use CHECK_LIVE_PROCESS.
|
|
|
9262 (Fprocess_input_coding_system): Check whether process is still
|
|
|
9263 alive (fix PR#1061).
|
|
|
9264 (Fprocess_output_coding_system): Ditto.
|
|
|
9265 (Fprocess_coding_system): Ditto.
|
|
|
9266 (Fset_process_input_coding_system): Ditto.
|
|
|
9267 (Fset_process_output_coding_system): Ditto.
|
|
|
9268
|
|
|
9269 2000-01-23 Andy Piper <andy@xemacs.org>
|
|
|
9270
|
|
|
9271 * glyphs.h (struct Lisp_Image_Instance): change format by unifying
|
|
|
9272 layout and widget.
|
|
|
9273
|
|
|
9274 * glyphs.c (mark_image_instance): take into account changed
|
|
|
9275 image_instance format.
|
|
|
9276 (image_instance_equal): ditto.
|
|
|
9277 (image_instance_hash): ditto.
|
|
|
9278
|
|
|
9279 * glyphs-widget.c (widget_instantiate): Incorporate layout
|
|
|
9280 instantiation here. Delay layout of the layout until later.
|
|
|
9281 (layout_instantiate): deleted.
|
|
|
9282 (layout_query_geometry): new function. get the geometry of a
|
|
|
9283 layout.
|
|
|
9284 (layout_layout): layout a layout dynamically.
|
|
|
9285 (image_instantiator_widget): New function - splitting up
|
|
|
9286 image_instantiator_format_create_glyphs_widget for netwinder
|
|
|
9287 compilation.
|
|
|
9288 (image_instantiator_buttons):
|
|
|
9289 (image_instantiator_edit_fields):
|
|
|
9290 (image_instantiator_combo_box):
|
|
|
9291 (image_instantiator_scrollbar):
|
|
|
9292 (image_instantiator_progress_guage):
|
|
|
9293 (image_instantiator_tree_view):
|
|
|
9294 (image_instantiator_tab_control):
|
|
|
9295 (image_instantiator_labels):
|
|
|
9296 (image_instantiator_layout): ditto.
|
|
442
|
9297 (image_instantiator_format_create_glyphs_widget): Call preceding
|
|
440
|
9298 functions.
|
|
|
9299
|
|
|
9300 2000-01-22 Martin Buchholz <martin@xemacs.org>
|
|
|
9301
|
|
|
9302 * process.c (Fset_process_coding_system):
|
|
442
|
9303 * device-x.c (Fx_keysym_hash_table):
|
|
440
|
9304 Docstring fixes.
|
|
|
9305
|
|
|
9306 * lstream.c (Lstream_write): Return documented value, not 0.
|
|
|
9307
|
|
442
|
9308 * fileio.c (directory_file_name):
|
|
|
9309 (Fsubstitute_in_file_name):
|
|
|
9310 (Fsubstitute_insert_file_contents_internal):
|
|
440
|
9311 (Fwrite_region_internal):
|
|
|
9312 * emacs.c:
|
|
|
9313 * sysdep.c:
|
|
442
|
9314 * getloadavg.c:
|
|
440
|
9315 * systty.h:
|
|
|
9316 Remove vestigial APOLLO-conditional code.
|
|
|
9317
|
|
|
9318 2000-01-21 Martin Buchholz <martin@xemacs.org>
|
|
|
9319
|
|
|
9320 * getpagesize.h: Add guard macros.
|
|
|
9321 * libsst.h: Add guard macros.
|
|
|
9322 * libst.h: Add guard macros.
|
|
|
9323 * line-number.h: Add guard macros.
|
|
|
9324 * ndir.h: Add guard macros.
|
|
|
9325 * sysfloat.h: Add guard macros.
|
|
|
9326 * sysfile.h: Add guard macros.
|
|
|
9327 * sysproc.h: Add guard macros.
|
|
|
9328 * syswait.h: Add guard macros.
|
|
|
9329 * xintrinsic.h: Add guard macros.
|
|
|
9330 * xintrinsicp.h: Add guard macros.
|
|
|
9331 * xmmanager.h: Add guard macros.
|
|
|
9332 * xmmanagerp.h: Add guard macros.
|
|
|
9333 * xmprimitive.h: Add guard macros.
|
|
|
9334 * xmu.h: Add guard macros.
|
|
|
9335 * gpmevent.h: Add copyright statement. Add guard macros.
|
|
|
9336 * miscplay.h: Add guard macros.
|
|
|
9337 * *.h: Use consistent C-standards-approved guard macro names.
|
|
|
9338
|
|
442
|
9339 * opaque.c (make_opaque): Switch parameter order.
|
|
440
|
9340 * opaque.h (make_opaque): Switch parameter order.
|
|
|
9341 Update all callers.
|
|
|
9342 * buffer.h (MAKE_MIRROR_TRT_TABLE): Use symbolic constant OPAQUE_CLEAR.
|
|
|
9343
|
|
|
9344 * config.h.in (type_checking_assert): Added.
|
|
|
9345 (bufpos_checking_assert): Added.
|
|
|
9346
|
|
|
9347 2000-01-21 Martin Buchholz <martin@xemacs.org>
|
|
|
9348
|
|
|
9349 * alloc.c: Harmless pdump changes.
|
|
|
9350 - Use countof().
|
|
|
9351 - spell alignment correctly.
|
|
|
9352 * sysdep.c: Use countof()
|
|
|
9353
|
|
|
9354 2000-01-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
9355
|
|
|
9356 * console.c (create_console): Use CONMETH_OR_GIVEN when calling
|
|
|
9357 initially_selected_for_input() console method, default to 0.
|
|
|
9358 (semi_canonicalize_console_connection): Try to delegate to
|
|
|
9359 canonicalize_console_connection if no such console method.
|
|
|
9360 (canonicalize_console_connection): Vice versa.
|
|
|
9361 (print_console): Do not print nil connection.
|
|
|
9362
|
|
|
9363 * console.h (XDEVIMPF_IS_A_PRINTER): Added.
|
|
|
9364 (XDEVIMPF_NO_AUTO_REDISPLAY): Added.
|
|
|
9365 (XDEVIMPF_FRAMELESS_OK): Added.
|
|
|
9366 (CONSOLE_INHERITS_METHOD): Added.
|
|
|
9367
|
|
|
9368 * console-msw.c (mswindows_canonicalize_console_connection):
|
|
|
9369 Added.
|
|
|
9370 (mswindows_canonicalize_device_connection): Added.
|
|
|
9371
|
|
|
9372 * console-msw.h (struct msprinter_device): Added this struct and
|
|
|
9373 accessor macros.
|
|
|
9374 (mswindows_device): Made fontlist a lisp object.
|
|
|
9375
|
|
|
9376 * device.c (semi_canonicalize_device_connection): Try to delegate
|
|
|
9377 to canonicalize_device_connection if no such console method.
|
|
|
9378 (canonicalize_device_connection): Vice versa.
|
|
|
9379 (print_device): Do not print nil connection.
|
|
|
9380
|
|
|
9381 * device-msw.c (mswindows_init_device): Call InitCommonControls
|
|
|
9382 when have widgets.
|
|
|
9383 (mswindows_delete_device): Removed fontlist deallocation.
|
|
|
9384 (mswindows_mark_device): Added.
|
|
|
9385
|
|
|
9386 * events.c (event_equal): Added abort() at unreached code.
|
|
|
9387 (event_hash): Ditto.
|
|
|
9388
|
|
|
9389 * faces.c (complex_vars_of_faces): Added Qmsprinter to the list of
|
|
|
9390 fallback tags of Windows devices.
|
|
|
9391
|
|
|
9392 * general.c (syms_of_general): Initialized Qmsprinter.
|
|
|
9393
|
|
|
9394 * gutter.c (complex_vars_of_gutters): Added Qmsprinter to the list
|
|
|
9395 of fallback tags of Windows devices.
|
|
|
9396
|
|
|
9397 * lisp.h: Declared Qmsprinter.
|
|
|
9398
|
|
|
9399 * objects-msw.c (font_enum_callback_2): Rewrote to build lisp list
|
|
|
9400 of strings.
|
|
|
9401 (mswindows_list_fonts): Ditto.
|
|
|
9402 (mswindows_enumerate_fonts): Removed dependency on XDEVICE, so
|
|
|
9403 that it can be used by both mswindows and msprinter devices.
|
|
|
9404 (initialize_font_instance): Added.
|
|
|
9405 (mswindows_initialize_font_instance): Use it.
|
|
|
9406 (msprinter_initialize_font_instance): Added.
|
|
|
9407
|
|
|
9408 * redisplay.c (redisplay_device): Added the parameter AUTOMATIC
|
|
|
9409 and implementation flags check.
|
|
|
9410 (redisplay_without_hooks): Changed the call to the above.
|
|
|
9411 (Fredraw_device): Ditto.
|
|
|
9412 (Fredisplay_device): Ditto.
|
|
|
9413
|
|
|
9414 * redisplay-msw.c (get_frame_dc): Implemented.
|
|
|
9415 (get_frame_compdc): Implemented.
|
|
|
9416 (many functions): Use the two functions above to get device
|
|
|
9417 contexts, ether for a window or a printer.
|
|
|
9418
|
|
|
9419 2000-01-21 Olivier Galibert <galibert@pobox.com>
|
|
|
9420
|
|
|
9421 * symbols.c (reinit_symbols_once_early): Put Qzero/Qnull_pointer
|
|
|
9422 initialization here.
|
|
|
9423 (init_symbols_once_early): Call it.
|
|
|
9424 * emacs.c (main_1): Call it.
|
|
|
9425 * symsinit.h: Declare it.
|
|
|
9426
|
|
|
9427 2000-01-19 Olivier Galibert <galibert@pobox.com>
|
|
|
9428
|
|
|
9429 * alloc.c: Use a lrecord_header * in the backtrace instead of a
|
|
|
9430 Lisp_Object.
|
|
|
9431 (pdump_backtrace): Ditto.
|
|
|
9432 (pdump_register_object): Ditto. Cleanup use of the pointers.
|
|
|
9433 (pdump_get_entry): Abort if trying to register a null pointer.
|
|
|
9434 (pdump_dump_data): Cleanup types when relocating.
|
|
|
9435 (pdump_dump_staticvec): Cleanup types w.r.t the reloc table.
|
|
|
9436 (pdump_dump_rtables): Remove bad casts.
|
|
|
9437 (pdump_load): Cleanup relocation w.r.t union type. Use a
|
|
|
9438 Lisp_Object instead of a EMACS_INT for the hashtable
|
|
|
9439 reorganization.
|
|
|
9440
|
|
|
9441 2000-01-20 Martin Buchholz <martin@xemacs.org>
|
|
|
9442
|
|
|
9443 * emacs.c (main_1): Rearrange morass of #ifdef's for correctness.
|
|
|
9444
|
|
|
9445 * callproc.c (call_process_cleanup): Isolate WINDOWSNT code for clarity.
|
|
|
9446
|
|
|
9447 * EmacsManager.c (GeometryManager): Avoid use of CPP for clarity.
|
|
|
9448
|
|
|
9449 * *.[ch]: global-replace 's/_of_xselect/_of_select_x/g' *.[ch]
|
|
|
9450
|
|
|
9451 2000-01-17 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
9452
|
|
|
9453 * faces.h (FACE_STRIKETHRU_P): Added.
|
|
|
9454
|
|
|
9455 * glyphs-msw.c (mswindows_widget_hfont): Implemented, to take care
|
|
|
9456 of font variants.
|
|
|
9457
|
|
|
9458 * redisplay-msw.c (mswindows_apply_face_effects): Deleted.
|
|
|
9459 (mswindows_set_dc_font): New function, aware of font variants,
|
|
|
9460 separated from mswindows_update_dc.
|
|
|
9461
|
|
|
9462 * objects-msw.h (struct mswindows_font_instance_data): Added
|
|
|
9463 definition.
|
|
|
9464
|
|
|
9465 * objects-msw.c (mswindows_finalize_font_instance): Delete all
|
|
|
9466 cached fonts and the data structure.
|
|
|
9467 (mswindows_initialize_font_instance): Added creation of font data
|
|
|
9468 structure.
|
|
|
9469 (mswindows_print_font_instance): Print at least something.
|
|
|
9470 (mswindows_create_font_variant): Implemented.
|
|
|
9471 (mswindows_get_hfont): Implemented.
|
|
|
9472
|
|
|
9473 2000-01-13 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
|
|
|
9474
|
|
|
9475 * dired-msw.c: permute "sysdir.h" with "sysfile.h" because of
|
|
|
9476 prototyping problem with msvc.
|
|
|
9477
|
|
|
9478 * emacs.c (main_1): added syms_of_gui_mswindows() call
|
|
|
9479
|
|
|
9480 * gui-msw.c: added "mswindows-shell-execute" lisp subr and
|
|
|
9481 syms_of_gui_mswindows() function
|
|
|
9482
|
|
|
9483 * symsinit.h: added the prototype for syms_of_gui_mswindows()
|
|
|
9484
|
|
438
|
9485 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
434
|
9486
|
|
438
|
9487 * XEmacs 21.2.27 is released.
|
|
432
|
9488
|
|
438
|
9489 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
430
|
9490
|
|
438
|
9491 * glyphs-eimage.c (struct tiff_error_struct):
|
|
|
9492 (tiff_error_func):
|
|
|
9493 (tiff_warning_func):
|
|
|
9494 #if HAVE_VSNPRINTF ==> #ifdef HAVE_VSNPRINTF
|
|
428
|
9495
|
|
438
|
9496 * unexmips.c:
|
|
|
9497 * unexhp9k3.c:
|
|
|
9498 * unexfreebsd.c:
|
|
|
9499 * unexec.c: Remove vestigial Lucid C code.
|
|
|
9500 * unexalpha.c:
|
|
|
9501 * unexaix.c:
|
|
|
9502 * termcap.c:
|
|
|
9503 * libsst.c: Ansify.
|
|
|
9504 Remove declarations of errno and strerror().
|
|
428
|
9505
|
|
438
|
9506 * eval.c (Fbacktrace): Small Purify-cation. Fix docstring.
|
|
428
|
9507
|
|
438
|
9508 * .dbxrc (run-temacs): Use the horrible ${1+"$@"} instead of "$@".
|
|
428
|
9509
|
|
438
|
9510 2000-01-16 Martin Buchholz <martin@xemacs.org>
|
|
428
|
9511
|
|
438
|
9512 * mule-charset.c (Fchar_octet): Resurrect from earlier in 1999.
|
|
|
9513 Optimize.
|
|
428
|
9514
|
|
438
|
9515 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
428
|
9516
|
|
438
|
9517 * md5.c:
|
|
|
9518 * file-coding.c:
|
|
428
|
9519 * file-coding.h:
|
|
438
|
9520 Change enum eol_type to eol_type_t.
|
|
428
|
9521
|
|
438
|
9522 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
428
|
9523
|
|
438
|
9524 * gui.c (get_gui_callback): Check cons before accessing car.
|
|
428
|
9525
|
|
438
|
9526 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
428
|
9527
|
|
438
|
9528 * specifier.h (XSPECIFIER_TYPE): Add error checking version.
|
|
|
9529 (XSETSPECIFIER_TYPE): Ditto.
|
|
428
|
9530
|
|
438
|
9531 2000-01-17 Didier Verna <didier@xemacs.org>
|
|
428
|
9532
|
|
438
|
9533 * redisplay.c (generate_fstring_runes): compute string size in
|
|
|
9534 characters, not bytes.
|
|
428
|
9535
|
|
438
|
9536 2000-01-09 Hrvoje Niksic <hniksic@iskon.hr>
|
|
428
|
9537
|
|
438
|
9538 * window.c (Fwindow_minibuffer_p): Make WINDOW optional.
|
|
428
|
9539
|
|
438
|
9540 2000-01-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
428
|
9541
|
|
438
|
9542 * print.c (print_error_message): Call print_prepare().
|
|
428
|
9543
|
|
438
|
9544 2000-01-14 Martin Buchholz <martin@xemacs.org>
|
|
428
|
9545
|
|
438
|
9546 * .dbxrc: Renamed from dbxrc.
|
|
428
|
9547
|
|
438
|
9548 * events.c (event_to_character):
|
|
|
9549 Use `assert (foo)' instead of `if (!foo) abort()'
|
|
428
|
9550
|
|
438
|
9551 * .gdbinit (xtype): Add documentation.
|
|
|
9552 * .gdbinit (check-temacs): New function.
|
|
|
9553 * .gdbinit (check-xemacs): New function.
|
|
|
9554 * dbxrc (check-xemacs): New function.
|
|
|
9555 * dbxrc (check-xemacs): New function.
|
|
428
|
9556
|
|
438
|
9557 2000-01-14 Andy Piper <andy@xemacs.org>
|
|
428
|
9558
|
|
438
|
9559 * glyphs-widget.c (widget_query_geometry): Make sure that we
|
|
|
9560 calculate default dimensions correctly.
|
|
428
|
9561
|
|
438
|
9562 2000-01-13 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
428
|
9563
|
|
438
|
9564 * symsinit.h: Added prototype for reinit_vars_of_frame_mswindows.
|
|
428
|
9565
|
|
438
|
9566 * event-msw.c (vars_of_event_mswindows): Fixed a mistyped
|
|
|
9567 pdump_wire'd variable.
|
|
428
|
9568
|
|
438
|
9569 * emacs.c: (main_1): Conditionalized calls to
|
|
|
9570 reinit_vars_of_scrollbar_x and reinit_vars_of_module.
|
|
428
|
9571
|
|
438
|
9572 2000-01-13 Martin Buchholz <martin@xemacs.org>
|
|
428
|
9573
|
|
438
|
9574 * window.c (Fset_window_configuration):
|
|
|
9575 * sysdep.c (_start):
|
|
|
9576 * input-method-motif.c (res):
|
|
|
9577 * event-Xt.c (Xt_process_to_emacs_event):
|
|
|
9578 Simple compiler warning fixes.
|
|
428
|
9579
|
|
438
|
9580 * bytecode.c (funcall_compiled_function): Use the original
|
|
|
9581 function symbol on the backtrace list in preference to the
|
|
|
9582 compiled_function object in error messages.
|
|
428
|
9583
|
|
438
|
9584 2000-01-13 Andy Piper <andy@xemacs.org>
|
|
428
|
9585
|
|
438
|
9586 * glyphs-x.c (update_widget_face): Make sure we update the widget
|
|
|
9587 background as well as foreground.
|
|
428
|
9588
|
|
438
|
9589 2000-01-13 Andy Piper <andy@xemacs.org>
|
|
428
|
9590
|
|
438
|
9591 * glyphs.h (struct Lisp_Image_Instance): Move justify and orient
|
|
|
9592 fields to subwindow.
|
|
|
9593 (IMAGE_INSTANCE_SUBWINDOW_JUSTIFY): new macro.
|
|
|
9594 (XIMAGE_INSTANCE_SUBWINDOW_JUSTIFY): ditto.
|
|
|
9595 (IMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
|
|
|
9596 (XIMAGE_INSTANCE_SUBWINDOW_ORIENT): ditto.
|
|
428
|
9597
|
|
438
|
9598 * glyphs-widget.c (check_valid_tab_orientation): new function.
|
|
|
9599 (initialize_widget_image_instance): zero orientation and
|
|
|
9600 justification.
|
|
|
9601 (widget_instantiate): pick up orientation.
|
|
|
9602 (tab_control_query_geometry): return appropriate values for
|
|
|
9603 vertical tabs.
|
|
428
|
9604
|
|
438
|
9605 * glyphs-msw.c: (mswindows_tab_control_instantiate): assign
|
|
|
9606 appropriate creation flags for left, right and bottom tabs.
|
|
428
|
9607
|
|
438
|
9608 * s/cygwin32.h: add tab definitions.
|
|
428
|
9609
|
|
438
|
9610 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
428
|
9611
|
|
438
|
9612 * glyphs-msw.c (mswindows_unmap_subwindow): Set focus back to the
|
|
|
9613 frame upon hiding a subwindow.
|
|
|
9614 (mswindows_button_instantiate): Changed the push button style to
|
|
|
9615 BS_PUSHBUTTON.
|
|
|
9616 (mswindows_button_instantiate): Removed button BS_NOTIFY
|
|
|
9617 style.
|
|
|
9618 (mswindows_button_instantiate): Removed redundant check for
|
|
|
9619 a disabled gui item.
|
|
|
9620 (mswindows_button_instantiate): Made use of WS_TABSTOP
|
|
|
9621 consistent: "operable" controls (edit, button, tree, scroll) have
|
|
|
9622 this style, "display-only" ones (static, progress gauge) do
|
|
|
9623 not. This style is currently ignored by XEmacs though. Also,
|
|
|
9624 removed the WS_EX_CONTROLPARENT style - it is not for children,
|
|
|
9625 it is for their parents!
|
|
|
9626 (mswindows_edit_field_instantiate): Ditto.
|
|
|
9627 (mswindows_progress_gauge_instantiate): Ditto.
|
|
|
9628 (mswindows_tree_view_instantiate): Ditto.
|
|
|
9629 (mswindows_tab_control_instantiate): Ditto.
|
|
|
9630 (mswindows_scrollbar_instantiate): Ditto.
|
|
|
9631 (mswindows_combo_box_instantiate): Ditto.
|
|
|
9632 (mswindows_widget_instantiate): Added the WS_EX_CONTROLPARENT
|
|
|
9633 style to the "clip" window.
|
|
|
9634 (mswindows_button_instantiate): Removed compilation warning by
|
|
|
9635 equally typing terms of the ?: operator.
|
|
428
|
9636
|
|
438
|
9637 2000-01-12 Didier Verna <didier@xemacs.org>
|
|
428
|
9638
|
|
438
|
9639 * redisplay.c (generate_fstring_runes): new parameter holding the
|
|
|
9640 last modeline-format extent.
|
|
|
9641 (add_glyph_to_fstring_db_runes): new parameter holding the glyph
|
|
|
9642 extent, fill the glyph block with it.
|
|
|
9643 (generate_fstring_runes): handle these parameters.
|
|
|
9644 (generate_formatted_string_db): ditto.
|
|
428
|
9645
|
|
438
|
9646 * keymap.c (get_relevant_keymaps): retreive the keymaps from the
|
|
|
9647 glyphs'extents in the modeline.
|
|
428
|
9648
|
|
438
|
9649 1999-01-11 Mike Woolley <mike@bulsara.com>
|
|
428
|
9650
|
|
438
|
9651 * ntheap.c: Reduced the reserved heap space from 1Gb down to
|
|
|
9652 256Mb, as a workaround for the non-starting problem many people
|
|
|
9653 have experienced.
|
|
428
|
9654
|
|
438
|
9655 2000-01-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
428
|
9656
|
|
438
|
9657 * console-tty.c (Fset_console_tty_output_coding_system):
|
|
|
9658 Force redrawing tty frame.
|
|
428
|
9659
|
|
438
|
9660 2000-01-10 Didier Verna <didier@xemacs.org>
|
|
428
|
9661
|
|
438
|
9662 * redisplay.c (generate_fstring_runes): fix size computation bug.
|
|
428
|
9663
|
|
438
|
9664 2000-01-09 William M. Perry <wmperry@aventail.com>
|
|
428
|
9665
|
|
438
|
9666 * gpmevent.c: (gpm_next_event_cb): Don't return value from void function.
|
|
428
|
9667
|
|
438
|
9668 2000-01-09 Andy Piper <andy@xemacs.org>
|
|
428
|
9669
|
|
438
|
9670 * glyphs-msw.c: index -> i to avoid shadows.
|
|
|
9671 (xbm_create_bitmap_from_data): make static.
|
|
|
9672 (check_valid_string_or_int): deleted.
|
|
|
9673 (mswindows_control_wnd_proc): message -> msg to avoid shadows.
|
|
428
|
9674
|
|
438
|
9675 * glyphs-x.c (x_update_subwindow): remove unused args.
|
|
428
|
9676
|
|
438
|
9677 * glyphs.c (glyph_image_instance): return the thing. Don't set the
|
|
|
9678 back pointer - this is done in allocate_image_instance.
|
|
|
9679 (query_string_font): return Qnil to make the compiler happy.
|
|
|
9680 (unmap_subwindow): set to ~0 to make the compiler happy.
|
|
|
9681 (glyph_query_geometry): comment out until used.
|
|
|
9682 (glyph_layout): ditto.
|
|
428
|
9683
|
|
438
|
9684 2000-01-09 Hrvoje Niksic <hniksic@iskon.hr>
|
|
428
|
9685
|
|
438
|
9686 * insdel.c (signal_after_change): Remove extraneous unbind_to().
|